﻿*, :after, :before {
    box-sizing: border-box
}

body, html {
    height: 100%
}

body {
    font-family: Work Sans,sans-serif;
    font-size: 1rem;
    font-weight: 400;
    font-style: normal;
    line-height: 1.5;
    position: relative;
    visibility: visible;
    overflow-x: hidden;
    color: #1f2226;
    background-color: #fff
}

@media only screen and (max-width:767px),only screen and (min-width:768px) and (max-width:991px),only screen and (min-width:992px) and (max-width:1199px) {
    body {
        font-size: 15px
    }
}

h1, h2, h3, h4, h5, h6 {
    font-family: Rajdhani,sans-serif;
    font-weight: 600;
    line-height: 1.2;
    margin-top: 0;
    color: #333
}

.h1, .h2, .h3, .h4, .h5, .h6 {
    line-height: inherit;
    margin: 0
}

p:last-child {
    margin-bottom: 0
}

a, button {
    line-height: inherit;
    cursor: pointer;
    text-decoration: none;
    color: inherit
}

    a:active, a:focus, a:hover {
        box-shadow: none;
        outline: none;
        text-decoration: none
    }


    :focus, a:focus {
        outline: none
    }

    a:focus {
        color: inherit
    }

    a:focus, a:hover {
        text-decoration: none
    }

    a:hover {
        color: #06142c
    }

button, input[type=submit] {
    cursor: pointer
}


input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    opacity: 1
}

input:-moz-placeholder, input::-moz-placeholder, textarea:-moz-placeholder, textarea::-moz-placeholder {
    opacity: 1
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
    opacity: 1
}

ul {
    margin: 0;
    padding: 0
}

    ul:last-child {
        margin-bottom: 0
    }

    ul li {
        list-style: none
    }

hr {
    border-top-width: 2px
}

.container-1733 {
    max-width: 1733px
}

.bg-img, [data-bg-img] {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover
}

.bgc-fb {
    background-color: #fbfbfb
}

.wrapper {
    overflow: hidden
}

.section {
    position: relative;
    z-index: 1
}

.section-padding {
    padding-top: 110px;
    padding-bottom: 110px
}

