﻿@charset "UTF-8";

body, h1, h2, h3, h4, h5, h6 {
    font-family: futura-pt,sans-serif;
    color: #000
}

a, a:focus, button {
    color: inherit;
    text-decoration: none
}

    a, a:focus, a:hover, button {
        text-decoration: none
    }

.has-children, .header-top-area-left-side-item, .header-top-area-right-side-item, .swiper-navigation-outside, .top-bar-item-menu li, body {
    position: relative
}

    .has-children--mega > .main-menu-link::after, .has-children > .main-menu-link::after, .submenu .submenu > .has-children::after, .submenu > .has-children::after {
        margin-left: 5px;
        font-weight: 600;
        vertical-align: middle;
        transition: .3s ease-in-out
    }

.service, .virtual-price {
    clip-path: ellipse(50% 48% at 50% 50%)
}

*, ::after, ::before {
    box-sizing: border-box
}

body, html {
    border: none !important;
    height: 100%
}

body {
    font-size: 18px;
    font-weight: 400;
    font-style: normal;
    line-height: 1.75;
    visibility: visible;
    overflow-x: hidden;
    background-color: #fff
}

h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    line-height: 1.2;
    letter-spacing: .063rem;
    font-weight: 500
}

.h1, .h2, .h3, .h4, .h5, .h6 {
    line-height: inherit;
    margin: 0
}

h1 {
    font-size: calc(1.9rem + 3.46vw)
}

h2 {
    font-size: calc(1.44rem + .7vw)
}

h3 {
    font-size: calc(1.625rem + .34vw)
}

h4 {
    font-size: calc(1.2rem + .3vw)
}

h5 {
    font-size: 1.375rem
}

h6 {
    font-size: 1.125rem
}

p:last-child, ul:last-child {
    margin-bottom: 0
}

a, button {
    line-height: inherit;
    display: inline-block;
    cursor: pointer
}

a, button, img, input {
    transition: .5s
}

    .offcanvas-cart-header .btn-close, .offcanvas-search-header .btn-close, :focus, a:focus {
        outline: 0
    }

    a:hover {
        transition: .3s ease-in-out;
        color: #b22222
    }

    button, input[type=submit] {
        cursor: pointer
    }

img {
    max-width: 100%
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    opacity: 1
}

input:-moz-placeholder, textarea:-moz-placeholder {
    opacity: 1
}

input::-moz-placeholder, textarea::-moz-placeholder {
    opacity: 1
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
    opacity: 1
}

ul {
    list-style: none;
    padding: 0;
    margin: 0
}

hr {
    border-top-width: 2px
}

.social-share-link {
    font-size: 17px;
    line-height: initial
}

.social-share-outline .social-share-link {
    height: 35px;
    width: 35px;
    line-height: 35px;
    text-align: center
}

    .social-share-outline .social-share-link.facebook {
        color: #3b5998;
        border: 2px solid #3b5998
    }

    .social-share-outline .social-share-link.twitter {
        color: #1da1f2;
        border: 2px solid #1da1f2
    }

    .social-share-outline .social-share-link.pinterest {
        color: #bd081c;
        border: 2px solid #bd081c
    }

    .social-share-outline .social-share-link.linkedin {
        color: #0077b5;
        border: 2px solid #0077b5
    }

    .social-share-outline .social-share-link.google {
        color: #dd4b39;
        border: 2px solid #dd4b39
    }

    .social-share-outline .social-share-link.instagram {
        color: #e1306c;
        border: 2px solid #e1306c
    }

    .social-share-outline .social-share-link.youtube {
        color: red;
        border: 2px solid red
    }

    .social-share-outline .social-share-link.tumblr {
        color: #35465c;
        border: 2px solid #35465c
    }

    .social-share-outline .social-share-link.dribbble {
        color: #ea4c89;
        border: 2px solid #ea4c89
    }

    .social-share-outline .social-share-link.behance {
        color: #1769ff;
        border: 2px solid #1769ff
    }

    .social-share-outline .social-share-link.vimeo {
        color: #1ab7ea;
        border: 2px solid #1ab7ea
    }

    .social-share-outline .social-share-link.flickr {
        color: #ff0084;
        border: 2px solid #ff0084
    }

    .social-share-outline .social-share-link.slack {
        color: #4a154b;
        border: 2px solid #4a154b
    }

    .social-share-outline .social-share-link:hover {
        border: 2px solid #313030;
        color: #313030
    }

.social-share-in-color .facebook {
    color: #3b5998
}

.social-share-in-color .twitter {
    color: #1da1f2
}

.social-share-in-color .pinterest {
    color: #bd081c
}

.social-share-in-color .linkedin {
    color: #0077b5
}

.social-share-in-color .google {
    color: #dd4b39
}

.social-share-in-color .instagram {
    color: #e1306c
}

.social-share-in-color .youtube {
    color: red
}

.social-share-in-color .tumblr {
    color: #35465c
}

.social-share-in-color .dribbble {
    color: #ea4c89
}

.social-share-in-color .behance {
    color: #1769ff
}

.social-share-in-color .vimeo {
    color: #1ab7ea
}

.social-share-in-color .flickr {
    color: #ff0084
}

.social-share-in-color .slack {
    color: #4a154b
}

@-webkit-keyframes fadeInDown {
    0% {
        -webkit-transform: translate3d(0,-100%,0);
        opacity: 0;
        transform: translate3d(0,-100%,0)
    }

    to {
        -webkit-transform: translateZ(0);
        opacity: 1;
        transform: translateZ(0)
    }
}

@keyframes fadeInDown {
    0% {
        -webkit-transform: translate3d(0,-100%,0);
        opacity: 0;
        transform: translate3d(0,-100%,0)
    }

    to {
        -webkit-transform: translateZ(0);
        opacity: 1;
        transform: translateZ(0)
    }
}

.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown
}

.product-card:hover .product-card-action-links, .swiper:hover .swiper-navigation-next, .swiper:hover .swiper-navigation-prev {
    opacity: 1;
    visibility: visible
}

.swiper-navigation-next, .swiper-navigation-prev {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 50px;
    height: 50px;
    line-height: 50px;
    z-index: 10;
    cursor: pointer;
    background-color: transparent;
    border: 2px solid #313030;
    color: #313030;
    font-size: 16px;
    text-align: center;
    transition: .3s ease-in-out;
    left: 20px;
    right: auto;
    opacity: 0;
    visibility: hidden
}

    .product-details-navigation-next::after, .product-details-navigation-prev::after, .swiper-navigation-next::after, .swiper-navigation-prev::after {
        content: ""
    }

    .mobile-menu .sub-menu li .mega-menu-link.active > .menu-expand, .mobile-menu .sub-menu li .mega-menu-link:hover > .menu-expand, .mobile-menu .sub-menu li .sub-menu-link.active > .menu-expand, .mobile-menu .sub-menu li .sub-menu-link:hover > .menu-expand, .mobile-menu--mega li .mega-menu-link.active > .menu-expand, .mobile-menu--mega li .mega-menu-link:hover > .menu-expand, .mobile-menu--mega li .sub-menu-link.active > .menu-expand, .mobile-menu--mega li .sub-menu-link:hover > .menu-expand, .mobile-menu-link.active > .menu-expand, .mobile-menu-link:hover > .menu-expand, .product-card-action-link:hover, .product-card-style-1 .product-card-box-cart:hover, .swiper-navigation-lite:hover, .swiper-navigation-next:hover, .swiper-navigation-prev:hover {
        background-color: #313030;
        color: #fff
    }

    .swiper-navigation-next.swiper-button-disabled, .swiper-navigation-prev.swiper-button-disabled {
        cursor: not-allowed;
        opacity: .3 !important
    }

.swiper-navigation-next {
    right: 20px;
    left: auto
}

.swiper-navigation-lite {
    background-color: transparent;
    border: 2px solid #fff;
    color: #fff
}

.swiper-pagination-button, .swiper-pagination-button-lite, .z-3 {
    z-index: 3
}

.swiper-pagination-bullet {
    width: 11px;
    height: 11px
}

.nav-menu-white .main-menu-link::before, .product-card .product-countdown-item, .swiper-pagination-button-lite .swiper-pagination-bullet {
    background-color: #fff
}

.product-quick-view-modal.modal-dialog {
    max-width: 920px
}

.btn, .pagination .page-link:first-child, .pagination .page-link:last-child, .product-quick-view-modal .modal-content, .sign-in-modal .modal-content {
    border-radius: 0
}

.sign-in-modal.modal-dialog {
    max-width: 550px
}

.product-category-tab-link {
    background-color: transparent;
    border: none;
    font-size: 20px;
    font-weight: 500;
    padding: 0 0 5px;
    border-bottom: 2px solid transparent;
    text-transform: uppercase;
    color: #313030
}

.section-space-pb, .section-space-ptb {
    padding-bottom: 90px
}

.product-category-tab-link.active, .product-category-tab-link:hover {
    color: #313030;
    border-color: #313030
}

.product-category-tab-link.active {
    font-size: 20px
}

.product-category-tab-link ~ .product-category-tab-link {
    margin-left: 25px
}

#scrollButton {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 20px
}

.bg-dark {
    background-color: #313030
}

    .bg-dark .product-card-action-link:hover, .bg-dark .product-card-price, .bg-dark a, .blog-details-area .blog-sidebar .blog-widget ul li:hover a, .nav-menu-white .main-menu-item.active .main-menu-link, .nav-menu-white .main-menu-link, .nav-menu-white .main-menu-link:hover {
        color: #fff
    }

@media screen and (min-width:1200px) {
    .position-xl-relative {
        position: relative !important
    }

    .position-xl-absolute {
        position: absolute !important
    }
}

.z-1 {
    z-index: 1
}

.z-2 {
    z-index: 2
}

.fs-14 {
    font-size: 14px
}

.cart-product-content-bottom, .fs-16, .team-item-subtitle {
    font-size: 16px
}

.px-50 {
    padding-left: 50px;
    padding-right: 50px
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .px-50 {
        padding-left: 30px;
        padding-right: 30px
    }
}

.section-space-ptb {
    padding-top: 90px
}

.section-space-pt {
    padding-top: 30px
}

.mt-5 {
    margin-top: 5px
}

.blog-post-card-title, .checkout-form-row, .mt-10, .payment-method-accordion-card ~ .payment-method-accordion-card, .single-input-gruop ~ .single-input-gruop {
    margin-top: 10px
}

.account-form-box, .contact-info-item ~ .contact-info-item, .mt-20 {
    margin-top: 20px
}

.mt-30, .shop-sidebar-widget ~ .shop-sidebar-widget, .team-item-card {
    margin-top: 30px
}

.mt-50 {
    margin-top: 50px
}

.py-7px {
    padding-top: 7px;
    padding-bottom: 7px
}

.py-10px {
    padding-top: 10px;
    padding-bottom: 10px
}

.border-top-1, .dashboard-list li:first-child, .store-location-nav-content:first-child {
    border-top: 1px solid #ebebeb
}

.border-bottom-1 {
    border-bottom: 1px solid #ebebeb
}

.border-block-1 {
    border-block: 5px solid #ebebeb
}

.max-w-400 {
    max-width: 400px
}

.main-menu-item.active .main-menu-link::after, .main-menu-link:hover::before, .nav-menu-white .main-menu-link:hover::before, .sticky-header, .w-full {
    width: 100%
}

.topbar-close-btn {
    background-color: transparent;
    border: 0;
    padding: 0;
    color: #fff;
    font-size: 20px;
    display: inline-block;
    height: auto;
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%)
}

    .topbar-close-btn:hover {
        opacity: .7
    }

.notification-bar-area {
    padding: 7px 0
}

.header-top-area-left-side, .header-top-area-right-side {
    padding: 8px 0;
    gap: 40px
}

@media only screen and (min-width:768px) and (max-width:991px),only screen and (max-width:767px) {
    .header-top-area-left-side, .header-top-area-right-side {
        gap: 30px;
        padding: 0
    }
}

.header-top-area-left-side-item::after, .header-top-area-right-side-item::after {
    position: absolute;
    content: "";
    width: 1px;
    height: 14px;
    top: 50%;
    transform: translateY(-50%);
    right: -20px
}

@media only screen and (min-width:768px) and (max-width:991px),only screen and (max-width:575px) {
    .header-top-area-left-side-item::after, .header-top-area-right-side-item::after {
        right: -15px
    }
}

