@charset "UTF-8";
/*===================================================================
[Table Of Content]

    * Typography CSS
    * Common CSS
    * Main Navigation CSS
    * Header CSS
    * Home Slider CSS
    * About CSS
    * Team CSS
    * Brand Logo CSS
    * Form CSS
    * Blog CSS
    * Shop Css
    * Contact CSS
    * Footer CSS

=====================================================================*/
/*
-----------------------------------------------------------------------
  Typography CSS
-----------------------------------------------------------------------
*/
body {
    color: #555;
    font-size: 1rem;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    line-height: 1.6923076;
    margin: 0;
    overflow-x: hidden;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
    color: #282828;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    line-height: 1.25;
    margin-bottom: 10px;
    margin-top: 0;
}

a {
    color: #4988fb;
    text-decoration: none;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
}

    a:hover, a:active, a:focus {
        -webkit-box-shadow: none;
        box-shadow: none;
        color: #0559f2;
        outline: none;
        text-decoration: none;
    }

    a img {
        border: none;
    }

.btn:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}

p {
    color: #777;
    margin-bottom: 30px;
}

    p:last-child {
        margin-bottom: 0;
    }

:active,
:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none !important;
}

::-moz-selection {
    background: #4988fb;
    color: #fff;
    text-shadow: none;
}

::selection {
    background: #4988fb;
    color: #fff;
    text-shadow: none;
}

::-moz-selection {
    background: #4988fb;
    /* Firefox */
    color: #fff;
    text-shadow: none;
}

::-webkit-selection {
    background: #4988fb;
    /* Safari */
    color: #fff;
    text-shadow: none;
}

img {
    height: auto;
    max-width: 100%;
}

iframe {
    border: none !important;
}

textarea:focus, textarea:active, input:focus, input:active {
    outline: none;
}

ul {
    margin: 0;
    padding: 0;
}

    ul li {
        list-style: none;
    }

pre,
ul,
ol,
dl,
dd,
blockquote,
address,
table,
fieldset {
    margin-bottom: 30px;
}

    table p {
        margin-bottom: 0;
    }

/*
-----------------------------------------------------------------------
  Common CSS
-----------------------------------------------------------------------
*/
.container {
    padding-left: 15px;
    padding-right: 15px;
}

@media only screen and (min-width: 1200px) {
    .container {
        max-width: 1673px;
    }
}

.row {
    margin-right: -15px;
    margin-left: -15px;
}

    .row > [class*=col-] {
        padding-right: 15px;
        padding-left: 15px;
    }

.section-title {
    margin-bottom: 26px;
}

    .section-title .title {
        display: inline-block;
        margin-bottom: 0;
        position: relative;
        font-size: 29px;
        line-height: 1;
    }

@media only screen and (max-width: 991px) {
    .section-title .title {
        font-size: 22px;
    }
}

.bg-img {
    background: no-repeat center center;
    background-size: cover;
}

    .bg-img.bg-img-top {
        background-position: top center;
    }

.bg-img-cover {
    background-size: cover;
}

.site-wrapper-reveal {
    background-color: #FFFFFF;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.niceselect {
    float: inherit;
}

    .niceselect .list {
        border-radius: 0;
        width: 100%;
    }

.swiper-container {
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.swiper-grid-column > .swiper-wrapper {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: inherit;
    -webkit-box-direction: inherit;
    -ms-flex-direction: inherit;
    flex-direction: inherit;
}

.swiper-slide {
    margin-top: 0 !important;
}

.no-border {
    border: none !important;
}

.z-index-1 {
    z-index: 1;
}

.z-index-2 {
    z-index: 2;
}

.content-items-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.justify-items-center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.form-message.alert {
    margin-top: 10px;
}

    .form-message.alert .btn-close {
        background-image: none;
    }

.row-gutter-0 {
    margin: 0;
}

    .row-gutter-0 [class*=col-] {
        margin: 0;
        padding: 0;
    }

@media only screen and (min-width: 1200px) {
    .row-gutter-80 {
        margin-right: -40px;
        margin-left: -40px;
    }

        .row-gutter-80 [class*=col] {
            padding-left: 40px;
            padding-right: 40px;
        }
}

.row-gutter-20 {
    margin-right: -10px;
    margin-left: -10px;
}

    .row-gutter-20 [class*=col] {
        padding-left: 10px;
        padding-right: 10px;
    }

.wrapper {
    overflow-x: hidden;
}

/*-------- Button Style Css --------*/
.btn-theme {
    background-color: #4988fb;
    border-color: #4988fb;
    border-radius: 0;
    color: #fff;
    display: inline-block;
    font-size: 15px;
    font-weight: 400;
    line-height: 25px;
    padding: 21px 37px;
    position: relative;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
}

    .btn-theme .icon {
        font-size: 23px;
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        right: 42px;
        transition: 0.3s;
        -webkit-transition: 0.3s;
        -moz-transition: 0.3s;
        -ms-transition: 0.3s;
        -o-transition: 0.3s;
    }

        .btn-theme .icon.icon-img {
            max-width: none;
            width: auto;
        }

    .btn-theme:hover, .btn-theme:focus {
        background-color: #333;
        border-color: #333;
        color: #fff;
    }

        .btn-theme:hover .icon, .btn-theme:focus .icon {
            right: 40px;
        }

    .btn-theme.btn-theme-color2 {
        background-color: #f43f08;
        border-color: #f43f08;
    }

        .btn-theme.btn-theme-color2:hover, .btn-theme.btn-theme-color2:focus {
            background-color: #4988fb;
            border-color: #4988fb;
        }

    .btn-theme.btn-black {
        background-color: #333;
        border-color: #333;
    }

        .btn-theme.btn-black:hover {
            background-color: #4988fb;
            border-color: #4988fb;
            color: #fff;
        }

        .btn-theme.btn-black.btn-border {
            background-color: transparent;
            border-color: #333;
            color: #333;
        }

            .btn-theme.btn-black.btn-border:hover {
                background-color: #333;
                border-color: #333;
                color: #fff;
            }

    .btn-theme.btn-white {
        background-color: #fff;
        border-color: #fff;
        color: #000;
    }

        .btn-theme.btn-white:hover {
            background-color: #000;
            border-color: #000;
            color: #fff;
        }

        .btn-theme.btn-white.btn-border {
            background-color: transparent;
            border-color: #fff;
            color: #fff;
        }

            .btn-theme.btn-white.btn-border:hover {
                background-color: #fff;
                border-color: #fff;
                color: #4988fb;
            }

    .btn-theme.btn-gray {
        background-color: #f4f4f4;
        border-color: #f4f4f4;
        color: #000;
    }

        .btn-theme.btn-gray:hover {
            background-color: #4988fb;
            border-color: #4988fb;
            color: #fff;
        }

    .btn-theme.btn-border {
        background-color: transparent;
        border: 1px solid #4988fb;
        color: #4988fb;
        padding: 5px 25px 5px 25px;
    }

        .btn-theme.btn-border:hover {
            background-color: #4988fb;
            border-color: #4988fb;
            color: #fff;
        }

        .btn-theme.btn-border.btn-theme-color2 {
            background-color: transparent;
            border-color: #f43f08;
            color: #f43f08;
        }

            .btn-theme.btn-border.btn-theme-color2:hover {
                background-color: #f43f08;
                border-color: #f43f08;
                color: #fff;
            }

        .btn-theme.btn-border.btn-gray {
            background-color: transparent;
            border-color: #e8e8e8;
            color: #282828;
        }

            .btn-theme.btn-border.btn-gray:hover {
                background-color: #4988fb;
                border-color: #4988fb;
                color: #fff;
            }

        .btn-theme.btn-border.btn-white {
            background-color: transparent;
            border-color: #fff;
            color: #fff;
        }

            .btn-theme.btn-border.btn-white:hover {
                background-color: #4988fb;
                border-color: #4988fb;
                color: #fff;
            }

    .btn-theme.btn-round {
        border-radius: 25px;
    }

        .btn-theme.btn-round.btn-slide:before {
            border-radius: 25px;
        }

    .btn-theme.btn-slide {
        overflow: hidden;
        position: relative;
        z-index: 1;
    }

        .btn-theme.btn-slide:before {
            background-color: rgba(255, 255, 255, 0.2);
            border-radius: 50%;
            bottom: -40px;
            content: "";
            height: 65px;
            left: -27px;
            position: absolute;
            width: 65px;
            z-index: -1;
            transition: 0.5s;
            -webkit-transition: 0.5s;
            -moz-transition: 0.5s;
            -ms-transition: 0.5s;
            -o-transition: 0.5s;
        }

        .btn-theme.btn-slide:after {
            background-color: rgba(255, 255, 255, 0.2);
            border-radius: 50%;
            content: "";
            height: 65px;
            position: absolute;
            right: -27px;
            top: -40px;
            width: 65px;
            z-index: -1;
            transition: 0.5s;
            -webkit-transition: 0.5s;
            -moz-transition: 0.5s;
            -ms-transition: 0.5s;
            -o-transition: 0.5s;
        }

        .btn-theme.btn-slide .icon.icon-img {
            right: 42px;
        }

        .btn-theme.btn-slide:hover:before {
            border-radius: 32.5px;
            bottom: 0;
            height: 100%;
            left: 0;
            opacity: 0;
            width: 100%;
        }

        .btn-theme.btn-slide:hover:after {
            border-radius: 32.5px;
            height: 100%;
            opacity: 0;
            right: 0;
            top: 0;
            width: 100%;
        }

    .btn-theme.btn-hover-style {
        background-color: transparent;
        border: 1px solid #3a3a3a;
        color: #333;
        position: relative;
        z-index: 1;
    }

        .btn-theme.btn-hover-style:before {
            background-color: #0a1039;
            content: "";
            position: absolute;
            z-index: -1;
            top: 0;
            bottom: 0;
            left: 0;
            right: 0;
            transform: scaleY(0);
            -webkit-transform: scaleY(0);
            -moz-transform: scaleY(0);
            -ms-transform: scaleY(0);
            -o-transform: scaleY(0);
            transition: 0.3s;
            -webkit-transition: 0.3s;
            -moz-transition: 0.3s;
            -ms-transition: 0.3s;
            -o-transition: 0.3s;
        }

        .btn-theme.btn-hover-style:hover {
            color: #fff;
        }

            .btn-theme.btn-hover-style:hover:before {
                transform: scaleY(1);
                -webkit-transform: scaleY(1);
                -moz-transform: scaleY(1);
                -ms-transform: scaleY(1);
                -o-transform: scaleY(1);
            }

    .btn-theme.btn-hover-style-bg {
        background-color: #4988fb;
        border: 1px solid #4988fb;
        color: #fff;
        position: relative;
        z-index: 1;
    }

        .btn-theme.btn-hover-style-bg:before {
            background-color: #0a1039;
            content: "";
            position: absolute;
            z-index: -1;
            top: 0;
            bottom: 0;
            left: 0;
            right: 0;
            transform: scaleY(0);
            -webkit-transform: scaleY(0);
            -moz-transform: scaleY(0);
            -ms-transform: scaleY(0);
            -o-transform: scaleY(0);
            transition: 0.3s;
            -webkit-transition: 0.3s;
            -moz-transition: 0.3s;
            -ms-transition: 0.3s;
            -o-transition: 0.3s;
        }

        .btn-theme.btn-hover-style-bg:hover {
            color: #fff;
        }

            .btn-theme.btn-hover-style-bg:hover:before {
                transform: scaleY(1);
                -webkit-transform: scaleY(1);
                -moz-transform: scaleY(1);
                -ms-transform: scaleY(1);
                -o-transform: scaleY(1);
            }

    .btn-theme.btn-size-xs {
        border-radius: 19px;
        font-size: 15px;
        line-height: 1.5;
        min-height: 38px;
        min-width: 105px;
        padding: 8px 17px;
    }

        .btn-theme.btn-size-xs .icon {
            right: 20px;
        }

        .btn-theme.btn-size-xs.btn-border {
            padding: 7px 18px;
        }

    .btn-theme.btn-size-sm {
        font-size: 14.4px;
        padding: 5.76px 21.6px;
    }

    .btn-theme.btn-size-md {
        font-size: 15px;
        min-height: 45px;
        min-width: 150px;
        padding: 12px 22px;
    }

        .btn-theme.btn-size-md .icon {
            right: 22px;
        }

        .btn-theme.btn-size-md.btn-border {
            padding: 10px 20px;
        }

    .btn-theme.btn-size-lg {
        font-size: 20px;
        line-height: 1.4;
        padding: 10px 30px 10px 30px;
    }

    .btn-theme.btn-size-xl {
        height: 50px;
        min-width: 220px;
        text-align: center;
    }

    .btn-theme.btn-size-xxl {
        height: 52px;
        min-width: 270px;
        text-align: center;
    }

.btn-link {
    color: #000;
    display: inline-block;
    font-weight: 600;
    font-size: 16px;
    line-height: 1.9371;
    text-decoration: none;
    text-transform: uppercase;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
}

    .btn-link:hover {
        color: #4988fb;
    }

/*-------- Page Title Style Css --------*/
.page-title-area {
    background-color: #2d8ef5;
    position: relative;
}

    .page-title-area:before {
        bottom: 0;
        content: "";
        background: url(../img/photos/5.webp) no-repeat;
        position: absolute;
        left: 0;
        width: 253px;
        height: 100%;
    }

@media only screen and (max-width: 767px) {
    .page-title-area:before {
        display: none;
    }
}

.page-title-area:after {
    content: "";
    background: url(../img/photos/6.webp) no-repeat;
    position: absolute;
    right: 0;
    bottom: 0;
    width: 194px;
    height: 100%;
}

@media only screen and (max-width: 767px) {
    .page-title-area:after {
        display: none;
    }
}

.page-title-area .page-title-content {
    padding: 73px 0 69px;
    position: relative;
    z-index: 1;
}

@media only screen and (max-width: 991px) {
    .page-title-area .page-title-content {
        padding: 63px 0 59px;
    }
}

@media only screen and (max-width: 767px) {
    .page-title-area .page-title-content {
        padding: 43px 0 39px;
    }

    .header-logo-area a{
        font-size:20px!important;
    }
}

@media only screen and (max-width: 575px) {
    .page-title-area .page-title-content {
        padding: 33px 0 29px;
    }
}

.page-title-area .page-title-content .title {
    color: #fff;
    font-weight: 400;
    font-size: 42px;
    line-height: 1;
    text-transform: capitalize;
    margin-bottom: 6px;
}

@media only screen and (max-width: 991px) {
    .page-title-area .page-title-content .title {
        font-size: 36px;
        margin-bottom: 0;
    }
}

@media only screen and (max-width: 767px) {
    .page-title-area .page-title-content .title {
        font-size: 24px;
        margin-bottom: 5px;
    }
}

.bread-crumbs a {
    color: #fff;
}

@media only screen and (max-width: 991px) {
    .bread-crumbs a {
        font-size: 12px;
    }
}

.bread-crumbs span {
    color: #fff;
    font-size: 14px;
}

@media only screen and (max-width: 991px) {
    .bread-crumbs span {
        font-size: 12px;
    }
}

.bread-crumbs .breadcrumb-sep {
    margin: 0 11px;
}

@media only screen and (max-width: 991px) {
    .bread-crumbs .breadcrumb-sep {
        margin: 0 5px;
    }
}

/*-------- Pagination Style Css --------*/
.pagination-area {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media only screen and (max-width: 575px) {
    .pagination-area {
        display: block;
    }
}

.pagination-area .page-numbers {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 14px;
    margin-bottom: 0;
}

    .pagination-area .page-numbers li .page-number {
        background-color: #f1f1f1;
        border-radius: 50%;
        color: #000;
        display: inline-block;
        font-weight: 400;
        font-size: 13px;
        width: 36px;
        height: 36px;
        line-height: 36px;
        margin-right: 10px;
        text-align: center;
        transition: all 0.3s ease-in-out;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
    }

        .pagination-area .page-numbers li .page-number:hover {
            background-color: #4988fb;
            border-color: #4988fb;
            color: #fff;
        }

        .pagination-area .page-numbers li .page-number.active {
            background-color: #4988fb;
            border-color: #4988fb;
            color: #fff;
        }

.text-pagination {
    color: #282828;
    font-size: 14px;
    margin-top: 15px;
    text-align: end;
}

@media only screen and (max-width: 575px) {
    .text-pagination {
        text-align: start;
    }
}

/*-------- Error Style Css --------*/
.error-content {
    padding: 200px 0;
}

@media only screen and (max-width: 991px) {
    .error-content {
        padding: 180px 0;
    }
}

@media only screen and (max-width: 767px) {
    .error-content {
        padding: 170px 0;
    }
}

@media only screen and (max-width: 575px) {
    .error-content {
        padding: 120px 0;
    }
}

.error-content h1 {
    font-weight: 400;
    font-size: 42px;
    margin: 0;
}

@media only screen and (max-width: 991px) {
    .error-content h1 {
        font-size: 36px;
    }
}

@media only screen and (max-width: 767px) {
    .error-content h1 {
        font-size: 28px;
    }
}

@media only screen and (max-width: 575px) {
    .error-content h1 {
        font-size: 22px;
    }
}

.error-content p {
    line-height: 35px;
    color: #666;
    width: 67%;
    margin: 20px auto 24px;
}

@media only screen and (max-width: 991px) {
    .error-content p {
        width: 100%;
    }
}

.error-content p a {
    color: #4988fb;
}

    .error-content p a:hover {
        color: #f43f08;
    }

.error-content .error-search {
    margin: 0 200px;
}

@media only screen and (max-width: 1199px) {
    .error-content .error-search {
        margin: 0;
    }
}

.error-content .error-search form {
    position: relative;
}

    .error-content .error-search form input {
        width: 100%;
        height: 48px;
        padding: 2px 70px 2px 16px;
        color: #495057;
        font-size: 15px;
        border: 1px solid #e5e5e5;
        background-color: transparent;
        transition: all 0.3s ease-in-out;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
    }

        .error-content .error-search form input:focus {
            border-color: #4988fb;
        }

    .error-content .error-search form button {
        position: absolute;
        top: 61%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        right: 16px;
        padding: 0;
        border: none;
        background-color: transparent;
    }

        .error-content .error-search form button i {
            color: #777;
            font-weight: 900;
            font-size: 20px;
            transition: all 0.3s ease-in-out;
            -webkit-transition: all 0.3s ease-in-out;
            -moz-transition: all 0.3s ease-in-out;
            -ms-transition: all 0.3s ease-in-out;
            -o-transition: all 0.3s ease-in-out;
        }

            .error-content .error-search form button i:hover {
                color: #4988fb;
            }

/*-------- Coming Soon Style Css --------*/
.coming-soon-area {
    height: 100vh;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0;
    position: relative;
}

    .coming-soon-area:before {
        background-color: rgba(0, 0, 0, 0.4);
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
    }

    .coming-soon-area .coming-soon-content {
        position: relative;
        z-index: 1;
    }

@media only screen and (max-width: 575px) {
    .coming-soon-area .coming-soon-content {
        margin-top: 80px;
    }
}

.coming-soon-area .coming-soon-content h1 {
    font-size: 42px;
    margin: 0;
    color: #fff;
}

@media only screen and (max-width: 767px) {
    .coming-soon-area .coming-soon-content h1 {
        font-size: 30px;
    }
}

.coming-soon-area .coming-soon-content h1 span {
    font-size: 160px;
    line-height: 1;
    color: #fff;
}

@media only screen and (max-width: 767px) {
    .coming-soon-area .coming-soon-content h1 span {
        font-size: 70px;
    }
}

.coming-soon-area .coming-soon-content p {
    color: #fff;
    line-height: 1.7;
    margin: 25px 16px 18px;
}

.page-coming-soon-wrapper .header-area {
    background-color: transparent;
    position: absolute;
    top: 55px;
    left: 50%;
    z-index: 1;
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
}

.subscribe-form {
    margin: 0 35px;
}

@media only screen and (max-width: 991px) {
    .subscribe-form {
        margin: 0;
    }
}

.subscribe-form form {
    position: relative;
}

    .subscribe-form form i {
        color: #495057;
        position: absolute;
        top: 15px;
        left: 15px;
    }

    .subscribe-form form .input-content input {
        width: 100%;
        height: 48px;
        color: #495057;
        font-size: 15px;
        border: 1px solid #ccc;
        background-color: #fff;
        padding: 0 120px 0 20px;
    }

        .subscribe-form form .input-content input::-moz-input-placeholder {
            color: #495057;
            opacity: 1;
        }

        .subscribe-form form .input-content input::-webkit-input-placeholder {
            color: #495057;
            opacity: 1;
        }

    .subscribe-form form .input-content .mc-news-6 {
        display: none;
    }

    .subscribe-form form .input-content .submit-btn {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        right: 20px;
    }

        .subscribe-form form .input-content .submit-btn input {
            width: auto;
            height: auto;
            font-size: 13px;
            font-weight: 600;
            border: none;
            color: #4988fb;
            padding: 0px;
            transition: all 0.3s ease-in-out;
            -webkit-transition: all 0.3s ease-in-out;
            -moz-transition: all 0.3s ease-in-out;
            -ms-transition: all 0.3s ease-in-out;
            -o-transition: all 0.3s ease-in-out;
        }

            .subscribe-form form .input-content .submit-btn input:hover {
                color: #000;
            }

/*-------- Custom Margin Padding Style Css --------*/
.mt-10 {
    margin-top: 10px;
}

.mt-12 {
    margin-top: 12px !important;
}

.mt-15 {
    margin-top: 15px;
}

.mt-18 {
    margin-top: 18px !important;
}

.mt-20 {
    margin-top: 20px;
}

.mt-25 {
    margin-top: 25px;
}

.mt-30 {
    margin-top: 30px !important;
}

.mt-35 {
    margin-top: 35px;
}

.mt-40 {
    margin-top: 40px;
}

.mt-50 {
    margin-top: 50px !important;
}

.mt-55 {
    margin-top: 55px;
}

.mt-60 {
    margin-top: 60px !important;
}

.mt-65 {
    margin-top: 65px;
}

.mt-80 {
    margin-top: 80px !important;
}

.mt-70 {
    margin-top: 70px !important;
}

.mt-90 {
    margin-top: 90px !important;
}

.mt-100 {
    margin-top: 100px !important;
}

.mt-120 {
    margin-top: 120px !important;
}

@media only screen and (max-width: 1199px) {
    .mt-lg-50 {
        margin-top: 50px !important;
    }

    .mt-lg-70 {
        margin-top: 70px !important;
    }
}

@media only screen and (max-width: 991px) {
    .md-mt-0 {
        margin-top: 0 !important;
    }

    .mt-md-30 {
        margin-top: 30px !important;
    }

    .mt-md-40 {
        margin-top: 40px !important;
    }

    .mt-md-50 {
        margin-top: 50px !important;
    }

    .mt-md-60 {
        margin-top: 60px !important;
    }

    .mt-md-70 {
        margin-top: 70px !important;
    }
}

@media only screen and (max-width: 767px) {
    .sm-mt-0 {
        margin-top: 0 !important;
    }

    .mt-sm-25 {
        margin-top: 25px !important;
    }

    .mt-sm-30 {
        margin-top: 30px !important;
    }

    .mt-sm-50 {
        margin-top: 50px !important;
    }

    .mt-sm-60 {
        margin-top: 60px !important;
    }
}

@media only screen and (max-width: 575px) {
    .mt-xs-0 {
        margin-top: 0px;
    }

    .mt-xs-25 {
        margin-top: 25px !important;
    }

    .mt-xs-30 {
        margin-top: 30px !important;
    }
}

.mr-0 {
    margin-right: 0px !important;
}

.mr-10 {
    margin-right: 10px;
}

.mr-15 {
    margin-right: 15px;
}

.mr-20 {
    margin-right: 20px;
}

.mr-25 {
    margin-right: 25px;
}

.mr-30 {
    margin-right: 30px;
}

.mr-50 {
    margin-right: 50px;
}

.mr-80 {
    margin-right: 80px;
}

.mr--100 {
    margin-right: -100px;
}

@media only screen and (max-width: 991px) {
    .md-mr-0 {
        margin-right: 0 !important;
    }
}

@media only screen and (max-width: 575px) {
    .mr-xs-0 {
        margin-right: 0;
    }

    .mr-xs-15 {
        margin-right: 15;
    }
}

.mb-10 {
    margin-bottom: 10px !important;
}

.mb-15 {
    margin-bottom: 15px !important;
}

.mb-18 {
    margin-bottom: 18px !important;
}

.mb-20 {
    margin-bottom: 20px !important;
}

.mb-23 {
    margin-bottom: 23px !important;
}

.mb-25 {
    margin-bottom: 25px !important;
}

.mb-30 {
    margin-bottom: 30px !important;
}

.mb-35 {
    margin-bottom: 35px !important;
}

.mb-40 {
    margin-bottom: 40px !important;
}

.mb-45 {
    margin-bottom: 45px !important;
}

.mb-50 {
    margin-bottom: 50px !important;
}

.mb-55 {
    margin-bottom: 55px !important;
}

.mb-60 {
    margin-bottom: 60px !important;
}

.mb-65 {
    margin-bottom: 65px !important;
}

.mb-70 {
    margin-bottom: 70px !important;
}

.mb-80 {
    margin-bottom: 80px !important;
}

.mb-85 {
    margin-bottom: 85px !important;
}

.mb-90 {
    margin-bottom: 90px !important;
}

.mb-95 {
    margin-bottom: 95px !important;
}

.mb-100 {
    margin-bottom: 100px !important;
}

.mb-115 {
    margin-bottom: 115px !important;
}

.mb-120 {
    margin-bottom: 120px !important;
}

.mb-150 {
    margin-bottom: 150px !important;
}

.mb-438 {
    margin-bottom: 438px !important;
}

.mb-470 {
    margin-bottom: 470px !important;
}

.mb-471 {
    margin-bottom: 471px !important;
}

@media only screen and (max-width: 1199px) {
    .lg-mb-0, .mb-lg-0 {
        margin-bottom: 0 !important;
    }

    .mb-lg-30 {
        margin-bottom: 30px !important;
    }

    .mb-lg-40 {
        margin-bottom: 40px !important;
    }

    .mb-lg-50 {
        margin-bottom: 50px !important;
    }

    .mb-lg-70 {
        margin-bottom: 70px !important;
    }

    .mb-lg-80 {
        margin-bottom: 80px !important;
    }

    .mb-lg-90 {
        margin-bottom: 90px !important;
    }
}

@media only screen and (max-width: 991px) {
    .md-mb-0, .md-mb-0 {
        margin-bottom: 0px !important;
    }

    .mb-md-0 {
        margin-bottom: 0px !important;
    }

    .mb-md-10 {
        margin-bottom: 10px !important;
    }

    .mb-md-20 {
        margin-bottom: 20px !important;
    }

    .mb-md-30 {
        margin-bottom: 30px !important;
    }

    .mb-md-40 {
        margin-bottom: 40px !important;
    }

    .mb-md-50 {
        margin-bottom: 50px !important;
    }

    .mb-md-60 {
        margin-bottom: 60px !important;
    }

    .mb-md-70 {
        margin-bottom: 70px !important;
    }

    .mb-md-80 {
        margin-bottom: 80px !important;
    }

    .mb-md-90 {
        margin-bottom: 90px !important;
    }
}

@media only screen and (max-width: 767px) {
    .mb-sm-0, .sm-mb-0 {
        margin-bottom: 0px !important;
    }

    .mb-sm-10 {
        margin-bottom: 10px !important;
    }

    .mb-sm-20 {
        margin-bottom: 20px !important;
    }

    .mb-sm-30 {
        margin-bottom: 30px !important;
    }

    .mb-sm-40 {
        margin-bottom: 40px !important;
    }

    .mb-sm-50 {
        margin-bottom: 50px !important;
    }

    .mb-sm-60 {
        margin-bottom: 60px !important;
    }

    .mb-sm-70 {
        margin-bottom: 70px !important;
    }
}

@media only screen and (max-width: 575px) {
    .mb-xs-0 {
        margin-bottom: 0 !important;
    }

    .mb-xs-10 {
        margin-bottom: 10px !important;
    }

    .mb-xs-20 {
        margin-bottom: 20px !important;
    }

    .mb-xs-30 {
        margin-bottom: 30px !important;
    }

    .mb-xs-40 {
        margin-bottom: 40px !important;
    }

    .mb-xs-50 {
        margin-bottom: 50px !important;
    }
}

@media only screen and (max-width: 479.98px) {
    .mb-xxs-0 {
        margin-bottom: 0 !important;
    }

    .mb-xxs-30 {
        margin-bottom: 30px !important;
    }
}

@media only screen and (max-width: 359.98px) {
    .mb-xss-0 {
        margin-bottom: 0 !important;
    }

    .mb-xss-20 {
        margin-bottom: 20px !important;
    }
}

.ml-10 {
    margin-left: 10px;
}

.ml-15 {
    margin-left: 15px;
}

.ml-20 {
    margin-left: 20px;
}

.ml-25 {
    margin-left: 25px;
}

.ml-30 {
    margin-left: 30px;
}

.ml-40 {
    margin-left: 40px;
}

.ml-50 {
    margin-left: 50px !important;
}

.ml-80 {
    margin-left: 80px !important;
}

@media only screen and (max-width: 991px) {
    .ml-md-0 {
        margin-left: 0 !important;
    }

    .md-ml-0 {
        margin-left: 0 !important;
    }

    .ml-md-20 {
        margin-left: 20px !important;
    }
}

@media only screen and (max-width: 767px) {
    .ml-sm-0 {
        margin-left: 0 !important;
    }

    .sm-ml-0 {
        margin-left: 0 !important;
    }
}

@media only screen and (max-width: 479.98px) {
    .ml-xxs-5 {
        margin-left: 5px !important;
    }
}

.pb-5 {
    padding-bottom: 5px !important;
}

.pb-10 {
    padding-bottom: 10px !important;
}

.pb-15 {
    padding-bottom: 15px !important;
}

.pb-20 {
    padding-bottom: 20px !important;
}

.pb-25 {
    padding-bottom: 25px !important;
}

.pb-30 {
    padding-bottom: 30px !important;
}

.pb-35 {
    padding-bottom: 35px !important;
}

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

.pb-50 {
    padding-bottom: 50px !important;
}

.pb-55 {
    padding-bottom: 55px !important;
}

.pb-60 {
    padding-bottom: 60px !important;
}

.pb-70 {
    padding-bottom: 70px !important;
}

.pb-75 {
    padding-bottom: 75px !important;
}

.pb-80 {
    padding-bottom: 80px !important;
}

.pb-85 {
    padding-bottom: 85px !important;
}

.pb-90 {
    padding-bottom: 90px !important;
}

.pb-95 {
    padding-bottom: 95px !important;
}

.pb-100 {
    padding-bottom: 100px !important;
}

.pb-110 {
    padding-bottom: 110px !important;
}

.pb-115 {
    padding-bottom: 115px !important;
}

.pb-120 {
    padding-bottom: 120px !important;
}

.pb-125 {
    padding-bottom: 125px !important;
}

.pb-130 {
    padding-bottom: 130px;
}

.pb-140 {
    padding-bottom: 140px;
}

.pb-150 {
    padding-bottom: 150px;
}

.pb-160 {
    padding-bottom: 160px;
}

.pb-170 {
    padding-bottom: 170px;
}

@media only screen and (max-width: 1199px) {
    .pb-lg-10 {
        padding-bottom: 10px !important;
    }

    .pb-lg-30 {
        padding-bottom: 30px !important;
    }

    .pb-lg-70 {
        padding-bottom: 70px !important;
    }

    .pb-lg-90 {
        padding-bottom: 90px !important;
    }
}

@media only screen and (max-width: 991px) {
    .md-pb-0 {
        padding-bottom: 0 !important;
    }

    .pb-md-10 {
        padding-bottom: 10px !important;
    }

    .pb-md-20 {
        padding-bottom: 20px !important;
    }

    .pb-md-30 {
        padding-bottom: 30px !important;
    }

    .pb-md-40 {
        padding-bottom: 40px !important;
    }

    .pb-md-50 {
        padding-bottom: 50px !important;
    }

    .pb-md-60 {
        padding-bottom: 60px !important;
    }

    .pb-md-70 {
        padding-bottom: 70px !important;
    }

    .pb-md-80 {
        padding-bottom: 80px !important;
    }

    .pb-md-90 {
        padding-bottom: 90px !important;
    }

    .pb-md-100 {
        padding-bottom: 100px !important;
    }

    .pb-md-120 {
        padding-bottom: 120px !important;
    }

    .pb-md-170 {
        padding-bottom: 170px !important;
    }
}

@media only screen and (max-width: 767px) {
    .sm-pb-0 {
        padding-bottom: 0 !important;
    }

    .pb-sm-20 {
        padding-bottom: 20px !important;
    }

    .pb-sm-30 {
        padding-bottom: 30px !important;
    }

    .pb-sm-50 {
        padding-bottom: 50px !important;
    }

    .pb-sm-60 {
        padding-bottom: 60px !important;
    }

    .pb-sm-70 {
        padding-bottom: 70px !important;
    }

    .pb-sm-80 {
        padding-bottom: 80px !important;
    }

    .pb-sm-100 {
        padding-bottom: 100px !important;
    }

    .pb-sm-170 {
        padding-bottom: 170px !important;
    }
}

@media only screen and (max-width: 575px) {
    .pb-xs-80 {
        padding-bottom: 80px !important;
    }
}

.pl-0 {
    padding-left: 0;
}

.pl-10 {
    padding-left: 10px;
}

.pl-15 {
    padding-left: 15px;
}

.pl-20 {
    padding-left: 20px;
}

.pl-30 {
    padding-left: 30px;
}

.pl-40 {
    padding-left: 40px;
}

.pl-50 {
    padding-left: 50px;
}

.pl-60 {
    padding-left: 60px;
}

.pl-70 {
    padding-left: 70px;
}

.pl-100 {
    padding-left: 100px;
}

.pl-130 {
    padding-left: 130px !important;
}

@media only screen and (max-width: 1199px) {
    .pl-lg-15 {
        padding-left: 15px !important;
    }
}

@media only screen and (max-width: 991px) {
    .md-pl-0 {
        padding-left: 0 !important;
    }

    .md-pl-15 {
        padding-left: 15px !important;
    }

    .pl-md-30 {
        padding-left: 30px !important;
    }

    .pl-md-50 {
        padding-left: 50px !important;
    }
}

@media only screen and (max-width: 767px) {
    .sm-pl-0 {
        padding-left: 0 !important;
    }

    .sm-pl-15, .pl-sm-15 {
        padding-left: 15px !important;
    }
}

@media only screen and (max-width: 575px) {
    .xs-pl-15 {
        padding-left: 15px !important;
    }
}

@media only screen and (max-width: 479.98px) {
    .pl-xxs-0 {
        padding-left: 0 !important;
    }
}

.pt-10 {
    padding-top: 10px !important;
}

.pt-15 {
    padding-top: 15px !important;
}

.pt-20 {
    padding-top: 20px !important;
}

.pt-30 {
    padding-top: 30px !important;
}

.pt-35 {
    padding-top: 35px !important;
}

.pt-40 {
    padding-top: 40px !important;
}

.pt-50 {
    padding-top: 50px !important;
}

.pt-55 {
    padding-top: 55px !important;
}

.pt-60 {
    padding-top: 60px !important;
}

.pt-70 {
    padding-top: 70px !important;
}

.pt-80 {
    padding-top: 80px !important;
}

.pt-90 {
    padding-top: 90px !important;
}

.pt-95 {
    padding-top: 95px !important;
}

.pt-100 {
    padding-top: 100px !important;
}

.pt-110 {
    padding-top: 110px !important;
}

.pt-120 {
    padding-top: 120px !important;
}

.pt-125 {
    padding-top: 125px !important;
}

.pt-130 {
    padding-top: 130px !important;
}

.pt-140 {
    padding-top: 140px !important;
}

.pt-150 {
    padding-top: 150px !important;
}

.pt-160 {
    padding-top: 160px !important;
}

.pt-165 {
    padding-top: 165px;
}

.pt-170 {
    padding-top: 170px;
}

@media only screen and (max-width: 1199px) {
    .lg-pt-0 {
        padding-top: 0 !important;
    }

    .pt-lg-40 {
        padding-top: 40px !important;
    }
}

@media only screen and (max-width: 991px) {
    .pt-md-10 {
        padding-top: 10px !important;
    }

    .pt-md-15 {
        padding-top: 15px !important;
    }

    .pt-md-30 {
        padding-top: 30px !important;
    }

    .pt-md-40 {
        padding-top: 40px !important;
    }

    .pt-md-50 {
        padding-top: 50px !important;
    }

    .pt-md-60 {
        padding-top: 60px !important;
    }

    .pt-md-65 {
        padding-top: 65px !important;
    }

    .pt-md-70 {
        padding-top: 70px !important;
    }

    .pt-md-80 {
        padding-top: 80px !important;
    }

    .pt-md-90 {
        padding-top: 90px !important;
    }

    .pt-md-100 {
        padding-top: 100px !important;
    }

    .pt-md-120 {
        padding-top: 120px !important;
    }
}

@media only screen and (max-width: 767px) {
    .pt-sm-10 {
        padding-top: 10px !important;
    }

    .pt-sm-30 {
        padding-top: 30px !important;
    }

    .pt-sm-50 {
        padding-top: 50px !important;
    }

    .pt-sm-60 {
        padding-top: 60px !important;
    }

    .pt-sm-70 {
        padding-top: 70px !important;
    }

    .pt-sm-80 {
        padding-top: 80px !important;
    }

    .pt-sm-90 {
        padding-top: 90px !important;
    }

    .pt-sm-100 {
        padding-top: 100px !important;
    }
}

@media only screen and (max-width: 575px) {
    .pt-xs-30 {
        padding-top: 30px !important;
    }

    .pt-xs-40 {
        padding-top: 40px !important;
    }
}

.pr-0 {
    padding-right: 0;
}

.pr-10 {
    padding-right: 10px;
}

.pr-15 {
    padding-right: 15px;
}

.pr-20 {
    padding-right: 20px;
}

.pr-30 {
    padding-right: 30px;
}

.pr-40 {
    padding-right: 40px;
}

.pr-50 {
    padding-right: 50px;
}

.pr-60 {
    padding-right: 60px;
}

.pr-70 {
    padding-right: 70px;
}

.pr-80 {
    padding-right: 80px;
}

.pr-90 {
    padding-right: 90px;
}

.pr-100 {
    padding-right: 100px;
}

@media only screen and (max-width: 1199px) {
    .lg-pr-0 {
        padding-right: 0 !important;
    }

    .pr-lg-15 {
        padding-right: 15px !important;
    }
}

@media only screen and (max-width: 767px) {
    .sm-pr-0 {
        padding-right: 0 !important;
    }

    .sm-pr-15, .pr-sm-15 {
        padding-right: 15px !important;
    }
}

@media only screen and (max-width: 991px) {
    .md-pr-15 {
        padding-right: 15px;
    }

    .md-pl-15 {
        padding-left: 15px;
    }
}

.d-contents {
    display: contents;
}

.ml--2 {
    margin-left: -2px !important;
}

.ml-33 {
    margin-left: 33px;
}

.pt-38 {
    padding-top: 38px;
}

.pt-37 {
    padding-top: 37px;
}

/*-------- Hover Effect Style Css --------*/
.effect-animate-flash {
    position: relative;
    overflow: hidden;
}

    .effect-animate-flash:before {
        background: rgba(255, 255, 255, 0.3);
        content: "";
        top: 0;
        left: 0;
        height: 100%;
        position: absolute;
        -webkit-transition: all 0.9s ease-in-out;
        transition: all 0.9s ease-in-out;
        -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -140%, 0);
        transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -140%, 0);
        width: 140%;
        z-index: 1;
    }

    .effect-animate-flash:hover:before {
        opacity: 1;
        -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 140%, 0);
        transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 140%, 0);
    }