@media only screen and (min-width:1200px) and (max-width:1549px) {
    .section-padding {
        padding-top: 100px;
        padding-bottom: 100px
    }
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .section-padding {
        padding-top: 90px;
        padding-bottom: 90px
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .section-padding {
        padding-top: 80px;
        padding-bottom: 80px
    }
}

@media only screen and (max-width:767px) {
    .section-padding {
        padding-top: 80px;
        padding-bottom: 80px
    }
}

.section-padding-t {
    padding-top: 110px
}

@media only screen and (min-width:1200px) and (max-width:1549px) {
    .section-padding-t {
        padding-top: 100px
    }
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .section-padding-t {
        padding-top: 90px
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .section-padding-t {
        padding-top: 80px
    }
}

@media only screen and (max-width:767px) {
    .section-padding-t {
        padding-top: 80px
    }
}

.section-padding-b {
    padding-bottom: 110px
}

@media only screen and (min-width:1200px) and (max-width:1549px) {
    .section-padding-b {
        padding-bottom: 100px
    }
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .section-padding-b {
        padding-bottom: 90px
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .section-padding-b {
        padding-bottom: 80px
    }
}

@media only screen and (max-width:767px) {
    .section-padding-b {
        padding-bottom: 80px
    }
}

.mb-12 {
    margin-bottom: 60px !important
}

.table > :not(:first-child) {
    border-top: none
}

.offcanvas {
    z-index: 10
}

.swiper-slide {
    margin-top: 0 !important
}

.swiper-grid-column > .swiper-wrapper {
    flex-wrap: wrap !important;
    flex-direction: inherit !important
}

.offcanvas-backdrop {
    z-index: 9
}

input:focus::-webkit-input-placeholder, textarea:focus::-webkit-input-placeholder {
    color: transparent;
    opacity: 0
}

input:focus:-moz-placeholder, input:focus::-moz-placeholder, textarea:focus:-moz-placeholder, textarea:focus::-moz-placeholder {
    color: transparent;
    opacity: 0
}

input:focus:-ms-input-placeholder, textarea:focus:-ms-input-placeholder {
    color: transparent;
    opacity: 0
}

.header {
    position: relative;
    z-index: 7;
    display: flex;
    align-items: center;
    min-height: 70px;
    transition: all .4s ease 0s;
    background-color: #fff
}

@media only screen and (max-width:767px) {
    .header {
        min-height: auto
    }
}

.header.is-sticky {
    background-color: #fff;
    position: fixed;
    top: 0;
    animation-name: a;
    animation-duration: .5s;
    animation-timing-function: ease-in-out;
    animation-delay: 0;
    animation-iteration-count: 1;
    box-shadow: 0 5px 10px rgba(0,0,0,.05);
    width: 100%
}

    .header.is-sticky .main-menu > ul > li > a {
        padding: 25px 0
    }

    .header.is-sticky .header-action-toggle {
        margin: 20px 0
    }

@media only screen and (max-width:767px) {
    .header.is-sticky .header-action-toggle {
        margin: 10px 0
    }
}

.header.is-sticky .header-logo a {
    width: 60px
}

.header-transparent {
    position: absolute;
    z-index: 9;
    width: 100%;
    background: transparent
}

@keyframes a {
    0% {
        transform: translate3d(0,-100px,0);
        opacity: 0
    }

    to {
        transform: translateZ(0);
        opacity: 1
    }
}

.header-top {
    border-bottom: 1px solid #eee
}

.header-logo {
    display: flex
}

@media only screen and (max-width:767px),only screen and (min-width:768px) and (max-width:991px) {
    .header-logo {
        display: flex;
        padding: 24px 0
    }
}

.header-logo a {
    position: relative
}

    .header-logo a img.light {
        position: absolute;
        top: 0;
        left: 0;
        opacity: 0
    }

.main-menu {
    display: flex
}

    .main-menu > ul {
        display: flex;
        margin: 0;
        padding: 0;
        list-style: none;
        gap: 45px;
    }

@media only screen and (min-width:992px) and (max-width:1199px) {
    .main-menu > ul {
        gap: 44px
    }
}

.main-menu > ul > li.has-sub-menu {
    position: relative
}

.main-menu > ul > li > a {
    color: #080000;
    font-size: 20px;
    line-height: 30px;
    font-weight: 500;
    display: block;
    padding: 39px 0;
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .main-menu > ul > li > a {
        font-size: 16px
    }
}

.main-menu > ul > li:hover > .mega-menu, .main-menu > ul > li:hover > .sub-menu {
    z-index: 9;
    visibility: visible;
    margin-top: 0;
    opacity: 1
}

.main-menu > ul > li:hover a {
    color: #06142c
}

.sub-menu {
    position: absolute;
    z-index: -9;
    top: 100%;
    left: 0;
    visibility: hidden;
    width: 249px;
    border-radius: 4px;
    margin-top: 20px;
    margin-left: -30px;
    padding: 25px 28px 26px;
    list-style: none;
    transition: all .4s ease 0s;
    opacity: 0;
    background-color: #fff;
    box-shadow: 10px 10px 30px rgba(0,0,0,.15)
}

    .sub-menu li + li {
        margin-top: 12px
    }

    .sub-menu li a {
        display: block;
        font-weight: 500;
        font-size: 15px;
        color: #080000 !important
    }

        .sub-menu li a:hover {
            color: #06142c !important
        }

.mega-menu {
    position: absolute;
    border-radius: 4px;
    z-index: -9;
    top: 100%;
    left: 0;
    display: block;
    visibility: hidden;
    width: calc(100% + 15px);
    margin-top: 20px;
    margin-left: 0;
    padding: 24px 30px 30px;
    list-style: none;
    transition: all .4s ease 0s;
    opacity: 0;
    background-color: #fff;
    box-shadow: 10px 10px 30px rgba(0,0,0,.15);
    gap: 40px
}

    .mega-menu > li {
        display: inline-block;
        float: left;
        padding-left: 30px;
        padding-right: 0;
        width: 25%
    }

        .mega-menu > li > a {
            font-size: 16px;
            font-weight: 600;
            color: #1f2226 !important;
            display: block;
            padding-bottom: 10px;
            border-bottom: 1px solid #ddd
        }

        .mega-menu > li:first-child {
            padding-left: 0
        }

    .mega-menu ul {
        margin: 0;
        margin-top: 15px;
        padding: 0;
        list-style: none
    }

        .mega-menu ul li {
            flex: 1 0
        }

            .mega-menu ul li + li {
                margin-top: 10px
            }

            .mega-menu ul li a {
                display: block;
                font-weight: 500;
                font-size: 15px;
                color: #080000 !important
            }

                .mega-menu ul li a:hover {
                    color: #06142c !important
                }

    .mega-menu .mega-menu-thumb {
        width: 100%;
        padding-left: 0;
        margin-top: 25px
    }

        .mega-menu .mega-menu-thumb > a {
            border-bottom: none
        }

        .mega-menu .mega-menu-thumb img {
            width: 100%
        }

@media only screen and (min-width:992px) and (max-width:1199px) {
    .mega-menu-center {
        width: 880px;
        left: auto;
        right: -210px
    }
}

.header-search-form {
    position: relative
}

    .header-search-form input {
        height: 50px;
        border: 1px solid #eee;
        background: transparent;
        font-weight: 500;
        box-shadow: none;
        padding-left: 10px;
        font-size: 14px;
        width: 100%;
        padding: 8px 175px 8px 10px
    }

    .header-search-form button {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        font-weight: 500;
        padding: 0 40px;
        color: #fff;
        font-size: 18px;
        border-radius: 3px;
        background: #06142c;
        border: 1px solid #06142c
    }

        .header-search-form button:hover {
            background-color: #fff;
            color: #06142c;
            border-color: #06142c
        }

.header-contact-info a {
    display: flex;
    align-items: center;
    justify-content: end;
    height: 100%;
    font-size: 20px;
    font-weight: 500;
    color: #1f2226
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .header-contact-info a {
        font-size: 17px
    }
}

.header-contact-info a .icon {
    font-size: 30px;
    margin-right: 10px
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .header-contact-info a .icon {
        font-size: 24px
    }
}

.header-contact-info a:hover {
    color: #06142c
}

.header-action {
    display: flex;
    gap: 12px;
    align-items: center
}

@media only screen and (max-width:575px) {
    .header-action {
        gap: 6px
    }
}

.header-action-item {
    display: flex
}

.header-action-toggle {
    display: flex;
    margin: 30px 0;
    padding: 5px;
    border: none;
    background-color: transparent
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .header-action-toggle {
        margin: 20px 0
    }
}

@media only screen and (max-width:767px) {
    .header-action-toggle {
        margin: 15px 0
    }
}

.header-action-toggle i {
    color: #080000;
    font-size: 20px;
    line-height: 30px;
    position: relative
}

@media only screen and (max-width:575px) {
    .header-action-toggle i {
        font-size: 17px
    }
}

.header-action-toggle i:hover {
    color: #06142c
}

.header-action-toggle svg {
    width: 20px
}

@media only screen and (max-width:575px) {
    .header-action-toggle svg {
        width: 15px
    }
}

.header-action-toggle .count {
    position: absolute;
    right: -8px;
    top: -16px;
    font-family: Work Sans,sans-serif;
    background-color: #1f2226;
    color: #fff;
    font-size: 13px;
    font-weight: 500;
    display: inline-block;
    width: 22px;
    height: 22px;
    line-height: 22px;
    border-radius: 100%
}

@media only screen and (max-width:575px) {
    .header-action-toggle .count {
        right: -5px;
        top: -8px;
        font-size: 11px;
        width: 18px;
        height: 18px;
        line-height: 18px
    }
}

.header-action-toggle .amount {
    line-height: 1;
    align-self: center;
    margin-left: 5px;
    font-weight: 500;
    font-size: 20px
}

@media only screen and (max-width:479px) {
    .header-action-toggle .amount {
        display: none
    }
}

@media only screen and (max-width:575px) {
    .header-action-toggle .amount {
        display: none
    }
}

.header-action-toggle:hover {
    color: #06142c
}

.header-action-offcanvas-menu {
    height: 35px;
    width: 35px;
    display: flex;
    line-height: 35px;
    text-align: center;
    border-radius: 45px;
    font-size: 18px;
    outline-offset: 5px;
    transition: .3s;
    color: #fff;
    background: #1f2226;
    outline: 1px solid #1f2226;
    align-items: center;
    justify-content: center
}

@media only screen and (max-width:575px) {
    .header-action-offcanvas-menu {
        height: 30px;
        width: 30px;
        line-height: 35px;
        font-size: 14px;
        outline-offset: 3px
    }
}

.header-action-offcanvas-menu i {
    color: #fff !important;
    font-size: 18px;
    line-height: 1
}

@media only screen and (max-width:575px) {
    .header-action-offcanvas-menu i {
        font-size: 14px
    }
}

.header-action-offcanvas-menu:hover {
    background-color: #06142c;
    outline-color: #06142c
}

.header-dropdown-menu {
    width: 250px;
    padding: 20px;
    border: none;
    box-shadow: 10px 25px 80px rgba(0,0,0,.1);
    left: auto !important;
    right: 0 !important;
    z-index: 8
}

.header-dropdown-menu-title {
    color: #1f2226;
    font-size: 18px;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #dee2e6
}

.header-dropdown-menu ul {
    font-size: 16px;
    margin: 0;
    padding: 0;
    list-style: none
}

    .header-dropdown-menu ul:not(:last-child) {
        margin-bottom: 20px
    }

    .header-dropdown-menu ul li + li {
        margin-top: 3px
    }

.offcanvas-search-close-btn {
    position: absolute !important;
    top: 50px;
    left: 50%;
    transform: translateX(-50%);
    opacity: 1;
    font-size: 26px;
    padding: 0;
    line-height: 1;
    margin: 0;
    width: auto;
    height: auto
}

.offcanvas-search-form {
    position: relative;
    width: 100%;
    max-width: 770px
}

    .offcanvas-search-form input[type=search], .offcanvas-search-form input[type=text] {
        font-size: 20px;
        font-weight: 400;
        display: block;
        width: 100%;
        height: 50px;
        padding: 0;
        padding-right: 55px;
        padding-left: 10px;
        color: silver;
        border-width: 0 0 1px;
        border-style: solid;
        border-color: #6e6e6e;
        background-color: transparent
    }

        .offcanvas-search-form input[type=search]::-webkit-input-placeholder, .offcanvas-search-form input[type=text]::-webkit-input-placeholder {
            color: #fff
        }

        .offcanvas-search-form input[type=search]:-moz-placeholder, .offcanvas-search-form input[type=search]::-moz-placeholder, .offcanvas-search-form input[type=text]:-moz-placeholder, .offcanvas-search-form input[type=text]::-moz-placeholder {
            color: #fff
        }

        .offcanvas-search-form input[type=search]:-ms-input-placeholder, .offcanvas-search-form input[type=text]:-ms-input-placeholder {
            color: #fff
        }

    .offcanvas-search-form button {
        font-size: 20px;
        position: absolute;
        top: 0;
        right: 0;
        width: 50px;
        height: 50px;
        padding: 0;
        color: #fff;
        border: none;
        background-color: transparent
    }

        .offcanvas-search-form button:hover {
            color: #06142c
        }

.header-cart-footer {
    display: flex;
    flex-direction: column;
    padding-top: 30px;
    gap: 16px
}

.header-cart-total {
    font-size: 18px;
    display: flex;
    justify-content: space-between;
    font-weight: 600;
    margin: 0;
    padding: 18px 0;
    border-top: 1px solid #dee2e6;
    border-bottom: 1px solid #dee2e6
}

.header-cart-buttons {
    display: flex;
    flex-direction: column;
    gap: 10px
}

    .header-cart-buttons .footer-cart-btn {
        font-size: 16px;
        font-weight: 600;
        line-height: 1;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        padding: 20px 40px;
        text-align: center;
        white-space: nowrap;
        width: 100%;
        border: 1px solid #dee2e6;
        border-radius: 0
    }

@media only screen and (max-width:767px),only screen and (min-width:768px) and (max-width:991px) {
    .header-cart-buttons .footer-cart-btn {
        font-size: 14px
    }
}

.header-cart-buttons .footer-cart-btn:hover {
    background-color: #06142c;
    border-color: #06142c;
    color: #fff
}

.header-offcanvas-header {
    border-bottom: 1px solid #dee2e6
}

    .header-offcanvas-header h5 {
        margin: 0;
        font-size: 18px;
        font-weight: 600
    }

    .header-offcanvas-header .btn-close {
        opacity: 1;
        margin: 0;
        padding: 0;
        line-height: 1;
        font-size: 20px
    }

.header-cart-body {
    overflow: auto;
    flex: 1 0
}

.header-cart-products {
    display: flex;
    flex-direction: column;
    height: 100%;
    gap: 30px
}

.header-cart-product {
    display: flex;
    gap: 20px
}

    .header-cart-product:hover .header-cart-product-remove {
        opacity: 1
    }

.header-cart-product-thumb {
    position: relative;
    flex: 1 0 90px;
    max-width: 90px
}

.header-cart-product-remove {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    padding: 0;
    opacity: 0;
    border: none;
    border-radius: 50%;
    background-color: #fff
}

    .header-cart-product-remove:hover {
        color: #fff;
        background-color: #f44336
    }

.header-cart-product-image {
    display: flex;
    border: 1px solid #eee
}

    .header-cart-product-image img {
        width: 100%
    }

.header-cart-product-content {
    align-self: center
}

.header-cart-product-title {
    font-size: 17px
}

.header-cart-product-quantity {
    font-size: 14px;
    line-height: 1;
    display: block;
    font-weight: 500
}

@media only screen and (max-width:767px),only screen and (min-width:768px) and (max-width:991px) {
    #offcanvas-cart {
        width: 300px
    }
}

.footer-main {
    padding: 79px 0 80px
}

.footer-main-st1 {
    background-color: #f7f2f1
}

.footer-widget-title {
    font-size: 22px;
    margin-bottom: 30px
}

@media only screen and (max-width:767px) {
    .footer-widget-title {
        display: none
    }
}

.footer-desc {
    font-weight: 500;
    font-size: 16px;
    width: 72%
}

@media only screen and (max-width:575px) {
    .footer-desc {
        width: 100%
    }
}

.footer-desc2 {
    font-weight: 400;
    font-size: 18px;
    line-height: 32px
}

@media only screen and (max-width:767px),only screen and (min-width:768px) and (max-width:991px) {
    .footer-desc2 {
        font-size: 16px;
        line-height: 28px
    }
}

@media only screen and (max-width:575px) {
    .footer-desc2 {
        font-size: 15px;
        line-height: 28px
    }
}

.footer-widget-social {
    display: flex;
    gap: 25px
}

    .footer-widget-social a {
        display: flex
    }

        .footer-widget-social a i {
            font-size: 24px
        }

.footer-widget-list > li {
    color: #1f2226;
    display: flex;
    font-weight: 500;
    font-size: 16px
}

@media only screen and (min-width:768px) and (max-width:991px),only screen and (min-width:992px) and (max-width:1199px) {
    .footer-widget-list > li {
        font-size: 15px
    }
}

.footer-widget-list > li > i {
    font-size: 20px;
    margin-right: 15px
}

@media only screen and (min-width:768px) and (max-width:991px),only screen and (min-width:992px) and (max-width:1199px) {
    .footer-widget-list > li > i {
        font-size: 18px
    }
}

.footer-widget-list > li + li {
    margin-top: 15px
}

.collapsed-title {
    color: #1f2226;
    background-color: #fff;
    font-size: 18px;
    padding: 18px 20px;
    display: none;
    margin-bottom: 0;
    cursor: pointer;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid #eee
}

@media only screen and (max-width:767px) {
    .collapsed-title {
        display: block
    }
}

.collapsed-title:after {
    color: #1f2226;
    font-family: IcoFont;
    content: "\eaa1";
    font-size: 14px;
    margin-top: 1px;
    right: 0;
    position: absolute;
    transition: all .4s ease 0s;
    height: 100%;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    border-left: 1px solid #eee
}

.collapsed-title.collapsed:after {
    content: "\ea99"
}

@media (min-width:768px) {
    .widget-collapse-body {
        display: block !important;
        border: none
    }
}

@media only screen and (max-width:767px) {
    .widget-collapse-body {
        border: 1px solid #eee;
        background-color: #fff;
        border-top: none
    }
}

@media only screen and (max-width:767px) {
    .footer-widget-nav {
        padding: 20px
    }
}

.footer-widget-nav > li {
    list-style: circle;
    margin-left: 15px;
    margin-bottom: 21px
}

    .footer-widget-nav > li:last-child {
        margin-bottom: 0
    }

    .footer-widget-nav > li > a {
        color: #1f2226;
        font-weight: 500;
        font-size: 14px
    }

@media only screen and (min-width:768px) and (max-width:991px),only screen and (min-width:992px) and (max-width:1199px) {
    .footer-widget-nav > li > a {
        font-size: 15px
    }
}

.footer-widget-nav > li > a:hover {
    color: #06142c
}

@media only screen and (max-width:767px) {
    .social-widget-nav {
        padding: 20px
    }
}

.social-widget-nav > li {
    margin-bottom: 20px
}

    .social-widget-nav > li:last-child {
        margin-bottom: 0
    }

    .social-widget-nav > li > a {
        color: #1f2226;
        font-weight: 500;
        font-size: 16px;
        text-transform: capitalize
    }

@media only screen and (min-width:768px) and (max-width:991px),only screen and (min-width:992px) and (max-width:1199px) {
    .social-widget-nav > li > a {
        font-size: 15px
    }
}

.social-widget-nav > li > a:hover {
    color: #06142c
}

.social-widget-nav > li > a > i {
    margin-right: 20px
}

.subscribe-form-widget .subscribe-form-desc {
    font-weight: 500;
    margin-bottom: 0
}

@media only screen and (max-width:767px),only screen and (min-width:768px) and (max-width:991px),only screen and (min-width:992px) and (max-width:1199px) {
    .subscribe-form-widget .subscribe-form-desc {
        font-size: 14px
    }
}

.subscribe-form-widget .subscribe-form {
    position: relative
}

    .subscribe-form-widget .subscribe-form .form-control {
        background-color: transparent;
        font-weight: 500;
        font-size: 16px;
        border: 1px solid #1f2226;
        height: 50px;
        width: 100%;
        border-radius: 0;
        box-shadow: none;
        padding: 5px 115px 5px 10px
    }

@media only screen and (max-width:767px),only screen and (min-width:768px) and (max-width:991px),only screen and (min-width:992px) and (max-width:1199px) {
    .subscribe-form-widget .subscribe-form .form-control {
        font-size: 14px
    }
}

.subscribe-form-widget .subscribe-form .form-control::-webkit-input-placeholder {
    color: #1f2226
}

.subscribe-form-widget .subscribe-form .form-control:-moz-placeholder, .subscribe-form-widget .subscribe-form .form-control::-moz-placeholder {
    color: #1f2226
}

.subscribe-form-widget .subscribe-form .form-control:-ms-input-placeholder {
    color: #1f2226
}

.subscribe-form-widget .subscribe-form .subscribe-form-btn {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 110px;
    font-size: 16px;
    font-weight: 500;
    border: 1px solid #1f2226;
    color: #fff;
    background-color: #1f2226;
    display: flex;
    align-items: center;
    justify-content: center
}

@media only screen and (max-width:767px),only screen and (min-width:768px) and (max-width:991px),only screen and (min-width:992px) and (max-width:1199px) {
    .subscribe-form-widget .subscribe-form .subscribe-form-btn {
        font-size: 14px;
        width: 100px
    }
}

.subscribe-form-widget .subscribe-form .subscribe-form-btn:hover {
    background-color: #06142c;
    border-color: #06142c;
    color: #fff
}

.footer-bottom {
    background-color: #333;
    border-top: 1px solid #666;
    padding: 20px 0
}

.footer-copyright {
    color: #fff;
    font-size: 16px
}

@media only screen and (max-width:767px),only screen and (min-width:768px) and (max-width:991px),only screen and (min-width:992px) and (max-width:1199px) {
    .footer-copyright {
        font-size: 14px
    }
}

.footer-copyright > i {
    color: #06142c;
    margin: 0 2px
}

.footer-copyright > a {
    color: #fff
}

    .footer-copyright > a:hover {
        color: #06142c
    }

.footer-bottom-st3 {
    border-top: 1px solid #eee;
    background: #fbfbfb no-repeat scroll 50%/cover
}

.footer3-copyright {
    color: #1f2226;
    font-size: 16px
}

@media only screen and (max-width:767px),only screen and (min-width:768px) and (max-width:991px),only screen and (min-width:992px) and (max-width:1199px) {
    .footer3-copyright {
        font-size: 14px
    }
}

.footer3-copyright > i {
    color: #06142c;
    margin: 0 2px
}

.footer3-copyright > a {
    color: #1f2226
}

    .footer3-copyright > a:hover {
        color: #06142c
    }

.single-shoppable {
    position: relative
}

.cloth-tag {
    position: absolute
}

.cloth-tag-icon {
    background-color: #fff;
    color: #333;
    font-size: 15px;
    font-weight: 700;
    box-shadow: 0 2px 4px #00000040;
    width: 25px;
    height: 25px;
    line-height: 25px;
    display: inline-block;
    border-radius: 100%;
    text-align: center;
    cursor: pointer;
    margin-left: -12.5px;
    animation-duration: 2.5s;
    animation-fill-mode: both;
    animation-iteration-count: infinite;
    animation-name: c
}

@media only screen and (max-width:767px) {
    .cloth-tag-icon {
        font-size: 9px;
        width: 18px;
        height: 18px;
        line-height: 18px
    }
}

.cloth-tag-content {
    display: flex;
    align-items: center;
    padding: 10px;
    margin-top: 20px;
    background-color: #fff;
    box-shadow: 0 0 14px #0003;
    position: absolute;
    min-width: 300px;
    max-width: 500px;
    transform: translate(-50%);
    z-index: 5
}

@media only screen and (max-width:479px) {
    .cloth-tag-content {
        display: block;
        min-width: 200px;
        max-width: 200px
    }
}

.cloth-tag-content-image {
    flex-basis: 80px;
    max-width: 80px
}

.cloth-tag-content-content {
    flex-basis: calc(100% - 100px);
    padding-left: 15px
}

    .cloth-tag-content-content .title {
        font-size: 16px;
        line-height: 20px;
        font-weight: 500;
        margin-bottom: 5px
    }

    .cloth-tag-content-content .price-product {
        margin-bottom: 5px
    }

        .cloth-tag-content-content .price-product .money {
            font-size: 16px;
            color: #06142c;
            font-weight: 500
        }

    .cloth-tag-content-content .lookbook-btn {
        text-transform: capitalize;
        border: 1px solid #1f2226;
        padding: 2px 10px;
        font-size: 13px;
        font-weight: 500;
        color: #1f2226
    }

        .cloth-tag-content-content .lookbook-btn:hover {
            color: #fff;
            background-color: #06142c;
            border-color: #06142c
        }

.cloth-tag-content-close-icon {
    position: absolute;
    top: 0;
    right: 2px;
    color: #1f2226;
    cursor: pointer;
    font-size: 14px
}

    .cloth-tag-content-close-icon:hover {
        color: #06142c
    }

.btn {
    background-color: #333;
    border: 1px solid #333;
    display: inline-block;
    border-radius: 0;
    color: #fff;
    font-size: 16px;
    position: relative;
    font-weight: 600;
    padding: 11px 40px;
    z-index: 1;
    transition: all .4s ease 0s
}

@media only screen and (min-width:768px) and (max-width:991px),only screen and (min-width:992px) and (max-width:1199px) {
    .btn {
        font-size: 14px;
        padding: 9px 32px
    }
}

@media only screen and (max-width:767px) {
    .btn {
        font-size: 14px;
        padding: 9px 28px
    }
}

.btn.btn-primary {
    background-color: #06142c;
    border-color: #06142c;
    color: #fff
}

.btn.btn-border {
    background-color: #fff;
    border-color: #06142c;
    color: #06142c
}

    .btn.btn-border:hover {
        background-color: #06142c;
        border-color: #06142c;
        color: #fff
    }

.btn.btn-border-grey {
    background-color: #fff;
    border-color: #eee;
    color: #535960
}

    .btn.btn-border-grey:hover {
        background-color: #06142c;
        border-color: #06142c;
        color: #fff
    }

.btn.btn-light {
    font-size: 13px;
    font-weight: 500;
    padding: 12px 28px
}

@media only screen and (min-width:768px) and (max-width:991px),only screen and (min-width:992px) and (max-width:1199px) {
    .btn.btn-light {
        font-size: 12px;
        padding: 10px 24px
    }
}

@media only screen and (max-width:767px) {
    .btn.btn-light {
        padding: 9px 20px
    }
}

.btn.btn-radius {
    border-radius: 50px
}

.btn:hover {
    background-color: #fff;
    border-color: #06142c;
    color: #06142c
}

.btn:active, .btn:focus {
    box-shadow: none
}

.btn-link {
    background-image: url(../images/icons/btn-link-line.png);
    color: #06142c;
    font-size: 18px;
    font-weight: 500;
    line-height: 1;
    text-decoration: none;
    background-repeat: repeat-x;
    background-size: 170px;
    background-position: bottom;
    padding-bottom: 22px
}

@media only screen and (max-width:767px),only screen and (min-width:768px) and (max-width:991px),only screen and (min-width:992px) and (max-width:1199px) {
    .btn-link {
        font-size: 16px;
        padding-bottom: 16px;
        background-size: 154px
    }
}

.btn-link .icon {
    font-size: 19px;
    margin-left: 6px;
    position: relative;
    top: 1px
}

.btn-link:hover {
    color: #333
}

.ht-video-popup {
    display: inline-block;
    position: absolute;
    left: 50%;
    top: 50%;
    height: 90px;
    width: 90px;
    border: 1px solid #fff;
    border-radius: 100%;
    text-align: center;
    line-height: 90px;
    font-size: 20px;
    background: #fff;
    color: #06142c;
    transition: .3s;
    margin-left: -45px;
    margin-top: -45px
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .ht-video-popup {
        width: 70px;
        height: 70px;
        line-height: 70px;
        font-size: 17px;
        transform: translate(-50%,-50%);
        -webkit-transform: translate(-50%,-50%);
        -moz-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
        -o-transform: translate(-50%,-50%);
        margin: 0
    }
}

@media only screen and (max-width:767px) {
    .ht-video-popup {
        width: 60px;
        height: 60px;
        line-height: 60px;
        font-size: 16px;
        transform: translate(-50%,-50%);
        -webkit-transform: translate(-50%,-50%);
        -moz-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
        -o-transform: translate(-50%,-50%);
        margin: 0
    }
}

.ht-video-popup:hover {
    transform: scale(1.15);
    -webkit-transform: scale(1.15);
    -moz-transform: scale(1.15);
    -ms-transform: scale(1.15);
    -o-transform: scale(1.15);
    background: transparent;
    color: #06142c;
    border: 1px solid #06142c
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .ht-video-popup:hover {
        transform: translate(-50%,-50%) scale(1.15);
        -webkit-transform: translate(-50%,-50%) scale(1.15);
        -moz-transform: translate(-50%,-50%) scale(1.15);
        -ms-transform: translate(-50%,-50%) scale(1.15);
        -o-transform: translate(-50%,-50%) scale(1.15)
    }
}

@media only screen and (max-width:767px) {
    .ht-video-popup:hover {
        transform: translate(-50%,-50%) scale(1.15);
        -webkit-transform: translate(-50%,-50%) scale(1.15);
        -moz-transform: translate(-50%,-50%) scale(1.15);
        -ms-transform: translate(-50%,-50%) scale(1.15);
        -o-transform: translate(-50%,-50%) scale(1.15)
    }
}

.modal-action-product .modal-content {
    background-color: #fff;
    border: none;
    border-radius: 0
}

.modal-action-product .modal-body {
    padding: 15px;
    position: relative;
    outline: 2px solid rgba(0,0,0,.5);
    outline-offset: -5px
}

.modal-action-product-wrap {
    display: flex;
    align-items: center;
    flex-wrap: wrap
}

.modal-action-btn-close {
    position: absolute;
    border: none;
    background: none;
    padding: 0;
    margin: 0;
    font-size: 20px;
    right: 10px;
    top: 8px
}

.modal-action-thumb {
    flex: 0 0 30%;
    margin-right: 20px
}

.modal-action-product-content {
    flex: 0 0 65%
}

    .modal-action-product-content .product-name {
        font-weight: 500;
        font-size: 28px;
        margin-bottom: 14px
    }

    .modal-action-product-content .text-add {
        color: #1f2226;
        font-weight: 500;
        font-size: 14px;
        margin-bottom: 30px;
        display: flex;
        align-items: center;
        flex-wrap: wrap
    }

        .modal-action-product-content .text-add > i {
            font-size: 25px;
            margin-right: 10px
        }

.irs--flat .irs-max, .irs--flat .irs-min {
    color: #5c5c5c;
    background-color: #dee2e6
}

.fancybox__content {
    background-color: transparent;
    outline: none;
    border: none;
    padding: 0;
    margin: 0
}

.fancybox__carousel.is-draggable .fancybox__slide, .fancybox__carousel.is-draggable .fancybox__slide .fancybox__content, .modal-backdrop, .offcanvas-backdrop {
    cursor: url(../images/icons/cancel-white.png),auto
}

.modal-backdrop, .offcanvas-backdrop {
    background-color: rgba(43,43,43,.92)
}

    .modal-backdrop.show, .offcanvas-backdrop.show {
        opacity: 1
    }

.swiper-button-wrap {
    position: relative
}

    .swiper-button-wrap:hover .swiper-button-st2 {
        opacity: 1
    }

        .swiper-button-wrap:hover .swiper-button-st2.prev {
            left: 0
        }

        .swiper-button-wrap:hover .swiper-button-st2.next {
            right: 0
        }

.swiper-button-st2 {
    color: var(--swiper-navigation-color,var(--swiper-theme-color) #000);
    width: calc(var(--swiper-navigation-size) / 50 * 50);
    height: var(--swiper-navigation-size);
    border: 1px solid #eee;
    border-radius: 50px;
    font-size: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    z-index: 1;
    transition: all .4s ease 0s;
    opacity: 0
}

    .swiper-button-st2.prev {
        left: 15px
    }

    .swiper-button-st2.next {
        right: 15px
    }

    .swiper-button-st2:hover {
        border-color: #06142c;
        color: #06142c
    }

.swiper-outer-nav {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    font-size: 15px
}

.scroll-to-top {
    box-shadow: 0 0 8px 1px rgba(0,0,0,.2);
    bottom: -60px;
    background-color: #06142c;
    color: #fff;
    position: fixed;
    right: 30px;
    display: block;
    padding: 0;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    text-align: center;
    font-size: 20px;
    line-height: 38px;
    font-weight: 700;
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    transition: all .5s cubic-bezier(.645,.045,.355,1);
    -webkit-transition: all .5s cubic-bezier(.645,.045,.355,1);
    -moz-transition: all .5s cubic-bezier(.645,.045,.355,1);
    -ms-transition: all .5s cubic-bezier(.645,.045,.355,1);
    -o-transition: all .5s cubic-bezier(.645,.045,.355,1);
    z-index: 999
}

@media only screen and (max-width:767px) {
    .scroll-to-top {
        width: 30px;
        height: 30px;
        right: 10px;
        font-size: 14px;
        line-height: 30px
    }
}

@media only screen and (max-width:575px) {
    .scroll-to-top {
        display: none
    }
}

.scroll-to-top:hover {
    background-color: #06142c
}

.scroll-to-top.show {
    visibility: visible;
    opacity: .8;
    bottom: 20px
}

@media only screen and (max-width:767px) {
    .scroll-to-top.show {
        bottom: 10px
    }
}

.scroll-to-top.show:hover {
    opacity: 1
}

@keyframes b {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.fadeIn {
    animation-name: b
}

@keyframes c {
    0%,20%,50%,80%,to {
        transform: translateY(0)
    }

    40% {
        transform: translateY(-10px)
    }

    60% {
        transform: translateY(-10px)
    }
}

.section-title .sub-title {
    color: #06142c;
    font-family: Work Sans,sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 0
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .section-title .sub-title {
        font-size: 18px;
        line-height: 22px
    }
}

@media only screen and (max-width:767px),only screen and (min-width:768px) and (max-width:991px) {
    .section-title .sub-title {
        font-size: 16px;
        line-height: 22px
    }
}

.section-title .sub-title + .title {
    margin-top: 20px
}

@media only screen and (max-width:767px),only screen and (min-width:768px) and (max-width:991px),only screen and (min-width:992px) and (max-width:1199px) {
    .section-title .sub-title + .title {
        margin-top: 5px
    }
}

.section-title .title {
    font-weight: 700;
    font-size: 50px;
    line-height: 50px;
    margin-bottom: 0
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .section-title .title {
        font-size: 42px
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .section-title .title {
        font-size: 38px;
        line-height: 38px
    }
}

@media only screen and (max-width:767px) {
    .section-title .title {
        font-size: 36px;
        line-height: 34px
    }
}

@media only screen and (max-width:575px) {
    .section-title .title {
        font-size: 28px;
        line-height: 34px
    }
}

.section-title .title + .line {
    margin-top: 26px
}

@media only screen and (max-width:767px),only screen and (min-width:768px) and (max-width:991px),only screen and (min-width:992px) and (max-width:1199px) {
    .section-title .title + .line {
        margin-top: 16px
    }
}

.section-title .line {
    display: inline-block;
    content: "";
    background: #06142c;
    height: 4px;
    width: 70px
}

.section-title2 {
    margin-bottom: 75px
}

    .section-title2 .sub-title {
        font-family: Work Sans,sans-serif;
        font-weight: 500;
        color: #06142c;
        font-size: 18px;
        line-height: 30px;
        margin-bottom: 0;
    }

@media only screen and (min-width:992px) and (max-width:1199px) {
    .section-title2 .sub-title {
        font-size: 18px;
        line-height: 22px
    }
}

@media only screen and (max-width:767px),only screen and (min-width:768px) and (max-width:991px) {
    .section-title2 .sub-title {
        font-size: 16px;
        line-height: 22px
    }
}

.section-title2 .sub-title + .title {
    margin-top: 20px
}

@media only screen and (max-width:767px),only screen and (min-width:768px) and (max-width:991px),only screen and (min-width:992px) and (max-width:1199px) {
    .section-title2 .sub-title + .title {
        margin-top: 5px
    }
}

.section-title2 .title {
    font-weight: 700;
    font-size: 50px;
    line-height: 50px;
    margin-bottom: 0
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .section-title2 .title {
        font-size: 42px
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .section-title2 .title {
        font-size: 38px;
        line-height: 38px
    }
}

@media only screen and (max-width:767px) {
    .section-title2 .title {
        font-size: 36px;
        line-height: 34px
    }
}

@media only screen and (max-width:575px) {
    .section-title2 .title {
        font-size: 28px;
        line-height: 30px
    }
}

.section-title3 {
    margin-bottom: 50px
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .section-title3 {
        margin-bottom: 42px
    }
}

@media only screen and (max-width:767px),only screen and (min-width:768px) and (max-width:991px) {
    .section-title3 {
        margin-bottom: 28px
    }
}

.section-title3 .title {
    font-weight: 600;
    font-size: 50px;
    margin: 0;
    line-height: 50px
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .section-title3 .title {
        font-size: 42px
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .section-title3 .title {
        font-size: 38px;
        line-height: 38px
    }
}

@media only screen and (max-width:767px) {
    .section-title3 .title {
        font-size: 36px;
        line-height: 34px
    }
}

@media only screen and (max-width:575px) {
    .section-title3 .title {
        font-size: 28px;
        line-height: 30px
    }
}

.section-title3 .title + .desc {
    margin-top: 22px
}

@media only screen and (max-width:767px),only screen and (min-width:768px) and (max-width:991px),only screen and (min-width:992px) and (max-width:1199px) {
    .section-title3 .title + .desc {
        margin-top: 12px
    }
}

.section-title3 .desc {
    color: #333;
    font-size: 18px;
    line-height: 28px
}

@media only screen and (max-width:767px),only screen and (min-width:768px) and (max-width:991px),only screen and (min-width:992px) and (max-width:1199px) {
    .section-title3 .desc {
        font-size: 14px;
        line-height: 26px
    }
}

.block-title-1 {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 20px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px
}

    .block-title-1 .title {
        font-size: 22px;
        font-weight: 500;
        margin-bottom: 0
    }

.hero-slide-item {
    align-items: center;
    display: flex;
    height: 100vh;
    position: relative;
    min-height: 550px;
    z-index: 1
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .hero-slide-item {
        height: 550px
    }
}

@media only screen and (max-width:767px) {
    .hero-slide-item {
        height: 500px
    }
}

@media only screen and (max-width:575px) {
    .hero-slide-item {
        height: 500px;
        min-height: 500px;
        background-color: #f8feff;
        background-image: none !important
    }
}

@media only screen and (max-width:767px),only screen and (min-width:768px) and (max-width:991px) {
    .hero-slide-content {
        margin-top: 40px
    }
}

.hero-slide-content * {
    animation-duration: 1.3s;
    animation-fill-mode: both
}

.hero-slide-content .hero-slide-title {
    font-weight: 700;
    font-size: 150px;
    line-height: 130px;
    margin-bottom: 20px;
    text-transform: uppercase
}

@media only screen and (min-width:1200px) and (max-width:1549px) {
    .hero-slide-content .hero-slide-title {
        font-size: 118px;
        line-height: 100px
    }
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .hero-slide-content .hero-slide-title {
        font-size: 100px;
        line-height: 80px;
        margin-bottom: 20px
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .hero-slide-content .hero-slide-title {
        font-size: 110px;
        line-height: 82px;
        margin-bottom: 8px
    }
}

@media only screen and (max-width:767px) {
    .hero-slide-content .hero-slide-title {
        font-size: 70px;
        line-height: 60px;
        margin-bottom: 6px
    }
}

@media only screen and (max-width:575px) {
    .hero-slide-content .hero-slide-title {
        font-size: 40px;
        line-height: 30px
    }
}

.hero-slide-content .hero-slide-title > span {
    color: #06142c
}

.hero-slide-content .hero-slide-desc {
    color: #333;
    font-size: 20px;
    line-height: 30px;
    margin: 0 0 51px
}

@media only screen and (min-width:1200px) and (max-width:1549px) {
    .hero-slide-content .hero-slide-desc {
        margin: 0 0 32px
    }
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .hero-slide-content .hero-slide-desc {
        font-size: 18px;
        margin: 0 0 32px
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .hero-slide-content .hero-slide-desc {
        font-size: 18px;
        margin: 0 0 20px
    }
}

@media only screen and (max-width:767px) {
    .hero-slide-content .hero-slide-desc {
        font-size: 16px;
        line-height: 26px;
        margin: 0 0 14px
    }
}

.hero-slide-btn {
    background-color: #06142c;
    color: #fff;
    display: inline-block;
    border: 1px solid #06142c;
    border-radius: 50px;
    padding: 15px 40px;
    font-size: 20px;
    font-weight: 500
}

@media only screen and (min-width:1200px) and (max-width:1549px) {
    .hero-slide-content .hero-slide-btn {
        padding: 13px 32px;
        font-size: 17px
    }
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .hero-slide-content .hero-slide-btn {
        padding: 12px 30px;
        font-size: 16px
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .hero-slide-content .hero-slide-btn {
        padding: 12px 30px;
        font-size: 15px
    }
}

@media only screen and (max-width:767px) {
    .hero-slide-content .hero-slide-btn {
        padding: 10px 26px;
        font-size: 14px
    }
}

 .hero-slide-btn:hover {
    background-color: transparent;
    color: #06142c;
    border: 1px solid #06142c
}

.hero-slide-info {
    align-items: center;
    display: flex;
    flex-wrap: wrap
}

.hero-slide-video-btn {
    margin-left: 40px;
    position: relative;
    display: flex;
    align-items: center
}

@media only screen and (min-width:1200px) and (max-width:1549px) {
    .hero-slide-video-btn {
        margin-left: 20px
    }
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .hero-slide-video-btn {
        margin-left: 18px
    }
}

@media only screen and (max-width:767px),only screen and (min-width:768px) and (max-width:991px) {
    .hero-slide-video-btn {
        margin-left: 10px
    }
}

@media only screen and (max-width:575px) {
    .hero-slide-video-btn {
        padding: 10px 0
    }
}

.hero-slide-video-btn .hero-slide-video-popup {
    box-shadow: 0 4px 30px rgba(215,35,35,.2);
    color: #06142c;
    display: inline-block;
    border-radius: 50%;
    border: 1px solid #06142c;
    font-size: 20px;
    height: 65px;
    width: 65px;
    line-height: 65px;
    text-align: center;
    position: relative;
    margin-right: 25px
}

@media only screen and (min-width:1200px) and (max-width:1549px) {
    .hero-slide-video-btn .hero-slide-video-popup {
        margin-right: 15px
    }
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .hero-slide-video-btn .hero-slide-video-popup {
        margin-right: 12px
    }
}

@media only screen and (max-width:767px),only screen and (min-width:768px) and (max-width:991px) {
    .hero-slide-video-btn .hero-slide-video-popup {
        margin-right: 10px;
        font-size: 16px;
        width: 50px;
        height: 50px;
        line-height: 48px
    }
}

.hero-slide-video-btn .hero-slide-video-popup:after, .hero-slide-video-btn .hero-slide-video-popup:before {
    -ms-box-shadow: 0 0 0 0 #06142c;
    -o-box-shadow: 0 0 0 0 #06142c;
    box-shadow: 0 0 0 0 #06142c;
    border-radius: 50%;
    height: 65px;
    width: 65px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform-origin: center center;
    -webkit-transform-origin: center center;
    -moz-transform-origin: center center;
    -ms-transform-origin: center center;
    -o-transform-origin: center center;
    animation: d 3s infinite;
    -webkit-animation: d 3s infinite;
    -moz-animation: d 3s infinite;
    -ms-animation: d 3s infinite;
    -o-animation: d 3s infinite
}

@media only screen and (max-width:767px),only screen and (min-width:768px) and (max-width:991px) {
    .hero-slide-video-btn .hero-slide-video-popup:after, .hero-slide-video-btn .hero-slide-video-popup:before {
        width: 50px;
        height: 50px
    }
}

.hero-slide-video-btn .hero-slide-video-popup:before {
    animation-delay: .9s;
    content: ""
}

.hero-slide-video-btn .hero-slide-video-popup:after {
    animation-delay: .6s;
    content: ""
}

.hero-slide-video-btn > span {
    color: #06142c;
    font-size: 20px;
    font-weight: 500
}

@media only screen and (max-width:767px),only screen and (min-width:768px) and (max-width:991px) {
    .hero-slide-video-btn > span {
        font-size: 16px
    }
}

.hero-slide-item.swiper-slide-active .hero-slide-content .hero-slide-title {
    animation-delay: 1.3s;
    animation-name: e
}

.hero-slide-item.swiper-slide-active .hero-slide-content .hero-slide-desc {
    animation-delay: 1.5s;
    animation-name: e
}

.hero-slide-item.swiper-slide-active .hero-slide-content .hero-slide-btn {
    animation-delay: 1.6s;
    animation-name: e
}

.hero-slide-item.swiper-slide-active .hero-slide-content .hero-slide-video-btn {
    animation-name: e
}

    .hero-slide-item.swiper-slide-active .hero-slide-content .hero-slide-video-btn .hero-slide-video-popup {
        animation-delay: 1.6s;
        animation-name: e
    }

.hero-slider-pagination {
    position: absolute;
    text-align: center;
    bottom: 26px !important;
    line-height: 0;
    z-index: 1
}

    .hero-slider-pagination .swiper-pagination-bullet {
        width: var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px));
        height: var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));
        display: inline-block;
        border-radius: 50%;
        background: var(--swiper-pagination-bullet-inactive-color,transparent);
        opacity: var(--swiper-pagination-bullet-inactive-opacity,1);
        margin: 0 var(--swiper-pagination-bullet-horizontal-gap,8px) !important;
        border: 1px solid #06142c;
        outline: 1px solid #06142c;
        outline-offset: 3px;
        transition: all .4s ease 0s
    }

.hero-slide2-item {
    align-items: center;
    display: flex;
    height: 550px;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 100% 0;
    z-index: 1
}

@media only screen and (max-width:767px),only screen and (min-width:768px) and (max-width:991px) {
    .hero-slide2-item {
        height: 400px;
        background-position: 0
    }
}

.hero-slider2-container {
    padding: 0 360px;
    position: relative
}

@media only screen and (max-width:1847px) {
    .hero-slider2-container {
        padding: 0 180px
    }
}

@media only screen and (max-width:767px),only screen and (min-width:768px) and (max-width:991px),only screen and (min-width:992px) and (max-width:1199px) {
    .hero-slider2-container {
        padding: 0 30px
    }
}

.hero-slide2-content {
    padding-left: 85px
}

    .hero-slide2-content * {
        animation-duration: .1s;
        animation-fill-mode: both;
        animation-name: f
    }

@media only screen and (min-width:1200px) and (max-width:1549px) {
    .hero-slide2-content {
        padding-left: 10px
    }
}

@media only screen and (max-width:767px),only screen and (min-width:768px) and (max-width:991px),only screen and (min-width:992px) and (max-width:1199px) {
    .hero-slide2-content {
        padding-left: 0
    }
}

.hero-slide2-content .hero-slide2-title {
    color: #1f2226;
    font-weight: 600;
    font-size: 60px;
    line-height: 70px;
    margin-bottom: 20px
}

@media only screen and (min-width:992px) and (max-width:1199px),only screen and (min-width:1200px) and (max-width:1549px) {
    .hero-slide2-content .hero-slide2-title {
        font-size: 50px;
        line-height: 54px;
        margin-bottom: 10px
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .hero-slide2-content .hero-slide2-title {
        font-size: 40px;
        line-height: 44px;
        margin-bottom: 10px
    }
}

@media only screen and (max-width:767px) {
    .hero-slide2-content .hero-slide2-title {
        font-size: 38px;
        line-height: 38px;
        margin-bottom: 4px
    }
}

@media only screen and (max-width:575px) {
    .hero-slide2-content .hero-slide2-title {
        font-size: 28px;
        line-height: 35px;
        margin-bottom: 4px
    }
}

.hero-slide2-content .hero-slide2-title > span {
    color: #06142c
}

.hero-slide2-content .hero-slide2-desc {
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    margin: 0 0 36px
}

@media only screen and (min-width:992px) and (max-width:1199px),only screen and (min-width:1200px) and (max-width:1549px) {
    .hero-slide2-content .hero-slide2-desc {
        font-size: 18px;
        line-height: 28px;
        margin: 0 0 22px
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .hero-slide2-content .hero-slide2-desc {
        font-size: 16px;
        line-height: 30px;
        margin: 0 0 19px
    }
}

@media only screen and (max-width:767px) {
    .hero-slide2-content .hero-slide2-desc {
        font-size: 16px;
        line-height: 26px;
        margin: 0 0 16px
    }
}

.hero-slide2-content .hero-slide2-btn {
    background-color: #06142c;
    color: #fff;
    border: 2px solid #06142c;
    border-radius: 30px;
    font-size: 16px;
    font-weight: 500;
    display: inline-block;
    line-height: 1;
    padding: 18px 30px
}

@media only screen and (min-width:992px) and (max-width:1199px),only screen and (min-width:1200px) and (max-width:1549px) {
    .hero-slide2-content .hero-slide2-btn {
        font-size: 14px;
        padding: 14px 24px
    }
}

@media only screen and (max-width:767px),only screen and (min-width:768px) and (max-width:991px) {
    .hero-slide2-content .hero-slide2-btn {
        font-size: 14px;
        padding: 12px 20px
    }
}

.hero-slide2-content .hero-slide2-btn:hover {
    color: #06142c;
    background-color: #fff;
    border-color: #06142c
}

.hero-slide2-item.swiper-slide-active .hero-slide2-content * {
    animation-name: e;
    animation-duration: 1s;
    animation-delay: .5s
}

.hero-slide3-item {
    display: flex;
    align-items: center;
    height: 800px;
    background-color: #f9f6f2;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover
}

@media only screen and (max-width:767px) {
    .hero-slide3-item {
        height: 520px
    }
}

.hero-slide3-item.swiper-slide-active .hero-slide3-content > * {
    transform: translateY(0);
    opacity: 1
}

.hero-slide3-content {
    max-width: 700px;
    margin: auto;
    padding: 50px;
    text-align: center;
    background: #fbfbfb;
    box-shadow: 0 0 0 21px #e8eded
}

@media only screen and (max-width:767px) {
    .hero-slide3-content {
        max-width: calc(100% - 30px);
        padding: 20px;
        box-shadow: 0 0 0 10px #f1f1f1
    }
}

@media only screen and (max-width:575px) {
    .hero-slide3-content {
        max-width: calc(100% - 60px)
    }
}

@media only screen and (max-width:479px) {
    .hero-slide3-content {
        max-width: calc(100% - 30px);
        padding: 20px
    }
}

.hero-slide3-content > * {
    transition-timing-function: ease;
    transition-duration: 1s;
    transition-property: all;
    transform: translateY(50px);
    opacity: 0
}

.hero-slide3-content > :first-child {
    transition-delay: .5s
}

.hero-slide3-content > :nth-child(2) {
    transition-delay: .8s
}

.hero-slide3-content > :nth-child(3) {
    transition-delay: 1.1s
}

.hero-slide3-content > :nth-child(4) {
    transition-delay: 1.4s
}

.hero-slide3-sub-title {
    font-style: normal;
    font-weight: 500;
    font-size: 22px;
    line-height: 28px;
    margin-bottom: 12px;
    text-transform: uppercase;
    display: block
}

@media only screen and (max-width:767px) {
    .hero-slide3-sub-title {
        font-size: 16px;
        line-height: 22px
    }
}

@media only screen and (max-width:575px) {
    .hero-slide3-sub-title {
        font-size: 14px;
        margin-bottom: 0
    }
}

.hero-slide3-title {
    font-weight: 600;
    font-size: 50px;
    line-height: 60px;
    margin-bottom: 10px
}

@media only screen and (max-width:767px) {
    .hero-slide3-title {
        font-size: 38px;
        line-height: 46px;
        margin-bottom: 10px
    }
}

@media only screen and (max-width:575px) {
    .hero-slide3-title {
        font-size: 34px;
        line-height: 44px;
        margin-bottom: 0
    }
}

.hero-slide3-desc {
    color: #333;
    font-size: 16px;
    line-height: 27px;
    margin: 0 0 36px
}

@media only screen and (max-width:767px) {
    .hero-slide3-desc {
        font-size: 15px;
        margin: 0 0 24px
    }
}

@media only screen and (max-width:575px) {
    .hero-slide3-desc {
        font-size: 14px;
        margin: 0 0 12px
    }
}

.hero-slide3-btn {
    color: #1f2226;
    padding: 18px 30px;
    display: inline-block;
    line-height: 1;
    border: 2px solid #000;
    border-radius: 30px;
    text-transform: unset;
    font-size: 16px;
    font-weight: 400
}

@media only screen and (max-width:767px) {
    .hero-slide3-btn {
        padding: 12px 20px;
        font-size: 14px
    }
}

@media only screen and (max-width:575px) {
    .hero-slide3-btn {
        padding: 12px 20px;
        font-size: 14px
    }
}

.hero-slide3-btn:hover {
    border-color: #06142c;
    background-color: #06142c;
    color: #fff
}

.hero-slider3-arrows {
    display: none
}

.swiper-pagination-bullet-active {
    background-color: var(--swiper-pagination-color,#06142c) !important
}

.hero-slider-arrows {
    position: absolute;
    bottom: calc(50% - 60px);
    right: 50px;
    z-index: 1
}

@media only screen and (max-width:767px),only screen and (min-width:768px) and (max-width:991px) {
    .hero-slider-arrows {
        right: 15px
    }
}

@media only screen and (max-width:575px) {
    .hero-slider-arrows {
        display: none
    }
}

.hero-slider-button-next, .hero-slider-button-prev {
    color: #fff;
    background-color: #e1e1e1;
    border: 1px solid #e1e1e1;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    line-height: 48px;
    text-align: center;
    font-size: 30px;
    transition: all .4s ease 0s
}

@media only screen and (max-width:767px),only screen and (min-width:768px) and (max-width:991px) {
    .hero-slider-button-next, .hero-slider-button-prev {
        width: 40px;
        height: 40px;
        line-height: 38px;
        font-size: 20px
    }
}

.hero-slider-button-next:hover, .hero-slider-button-prev:hover {
    background-color: #06142c
}

.hero-slider-button-next {
    margin-bottom: 20px
}

.hero-slider2-container:hover .hero-slider2-button-next {
    right: -128px;
    opacity: 1
}

@media only screen and (max-width:1847px) {
    .hero-slider2-container:hover .hero-slider2-button-next {
        right: 0
    }
}

.hero-slider2-container:hover .hero-slider2-button-prev {
    left: -128px;
    opacity: 1
}

@media only screen and (max-width:1847px) {
    .hero-slider2-container:hover .hero-slider2-button-prev {
        left: 0
    }
}

.hero-slider2-arrows {
    position: absolute;
    max-width: 1180px;
    width: 100%;
    height: 100%;
    top: 0
}

@media only screen and (max-width:1847px) {
    .hero-slider2-arrows {
        max-width: none;
        position: relative;
        bottom: 40px;
        top: auto
    }
}

.hero-slider2-button-next, .hero-slider2-button-prev {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    font-size: 50px;
    color: #1f2226;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    opacity: 0;
    transition: all .4s ease 0s
}

@media only screen and (max-width:1847px) {
    .hero-slider2-button-next, .hero-slider2-button-prev {
        font-size: 30px
    }
}

.hero-slider2-button-next:hover, .hero-slider2-button-prev:hover {
    color: #06142c
}

.hero-slider2-button-next {
    right: 0
}

.hero-slider2-button-prev {
    left: 0
}

.hero-slider3-arrows {
    position: absolute
}

@keyframes d {
    70% {
        box-shadow: 0 0 0 25px hsla(0,0%,100%,0)
    }

    to {
        box-shadow: 0 0 0 0 hsla(0,0%,100%,0)
    }
}

@keyframes e {
    0% {
        opacity: 0;
        transform: translate(-100px)
    }

    to {
        opacity: 1;
        transform: none
    }
}

@keyframes f {
    0% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

.feature-box-icon {
    margin-bottom: 20px;
    margin-top: 20px;
}

.feature-box-title {
    font-weight: 700;
    font-size: 24px;
    line-height: 26px;
    margin-bottom: 11px;
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .feature-box-title {
        font-size: 22px
    }
}

@media only screen and (max-width:767px),only screen and (min-width:768px) and (max-width:991px) {
    .feature-box-title {
        font-size: 20px
    }
}

.feature-box2-item {
    border: 1px solid #eee;
    padding: 20px 30px 36px;
    width: 100%;
    transition: all .4s ease 0s
}

    .feature-box2-item:hover {
        box-shadow: 0 4px 10px #0000001a
    }

.feature-box2-icon {
    display: inline-block;
    margin-bottom: 21px
}

.feature-box2-title {
    font-size: 24px;
    font-weight: 500;
    line-height: 26px;
    margin-bottom: 13px
}

    .feature-box2-title > a {
        color: #1f2226
    }

        .feature-box2-title > a:hover {
            color: #06142c
        }

.feature-box2-desc {
    font-size: 14px;
    font-weight: 500
}

.feature-box3-item {
    display: flex;
    align-items: center
}

.feature-box3-icon {
    margin-right: 20px
}

@media only screen and (max-width:767px),only screen and (min-width:768px) and (max-width:991px),only screen and (min-width:992px) and (max-width:1199px) {
    .feature-box3-icon {
        margin-right: 18px
    }
}

.feature-box3-icon-img {
    max-width: 70px
}

@media only screen and (max-width:767px),only screen and (min-width:768px) and (max-width:991px),only screen and (min-width:992px) and (max-width:1199px) {
    .feature-box3-icon-img {
        max-width: 50px
    }
}

.feature-box3-title {
    color: #1f2226;
    font-weight: 600;
    font-size: 28px;
    line-height: 28px;
    margin-bottom: 10px
}

@media only screen and (max-width:767px),only screen and (min-width:768px) and (max-width:991px),only screen and (min-width:992px) and (max-width:1199px) {
    .feature-box3-title {
        font-size: 20px;
        line-height: 26px;
        margin-bottom: 2px
    }
}

.drone-all-feature {
    display: grid;
    grid-template-columns: auto auto
}

.feature-box4-item {
    display: flex;
    align-items: center
}

.feature-box4-icon {
    margin-right: 20px
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .feature-box4-icon {
        margin-right: 10px
    }
}

@media only screen and (max-width:767px),only screen and (min-width:768px) and (max-width:991px) {
    .feature-box4-icon {
        margin-right: 8px
    }
}

.feature-box4-icon-img {
    max-width: 45px
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .feature-box4-icon-img {
        max-width: 36px
    }
}

@media only screen and (max-width:767px),only screen and (min-width:768px) and (max-width:991px) {
    .feature-box4-icon-img {
        max-width: 30px
    }
}

.feature-box4-title {
    color: #666;
    font-size: 24px;
    line-height: 24px;
    margin-bottom: 2px
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .feature-box4-title {
        font-size: 20px
    }
}

@media only screen and (max-width:767px),only screen and (min-width:768px) and (max-width:991px) {
    .feature-box4-title {
        font-size: 18px
    }
}

.feature-box4-desc {
    color: #888
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .feature-box4-desc {
        font-size: 14px
    }
}

.accordion-item {
    border-radius: .25rem;
    margin-bottom: 10px
}

    .accordion-item:first-of-type, .accordion-item:first-of-type .accordion-button {
        border-top-left-radius: .25rem;
        border-top-right-radius: .25rem
    }

.accordion-button {
    color: #1f2226;
    font-family: Work Sans,sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 0;
    background-color: rgba(0,0,0,.03);
    border-bottom: 1px solid rgba(0,0,0,.125);
    border-top: 1px solid rgba(0,0,0,.125);
    padding: 13px 18px 11px 33px
}

@media only screen and (max-width:575px) {
    .accordion-button {
        font-size: 14px;
        padding: 13px 12px 11px
    }
}

.accordion-button:not(.collapsed) {
    box-shadow: none;
    background-color: #f7f7f7;
    border-bottom-color: transparent;
    border-top-color: transparent
}

    .accordion-button:not(.collapsed):after {
        color: #06142c;
        content: "-";
        background: none
    }

.accordion-button:after {
    content: "+";
    background: none;
    font-size: 22px;
    font-weight: 500;
    color: #1f2226;
    display: flex;
    align-items: center;
    justify-content: center
}

.accordion-button:active, .accordion-button:focus {
    box-shadow: none
}

.accordion-body {
    border-top: 1px solid rgba(0,0,0,.125);
    padding: 20px
}

@media only screen and (max-width:575px) {
    .accordion-body {
        padding: 12px
    }
}

.accordion-body-desc {
    color: #1f2226;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.72
}

@media only screen and (max-width:575px) {
    .accordion-body-desc {
        font-size: 13px
    }
}

.post-item {
    border: 1px solid #eee;
    padding: 10px
}

    .post-item .image {
        display: inline-block;
        overflow: hidden
    }

        .post-item .image img {
            transition: all .4s ease 0s;
            width: 100%
        }

    .post-item .content {
        padding: 0 10px 10px
    }

        .post-item .content .title {
            font-weight: 600;
            font-size: 20px;
            margin: 0;
            color: #383838;
            position: relative;
            padding-bottom: 20px;
            margin-bottom: 18px
        }

@media only screen and (min-width:992px) and (max-width:1199px) {
    .post-item .content .title {
        font-size: 18px;
        padding-bottom: 10px;
        margin-bottom: 14px
    }
}

.post-item .content .title a {
    color: #1f2226
}

    .post-item .content .title a:hover {
        color: #06142c
    }

.post-item .content .title.line-bottom:after {
    position: absolute;
    display: block;
    background-color: #ebebeb;
    content: "";
    height: 1px;
    width: 100%;
    bottom: 0
}

.post-item .content .desc {
    font-size: 14px;
    line-height: 1.72;
    font-weight: 500
}

.post-item:hover .image img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1)
}

.post-meta {
    align-items: center;
    display: flex;
    flex-wrap: wrap
}

    .post-meta > li {
        color: #4b4b4b;
        font-size: 13px;
        font-weight: 500;
        display: inline-block;
        margin: 0 14px;
        position: relative
    }

@media only screen and (min-width:992px) and (max-width:1199px) {
    .post-meta > li {
        font-size: 12px
    }
}

.post-meta > li a {
    color: #4b4b4b
}

    .post-meta > li a:hover {
        color: #06142c
    }

.post-meta > li:first-child {
    margin-left: 0
}

.post-meta > li:last-child {
    margin-right: 0
}

.post-meta > li + li:before {
    position: absolute;
    left: -22px;
    top: 9px;
    width: 15px;
    height: 1px;
    background-color: #999898;
    content: "";
    transform: rotate(70deg)
}

.post-meta > li:hover {
    color: #06142c
}

.post-meta + p {
    margin-top: 23px
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .post-meta + p {
        margin-top: 13px
    }
}

.blog-sidebar-item:not(:last-child) {
    margin-bottom: 54px
}

.blog-sidebar-item-title {
    font-size: 20px;
    line-height: 1;
    margin-bottom: 30px
}

.widget-post-item {
    align-items: center;
    border-bottom: 1px solid #dee0e4;
    display: flex;
    margin-bottom: 20px;
    padding-bottom: 20px;
    position: relative
}

    .widget-post-item:last-child {
        border-bottom: none;
        margin-bottom: 0;
        padding-bottom: 0
    }

    .widget-post-item:hover .widget-post-title {
        color: #06142c
    }

    .widget-post-item:hover img {
        transform: scale(1.05);
        -webkit-transform: scale(1.05);
        -moz-transform: scale(1.05);
        -ms-transform: scale(1.05);
        -o-transform: scale(1.05)
    }

.widget-post-title {
    font-size: 15px;
    line-height: 1.2;
    margin-bottom: 0;
    transition: all .4s ease 0s
}

    .widget-post-title:hover {
        color: #06142c;
        cursor: pointer
    }

.widget-post-thumb {
    margin-right: 20px;
    max-width: 80px;
    overflow: hidden
}

    .widget-post-thumb img {
        transition: all .4s ease 0s
    }

.widget-post-date {
    align-items: center;
    display: flex;
    font-size: 12px;
    text-transform: uppercase;
    margin-bottom: 5px
}

.widget-search-wrp form {
    position: relative
}

.widget-search-wrp .form-control {
    border: 1px solid #e6e6e6;
    box-shadow: none;
    border-radius: 0;
    height: 43px;
    font-size: 14px;
    line-height: 43px;
    padding: 2px 55px 2px 18px
}

    .widget-search-wrp .form-control::-webkit-input-placeholder {
        color: #757575
    }

    .widget-search-wrp .form-control:-moz-placeholder, .widget-search-wrp .form-control::-moz-placeholder {
        color: #757575
    }

    .widget-search-wrp .form-control:-ms-input-placeholder {
        color: #757575
    }

.widget-search-wrp .search-button {
    border: none;
    border-left: 1px solid #a1a5aa;
    border-radius: 0;
    background-color: transparent;
    box-shadow: none;
    font-size: 16px;
    position: absolute;
    top: calc(50% - 14px);
    right: 0;
    height: 27px;
    width: 47px;
    font-size: 18px
}

    .widget-search-wrp .search-button:hover {
        color: #06142c
    }

.archive-title {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 5px
}

.archive-items li {
    line-height: 1.8;
    position: relative;
    font-size: 14px;
    padding-left: 17px;
    font-weight: 500;
    transition: all .4s ease 0s
}

    .archive-items li:before {
        content: ">";
        position: absolute;
        left: 0;
        top: 0;
        transition: all .4s ease 0s
    }

    .archive-items li:hover:before {
        color: #06142c
    }

    .archive-items li a {
        font-size: 14px;
        transition: all .4s ease 0s
    }

        .archive-items li a:hover {
            color: #06142c
        }

.widget-tag-items ul {
    margin: 0
}

    .widget-tag-items ul li {
        display: inline-block;
        margin: 15px 0 0
    }

.widget-tag-items .tag-item {
    background-color: transparent;
    border: 1px solid #06264b;
    border-radius: 0;
    box-shadow: 10px 25px 80px hsla(0,0%,59%,.15);
    font-size: 14px;
    padding: 10px 17px 11px;
    align-items: center;
    display: inline-flex;
    line-height: 1;
    margin-right: 10px;
    min-height: 34px
}

    .widget-tag-items .tag-item:hover {
        background-color: #06142c;
        border-color: #06142c;
        color: #fff
    }

.custom-nav-item {
    display: block;
    font-size: 14px;
    line-height: 1;
    margin-bottom: 18px
}

    .custom-nav-item:last-child {
        margin-bottom: 0
    }

    .custom-nav-item:hover {
        color: #06142c
    }

.blog-detail-title {
    color: #1a1919;
    font-size: 24px;
    margin-bottom: 13px
}

.blog-detail-meta {
    margin-bottom: 35px
}

    .blog-detail-meta.post-item-meta {
        border: none;
        padding: 0
    }

    .blog-detail-meta .post-item-comments, .blog-detail-meta .post-item-date {
        font-size: 14px
    }

.blog-detail p {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 14px
}

.blog-detail-post-date, .blog-detail-post-views {
    align-items: center;
    color: #544d4d;
    display: inline-flex;
    line-height: 1
}

    .blog-detail-post-date i, .blog-detail-post-views i {
        color: #06142c;
        margin-right: 9px
    }

.blog-detail-post-views {
    margin-left: 23px
}

.blog-detail-tag-social {
    align-items: center;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap
}

.blog-detail-social span {
    font-size: 15px;
    line-height: 1;
    margin-right: 10px;
    position: relative;
    top: -2px
}

.blog-detail-social-item {
    color: #555;
    font-size: 24px;
    line-height: 1;
    margin-right: 10px
}

    .blog-detail-social-item:last-child {
        margin-right: 0
    }

    .blog-detail-social-item:hover {
        color: #06142c
    }

.next-previous-post {
    border-bottom: 1px solid #f1f1f1;
    border-top: 1px solid #f1f1f1;
    display: flex;
    justify-content: space-between;
    margin-bottom: 50px;
    margin-top: 32px;
    padding: 18px 0 17px
}

    .next-previous-post .post-next, .next-previous-post .post-prev {
        font-size: 15px
    }

        .next-previous-post .post-next i, .next-previous-post .post-prev i {
            font-size: 12px
        }

.tag-item {
    font-size: 15px;
    line-height: 1;
    margin-right: 10px
}

    .tag-item:hover {
        color: #06142c
    }

.comment-area {
    background-color: #fafafa;
    border: 1px solid #e8e8e8;
    border-radius: 10px;
    margin-top: 98px;
    padding: 43px 40px 40px
}

.comment-area-title {
    margin-bottom: 37px;
    padding-bottom: 9px;
    position: relative
}

    .comment-area-title:after {
        background-color: #06142c;
        width: 100px
    }

    .comment-area-title:after, .comment-area-title:before {
        bottom: -2px;
        content: "";
        height: 2px;
        left: 0;
        position: absolute
    }

    .comment-area-title:before {
        background-color: #e9e9e9;
        max-width: 210px;
        width: 100%
    }

.single-comment {
    display: flex;
    position: relative
}

.single-comment-thumb {
    margin-right: 30px;
    min-width: 120px
}

    .single-comment-thumb img {
        border: 1px solid #efefef;
        border-radius: 50%
    }

.single-comment-name {
    color: #000;
    font-weight: 400;
    margin-bottom: 2px;
    text-transform: uppercase
}

.single-comment-date {
    color: #06142c;
    display: block;
    margin-bottom: 11px;
    text-transform: uppercase
}

.single-comment .reply-icon {
    background-color: transparent;
    border: none;
    border-bottom: 1px solid rgba(215,35,35,.5);
    color: #06142c;
    line-height: 1;
    padding: 0;
    position: absolute;
    right: 50px;
    top: 4px
}

.comment-form-title {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 42px;
    text-transform: uppercase
}

.comment-form .form-input-item .form-control {
    border: 1px solid #eaeaea;
    color: #1f2226;
    height: 50px;
    margin-bottom: 30px;
    padding: 2px 20px
}

    .comment-form .form-input-item .form-control::-webkit-input-placeholder {
        color: #757575
    }

    .comment-form .form-input-item .form-control:-moz-placeholder, .comment-form .form-input-item .form-control::-moz-placeholder {
        color: #757575
    }

    .comment-form .form-input-item .form-control:-ms-input-placeholder {
        color: #757575
    }

.comment-form .form-input-item textarea.form-control {
    height: 250px;
    padding: 20px 20px 2px
}

.comment-form-area .btn.btn-submit {
    background-color: #06142c;
    border-color: #06142c;
    font-size: 13px;
    margin: 0;
    padding: 19px 28px 17px
}

.page-numbers {
    display: flex;
    justify-content: start;
    margin-bottom: 0
}

    .page-numbers li {
        margin: 0 5.5px
    }

.page-number {
    background-color: #fff;
    border: none;
    border-radius: 50%;
    color: #1f2226;
    display: inline-block;
    font-weight: 400;
    font-size: 16px;
    width: 43px;
    height: 43px;
    line-height: 43px;
    text-align: center;
    box-shadow: 0 0 12px .8px rgba(0,0,0,.1)
}

    .page-number.active, .page-number:hover {
        background-color: #06142c;
        color: #fff
    }

    .page-number.active {
        box-shadow: none
    }

    .page-number.next, .page-number.prev {
        background-color: transparent;
        box-shadow: none;
        font-size: 15px;
        line-height: 45px
    }

        .page-number.next:hover, .page-number.prev:hover {
            background-color: #06142c;
            color: #fff
        }

.gallery-item {
    position: relative;
    overflow: hidden;
    border: 1px solid #eee;
    padding: 10px;
    margin-bottom: 30px;
    transition: all .4s ease 0s
}

    .gallery-item:hover .gallery-content-wrap {
        bottom: 10px;
        opacity: 1
    }

.gallery-content-wrap {
    background: #fff none repeat scroll 0 0;
    bottom: -30px;
    left: 10px;
    opacity: 0;
    padding: 15px;
    position: absolute;
    transition: all .4s ease 0s;
    right: 10px;
    display: flex;
    justify-content: space-between;
    border-top: 1px solid #eee
}

.gallery-title {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 10px
}

.gallery-desc {
    font-size: 14px;
    font-weight: 500
}

.gallery-popup {
    height: 40px;
    width: 40px;
    border: 1px solid #eee;
    text-align: center;
    line-height: 40px;
    display: block;
    color: #333;
    border-radius: 5px
}

    .gallery-popup:hover {
        background-color: #06142c;
        border-color: #06142c;
        color: #fff
    }

.product-item {
    border: 1px solid #f1f1f1;
    position: relative;
    overflow: hidden;
    transition: all .4s ease 0s
}

    .product-item:hover .product-action {
        height: 60px
    }

    .product-item:hover .product-color-size-img-wrap {
        bottom: 10px;
        opacity: 1;
        visibility: visible
    }

.product-thumb {
    position: relative;
    overflow: hidden;
    box-shadow: 0 0 10px 0 rgba(0,0,0,.05)
}

    .product-thumb img {
        width: 100%
    }

.product-info {
    padding: 20px 15px
}

    .product-info .product-title {
        font-size: 20px;
        line-height: 24px;
        font-weight: 500;
        margin-bottom: 10px
    }

        .product-info .product-title a {
            color: #1f2226
        }

            .product-info .product-title a:hover {
                color: #06142c
            }

.prices {
    align-items: center;
    display: flex
}

    .prices .price-old {
        font-size: 13px;
        text-decoration: line-through;
        font-weight: 400;
        line-height: 1
    }

        .prices .price-old + .price {
            margin-left: 8px
        }

    .prices .price {
        line-height: 1;
        color: #06142c;
        font-weight: 600;
        font-size: 20px
    }

    .prices + .product-rating {
        margin-top: 16px
    }

.product-rating {
    display: flex
}

    .product-rating span, .product-rating svg {
        font-size: 14px;
        color: #fdb819;
        line-height: 14px;
        width: 17px;
        fill: #fdb819;
        cursor: pointer
    }

        .product-rating span + span {
            margin-left: 5px
        }

.product-flag {
    background-color: #06142c;
    padding: 6px 8px 4px;
    color: #fff;
    min-width: 50px;
    text-align: center;
    font-size: 12px;
    border-radius: 50px;
    text-transform: uppercase;
    font-weight: 600;
    position: absolute;
    top: 12px;
    font-family: Rajdhani,sans-serif;
    left: auto;
    right: 10px;
    line-height: 1;
    z-index: 2
}

.product-flag2 {
    top: 47px
}

.product-flag-left {
    right: auto;
    left: 10px
}

.product-flag-new {
    background-color: #23c7d7
}

.product-action-wrap {
    display: flex;
    justify-content: center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    z-index: 9
}

.product-action {
    border-radius: 50px;
    box-shadow: 0 4px 10px rgba(0,0,0,.1);
    overflow: hidden;
    height: 0;
    flex-direction: row
}

    .product-action, .product-action .product-action-btn {
        background-color: #fff;
        display: flex;
        justify-content: center;
        transition: all .4s ease 0s
    }

        .product-action .product-action-btn {
            color: #000;
            text-decoration: none;
            align-items: center;
            width: 50px;
            font-size: 20px;
            height: 50px;
            position: relative;
            border: none;
            margin: 5px 0
        }

            .product-action .product-action-btn:first-child {
                margin-left: 15px
            }

            .product-action .product-action-btn:last-child {
                margin-right: 15px
            }

            .product-action .product-action-btn:hover {
                color: #06142c
            }

.product-color-size-img-wrap {
    background: #fff;
    padding: 5px;
    display: flex;
    flex-wrap: wrap;
    box-shadow: 5px 2px 20px #0000001a;
    position: absolute;
    left: 10px;
    bottom: -50px;
    right: 10px;
    transition: .6s;
    opacity: 0;
    visibility: hidden
}

.color-categories, .product-image-swatch, .product-size-categories {
    display: flex;
    justify-content: center;
    width: 100%
}

    .product-size-categories span {
        color: #1f2226;
        font-size: 14px;
        font-weight: 500;
        margin: 0 5px 5px;
        cursor: pointer;
        transition: all .4s ease 0s
    }

        .product-size-categories span:hover {
            color: #06142c
        }

    .product-size-categories + .color-categories {
        margin-top: 6px
    }

.color-categories {
    margin-bottom: 4px !important
}

    .color-categories > li {
        display: inline-block;
        height: 15px;
        width: 15px;
        margin: 0 5px;
        border-radius: 50%;
        position: relative;
        cursor: pointer;
        transition: all .4s ease 0s
    }

        .color-categories > li.red {
            background: red
        }

        .color-categories > li.green {
            background: green
        }

        .color-categories > li.blue {
            background: blue
        }

        .color-categories > li.yellow {
            background: #ff0
        }

        .color-categories > li.white {
            border: 1px solid #f1f1f1;
            background: #fff
        }

        .color-categories > li:hover {
            opacity: .5
        }

.product-image-swatch > li > button {
    display: flex;
    height: 25px;
    width: 25px;
    top: 0;
    margin: 0 5px;
    border-radius: 50px;
    position: relative;
    padding: 0;
    border: 1px solid #f1f1f1
}

    .product-image-swatch > li > button.active {
        border-color: rgba(215,35,35,.4)
    }

.product-banner-item {
    display: block;
    overflow: hidden;
    position: relative
}

    .product-banner-item > img {
        width: 100%;
        transform: scale(1);
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transition: all .4s ease 0s
    }

    .product-banner-item:hover > img {
        transform: scale(1.1);
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1)
    }

.product-tab-nav > button {
    background-color: #f1f1f1;
    color: #1f2226;
    border: none;
    font-family: Rajdhani,sans-serif;
    font-size: 18px;
    border-radius: 50px;
    font-weight: 500;
    padding: 14px 25px;
    line-height: 1
}

    .product-tab-nav > button + button {
        margin-left: 20px
    }

    .product-tab-nav > button.active, .product-tab-nav > button:hover {
        background-color: #1f2226;
        color: #fff
    }

.product-tab-nav + .product-tab-content {
    margin-top: 50px
}

.product-tab-nav-2 > button {
    background-color: #f1f1f1;
    color: #1f2226;
    border: none;
    font-family: Rajdhani,sans-serif;
    font-size: 18px;
    border-radius: 50px;
    font-weight: 500;
    padding: 14px 25px;
    line-height: 1
}

@media only screen and (min-width:768px) and (max-width:991px),only screen and (min-width:992px) and (max-width:1199px) {
    .product-tab-nav-2 > button {
        padding: 12px 16px;
        font-size: 14px
    }
}

@media only screen and (max-width:767px) {
    .product-tab-nav-2 > button {
        font-size: 13px;
        padding: 14px 30px 12px
    }
}

@media only screen and (max-width:575px) {
    .product-tab-nav-2 > button {
        padding: 14px 30px;
        width: 100%
    }
}

.product-tab-nav-2 > button + button {
    margin-left: 20px
}

@media only screen and (max-width:575px) {
    .product-tab-nav-2 > button + button {
        margin-left: 0;
        margin-top: 10px
    }
}

.product-tab-nav-2 > button.active, .product-tab-nav-2 > button:hover {
    background-color: #1f2226;
    color: #fff
}

.product-tab-nav-2 + .product-tab-content {
    margin-top: 50px
}

.product-quantity {
    margin-bottom: 15px
}

.product-quantity-text {
    font-size: 14px;
    line-height: 1;
    display: flex;
    font-weight: 500;
    justify-content: space-between;
    margin-bottom: 10px
}

.product-quantity-progress {
    display: flex;
    width: 100%;
    height: 8px;
    border-radius: 10px;
    background-color: #ccc
}

.product-quantity-progress-bar {
    height: 100%;
    border-radius: 10px;
    background-color: #06142c
}

.product-small {
    display: flex;
    flex-wrap: wrap;
    transition: all .4s ease 0s;
    gap: 15px;
    margin-bottom: 10px;
    height: 100%;
    overflow: hidden;
    position: relative
}

.product-small-thumb {
    position: relative;
    overflow: hidden;
    flex: 1 0 111px;
    max-width: 111px;
    border: 5px solid #fbfbfb
}

.product-small-image {
    display: block
}

    .product-small-image img {
        width: 100%;
        height: 100%
    }

.product-small-content {
    align-self: center
}

.product-small-title {
    font-weight: 500;
    font-size: 16px;
    margin-bottom: 9px
}

.product-small-price {
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    display: flex;
    align-items: center;
    color: #06142c;
    margin-bottom: 28px;
    gap: 10px
}

    .product-small-price:not(:last-child) {
        margin-bottom: 15px
    }

    .product-small-price del {
        font-size: 14px;
        font-weight: 500;
        line-height: 1;
        color: #333
    }

@media only screen and (max-width:479px) {
    .product-small-price del {
        font-size: 13px
    }
}

.product-small-action {
    display: flex
}

    .product-small-action .product-action-btn {
        border: 1px solid #ccc;
        height: 30px;
        width: 30px;
        line-height: 30px;
        text-align: center;
        margin-right: 5px;
        display: block;
        border-radius: 50px;
        background-color: transparent;
        font-size: 13px
    }

        .product-small-action .product-action-btn:hover {
            color: #fff;
            background-color: #06142c;
            border-color: #06142c
        }

.product-list {
    display: flex;
    gap: 10px
}

@media only screen and (max-width:767px) {
    .product-list {
        flex-direction: column;
        gap: 0
    }
}

.product-list .product-thumb {
    box-shadow: none;
    align-self: flex-start;
    flex: 1 0 auto;
    width: 270px
}

@media only screen and (max-width:767px) {
    .product-list .product-thumb {
        width: 100%
    }
}

.product-list .product-thumb .product-action {
    padding: 0;
    gap: 0;
    background-color: transparent
}

.product-list .product-thumb .product-action-btn {
    width: 50px;
    height: 50px;
    border: none;
    border-radius: 0
}

    .product-list .product-thumb .product-action-btn i {
        font-size: 20px
    }

    .product-list .product-thumb .product-action-btn:hover {
        color: #fff;
        background-color: #06142c
    }

.product-list .product-title {
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 20px
}

@media only screen and (max-width:767px) {
    .product-list .product-title {
        font-size: 20px
    }
}

@media only screen and (max-width:575px) {
    .product-list .product-title {
        font-size: 24px
    }
}

.product-list .product-info .desc {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 24px
}

.product-list .product-info .product-action {
    flex-wrap: wrap;
    border-radius: 0;
    margin-top: 20px;
    gap: 10px;
    background-color: transparent;
    box-shadow: none;
    justify-content: flex-start;
    height: auto
}

@media only screen and (max-width:767px) {
    .product-list .product-info .product-action {
        gap: 5px
    }
}

@media only screen and (max-width:575px) {
    .product-list .product-info .product-action {
        gap: 10px
    }
}

.product-list .product-info .product-action-btn {
    font-size: 14px;
    padding: 15px;
    border: 1px solid #dee2e6;
    gap: 5px;
    width: auto
}

    .product-list .product-info .product-action-btn i {
        font-size: 18px
    }

    .product-list .product-info .product-action-btn:first-child {
        margin-left: 0
    }

    .product-list .product-info .product-action-btn:hover {
        color: #fff;
        border-color: #06142c;
        background-color: #06142c
    }

@media only screen and (max-width:767px) {
    .product-list .product-info .product-action-btn {
        font-size: 12px;
        padding: 10px
    }

        .product-list .product-info .product-action-btn i {
            font-size: 14px
        }
}

@media only screen and (max-width:575px) {
    .product-list .product-info .product-action-btn {
        font-size: 14px;
        padding: 13px
    }

        .product-list .product-info .product-action-btn i {
            font-size: 18px
        }
}

.single-product-image {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 10px
}

.single-product-image-item {
    position: relative;
    border: 1px solid #f2f2f2
}

.single-product-badge-left, .single-product-badge-right {
    position: absolute;
    z-index: 2;
    top: 20px;
    display: flex;
    flex-direction: column;
    gap: 5px
}

@media only screen and (max-width:479px) {
    .single-product-badge-left, .single-product-badge-right {
        top: 10px
    }
}

.single-product-badge-left {
    left: 20px
}

@media only screen and (max-width:479px) {
    .single-product-badge-left {
        left: 10px
    }
}

.single-product-badge-right {
    right: 20px
}

@media only screen and (max-width:479px) {
    .single-product-badge-right {
        right: 10px
    }
}

.single-product-badge-new, .single-product-badge-sale {
    font-size: 12px;
    font-weight: 500;
    line-height: 14px;
    display: block;
    min-width: 60px;
    padding: 5px 15px;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    border-radius: 50px;
    background-color: #1f2226
}

@media only screen and (max-width:767px),only screen and (min-width:768px) and (max-width:991px) {
    .single-product-badge-new, .single-product-badge-sale {
        font-size: 10px;
        padding: 5px 10px
    }
}

.single-product-badge-new {
    background-color: #06142c
}

.product-image-slider, .product-image-slider-vertical, .quickview-product-image-slider {
    width: 100%;
    border: 1px solid #f2f2f2
}

.product-thumb-carousel, .product-thumb-carousel-vertical, .quickview-product-thumb-carousel {
    width: 100%;
    padding-bottom: 2px
}

    .product-thumb-carousel-vertical .swiper-slide, .product-thumb-carousel .swiper-slide, .quickview-product-thumb-carousel .swiper-slide {
        border: 1px solid #f1f1f1
    }

    .product-thumb-carousel-vertical .swiper-slide-thumb-active, .product-thumb-carousel .swiper-slide-thumb-active, .quickview-product-thumb-carousel .swiper-slide-thumb-active {
        border-color: #06142c
    }

    .product-thumb-carousel-vertical .swiper-slide:hover, .product-thumb-carousel .swiper-slide:hover, .quickview-product-thumb-carousel .swiper-slide:hover {
        cursor: pointer
    }

    .product-thumb-carousel-vertical .swiper-button-next, .product-thumb-carousel-vertical .swiper-button-prev, .product-thumb-carousel .swiper-button-next, .product-thumb-carousel .swiper-button-prev, .quickview-product-thumb-carousel .swiper-button-next, .quickview-product-thumb-carousel .swiper-button-prev {
        background-color: #fff;
        border: 1px solid #e1e2e2;
        border-radius: 50%;
        color: #1f2226;
        font-size: 14px;
        height: 30px;
        left: 30px;
        line-height: 30px;
        opacity: 1;
        text-align: center;
        top: calc(50% + 20px);
        visibility: visible;
        width: 30px;
        transition: all .4s ease 0s;
        z-index: 9;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%)
    }

        .product-thumb-carousel-vertical .swiper-button-next:hover, .product-thumb-carousel-vertical .swiper-button-prev:hover, .product-thumb-carousel .swiper-button-next:hover, .product-thumb-carousel .swiper-button-prev:hover, .quickview-product-thumb-carousel .swiper-button-next:hover, .quickview-product-thumb-carousel .swiper-button-prev:hover {
            background-color: #06142c;
            border-color: #06142c;
            color: #fff
        }

        .product-thumb-carousel-vertical .swiper-button-next:before, .product-thumb-carousel-vertical .swiper-button-prev:before, .product-thumb-carousel .swiper-button-next:before, .product-thumb-carousel .swiper-button-prev:before, .quickview-product-thumb-carousel .swiper-button-next:before, .quickview-product-thumb-carousel .swiper-button-prev:before {
            content: "\e605";
            font-family: simple-line-icons;
            font-size: 14px
        }

        .product-thumb-carousel-vertical .swiper-button-next:after, .product-thumb-carousel-vertical .swiper-button-prev:after, .product-thumb-carousel .swiper-button-next:after, .product-thumb-carousel .swiper-button-prev:after, .quickview-product-thumb-carousel .swiper-button-next:after, .quickview-product-thumb-carousel .swiper-button-prev:after {
            display: none
        }

    .product-thumb-carousel-vertical .swiper-button-next, .product-thumb-carousel .swiper-button-next, .quickview-product-thumb-carousel .swiper-button-next {
        left: auto;
        right: 30px
    }

        .product-thumb-carousel-vertical .swiper-button-next:before, .product-thumb-carousel .swiper-button-next:before, .quickview-product-thumb-carousel .swiper-button-next:before {
            content: "\e606"
        }

.product-thumb-carousel-vertical {
    flex: 1 0 100px;
    height: 488px;
    padding: 0 0 2px
}

@media only screen and (max-width:767px) {
    .product-thumb-carousel-vertical {
        flex: 1 0 90px;
        height: 438px
    }
}

@media only screen and (max-width:575px) {
    .product-thumb-carousel-vertical {
        flex: 1 0 80px;
        height: 395px
    }
}

@media only screen and (max-width:479px) {
    .product-thumb-carousel-vertical {
        flex: 1 0 60px;
        height: 305px
    }
}

.product-thumb-carousel-vertical .swiper-slide {
    border: 1px solid #f1f1f1
}

    .product-thumb-carousel-vertical .swiper-slide img {
        border-bottom: 1px solid #f1f1f1
    }

.product-thumb-carousel-vertical .swiper-slide-thumb-active {
    border-color: #06142c
}

    .product-thumb-carousel-vertical .swiper-slide-thumb-active img {
        border-bottom-color: #06142c
    }

.product-thumb-carousel-vertical .swiper-slide:hover {
    cursor: pointer
}

.product-thumb-carousel-vertical .swiper-button-next, .product-thumb-carousel-vertical .swiper-button-prev {
    left: 50%;
    margin: 0;
    transform: translateY(0) translateX(-50%);
    border-radius: 50%
}

    .product-thumb-carousel-vertical .swiper-button-next:after, .product-thumb-carousel-vertical .swiper-button-prev:after {
        transform: rotate(90deg)
    }

.product-thumb-carousel-vertical .swiper-button-prev {
    top: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.product-thumb-carousel-vertical .swiper-button-next {
    top: auto;
    right: auto;
    bottom: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.single-product-title {
    font-weight: 500;
    margin-bottom: 8px
}

@media only screen and (max-width:575px),only screen and (min-width:768px) and (max-width:991px) {
    .single-product-title {
        font-size: 20px
    }
}

.single-product-price {
    font-size: 24px;
    font-weight: 500;
    line-height: 1;
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    color: #06142c;
    gap: 10px;
}

@media only screen and (max-width:767px) {
    .single-product-price {
        font-size: 18px
    }
}

.single-product-price del {
    font-size: 18px;
    font-weight: 400;
    color: #4a4a4a;
    -webkit-text-decoration-color: #06142c;
    text-decoration-color: #06142c
}

.single-product-meta {
    margin-bottom: 12px;
    padding: 0;
    list-style: none
}

    .single-product-meta li {
        font-size: 14px;
        font-weight: 500;
        line-height: 1.4285;
        display: flex;
        gap: 10px
    }

        .single-product-meta li + li {
            margin-top: 12px
        }

        .single-product-meta li span.label {
            flex: 1 0 80px;
            max-width: 80px
        }

        .single-product-meta li span.value {
            display: flex;
            flex-wrap: wrap;
            gap: 7px
        }

            .single-product-meta li span.value.links a:not(:last-child):after {
                content: ","
            }

            .single-product-meta li span.value.social a {
                line-height: 1;
                display: flex
            }

                .single-product-meta li span.value.social a img {
                    width: 20px;
                    height: 20px
                }

.single-product-text {
    margin-bottom: 22px
}

    .single-product-text p {
        font-weight: 500;
        font-size: 14px;
        line-height: 28px
    }

.single-product-variations {
    margin-bottom: 22px;
    padding: 0;
    list-style: none;
    font-weight: 500
}

    .single-product-variations li {
        font-size: 14px;
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        gap: 10px
    }

        .single-product-variations li + li {
            margin-top: 21px
        }

        .single-product-variations li span.label {
            flex: 1 0 80px;
            max-width: 80px
        }

        .single-product-variations li span.value {
            flex: 1 0
        }

            .single-product-variations li span.value > [class*=single-product-variation-] input {
                position: absolute;
                top: 0;
                left: 0;
                visibility: hidden;
                width: 0;
                height: 0;
                margin: 0;
                opacity: 0
            }

.single-product-additional-information {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 22px;
    gap: 30px
}

    .single-product-additional-information .single-product-info-btn {
        font-size: 14px;
        line-height: 1;
        font-weight: 500;
        display: flex;
        align-items: center;
        padding: 5px 0;
        border: none;
        background-color: transparent;
        gap: 8px
    }

        .single-product-additional-information .single-product-info-btn:hover {
            color: #06142c
        }

.single-product-actions {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px;
    gap: 10px
}

.single-product-actions-item {
    display: flex
}

    .single-product-actions-item button {
        box-shadow: none
    }

    .single-product-actions-item .btn-cart {
        background-color: #1f2226;
        border-color: #1f2226;
        border-radius: 0;
        box-shadow: 10px 25px 80px hsla(0,0%,59%,.15);
        font-size: 13px;
        font-weight: 500;
        margin-right: 8px;
        padding: 22px 38px
    }

@media only screen and (max-width:767px),only screen and (min-width:768px) and (max-width:991px),only screen and (min-width:992px) and (max-width:1199px) {
    .single-product-actions-item .btn-cart {
        font-size: 12px;
        padding: 12px 34px
    }
}

.single-product-actions-item .btn-cart:hover {
    background-color: #06142c;
    border-color: #06142c;
    color: #fff
}

.single-product-actions-item .btn-icon {
    background-color: transparent;
    border: none;
    border-radius: 0;
    color: #1f2226;
    font-size: 18px;
    padding: 8px
}

    .single-product-actions-item .btn-icon:hover {
        color: #06142c
    }

.single-product-buy-now {
    margin-bottom: 22px
}

    .single-product-buy-now .btn-buy-now {
        background-color: #1f2226;
        border-color: #1f2226;
        border-radius: 0;
        box-shadow: none;
        color: #fff;
        font-size: 16px;
        padding: 22px 38px;
        width: 100%;
        max-width: 340px;
        font-weight: 500
    }

@media only screen and (max-width:767px),only screen and (min-width:768px) and (max-width:991px),only screen and (min-width:992px) and (max-width:1199px) {
    .single-product-buy-now .btn-buy-now {
        font-size: 14px;
        padding: 10px 15px
    }
}

.single-product-buy-now .btn-buy-now:hover {
    background-color: #06142c;
    border-color: #06142c;
    color: #fff
}

.single-product-safe-payment {
    margin-top: 24px
}

    .single-product-safe-payment p {
        font-size: 14px;
        font-weight: 500;
        margin-bottom: 10px
    }

.single-product-variation-size-wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 7px
}

.single-product-variation-size-item {
    display: flex;
    position: relative
}

    .single-product-variation-size-item input {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none
    }

        .single-product-variation-size-item input:checked ~ label {
            color: #fff;
            background-color: #06142c
        }

    .single-product-variation-size-item label {
        line-height: 1;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        transition: all .4s ease 0s;
        text-transform: uppercase;
        background-color: #f6f2eb;
        padding: 10px;
    }

.single-product-variation-color-wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 10px
}

.single-product-variation-color-item {
    display: flex;
    position: relative
}

    .single-product-variation-color-item input {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none
    }

        .single-product-variation-color-item input:checked ~ label {
            background-image: url(../images/icons/check.png)
        }

    .single-product-variation-color-item label {
        line-height: 1;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 30px;
        height: 30px;
        cursor: pointer;
        transition: all .4s ease 0s;
        text-indent: -99999px;
        text-transform: uppercase;
        border-radius: 50%;
        background-color: #f6f2eb;
        background-repeat: no-repeat;
        background-position: 50%;
        background-size: 16px
    }

.product-tab-nav {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 40px;
    gap: 50px
}

    .product-tab-nav button {
        font-size: 14px;
        font-weight: 500;
        line-height: 1;
        padding: 5px;
        text-transform: uppercase;
        border: none;
        background-color: transparent
    }

        .product-tab-nav button.active, .product-tab-nav button:hover {
            color: #06142c
        }

.product-quantity-count {
    display: inline-flex;
    font-weight: 500;
    margin: 0;
    border: 1px solid #e5e5e5
}

    .product-quantity-count .product-quantity-box {
        font-size: 14px
    }

    .product-quantity-count .product-quantity-box, .product-quantity-count .qty-btn {
        line-height: 1;
        width: 30px;
        text-align: center;
        border: none;
        background-color: transparent
    }

    .product-quantity-count .qty-btn {
        font-size: 20px;
        padding: 10px
    }

        .product-quantity-count .qty-btn::hover {
            color: #06142c
        }

.single-product-description-area {
    display: flex;
    flex-direction: column;
    margin-top: 80px;
    padding: 35px 30px 32px;
    border: 1px solid #e5e5e5
}

@media only screen and (max-width:767px) {
    .single-product-description-area {
        margin-top: 60px
    }
}

@media only screen and (max-width:575px) {
    .single-product-description-area {
        padding: 20px
    }
}

.single-product-description-area-nav {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 26px;
    gap: 30px
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .single-product-description-area-nav {
        gap: 25px
    }
}

@media only screen and (max-width:767px) {
    .single-product-description-area-nav {
        gap: 20px
    }
}

@media only screen and (max-width:575px) {
    .single-product-description-area-nav {
        gap: 15px
    }
}

.single-product-description-area-nav button {
    font-size: 18px;
    font-weight: 500;
    line-height: 1;
    position: relative;
    padding: 0;
    padding-bottom: 11px;
    border: none;
    background-color: transparent
}

@media only screen and (max-width:767px),only screen and (min-width:768px) and (max-width:991px) {
    .single-product-description-area-nav button {
        font-size: 16px
    }
}

@media only screen and (max-width:575px) {
    .single-product-description-area-nav button {
        font-size: 14px;
        padding-bottom: 5px
    }
}

.single-product-description-area-nav button:before {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 0;
    height: 2px;
    content: "";
    transition: all .4s ease 0s;
    background-color: #06142c
}

.single-product-description-area-nav button.active:before, .single-product-description-area-nav button:hover:before {
    right: auto;
    left: 0;
    width: 100%
}

.single-product-description-area .block-title-2 {
    padding-bottom: 0;
    border-bottom: none
}

.single-product-description p {
    font-size: 14px;
    font-weight: 500;
    line-height: 26px
}

.comment-rating-active, .comment-rating-bg, .review-rating-active, .review-rating-bg {
    background-image: url(../images/product/rating-bg.svg)
}

.comment-rating-active, .review-rating-active {
    background-image: url(../images/product/rating-active.svg)
}

.comment-reply, .review-reply {
    font-weight: 600
}

.review-form {
    max-width: 770px
}

    .review-form label {
        font-size: 14px;
        line-height: 1.25;
        display: block;
        margin-bottom: 10px
    }

    .review-form input.form-field:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=range]) {
        color: #333;
        font-size: 14px;
        width: 100%;
        height: 54px;
        padding: 10px 24px;
        border: 1px solid #e5e5e5;
        background-color: #fff
    }

        .review-form input.form-field:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=range]):focus {
            border-color: #333
        }

    .review-form textarea.form-field {
        font-size: 14px;
        width: 100%;
        height: 140px;
        padding: 20px 24px;
        border: 1px solid #e5e5e5;
        background-color: #fff
    }

        .review-form textarea.form-field:focus {
            border-color: #333
        }

    .review-form select.form-field {
        cursor: pointer;
        font-size: 14px;
        width: 100%;
        height: 54px;
        padding: 10px 20px;
        border: 1px solid #e5e5e5;
        background-color: #fff;
        background-image: url(../images/icons/angle-down-solid.svg);
        background-repeat: no-repeat;
        background-position: center right 20px;
        background-size: 12px;
        -webkit-appearance: none
    }

    .review-form .btn.btn-submit {
        background-color: #1f2226;
        border-color: #1f2226;
        border-radius: 0;
        color: #fff;
        padding: 20px 40px
    }

        .review-form .btn.btn-submit:hover {
            background-color: #06142c;
            border-color: #06142c;
            color: #fff
        }

.product-shipping-policy p, .product-shipping-policy ul {
    font-weight: 500;
    font-size: 14px
}

.product-shipping-policy ul {
    margin-bottom: 20px;
    padding-left: 16px
}

    .product-shipping-policy ul li {
        list-style-type: circle
    }

        .product-shipping-policy ul li + li {
            margin-top: 10px
        }

.pro-qty {
    display: inline-block;
    font-weight: 500;
    margin-right: 10px;
    position: relative
}

    .pro-qty input {
        border: 2px solid #dedede;
        border-radius: 35px;
        color: #000;
        height: 50px;
        font-size: 16px;
        padding: 0 25px;
        text-align: center;
        width: 90px
    }

@media only screen and (max-width:767px),only screen and (min-width:768px) and (max-width:991px),only screen and (min-width:992px) and (max-width:1199px) {
    .pro-qty input {
        height: 45px
    }
}

.pro-qty .qty-btn {
    cursor: pointer;
    position: absolute;
    line-height: 16px;
    color: #000;
    top: calc(50% - 0px);
    transform: translateY(-50%);
    font-size: 16px;
    text-align: center;
    transition: all .4s ease 0s;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

    .pro-qty .qty-btn:hover {
        color: #06142c
    }

.pro-qty .dec {
    right: 0;
    padding-right: 18px
}

.pro-qty .inc {
    left: 0;
    padding-left: 18px
}

.cart-table {
    width: 100%
}

    .cart-table thead {
        background-color: #f3f3f3
    }

        .cart-table thead > tr th {
            color: #1f2226;
            font-family: Rajdhani,sans-serif;
            font-size: 18px;
            font-weight: 600;
            text-transform: uppercase;
            padding: 14px 23px
        }

            .cart-table thead > tr th.width-thumbnail {
                min-width: 130px
            }

            .cart-table thead > tr th.width-name {
                min-width: 400px
            }

            .cart-table thead > tr th.width-price {
                min-width: 162px
            }

            .cart-table thead > tr th.width-quantity {
                min-width: 170px
            }

            .cart-table thead > tr th.width-subtotal {
                min-width: 145px
            }

            .cart-table thead > tr th.width-remove {
                min-width: 101px
            }

    .cart-table tbody > tr {
        border-bottom: 1px solid #e5e5e5
    }

        .cart-table tbody > tr td {
            padding: 23px
        }

            .cart-table tbody > tr td.product-thumbnail a {
                display: block
            }

                .cart-table tbody > tr td.product-thumbnail a img {
                    width: 80px
                }

            .cart-table tbody > tr td.product-name h5 {
                display: block;
                font-weight: 600;
                font-size: 16px;
                color: #333
            }

                .cart-table tbody > tr td.product-name h5 a {
                    color: #333
                }

                    .cart-table tbody > tr td.product-name h5 a:hover {
                        color: #06142c
                    }

            .cart-table tbody > tr td.product-price span {
                font-size: 16px;
                font-weight: 500;
                color: #1f2226
            }

            .cart-table tbody > tr td.product-total span {
                font-size: 16px;
                font-weight: 500;
                color: #333
            }

            .cart-table tbody > tr td.cart-quality .product-details-quality input {
                border: 1px solid #e5e5e5;
                background-color: transparent;
                color: #333;
                width: 95px;
                height: 40px;
                font-weight: 500;
                padding: 0 10px
            }

                .cart-table tbody > tr td.cart-quality .product-details-quality input::-webkit-inner-spin-button, .cart-table tbody > tr td.cart-quality .product-details-quality input::-webkit-outer-spin-button {
                    cursor: pointer;
                    opacity: 1
                }

            .cart-table tbody > tr td.product-remove a {
                font-size: 18px;
                color: #06142c;
                display: inline-block
            }

                .cart-table tbody > tr td.product-remove a:hover {
                    color: #333
                }

.cart-calculate-discount-wrap h4 {
    font-size: 20px;
    margin: 0 0 30px
}

.cart-shiping-update-wrapper {
    display: flex;
    justify-content: space-between;
    margin: 30px 0 30px
}

@media only screen and (max-width:767px),only screen and (min-width:768px) and (max-width:991px),only screen and (min-width:992px) and (max-width:1199px) {
    .cart-shiping-update-wrapper {
        margin: 40px 0 60px
    }
}

@media only screen and (max-width:479px) {
    .cart-shiping-update-wrapper {
        display: block
    }
}

.cart-shiping-btn a {
    font-size: 14px;
    background-color: #06142c
}

@media only screen and (max-width:479px) {
    .cart-shiping-btn a {
        display: block;
        width: 100%
    }
}

.cart-shiping-btn a.btn-link {
    background-color: #333;
    border: none;
    border-radius: 0;
    color: #fff;
    line-height: 1;
    min-height: auto;
    padding: 16px 20px;
    text-decoration: none
}

@media only screen and (max-width:479px) {
    .cart-shiping-btn a.btn-link + .btn-link {
        margin-top: 15px
    }
}

.cart-shiping-btn a i {
    font-size: 16px;
    margin-right: 2px;
    position: relative;
    top: 0
}

.cart-shiping-btn.continure-btn a {
    background-color: #06142c
}

@media only screen and (max-width:479px) {
    .cart-shiping-btn.continure-btn a {
        margin-bottom: 15px
    }
}

.cart-shiping-btn.continure-btn a:hover, .cart-shiping-btn.update-btn a {
    background-color: #333
}

    .cart-shiping-btn.update-btn a:hover {
        background-color: #06142c
    }

.select-style {
    margin-bottom: 15px
}

    .select-style .select-active {
        border: 1px solid #d3d3d3;
        border-radius: 0;
        width: 100%;
        height: 49px;
        line-height: 49px;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        color: #333;
        margin-bottom: 0;
        padding-left: 18px;
        padding-right: 20px
    }

@media only screen and (max-width:767px) {
    .select-style .select-active {
        height: 42px;
        line-height: 42px
    }
}

.calculate-discount-content p {
    font-size: 14px;
    margin-bottom: 18px;
    display: block;
    color: #1f2226
}

.calculate-discount-content .input-style {
    margin-bottom: 15px
}

    .calculate-discount-content .input-style input {
        background-color: transparent;
        border: 1px solid #d3d3d3;
        border-radius: 0;
        color: #333;
        height: 49px;
        padding: 2px 16px 2px 18px;
        width: 100%
    }

        .calculate-discount-content .input-style input::-webkit-input-placeholder {
            color: #333;
            font-size: 14px;
            opacity: 1
        }

        .calculate-discount-content .input-style input:-moz-placeholder, .calculate-discount-content .input-style input::-moz-placeholder {
            color: #333;
            font-size: 14px;
            opacity: 1
        }

        .calculate-discount-content .input-style input:-ms-input-placeholder {
            color: #333;
            font-size: 14px;
            opacity: 1
        }

        .calculate-discount-content .input-style input:focus {
            border-color: #333
        }

.calculate-discount-btn a {
    background-color: #333;
    font-size: 14px;
    text-transform: capitalize
}

@media only screen and (max-width:767px),only screen and (min-width:768px) and (max-width:991px),only screen and (min-width:992px) and (max-width:1199px) {
    .calculate-discount-btn a {
        font-size: 14px
    }
}

.calculate-discount-btn a.btn {
    border-radius: 0;
    line-height: 1;
    min-height: auto;
    padding: 18px 20px
}

@media only screen and (max-width:767px),only screen and (min-width:768px) and (max-width:991px),only screen and (min-width:992px) and (max-width:1199px) {
    .calculate-discount-btn a.btn {
        padding: 11px 19px
    }
}

.calculate-discount-btn a.btn-link {
    border: none;
    text-decoration: none;
    color: #fff
}

.calculate-discount-btn a:hover {
    background-color: #06142c
}

.grand-total-content {
    padding: 30px;
    padding: 34px 30px 33px;
    background-color: #f5f5f5
}

    .grand-total-content h5 {
        margin: 0;
        border-bottom: 1px solid #333;
        display: flex;
        justify-content: space-between;
        padding: 0 0 18px
    }

        .grand-total-content h5 span {
            color: #06142c
        }

.grand-total h4 {
    font-size: 20px;
    font-weight: 600;
    display: flex;
    justify-content: space-between;
    margin: 0
}

    .grand-total h4 span {
        color: #06142c
    }

.grand-total-btn {
    margin-top: 24px
}

    .grand-total-btn a {
        font-size: 15px;
        border: none;
        text-transform: uppercase;
        background-color: #06142c;
        display: block;
        font-weight: 500
    }

        .grand-total-btn a.btn {
            border-radius: 0;
            line-height: 1;
            min-height: auto;
            padding: 20px 15px
        }

@media only screen and (max-width:767px),only screen and (min-width:768px) and (max-width:991px),only screen and (min-width:992px) and (max-width:1199px) {
    .grand-total-btn a.btn {
        padding: 14px 10px
    }
}

.grand-total-btn a.btn-link {
    text-decoration: none;
    color: #fff
}

.grand-total-btn a:hover {
    background-color: #333;
    border-color: #333
}

.grand-shipping {
    padding: 38px 0 32px
}

    .grand-shipping > span {
        font-size: 16px
    }

    .grand-shipping ul {
        padding: 17px 0 0;
        margin: 0
    }

        .grand-shipping ul li {
            display: flex;
            align-items: center;
            margin-bottom: 7px
        }

            .grand-shipping ul li:last-child {
                margin-bottom: 0
            }

            .grand-shipping ul li input {
                width: auto;
                height: auto
            }

                .grand-shipping ul li input:hover {
                    cursor: pointer
                }

            .grand-shipping ul li label {
                font-size: 16px;
                font-weight: 400;
                color: #333;
                margin-left: 10px
            }

.shipping-country {
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 35px;
    margin-bottom: 30px
}

    .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
    }

.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
    }

    .checkout-coupon-wrap > p i {
        font-size: 13px;
        position: relative;
        top: 1px
    }

    .checkout-coupon-wrap > p a {
        color: #333;
        margin-left: 6px;
        font-size: 14px
    }

        .checkout-coupon-wrap > p a:hover {
            color: #06142c
        }

.checkout-coupon-content p {
    color: #666;
    margin: 0
}

.checkout-coupon-content input {
    height: 55px;
    border: 1px solid #e5e5e5;
    background-color: transparent;
    color: #000;
    font-size: 15px;
    padding: 2px 16px;
    margin: 25px 0 15px;
    width: 100%
}

    .checkout-coupon-content input:focus {
        border-color: #333
    }

.checkout-coupon-content button {
    border: none;
    background-color: #1f2226;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    padding: 18px 35px 17px;
    position: relative;
    top: -2px;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out
}

    .checkout-coupon-content button:hover {
        background-color: #06142c
    }

.billing-info-wrap h4 {
    font-size: 20px;
    margin: 0 0 23px
}

.billing-info label {
    color: #000;
    display: block;
    margin: 0 0 8px;
    font-weight: 500;
    font-size: 14px
}

@media only screen and (max-width:767px) {
    .billing-info label {
        margin-bottom: 10px
    }
}

.billing-info label abbr {
    color: #1f2226
}

.billing-info input {
    background-color: transparent;
    border: 1px solid #d3d3d3;
    border-radius: 0;
    color: #333;
    font-size: 14px;
    height: 49px;
    padding: 2px 16px;
    width: 100%
}

    .billing-info input::-webkit-input-placeholder {
        color: #333;
        font-size: 14px;
        opacity: 1
    }

@media only screen and (max-width:767px) {
    .billing-info input::-webkit-input-placeholder {
        font-size: 12px
    }
}

.billing-info input:-moz-placeholder {
    color: #333;
    font-size: 14px;
    opacity: 1
}

@media only screen and (max-width:767px) {
    .billing-info input:-moz-placeholder {
        font-size: 12px
    }
}

.billing-info input::-moz-placeholder {
    color: #333;
    font-size: 14px;
    opacity: 1
}

@media only screen and (max-width:767px) {
    .billing-info input::-moz-placeholder {
        font-size: 12px
    }
}

.billing-info input:-ms-input-placeholder {
    color: #333;
    font-size: 14px;
    opacity: 1
}

@media only screen and (max-width:767px) {
    .billing-info input:-ms-input-placeholder {
        font-size: 12px
    }
}

@media only screen and (max-width:767px) {
    .billing-info input {
        height: 42px
    }
}

.billing-info input:focus {
    border-color: #333
}

.billing-info input.billing-address {
    margin-bottom: 20px
}

.billing-select .select-style .select-active {
    border: 1px solid #d3d3d3;
    border-radius: 0;
    width: 100%;
    height: 49px;
    line-height: 45px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    color: #333;
    margin-bottom: 0;
    padding-left: 18px;
    padding-right: 20px;
    font-size: 14px
}

.billing-select label {
    color: #000;
    display: block;
    margin: 0 0 8px;
    font-weight: 500;
    font-size: 14px
}

    .billing-select label abbr {
        color: #f33
    }

.checkout-account {
    margin-bottom: 18px
}

    .checkout-account input {
        border: 2px solid #d3d3d3;
        display: inline-block;
        float: left;
        height: 14px;
        border-radius: 1px !important;
        width: 14px;
        position: relative;
        color: #495057
    }

@media only screen and (max-width:767px),only screen and (min-width:768px) and (max-width:991px),only screen and (min-width:992px) and (max-width:1199px) {
    .checkout-account input {
        top: 8px
    }
}

.checkout-account input.checkout-toggle {
    cursor: pointer;
    top: 1px
}

.checkout-account span {
    margin: 0 0 0 10px;
    font-size: 14px;
    font-weight: 500;
    text-transform: capitalize
}

.additional-info-wrap {
    margin: 19px 0 -5px
}

    .additional-info-wrap label {
        color: #000;
        display: block;
        margin: 0 0 8px;
        font-weight: 500;
        font-size: 14px
    }

    .additional-info-wrap textarea {
        width: 100%;
        min-height: 92px;
        background-color: transparent;
        padding: 13px 16px;
        color: #333;
        font-size: 13px;
        border: 1px solid #e5e5e5;
        line-height: 1.2
    }

@media only screen and (max-width:767px) {
    .additional-info-wrap textarea::-webkit-input-placeholder {
        font-size: 12px
    }
}

@media only screen and (max-width:767px) {
    .additional-info-wrap textarea:-moz-placeholder, .additional-info-wrap textarea::-moz-placeholder {
        font-size: 12px
    }
}

@media only screen and (max-width:767px) {
    .additional-info-wrap textarea:-ms-input-placeholder {
        font-size: 12px
    }
}

.additional-info-wrap textarea:focus {
    border-color: #333
}

.checkout-coupon-content, .different-address {
    display: none
}

.your-order-area h3 {
    font-size: 20px;
    margin: 0 0 21px
}

.your-order-wrap {
    background-color: #f6f6f6;
    padding: 36px
}

@media only screen and (max-width:575px) {
    .your-order-wrap {
        padding: 30px 20px
    }
}

.your-order-title h6 {
    display: flex;
    justify-content: space-between;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0 0 18px;
    padding: 0 0 22px;
    border-bottom: 1px solid #e5e5e5;
    font-size: 18px
}

.your-order-product {
    padding-bottom: 21px
}

    .your-order-product ul {
        margin: 0
    }

        .your-order-product ul li {
            display: flex;
            justify-content: space-between;
            margin: 0 0 9px;
            font-size: 14px
        }

            .your-order-product ul li:last-child {
                margin: 0
            }

            .your-order-product ul li span {
                font-size: 14px;
                color: #06142c;
                font-weight: 500
            }

.your-order-subtotal {
    border-bottom: 1px solid #e5e5e5;
    border-top: 1px solid #e5e5e5;
    padding: 20px 0
}

    .your-order-subtotal h3 {
        font-size: 16px;
        font-weight: 600;
        margin: 0;
        display: flex;
        align-items: center;
        justify-content: space-between
    }

        .your-order-subtotal h3 span {
            font-size: 16px;
            font-weight: 600;
            color: #06142c
        }

.your-order-shipping {
    padding: 21px 0 22px
}

    .your-order-shipping > span {
        font-size: 14px;
        font-weight: 500
    }

    .your-order-shipping ul {
        padding: 17px 0 0;
        margin: 0
    }

        .your-order-shipping ul li {
            display: flex;
            align-items: center;
            margin-bottom: 7px
        }

            .your-order-shipping ul li:last-child {
                margin-bottom: 0
            }

            .your-order-shipping ul li input {
                cursor: pointer;
                width: auto;
                height: auto
            }

            .your-order-shipping ul li label {
                color: #333;
                cursor: pointer;
                font-size: 14px;
                font-weight: 400;
                margin-left: 10px
            }

.your-order-total {
    border-bottom: 1px solid #e5e5e5;
    border-top: 1px solid #e5e5e5;
    padding: 20px 0
}

    .your-order-total h3 {
        font-size: 18px;
        font-weight: 600;
        margin: 0;
        display: flex;
        align-items: center;
        justify-content: space-between
    }

        .your-order-total h3 span {
            font-size: 22px;
            color: #06142c
        }

.payment-method {
    padding: 40px 0 10px
}

.sin-payment {
    margin-bottom: 25px
}

    .sin-payment input {
        cursor: pointer;
        width: auto;
        display: inline-block;
        float: left;
        height: auto;
        margin-top: 4px
    }

    .sin-payment label {
        color: #333;
        cursor: pointer;
        font-size: 14px;
        margin: 0 0 0 21px;
        display: flex;
        align-items: center;
        font-weight: 500
    }

        .sin-payment label img {
            max-width: 140px;
            display: inline-block;
            margin: 0 5px
        }

        .sin-payment label a {
            color: #000;
            text-decoration: underline
        }

            .sin-payment label a:hover {
                color: #06142c
            }

.payment-box {
    margin: 6px 0 0 21px;
    display: none
}

    .payment-box p {
        font-size: 14px;
        line-height: 24px;
        margin: 0
    }

.payment-condition {
    border-top: 1px solid #e5e5e5;
    padding: 20px 0 0;
    margin: 0 0 10px
}

    .payment-condition p {
        font-size: 14px;
        line-height: 1.9
    }

        .payment-condition p a {
            color: #06142c;
            font-size: 14px
        }

            .payment-condition p a:hover {
                text-decoration: underline
            }

.payment-checkbox {
    display: flex;
    align-items: center
}

    .payment-checkbox input {
        width: auto;
        height: auto
    }

    .payment-checkbox span {
        color: #888;
        font-size: 14px;
        margin-left: 10px
    }

        .payment-checkbox span a {
            color: #06142c;
            font-size: 14px
        }

            .payment-checkbox span a:hover {
                text-decoration: underline
            }

.checkout-title {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 26px
}

.place-order {
    margin-top: 20px
}

    .place-order a {
        padding: 24px 23px 23px;
        font-size: 15px;
        line-height: 1;
        color: #fff;
        text-transform: uppercase;
        font-weight: 600;
        display: block;
        text-align: center;
        background-color: #06142c
    }

@media only screen and (max-width:767px) {
    .place-order a {
        font-size: 16px
    }
}

.place-order a:hover {
    background-color: #1f2226
}

.wishlist-table-content {
    width: 100%
}

    .wishlist-table-content thead {
        background-color: #f3f3f3
    }

        .wishlist-table-content thead > tr th {
            color: #000;
            font-size: 15px;
            font-weight: 600;
            text-transform: uppercase;
            padding: 14px 12px
        }

            .wishlist-table-content thead > tr th.width-thumbnail {
                min-width: 130px
            }

            .wishlist-table-content thead > tr th.width-name {
                min-width: 300px
            }

            .wishlist-table-content thead > tr th.width-price {
                min-width: 162px
            }

            .wishlist-table-content thead > tr th.width-stock-status {
                min-width: 170px
            }

            .wishlist-table-content thead > tr th.width-subtotal {
                min-width: 145px
            }

            .wishlist-table-content thead > tr th.width-remove {
                min-width: 50px
            }

    .wishlist-table-content tbody > tr {
        border-bottom: 1px solid #e5e5e5
    }

        .wishlist-table-content tbody > tr td {
            padding: 23px 12px
        }

            .wishlist-table-content tbody > tr td.product-thumbnail a {
                display: block
            }

                .wishlist-table-content tbody > tr td.product-thumbnail a img {
                    width: 80px
                }

            .wishlist-table-content tbody > tr td.product-name h5 {
                display: block;
                font-weight: 600;
                font-size: 16px;
                color: #000
            }

                .wishlist-table-content tbody > tr td.product-name h5 a {
                    color: #000
                }

                    .wishlist-table-content tbody > tr td.product-name h5 a:hover {
                        color: #06142c
                    }

            .wishlist-table-content tbody > tr td.product-price span {
                font-size: 16px;
                font-weight: 500;
                color: #1f2226
            }

            .wishlist-table-content tbody > tr td.stock-status span {
                font-size: 15px;
                font-weight: 600;
                color: #1f2226
            }

                .wishlist-table-content tbody > tr td.stock-status span i {
                    font-size: 11px
                }

            .wishlist-table-content tbody > tr td.product-remove a {
                font-size: 28px;
                color: #c3c3c3;
                display: inline-block
            }

                .wishlist-table-content tbody > tr td.product-remove a:hover {
                    color: #06142c
                }

            .wishlist-table-content tbody > tr td.wishlist-cart a {
                display: inline-block;
                font-weight: 500;
                font-size: 14px;
                color: #fff;
                padding: 11px 16px 10px;
                line-height: 1;
                white-space: pre;
                background-color: #06142c
            }

                .wishlist-table-content tbody > tr td.wishlist-cart a:hover {
                    background-color: #333
                }

.compare-table-content tr {
    margin-bottom: 20px
}

    .compare-table-content tr td {
        padding: 20px;
        vertical-align: middle;
        border-color: #e5e5e5;
        color: #000
    }

        .compare-table-content tr td.first-column {
            min-width: 175px;
            font-size: 16px;
            font-weight: 500;
            margin: 0
        }

        .compare-table-content tr td.product-image-title {
            min-width: 310px;
            vertical-align: bottom;
            text-align: left
        }

            .compare-table-content tr td.product-image-title .image {
                clear: both;
                width: 100%;
                margin-bottom: 15px;
                display: block
            }

                .compare-table-content tr td.product-image-title .image img {
                    width: 100%
                }

            .compare-table-content tr td.product-image-title .category {
                float: left;
                clear: both;
                color: #1f2226;
                text-transform: capitalize;
                letter-spacing: .5px
            }

            .compare-table-content tr td.product-image-title .title {
                color: #000;
                clear: both;
                float: left;
                font-size: 16px;
                font-weight: 500;
                line-height: 1.2;
                margin-top: 5px;
                text-transform: capitalize
            }

                .compare-table-content tr td.product-image-title .title:hover {
                    color: #06142c
                }

        .compare-table-content tr td.pro-desc p {
            margin: 0;
            line-height: 30px;
            text-align: left
        }

        .compare-table-content tr td a.check-btn {
            color: #000;
            font-size: 15px
        }

            .compare-table-content tr td a.check-btn:hover {
                color: #06142c
            }

        .compare-table-content tr td.pro-color, .compare-table-content tr td.pro-stock {
            font-size: 15px;
            font-weight: 400;
            color: #1f2226
        }

        .compare-table-content tr td.pro-price {
            color: #06142c;
            font-size: 16px;
            font-weight: 500
        }

        .compare-table-content tr td.pro-remove button {
            border: none;
            background-color: transparent;
            color: #06142c;
            padding: 0;
            cursor: pointer
        }

            .compare-table-content tr td.pro-remove button:hover {
                color: #333
            }

            .compare-table-content tr td.pro-remove button i {
                font-size: 18px
            }

        .compare-table-content tr td.pro-ratting i {
            color: #ff9923
        }

.myaccount-tab-menu {
    border: none;
    flex-direction: column
}

@media only screen and (max-width:767px) {
    .myaccount-tab-menu {
        margin-bottom: 40px
    }
}

.myaccount-nav-link {
    background-color: transparent;
    border: 1px solid #e5e5e5;
    border-bottom: none;
    border-radius: 0;
    color: #000;
    font-size: 15px;
    font-weight: 500;
    display: block;
    padding: 10px 15px;
    text-align: left;
    text-transform: capitalize
}

    .myaccount-nav-link:last-child {
        border-bottom: 1px solid #e5e5e5
    }

    .myaccount-nav-link.active {
        background-color: #06142c
    }

    .myaccount-nav-link.active, .myaccount-nav-link:hover {
        background-color: #06142c;
        border-color: #06142c;
        color: #fff
    }

.myaccount-content {
    border: 1px solid #eee;
    padding: 30px
}

@media only screen and (max-width:767px),only screen and (min-width:768px) and (max-width:991px),only screen and (min-width:992px) and (max-width:1199px) {
    .myaccount-content {
        padding: 20px
    }
}

.myaccount-content form {
    margin-top: -20px
}

.myaccount-content h3 {
    font-size: 20px;
    font-weight: 600;
    border-bottom: 1px dashed #ccc;
    padding-bottom: 10px;
    margin-bottom: 25px
}

.myaccount-content .welcome a:hover {
    color: #06142c
}

.myaccount-content .welcome strong {
    font-weight: 600;
    color: #06142c
}

.myaccount-content p {
    line-height: 28px;
    margin-bottom: 2px
}

.myaccount-content fieldset {
    margin-top: 20px
}

    .myaccount-content fieldset legend {
        font-size: 16px;
        margin-bottom: 20px;
        font-weight: 600;
        padding-bottom: 10px;
        border-bottom: 1px solid #e5e5e5
    }

.account-details-form {
    margin-top: 50px
}

    .account-details-form .single-input-item {
        margin-bottom: 20px
    }

        .account-details-form .single-input-item label {
            font-size: 14px;
            text-transform: capitalize;
            display: block;
            margin: 0 0 5px
        }

        .account-details-form .single-input-item input {
            border: 1px solid #e8e8e8;
            width: 100%;
            height: 49px;
            background-color: transparent;
            padding: 2px 20px;
            color: #000;
            font-size: 13px
        }

            .account-details-form .single-input-item input::-webkit-input-placeholder {
                color: #1f2226
            }

            .account-details-form .single-input-item input:-moz-placeholder, .account-details-form .single-input-item input::-moz-placeholder {
                color: #1f2226
            }

            .account-details-form .single-input-item input:-ms-input-placeholder {
                color: #1f2226
            }

            .account-details-form .single-input-item input:focus {
                border: 1px solid #333
            }

        .account-details-form .single-input-item button {
            border: none;
            background-color: #06142c;
            text-transform: uppercase;
            font-weight: 600;
            padding: 9px 25px;
            color: #fff;
            font-size: 13px
        }

            .account-details-form .single-input-item button:hover {
                background-color: #1f2226
            }

.myaccount-table {
    white-space: nowrap;
    font-size: 14px
}

    .myaccount-table th {
        padding: 10px;
        font-weight: 600;
        background-color: #f8f8f8;
        border-color: #ccc;
        border-bottom: 0;
        color: #1f2226
    }

    .myaccount-table td {
        padding: 10px;
        vertical-align: middle;
        border-color: #ccc
    }

        .myaccount-table td a {
            font-size: 14px;
            color: #000
        }

.saved-message {
    background-color: #fff;
    border-top: 3px solid #06142c;
    font-size: 14px;
    padding: 20px 0;
    color: #333
}

.login-register-form {
    max-width: 570px;
    margin: auto;
    padding: 30px 30px 10px;
    background-color: #f8f9fa
}


@media only screen and (max-width:767px),only screen and (min-width:768px) and (max-width:991px) {
    .login-register-form {
        padding: 20px 20px 6px
    }
}

.login-register-form .title {
    text-align: center;
    font-weight: 700;
    margin-bottom: 0
}

.login-register-form p {
    font-weight: 500;
    margin-bottom: 20px;
    text-align: center
}

@media only screen and (max-width:767px) {
    .login-register-form p {
        font-size: 13px
    }
}

.login-register-form .form-field {
    font-size: 14px;
    width: 100%;
    height: 54px;
    padding: 10px 24px;
    border: 1px solid #e5e5e5;
    background-color: #fff
}

.login-register-form .btn {
    color: #fff;
    background-color: #212529;
    border-color: #212529;
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 20px 40px;
    text-align: center;
    white-space: nowrap;
    border-width: 2px;
    border-radius: 0
}

    .login-register-form .btn:hover {
        color: #fff;
        border-color: #06142c;
        background-color: #06142c
    }

.login-register-form .btn-sm {
    padding: 5px 10px;
}

.login-register-form p {
    font-size: 500px;
    font-size: 14px
}

.login-register-form b {
    font-weight: 600
}

.comment-list, .review-list {
    max-width: 770px;
    margin-bottom: 40px;
    padding: 0;
    list-style: none
}

.comment-child, .review-child {
    margin: 0;
    padding-left: 90px;
    list-style: none
}

@media only screen and (max-width:767px) {
    .comment-child, .review-child {
        padding-left: 60px
    }
}

@media only screen and (max-width:575px) {
    .comment-child, .review-child {
        padding-left: 30px
    }
}

@media only screen and (max-width:479px) {
    .comment-child, .review-child {
        padding-left: 10px
    }
}

.comment-item, .review-item {
    display: flex;
    flex-wrap: wrap;
    gap: 20px
}

@media only screen and (max-width:479px) {
    .comment-item, .review-item {
        flex-direction: column
    }
}

.comment-item:not(:last-child), .review-item:not(:last-child) {
    margin-bottom: 25px;
    padding-bottom: 25px;
    border-bottom: 1px solid #e5e5e5
}

.comment-thumb, .review-thumb {
    overflow: hidden;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background-color: #f1f2f3
}

    .comment-thumb img, .review-thumb img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover
    }