.VIpgJd-ZVi9od-l4eHX-hSRGPd, .VIpgJd-ZVi9od-l4eHX-hSRGPd:active, .VIpgJd-ZVi9od-l4eHX-hSRGPd:hover, .VIpgJd-ZVi9od-l4eHX-hSRGPd:link, .VIpgJd-ZVi9od-l4eHX-hSRGPd:visited, .checkout-account-create, .goog-te-gadget img, .header-top-area-left-side-item:last-child::after, .header-top-area-right-side-item:last-child::after, .product-color-radio-buttons input[type=radio], .product-size-radio-buttons input[type=radio], .ship-box-info, .shop-view-item-grid .product-card-list-view-action {
    display: none
}

.top-bar-item-menu li a i {
    font-size: 10px
}

.top-bar-item-menu li:hover .top-bar-item-menu-dropdow {
    top: 100%;
    opacity: 1;
    visibility: visible
}

.top-bar-item-menu-dropdow {
    position: absolute;
    top: 150%;
    z-index: 999;
    list-style: none;
    left: auto;
    right: 0;
    margin: 0;
    border-radius: 0;
    background: #fff;
    text-align: left;
    padding: 0;
    border: 1px solid #e2e2e2;
    min-width: 160px;
    box-shadow: none;
    opacity: 0;
    visibility: hidden;
    transition: .3s ease-in-out
}

    .top-bar-item-menu-dropdow a {
        padding: 7px 19px;
        line-height: 24px;
        display: block;
        color: #333
    }

        .top-bar-item-menu-dropdow a.active, .top-bar-item-menu-dropdow a:hover {
            background-color: #f5f5f5
        }

.top-bar-item-menu.top-bar-menu-left .top-bar-item-menu-dropdow {
    left: 0;
    right: auto
}

.logo a {
    display: inline-block;
    padding: 10px 0
}

    .logo a img {
        max-width: 290px;
        width: 290px
    }

.header-action {
    gap: 5px
}

@media only screen and (min-width:1550px),only screen and (min-width:1200px) and (max-width:1549px),only screen and (min-width:992px) and (max-width:1199px) {
    .header-action {
        gap: 22px
    }
}

.header-action-item {
    position: relative;
    border: 0;
    padding: 0 2px;
    background: 0 0;
    font-size: 26px;
    line-height: 1;
    cursor: pointer;
    display: flex !important;
    align-items: center;
    vertical-align: top;
    color: #313030
}

    .header-action-item .icon-rt-loupe {
        font-size: 21px
    }

.header-action-item-count {
    font-size: 13px;
    margin-left: 0
}

@media screen and (min-width:992px) {
    .position-lg-relative {
        position: relative !important
    }

    .position-lg-absolute {
        position: absolute !important
    }

    .bg-lg-transparent {
        background: 0 0 !important
    }
}

@media screen and (min-width:768px) {
    .position-md-relative {
        position: relative !important
    }

    .position-md-absolute {
        position: absolute !important
    }

    .bg-md-transparent {
        background: 0 0 !important
    }
}

@media screen and (min-width:576px) {
    .position-sm-relative {
        position: relative !important
    }

    .position-sm-absolute {
        position: absolute !important
    }

    .bg-sm-transparent {
        background: 0 0 !important
    }
}

.sticky-header.is-sticky {
    position: fixed;
    z-index: 99;
    width: 100%;
    top: 0;
    background-color: rgba(255,255,255,.95);
    box-shadow: 0 1px 3px rgba(0,0,0,.1);
    -webkit-animation: .95s ease-in-out fadeInDown;
    animation: .95s ease-in-out fadeInDown
}

.sticky-header.dark-sticky-header.is-sticky {
    background-color: rgba(0,0,0,.95);
    box-shadow: 0 1px 3px rgba(0,0,0,.1)
}

.account-login-form .custom-checkbox, .blog-widget_search-form, .main-menu, .product-review-item, .shop-view-item-list .product-card {
    display: flex
}

.main-menu-link, .submenu-link {
    letter-spacing: .063rem;
    display: block
}

.main-menu-item {
    padding: 0 15px
}

    .main-menu-item:first-child {
        padding-left: 0
    }

    .breadcrumb-item.active, .main-menu-item.active .main-menu-link, .main-menu-link:hover, .product-details-navigation-next:hover, .product-details-navigation-prev:hover {
        color: #000
    }

.main-menu-link {
    color: #000;
    padding: 22px 0;
    position: relative;
    font-size: .875rem;
    line-height: 1.25rem;
    font-weight: 500;
    transition: ease-in-out
}

    .main-menu-link::before {
        content: "";
        position: absolute;
        bottom: 14px;
        left: 0;
        width: 0;
        height: 2px;
        background-color: #000;
        transition: .3s ease-in-out
    }

.menu-label {
    font-size: 11px;
    text-transform: capitalize;
    position: absolute;
    top: -9px;
    padding: 0 5px;
    color: #f1f1f1;
    border-radius: 2px;
    line-height: 20px;
    font-weight: 400;
    z-index: 100;
    white-space: nowrap;
    background: #282828
}

    .menu-label::after {
        position: absolute;
        content: "";
        top: 100%;
        left: 10px;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 4px 7px 0 0;
        border-left-color: transparent !important;
        border-right-color: transparent !important;
        border-bottom-color: transparent !important;
        border-color: #282828
    }

.megamenu, .submenu {
    border: 1px solid #eaeaea;
    box-shadow: 0 2px 29px rgba(0,0,0,.05);
    background-color: #fff;
    transform: translateY(50px);
    opacity: 0;
    z-index: 3;
    visibility: hidden
}

.has-children:hover > .submenu {
    visibility: visible;
    opacity: 1;
    transform: translateY(0)
}

.has-children:hover .megamenu--mega-lavel-2.megamenu {
    transform: translateY(0);
    visibility: visible;
    opacity: 1
}

.has-children--mega {
    position: inherit
}

    .has-children--mega:hover .megamenu {
        transform: translateY(0);
        visibility: visible;
        opacity: 1
    }

    .has-children--mega > .main-menu-link, .has-children > .main-menu-link, .submenu .submenu > .has-children, .submenu > .has-children, .submenu > li {
        position: relative
    }

        .has-children--mega > .main-menu-link::after, .has-children > .main-menu-link::after {
            position: static;
            font-family: roadthemes-icon;
            content: "\e92b";
            font-size: 8px
        }

.submenu {
    position: absolute;
    top: 100%;
    left: 0;
    transition: .7s cubic-bezier(.645, .045, .355, 1);
    transition-delay: 0.2s;
    transition-duration: .4s;
    min-width: 220px;
    padding: 20px 0
}

.submenu-link {
    padding: 2px 15px;
    color: #000;
    font-size: .875rem;
    line-height: 2rem;
    font-weight: 500;
    position: relative
}

.submenu > .has-children::after {
    position: absolute;
    font-family: futura-pt,sans-serif;
    content: "\e92d";
    font-size: 10px;
    right: 15px;
    top: 50%;
    transform: translateY(-50%)
}

.submenu .submenu {
    top: 0;
    left: 100%;
    right: auto
}

    .submenu .submenu > .has-children::after {
        position: static;
        font-family: futura-pt,sans-serif;
        content: "\e92b";
        font-size: 10px
    }

.submenu > li:hover > .submenu {
    transform: translateY(0);
    visibility: visible;
    opacity: 1;
    z-index: 9
}

.megamenu {
    position: absolute;
    left: 0;
    transition: .7s cubic-bezier(.645, .045, .355, 1);
    transition-delay: 0.2s;
    transition-duration: .4s
}

.megamenu-link, .mobile-menu-link {
    font-size: 16px;
    position: relative
}

.product-card, .product-card-thumb-primary, .team-item-img, .widget--menu-link::after {
    transition: .3s ease-in-out
}

.megamenu--mega {
    width: 100%;
    left: 0;
    right: 0
}

.megamenu--mega-inner {
    max-width: 1400px;
    margin: auto;
    padding: 35px 15px 30px;
    display: flex
}

.megamenu--mega-lavel-2 {
    width: 580px;
    padding: 20px 15px;
    display: flex
}

.megamenu .megamenu-item {
    flex-grow: 1;
    flex-basis: 0;
    padding: 15px
}

.megamenu-title {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 400;
    margin-bottom: 20px
}

.megamenu-link {
    padding: 2px 0;
    color: #000;
    display: block
}

.mobile-menu-item {
    display: block;
    border-top: 1px solid #eee
}

    .mobile-menu .sub-menu li:first-child .mega-menu-link, .mobile-menu .sub-menu li:first-child .sub-menu-link, .mobile-menu--mega li:first-child .mega-menu-link, .mobile-menu--mega li:first-child .sub-menu-link, .mobile-menu-item:first-child {
        border-top: 0
    }

.mobile-menu-link {
    display: block;
    padding: 10px 0;
    line-height: 24px;
    color: #333;
    font-weight: 400
}

    .mobile-menu-link > .menu-expand {
        position: absolute;
        right: 0;
        background: #eee;
        width: 30px;
        height: 27px;
        line-height: 30px;
        text-align: center;
        border-radius: 4px;
        color: #333;
        font-size: 10px
    }

.mobile-menu .sub-menu, .mobile-menu--mega {
    display: none;
    padding: 0 0 0 15px;
    border-top: 1px solid #eee
}

    .mobile-menu .sub-menu li .menu-expand, .mobile-menu--mega li .menu-expand {
        position: absolute;
        right: 0;
        background: #eee;
        width: 25px;
        height: 24px;
        line-height: 26px;
        text-align: center;
        border-radius: 4px;
        color: #333;
        font-size: 10px
    }

    .mobile-menu .sub-menu li .mega-menu-link, .mobile-menu .sub-menu li .sub-menu-link, .mobile-menu--mega li .mega-menu-link, .mobile-menu--mega li .sub-menu-link {
        display: block;
        padding: 8px 0;
        line-height: 24px;
        color: #333;
        font-size: 16px;
        font-weight: 400;
        position: relative;
        border-top: 1px solid #eee
    }

.footer-widget {
    margin-bottom: 80px
}

@media only screen and (max-width:767px) {
    .px-50 {
        padding-left: 15px;
        padding-right: 15px
    }

    .footer-widget {
        margin-bottom: 40px
    }
}

.footer-widget--title {
    text-transform: capitalize;
    margin-bottom: 24px
}

.widget--menu-item {
    display: block;
    margin-bottom: 11px
}

    .blog-style-three .blog-card .blog-text p, .dashboard-upper-info [class*=col-]:not(:last-child) .d-single-info p, .widget--menu-item:last-child {
        margin-bottom: 0
    }

.widget--menu-link {
    font-size: 18px;
    position: relative
}

    .widget--menu-link::after {
        position: absolute;
        left: 0;
        content: "";
        bottom: 0;
        width: 0;
        height: 2px;
        background-color: #333
    }

    .blog-post-card-link:hover:after, .btn-full, .cart-product-content, .center, .product-tab-info-link.active::after, .product-tab-info-link:hover::after, .widget--menu-link:hover::after {
        width: 100%
    }

.blog-details-area .blog-sidebar .blog-search form, .blog-style-three .blog-card .blog-img, .blog-style-two .blog-card .blog-img, .breadcrumb-section, .deal-offer-section, .filter-range-input, .hero-slider-image, .hero-slider-item, .product-card-thumb-area, .top-filter-widget, .widget-newsletter-from {
    position: relative
}

.widget-newsletter-input {
    position: relative;
    height: 51px;
    border: 2px solid #fff;
    padding: 0 140px 0 15px;
    border-radius: 0;
    font-size: 16px;
    color: #000;
    width: 100%;
    background: #fff
}

.cart-product-item, .offcanvas-cart-header {
    border-bottom: 1px solid #eee;
    display: flex
}

.widget-newsletter-input::-moz-placeholder {
    color: #6c757d
}

.widget-newsletter-input:-ms-input-placeholder {
    color: #6c757d
}

.widget-newsletter-input::placeholder {
    color: #6c757d
}

.widget-newsletter-button {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    border-radius: 0
}

.offcanvas-cart-wrap {
    padding: 30px;
    overflow: auto
}

.offcanvas-cart-header {
    justify-content: space-between;
    align-items: center;
    padding-bottom: 15px
}

    .btn-close:focus, .offcanvas-cart-header .btn-close:focus, .offcanvas-search-header .btn-close:focus {
        outline: 0;
        box-shadow: none
    }

.mini-cart-subtotal, .offcanvas-cart-title {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.3;
    margin-bottom: 0
}

.cart-product {
    min-height: 200px;
    max-height: 400px;
    overflow-y: auto
}

.cart-product-item {
    align-items: center;
    padding: 15px 0
}

