@charset "UTF-8"; body {
    font-family: 微软雅黑,Microsoft Yahei,sans-serif;
}

.hero-style-one {
    position: relative;
    background: rgba(0,21,43,.7);
    min-height: 700px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media(max-width: 767px) {
    .hero-style-one {
        min-height:500px
    }
}

.hero-style-one .hero-background-layer {
    background: url(../images/banner/xl-banner1.png) no-repeat center;
    background-size: cover;
    position: absolute;
    inset: 0;
    z-index: -1
}

.hero-style-one .hero-content-wrap {
    max-width: 856px;
    margin: 0 auto;
    text-align: center
}

.hero-style-one .hero-content-wrap h2 {
    font-weight: 800;
    font-size: 55px;
    line-height: 75px;
    text-transform: capitalize;
    color: #fff;
}

@media(max-width: 767px) {
    .hero-style-one .hero-content-wrap h2 {
        font-size:40px;
        line-height: 55px
    }
}

.hero-style-one .hero-content-wrap p {
    font-weight: 600;
    font-size: 20px;
    color: #fff;
    padding-top: 16px
}

.hero-style-one .hero-content-wrap .hero-search-form {
    position: relative;
    max-width: 770px;
    margin: 0 auto;
    height: 70px;
    margin-top: 38px
}

.hero-style-one .hero-content-wrap .hero-search-form input.search-field {
    height: 100%;
    background: #fff;
    border-radius: 100px;
    padding: 20px 30px
}

.hero-style-one .hero-content-wrap .hero-search-form input.search-field::-webkit-input-placeholder {
    font-size: 14px;
    color: #adadad
}

.hero-style-one .hero-content-wrap .hero-search-form input.search-field:-ms-input-placeholder {
    font-size: 14px;
    color: #adadad
}

.hero-style-one .hero-content-wrap .hero-search-form input.search-field::-ms-input-placeholder {
    font-size: 14px;
    color: #adadad
}

.hero-style-one .hero-content-wrap .hero-search-form input.search-field::placeholder {
    font-size: 14px;
    color: #adadad
}

.hero-style-one .hero-content-wrap .hero-search-form button.search-submit {
    position: absolute;
    border: none;
    font-weight: 800;
    font-size: 20px;
    color: #fff;
    background: #f96822;
    border-radius: 100px;
    padding: 0 30px;
    top: 10px;
    right: 10px;
    bottom: 10px;
    -webkit-transition: all .2s;
    transition: all .2s
}

.hero-style-one .hero-content-wrap .hero-search-form button.search-submit:hover {
    background: #fb8951
}

.banner-section2 {
    z-index: 1
}

.banner-section2 .banner-slider-item {
    width: 100%
}

.banner-section2 .slider-content {
    padding: 200px 0 200px 75px
}

@media(max-width: 1199px) {
    .banner-section2 .slider-content {
        padding:100px 0
    }
}

@media(max-width: 767px) {
    .banner-section2 .slider-content {
        padding:80px 0
    }
}

.banner-section2 .slider-content h2 {
    font-size: 55px;
    font-weight: 800;
    line-height: 1.5;
    color: #00152b;
    margin-bottom: 30px
}

@media(max-width: 991px) {
    .banner-section2 .slider-content h2 {
        font-size:40px;
        line-height: 1.3
    }
}

.banner-section2 .slider-content p {
    margin-bottom: 35px;
    font-size: 1rem;
    font-weight: 400;
    color: #00152b;
    font-family: work sans,sans-serif
}

.banner-section2 .slick-arrow {
    position: absolute;
    bottom: 55px;
    right: 75px;
    z-index: 2;
    color: #000;
    font-size: 20px;
    background: #fff;
    border-radius: 4px;
    height: 42px;
    width: 42px;
    line-height: 42px;
    text-align: center;
    cursor: pointer
}

@media(max-width: 767px) {
    .banner-section2 .slick-arrow {
        bottom:15px;
        right: 15px
    }
}

@media(max-width: 576px) {
    .banner-section2 .slick-arrow {
        display:none;
        visibility: hidden
    }
}

.banner-section2 .slick-arrow:hover {
    background: #00896f;
    color: #fff
}

.banner-section2 i.left-arrow.las.la-arrow-left.slick-arrow {
    right: 135px
}

@media(max-width: 767px) {
    .banner-section2 i.left-arrow.las.la-arrow-left.slick-arrow {
        right:65px
    }
}

.breadcrumb-item {
    color: #fff
}

.breadcrumb-item.active {
    color: #fff!important
}

.breadcrumb-item::before {
    color: #fff
}

.inner-banner-title {
    font-weight: 800;
    font-size: 45px;
    margin-bottom: 12px
}

.breadcrumb-item+.breadcrumb-item::before {
    color: #fff
}

.inner-banner {
    background-image: -webkit-gradient(linear,left top,left bottom,from(rgba(0,43,70,0.7)),to(rgba(0,43,70,0.7))),url("../images/banner/inner-banner.jpg");
    background-image: linear-gradient(rgba(0,43,70,0.7),rgba(0,43,70,0.7)),url("../images/banner/inner-banner.jpg");
    background-size: cover;
    background-repeat: no-repeat
}

header {
    width: 100%
}

header.sticky {
    background: #fff;
    -webkit-box-shadow: 4px 8px 30px rgba(141,141,141,.15);
    box-shadow: 4px 8px 30px rgba(141,141,141,.15);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    -webkit-transition: .3s ease;
    transition: .3s ease;
    width: 100%
}

header.sticky .header-1-logo {
    -webkit-clip-path: polygon(100% 0,100% 71%,50% 71%,0 71%,0 0);
    clip-path: polygon(100% 0,100% 71%,50% 71%,0 71%,0 0)
}

@media(max-width: 576px) {
    header.sticky .header-1-logo {
        -webkit-clip-path:none;
        clip-path: none
    }
}

.header-1 {
    width: 100%;
    padding: 25px 75px;
    z-index: 999
}

@media(max-width: 1399px) {
    .header-1 {
        padding:25px
    }
}

@media(max-width: 576px) {
    .header-1 {
        padding:20px
    }
}

.header-1 .main-nav .menu-item {
    margin-right: 40px;
    position: relative
}

.header-1 .main-nav .menu-item .menu-link {
    font-size: 1rem;
    color: #00152b;
    font-family: work sans,sans-serif;
    font-weight: 500;
    position: relative;
    -webkit-transition: .3s ease;
    transition: .3s ease
}

.header-1 .main-nav .menu-item .menu-link .dd-icon {
    position: absolute;
    top: 3px;
    right: -18px;
    font-size: 13px;
    -webkit-transition: .3s ease;
    transition: .3s ease
}

.header-1 .main-nav .menu-item .menu-link:hover .dd-icon {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.header-1 .main-nav .menu-item .menu-link:hover {
    color: #f96822
}

.header-1 .main-nav .menu-item .submenu-home1 {
    position: absolute;
    top: 54px;
    left: 0;
    background: #fff;
    width: 210px;
    padding: 10px 18px;
    border-radius: 0 0 4px 4px;
    border-top: 3px solid #f96822;
    -webkit-box-shadow: 0 3px 12px rgba(0,0,0,.09);
    box-shadow: 0 3px 12px rgba(0,0,0,.09);
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(15px);
    transform: translateY(15px);
    -webkit-transition: .5s ease;
    transition: .5s ease;
    z-index: 9
}

.header-1 .main-nav .menu-item .submenu-home1 li {
    padding: 8px 0;
    border-bottom: 1px solid rgba(0,0,0,.09)
}

.header-1 .main-nav .menu-item .submenu-home1 li:last-child {
    border-bottom: none
}

.header-1 .main-nav .menu-item .submenu-home1 li a {
    color: #00152b;
    -webkit-transition: .3s ease;
    transition: .3s ease;
    font-weight: 500;
    font-family: work sans,sans-serif;
    text-transform: capitalize
}

.header-1 .main-nav .menu-item .submenu-home1 li a:hover {
    color: #f96822;
    padding-left: 3px
}

@media(max-width: 1199px) {
    .header-1 .main-nav .menu-item .submenu-home1 {
        top:49px
    }
}

.header-1 .main-nav .menu-item:hover .submenu-home1 {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px)
}

.header-1 .header-1-logo {
    position: relative;
    background: #f96822;
    -webkit-clip-path: polygon(100% 0,100% 71%,50% 100%,0 71%,0 0);
    clip-path: polygon(100% 0,100% 71%,50% 100%,0 71%,0 0);
    -webkit-transition: -webkit-clip-path .4s;
    transition: -webkit-clip-path .4s;
    transition: clip-path .4s;
    transition: clip-path .4s,-webkit-clip-path .4s;
    height: 121px;
    width: 170px;
    position: absolute;
    z-index: 1;
    top: 0;
    padding-top: 27px
}

@media(max-width: 1199px) {
    .header-1 .header-1-logo {
        height:106px
    }
}

@media(max-width: 576px) {
    .header-1 .header-1-logo {
        position:relative;
        padding: 10px 15px;
        -webkit-clip-path: none;
        clip-path: none;
        width: auto;
        height: auto
    }
}

@media(max-width: 576px) {
    .header-1 .header-1-logo img {
        width:80px
    }
}

.header-1 .header-1-icons {
    margin-right: 60px
}

@media(max-width: 1399px) {
    .header-1 .header-1-icons {
        margin-right:0
    }
}

.header-1 .header-1-icons ul li {
    margin-right: 25px
}

@media(max-width: 1199px) {
    .header-1 .header-1-icons ul li {
        margin-right:20px
    }
}

@media(max-width: 576px) {
    .header-1 .header-1-icons ul li {
        margin-right:5px
    }
}

.header-1 .header-1-icons ul li i {
    font-size: 20px;
    color: #00152b;
    cursor: pointer
}

@media(max-width: 576px) {
    .header-1 .header-1-icons ul li i {
        font-size:18px
    }
}

.header-1 .header-1-icons ul li .cart-items-count {
    position: absolute;
    top: -12px;
    right: -12px;
    background-color: #f96822;
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    text-align: center;
    height: 20px;
    border-radius: 50%;
    width: 20px;
    line-height: 20px
}

@media(max-width: 1199px) {
    .header-1 .header-1-contact {
        display:none!important;
        visibility: hidden
    }
}

.header-1 .header-1-contact i {
    font-size: 32px;
    margin-right: 8px
}

.header-1 .header-1-contact .contact-num {
    position: relative;
    padding-left: 35px;
    margin-top: -4px
}

.header-1 .header-1-contact .contact-num::before {
    content: '\f2a0';
    font-family: line awesome free;
    font-weight: 800;
    position: absolute;
    top: 1px;
    left: 0;
    color: #00152b;
    font-size: 31px
}

.header-1 .header-1-contact .contact-num span {
    font-size: 12px;
    font-weight: 500;
    color: #adadad;
    margin-top: -7px
}

.header-1 .header-1-contact .contact-num p {
    font-size: 14px;
    font-weight: 700;
    color: #264653;
    margin-top: -5px
}

.header-1 .ellips-menu i {
    font-size: 25px
}

.main-cart-sidebar {
    max-width: 420px;
    width: 100%;
    min-width: 310px;
    background: #fff;
    position: fixed;
    top: 0;
    right: 0;
    height: 100%;
    overflow-y: auto;
    bottom: 0;
    z-index: 1000;
    padding: 20px;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    opacity: 0;
    -webkit-transition: .4s ease;
    transition: .4s ease
}

.main-cart-sidebar::-webkit-scrollbar {
    width: 5px
}

.main-cart-sidebar::-webkit-scrollbar-track {
    background: #f1f1f1
}

.main-cart-sidebar::-webkit-scrollbar-thumb {
    background: rgba(0,0,0,.2)
}

.main-cart-sidebar::-webkit-scrollbar-thumb:hover {
    background: #555
}

.main-cart-sidebar.cart-slide {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1
}

.main-cart-sidebar .cart-close-icon {
    margin-bottom: 20px;
    cursor: pointer
}

.main-cart-sidebar .cart-close-icon i {
    font-size: 28px;
    height: 40px;
    width: 40px;
    line-height: 40px;
    text-align: center;
    background: #f5f5f5;
    border-radius: 50%;
    color: #848484;
    -webkit-transition: .4s ease;
    transition: .4s ease
}

.main-cart-sidebar .cart-close-icon i:hover {
    background: #f96822;
    color: #fff
}

.main-cart-sidebar .single-cart-product {
    border: 1px solid #eee;
    border-radius: 5px;
    padding: 15px;
    margin-bottom: 20px
}

.main-cart-sidebar .product-img {
    width: 70px;
    height: 80px;
    margin-right: 20px
}

.main-cart-sidebar .product-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.main-cart-sidebar .product-info .product-title {
    font-size: 18px;
    color: #00152b
}

.main-cart-sidebar .product-info .product-price {
    font-size: 14px;
    font-weight: 700
}

.main-cart-sidebar .cart-product-delete-btn i {
    font-size: 25px;
    height: 35px;
    width: 35px;
    line-height: 35px;
    text-align: center;
    background: #f5f5f5;
    border-radius: 50%;
    color: #848484;
    -webkit-transition: .4s ease;
    transition: .4s ease
}

.main-cart-sidebar .cart-product-delete-btn i:hover {
    background: #f96822;
    color: #fff
}

.main-cart-sidebar .cart-total {
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 20px
}

.main-cart-sidebar .cart-shipping-text {
    font-size: 18px
}

.main-cart-sidebar .cart-btns a {
    font-weight: 600
}

.accordion-item .accordion-button img {
    margin-right: 20px
}

.category-close {
    cursor: pointer
}

.category-close i {
    font-size: 24px;
    -webkit-transition: .3s ease;
    transition: .3s ease;
    background-color: #f5f5f5;
    height: 40px;
    width: 40px;
    line-height: 40px;
    border-radius: 50%;
    text-align: center
}

.category-close i:hover {
    color: #fff;
    background-color: #00152b
}

.category-sidebar .category-sidebar-wrapper {
    max-width: 420px;
    width: 100%;
    min-width: 310px;
    background: #fff;
    height: 100%;
    position: fixed;
    z-index: 1000;
    padding: 40px 30px;
    overflow-y: auto;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    opacity: 1;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    top: 0;
    left: 0;
    -webkit-box-shadow: 4px 8px 30px rgba(141,141,141,.1);
    box-shadow: 4px 8px 30px rgba(141,141,141,.1)
}

.category-sidebar .category-sidebar-wrapper img {
    width: 25px;
    margin-right: 18px
}

.category-sidebar .category-sidebar-wrapper::-webkit-scrollbar {
    width: 5px
}

.category-sidebar .category-sidebar-wrapper::-webkit-scrollbar-track {
    background: #f1f1f1
}

.category-sidebar .category-sidebar-wrapper::-webkit-scrollbar-thumb {
    background: rgba(0,0,0,.2)
}

.category-sidebar .category-sidebar-wrapper::-webkit-scrollbar-thumb:hover {
    background: #555
}

.category-sidebar .category-sidebar-wrapper .accordion-button {
    border-bottom: 1px solid #eee;
    width: 100%;
    font-size: 14px;
    padding: 13px 15px;
}

.category-sidebar .category-sidebar-wrapper.slide-sidebar {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1
}

.category-sidebar .category-sidebar-wrapper .accordion-item {
    border: none;
    border-bottom: 1px solid rgba(0,0,0,.04);
    margin-bottom: 0
}

.category-sidebar .category-sidebar-wrapper .accordion-item h2 {
    margin-top: 0
}

.category-sidebar .category-sidebar-wrapper .accordion-item button .cat-icon {
    width: 25px;
    height: auto;
    margin-right: 16px
}

.category-sidebar .category-sidebar-wrapper .accordion-item button .cat-icon img {
    width: auto
}

.category-sidebar .category-sidebar-wrapper .accordion-body {
    padding: 1rem
}

.category-sidebar .category-sidebar-wrapper .accordion-body .sb-category-list {
    padding-left: 40px
}

.category-sidebar .category-sidebar-wrapper .accordion-body .sb-category-list li {
    padding: 6px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: .4s ease;
    transition: .4s ease;
    position: relative
}

.category-sidebar .category-sidebar-wrapper .accordion-body .sb-category-list li a {
    font-size: 14px;
    font-weight: 500;
    font-family: work sans,sans-serif
}

.category-sidebar .category-sidebar-wrapper .accordion-body .sb-category-list li .product-amount {
    font-size: 14px
}

.category-sidebar .category-sidebar-wrapper .accordion-body .sb-category-list li::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 4px;
    width: 100%;
    height: 1px;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: left;
    transform-origin: left;
    background-color: #adadad;
    -webkit-transition: .6s ease-in-out;
    transition: .6s ease-in-out
}