/*-------- Scroll To Top Style Css --------*/
.scroll-to-top {
    background-color: #262626;
    border: none;
    border-radius: 50%;
    bottom: 62px;
    color: #fff;
    cursor: pointer;
    display: none;
    font-size: 22px;
    height: 44px;
    line-height: 47px;
    position: fixed;
    right: 50px;
    text-align: center;
    width: 44px;
    z-index: 100;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
}

@media only screen and (max-width: 767px) {
    .scroll-to-top {
        right: 30px;
        bottom: 45px;
        font-size: 14px;
        height: 30px;
        line-height: 32px;
        width: 30px;
    }
}

@media only screen and (max-width: 479.98px) {
    .scroll-to-top {
        bottom: 30px;
        right: 20px;
    }
}

.scroll-to-top:hover {
    background-color: #4988fb;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #fff;
}

/*
-----------------------------------------------------------------------
  Main Navigation CSS
-----------------------------------------------------------------------
*/
.main-menu {
    -ms-flex-line-pack: center;
    align-content: center;
    font-family: "Poppins", sans-serif;
}

    .main-menu > li {
        margin-right: 14px;
        padding: 3px 0;
    }

        .main-menu > li:last-child {
            margin-right: 0;
        }

        .main-menu > li > a {
            color: #282828;
            display: block;
            font-size: 12.5px;
            font-weight: 700;
            line-height: 22px;
            padding: 7px 25px;
            position: relative;
            text-transform: uppercase;
        }

        .main-menu > li:hover > a, .main-menu > li.active > a {
            color: #4988fb;
        }

    .main-menu.menu-capitalize > li > a {
        font-size: 16px;
        text-transform: capitalize;
    }

.has-submenu {
    padding-right: 10px;
    position: relative;
}

    .has-submenu > a {
        position: relative;
    }

        .has-submenu > a:after {
            content: "";
            font-family: "Line Awesome Free";
            font-weight: 900;
            font-size: 9px;
            color: #282828;
            line-height: 30px;
            position: absolute;
            right: 11px;
            top: 7px;
            transition: all 0.3s ease-in-out;
            -webkit-transition: all 0.3s ease-in-out;
            -moz-transition: all 0.3s ease-in-out;
            -ms-transition: all 0.3s ease-in-out;
            -o-transition: all 0.3s ease-in-out;
        }

    .has-submenu:hover > .submenu-nav {
        opacity: 1;
        visibility: visible;
        margin: 0;
        margin-top: 2px;
    }

    .has-submenu:hover .menu-content .menu-content-inner h4, .has-submenu:hover .menu-content .menu-content-inner .btn-brand {
        -webkit-transform: none !important;
        transform: none !important;
    }

    .has-submenu .submenu-nav {
        -webkit-box-shadow: 0 1px 24px 0 rgba(0, 0, 0, 0.09);
        box-shadow: 0 1px 24px 0 rgba(0, 0, 0, 0.09);
        background-color: #fff;
        color: #333;
        display: block;
        margin-top: 40px;
        position: absolute;
        opacity: 0;
        visibility: hidden;
        padding: 13px 0;
        left: -15px;
        transition: all 0.3s ease-in-out;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        width: 230px;
        z-index: 999;
    }

        .has-submenu .submenu-nav:before {
            content: "";
            position: absolute;
            height: 24px;
            width: 100%;
            left: 0;
            bottom: 100%;
            transition: all 0.3s ease-in-out;
            -webkit-transition: all 0.3s ease-in-out;
            -moz-transition: all 0.3s ease-in-out;
            -ms-transition: all 0.3s ease-in-out;
            -o-transition: all 0.3s ease-in-out;
        }

        .has-submenu .submenu-nav > li {
            line-height: 1.8;
            position: relative;
        }

            .has-submenu .submenu-nav > li a {
                color: #333;
                display: block;
                font-size: 14px;
                line-height: 1.8;
                padding: 5px 25px;
                position: relative;
            }

                .has-submenu .submenu-nav > li a:hover {
                    color: #4988fb;
                }

            .has-submenu .submenu-nav > li:hover > a {
                color: #4988fb;
            }

            .has-submenu .submenu-nav > li:hover:after {
                color: #4988fb !important;
            }

            .has-submenu .submenu-nav > li.has-submenu {
                position: relative;
            }

                .has-submenu .submenu-nav > li.has-submenu a:before {
                    display: block;
                }

                .has-submenu .submenu-nav > li.has-submenu:hover > .submenu-nav {
                    -webkit-transform: none;
                    transform: none;
                    opacity: 1;
                    visibility: visible;
                    pointer-events: visible;
                }

                .has-submenu .submenu-nav > li.has-submenu:after {
                    content: "";
                    color: #333;
                    font-size: 10px;
                    line-height: 1.2;
                    font-family: "Line Awesome Free";
                    font-weight: 900;
                    position: absolute;
                    right: 25px;
                    top: 12px;
                }

                .has-submenu .submenu-nav > li.has-submenu .submenu-nav {
                    left: 100%;
                    top: 0;
                    margin-top: -15px;
                }

    .has-submenu .submenu-nav-mega {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding: 40px 50px;
        max-width: 1170px;
        width: 100%;
    }

@media only screen and (max-width: 1199px) {
    .has-submenu .submenu-nav-mega {
        width: 830px;
    }
}

.has-submenu .submenu-nav-mega .mega-menu-item {
    text-align: left;
    padding-right: 30px;
    padding-left: 0;
    float: left;
    display: block;
    width: 20%;
    padding-top: 0;
}

    .has-submenu .submenu-nav-mega .mega-menu-item.banner-menu-content-wrap {
        width: 40%;
    }

    .has-submenu .submenu-nav-mega .mega-menu-item:last-child {
        border-right: 0;
    }

    .has-submenu .submenu-nav-mega .mega-menu-item ul li {
        position: relative;
        padding: 6px 0;
    }

        .has-submenu .submenu-nav-mega .mega-menu-item ul li a:hover {
            color: #fff;
        }

        .has-submenu .submenu-nav-mega .mega-menu-item ul li.feature a {
            position: relative;
        }

            .has-submenu .submenu-nav-mega .mega-menu-item ul li.feature a:before {
                content: "";
                position: absolute;
                font-family: "Line Awesome Free";
                font-weight: 900;
                color: #4988fb;
                right: -20px;
                top: 1px;
                font-size: 10px;
            }

        .has-submenu .submenu-nav-mega .mega-menu-item ul li.new a {
            position: relative;
        }

            .has-submenu .submenu-nav-mega .mega-menu-item ul li.new a:after {
                background-color: #4988fb;
                content: "New";
                color: #fff;
                font-size: 13px;
                font-weight: 600;
                border-radius: 2px;
                position: absolute;
                top: 0;
                right: -38px;
                line-height: 1;
                padding: 2px 3px;
            }

        .has-submenu .submenu-nav-mega .mega-menu-item ul li:hover .menu-thumb {
            -webkit-transform: translateX(0);
            transform: translateX(0);
            opacity: 1;
            visibility: visible;
        }

        .has-submenu .submenu-nav-mega .mega-menu-item ul li.active a {
            color: #fff;
        }

    .has-submenu .submenu-nav-mega .mega-menu-item.menu-content {
        padding: 0 !important;
        margin: -1px;
    }

        .has-submenu .submenu-nav-mega .mega-menu-item.menu-content .menu-content-inner {
            background-size: cover;
            background-position: center center;
            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-align: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            text-align: center;
            padding: 15px;
        }

            .has-submenu .submenu-nav-mega .mega-menu-item.menu-content .menu-content-inner h4, .has-submenu .submenu-nav-mega .mega-menu-item.menu-content .menu-content-inner .btn-brand {
                color: #fff;
                -webkit-transition: 0.4s;
                transition: 0.4s;
                -webkit-transition-delay: 0.3s;
                transition-delay: 0.3s;
            }

            .has-submenu .submenu-nav-mega .mega-menu-item.menu-content .menu-content-inner h4 {
                -webkit-transform: translateY(-80%);
                transform: translateY(-80%);
            }

                .has-submenu .submenu-nav-mega .mega-menu-item.menu-content .menu-content-inner h4 span {
                    color: #4988fb;
                    font-style: italic;
                }

            .has-submenu .submenu-nav-mega .mega-menu-item.menu-content .menu-content-inner .btn-brand {
                margin-top: 30px;
                font-weight: 700;
                -webkit-transform: translateY(80%);
                transform: translateY(80%);
            }

.has-submenu.full-width {
    position: static;
}

.has-submenu.colunm-two {
    position: relative;
}

    .has-submenu.colunm-two .submenu-nav-mega {
        left: 100px !important;
        width: 550px;
    }

        .has-submenu.colunm-two .submenu-nav-mega .mega-menu-item {
            padding: 0 !important;
            -ms-flex-preferred-size: 50%;
            flex-basis: 50%;
        }

/*
-----------------------------------------------------------------------
  Header CSS
-----------------------------------------------------------------------
*/
.header-area.header-default {
    padding: 28px 0;
    position: relative;
    z-index: 999;
}

@media only screen and (max-width: 1199px) {
    .header-area.header-default {
        padding: 28px 0 20px;
    }
}

@media only screen and (max-width: 991px) {
    .header-area.header-default {
        padding: 25px 0 20px;
    }
}

@media only screen and (max-width: 767px) {
    .header-area.header-default {
        padding: 20px 0;
    }
}

@media only screen and (max-width: 575px) {
    .header-area.header-default {
        padding: 18px 0 20px;
    }
}

@media only screen and (max-width: 1199px) {
    .header-area.header-default .container {
        max-width: 100%;
    }
}

@media only screen and (max-width: 1635px) {
    .header-area.header-default .header-navigation-area {
        margin-right: -80px;
    }
}

@media only screen and (max-width: 1635px) {
    .header-area.header-default .header-search-box form .form-input-group input {
        width: 195px;
    }
}

@media only screen and (max-width: 1635px) {
    .header-area.header-default .header-search-box.header-search-box-res form .form-input-group input {
        width: 100%;
    }
}

.header-area.header-default .header-action-area .btn-search.btn-search-style2:hover {
    color: #4988fb;
}