.cart-product-thum {
    width: 80px;
    height: 80px;
    margin-right: 10px;
    flex-shrink: 0
}

    .cart-product-thum img, .deal-offer-bg-image img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover
    }

.cart-product-content-title {
    text-transform: uppercase;
    white-space: normal;
    line-height: 1.3;
    font-size: 14px;
    font-weight: 400
}

.cart-product-close {
    flex-shrink: 0;
    font-size: 21px;
    text-align: center;
    line-height: 19px;
    font-weight: 400;
    border-radius: 100%;
    background-color: transparent;
    color: #f44336;
    border: none
}

.mini-cart-total {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
    margin-top: 20px
}

.mini-cart-amount, .order-total-title {
    font-size: 20px
}

.offcanvas-search-area.offcanvas-top {
    height: 290px
}

.offcanvas-search-wrap {
    padding: 30px 15px
}

.offcanvas-search-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 15px
}

.offcanvas-search-body {
    padding-top: 15px
}

.offcanvas-search-box {
    max-width: 768px;
    margin: 0 auto
}

.offcanvas-search-form {
    position: relative;
    margin-bottom: 30px
}

.offcanvas-search-input {
    width: 100%;
    height: 80px;
    border: none;
    border-bottom: 2px solid #222;
    border-radius: 0;
    padding: 0 80px 0 15px;
    font-size: 30px;
    color: #333
}

    .offcanvas-search-input::-moz-placeholder {
        color: #555
    }

    .offcanvas-search-input:-ms-input-placeholder {
        color: #555
    }

    .offcanvas-search-input::placeholder {
        color: #555
    }

.offcanvas-search-submit, .offcanvas-search-submit:hover {
    background-color: transparent;
    color: #333
}

.offcanvas-search-submit {
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 80px;
    border: none;
    font-size: 30px
}

.offcanvas-search-key-title {
    margin-bottom: 10px;
    font-size: 16px;
    color: #313030
}

.btn > svg {
    width: 24px;
    height: 24px
}

.btn-xs {
    padding: 0 10px;
    font-size: 14px
}

.btn-lg, .btn-md, .btn-sm {
    font-size: 16px
}

.btn-sm {
    padding: 4px 10px
}

.btn-md {
    padding: 10px 25px
}

.btn-lg {
    padding: 10px 37px
}

.btn-primary {
    background-color: #f75050;
    border-color: #f75050;
    color: #fff
}

    .btn-gray:hover, .btn-outline:hover, .btn-primary:hover, .btn-white:hover, .shop-sidebar-widget-list-tags .shop-sidebar-widget-list-link:hover, .top-filter-widget-title:hover, .widget-post-tag-link:hover {
        background-color: #313030;
        border-color: #313030;
        color: #fff
    }

.btn-outline-lite:hover, .btn-white {
    background-color: #fff;
    border-color: #fff;
    color: #000
}

.btn-gray {
    background-color: #eee;
    border-color: #eee;
    color: #000
}

.btn-outline {
    background-color: transparent;
    color: #313030;
    border: 2px solid #313030
}

.btn-outline-lite {
    background-color: transparent;
    color: #fff;
    border: 2px solid #fff
}

.btn-rounde-circle {
    border-radius: 100%
}

.btn-rounde-pill {
    border-radius: 50px
}

.btn-rounde-2 {
    border-radius: 2px
}

.btn-rounde-4 {
    border-radius: 4px
}

.hero-slider-image img {
    width: 100%;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover;
    background-color: #eee
}

.hero-slider-content {
    position: absolute;
    top: 50%;
    width: 100%;
    transform: translateY(-50%)
}

.product-card, .product-card-thumb {
    position: relative;
    overflow: hidden
}

.hero-slider-description {
    font-size: 18px;
    margin-bottom: 0
}

.product-card {
    margin-top: 30px
}

    .banner-card-animation-one:hover .banner-card-image img, .product-card:hover .product-card-thumb-primary {
        transform: scale(1.1)
    }

    .product-card:hover .product-card-thumb-secondary {
        opacity: 1;
        visibility: visible;
        transform: scale(1.1)
    }

    .product-card:hover .product-card-action-quickview {
        opacity: 1;
        visibility: visible;
        bottom: 0;
        pointer-events: auto
    }

    .product-card:hover .product-card-price {
        opacity: 0;
        transform: translateY(10px)
    }

    .product-card:hover .product-card-box-cart {
        opacity: 1;
        visibility: visible;
        bottom: 0
    }

.product-card-old-price {
    color: #adb5bd;
    text-decoration: line-through;
    margin-right: 2px
}

.product-card-thumb {
    display: block
}

    .product-card-thumb img {
        aspect-ratio: 1/1;
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover
    }

.product-card-thumb-secondary {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 1;
    visibility: hidden;
    transition: .3s ease-in-out;
    transform: scale(1)
}

.product-card-label {
    display: inline-block;
    color: #a00909;
    background-color: #fff;
    padding: 3px 12px;
    line-height: 20px;
    position: absolute;
    top: 20px;
    left: 20px;
    text-align: center;
    font-size: 14px;
    font-weight: 500
}

.product-card-action-link, .product-card-action-quickview {
    line-height: 40px;
    color: #707070;
    text-align: center;
    transition: .3s ease-in-out
}

.product-card-action-quickview {
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    z-index: 5;
    opacity: 0;
    bottom: -6px;
    border: none;
    background: rgba(255,255,255,.9);
    padding: 0 10px;
    font-size: 16px;
    display: block
}

    .product-card-action-quickview:hover {
        background-color: #fff;
        color: #000
    }

.product-card-action-links {
    position: absolute;
    top: 20px;
    right: 20px;
    display: flex;
    flex-direction: column;
    gap: 8px;
    opacity: 0;
    visibility: hidden;
    transition: .3s ease-in-out
}

.product-card-action-link {
    width: 36px;
    height: 36px;
    padding: 0;
    border-radius: 100%;
    background: #fff;
    font-size: 16px;
    outline: 0;
    display: inline-block;
    vertical-align: top;
    opacity: 1
}

.product-card-content {
    position: relative;
    padding-top: 19px
}

.product-card-title {
    margin-bottom: 5px;
    font-size: 16px
}

.product-card-price {
    font-size: 26px;
    transition: .3s ease-in-out;
    color: gray
}

.product-card-box-cart {
    position: absolute;
    right: 0;
    z-index: 5;
    opacity: 0;
    bottom: -6px;
    width: 100%;
    font-size: 16px;
    transition: .3s ease-in-out;
    background: 0 0;
    padding: 2px 0;
    color: #707070;
    display: block
}

.product-card-style-1.product-card:hover .product-card-price, .product-card-style-2.product-card:hover .product-card-price, .product-card-style-3.product-card:hover .product-card-price, .product-card-style-4.product-card:hover .product-card-price, .shop-view-item-list .product-card-price, .shop-view-item-list .product-card:hover .product-card-price {
    opacity: 1;
    transform: translateY(0)
}

.banner-card-animation-one img, .product-card-style-1.product-card:hover .product-card-box-cart {
    transform: scale(1)
}

.product-card-style-1 .product-card-content {
    position: relative;
    padding-right: 40px
}

.product-card-style-1 .product-card-box-cart {
    position: absolute;
    right: 5px;
    top: 50%;
    margin-top: -8px;
    opacity: 0;
    left: auto;
    width: 36px;
    text-align: center;
    height: 36px;
    line-height: 32px;
    border: 2px solid #313030;
    border-radius: 50%;
    font-size: 18px;
    transform: scale(.7)
}

.product-card-style-2.product-card:hover .product-card-content-hover {
    visibility: visible;
    opacity: 1
}

.product-card-style-2 .product-card-action-link {
    border: 2px solid #313030;
    line-height: 36px
}

.product-card-style-2 .product-card-content-hover {
    background-color: #fff;
    padding: 15px 0 0;
    position: absolute;
    bottom: 0;
    left: 0;
    visibility: hidden;
    opacity: 0;
    width: 100%;
    transition: .3s ease-in-out
}

.product-card-style-2 .product-card-box-cart {
    opacity: 1;
    visibility: visible;
    bottom: 0;
    position: relative;
    background-color: #313030;
    transform: scale(1);
    width: 100%;
    height: auto;
    border: 0;
    line-height: 40px;
    border-radius: 0;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    padding: 0 5px;
    justify-content: center;
    display: flex;
    align-items: center;
    margin-top: 10px
}

    .product-card-style-2 .product-card-box-cart i {
        font-size: 18px;
        margin-right: 5px
    }

.product-card-style-3 .product-card-action-links {
    bottom: 20px;
    right: 0;
    flex-direction: row;
    top: auto;
    justify-content: center;
    width: 100%
}

.product-card-style-4 .product-card-action-quickview {
    left: 50%;
    bottom: 0;
    display: inline-block;
    top: 50%;
    height: 38px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    transform: translate(-50%,-50%);
    font-size: 14px;
    padding: 0 18px;
    border-radius: 4px;
    color: #313030
}

.product-card-style-4 .product-card-box-cart {
    color: #000;
    text-align: center;
    background: #fff;
    border: 1px solid #000;
    padding: 6px;
    border-radius: 4px
}

.bg-dark .product-card-action-link, .product-tab-info-link.active, .product-tab-info-link:hover, .shop-display.active {
    color: #313030
}

.product-navigation-bottom-wrap {
    display: flex;
    justify-content: center;
    gap: 10px;
    position: relative
}

    .product-navigation-bottom-wrap::after, .product-navigation-bottom-wrap:before {
        content: "";
        position: absolute;
        left: 0;
        bottom: 25px
    }

    .product-navigation-bottom-wrap::after {
        border-top: 1px solid rgba(255,255,255,.1);
        width: 100%
    }

    .product-navigation-bottom-wrap:before {
        width: 130px;
        right: 0;
        margin: auto;
        height: 2px;
        z-index: 2;
        background-color: #313030
    }

.swiper-navigation-bottom-next, .swiper-navigation-bottom-prev {
    width: 50px;
    height: 50px;
    line-height: 50px;
    z-index: 10;
    cursor: pointer;
    background-color: #313030;
    border: 2px solid #fff;
    color: #fff;
    font-size: 16px;
    text-align: center;
    transition: .3s ease-in-out;
    margin-top: 35px
}

    .swiper-navigation-bottom-next:hover, .swiper-navigation-bottom-prev:hover {
        background-color: #fff;
        color: #313030
    }

    .swiper-navigation-bottom-next.swiper-button-disabled, .swiper-navigation-bottom-prev.swiper-button-disabled {
        cursor: not-allowed
    }

.blog-post-card-thumbnail, .instagram-item {
    display: block
}

    .instagram-item img {
        aspect-ratio: 1/1;
        width: 100%;
        -o-object-fit: cover;
        object-fit: cover
    }

.banner-card {
    position: relative;
    margin-bottom: 0
}

.banner-card-image, .blog-post-card {
    position: relative;
    overflow: hidden;
    display: block
}

    .banner-card-image img {
        width: 100%;
        height: auto;
        transition: .3s ease-in-out;
        -o-object-fit: cover;
        object-fit: cover
    }

.banner-card-content-bottom {
    bottom: 50px
}

.banner-card-content-left {
    left: 50px
}

.banner-card-content-top {
    top: 50px
}

.banner-card-content-right {
    right: 50px
}

@media only screen and (max-width:767px),only screen and (min-width:768px) and (max-width:991px),only screen and (min-width:992px) and (max-width:1199px) {
    .banner-card-content-bottom {
        bottom: 30px
    }

    .banner-card-content-left {
        left: 30px
    }

    .banner-card-content-top {
        top: 30px
    }

    .banner-card-content-right {
        right: 30px
    }
}

.banner-card-animation-one {
    display: block;
    transition: .3s ease-in-out
}

.banner-card-animation-two .banner-card-image::before {
    background: rgba(255,255,255,.3);
    bottom: 0;
    content: "";
    left: 50%;
    position: absolute;
    right: 50%;
    top: 0;
    opacity: 1;
    width: 0;
    pointer-events: none
}

.banner-card-animation-two .banner-card-image::after {
    background: rgba(255,255,255,.6);
    bottom: 50%;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 50%;
    opacity: 1;
    width: 0;
    pointer-events: none
}

.banner-card-animation-two:hover .banner-card-image::before {
    left: 0;
    right: 0;
    opacity: 0;
    width: auto;
    transition: .9s linear
}

.banner-card-animation-two:hover .banner-card-image::after {
    top: 0;
    bottom: 0;
    opacity: 0;
    width: auto;
    transition: .9s linear
}