.category-sidebar .category-sidebar-wrapper .accordion-body .sb-category-list li:hover:after {
    -webkit-transform: scale(1);
    transform: scale(1)
}

.category-sidebar .category-sidebar-wrapper .category-seidebar-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 30px
}

.sb-category-list a {
    font-size: 14px;
    margin-bottom: 5px;
    font-weight: 600
}

.header-3 {
    padding: 30px 75px
}

@media(min-width: 1200px) and (max-width:1399px) {
    .header-3 {
        padding:30px 60px
    }
}

@media(max-width: 991px) {
    .header-3 {
        padding:25px 50px
    }
}

@media(max-width: 576px) {
    .header-3 {
        padding:20px 5px
    }
}

.header-3 .search-area {
    position: relative
}

.header-3 .search-area input {
    display: block;
    width: 100%;
    border: 1px solid #264653;
    border-radius: 5px 0 0 5px;
    padding: 0 18px;
    height: 46px;
    line-height: 46px
}

.header-3 .search-area input::-webkit-input-placeholder {
    font-size: 14px;
    font-weight: 400;
    color: #848484
}

.header-3 .search-area input:-ms-input-placeholder {
    font-size: 14px;
    font-weight: 400;
    color: #848484
}

.header-3 .search-area input::-ms-input-placeholder {
    font-size: 14px;
    font-weight: 400;
    color: #848484
}

.header-3 .search-area input::placeholder {
    font-size: 14px;
    font-weight: 400;
    color: #848484
}

.header-3 .search-area .header-search-btn {
    height: 46px;
    border-radius: 0 5px 5px 0!important
}

.header-3 .header-icons {
    padding: 0 40px 0 0;
    margin-top: 5px
}

@media(max-width: 767px) {
    .header-3 .header-icons {
        padding-right:0
    }
}

.header-3 .header-icons i {
    font-size: 24px;
    color: #264653;
    margin-right: 20px;
    font-weight: 700;
    cursor: pointer
}

@media(max-width: 767px) {
    .header-3 .header-icons i {
        font-size:20px
    }
}

.cart-count {
    height: 20px;
    width: 20px;
    line-height: 20px;
    background: #264653;
    border-radius: 50%;
    color: #fff;
    font-size: 12px;
    font-weight: 400;
    text-align: center;
    position: absolute;
    top: -7px;
    right: 9px
}

.header-contact i {
    font-size: 32px;
    margin-right: 8px
}

.header-contact .contact-num {
    position: relative;
    padding-left: 35px;
    margin-top: -4px
}

.header-contact .contact-num::before {
    content: '\f2a0';
    font-family: line awesome free;
    font-weight: 800;
    position: absolute;
    top: 1px;
    left: 0;
    color: #00152b;
    font-size: 31px
}

.header-contact .contact-num span {
    font-size: 12px;
    font-weight: 500;
    color: #adadad;
    margin-top: -7px
}

.header-contact .contact-num p {
    font-size: 14px;
    font-weight: 700;
    color: #264653;
    margin-top: -5px
}

@media(max-width: 1199px) {
    .header-contact {
        display:none!important;
        visibility: hidden
    }
}

.search-icon {
    font-size: 24px;
    color: #264653
}

@media(max-width: 767px) {
    .search-icon {
        font-size:20px
    }
}

.mobile-search {
    background: #fff;
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,.09);
    box-shadow: 0 0 10px rgba(0,0,0,.09);
    width: 100%;
    min-height: 145px;
    border-radius: 4px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    align-items: center;
    position: fixed;
    cursor: pointer;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    top: 0;
    left: 0;
    z-index: 9999;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .5s ease;
    transition: .5s ease;
    padding: 20px
}

.mobile-search input {
    border: none;
    border-radius: unset;
    border-bottom: 2px solid #505050
}

.mobile-search.slide {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    visibility: visible
}

.search-cross-btn {
    color: #000;
    cursor: pointer
}

.search-cross-btn i {
    font-size: 25px;
    cursor: pointer
}

.mobile-menu-btn {
    position: relative;
    -webkit-transition: .4s ease;
    transition: .4s ease;
    cursor: pointer;
    text-transform: uppercase
}

.mobile-menu-btn .menubar-top {
    position: absolute;
    width: 25px;
    height: 2px;
    background: #00152b;
    border-radius: 3px;
    top: 0;
    right: 0;
    -webkit-transition: .4s ease;
    transition: .4s ease
}

.mobile-menu-btn .menubar-middle {
    position: absolute;
    width: 20px;
    height: 2px;
    background: #00152b;
    border-radius: 3px;
    top: 7px;
    right: 0;
    -webkit-transition: .4s ease;
    transition: .4s ease
}

.mobile-menu-btn .menubar-bottom {
    position: absolute;
    width: 15px;
    height: 2px;
    background: #00152b;
    border-radius: 3px;
    top: 14px;
    right: 0;
    -webkit-transition: .4s ease;
    transition: .4s ease
}

.mobile-menu-btn.bar-cross {
    -webkit-transition: .4s ease;
    transition: .4s ease
}

.mobile-menu-btn.bar-cross .menubar-top {
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    width: 20px
}

.mobile-menu-btn.bar-cross .menubar-middle {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px)
}

.mobile-menu-btn.bar-cross .menubar-bottom {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 20px
}

.home2-header {
    padding: 25px 50px
}

@media(max-width: 1199px) {
    .home2-header {
        padding:20px 10px
    }
}

.home2-header nav .menu-item {
    position: relative;
    margin-left: 20px;
    margin-right: 20px
}

.home2-header nav .menu-item:hover .submenu2 {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    z-index: 9999!important
}

.home2-header nav .menu-link {
    font-size: 17px;
    /* font-weight:600; */
    color: #00152b;
    -webkit-transition: .3s ease;
    transition: .3s ease;
    padding: 40px 0;
    text-transform: capitalize
}

.home2-header nav .menu-link i {
    margin-left: 3px
}

.home2-header nav .menu-link:hover {
    color: #00896f
}

.home2-header nav .submenu2 {
    position: absolute;
    top: 50px;
    left: 0;
    background: #fff;
    width: 200px;
    padding: 10px 18px;
    border-radius: 0 0 5px 5px;
    border-top: 3px solid #00896f;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(15px);
    transform: translateY(15px);
    -webkit-transition: .4s ease;
    transition: .4s ease
}

.home2-header nav .submenu2 li {
    padding: 8px 0;
    border-bottom: 1px solid rgba(0,0,0,.09)
}

.home2-header nav .submenu2 li:last-child {
    border-bottom: none
}

.home2-header nav .submenu2 li a {
    color: #00152b;
    -webkit-transition: .3s ease;
    transition: .3s ease;
    /*font-weight: 600;*/
    text-transform: capitalize
}

.home2-header nav .submenu2 li a:hover {
    color: #00896f;
    padding-left: 5px
}

@media(max-width: 1199px) {
    .home2-header nav .submenu2 {
        top:49px
    }
}

.topbar {
    width: 100%
}

header {
    z-index: 99
}

.fix-sidebar {
    height: 100%;
    max-width: 120px;
    min-width: 120px;
    background-color: #fff;
    position: fixed;
    /*top: 86px;*/
    left: 0;
    bottom: 0;
    padding-top: 50px!important;
    padding-bottom: 150px;
    -webkit-box-shadow: 0 3px 9px rgba(0,0,0,.04);
    box-shadow: 0 3px 9px rgba(0,0,0,.04);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    z-index: 2;
    padding-top: 100px!important
}

.fix-sidebar .fix-sidebar-top .category-bttn i {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: #eee;
    line-height: 60px;
    text-align: center;
    font-size: 26px;
    cursor: pointer;
    -webkit-transition: .3s ease;
    transition: .3s ease
}

.fix-sidebar .fix-sidebar-top .category-bttn i:hover {
    background: #00896f;
    color: #fff
}

@media(max-width: 991px) {
    .fix-sidebar .fix-sidebar-top .category-bttn i {
        height:40px;
        width: 40px;
        line-height: 40px;
        font-size: 20px
    }
}

.fix-sidebar .carticon li {
    margin-top: 30px
}

.fix-sidebar .carticon li i {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #eee;
    line-height: 40px;
    text-align: center;
    font-size: 20px;
    cursor: pointer;
    -webkit-transition: .3s ease;
    transition: .3s ease
}

.fix-sidebar .carticon li i:hover {
    background: #00896f;
    color: #fff
}

@media(max-width: 991px) {
    .fix-sidebar .carticon li {
        margin-top:0;
        margin-left: 40px
    }
}

.fix-sidebar .carticon .cart-count {
    position: absolute;
    right: -5px;
    top: -10px
}

@media(max-width: 991px) {
    .fix-sidebar .carticon {
        display:-webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        margin-top: 0
    }
}

@media(max-width: 991px) {
    .fix-sidebar {
        position:fixed;
        top: auto;
        bottom: 0!important;
        left: 0;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        padding: 0 20px;
        max-width: 100%;
        min-width: 100%;
        height: 80px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        border-top: 1px solid rgba(0,0,0,.04);
        padding: 0!important
    }
}

.mobile-sidebar {
    overflow-x: hidden;
    width: 290px;
    position: fixed;
    top: 0;
    left: 0;
    background: #fff;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    opacity: 0;
    -webkit-transition: .3s ease;
    transition: .3s ease;
    z-index: 100;
    height: 100%;
    padding: 100px 0;
    overflow-y: auto;
    -webkit-box-shadow: 0 0 9px rgba(0,0,0,.09);
    box-shadow: 0 0 9px rgba(0,0,0,.09)
}

.mobile-sidebar.slide-mobile-sidebar {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1
}

.mobile-sidebar::-webkit-scrollbar {
    width: 5px
}

.mobile-sidebar::-webkit-scrollbar-track {
    background: #f1f1f1
}

.mobile-sidebar::-webkit-scrollbar-thumb {
    background: rgba(0,0,0,.2)
}

.mobile-sidebar::-webkit-scrollbar-thumb:hover {
    background: #555
}

.mobile-sidebar .mobile-item {
    font-size: 1rem;
    padding: 5px 0;
    position: relative
}

.mobile-sidebar .mobile-item:last-child {
    border-bottom: none
}

.mobile-sidebar .mobile-item .dropd-icon {
    position: absolute;
    top: 14px;
    right: 30px;
    -webkit-transition: .3s ease;
    transition: .3s ease
}

.mobile-sidebar .mobile-item .dropd-icon.icon-rotate {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.mobile-sidebar .mobile-item:hover .mobile-link {
    padding-left: 28px
}

.mobile-sidebar .mobile-link {
    padding: 5px 25px;
    display: block;
    -webkit-transition: .4s ease;
    transition: .4s ease;
    text-transform: capitalize;
}

.mobile-sidebar .mob-submenu {
    padding-left: 40px;
    display: none;
    background: #f5f5f5;
    padding-top: 10px;
    padding-bottom: 10px
}

.mobile-sidebar .mob-submenu li {
    padding: 5px 0;
    -webkit-transition: .3s ease;
    transition: .3s ease
}

.mobile-sidebar .mob-submenu li:hover {
    color: #00896f;
    -webkit-transform: translateX(2px);
    transform: translateX(2px)
}

.mobile-sidebar .mob-submenu a {
    font-size: 15px;
    color: #00152b;
    text-transform: capitalize;
    display: block
}

.mobile-sidebar .mobile-contact-area {
    padding: 25px;
    margin-top: 20px
}

.mobile-sidebar .mobile-contact-area h6 {
    font-size: 18px;
    font-weight: 700;
    color: #00152b;
    margin-bottom: 10px
}

.mobile-sidebar .mobile-contact-area small {
    color: #505050;
    font-size: 12px
}

.mobile-sidebar .mobile-contact-area .mobile-social-icons {
    padding-top: 15px
}

.mobile-sidebar .mobile-contact-area .mobile-social-icons li {
    margin-right: 10px
}

.mobile-menu-close {
    position: absolute;
    top: 40px;
    right: 10px;
    color: #00152b;
    cursor: pointer;
    -webkit-transition: .4s ease;
    transition: .4s ease;
    font-size: 28px;
    background: #f5f5f5;
    border-radius: 50%;
    width: 40px;
    line-height: 40px;
    height: 40px;
    text-align: center
}

.mobile-menu-close:hover {
    color: #fff;
    background: #00152b
}

.mobile-bottom-menu {
    background: #fff;
    padding: 15px 10px;
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 99;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    opacity: 0;
    -webkit-transition: .5s ease;
    transition: .5s ease;
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,.09);
    box-shadow: 0 0 10px rgba(0,0,0,.09)
}

.mobile-bottom-menu li i {
    font-size: 24px
}

.mobile-bottom-menu li .cart-items-count {
    position: absolute;
    top: -12px;
    right: -12px;
    background-color: #f96822;
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    text-align: center;
    height: 20px;
    border-radius: 50%;
    width: 20px;
    line-height: 20px
}

@media(max-width: 576px) {
    .mobile-bottom-menu {
        -webkit-transform:translateY(0);
        transform: translateY(0);
        opacity: 1
    }
}

.footer-area {
    background: #000211
}

.single-widget .footer-about-content p {
    font-weight: 500;
    font-size: 16px;
    line-height: 30px;
    color: #adadad
}

.single-widget .footer-title h3 {
    font-weight: 700;
    font-size: 20px;
    color: #fff;
    position: relative;
    z-index: 1;
    line-height: 1;
    margin-bottom: 36px
}

.single-widget .footer-title h3::before {
    position: absolute;
    left: 0;
    bottom: -9px;
    width: 24.86px;
    height: 2px;
    background: #fff;
    border-radius: 100px;
    content: ""
}

.single-widget .footer-link li {
    font-family: var(--f-secondary);
    font-weight: 500;
    font-size: 16px;
    color: #efefef;
    line-height: 1;
    margin-bottom: 23px;
    -webkit-transition: .3s;
    transition: .3s
}

.single-widget .footer-link li:hover {
    color: var(--c-secondary-one)
}

.single-widget .footer-link li:last-child {
    margin-bottom: 0
}

.single-widget .footer-address ul {
    position: relative
}

.single-widget .footer-address ul::before {
    position: absolute;
    content: "";
    left: 6px;
    top: 50%;
    width: 2px;
    height: 81%;
    background: #fff;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.single-widget .footer-address li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 600;
    font-size: 16px;
    color: #adadad;
    margin-top: 21px;
    position: relative;
    padding-left: 20px;
    z-index: 1
}

.single-widget .footer-address li:hover::before {
    background: var(--c-secondary-one)
}

.single-widget .footer-address li::before {
    position: absolute;
    content: "";
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 14px;
    height: 14px;
    background: #fff;
    border-radius: 50%;
    -webkit-transition: .3s;
    transition: .3s
}

.single-widget .footer-address li i {
    font-size: 20px;
    color: #fff
}

.single-widget .footer-address li span {
    padding-left: 10px
}

.single-widget .footer-logo p {
    font-weight: 500;
    font-size: 16px;
    line-height: 28px;
    text-transform: capitalize;
    color: #efefef;
    margin: 31px 0
}

.single-widget .form-design form {
    position: relative;
    overflow: hidden;
    border-radius: 2px
}

.single-widget .form-design form input {
    width: 100%;
    padding: 11px 114px 11px 14px;
    position: relative;
    font-size: 12px;
    border: 1px solid #505050;
    background: 0 0;
    color: #adadad;
    font-family: var(--praimary-heading-one)
}

.single-widget .form-design form button {
    border: none;
    position: absolute;
    right: 0;
    height: 100%;
    font-size: 16px;
    color: #fff;
    background: var(--c-secondary-one);
    padding: 0 31px;
    top: 0;
    -webkit-transition: .5s;
    transition: .5s
}