@media only screen and (max-width: 1399px) {
    .header-area.header-default .header-logo-area {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}

@media only screen and (max-width: 991px) {
    .header-area.header-default .vertical-menu {
        display: none;
    }
}

.header-area.sticky-header.sticky {
    animation-name: fadeInDown;
    -webkit-animation-name: fadeInDown;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    background-color: #fff;
    border: none;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    padding: 7px 0 8px;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 999;
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear;
}

@media only screen and (max-width: 1399px) {
    .header-area.sticky-header.sticky {
        padding: 12px 0;
    }
}

@media only screen and (min-width: 1200px) {
    .header-area.sticky-header.sticky.header-middle-style2 {
        padding: 11px 0 13px;
    }
}

@media only screen and (min-width: 1200px) {
    .header-area.sticky-header.sticky.header-middle-style3 {
        background-color: #2fb0b3;
        padding: 11px 0 13px;
    }
}

@media only screen and (max-width: 1199px) {
    .header-area.sticky-header.sticky .header-search-box.header-search-box-res {
        display: none;
    }
}

@media only screen and (max-width: 1199px) {
    .header-area.sticky-header.sticky .header-search-box-style2.header-search-box-res {
        display: none;
    }
}

@media only screen and (max-width: 575px) {
    .header-area.sticky-header.sticky .header-action-area.header-action-res {
        display: none;
    }
}

@media only screen and (max-width: 991px) {
    .header-area.sticky-header.sticky .vertical-menu {
        display: block;
    }
}

@media only screen and (max-width: 479.98px) {
    .header-area.sticky-header.sticky .vertical-menu {
        display: none;
        opacity: 0;
    }
}

.header-area.sticky-header.sticky .vertical-menu.menu-style-two .vmenu-content {
    display: none;
}

.header-area.header-transparent {
    background-color: transparent;
    left: 0;
    padding: 12px 0 0;
    position: absolute;
    top: 46px;
    width: 100%;
    z-index: 9;
}

@media only screen and (max-width: 1399px) {
    .header-area.header-transparent {
        padding: 12px 0 0;
    }
}

@media only screen and (max-width: 991px) {
    .header-area.header-transparent {
        display: none;
    }
}

.header-area.header-transparent .header-logo-area {
    text-align: center;
}

.header-area.header-transparent .header-navigation-area {
    right: auto;
}

.header-area.header-transparent .main-menu > li > a {
    font-weight: 400;
}

@media only screen and (max-width: 1399px) {
    .header-area.header-transparent .main-menu > li > a {
        padding: 0 31px 0 0;
    }
}

.header-area.header-transparent .main-menu > li.active > a, .header-area.header-transparent .main-menu > li:hover > a {
    color: #2fb0b3;
}

    .header-area.header-transparent .main-menu > li.active > a:after, .header-area.header-transparent .main-menu > li:hover > a:after {
        color: #2fb0b3;
    }

.header-area.header-transparent .main-menu .has-submenu .submenu-nav-mega .mega-menu-item ul > li > a:hover {
    color: #2fb0b3;
}

@media only screen and (max-width: 1499px) {
    .header-area.header-transparent .has-submenu .submenu-nav {
        left: -8px;
    }
}

.header-area.header-transparent .has-submenu .submenu-nav > li:hover > a {
    color: #2fb0b3;
}

.header-area.header-transparent .header-action-register .phone a:hover {
    color: #2fb0b3;
}

.header-area.header-transparent .header-action-wishlist .btn-wishlist .cart-count {
    background-color: #2fb0b3;
}

.header-area.header-transparent .header-action-wishlist .btn-wishlist:hover {
    color: #2fb0b3;
}

    .header-area.header-transparent .header-action-wishlist .btn-wishlist:hover i {
        color: #2fb0b3;
    }

.header-area.header-transparent .header-action-cart .btn-cart .cart-count {
    background-color: #2fb0b3;
}

.header-area.header-transparent .header-action-cart .btn-cart:hover {
    color: #2fb0b3;
}

.header-area.header-transparent .header-action-cart:hover .btn-cart, .header-area.header-transparent .header-action-cart:hover .cart-amount {
    color: #2fb0b3;
}

.header-area.header-transparent.sticky-header.sticky {
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    padding: 7px 0 8px;
}

.header-style2-area {
    background-color: #4988fb;
}

    .header-style2-area .content-align {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .header-style2-area .vertical-menu .menu-btn {
        background-color: #3379f9;
        border-radius: 0;
    }

    .header-style2-area .header-navigation-area {
        padding-left: 30px;
        right: auto;
        top: 2px;
    }

    .header-style2-area .main-menu > li > a {
        padding: 0;
        margin-right: 35px;
    }

.header-style3-area .header-navigation-area {
    right: 52px;
    top: -1px;
}

.header-style3-area .main-menu > li.active > a, .header-style3-area .main-menu > li:hover > a {
    color: #2fb0b3;
}

    .header-style3-area .main-menu > li.active > a:after, .header-style3-area .main-menu > li:hover > a:after {
        color: #2fb0b3;
    }

.header-style3-area .main-menu .has-submenu .submenu-nav-mega .mega-menu-item ul > li > a:hover {
    color: #2fb0b3;
}

.header-style3-area .has-submenu .submenu-nav > li:hover > a {
    color: #2fb0b3;
}

.header-style3-area .header-currency-dropdown .btn-currency:hover {
    color: #2fb0b3;
}

    .header-style3-area .header-currency-dropdown .btn-currency:hover .dropdown-toggle:after {
        color: #2fb0b3;
    }

.header-style3-area .header-currency-dropdown .dropdown-menu .dropdown-item.active, .header-style3-area .header-currency-dropdown .dropdown-menu .dropdown-item:hover {
    color: #2fb0b3;
}

.header-style3-area .header-lang-dropdown .btn-lang:hover {
    color: #2fb0b3;
}

    .header-style3-area .header-lang-dropdown .btn-lang:hover .dropdown-toggle:after {
        color: #2fb0b3;
    }

.header-style3-area .header-lang-dropdown .dropdown-menu .dropdown-item.active, .header-style3-area .header-lang-dropdown .dropdown-menu .dropdown-item:hover {
    color: #2fb0b3;
}

@media only screen and (max-width: 1199px) {
    .header-style3-res .header-currency-dropdown .btn-currency:hover {
        color: #2fb0b3;
    }

        .header-style3-res .header-currency-dropdown .btn-currency:hover .dropdown-toggle:after {
            color: #2fb0b3;
        }

    .header-style3-res .header-currency-dropdown .dropdown-menu .dropdown-item.active, .header-style3-res .header-currency-dropdown .dropdown-menu .dropdown-item:hover {
        color: #2fb0b3;
    }

    .header-style3-res .header-lang-dropdown .btn-lang:hover {
        color: #2fb0b3;
    }

        .header-style3-res .header-lang-dropdown .btn-lang:hover .dropdown-toggle:after {
            color: #2fb0b3;
        }

    .header-style3-res .header-lang-dropdown .dropdown-menu .dropdown-item.active, .header-style3-res .header-lang-dropdown .dropdown-menu .dropdown-item:hover {
        color: #2fb0b3;
    }

    .header-style3-res .header-top-action-area .info-link a:hover {
        color: #2fb0b3;
    }

    .header-style3-res .header-minicart-content .minicart-inner .minicart-list .minicart-item .thumb .quantity-number {
        background-color: #2fb0b3;
    }

    .header-style3-res .header-minicart-content .minicart-inner .minicart-list .minicart-item .thumb:hover {
        color: #2fb0b3;
    }

    .header-style3-res .header-minicart-content .minicart-inner .minicart-list .minicart-item .minicart-remove {
        border-color: #2fb0b3;
        color: #2fb0b3;
    }

    .header-style3-res .header-minicart-content .minicart-inner .minicart-total .minicart-price.minicart-subtotal .total {
        color: #2fb0b3;
    }

    .header-style3-res .header-minicart-content .minicart-inner .minicart-buttons .cart-button {
        background-color: #2fb0b3;
    }

        .header-style3-res .header-minicart-content .minicart-inner .minicart-buttons .cart-button:hover {
            background-color: #333;
        }

    .header-style3-res .header-action-phone .phone a:hover {
        color: #2fb0b3;
    }

    .header-style3-res .header-action-register .phone a:hover {
        color: #2fb0b3;
    }

    .header-style3-res .header-action-wishlist .btn-wishlist .cart-count {
        background-color: #2fb0b3;
    }

    .header-style3-res .header-action-wishlist .btn-wishlist:hover {
        color: #2fb0b3;
    }

        .header-style3-res .header-action-wishlist .btn-wishlist:hover i {
            color: #2fb0b3;
        }

    .header-style3-res .header-action-cart .btn-cart .cart-count {
        background-color: #2fb0b3;
    }

    .header-style3-res .header-action-cart .btn-cart:hover {
        color: #2fb0b3;
    }

    .header-style3-res .header-action-cart:hover .btn-cart, .header-style3-res .header-action-cart:hover .cart-amount {
        color: #2fb0b3;
    }

    .header-style3-res .header-search-box-style2 [type=submit] {
        background-color: #2fb0b3;
    }

    .header-style3-res .btn-side-menu:hover {
        color: #2fb0b3;
    }
}

@media only screen and (max-width: 575px) {
    .header-style3-res .header-area.header-default .header-action-area .btn-search.btn-search-style2:hover {
        color: #2fb0b3;
    }
}

.search-box-wrapper {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: rgba(0, 0, 0, 0.9);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: fixed;
    min-height: 550px;
    left: 0;
    opacity: 0;
    visibility: hidden;
    top: 0;
    height: 100vh;
    padding: 0 15px;
    width: 100vw;
    z-index: 999;
    transition: all ease-in-out 0.25s;
    -webkit-transition: all ease-in-out 0.25s;
    -moz-transition: all ease-in-out 0.25s;
    -ms-transition: all ease-in-out 0.25s;
    -o-transition: all ease-in-out 0.25s;
}

    .search-box-wrapper .search-box-content-inner {
        width: 800px;
        margin: 0 auto;
    }

        .search-box-wrapper .search-box-content-inner .search-box-form-wrap {
            text-align: center;
            transform: scale(0.9);
            -webkit-transform: scale(0.9);
            -moz-transform: scale(0.9);
            -ms-transform: scale(0.9);
            -o-transform: scale(0.9);
            transition: all ease-in-out 0.25s;
            -webkit-transition: all ease-in-out 0.25s;
            -moz-transition: all ease-in-out 0.25s;
            -ms-transition: all ease-in-out 0.25s;
            -o-transition: all ease-in-out 0.25s;
        }

            .search-box-wrapper .search-box-content-inner .search-box-form-wrap .search-note {
                margin-bottom: 15px;
            }

                .search-box-wrapper .search-box-content-inner .search-box-form-wrap .search-note p {
                    color: #fff;
                    font-size: 18px;
                }

            .search-box-wrapper .search-box-content-inner .search-box-form-wrap form .search-form .form-control {
                background-color: transparent;
                border: 0;
                border-bottom: 2px solid #fff;
                color: #fff;
                text-align: center;
                font-size: 30px;
                padding: 10px 58px;
                border-radius: 0;
                height: 73px;
                -webkit-box-shadow: none;
                box-shadow: none;
                line-height: 73px;
            }

                .search-box-wrapper .search-box-content-inner .search-box-form-wrap form .search-form .form-control::-webkit-input-placeholder {
                    /* Chrome/Opera/Safari */
                    color: #fff;
                }

                .search-box-wrapper .search-box-content-inner .search-box-form-wrap form .search-form .form-control::-moz-placeholder {
                    /* Firefox 19+ */
                    color: #fff;
                }

                .search-box-wrapper .search-box-content-inner .search-box-form-wrap form .search-form .form-control:-ms-input-placeholder {
                    /* IE 10+ */
                    color: #fff;
                }

                .search-box-wrapper .search-box-content-inner .search-box-form-wrap form .search-form .form-control:-moz-placeholder {
                    /* Firefox 18- */
                    color: #fff;
                }

@media only screen and (max-width: 767px) {
    .search-box-wrapper .search-box-content-inner .search-box-form-wrap form .search-form .form-control {
        font-size: 20px;
    }
}

.search-box-wrapper .search-box-content-inner .search-box-form-wrap form .search-form .form-control:hover i {
    font-size: 0;
}

.search-box-wrapper .search-box-content-inner .search-box-form-wrap form .search-form .search-button {
    color: #fff;
    border: none;
    line-height: 1;
    font-size: 30px;
    background-color: transparent;
    padding: 0;
    margin: 0;
    position: absolute;
    bottom: 18px;
    right: 15px;
}

    .search-box-wrapper .search-box-content-inner .search-box-form-wrap form .search-form .search-button i {
        font-size: 30px;
    }

    .search-box-wrapper .search-box-content-inner .search-box-form-wrap form .search-form .search-button:hover {
        color: #4988fb;
    }

.search-box-wrapper .search-close {
    background-color: transparent;
    border: none;
    color: #fff;
    font-size: 36px;
    display: block;
    position: absolute;
    padding: 0;
    margin: 0;
    z-index: 5;
    top: 20%;
    right: 20%;
    line-height: 60px;
    height: 60px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

    .search-box-wrapper .search-close:hover {
        color: #4988fb;
    }

.search-box-wrapper.show {
    visibility: visible;
    opacity: 1;
}

    .search-box-wrapper.show .search-box-content-inner .search-box-form-wrap {
        transform: scale(1);
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
    }

.vertical-menu {
    position: relative;
}

    .vertical-menu .menu-btn {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        background: #4988fb;
        border: none;
        color: #fff;
        cursor: pointer;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        font-size: 17px;
        font-weight: 600;
        height: 60px;
        margin: 0;
        line-height: 1;
        overflow: hidden;
        text-transform: capitalize;
        padding: 0 20px 0 15px;
        position: relative;
        width: 100%;
        border-radius: 0;
        transition: all 0.3s ease-out;
        -webkit-transition: all 0.3s ease-out;
        -moz-transition: all 0.3s ease-out;
        -ms-transition: all 0.3s ease-out;
        -o-transition: all 0.3s ease-out;
    }

@media only screen and (max-width: 1199px) {
    .vertical-menu .menu-btn {
        padding: 0 20px;
    }
}

.vertical-menu .menu-btn span {
    display: block;
    font-size: 17px;
    font-weight: 600;
    padding-right: 66.58px;
    position: relative;
    text-align: left;
    top: -2px;
    width: 100%;
}

    .vertical-menu .menu-btn span:before {
        color: #fff;
        content: "";
        font-size: 21px;
        font-family: "Line Awesome Free";
        font-weight: 900;
        margin-right: 24px;
        position: relative;
        top: 1px;
    }

    .vertical-menu .menu-btn span:after {
        color: #fff;
        content: "";
        font-size: 10px;
        font-family: "Line Awesome Free";
        font-weight: 900;
        position: absolute;
        right: -1px;
        top: 5px;
    }

.vertical-menu .menu-btn:hover {
    opacity: 0.9;
}

.vertical-menu .vmenu-content {
    height: auto;
    overflow: visible;
    background: #fff;
    border: 1px solid #e1e1e1;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    border-top: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 12px 0 7px;
    width: 100%;
    position: absolute;
    top: 100%;
    left: 0;
    margin-bottom: 0;
    z-index: 99;
}

    .vertical-menu .vmenu-content.display-block {
        min-width: inherit;
    }

    .vertical-menu .vmenu-content strong {
        font-weight: 700;
    }

    .vertical-menu .vmenu-content .menu-item {
        transition: all 0.3s ease-out;
        -webkit-transition: all 0.3s ease-out;
        -moz-transition: all 0.3s ease-out;
        -ms-transition: all 0.3s ease-out;
        -o-transition: all 0.3s ease-out;
    }

        .vertical-menu .vmenu-content .menu-item .menu-item-title {
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            background: none;
            color: #282828;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            font-weight: 600;
            font-size: 14px;
            margin: 0;
            min-height: 0;
            overflow: hidden;
            padding: 9px 20px;
            position: relative;
            text-decoration: none;
            transition: all 0.3s ease-out;
            -webkit-transition: all 0.3s ease-out;
            -moz-transition: all 0.3s ease-out;
            -ms-transition: all 0.3s ease-out;
            -o-transition: all 0.3s ease-out;
        }

            .vertical-menu .vmenu-content .menu-item .menu-item-title i {
                color: #777;
                display: inline-block;
                font-size: 12px;
                height: auto;
                left: auto;
                position: absolute;
                right: 11px;
                top: 55%;
                width: auto;
                -webkit-transform: translateY(-50%);
                transform: translateY(-50%);
                transition: all 0.3s ease-out;
                -webkit-transition: all 0.3s ease-out;
                -moz-transition: all 0.3s ease-out;
                -ms-transition: all 0.3s ease-out;
                -o-transition: all 0.3s ease-out;
            }

            .vertical-menu .vmenu-content .menu-item .menu-item-title img {
                max-width: 30px;
                margin-right: 12px;
            }

        .vertical-menu .vmenu-content .menu-item:hover .menu-item-title {
            color: #4988fb;
        }

            .vertical-menu .vmenu-content .menu-item:hover .menu-item-title i {
                color: #4988fb;
            }

    .vertical-menu .vmenu-content li {
        display: block;
        position: relative;
    }

        .vertical-menu .vmenu-content li .verticale-mega-menu,
        .vertical-menu .vmenu-content li .verticale-sub-menu {
            background: #fff;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            opacity: 0;
            position: absolute;
            top: 0;
            left: 100%;
            padding: 40px 10px 30px 30px;
            width: 670px;
            visibility: hidden;
            opacity: 0;
            text-align: left;
            z-index: 99;
            transition: all 0.3s ease-out;
            -webkit-transition: all 0.3s ease-out;
            -moz-transition: all 0.3s ease-out;
            -ms-transition: all 0.3s ease-out;
            -o-transition: all 0.3s ease-out;
        }

@media only screen and (max-width: 991px) {
    .vertical-menu .vmenu-content li .verticale-mega-menu,
    .vertical-menu .vmenu-content li .verticale-sub-menu {
        padding: 39px 10px 25px 22px;
    }
}

@media only screen and (max-width: 767px) {
    .vertical-menu .vmenu-content li .verticale-mega-menu,
    .vertical-menu .vmenu-content li .verticale-sub-menu {
        padding: 31px 10px 25px 15px;
    }
}

.vertical-menu .vmenu-content li .verticale-mega-menu.column-two {
    border: 1px solid #e8e8e8;
    width: 800px;
}

@media only screen and (max-width: 1199px) {
    .vertical-menu .vmenu-content li .verticale-mega-menu.column-two {
        width: 700px;
    }
}

@media only screen and (max-width: 991px) {
    .vertical-menu .vmenu-content li .verticale-mega-menu.column-two {
        left: 0;
        width: 689px;
    }
}

@media only screen and (max-width: 767px) {
    .vertical-menu .vmenu-content li .verticale-mega-menu.column-two {
        width: 288px;
    }
}

.vertical-menu .vmenu-content li .verticale-mega-menu.column-two li {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
}

@media only screen and (max-width: 1199px) {
    .vertical-menu .vmenu-content li .verticale-mega-menu.column-two li {
        -ms-flex-preferred-size: 24%;
        flex-basis: 24%;
    }
}

@media only screen and (max-width: 991px) {
    .vertical-menu .vmenu-content li .verticale-mega-menu.column-two li {
        -ms-flex-preferred-size: 34%;
        flex-basis: 34%;
    }
}

@media only screen and (max-width: 767px) {
    .vertical-menu .vmenu-content li .verticale-mega-menu.column-two li {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    }
}

.vertical-menu .vmenu-content li .verticale-mega-menu li {
    -ms-flex-preferred-size: 33.3333333333%;
    flex-basis: 33.3333333333%;
    padding: 0;
}

    .vertical-menu .vmenu-content li .verticale-mega-menu li a.title {
        color: #282828;
        display: block;
        padding-left: 0;
        font-size: 14px;
        font-weight: 600;
        line-height: 1.5;
        margin-bottom: 17px;
        pointer-events: none;
        text-transform: capitalize;
    }

        .vertical-menu .vmenu-content li .verticale-mega-menu li a.title:hover {
            color: #333 !important;
        }

    .vertical-menu .vmenu-content li .verticale-mega-menu li ul li {
        padding: 0;
        width: 100%;
    }

        .vertical-menu .vmenu-content li .verticale-mega-menu li ul li a {
            color: #282828;
            padding-left: 0;
            display: block;
            font-size: 14px;
            font-weight: 400;
            line-height: 28px;
        }

            .vertical-menu .vmenu-content li .verticale-mega-menu li ul li a:hover {
                color: #4988fb;
                -webkit-transform: translateX(10px);
                transform: translateX(10px);
            }

    .vertical-menu .vmenu-content li .verticale-mega-menu li:hover a.title {
        color: #4988fb !important;
    }

.vertical-menu .vmenu-content li .verticale-sub-menu {
    padding: 10px 0px;
    width: 240px;
}

    .vertical-menu .vmenu-content li .verticale-sub-menu li {
        width: 100%;
        padding: 0;
        position: relative;
        display: block;
    }

        .vertical-menu .vmenu-content li .verticale-sub-menu li a {
            position: relative;
            display: block;
            overflow: hidden;
            text-transform: capitalize;
            color: #333;
            padding-left: 20px;
            line-height: 2.642;
            font-size: 14px;
            font-weight: 400;
        }

            .vertical-menu .vmenu-content li .verticale-sub-menu li a:hover {
                color: #4988fb;
            }

.vertical-menu .vmenu-content li:hover .verticale-mega-menu,
.vertical-menu .vmenu-content li:hover .verticale-sub-menu {
    opacity: 1;
    visibility: visible;
}

.vertical-menu .vmenu-content li.expand {
    padding: 0;
    width: 100%;
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
}

    .vertical-menu .vmenu-content li.expand a {
        color: #333;
        cursor: pointer;
        display: block;
        font-weight: 600;
        font-size: 14px;
        padding: 12px 20px 12px 20px;
        text-decoration: none;
        transition: all 0.3s ease-out;
        -webkit-transition: all 0.3s ease-out;
        -moz-transition: all 0.3s ease-out;
        -ms-transition: all 0.3s ease-out;
        -o-transition: all 0.3s ease-out;
    }

        .vertical-menu .vmenu-content li.expand a i {
            color: #333;
            font-size: 12px;
            padding-right: 5px;
            vertical-align: middle;
            position: relative;
            top: -1px;
        }

        .vertical-menu .vmenu-content li.expand a.minus {
            color: #4988fb;
        }

        .vertical-menu .vmenu-content li.expand a:hover {
            color: #4988fb;
        }

.vertical-menu.vertical-menu-style2 .menu-btn {
    background-color: transparent;
    color: #2fb0b3;
    height: 56px;
    padding-left: 0;
}

    .vertical-menu.vertical-menu-style2 .menu-btn span {
        left: -3px;
        margin-right: 32.5px;
        padding-right: 0;
        top: -2px;
    }

        .vertical-menu.vertical-menu-style2 .menu-btn span:before {
            margin-right: 8px;
        }

        .vertical-menu.vertical-menu-style2 .menu-btn span:before, .vertical-menu.vertical-menu-style2 .menu-btn span:after {
            color: #2fb0b3;
        }

        .vertical-menu.vertical-menu-style2 .menu-btn span:after {
            right: 15px;
            top: 5px;
        }

.vertical-menu.vertical-menu-style2 .vmenu-content .menu-item:hover .menu-item-title {
    color: #2fb0b3;
}

    .vertical-menu.vertical-menu-style2 .vmenu-content .menu-item:hover .menu-item-title i {
        color: #2fb0b3;
    }

.vertical-menu.vertical-menu-style2 .vmenu-content li .verticale-mega-menu li:hover a.title {
    color: #2fb0b3;
}

.vertical-menu.vertical-menu-style2 .vmenu-content li .verticale-mega-menu li ul li a:hover {
    color: #2fb0b3;
}

.vertical-menu.vertical-menu-style2 .vmenu-content li .verticale-mega-menu li:hover a.title {
    color: #2fb0b3 !important;
}

.vertical-menu.vertical-menu-style2 .vmenu-content li.expand a:hover {
    color: #2fb0b3;
}

.vertical-menu.vertical-menu-style2 .vmenu-content li.expand a.minus {
    color: #2fb0b3;
}

.vertical-menu.menu-style-two .vmenu-content {
    display: block;
}

@media only screen and (max-width: 991px) {
    .vertical-menu.menu-style-two .vmenu-content {
        display: none;
    }
}

.vertical-menu.menu-style-four .menu-btn-vmenu {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #2fb0b3;
    border-radius: 4px 4px 0 0;
    border: none;
    color: #fff;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 17px;
    font-weight: 600;
    height: 60px;
    margin: 0;
    line-height: 1;
    overflow: hidden;
    text-transform: capitalize;
    padding: 0 5px 0 30px;
    position: relative;
    width: 100%;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

    .vertical-menu.menu-style-four .menu-btn-vmenu span {
        display: block;
        font-size: 17px;
        font-weight: 600;
        padding-right: 66.58px;
        position: relative;
        text-align: left;
        top: 0;
        width: 100%;
    }

@media only screen and (max-width: 1199px) {
    .vertical-menu.menu-style-four .menu-btn-vmenu span {
        padding-right: 0;
    }
}

.vertical-menu.menu-style-four .menu-btn-vmenu span:before, .vertical-menu.menu-style-four .menu-btn-vmenu span:after {
    display: none;
}

.vertical-menu.menu-style-four .vmenu-content {
    display: block;
    border: 1px solid #e1e1e1;
    border-radius: 0 0 4px 4px;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 0;
}

@media only screen and (max-width: 991px) {
    .vertical-menu.menu-style-four .vmenu-content {
        display: none;
    }
}

.vertical-menu.menu-style-four .vmenu-content .menu-item .menu-item-title {
    border-bottom: 1px solid #e1e1e1;
    font-size: 14px;
    margin: 0;
    padding: 18.2px 20px 18px;
}

    .vertical-menu.menu-style-four .vmenu-content .menu-item .menu-item-title i {
        color: #282828;
        font-size: 10px;
        right: 18px;
        top: 48%;
    }

.vertical-menu.menu-style-four .vmenu-content li.expand a {
    font-size: 14px;
    padding: 18.2px 20px 18px;
}

    .vertical-menu.menu-style-four .vmenu-content li.expand a i {
        font-size: 14px;
        padding-right: 5px;
        top: -1px;
    }

.vertical-menu.menu-style-four .vmenu-content .menu-item:hover .menu-item-title {
    color: #2fb0b3;
}

    .vertical-menu.menu-style-four .vmenu-content .menu-item:hover .menu-item-title i {
        color: #2fb0b3;
    }

.vertical-menu.menu-style-four .vmenu-content li .verticale-mega-menu li:hover a.title {
    color: #2fb0b3;
}

.vertical-menu.menu-style-four .vmenu-content li .verticale-mega-menu li ul li a:hover {
    color: #2fb0b3;
}

.vertical-menu.menu-style-four .vmenu-content li .verticale-mega-menu li:hover a.title {
    color: #2fb0b3 !important;
}

.vertical-menu.menu-style-four .vmenu-content li.expand a:hover {
    color: #2fb0b3;
}

.vertical-menu.menu-style-four .vmenu-content li.expand a.minus {
    color: #2fb0b3;
}

.vertical-menu.menu-style-three .vmenu-content {
    display: block;
    border-radius: 0;
}

@media only screen and (max-width: 991px) {
    .vertical-menu.menu-style-three .vmenu-content {
        display: none;
    }
}

.vertical-menu.menu-style-three .vmenu-content .menu-item .menu-item-title {
    padding: 6.5px 0 7.5px;
}

@media only screen and (max-width: 1199px) {
    .vertical-menu.menu-style-three .vmenu-content .menu-item .menu-item-title {
        padding: 2.5px 0 2px;
    }
}

.vertical-menu.menu-style-three .menu-btn {
    background-color: #222;
    border-radius: 0;
}

.vmenu-content-none {
    display: none;
}

.off-canvas-area {
    padding: 0;
    z-index: 9999;
}

    .off-canvas-area.offcanvas-start {
        width: 350px;
    }

@media only screen and (max-width: 479.98px) {
    .off-canvas-area.offcanvas-start {
        width: 310px;
    }
}

.off-canvas-area .header-currency-dropdown {
    padding: 13px 20px 12px;
}

    .off-canvas-area .header-currency-dropdown .btn-currency span {
        font-size: 13px;
        top: 0;
    }

        .off-canvas-area .header-currency-dropdown .btn-currency span .currency-icon {
            top: 0;
        }

.off-canvas-area .header-lang-dropdown {
    padding: 12px 20px 12px;
}

    .off-canvas-area .header-lang-dropdown .btn-lang span {
        font-size: 13px;
    }

.off-canvas-area .offcanvas-header {
    background-color: #000;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    padding: 8.5px 15px 7.5px 20px;
}

    .off-canvas-area .offcanvas-header .btn-close {
        background-image: none;
        -webkit-box-shadow: none;
        box-shadow: none;
        color: #fff;
        font-size: 16px;
        font-weight: 600;
        height: 100%;
        margin: 0;
        opacity: 1;
        padding: 0;
        text-align: left;
        width: 100%;
        text-transform: uppercase;
        transition: all 0.3s ease-in-out;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
    }

        .off-canvas-area .offcanvas-header .btn-close i {
            float: right;
            font-size: 24px;
            line-height: 26px;
        }

.off-canvas-area .offcanvas-top {
    border: none;
    height: auto;
    -webkit-transform: none;
    transform: none;
}

    .off-canvas-area .offcanvas-top .header-top-info {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding: 12px 40px 13px;
        -ms-flex-pack: distribute;
        justify-content: space-around;
        border-bottom: 1px solid #eeeeee;
    }

        .off-canvas-area .offcanvas-top .header-top-info a {
            color: #0f0f0f;
            font-size: 13px;
            text-transform: capitalize;
        }

            .off-canvas-area .offcanvas-top .header-top-info a i {
                margin-right: 5px;
            }

        .off-canvas-area .offcanvas-top .header-top-info .info-mail,
        .off-canvas-area .offcanvas-top .header-top-info .info-map {
            border: none;
            margin-bottom: 7px;
            margin-left: 0;
            padding-right: 0;
        }

            .off-canvas-area .offcanvas-top .header-top-info .info-mail a:before,
            .off-canvas-area .offcanvas-top .header-top-info .info-map a:before {
                top: calc(50% - 5px);
            }

        .off-canvas-area .offcanvas-top .header-top-info .header-action-dropdown-acc {
            margin-left: 0;
        }

            .off-canvas-area .offcanvas-top .header-top-info .header-action-dropdown-acc .current-item:after {
                display: none;
            }

.off-canvas-area .header-lang-dropdown .btn-lang {
    padding-left: 0;
}

.off-canvas-area .offcanvas-body {
    padding: 0 0 20px;
}

.offcanvas-footer {
    padding: 5px 14px;
}

    .offcanvas-footer .header-top-info ul li a:hover {
        color: #000;
    }

.sidemenu-top-inner .header-top-action-area {
    display: block;
    margin: 0;
}

    .sidemenu-top-inner .header-top-action-area .header-lang-dropdown {
        border: 1px solid #eeeeee;
        display: block;
        margin-bottom: 0;
        padding: 11px 20px 13px;
    }

        .sidemenu-top-inner .header-top-action-area .header-lang-dropdown .btn-lang {
            border: none;
            display: block;
            text-align: left;
            width: 100%;
        }

            .sidemenu-top-inner .header-top-action-area .header-lang-dropdown .btn-lang img {
                top: -1px;
            }

            .sidemenu-top-inner .header-top-action-area .header-lang-dropdown .btn-lang.dropdown-toggle:before {
                display: none;
            }

            .sidemenu-top-inner .header-top-action-area .header-lang-dropdown .btn-lang.dropdown-toggle:after {
                font-size: 11px;
                right: 0;
                top: calc(50% - 6px);
            }

        .sidemenu-top-inner .header-top-action-area .header-lang-dropdown .dropdown-menu {
            border: 1px solid #eeeeee;
            -webkit-box-shadow: none;
            box-shadow: none;
            left: -21px !important;
            max-width: none;
            top: 11px !important;
            width: 100%;
        }

    .sidemenu-top-inner .header-top-action-area .header-currency-dropdown {
        border: none;
        display: block;
        margin-bottom: 0;
        padding: 11px 20px 9px;
    }

        .sidemenu-top-inner .header-top-action-area .header-currency-dropdown .btn-currency {
            border: none;
            display: block;
            text-align: left;
            width: 100%;
        }

            .sidemenu-top-inner .header-top-action-area .header-currency-dropdown .btn-currency.dropdown-toggle:after {
                font-size: 11px;
                right: 0;
                top: calc(50% - 7px);
            }

        .sidemenu-top-inner .header-top-action-area .header-currency-dropdown .dropdown-menu {
            border: 1px solid #eeeeee;
            -webkit-box-shadow: none;
            box-shadow: none;
            left: -21px !important;
            max-width: none;
            top: 8px !important;
            width: 100%;
        }

    .sidemenu-top-inner .header-top-action-area .header-select-dropdown {
        border: 1px solid #eeeeee;
        display: block;
        margin-right: 0;
        padding: 3px 9px 5px;
    }

        .sidemenu-top-inner .header-top-action-area .header-select-dropdown:after {
            right: 9px;
            top: calc(50% - 3px);
        }

        .sidemenu-top-inner .header-top-action-area .header-select-dropdown .info-dropdown {
            width: 100%;
        }

.sidemenu-top-inner .header-top-info {
    display: block;
    padding-top: 5px;
    text-align: center;
}

    .sidemenu-top-inner .header-top-info .info-map,
    .sidemenu-top-inner .header-top-info .info-mail {
        border: none;
    }

    .sidemenu-top-inner .header-top-info .info-map {
        margin-bottom: 12px;
        margin-left: 0;
    }

    .sidemenu-top-inner .header-top-info .header-action-myaccount {
        display: block;
    }

    .sidemenu-top-inner .header-top-info .header-action-dropdown-acc {
        display: inline-block;
        margin-left: 0;
    }

.sidemenu-top-inner .header-action-dropdown-acc .info-dropdown {
    left: 0;
    right: auto;
}

.offcanvas-menu {
    position: relative;
    z-index: 1;
}

    .offcanvas-menu::before {
        position: absolute;
        z-index: -1;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        content: "";
        background-color: #fff;
    }

    .offcanvas-menu ul ul {
        display: none;
    }

    .offcanvas-menu > ul > li > ul li {
        border-bottom: 0px;
    }

        .offcanvas-menu > ul > li > ul li a {
            padding: 6px 27px;
            font-weight: 600;
            font-size: 14px;
            color: #555;
        }

            .offcanvas-menu > ul > li > ul li a.offcanvas-nav-item {
                color: #333;
                font-weight: 600;
            }

                .offcanvas-menu > ul > li > ul li a.offcanvas-nav-item:after {
                    font-size: 10px;
                    right: 21px;
                }

        .offcanvas-menu > ul > li > ul li > ul li a {
            padding: 6px 35px;
        }

    .offcanvas-menu li.active > ul {
        display: block;
    }

    .offcanvas-menu li a {
        border-top: 1px solid #eeeeee;
        display: block;
        color: #333;
        font-size: 14px;
        font-weight: 600;
        padding: 7px 20px;
        position: relative;
        text-transform: capitalize;
    }

@media only screen and (max-width: 479.98px) {
    .offcanvas-menu li a {
        font-size: 13px;
    }
}

.offcanvas-menu li a:hover {
    color: #4988fb;
}

.offcanvas-menu > ul > li > a {
    padding: 10px 20px;
    text-transform: uppercase;
}

.offcanvas-menu a:not(:only-child):after {
    color: #333;
    content: "";
    font-family: "Line Awesome Free";
    font-size: 12px;
    position: absolute;
    right: 20px;
    top: 9px;
}

.offcanvas-menu .active > a:not(:only-child):after {
    content: "";
}

.header-top {
    border-bottom: 1px solid #efefef;
    padding: 0 0 0;
}

@media only screen and (max-width: 1199px) {
    .header-top .container {
        max-width: 100%;
    }
}

.header-top.header-top-light {
    background-color: #4988fb;
    border: none;
    padding: 9px 0 53px;
}

@media only screen and (max-width: 991px) {
    .header-top.header-top-light {
        padding: 17px 0 13px;
    }
}

.header-top.header-top-light .header-top-info a {
    color: #fff;
}

    .header-top.header-top-light .header-top-info a:hover {
        color: #333;
    }

.header-top.header-top-light .header-currency-dropdown .btn-currency {
    color: #fff;
}

    .header-top.header-top-light .header-currency-dropdown .btn-currency:after {
        color: #fff;
    }

    .header-top.header-top-light .header-currency-dropdown .btn-currency:hover {
        color: #333;
    }

        .header-top.header-top-light .header-currency-dropdown .btn-currency:hover:after {
            color: #333;
        }

.header-top.header-top-light .header-lang-dropdown .btn-lang {
    color: #fff;
}

    .header-top.header-top-light .header-lang-dropdown .btn-lang:after {
        color: #fff;
    }

    .header-top.header-top-light .header-lang-dropdown .btn-lang:hover {
        color: #333;
    }

        .header-top.header-top-light .header-lang-dropdown .btn-lang:hover:after {
            color: #333;
        }

.header-top.header-top-light .header-top-action-area .info-link a {
    color: #fff;
}

    .header-top.header-top-light .header-top-action-area .info-link a:hover {
        color: #333;
    }

.header-top-inner {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media only screen and (max-width: 767px) {
    .header-top-inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.header-top-style2 {
    background-color: #2fb0b3;
}

@media only screen and (max-width: 575px) {
    .header-top-style2 {
        background-color: transparent;
    }
}

.header-top-style2 .header-top-info {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

    .header-top-style2 .header-top-info ul li a {
        color: #fff;
    }

.header-top-style2 .header-top-action-area {
    margin-left: 19px;
}

    .header-top-style2 .header-top-action-area .info-link {
        margin-right: 0;
        padding-left: 19px;
        padding-right: 17px;
    }

        .header-top-style2 .header-top-action-area .info-link:before {
            background-color: #fff;
            left: 0;
            right: auto;
        }

        .header-top-style2 .header-top-action-area .info-link a {
            color: #fff;
        }

            .header-top-style2 .header-top-action-area .info-link a:hover {
                color: #fff;
            }

        .header-top-style2 .header-top-action-area .info-link:last-child {
            padding-left: 25px;
        }

.header-top-style2 .header-currency-dropdown .btn-currency span {
    color: #fff;
}

.header-top-style2 .header-currency-dropdown .btn-currency.dropdown-toggle:after {
    color: #fff;
}

.header-top-style2 .header-currency-dropdown .btn-currency.dropdown-toggle:hover:after {
    color: #fff;
}

.header-top-style2 .header-currency-dropdown .dropdown-menu .dropdown-item.active, .header-top-style2 .header-currency-dropdown .dropdown-menu .dropdown-item:hover {
    color: #2fb0b3;
}

.header-top-style2 .header-lang-dropdown .btn-lang {
    color: #fff;
}

    .header-top-style2 .header-lang-dropdown .btn-lang.dropdown-toggle:before {
        background-color: #fff;
    }

    .header-top-style2 .header-lang-dropdown .btn-lang.dropdown-toggle:after {
        color: #fff;
    }

    .header-top-style2 .header-lang-dropdown .btn-lang.dropdown-toggle:hover {
        color: #fff;
    }

        .header-top-style2 .header-lang-dropdown .btn-lang.dropdown-toggle:hover:after {
            color: #fff;
        }

.header-top-style2 .header-lang-dropdown .dropdown-menu .dropdown-item.active, .header-top-style2 .header-lang-dropdown .dropdown-menu .dropdown-item:hover {
    color: #2fb0b3;
}

.header-top-info ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0;
    position: relative;
    top: 1px;
}

@media only screen and (max-width: 767px) {
    .header-top-info ul {
        left: 2px;
    }
}

.header-top-info ul li {
    margin: 0 10px 0 0;
}

@media only screen and (max-width: 767px) {
    .header-top-info ul li {
        margin: 0 14px 0 0;
    }
}

@media only screen and (max-width: 767px) {
    .header-top-info ul li:last-child {
        margin-right: 0;
    }
}

.header-top-info ul li a {
    color: #666666;
    font-size: 20px;
    line-height: 45px;
}

.header-top-action-area {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: -13px;
}

@media only screen and (max-width: 767px) {
    .header-top-action-area {
        margin: 12px 0 10px 13px;
    }
}

.header-top-action-area .info-link {
    display: inline-block;
    line-height: 1;
    position: relative;
    font-size: 14px;
    margin-right: 24px;
    padding-right: 18px;
    padding-top: 1px;
    text-transform: capitalize;
    top: -1px;
}

    .header-top-action-area .info-link:before {
        background-color: #555;
        content: "";
        height: 12px;
        position: absolute;
        right: -1px;
        top: 3px;
        width: 1px;
    }

@media only screen and (max-width: 767px) {
    .header-top-action-area .info-link:before {
        top: 2px;
    }
}

.header-top-action-area .info-link a {
    color: #1a2225;
    font-size: 14px;
    line-height: 12px;
}

@media only screen and (max-width: 767px) {
    .header-top-action-area .info-link a {
        margin-right: 4px;
    }
}

@media only screen and (max-width: 575px) {
    .header-top-action-area .info-link a {
        font-size: 0;
    }
}

.header-top-action-area .info-link a:hover {
    color: #4988fb;
}

.header-top-action-area .info-link a i {
    font-size: 14px;
    margin-right: 1px;
}

.header-top-action-area .info-link:last-child {
    border: none;
    padding-right: 0;
}

.header-top-action-area .info-link.info-link-style2 {
    position: relative;
}

    .header-top-action-area .info-link.info-link-style2 i {
        position: relative;
    }

.header-currency-dropdown {
    line-height: 1;
}

    .header-currency-dropdown .btn-currency {
        background-color: transparent;
        border: none;
        -webkit-box-shadow: none;
        box-shadow: none;
        color: #1a2225;
        cursor: pointer;
        display: inline-block;
        font-size: 14px;
        padding-left: 0;
        padding-right: 31px;
        text-transform: capitalize;
        margin-right: 2px;
        transition: all 0.3s ease-in-out;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
    }

        .header-currency-dropdown .btn-currency img {
            margin-right: 5px;
        }

        .header-currency-dropdown .btn-currency span {
            position: relative;
            top: 0;
        }

@media only screen and (max-width: 767px) {
    .header-currency-dropdown .btn-currency span {
        margin-right: 2px;
        top: -1px;
    }
}

@media only screen and (max-width: 575px) {
    .header-currency-dropdown .btn-currency span {
        font-size: 0;
    }
}

.header-currency-dropdown .btn-currency span .currency-icon {
    font-size: 14px;
}

.header-currency-dropdown .btn-currency.dropdown-toggle {
    position: relative;
    top: -1px;
}

    .header-currency-dropdown .btn-currency.dropdown-toggle:after {
        background: none;
        border: none;
        content: "";
        color: #1a2225;
        font-size: 10px;
        font-weight: 900;
        line-height: 1;
        font-family: "Line Awesome Free";
        position: absolute;
        right: 15px;
        top: calc(50% - 7px);
        text-transform: capitalize;
        transition: all 0.3s ease-in-out;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
    }

@media only screen and (max-width: 575px) {
    .header-currency-dropdown .btn-currency.dropdown-toggle:after {
        right: 14px;
        top: calc(50% - 9px);
    }
}

.header-currency-dropdown .btn-currency:hover {
    color: #4988fb;
}

    .header-currency-dropdown .btn-currency:hover.dropdown-toggle:after {
        color: #4988fb;
    }

.header-currency-dropdown .dropdown-menu {
    background: #fff;
    border-radius: 5px;
    border: none;
    -webkit-box-shadow: 0 2px 10px 1px rgba(0, 0, 0, 0.06);
    box-shadow: 0 2px 10px 1px rgba(0, 0, 0, 0.06);
    margin: 0;
    min-width: 160px;
    max-width: 160px;
    overflow: hidden;
    padding: 0 15px;
    left: 5px !important;
    top: 14px !important;
}

    .header-currency-dropdown .dropdown-menu .dropdown-item {
        border-bottom: 1px solid #eee;
        color: #333;
        cursor: pointer;
        display: inline-block;
        font-size: 14px;
        padding: 15px 7px;
        transition: all 0.3s ease-in-out;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
    }

        .header-currency-dropdown .dropdown-menu .dropdown-item img {
            margin-right: 5px;
        }

        .header-currency-dropdown .dropdown-menu .dropdown-item span {
            position: relative;
        }

        .header-currency-dropdown .dropdown-menu .dropdown-item:last-child {
            border: none;
        }

        .header-currency-dropdown .dropdown-menu .dropdown-item.active, .header-currency-dropdown .dropdown-menu .dropdown-item:hover {
            background-color: transparent;
            color: #4988fb;
        }

.header-lang-dropdown {
    line-height: 1;
}

    .header-lang-dropdown .btn-lang {
        background-color: transparent;
        border: none;
        -webkit-box-shadow: none;
        box-shadow: none;
        color: #1a2225;
        cursor: pointer;
        display: inline-block;
        font-size: 14px;
        margin-right: 0;
        padding-left: 24px;
        padding-right: 28px;
        text-transform: capitalize;
        transition: all 0.3s ease-in-out;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
    }

        .header-lang-dropdown .btn-lang img {
            margin-right: 2px;
            position: relative;
            top: -2px;
        }

@media only screen and (max-width: 575px) {
    .header-lang-dropdown .btn-lang img {
        top: -5px;
    }
}

.header-lang-dropdown .btn-lang span {
    position: relative;
    top: 0;
}

@media only screen and (max-width: 575px) {
    .header-lang-dropdown .btn-lang span {
        font-size: 0;
    }
}

.header-lang-dropdown .btn-lang.dropdown-toggle {
    position: relative;
}

    .header-lang-dropdown .btn-lang.dropdown-toggle:before {
        background-color: #555;
        content: "";
        height: 12px;
        left: 0;
        position: absolute;
        top: 3px;
        width: 1px;
    }

@media only screen and (max-width: 575px) {
    .header-lang-dropdown .btn-lang.dropdown-toggle:before {
        left: 1px;
        top: -1px;
    }
}

.header-lang-dropdown .btn-lang.dropdown-toggle:after {
    background: none;
    border: none;
    content: "";
    color: #1a2225;
    font-size: 10px;
    font-weight: 900;
    line-height: 1;
    font-family: "Line Awesome Free";
    position: absolute;
    right: 12px;
    top: calc(50% - 8px);
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

@media only screen and (max-width: 575px) {
    .header-lang-dropdown .btn-lang.dropdown-toggle:after {
        top: calc(50% - 9px);
    }
}

.header-lang-dropdown .btn-lang:hover {
    color: #4988fb;
}

    .header-lang-dropdown .btn-lang:hover.dropdown-toggle:after {
        color: #4988fb;
    }

.header-lang-dropdown .dropdown-menu {
    background: #fff;
    border-radius: 0;
    border: none;
    -webkit-box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.3);
    margin: 0;
    min-width: 120px;
    max-width: 120px;
    overflow: hidden;
    padding: 0 15px;
    left: 5px !important;
    top: 14px !important;
}

    .header-lang-dropdown .dropdown-menu .dropdown-item {
        border-bottom: 1px solid #efefef;
        color: #333;
        cursor: pointer;
        display: inline-block;
        font-size: 12px;
        padding: 14px 7px;
        transition: all 0.3s ease-in-out;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
    }

        .header-lang-dropdown .dropdown-menu .dropdown-item img {
            margin-right: 5px;
        }

        .header-lang-dropdown .dropdown-menu .dropdown-item span {
            position: relative;
            top: 1px;
        }

        .header-lang-dropdown .dropdown-menu .dropdown-item:last-child {
            border: none;
        }

        .header-lang-dropdown .dropdown-menu .dropdown-item.active, .header-lang-dropdown .dropdown-menu .dropdown-item:hover {
            background-color: transparent;
            color: #4988fb;
        }

.header-action-dropdown-acc {
    cursor: pointer;
    line-height: 17px;
    position: relative;
    top: 0;
    text-align: end;
}

    .header-action-dropdown-acc .current-item {
        color: #333;
        display: inline-block;
        font-size: 16px;
        position: relative;
        text-transform: uppercase;
        transition: all 0.3s ease-in-out;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
    }

@media only screen and (max-width: 1199px) {
    .header-action-dropdown-acc .current-item {
        right: 15px;
    }
}

.header-action-dropdown-acc .current-item:before {
    color: #333;
    content: "";
    font-family: "simple-line-icons";
    font-size: 20px;
    margin-right: 5px;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

.header-action-dropdown-acc .info-dropdown {
    background-color: #fff;
    -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.09);
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.09);
    display: none;
    min-width: 130px;
    padding: 0;
    position: absolute;
    text-align: left;
    top: 100%;
    -webkit-transform-origin: center top 0;
    transform-origin: center top 0;
    visibility: visible;
    margin-bottom: 0;
    margin-top: 33px;
    top: 0;
    right: 0;
    z-index: 9999;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

@media only screen and (max-width: 1199px) {
    .header-action-dropdown-acc .info-dropdown {
        margin-top: 32px;
    }
}

.header-action-dropdown-acc .info-dropdown li {
    color: #333;
    font-size: 13px;
    padding: 0px 27px;
    margin-bottom: 0;
    line-height: 1;
}

    .header-action-dropdown-acc .info-dropdown li a {
        color: #333;
        border-bottom: 1px solid #efefef;
        display: inline-block;
        min-width: 75px;
        padding: 18px 0 14px;
    }

        .header-action-dropdown-acc .info-dropdown li a:hover {
            color: #4988fb;
        }

.header-action-dropdown-acc:hover .current-item {
    color: #4988fb;
}

    .header-action-dropdown-acc:hover .current-item:before, .header-action-dropdown-acc:hover .current-item:after {
        color: #4988fb;
    }

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

    .header-action-area .btn-search {
        background-color: transparent;
        color: #000;
        font-size: 28px;
        line-height: 1;
        border: none;
        margin: 0 6px 0 0;
        padding: 0;
        transition: all 0.2s ease-in-out;
        -webkit-transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        -ms-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
    }

        .header-action-area .btn-search:hover {
            color: #4988fb;
        }

        .header-action-area .btn-search.btn-search-style2 {
            margin: 9px 7px 0 0;
        }

@media only screen and (max-width: 479.98px) {
    .header-action-area .btn-search.btn-search-style2 {
        margin: 9px 3px 0 0;
    }
}

.header-action-area .btn-search.btn-search-style2:hover {
    color: #2fb0b3;
}

.header-action-area .header-lang-dropdown .btn-lang {
    padding-right: 31px;
}

    .header-action-area .header-lang-dropdown .btn-lang span {
        top: -1px;
    }

    .header-action-area .header-lang-dropdown .btn-lang.dropdown-toggle:before {
        top: 2px;
    }

    .header-action-area .header-lang-dropdown .btn-lang.dropdown-toggle:after {
        right: -1px;
        top: calc(50% - 7px);
    }

@media only screen and (max-width: 575px) {
    .header-action-area.header-action-res {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding: 10px 0;
    }
}

.btn-side-menu {
    background-color: transparent;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #000;
    font-size: 26px;
    margin: 0 0 0 12px;
    padding: 0;
    position: relative;
    top: 0;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
}

@media only screen and (max-width: 767px) {
    .btn-side-menu {
        margin-left: 6px;
        top: 1px;
    }
}

.btn-side-menu:hover {
    color: #4988fb;
}

.header-action-phone {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: 3px;
    position: relative;
    top: 3px;
}

@media only screen and (max-width: 575px) {
    .header-action-phone {
        margin-left: 0;
        top: 0;
    }
}

@media only screen and (max-width: 575px) {
    .header-action-phone .icon {
        line-height: 1;
    }
}

.header-action-phone .icon i {
    color: #282828;
    font-size: 38px;
}

@media only screen and (max-width: 575px) {
    .header-action-phone .icon i {
        font-size: 18px;
    }
}

.header-action-phone .phone {
    color: #333;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.6;
    margin-left: 17px;
    position: relative;
}

@media only screen and (max-width: 575px) {
    .header-action-phone .phone {
        margin-left: 10px;
    }
}

.header-action-phone .phone span {
    color: #282828;
    display: block;
    font-weight: 400;
    font-size: 14px;
    line-height: 1;
    margin-bottom: 4px;
}

@media only screen and (max-width: 575px) {
    .header-action-phone .phone span {
        display: none;
    }
}

.header-action-phone .phone a {
    color: #282828;
    font-weight: 600;
    font-size: 14px;
}

@media only screen and (max-width: 575px) {
    .header-action-phone .phone a {
        font-weight: 400;
    }
}

.header-action-phone .phone a:hover {
    color: #4988fb;
}

.header-action-register {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: 15px;
    position: relative;
}

@media only screen and (max-width: 767px) {
    .header-action-register {
        margin-left: 10px;
    }
}

@media only screen and (max-width: 575px) {
    .header-action-register {
        margin-left: 30px;
    }
}

.header-action-register .icon {
    position: relative;
    top: 1px;
}

@media only screen and (max-width: 575px) {
    .header-action-register .icon {
        line-height: 1;
        top: 0;
    }
}

.header-action-register .icon i {
    color: #282828;
    font-size: 40px;
}

@media only screen and (max-width: 575px) {
    .header-action-register .icon i {
        font-size: 18px;
    }
}

.header-action-register .phone {
    color: #333;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.6;
    margin-left: 10px;
    position: relative;
    top: 3px;
}

@media only screen and (max-width: 575px) {
    .header-action-register .phone {
        margin-left: 7px;
        top: 0;
    }
}

.header-action-register .phone span {
    color: #282828;
    display: block;
    font-weight: 400;
    font-size: 14px;
    line-height: 1;
    margin-bottom: 4px;
}

@media only screen and (max-width: 575px) {
    .header-action-register .phone span {
        display: none;
    }
}

.header-action-register .phone a {
    color: #282828;
    font-weight: 700;
    font-size: 14px;
}

@media only screen and (max-width: 575px) {
    .header-action-register .phone a {
        font-weight: 400;
    }
}

.header-action-register .phone a:hover {
    color: #4988fb;
}

.header-action-register.action-register-style2 {
    margin-right: 25px;
}

    .header-action-register.action-register-style2 .phone a {
        font-weight: 400;
    }

.header-search-box form .form-input-group {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: none;
    border-radius: 25px;
    color: #a4a4a4;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
}

@media only screen and (max-width: 991px) {
    .header-search-box form .form-input-group {
        left: 0;
    }
}

.header-search-box form .form-input-group input {
    background: #f7f7f7;
    border-radius: 25px;
    border: none;
    color: #000;
    font-size: 14px;
    font-weight: 400;
    width: 226px;
    height: 46px;
    line-height: 46px;
    padding: 1px 58px 1px 30px;
}

    .header-search-box form .form-input-group input::-webkit-input-placeholder {
        /* Chrome/Opera/Safari */
        color: #999999;
    }

    .header-search-box form .form-input-group input::-moz-placeholder {
        /* Firefox 19+ */
        color: #999999;
    }

    .header-search-box form .form-input-group input:-ms-input-placeholder {
        /* IE 10+ */
        color: #999999;
    }

    .header-search-box form .form-input-group input:-moz-placeholder {
        /* Firefox 18- */
        color: #999999;
    }

.header-search-box form .form-input-group button {
    border: none;
    background-color: #4988fb;
    border-radius: 25px;
    color: #fff;
    font-size: 24px;
    height: 36px;
    line-height: 36px;
    position: absolute;
    top: 50%;
    right: 5px;
    padding: 1px 13px;
    text-align: center;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

.header-search-box.header-search-box-res {
    padding: 29px 0 0;
}

@media only screen and (max-width: 991px) {
    .header-search-box.header-search-box-res {
        padding-top: 20px;
    }
}

.header-search-box-style2 {
    position: relative;
    display: inline-block;
    margin-left: -29px;
    min-width: 500px;
    top: 1px;
}

    .header-search-box-style2.search-box-style2 {
        margin-right: 16px;
        min-width: auto;
        max-width: 800px;
        width: 100%;
    }

@media only screen and (max-width: 1399px) {
    .header-search-box-style2.search-box-style2 {
        max-width: 600px;
    }
}

.header-search-box-style2.search-box-style2 [type=submit] {
    background-color: #2fb0b3;
}

.header-search-box-style2 .categories-dropdown {
    position: absolute;
    width: 142px;
    height: 100%;
}

    .header-search-box-style2 .categories-dropdown:before {
        background-color: #9b9b9b;
        height: 16px;
        width: 1px;
        content: "";
        position: absolute;
        top: 50%;
        right: 0;
        -webkit-transform: translate(0%, -50%);
        transform: translate(0%, -50%);
    }

    .header-search-box-style2 .categories-dropdown:after {
        color: #555;
        content: "";
        font-size: 9px;
        font-family: "Line Awesome Free";
        font-weight: 900;
        position: absolute;
        top: calc(50% - 2px);
        right: 14px;
        -webkit-transform: translate(0%, -50%);
        transform: translate(0%, -50%);
    }

.header-search-box-style2 .select-dropdown {
    background-image: none;
    background-position: center right 23px;
    background-repeat: no-repeat;
    background-color: transparent;
    position: absolute;
    left: 0;
    border: none;
    font-size: 14px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    text-transform: capitalize;
    font-weight: 400;
    color: #555;
    height: 100%;
    padding: 1px 15px 0 20px;
    margin: 0;
}

.header-search-box-style2 [type=search] {
    border-radius: 25px;
    border: 2px solid #ebebeb;
    height: 46px;
    font-size: 14px;
    color: #000;
    padding: 10px 0;
    padding-right: 0px;
    padding-left: 0px;
    padding-right: 70px;
    padding-left: 150px;
    width: 100%;
}

    .header-search-box-style2 [type=search]::-webkit-input-placeholder {
        /* Chrome/Opera/Safari */
        color: #b1b1b1;
    }

    .header-search-box-style2 [type=search]::-moz-placeholder {
        /* Firefox 19+ */
        color: #b1b1b1;
    }

    .header-search-box-style2 [type=search]:-ms-input-placeholder {
        /* IE 10+ */
        color: #b1b1b1;
    }

    .header-search-box-style2 [type=search]:-moz-placeholder {
        /* Firefox 18- */
        color: #b1b1b1;
    }

.header-search-box-style2 [type=submit] {
    border: none;
    background-color: #4988fb;
    border-radius: 25px;
    color: #fff;
    font-size: 24px;
    height: 36px;
    line-height: 36px;
    position: absolute;
    top: 50%;
    right: 5px;
    padding: 1px 13px;
    text-align: center;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

@media only screen and (max-width: 1199px) {
    .header-search-box-style2.header-search-box-res {
        margin-left: 0;
        margin-top: 29px;
        min-width: auto;
        width: 100%;
    }
}

@media only screen and (max-width: 991px) {
    .header-search-box-style2.header-search-box-res {
        margin-top: 20px;
    }
}

.header-action-wishlist {
    line-height: 1;
}

    .header-action-wishlist .btn-wishlist {
        background: transparent;
        border: none;
        color: #282828;
        display: inline-block;
        font-size: 28px;
        left: 1px;
        line-height: 1;
        margin: 0 0 0 1px;
        margin-top: 0px;
        padding: 0;
        position: relative;
        top: 1px;
        transition: all 0.3s ease-in-out;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
    }

        .header-action-wishlist .btn-wishlist .cart-count {
            background-color: #4988fb;
            border-radius: 50%;
            bottom: -12px;
            color: #fff;
            display: inline-block;
            font-size: 12px;
            font-weight: 700;
            height: 19px;
            left: 13px;
            line-height: 19px;
            position: absolute;
            text-align: center;
            width: 19px;
            transition: all 0.3s ease-in-out;
            -webkit-transition: all 0.3s ease-in-out;
            -moz-transition: all 0.3s ease-in-out;
            -ms-transition: all 0.3s ease-in-out;
            -o-transition: all 0.3s ease-in-out;
        }

    .header-action-wishlist .cart-amount {
        color: #282828;
        font-size: 16px;
        font-weight: 600;
        line-height: 1.1;
        margin-left: 6px;
        vertical-align: bottom;
        position: relative;
        top: -6px;
        transition: all 0.3s ease-in-out;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
    }

@media only screen and (max-width: 991px) {
    .header-action-wishlist .cart-amount {
        display: none;
    }
}

.header-action-wishlist:hover .btn-wishlist {
    color: #4988fb;
}

.header-action-wishlist:hover .cart-amount {
    color: #4988fb;
}

.header-action-wishlist {
    margin-left: 12px;
    margin-right: 14px;
    position: relative;
}

@media only screen and (max-width: 991px) {
    .header-action-wishlist {
        margin-left: 8px;
        margin-right: 12px;
    }
}

.header-action-wishlist .btn-wishlist .cart-count {
    bottom: -4px;
    left: 17px;
}

.header-action-cart {
    line-height: 1;
    position: relative;
}

    .header-action-cart:before {
        bottom: -15px;
        content: "";
        height: 15px;
        left: 0;
        position: absolute;
        width: 100%;
    }

    .header-action-cart .btn-cart {
        background: transparent;
        border: none;
        color: #282828;
        display: inline-block;
        font-size: 28px;
        left: 1px;
        line-height: 1;
        margin: 0 0 0 12px;
        margin-top: 0;
        padding: 0;
        position: relative;
        top: 1px;
        transition: all 0.3s ease-in-out;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
    }

@media only screen and (max-width: 767px) {
    .header-action-cart .btn-cart {
        margin: 0 10px 0 7px;
    }
}

.header-action-cart .btn-cart .cart-count {
    background-color: #4988fb;
    border-radius: 50%;
    bottom: -4px;
    color: #fff;
    display: inline-block;
    font-size: 12px;
    height: 19px;
    left: 17px;
    font-weight: 700;
    line-height: 19px;
    position: absolute;
    text-align: center;
    width: 19px;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

.header-action-cart .cart-amount {
    color: #282828;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.1;
    margin-left: 6px;
    vertical-align: bottom;
    position: relative;
    top: -6px;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

@media only screen and (max-width: 767px) {
    .header-action-cart .cart-amount {
        display: none;
    }
}

.header-action-cart:hover .btn-cart {
    color: #4988fb;
}

.header-action-cart:hover .cart-amount {
    color: #4988fb;
}

.header-action-cart.header-minicart:hover .header-minicart-content {
    height: 504px;
}

.header-minicart-content {
    height: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    text-align: left;
    top: calc(100% + 9px);
    z-index: 9999;
    transition: all 0.4s ease-out;
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -ms-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
}

@media only screen and (max-width: 479.98px) {
    .header-minicart-content {
        right: -10px;
    }
}

.header-minicart-content .minicart-inner {
    background: #fff;
    border: 1px solid #e5e5e5;
    color: #666;
    font-size: 1em;
    line-height: 1.5;
    overflow: auto;
    padding: 0;
    width: 340px;
}

@media only screen and (max-width: 479.98px) {
    .header-minicart-content .minicart-inner {
        width: 310px;
    }
}

.header-minicart-content .minicart-inner .minicart-list {
    margin: 30px 30px 20px;
}

@media only screen and (max-width: 479.98px) {
    .header-minicart-content .minicart-inner .minicart-list {
        margin: 20px 10px 10px;
    }
}

.header-minicart-content .minicart-inner .minicart-list .minicart-item {
    border-bottom: 1px solid #f0f0f0;
    margin-bottom: 20px;
    overflow: hidden;
    padding: 0 0 20px;
    position: relative;
}

    .header-minicart-content .minicart-inner .minicart-list .minicart-item .thumb {
        color: #333;
        display: block;
        font-size: 14px;
        font-weight: 400;
        line-height: 20px;
        margin: 0 30px 12px 0;
        text-align: left;
    }

        .header-minicart-content .minicart-inner .minicart-list .minicart-item .thumb img {
            float: left;
            margin: 0;
            margin-right: 10px;
            position: relative;
            width: 80px;
            height: auto;
            -webkit-box-shadow: none;
            box-shadow: none;
            transition: all 0.3s ease-out;
            -webkit-transition: all 0.3s ease-out;
            -moz-transition: all 0.3s ease-out;
            -ms-transition: all 0.3s ease-out;
            -o-transition: all 0.3s ease-out;
        }

        .header-minicart-content .minicart-inner .minicart-list .minicart-item .thumb .quantity-number {
            background-color: #4988fb;
            border-radius: 50%;
            color: #fff;
            font-size: 12px;
            height: 20px;
            left: 5px;
            line-height: 23px;
            position: absolute;
            top: 5px;
            text-align: center;
            width: 20px;
        }

        .header-minicart-content .minicart-inner .minicart-list .minicart-item .thumb:hover {
            color: #4988fb;
        }

    .header-minicart-content .minicart-inner .minicart-list .minicart-item .quantity-price {
        color: #909396;
        font-size: 14px;
        font-weight: 400;
        line-height: 1;
        margin-bottom: 20px;
    }

    .header-minicart-content .minicart-inner .minicart-list .minicart-item .quantity-dimension {
        color: #747474;
        font-size: 12px;
        line-height: 1;
        margin-bottom: 0;
    }

    .header-minicart-content .minicart-inner .minicart-list .minicart-item .minicart-remove {
        background-color: transparent;
        border: 1px solid #4988fb;
        color: #4988fb;
        display: block;
        font-size: 14px;
        font-weight: 400;
        height: 19px;
        left: auto;
        line-height: 1;
        margin: 0;
        padding: 0 0 3px 0;
        position: absolute;
        right: 0;
        text-align: center;
        top: 0;
        width: 19px;
        z-index: 1;
        border-radius: 50%;
    }

.header-minicart-content .minicart-inner .minicart-total {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid #f0f0f0;
    color: #323232;
    font-size: 20px;
    font-weight: 500;
    line-height: 40px;
    margin: 0 30px;
    padding: 0 0 20px;
}

@media only screen and (max-width: 479.98px) {
    .header-minicart-content .minicart-inner .minicart-total {
        margin: 0 15px;
    }
}

.header-minicart-content .minicart-inner .minicart-total .minicart-price {
    color: #909396;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
}

    .header-minicart-content .minicart-inner .minicart-total .minicart-price.minicart-subtotal {
        color: #253237;
        font-weight: 600;
    }

        .header-minicart-content .minicart-inner .minicart-total .minicart-price.minicart-subtotal .total {
            color: #4988fb;
            font-size: 16px;
        }

.header-minicart-content .minicart-inner .minicart-total .total {
    color: #242424;
    font-weight: 600;
    font-size: 14px;
    float: right;
}

.header-minicart-content .minicart-inner .minicart-buttons {
    padding: 27px 30px 30px;
}

    .header-minicart-content .minicart-inner .minicart-buttons .cart-button {
        background-color: #4988fb;
        border-radius: 0;
        color: #fff;
        display: block;
        font-size: 14px;
        font-weight: 600;
        line-height: 1;
        padding: 17px 10px;
        text-align: center;
        text-transform: uppercase;
    }

        .header-minicart-content .minicart-inner .minicart-buttons .cart-button + .cart-button {
            margin-top: 20px;
        }

        .header-minicart-content .minicart-inner .minicart-buttons .cart-button:hover {
            background-color: #333;
        }

.header-minicart-content.minicart-content-style2 .minicart-inner .minicart-list .minicart-item .thumb .quantity-number {
    background-color: #2fb0b3;
}

.header-minicart-content.minicart-content-style2 .minicart-inner .minicart-list .minicart-item .thumb:hover {
    color: #2fb0b3;
}

.header-minicart-content.minicart-content-style2 .minicart-inner .minicart-list .minicart-item .minicart-remove {
    border-color: #2fb0b3;
    color: #2fb0b3;
}

.header-minicart-content.minicart-content-style2 .minicart-inner .minicart-total .minicart-price.minicart-subtotal .total {
    color: #2fb0b3;
}

.header-minicart-content.minicart-content-style2 .minicart-inner .minicart-buttons .cart-button {
    background-color: #2fb0b3;
}

    .header-minicart-content.minicart-content-style2 .minicart-inner .minicart-buttons .cart-button:hover {
        background-color: #333;
    }

.header-middle {
    padding: 32px 0 33px;
}

@media only screen and (max-width: 991px) {
    .header-middle {
        padding: 25px 0 25px;
    }
}

@media only screen and (max-width: 1199px) {
    .header-middle .container {
        max-width: 100%;
    }
}

@media only screen and (max-width: 991px) {
    .header-middle .header-resmobile {
        padding: 3px 0 13px;
    }
}

@media only screen and (max-width: 767px) {
    .header-middle .header-resmobile {
        padding: 0 0 13px;
    }
}

@media only screen and (max-width: 479.98px) {
    .header-middle .header-resmobile {
        padding: 0 0 11px;
    }
}

@media only screen and (max-width: 991px) {
    .header-middle .header-resmobile .header-search-box {
        display: block;
        margin-top: 18px;
    }
}

@media only screen and (max-width: 575px) {
    .header-middle .header-resmobile .header-search-box {
        margin-top: 10px;
    }
}

@media only screen and (max-width: 991px) {
    .header-middle .header-resmobile .header-search-box form .form-input-group {
        background-color: #fff;
    }
}

@media only screen and (max-width: 991px) {
    .header-middle .header-resmobile .header-search-box form .form-input-group input {
        width: 100%;
    }

        .header-middle .header-resmobile .header-search-box form .form-input-group input::-webkit-input-placeholder {
            /* Chrome/Opera/Safari */
            color: #a4a4a4;
        }

        .header-middle .header-resmobile .header-search-box form .form-input-group input::-moz-placeholder {
            /* Firefox 19+ */
            color: #a4a4a4;
        }

        .header-middle .header-resmobile .header-search-box form .form-input-group input:-ms-input-placeholder {
            /* IE 10+ */
            color: #a4a4a4;
        }

        .header-middle .header-resmobile .header-search-box form .form-input-group input:-moz-placeholder {
            /* Firefox 18- */
            color: #a4a4a4;
        }
}

@media only screen and (max-width: 767px) {
    .header-middle .header-resmobile .header-search-box form .form-input-group input {
        width: calc(100% - 5px);
    }
}

@media only screen and (max-width: 575px) {
    .header-middle .header-resmobile .header-search-box form .form-input-group input {
        height: 44px;
    }
}

@media only screen and (max-width: 575px) {
    .header-middle .header-resmobile .header-search-box form .form-input-group button {
        font-size: 20px;
    }
}

@media only screen and (max-width: 767px) {
    .header-middle .header-resmobile .header-search-box form .form-input-group .categories-dropdown {
        display: none;
    }
}

@media only screen and (max-width: 991px) {
    .header-middle .header-resmobile .header-search-box form .form-input-group .categories-dropdown .form-control {
        background-position: 96.5% 54%;
    }
}

.header-middle .header-resmobile .header-action-area.btn-action-menu {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

    .header-middle .header-resmobile .header-action-area.btn-action-menu .btn-menu {
        font-size: 35px;
        margin-left: 0;
    }

@media only screen and (max-width: 991px) {
    .header-middle .header-resmobile .header-action-area.btn-action-menu .btn-menu {
        font-size: 32px;
        top: -5px;
    }
}

@media only screen and (max-width: 991px) {
    .header-middle .header-resmobile .header-logo-area {
        text-align: center;
    }
}

@media only screen and (max-width: 991px) {
    .header-middle .header-resmobile .header-logo-area img {
        
    }
}

@media only screen and (max-width: 767px) {
    .header-middle .header-resmobile .header-logo-area img {
      
    }
}

@media only screen and (max-width: 479.98px) {
    .header-middle .header-resmobile .header-logo-area img {
     
    }
}

@media only screen and (max-width: 991px) {
    .header-middle .header-resmobile .header-middle-action-area {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        padding-right: 12px;
        top: -5px;
    }
}

.header-middle .header-resmobile .header-middle-action-area .header-action-dropdown-acc .current-item {
    color: #333;
    font-size: 24px;
}

@media only screen and (max-width: 767px) {
    .header-middle .header-resmobile .header-middle-action-area .header-action-dropdown-acc .current-item {
        font-size: 22px;
    }
}

.header-middle .header-resmobile .header-middle-action-area .header-action-dropdown-acc .current-item:before, .header-middle .header-resmobile .header-middle-action-area .header-action-dropdown-acc .current-item:after {
    display: none;
}

.header-middle-style3 {
    background-color: #2fb0b3;
}

    .header-middle-style3 .header-logo-area {
        position: relative;
        top: 1px;
        left: -4px;
    }

.header-logo-area a {
    color: #000000;
    font-size: 26px;
    text-transform: uppercase;
    font-weight: bold;
}

    .header-logo-area a span {
        color: #4988fb;
    }

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

.header-middle-action-area {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
}

.action-middle-text-light .header-action-register .icon i {
    color: #fff;
}

.action-middle-text-light .header-action-register .phone span {
    color: #fff;
}

.action-middle-text-light .header-action-register .phone a {
    color: #fff;
}

.action-middle-text-light .header-action-wishlist .btn-wishlist {
    color: #fff;
}

    .action-middle-text-light .header-action-wishlist .btn-wishlist .cart-count {
        background-color: #fff;
        color: #282828;
    }

.action-middle-text-light .header-action-cart .btn-cart {
    color: #fff;
}

    .action-middle-text-light .header-action-cart .btn-cart .cart-count {
        background-color: #fff;
        color: #282828;
    }

.action-middle-text-light .header-action-cart .cart-amount {
    color: #fff;
}

.header-action-btn-search .btn-search {
    background: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    color: #333;
    display: block;
    font-size: 24px;
    margin-right: 8px;
    position: relative;
    top: 3px;
}

    .header-action-btn-search .btn-search:hover {
        color: #4988fb;
    }

.header-logo-area {
    position: relative;
    top: 0;
}

    .header-logo-area img {
        width: auto;
    }

@media only screen and (max-width: 991px) {
    .header-logo-area img {
    }
}

@media only screen and (max-width: 767px) {
    .header-logo-area img {
    }
}

.header-logo-area .logo-light {
    display: none;
}

.header-navigation-area {
    position: relative;
    right: 39px;
}

.main-menu {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    top: 1px;
}

    .main-menu > li {
        margin: 0;
        padding: 0;
    }

        .main-menu > li > a {
            color: #282828;
            font-weight: 600;
            font-size: 17px;
            line-height: 55px;
            padding: 0 41px 0 0;
            margin: 0;
            text-transform: capitalize;
        }

@media only screen and (max-width: 1199px) {
    .main-menu > li > a {
        padding: 0;
        margin: 0 17px;
    }
}

.main-menu > li > a:hover {
    color: #4988fb;
}

.main-menu > li.active > a {
    color: #4988fb;
}

    .main-menu > li.active > a:after {
        color: #4988fb;
    }

.main-menu .has-submenu > a:after {
    color: #282828;
    display: inline-block;
    content: "";
    font-family: "Line Awesome Free";
    font-weight: 900;
    font-size: 9px;
    margin-left: 3px;
    position: relative;
    right: -1px;
    top: -3px;
    -webkit-transform: none;
    transform: none;
    vertical-align: middle;
}

.main-menu .has-submenu:hover > a {
    color: #4988fb;
}

    .main-menu .has-submenu:hover > a:after {
        color: #4988fb;
    }

.main-menu .has-submenu .submenu-nav > li a.srmenu-title {
    display: none;
}

.main-menu .has-submenu .submenu-nav > li.active > a {
    color: #4988fb;
}

.main-menu .has-submenu .submenu-nav-mega {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    left: -30px;
    min-width: 530px;
    padding: 21px 22px 20px;
    width: 530px;
}

    .main-menu .has-submenu .submenu-nav-mega .mega-menu-item {
        -ms-flex-preferred-size: 33.3333333333%;
        flex-basis: 33.3333333333%;
        padding: 0 5px 0;
    }

        .main-menu .has-submenu .submenu-nav-mega .mega-menu-item:nth-child(2) {
            padding-left: 22px;
        }

        .main-menu .has-submenu .submenu-nav-mega .mega-menu-item ul > li.active > a {
            color: #4988fb;
        }

        .main-menu .has-submenu .submenu-nav-mega .mega-menu-item ul > li > a {
            color: #253237;
            font-size: 14px;
            font-weight: 400;
            line-height: 18px;
            padding: 0;
            text-transform: capitalize;
        }

            .main-menu .has-submenu .submenu-nav-mega .mega-menu-item ul > li > a:hover {
                color: #4988fb;
            }

        .main-menu .has-submenu .submenu-nav-mega .mega-menu-item:hover .mega-title {
            color: #333;
            text-decoration: none;
        }

    .main-menu .has-submenu .submenu-nav-mega .mega-title {
        color: #282828;
        font-size: 14px;
        font-weight: 600;
        padding: 0;
        text-transform: capitalize;
        margin-bottom: 12px;
    }

        .main-menu .has-submenu .submenu-nav-mega .mega-title:hover {
            background-color: transparent;
            color: #f43f08;
            cursor: auto;
            text-decoration: none;
        }

.main-menu.menu-text-light > li > a {
    color: #fff;
}

    .main-menu.menu-text-light > li > a:before {
        bottom: 11px;
        content: "";
        height: 1px;
        left: 0;
        opacity: 0;
        position: absolute;
        width: 0;
        transition: all 0.3s ease-in-out;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
    }

    .main-menu.menu-text-light > li > a:hover {
        color: #fff;
    }

        .main-menu.menu-text-light > li > a:hover:before {
            background-color: #fff;
            opacity: 1;
            width: 100%;
        }

.main-menu.menu-text-light > li:hover > a:before, .main-menu.menu-text-light > li.active > a:before {
    background-color: #fff;
    opacity: 1;
    width: 100%;
}

.main-menu.menu-text-light .has-submenu > a:after {
    color: #fff;
}

.main-menu.menu-text-light .has-submenu:hover > a {
    color: #fff;
}

/*
-----------------------------------------------------------------------
    Home Slider CSS
-----------------------------------------------------------------------
*/
.home-slider-area.slider-default {
    position: relative;
}

    .home-slider-area.slider-default .slider-content-area {
        height: 664px;
    }

@media only screen and (max-width: 1199px) {
    .home-slider-area.slider-default .slider-content-area {
        height: 450px;
    }
}

@media only screen and (max-width: 767px) {
    .home-slider-area.slider-default .slider-content-area {
        height: 350px;
    }
}

@media only screen and (max-width: 479.98px) {
    .home-slider-area.slider-default .slider-content-area {
        height: 300px;
    }
}

@media only screen and (max-width: 991px) {
    .home-slider-area.slider-default .slider-content-area .container {
        max-width: 100%;
    }
}

.home-slider-area.slider-default:hover .swiper-button-next,
.home-slider-area.slider-default:hover .swiper-button-prev {
    opacity: 1;
}

.home-slider-area.slider-style2 {
    position: relative;
}

    .home-slider-area.slider-style2 .slider-content-area {
        height: 664px;
    }

@media only screen and (max-width: 1199px) {
    .home-slider-area.slider-style2 .slider-content-area {
        height: 500px;
    }
}

@media only screen and (max-width: 767px) {
    .home-slider-area.slider-style2 .slider-content-area {
        height: 400px;
    }
}

@media only screen and (max-width: 575px) {
    .home-slider-area.slider-style2 .slider-content-area {
        height: 350px;
    }
}

@media only screen and (max-width: 991px) {
    .home-slider-area.slider-style2 .slider-content-area .container {
        max-width: 100%;
    }
}

.home-slider-area.slider-style3 {
    background: #f5f5f5;
    padding: 60px 0;
    position: relative;
}

@media only screen and (max-width: 767px) {
    .home-slider-area.slider-style3 {
        padding: 60px 0 40px;
    }
}

.home-slider-area.slider-style3 .slider-content-area {
    height: 558px;
}

@media only screen and (max-width: 991px) {
    .home-slider-area.slider-style3 .slider-content-area {
        height: 350px;
    }
}

.home-slider-area.slider-style4 {
    position: relative;
}

    .home-slider-area.slider-style4 .slider-content-area {
        height: 892px;
    }

@media only screen and (max-width: 1199px) {
    .home-slider-area.slider-style4 .slider-content-area {
        height: 550px;
    }
}

@media only screen and (max-width: 767px) {
    .home-slider-area.slider-style4 .slider-content-area {
        height: 350px;
    }
}

@media only screen and (max-width: 991px) {
    .home-slider-area.slider-style4 .slider-content-area .container {
        max-width: 100%;
    }
}

.home-slider-area.slider-style4:hover .swiper-button-next,
.home-slider-area.slider-style4:hover .swiper-button-prev {
    opacity: 1;
}

.home-slider-area .home-slider-content .swiper-container .swiper-wrapper .swiper-slide-active .slider-content-area .content .inner-content.animate-style .wrap-one, .home-slider-area .home-slider-content .swiper-container .swiper-wrapper .swiper-slide-active .slider-content-area .content .inner-content.animate-style .wrap-two, .home-slider-area .home-slider-content .swiper-container .swiper-wrapper .swiper-slide-active .slider-content-area .content .inner-content.animate-style .wrap-three, .home-slider-area .home-slider-content .swiper-container .swiper-wrapper .swiper-slide-active .slider-content-area .content .inner-content.animate-style .wrap-four {
    opacity: 1;
    transform: translate(0px, 0px);
    -webkit-transform: translate(0px, 0px);
    -moz-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    -o-transform: translate(0px, 0px);
}

.home-slider-area .home-slider-content .swiper-container .swiper-pagination {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    bottom: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: left;
}

    .home-slider-area .home-slider-content .swiper-container .swiper-pagination .swiper-pagination-bullet {
        background-color: #fff;
        height: 14px;
        margin: 0 5px;
        opacity: 1;
        width: 14px;
        transition: all 0.3s ease-in-out;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
    }

        .home-slider-area .home-slider-content .swiper-container .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
            background-color: #4988fb;
            height: 14px;
            width: 14px;
        }

        .home-slider-area .home-slider-content .swiper-container .swiper-pagination .swiper-pagination-bullet:hover {
            background-color: #4988fb;
        }

.home-slider-area .home-slider-content .home-slider-item {
    background-color: #fff;
    overflow: hidden;
    position: relative;
}

    .home-slider-area .home-slider-content .home-slider-item .bg-img {
        height: 100%;
        position: absolute;
        width: 100%;
    }

.home-slider-area .home-slider-content .slider-content-area {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
}

    .home-slider-area .home-slider-content .slider-content-area .content {
        margin-top: 0;
    }

        .home-slider-area .home-slider-content .slider-content-area .content .inner-content {
            position: relative;
        }

            .home-slider-area .home-slider-content .slider-content-area .content .inner-content h5 {
                background-color: #fff;
                border-radius: 20px;
                color: #f43f08;
                display: inline-block;
                font-size: 16px;
                line-height: 1;
                margin-bottom: 27px;
                padding: 8.5px 20px 7.5px;
                text-transform: uppercase;
            }

@media only screen and (max-width: 1199px) {
    .home-slider-area .home-slider-content .slider-content-area .content .inner-content h5 {
        font-size: 12px;
        margin-bottom: 20px;
        padding: 5px 13px;
    }
}

@media only screen and (max-width: 767px) {
    .home-slider-area .home-slider-content .slider-content-area .content .inner-content h5 {
        font-size: 10px;
        margin-bottom: 16px;
        padding: 4px 11px;
    }
}

.home-slider-area .home-slider-content .slider-content-area .content .inner-content h2 {
    font-size: 68px;
    line-height: 1;
    margin: 0;
    text-transform: capitalize;
}

@media only screen and (max-width: 1199px) {
    .home-slider-area .home-slider-content .slider-content-area .content .inner-content h2 {
        font-size: 36px;
    }
}

@media only screen and (max-width: 767px) {
    .home-slider-area .home-slider-content .slider-content-area .content .inner-content h2 {
        font-size: 30px;
    }
}

@media only screen and (max-width: 479.98px) {
    .home-slider-area .home-slider-content .slider-content-area .content .inner-content h2 {
        font-size: 26px;
    }
}

.home-slider-area .home-slider-content .slider-content-area .content .inner-content p {
    color: #535252;
    font-size: 20px;
    line-height: 1;
    margin: 30px 0 0 0;
    text-transform: capitalize;
}

@media only screen and (max-width: 1199px) {
    .home-slider-area .home-slider-content .slider-content-area .content .inner-content p {
        font-size: 16px;
        margin: 20px 0 0 0;
    }
}

@media only screen and (max-width: 767px) {
    .home-slider-area .home-slider-content .slider-content-area .content .inner-content p {
        font-size: 14px;
        margin: 17px 0 0 0;
    }
}

@media only screen and (max-width: 479.98px) {
    .home-slider-area .home-slider-content .slider-content-area .content .inner-content p {
        font-size: 13px;
    }
}

.home-slider-area .home-slider-content .slider-content-area .content .inner-content .btn-theme {
    border-radius: 30px;
    font-weight: 600;
    font-size: 14px;
    margin-top: 51px;
    padding: 10px 35px;
    line-height: 26px;
    text-transform: uppercase;
}

@media only screen and (max-width: 1199px) {
    .home-slider-area .home-slider-content .slider-content-area .content .inner-content .btn-theme {
        font-size: 12px;
        margin-top: 31px;
        padding: 5px 25px;
    }
}

@media only screen and (max-width: 767px) {
    .home-slider-area .home-slider-content .slider-content-area .content .inner-content .btn-theme {
        font-size: 11px;
        margin-top: 25px;
        padding: 3px 16px;
    }
}

@media only screen and (max-width: 479.98px) {
    .home-slider-area .home-slider-content .slider-content-area .content .inner-content .btn-theme {
        font-size: 10px;
        padding: 1px 14px;
    }
}

.home-slider-area .home-slider-content .slider-content-area .content .inner-content .btn-theme:hover {
    background: #000;
    color: #fff;
}

.home-slider-area .home-slider-content .slider-content-area .content .inner-content.animate-style .wrap-one, .home-slider-area .home-slider-content .slider-content-area .content .inner-content.animate-style .wrap-two, .home-slider-area .home-slider-content .slider-content-area .content .inner-content.animate-style .wrap-three, .home-slider-area .home-slider-content .slider-content-area .content .inner-content.animate-style .wrap-four {
    opacity: 0;
    transition: all 0.4s ease-out;
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -ms-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
}

.home-slider-area .home-slider-content .slider-content-area .content .inner-content.animate-style .wrap-one {
    transform: translate(0px, 35px);
    -webkit-transform: translate(0px, 35px);
    -moz-transform: translate(0px, 35px);
    -ms-transform: translate(0px, 35px);
    -o-transform: translate(0px, 35px);
    -webkit-transition-delay: 0.5s;
    transition-delay: 0.5s;
}

.home-slider-area .home-slider-content .slider-content-area .content .inner-content.animate-style .wrap-two {
    transform: translate(0px, 30px);
    -webkit-transform: translate(0px, 30px);
    -moz-transform: translate(0px, 30px);
    -ms-transform: translate(0px, 30px);
    -o-transform: translate(0px, 30px);
    -webkit-transition-delay: 1s;
    transition-delay: 1s;
}

.home-slider-area .home-slider-content .slider-content-area .content .inner-content.animate-style .wrap-three {
    transform: translate(0px, 25px);
    -webkit-transform: translate(0px, 25px);
    -moz-transform: translate(0px, 25px);
    -ms-transform: translate(0px, 25px);
    -o-transform: translate(0px, 25px);
    -webkit-transition-delay: 1.5s;
    transition-delay: 1.5s;
}

.home-slider-area .home-slider-content .slider-content-area .content .inner-content.animate-style .wrap-four {
    transform: translate(0px, 20px);
    -webkit-transform: translate(0px, 20px);
    -moz-transform: translate(0px, 20px);
    -ms-transform: translate(0px, 20px);
    -o-transform: translate(0px, 20px);
    -webkit-transition-delay: 2s;
    transition-delay: 2s;
}

.home-slider-area .home-slider-content .slider-content-area.inner-content-style2 .content {
    margin-left: 70px;
}

@media only screen and (max-width: 991px) {
    .home-slider-area .home-slider-content .slider-content-area.inner-content-style2 .content {
        margin-left: 20px;
    }
}

@media only screen and (max-width: 575px) {
    .home-slider-area .home-slider-content .slider-content-area.inner-content-style2 .content {
        margin-left: 0;
    }
}

.home-slider-area .home-slider-content .swiper-button-next,
.home-slider-area .home-slider-content .swiper-button-prev {
    color: #282828;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-family: "Line Awesome Free";
    font-weight: 900;
    font-size: 18px;
    text-align: center;
    top: 50%;
    -webkit-transform: translate(0px, -50%);
    transform: translate(0px, -50%);
    width: 48px;
    opacity: 0;
    height: 48px;
    line-height: 48px;
    background-color: #f8f8fa;
    border-radius: 50%;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

@media only screen and (max-width: 767px) {
    .home-slider-area .home-slider-content .swiper-button-next,
    .home-slider-area .home-slider-content .swiper-button-prev {
        display: none;
    }
}

.home-slider-area .home-slider-content .swiper-button-next:after,
.home-slider-area .home-slider-content .swiper-button-prev:after {
    display: none;
}

.home-slider-area .home-slider-content .swiper-button-next:hover,
.home-slider-area .home-slider-content .swiper-button-prev:hover {
    background-color: #4988fb;
    color: #fff;
}

.home-slider-area .home-slider-content .swiper-button-prev {
    left: 30px;
}

    .home-slider-area .home-slider-content .swiper-button-prev:before {
        content: "";
        font-family: "Line Awesome Free";
    }

.home-slider-area .home-slider-content .swiper-button-next {
    right: 30px;
}

    .home-slider-area .home-slider-content .swiper-button-next:before {
        content: "";
        font-family: "Line Awesome Free";
    }

@-webkit-keyframes pulse {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }

    50% {
        -webkit-transform: scale3d(1.15, 1.15, 1.15);
        transform: scale3d(1.15, 1.15, 1.15);
    }

    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

@keyframes pulse {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }

    50% {
        -webkit-transform: scale3d(1.15, 1.15, 1.15);
        transform: scale3d(1.15, 1.15, 1.15);
    }

    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

.animate__pulse {
    -webkit-animation-name: pulse;
    animation-name: pulse;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
}

@-webkit-keyframes fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@-webkit-keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@-webkit-keyframes fadeOut {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

@keyframes fadeOut {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}
/*
-----------------------------------------------------------------------
	About CSS
-----------------------------------------------------------------------
*/
/*
-----------------------------------------------------------------------
    Team CSS
-----------------------------------------------------------------------
*/
.team-area.team-default-area {
    padding: 0 0 90px;
}

.team-member {
    position: relative;
    text-align: center;
    overflow: hidden;
}

    .team-member .thumb img {
        width: 100%;
    }

    .team-member .content {
        bottom: -100px;
        opacity: 0;
        position: absolute;
        width: 100%;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        transition: all 0.3s ease-in-out;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
    }

        .team-member .content .member-info {
            background-color: #4988fb;
            display: inline-block;
            padding: 20.5px 45px;
        }

            .team-member .content .member-info .name {
                color: #fff;
                font-weight: 500;
                font-size: 18px;
                margin-bottom: 6px;
                text-transform: uppercase;
            }

            .team-member .content .member-info .designation {
                color: #fff;
                font-weight: 400;
                font-size: 18px;
                line-height: 1;
            }

    .team-member:hover .content {
        opacity: 1;
        bottom: calc(4%);
    }

/*
-----------------------------------------------------------------------
  Testimonial CSS
-----------------------------------------------------------------------
*/
.testimonial-default-area {
    background-color: #f7f7f7;
    margin-top: 60px;
    padding: 82px 56px 95px;
}

@media only screen and (max-width: 767px) {
    .testimonial-default-area {
        padding: 60px 30px 60px;
    }
}

@media only screen and (max-width: 575px) {
    .testimonial-default-area {
        padding: 60px 15px 60px;
    }
}

.testimonial-default-area .swiper-nav-style2 {
    background-color: #f7f7f7;
}

.testimonial-default-area:hover .swiper-nav-style2 .swiper-button-prev,
.testimonial-default-area:hover .swiper-nav-style2 .swiper-button-next {
    opacity: 1;
}

.testimonial-style1-area {
    padding: 90px 0;
    background: #f7f7f7;
}

@media only screen and (max-width: 991px) {
    .testimonial-style1-area {
        padding: 70px 0;
    }
}

.testimonial-style1-area .testimonial-slider-content .swiper-button-prev,
.testimonial-style1-area .testimonial-slider-content .swiper-button-next {
    background-color: #fff;
}

.testimonial-single {
    background-color: #f7f7f7;
    text-align: center;
}

    .testimonial-single .client-thumb {
        border: 3px solid #fff;
        border-radius: 50%;
        -webkit-box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.1);
        box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.1);
        display: inline-block;
        margin-bottom: 28px;
    }

    .testimonial-single .client-content p {
        color: #555555;
        line-height: 22px;
        font-size: 15px;
        margin-bottom: 38px;
        padding-bottom: 36px;
        position: relative;
    }

        .testimonial-single .client-content p:before {
            bottom: -24px;
            content: "";
            background: url(../img/icons/t1.webp) no-repeat;
            width: 41px;
            height: 32px;
            position: absolute;
            left: 0;
            right: 0;
            margin: 0 auto;
        }

    .testimonial-single .client-info .name {
        font-size: 17px;
        margin-bottom: 0;
    }

.testimonial-item {
    position: relative;
    background: #fff;
    padding: 20px 25px 30px 20px;
    border-radius: 5px;
}

    .testimonial-item .client-thumb {
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-bottom: 20px;
    }

        .testimonial-item .client-thumb img {
            border: 3px solid #fff;
            border-radius: 50%;
            -webkit-box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.1);
            box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.1);
            display: inline-block;
            margin-right: 24px;
        }

        .testimonial-item .client-thumb .client-info .name {
            font-size: 17px;
            margin-bottom: 12px;
            position: relative;
        }

            .testimonial-item .client-thumb .client-info .name:before {
                bottom: 40px;
                content: "";
                background: url(../img/icons/t2.webp) no-repeat;
                width: 41px;
                height: 32px;
                position: absolute;
                left: 0;
            }

    .testimonial-item .client-content p {
        color: #555555;
        line-height: 22px;
        font-size: 15px;
    }

/*
-----------------------------------------------------------------------
  Brand Logo CSS
-----------------------------------------------------------------------
*/
.brand-logo-default-area {
    padding: 0 0 90px;
}

@media only screen and (max-width: 991px) {
    .brand-logo-default-area {
        padding: 0 0 70px;
    }
}

.brand-logo-style2-area {
    padding: 0 90px;
}

.brand-logo-slider-content {
    border: 1px solid #ebebeb;
    border-radius: 3px;
    padding: 40px 30px;
}

.brand-logo-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

/*
-----------------------------------------------------------------------
    Divider CSS
-----------------------------------------------------------------------
*/
.divider-style1-area {
    padding: 90px 0;
}

@media only screen and (max-width: 991px) {
    .divider-style1-area {
        padding: 70px 0;
    }
}

.divider-style1-area .thumb {
    padding-right: 70px;
}

@media only screen and (max-width: 1599px) {
    .divider-style1-area .thumb {
        padding-right: 0;
    }
}

@media only screen and (max-width: 991px) {
    .divider-style1-area .thumb {
        margin-bottom: 50px;
    }
}

@media only screen and (max-width: 767px) {
    .divider-style1-area .thumb {
        margin-bottom: 35px;
    }
}

.divider-style1-area .thumb img {
    width: 100%;
}

.divider-style1-area .divider-content {
    padding-right: 45px;
    padding-top: 23px;
}

@media only screen and (max-width: 1599px) {
    .divider-style1-area .divider-content {
        padding-top: 0;
    }
}

.divider-style1-area .divider-content h4 {
    color: #f43f08;
    font-size: 16px;
    margin-bottom: 27px;
    text-transform: uppercase;
}

@media only screen and (max-width: 991px) {
    .divider-style1-area .divider-content h4 {
        margin-bottom: 12px;
    }
}

.divider-style1-area .divider-content h2 {
    font-size: 68px;
    line-height: 1;
    margin-bottom: 20px;
    text-transform: capitalize;
}

@media only screen and (max-width: 1599px) {
    .divider-style1-area .divider-content h2 {
        font-size: 36px;
    }
}

@media only screen and (max-width: 1199px) {
    .divider-style1-area .divider-content h2 {
        font-size: 24px;
    }
}

.divider-style1-area .divider-content p {
    font-size: 16px;
    margin-bottom: 20px;
    text-transform: capitalize;
}

@media only screen and (max-width: 1199px) {
    .divider-style1-area .divider-content p {
        font-size: 14px;
    }
}

.divider-style1-area .divider-content .btn-theme {
    border-radius: 5px;
    font-weight: 600;
    font-size: 14px;
    margin-top: 10px;
    padding: 10px 35px;
    line-height: 26px;
    text-transform: uppercase;
}

@media only screen and (max-width: 767px) {
    .divider-style1-area .divider-content .btn-theme {
        font-size: 13px;
        padding: 9px 24px 7px;
    }
}

.divider-default-area .divider-content {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-height: 160px;
    padding: 0 15px;
    text-align: center;
}

.divider-default-area h3 {
    color: #282828;
    font-size: 26px;
    font-weight: 500;
    letter-spacing: 0.75px;
    margin-bottom: 12px;
}

@media only screen and (max-width: 991px) {
    .divider-default-area h3 {
        font-size: 20px;
        margin-bottom: 10px;
    }
}

.divider-default-area .btn-link {
    border-bottom: 2px solid #c5aa9e;
    color: #282828;
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
}

@media only screen and (max-width: 991px) {
    .divider-default-area .btn-link {
        font-size: 14px;
    }
}

/*
-----------------------------------------------------------------------
  Featured CSS
-----------------------------------------------------------------------
*/
.featured-default-area {
    padding: 90px 0;
}

@media only screen and (max-width: 991px) {
    .featured-default-area {
        padding: 66px 0 70px;
    }
}

.featured-default-area .swiper-nav-style {
    text-align: center;
}

.featured-style2-area {
    background-color: #f7f7f7;
    padding: 60px 30px 57px;
}

@media only screen and (max-width: 1199px) {
    .featured-style2-area {
        padding: 60px 30px 25px;
    }
}

@media only screen and (max-width: 991px) {
    .featured-style2-area {
        padding: 60px 30px 57px;
    }
}

.featured-item {
    border: 1px solid #f5f5f5;
    border-radius: 100%;
    display: inline-block;
    position: relative;
    padding: 40px 0;
    width: 200px;
    height: 200px;
    text-align: center;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

@media only screen and (max-width: 479.98px) {
    .featured-item {
        border: none;
        height: auto;
        width: auto;
    }
}

.featured-item .icon img {
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

.featured-item .featured-info {
    padding: 19px 0 0 0;
}

    .featured-item .featured-info .title {
        font-size: 16px;
    }

        .featured-item .featured-info .title a {
            color: #282828;
        }

        .featured-item .featured-info .title:hover a {
            color: #4988fb;
        }

.featured-item:hover {
    background-color: #f5f5f5;
}

@media only screen and (max-width: 479.98px) {
    .featured-item:hover {
        background-color: transparent;
    }
}

.featured-item:hover .icon img {
    animation: flipInY 800ms linear alternate;
    -webkit-animation: flipInY 800ms linear alternate;
    -moz-animation: flipInY 800ms linear alternate;
}

.featured-item2 {
    margin-bottom: 37px;
}

    .featured-item2 .icon {
        margin-bottom: 21px;
    }

    .featured-item2 .featured-info .title {
        font-size: 15px;
        font-weight: 400;
        margin-bottom: 8px;
    }

    .featured-item2 .featured-info p {
        font-size: 14px;
    }

@-webkit-keyframes flipInY {
    from {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0;
    }

    40% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    60% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        opacity: 1;
    }

    80% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    }

    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
}

@keyframes flipInY {
    from {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0;
    }

    40% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    60% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        opacity: 1;
    }

    80% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    }

    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
}
/*
-----------------------------------------------------------------------
	Form CSS
-----------------------------------------------------------------------
*/
.input-btn-group {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
    border-radius: 5px;
    -webkit-box-shadow: 0px 35px 100px 0px rgba(171, 181, 189, 0.35);
    box-shadow: 0px 35px 100px 0px rgba(171, 181, 189, 0.35);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 5px 5px 5px 0;
}

    .input-btn-group .form-control {
        border: none;
        border-radius: 0;
        border-right: 2px solid #eaeaea;
        height: 24px;
        padding-left: 30px;
    }

        .input-btn-group .form-control::-webkit-input-placeholder {
            /* Chrome/Opera/Safari */
            color: #aba5a5;
        }

        .input-btn-group .form-control::-moz-placeholder {
            /* Firefox 19+ */
            color: #aba5a5;
        }

        .input-btn-group .form-control:-ms-input-placeholder {
            /* IE 10+ */
            color: #aba5a5;
        }

        .input-btn-group .form-control:-moz-placeholder {
            /* Firefox 18- */
            color: #aba5a5;
        }

        .input-btn-group .form-control.no-border {
            border: none;
        }

        .input-btn-group .form-control:focus {
            -webkit-box-shadow: none;
            box-shadow: none;
        }

    .input-btn-group .btn-theme {
        border-radius: 5px;
        height: 50px;
    }

.contact-form .form-group {
    margin-bottom: 30px;
}

@media only screen and (max-width: 767px) {
    .contact-form .form-group {
        margin-bottom: 15px;
    }
}

.contact-form .form-group .form-control {
    background-clip: inherit;
    border: 1px solid #dfdfdf;
    border-radius: 2px;
    color: #000;
    font-size: 14px;
    height: 45px;
    letter-spacing: 0;
    padding: 12px 19px;
}

    .contact-form .form-group .form-control::-webkit-input-placeholder {
        /* Chrome/Opera/Safari */
        color: #ced4da;
    }

    .contact-form .form-group .form-control::-moz-placeholder {
        /* Firefox 19+ */
        color: #ced4da;
    }

    .contact-form .form-group .form-control:-ms-input-placeholder {
        /* IE 10+ */
        color: #ced4da;
    }

    .contact-form .form-group .form-control:-moz-placeholder {
        /* Firefox 18- */
        color: #ced4da;
    }

    .contact-form .form-group .form-control:focus {
        border: 1px solid #4988fb;
        -webkit-box-shadow: none;
        box-shadow: none;
        outline: none;
    }

.contact-form .form-group textarea {
    border: 1px solid #dfdfdf;
    border-radius: 2px;
    font-size: 14px;
    min-height: 200px;
    padding: 12px 19px;
    width: 100%;
}

@media only screen and (max-width: 767px) {
    .contact-form .form-group textarea {
        min-height: 100px;
    }
}

.contact-form .form-group textarea::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #999999;
}

.contact-form .form-group textarea::-moz-placeholder {
    /* Firefox 19+ */
    color: #999999;
}

.contact-form .form-group textarea:-ms-input-placeholder {
    /* IE 10+ */
    color: #999999;
}

.contact-form .form-group textarea:-moz-placeholder {
    /* Firefox 18- */
    color: #999999;
}

.contact-form .form-group textarea:focus {
    border: 1px solid #4988fb;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
}

.contact-form .form-group .btn-submit {
    background-color: transparent;
    border: none;
    border: 1px solid #dfdfdf;
    border-radius: 0;
    color: #333;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0.25px;
    line-height: 1;
    margin-top: 22px;
    min-height: auto;
    padding: 16px 22px;
    position: relative;
    height: auto;
    text-transform: uppercase;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
}

@media only screen and (max-width: 767px) {
    .contact-form .form-group .btn-submit {
        font-size: 14px;
        padding: 15px 17px;
    }
}

.contact-form .form-group .btn-submit:hover, .contact-form .form-group .btn-submit:focus {
    background-color: #4988fb;
    border-color: #4988fb;
    color: #fff;
}

.my-account-area {
    padding: 88px 0 90px;
}

@media only screen and (max-width: 991px) {
    .my-account-area {
        padding: 68px 0 70px;
    }
}

@media only screen and (max-width: 767px) {
    .my-account-area {
        padding: 58px 0 60px;
    }
}

.myaccount-tab-menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

@media only screen and (max-width: 767px) {
    .myaccount-tab-menu {
        margin-bottom: 40px;
    }
}

.myaccount-tab-menu.nav-tabs .nav-link {
    background-color: transparent;
    border: 1px solid #e5e5e5;
    border-bottom: none;
    border-radius: 0;
    color: #000;
    font-size: 15px;
    display: block;
    padding: 10px 15px;
    text-align: left;
    text-transform: capitalize;
}

    .myaccount-tab-menu.nav-tabs .nav-link:last-child {
        border-bottom: 1px solid #e5e5e5;
    }

    .myaccount-tab-menu.nav-tabs .nav-link:hover, .myaccount-tab-menu.nav-tabs .nav-link.active {
        background-color: #4988fb;
        border-color: #e5e5e5;
        color: #fff;
    }

.myaccount-content {
    border: 1px solid #eeeeee;
    padding: 30px;
}

@media only screen and (max-width: 1199px) {
    .myaccount-content {
        padding: 20px;
    }
}

.myaccount-content form {
    margin-top: -20px;
}

.myaccount-content .check-btn:hover {
    color: #f43f08;
}

.myaccount-content h3 {
    font-weight: 400;
    font-size: 20px;
    border-bottom: 1px dashed #ccc;
    padding-bottom: 20px;
    margin-bottom: 25px;
}

.myaccount-content .welcome a:hover {
    color: #f43f08;
}

.myaccount-content .welcome strong {
    font-weight: 400;
    color: #4988fb;
}

.myaccount-content p {
    line-height: 28px;
    margin-bottom: 2px;
}

.myaccount-content fieldset {
    margin-top: 20px;
    margin-bottom: 10px;
}

    .myaccount-content fieldset legend {
        font-size: 16px;
        margin-bottom: 20px;
        font-weight: 400;
        padding-bottom: 10px;
        border-bottom: 1px solid #e5e5e5;
    }

.myaccount-content .account-details-form {
    margin-top: 40px;
}

    .myaccount-content .account-details-form .single-input-item {
        margin-bottom: 20px;
    }

        .myaccount-content .account-details-form .single-input-item label {
            font-size: 14px;
            text-transform: capitalize;
            display: block;
            margin: 0 0 5px;
        }

        .myaccount-content .account-details-form .single-input-item input {
            border: 1px solid #e8e8e8;
            width: 100%;
            height: 45px;
            background-color: transparent;
            padding: 2px 20px;
            color: #000;
            font-size: 13px;
        }

            .myaccount-content .account-details-form .single-input-item input:focus {
                border: 1px solid #4988fb;
            }

        .myaccount-content .account-details-form .single-input-item button {
            border: none;
            background-color: #4988fb;
            font-weight: 600;
            padding: 9px 25px;
            color: #fff;
            font-size: 14px;
            transition: all 0.3s ease-in-out;
            -webkit-transition: all 0.3s ease-in-out;
            -moz-transition: all 0.3s ease-in-out;
            -ms-transition: all 0.3s ease-in-out;
            -o-transition: all 0.3s ease-in-out;
        }

            .myaccount-content .account-details-form .single-input-item button:hover {
                background-color: #555;
            }

.myaccount-table {
    white-space: nowrap;
    font-size: 14px;
}

    .myaccount-table table th,
    .myaccount-table .table th {
        padding: 10px;
        font-weight: 600;
        background-color: #f8f8f8;
        border-color: #ccc;
        border-bottom: 0;
        color: #1f2226;
    }

    .myaccount-table table td,
    .myaccount-table .table td {
        padding: 10px;
        vertical-align: middle;
        border-color: #ccc;
    }

        .myaccount-table table td a,
        .myaccount-table .table td a {
            font-size: 14px;
            color: #000;
        }

.saved-message {
    background-color: #fff;
    border-top: 3px solid #4988fb;
    font-size: 14px;
    padding: 20px 0;
    color: #333;
}

.login-register-area {
    padding: 85px 0 90px;
}

@media only screen and (max-width: 991px) {
    .login-register-area {
        padding: 69px 0 70px;
    }
}

@media only screen and (max-width: 767px) {
    .login-register-area {
        position: 58px 0 60px;
    }
}

.login-register-title h2 {
    font-weight: 400;
    font-size: 36px;
    margin: 0 0 15px;
    line-height: 1;
}

@media only screen and (max-width: 767px) {
    .login-register-title h2 {
        font-size: 28px;
    }
}

.login-register-title p {
    font-weight: 400;
    line-height: 1.6;
    color: #999;
    width: 85%;
}

@media only screen and (max-width: 767px) {
    .login-register-title p {
        width: 100%;
    }
}

.login-register-pr {
    padding-right: 100px;
}

@media only screen and (max-width: 1199px) {
    .login-register-pr {
        padding-right: 0;
    }
}

.login-register-pl {
    padding-left: 100px;
}

@media only screen and (max-width: 1199px) {
    .login-register-pl {
        padding-left: 0;
    }
}

@media only screen and (max-width: 767px) {
    .login-register-pl {
        margin-top: 40px;
    }
}

.login-register-border {
    border-right: 1px solid #e5e5e5;
}

@media only screen and (max-width: 767px) {
    .login-register-border {
        border: none;
    }
}

.login-register-content.lr-content-padding-mrg {
    margin: auto;
    max-width: 20.8333333333%;
    padding: 76px 0 120px;
}

.login-register-content .login-register-style {
    margin: 33px 0 0;
}

    .login-register-content .login-register-style p {
        color: #000;
        font-size: 15px;
        line-height: 1.8;
        margin: 0 0 35px;
    }

    .login-register-content .login-register-style form .login-register-input {
        position: relative;
        margin-bottom: 10px;
    }

        .login-register-content .login-register-style form .login-register-input input {
            color: #495057;
            width: 100%;
            height: 45px;
            background-color: transparent;
            border: 1px solid #e6e6e6;
            padding: 4px 15px 0;
            font-size: 15px;
        }

            .login-register-content .login-register-style form .login-register-input input::-webkit-input-placeholder {
                /* Chrome/Opera/Safari */
                color: #8d8d8d;
                font-size: 13px;
                opacity: 1;
            }

            .login-register-content .login-register-style form .login-register-input input::-moz-placeholder {
                /* Firefox 19+ */
                color: #8d8d8d;
                font-size: 13px;
                opacity: 1;
            }

            .login-register-content .login-register-style form .login-register-input input:-ms-input-placeholder {
                /* IE 10+ */
                color: #8d8d8d;
                font-size: 13px;
                opacity: 1;
            }

            .login-register-content .login-register-style form .login-register-input input:-moz-placeholder {
                /* Firefox 18- */
                color: #8d8d8d;
                font-size: 13px;
                opacity: 1;
            }

            .login-register-content .login-register-style form .login-register-input input:focus {
                border-color: #4988fb;
            }

        .login-register-content .login-register-style form .login-register-input .forgot {
            position: absolute;
            right: 10px;
            top: 50%;
            -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
        }

            .login-register-content .login-register-style form .login-register-input .forgot a {
                color: #4bb1cf;
                font-size: 15px;
            }

    .login-register-content .login-register-style form .login-register-paragraph {
        border-bottom: 1px solid #e5e5e5;
        border-top: 1px solid #e5e5e5;
        padding: 15px 0;
        margin: 30px 0 30px;
    }

        .login-register-content .login-register-style form .login-register-paragraph p {
            font-size: 14px;
            color: #666;
            line-height: 1.9;
            margin: 0;
        }

            .login-register-content .login-register-style form .login-register-paragraph p a {
                font-size: 14px;
                color: #4988fb;
            }

                .login-register-content .login-register-style form .login-register-paragraph p a:hover {
                    color: #f43f08;
                }

    .login-register-content .login-register-style form .remember-me-btn {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin: 19px 0 0px;
    }

        .login-register-content .login-register-style form .remember-me-btn input {
            cursor: pointer;
            width: auto;
            height: auto;
            margin-right: 10px;
            margin-top: -5px;
        }

        .login-register-content .login-register-style form .remember-me-btn label {
            color: #000;
            font-size: 15px;
        }

    .login-register-content .login-register-style form .btn-style-3 {
        margin: 21px 0 0px;
    }

        .login-register-content .login-register-style form .btn-style-3 button {
            font-size: 16px;
            border-radius: 3px;
            font-weight: 400;
            color: #fff;
            background-color: #4988fb;
            border: none;
            line-height: 1;
            width: 100%;
            text-align: center;
            padding: 19px 10px 15px;
            text-transform: uppercase;
        }

            .login-register-content .login-register-style form .btn-style-3 button:hover {
                background-color: #555;
            }

    .login-register-content .login-register-style .register-benefits {
        background-color: #f3f3f3;
        padding: 40px 30px;
        margin-top: 60px;
    }

@media only screen and (max-width: 991px) {
    .login-register-content .login-register-style .register-benefits {
        padding: 30px 20px;
    }
}

.login-register-content .login-register-style .register-benefits h3 {
    color: #000;
    font-weight: 400;
    font-size: 20px;
    text-transform: uppercase;
    margin: 0 0 20px;
}

.login-register-content .login-register-style .register-benefits p {
    line-height: 1.6;
    font-size: 14px;
    color: #666;
    margin: 0 0 28px;
}

.login-register-content .login-register-style .register-benefits ul {
    margin: 0;
}

    .login-register-content .login-register-style .register-benefits ul li {
        font-size: 18px;
        color: #000;
        margin: 0 0 16px;
    }

@media only screen and (max-width: 1199px) {
    .login-register-content .login-register-style .register-benefits ul li {
        font-size: 15px;
    }
}

.login-register-content .login-register-style .register-benefits ul li:last-child {
    margin: 0 0 0;
}

.login-register-content .login-register-style .register-benefits ul li i {
    font-size: 20px;
    color: #f43f08;
    margin-right: 15px;
    position: relative;
    top: 4px;
}

@media only screen and (max-width: 1199px) {
    .login-register-content .login-register-style .register-benefits ul li i {
        margin-right: 0;
    }
}

/*
-----------------------------------------------------------------------
  Shop CSS
-----------------------------------------------------------------------
*/
.product-style1-area {
    padding: 0 0 37px;
}

@media only screen and (max-width: 991px) {
    .product-style1-area {
        padding: 0 0 17px;
    }
}

.product-style2-area {
    background-color: #f7f7f7;
    padding: 87px 0 90px;
}

@media only screen and (max-width: 991px) {
    .product-style2-area {
        padding: 70px 0 70px;
    }
}

.product-style3-area {
    padding: 90px 0 42px;
}

@media only screen and (max-width: 991px) {
    .product-style3-area {
        padding: 70px 0;
    }
}

.product-style4-area {
    padding: 86px 0 37px;
}

@media only screen and (max-width: 991px) {
    .product-style4-area {
        padding: 70px 0 18px;
    }
}

.product-style5-area {
    padding: 0 0 37px;
}

@media only screen and (max-width: 991px) {
    .product-style5-area {
        padding: 0 0 17px;
    }
}

.product-style6-area {
    padding: 86px 0 37px;
}

@media only screen and (max-width: 991px) {
    .product-style6-area {
        padding: 70px 0 33px;
    }
}

.product-style7-area {
    padding: 86px 0 37px;
}

@media only screen and (max-width: 991px) {
    .product-style7-area {
        padding: 70px 0 17px;
    }
}

@media only screen and (max-width: 767px) {
    .product-style7-area .content-col-two {
        display: block;
    }
}

@media only screen and (max-width: 767px) {
    .product-style7-area .content-col-two .align-left {
        margin-bottom: 75px;
        width: auto;
    }
}

@media only screen and (max-width: 767px) {
    .product-style7-area .content-col-two .align-right {
        width: auto;
    }
}

.product-style7-area .product-tab-content2 ul {
    margin-bottom: 20px;
}

@media only screen and (max-width: 767px) {
    .product-style7-area .product-tab-content2 ul {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        top: auto;
    }
}

@media only screen and (max-width: 575px) {
    .product-style7-area .product-tab-content2 ul {
        top: 0;
        margin-top: 20px;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: start;
    }
}

@media only screen and (max-width: 767px) {
    .product-style7-area .product-tab-content2 ul .nav-item {
        margin-bottom: 10px;
    }
}

.product-style8-area {
    padding: 0 0 37px;
}

@media only screen and (max-width: 991px) {
    .product-style8-area {
        padding: 0 0 17px;
    }
}

.product-style9-area {
    padding: 90px 0 60px;
}

@media only screen and (max-width: 991px) {
    .product-style9-area {
        padding: 70px 0 16px;
    }
}

.product-style10-area {
    padding: 0 0 40px;
}

@media only screen and (max-width: 991px) {
    .product-style10-area {
        padding: 0 0 17px;
    }
}

.product-style11-area {
    padding: 90px 0 37px;
}

@media only screen and (max-width: 991px) {
    .product-style11-area {
        padding: 70px 0 17px;
    }
}

.product-style11-area .product-tab-content2 ul {
    margin-bottom: 20px;
    top: -30px;
}

@media only screen and (max-width: 575px) {
    .product-style11-area .product-tab-content2 ul {
        top: 0;
        margin-top: 20px;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: start;
    }
}

.product-style12-area {
    padding: 90px 0 52px;
}

@media only screen and (max-width: 991px) {
    .product-style12-area {
        padding: 70px 0 32px;
    }
}

.product-grid-area {
    padding: 90px 0;
}

@media only screen and (max-width: 991px) {
    .product-grid-area {
        padding: 70px 0;
    }
}

.shop-single-product {
    padding: 85px 0 30px;
}

@media only screen and (max-width: 1399px) {
    .shop-single-product {
        padding: 85px 0 60px;
    }
}

@media only screen and (max-width: 991px) {
    .shop-single-product {
        padding: 60px 0;
    }
}

.latest-product-area {
    padding: 90px 0 37px;
}

@media only screen and (max-width: 991px) {
    .latest-product-area {
        padding: 40px 0 30px;
    }
}

.shop-checkout-area {
    padding: 89px 0 88px;
}

@media only screen and (max-width: 991px) {
    .shop-checkout-area {
        padding: 69px 0 68px;
    }
}

.cart-page-area {
    padding: 88px 0 90px;
}

@media only screen and (max-width: 991px) {
    .cart-page-area {
        padding: 68px 0 70px;
    }
}

.wishlist-page-area {
    padding: 86px 0 14px;
}

.compare-page-area {
    padding: 86px 0 90px;
}

.product-item {
    border: 1px solid transparent;
    border-radius: 5px;
    background-color: #fff;
    padding: 15px;
    margin-bottom: 30px;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

    .product-item .product-thumb {
        overflow: hidden;
        position: relative;
    }

        .product-item .product-thumb:before {
            content: "";
            position: absolute;
            background: rgba(255, 255, 255, 0.7);
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
            z-index: 1;
            opacity: 0;
            pointer-events: none;
            transition: all 0.3s ease-in-out;
            -webkit-transition: all 0.3s ease-in-out;
            -moz-transition: all 0.3s ease-in-out;
            -ms-transition: all 0.3s ease-in-out;
            -o-transition: all 0.3s ease-in-out;
        }

        .product-item .product-thumb img {
            width: 100%;
        }

        .product-item .product-thumb .bg-thumb {
            background-position: center;
            background-repeat: no-repeat;
            background-size: cover;
            height: 100%;
            left: 0;
            opacity: 0;
            pointer-events: none;
            position: absolute;
            top: 0;
            width: 100%;
            -webkit-transition: opacity 0.5s ease, -webkit-transform 2s cubic-bezier(0, 0, 0.44, 1.18);
            transition: opacity 0.5s ease, -webkit-transform 2s cubic-bezier(0, 0, 0.44, 1.18);
            transition: opacity 0.5s ease, transform 2s cubic-bezier(0, 0, 0.44, 1.18);
            transition: opacity 0.5s ease, transform 2s cubic-bezier(0, 0, 0.44, 1.18), -webkit-transform 2s cubic-bezier(0, 0, 0.44, 1.18);
        }

        .product-item .product-thumb .ribbons .ribbon {
            background-color: #f43f08;
            border-radius: 4px;
            color: #fff;
            display: inline-block;
            right: 0;
            font-size: 14px;
            font-weight: 600;
            line-height: 23px;
            position: absolute;
            top: 9px;
            width: 50px;
            height: 23px;
            line-height: 23px;
            z-index: 2;
            text-align: center;
            text-transform: uppercase;
        }

        .product-item .product-thumb .ribbons .ribbon-new {
            background-color: #4988fb;
            right: 0;
        }

        .product-item .product-thumb .ribbons .ribbon-discount {
            left: -1px;
        }

        .product-item .product-thumb:hover .bg-thumb {
            opacity: 1;
        }

    .product-item .product-info {
        padding: 17px 0 0;
    }

        .product-item .product-info .prices {
            border-bottom: 1px solid #ebebeb;
            padding-bottom: 10px;
            margin-bottom: 21px;
            margin-top: 0;
        }

            .product-item .product-info .prices .price {
                color: #f43f08;
                font-size: 20px;
                font-weight: 600;
                line-height: 1;
            }

                .product-item .product-info .prices .price.price-theme {
                    color: #4988fb;
                }

            .product-item .product-info .prices .price-old {
                color: #acacac;
                font-size: 15px;
                font-weight: 400;
                margin-left: 11px;
                line-height: 1;
                text-decoration: line-through;
            }

        .product-item .product-info .category {
            font-size: 12px;
            font-weight: 400;
            margin-bottom: 0;
            text-transform: uppercase;
        }

            .product-item .product-info .category a {
                color: #888;
            }

            .product-item .product-info .category:hover a {
                color: #282828;
            }

        .product-item .product-info .title {
            font-size: 16px;
            font-weight: 400;
            margin: 13px 0 10px;
            text-transform: capitalize;
        }

            .product-item .product-info .title a {
                color: #282828;
            }

            .product-item .product-info .title:hover a {
                color: #4988fb;
            }

    .product-item:hover {
        border: 1px solid #4988fb;
    }

        .product-item:hover .product-thumb:before {
            opacity: 1;
        }

        .product-item:hover .product-info-action button, .product-item:hover .product-info-action a {
            opacity: 1;
            visibility: visible;
            transform: translate(0, 0);
            -webkit-transform: translate(0, 0);
            -moz-transform: translate(0, 0);
            -ms-transform: translate(0, 0);
            -o-transform: translate(0, 0);
        }

.product-items2 .product-item .product-thumb .product-info-action button, .product-items2 .product-item .product-thumb .product-info-action a {
    margin-right: 4px;
}

.product-hot-item .product-thumb img {
    width: 100%;
}

.product-hot-item .product-info {
    background-color: #282828;
    position: relative;
    padding: 30px 8px 30px 25px;
}

@media only screen and (max-width: 1399px) {
    .product-hot-item .product-info {
        padding: 30px 9px 45px 25px;
    }
}

.product-hot-item .product-info .title {
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 0;
    text-transform: capitalize;
}

    .product-hot-item .product-info .title a {
        color: #fff;
    }

    .product-hot-item .product-info .title:hover a {
        color: #4988fb;
    }

.product-hot-item .product-info .prices .price {
    color: #fff;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.5;
    display: block;
    text-transform: capitalize;
}

.product-hot-item .product-info .btn-theme {
    border-radius: 25px;
    font-size: 13px;
    font-weight: 600;
    position: absolute;
    line-height: 1;
    padding: 9px 20px 10px;
    right: 10px;
    top: 35px;
    text-transform: uppercase;
}

@media only screen and (max-width: 1399px) {
    .product-hot-item .product-info .btn-theme {
        position: relative;
        top: 12px;
        right: 0;
    }
}

.product-hot-item .product-info .btn-theme:hover {
    background-color: #4988fb;
    text-decoration: underline;
}

.product-info-action {
    bottom: 10px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    left: 50%;
    position: absolute;
    width: 100%;
    z-index: 5;
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

    .product-info-action button, .product-info-action a {
        background: #282828;
        border: 0;
        color: #fff;
        line-height: 47px;
        opacity: 0;
        width: 44px;
        height: 44px;
        border-radius: 100%;
        font-size: 20px;
        padding: 0;
        margin-right: 8px;
        float: left;
        text-align: center;
        transform: translate(0, 40px);
        -webkit-transform: translate(0, 40px);
        -moz-transform: translate(0, 40px);
        -ms-transform: translate(0, 40px);
        -o-transform: translate(0, 40px);
        transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
    }

        .product-info-action button:last-child, .product-info-action a:last-child {
            margin-right: 0;
        }

        .product-info-action button[class*=action-], .product-info-action a[class*=action-] {
            -webkit-transition-delay: 100ms;
            transition-delay: 100ms;
        }

            .product-info-action button[class*=action-] + button, .product-info-action a[class*=action-] + button {
                -webkit-transition-delay: 150ms;
                transition-delay: 150ms;
            }

                .product-info-action button[class*=action-] + button + button, .product-info-action a[class*=action-] + button + button {
                    -webkit-transition-delay: 200ms;
                    transition-delay: 200ms;
                }

                    .product-info-action button[class*=action-] + button + button + button, .product-info-action a[class*=action-] + button + button + button {
                        -webkit-transition-delay: 250ms;
                        transition-delay: 250ms;
                    }

                        .product-info-action button[class*=action-] + button + button + button + button, .product-info-action a[class*=action-] + button + button + button + button {
                            -webkit-transition-delay: 250ms;
                            transition-delay: 250ms;
                        }

        .product-info-action button:hover, .product-info-action a:hover {
            background: #4988fb;
        }

.rating span {
    letter-spacing: -4px;
}

.rating .rating-color {
    color: #feae14;
}

.product-tab-content .nav-tabs {
    border: none;
    margin-bottom: 30px;
}

.product-tab-content .nav-link {
    border: none;
    color: #b0b0b0;
    font-size: 29px;
    font-weight: 600;
    line-height: 1;
    margin-right: 34px;
    padding: 0;
    text-transform: capitalize;
}

@media only screen and (max-width: 1199px) {
    .product-tab-content .nav-link {
        font-size: 20px;
        margin-right: 22px;
    }
}

@media only screen and (max-width: 479.98px) {
    .product-tab-content .nav-link {
        font-size: 20px;
        margin-bottom: 15px;
        margin-right: 12px;
    }
}

.product-tab-content .nav-link:hover, .product-tab-content .nav-link.active {
    color: #282828;
}

.product-list-items .product-item {
    border: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
}

    .product-list-items .product-item .product-thumb {
        width: 35.975%;
    }

        .product-list-items .product-item .product-thumb img {
            width: 100%;
        }

    .product-list-items .product-item .product-info {
        width: 60.025%;
        padding: 8px 0 0 15px;
    }

@media only screen and (max-width: 767px) {
    .product-list-items .product-item .product-info .title {
        font-size: 15px;
        margin: 10px 0 7px;
    }
}

.product-list-items .product-item .product-info .prices {
    padding-bottom: 11px;
}

@media only screen and (max-width: 767px) {
    .product-list-items .product-item .product-info .prices {
        margin-bottom: 5px;
        padding-bottom: 4px;
    }
}

.product-list-items .product-item .product-info .prices .price {
    color: #4988fb;
    font-size: 18px;
}

.product-list-items .product-item .product-info .prices .price-old {
    color: #acacac;
    margin: 0;
}

.product-list-item2 {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

@media only screen and (max-width: 767px) {
    .product-list-item2 {
        display: block;
        padding-bottom: 25px;
    }
}

.product-list-item2 .product-thumb {
    padding-right: 17px;
}

@media only screen and (max-width: 1199px) {
    .product-list-item2 .product-thumb {
        padding-right: 60px;
    }
}

@media only screen and (max-width: 767px) {
    .product-list-item2 .product-thumb {
        padding-right: 0;
    }
}

.product-list-item2 .product-thumb img {
    min-width: 298px;
}

@media only screen and (max-width: 1399px) {
    .product-list-item2 .product-thumb img {
        min-width: 200px;
    }
}

@media only screen and (max-width: 1199px) {
    .product-list-item2 .product-thumb img {
        min-width: 220px;
    }
}

@media only screen and (max-width: 991px) {
    .product-list-item2 .product-thumb img {
        min-width: 190px;
    }
}

@media only screen and (max-width: 767px) {
    .product-list-item2 .product-thumb img {
        width: 100%;
    }
}

.product-list-item2 .product-info {
    padding-left: 30px;
    padding-right: 20px;
    padding-top: 5px;
}

@media only screen and (max-width: 1199px) {
    .product-list-item2 .product-info {
        padding-left: 20px;
    }
}

@media only screen and (max-width: 991px) {
    .product-list-item2 .product-info {
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media only screen and (max-width: 767px) {
    .product-list-item2 .product-info {
        padding: 0;
        margin-bottom: 20px;
    }
}

.product-list-item2 .product-info .title {
    font-size: 22px;
    font-weight: 600;
    margin: 14px 0 14px;
}

@media only screen and (max-width: 991px) {
    .product-list-item2 .product-info .title {
        font-size: 18px;
        margin: 10px 0 7px;
    }
}

.product-list-item2 .product-info p {
    color: #666666;
    font-size: 15px;
    margin-top: 24px;
}

@media only screen and (max-width: 1199px) {
    .product-list-item2 .product-info p {
        font-size: 13px;
        margin-top: 4px;
    }
}

.product-list-item2 .col-right {
    border-left: 1px solid #ebebeb;
    padding-left: 30px;
    max-width: 315px;
}

@media only screen and (max-width: 767px) {
    .product-list-item2 .col-right {
        border-left: none;
        border-top: 1px solid #ebebeb;
        padding: 16px 0 0;
        max-width: 100%;
    }
}

.product-list-item2 .col-right p {
    font-size: 14px;
    color: #888;
    margin: 0 0 14px;
}

@media only screen and (max-width: 991px) {
    .product-list-item2 .col-right p {
        font-size: 13px;
        margin: 0 0 10px;
    }
}

.product-list-item2 .col-right p span {
    color: #282828;
    font-weight: 600;
}

.product-list-item2 .col-right .prices {
    color: #4988fb;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-weight: 600;
    margin: 0;
    font-size: 20px;
    line-height: 20px;
}

    .product-list-item2 .col-right .prices .price {
        color: #f43f08;
        font-size: 24px;
    }

@media only screen and (max-width: 991px) {
    .product-list-item2 .col-right .prices .price {
        font-size: 20px;
    }
}

.product-list-item2 .col-right .prices .price-old {
    color: #acacac;
    font-size: 18px;
    font-weight: 400;
    margin-left: 10px;
    text-decoration: line-through;
}

@media only screen and (max-width: 991px) {
    .product-list-item2 .col-right .prices .price-old {
        font-size: 15px;
    }
}

.product-list-item2 .col-right .btn-black {
    background-color: #4988fb;
    border-radius: 30px;
    color: #fff;
    height: 46px;
    line-height: 32px;
    text-align: center;
    width: 270px;
    font-size: 14px;
    font-weight: 600;
    margin-top: 30px;
    margin-bottom: 20px;
    text-transform: uppercase;
}

@media only screen and (max-width: 1199px) {
    .product-list-item2 .col-right .btn-black {
        width: 190px;
    }
}

@media only screen and (max-width: 991px) {
    .product-list-item2 .col-right .btn-black {
        margin-top: 18px;
        margin-bottom: 10px;
        width: 176px;
        height: 43px;
        line-height: 29px;
    }
}

@media only screen and (max-width: 767px) {
    .product-list-item2 .col-right .btn-black {
        margin-top: 16px;
        margin-bottom: 13px;
        font-size: 12px;
        width: 106px;
        height: 34px;
        line-height: 21px;
    }
}

.product-list-item2 .col-right .btn-black:hover {
    background-color: #f43f08;
}

.product-list-item2 .col-right a {
    color: #282828;
    margin-right: 20px;
}

@media only screen and (max-width: 1199px) {
    .product-list-item2 .col-right a {
        margin-right: 10px;
        font-size: 14px;
    }
}

@media only screen and (max-width: 767px) {
    .product-list-item2 .col-right a {
        display: block;
        margin: 0 0 4px;
    }
}

.product-list-item2 .col-right a:hover {
    color: #4988fb;
}

.product-list-item2 .col-right a i {
    font-size: 20px;
    position: relative;
    top: 2px;
    margin-right: 6px;
}

@media only screen and (max-width: 991px) {
    .product-list-item2 .col-right a i {
        font-size: 18px;
        margin-right: 3px;
    }
}

.content-col-two {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

    .content-col-two .align-left {
        width: 22%;
    }

    .content-col-two .align-right {
        width: 78%;
        padding-left: 15px;
    }

.product-tab-content2 ul {
    border: none;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: end;
    margin-bottom: 30px;
    position: relative;
    top: 0;
}

@media only screen and (max-width: 575px) {
    .product-tab-content2 ul {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
}

.product-tab-content2 ul .nav-item {
    padding: 0 34px 0 0;
}

@media only screen and (max-width: 991px) {
    .product-tab-content2 ul .nav-item {
        padding: 0 20px 0 0;
    }
}

.product-tab-content2 ul .nav-item .nav-link {
    border: none;
    color: #b0b0b0;
    font-size: 15px;
    font-weight: 600;
    position: relative;
    padding: 0;
    text-transform: uppercase;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

@media only screen and (max-width: 991px) {
    .product-tab-content2 ul .nav-item .nav-link {
        font-size: 13px;
    }
}

.product-tab-content2 ul .nav-item .nav-link:after {
    bottom: 1px;
    content: "";
    height: 2px;
    width: 0;
    position: absolute;
    left: 0;
    opacity: 1;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

.product-tab-content2 ul .nav-item .nav-link:hover, .product-tab-content2 ul .nav-item .nav-link.active {
    color: #282828;
}

    .product-tab-content2 ul .nav-item .nav-link:hover:after, .product-tab-content2 ul .nav-item .nav-link.active:after {
        background-color: #4988fb;
        opacity: 1;
        width: 100%;
    }

.product-tab-content2 ul .nav-item:last-child {
    padding: 0;
}

.single-product-slider .single-product-thumb {
    margin-bottom: 22px;
    position: relative;
}

    .single-product-slider .single-product-thumb .thumb-item img {
        cursor: crosshair;
    }

    .single-product-slider .single-product-thumb .zoomImg {
        pointer-events: none;
    }

.single-product-slider .single-product-nav .swiper-container .swiper-slide-thumb-active .nav-item {
    border-color: #4988fb;
}

.single-product-slider .single-product-nav .nav-item {
    border: 1px solid transparent;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

@media only screen and (max-width: 767px) {
    .single-product-info {
        margin-top: 60px;
    }
}

.single-product-info .title {
    font-size: 32px;
    margin-top: 0;
    margin-bottom: 13px;
    font-weight: 400;
    text-transform: capitalize;
}

@media only screen and (max-width: 767px) {
    .single-product-info .title {
        font-size: 30px;
    }
}

.single-product-info .comments-advices {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 3px;
}

    .single-product-info .comments-advices a {
        color: #929292;
        margin-left: 21px;
        font-size: 14px;
        text-transform: capitalize;
    }

        .single-product-info .comments-advices a:hover {
            color: #4988fb;
        }

    .single-product-info .comments-advices .btn-comments:after {
        content: "|";
        margin: 0 10px;
        color: #e1e1e1;
    }

    .single-product-info .comments-advices .btn-review {
        margin-left: 0;
    }

.single-product-info .prices .price {
    color: #4988fb;
    font-size: 26px;
    font-weight: 600;
}

@media only screen and (max-width: 767px) {
    .single-product-info .prices .price {
        font-size: 18px;
    }
}

.single-product-info .prices span i {
    color: #000;
    margin: 0 6px;
    font-size: 17px;
}

.single-product-info .prices .price-old {
    color: #929292;
    font-size: 20px;
    font-weight: 400;
    text-decoration: line-through;
}

.single-product-info .group-product-list {
    margin-bottom: 30px;
}

@media only screen and (max-width: 991px) {
    .single-product-info .group-product-list {
        overflow-x: auto;
        margin-bottom: 10px;
    }
}

.single-product-info .group-product-list .info-text {
    font-size: 14px;
    font-weight: 500;
    display: block;
    margin-bottom: 15px;
}

    .single-product-info .group-product-list .info-text .text-primary {
        color: #4988fb !important;
        font-weight: 700;
    }

.single-product-info .group-product-list table {
    width: 100%;
    margin-bottom: 15px;
    border-top: 1px dotted #e3e3e3;
}

@media only screen and (max-width: 991px) {
    .single-product-info .group-product-list table {
        min-width: 400px;
    }
}

.single-product-info .group-product-list table tbody tr td {
    font-weight: 500;
    padding: 10px 10px 10px 0;
    border-width: 0 0 1px 0;
    border-style: dotted;
    border-color: #e3e3e3;
    background-color: transparent;
}

.single-product-info .group-product-list table tbody tr .thumb {
    width: 50px;
}

.single-product-info .group-product-list table tbody tr .title {
    font-size: 14px;
    font-weight: 500;
    text-transform: capitalize;
}

    .single-product-info .group-product-list table tbody tr .title a {
        color: #282828;
    }

        .single-product-info .group-product-list table tbody tr .title a:hover {
            color: #4988fb;
        }

.single-product-info .group-product-list table tbody tr .price {
    padding-right: 0;
    text-align: right;
}

    .single-product-info .group-product-list table tbody tr .price .pro-price span {
        font-size: 14px;
        font-weight: 600;
        color: #333;
    }

    .single-product-info .group-product-list table tbody tr .price .pro-price .old {
        color: #4988fb;
        font-size: 400px;
        font-size: 13px;
        margin-right: 5px;
        opacity: 0.5;
        font-style: italic;
        text-decoration: line-through;
    }

.single-product-info ul {
    margin: 28px 0 23px;
}

    .single-product-info ul li {
        color: #282828;
        line-height: 22px;
        padding: 5px 0;
        font-size: 14px;
        font-weight: 600;
    }

        .single-product-info ul li a {
            color: #4988fb;
            font-weight: 400;
        }

            .single-product-info ul li a:hover {
                text-decoration: underline;
            }

        .single-product-info ul li span {
            font-weight: 400;
            margin-left: 10px;
        }

.single-product-info h3 {
    font-size: 24px;
    font-weight: 400;
    margin-bottom: 11px;
}

.single-product-info h6 {
    font-size: 15px;
    margin-bottom: 8px;
}

    .single-product-info h6:before {
        content: "* ";
        color: #F00;
        font-weight: bold;
    }

.single-product-info .color-menu {
    margin-bottom: 28px;
}

    .single-product-info .color-menu ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin: 0;
    }

        .single-product-info .color-menu ul li {
            border: 1px solid #e8e8e8;
            border-radius: 50%;
            padding: 1px;
            margin-right: 3px;
            transition: all 0.3s ease-in-out;
            -webkit-transition: all 0.3s ease-in-out;
            -moz-transition: all 0.3s ease-in-out;
            -ms-transition: all 0.3s ease-in-out;
            -o-transition: all 0.3s ease-in-out;
        }

            .single-product-info .color-menu ul li a, .single-product-info .color-menu ul li button {
                background-color: transparent;
                border: none;
                -webkit-box-shadow: none;
                box-shadow: none;
                border-radius: 50%;
                display: block;
                width: 20px;
                height: 20px;
            }

            .single-product-info .color-menu ul li .blue {
                background-color: blue;
            }

            .single-product-info .color-menu ul li .green {
                background-color: green;
            }

            .single-product-info .color-menu ul li .white {
                background-color: white;
            }

            .single-product-info .color-menu ul li .black {
                background-color: black;
            }

            .single-product-info .color-menu ul li:hover {
                border: 1px solid #f43f08;
            }

.single-product-info .checkbox-menu {
    margin-bottom: 20px;
}

    .single-product-info .checkbox-menu .form-check .form-check-input {
        border: 2px solid #999999;
        -webkit-box-shadow: none;
        box-shadow: none;
        border-radius: 3px;
        cursor: pointer;
        width: 14px;
        height: 14px;
        position: relative;
        top: 3px;
    }

    .single-product-info .checkbox-menu .form-check .form-check-label {
        color: #282828;
        cursor: pointer;
        font-size: 14px;
    }

.single-product-info .quick-product-action {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

    .single-product-info .quick-product-action .title {
        color: #282828;
        font-size: 15px;
        font-weight: 600;
        margin-bottom: 0;
        margin: 5px;
    }

    .single-product-info .quick-product-action .action-top .pro-qty input {
        width: 70px;
        height: 48px;
        text-align: center;
        float: left;
        font-size: 16px;
        color: #2b2d2f;
        margin: 5px;
        border: 1px solid #dbdbdb;
        border-radius: 25px;
        background: #fff;
    }

    .single-product-info .quick-product-action .btn-theme {
        background-color: #4988fb;
        border: none;
        border-radius: 30px;
        font-size: 14px;
        font-weight: 700;
        margin-left: 5px;
        padding: 10.5px 82.5px;
        text-transform: uppercase;
    }

@media only screen and (max-width: 991px) {
    .single-product-info .quick-product-action .btn-theme {
        padding: 10px 42px;
    }
}

@media only screen and (max-width: 575px) {
    .single-product-info .quick-product-action .btn-theme {
        font-size: 12px;
        padding: 10px 24px;
    }
}

.single-product-info .quick-product-action .btn-theme:hover {
    background-color: #282828;
}

.single-product-info .btn-link {
    color: #3c3c3c;
    font-size: 15px;
    font-weight: 400;
    text-transform: capitalize;
    margin-right: 20px;
}

    .single-product-info .btn-link i {
        font-size: 18px;
        margin-right: 7px;
    }

    .single-product-info .btn-link:hover {
        color: #4988fb;
    }

.product-description-review ul {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-top: 1px solid #dee2e6;
    border-bottom: none;
    padding-top: 51px;
}

    .product-description-review ul .nav-item {
        margin-right: 34px;
    }

        .product-description-review ul .nav-item:last-child {
            margin-right: 0;
        }

        .product-description-review ul .nav-item .nav-link {
            color: #888888;
            font-size: 21px;
            font-weight: 600;
            padding: 0;
            border: none;
            position: relative;
            transition: all 0.3s ease-in-out;
            -webkit-transition: all 0.3s ease-in-out;
            -moz-transition: all 0.3s ease-in-out;
            -ms-transition: all 0.3s ease-in-out;
            -o-transition: all 0.3s ease-in-out;
        }

            .product-description-review ul .nav-item .nav-link:after {
                content: "";
                width: 0;
                height: 2px;
                background: #4988fb;
                position: absolute;
                left: 0;
                bottom: -4px;
                transition: all 0.3s ease-in-out;
                -webkit-transition: all 0.3s ease-in-out;
                -moz-transition: all 0.3s ease-in-out;
                -ms-transition: all 0.3s ease-in-out;
                -o-transition: all 0.3s ease-in-out;
            }

            .product-description-review ul .nav-item .nav-link:hover, .product-description-review ul .nav-item .nav-link.active {
                color: #282828;
            }

                .product-description-review ul .nav-item .nav-link:hover:after, .product-description-review ul .nav-item .nav-link.active:after {
                    width: 100%;
                }

.product-description-review .tab-content .tab-pane .product-desc {
    padding: 37px 30px 30px;
}

@media only screen and (max-width: 1199px) {
    .product-description-review .tab-content .tab-pane .product-desc {
        padding: 37px 0 0;
    }
}

@media only screen and (max-width: 991px) {
    .product-description-review .tab-content .tab-pane .product-desc {
        padding: 37px 0 15px;
    }
}

.product-description-review .tab-content .tab-pane .product-desc h6 {
    color: #69696c;
    font-weight: 700;
    font-size: 15px;
    margin-bottom: 12px;
}

.product-description-review .tab-content .tab-pane .product-desc p {
    color: #69696c;
    font-size: 15px;
    margin-bottom: 12px;
}

.product-description-review .tab-content .tab-pane .product-review {
    border: 1px solid #ECECEC;
    padding: 24px;
    margin-top: 15px;
}

    .product-description-review .tab-content .tab-pane .product-review .review-header {
        border-bottom: 1px solid #ECECEC;
        padding-bottom: 21px;
        margin-bottom: 24px;
    }

        .product-description-review .tab-content .tab-pane .product-review .review-header .title {
            font-size: 24px;
            line-height: 1;
            margin-bottom: 21px;
        }

@media only screen and (max-width: 767px) {
    .product-description-review .tab-content .tab-pane .product-review .review-header .title {
        font-size: 18px;
    }
}

.product-description-review .tab-content .tab-pane .product-review .review-header .review-info .review-rating {
    display: inline-block;
    line-height: 1;
    margin-bottom: 0;
}

    .product-description-review .tab-content .tab-pane .product-review .review-header .review-info .review-rating li {
        color: #4988fb;
        font-size: 20px;
        display: inline-block;
        line-height: 1;
    }

.product-description-review .tab-content .tab-pane .product-review .review-header .review-info .review-caption {
    font-size: 14px;
    margin-left: 10px;
}

.product-description-review .tab-content .tab-pane .product-review .review-header .review-info .review-write-btn {
    font-size: 14px;
    float: right;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
}

    .product-description-review .tab-content .tab-pane .product-review .review-header .review-info .review-write-btn:hover {
        color: #4988fb;
        cursor: pointer;
    }

.product-description-review .tab-content .tab-pane .product-review .product-review-form {
    border-bottom: 1px solid #ececec;
    display: none;
    margin-bottom: 50px;
    padding-bottom: 50px;
}

    .product-description-review .tab-content .tab-pane .product-review .product-review-form .title {
        font-size: 16px;
        line-height: 24px;
    }

    .product-description-review .tab-content .tab-pane .product-review .product-review-form form .review-form-content .form-group {
        margin-bottom: 12px;
    }

        .product-description-review .tab-content .tab-pane .product-review .product-review-form form .review-form-content .form-group label {
            margin-bottom: 6px;
            font-size: 13px;
        }

        .product-description-review .tab-content .tab-pane .product-review .product-review-form form .review-form-content .form-group .form-control {
            border-radius: 0;
            -webkit-box-shadow: none;
            box-shadow: none;
            font-size: 14px;
            width: 100%;
            max-width: 100%;
            height: 45px;
        }

            .product-description-review .tab-content .tab-pane .product-review .product-review-form form .review-form-content .form-group .form-control.textarea {
                height: 232px;
            }

        .product-description-review .tab-content .tab-pane .product-review .product-review-form form .review-form-content .form-group .btn-theme {
            padding: 12px 22px;
            border-radius: 5px;
            font-size: 15px;
            height: 47px;
            min-width: 143px;
        }

            .product-description-review .tab-content .tab-pane .product-review .product-review-form form .review-form-content .form-group .btn-theme:hover {
                background-color: #454545;
                border-color: #454545;
            }

    .product-description-review .tab-content .tab-pane .product-review .product-review-form form .review-form-content .rating .rating-title {
        display: block;
    }

    .product-description-review .tab-content .tab-pane .product-review .product-review-form form .review-form-content .rating span a {
        display: inline-block;
        color: #242424;
        font-size: 20px;
    }

.product-description-review .tab-content .tab-pane .product-review .review-content .review-item .review-rating {
    margin-bottom: 5px;
}

    .product-description-review .tab-content .tab-pane .product-review .review-content .review-item .review-rating li {
        display: inline-block;
        color: #f4a460;
        font-size: 14px;
        display: inline-block;
        line-height: 1;
    }

.product-description-review .tab-content .tab-pane .product-review .review-content .review-item .title {
    font-size: 16px;
    line-height: 1;
    margin-bottom: 21px;
}

.product-description-review .tab-content .tab-pane .product-review .review-content .review-item .review-date {
    font-style: italic;
    font-size: 13px;
    opacity: 0.5;
    display: inline-block;
    margin-bottom: 15px;
}

    .product-description-review .tab-content .tab-pane .product-review .review-content .review-item .review-date span {
        font-weight: 700;
    }

.product-description-review .tab-content .tab-pane .product-review .review-content .review-item p {
    font-size: 13px;
    margin-bottom: 20px;
}

.product-description-review .tab-content .tab-pane .product-review .review-content .review-item .review-report {
    color: #242424;
    font-size: 11px;
    text-align: right;
    display: block;
}

    .product-description-review .tab-content .tab-pane .product-review .review-content .review-item .review-report:hover {
        color: #4988fb;
    }

.widget {
    margin-bottom: 40px;
    position: relative;
    border: 2px solid #f7f7f7;
    border-radius: 5px;
    padding: 35px 27px 12px 15px;
}

@media only screen and (max-width: 1199px) {
    .widget {
        margin-bottom: 30px;
        padding: 28px 27px 5px 15px;
    }
}

.widget-title {
    font-size: 21px;
    margin-bottom: 27px;
}

@media only screen and (max-width: 1199px) {
    .widget-title {
        font-size: 18px;
        margin-bottom: 18px;
    }
}

.widget-price-filter .slider-range {
    background-color: #d6d7d9 !important;
    height: 6px;
    margin-bottom: 14px;
    margin-top: 33px;
}

    .widget-price-filter .slider-range .noUi-handle {
        background: #fff;
        border-radius: 50%;
        cursor: pointer;
        width: 13px;
        height: 13px;
        top: -3px;
        -webkit-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.2);
        box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.2);
        transition: all 0.3s ease-in-out;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
    }

        .widget-price-filter .slider-range .noUi-handle.noUi-handle-lower {
            top: -4px;
        }

            .widget-price-filter .slider-range .noUi-handle.noUi-handle-lower.noUi-active {
                top: -4px;
            }

        .widget-price-filter .slider-range .noUi-handle.noUi-active {
            top: -3px;
        }

        .widget-price-filter .slider-range .noUi-handle:hover {
            background-color: #f43f08;
        }

        .widget-price-filter .slider-range .noUi-handle:active {
            border: none;
        }

    .widget-price-filter .slider-range .noUi-base {
        background: #eee !important;
    }

        .widget-price-filter .slider-range .noUi-base .noUi-background {
            background: #eee !important;
        }

        .widget-price-filter .slider-range .noUi-base .noUi-connect {
            background-color: #4988fb;
            max-height: 380px;
            border: 1px solid #fff;
            padding: 0;
            overflow: initial;
            height: 7px;
        }

.widget-price-filter .noUi-horizontal .noUi-handle {
    left: -1px;
}

.widget-price-filter .slider-labels {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px;
    margin-top: 0;
    padding-right: 171px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

    .widget-price-filter .slider-labels .price {
        font-weight: 400;
        font-size: 14px;
        margin-right: 5px;
    }

    .widget-price-filter .slider-labels .range-separator {
        color: #4988fb;
    }

    .widget-price-filter .slider-labels .caption {
        position: relative;
        z-index: 99;
    }

        .widget-price-filter .slider-labels .caption:first-child {
            margin-right: 40px;
        }

        .widget-price-filter .slider-labels .caption span {
            color: #0f0f0f;
            font-weight: 400;
            font-size: 14px;
        }

    .widget-price-filter .slider-labels .range-separator {
        padding: 0;
    }

.widget-categorie .form-check {
    margin-bottom: 13px;
    padding: 0;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

    .widget-categorie .form-check input {
        border: 1px #dadada solid;
        border-radius: 3px;
        -webkit-box-shadow: none;
        box-shadow: none;
        cursor: pointer;
        margin: 7px 20px 0 0;
        width: 15px;
        height: 15px;
        position: relative;
        transition: all 0.3s ease-in-out;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
    }

    .widget-categorie .form-check label {
        cursor: pointer;
        font-size: 14px;
        margin-top: 0;
        transition: all 0.3s ease-in-out;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
    }

    .widget-categorie .form-check:hover input {
        border-color: #4988fb;
        border-color: #4988fb;
        color: #4988fb;
    }

    .widget-categorie .form-check:hover label {
        color: #4988fb;
    }

.widget-categorie.widget-color {
    padding-bottom: 10px;
}

.widget-tags ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 28px;
}

    .widget-tags ul li a {
        border-radius: 25px;
        font-size: 14px;
        line-height: 38px;
        display: inline-block;
        padding: 0 20px;
        margin-right: 9px;
        margin-bottom: 10px;
        color: #555;
        border: 1px solid #ebebeb;
        font-weight: 400;
    }

@media only screen and (max-width: 1199px) {
    .widget-tags ul li a {
        font-size: 12px;
        line-height: 32px;
        padding: 0 11px;
    }
}

.widget-tags ul li a:hover {
    background-color: #4988fb;
    border-color: #4988fb;
    color: #fff;
}

.shop-toolbar-wrap {
    border: 1px solid #ebebeb;
    border-radius: 5px;
    margin-bottom: 30px;
    padding: 10px 20px 11px 18px;
}

    .shop-toolbar-wrap nav .nav-tabs {
        border: none;
    }

        .shop-toolbar-wrap nav .nav-tabs .nav-link {
            border: none;
            margin: 0 15px 0 0;
            padding: 0;
            transition: all 0.3s ease-in-out;
            -webkit-transition: all 0.3s ease-in-out;
            -moz-transition: all 0.3s ease-in-out;
            -ms-transition: all 0.3s ease-in-out;
            -o-transition: all 0.3s ease-in-out;
        }

            .shop-toolbar-wrap nav .nav-tabs .nav-link img {
                -webkit-filter: brightness(0.1);
                filter: brightness(0.1);
                opacity: 0.3;
                transition: all 0.3s ease-in-out;
                -webkit-transition: all 0.3s ease-in-out;
                -moz-transition: all 0.3s ease-in-out;
                -ms-transition: all 0.3s ease-in-out;
                -o-transition: all 0.3s ease-in-out;
            }

            .shop-toolbar-wrap nav .nav-tabs .nav-link:hover img, .shop-toolbar-wrap nav .nav-tabs .nav-link.active img {
                -webkit-filter: none;
                filter: none;
                opacity: 1;
            }

    .shop-toolbar-wrap .product-showing-status .count-result {
        color: #1a2225;
        font-size: 14px;
        text-align: center;
    }

@media only screen and (max-width: 575px) {
    .shop-toolbar-wrap .product-showing-status .count-result {
        text-align: start;
    }
}

.shop-toolbar-wrap .product-sorting-menu .current {
    color: #888;
    font-size: 14px;
    padding: 0;
    width: 17%;
    display: inline-block;
}

@media (max-width: 1500px) {
    .shop-toolbar-wrap .product-sorting-menu .current {
        width: 24%;
    }
}

.shop-toolbar-wrap .product-sorting-menu .current.current2 {
    width: 14%;
}

@media (max-width: 1500px) {
    .shop-toolbar-wrap .product-sorting-menu .current.current2 {
        width: 23%;
    }
}

.shop-toolbar-wrap .product-sorting-menu select {
    background: #fff;
    border: 1px solid #e6e6e6;
    height: 26px;
    color: #908f8f;
    border-radius: 30px;
    font-size: 13px;
    padding: 0 10px;
    width: 81%;
}

@media (max-width: 1500px) {
    .shop-toolbar-wrap .product-sorting-menu select {
        width: 73%;
    }
}

@media (max-width: 1232px) {
    .shop-sidebar-style .shop-toolbar-wrap .product-sorting-menu .current {
        width: 33%;
    }
}

@media (max-width: 1232px) {
    .shop-sidebar-style .shop-toolbar-wrap .product-sorting-menu select {
        width: 63%;
    }
}

@media only screen and (max-width: 991px) {
    .shop-sidebar-area {
        margin-top: 70px;
    }
}

.category-style1-area {
    padding: 0 0 90px;
}

@media only screen and (max-width: 991px) {
    .category-style1-area {
        padding: 0 0 69px;
    }
}

.category-style2-area {
    padding: 90px 0 88px;
}

@media only screen and (max-width: 991px) {
    .category-style2-area {
        padding: 70px 0 70px;
    }
}

.category-style3-area {
    padding: 90px 0 0;
}

@media only screen and (max-width: 991px) {
    .category-style3-area {
        padding: 70px 0 0;
    }
}

.category-style4-area {
    padding: 0 0 90px;
}

@media only screen and (max-width: 991px) {
    .category-style4-area {
        padding: 0 0 70px;
    }
}

.category-item .thumb img {
    width: 100%;
}

.animate-style-one {
    position: relative;
}

    .animate-style-one:before {
        background: rgba(255, 255, 255, 0.3);
        bottom: 0;
        content: "";
        left: 50%;
        position: absolute;
        right: 51%;
        top: 0;
        opacity: 1;
        pointer-events: none;
        z-index: 1;
        transition: all 0.9s ease-in-out;
        -webkit-transition: all 0.9s ease-in-out;
        -moz-transition: all 0.9s ease-in-out;
        -ms-transition: all 0.9s ease-in-out;
        -o-transition: all 0.9s ease-in-out;
    }

    .animate-style-one:after {
        background: rgba(255, 255, 255, 0.3);
        bottom: 50%;
        content: "";
        left: 0;
        position: absolute;
        right: 0;
        top: 50%;
        opacity: 1;
        pointer-events: none;
        z-index: 1;
        transition: all 0.9s ease-in-out;
        -webkit-transition: all 0.9s ease-in-out;
        -moz-transition: all 0.9s ease-in-out;
        -ms-transition: all 0.9s ease-in-out;
        -o-transition: all 0.9s ease-in-out;
    }

    .animate-style-one:hover:before {
        left: 0;
        right: 0;
        opacity: 0;
    }

    .animate-style-one:hover:after {
        top: 0;
        bottom: 0;
        opacity: 0;
    }

.swiper-nav-style {
    position: relative;
}

    .swiper-nav-style .swiper-button-prev,
    .swiper-nav-style .swiper-button-next {
        border: 1px solid #e4e4e4;
        border-radius: 50%;
        color: #333;
        font-size: 14px;
        font-weight: 900;
        right: 0;
        left: auto;
        line-height: 1;
        opacity: 1;
        top: -40px;
        height: 34px;
        width: 34px;
        line-height: 34px;
        text-align: center;
        transition: all 0.3s ease-in-out;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
    }

@media only screen and (max-width: 991px) {
    .swiper-nav-style .swiper-button-prev,
    .swiper-nav-style .swiper-button-next {
        top: -32px;
    }
}

@media only screen and (max-width: 575px) {
    .swiper-nav-style .swiper-button-prev,
    .swiper-nav-style .swiper-button-next {
        display: none;
    }
}

.swiper-nav-style .swiper-button-prev:after,
.swiper-nav-style .swiper-button-next:after {
    display: none;
}

.swiper-nav-style .swiper-button-prev:before,
.swiper-nav-style .swiper-button-next:before {
    content: "";
    font-family: "Line Awesome Free";
}

.swiper-nav-style .swiper-button-prev:hover,
.swiper-nav-style .swiper-button-next:hover {
    color: #4988fb;
}

.swiper-nav-style .swiper-button-prev:hover,
.swiper-nav-style .swiper-button-next:hover {
    border-color: #4988fb;
    background-color: #4988fb;
    color: #fff;
}

.swiper-nav-style .swiper-button-next {
    left: auto;
    right: 41px;
}

    .swiper-nav-style .swiper-button-next:before {
        content: "";
        font-family: "Line Awesome Free";
    }

.swiper-nav-style2 {
    background-color: #fff;
    position: relative;
}

    .swiper-nav-style2 .swiper-button-prev,
    .swiper-nav-style2 .swiper-button-next {
        border: 1px solid #e4e4e4;
        border-radius: 50%;
        background-color: #fff;
        color: #333;
        font-size: 10px;
        right: 20%;
        font-family: "Line Awesome Free";
        font-weight: 900;
        left: auto;
        line-height: 1;
        opacity: 0;
        top: 20%;
        height: 34px;
        width: 34px;
        line-height: 34px;
        text-align: center;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transition: all 0.3s ease-in-out;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
    }

@media (max-width: 1499px) {
    .swiper-nav-style2 .swiper-button-prev,
    .swiper-nav-style2 .swiper-button-next {
        right: 7%;
    }
}

@media only screen and (max-width: 1199px) {
    .swiper-nav-style2 .swiper-button-prev,
    .swiper-nav-style2 .swiper-button-next {
        right: 33%;
    }
}

@media only screen and (max-width: 991px) {
    .swiper-nav-style2 .swiper-button-prev,
    .swiper-nav-style2 .swiper-button-next {
        right: 27%;
    }
}

@media only screen and (max-width: 767px) {
    .swiper-nav-style2 .swiper-button-prev,
    .swiper-nav-style2 .swiper-button-next {
        right: 23%;
    }
}

@media only screen and (max-width: 575px) {
    .swiper-nav-style2 .swiper-button-prev,
    .swiper-nav-style2 .swiper-button-next {
        right: 0;
    }
}

.swiper-nav-style2 .swiper-button-prev:after,
.swiper-nav-style2 .swiper-button-next:after {
    content: "";
    font-family: "Line Awesome Free";
    font-size: 10px;
    font-weight: 900;
}

.swiper-nav-style2 .swiper-button-prev:hover,
.swiper-nav-style2 .swiper-button-next:hover {
    border-color: #4988fb;
    background-color: #4988fb;
    color: #fff;
}

.swiper-nav-style2 .swiper-button-next {
    left: 27%;
}

@media (max-width: 1499px) {
    .swiper-nav-style2 .swiper-button-next {
        right: 7%;
    }
}

@media only screen and (max-width: 1199px) {
    .swiper-nav-style2 .swiper-button-next {
        left: 37%;
    }
}

@media only screen and (max-width: 991px) {
    .swiper-nav-style2 .swiper-button-next {
        left: 33%;
    }
}

@media only screen and (max-width: 991px) {
    .swiper-nav-style2 .swiper-button-next {
        left: 31%;
    }
}

@media only screen and (max-width: 575px) {
    .swiper-nav-style2 .swiper-button-next {
        left: 14%;
    }
}

.swiper-nav-style2 .swiper-button-next:after {
    content: "";
    font-family: "Line Awesome Free";
    font-weight: 900;
}

.single-product-quick-view-slider {
    background-color: #fff;
    position: relative;
}

    .single-product-quick-view-slider .swiper-button-prev,
    .single-product-quick-view-slider .swiper-button-next {
        border: 1px solid #e4e4e4;
        border-radius: 50%;
        background-color: #fff;
        color: #333;
        font-size: 10px;
        right: 0;
        font-family: "Line Awesome Free";
        font-weight: 900;
        left: auto;
        line-height: 1;
        opacity: 0;
        top: 50%;
        height: 34px;
        width: 34px;
        line-height: 34px;
        text-align: center;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transition: all 0.3s ease-in-out;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
    }

        .single-product-quick-view-slider .swiper-button-prev:after,
        .single-product-quick-view-slider .swiper-button-next:after {
            content: "";
            font-family: "Line Awesome Free";
            font-size: 10px;
            font-weight: 900;
        }

        .single-product-quick-view-slider .swiper-button-prev:hover,
        .single-product-quick-view-slider .swiper-button-next:hover {
            border-color: #4988fb;
            background-color: #4988fb;
            color: #fff;
        }

    .single-product-quick-view-slider .swiper-button-next {
        left: 35px;
    }

        .single-product-quick-view-slider .swiper-button-next:after {
            content: "";
            font-family: "Line Awesome Free";
            font-weight: 900;
        }

    .single-product-quick-view-slider:hover .swiper-button-prev,
    .single-product-quick-view-slider:hover .swiper-button-next {
        opacity: 1;
    }

.single-product-slider .single-product-thumb .single-product-quick-view-slider .thumb-item img {
    cursor: auto;
}

.cart-table-wrap .cart-table table {
    width: 100%;
}

    .cart-table-wrap .cart-table table thead {
        background-color: #f3f3f3;
    }

        .cart-table-wrap .cart-table table thead > tr th {
            color: #333;
            font-size: 14px;
            font-weight: 600;
            text-transform: uppercase;
            padding: 14px 23px 14px;
        }

            .cart-table-wrap .cart-table table thead > tr th.width-thumbnail {
                min-width: 130px;
            }

            .cart-table-wrap .cart-table table thead > tr th.width-name {
                min-width: 400px;
            }

            .cart-table-wrap .cart-table table thead > tr th.width-price {
                min-width: 162px;
            }

            .cart-table-wrap .cart-table table thead > tr th.width-quantity {
                min-width: 170px;
            }

            .cart-table-wrap .cart-table table thead > tr th.width-subtotal {
                min-width: 145px;
            }

            .cart-table-wrap .cart-table table thead > tr th.width-remove {
                min-width: 101px;
            }

    .cart-table-wrap .cart-table table tbody > tr {
        border-bottom: 1px solid #e5e5e5;
    }

        .cart-table-wrap .cart-table table tbody > tr td {
            padding: 23px;
        }

            .cart-table-wrap .cart-table table tbody > tr td.product-thumbnail a {
                display: block;
            }

                .cart-table-wrap .cart-table table tbody > tr td.product-thumbnail a img {
                    max-width: 80px;
                }

            .cart-table-wrap .cart-table table tbody > tr td.product-name h5 {
                display: block;
                font-weight: 400;
                font-size: 15px;
            }

                .cart-table-wrap .cart-table table tbody > tr td.product-name h5 a {
                    color: #333;
                }

                    .cart-table-wrap .cart-table table tbody > tr td.product-name h5 a:hover {
                        color: #4988fb;
                    }

            .cart-table-wrap .cart-table table tbody > tr td.product-price span, .cart-table-wrap .cart-table table tbody > tr td.product-total span {
                font-size: 16px;
                font-weight: 600;
                color: #4988fb;
            }

            .cart-table-wrap .cart-table table tbody > tr td.cart-quality .product-details-quality input {
                border: 1px solid #e5e5e5;
                background-color: transparent;
                color: #495057;
                width: 60px;
                height: 50px;
                font-weight: 600;
                padding: 0 10px;
            }

            .cart-table-wrap .cart-table table tbody > tr td.product-remove a {
                font-size: 18px;
                color: #000;
                display: inline-block;
            }

                .cart-table-wrap .cart-table table tbody > tr td.product-remove a:hover {
                    color: #4988fb;
                }

.cart-calculate-discount-wrap h4 {
    font-weight: 400;
    font-size: 20px;
    margin: 0 0 40px;
}

@media only screen and (max-width: 1199px) {
    .cart-calculate-discount-wrap h4 {
        margin: 0 0 30px;
    }
}

.cart-shiping-update-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 30px 0 100px;
}

@media only screen and (max-width: 1199px) {
    .cart-shiping-update-wrapper {
        margin: 40px 0 60px;
    }
}

@media only screen and (max-width: 479.98px) {
    .cart-shiping-update-wrapper {
        display: block;
    }
}

.cart-shiping-update-wrapper .cart-shiping-btn a {
    font-size: 14px;
    font-weight: 500;
    background-color: #4988fb;
}

@media only screen and (max-width: 479.98px) {
    .cart-shiping-update-wrapper .cart-shiping-btn a {
        display: block;
        width: 100%;
    }
}

.cart-shiping-update-wrapper .cart-shiping-btn a.btn {
    border-radius: 5px;
    padding: 4px 20px 5px;
}

.cart-shiping-update-wrapper .cart-shiping-btn a.btn-link {
    color: #fff;
    text-decoration: none;
}

.cart-shiping-update-wrapper .cart-shiping-btn a i {
    font-size: 16px;
    position: relative;
    top: 1px;
}

.cart-shiping-update-wrapper .cart-shiping-btn.continure-btn a {
    background-color: #4988fb;
}

@media only screen and (max-width: 479.98px) {
    .cart-shiping-update-wrapper .cart-shiping-btn.continure-btn a {
        margin-bottom: 15px;
    }
}

.cart-shiping-update-wrapper .cart-shiping-btn.continure-btn a:hover {
    background-color: #333;
}

.cart-shiping-update-wrapper .cart-shiping-btn.update-btn a {
    background-color: #333;
}

    .cart-shiping-update-wrapper .cart-shiping-btn.update-btn a:hover {
        background-color: #4988fb;
    }

.select-style {
    margin-bottom: 15px;
}

    .select-style .select-active {
        border: 1px solid #e6e6e6;
        border-radius: 0;
        font-size: 13px;
        width: 100%;
        height: 45px;
        line-height: 52px;
        color: #000;
        padding-left: 16px;
        padding-right: 20px;
        padding-top: 5px;
    }

    .select-style .select2-container--default {
        display: block;
    }

        .select-style .select2-container--default .select2-selection--single {
            border: 1px solid #e5e5e5;
            border-radius: 0;
            height: 52px;
            line-height: 52px;
        }

            .select-style .select2-container--default .select2-selection--single .select2-selection__arrow {
                top: 13px;
                right: 10px;
            }

            .select-style .select2-container--default .select2-selection--single .select2-selection__rendered {
                color: #495057;
                line-height: 52px;
                padding-left: 16px;
                padding-right: 20px;
            }

.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #e5e5e5;
    height: 52px;
    background-color: transparent;
}

.calculate-discount-content p {
    font-size: 14px;
    margin-bottom: 18px;
    display: block;
    color: #666;
}

.calculate-discount-content .input-style {
    margin-bottom: 15px;
}

    .calculate-discount-content .input-style input {
        color: #333;
        height: 45px;
        border: 1px solid #ebebeb;
        background-color: transparent;
        font-size: 13px;
        padding: 4px 16px 0;
        width: 100%;
    }

        .calculate-discount-content .input-style input::-webkit-input-placeholder {
            /* Chrome/Opera/Safari */
            color: #8d8d8d;
            font-size: 13px;
            opacity: 1;
        }

        .calculate-discount-content .input-style input::-moz-placeholder {
            /* Firefox 19+ */
            color: #8d8d8d;
            font-size: 13px;
            opacity: 1;
        }

        .calculate-discount-content .input-style input:-ms-input-placeholder {
            /* IE 10+ */
            color: #8d8d8d;
            font-size: 13px;
            opacity: 1;
        }

        .calculate-discount-content .input-style input:-moz-placeholder {
            /* Firefox 18- */
            color: #8d8d8d;
            font-size: 13px;
            opacity: 1;
        }

        .calculate-discount-content .input-style input:focus {
            border-color: #4988fb;
        }

.calculate-discount-content .calculate-discount-btn a {
    background-color: #333;
    font-size: 14px;
    font-weight: 500;
    text-transform: capitalize;
}

@media only screen and (max-width: 1199px) {
    .calculate-discount-content .calculate-discount-btn a {
        font-size: 14px;
    }
}

.calculate-discount-content .calculate-discount-btn a.btn {
    border-radius: 3px;
    padding: 8px 20px;
}

@media only screen and (max-width: 1199px) {
    .calculate-discount-content .calculate-discount-btn a.btn {
        padding: 8px 19px 9px;
    }
}

@media only screen and (max-width: 767px) {
    .calculate-discount-content .calculate-discount-btn a.btn {
        padding: 3px 19px 5px;
    }
}

.calculate-discount-content .calculate-discount-btn a.btn-link {
    text-decoration: none;
    color: #fff;
}

.calculate-discount-content .calculate-discount-btn a:hover {
    background-color: #4988fb;
}

.grand-total-wrap .grand-total-content {
    padding: 30px;
    padding: 34px 30px 33px;
    background-color: #f5f5f5;
}

    .grand-total-wrap .grand-total-content h3 {
        font-size: 16px;
        margin: 0;
        border-bottom: 1px solid #ccc;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding: 0 0 18px;
    }

        .grand-total-wrap .grand-total-content h3 span {
            font-size: 16px;
            font-weight: 600;
            color: #4988fb;
        }

    .grand-total-wrap .grand-total-content .grand-shipping {
        padding: 38px 0 32px;
    }

        .grand-total-wrap .grand-total-content .grand-shipping > span {
            font-size: 16px;
        }

        .grand-total-wrap .grand-total-content .grand-shipping ul {
            padding: 17px 0 0px;
            margin: 0;
        }

            .grand-total-wrap .grand-total-content .grand-shipping ul li {
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-align: center;
                -ms-flex-align: center;
                align-items: center;
                margin-bottom: 7px;
            }

                .grand-total-wrap .grand-total-content .grand-shipping ul li:last-child {
                    margin-bottom: 0;
                }

                .grand-total-wrap .grand-total-content .grand-shipping ul li input {
                    width: auto;
                    height: auto;
                }

                    .grand-total-wrap .grand-total-content .grand-shipping ul li input:hover {
                        cursor: pointer;
                    }

                .grand-total-wrap .grand-total-content .grand-shipping ul li label {
                    font-size: 16px;
                    font-weight: 400;
                    color: #666;
                    margin-left: 10px;
                }

    .grand-total-wrap .grand-total-content .shipping-country {
        border-bottom: 1px solid #e5e5e5;
        padding-bottom: 35px;
        margin-bottom: 30px;
    }

        .grand-total-wrap .grand-total-content .shipping-country p {
            display: block;
            padding: 10px 20px;
            background-color: #4bb1cf;
            font-weight: 400;
            color: #fff;
            font-size: 14px;
            line-height: 1.7;
            border-left: 6px solid #3198b6;
        }

.grand-total-wrap .grand-total h4 {
    font-size: 20px;
    font-weight: 600;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0;
}

    .grand-total-wrap .grand-total h4 span {
        color: #4988fb;
    }

.grand-total-wrap .grand-total-btn {
    margin-top: 24px;
}

    .grand-total-wrap .grand-total-btn a {
        font-size: 14px;
        text-transform: uppercase;
        background-color: #4988fb;
        display: block;
        font-weight: 600;
    }

        .grand-total-wrap .grand-total-btn a.btn {
            padding: 13px 20px 12px;
            border-radius: 0;
        }

@media only screen and (max-width: 1199px) {
    .grand-total-wrap .grand-total-btn a.btn {
        padding: 10px 10px 10px;
    }
}

.grand-total-wrap .grand-total-btn a.btn-link {
    text-decoration: none;
    color: #fff;
}

.grand-total-wrap .grand-total-btn a:hover {
    background-color: #333;
}

.checkout-coupon-wrap > p {
    background-color: #f3f3f3;
    padding: 1.188rem 1.25rem;
    border-radius: 3px;
    position: relative;
}

    .checkout-coupon-wrap > p.cart-page-title {
        font-size: 14px;
        color: #000;
        margin-bottom: 0;
    }

    .checkout-coupon-wrap > p a {
        color: #4bb1cf;
        margin-left: 6px;
        font-size: 14px;
    }

.checkout-coupon-wrap .checkout-coupon-content form {
    padding-top: 30px;
}

    .checkout-coupon-wrap .checkout-coupon-content form p {
        color: #666;
        margin: 0;
    }

    .checkout-coupon-wrap .checkout-coupon-content form input {
        width: 100%;
        height: 45px;
        border: 1px solid #e5e5e5;
        background-color: transparent;
        color: #495057;
        font-size: 15px;
        padding: 2px 16px;
        margin: 25px 0 15px;
    }

    .checkout-coupon-wrap .checkout-coupon-content form button {
        border: none;
        background-color: #4988fb;
        color: #fff;
        font-size: 16px;
        font-weight: 500;
        line-height: 1;
        padding: 14px 40px 17px;
        position: relative;
        top: 0;
        transition: all 0.3s ease-in-out;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
    }

@media only screen and (max-width: 767px) {
    .checkout-coupon-wrap .checkout-coupon-content form button {
        padding: 11px 25px 13px;
    }
}

.checkout-coupon-wrap .checkout-coupon-content form button:hover {
    background-color: #f43f08;
}

.billing-info-wrap h3 {
    font-weight: 400;
    font-size: 20px;
    margin: 0 0 23px;
}

.billing-info-wrap .billing-info label {
    color: #000;
    display: block;
    margin: 0 0 15px;
}

    .billing-info-wrap .billing-info label abbr {
        color: #f33;
    }

.billing-info-wrap .billing-info input {
    width: 100%;
    height: 55px;
    border: 1px solid #e5e5e5;
    background-color: transparent;
    color: #495057;
    font-size: 14px;
    height: 45px;
    padding: 4px 16px 0;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

    .billing-info-wrap .billing-info input::-webkit-input-placeholder {
        /* Chrome/Opera/Safari */
        border-color: #4988fb;
        color: #000;
        opacity: 1;
    }

    .billing-info-wrap .billing-info input::-moz-placeholder {
        /* Firefox 19+ */
        border-color: #4988fb;
        color: #000;
        opacity: 1;
    }

    .billing-info-wrap .billing-info input:-ms-input-placeholder {
        /* IE 10+ */
        border-color: #4988fb;
        color: #000;
        opacity: 1;
    }

    .billing-info-wrap .billing-info input:-moz-placeholder {
        /* Firefox 18- */
        border-color: #4988fb;
        color: #000;
        opacity: 1;
    }

    .billing-info-wrap .billing-info input:active, .billing-info-wrap .billing-info input:focus {
        border-color: #4988fb;
    }

    .billing-info-wrap .billing-info input.billing-address {
        margin-bottom: 20px;
    }

.billing-info-wrap .billing-select label {
    color: #000;
    display: block;
    margin: 0 0 15px;
}

    .billing-info-wrap .billing-select label abbr {
        color: #f33;
    }

.billing-info-wrap .billing-select .select-style select {
    background-color: transparent;
    border: 1px solid #e5e5e5;
}

.billing-info-wrap .checkout-account input {
    border: 1px solid #e5e5e5;
    display: inline-block;
    float: left;
    height: 12px;
    width: 12px;
    position: relative;
    top: 8px;
    color: #495057;
    cursor: pointer;
}

.billing-info-wrap .checkout-account span {
    margin: 0 0 0 12px;
    font-size: 14px;
}

.billing-info-wrap .additional-info-wrap {
    margin: 19px 0 0;
}

    .billing-info-wrap .additional-info-wrap label {
        color: #333;
        display: block;
        margin: 0 0 15px;
    }

    .billing-info-wrap .additional-info-wrap textarea {
        width: 100%;
        min-height: 92px;
        background-color: transparent;
        padding: 12px 16px;
        color: #495057;
        font-size: 14px;
        border: 1px solid #e5e5e5;
    }

.checkout-coupon-content,
.different-address {
    display: none;
}

.your-order-area h3 {
    font-weight: 400;
    font-size: 20px;
    margin: 0 0 21px;
}

.your-order-area .your-order-wrap {
    background-color: #f6f6f6;
    padding: 36px;
}

@media only screen and (max-width: 575px) {
    .your-order-area .your-order-wrap {
        padding: 30px 20px;
    }
}

.your-order-area .your-order-wrap .your-order-title h4 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-weight: 400;
    font-size: 14px;
    text-transform: uppercase;
    margin: 0 0 18px;
    padding: 0 0 22px;
    border-bottom: 1px solid #bebebe;
}

.your-order-area .your-order-wrap .your-order-product {
    padding-bottom: 21px;
}

    .your-order-area .your-order-wrap .your-order-product ul {
        margin: 0;
    }

        .your-order-area .your-order-wrap .your-order-product ul li {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            font-size: 14px;
            -webkit-box-pack: justify;
            -ms-flex-pack: justify;
            justify-content: space-between;
            margin: 0 0 16px;
        }

            .your-order-area .your-order-wrap .your-order-product ul li:last-child {
                margin: 0 0 0;
            }

            .your-order-area .your-order-wrap .your-order-product ul li span {
                font-size: 14px;
                color: #4988fb;
                font-weight: 600;
            }

.your-order-area .your-order-wrap .your-order-subtotal {
    border-bottom: 1px solid #bebebe;
    border-top: 1px solid #bebebe;
    padding: 20px 0;
}

    .your-order-area .your-order-wrap .your-order-subtotal h3 {
        font-size: 15px;
        font-weight: 500;
        margin: 0;
        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;
    }

        .your-order-area .your-order-wrap .your-order-subtotal h3 span {
            font-size: 18px;
            font-weight: 600;
            color: #4988fb;
        }

.your-order-area .your-order-wrap .your-order-shipping {
    padding: 21px 0 22px;
}

    .your-order-area .your-order-wrap .your-order-shipping > span {
        font-size: 15px;
        font-weight: 500;
    }

    .your-order-area .your-order-wrap .your-order-shipping ul {
        padding: 17px 0 0px;
        margin: 0;
    }

        .your-order-area .your-order-wrap .your-order-shipping ul li {
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            font-size: 14px;
            margin-bottom: 7px;
        }

            .your-order-area .your-order-wrap .your-order-shipping ul li:last-child {
                margin-bottom: 0;
            }

            .your-order-area .your-order-wrap .your-order-shipping ul li input {
                cursor: pointer;
                width: auto;
                height: auto;
            }

            .your-order-area .your-order-wrap .your-order-shipping ul li label {
                color: #666;
                cursor: pointer;
                font-size: 14px;
                font-weight: 400;
                margin-left: 10px;
            }

.your-order-area .your-order-wrap .your-order-total {
    border-bottom: 1px solid #bebebe;
    border-top: 1px solid #bebebe;
    padding: 20px 0;
}

    .your-order-area .your-order-wrap .your-order-total h3 {
        font-size: 16px;
        font-weight: 500;
        margin: 0;
        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;
    }

        .your-order-area .your-order-wrap .your-order-total h3 span {
            font-size: 18px;
            font-weight: 600;
            color: #4988fb;
        }

.your-order-area .your-order-wrap .payment-method {
    padding: 40px 0 10px;
}

    .your-order-area .your-order-wrap .payment-method .sin-payment {
        margin-bottom: 25px;
    }

        .your-order-area .your-order-wrap .payment-method .sin-payment input {
            cursor: pointer;
            width: auto;
            display: inline-block;
            float: left;
            height: auto;
            margin-top: 5px;
        }

        .your-order-area .your-order-wrap .payment-method .sin-payment label {
            cursor: pointer;
            font-size: 14px;
            margin: 0px 0 0 21px;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
        }

            .your-order-area .your-order-wrap .payment-method .sin-payment label img {
                max-width: 140px;
                display: inline-block;
                margin: 0 5px;
            }

            .your-order-area .your-order-wrap .payment-method .sin-payment label a {
                color: #000;
                text-decoration: underline;
            }

                .your-order-area .your-order-wrap .payment-method .sin-payment label a:hover {
                    color: #4988fb;
                }

        .your-order-area .your-order-wrap .payment-method .sin-payment .payment-box {
            margin: 6px 0 0 21px;
            display: none;
        }

            .your-order-area .your-order-wrap .payment-method .sin-payment .payment-box p {
                font-size: 14px;
                line-height: 24px;
                margin: 0;
            }

.your-order-area .your-order-wrap .payment-condition {
    border-bottom: 1px solid #e5e5e5;
    border-top: 1px solid #e5e5e5;
    padding: 20px 0;
    margin: 0 0 30px;
}

    .your-order-area .your-order-wrap .payment-condition p {
        font-size: 14px;
        line-height: 1.9;
    }

        .your-order-area .your-order-wrap .payment-condition p a {
            color: #4988fb;
            font-size: 14px;
        }

            .your-order-area .your-order-wrap .payment-condition p a:hover {
                text-decoration: underline;
            }

.your-order-area .your-order-wrap .payment-checkbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

    .your-order-area .your-order-wrap .payment-checkbox input {
        width: auto;
        height: auto;
    }

    .your-order-area .your-order-wrap .payment-checkbox span {
        color: #888;
        font-size: 14px;
        margin-left: 10px;
    }

        .your-order-area .your-order-wrap .payment-checkbox span a {
            color: #4988fb;
            font-size: 14px;
        }

            .your-order-area .your-order-wrap .payment-checkbox span a:hover {
                text-decoration: underline;
            }

.your-order-area .place-order {
    margin-top: 20px;
}

    .your-order-area .place-order a {
        padding: 20px 30px 20px;
        font-size: 16px;
        line-height: 1;
        color: #fff;
        text-transform: uppercase;
        font-weight: 600;
        display: block;
        text-align: center;
        background-color: #4988fb;
    }

@media only screen and (max-width: 1199px) {
    .your-order-area .place-order a {
        font-size: 14px;
    }
}

.your-order-area .place-order a:hover {
    background-color: #555;
}

.wishlist-table-content .table-content table {
    width: 100%;
}

    .wishlist-table-content .table-content table thead {
        background-color: #f3f3f3;
    }

        .wishlist-table-content .table-content table thead > tr th {
            color: #333;
            font-size: 14px;
            font-weight: 700;
            text-transform: uppercase;
            padding: 14px 12px 14px;
        }

            .wishlist-table-content .table-content table thead > tr th.width-thumbnail {
                min-width: 130px;
            }

            .wishlist-table-content .table-content table thead > tr th.width-name {
                min-width: 300px;
            }

            .wishlist-table-content .table-content table thead > tr th.width-price {
                min-width: 162px;
            }

            .wishlist-table-content .table-content table thead > tr th.width-stock-status {
                min-width: 170px;
            }

            .wishlist-table-content .table-content table thead > tr th.width-subtotal {
                min-width: 145px;
            }

            .wishlist-table-content .table-content table thead > tr th.width-remove {
                min-width: 50px;
            }

    .wishlist-table-content .table-content table tbody > tr {
        border-bottom: 1px solid #e5e5e5;
    }

        .wishlist-table-content .table-content table tbody > tr td {
            padding: 23px 12px;
        }

            .wishlist-table-content .table-content table tbody > tr td.product-thumbnail a {
                display: block;
            }

                .wishlist-table-content .table-content table tbody > tr td.product-thumbnail a img {
                    max-width: 80px;
                    width: 100%;
                }

            .wishlist-table-content .table-content table tbody > tr td.product-name h5 {
                display: block;
                font-weight: 400;
                font-size: 15px;
                color: #000;
            }

                .wishlist-table-content .table-content table tbody > tr td.product-name h5 a {
                    color: #000;
                }

                    .wishlist-table-content .table-content table tbody > tr td.product-name h5 a:hover {
                        color: #4988fb;
                    }

            .wishlist-table-content .table-content table tbody > tr td.product-price span {
                font-size: 16px;
                font-weight: 600;
                color: #f43f08;
            }

            .wishlist-table-content .table-content table tbody > tr td.stock-status span {
                font-size: 14px;
                font-weight: 600;
                color: #690;
            }

                .wishlist-table-content .table-content table tbody > tr td.stock-status span i {
                    font-size: 11px;
                }

            .wishlist-table-content .table-content table tbody > tr td.product-remove a {
                font-size: 28px;
                color: #c3c3c3;
                display: inline-block;
            }

                .wishlist-table-content .table-content table tbody > tr td.product-remove a:hover {
                    color: #4988fb;
                }

            .wishlist-table-content .table-content table tbody > tr td.wishlist-cart a {
                display: inline-block;
                font-weight: 400;
                font-size: 14px;
                color: #fff;
                padding: 10px 15px 9px;
                line-height: 1;
                white-space: pre;
                background-color: #4988fb;
            }

                .wishlist-table-content .table-content table tbody > tr td.wishlist-cart a:hover {
                    background-color: #333;
                }

.compare-table .table tbody tr {
    margin-bottom: 20px;
}

    .compare-table .table tbody tr td {
        padding: 20px 20px;
        vertical-align: middle;
        border-color: #e5e5e5;
        color: #000;
    }

        .compare-table .table tbody tr td.first-column {
            min-width: 175px;
            font-size: 16px;
            font-weight: 500;
            margin: 0;
        }

        .compare-table .table tbody tr td.product-image-title {
            min-width: 310px;
            vertical-align: bottom;
            text-align: left;
        }

            .compare-table .table tbody tr td.product-image-title .image {
                clear: both;
                width: 100%;
                margin-bottom: 15px;
                display: block;
            }

                .compare-table .table tbody tr td.product-image-title .image img {
                    width: 100%;
                }

            .compare-table .table tbody tr td.product-image-title .category {
                float: left;
                clear: both;
                color: #4988fb;
                text-transform: capitalize;
                letter-spacing: 0.5px;
            }

            .compare-table .table tbody tr td.product-image-title .title {
                color: #000;
                clear: both;
                float: left;
                font-size: 16px;
                line-height: 1.2;
                margin-top: 5px;
                text-transform: capitalize;
            }

                .compare-table .table tbody tr td.product-image-title .title:hover {
                    color: #4988fb;
                }

        .compare-table .table tbody tr td.pro-desc p {
            margin: 0;
            line-height: 30px;
            text-align: left;
        }

        .compare-table .table tbody tr td a.check-btn {
            color: #f43f08;
            font-size: 15px;
        }

            .compare-table .table tbody tr td a.check-btn:hover {
                color: #4988fb;
            }

        .compare-table .table tbody tr td.pro-price, .compare-table .table tbody tr td.pro-color, .compare-table .table tbody tr td.pro-stock {
            font-size: 15px;
            font-weight: 400;
            color: #000;
        }

        .compare-table .table tbody tr td.pro-remove button {
            border: none;
            background-color: transparent;
            padding: 0;
            cursor: pointer;
        }

            .compare-table .table tbody tr td.pro-remove button:hover {
                color: #4988fb;
            }

            .compare-table .table tbody tr td.pro-remove button i {
                font-size: 20px;
            }

        .compare-table .table tbody tr td.pro-ratting i {
            color: #ffde00;
        }

.product-cart-view-modal .modal-dialog {
    max-width: 1300px;
    min-width: auto;
    padding: 0 15px;
}

@media only screen and (max-width: 1399px) {
    .product-cart-view-modal .modal-dialog {
        max-width: 1170px;
    }
}

@media only screen and (max-width: 1199px) {
    .product-cart-view-modal .modal-dialog {
        max-width: 970px;
    }
}

@media only screen and (max-width: 991px) {
    .product-cart-view-modal .modal-dialog {
        max-width: 750px;
    }
}

@media only screen and (max-width: 767px) {
    .product-cart-view-modal .modal-dialog {
        max-width: 540px;
        padding: 0;
    }
}

@media only screen and (min-width: 1200px) {
    .product-cart-view-modal .modal-dialog .container {
        max-width: 1300px;
    }
}

.product-cart-view-modal .modal-dialog .modal-content .modal-body {
    padding: 0;
}

    .product-cart-view-modal .modal-dialog .modal-content .modal-body .single-product-thumb {
        margin-bottom: 0;
        width: 100%;
    }

    .product-cart-view-modal .modal-dialog .modal-content .modal-body .single-product-thumb-slider {
        margin-left: 0;
    }

    .product-cart-view-modal .modal-dialog .modal-content .modal-body .product-quick-view-content {
        border: none;
        padding: 64px 25px 0 0;
    }

@media only screen and (max-width: 575px) {
    .product-cart-view-modal .modal-dialog .modal-content .modal-body .product-quick-view-content {
        padding: 40px 0 0 0;
    }
}

.product-cart-view-modal .modal-dialog .modal-content .modal-body .product-quick-view-content .single-product-info {
    padding-bottom: 40px;
}

@media only screen and (max-width: 991px) {
    .product-cart-view-modal .modal-dialog .modal-content .modal-body .product-quick-view-content .single-product-info {
        padding-left: 30px;
        padding-right: 30px;
    }
}

@media only screen and (max-width: 575px) {
    .product-cart-view-modal .modal-dialog .modal-content .modal-body .product-quick-view-content .single-product-info {
        padding-bottom: 30px;
        padding-left: 0;
        padding-right: 0;
    }
}

@media only screen and (max-width: 479.98px) {
    .single-product-info .comments-advices a {
        font-size: 11px;
    }
}

.product-cart-view-modal .modal-dialog .modal-content .modal-body .product-quick-view-content .single-product-info .title {
    border: none;
}

.product-cart-view-modal .modal-dialog .modal-content .modal-body .product-quick-view-content .btn-close {
    background-color: transparent;
    background-image: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    height: 50px;
    padding: 0;
    margin: 0;
    color: #999999;
    cursor: pointer;
    float: right;
    font-size: 25px;
    font-weight: 700;
    line-height: 50px;
    opacity: 1;
    position: absolute;
    right: -3px;
    text-shadow: 0 1px 0 #fff;
    top: 0;
    border-radius: 50%;
    width: 50px;
    z-index: 9999;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

@media only screen and (max-width: 767px) {
    .product-cart-view-modal .modal-dialog .modal-content .modal-body .product-quick-view-content .btn-close {
        font-size: 25px;
        height: 30px;
        line-height: 1;
        top: 6px;
        width: 30px;
        right: 4px;
    }
}

.product-cart-view-modal .modal-dialog .modal-content .modal-body .product-quick-view-content .btn-close:hover {
    background-color: transparent;
    color: #4988fb;
}

.product-action-modal .modal-dialog {
    max-width: 430px;
    min-width: auto;
}

@media only screen and (max-width: 575px) {
    .product-action-modal .modal-dialog {
        max-width: 300px;
    }
}

.product-action-modal .modal-dialog .modal-content .modal-body {
    padding: 0;
}

    .product-action-modal .modal-dialog .modal-content .modal-body .product-action-view-content {
        background-color: #fff;
        border: none;
        border-radius: 5px;
        padding: 30px;
        text-align: center;
    }

        .product-action-modal .modal-dialog .modal-content .modal-body .product-action-view-content .modal-action-messages {
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            color: #000;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            line-height: 1;
        }

            .product-action-modal .modal-dialog .modal-content .modal-body .product-action-view-content .modal-action-messages i {
                font-size: 20px;
                margin-right: 10px;
            }

        .product-action-modal .modal-dialog .modal-content .modal-body .product-action-view-content .modal-action-product .thumb img {
            max-width: 220px;
        }

        .product-action-modal .modal-dialog .modal-content .modal-body .product-action-view-content .modal-action-product .product-name {
            font-size: 16px;
            font-weight: 500;
            margin: 0;
        }

            .product-action-modal .modal-dialog .modal-content .modal-body .product-action-view-content .modal-action-product .product-name a {
                color: #000;
            }

                .product-action-modal .modal-dialog .modal-content .modal-body .product-action-view-content .modal-action-product .product-name a:hover {
                    color: #4988fb;
                }

        .product-action-modal .modal-dialog .modal-content .modal-body .product-action-view-content .btn-close {
            background-color: transparent;
            background-image: none;
            -webkit-box-shadow: none;
            box-shadow: none;
            padding: 0;
            margin: 0;
            color: #999999;
            cursor: pointer;
            float: right;
            font-size: 18px;
            font-weight: 700;
            opacity: 1;
            position: absolute;
            right: 5px;
            text-shadow: 0 1px 0 #fff;
            top: 2px;
            border-radius: 50%;
            z-index: 9999;
            transition: all 0.3s ease-in-out;
            -webkit-transition: all 0.3s ease-in-out;
            -moz-transition: all 0.3s ease-in-out;
            -ms-transition: all 0.3s ease-in-out;
            -o-transition: all 0.3s ease-in-out;
        }

            .product-action-modal .modal-dialog .modal-content .modal-body .product-action-view-content .btn-close:hover {
                background-color: transparent;
                color: #4988fb;
            }

.modal-backdrop {
    background-color: #000;
    height: 100vh;
    position: fixed;
    top: 0;
    opacity: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100vw;
    z-index: 1040;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

    .modal-backdrop.show {
        opacity: 0.5;
    }

/*
-----------------------------------------------------------------------
  Home Three CSS
-----------------------------------------------------------------------
*/
@media only screen and (min-width: 1200px) {
    .home-three-wrapper .container {
        max-width: 1410px;
    }
}

.home-three-wrapper .slider-style3 .home-slider-style3-container .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #2fb0b3;
}

.home-three-wrapper .slider-style3 .home-slider-style3-container .swiper-pagination .swiper-pagination-bullet:hover {
    background-color: #2fb0b3;
}

.home-three-wrapper .home-slider-area .home-slider-content .slider-content-area .content .inner-content .btn-theme {
    background-color: #2fb0b3;
}

.home-three-wrapper .product-item .product-thumb .ribbons .ribbon-new {
    background: #2fb0b3;
}

.home-three-wrapper .product-item .product-info .prices .price {
    color: #2fb0b3;
}

    .home-three-wrapper .product-item .product-info .prices .price.price-theme {
        color: #2fb0b3;
    }

.home-three-wrapper .product-item .product-info .prices .price-old {
    color: #acacac;
}

.home-three-wrapper .product-item .product-info .title a:hover {
    color: #2fb0b3;
}

.home-three-wrapper .product-item:hover {
    border-color: #2fb0b3;
}

.home-three-wrapper .product-info-action button:hover {
    background-color: #2fb0b3;
}

.home-three-wrapper .product-tab-content2 ul .nav-item .nav-link:hover:after, .home-three-wrapper .product-tab-content2 ul .nav-item .nav-link.active:after {
    background-color: #2fb0b3;
}

.home-three-wrapper .swiper-nav-style .swiper-button-prev:hover,
.home-three-wrapper .swiper-nav-style .swiper-button-next:hover {
    background-color: #2fb0b3;
    border-color: #2fb0b3;
}

.home-three-wrapper .footer-top {
    background-color: #2fb0b3;
}

/*
-----------------------------------------------------------------------
  Home Four CSS
-----------------------------------------------------------------------
*/
@media only screen and (min-width: 1200px) {
    .home-four-wrapper .container {
        max-width: 1410px;
    }
}

.home-four-wrapper .home-slider-area .home-slider-content .slider-content-area .content .inner-content h5 {
    background-color: #282828;
    color: #fff;
}

.home-four-wrapper .product-item .product-thumb .ribbons .ribbon-new {
    background: #2fb0b3;
}

.home-four-wrapper .product-item .product-info .prices .price {
    color: #2fb0b3;
}

    .home-four-wrapper .product-item .product-info .prices .price.price-theme {
        color: #4988fb;
    }

.home-four-wrapper .product-item .product-info .prices .price-old {
    color: #acacac;
}

.home-four-wrapper .product-item .product-info .title a:hover {
    color: #2fb0b3;
}

.home-four-wrapper .product-item:hover {
    border-color: #2fb0b3;
}

.home-four-wrapper .product-info-action button:hover {
    background-color: #2fb0b3;
}

.home-four-wrapper .product-tab-content2 ul .nav-item .nav-link:hover:after, .home-four-wrapper .product-tab-content2 ul .nav-item .nav-link.active:after {
    background-color: #2fb0b3;
}

.home-four-wrapper .swiper-nav-style .swiper-button-prev:hover,
.home-four-wrapper .swiper-nav-style .swiper-button-next:hover {
    background-color: #2fb0b3;
    border-color: #2fb0b3;
}

.home-four-wrapper .footer-top {
    background-color: #2fb0b3;
}

.home-four-wrapper .btn-theme {
    background-color: #2fb0b3;
}

/*
-----------------------------------------------------------------------
    Blog CSS
-----------------------------------------------------------------------
*/
.blog-area.blog-default-area {
    padding: 90px 0;
}

.blog-area.blog-grid-area {
    padding: 90px 0;
}

@media only screen and (max-width: 991px) {
    .blog-area.blog-grid-area {
        padding: 70px 0;
    }
}

.blog-area.blog-details-area {
    padding: 90px 0 87px;
}

@media only screen and (max-width: 991px) {
    .blog-area.blog-details-area {
        padding: 70px 0 67px;
    }
}

.post-item {
    margin-bottom: 40px;
}

    .post-item .thumb {
        border-radius: 2px;
        margin-bottom: 25px;
        overflow: hidden;
    }

        .post-item .thumb img {
            width: 100%;
        }

    .post-item .content {
        margin-top: 0;
    }

        .post-item .content .author {
            color: #9b9ea1;
            font-weight: 400;
            font-size: 14px;
            margin-bottom: 9px;
        }

            .post-item .content .author a {
                color: #4988fb;
                margin-left: 5px;
                font-weight: 600;
            }

                .post-item .content .author a:hover {
                    color: #f43f08;
                }

        .post-item .content .title {
            font-size: 16px;
            line-height: 1.523;
            margin-bottom: 11px;
        }

            .post-item .content .title a {
                color: #282828;
            }

                .post-item .content .title a:hover {
                    color: #4988fb;
                }

        .post-item .content p {
            color: #555;
            line-height: 1.625;
            font-size: 14px;
            margin-bottom: 12px;
        }

        .post-item .content .meta {
            color: #0f034a;
            font-size: 13px;
        }

            .post-item .content .meta .post-date {
                margin-right: 8px;
            }

            .post-item .content .meta .dots {
                margin-right: 10px;
            }

                .post-item .content .meta .dots:before {
                    background-color: #0f034a;
                    border-radius: 50%;
                    content: "";
                    display: inline-block;
                    width: 4px;
                    height: 4px;
                }

.content-4column .post-item .thumb {
    margin-bottom: 20px;
}

.content-4column .post-item .content .author {
    font-size: 14px;
}

.content-4column .post-item .content .title {
    font-size: 18px;
}

.content-4column .post-item .content p {
    font-size: 15px;
}

.widget-blog-post {
    border-bottom: 1px solid #f1ede7;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 19px;
    padding-bottom: 12px;
}

    .widget-blog-post:last-child {
        border: none;
        margin-bottom: 0;
        padding-bottom: 0;
    }

    .widget-blog-post .thumb {
        margin-right: 15px;
        min-width: 71px;
        min-height: 70px;
    }

@media only screen and (max-width: 1199px) {
    .widget-blog-post .thumb {
        min-width: 60px;
    }
}

.widget-blog-post .thumb img {
    width: 100%;
}

.widget-blog-post .content {
    margin-top: 2px;
}

    .widget-blog-post .content h4 {
        font-weight: 400;
        font-size: 14px;
        line-height: 1.3;
        margin-bottom: 4px;
        margin-right: -10px;
    }

        .widget-blog-post .content h4 a {
            color: #282828;
        }

            .widget-blog-post .content h4 a:hover {
                color: #4988fb;
            }

    .widget-blog-post .content .meta {
        line-height: 1;
    }

        .widget-blog-post .content .meta .post-date {
            color: #4988fb;
            font-size: 12px;
            line-height: 1;
        }

            .widget-blog-post .content .meta .post-date i {
                font-size: 12px;
                margin-right: 4px;
                position: relative;
                top: -1px;
            }

.widget-categories ul li a {
    color: #282828;
    font-size: 14px;
    font-weight: 400;
}

    .widget-categories ul li a:hover {
        color: #4988fb;
    }

.blog-content-area .shop-toolbar-wrap .product-sorting-menu {
    text-align: right;
}

@media only screen and (max-width: 575px) {
    .blog-content-area .shop-toolbar-wrap .product-sorting-menu {
        margin-bottom: 8px;
        margin-top: 15px;
        text-align: left;
    }
}

.blog-content-area .shop-toolbar-wrap .product-sorting-menu .current.current2 {
    width: 12%;
}

.blog-content-area .shop-toolbar-wrap .product-sorting-menu select {
    width: 51%;
}

.post-details-content .post-details-body .content .category {
    margin-top: 23px;
    margin-bottom: 4px;
}

    .post-details-content .post-details-body .content .category a {
        font-size: 14px;
        font-weight: 400;
        line-height: 1.8;
    }

        .post-details-content .post-details-body .content .category a:hover {
            text-decoration: underline;
        }

.post-details-content .post-details-body .content p {
    color: #444;
    font-size: 16px;
    font-weight: 400;
    line-height: 2;
    margin-bottom: 0;
    margin-top: 10px;
}

.post-details-content .post-details-body .content h4 {
    font-size: 28px;
    font-weight: 600;
    letter-spacing: -0.56px;
    line-height: 1.2;
    margin-top: 0;
}

@media only screen and (max-width: 991px) {
    .post-details-content .post-details-body .content h4 {
        font-size: 20px;
        line-height: 1.41;
    }
}

.post-details-content .post-details-body .content .meta {
    border-bottom: 1px solid #ebebeb;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 20px;
    margin-top: 8px;
    margin-bottom: 30px;
}

    .post-details-content .post-details-body .content .meta li {
        color: #444;
        font-size: 14px;
        font-weight: 400;
    }

        .post-details-content .post-details-body .content .meta li a {
            color: #444;
        }

            .post-details-content .post-details-body .content .meta li a:hover {
                color: #4988fb;
            }

    .post-details-content .post-details-body .content .meta .author {
        margin-right: 14px;
    }

    .post-details-content .post-details-body .content .meta .date {
        margin-left: 14px;
    }

.post-details-content .post-details-body .content .blockquote-area {
    margin-bottom: 10px;
}

    .post-details-content .post-details-body .content .blockquote-area .blockquote-style1 {
        color: #333;
        font-size: 16px;
        font-weight: 600;
        line-height: 32px;
        margin-bottom: 10px;
    }

.post-details-content .post-details-body .content .blockquote-area2 {
    text-align: center;
    padding: 60px 40px;
    margin: 50px 0;
    position: relative;
}

    .post-details-content .post-details-body .content .blockquote-area2:before {
        content: "";
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        pointer-events: none;
        background-color: #4988fb;
        z-index: -1;
        width: 17em;
        height: 17em;
        border-radius: 50%;
        opacity: 0.3;
    }

@media only screen and (max-width: 991px) {
    .post-details-content .post-details-body .content .blockquote-area2:before {
        height: 15em;
        width: 15em;
    }
}

.post-details-content .post-details-body .content .blockquote-area2 .blockquote-style2 {
    color: #333;
    font-size: 34px;
    font-weight: 600;
    letter-spacing: -0.68px;
    line-height: 1.3;
    margin: 0;
    max-width: 400px;
    margin-bottom: 11px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}

@media only screen and (max-width: 991px) {
    .post-details-content .post-details-body .content .blockquote-area2 .blockquote-style2 {
        font-size: 24px;
    }
}

.post-details-content .post-details-body .content .blockquote-area2 h5 {
    font-size: 16px;
    font-weight: 400;
    font-family: "Jost", sans-serif;
    line-height: 1.6;
    margin: 0;
}

.post-details-content .post-details-body .content .video-thumb {
    position: relative;
    margin-top: 20px;
    margin-bottom: 32px;
}

    .post-details-content .post-details-body .content .video-thumb:after {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: #000;
        opacity: 0;
        transition: all 0.5s ease-in-out;
        -webkit-transition: all 0.5s ease-in-out;
        -moz-transition: all 0.5s ease-in-out;
        -ms-transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out;
    }

    .post-details-content .post-details-body .content .video-thumb .video-img:before {
        color: #333;
        font-family: LaStudioIcons;
        display: inline-block;
        vertical-align: middle;
        font-weight: 400;
        font-style: normal;
        letter-spacing: normal;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        content: "";
        position: absolute;
        width: 68px;
        height: 68px;
        line-height: 68px;
        text-align: center;
        left: 50%;
        top: 50%;
        margin-left: -34px;
        margin-top: -34px;
        z-index: 2;
        font-size: 18px;
        background: white;
        border-radius: 50%;
        transition: all 0.5s ease-in-out;
        -webkit-transition: all 0.5s ease-in-out;
        -moz-transition: all 0.5s ease-in-out;
        -ms-transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out;
    }

    .post-details-content .post-details-body .content .video-thumb:hover .video-img:before {
        color: #4988fb;
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

    .post-details-content .post-details-body .content .video-thumb:hover:after {
        opacity: 0.2;
    }

.post-details-content .post-details-body .content .category-social-content {
    border-top: 1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-top: 12px;
    padding-bottom: 15px;
    margin-top: 70px;
    margin-bottom: 61px;
}

@media only screen and (max-width: 575px) {
    .post-details-content .post-details-body .content .category-social-content {
        display: block;
    }
}

@media only screen and (max-width: 575px) {
    .post-details-content .post-details-body .content .category-social-content .category-items {
        margin-bottom: 15px;
    }
}

.post-details-content .post-details-body .content .category-social-content .category-items span {
    color: #a8a8a8;
    font-size: 14px;
}

.post-details-content .post-details-body .content .category-social-content .category-items a {
    color: #444;
    font-size: 14px;
    font-weight: 400;
    margin-right: 0;
}

    .post-details-content .post-details-body .content .category-social-content .category-items a:hover {
        color: #4988fb;
    }

.post-details-content .post-details-body .content .category-social-content .social-items {
    margin-top: 1px;
}

    .post-details-content .post-details-body .content .category-social-content .social-items a {
        font-size: 14px;
        margin-left: 6px;
        display: inline-block;
        line-height: 28px;
        width: 27px;
        height: 27px;
        text-align: center;
        color: #fff;
        border-radius: 50%;
    }

        .post-details-content .post-details-body .content .category-social-content .social-items a.one {
            background-color: #272eae;
        }

        .post-details-content .post-details-body .content .category-social-content .social-items a.two {
            background-color: #1590d8;
        }

        .post-details-content .post-details-body .content .category-social-content .social-items a.three {
            background-color: #a8a8a8;
        }

        .post-details-content .post-details-body .content .category-social-content .social-items a.four {
            background-color: #d0021b;
        }

.comments-area h2 {
    font-size: 20px;
    font-weight: 600;
    letter-spacing: -0.4px;
    line-height: 1.4;
    margin-bottom: 25px;
}

.comments-area .comments-form-wrap form .comments-form-content .form-group .form-control {
    border-color: #ebebeb;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 17px;
    min-height: 60px;
    padding: 15px 25px;
}

    .comments-area .comments-form-wrap form .comments-form-content .form-group .form-control.textarea {
        margin-bottom: 20px;
        min-height: 150px;
        padding: 20px;
    }

    .comments-area .comments-form-wrap form .comments-form-content .form-group .form-control::-webkit-input-placeholder {
        /* Chrome/Opera/Safari */
        color: #ced4da;
        font-size: 14px;
    }

    .comments-area .comments-form-wrap form .comments-form-content .form-group .form-control::-moz-placeholder {
        /* Firefox 19+ */
        color: #ced4da;
        font-size: 14px;
    }

    .comments-area .comments-form-wrap form .comments-form-content .form-group .form-control:-ms-input-placeholder {
        /* IE 10+ */
        color: #ced4da;
        font-size: 14px;
    }

    .comments-area .comments-form-wrap form .comments-form-content .form-group .form-control:-moz-placeholder {
        /* Firefox 18- */
        color: #ced4da;
        font-size: 14px;
    }

    .comments-area .comments-form-wrap form .comments-form-content .form-group .form-control:focus {
        border-color: #4988fb;
    }

.comments-area .comments-form-wrap form .comments-form-content .form-group .comment-form-cookies {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 22px;
}

    .comments-area .comments-form-wrap form .comments-form-content .form-group .comment-form-cookies input[type=checkbox] {
        background-color: #fff;
        border: 1px solid #bbb;
        -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
        box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
        display: inline-block;
        line-height: 0;
        min-width: 16px;
        height: 16px;
        margin: -3px 14px 0 0;
        outline: 0;
        text-align: center;
        vertical-align: middle;
        clear: none;
        cursor: pointer;
        -webkit-appearance: none;
        width: 16px;
    }

    .comments-area .comments-form-wrap form .comments-form-content .form-group .comment-form-cookies label {
        color: #444;
        font-size: 14px;
        padding: 0 5px;
    }

.comments-area .comments-form-wrap form .comments-form-content .form-group .btn-theme {
    border-radius: 6px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    top: -3px;
    padding: 19px 30px;
    min-width: 180px;
    text-transform: uppercase;
}

@media only screen and (max-width: 767px) {
    .comments-area .comments-form-wrap form .comments-form-content .form-group .btn-theme {
        font-size: 13px;
        padding: 14px 22px;
        min-width: auto;
    }
}

.comments-area .comments-form-wrap form .comments-form-content .form-group .form-check-input {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
    margin-top: 6px;
}

.comments-area .comments-form-wrap form .comments-form-content .form-group .form-check-label {
    color: #444;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.8;
    padding-left: 15px;
    margin-bottom: 22px;
}

/*
-----------------------------------------------------------------------
	Contact CSS
-----------------------------------------------------------------------
*/
.contact-area {
    padding: 80px 0 90px;
}

@media only screen and (max-width: 767px) {
    .contact-area {
        padding: 60px 0 70px;
    }
}

.contact-area .title {
    color: #000;
    font-size: 30px;
    letter-spacing: 0;
    line-height: 46px;
    margin-bottom: 94px;
}

@media only screen and (max-width: 1199px) {
    .contact-area .title {
        font-size: 24px;
        line-height: 38px;
        margin-bottom: 90px;
    }
}

@media only screen and (max-width: 991px) {
    .contact-area .title {
        margin-bottom: 70px;
    }
}

@media only screen and (max-width: 767px) {
    .contact-area .title {
        font-size: 20px;
        line-height: 1.4;
        margin-bottom: 40px;
    }
}

@media only screen and (max-width: 479.98px) {
    .contact-area .title {
        font-size: 18px;
        line-height: 32px;
    }
}

.contact-info-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-bottom: 90px;
}

@media only screen and (max-width: 767px) {
    .contact-info-content {
        padding-bottom: 15px;
    }
}

@media only screen and (max-width: 575px) {
    .contact-info-content {
        display: block;
    }
}

.contact-info-content .info-item {
    max-width: 277px;
    min-width: 277px;
}

@media only screen and (max-width: 991px) {
    .contact-info-content .info-item {
        min-width: auto;
        padding: 0 15px;
        width: 33.3333333333%;
    }
}

@media only screen and (max-width: 767px) {
    .contact-info-content .info-item {
        float: left;
        margin-bottom: 50px;
        width: 50%;
    }
}

@media only screen and (max-width: 575px) {
    .contact-info-content .info-item {
        max-width: none;
        width: 100%;
    }
}

.contact-info-content .info-item .info-title {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid #d3d6da;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    line-height: 1;
    margin-bottom: 22px;
    padding-bottom: 9px;
}

@media only screen and (max-width: 767px) {
    .contact-info-content .info-item .info-title {
        margin-bottom: 12px;
    }
}

.contact-info-content .info-item .info-title h4 {
    color: #000;
    font-family: "Jost", sans-serif;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1;
    margin-bottom: 0;
    text-transform: uppercase;
}

@media only screen and (max-width: 767px) {
    .contact-info-content .info-item .info-title h4 {
        font-size: 11px;
    }
}

@media only screen and (max-width: 575px) {
    .contact-info-content .info-item .info-title h4 {
        font-size: 15px;
    }
}

.contact-info-content .info-item .info-title .icon {
    color: #000;
    font-size: 20px;
}

.contact-info-content .info-item .info-title.info-item2 h4 {
    position: relative;
    top: -2px;
}

.contact-info-content .info-item .info-title.info-item2 .icon {
    font-size: 24px;
    position: relative;
    top: -4px;
}

.contact-info-content .info-item .info-content {
    font-size: 16px;
    letter-spacing: 0;
    line-height: 30px;
}

@media only screen and (max-width: 991px) {
    .contact-info-content .info-item .info-content {
        font-size: 14px;
        line-height: 26px;
    }
}

.contact-info-content .info-item .info-content p {
    color: #000;
    margin-bottom: 0;
}

@media only screen and (max-width: 767px) {
    .contact-info-content .info-item .info-content p {
        font-size: 12px;
    }
}

@media only screen and (max-width: 575px) {
    .contact-info-content .info-item .info-content p {
        font-size: 14px;
    }
}

.contact-info-content .info-item .info-content a {
    color: #000;
    display: inline-block;
    position: relative;
}

@media only screen and (max-width: 767px) {
    .contact-info-content .info-item .info-content a {
        font-size: 12px;
    }
}

@media only screen and (max-width: 575px) {
    .contact-info-content .info-item .info-content a {
        font-size: 14px;
    }
}

.contact-info-content .info-item .info-content a:after {
    background-color: #4988fb;
    bottom: 5px;
    content: "";
    height: 1px;
    right: 0;
    position: absolute;
    width: 0;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
}

.contact-info-content .info-item .info-content a:hover {
    color: #4988fb;
}

    .contact-info-content .info-item .info-content a:hover:after {
        left: 0;
        width: 100%;
    }

.contact-form .title {
    margin-bottom: 42px;
}

@media only screen and (max-width: 767px) {
    .contact-form .title {
        font-size: 24px;
        margin-bottom: 30px;
    }
}

@media only screen and (max-width: 479.98px) {
    .contact-form .title {
        font-size: 22px;
    }
}

.contact-map-area {
    background-color: #ddd;
    height: 600px;
}

@media only screen and (min-width: 1400px) {
    .contact-map-area {
        height: 420px;
    }
}

@media only screen and (max-width: 1199px) {
    .contact-map-area {
        height: 380px;
    }
}

@media only screen and (max-width: 991px) {
    .contact-map-area {
        height: 320px;
    }
}

@media only screen and (max-width: 767px) {
    .contact-map-area {
        height: 300px;
    }
}

.contact-map-area iframe {
    height: 100%;
    width: 100%;
}

/*
-----------------------------------------------------------------------
  Footer CSS
-----------------------------------------------------------------------
*/
.footer-area .widget-title {
    font-size: 16px;
    margin-bottom: 30px;
    padding-bottom: 20px;
    line-height: 1;
    position: relative;
    text-transform: uppercase;
}

@media only screen and (max-width: 1199px) {
    .footer-area .widget-title {
        margin-bottom: 20px;
        padding-bottom: 10px;
    }
}

@media only screen and (max-width: 991px) {
    .footer-area .widget-title {
        font-size: 14px;
    }
}

@media only screen and (max-width: 767px) {
    .footer-area .widget-title {
        display: none;
    }
}

.footer-area .widget-title:after {
    bottom: 0;
    background-color: #4988fb;
    content: "";
    width: 65px;
    height: 2px;
    position: absolute;
    left: 0;
}

@media only screen and (max-width: 767px) {
    .footer-area .widget-title:after {
        bottom: -20px;
    }
}

@media only screen and (max-width: 575px) {
    .footer-area .widget-title:after {
        bottom: -15px;
    }
}

.footer-area .widget-title.widget-collapsed-title {
    border: none;
    display: block;
    position: relative;
    padding: 0;
    border-radius: 0;
    cursor: pointer;
    font-size: 17px;
    margin-bottom: 0;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

@media only screen and (min-width: 768px) {
    .footer-area .widget-title.widget-collapsed-title {
        display: none;
    }
}

@media only screen and (max-width: 767px) {
    .footer-area .widget-title.widget-collapsed-title {
        font-size: 15px;
    }
}

@media only screen and (max-width: 575px) {
    .footer-area .widget-title.widget-collapsed-title {
        font-size: 14px;
    }
}

.footer-area .widget-title.widget-collapsed-title:before {
    font-family: "Line Awesome Free";
    font-size: 14px;
    font-weight: 900;
    content: "";
    position: absolute;
    right: 0;
    height: 100%;
    width: 15px;
    text-align: center;
    top: calc(50% - 11px);
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

.footer-area .widget-title.widget-collapsed-title:not(.collapsed):before {
    content: "";
    font-family: "Line Awesome Free";
}

.footer-area .widget-title.widget-collapsed-title:hover {
    color: #4988fb;
}

@media only screen and (max-width: 767px) {
    .footer-area .widget-item {
        margin-bottom: 47px;
    }
}

.footer-area .widget-collapse-body {
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
}

@media only screen and (min-width: 768px) {
    .footer-area .widget-collapse-body {
        display: block;
    }
}

@media only screen and (max-width: 767px) {
    .footer-area .widget-collapse-body .widget-blog-wrap, .footer-area .widget-collapse-body .widget-menu-wrap {
        padding-top: 50px;
    }
}

@media only screen and (max-width: 575px) {
    .footer-area .widget-collapse-body .widget-blog-wrap, .footer-area .widget-collapse-body .widget-menu-wrap {
        padding-top: 30px;
    }
}

@media only screen and (max-width: 767px) {
    .collapse-body-content {
        padding-top: 50px;
    }
}

@media only screen and (max-width: 575px) {
    .collapse-body-content {
        padding-top: 40px;
    }
}

.footer-top {
    background-color: #4988fb;
    padding: 34px 0 31px;
}

@media only screen and (max-width: 991px) {
    .footer-top {
        padding: 40px 0 31px;
    }
}

@media only screen and (max-width: 575px) {
    .footer-top {
        padding: 40px 0;
    }
}

.footer-main {
    padding: 60px 0 48px;
}

@media only screen and (max-width: 767px) {
    .footer-main {
        padding: 60px 0 34px;
    }
}

@media only screen and (max-width: 575px) {
    .footer-main {
        padding: 60px 0 30px;
    }
}

.footer-bottom {
    padding: 20px 0 18px;
    border-top: 1px solid #ebebeb;
}

@media only screen and (max-width: 575px) {
    .footer-bottom {
        padding: 20px 0 27px;
    }
}

.newsletter-content {
    margin-top: -6px;
}

@media only screen and (max-width: 1199px) {
    .newsletter-content {
        margin-bottom: 30px;
        margin-top: 0;
    }
}

@media only screen and (max-width: 767px) {
    .newsletter-content {
        text-align: center;
        margin-bottom: 21px;
    }
}

.newsletter-content h4 {
    color: #fff;
    font-size: 25px;
    margin-bottom: 8px;
}

@media (max-width: 1699px) {
    .newsletter-content h4 {
        font-size: 23px;
    }
}

.newsletter-content p {
    color: #fff;
    line-height: 1;
    font-size: 14px;
    font-weight: 400;
}

@media only screen and (max-width: 1599px) {
    .newsletter-content p {
        font-size: 13px;
    }
}

.newsletter-form {
    max-width: 600px;
    position: relative;
    right: 53px;
    top: 2px;
}

@media (max-width: 1699px) {
    .newsletter-form {
        right: 0;
        max-width: none;
    }
}

@media only screen and (max-width: 1199px) {
    .newsletter-form {
        max-width: 530px;
        margin: 0 auto 30px;
    }
}

.newsletter-form .form-control {
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 30px;
    color: #333;
    display: block;
    font-size: 14px;
    height: 47px;
    padding: 10px 140px 8px 20px;
}

    .newsletter-form .form-control::-webkit-input-placeholder {
        /* Chrome/Opera/Safari */
        color: #b1b1b1;
    }

    .newsletter-form .form-control::-moz-placeholder {
        /* Firefox 19+ */
        color: #b1b1b1;
    }

    .newsletter-form .form-control:-ms-input-placeholder {
        /* IE 10+ */
        color: #b1b1b1;
    }

    .newsletter-form .form-control:-moz-placeholder {
        /* Firefox 18- */
        color: #b1b1b1;
    }

.newsletter-form .btn-theme {
    background-color: #1a2225;
    border-radius: 0 30px 30px 0;
    border: none;
    top: 0;
    right: 0;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    padding: 16px 20.5px 17px;
    position: absolute;
    text-transform: uppercase;
}

@media only screen and (max-width: 575px) {
    .newsletter-form .btn-theme {
        font-size: 13px;
        padding: 17px 16px 17px 11px;
    }
}

.newsletter-form .btn-theme:hover {
    color: #4988fb;
}

.action-phone {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

@media only screen and (max-width: 1199px) {
    .action-phone {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
}

@media only screen and (max-width: 767px) {
    .action-phone {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }
}

@media only screen and (max-width: 575px) {
    .action-phone {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-bottom: 20px;
    }
}

.action-phone .icon {
    color: #fff;
    font-size: 38px;
    line-height: 1;
    margin-right: 17px;
}

.action-phone .phone {
    color: #fff;
}

    .action-phone .phone span {
        display: block;
        font-size: 22px;
        font-weight: 400;
        line-height: 1.1;
    }

@media only screen and (max-width: 1399px) {
    .action-phone .phone span {
        font-size: 20px;
    }
}

.action-phone .phone a {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
}

@media only screen and (max-width: 1399px) {
    .action-phone .phone a {
        font-size: 14px;
    }
}

.action-phone .phone a:hover {
    color: #fff;
}

.action-mail {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

@media only screen and (max-width: 575px) {
    .action-mail {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

.action-mail .icon {
    color: #fff;
    font-size: 38px;
    line-height: 1;
    margin-right: 17px;
}

.action-mail .mail {
    color: #fff;
}

    .action-mail .mail span {
        display: block;
        font-size: 17px;
        font-weight: 400;
        line-height: 1.1;
    }

    .action-mail .mail a {
        color: #fff;
        font-size: 17px;
        font-weight: 300;
    }

        .action-mail .mail a:hover {
            color: #fff;
        }

.widget-contact-info .desc p {
    color: #777;
    font-size: 15px;
    margin-top: 30px;
    line-height: 20px;
}

@media only screen and (max-width: 1199px) {
    .widget-contact-info .desc p {
        margin-top: 20px;
    }
}

@media only screen and (max-width: 991px) {
    .widget-contact-info .desc p {
        font-size: 14px;
    }
}

.widget-social-icons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 39px;
    margin-bottom: 0;
}

@media only screen and (max-width: 1199px) {
    .widget-social-icons {
        margin-top: 20px;
    }
}

.widget-social-icons li i {
    color: #333;
    cursor: pointer;
    font-size: 22px;
    margin: 0 18px 0 0;
    line-height: 1;
}

    .widget-social-icons li i.facebook-color {
        color: #346799;
    }

    .widget-social-icons li i.twitter-color {
        color: #00ccff;
    }

    .widget-social-icons li i.google-color {
        color: #fb0000;
    }

    .widget-social-icons li i.youtube-color {
        color: #cc3333;
    }

    .widget-social-icons li i.instagram-color {
        color: #9a44b0;
    }

    .widget-social-icons li i.pinterest-color {
        color: #e5031c;
    }

    .widget-social-icons li i:hover {
        color: #4988fb;
    }

@media only screen and (max-width: 767px) {
    .widget-story-location-info {
        padding-top: 45px;
    }
}

@media only screen and (max-width: 575px) {
    .widget-story-location-info {
        padding-top: 40px;
    }
}

.widget-story-location-info .address {
    font-size: 15px;
    line-height: 22px;
    margin-bottom: 23px;
}

@media only screen and (max-width: 1199px) {
    .widget-story-location-info .address {
        margin-bottom: 10px;
    }
}

@media only screen and (max-width: 991px) {
    .widget-story-location-info .address {
        font-size: 14px;
    }
}

.widget-story-location-info ul {
    margin-bottom: 0;
}

    .widget-story-location-info ul li {
        color: #777;
        font-size: 15px;
        margin-bottom: 6px;
    }

@media only screen and (max-width: 1199px) {
    .widget-story-location-info ul li {
        margin-bottom: 0;
    }
}

@media only screen and (max-width: 991px) {
    .widget-story-location-info ul li {
        font-size: 14px;
    }
}

.widget-story-location-info ul li span {
    color: #282828;
}

.widget-menu-wrap .nav-menu {
    display: block;
}

    .widget-menu-wrap .nav-menu li {
        margin-bottom: 12px;
    }

        .widget-menu-wrap .nav-menu li a {
            color: #777;
            display: block;
            line-height: 1.4;
            font-size: 15px;
            text-transform: capitalize;
            transition: all 0.3s ease-in-out;
            -webkit-transition: all 0.3s ease-in-out;
            -moz-transition: all 0.3s ease-in-out;
            -ms-transition: all 0.3s ease-in-out;
            -o-transition: all 0.3s ease-in-out;
        }

@media only screen and (max-width: 991px) {
    .widget-menu-wrap .nav-menu li a {
        font-size: 14px;
        line-height: 1.2;
    }
}

.widget-menu-wrap .nav-menu li a:hover {
    color: #4988fb;
    margin-left: 7px;
}

.widget-border {
    position: relative;
}

@media only screen and (max-width: 575px) {
    .widget-copyright {
        text-align: center;
        margin-bottom: 5px;
    }
}

.widget-copyright p {
    color: #777;
    font-size: 14px;
    font-weight: 400;
    position: relative;
    top: 1px;
}

    .widget-copyright p span {
        color: #4988fb;
        text-transform: uppercase;
    }

    .widget-copyright p a {
        color: #4988fb;
    }

        .widget-copyright p a:hover {
            color: #f43f08;
        }

    .widget-copyright p i {
        margin: 0;
    }

        .widget-copyright p i.la-heart {
            margin: 0 2px;
            color: #f53400;
            position: relative;
            top: 1px;
        }

@media only screen and (max-width: 575px) {
    .widget-payment-info {
        text-align: center;
    }
}

.widget-payment-info .thumb img {
    float: right;
}

@media only screen and (max-width: 575px) {
    .widget-payment-info .thumb img {
        float: none;
    }
}