.banner-card-button {
    display: inline-block;
    padding-bottom: 5px;
    font-size: calc(1.2rem + .19vw);
    color: #313030;
    position: relative
}

    .banner-card-button::after {
        content: "";
        width: 40px;
        height: 2px;
        background: #313030;
        position: absolute;
        left: 0;
        bottom: 0;
        transition: .3s ease-in-out
    }

    .banner-card-button:hover::after {
        width: 100%;
        left: 0
    }

.row-coustom {
    display: flex;
    -moz-column-gap: 30px;
    column-gap: 30px
}

.col-coustom-8 {
    width: 64.3%
}

.col-coustom-4 {
    width: 36.785%
}

.deal-offer-title {
    font-size: calc(1.375rem + 1.9vw)
}

.testimonial-item {
    text-align: center;
    padding: 20px 0 0;
    border-radius: 0;
    max-width: 900px;
    margin: auto
}

.testimonial-content {
    margin: 0;
    font-size: 16px;
    line-height: 1.5555;
    color: #696969
}

.testimonial-author {
    text-align: left
}

.testimonial-author-box {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-top: 37px
}

.testimonial-author-name {
    margin-bottom: 1px;
    font-weight: 600;
    color: #313030;
    font-size: 16px
}

.testimonial-author-designation {
    font-size: 16px;
    font-style: italic
}

.product-item-details-description {
    padding-bottom: 23px;
    margin-bottom: 30px
}

.product-item-quantity {
    border: 2px solid #dee2e6;
    display: inline-flex;
    flex-wrap: nowrap
}

.product-item-quantity-button {
    border: none;
    background: 0 0;
    width: 32px;
    text-align: center;
    font-size: 18px
}

.product-item-quantity-input {
    border: none;
    width: 30px;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    color: #495057;
    padding: 0;
    margin: 0
}

.product-item-wishlist-action {
    font-size: 16px;
    display: flex;
    align-items: center
}

    .product-item-wishlist-action i {
        margin-right: 5px;
        font-size: 20px
    }

.product-item-stock {
    font-size: 16px;
    color: #495057;
    margin-top: 5px
}

.product-item-stock-in {
    color: #77a464
}

.product-details-navigation-next, .product-details-navigation-prev {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    cursor: pointer;
    background-color: transparent;
    color: #313030;
    font-size: 30px;
    text-align: center;
    transition: .3s ease-in-out;
    left: 10px;
    right: auto
}

.product-details-navigation-next {
    right: 10px;
    left: auto
}

.slider-gallary-wrap {
    position: relative;
    display: flex;
    justify-content: space-between;
    overflow: hidden
}

.slider-thumb-aside {
    width: 150px;
    height: 630px
}