.single-widget .form-design form button:hover {
    background: #fff;
    color: var(--c-primary-one)
}

.single-widget .footer-social li {
    display: inline-block;
    margin-right: 20px
}

.single-widget .footer-social li:last-child {
    margin-right: 0
}

.single-widget .footer-social li i {
    width: 30px;
    height: 30px;
    border: 1px dashed #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    font-size: 14px;
    border-radius: 50%;
    -webkit-transition: .5s;
    transition: .5s
}

.single-widget .footer-social li i:hover {
    background: #fff;
    color: var(--c-primary-one)
}

.footer-wrap {
    padding: 80px 0
}

.copy-right-area p {
    font-weight: 400;
    font-size: 14px;
    color: #efefef;
    font-family: var(--praimary-heading-one)
}

.copy-right-section {
    padding-top: 10px;
    padding-bottom: 25px;
    border-top: 1px solid #282828
}

.footer-card-support ul {
    display: inline-block;
    background: #eee;
    border-radius: 1px
}

.footer-card-support ul li {
    display: inline-block;
    position: relative;
    z-index: 1;
    padding: 7px 15px
}

.footer-card-support ul li:last-child::before {
    display: none
}

.footer-card-support ul li::before {
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background: #c4c4c4;
    content: "";
    width: .99px;
    height: 14px
}

.eg-btn {
    display: inline-block;
    text-align: center;
    border-radius: 5px;
    cursor: pointer
}

.btn--capsule {
    border-radius: 30px!important
}

.btn-primary-sea {
    background-color: #00896f;
    border: 1px solid #00896f;
    color: #fff;
    -webkit-box-shadow: inset 0 0 0 0 #fff;
    box-shadow: inset 0 0 0 0 #fff;
    -webkit-transition: .2s ease;
    transition: .2s ease;
    border: 1px solid #00896f
}

.btn-primary-sea:hover {
    -webkit-box-shadow: inset 150px 0 0 0 #fff;
    box-shadow: inset 150px 0 0 0 #fff;
    background: #fff;
    border: 1px solid #00896f;
    color: #00896f
}

.btn-white-sea {
    background: #fff;
    color: #00896f;
    border: 1px solid #00896f;
    padding: 7px 30px;
    -webkit-transition: .3s ease;
    transition: .3s ease;
    position: relative;
    width: 190px
}

.btn-white-sea:hover {
    background: #00896f;
    color: #fff;
    padding-left: 20px
}

.btn-white-sea:hover:after {
    opacity: 1
}

.btn-white-sea::after {
    position: absolute;
    content: '\f067';
    font-family: line awesome free;
    font-weight: 600;
    color: #00896f;
    background: #fff;
    position: absolute;
    border-radius: 50%;
    height: 30px;
    width: 30px;
    line-height: 30px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 5px;
    margin-left: 80px;
    opacity: 0;
    -webkit-transition: .3s ease;
    transition: .3s ease
}

.lg--btn2 {
    padding: 16px 40px
}

.md--btn2 {
    padding: 14px 40px
}

@media(max-width: 767px) {
    .md--btn2 {
        padding:5px 15px
    }
}

.btn-green {
    color: #fff;
    height: 45px;
    padding: 0 20px;
    line-height: 44px;
    border-radius: 5px;
    border: 1px solid transparent;
    font-size: 18px;
    background: #264653;
    -webkit-transition: ease .6s;
    transition: ease .6s;
    -webkit-transition: .3s ease;
    transition: .3s ease
}

.btn-green:hover {
    background: #fff;
    color: #264653;
    border: 1px solid #264653
}

.small-primary-capsule {
    background-color: #f96822;
    border-radius: 20px;
    color: #fff;
    font-weight: 600;
    font-size: 14px;
    padding: 4px 18px
}

.lg--btn {
    padding: 15px 35px;
    border-radius: 5px;
    display: inline-block
}

.md--btn {
    padding: 6px 24px;
    font-weight: 600
}

.primary--btn {
    background-color: #f96822;
    border: 1px solid #f96822;
    color: #fff;
    -webkit-box-shadow: inset 0 0 0 0 #fff;
    box-shadow: inset 0 0 0 0 #fff;
    -webkit-transition: .2s ease;
    transition: .2s ease
}

.primary--btn:hover {
    -webkit-box-shadow: inset 150px 0 0 0 #fff;
    box-shadow: inset 150px 0 0 0 #fff;
    background: #fff;
    border: 1px solid #f96822;
    color: #f96822
}

.white-btn-primary {
    background-color: #fff;
    border: 1px solid transparent;
    color: #00152b;
    -webkit-box-shadow: inset 0 0 0 0 #f96822;
    box-shadow: inset 0 0 0 0 #f96822;
    -webkit-transition: .2s ease;
    transition: .2s ease
}

.white-btn-primary:hover {
    -webkit-box-shadow: inset 150px 0 0 0 #f96822;
    box-shadow: inset 150px 0 0 0 #f96822;
    background: #f96822;
    border: 1px solid #f96822;
    color: #fff
}

.white-btn-title-color {
    background-color: #fff;
    border: 1px solid #00152b;
    color: #00152b;
    -webkit-box-shadow: inset 0 0 0 0 #00152b;
    box-shadow: inset 0 0 0 0 #00152b;
    -webkit-transition: .2s ease;
    transition: .2s ease;
    padding: 1px 12px;
    line-height: 28px;
}

.white-btn-title-color:hover {
    -webkit-box-shadow: inset 150px 0 0 0 #00152b;
    box-shadow: inset 150px 0 0 0 #00152b;
    background: #00152b;
    border: 1px solid #00152b;
    color: #fff
}

.white-btn {
    background-color: transparent;
    border: 1px solid #fff;
    color: #fff;
    -webkit-box-shadow: inset 0 0 0 0 #f96822;
    box-shadow: inset 0 0 0 0 #f96822;
    -webkit-transition: .2s ease;
    transition: .2s ease;
    padding: 0 12px;
    line-height: 18px;
}

.white-btn:hover {
    -webkit-box-shadow: inset 150px 0 0 0 #f96822;
    box-shadow: inset 150px 0 0 0 #f96822;
    background: #f96822;
    border: 1px solid #f96822;
    color: #fff
}

.primary--btn2 {
    background-color: #fff;
    color: #f96822;
    border: 1px solid #f96822;
    -webkit-box-shadow: inset 0 0 0 0 #f96822;
    box-shadow: inset 0 0 0 0 #f96822
}

.primary--btn2:hover {
    -webkit-box-shadow: inset 0 0 0 400px #f96822;
    box-shadow: inset 0 0 0 400px #f96822
}

.btn-titlecolor {
    background-color: #00152b;
    border: 1px solid #00152b;
    padding: 5px 15px;
    color: #fff;
    -webkit-box-shadow: inset 0 0 0 0 #fff;
    box-shadow: inset 0 0 0 0 #fff;
    -webkit-transition: .3s ease;
    transition: .3s ease;
    font-size: 14px;
    font-weight: 600;
}

.btn-titlecolor:hover {
    -webkit-box-shadow: inset 0 0 400px 0 #fff;
    box-shadow: inset 0 0 400px 0 #fff;
    color: #00152b
}

.eg-badge {
    border-radius: 30px;
    text-align: center;
    font-size: 12px;
    font-weight: 700;
}

.red--badge {
    background: #ff5b5b;
    color: #fff;
    padding: 4px 9px
}

.black--badge {
    background: #111;
    color: #fff;
    padding: 4px 9px
}

.sea--badge {
    background: #00896f;
    color: #fff;
    padding: 4px 9px
}

.table-wrapper {
    width: 100%;
    overflow-x: auto;
    margin-bottom: 32px
}

.eg-table {
    width: 100%;
    border-collapse: collapse;
    overflow: hidden
}

.eg-table thead {
    background: #fff
}

.eg-table thead tr {
    border-width: 2px
}

.eg-table thead tr th {
    font-size: 1rem;
    font-weight: 600;
    color: #00152b;
    opacity: 1;
    padding: 15px;
    vertical-align: top;
    text-align: center;
    border-width: 1px
}

@media(max-width: 767px) {
    .eg-table thead tr th {
        display:none
    }
}

.eg-table tbody tr td {
    font-weight: 400;
    color: #848484;
    text-align: center;
    border-width: 1px;
    vertical-align: middle;
    padding: 15px
}

@media(max-width: 767px) {
    .eg-table tbody tr td {
        display:block;
        width: 100%;
        text-align: right;
        padding-left: 50%;
        position: relative
    }
}

@media(max-width: 767px) {
    .eg-table tbody tr {
        display:block;
        width: 100%;
        margin-bottom: 20px
    }
}

@media(max-width: 767px) {
    .eg-table tbody {
        display:block;
        width: 100%
    }
}

@media(max-width: 767px) {
    .eg-table {
        display:block;
        width: 100%
    }
}

@media(max-width: 767px) {
    .eg-table td:before {
        content:attr(data-label);
        position: absolute;
        left: 0;
        width: 50%;
        text-align: left;
        padding-left: 15px;
        font-weight: 600;
        color: #00152b
    }
}

.cart-table tbody tr td:nth-child(5),.cart-table tbody tr td:nth-child(7) {
    font-weight: 700
}

.cart-table tbody td .delete-icon i {
    padding: 8px;
    color: #848484;
    font-size: 10px;
    border-radius: 50%;
    background: #fff;
    -webkit-box-shadow: 4px 8px 30px rgba(141,141,141,.19);
    box-shadow: 4px 8px 30px rgba(141,141,141,.19);
    border: 1px solid transparent;
    -webkit-transition: .4s ease;
    transition: .4s ease;
    cursor: pointer
}

.cart-table tbody td .delete-icon i:hover {
    background: #f96822;
    color: #fff
}

.cart-table tbody td img {
    width: 54px;
    height: 64px;
    -o-object-fit: cover;
    object-fit: cover
}

.cart-table tbody td .number-input {
    height: 36px;
    width: 71px;
    background: #eee;
    margin-left: auto;
    margin-right: auto;
    border: none;
    outline: none;
    border-radius: 5px;
    padding: 10px
}

@media(max-width: 767px) {
    .cart-table tbody td .number-input {
        margin-right:0!important
    }
}

.total-table thead tr {
    border-width: 2px
}

.total-table thead th {
    text-align: center;
    font-weight: 700;
    font-size: 1rem;
    color: #00152b;
    padding: 15px;
    border-width: 1px
}

@media(max-width: 767px) {
    .total-table thead th {
        font-size:16px
    }
}

.total-table tbody tr {
    border-width: 2px
}

.total-table tbody tr td {
    border-width: 2px;
    padding: 15px;
    color: #848484;
    font-family: work sans,sans-serif
}

@media(max-width: 767px) {
    .total-table tbody tr td {
        padding:10px;
        font-size: 14px
    }
}

.total-table tbody tr td:nth-child(1),.total-table tbody tr td:nth-child(3) {
    font-weight: 700;
    font-size: 1rem;
    color: #00152b;
    text-align: center
}

@media(max-width: 767px) {
    .total-table tbody tr td:nth-child(1),.total-table tbody tr td:nth-child(3) {
        font-size:14px
    }
}

.total-table tbody tr td .cost-list li {
    font-size: 14px;
    font-weight: 400;
    color: #848484;
    margin-bottom: 10px;
    line-height: 1.6
}

@media(max-width: 767px) {
    .total-table tbody tr td .cost-list li {
        font-size:13px
    }
}

.total-table tbody tr td .cost-list li a {
    color: #f96822;
    border-bottom: 1px solid #f96822
}

.total-table tbody tr td .single-cost li {
    font-size: 14px;
    color: #00152b!important;
    margin-bottom: 10px;
    line-height: 1.6;
    font-weight: 700
}

.quantity {
    position: relative;
    display: inline-table;
    margin-right: 8px;
}

.quantity input {
    height: 42px;
    line-height: 1.65;
    float: left;
    display: block;
    padding: 0;
    margin: 0;
    padding-left: 20px;
    border: 1px solid #eee;
    margin-left: 0;
    background: #eee
}

.quantity input:focus {
    outline: 0
}

.quantity-nav {
    float: left;
    position: relative;
    height: 42px
}

.quantity-button {
    position: relative;
    cursor: pointer;
    border-left: 1px solid #eee;
    width: 20px;
    text-align: center;
    color: #333;
    font-size: 13px;
    font-family: trebuchet ms,Helvetica,sans-serif!important;
    line-height: 1.7;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none
}

.quantity-button.quantity-up {
    position: absolute;
    height: 50%;
    top: 0;
    border-bottom: 1px solid #eee
}

.quantity-button.quantity-down {
    position: absolute;
    bottom: -1px;
    height: 50%
}

.prod-card {
    padding: 30px;
    border-radius: 5px;
    -webkit-box-shadow: 4px 8px 30px rgba(141,141,141,.15);
    box-shadow: 4px 8px 30px rgba(141,141,141,.15)
}

.eg-card {
    padding: 30px;
    border-radius: 5px;
    -webkit-box-shadow: 4px 8px 30px rgba(141,141,141,.15);
    box-shadow: 4px 8px 30px rgba(141,141,141,.15)
}

.select-primary1 {
    background: #264653;
    color: #fff;
    font-weight: 600;
    font-size: 16;
    border-radius: 2px;
    height: 32px;
    line-height: 30px;
    padding: 3px 10px
}

.select-white {
    color: #264653;
    background: #fff;
    font-weight: 600;
    font-size: 16;
    border-radius: 2px;
    height: 30px;
    line-height: 30px;
    padding: 3px 10px;
    border: 1px solid #adadad
}

option {
    font-size: 14px
}

.pagination li {
    margin: 0 5px!important;
    padding: 0 5px
}

.pagination .page-link {
    padding: 5px 13px;
    color: #f96822;
    font-weight: 700;
    font-size: 1rem;
    background-color: #fff;
    border-radius: 3px;
    -webkit-transition: .3s ease;
    transition: .3s ease;
    border: 1px solid #eee
}

.pagination .page-link:hover {
    background-color: #f96822;
    border: 1px solid #f96822;
    color: #fff
}

.pagination .page-link.active {
    background-color: #f96822;
    border: 1px solid #f96822;
    color: #fff
}

.faq-wrapper .accordion-item {
    margin-bottom: 30px;
    border-radius: 5px;
    border: unset
}

.faq-wrapper .accordion-item:last-child {
    margin-bottom: 0
}

.faq-wrapper .accordion-button {
    font-size: 16px;
    font-weight: 500;
    padding-right: 60px;
    padding-left: 0;
    border: none;
    background-color: #f5f5f5;
    padding: 26px 30px;
    padding-right: 45px;
    color: #505050
}

.faq-wrapper .accordion-button:focus {
    z-index: unset;
    border-color: unset;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none
}

.faq-wrapper .accordion-button::after {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: unset;
    height: unset;
    margin-left: auto;
    background-image: none;
    background-repeat: unset;
    background-size: unset;
    font-family: line awesome free;
    font-weight: 900;
    position: absolute;
    right: 22px;
    content: "\f107";
    -webkit-transition: unset;
    transition: unset;
    border-radius: 50%;
    height: 32px;
    width: 32px;
    text-align: center;
    line-height: 30px;
    font-size: 15px
}

.faq-wrapper .accordion-button:not(.collapsed)::after {
    background-image: none;
    -webkit-transform: unset;
    transform: unset;
    font-family: line awesome free;
    font-weight: 600;
    content: "\f106";
    border-radius: 50%;
    height: 32px;
    width: 32px;
    text-align: center;
    line-height: 32px;
    font-size: 16px;
    color: #505050
}

.faq-wrapper .accordion-body {
    font-weight: 400;
    font-size: 16px;
    border-color: transparent;
    padding: 0 30px 30px;
    font-size: 1rem;
    font-weight: 400;
    font-family: work sans,sans-serif;
    -webkit-box-shadow: 4px 8px 30px rgba(141,141,141,.1);
    box-shadow: 4px 8px 30px rgba(141,141,141,.1)
}

.faq-wrapper .accordion-button:not(.collapsed) {
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: #fff;
    font-weight: 600;
    color: #00152b!important;
    font-size: 18px
}

.about-image {
    position: relative
}