.comment-content, .review-content {
    flex: 1 0
}

    .comment-content p, .review-content p {
        margin: 0
    }

        .comment-content p:not(:last-child), .review-content p:not(:last-child) {
            margin-bottom: 10px
        }

.comment-rating, .review-rating {
    display: flex;
    margin-bottom: 10px
}

.comment-rating-active, .comment-rating-bg, .review-rating-active, .review-rating-bg {
    display: flex;
    width: 70px;
    height: 14px;
    background-image: url(../images/products/rating-bg.svg);
    background-repeat: repeat-x
}

.comment-rating-active, .review-rating-active {
    background-image: url(../images/products/rating-active.svg)
}

.comment-meta, .review-meta {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 10px;
    gap: 10px
}

.comment-name, .review-name {
    font-size: 18px;
    line-height: 1;
    margin: 0
}

.comment-date, .review-date {
    font-size: 14px;
    line-height: 1;
    display: flex;
    gap: 10px
}

    .comment-date:before, .review-date:before {
        content: "/"
    }

.comment-reply, .review-reply {
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase
}

.comment-form, .review-form {
    max-width: 770px
}

    .comment-form label, .review-form label {
        font-size: 14px;
        line-height: 1.25;
        display: block;
        margin-bottom: 10px
    }

    .comment-form input.form-field:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=range]), .review-form input.form-field:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=range]) {
        color: #333;
        font-size: 14px;
        width: 100%;
        height: 54px;
        padding: 10px 24px;
        border: 1px solid #e5e5e5;
        background-color: #fff
    }

        .comment-form input.form-field:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=range])::-webkit-input-placeholder, .review-form input.form-field:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=range])::-webkit-input-placeholder {
            color: #333
        }

        .comment-form input.form-field:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=range]):-moz-placeholder, .comment-form input.form-field:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=range])::-moz-placeholder, .review-form input.form-field:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=range]):-moz-placeholder, .review-form input.form-field:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=range])::-moz-placeholder {
            color: #333
        }

        .comment-form input.form-field:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=range]):-ms-input-placeholder, .review-form input.form-field:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=range]):-ms-input-placeholder {
            color: #333
        }

        .comment-form input.form-field:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=range]):focus, .review-form input.form-field:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=range]):focus {
            border-color: #333
        }

            .comment-form input.form-field:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=range]):focus::-webkit-input-placeholder, .review-form input.form-field:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=range]):focus::-webkit-input-placeholder {
                color: #333
            }

            .comment-form input.form-field:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=range]):focus:-moz-placeholder, .comment-form input.form-field:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=range]):focus::-moz-placeholder, .review-form input.form-field:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=range]):focus:-moz-placeholder, .review-form input.form-field:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=range]):focus::-moz-placeholder {
                color: #333
            }

            .comment-form input.form-field:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=range]):focus:-ms-input-placeholder, .review-form input.form-field:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=range]):focus:-ms-input-placeholder {
                color: #333
            }

    .comment-form textarea.form-field, .review-form textarea.form-field {
        font-size: 14px;
        width: 100%;
        height: 140px;
        padding: 20px 24px;
        border: 1px solid #e5e5e5;
        background-color: #fff
    }

        .comment-form textarea.form-field:focus, .review-form textarea.form-field:focus {
            border-color: #333
        }

    .comment-form .nice-select.form-field, .review-form .nice-select.form-field {
        border-radius: 0;
        height: 52px;
        line-height: 52px;
        width: 100%
    }

    .comment-form .btn.btn-submit, .review-form .btn.btn-submit {
        background-color: #1f2226;
        border-color: #1f2226;
        border-radius: 0;
        color: #fff;
        padding: 20px 40px
    }

        .comment-form .btn.btn-submit:hover, .review-form .btn.btn-submit:hover {
            background-color: #06142c;
            border-color: #06142c;
            color: #fff
        }