@media only screen and (min-width:1200px) and (max-width:1420px) {
    .slider-thumb-aside {
        height: 500px;
        width: 115px
    }
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .main-menu-item {
        padding: 0 10px
    }

    .megamenu--mega-lavel-2 {
        margin-left: -134px
    }

    .slider-thumb-aside {
        height: 420px;
        width: 100px
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .btn-lg {
        padding: 8px 25px
    }

    .slider-thumb-aside {
        height: 520px;
        width: 120px
    }
}

@media only screen and (max-width:767px) {
    .offcanvas-search-input, .offcanvas-search-submit {
        height: 60px;
        font-size: 20px
    }

    .btn-md {
        padding: 7px 20px
    }

    .btn-lg {
        padding: 4px 18px
    }

    .hero-slider-item {
        height: 320px
    }

        .hero-slider-item .hero-slider-image img {
            height: 320px;
            background-color: #eee
        }

    .small-device-image-large img {
        height: 270px
    }

    .row-coustom {
        flex-wrap: wrap;
        flex-direction: column
    }

    .col-coustom-4, .col-coustom-8 {
        width: 100%
    }

    .product-item-quantity-button {
        height: 35px
    }

    .slider-thumb-aside {
        height: 420px;
        width: 100px
    }
}

.slider-gallery-box {
    width: calc(100% - 170px)
}

@media only screen and (min-width:1200px) and (max-width:1420px) {
    .slider-gallery-box {
        width: calc(100% - 135px)
    }
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .slider-gallery-box {
        width: calc(100% - 115px)
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .slider-gallery-box {
        width: calc(100% - 135px)
    }
}

.gallery-thumbs .swiper-slide img {
    transition: .3s
}

.gallery-thumbs .swiper-slide-active, .payment-method-accordion-card.active .payment-method-accordion-card-header button::after {
    opacity: 1
}

.gallery-thumbs .swiper-slide-thumb-active {
    opacity: .6
}

.product-tab-info-link {
    background-color: transparent;
    border: none;
    border-bottom: 2px solid transparent;
    padding: 0 0 2px;
    font-size: 20px;
    text-transform: capitalize;
    position: relative;
    font-weight: 400;
    margin: 0 15px
}

    .product-tab-info-link::after {
        background: #282828;
        content: "";
        height: 2px;
        width: 0;
        bottom: -1px;
        left: 0;
        position: absolute;
        transition: .3s ease-in-out
    }

.product-info-accordion-button::after, .product-info-accordion-button:not(.collapsed):after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000000'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e")
}

.product-review-item-avator {
    flex: 0 0 80px;
    margin-right: 20px
}

    .product-review-item-avator img {
        border-radius: 50%
    }

.product-review-item-content-meta {
    font-size: 16px;
    margin: 10px 0;
    display: block
}

.comment-form-group {
    margin-top: 15px
}

.comment-form-label {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 5px;
    display: block
}

.comment-form-input, .comment-form-textarea {
    border: 1px solid #f0f0f0;
    border-radius: 0;
    padding: 10px;
    width: 100%
}

.comment-form-textarea {
    height: 185px;
    min-height: 85px
}

.additional-info-table {
    border: 0;
    border-top: 1px dotted rgba(0,0,0,.1);
    margin-bottom: 1.618em;
    width: 100%
}

.additional-info-table-item__label, .additional-info-table-item__value {
    border-bottom: 1px dotted rgba(0,0,0,.1);
    margin: 0;
    line-height: 1.5;
    border-top: 0
}

.additional-info-table-item__label {
    width: 150px;
    font-weight: 700;
    padding: 8px
}

.additional-info-table-item__value {
    font-style: italic;
    padding: 0
}

.zoom-item {
    position: relative;
    overflow: hidden
}

    .zoom-item > img {
        position: relative;
        width: 100%;
        height: 100%;
        transition: transform .2s ease-in-out
    }

        .zoom-item > img:hover {
            cursor: pointer;
            transform: scale(1.5)
        }

.product-item-details-box.sticky-top {
    top: 75px
}

.product-info-accordion-button {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    padding: 15px 0;
    font-size: 18px;
    color: #000;
    text-align: left;
    background-color: transparent;
    border: 0;
    border-radius: 0;
    overflow-anchor: none;
    transition: transform .2s ease-in-out;
    border-bottom: 1px solid #ebebeb
}

    .product-info-accordion-button::after {
        flex-shrink: 0;
        width: 1.25rem;
        height: 1.25rem;
        margin-left: auto;
        content: "";
        background-repeat: no-repeat;
        background-size: 1.25rem;
        transition: transform .2s ease-in-out
    }

    .product-info-accordion-button:not(.collapsed):after {
        transform: rotate(-180deg)
    }

.accordion-body-content {
    padding: 15px;
    border-top: 0
}

.product-color-radio-wrap, .product-size-radio-wrap {
    display: flex;
    gap: 20px;
    align-items: center;
    margin-bottom: 20px
}

.product-color-radio-buttons {
    display: flex;
    gap: 3px
}

    .product-color-radio-buttons .color-lable {
        display: inline-block;
        width: 18px;
        height: 18px;
        cursor: pointer;
        border-radius: 5000px;
        margin: 3px;
        position: relative
    }

        .product-color-radio-buttons .color-lable:before {
            content: "";
            left: -3px;
            right: -3px;
            top: -3px;
            bottom: -3px;
            border: 1px solid transparent;
            position: absolute;
            border-radius: 100%;
            pointer-events: none
        }

    .product-color-radio-buttons .color-lable-black {
        background-color: #000
    }

    .product-color-radio-buttons .color-lable-green {
        background-color: #047fab
    }

    .product-color-radio-buttons .color-lable-gray {
        background-color: #f0f0f0
    }

    .product-color-radio-buttons input[type=radio]:checked + .color-lable-black:before, .product-color-radio-buttons input[type=radio]:checked + .color-lable-gray:before, .product-color-radio-buttons input[type=radio]:checked + .color-lable-green:before {
        border-color: currentColor
    }

.blog-post-card-meta, .cart-coupon, .outline-countdown, .product-size-radio-buttons {
    display: flex;
    gap: 10px
}

    .product-size-radio-buttons .size-lable {
        display: inline-block;
        width: 36px;
        height: 36px;
        line-height: 36px;
        cursor: pointer;
        position: relative;
        border: 1px solid #f0f0f0;
        text-align: center;
        text-transform: uppercase
    }

    .product-size-radio-buttons input[type=radio]:checked + .size-lable {
        border-color: #000;
        color: #000
    }

.single-patner-brand {
    text-align: center
}

    .single-patner-brand img {
        max-width: 100%;
        height: auto;
        -o-object-fit: contain;
        object-fit: contain;
        aspect-ratio: 16/4
    }

.sign-in-tablist {
    border-bottom: 2px solid #ebebeb
}

.sign-in-tab--item {
    display: flex;
    flex-grow: 1;
    flex-basis: 0;
    text-align: center;
    position: relative
}

    .sign-in-tab--item .sign-in-tab--link.active:after {
        content: "";
        width: 100%;
        left: 0;
        right: 0;
        margin: auto;
        position: absolute;
        bottom: -2px;
        height: 2px;
        background: #313030
    }

.sign-in-tab--link {
    padding: 10px 0;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
    display: block;
    width: 100%;
    position: relative
}

.single-input-fild {
    border: 1px solid #ebebeb;
    padding: 10px 15px;
    width: 100%;
    border-radius: 0;
    font-size: 16px;
    color: #333
}

    .single-input-fild:focus {
        outline: 0;
        border-color: #313030
    }

.single-input-label {
    display: block;
    font-size: 16px;
    color: #333;
    margin-bottom: 5px
}

.breadcrumb-image img {
    width: 100%;
    height: auto;
    transition: .3s ease-in-out;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center;
    object-position: center;
    aspect-ratio: 5.5/1
}

.breadcrumb-item {
    font-size: 16px;
    text-transform: capitalize
}

.breadcrumb-content {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    transform: translateY(-50%)
}

.breadcrumb-item + .breadcrumb-item:before {
    content: "\e92d";
    font-family: futura-pt,sans-serif;
    font-size: 9px;
    margin-top: 6px
}

.shop-view-item-list .product-card-thumb-area {
    flex: 0 0 31.43%;
    max-width: 31.43%
}

@media only screen and (max-width:767px) {
    .slider-gallery-box {
        width: calc(100% - 115px)
    }

    .breadcrumb-image img {
        height: 150px;
        aspect-ratio: 1/1;
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: right;
        object-position: right
    }

    .shop-view-item-list .product-card-thumb-area {
        flex: 0 0 41.43%;
        max-width: 41.43%
    }
}

.shop-view-item-list .product-card-content {
    padding: 12px 0 0 30px;
    flex: 0 0 68.57%;
    max-width: 68.57%
}

@media only screen and (max-width:767px) {
    .shop-view-item-list .product-card-content {
        flex: 0 0 58.43%;
        max-width: 58.43%
    }
}

.shop-view-item-list .product-card:hover .product-card-box-cart {
    opacity: 0;
    transform: translateY(0)
}

.shop-view-item-list .product-card:hover .product-card-content-hover {
    visibility: hidden;
    opacity: 0
}

.cart-totals-table tr, .shop-toolbar {
    display: flex;
    justify-content: space-between
}

@media only screen and (max-width:575px) {
    .slider-thumb-aside {
        height: 320px;
        width: 100px
    }

    .shop-toolbar, .shop-view-item-list .product-card {
        flex-direction: column
    }

    .shop-view-item-list .product-card-thumb-area {
        flex: 0 0 100%;
        max-width: 100%
    }

    .shop-view-item-list .product-card-content {
        flex: 0 0 100%;
        max-width: 100%;
        padding-left: 0;
        padding-top: 20px
    }
}

.shop-toolbar-left-side, .shop-toolbar-right-side {
    margin-bottom: 5px;
    align-items: center;
    display: flex
}

.shop-display {
    border: none;
    background-color: transparent;
    font-size: 22px;
    vertical-align: top;
    margin-right: 5px;
    padding: 0;
    line-height: 1px
}

.shop-products-result-count {
    margin: 0 0 0 20px;
    font-size: 16px;
    line-height: 26px;
    border-left: 1px solid #c1c1c1;
    padding-left: 30px;
    display: inline-block
}

.shop-selector-orderby {
    border: none;
    border-bottom: 1px solid #c1c1c1;
    padding: 5px 0;
    font-size: 16px
}

.button-show-filter {
    padding: 0 30px 0 0;
    text-transform: capitalize;
    margin-right: 30px;
    line-height: 26px;
    font-weight: 400;
    display: flex;
    align-items: center;
    gap: 4px;
    border: none;
    border-right: 1px solid #c1c1c1;
    border-radius: 0;
    cursor: pointer;
    font-size: 18px;
    background-color: transparent
}

.blog-post-card-meta-category, .cart-wishlist-table th, .order-summary table th {
    text-transform: uppercase
}

.category-description {
    margin-top: 30px;
    margin-bottom: 20px
}

    .category-description.expanded-content {
        overflow: visible;
        max-height: none;
        padding-bottom: 30px
    }

.expand-content {
    overflow: hidden;
    max-height: 80px;
    position: relative
}

.block-expand-overlay {
    background: linear-gradient(to bottom,transparent,#f8f8f8);
    height: 40px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    pointer-events: none;
    display: flex;
    justify-content: center;
    align-items: center;
    pointer-events: visible
}

.blog-details-area .blog-sidebar .blog-tags ul li:hover, .expanded-content .block-expand-overlay {
    background: 0 0
}

.block-expand-overlay > .block-expand {
    display: inline-block;
    vertical-align: top;
    line-height: 25px;
    padding: 0 15px;
    background: #222;
    border-radius: 5px;
    color: #fff;
    cursor: pointer;
    font-size: 14px
}

.block-expand::after {
    content: "\e92b";
    font-family: futura-pt,sans-serif;
    display: inline-block;
    vertical-align: top;
    margin-left: 8px;
    font-size: 9px
}

.block-expand.remove::after {
    transform: rotate(180deg)
}

@media only screen and (max-width:767px),only screen and (min-width:768px) and (max-width:991px) {
    .deal-offer-bg-image img {
        height: 500px
    }

    .shop-sidebar {
        margin-top: 60px
    }
}

.contact-form-item, .shop-sidebar-widget-title {
    margin-bottom: 20px
}

.shop-sidebar-widget-list-item {
    margin-bottom: 10px;
    font-size: 16px
}

.shop-sidebar-widget:not(:last-child) {
    padding-bottom: 30px;
    border-bottom: 1px solid #ebebeb
}

.shop-sidebar-widget input[type=checkbox] {
    accent-color: #313030
}

.filter-slider {
    height: 2px;
    position: relative;
    background: #d8d8d8;
    border-radius: 5px
}

    .filter-slider .filter-progress {
        height: 100%;
        position: absolute;
        border-radius: 5px;
        background: #313030
    }

.filter-range-input input {
    position: absolute;
    width: 100%;
    height: 2px;
    top: -2px;
    background: 0 0;
    pointer-events: none;
    -webkit-appearance: none;
    -moz-appearance: none
}

    .filter-range-input input[type=range]::-webkit-slider-thumb {
        z-index: 2;
        width: 6px;
        height: 6px;
        box-shadow: 0 0 0 3px #313030;
        background-color: #fff;
        cursor: ew-resize;
        border-radius: 50%;
        pointer-events: auto;
        -webkit-appearance: none
    }

    .filter-range-input input[type=range]::-moz-range-thumb {
        border: none;
        z-index: 2;
        width: 6px;
        height: 6px;
        box-shadow: 0 0 0 3px #313030;
        background-color: #fff;
        cursor: ew-resize;
        border-radius: 50%;
        pointer-events: auto;
        -webkit-appearance: none
    }

.filter-price-value {
    margin-top: 15px;
    font-size: 14px;
    margin-bottom: 10px;
    color: #494949;
    display: flex;
    align-items: center
}

    .filter-price-value input {
        width: 40px;
        text-align: center;
        border: 0;
        background: 0 0;
        padding: 0;
        font-size: 14px;
        color: #494949;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none
    }

    .filter-price-value span {
        margin: 0 2px
    }

.filter-price-btn {
    font-size: 14px;
    display: inline-block;
    border: 1px solid #dedede;
    background: 0 0;
    color: #171717;
    margin: 0;
    cursor: pointer;
    line-height: 1;
    font-weight: 600;
    transition: .3s cubic-bezier(.22, .61, .36, 1);
    padding: 10px 27px
}

    .filter-price-btn:hover {
        background-color: #000;
        border-color: #000;
        color: #fff
    }

.shop-sidebar-widget-list-size, .shop-toolbar-filter-area {
    display: flex;
    flex-wrap: wrap
}

    .shop-sidebar-widget-list-size .shop-sidebar-widget-list-item {
        flex: 0 0 50%;
        max-width: 50%
    }

.shop-sidebar-widget-list-tags .shop-sidebar-widget-list-link {
    display: inline-block;
    vertical-align: top;
    color: #707070;
    text-decoration: none;
    margin: 0 6px 10px 0;
    padding: 0 17px;
    line-height: 38px;
    border: 1px solid #ebebeb;
    font-size: 15px
}

.top-filter-widget-title {
    font-size: 14px;
    background: #fff;
    border: 1px solid #ebebeb;
    padding: 8px 15px;
    margin: 0;
    border-radius: 3px;
    cursor: pointer;
    display: inline-block;
    position: relative
}

    .top-filter-widget-title:after {
        position: static;
        margin-left: 5px;
        font-family: futura-pt,sans-serif;
        content: "\e92b";
        font-weight: 600;
        font-size: 8px;
        vertical-align: middle;
        transition: .3s ease-in-out
    }

.top-filter-widget .shop-sidebar-widget-list {
    width: 255px;
    position: absolute;
    left: 0;
    top: 90%;
    border: 1px solid #ebebeb;
    padding: 20px 15px;
    list-style: none;
    z-index: 9;
    background: #fff;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    margin: -1px 0 0;
    max-height: 300px;
    overflow-y: auto;
    transition: .3s ease-in-out
}

.top-filter-widget:hover .shop-sidebar-widget-list {
    top: 105%;
    opacity: 1;
    visibility: visible;
    pointer-events: auto
}

.pagination {
    justify-content: center;
    margin-top: 40px
}

    .pagination .page-item {
        margin: 0 5px
    }

        .pagination .page-item.active .page-link, .pagination .page-item:hover .page-link {
            background: #313030;
            border-color: #313030;
            color: #fff
        }

    .pagination .page-link {
        display: block;
        height: 44px;
        width: 44px;
        padding: 0;
        border: 1px solid #ebebeb;
        background: #fff;
        text-align: center;
        line-height: 42px;
        border-radius: 0;
        color: #313030;
        text-decoration: none
    }

        .pagination .page-link:focus {
            box-shadow: none
        }

.shop-category-thumb {
    border: 2px solid #ebebeb;
    display: block
}

.shop-category-summary {
    margin-top: 15px;
    text-align: center
}

.shop-category-name {
    font-weight: 500;
    margin-bottom: 0
}

.blog-post-card-thumbnail img {
    width: 100%;
    height: auto;
    transition: .3s ease-in-out;
    -o-object-fit: cover;
    object-fit: cover;
    aspect-ratio: 3/2
}

.blog-post-card-content {
    margin-top: 28px
}

.blog-post-card-meta-category:not(:last-child)::after {
    content: ","
}

.blog-post-card-excerpt {
    margin-top: 15px;
    font-size: 16px
}

.blog-post-card-link {
    position: relative;
    display: inline-block;
    vertical-align: top;
    color: #313030;
    padding-bottom: 4px;
    text-decoration: none;
    font-weight: 500
}

    .blog-post-card-link:after {
        content: "";
        background: #313030;
        height: 2px;
        width: 63px;
        position: absolute;
        left: 0;
        bottom: 0;
        transition: .3s ease-in-out
    }

.blog-post-card-mask .blog-post-card-content {
    padding: 0 30px 25px;
    position: absolute;
    color: #fff;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    top: 0;
    display: flex;
    flex-direction: column;
    justify-content: end;
    margin: 0;
    transition: .3s ease-in-out;
    z-index: 1;
    background: linear-gradient(180deg,rgba(0,0,0,0) 15%,rgba(0,0,0,.7) 100%)
}

.blog-post-card-mask .blog-post-card-meta, .blog-post-card-mask .blog-post-card-title {
    color: #fff;
    transition: .3s ease-in-out
}

    .blog-post-card-mask .blog-post-card-meta a:hover, .blog-post-card-mask .blog-post-card-title a:hover {
        text-decoration: underline;
        color: #fff
    }

.blog-post-card-mask .blog-post-card .blog-post-card-meta-category:hover {
    text-decoration: underline
}

.blog-post-card-mask:hover .blog-post-card-meta, .blog-post-card-mask:hover .blog-post-card-title {
    transform: translateY(-10px)
}

.blog-post-card-list {
    display: flex;
    gap: 30px
}

    .blog-post-card-list .blog-post-card-thumbnail {
        flex: 0 0 340px;
        max-width: 340px
    }

    .blog-post-card-list .blog-post-card-content {
        margin-top: 0
    }

.blog-widget ~ .blog-widget {
    margin-top: 43px;
    border-top: 1px solid #ebebeb;
    padding-top: 43px
}

.blog-widget-title {
    margin-bottom: 25px
}

.blog-widget_search-input {
    width: 100%;
    border: 1px solid #ebebeb;
    padding: 10px
}

.blog-widget_search-button {
    padding: 0 15px;
    margin-left: 5px;
    text-align: center;
    line-height: 42px;
    height: auto;
    border: 0;
    background: #313030;
    color: #fff
}

.widget-post-item ~ .widget-post-item {
    margin-top: 12px
}

.widget-post-link {
    font-size: 16px;
    margin-bottom: 0
}

.widget-post-tag-list {
    display: flex;
    gap: 10px;
    flex-wrap: wrap
}

.widget-post-tag-link {
    border: 1px solid #ebebeb;
    background-color: transparent;
    padding: 5px 12px;
    font-size: 16px
}

.blog-post-contents img, .team-item-img img {
    width: 100%;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover
}

.blog-post-navigation {
    display: flex;
    gap: 10px;
    justify-content: space-between;
    margin-top: 60px;
    border-bottom: 1px solid #eaeaea;
    border-top: 1px solid #eaeaea;
    padding-bottom: 20px;
    padding-top: 20px
}

.blog-post-navigation-next-link, .blog-post-navigation-prev-link {
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 1
}

.contact-info-item, .counterup-item, .testimonial-item.active {
    display: flex;
    align-items: center
}

.counterup-item-icon {
    margin-right: 17px;
    font-size: 80px;
    line-height: 1
}

.counterup-item-number {
    font-size: 50px
}

.counterup-item-subtitle {
    color: rgba(246,246,246,.7);
    font-size: 16px
}

.team-item-card:hover .team-item-img {
    opacity: .8
}

.team-item-content {
    margin-top: 20px;
    text-align: center
}

.contact-us-google-map {
    width: 100%;
    height: 500px
}

.contact-info-item-icon {
    margin-right: 10px;
    font-size: 20px;
    color: #fff;
    display: inline-block;
    vertical-align: middle;
    width: 42px;
    height: 42px;
    line-height: 48px;
    text-align: center;
    border-radius: 50%;
    background-color: #313030;
    transition: .3s ease-in-out
}

.contact-info-item-title {
    font-size: 16px;
    color: #313030
}

.contact-form-input {
    width: 100%;
    height: 50px;
    font-size: 16px;
    border: none;
    border-bottom: 2px solid #ebebeb;
    padding: 10px 0 10px 10px
}

.contact-form textarea {
    height: 90px
}

.not-found-section-inner {
    padding: 50px 0
}

.not-found-page-title {
    margin-bottom: 20px;
    font-weight: 700;
    font-size: 100px
}

.store-location-nav-content {
    border-bottom: 1px solid #ebebeb;
    padding: 34px 20px 33px;
    cursor: pointer;
    margin: 0
}

    .store-location-nav-content.active {
        background: #f6f6f6
    }

.coupon-form-toggle {
    border-top: 2px solid #313030;
    padding: 1em 2em 1em 3.5em;
    margin: 0 0 2em;
    position: relative;
    background-color: #f7f6f7;
    color: #515151;
    list-style: none;
    width: auto;
    font-size: 16px
}

.coupon-form-content {
    margin-bottom: 30px;
    padding: 30px 25px;
    max-width: 450px;
    border: 2px dashed #ddd;
    text-align: center;
    border-radius: 0;
    display: none
}

.coupon-toggle-text {
    cursor: pointer;
    color: #000
}

.coupon-form-box {
    display: flex;
    gap: 10px;
    justify-content: center;
    flex-wrap: wrap
}

.coupon-input {
    width: auto;
    padding: 0 15px;
    border-radius: 0;
    border: 1px solid #ebebeb
}

.checkout-form-input, .checkout-form-select, .checkout-form-textarea {
    padding: 5px 15px;
    max-width: 100%;
    width: 100%;
    height: 42px;
    border: 1px solid #ebebeb;
    border-radius: 0;
    background-color: transparent;
    box-shadow: none;
    vertical-align: middle;
    font-size: 16px
}

.checkout-form-textarea {
    height: 100px
}

.checkout-form-label {
    display: block;
    margin-bottom: 5px;
    color: #464646;
    font-weight: 400;
    font-size: 16px
}

.order-summary {
    background: #f8f8f8;
    padding: 30px;
    border: 5px double #e0e0e0
}

.order-summary-table {
    background-color: #fff;
    padding: 15px
}

.order-summary table td, .order-summary table th {
    border-bottom: 1px solid #d8d8d8;
    border-right: none;
    font-size: 16px;
    padding: 15px 0
}

.order-summary table th {
    border-top: none;
    font-weight: 400;
    text-align: left;
    vertical-align: middle;
    white-space: nowrap;
    width: 250px
}

.blog-details-area .blog-post-area .blog-details-img, .payment-method-accordion {
    margin-bottom: 30px
}

.payment-method-accordion-card {
    padding: 0
}

.payment-method-accordion-card-header > button {
    font-size: 16px;
    font-weight: 400;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 0 0 0 22px;
    border: 0;
    background-color: rgba(0,0,0,0);
    width: 100%
}

    .payment-method-accordion-card-header > button::before {
        position: absolute;
        top: 50%;
        left: 0;
        width: 15px;
        height: 15px;
        margin-top: 0;
        content: "";
        transform: translateY(-50%);
        border: 1px solid #333;
        border-radius: 50%
    }

    .payment-method-accordion-card-header > button::after {
        position: absolute;
        top: 50%;
        left: 3px;
        width: 9px;
        height: 9px;
        margin-top: 0;
        content: "";
        transition: .5s;
        transform: translateY(-50%);
        opacity: 0;
        border-radius: 50%;
        background-color: #333
    }

    .payment-method-accordion-card-header > button img {
        height: 40px;
        margin: 0 10px
    }

.payment-method-accordion-card-body {
    position: relative;
    background: #f8f8f8;
    padding: 20px;
    font-size: 16px;
    margin-top: 5px
}

    .payment-method-accordion-card-body::before {
        position: absolute;
        top: -5px;
        left: 25px;
        width: 10px;
        height: 10px;
        content: "";
        transform: rotate(45deg);
        background-color: #dfdcde
    }

.cart-wishlist-table .remove a {
    font-size: 20px;
    height: 1em;
    width: 1em;
    text-align: center;
    line-height: 1;
    border-radius: 100%;
    color: red;
    text-decoration: none;
    font-weight: 700
}

    .cart-wishlist-table .remove a:active {
        border: none
    }

.cart-wishlist-table td:not(:first-child), .cart-wishlist-table th:not(:first-child) {
    min-width: 130px
}

.cart-wishlist-table th {
    font-size: 16px;
    font-weight: 500;
    color: #000
}

.cart-wishlist-table td {
    font-size: 18px
}

.cart-coupon > input {
    border: 1px solid #ebebeb;
    border-radius: 0;
    padding: 6px 15px
}

.cart-totals-table td, .cart-totals-table th {
    border: none;
    font-size: 16px
}

.cart_totals {
    float: none;
    width: 100%;
    border: 2px solid #ebebeb;
    padding: 30px 25px
}

.cart-totals-table tr:not(:last-child) {
    border-bottom: 1px solid #ddd
}

.cart-totals-table th {
    text-align: center;
    font-weight: 500;
    color: #000
}

.order-total-amount {
    font-size: 26px;
    font-weight: 600;
    color: #000
}

.stock-status {
    color: green
}

.product-countdown {
    display: flex;
    gap: 10px;
    margin-top: 15px
}

.product-countdown-item {
    height: 60px;
    width: 60px;
    background-color: #f0f0f0;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center
}

.product-countdown-item--value {
    font-size: 20px;
    line-height: 1;
    font-weight: 500;
    color: #000;
    margin-bottom: 6px
}

.product-countdown-item--label {
    line-height: 1
}

.outline-countdown .product-countdown-item {
    background-color: transparent;
    border: 2px solid #313030;
    height: 72px;
    width: 72px
}

.dashboard-content .view, .dashboard-upper-info a.view-cart {
    background: #313030;
    padding: 5px 12px;
    text-transform: capitalize;
    color: #fff
}

.dashboard-upper-info [class*=col-]:not(:last-child) .d-single-info {
    border-right: 1px solid #ebebeb;
    padding: 30px 20px
}

.dashboard-upper-info {
    border-bottom: 1px solid #ebebeb;
    border-top: 1px solid #ebebeb;
    margin-bottom: 60px
}

    .dashboard-upper-info a.view-cart {
        font-size: 16px
    }

        .blog-style-three .blog-card .blog-img .blog-btn a:hover, .dashboard-content .view:hover, .dashboard-upper-info a.view-cart:hover {
            background: #000
        }

.user-name span {
    color: #303030;
    font-size: 16px;
    font-weight: 600
}

.dashboard-list li a {
    border-bottom: 1px solid #ebebeb;
    color: #222;
    display: block;
    font-size: 16px;
    padding: 12px 0;
    text-transform: capitalize
}

.dashboard-content {
    border: 1px solid #ebebeb;
    padding: 30px
}

    .dashboard-content h3 {
        border-bottom: 1px solid #ebebeb;
        font-size: 20px;
        font-weight: 600;
        line-height: 24px;
        margin-bottom: 25px;
        padding-bottom: 15px;
        text-transform: capitalize
    }

    .dashboard-content .table thead {
        background: #f6f6f6;
        border-bottom: 1px solid #ebebeb
    }

    .dashboard-content .view {
        font-size: 14px
    }

@media only screen and (min-width:768px) and (max-width:991px) {
    .dashboard-upper-info [class*=col-]:not(:last-child) .d-single-info {
        border-right: none;
        padding: 0 0 20px
    }

    .dashboard-upper-info {
        border-bottom: none;
        border-top: none
    }

    .dashboard-content .table td {
        min-width: 260px
    }

    .dashboard-content {
        margin-top: 80px
    }
}

@media only screen and (max-width:767px) {
    .shop-products-result-count {
        padding-left: 10px;
        margin-left: 4px
    }

    .button-show-filter {
        padding-right: 10px;
        margin-right: 10px
    }

    .blog-post-card-mask .blog-post-card-content {
        padding-bottom: 15px
    }

    .blog-post-card-list {
        flex-direction: column
    }

        .blog-post-card-list .blog-post-card-thumbnail {
            flex: 0 0 100%;
            max-width: 100%
        }

    .dashboard-upper-info [class*=col-]:not(:last-child) .d-single-info {
        border-right: none;
        padding: 0 0 20px
    }

    .dashboard-upper-info {
        border-bottom: none;
        border-top: none
    }

    .dashboard-content .table td {
        min-width: 260px
    }

    .dashboard-content {
        margin-top: 60px
    }
}

.billing-address {
    margin-bottom: 10px
}

.biller-name {
    margin-bottom: 0;
    margin-top: 10px
}

.account-login-form input[type=checkbox] {
    height: 20px;
    margin: 0 10px 0 0;
    position: relative;
    top: 3px;
    width: auto
}

.account-login-form .example, .blog-details-area .blog-post-area p {
    margin-bottom: 15px
}

.account-login-form .default-btn {
    margin-top: 15px;
    padding: 6px 28px
}

.grid--gapless .grid__item, .grid--no-gutters .grid__item {
    padding-inline-start: 0;
    padding-bottom: 0
}

.account-input-box label {
    display: block;
    font-size: 15px;
    margin-bottom: 3px
}

.account-input-box input {
    width: 100%;
    margin-bottom: 12px;
    border: 1px solid #ddd;
    padding: 4px 10px;
    font-size: 15px
}

.panel.price, .panel.price > .panel-heading {
    border-radius: 0;
    -moz-transition: .3s;
    -o-transition: .3s;
    -webkit-transition: .3s
}

    .panel.price:hover {
        box-shadow: 0 0 30px rgba(0,0,0,.2)
    }

        .panel.price:hover > .panel-heading {
            box-shadow: 0 0 30px rgba(0,0,0,.2) inset
        }

    .panel.price > .panel-heading {
        text-shadow: 0 3px 0 rgba(50,50,50,.6)
    }

    .panel.price .list-group-item:last-child {
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0
    }

    .panel.price .list-group-item:first-child {
        border-top-right-radius: 0;
        border-top-left-radius: 0
    }

.price .panel-footer {
    color: #000;
    border-bottom: 0;
    background-color: transparent;
    display: flex;
    justify-content: space-evenly
}

.panel.price .btn {
    box-shadow: 0 -1px 0 rgba(50,50,50,.2) inset;
    border: 0
}

.price.panel-green > .panel-heading {
    color: #fff;
    background-color: #57ac57;
    border-color: #71df71;
    border-bottom: 1px solid #71df71
}

.price.panel-green > .panel-body {
    color: #fff;
    background-color: #65c965
}

    .price.panel-blue > .panel-body .lead, .price.panel-green > .panel-body .lead, .price.panel-grey > .panel-body .lead, .price.panel-red > .panel-body .lead {
        text-shadow: 0 3px 0 rgba(50,50,50,.3)
    }

.price.panel-blue .list-group-item, .price.panel-green .list-group-item, .price.panel-grey .list-group-item, .price.panel-red .list-group-item, .price.panel-white .list-group-item {
    color: #333;
    background-color: rgba(50,50,50,.01);
    font-weight: 600;
    text-shadow: 0 1px 0 rgba(250,250,250,.75)
}

.price.panel-blue > .panel-heading {
    color: #fff;
    background-color: #608bb4;
    border-color: #78aee1;
    border-bottom: 1px solid #78aee1
}

.price.panel-blue > .panel-body {
    color: #fff;
    background-color: #73a3d4
}

.price.panel-red > .panel-heading {
    color: #fff;
    background-color: #d04e50;
    border-color: #ff6062;
    border-bottom: 1px solid #ff6062
}

.price.panel-red > .panel-body {
    color: #fff;
    background-color: #ef5a5c
}

.price.panel-grey > .panel-heading {
    color: #fff;
    background-color: #6d6d6d;
    border-color: #b7b7b7;
    border-bottom: 1px solid #b7b7b7
}

.price.panel-grey > .panel-body {
    color: #fff;
    background-color: grey
}

.price.panel-white > .panel-heading {
    color: #333;
    background-color: transparent;
    border-color: #ccc;
    text-shadow: 0 2px 0 rgba(250,250,250,.7);
    padding: 10px
}

.panel.panel-white.price:hover > .panel-heading {
    box-shadow: 0 0 30px rgba(0,0,0,.05) inset
}

.price.panel-white > .panel-body {
    color: #fff;
    background-color: #dfdfdf
}

    .price.panel-white > .panel-body .lead {
        text-shadow: 0 2px 0 rgba(250,250,250,.8);
        color: #666
    }

.price:hover.panel-white > .panel-body .lead {
    text-shadow: 0 2px 0 rgba(250,250,250,.9);
    color: #333
}

.icon-style {
    border-radius: 50%;
    width: 25px;
    height: 25px;
    background-color: #000;
    color: #fff;
    font-size: 20px
}

.testimonial p {
    font-size: 28px;
    letter-spacing: .02em;
    line-height: 35px
}

.testimonial .name {
    font-weight: 700;
    font-size: 18px;
    letter-spacing: .04em;
    line-height: 35px;
    text-align: left
}

.testimonial .designation {
    font-size: 14px;
    letter-spacing: .04em;
    text-align: left;
    color: #fff;
    opacity: .65
}

.unt {
    margin-bottom: 20px;
    margin-top: 60px
}

.hero-text {
    font-size: 30px;
    letter-spacing: .02em;
    color: #fff
}

.gallery-thumbs {
    height: 100%
}

    .gallery-thumbs .swiper-wrapper {
        align-items: center
    }

    .gallery-thumbs .swiper-slide {
        background-position: center;
        background-size: cover;
        width: 250px !important;
        height: 330px;
        position: relative
    }

        .gallery-thumbs .swiper-slide img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            border-radius: 10px
        }

.flex-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px
}

    .flex-row .flex-col {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
        position: relative;
        width: 100%;
        min-height: 1px;
        padding-right: 15px;
        padding-left: 15px
    }