.about-image img {
    border-radius: 15px
}

.about-image .total-customer {
    position: absolute;
    bottom: -40px;
    left: -35px;
    border-radius: 4px;
    background: #f96822;
    color: #fff;
    font-size: 25px;
    font-weight: 600;
    padding: 24px 60px 24px 20px;
    text-align: center;
    -webkit-clip-path: polygon(100% 0,79% 24%,79% 100%,0 100%,0 0);
    clip-path: polygon(100% 0,79% 24%,79% 100%,0 100%,0 0)
}

@media(max-width: 991px) {
    .about-image .total-customer {
        bottom:0;
        left: 0
    }
}

.about-content-wrap {
    border-radius: 15px;
    padding: 40px;
    position: absolute;
    top: 60px;
    left: -130px;
    background: #fff;
    overflow: hidden
}

@media(max-width: 1399px) {
    .about-content-wrap {
        position:unset
    }
}

.about-content-wrap::after {
    content: '';
    position: absolute;
    bottom: -90px;
    right: -90px;
    border: 30px solid #efefef;
    border-radius: 50%;
    height: 194px;
    width: 194px
}

@media(max-width: 1399px) {
    .about-content-wrap::after {
        display:none;
        visibility: hidden
    }
}

.stamp-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: space-start;
    -ms-flex-pack: space-start;
    justify-content: space-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 35px
}

.stamp-area .stamp {
    background: #fff;
    border-radius: 5px;
    padding: 13px;
    margin-right: 20px
}

.abt-btn {
    padding: 12px 30px
}

.about-video-section {
    width: 100%
}

.about-video-wrap {
    background-image: -webkit-gradient(linear,left top,left bottom,from(rgba(0,43,70,0.7)),to(rgba(0,43,70,0.7))),url("../images/bg/abt-video.jpg");
    background-image: linear-gradient(rgba(0,43,70,0.7),rgba(0,43,70,0.7)),url("../images/bg/abt-video.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 5px
}

.about-video-area {
    margin-left: auto;
    margin-right: auto;
    color: #f96822;
    font-size: 14px;
    background-color: #fff;
    border-radius: 50%;
    height: 35px;
    width: 35px;
    line-height: 35px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    position: relative;
    cursor: pointer;
    z-index: 5
}

.about-video-area::before {
    content: "";
    position: absolute;
    top: -10px;
    left: -10px;
    background: rgba(255,255,255,.5);
    height: 55px;
    width: 55px;
    border-radius: 50%;
    z-index: -1;
    display: inline-block;
    -webkit-animation: blur 2s linear infinite;
    animation: blur 2s linear infinite;
    -webkit-animation-delay: .5s;
    animation-delay: .5s
}

.about-video-area::after {
    content: "";
    position: absolute;
    top: -20px;
    left: -20px;
    background: rgba(255,255,255,.2);
    height: 75px;
    width: 75px;
    border-radius: 50%;
    -webkit-animation: blurr 2s linear infinite;
    animation: blurr 2s linear infinite;
    z-index: -1
}

@-webkit-keyframes blur {
    0% {
        -webkit-transform: scale(.1);
        transform: scale(.1);
        opacity: 1
    }

    50% {
        -webkit-transform: scale(.5);
        transform: scale(.5);
        opacity: 1
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: .5
    }
}

@keyframes blur {
    0% {
        -webkit-transform: scale(.1);
        transform: scale(.1);
        opacity: 1
    }

    50% {
        -webkit-transform: scale(.5);
        transform: scale(.5);
        opacity: 1
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: .5
    }
}

@-webkit-keyframes blurr {
    0% {
        -webkit-transform: scale(.1);
        transform: scale(.1);
        opacity: .5
    }

    50% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
        opacity: 1
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: .5
    }
}

@keyframes blurr {
    0% {
        -webkit-transform: scale(.1);
        transform: scale(.1);
        opacity: .5
    }

    50% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
        opacity: 1
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: .5
    }
}

.service-item {
    border: 1px solid #eee;
    padding: 24px 20px;
    border-radius: 5px;
    text-align: center;
    -webkit-transition: .4s ease;
    transition: .4s ease
}

.service-item .service-icon {
    margin-bottom: 20px
}

.service-item .service-content h5 {
    font-size: 20px;
    font-weight: 800;
    color: #00152b;
    margin-bottom: 6px
}

.service-item .service-content p {
    margin-bottom: 10px;
    line-height: 1.5
}

.service-item .service-content .service-btn {
    color: #505050;
    font-size: 14px;
    font-weight: 600;
    -webkit-transition: .4s ease;
    transition: .4s ease;
    border-bottom: 1px solid transparent
}

.service-item .service-content .service-btn:hover {
    color: #f96822;
    border-bottom: 1px solid #f96822
}

.service-item:hover {
    border: 1px solid #fff;
    -webkit-box-shadow: 4px 8px 30px rgba(141,141,141,.1);
    box-shadow: 4px 8px 30px rgba(141,141,141,.1);
    -webkit-transform: translateY(-3px);
    transform: translateY(-3px)
}

.sorting-text {
    color: #111;
    font-size: 1rem;
    font-weight: 400
}

.product-section .select-box .nice-select {
    height: 35px;
    width: 118px;
    line-height: 26px
}

.product-section .select-box .nice-select ul.list {
    border-radius: 0;
    margin-top: 3px
}

.product-section .select-box .nice-select ul.list li {
    color: #264653
}

.product-section .select-box .nice-select span.current {
    line-height: inherit
}

.product-grid-style-one .product-grid-top {
    padding-bottom: 25px
}

.product-grid-style-one .product-grid-top .slider-arrows {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.product-grid-style-one .product-grid-top .slider-arrows .custom-swiper-prev-sm {
    margin-right: 30px
}

.product-grid-style-one .product-grid-button a {
    display: inline-block;
    font-size: 14px;
    text-transform: capitalize;
    color: #00152b;
    border: 1px solid #00152b;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 100px;
    padding: 5px 18px
}

.product-grid-style-one .product-grid-slider {
    padding-bottom: 24px
}

.eg-product-card-alpha {
    background: #fff;
    border-radius: 0;
    text-align: center;
    padding-top: 20px;
    position: relative;
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
    margin-top: 24px;
    -webkit-box-shadow: 4px 8px 30px rgba(141,141,141,.1);
    box-shadow: 4px 8px 30px rgba(141,141,141,.1)
}

.eg-product-card-alpha:hover {
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px)
}

.eg-product-card-alpha:hover .eg-product-thumb {
    -webkit-filter: drop-shadow(4px 8px 30px rgba(141,141,141,0.1));
    filter: drop-shadow(4px 8px 30px rgba(141,141,141,0.1))
}

.eg-product-card-alpha:hover .eg-product-thumb .thumb-action {
    opacity: 1
}

.eg-product-card-alpha:hover .product-card-levels {
    -webkit-transform: rotateX(360deg);
    transform: rotateX(360deg)
}

.eg-product-card-alpha:hover .eg-product-body .product-card-bottom .product-rating {
    opacity: 0;
    top: 100%;
    visibility: hidden;
    z-index: -1
}

.eg-product-card-alpha:hover .eg-product-body .product-card-bottom .product-add-btn a {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.eg-product-card-alpha .product-card-levels {
    position: absolute;
    top: 25px;
    left: 25px;
    z-index: 1;
    -webkit-transition: .5s;
    transition: .5s
}

.eg-product-card-alpha .product-card-levels li {
    font-weight: 700;
    font-size: 12px;
    text-transform: capitalize;
    border-radius: 100px;
    display: inline-block;
    padding: 4px 8.5px;
    color: #fff
}

.eg-product-card-alpha .product-card-levels li.discount-percentage {
    background: #ff5b5b
}

.eg-product-card-alpha .product-card-levels li.product-availability {
    background: #00152b
}

.eg-product-card-alpha .eg-product-thumb {
    height: 174px;
    width: 174px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 auto;
    -webkit-transition: all .25s;
    transition: all .25s;
    position: relative
}

.eg-product-card-alpha .eg-product-thumb .thumb-action {
    position: absolute;
    height: 34px;
    width: 34px;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: #00896f;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    right: 0;

    opacity: 0;
    -webkit-transition: .25s;
    transition: .25s
}

.eg-product-card-alpha .eg-product-thumb .thumb-action i {
    color: #fff
}

.eg-product-card-alpha .eg-product-thumb img {
    max-width: 100%;
    max-height: 100%
}

.eg-product-card-alpha .eg-product-body {
    padding: 20px 25px 28px
}

.eg-product-card-alpha .eg-product-body .eg-product-title {
    font-size: 16px;
    line-height: 28px;
    text-transform: capitalize;
    color: #00152b;
    font-family: var(--praimary-heading-one)
}

.eg-product-card-alpha .eg-product-body .eg-product-title a {
    text-decoration: none;
    color: inherit
}

.eg-product-card-alpha .eg-product-body .eg-product-card-price {
    padding-top: 8px
}

.eg-product-card-alpha .eg-product-body .eg-product-card-price .price-discounted-amount {
    font-weight: 800;
    font-size: 14px;
    -webkit-text-decoration-line: line-through;
    text-decoration-line: line-through;
    text-transform: capitalize;
    color: #adadad;
    margin-right: 10px
}

.eg-product-card-alpha .eg-product-body .eg-product-card-price .price-amount {
    font-size: 20px;
    text-transform: capitalize;
    color: #00152b;
    text-decoration: none!important
}

.eg-product-card-alpha .eg-product-body .product-card-bottom {
    position: relative
}

.eg-product-card-alpha .eg-product-body .product-card-bottom .product-rating {
    -webkit-transition: all .25s;
    transition: all .25s;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    opacity: 1
}

.eg-product-card-alpha .eg-product-body .product-card-bottom .product-rating li {
    margin-right: 5px
}

.eg-product-card-alpha .eg-product-body .product-card-bottom .product-rating li:last-child {
    margin-right: 0
}

.eg-product-card-alpha .eg-product-body .product-card-bottom .product-rating li i {
    font-size: 12px;
    color: #ffa800
}

.eg-product-card-alpha .eg-product-body .product-card-bottom .product-add-btn {
    /*margin-top: 26px*/
}

.eg-product-card-alpha .eg-product-body .product-card-bottom .product-add-btn a {
    -webkit-transition: all .3s;
    transition: all .3s;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    opacity: 0;
    display: inline-block;
    padding: 8px 62px 8px 26px;
    font-size: 16px;
    text-transform: capitalize;
    color: #fff;
    background: #00896f;
    border-radius: 100px;
    position: relative
}

.eg-product-card-alpha .eg-product-body .product-card-bottom .product-add-btn a i {
    position: absolute;
    width: 32px;
    right: 4px;
    top: 4px;
    bottom: 4px;
    background: #fff;
    border-radius: 50%;
    display: inline-block;
    color: #00896f;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.feature-card-alpha {
    padding: 30px 20px 20px;
    background: #fff;
    -webkit-box-shadow: 4px 8px 30px rgba(141,141,141,.1);
    box-shadow: 4px 8px 30px rgba(141,141,141,.1);
    border-radius: 5px;
    text-align: center;
    margin-top: 24px;
    -webkit-transition: all .3s;
    transition: all .3s;
    position: relative;
    z-index: 1
}

.feature-card-alpha::before {
    position: absolute;
    top: 20px;
    right: 20px;
    height: 51px;
    width: 44px;
    background-image: url(../images/icons/feature-shape.png);
    background-repeat: no-repeat;
    z-index: -1;
    content: ""
}

.feature-card-alpha:hover {
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px)
}

.feature-card-alpha .feature-icon {
    min-height: 40px
}

.feature-card-alpha .feature-icon img {
    max-width: 100%
}

.feature-card-alpha .feature-content h5 {
    font-weight: 800;
    font-size: 18px;
    color: #00152b;
    padding-top: 20px
}

.feature-card-alpha .feature-content p {
    padding-top: 6px;
    font-family: var(--f-secondary);
    font-weight: 500;
    font-size: 14px;
    color: #848484
}

.widget-title {
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 700;
    color: #00152b;
    border-bottom: 2px solid #eee;
    padding-bottom: 10px;
    position: relative;
    margin-bottom: 40px
}

.widget-title::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -2px;
    height: 2px;
    background-color: #f96822;
    width: 80px;
    display: inline-block
}

.range-slider {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.range-slider label {
    color: #00152b
}

.range-slider .number-group {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    text-align: right;
    font-size: 14px
}

.range-slider .number-group .number-input {
    width: 36px;
    height: 30px;
    text-align: center;
    font-size: 14px;
    color: #00152b;
    border: 0
}

.range-slider .number-group .number-input:first-of-type {
    margin-right: 7px
}

.range-slider .number-group .number-input:last-of-type {
    margin-left: 7px
}

.range-slider .number-group .number-input::-webkit-outer-spin-button,.range-slider .number-group .number-input::-webkit-inner-spin-button {
    -webkit-appearance: none
}

.range-slider .number-group .number-input:invalid,.range-slider .number-group .number-input:out-of-range {
    border: 2px solid #ff0
}

.range-slider .range-group {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%
}

.range-slider .range-group .range-input {
    width: 100%;
    border: 1px solid #f5f5f5!important
}

.range-slider .range-group .range-input:focus {
    outline: 0
}

.range-slider .range-group .range-input::-webkit-slider-runnable-track {
    width: 100%;
    height: 4px;
    cursor: pointer;
    -webkit-animation: .2s;
    animation: .2s;
    background: #f5f5f5;
    border-radius: 1px;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 0;
    border: 1px solid #f5f5f5!important
}

.range-slider .range-group .range-input::-webkit-slider-thumb {
    z-index: 2;
    position: relative;
    height: 18px;
    width: 18px;
    border-radius: 50%;
    background: #f96822;
    cursor: pointer;
    -webkit-appearance: none;
    margin-top: -7px
}

.range-slider .range-group .range-input::-moz-range-track {
    width: 100%;
    height: 2px;
    cursor: pointer;
    animation: .2s;
    background: #f96822;
    border-radius: 1px;
    box-shadow: none;
    border: 0
}

.range-slider .range-group .range-input::-moz-range-thumb {
    z-index: 2;
    position: relative;
    box-shadow: 0 0 0 #000;
    border: 1px solid #f5f5f5;
    height: 18px;
    width: 18px;
    border-radius: 50%;
    background: #f5f5f5;
    cursor: pointer
}

.range-slider .range-group .range-input::-ms-track {
    width: 100%;
    height: 5px;
    cursor: pointer;
    animation: .2s;
    background: 0 0;
    border-color: transparent;
    color: transparent
}

.range-slider .range-group .range-input::-ms-fill-lower,.range-slider .range-group .range-input::-ms-fill-upper {
    background: red;
    border-radius: 1px;
    box-shadow: none;
    border: 0
}

.range-slider .range-group .range-input::-ms-thumb {
    z-index: 2;
    position: relative;
    height: 18px;
    width: 18px;
    border-radius: 50%;
    background: red;
    cursor: pointer
}

.tag-list {
    padding-left: 0
}

.tag-list li {
    margin-bottom: 28px;
    margin-right: 10px;
    display: inline-block
}

.tag-list li a {
    padding: 8px 10px;
    background-color: #eee;
    color: #848484;
    text-align: center;
    border-radius: 3px;
    font-size: 14px;
    font-family: work sans,sans-serif;
    font-weight: 400;
    -webkit-transition: .4s ease;
    transition: .4s ease
}

.tag-list li a:hover {
    background-color: #f96822;
    color: #fff
}

.accordion-item {
    margin-bottom: 10px;
    border-radius: 5px;
    border: none
}

.accordion-item:last-child {
    margin-bottom: 0
}

.accordion-button {
    color: #00152b;
    font-size: 15px;
    font-weight: 500;
    padding-right: 60px;
    padding-left: 0;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    padding: .8rem 1rem;
    border-bottom: 1px solid transparent;
}

.accordion-button:focus {
    z-index: unset;
    border-color: unset;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: none
}

.accordion-button::after {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: unset;
    height: unset;
    margin-left: auto;
    background-image: none;
    background-repeat: unset;
    background-size: unset;
    font-family: line awesome free;
    font-weight: 900;
    position: absolute;
    right: 22px;
    content: "\f067";
    border-radius: 50%;
    height: 32px;
    width: 32px;
    text-align: center;
    line-height: 30px;
    font-size: 15px
}

.accordion-button:not(.collapsed)::after {
    background-image: none;
    -webkit-transform: unset;
    transform: unset;
    font-family: line awesome free;
    font-weight: 900;
    content: "\f068";
    border-radius: 50%;
    height: 32px;
    width: 32px;
    text-align: center;
    line-height: 32px;
    font-size: 15px
}

.accordion-body {
    font-weight: 400;
    font-size: 16px;
    border-color: transparent;
    padding-left: 0
}

.accordion-button:not(.collapsed) {
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: #f5f5f5;
    color: #505050
}

.faq-support-wrap {
    padding: 50px 30px
}

.explore-list {
    padding-left: 20px;
    padding-right: 10px;
    -webkit-transition: all .4s ease;
    transition: all .4s ease
}

.explore-list li {
    margin-bottom: 10px
}

.explore-list li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #00152b
}