.comment-form {
    max-width: none
}

.product-cart-view-modal .modal-dialog {
    max-width: 1180px
}

@media only screen and (max-width:767px),only screen and (min-width:992px) and (max-width:1199px) {
    .product-cart-view-modal .modal-dialog {
        margin-left: 15px;
        margin-right: 15px
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .product-cart-view-modal .modal-dialog {
        max-width: 540px
    }
}

.product-cart-view-modal .modal-body {
    padding: 30px 15px
}

@media only screen and (max-width:767px),only screen and (min-width:768px) and (max-width:991px) {
    .product-cart-view-modal .modal-body {
        padding: 30px 15px 60px
    }
}

.product-cart-view-modal .modal-content {
    border: none
}

.product-cart-view-modal .product-single-info {
    padding-bottom: 0;
    padding-top: 20px;
    margin-left: 0;
    margin-bottom: 0
}

    .product-cart-view-modal .product-single-info .prices {
        margin: 20px 0
    }

    .product-cart-view-modal .product-single-info .desc {
        margin-bottom: 20px
    }

.product-cart-view-modal .btn-close {
    background-color: transparent;
    box-shadow: none;
    border: 1px solid #333;
    background-image: none;
    font-size: 24px;
    line-height: 25px;
    border-radius: 50%;
    opacity: 1;
    position: absolute;
    top: 7px;
    right: 7px;
    z-index: 2;
    width: 25px;
    height: 25px;
    color: #333;
    text-align: center;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out
}

    .product-cart-view-modal .btn-close span {
        position: relative;
        top: -1px
    }

    .product-cart-view-modal .btn-close:hover {
        background-color: #06142c;
        border-color: #06142c;
        color: #fff
    }

.single-product-quick-view-slider .thumb-item img {
    width: 100%
}

.product-action-modal .modal-body {
    padding: 25px 30px
}

.product-action-view-content .btn-close {
    background: none;
    color: #333;
    font-size: 18px;
    margin-right: 9px;
    position: relative;
    top: -13px
}

.product-action-view-content .modal-action-messages {
    margin-bottom: 20px
}

.modal-action-product .product-name {
    margin-top: 20px
}

.product-slider-container {
    padding-bottom: 2px
}

.off-canvas-wrapper.offcanvas {
    background-color: #fff;
    width: 310px;
    z-index: 999
}

@media only screen and (max-width:767px),only screen and (min-width:768px) and (max-width:991px) {
    .off-canvas-wrapper.offcanvas {
        width: 310px
    }
}

.off-canvas-wrapper .offcanvas-header {
    padding: 0
}

.off-canvas-wrapper .offcanvas-body {
    display: flex;
    width: 100%;
    justify-content: space-between;
    flex-direction: column;
    padding: 0;
    scrollbar-width: auto;
    scrollbar-color: #1f1f1f #292929
}

    .off-canvas-wrapper .offcanvas-body::-webkit-scrollbar {
        width: 2px
    }

    .off-canvas-wrapper .offcanvas-body::-webkit-scrollbar-track {
        background: #292929
    }

    .off-canvas-wrapper .offcanvas-body::-webkit-scrollbar-thumb {
        background-color: #1f1f1f;
        border-radius: 2px;
        border: 2px solid #1f1f1f
    }

.off-canvas-wrapper .header-social-icons {
    padding: 20px
}

    .off-canvas-wrapper .header-social-icons a + a {
        margin-left: 14px
    }

    .off-canvas-wrapper .header-social-icons img {
        filter: brightness(.2);
        opacity: .7;
        width: 24px
    }

        .off-canvas-wrapper .header-social-icons img:hover {
            opacity: 1
        }

.off-canvas-wrapper .btn-menu-close {
    display: block;
    font-family: Rajdhani,sans-serif;
    width: 100%;
    height: 60px;
    background-color: #06142c;
    opacity: 1;
    border-radius: 0;
    color: #fff;
    background-image: none;
    padding: 0 20px;
    line-height: 62px;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 600;
    text-align: left;
    border: none;
    position: relative;
    transition: all .3s ease-out;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out
}

    .off-canvas-wrapper .btn-menu-close i {
        position: absolute;
        right: 21px;
        top: 50%;
        transform: translateY(-50%)
    }

    .off-canvas-wrapper .btn-menu-close:hover {
        color: #fff;
        background-color: #333
    }

.mobile-menu-items {
    padding: 0
}

    .mobile-menu-items ul {
        border-top: 1px solid rgba(10,77,60,.15)
    }

        .mobile-menu-items ul li {
            position: relative
        }

            .mobile-menu-items ul li a {
                display: block;
                width: 100%;
                background: none;
                text-align: left;
                padding: 10px 20px;
                border: 0;
                border-bottom: 1px solid rgba(10,77,60,.15);
                font-size: 15px;
                font-weight: 500;
                font-family: #000000;
                color: #000
            }

                .mobile-menu-items ul li a:hover {
                    color: #06142c
                }

            .mobile-menu-items ul li .mobile-menu-expand {
                position: absolute;
                right: 20px;
                top: 15px;
                width: 16px;
                height: 16px;
                cursor: pointer
            }

                .mobile-menu-items ul li .mobile-menu-expand:before {
                    position: absolute;
                    content: "";
                    width: 100%;
                    height: 1px;
                    background-color: #000;
                    top: 50%;
                    transform: translateY(-50%)
                }

                .mobile-menu-items ul li .mobile-menu-expand:after {
                    position: absolute;
                    content: "";
                    width: 1px;
                    height: 100%;
                    background-color: #000;
                    left: 50%;
                    bottom: 0;
                    transform: translateX(-50%)
                }

            .mobile-menu-items ul li.active-expand > .mobile-menu-expand:before {
                background-color: #06142c
            }

            .mobile-menu-items ul li.active-expand > .mobile-menu-expand:after {
                background-color: #06142c;
                height: 0
            }

            .mobile-menu-items ul li.active-expand a {
                color: #06142c
            }

            .mobile-menu-items ul li.active-expand ul li a {
                color: #272a33
            }

            .mobile-menu-items ul li ul {
                border-top: 0
            }

                .mobile-menu-items ul li ul li a {
                    padding-left: 10%;
                    font-size: 14px
                }

                    .mobile-menu-items ul li ul li a:hover {
                        color: #06142c
                    }

                .mobile-menu-items ul li ul li ul li a {
                    padding-left: 16%;
                    font-size: 14px
                }

.btn-menu {
    background: none;
    border: none;
    font-size: 28px;
    height: auto;
    display: none;
    line-height: 1;
    padding: 0;
    color: #06142c;
    position: relative;
    top: 6px;
    margin: 0 0 0 10px
}

@media only screen and (max-width:767px),only screen and (min-width:768px) and (max-width:991px) {
    .btn-menu {
        display: inline-block
    }
}

@media only screen and (max-width:479px) {
    .btn-menu {
        font-size: 22px;
        top: 4px;
        margin: 0 0 0 4px
    }
}

.mobile-menu-social {
    display: flex;
    gap: 25px;
    border-top: 1px solid #dee2e6;
    padding: 20px 15px 17px
}

    .mobile-menu-social > a {
        font-size: 20px
    }

.product-deal-countdown {
    display: flex;
    justify-content: center;
    margin-bottom: 40px
}

.product-deal-countdown-inner {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    max-width: 770px;
    padding: 15px 30px 20px;
    gap: 25px
}

    .product-deal-countdown-inner:after, .product-deal-countdown-inner:before {
        position: absolute;
        z-index: -1;
        top: -7px;
        right: -7px;
        bottom: -7px;
        left: -7px;
        content: "";
        box-shadow: 0 10px 30px 0 rgba(0,0,0,.05)
    }

    .product-deal-countdown-inner:before {
        bottom: 0
    }

    .product-deal-countdown-inner:after {
        top: 0;
        right: 0;
        left: 0
    }

.product-deal-countdown .countdown-item {
    display: flex;
    gap: 5px
}

    .product-deal-countdown .countdown-item .number {
        font-family: Rajdhani,sans-serif;
        font-size: 36px;
        font-weight: 500;
        line-height: 1;
        position: relative;
        top: 5px
    }

    .product-deal-countdown .countdown-item .label {
        font-size: 18px;
        line-height: 1;
        font-weight: 500;
        align-self: flex-end
    }

.subscribe-newsletter {
    position: relative;
    width: 100%;
    max-width: 770px
}

    .subscribe-newsletter input[type=email] {
        height: 52px !important;
        padding: 10px 148px 10px 30px;
        font-size: 14px;
        width: 100%;
        border-radius: 50px;
        background-color: #f8f8f8;
        border: 1px solid #e5e5e5
    }

@media only screen and (max-width:767px) {
    .subscribe-newsletter input[type=email] {
        font-size: 14px;
        height: 50px !important
    }
}

@media only screen and (max-width:479px) {
    .subscribe-newsletter input[type=email] {
        text-align: center;
        padding: 10px
    }
}

.subscribe-newsletter input[type=email]::-webkit-input-placeholder {
    color: #1f2226
}

.subscribe-newsletter input[type=email]:-moz-placeholder, .subscribe-newsletter input[type=email]::-moz-placeholder {
    color: #1f2226
}

.subscribe-newsletter input[type=email]:-ms-input-placeholder {
    color: #1f2226
}

.subscribe-newsletter input[type=submit] {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    padding: 10px 36px;
    color: #fff;
    border: none;
    border-radius: 100px;
    background-color: #06142c;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 500
}

@media only screen and (max-width:479px) {
    .subscribe-newsletter input[type=submit] {
        position: relative;
        width: 100%;
        margin-top: 10px;
        height: 50px
    }
}

.subscribe-newsletter input[type=submit]:hover {
    background-color: #b61e1e
}

.subscribe-newsletter-2 {
    position: relative;
    width: 100%;
    max-width: 550px
}

    .subscribe-newsletter-2 input[type=email] {
        height: 60px !important;
        padding: 10px 166px 10px 30px;
        font-size: 18px;
        width: 100%;
        border-radius: 50px;
        background-color: transparent;
        border: 1px solid #333
    }

@media only screen and (max-width:767px),only screen and (min-width:768px) and (max-width:991px) {
    .subscribe-newsletter-2 input[type=email] {
        height: 50px !important;
        padding: 10px 145px 10px 15px;
        font-size: 14px
    }
}

@media only screen and (max-width:575px) {
    .subscribe-newsletter-2 input[type=email] {
        text-align: center;
        padding: 10px
    }
}

.subscribe-newsletter-2 input[type=email]::-webkit-input-placeholder {
    color: #1f2226
}

.subscribe-newsletter-2 input[type=email]:-moz-placeholder, .subscribe-newsletter-2 input[type=email]::-moz-placeholder {
    color: #1f2226
}

.subscribe-newsletter-2 input[type=email]:-ms-input-placeholder {
    color: #1f2226
}

.subscribe-newsletter-2 input[type=submit] {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    padding: 10px 36px;
    color: #fff;
    border: none;
    border-radius: 0 50px 50px 0;
    background-color: #06142c;
    font-size: 18px;
    text-transform: capitalize;
    font-weight: 400;
    line-height: 32px
}

@media only screen and (max-width:767px),only screen and (min-width:768px) and (max-width:991px) {
    .subscribe-newsletter-2 input[type=submit] {
        padding: 10px 36px;
        font-size: 14px;
        line-height: 29px
    }
}

@media only screen and (max-width:575px) {
    .subscribe-newsletter-2 input[type=submit] {
        position: relative;
        width: 100%;
        margin-top: 10px;
        height: 50px;
        border-radius: 50px
    }
}

.subscribe-newsletter-2 input[type=submit]:hover {
    background-color: #b61e1e
}

.breadcrumb {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0;
    padding: 0;
    list-style: none;
    gap: 5px
}

    .breadcrumb li {
        display: flex;
        text-transform: uppercase;
        color: #000;
        gap: 5px
    }

        .breadcrumb li:not(:last-child):after {
            display: block;
            align-self: center;
            width: 18px;
            height: 1px;
            content: "";
            transform: rotate(115deg);
            background-color: #000
        }

.page-banner-section {
    position: relative;
    padding: 50px 0;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover
}

.shop-sidebar-item {
    border: none !important
}

    .shop-sidebar-item:not(:last-child) {
        margin-bottom: 50px
    }

    .shop-sidebar-item:first-of-type, .shop-sidebar-item:first-of-type .shop-sidebar-toggle {
        border-radius: 0
    }

.shop-sidebar-toggle {
    font-size: 20px;
    font-family: Rajdhani,sans-serif;
    font-weight: 500;
    line-height: 1.2;
    padding: 0 0 15px;
    color: #333;
    border-bottom: 1px solid #dee2e6;
    border-top: none;
    background-color: transparent
}

    .shop-sidebar-toggle:not(.collapsed) {
        color: #333;
        background-color: transparent;
        box-shadow: none
    }

        .shop-sidebar-toggle:not(.collapsed):after {
            content: "\eacb";
            transform: rotate(0deg);
            -webkit-transform: rotate(0deg);
            -moz-transform: rotate(0deg);
            -ms-transform: rotate(0deg);
            -o-transform: rotate(0deg)
        }

    .shop-sidebar-toggle:after {
        position: absolute;
        content: "\eac8";
        left: auto;
        right: 0;
        top: 0;
        font-family: IcoFont
    }

    .shop-sidebar-toggle:focus {
        border-color: #dee2e6;
        box-shadow: none
    }

.shop-sidebar-body {
    padding: 20px 0 0;
    border: none
}

.form-check {
    min-height: auto;
    margin-bottom: 0
}

    .form-check:not(:last-child) {
        margin-bottom: 20px
    }

    .form-check .form-check-input {
        margin-top: 0;
        cursor: pointer;
        border-width: 2px
    }

        .form-check .form-check-input:checked, .form-check .form-check-input:focus {
            box-shadow: none
        }

    .form-check .form-check-label {
        cursor: pointer;
        display: flex;
        margin: 0;
        color: #1f2226;
        font-weight: 500;
        line-height: 1;
        font-size: 14px
    }

.irs.irs--flat .irs-line {
    top: 26px;
    height: 8px;
    background-color: #dee2e6
}

.irs.irs--flat .irs-max, .irs.irs--flat .irs-min {
    border-radius: 2px
}

.irs.irs--flat .irs-from {
    transform: translateX(calc(50% - 8px));
    border-radius: 2px;
    background-color: #06142c
}

    .irs.irs--flat .irs-from:before {
        left: 8px;
        border-top-color: #06142c
    }

.irs.irs--flat .irs-to {
    transform: translateX(calc(-50% + 8px));
    border-radius: 2px;
    background-color: #06142c
}

    .irs.irs--flat .irs-to:before {
        right: 5px;
        left: auto;
        border-top-color: #06142c
    }

.irs.irs--flat .irs-single {
    border-radius: 2px;
    background-color: #06142c
}

    .irs.irs--flat .irs-single:before {
        border-top-color: #06142c
    }

.irs.irs--flat .irs-bar {
    top: 26px;
    height: 8px;
    background-color: #06142c
}

.irs.irs--flat .irs-handle {
    width: 16px;
    height: 16px;
    border: 2px solid #06142c;
    border-radius: 50%;
    background-color: #fff
}

    .irs.irs--flat .irs-handle i {
        display: none
    }

.shop-top-bar {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 40px;
    gap: 10px
}

.shop-top-bar-item {
    display: flex;
    align-items: center;
    align-self: center;
    gap: 10px
}

    .shop-top-bar-item label {
        font-size: 14px;
        font-weight: 500;
        margin: 0
    }

    .shop-top-bar-item select {
        padding-right: 15px;
        border: none;
        background-color: transparent
    }

    .shop-top-bar-item p, .shop-top-bar-item select {
        font-size: 14px;
        font-weight: 500
    }

    .shop-top-bar-item .list-grid-toggle {
        display: flex;
        gap: 20px
    }

        .shop-top-bar-item .list-grid-toggle button {
            line-height: 1;
            display: flex;
            padding: 5px;
            border: none;
            background-color: transparent
        }

            .shop-top-bar-item .list-grid-toggle button i {
                font-size: 18px
            }

            .shop-top-bar-item .list-grid-toggle button.active {
                color: #06142c
            }

.shop-bottom-bar {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 50px
}

.pagination {
    gap: 12px
}

    .pagination li a {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 44px;
        height: 44px;
        color: #1f2226;
        border-radius: 50%
    }

        .pagination li a i {
            line-height: 1
        }

        .pagination li a.active {
            cursor: not-allowed !important;
            color: #fff !important;
            background-color: #06142c !important
        }

    .pagination li:not(:first-child):not(:last-child) a {
        background-color: #fff;
        box-shadow: 0 0 12px rgba(0,0,0,.1)
    }

    .pagination li:not(.disabled) a:hover {
        color: #fff;
        background-color: #06142c
    }

    .pagination li.disabled a {
        cursor: not-allowed
    }

.about-title {
    color: #1f2226;
    font-size: 36px;
    font-weight: 700;
    margin: 0 0 20px;
    text-transform: uppercase
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .about-title {
        font-size: 30px;
        margin: 0 0 10px
    }
}

@media only screen and (max-width:767px),only screen and (min-width:768px) and (max-width:991px) {
    .about-title {
        font-size: 26px;
        margin-bottom: 10px
    }
}

.about-title > span {
    color: #06142c
}

.about-desc {
    font-size: 14px;
    line-height: 24px;
    font-weight: 500
}

.about-sub-title {
    color: #1f2226;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 15px;
    text-transform: uppercase
}

.testimonial {
    max-width: 700px;
    margin: 0 auto;
    text-align: center
}

.testimonial-client-thumb {
    overflow: hidden;
    width: 100px;
    height: 100px;
    margin: 0 auto 30px;
    border-radius: 50%
}

    .testimonial-client-thumb img {
        width: 100%;
        height: 100%;
        border: 1px solid #eee;
        border-radius: 50%
    }

.testimonial-client-name {
    font-size: 18px;
    font-weight: 600;
    margin: 0;
    letter-spacing: .5px;
    text-transform: uppercase
}

@media only screen and (max-width:767px) {
    .testimonial-client-name {
        font-size: 17px
    }
}

.testimonial-text {
    font-size: 19px;
    font-style: italic;
    margin-bottom: 22px
}

@media only screen and (max-width:767px) {
    .testimonial-text {
        font-size: 16px
    }
}

.team {
    text-align: center;
    background-color: #f7f7f7
}

    .team:hover .team-social {
        visibility: visible;
        transform: translateX(-50%) translateY(-50%);
        opacity: 1
    }

.team-thumb {
    position: relative
}

.team-social {
    position: absolute;
    top: 50%;
    left: 50%;
    display: flex;
    visibility: hidden;
    padding: 10px 15px;
    transition: all .4s ease 0s;
    transform: translateX(-50%);
    opacity: 0;
    border-radius: 4px;
    background-color: #fff;
    gap: 6px
}

    .team-social a {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 36px;
        height: 36px;
        border: 1px solid #dee2e6;
        border-radius: 50%
    }

        .team-social a i {
            font-size: 16px
        }

        .team-social a:hover {
            color: #fff;
            border-color: #06142c;
            background-color: #06142c
        }

.team-content {
    padding: 20px 10px 23px
}

.team-name {
    font-size: 18px;
    font-weight: 600;
    line-height: 1.5;
    margin-bottom: 5px
}

.team-title {
    font-size: 14px;
    line-height: 1.5;
    display: block;
    margin: 0
}

.contact-info-area {
    padding: 0 11px 0 60px
}

@media only screen and (max-width:767px),only screen and (min-width:768px) and (max-width:991px) {
    .contact-info-area {
        padding: 0 11px 0 0
    }
}

.contact-info-area-title {
    font-size: 35px;
    font-weight: 600;
    margin-bottom: 50px
}

@media only screen and (max-width:767px),only screen and (min-width:768px) and (max-width:991px) {
    .contact-info-area-title {
        font-size: 32px;
        margin-bottom: 30px
    }
}

.contact-info-item {
    align-items: center;
    display: flex;
    margin-bottom: 23px
}

    .contact-info-item:hover .contact-info-icon {
        color: #06142c
    }

.contact-info-icon {
    font-size: 36px;
    width: 62px
}

.contact-info-content {
    line-height: 1.5;
    font-weight: 500
}

    .contact-info-content a {
        color: #464545;
        display: block
    }

        .contact-info-content a:hover {
            color: #06142c
        }

    .contact-info-content span {
        display: block
    }

.contact-form .form-input-item {
    margin-bottom: 15px
}

.contact-form .form-control {
    background: 0 0;
    border: 1px solid #e5e5e5;
    font-size: 14px;
    height: 50px;
    padding: 2px 24px;
    font-weight: 500;
    margin-bottom: 15px;
    color: #1f2226
}

    .contact-form .form-control::-webkit-input-placeholder {
        color: #1f2226
    }

    .contact-form .form-control:-moz-placeholder, .contact-form .form-control::-moz-placeholder {
        color: #1f2226
    }

    .contact-form .form-control:-ms-input-placeholder {
        color: #1f2226
    }

.contact-form textarea.form-control {
    height: 120px;
    padding-top: 10px
}

.contact-form-area {
    box-shadow: 10px 25px 80px hsla(0,0%,59%,.15);
    padding: 50px;
    margin-left: 50px
}

@media only screen and (max-width:767px),only screen and (min-width:768px) and (max-width:991px) {
    .contact-form-area {
        margin-left: 0;
        padding: 20px
    }
}

.contact-form-title {
    border-bottom: 2px solid #e9e9e9;
    margin-bottom: 50px;
    max-width: 210px;
    padding-bottom: 9px;
    position: relative
}

    .contact-form-title:after {
        background-color: #06142c;
        bottom: -2px;
        content: "";
        height: 2px;
        left: 0;
        position: absolute;
        width: 100px
    }

.contact-form .btn-submit {
    background-color: #1f2226;
    border: none;
    border-radius: 0;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    padding: 21px 10px;
    text-transform: uppercase;
    width: 100%
}

@media only screen and (max-width:767px),only screen and (min-width:768px) and (max-width:991px) {
    .contact-form .btn-submit {
        font-size: 13px;
        padding: 16px 10px
    }
}

.contact-form .btn-submit:hover {
    background-color: #06142c
}

.map-area iframe {
    width: 100%;
    height: 500px;
    border-radius: 0
}

@media only screen and (min-width:768px) and (max-width:991px),only screen and (min-width:992px) and (max-width:1199px) {
    .map-area iframe {
        height: 450px
    }
}

@media only screen and (max-width:767px) {
    .map-area iframe {
        height: 360px
    }
}

@media only screen and (max-width:575px) {
    .map-area iframe {
        height: 260px
    }
}

p.feature-box-desc {
    font-size: 0.8rem;
}

.myaccount-page-wrapper ul li {
    display: block;
}

    .myaccount-page-wrapper ul li a {
        padding: 10px;
        border: 1px solid #dddddd;
        display: block;
        border-bottom: 0
    }

        .myaccount-page-wrapper ul li a:hover {
            background-color: #06142c;
            color: #fff;
        }

        .myaccount-page-wrapper ul li a:last-child {
            border-bottom: 1px solid #ddd;
        }

.login-register-formm {
    margin: auto;
    padding: 30px 30px 10px;
    background-color: #f8f9fa
}


.thumbnail img {
    width: 180px;
    height: 180px;
    border-radius: 50%;
    border: 5px solid #06142c;
    box-shadow: var(--shadow-1);
    object-fit: cover;
}

.hakkindatxt {
    height: 100px !important;
}

#switch input[type=radio] {
    height: 0;
    width: 0;
    visibility: hidden;
}

#switch input[type=radio] {
    height: 0;
    width: 0;
    visibility: hidden;
}

#switch label {
    cursor: pointer;
    text-indent: -9999px;
    width: 40px;
    height: 24px;
    background: grey;
    display: block;
    border-radius: 100px;
    position: relative;
}

    #switch label:after {
        content: '';
        position: absolute;
        top: 2px;
        left: 2px;
        width: 20px;
        height: 20px;
        background: #fff;
        border-radius: 90px;
        transition: 0.3s;
    }

#switch input:checked + label {
    background: #06142c;
}

    #switch input:checked + label:after {
        left: calc(100% - 2px);
        transform: translateX(-100%);
    }

#switch label:active:after {
    width: 25px;
}

.swiper-slide img {
    width: 100%;
}