.gallery-thumbs .swiper-wrapper {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.testimonial-section .quote {
    width: 75%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 100px;
    padding-right: 100px
}

.swiper-container.testimonial {
    height: 100vh
}

.testimonial-section .user-saying {
    width: 60%;
    color: #fff;
    height: 100%
}

.blog-details-area .blog-sidebar .blog-widget .post-item a, .testi-user-img, th:first-child {
    width: 40%
}

.testimonial-section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    height: 100%;
    background-color: #000
}

    .testimonial-section .quote p {
        font-size: 20px;
        font-weight: 300;
        line-height: 1.8;
        font-style: italic;
        margin: 0
    }

.quote-icon {
    width: 38px;
    display: block;
    margin-bottom: 30px
}

.swiper-pagination-bullet {
    background: #fafafa !important
}

.goog-te-gadget {
    color: transparent !important
}

    .goog-te-gadget .goog-te-combo {
        height: 25px;
        border: none;
        border-bottom: 1px solid;
        font-size: .875rem;
        line-height: 1.25rem;
        letter-spacing: .063rem;
        font-weight: 500
    }

.images-with-text {
    padding: 20% 8% 10%;
    position: relative
}

.images-with-text__images {
    position: relative;
    width: 54.5%;
    max-width: 30rem;
    margin: auto
}