.explore-list li a span {
    font-size: 14px;
    font-weight: 400
}

.explore-list li a:hover {
    color: #f96822
}

.product-item {
    border-radius: 5px;
    -webkit-transition: .4s ease;
    transition: .4s ease;
    padding: 11px
}

.product-item .product-image {
    margin-right: 10px;
    position: relative
}

.product-item .product-image img {
    height: 60px;
    width: 60px
}

.product-item .product-image::after {
    content: '\f07a';
    font-size: 14px;
    font-family: Line awesome free;
    font-weight: 600;
    background-color: #f96822;
    height: 22px;
    width: 22px;
    text-align: center;
    line-height: 22px;
    border-radius: 50%;
    line-height: 22px;
    color: #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    opacity: 0;
    -webkit-transition: .4s ease;
    transition: .4s ease;
    cursor: pointer
}

.product-item .product-content .product-title {
    font-size: 13px;
    font-weight: 600;
    color: #00152b;
    margin-bottom: 0
}

.product-item:hover {
    background-color: #f5f5f5
}

.product-item:hover .product-image::after {
    opacity: 1
}

.product-review {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 0;
    margin-top: -5px
}

.product-review li {
    margin-right: 7px
}

.product-review li:last-child i {
    color: #848484
}

.product-review li i {
    color: #ffa800;
    font-size: 10px
}

.product-review .review-no {
    font-size: 1rem;
    color: #848484
}

.product-review2 li {
    padding: 0
}

.product-review2 li i {
    font-size: 20px;
    color: #ffa800;
    margin-right: 15px
}

.old-price {
    font-size: 12px;
    font-weight: 500;
    color: #848484;
    margin-top: -3px
}

.new-price {
    font-size: 16px;
    font-weight: 800;
    color: #848484
}

.prod-details .product-details-gallery button {
    width: 100px;
    height: 100px;
    border: 1px solid #eee
}

.prod-details .product-details-gallery button img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.prod-details .product-details-gallery .nav-pills .nav-link {
    padding: 0
}

.prod-details .product-details-gallery .nav-pills .nav-link:hover {
    background-color: unset
}

.prod-details .product-details-gallery .nav-pills .nav-link.active,.prod-details .product-details-gallery .nav-pills .show>.nav-link {
    color: #fff;
    background-color: unset
}

.prod-details .product-details-gallery .tab-content {
    border: 1px solid #eee;
    position: relative;
    text-align: center
}

.prod-details .product-details-gallery .tab-content .product-gallery-badge {
    position: absolute;
    top: 30px;
    right: 30px;
    width: 54px;
    height: 26px;
    line-height: 26px;
    color: #fff;
    font-size: 15px;
    text-align: center;
    font-weight: 700;
    background-color: #f96822;
    border-radius: 2px
}

.prod-details .product-details-gallery .tab-content .gallery-big-image {
    width: 100%;
    height: auto
}

.prod-description .nav button {
    width: 100%;
    max-width: 270px
}

.nav-pills .nav-link {
    color: #848484;
    background-color: #fff;
    padding: 19px 15px;
    font-size: 20px;
    font-weight: 800;
    -webkit-box-shadow: 4px 8px 30px rgba(141,141,141,.1);
    box-shadow: 4px 8px 30px rgba(141,141,141,.1);
    max-width: 270px;
    margin-left: auto;
    margin-right: auto
}

.nav-pills .nav-link.navtab-btn-style2 {
    padding: 13px 12px;
    max-width: 270px;
    width: 100%;
    font-size: 18px;
    font-weight: 700;
    color: #848484;
}

.nav-pills .nav-link.navtab-btn-style2 i {
    margin-right: 6px;
    font-size: 18px
}

.nav-pills .nav-link.navtab-btn-style2.active {
    padding: 13px 12px;
    font-size: 20px;
    font-weight: 700
}

.nav-pills .nav-link:hover {
    background-color: #f96822;
    color: #fff
}

.nav-pills .nav-link.active,.nav-pills .show>.nav-link {
    color: #fff;
    background-color: #f96822;
    padding: 19px 15px;
    font-size: 20px;
    font-weight: 800
}

.prod-details-content {
    padding-left: 15px
}

.price-title {
    font-weight: 800;
    color: #f96822;
    font-size: 25px;
    padding-bottom: 20px
}

.prod-quantity a.eg-btn.md--btn.primary--btn {
    margin-left: 20px
}

.prod-info li {
    font-size: 1rem;
    font-weight: 400;
    color: #adadad;
    margin-bottom: 5px;
    font-family: work sans,sans-serif
}

.prod-info li span {
    font-weight: 400;
    margin-right: 10px;
    color: #848484
}

.prod-info li:last-child {
    margin-bottom: 0
}

.small-img-area .small-img {
    width: 100px;
    height: 100px;
    border-radius: 5px;
    border: 1px solid #eee;
    margin-bottom: 1rem
}

.small-img-area .small-img img {
    width: 100%;
    height: 100%
}

.main-img-area {
    width: 100%;
    max-width: 440px;
    border-radius: 5px;
    border: 1px solid #eee;
    max-height: 460px;
    height: 100%;
    margin-left: 30px
}

@media(max-width: 767px) {
    .main-img-area {
        margin-left:0
    }
}

.main-img-area img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.description {
    padding: 30px;
    border-radius: 5px
}

.comment-box {
    border: 1px solid #eee;
    border-radius: 5px;
    padding: 30px
}

.comment-box .author-img {
    width: 50px;
    height: 50px;
    margin-right: 25px
}

@media(max-width: 576px) {
    .comment-box .author-img {
        margin-right:15px
    }
}

.comment-box .author-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 50%
}

.comment-box h5 {
    font-size: 20px;
    font-weight: 700;
    color: #00152b;
    margin-bottom: 6px
}

@media(max-width: 576px) {
    .comment-box h5 {
        font-size:16px
    }
}

.comment-box .commnt-date {
    font-size: 20px;
    font-weight: 500;
    color: #848484
}

@media(max-width: 576px) {
    .comment-box .commnt-date {
        font-size:14px
    }
}

.comment-box .commnt-reply {
    font-size: 12px;
    font-weight: 800;
    color: #00152b;
    -webkit-transition: .3s;
    transition: .3s
}

.comment-box .commnt-reply:hover {
    color: #f96822
}

.comment-box .footer-icon-list i {
    background-color: #fff;
    border-radius: 50%;
    padding: 5px;
    -webkit-box-shadow: 4px 8px 30px rgba(141,141,141,.1);
    box-shadow: 4px 8px 30px rgba(141,141,141,.1);
    font-size: 16px;
    margin-right: 10px;
    -webkit-transition: .3s ease;
    transition: .3s ease
}

.comment-box .footer-icon-list i:hover {
    background: #f96822;
    color: #fff
}

.comment-box2 {
    border: none;
    border-bottom: 1px solid #eee
}

.form-header h5 {
    font-size: 25px;
    font-weight: 700;
    color: #00152b;
    margin-bottom: 15px
}

.form-header span {
    color: #848484;
    font-size: 16px;
    font-weight: 400
}

.comment-form-area input,.comment-form-area textarea {
    border: none;
    padding: 15px 20px;
    border: 1px solid #eee;
    border-radius: 5px
}

.comment-form-area input::-webkit-input-placeholder,.comment-form-area textarea::-webkit-input-placeholder {
    color: #848484;
    font-size: 13px;
    font-weight: 400
}

.comment-form-area input:-ms-input-placeholder,.comment-form-area textarea:-ms-input-placeholder {
    color: #848484;
    font-size: 13px;
    font-weight: 400
}

.comment-form-area input::-ms-input-placeholder,.comment-form-area textarea::-ms-input-placeholder {
    color: #848484;
    font-size: 13px;
    font-weight: 400
}

.comment-form-area input::placeholder,.comment-form-area textarea::placeholder {
    color: #848484;
    font-size: 13px;
    font-weight: 400
}

.comment-form-area label {
    font-weight: 500;
    font-size: 1rem;
    margin-bottom: 15px
}

.comment-rate-area {
    padding-top: 5px;
    padding-bottom: 35px;
    margin-bottom: 35px
}

.comment-rate-area p {
    font-size: 14px;
    font-weight: 400
}

.comment-rate-area .rate {
    float: left;
    height: 46px;
    padding-right: 10px;
    margin-bottom: 10px
}

.comment-rate-area .rate:not(:checked)>input {
    position: absolute;
    top: -9999px
}

.comment-rate-area .rate:not(:checked)>label {
    float: right;
    width: 1em;
    overflow: hidden;
    white-space: nowrap;
    cursor: pointer;
    font-size: 30px;
    color: #ccc
}

.comment-rate-area .rate:not(:checked)>label:before {
    content: '★ '
}

.comment-rate-area .rate>input:checked~label {
    color: #ffa800
}

.comment-rate-area .rate:not(:checked)>label:hover,.comment-rate-area .rate:not(:checked)>label:hover~label {
    color: #ffa800
}

.comment-rate-area .rate>input:checked+label:hover,.comment-rate-area .rate>input:checked+label:hover~label,.comment-rate-area .rate>input:checked~label:hover,.comment-rate-area .rate>input:checked~label:hover~label,.comment-rate-area .rate>label:hover~input:checked~label {
    color: #ffa800
}

.prod-item2 {
    position: relative
}

.prod-item2 .prod-image {
    width: 160px;
    height: 160px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 15px
}

.prod-item2 .prod-image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.prod-item2 .prod-content {
    text-align: center
}

.prod-item2 .prod-content .prod-title {
    font-size: 1rem;
    color: #00152b;
}

.prod-item2 .prod-content .prod-price {
    font-size: 20px;
    color: #00152b;
    padding-top: 15px;
    padding-bottom: 20px
}

.prod-item2 .prod-content .prod-price span {
    font-size: 14px;
    font-weight: 800;
    color: #adadad;
    margin-right: 5px
}

.prod-item2 .cart-icon-list {
    position: absolute;
    top: 20px;
    right: 20px;
    opacity: 0;
    -webkit-transition: .3s ease;
    transition: .3s ease
}

.prod-item2 .cart-icon-list i {
    width: 34px;
    height: 34px;
    background: #00896f;
    border: 1px solid #00896f;
    color: #fff;
    line-height: 34px;
    text-align: center;
    border-radius: 50%;
    font-size: 16px;
    -webkit-transition: .2s ease;
    transition: .2s ease
}

.prod-item2 .cart-icon-list i:hover {
    background: #fff;
    color: #00896f;
    border: 1px solid #00896f
}

.prod-item2:hover .cart-icon-list {
    opacity: 1
}

.prod-item2 .badge-area {
    position: absolute;
    top: 20px;
    left: 20px
}

.pricing-range-buttom {
    margin-top: 24px;
    padding-bottom: 30px
}

.pricing-range-buttom .pricing-value {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.pricing-range-buttom .pricing-value input {
    margin: 0;
    padding: 0;
    border: none;
    float: right;
    max-width: 80px;
    height: auto;
    font-weight: 500;
    font-size: 14px;
    color: #00152b
}

.pricing-range-buttom .pricing-value span {
    font-weight: 500;
    font-size: 16px;
    color: #00152b;
    margin-right: 5px
}

.pricing-range-buttom button {
    font-weight: 500;
    font-size: 14px;
    color: #fff;
    background: #264653;
    border-radius: 100px;
    border: none;
    outline: none;
    padding: 6px 20px
}

.price-range-slider {
    width: 100%;
    float: left;
    margin: 0 10px 20px
}

.price-range-slider .range-value {
    margin: 0
}

.price-range-slider .range-value input {
    width: 100%;
    background: 0 0;
    color: #264653;
    font-size: 16px;
    font-weight: initial;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    margin: 20px 0
}

.price-range-slider .range-bar {
    border: none;
    background: #264653;
    height: 3px;
    width: 100%
}

.price-range-slider .range-bar .ui-slider-range {
    background: #264653
}

.price-range-slider .range-bar .ui-slider-handle {
    border: none;
    border-radius: 25px;
    background: #fff;
    border: 2px solid #264653;
    height: 17px;
    width: 17px;
    top: -.52em;
    cursor: pointer
}

.price-range-slider .range-bar .ui-slider-handle+span {
    background: #264653
}

.blog-style-1 {
    -webkit-transition: .4s ease;
    transition: .4s ease
}

.blog-style-1 img {
    width: 100%;
    height: auto;
    border-radius: 5px
}

.blog-style-1 .blog-content {
    padding: 30px 20px
}

.blog-style-1 .blog-title {
    font-size: 20px;
    color: #00152b;
    line-height: 1.5;
    -webkit-transition: .4s ease;
    transition: .4s ease
}

.blog-style-1 .blog-title:hover {
    color: #264653
}

.blog-style-1 .blog-date span {
    font-size: 14px;
    font-weight: 500;
    color: #848484;
    font-family: work sans,sans-serif;
    position: relative;
    margin-right: 8px;
    padding-right: 8px
}

.blog-style-1 .blog-date span:first-child::after {
    content: '';
    position: absolute;
    top: 7px;
    right: 0;
    width: 1px;
    height: 9px;
    background-color: #848484
}

.blog-style-1 .blog-btn a {
    font-size: 14px;
    font-weight: 500;
    font-family: work sans,sans-serif;
    color: #00152b;
    -webkit-transition: .3s ease;
    transition: .3s ease;
    border-bottom: 1px solid #00152b
}

.blog-style-1 .blog-btn a:hover {
    color: #00896f;
    border-bottom: 1px solid #00896f
}

.blog-style-2 {
    width: 100%;
    padding: 15px;
    border-radius: 5px;
    border: 1px solid #eee;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
}

@media(max-width: 991px) {
    .blog-style-2 .blog-img {
        margin-bottom:30px
    }

    .blog-style-2 .blog-img img {
        width: 100%
    }
}

.blog-style-2 .blog-content h6 {
    font-size: 1rem;
    font-weight: 700;
    color: #00152b;
    line-height: 1.5;
    margin-bottom: 10px
}

.blog-style-2 .blog-content p {
    font-size: 16px;
    font-weight: 400;
    color: #848484;
    font-family: work sans,sans-serif;
    margin-bottom: 17px
}

.blog-style-2 .blog-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
}

.blog-style-2 .blog-footer .blog-author {
    font-size: 1rem;
    font-weight: 700;
    color: #848484;
    position: relative;
    padding-left: 32px;
}

.blog-style-2 .blog-footer .blog-author::before {
    content: '\f007';
    font-family: line awesome free;
    font-weight: 700;
    position: absolute;
    top: -7px;
    left: 0;
    font-size: 25px;
    color: #00152b
}

.blog-style-2 .blog-footer .blog-date {
    font-size: 1rem;
    font-weight: 400;
    color: #848484;
}

.blog-style-2:hover {
    border: 1px solid #fff;
    -webkit-box-shadow: 4px 8px 30px rgba(141,141,141,.15);
    box-shadow: 4px 8px 30px rgba(141,141,141,.15)
}

.title-dash {
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 700;
    color: #00152b;
    border-bottom: 2px solid #eee;
    padding-bottom: 10px;
    position: relative;
    margin-bottom: 30px!important;
}

.title-dash::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -2px;
    height: 2px;
    border-bottom: 2px dashed #f96822;
    width: 100px;
    display: inline-block
}