.images-with-text__image {
    display: none;
    overflow: hidden;
    z-index: -1;
    position: absolute;
    border-radius: .8rem;
    box-shadow: 0 .2rem .6rem 0 rgba(var(--color-foreground),.1)
}

    .images-with-text__image:first-child {
        display: block;
        position: static;
        box-shadow: 0 0 4rem rgba(var(--color-foreground),.2)
    }

[data-lazy-image] .images-with-text__image.loading {
    position: absolute
}

[data-lazy-image] .images-with-text__image:first-child.loading {
    position: static
}

.images-with-text__image:nth-child(2) {
    display: block;
    width: 73%;
    top: -19%;
    right: -43%
}

.images-with-text__image:nth-child(3) {
    display: block;
    width: 73%;
    top: -34%;
    left: -57%
}

.images-with-text__image:nth-child(4) {
    display: block;
    width: 57%;
    bottom: -10%;
    left: -33%
}

.images-with-text__image img, .images-with-text__image svg {
    width: 100%;
    height: auto;
    display: block;
    border-radius: .8rem
}

[data-animate-image] .images-with-text__image {
    opacity: 0;
    transition-property: opacity,transform;
    transition-delay: calc(var(--duration-long) - 100ms)
}

    [data-animate-image] .images-with-text__image:first-child {
        transition-delay: 0s;
        transform: scale(.6)
    }

    [data-animate-image] .images-with-text__image:nth-child(2) {
        transform: translate3d(-5rem,5rem,0)
    }

    [data-animate-image] .images-with-text__image:nth-child(3) {
        transform: translate3d(5rem,5rem,0)
    }

    [data-animate-image] .images-with-text__image:nth-child(4) {
        transform: translate3d(5rem,-5rem,0)
    }

    .no-js [data-animate-image] .images-with-text__image, [data-animate-image] .images-with-text__image[animate] {
        opacity: 1;
        transform: translateZ(0)
    }

#otherInput, .images-with-text__image[data-gang-option], .mobile-only, .translate-container {
    display: none
}

.images-with-text__image.gang__active[data-gang-option] {
    display: block
}

.grid {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 2rem;
    margin-inline-start: -1rem;
    padding: 0;
    list-style: none
}

@media screen and (min-width:480px) {
    .grid {
        margin-inline-start: -2rem
    }
}

@media screen and (min-width:750px) {
    .grid {
        margin-inline-start: -3rem
    }
}

.grid--gapless, .grid--no-gutters {
    margin-inline-start: 0
}

.grid__item {
    padding-inline-start: 1rem;
    padding-bottom: .5rem;
    width: 25%;
    max-width: 50%;
    flex-grow: 1;
    flex-shrink: 0
}

@media screen and (min-width:480px) {
    .grid__item {
        padding-inline-start: 2rem
    }
}

.grid--gapless {
    margin-bottom: 0
}

@media screen and (max-width:749px) {
    .grid__item.slider__slide--full-width {
        width: 100%;
        max-width: none
    }
}

@media screen and (min-width:750px) and (max-width:989px) {
    .grid--1-col-tablet .grid__item {
        max-width: 100%
    }

    .grid--one-third-max.grid--2-col-tablet .grid__item {
        max-width: 50%
    }

    .grid--one-third-max.grid--3-col-tablet .grid__item {
        max-width: 33.33%
    }
}

.grid--1-col .grid__item {
    max-width: 100%;
    width: 100%
}

.grid--3-col .grid__item {
    width: 33.33%
}

@media screen and (min-width:750px) {
    .grid__item {
        padding-inline-start: 3rem;
        padding-bottom: 1rem;
        width: 25%;
        max-width: 50%
    }

    .grid__item--one-third {
        max-width: 33.33%
    }

    .grid__item--two-third {
        max-width: 66.67%
    }

    .grid__item--one-quarter {
        max-width: 25%
    }

    .grid__item--three-quarter {
        max-width: 75%
    }

    .grid--3-col .grid__item {
        width: 33.33%
    }
}

.grid--2-col .grid__item {
    width: 50%;
    max-width: 100%
}

@media screen and (min-width:750px) {
    .grid--2-col .grid__item {
        width: 50%;
        max-width: 50%
    }

    .grid--4-col-tablet .grid__item {
        width: 25%
    }

    .grid--3-col-tablet .grid__item {
        width: 33.33%
    }

    .grid--2-col-tablet .grid__item {
        width: 50%
    }

    .grid--1-col-tablet .grid__item {
        width: 100%
    }
}

@media screen and (min-width:990px) {
    .grid--one-third-max.grid--3-col-desktop .grid__item {
        max-width: 33.33%
    }

    .grid--4-col-desktop .grid__item {
        width: 25%
    }

    .grid--3-col-desktop .grid__item {
        width: 33.33%
    }

    .grid--2-col-desktop .grid__item {
        width: 50%
    }
}

@media screen and (max-width:480px) {
    .grid--1-col-mobile .grid__item {
        max-width: 100%;
        width: 100%
    }
}

.grid__item--vertical-align {
    align-self: center
}

.grid__item--full-width {
    flex: 0 0 100%;
    max-width: 100%
}

.dropShadow {
    filter: drop-shadow(0px 3px 10px rgb(0 0 0 / .2))
}

[data-aos] {
    visibility: hidden
}

    [data-aos].animated {
        visibility: visible
    }

.icon-rt-globe-solid {
    font-size: 27px;
    cursor: pointer
}

#google_translate_element {
    display: inline-flex;
    align-items: center
}

    #google_translate_element span {
        margin-left: 8px;
        font-size: 16px
    }

@media (max-width:767px) {
    .image-with-text__grid {
        flex-direction: column
    }

    .images-first {
        order: 1
    }

    .text-first {
        order: 2
    }
}

.testimonial-slider {
    position: relative;
    width: 100%;
    background: #f7f0de;
    padding: 20px;
    box-shadow: 0 4px 8px rgba(0,0,0,.1);
    border-radius: 10px;
    display: flex;
    align-items: center;
    overflow: hidden
}

.testimonial-item {
    width: 100%;
    display: none;
    align-items: center
}

.image-container {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    position: relative
}

.small-circle {
    position: absolute;
    left: calc(50% - 20px);
    top: 185px;
    width: 50px;
    height: 50px;
    background-color: #babbbd;
    border: 2px solid #fff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1
}

.after, .before {
    text-align: center;
    position: relative
}

.small-circle img {
    max-width: 100%;
    max-height: 100%
}

.after {
    padding-left: 10px
}

.label {
    display: block;
    margin-top: 5px;
    font-weight: 700;
    font-size: 18px;
    color: #000
}

.check, .cross {
    font-size: 20px
}

.cross {
    color: red
}

.check {
    color: green
}

.testimonial-text {
    width: 70%;
    text-align: justify;
    padding-left: 20px
}

    .testimonial-text p {
        font-size: 18px;
        margin: 10px 0
    }

.dots-container {
    text-align: center;
    margin-top: 10px
}

.dot {
    display: inline-block;
    width: 12px;
    height: 12px;
    margin: 0 5px;
    border-radius: 50%;
    background-color: rgba(0,0,0,.5);
    cursor: pointer;
    transition: background-color .3s
}

    .dot.active {
        background-color: rgba(0,0,0,.8)
    }

.testimonials-slider {
    width: 100%;
    padding: 50px;
    box-shadow: 0 4px 8px rgba(0,0,0,.1);
    border-radius: 10px;
    align-items: center
}

.testimonials-item {
    display: flex;
    width: 100%;
    align-items: center
}

.testimonials-text {
    width: 100%;
    text-align: justify
}

    .testimonials-text p {
        font-size: 18px;
        margin: 20px 0
    }

.video-thumbnail {
    position: relative;
    width: 300px;
    height: 365px
}

    .video-thumbnail img {
        width: 100%;
        height: 100%;
        display: block
    }

.play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 60px;
    height: 60px;
    background-color: rgba(0,0,0,.6);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer
}

.service, .virtual-price1, .virtual-price2, .virtual-price3 {
    transform: translateX(-50%)
}

.service-footer, .service-header, td, th {
    background-color: #faebd7
}

.play-button::before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-left: 20px solid #fff;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent
}

#videoPlayer {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.service-table {
    display: flex;
    justify-content: space-between;
    width: 100%
}

.service-plan {
    position: relative;
    text-align: center;
    display: flex;
    flex-direction: column
}

.service-header {
    flex-shrink: 0
}

.service-footer {
    padding: 10px;
    margin-top: 20px;
    flex-shrink: 0
}

.service-plan, .service-plan > .service-footer {
    flex-direction: column;
    display: flex
}

.service {
    position: absolute;
    top: -30px;
    left: 50%;
    font-size: 20px;
    background-color: #f0f8ff;
    padding: 10px 20px;
    border-radius: 50px;
    font-weight: 800
}

.section-title {
    font-weight: 700;
    margin-bottom: 10px
}

.draping, .home, .introduction, .recommendation {
    text-align: center;
    margin: 20px 0
}

.service-plan > .service-footer {
    justify-content: space-between
}

.service-plan .draping, .service-plan .home, .service-plan .introduction, .service-plan .recommendation {
    display: flex;
    flex-direction: column;
    flex-grow: 1
}

.service-plan .introduction {
    min-height: 270px
}

.service-plan .draping {
    min-height: 460px
}

.service-plan .recommendation {
    min-height: 370px
}

.service-plan .home {
    min-height: 150px
}

.service-plan .makeup {
    min-height: 90px
}

.number-circle {
    background-color: #20124d;
    border-radius: 50px;
    color: #fff !important;
    width: 50px;
    height: 50px;
    align-items: center;
    display: flex;
    justify-content: center;
    margin-top: 10px;
    margin-bottom: 20px
}

.virtual-box {
    padding: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    min-height: 300px
}

.price-container {
    position: relative;
    width: 100%
}

.virtual-price1, .virtual-price2, .virtual-price3 {
    position: absolute;
    top: -28px;
    font-size: 20px;
    background-color: #f0f8ff;
    padding: 10px 20px;
    border-radius: 50px;
    clip-path: ellipse(50% 48% at 50% 50%);
    font-weight: 700;
    display: flex
}

.virtual-price1 {
    left: 50%
}

.virtual-price2 {
    left: 70%
}

.virtual-price3 {
    left: 90%
}