.blog-style-3:hover .blog-content {
    background-color: #00152b
}

.blog-style-3:hover .blog-content h5 {
    margin-bottom: 9px;
    color: #fff
}

.blog-style-3:hover .blog-content p {
    margin-bottom: 15px;
    color: #fff
}

.blog-style-3:hover .blog-content .time {
    font-size: 12px;
    font-weight: 600;
    color: #fff
}

.blog-style-3:hover .blog-content .time i {
    margin-right: 5px;
    font-size: 13px;
    color: #fff
}

.blog-style-3:hover .blog-content .blog-stand-btn {
    background-color: #fff;
    color: #00152b
}

.blog-style-3 .blog-img img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    background-size: contain
}

.blog-style-3 .blog-content {
    -webkit-transition: .3s ease;
    transition: .3s ease;
    padding: 25px;
    background-color: #fafafa
}

.blog-style-3 .blog-content h5 {
    margin-bottom: 9px
}

.blog-style-3 .blog-content p {
    margin-bottom: 15px
}

.blog-style-3 .blog-content .time {
    font-size: 12px;
    font-weight: 600;
    color: #00152b;
}

.blog-style-3 .blog-content .time i {
    margin-right: 5px;
    font-size: 13px
}

.blog-style-3 .blog-content .blog-stand-btn {
    background-color: #00152b;
    color: #fff;
    padding: 6px 16px;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.2
}

.category-list li {
    display: block
}

.category-list a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    padding-left: 28px;
    -webkit-transition: .4s ease;
    transition: .4s ease
}

.category-list a::before {
    content: '\f061';
    font-family: line awesome free;
    font-weight: 600;
    position: absolute;
    top: 1px;
    left: 0
}

.category-list a:hover {
    color: #f96822
}

.title-14 {
    color: #00152b;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.6
}

.latest-post .single-post {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
}

.latest-post .single-post .post-img {
    width: 75px
}

.latest-post .single-post .post-img img {
    width: 100%;
    height: 80px;
    -o-object-fit: cover;
    object-fit: cover
}

.latest-post .single-post .post-content {
    width: calc(100% - 75px);
    padding-left: 20px
}

.latest-post .post-date {
    font-size: 14px;
    font-weight: 400;
    color: #848484;
    font-family: work sans,sans-serif
}

.widget2 {
    margin-bottom: 53px
}

.follower-list li {
    display: block
}

.follower-list a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    -webkit-transition: .4s ease;
    transition: .4s ease
}

.follower-list a:hover {
    color: #f96822
}

.follower-list a i {
    margin-right: 12px
}

.archive-list li {
    display: block;
    margin-bottom: 15px
}

.archive-list a {
    -webkit-transition: .4s ease;
    transition: .4s ease
}

.archive-list a:hover {
    color: #00152b
}

.title-28 {
    font-size: 28px;
    color: #00152b;
    line-height: 1.6
}

.title-20 {
    font-size: 20px;
    font-weight: 500;
    line-height: 1.6;
    color: #505050
}

.title-25 {
    font-size: 25px;
    font-weight: 800;
    line-height: 1.6;
    color: #00152b
}

.blog-details-section .blog-img img {
    width: 100%
}

.blog-details-section .details-content {
    padding-top: 30px;
    padding-bottom: 16px
}

.blog-details-section .details-content .details-header {
    padding-bottom: 25px
}

.blog-details-section .details-content .details-header .time,.blog-details-section .details-content .details-header .catgry {
    font-size: 12px;
    font-weight: 600;
    color: #848484
}

.blog-details-section .details-content .details-header .time i,.blog-details-section .details-content .details-header .catgry i {
    font-size: 14px;
    color: #00152b;
    margin-right: 5px
}

.blog-details-section .quote-area {
    background-color: #f5f5f5;
    padding: 30px 35px;
    text-align: center
}

.blog-details-section .quote-area p {
    font-size: 1rem;
    font-weight: 500;
    color: #848484;
    line-height: 30px
}

.blog-details-section .quote-author {
    font-size: 20px;
    font-weight: 700;
    color: #00152b;
    position: relative
}

.blog-details-section .quote-author .quoteicon {
    position: absolute;
    top: -10px;
    right: 100px
}

@media(max-width: 767px) {
    .blog-details-section .quote-author .quoteicon {
        right:10px
    }
}

.blog-details-section .video-popup {
    position: relative;
    background-image: url(../images/blog/video-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    height: 250px
}

.blog-details-section .play-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%)
}

.blog-details-section .play-icon i {
    position: absolute;
    top: 50%;
    left: 50%;
    background: #fff;
    font-size: 14px;
    color: #ff5b5b;
    height: 37px;
    width: 37px;
    line-height: 39px;
    border-radius: 50%;
    text-align: center;
    margin: auto;
    z-index: 1;
    position: relative;
    z-index: 999
}

@keyframes blur {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }

    100% {
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
        opacity: 0
    }
}

.post-share-area h5 {
    font-size: 20px;
    font-weight: 600;
    color: #00152b;
    margin-right: 8px
}

.post-share-area .post-social i {
    font-size: 14px;
    height: 24px;
    width: 24px;
    line-height: 24px;
    color: #00152b;
    border-radius: 50%;
    -webkit-transition: .3s ease;
    transition: .3s ease;
    text-align: center;
    margin-right: 10px;
    margin-bottom: 8px
}

.post-share-area .post-social i:hover {
    background: #f96822;
    color: #fff;
    text-align: center
}

.post-nav-area {
    margin-bottom: 7px
}

@media(max-width: 576px) {
    .post-nav-area {
        -webkit-box-pack:justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

.post-nav-area a {
    font-size: 16px;
    font-weight: 600;
    color: #848484
}

.comment-reply li .comment-box2 {
    border: none;
    margin-bottom: 0
}

.contact-form-area p {
    font-size: 1rem;
    color: #848484;
    font-weight: 400;
    font-family: work sans,sans-serif;
    margin-bottom: 24px
}

.contact-form-area .contact-btn {
    padding: 15px 30px;
    border-radius: 5px
}

.branch-info-item .branch-info-header {
    background: #f96822;
    border-radius: 5px;
    padding: 26px 20px;
    color: #fff;
    width: 230px;
    text-align: center;
    position: relative;
    margin-left: auto;
    margin-right: auto
}

@media(max-width: 767px) {
    .branch-info-item .branch-info-header {
        padding:15px 25px
    }
}

.branch-info-item .branch-info-header h4 {
    font-weight: 700;
    font-size: 22px;
    line-height: 1.7
}

.branch-info-item .branch-info-header::after {
    content: '';
    position: absolute;
    bottom: -4px;
    height: 8px;
    width: 8px;
    background: #f96822;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.branch-info-item .branch-info-body {
    margin-top: -30px;
    padding: 55px 30px 25px;
    border-radius: 5px
}

.branch-info-item .branch-info-body li {
    margin-bottom: 8px;
    -webkit-transition: .3s ease;
    transition: .3s ease;
    cursor: pointer
}

.branch-info-item .branch-info-body li:last-child {
    margin-bottom: 0
}

.branch-info-item .branch-info-body li:hover {
    color: #f96822
}

:root {
    --c-primary-one: #00152B;
    --c-secondary-one: #f9681f;
    --c-tertiary-one: #858585;
    --praimary-heading-one: 'Manrope', sans-serif;
    --praimary-heading-two: 'Quicksand', sans-serif;
    --f-secondary: 'Work Sans', sans-serif;
    --f-tertiary: 'Nunito', sans-serif;
    --f-quaternary: 'Jost', sans-serif;
    --f-quinary: 'Comfortaa', sans-serif;
    --shadow-one: 4px 8px 30px rgba(141, 141, 141, 0.1)
}

body {
    margin: 0;
    padding: 0;
    font-size: 16px;
    font-family: var(--praimary-heading-one);
    overflow-x: hidden
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased
}

::-webkit-input-placeholder {
    font-size: 13px;
    font-weight: 400;
    color: #adadad;
    font-family: work sans,sans-serif
}

:-ms-input-placeholder {
    font-size: 13px;
    font-weight: 400;
    color: #adadad;
    font-family: work sans,sans-serif
}

::-ms-input-placeholder {
    font-size: 13px;
    font-weight: 400;
    color: #adadad;
    font-family: work sans,sans-serif
}

::placeholder {
    font-size: 13px;
    font-weight: 400;
    color: #adadad;
    font-family: work sans,sans-serif
}

h1,h2,h3,h4,h5,h6 {
    margin: 0;
    padding: 0;
    margin-top: -7px
}

p {
    margin: 0;
    font-family: var(--f-secondary);
    font-size: 16px
}

ol,ul {
    padding: 0;
    margin: 0;
    list-style: none
}

.ml-345 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% - 345px);
    flex: 0 0 calc(100% - 345px);
    max-width: calc(100% - 345px);
    margin-left: auto
}

.fix {
    overflow: hidden
}

.ml-130 {
    margin-left: 120px
}

@media(max-width: 991px) {
    .ml-130 {
        margin-left:0
    }
}

.pl-30 {
    padding-left: 30px
}

@media(max-width: 991px) {
    .pl-30 {
        padding-left:10px
    }
}

.pr-30 {
    padding-right: 30px
}

@media(max-width: 991px) {
    .pr-30 {
        padding-right:10px
    }
}

.pt-200 {
    padding-top: 200px
}

@media(max-width: 1399px) {
    .pt-200 {
        padding-top:160px
    }
}

@media(max-width: 767px) {
    .pt-200 {
        padding-top:100px
    }
}

@media(max-width: 1199px) {
    .pt-200 {
        padding-top:150px
    }
}

.pb-200 {
    padding-bottom: 200px
}

@media(max-width: 1399px) {
    .pb-200 {
        padding-bottom:160px
    }
}

@media(max-width: 1199px) {
    .pb-200 {
        padding-bottom:150px
    }
}

@media(max-width: 767px) {
    .pb-200 {
        padding-bottom:100px
    }
}

.pt-190 {
    padding-top: 185px
}

.pb-190 {
    padding-bottom: 185px
}

.pt-165 {
    padding-top: 165px
}

@media(max-width: 991px) {
    .pt-165 {
        padding-top:120px
    }
}

.pb-165 {
    padding-bottom: 165px
}

@media(max-width: 991px) {
    .pb-165 {
        padding-bottom:120px
    }
}

.pb-160 {
    padding-bottom: 162px
}

@media(max-width: 1399px) {
    .pb-160 {
        padding-bottom:100px
    }
}

.pt-100 {
    padding-top: 100px
}

@media(max-width: 767px) {
    .pt-100 {
        padding-top:80px
    }
}

.pb-100 {
    padding-bottom: 100px
}

@media(max-width: 767px) {
    .pb-100 {
        padding-bottom:80px
    }
}

.pt-110 {
    padding-top: 110px
}

.pb-110 {
    padding-bottom: 110px
}

.pt-100 {
    padding-top: 100px
}

.pb-100 {
    padding-bottom: 100px
}

.pt-80 {
    padding-top: 80px
}

.pb-80 {
    padding-bottom: 80px
}

.pt-70 {
    padding-top: 70px
}

.pb-70 {
    padding-bottom: 70px
}

.pt-76 {
    padding-top: 76px
}

.pb-76 {
    padding-bottom: 76px
}

.pt-50 {
    padding-top: 56px
}

.mt-50 {
    margin-top: 56px
}

.mt-110 {
    margin-top: 110px
}

.mt-100 {
    margin-top: 100px
}

.mb-100 {
    margin-bottom: 100px
}

.mb-76 {
    margin-bottom: 76px
}

.mb-60 {
    margin-bottom: 60px
}

.mb-50 {
    margin-bottom: 50px
}

.mb-43 {
    margin-bottom: 43px
}

.mb-35 {
    margin-bottom: 35px
}

.mb-25 {
    margin-bottom: 25px
}

.mb-24 {
    margin-bottom: 24px
}

.mb-20 {
    margin-bottom: 20px
}

.mb-8 {
    margin-bottom: 7px
}

.mb-15 {
    margin-bottom: 15px
}

.mb-18 {
    margin-bottom: 18px
}

.mb-30 {
    margin-bottom: 30px
}

.mb-40 {
    margin-bottom: 40px
}

.both-side-padding {
    padding: 0 30px
}

ins,a {
    color: unset;
    text-decoration: none
}

ins:focus,a:focus {
    outline: 0 solid
}

ins:hover,a:hover {
    text-decoration: none;
    color: unset
}

img {
    max-width: 100%;
    height: auto
}

.bg-light-blue {
    background: #4285f4
}

.bg-facebook {
    background: #4267b2
}

input,select {
    display: block;
    width: 100%;
    border: none;
    border: 1px solid #eee;
    border-radius: 5px
}

input:focus {
    outline: none!important
}

label {
    font-size: 14px;
    font-weight: 500;
    color: #505050;
    margin-bottom: 10px;
}

input[type=submit]:focus {
    outline: none
}

textarea {
    padding: 8px 10px;
    background: #fff;
    border-radius: 5px;
    display: block;
    width: 100%;
    border: 1px solid #eee;
    -webkit-transition: all .4s ease;
    transition: all .4s ease
}

.nice-select {
    width: 100%;
    height: 50px;
    float: none;
    line-height: 50px
}

.nice-select .list {
    width: 100%
}

.para,.category-list a,.follower-list a,.archive-list a,.branch-info-item .branch-info-body li,.billing-card .card-list li {
    font-size: 1rem;
    font-weight: 400;
    font-family: work sans,sans-serif;
    color: #848484;
    line-height: 1.7
}

.para-2 {
    font-size: 15px;
    font-weight: 400;
    color: #848484;
    line-height: 30px
}

.eg-title1 {
    font-size: 30px;
    color: #00152b;
}

.eg-title3 {
    color: #00152b;
    font-size: 20px;
    font-weight: 800;
    line-height: 1.5
}

.title-30 {
    font-size: 30px;
    font-weight: 700;
    color: #00152b
}

.border--bottom1 {
    border-bottom: 1px solid #eee
}

.border--bottom2 {
    border-bottom: 2px solid #eee
}

.box--shadow {
    -webkit-box-shadow: 4px 8px 30px rgba(141,141,141,.1);
    box-shadow: 4px 8px 30px rgba(141,141,141,.1)
}

.eg-title2 {
    position: relative;
    border-bottom: 2px solid #eee;
    padding-bottom: 8px
}

.eg-title2::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -2px;
    height: 2px;
    background-color: #f96822;
    width: 199px;
    display: inline-block
}

.section-title2 {
    margin-bottom: 60px
}

.section-title2 h2 {
    font-size: 35px;
    font-weight: 700;
    color: #00152b;
    margin-bottom: 10px
}

.section-title2 p {
    font-size: 1rem;
    font-weight: 400;
    color: #848484
}

.section-title3 {
    margin-bottom: 55px
}

.section-title3 h2 {
    font-size: 35px;
    font-weight: 700;
    color: #00152b;
}

.section-title3 .all-blog-btn {
    font-size: 16px;
    font-weight: 700;
    border-bottom: 2px solid #00896f;
    position: relative;
    padding-right: 18px
}

.section-title3 .all-blog-btn:after {
    content: '\f105';
    font-family: line awesome free;
    font-weight: 700;
    position: absolute;
    right: 0;
    top: 2px
}

.section-title4 {
    text-align: center;
    margin-bottom: 46px;
    margin-top: -6px
}

.section-title4 p {
    font-size: 1rem;
    font-weight: 400;
    color: #848484;
    font-family: work sans,sans-serif;
    margin-bottom: 14px
}

.section-title4 h2 {
    font-size: 30px;
    font-weight: 800;
    color: #00152b;
    margin-bottom: 10px;
    line-height: 50px;
    margin-top: -7px
}

.section-title5 {
    text-align: center;
    margin-bottom: 17px
}

.section-title5 p.style-1 {
    font-size: 1rem;
    font-weight: 600;
    color: #00152b;
    margin-bottom: 15px
}

.section-title5 h2 {
    font-size: 30px;
    font-weight: 800;
    color: #00152b;
    margin-bottom: 10px;
    line-height: 50px
}

.bg--sea-green {
    background: #00896f!important
}

.bg--sea-green:hover {
    background-color: #fff!important
}

.body--bg {
    background-color: #f2f2f2
}

.section-head-style-one {
    text-align: center;
    padding-bottom: 33px
}

.section-head-style-one h2 {
    font-weight: 700;
    font-size: 30px;
    color: #00152b;
    font-family: var(--praimary-heading-one)
}

.section-head-style-one p {
    font-size: 16px;
    color: #848484;
    font-family: var(--f-secondary);
    padding-top: 13px
}

.category-box-alpha {
    text-align: center;
    min-height: 155px;
    border: 1px solid #eee;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 2px;
    padding-top: 30px;
    padding-bottom: 24px;
    margin-top: 24px;
    -webkit-transition: .5s ease;
    transition: .5s ease
}

.category-box-alpha:hover {
    border: 1px solid #848484
}

.category-box-alpha .category-icon {
    min-height: 60px;
    margin-bottom: 20px
}

.category-box-alpha .category-icon img {
    max-width: 60px;
    margin-left: auto;
    margin-right: auto
}

.category-box-alpha .category-title {
    /*font-weight: 600;*/
    font-size: 20px;
    color: #00152b;
    font-family: var(--praimary-heading-one)
}

.category-box-alpha .category-title a {
    color: inherit;
    text-decoration: none
}

.category-box-alpha:hover {
    background: #f96822;
    border: 1px solid #f96822
}

.category-box-alpha:hover .category-icon svg path {
    fill: #fff
}

.category-box-alpha:hover .category-title {
    color: #fff
}

.category-box-beta:hover {
    background-color: #00896f!important;
    border: 1px solid #00896f
}

.category-style-one .slick-slider {
    margin: 0 -10px
}

.category-style-one .slick-slide {
    padding: 0 10px;
    text-align: center;
    margin-right: 10px;
    margin-left: 10px
}

.category-style-one .slick-arrow {
    position: absolute;
    top: 50%;
    left: -30px;
    color: #f96822;
    border: 1px solid #f96822;
    border-radius: 50%;
    height: 30px;
    width: 30px;
    line-height: 29px;
    text-align: center;
    cursor: pointer;
    z-index: 9;
    -webkit-transition: .3s ease;
    transition: .3s ease
}

.category-style-one .slick-arrow:hover {
    color: #fff;
    background: #f96822;
    border: 1px solid #f96822
}

.category-style-one .slick-arrow.next {
    right: -30px;
    left: auto
}

.slick-dots {
    position: absolute;
    bottom: -42px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center
}

.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    padding: 5px;
    cursor: pointer;
    border: 0;
    outline: none;
    background: #505050;
    bottom: 10px;
    -webkit-transition: .3s;
    transition: .3s
}

.slick-dots li button:hover {
    background: #f96822
}

.category-style2 .slick-slider {
    margin: 0 -10px;
    margin-top: -20px
}

.category-style2 .slick-slide {
    padding: 0 10px;
    text-align: center;
    margin-right: 10px;
    margin-left: 10px
}

.category-style2 .slick-arrow {
    opacity: 0;
    visibility: hidden
}

.product-area {
    overflow-x: hidden
}

.product-area .gradien-bg1 {
    width: 100%;
    max-width: 400px;
    height: 100%;
    max-height: 400px;
    position: absolute;
    top: -20px;
    right: -80px;
    background: radial-gradient(50% 50% at 50% 50%,#FFE3E3 0%,rgba(255,255,255,0) 100%);
    z-index: -1
}

.product-area .gradien-bg2 {
    width: 100%;
    max-width: 500px;
    height: 100%;
    max-height: 500px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: -10%;
    background: radial-gradient(50% 50% at 50% 50%,#FFE3E3 0%,rgba(255,255,255,0) 100%);
    z-index: -1
}

.product-area .gradien-bg3 {
    width: 100%;
    max-width: 400px;
    height: 100%;
    max-height: 400px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: -100px;
    background: radial-gradient(50% 50% at 50% 50%,#FFE3E3 0%,rgba(255,255,255,0) 100%);
    z-index: -1
}

.product-area .slick-slider {
    margin: 0 -15px;
    padding-bottom: -17px
}

.product-area .slick-slide {
    padding: 5px;
    text-align: center;
    margin-right: 15px;
    margin-left: 15px;
    margin-bottom: 17px
}

.product-area .slick-arrow {
    position: absolute;
    top: -57px;
    left: 23px;
    color: #f96822;
    border: 1px solid #f96822;
    border-radius: 50%;
    height: 30px;
    width: 30px;
    line-height: 29px;
    text-align: center;
    cursor: pointer;
    z-index: 9;
    -webkit-transition: .3s ease;
    transition: .3s ease
}

.product-area .slick-arrow:hover {
    color: #fff;
    background: #f96822;
    border: 1px solid #f96822
}

.product-area .slick-arrow.next {
    left: 83px
}

.highlighted-blog-style {
    background: #00152b;
    margin-top: 24px
}

.highlighted-blog-style .blog-thumb img {
    width: 100%
}

.highlighted-blog-style .blog-body {
    color: #fff;
    padding: 20px 25px 25px;
    border-radius: 0 5px 0 0
}

.highlighted-blog-style .blog-body .blog-title {
    font-weight: 800;
    font-size: 20px;
    color: inherit
}

.highlighted-blog-style .blog-body .blog-title a {
    color: inherit
}

.highlighted-blog-style .blog-body p {
    font-size: 16px;
    line-height: 30px;
    color: #fff;
    font-family: var(--f-secondary);
    padding-top: 12px
}

.highlighted-blog-style .blog-body .blog-bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 15px
}

.highlighted-blog-style .blog-body .blog-bottom .blog-btn {
    margin-right: 15px
}

.highlighted-blog-style .blog-body .blog-bottom .blog-btn a {
    background: #fff;
    border-radius: 100px;
    font-weight: 600;
    font-size: 14px;
    text-transform: capitalize;
    color: #00152b;
    display: inline-block;
    padding: 7px 22px
}

.highlighted-blog-style .blog-body .blog-bottom .blog-date a {
    font-weight: 600;
    font-size: 12px;
    color: #efefef
}

.blog-card-alpha {
    margin-top: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #fff;
    -webkit-box-shadow: 4px 8px 30px rgba(141,141,141,.1);
    box-shadow: 4px 8px 30px rgba(141,141,141,.1);
    border-radius: 0;
    padding: 15px 20px
}

.blog-card-alpha .blog-body .blog-title {
    font-weight: 700;
    font-size: 16px;
    line-height: 30px;
    color: #00152b
}

.blog-card-alpha .blog-body .blog-title a {
    color: inherit
}

.blog-card-alpha .blog-body p {
    font-size: 16px;
    line-height: 30px;
    color: #848484;
    padding-top: 5px
}

.blog-card-alpha .blog-body .blog-bottom {
    padding-top: 10px
}

.blog-card-alpha .blog-body .blog-bottom .blog-writer {
    font-weight: 700;
    font-size: 16px;
    color: #848484
}

.blog-card-alpha .blog-body .blog-bottom .blog-writer i {
    color: #00152b;
    font-size: 16px;
    margin-right: 10px
}

.blog-card-alpha .blog-body .blog-bottom .blog-date {
    font-weight: 400;
    font-size: 13px;
    color: #848484
}

.banner-style-alpha {
    min-height: 265px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative
}

.banner-style-alpha.style-three {
    background: url(../images/banner/banner-g1.png) no-repeat center;
    background-size: cover;
    width: 100%
}

.banner-style-alpha.style-three::before {
    -webkit-clip-path: polygon(0 0,74% 0,48% 100%,0 100%);
    clip-path: polygon(0 0,74% 0,48% 100%,0 100%);
    -webkit-transition: -webkit-clip-path .4s;
    transition: -webkit-clip-path .4s;
    transition: clip-path .4s;
    transition: clip-path .4s,-webkit-clip-path .4s
}

.banner-style-alpha.style-three:hover:before {
    -webkit-clip-path: polygon(0 0,100% 0,100% 100%,0 100%);
    clip-path: polygon(0 0,100% 0,100% 100%,0 100%)
}

.banner-style-alpha.style-one {
    background: url(../images/banner/banner-g3.png) no-repeat center;
    background-size: cover;
    width: 100%
}

.banner-style-alpha.style-one::before {
    -webkit-clip-path: polygon(52% 0,100% 0,100% 100%,26% 100%);
    clip-path: polygon(52% 0,100% 0,100% 100%,26% 100%);
    -webkit-transition: -webkit-clip-path .4s;
    transition: -webkit-clip-path .4s;
    transition: clip-path .4s;
    transition: clip-path .4s,-webkit-clip-path .4s
}

.banner-style-alpha.style-one:hover:before {
    -webkit-clip-path: polygon(0 0,100% 0,100% 100%,0 100%);
    clip-path: polygon(0 0,100% 0,100% 100%,0 100%)
}

.banner-style-alpha.style-two {
    background: url(../images/banner/banner-g2.png) no-repeat center;
    background-size: cover;
    width: 100%
}

.banner-style-alpha::before {
    position: absolute;
    content: "";
    inset: 0;
    background: rgba(0,21,43,.7)
}

.banner-style-alpha .banner-content {
    padding: 20px 30px;
    position: relative
}

.banner-style-alpha .banner-content h6 {
    font-weight: 600;
    font-size: 14px;
    color: #fff;
    margin-bottom: 10px
}

.banner-style-alpha .banner-content h3 {
    font-weight: 700;
    font-size: 28px;
    color: #fff;
    padding-top: 5px;
    padding-bottom: 12px
}

.banner-style-alpha .banner-content p {
    color: #fff;
    font-size: 14px;
    width: 240px
}

.banner-style-alpha .banner-content .banner-btn {
    padding-top: 20px
}

.banner-style-alpha .banner-content .banner-btn a {
    font-weight: 600;
    font-size: 12px;
    color: #fff;
    border: 1.5px solid #fff;
    border-radius: 100px;
    padding: 5px 14px;
    display: inline-block
}

.topbar {
    background: #00896f;
    padding: 8px
}

.topbar p {
    color: #fff;
    margin-bottom: 0;
    font-weight: 700;
    font-size: 14px
}

.search-section {
    padding-top: 50px
}

.search-section .search-wrap {
    position: relative;
    height: 70px;
    border-radius: 50px;
    min-width: 300px
}

.search-section .search-wrap input {
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 50px;
    padding: 0 30px;
    padding-right: 100px;
    border: none
}

@media(max-width: 767px) {
    .search-section .search-wrap input {
        padding:0 20px;
        padding-right: 115px
    }
}

.search-section .search-wrap .search-button {
    position: absolute;
    right: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 20px
}

@media(max-width: 767px) {
    .search-section .search-wrap .search-button {
        font-size:1rem
    }
}

@media(max-width: 767px) {
    .search-section .search-wrap {
        height:50px
    }
}

.featur-item {
    padding: 30px 5px;
    border: 1px solid #f5f5f5;
    max-width: 170px;
    text-align: center;
    -webkit-transition: .4s ease;
    transition: .4s ease;
    border-radius: 2px
}

.featur-item .feature-icon {
    margin-bottom: 24px
}

.featur-item .feature-icon img {
    margin: auto
}

.featur-item .featur-title {
    font-size: 20px;
    font-weight: 600;
    color: #00152b;
}

.featur-item:hover {
    background: #00896f;
    border-radius: 2px
}

.featur-item:hover .featur-title {
    color: #fff
}

.offer-single {
    overflow: hidden;
    position: relative
}

.offer-single img {
    width: 100%;
    height: 240px;
    -o-object-fit: cover;
    object-fit: cover
}

.offer-single:hover .offer-shape-text {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.offer-shape-text {
    -webkit-transition: .4s ease;
    transition: .4s ease;
    position: absolute;
    top: 0;
    left: 0;
    width: 275px;
    min-height: 175px;
    background-color: rgba(255,255,255,.7);
    border-radius: 0 0 180px 180px;
    padding: 40px 25px;
    z-index: 1;
    text-align: center
}

.offer-shape-text h5 {
    font-weight: 800;
    font-size: 18px;
    color: #00152b;
    line-height: 1.5;
    margin-bottom: 10px
}

.offer-shape-text .offer-btn {
    background-color: transparent;
    color: #00896f;
    border: 1px solid #00896f;
    font-size: 12px;
    font-weight: 700;
    padding: 5px 12px;
    -webkit-box-shadow: inset 0 0 0 0 #00896f;
    box-shadow: inset 0 0 0 0 #00896f;
    -webkit-transition: .4s ease;
    transition: .4s ease
}

.offer-shape-text .offer-btn:hover {
    -webkit-box-shadow: inset 400px 0 0 0 #00896f;
    box-shadow: inset 400px 0 0 0 #00896f;
    color: #fff
}

.offer-single:hover .offer-shape2 {
    width: 100%;
    height: 100%;
    padding: 65px 60px
}

.offer-shape2 {
    -webkit-transition: .4s ease;
    transition: .4s ease;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    background: rgba(0,0,0,.7);
    padding: 45px 30px;
    width: 90%;
    height: 90%
}

.offer-shape2 span {
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    font-family: work sans,sans-serif
}

.offer-shape2 h5 {
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    line-height: 1.5;
    padding-top: 8px;
    margin-bottom: 20px
}

.offer-shape2 .offer-btn2 {
    font-size: 12px;
    background: #00896f;
    border: 1px solid #00896f;
    color: #fff;
    padding: 5px 12px;
    -webkit-box-shadow: inset 0 0 0 0 #fff;
    box-shadow: inset 0 0 0 0 #fff;
    -webkit-transition: .4s ease;
    transition: .4s ease
}

.offer-shape2 .offer-btn2:hover {
    -webkit-box-shadow: inset 400px 0 0 0 #fff;
    box-shadow: inset 400px 0 0 0 #fff;
    color: #00896f;
    border: 1px solid #00896f
}

.weekly-offer-section {
    position: relative;
    background-size: cover;
    background-repeat: no-repeat
}

.weekly-offer-section .left-offer-img {
    position: absolute;
    left: 0;
    bottom: 0
}

.weekly-offer-section .left-offer-img img {
    width: 350px;
    height: 350px
}

@media(min-width: 1200px) and (max-width:1399px) {
    .weekly-offer-section .left-offer-img img {
        width:280px;
        height: 280px
    }
}

@media(max-width: 1199px) {
    .weekly-offer-section .left-offer-img img {
        width:200px;
        height: 200px
    }
}

@media(max-width: 991px) {
    .weekly-offer-section .left-offer-img img {
        display:none;
        visibility: hidden
    }
}

.weekly-offer-section .right-offer-img {
    position: absolute;
    right: 0;
    top: 0
}

.weekly-offer-section .right-offer-img img {
    width: 350px;
    height: 350px
}

@media(min-width: 1200px) and (max-width:1399px) {
    .weekly-offer-section .right-offer-img img {
        width:260px;
        height: 260px
    }
}

@media(max-width: 1199px) {
    .weekly-offer-section .right-offer-img img {
        width:200px;
        height: 200px
    }
}

@media(max-width: 991px) {
    .weekly-offer-section .right-offer-img img {
        display:none;
        visibility: hidden
    }
}

.weekly-offer-section .weekly-offer-content h1 {
    font-size: 55px;
    font-weight: 800;
    color: #fff;
    line-height: 1.3;
    margin-bottom: 40px
}

@media(max-width: 991px) {
    .weekly-offer-section .weekly-offer-content h1 {
        font-size:40px
    }
}

.weekly-offer-section .weekly-offer-content .white-btn {
    background: #fff;
    padding: 15px 45px;
    font-size: 1rem;
    font-weight: 700;
    color: #00152b;
    -webkit-transition: .3s ease-in;
    transition: .3s ease-in;
    border: 1px solid #fff;
    -webkit-box-shadow: inset 0 0 0 0 #00896f;
    box-shadow: inset 0 0 0 0 #00896f;
    overflow: hidden
}

.weekly-offer-section .weekly-offer-content .white-btn:hover {
    -webkit-box-shadow: inset 400px 0 0 0 #00896f;
    box-shadow: inset 400px 0 0 0 #00896f;
    border: 1px solid #00896f;
    color: #fff
}

.coupon-area .coupon-title {
    font-weight: 700;
    font-size: 20px;
    color: #00152b;
    margin-bottom: 25px
}

.coupon-area .coupon-input {
    position: relative
}

.coupon-area .coupon-input input {
    height: 46px;
    margin-bottom: 0;
    border: 1px solid #eee;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 0;
    padding: 8px 15px;
    display: block;
    width: 100%
}

.coupon-area button {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    background: #f96822;
    font-weight: 500;
    font-size: 16px;
    color: #fff;
    outline: none;
    border: none;
    padding: 0 28px;
    border-radius: 0 5px 5px 0;
    -webkit-box-shadow: inset 0 0 0 0 #fff;
    box-shadow: inset 0 0 0 0 #fff;
    -webkit-transition: .2s ease;
    transition: .2s ease
}

.coupon-area button:hover {
    -webkit-box-shadow: inset 150px 0 0 0 #fff;
    box-shadow: inset 150px 0 0 0 #fff;
    background: #fff;
    border: 1px solid #f96822;
    color: #f96822
}

.cart-btn-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    padding-top: 22px
}

.cart-btn-group .proceed-btn {
    padding: 12px 35px
}

.cart-btn-group .shopping-btn {
    font-size: 16px;
    padding: 12px 35px;
    font-weight: 500;
    color: #f96822;
    -webkit-transition: .4s ease;
    transition: .4s ease;
    position: relative
}

.cart-btn-group .shopping-btn::after {
    content: '\f061';
    font-family: line awesome free;
    font-weight: 800;
    position: absolute;
    top: 11px;
    right: 5px;
    font-size: 20px;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    opacity: 0;
    -webkit-transition: .4s ease;
    transition: .4s ease
}

.cart-btn-group .shopping-btn:hover::after {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1
}

.form-wrap {
    border-radius: 5px;
    padding: 40px
}

@media(max-width: 767px) {
    .form-wrap {
        padding:20px
    }
}

.form-wrap.form-wrap2 {
    padding: unset
}

.form-wrap .form-inner {
    margin-bottom: 25px
}

.form-wrap input,.form-wrap select {
    height: 50px;
    padding: 0 20px;
    line-height: 50px;
    width: 100%;
    -webkit-transition: .3s ease;
    transition: .3s ease
}

.form-wrap input:focus,.form-wrap select:focus {
    border: 1px solid #f96822
}

.form-wrap select {
    font-size: 12px;
    color: #848484
}

.form-wrap textarea {
    padding: 20px
}

.total-cost-summary {
    border: 1px solid #eee;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 5px;
    padding: 40px;
    margin-top: 30px
}

.total-cost-summary ul li.subtotal {
    font-weight: 500;
    font-size: 16px;
    color: var(--color-primary);
    margin-bottom: 22px
}

.total-cost-summary ul li span {
    font-weight: 500;
    font-size: 16px;
    color: #101010
}

.added-product-summary {
    border: 1px solid #eee;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 5px;
    padding: 30px
}

@media(max-width: 767px) {
    .added-product-summary {
        padding:20px 15px
    }
}

.added-product-summary .checkout-title {
    font-weight: 700;
    margin-bottom: 20px
}

.added-product-summary .single-product {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 25px;
    position: relative
}

.added-product-summary .single-product .product-img {
    height: 100px;
    padding-right: 35px
}

@media(max-width: 767px) {
    .added-product-summary .single-product .product-img {
        padding-right:15px
    }
}

.added-product-summary .single-product .product-img img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%
}

.added-product-summary .single-product .product-title {
    font-size: 1rem;
    font-weight: 400;
    color: #848484;
    margin-bottom: 1rem
}

.added-product-summary strong {
    font-size: 14px;
    font-weight: 700;
    color: #848484!important
}

.added-product-summary .delete-btn {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 10px
}

.added-product-summary .delete-btn i {
    padding: 5px;
    background: #fff;
    -webkit-box-shadow: 0 0 12px rgba(0,0,0,.1);
    box-shadow: 0 0 12px rgba(0,0,0,.1);
    color: #848484;
    border-radius: 50%;
    -webkit-transition: .3s ease;
    transition: .3s ease;
    cursor: pointer
}

.added-product-summary .delete-btn i:hover {
    background: #f96822;
    color: #fff
}

@media(max-width: 576px) {
    .added-product-summary .delete-btn {
        right:0
    }
}

.total-cost-summary {
    border: 1px solid #eee;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 5px;
    padding: 40px;
    margin-top: 30px
}

.total-cost-summary ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-weight: 400;
    font-size: 16px;
    font-family: work sans,sans-serif;
    color: #848484;
    margin-bottom: 10px
}