@media (max-width:768px) {
    .responsive-logo {
        width: 120px !important
    }

    .language, .mobile-only1 {
        display: none
    }

    .cart-size {
        font-size: 18px !important
    }

    .banner-section .row .col-lg-5 {
        order: 1
    }

    .banner-section .row .col-lg-7 {
        order: 2
    }

    .testimonial-item {
        flex-direction: column;
        align-items: center
    }

    .testimonial-text {
        width: 100%;
        padding: 20px;
        text-align: justify
    }

    .image-container {
        flex-direction: row;
        justify-content: center;
        flex-wrap: wrap
    }

    .after, .before {
        width: 50%;
        padding: 10px
    }

    .small-circle {
        position: absolute;
        left: 50%;
        top: 118px;
        transform: translateX(-50%);
        width: 45px;
        height: 45px
    }

        .small-circle img {
            max-width: 100%;
            max-height: 100%;
            width: 22px !important
        }

    .label {
        font-size: 11px
    }

    .mw {
        width: 18px !important
    }

    .service-plan .draping, .service-plan .home .service-plan .makeup, .service-plan .introduction, .service-plan .recommendation {
        min-height: auto
    }

    .virtual-price1, .virtual-price2, .virtual-price3 {
        transform: translateX(-50%);
        top: -16px
    }

    .virtual-price1 {
        left: 47%
    }

    .virtual-price2 {
        left: 71%
    }

    .virtual-price3 {
        left: 90%
    }

    .text-size, .virtual-price1, .virtual-price2, .virtual-price3 {
        font-size: 14px
    }

    .virtual-price {
        font-size: 14px !important
    }

    .check1 {
        font-size: 11px !important
    }

    .mobile-only {
        display: block !important
    }

    .btn-add-to-cart1 {
        font-size: 9px
    }

    .mobile-img {
        max-width: 100px
    }

    .btn-sm {
        padding: 4px 0
    }
}

.remove-img {
    vertical-align: super
}

.virtual-price {
    position: absolute;
    font-size: 18px;
    background-color: transparent;
    padding: 0 5px;
    border-radius: 50px
}

td, th {
    border: 3px solid #fff;
    padding: 10px
}

    th:not(:first-child) {
        width: 20%
    }

.check1 {
    border-radius: 50px;
    width: 20px;
    height: 20px;
    background-color: #000;
    color: #faebd7;
    font-size: 15px;
    font-weight: 700;
    padding: 5px
}

.table-responsive {
    overflow-x: auto
}

.cart-wishlist-table {
    width: 100%;
    border-collapse: collapse
}

    .cart-wishlist-table td, .cart-wishlist-table th {
        padding: 8px;
        text-align: left
    }

@media only screen and (max-width:768px) {
    .cart-wishlist-table, .cart-wishlist-table tbody, .cart-wishlist-table td, .cart-wishlist-table th, .cart-wishlist-table thead, .cart-wishlist-table tr {
        display: block;
        border-bottom: 3px solid #ddd
    }

        .cart-wishlist-table thead tr {
            display: none
        }

        .cart-wishlist-table td {
            display: flex;
            font-size: 18px !important;
            padding: 10px 5px;
            border: none;
            border-bottom: 1px solid #ddd;
            position: relative
        }

            .cart-wishlist-table td:before {
                content: attr(data-label);
                font-weight: 700;
                width: 50%;
                display: inline-block
            }

            .cart-wishlist-table td img {
                max-width: 100px;
                height: auto;
                vertical-align: sub
            }

        .cart-wishlist-table .remove-btn {
            position: absolute;
            right: 10px;
            top: 10px
        }
}

.iti {
    display: flex !important
}

.blog-style-two .blog-card .blog-img img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2)
}

.blog-style-two .blog-card .blog-img::before {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    display: block;
    content: '';
    width: 0;
    height: 0;
    background: rgba(255,255,255,.2);
    border-radius: 100%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    opacity: 0
}

.blog-style-three .blog-card:hover .blog-img .blog-btn, .blog-style-two .blog-card:hover .blog-img img {
    -webkit-transform: scale(1);
    transform: scale(1)
}

.blog-style-two .blog-card:hover .blog-img::before {
    -webkit-animation: .75s circle;
    animation: .75s circle
}

.page-title.title-bg-6 {
    background-image: url('../img/team.jpg')
}

.page-title.title-bg-7 {
    background-image: url(../img/banner/b1.jpg) !important
}

.blog-style-three .blog-card .blog-img .blog-btn {
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    margin: auto;
    -webkit-transition: .5s;
    transition: .5s;
    position: absolute;
    background: rgba(0,0,0,.65);
    -webkit-transform: scale(0);
    transform: scale(0)
}

    .blog-style-three .blog-card .blog-img .blog-btn a {
        left: 0;
        top: 40%;
        right: 0;
        width: 40px;
        margin: auto;
        height: 40px;
        line-height: 40px;
        border: 1px solid;
        text-align: center;
        position: absolute;
        color: #fff;
        border-radius: 45px;
        display: inline-block;
        background: 0 0
    }

.blog-style-three .blog-card:hover .blog-img img {
    -webkit-transform: none;
    transform: none
}

.blog-style-three nav .pagination {
    margin: 30px 0
}

    .blog-style-three nav .pagination .page-item .page-link {
        color: #545454;
        width: 50px;
        height: 50px;
        text-align: center;
        line-height: 50px;
        font-size: 18px;
        font-weight: 600;
        padding: 0;
        border: none;
        -webkit-box-shadow: 0 0 20px 0 rgba(60,60,60,.1);
        box-shadow: 0 0 20px 0 rgba(60,60,60,.1);
        border-radius: 50px;
        margin: 0 5px
    }

        .blog-details-area .blog-sidebar .blog-search form button i:hover, .blog-style-three nav .pagination .page-item .page-link.active, .blog-style-three nav .pagination .page-item .page-link:hover {
            background: #000;
            color: #fff
        }

.blog-details-area .blog-post-area .blog-details-img img {
    border-radius: 5px;
    width: 500px
}

.blog-details-area .blog-post-area h2 {
    font-size: 25px;
    font-weight: 700;
    margin-bottom: 15px;
    color: #000
}

.blog-details-area .blog-post-area ul {
    margin-bottom: 15px;
    padding-left: 0
}

    .blog-details-area .blog-post-area ul li {
        list-style: none;
        color: #000;
        font-size: 16px;
        font-weight: 600;
        margin-bottom: 8px
    }

.blog-details-area .blog-post-area .post-img {
    margin-top: 15px;
    -webkit-box-shadow: 3px 5px 25px 0 rgba(0,0,0,.1);
    box-shadow: 3px 5px 25px 0 rgba(0,0,0,.1);
    margin-bottom: 30px;
    border-radius: 10px
}

    .blog-details-area .blog-post-area .post-img img {
        border-radius: 10px
    }

.blog-details-area .blog-sidebar .blog-search {
    -webkit-box-shadow: 3px 5px 25px 0 rgba(0,0,0,.1);
    box-shadow: 3px 5px 25px 0 rgba(0,0,0,.1);
    border-radius: 10px;
    margin-bottom: 30px;
    padding: 20px
}

    .blog-details-area .blog-sidebar .blog-search form input {
        width: 100%;
        height: 50px;
        padding: 20px;
        background: #ddd;
        border: 0;
        border-radius: 5px
    }

        .blog-details-area .blog-sidebar .blog-search form input:focus {
            border: 1px solid #000;
            outline: 0
        }

    .blog-details-area .blog-sidebar .blog-search form ::-webkit-input-placeholder {
        color: #000
    }

    .blog-details-area .blog-sidebar .blog-search form :-ms-input-placeholder {
        color: #000
    }

    .blog-details-area .blog-sidebar .blog-search form ::-ms-input-placeholder {
        color: #000
    }

    .blog-details-area .blog-sidebar .blog-search form ::placeholder {
        color: #000
    }

    .blog-details-area .blog-sidebar .blog-search form button {
        position: absolute;
        top: 4px;
        right: 2px
    }

        .blog-details-area .blog-sidebar .blog-search form button i {
            color: #000;
            width: 40px;
            height: 40px;
            display: inline-block;
            line-height: 40px;
            border: 1px solid;
            border-radius: 20px;
            -webkit-transition: .5s;
            transition: .5s;
            background: #ddd
        }

.blog-details-area .blog-sidebar .blog-widget, .blog-section .blog-card {
    -webkit-box-shadow: 3px 5px 25px 0 rgba(0,0,0,.1);
    box-shadow: 3px 5px 25px 0 rgba(0,0,0,.1);
    border-radius: 10px;
    margin-bottom: 30px
}

    .blog-details-area .blog-sidebar .blog-widget h3 {
        padding: 20px;
        color: #fff;
        background: #000;
        margin-bottom: 0;
        font-weight: 700;
        border-radius: 10px 10px 0 0;
        font-size: 20px
    }

    .blog-details-area .blog-sidebar .blog-widget .post-item {
        padding: 20px;
        border-bottom: 1px dashed #ddd;
        overflow: hidden;
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 10px
    }

        .blog-details-area .blog-sidebar .blog-widget .post-item .post-info {
            line-height: 1;
            width: 50%
        }

            .blog-details-area .blog-sidebar .blog-widget .post-item .post-info time {
                font-size: 14px;
                margin-bottom: 5px;
                display: inline-block
            }

            .blog-details-area .blog-sidebar .blog-widget .post-item .post-info h4 a {
                font-size: 16px;
                color: #545454;
                font-weight: 600;
                width: 100%
            }

                .blog-details-area .blog-sidebar .blog-widget .post-item .post-info h4 a:hover, .blog-section .blog-card .blog-text h3 a:hover {
                    color: #2f77bb
                }

        .blog-details-area .blog-sidebar .blog-widget .post-item:last-child {
            border-bottom: 0
        }

    .blog-details-area .blog-sidebar .blog-widget ul {
        padding-left: 0;
        margin-bottom: 0;
        list-style-type: none
    }

        .blog-details-area .blog-sidebar .blog-widget ul li {
            font-size: 17px;
            padding: 10px 20px;
            border-bottom: 1px inset;
            font-weight: 600;
            -webkit-transition: .5s;
            transition: .5s
        }

            .blog-details-area .blog-sidebar .blog-widget ul li a {
                color: #545454
            }

                .blog-details-area .blog-sidebar .blog-widget ul li a i {
                    font-weight: 600
                }

            .blog-details-area .blog-sidebar .blog-widget ul li:last-child {
                border-bottom: 0 solid #000
            }

            .blog-details-area .blog-sidebar .blog-tags ul li a:hover, .blog-details-area .blog-sidebar .blog-widget ul li:hover, .blog-section .blog-card .blog-text .blog-btn i:hover {
                background: #2f77bb;
                color: #fff
            }

.blog-details-area .blog-sidebar .blog-tags ul {
    padding: 20px;
    margin-bottom: 0;
    list-style-type: none
}

    .blog-details-area .blog-sidebar .blog-tags ul li {
        display: inline-block;
        padding: 0;
        border-bottom: 0
    }

        .blog-details-area .blog-sidebar .blog-tags ul li a {
            font-size: 15px;
            -webkit-transition: .5s;
            transition: .5s;
            font-weight: 400;
            border: 1px dashed #ddd;
            display: inline-block;
            margin-right: 8px;
            margin-bottom: 10px;
            color: #545454;
            padding: 5px 15px
        }

.blog-section .section-title p {
    margin: auto
}

.blog-section .blog-card .blog-img {
    overflow: hidden;
    border-radius: 10px 10px 0 0
}

    .blog-section .blog-card .blog-img a img {
        border-radius: 10px 10px 0 0;
        -webkit-transition: .5s;
        transition: .5s
    }

.blog-section .blog-card .blog-text {
    padding: 30px
}

    .blog-section .blog-card .blog-text h3 {
        line-height: 1.4;
        margin-bottom: 15px
    }

        .blog-section .blog-card .blog-text h3 a {
            color: #000
        }

    .blog-section .blog-card .blog-text ul {
        padding-left: 0;
        margin-bottom: 8px
    }

        .blog-section .blog-card .blog-text ul li {
            font-size: 16px;
            list-style: none
        }

            .blog-section .blog-card .blog-text ul li i {
                color: #2f77bb;
                margin-right: 5px
            }

    .blog-section .blog-card .blog-text p {
        margin-bottom: 18px
    }

    .blog-section .blog-card .blog-text .blog-btn {
        display: inherit
    }

        .blog-section .blog-card .blog-text .blog-btn i {
            color: #2f77bb;
            font-size: 25px;
            width: 50px;
            text-align: center;
            line-height: 50px;
            border-radius: 5px;
            background: #6bbfe9;
            display: inline-block;
            -webkit-transition: .5s;
            transition: .5s
        }

.blog-section .blog-card:hover .blog-img img {
    -webkit-transform: scale(1.3);
    transform: scale(1.3)
}