.total-cost-summary ul li span {
    font-weight: 700;
    font-size: 16px;
    color: #00152b
}

.total-cost-summary ul li.subtotal {
    color: #00152b;
    font-weight: 700;
}

.summery-card {
    border-radius: 5px;
    border: 1px solid #eee;
    background-color: #fff
}

.cost-summery {
    padding: 23px 30px
}

.cost-summery-table {
    margin-bottom: 0
}

.cost-summery-table tr th {
    border: none;
    font-size: 1rem;
    font-weight: 700;
    color: #00152b;
    padding: 0;
    padding-bottom: 10px
}

.cost-summery-table tr th:last-child {
    text-align: right
}

.cost-summery-table tr td {
    border: none;
    font-size: 14px;
    padding-bottom: 0;
    font-weight: 400;
    color: #848484;
    font-family: work sans,sans-serif;
    padding-left: 0
}

.cost-summery-table tr td:last-child {
    font-size: 1rem;
    color: #00152b;
    font-weight: 500;
    text-align: right
}

.cost-summery-table tr td.tax {
    font-size: 1rem;
    color: #00152b;
    font-weight: 500
}

.total-cost {
    padding: 18px 30px
}

.total-cost thead th {
    padding-bottom: 0
}

.payment-methods {
    border: 1px solid #eee;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 5px;
    padding: 30px;
    margin-top: 30px
}

.payment-methods .payment-check {
    margin-bottom: 32px
}

.payment-methods .payment-check label {
    font-weight: 600;
    font-size: 16px;
    color: #00152b;
    display: inline-block;
    margin-bottom: 0
}

.payment-methods .form-check {
    display: block;
    min-height: 1.5rem;
    padding-left: 1.5em;
    margin-bottom: 15px
}

.payment-methods .form-check-input {
    width: 10px;
    height: 10px;
    margin-top: .25em;
    vertical-align: top;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    border: 1px solid rgba(0,0,0,.25);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    color-adjust: exact
}

.payment-methods .form-check-input[type=radio] {
    border-radius: 50%
}

.payment-methods .form-check-input {
    float: left;
    margin-left: -1.5em;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin-top: 8px
}

.payment-methods .form-check-input:checked {
    background: #848484;
    border-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
    margin-top: 8px
}

.payment-methods .paypal label {
    padding-left: 10px;
    padding-right: 20px
}

.payment-methods .paypal img {
    padding-right: 30px;
    width: 108px;
    height: 21px
}

.payment-methods .paypal a {
    color: #f96822;
    font-weight: 400;
    font-size: 1rem;
    border-bottom: 1px solid #f96822
}

.payment-form-bottom {
    padding-top: 10px
}

.payment-form-bottom input[type=checkbox] {
    height: 10px;
    width: 10px;
    margin-right: 10px;
    margin-left: 2px;
    margin-top: 4px
}

.payment-form-bottom input[type=checkbox]:checked {
    background: #848484;
    border-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none
}

.payment-form-bottom a {
    color: #f96822;
    font-weight: 400;
    font-size: 13px
}

.payment-form-bottom label {
    line-height: 1.3
}

.place-order-btn button {
    padding: 13px 70px;
    font-size: 1rem;
    font-weight: 700;
}

.login-section {
}

.login-section .container-checkbox {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 16px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.login-section .container-checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer
}

.login-section .container-checkbox .checkmark {
    position: absolute;
    top: 6px;
    left: 0;
    height: 12px;
    width: 12px;
    background-color: #333
}

.login-section .container-checkbox:hover input~.checkmark {
    background-color: #333
}

.login-section .container-checkbox input:checked~.checkmark {
    background-color: #f96822
}

.login-section .container-checkbox .checkmark:after {
    content: "";
    position: absolute;
    display: none;
    left: 4px;
    top: 1px;
    width: 4px;
    height: 8px;
    border: solid #fff;
    border-width: 0 1px 1px 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.login-section .container-checkbox input:checked~.checkmark:after {
    display: block
}

.login-btn {
    border-radius: 5px;
    padding: 12px 20px;
    display: block;
    text-align: center
}

.form-choice-area {
    border-radius: 5px;
    border: 1px solid #eee;
    padding: 20px;
    text-align: center;
    margin-top: 14px
}

.form-choice-area p {
    font-size: 1rem;
    font-weight: 600;
    color: #505050;
    font-family: work sans,sans-serif;
    margin-bottom: 16px
}

.form-choice-area .social-btn {
    padding: 9px 32px;
    font-size: 12px;
    text-transform: uppercase;
    color: #fff;
    display: inline-block;
    -webkit-transition: .3s ease;
    transition: .3s ease;
    word-wrap: break-word
}

.form-choice-area .social-btn:hover {
    background: #222
}

.form-choice-area .social-btn i {
    font-size: 14px;
    margin-right: 4px;
    margin-top: 4px
}

.hidden-icon {
    position: relative
}

.hidden-icon::after {
    content: '\f070';
    font-family: line awesome free;
    font-weight: 800;
    position: absolute;
    bottom: 15px;
    right: 20px;
    color: #00152b;
    cursor: pointer
}

.nav-pills .nav-link {
    width: unset
}

.nav-pills .nav-link.md-nav-btn {
    padding: 15px 70px;
    font-weight: 600!important
}

.forget-password {
    font-size: 16px;
    font-weight: 400;
    color: #00152b;
    position: relative
}

.forget-password::before {
    content: "";
    position: absolute;
    bottom: 16px;
    left: 0;
    width: 100%;
    background: #00152b;
    height: 1px
}

.dashboard-area {
    padding: 50px 40px;
    border-radius: 5px;
    text-align: center
}

@media(max-width: 767px) {
    .dashboard-area {
        padding:30px 10px
    }
}

.dashboard-area .counter-item {
    border: 1px solid #eee;
    padding: 36px 5px
}

.dashboard-area .counter-item h5 {
    font-family: work sans,sans-serif;
    font-size: 20px;
    color: #505050;
    font-weight: 600;
    padding-top: 7px
}

.dashboard-title {
    font-size: 20px;
    font-weight: 800;
    color: #00152b;
    margin-bottom: 40px
}

.profile-title {
    font-size: 20px;
    font-weight: 600;
    color: #00152b;
    margin-bottom: 25px
}

.profile-area {
    padding: 50px 40px;
    border-radius: 5px
}

@media(max-width: 767px) {
    .profile-area {
        padding:30px 10px
    }
}

.profile-img {
    width: 100px;
    height: 100px;
    position: relative
}

.profile-img img {
    width: 100%;
    height: 100%;
    border-radius: 50%
}

.profile-img .img-upload-icon {
    position: absolute;
    right: -3px;
    bottom: 4px;
    cursor: pointer
}

.profile-img .img-upload-icon i {
    color: #fff;
    background-color: #f96822;
    height: 34px;
    width: 34px;
    line-height: 34px;
    font-size: 16px;
    text-align: center;
    border-radius: 50%
}

.profile-btn-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.profile-btn-group .profile-btn {
    padding: 8px 36px
}

@media(max-width: 576px) {
    .profile-btn-group .profile-btn {
        padding:4px 10px
    }
}

.submit-btn {
    padding: 13px 28px
}

.order-table-area {
    padding: 50px 40px;
    border-radius: 5px
}

@media(max-width: 767px) {
    .order-table-area {
        padding:30px 10px
    }
}

.order-table-area .eg-table thead tr {
    border-width: 0
}

.order-table-area .order-table tr td {
    padding: 20px 15px
}

.billing-card .card-title {
    font-weight: 600;
    font-size: 20px;
    color: #00152b;
    margin-bottom: 16px
}

.billing-card .card-list li {
    margin-bottom: 5px
}

.billing-card .card-list li span {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    min-width: 50px;
    margin-right: 10px
}

.billing-card .edit-icon i {
    width: 32px;
    height: 32px;
    background: #f96822;
    border-radius: 0 5px 0 5px;
    display: inline-block;
    color: #fff;
    text-align: center;
    line-height: 32px;
    cursor: pointer;
    font-size: 16px
}

.left-widget h5 {
    font-size: 20px;
    font-weight: 600;
    color: #00152b;
    margin-bottom: 13px
}

.left-widget h4 {
    font-size: 25px;
    font-weight: 600;
    color: #00152b;
    margin-bottom: 10px
}

.contact-widget {
    padding: 20px
}

.contact-left p {
    margin-bottom: 20px
}

.contact-left input {
    padding: 13px 20px;
    margin-bottom: 35px
}

.contact-left textarea {
    padding: 20px;
    margin-bottom: 40px
}

.contact-left .conact-left-btn {
    padding: 13px 50px
}

.error-content {
    margin-top: -7px
}

.error-content h1 {
    font-size: 50px;
    font-weight: 800;
    color: #00152b;
    text-transform: capitalize;
    margin-bottom: 16px
}

.error-content p {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: -7px
}

.error-image {
    max-width: 550px;
    width: 100%;
    -webkit-animation: bounceImg 2.5s linear infinite;
    animation: bounceImg 2.5s linear infinite
}

@-webkit-keyframes bounceImg {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    25% {
        -webkit-transform: rotate(3deg);
        transform: rotate(3deg)
    }

    50% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    50% {
        -webkit-transform: rotate(-3deg);
        transform: rotate(-3deg)
    }

    100% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
}

@keyframes bounceImg {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    25% {
        -webkit-transform: rotate(3deg);
        transform: rotate(3deg)
    }

    50% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    50% {
        -webkit-transform: rotate(-3deg);
        transform: rotate(-3deg)
    }

    100% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
}

.error-btn {
    padding: 13px 35px;
    margin-top: 50px
}

.error-btn img {
    margin-top: -5px;
    margin-right: 3px
}

.logo-area {
    width: 180px;
}

.must_add_value {
    color: #f00;
    margin-left: 2px;
    margin-right: 2px;
}

.error {
    color: #FF3300;
    display: inline-block;
    padding-bottom: 9px;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 3px;
    position: relative;
    text-align: left;
    top: 1px;
}
.error.validate_right {
    color: #009900;
    display: inline-block;
    padding-bottom: 9px;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 3px;
    position: relative;
    text-align: left;
    top: 1px;
}

/**
服务器端，页面错误信息样式
 */
.error-message {
    list-style-type: none;
    padding: 0px;
    margin: 0px 5px;
}

.error-message li {
    font-size: 13px;
    color: red;
}

/*======================内容============================*/
.edit_table_css .selectTdClass{background-color:#edf5fa !important}
.edit_table_css table.noBorderTable{border:1px dashed #ddd !important}
.edit_table_css table{margin-bottom:10px;border-collapse:collapse;display:table;}
.edit_table_css td{ background:white; padding: 5px 10px;border: 1px solid #DDD;}
.edit_table_css th{ background:white; padding: 5px 10px;border: 1px solid #DDD;}
.edit_table_css caption{border:1px dashed #DDD;border-bottom:0;padding:3px;text-align:center;}
.edit_table_css th{border-top:2px solid #BBB;background:#F7F7F7;}

.ue-table-interlace-color-single{ background-color: #fcfcfc; }
.ue-table-interlace-color-single td { background-color: #fcfcfc; }
.ue-table-interlace-color-double{ background-color: #f7faff; }
.ue-table-interlace-color-double td { background-color: #f7faff; }

/*============================*/
.spec-goods {
    float: left;
    margin-right: 10px;
    position: relative;
}
.spec-goods a {
    border: 2px solid #c3c3c3;
    display: block;
    padding: 4px;
    text-align: center;
    margin-bottom: 10px;
}
.spec-goods a:hover {
    border-color: #8c8c8c;
}

.spec-goods a.color-active {
    border: 2px solid #ee330a;
    margin-bottom: 10px;
}