@import"https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap";

* {
    margin: 0;
    padding: 0;
    font-family: "Roboto", sans-serif
}

body {
    margin: 0 !important;
    padding: 0;
    overflow-x: hidden
}

@keyframes fadeFromTop {
    0% {
        transform: translateY(-100px);
        opacity: 0
    }

    100% {
        transform: translateY(0);
        opacity: 1
    }
}

.animate-from-bottom {
    animation: fadeFromBottom 1s ease-out forwards
}

@keyframes fadeFromBottom {
    0% {
        transform: translateY(100px);
        opacity: 0
    }

    100% {
        transform: translateY(0);
        opacity: 1
    }
}

.animate-from-top {
    animation: fadeFromTop 1s ease-out forwards
}

@keyframes fadeFromRight {
    0% {
        transform: translateX(100px);
        opacity: 0
    }

    100% {
        transform: translateX(0);
        opacity: 1
    }
}

.animate-from-right {
    animation: fadeFromRight 1s ease-out forwards
}

@keyframes fadeFromLeft {
    0% {
        transform: translateX(-100px);
        opacity: 0
    }

    100% {
        transform: translateX(0);
        opacity: 1
    }
}

.animate-from-left {
    animation: fadeFromLeft 1s ease-out forwards
}

.delay-100 {
    animation-delay: .1s
}

.delay-200 {
    animation-delay: .2s
}

.delay-300 {
    animation-delay: .3s
}

.delay-400 {
    animation-delay: .4s
}

.delay-500 {
    animation-delay: .5s
}

.delay-600 {
    animation-delay: .6s
}

.delay-700 {
    animation-delay: .7s
}

.delay-800 {
    animation-delay: .8s
}

.delay-900 {
    animation-delay: .9s
}

.delay-1000 {
    animation-delay: 1s
}

@keyframes slideUp {
    0% {
        opacity: 0;
        transform: translateY(30px)
    }

    100% {
        opacity: 1;
        transform: translateY(0)
    }
}

.hide-nav {
    opacity: 0 !important
}

.fix-nav {
    pointer-events: auto !important;
    opacity: 1 !important
}

.navigation-section-desktop {
    box-shadow: 0 2px 6px rgba(1, 15, 28, .16);
    opacity: 1
}

.navigation-section-desktop .section-above-menu {
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 24px 0;
    background: #fff;
    border-bottom: 1px solid #eee;
    font-family: "Roboto", sans-serif;
    font-size: 14px
}

.navigation-section-desktop .section-above-menu .logo {
    max-height: 150px;
    max-width: 136px
}

.navigation-section-desktop .section-above-menu .logo a img {
    width: 100%;
    height: 100%;
    object-fit: contain
}

.navigation-section-desktop .section-above-menu .search-bar-holder {
    text-align: center
}

.navigation-section-desktop .section-above-menu .search-bar-holder .search-box-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 700px;
    margin: 0 auto;
    border: 2px solid #ff6863;
    border-radius: 4px;
    overflow: hidden
}

.navigation-section-desktop .section-above-menu .search-bar-holder .search-box-wrapper input[type=search] {
    padding: 10px;
    border: none;
    outline: none;
    flex: 2
}

.navigation-section-desktop .section-above-menu .search-bar-holder .search-box-wrapper .product-cat-dropdown {
    padding: 10px 20px;
    border: none;
    background: #fff;
    outline: none;
    border-left: 1px solid #eee;
    flex: 1;
    margin-right: 10px
}

.navigation-section-desktop .section-above-menu .search-bar-holder .search-box-wrapper .search-submit {
    background: #ff6863;
    color: #fff;
    padding: 11px 16px;
    border: none;
    cursor: pointer;
    transition: .3s ease;
    font-size: 16px;
    flex: 1;
    max-width: 50px;
    transition: all .3s ease-in-out
}

.navigation-section-desktop .section-above-menu .search-bar-holder .search-box-wrapper .search-submit:hover {
    background: #fff;
    color: #ff6863;
    transition: all .3s ease-in-out
}

.navigation-section-desktop .section-above-menu .tp-header-main-right .tp-header-login a {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    text-decoration: none;
    margin-right: 50px
}

.navigation-section-desktop .section-above-menu .tp-header-main-right .tp-header-login a .tp-header-login-icon {
    padding: 10px 12px;
    margin-right: 10px;
    border: 1px solid rgba(113, 113, 113, .2117647059);
    border-radius: 100%;
    flex: 1
}

.navigation-section-desktop .section-above-menu .tp-header-main-right .tp-header-login a .tp-header-login-content {
    text-decoration: none;
    color: #000
}

.navigation-section-desktop .section-above-menu .tp-header-main-right .tp-header-login a .tp-header-login-content span {
    border-color: rgba(1, 15, 28, .1);
    font-size: 12px
}

.navigation-section-desktop .section-above-menu .tp-header-main-right .tp-header-login a .tp-header-login-content h5 {
    font-size: 14px
}

.navigation-section-desktop .section-above-menu .tp-header-main-right .tp-header-action .cart-area {
    cursor: pointer
}

.navigation-section-desktop .section-above-menu .tp-header-main-right .tp-header-action .cart-area a {
    text-decoration: none
}

.navigation-section-desktop .section-above-menu .tp-header-main-right .tp-header-action .cart-area a .cart-holder {
    min-height: 53px;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    position: relative
}

.navigation-section-desktop .section-above-menu .tp-header-main-right .tp-header-action .cart-area a .cart-holder span.count {
    position: absolute;
    right: -6px;
    top: 11px;
    background: #ff6863;
    color: #fff;
    padding: 2px 5px;
    font-size: 10px;
    border-radius: 50%
}

.navigation-section-desktop .section-header-bottom .main-menu {
    width: 100%;
    position: relative
}

.navigation-section-desktop .section-header-bottom .main-menu nav.main-nav-wrapper {
    width: 100%
}

.navigation-section-desktop .section-header-bottom .main-menu nav.main-nav-wrapper ul {
    list-style: none;
    padding: 0;
    margin: 0;
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center
}

.navigation-section-desktop .section-header-bottom .main-menu nav.main-nav-wrapper ul li {
    position: relative
}

.navigation-section-desktop .section-header-bottom .main-menu nav.main-nav-wrapper ul li>a {
    text-decoration: none;
    color: #000;
    font-size: 15px;
    font-weight: 500;
    padding: 10px 30px 10px 0;
    display: block;
    transition: all .3s ease-in-out
}

@media(max-width: 1020px) {
    .navigation-section-desktop .section-header-bottom .main-menu nav.main-nav-wrapper ul li>a {
        font-size: 14px
    }
}

.navigation-section-desktop .section-header-bottom .main-menu nav.main-nav-wrapper ul li a:hover {
    color: #f66;
    transition: all .3s ease-in-out
}

.navigation-section-desktop .section-header-bottom .main-menu nav.main-nav-wrapper ul li ul {
    position: absolute;
    top: 100%;
    left: 0;
    background-color: #fff;
    display: none;
    box-shadow: 0 2px 10px rgba(0, 0, 0, .1);
    z-index: 10
}

.navigation-section-desktop .section-header-bottom .main-menu nav.main-nav-wrapper ul li ul li a {
    padding: 10px 20px;
    white-space: nowrap;
    display: block;
    color: #000
}

.navigation-section-desktop .section-header-bottom .main-menu nav.main-nav-wrapper ul li ul li a:hover {
    color: #f66
}

.navigation-section-desktop .section-header-bottom .main-menu nav.main-nav-wrapper ul li:hover>ul {
    display: block
}

.navigation-section-desktop .section-header-bottom .main-menu nav.main-nav-wrapper ul li.menu-item-has-children>a {
    position: relative;
    padding: 10px 40px 10px 0
}

.navigation-section-desktop .section-header-bottom .main-menu nav.main-nav-wrapper ul li.menu-item-has-children>a::after {
    content: "";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    position: absolute;
    left: 40px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 12px;
    color: #000
}

.navigation-section-desktop .section-header-bottom .tp-header-category {
    width: 100%;
    height: 100%;
    position: relative
}

.navigation-section-desktop .section-header-bottom .tp-header-category a {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #fff;
    text-decoration: none;
    padding: 15px 30px;
    font-size: 14px;
    font-weight: 500;
    background: #ff6863;
    transition: all .2s ease-in-out;
    position: relative
}

.navigation-section-desktop .section-header-bottom .tp-header-category a span span {
    margin-right: 10px
}

.navigation-section-desktop .section-header-bottom .tp-header-category a:hover {
    background: #000
}

.navigation-section-desktop .section-header-bottom .tp-header-category nav {
    opacity: 0;
    transform: translateY(100px);
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: #fff;
    z-index: 10;
    box-shadow: 0px 1px 5px rgba(0, 0, 0, .1);
    pointer-events: none;
    transition: opacity .3s ease, transform .3s ease
}

.navigation-section-desktop .section-header-bottom .tp-header-category nav ul.main-cat-list {
    margin: 0;
    padding: 0;
    list-style: none;
    position: relative
}

.navigation-section-desktop .section-header-bottom .tp-header-category nav ul.main-cat-list li {
    padding: 0 30px;
    position: relative
}

.navigation-section-desktop .section-header-bottom .tp-header-category nav ul.main-cat-list li:last-child a {
    border-bottom: none
}

.navigation-section-desktop .section-header-bottom .tp-header-category nav ul.main-cat-list li a {
    background: #fff;
    color: #000;
    position: relative;
    display: inline-block;
    font-size: 15px;
    font-weight: 500;
    padding: 13px 0 12px;
    width: 100%;
    transition: all .2s ease-in-out;
    border-bottom: 1px solid #eaebed
}

.navigation-section-desktop .section-header-bottom .tp-header-category nav ul.main-cat-list li a:hover {
    color: #ff6863;
    transition: all .2s ease-in-out
}

.navigation-section-desktop .section-header-bottom .tp-header-category nav ul.main-cat-list li:has(>ul)>a::after {
    content: "";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    font-size: 14px;
    color: #000;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%)
}

.navigation-section-desktop .section-header-bottom .tp-header-category nav ul.main-cat-list li:hover ul {
    display: block;
    list-style: none;
    position: absolute;
    top: 0;
    left: 100%;
    width: 100%;
    background: #fff;
    z-index: 10;
    padding: 0;
    margin: 0;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, .1);
    animation: fadeFromRight .3s ease forwards
}

.navigation-section-desktop .section-header-bottom .tp-header-category nav ul.main-cat-list li ul {
    display: none
}

.navigation-section-desktop .section-header-bottom .tp-header-category nav ul.main-cat-list li ul li a::after {
    content: ""
}

.navigation-section-desktop .section-header-bottom .tp-header-category:hover nav {
    opacity: 1;
    transform: translateY(0);
    pointer-events: all
}

.navigation-section-desktop .section-header-bottom .tp-header-contact .tp-header-contact-icon svg {
    margin-right: 10px
}

.navigation-section-desktop .section-header-bottom .tp-header-contact .tp-header-contact-icon svg path {
    stroke: #ff6863
}

.navigation-section-desktop .section-header-bottom .tp-header-contact .tp-header-contact-content {
    margin-top: 5px
}

.navigation-section-desktop .section-header-bottom .tp-header-contact .tp-header-contact-content h5 {
    font-size: 12px;
    margin-bottom: 0px
}

.navigation-section-desktop .section-header-bottom .tp-header-contact .tp-header-contact-content a {
    font-size: 14px;
    margin-bottom: 5px;
    text-decoration: none;
    color: #000;
    font-weight: 400
}

.fix-navigation-desktop {
    position: fixed;
    width: 100%;
    z-index: 99999999;
    background: #fff;
    box-shadow: 0 4px 5px rgba(0, 0, 0, .0509803922);
    top: 0;
    left: 0;
    opacity: 0;
    pointer-events: none;
    padding: 20px 0
}

.fix-navigation-desktop .logo {
    width: 150px;
    height: auto
}

.fix-navigation-desktop .logo img {
    width: 100%;
    height: 100%;
    object-fit: contain
}

.fix-navigation-desktop .main-menu {
    width: 100%;
    position: relative
}

.fix-navigation-desktop .main-menu nav.main-nav-wrapper {
    width: 100%
}

.fix-navigation-desktop .main-menu nav.main-nav-wrapper ul {
    list-style: none;
    padding: 0;
    margin: 0;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center
}

.fix-navigation-desktop .main-menu nav.main-nav-wrapper ul li {
    position: relative
}

.fix-navigation-desktop .main-menu nav.main-nav-wrapper ul li>a {
    text-decoration: none;
    color: #000;
    font-size: 15px;
    font-weight: 500;
    padding: 10px 30px 10px 0;
    display: block;
    transition: all .3s ease-in-out
}

@media(max-width: 1020px) {
    .fix-navigation-desktop .main-menu nav.main-nav-wrapper ul li>a {
        font-size: 14px
    }
}

.fix-navigation-desktop .main-menu nav.main-nav-wrapper ul li a:hover {
    color: #f66;
    transition: all .3s ease-in-out
}

.fix-navigation-desktop .main-menu nav.main-nav-wrapper ul li ul {
    position: absolute;
    top: 100%;
    left: 0;
    background-color: #fff;
    display: none;
    box-shadow: 0 2px 10px rgba(0, 0, 0, .1);
    z-index: 10
}

.fix-navigation-desktop .main-menu nav.main-nav-wrapper ul li ul li a {
    padding: 10px 20px;
    white-space: nowrap;
    display: block;
    color: #000
}

.fix-navigation-desktop .main-menu nav.main-nav-wrapper ul li ul li a:hover {
    color: #f66
}

.fix-navigation-desktop .main-menu nav.main-nav-wrapper ul li:hover>ul {
    display: block
}

.fix-navigation-desktop .main-menu nav.main-nav-wrapper ul li.menu-item-has-children>a {
    position: relative;
    padding: 10px 40px 10px 0
}

.fix-navigation-desktop .main-menu nav.main-nav-wrapper ul li.menu-item-has-children>a::after {
    content: "";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    position: absolute;
    left: 40px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 12px;
    color: #000
}

.fix-navigation-desktop .tp-header-main-right .tp-header-login a {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    text-decoration: none;
    margin-right: 50px
}

.fix-navigation-desktop .tp-header-main-right .tp-header-login a .tp-header-login-icon {
    padding: 10px 12px;
    margin-right: 10px;
    border: 1px solid rgba(113, 113, 113, .2117647059);
    border-radius: 100%;
    flex: 1
}

.fix-navigation-desktop .tp-header-main-right .tp-header-login a .tp-header-login-content {
    text-decoration: none;
    color: #000
}

.fix-navigation-desktop .tp-header-main-right .tp-header-login a .tp-header-login-content span {
    border-color: rgba(1, 15, 28, .1);
    font-size: 12px
}

.fix-navigation-desktop .tp-header-main-right .tp-header-login a .tp-header-login-content h5 {
    font-size: 14px
}

.fix-navigation-desktop .tp-header-main-right .tp-header-action .cart-area {
    cursor: pointer
}

.fix-navigation-desktop .tp-header-main-right .tp-header-action .cart-area a {
    text-decoration: none
}

.fix-navigation-desktop .tp-header-main-right .tp-header-action .cart-area a .cart-holder {
    min-height: 53px;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    position: relative
}

.fix-navigation-desktop .tp-header-main-right .tp-header-action .cart-area a .cart-holder span.count {
    position: absolute;
    right: -6px;
    top: 11px;
    background: #ff6863;
    color: #fff;
    padding: 2px 5px;
    font-size: 10px;
    border-radius: 50%
}

.mobile-nav .button:active {
    border: none
}

.mobile-nav .mobile-nav-overlay {
    background: rgba(1, 15, 28, .5215686275);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.mobile-nav .mobile-nav-holder {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: flex-end;
    opacity: 0;
    pointer-events: none;
    z-index: 99999999
}

.mobile-nav .mobile-nav-holder .mobile-nav-wrapper {
    width: 380px;
    height: 100%;
    background: #fff;
    padding: 20px;
    overflow-y: scroll
}

@media(max-width: 400px) {
    .mobile-nav .mobile-nav-holder .mobile-nav-wrapper {
        width: 320px
    }
}

.mobile-nav .mobile-nav-holder .mobile-nav-wrapper .mn-first-row {
    display: flex;
    justify-content: space-between;
    padding-bottom: 30px
}

.mobile-nav .mobile-nav-holder .mobile-nav-wrapper .mn-first-row .logo {
    max-width: 130px;
    max-height: 130px
}

.mobile-nav .mobile-nav-holder .mobile-nav-wrapper .mn-first-row .btn {
    width: 30px;
    height: 30px;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center
}

.mobile-nav .mobile-nav-holder .mobile-nav-wrapper .mn-first-row .btn:active {
    border: none
}

.mobile-nav .mobile-nav-holder .mobile-nav-wrapper .mn-second-row .mn-header-category {
    position: relative;
    width: 100%;
    height: 100%
}

.mobile-nav .mobile-nav-holder .mobile-nav-wrapper .mn-second-row .mn-header-category button.mn-category-menu {
    display: flex;
    width: 100%;
    justify-content: space-between;
    background: #ff6863;
    color: #fff;
    border: none;
    border-radius: 5px;
    padding: 10px 20px;
    margin-bottom: 15px
}

.mobile-nav .mobile-nav-holder .mobile-nav-wrapper .mn-second-row .mn-header-category button.mn-category-menu span {
    font-size: 16px
}

.mobile-nav .mobile-nav-holder .mobile-nav-wrapper .mn-second-row .mn-header-category button.mn-category-menu span span {
    padding-right: 20px
}

.mobile-nav .mobile-nav-holder .mobile-nav-wrapper .mn-second-row .mn-header-category nav.mn-category-menu-content {
    position: absolute;
    top: 60px;
    right: 0;
    width: 100%;
    background: #fff;
    height: fit-content;
    z-index: 2;
    display: none
}

.mobile-nav .mobile-nav-holder .mobile-nav-wrapper .mn-second-row .mn-header-category nav.mn-category-menu-content ul {
    list-style: none;
    margin: 0;
    padding: 0
}

.mobile-nav .mobile-nav-holder .mobile-nav-wrapper .mn-second-row .mn-header-category nav.mn-category-menu-content ul li {
    transition: all .3s ease
}

.mobile-nav .mobile-nav-holder .mobile-nav-wrapper .mn-second-row .mn-header-category nav.mn-category-menu-content ul li:hover a {
    color: #ff6863;
    transition: color .3s ease-in-out
}

.mobile-nav .mobile-nav-holder .mobile-nav-wrapper .mn-second-row .mn-header-category nav.mn-category-menu-content ul li:hover a button {
    background: #ff6863;
    color: #fff;
    border: 1px solid rgba(0, 0, 0, 0);
    transition: all .3s ease-in-out
}

.mobile-nav .mobile-nav-holder .mobile-nav-wrapper .mn-second-row .mn-header-category nav.mn-category-menu-content ul li:hover a button i {
    transform: rotate(90deg);
    transition: transform .3s ease-in-out
}

.mobile-nav .mobile-nav-holder .mobile-nav-wrapper .mn-second-row .mn-header-category nav.mn-category-menu-content ul li:hover ul {
    opacity: 1;
    transition: all .3s ease;
    position: relative
}

.mobile-nav .mobile-nav-holder .mobile-nav-wrapper .mn-second-row .mn-header-category nav.mn-category-menu-content ul li:hover ul li a {
    color: #000
}

.mobile-nav .mobile-nav-holder .mobile-nav-wrapper .mn-second-row .mn-header-category nav.mn-category-menu-content ul li .mn-sub-cat-list {
    margin-left: 20px;
    opacity: 0;
    position: absolute;
    transition: all .3s ease
}

.mobile-nav .mobile-nav-holder .mobile-nav-wrapper .mn-second-row .mn-header-category nav.mn-category-menu-content ul li .mn-sub-cat-list li a:hover {
    color: #ff6863
}

.mobile-nav .mobile-nav-holder .mobile-nav-wrapper .mn-second-row .mn-header-category nav.mn-category-menu-content ul li a {
    border-bottom: 1px solid rgba(1, 15, 28, .1);
    padding: 10px 20px 10px 0;
    width: 100%;
    text-decoration: none;
    color: #000;
    font-size: 16px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: color .3s ease-in-out
}

.mobile-nav .mobile-nav-holder .mobile-nav-wrapper .mn-second-row .mn-header-category nav.mn-category-menu-content ul li a button {
    padding: 0px 0px;
    width: 30px;
    height: 30px;
    background: rgba(0, 0, 0, 0);
    border: 1px solid #c4c4c4;
    color: #c4c4c4;
    transition: all .3s ease-in-out
}

.mobile-nav .mobile-nav-holder .mobile-nav-wrapper .mn-second-row .mn-header-category nav.mn-category-menu-content ul li a button i {
    font-size: 12px;
    transition: transform .3s ease-in-out
}

.mobile-nav .mobile-nav-holder .mobile-nav-wrapper .mn-third-row {
    position: relative
}

.mobile-nav .mobile-nav-holder .mobile-nav-wrapper .mn-third-row nav.mobile-menu-nav-wrapper ul {
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%
}

.mobile-nav .mobile-nav-holder .mobile-nav-wrapper .mn-third-row nav.mobile-menu-nav-wrapper ul .menu-item-has-children {
    position: relative
}

.mobile-nav .mobile-nav-holder .mobile-nav-wrapper .mn-third-row nav.mobile-menu-nav-wrapper ul .menu-item-has-children:hover a::after {
    content: "";
    color: #fff;
    background-color: #ff6863;
    border: 1px solid rgba(0, 0, 0, 0);
    transition: background-color .3s ease
}

.mobile-nav .mobile-nav-holder .mobile-nav-wrapper .mn-third-row nav.mobile-menu-nav-wrapper ul .menu-item-has-children:hover ul a::after {
    content: none
}

.mobile-nav .mobile-nav-holder .mobile-nav-wrapper .mn-third-row nav.mobile-menu-nav-wrapper ul .menu-item-has-children ul li a::after {
    content: none
}

.mobile-nav .mobile-nav-holder .mobile-nav-wrapper .mn-third-row nav.mobile-menu-nav-wrapper ul .menu-item-has-children a {
    position: relative
}

.mobile-nav .mobile-nav-holder .mobile-nav-wrapper .mn-third-row nav.mobile-menu-nav-wrapper ul .menu-item-has-children a::after {
    content: "";
    position: absolute;
    top: 9px;
    right: 0;
    font-family: "FontAwesome";
    width: 30px;
    height: 30px;
    text-align: center;
    padding: 7px;
    font-size: 12px;
    color: #c4c4c4;
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid #c4c4c4;
    transition: background-color .3s ease
}

.mobile-nav .mobile-nav-holder .mobile-nav-wrapper .mn-third-row nav.mobile-menu-nav-wrapper ul li {
    width: 100%
}

.mobile-nav .mobile-nav-holder .mobile-nav-wrapper .mn-third-row nav.mobile-menu-nav-wrapper ul li:hover a {
    color: #ff6863;
    transition: all .3s ease
}

.mobile-nav .mobile-nav-holder .mobile-nav-wrapper .mn-third-row nav.mobile-menu-nav-wrapper ul li:hover ul {
    position: relative;
    opacity: 1;
    transition: all .3s ease;
    display: block
}

.mobile-nav .mobile-nav-holder .mobile-nav-wrapper .mn-third-row nav.mobile-menu-nav-wrapper ul li:hover ul li a {
    color: #000;
    transition: all .3s ease
}

.mobile-nav .mobile-nav-holder .mobile-nav-wrapper .mn-third-row nav.mobile-menu-nav-wrapper ul li ul {
    padding-left: 20px;
    position: absolute;
    opacity: 0;
    transition: all .3s ease;
    display: none
}

.mobile-nav .mobile-nav-holder .mobile-nav-wrapper .mn-third-row nav.mobile-menu-nav-wrapper ul li ul li a {
    color: #000;
    transition: all .3s ease
}

.mobile-nav .mobile-nav-holder .mobile-nav-wrapper .mn-third-row nav.mobile-menu-nav-wrapper ul li ul li:hover a {
    color: #ff6863;
    transition: all .3s ease
}

.mobile-nav .mobile-nav-holder .mobile-nav-wrapper .mn-third-row nav.mobile-menu-nav-wrapper ul li a {
    text-decoration: none;
    font-size: 18px;
    color: #000;
    width: 100%;
    display: block;
    border-bottom: 1px solid #c4c4c4;
    padding: 10px 0;
    transition: all .3s ease
}

.page-header-title {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover
}

.page-header-title .header-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(45deg, rgba(0, 0, 0, 0.7803921569), transparent);
    z-index: 0
}

.page-header-title .header-title-holder {
    position: relative;
    z-index: 1
}

.page-header-title .header-title-holder h1 {
    text-shadow: 0 0 4px rgba(117, 117, 117, .7294117647);
    color: #fff
}

.page-header-title li.breadcrumb-item a {
    color: #fff;
    text-decoration: none;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 400
}

.page-header-title li.breadcrumb-item::before {
    color: #fff
}

.page-header-title li.breadcrumb-item.active {
    color: #ff6863;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 400
}

.page-header-title li.breadcrumb-item.active::before {
    color: #fff
}

.footer-fixed-nav-container {
    z-index: 99999999
}

.footer-fixed-nav-container .footer-fixed-nav ul#menu-mobile-footer-menu {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    width: 100%;
    justify-content: space-evenly
}

.footer-fixed-nav-container .footer-fixed-nav ul#menu-mobile-footer-menu li:hover a span,
.footer-fixed-nav-container .footer-fixed-nav ul#menu-mobile-footer-menu li:hover a span i {
    color: #ac3434;
    transition: all .3s ease
}

.footer-fixed-nav-container .footer-fixed-nav ul#menu-mobile-footer-menu li a {
    text-decoration: none;
    color: #000;
    display: block;
    font-size: 13px;
    line-height: 1;
    margin-top: 3px
}

.footer-fixed-nav-container .footer-fixed-nav ul#menu-mobile-footer-menu li a span {
    display: block;
    text-align: center;
    font-size: 15px;
    color: #ff6863;
    transition: all .3s ease
}

.footer-fixed-nav-container .footer-fixed-nav ul#menu-mobile-footer-menu li a span i {
    font-size: 20px;
    margin-bottom: 10px;
    color: #ff6863;
    transition: all .3s ease
}

.back-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 999999
}

@media(max-width: 992px) {
    .back-to-top {
        bottom: 100px
    }
}

.back-to-top button {
    border: none;
    background: #010f1c;
    border-radius: 50%;
    box-shadow: 0 8px 16px rgba(3, 4, 28, .3);
    color: #fff;
    line-height: 44px;
    text-align: center;
    font-size: 15px;
    display: flex;
    align-items: center;
    padding: 20px
}

footer .tp-footer-top {
    padding-bottom: 40px;
    padding-top: 95px
}

@media(max-width: 991px) {
    footer .tp-footer-top {
        padding-top: 40px;
        padding-bottom: 0px
    }
}

footer .tp-footer-top .tp-footer-widget {
    margin-bottom: 50px
}

@media(max-width: 991px) {
    footer .tp-footer-top .tp-footer-widget {
        margin-bottom: 30px
    }
}

footer .tp-footer-top .tp-footer-widget .tp-footer-widget-title {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 10px;
    color: #010f1c
}

footer .tp-footer-top .tp-footer-widget .tp-footer-widget-content a {
    text-decoration: none;
    color: #010f1c;
    transition: all .3s ease
}

footer .tp-footer-top .tp-footer-widget .tp-footer-widget-content a:hover {
    color: #ff6863;
    transition: all .3s ease
}

footer .tp-footer-top .tp-footer-widget .tp-footer-widget-content .tp-footer-logo {
    width: 130px;
    height: auto;
    margin-bottom: 20px
}

footer .tp-footer-top .tp-footer-widget .tp-footer-widget-content .tp-footer-logo a {
    outline: none
}

footer .tp-footer-top .tp-footer-widget .tp-footer-widget-content .tp-footer-logo a img {
    width: 100%;
    height: auto
}

footer .tp-footer-top .tp-footer-widget .tp-footer-widget-content p.tp-footer-desc {
    font-size: 14px;
    padding-right: 20px;
    margin-bottom: 20px
}

footer .tp-footer-top .tp-footer-widget .tp-footer-widget-content .tp-footer-social {
    display: flex;
    flex-wrap: wrap;
    gap: .25rem
}

footer .tp-footer-top .tp-footer-widget .tp-footer-widget-content .tp-footer-social a {
    align-items: center;
    background: #fff;
    border-radius: 6px;
    box-shadow: 0 1px 1px rgba(1, 15, 28, .2);
    display: flex;
    height: 38px;
    justify-content: center;
    line-height: 38px;
    text-align: center;
    width: 38px;
    transition: all .5s ease
}

footer .tp-footer-top .tp-footer-widget .tp-footer-widget-content .tp-footer-social a:hover {
    color: #fff;
    background: #ff6863;
    box-shadow: 0 1px 1px rgba(1, 15, 28, 0);
    transition: all .5s ease
}

footer .tp-footer-top .tp-footer-widget .tp-footer-widget-content .tp-footer-social a:hover svg {
    color: #fff;
    transition: all .5s ease
}

footer .tp-footer-top .tp-footer-widget .tp-footer-widget-content .tp-footer-social a svg {
    height: 1.25rem;
    width: 1.25rem;
    color: #55585b;
    transition: all .5s ease
}

footer .tp-footer-top .tp-footer-widget .tp-footer-widget-content nav ul#menu-account-menu {
    margin: 0;
    padding-left: 15px;
    list-style: none
}

footer .tp-footer-top .tp-footer-widget .tp-footer-widget-content nav ul#menu-account-menu li {
    position: relative
}

footer .tp-footer-top .tp-footer-widget .tp-footer-widget-content nav ul#menu-account-menu li a {
    text-decoration: none;
    color: #55585b;
    outline: none;
    font-size: 14px;
    line-height: 26px;
    font-weight: 500;
    transition: all .3s ease
}

footer .tp-footer-top .tp-footer-widget .tp-footer-widget-content nav ul#menu-account-menu li a:hover {
    color: #ff6863;
    transition: all .3s ease
}

footer .tp-footer-top .tp-footer-widget .tp-footer-widget-content nav ul#menu-information-menu {
    margin: 0;
    list-style: none;
    padding-left: 15px
}

footer .tp-footer-top .tp-footer-widget .tp-footer-widget-content nav ul#menu-information-menu li {
    position: relative
}

footer .tp-footer-top .tp-footer-widget .tp-footer-widget-content nav ul#menu-information-menu li a {
    text-decoration: none;
    color: #55585b;
    outline: none;
    font-size: 14px;
    line-height: 26px;
    font-weight: 500;
    transition: all .3s ease
}

footer .tp-footer-top .tp-footer-widget .tp-footer-widget-content nav ul#menu-information-menu li a:hover {
    color: #ff6863;
    transition: all .3s ease
}

footer .tp-footer-top .tp-footer-widget .tp-footer-widget-content nav ul#menu-information-menu li::before,
footer .tp-footer-top .tp-footer-widget .tp-footer-widget-content nav ul#menu-account-menu li::before {
    content: "\f054";
    position: absolute;
    font-family: "Font Awesome 6 Free";
    font-weight: 600;
    width: 10px;
    height: 10px;
    font-size: 10px;
    color: #ff6863;
    /* background-color: #55585b; */
    left: -16px;
    top: 5px;
    border-radius: 50%
}

footer .tp-footer-top .tp-footer-widget .tp-footer-widget-content .tp-footer-talk span {
    color: #55585b;
    display: inline-block;
    font-size: 14px
}

footer .tp-footer-top .tp-footer-widget .tp-footer-widget-content .tp-footer-talk h4 {
    color: #55585b;
    font-size: 22px;
    font-weight: 700
}

footer .tp-footer-top .tp-footer-widget .tp-footer-widget-content .tp-footer-contact .tp-footer-contact-icon span {
    color: #010f1c;
    display: inline-block;
    font-size: 16px;
    margin-right: 10px;
    width: 16px
}

footer .tp-footer-bottom .tp-footer-bottom-wrapper {
    padding: 18px 0;
    border-top: 1px solid rgba(1, 15, 28, .1)
}

footer .tp-footer-bottom .tp-footer-bottom-wrapper .tp-footer-copyright .copyright {
    font-size: 15px;
    font-weight: 400;
    color: #000
}

footer .tp-footer-bottom .tp-footer-bottom-wrapper .tp-footer-copyright .developedBy {
    font-size: 12px;
    font-weight: 400;
    color: #55585b
}

footer .tp-footer-bottom .tp-footer-bottom-wrapper .tp-footer-copyright .developedBy a {
    color: #ff6863;
    text-decoration: none;
    transition: all .5s ease-in-out
}

footer .tp-footer-bottom .tp-footer-bottom-wrapper .tp-footer-copyright .developedBy a:hover {
    color: #000;
    text-decoration: underline;
    transition: all .5s ease-in-out
}

@media(max-width: 991px) {
    footer {
        padding-bottom: 85px
    }
}

.cart-drawer {
    position: fixed;
    inset: 0;
    z-index: 100000000000000000;
    display: none
}

.cart-drawer .cart-drawer-overlay {
    position: absolute;
    background: rgba(0, 0, 0, .4);
    width: 100%;
    height: 100%
}

.cart-drawer .cart-drawer-content {
    position: absolute;
    right: 0;
    width: 360px;
    max-width: 100%;
    background: #fff;
    height: 100%;
    transform: translateX(100%);
    transition: transform .3s ease;
    padding: 20px
}

.cart-drawer.open .cart-drawer-content {
    transform: translateX(0)
}

.close-cart-btn {
    background: none;
    border: none;
    cursor: pointer
}

.mini-cart-header {
    display: flex;
    justify-content: space-between;
    align-items: center
}

h6.mini-cart-title {
    margin: 0
}

.custom-empty-cart {
    text-align: center;
    padding: 30px;
    position: relative;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow-y: auto
}

.custom-empty-cart .close-cart-btn {
    position: absolute;
    top: 15px;
    right: 15px;
    background: rgba(0, 0, 0, 0);
    border: none;
    font-size: 28px;
    cursor: pointer
}

.custom-empty-cart .empty-cart-img {
    max-width: 180px;
    margin: 0 auto 20px;
    display: block
}

.custom-empty-cart .go-to-shop-button {
    display: inline-block;
    padding: 10px 20px;
    border: 1px solid #000;
    background: rgba(0, 0, 0, 0);
    text-decoration: none;
    font-weight: 500;
    margin-top: 10px
}

section.tp-subscribe-area {
    z-index: 0;
    background-color: #ff6863;
    padding: 70px 0 65px
}

section.tp-subscribe-area .tp-subscribe-shape img.tp-subscribe-shape-1 {
    mix-blend-mode: luminosity;
    opacity: .4;
    position: absolute;
    z-index: -1;
    left: 0;
    max-width: 100%;
    top: 0
}

section.tp-subscribe-area .tp-subscribe-shape img.tp-subscribe-shape-2 {
    left: 10%;
    top: 53%;
    mix-blend-mode: luminosity;
    opacity: .4;
    position: absolute;
    z-index: -1
}

section.tp-subscribe-area .tp-subscribe-shape img.tp-subscribe-shape-3 {
    bottom: 10%;
    left: 12%;
    mix-blend-mode: luminosity;
    opacity: .4;
    position: absolute;
    z-index: -1
}

section.tp-subscribe-area .tp-subscribe-shape img.tp-subscribe-shape-4 {
    position: absolute;
    right: 12%;
    top: -5%;
    z-index: -1
}

section.tp-subscribe-area .tp-subscribe-shape .tp-subscribe-plane {
    height: 110px;
    position: absolute;
    right: 17%;
    top: 24%;
    width: 399px;
    z-index: -2
}

section.tp-subscribe-area .tp-subscribe-shape .tp-subscribe-plane img.tp-subscribe-plane-shape {
    left: -6%;
    position: absolute;
    top: -34%
}

section.tp-subscribe-area .tp-subscribe-shape .tp-subscribe-plane svg {
    position: absolute;
    right: 0;
    top: 0
}

section.tp-subscribe-area .tp-subscribe-shape .tp-subscribe-plane svg path {
    stroke-dasharray: 4;
    stroke-dashoffset: 0;
    animation: tp-svg-line 30s linear infinite forwards
}

section.tp-subscribe-area .tp-subscribe-content {
    color: #fff
}

section.tp-subscribe-area .tp-subscribe-content span {
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 500;
    font-family: "Roboto"
}

@media(max-width: 575px) {
    section.tp-subscribe-area .tp-subscribe-content span {
        font-size: 14px
    }
}

section.tp-subscribe-area .tp-subscribe-content h3 {
    font-size: 28px;
    font-weight: 800;
    font-family: "Roboto"
}

@media(max-width: 575px) {
    section.tp-subscribe-area .tp-subscribe-content h3 {
        font-size: 25px;
        margin-bottom: 20px
    }
}

section.tp-subscribe-area .tp-subscribe-form form.wpcf7-form.init {
    max-width: 526px;
    min-width: 320px;
    position: relative;
    overflow-x: hidden
}

@media(max-width: 575px) {
    section.tp-subscribe-area .tp-subscribe-form form.wpcf7-form.init {
        min-width: unset;
        max-width: unset;
        overflow-x: unset
    }
}

section.tp-subscribe-area .tp-subscribe-form form.wpcf7-form.init>span {
    width: 100%;
    height: 60px;
    display: block
}

@media(max-width: 575px) {
    section.tp-subscribe-area .tp-subscribe-form form.wpcf7-form.init>span {
        height: auto
    }
}

section.tp-subscribe-area .tp-subscribe-form form.wpcf7-form.init p {
    display: flex;
    height: 60px
}

@media(max-width: 575px) {
    section.tp-subscribe-area .tp-subscribe-form form.wpcf7-form.init p {
        display: block
    }
}

section.tp-subscribe-area .tp-subscribe-form form.wpcf7-form.init input {
    height: 100%
}

@media(max-width: 575px) {
    section.tp-subscribe-area .tp-subscribe-form form.wpcf7-form.init input {
        height: 40px
    }
}

section.tp-subscribe-area .tp-subscribe-form input.wpcf7-form-control.wpcf7-email {
    border-radius: 10px 0px 0px 10px;
    padding: 0px 0px 0px 15px;
    border: none;
    outline: none;
    min-width: 200px;
    max-width: 265px
}

@media(max-width: 575px) {
    section.tp-subscribe-area .tp-subscribe-form input.wpcf7-form-control.wpcf7-email {
        min-width: unset;
        max-width: unset;
        width: 100%;
        border-radius: 10px
    }
}

section.tp-subscribe-area .tp-subscribe-form input.wpcf7-form-control.wpcf7-submit {
    border-radius: 0px 10px 10px 0px;
    border: none;
    background: #000;
    color: #fff;
    font-size: 15px;
    font-family: "Roboto";
    padding: 10px 20px
}

@media(max-width: 575px) {
    section.tp-subscribe-area .tp-subscribe-form input.wpcf7-form-control.wpcf7-submit {
        border-radius: 10px;
        margin-top: 10px
    }
}

@keyframes tp-svg-line {
    100% {
        stroke-dashoffset: 350
    }
}

.single-post-container .post-title {
    color: #000;
    width: 80%
}

.single-post-container .post-meta span {
    color: #171717;
    font-size: 13px;
    text-transform: capitalize;
    font-weight: 300
}

.single-post-container .post-meta span i {
    font-size: 15px;
    margin-right: 5px;
    color: #ff6863
}

.single-post-container .post-meta span a {
    text-decoration: none;
    padding: 3px 10px;
    border-radius: 13px;
    margin-right: 5px;
    font-weight: 500;
    transform: translateY(0px);
    transition: all .3s ease
}

.single-post-container .post-meta span a i {
    font-size: 10px
}

.single-post-container .post-meta span a:hover {
    transition: all .3s ease;
    transform: translateY(-3px)
}

.single-post-container .post-featured-image {
    width: 100%;
    height: 500px;
    box-shadow: 0 0 15px 3px rgba(0, 0, 0, .031372549);
    border-radius: 20px;
    overflow: hidden
}

@media(max-width: 575px) {
    .single-post-container .post-featured-image {
        height: 350px
    }
}

.single-post-container .post-featured-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center
}

.single-post-container .post-content p {
    font-size: 15px;
    color: #212529;
    line-height: 20px;
    font-weight: 400
}

@media(max-width: 575px) {
    .single-post-container .recent-posts-section .recent-post-card {
        padding: 20px;
        background: #fff;
        border-radius: 10px 0 10px 10px;
        box-shadow: 0 0 6px rgba(0, 0, 0, .0588235294)
    }
}

.single-post-container .recent-posts-section .recent-post-card a .recent-post-image {
    width: 100%;
    height: 230px;
    overflow: hidden;
    box-shadow: 0 0 12px rgba(0, 0, 0, .0588235294);
    border-radius: 15px
}

.single-post-container .recent-posts-section .recent-post-card a .recent-post-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center
}

.single-post-container .recent-posts-section .recent-post-card a .post-meta span {
    font-size: 10px;
    font-weight: 400;
    color: #9f9f9f
}

.single-post-container .recent-posts-section .recent-post-card a .post-meta span i {
    font-size: 10px;
    margin-right: 3px
}

.single-post-container .recent-posts-section .recent-post-card a h5.recent-post-title {
    font-size: 15px
}

.contact-section {
    margin: 50px 0;
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .0392156863);
    border-radius: 20px;
    padding: 30px
}

@media(max-width: 575px) {
    .contact-section {
        padding: 13px
    }
}

.contact-form-holder {
    background: rgba(255, 104, 99, .0196078431);
    padding: 32px 50px 20px 50px;
    border-radius: 20px
}

@media(max-width: 575px) {
    .contact-form-holder {
        padding: 32px 20px 20px 20px
    }
}

.contact-form-holder form.wpcf7-form.init .form-control {
    padding: 10px 15px
}

.contact-form-holder form.wpcf7-form.init button,
.contact-form-holder form.wpcf7-form.init input[type=button],
.contact-form-holder form.wpcf7-form.init input[type=reset],
.contact-form-holder form.wpcf7-form.init input[type=submit] {
    background-color: #ff6863 !important;
    padding: 10px 20px;
    border-radius: 10px;
    color: #fff;
    border: none;
    cursor: pointer;
    transition: all .3s ease
}

.contact-form-holder form.wpcf7-form.init button:hover,
.contact-form-holder form.wpcf7-form.init input[type=button]:hover,
.contact-form-holder form.wpcf7-form.init input[type=reset]:hover,
.contact-form-holder form.wpcf7-form.init input[type=submit]:hover {
    background-color: #ff4a45 !important;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(255, 104, 99, .4)
}

.contact-details {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background: rgba(114, 14, 236, .0392156863);
    padding: 30px 0;
    border-radius: 20px
}

.contact-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center
}

.contact-wrapper address.contact-wrapper-address {
    width: 60%;
    text-align: center
}

.contact-wrapper svg {
    width: 50%;
    height: 81px;
    transform: translateX(0px);
    transition: transform .3s ease
}

.contact-wrapper a {
    text-decoration: none;
    font-size: 20px;
    margin-top: 15px;
    color: #000;
    transition: color .3s ease
}

.contact-wrapper a:hover {
    color: #a19999
}

.contact-wrapper:hover svg {
    transform: translateY(-10px)
}

.contact-wrapper h6.social-media-title {
    font-size: 16px;
    text-transform: uppercase;
    text-align: center;
    font-weight: 500;
    letter-spacing: 2px
}

.contact-wrapper ul.social-media-wrapper {
    margin: 0;
    display: flex;
    justify-content: space-evenly
}

.contact-wrapper ul.social-media-wrapper li a i {
    font-size: 20px
}

@media(max-width: 991px) {
    .contact-wrapper {
        margin-bottom: 30px
    }
}

.map-full {
    width: 100%;
    height: 450px
}

.map-full iframe {
    width: 100%;
    height: 100%;
    border: 0;
    display: block
}

.home-swippper {
    position: relative;
    z-index: -0;
}

.home-swippper .swiper {
    width: 100%;
    height: 73vh
}

.home-swippper .swiper.home-swiper .swiper-slide .hero-content {
    z-index: 2;
    position: relative;
    padding: 30px 20px;
}




@media(max-width: 767px) {
    .home-swippper .swiper.home-swiper .swiper-slide .hero-content {
        text-align: center;
    }
	
	.home-swippper .swiper.home-swiper .swiper-slide .featured-content img {
		max-height: 223px;
		max-width: 320px;
	}
}

.home-swippper .swiper.home-swiper .swiper-slide .hero-content .hr-shopNow {
    background: #fff;
    margin-top: 20px;
    border-radius: 3px;
    border: 1px solid #fdfdfd;
    box-shadow: 6px 6px 9px 4px #00000045;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 600;
    padding: 10px 20px;
    color: #ff6863;
}

.home-swippper .swiper.home-swiper .swiper-slide .hero-content .subheading {
    font-size: 20px;
    font-weight: 300;
    color: #fff;
}

.home-swippper .swiper.home-swiper .swiper-slide .hero-content .heading {
    font-size: 50px;
    width: 90%;
    font-weight: 700;
    color: #fff;
}

@media(max-width: 767px) {
    .home-swippper .swiper.home-swiper .swiper-slide .hero-content .heading {
        width: 100% !important;
    }
}

.home-swippper .swiper.home-swiper .swiper-slide .hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #00000031;
    z-index: 1;
}


@media(max-width: 767px) {
    .home-swippper .swiper.home-swiper .swiper-slide .hero-overlay {
        background: #0000008c !important;
    }
}

.home-swippper .swiper.home-swiper .swiper-slide {
    background-position: right !important;
}

@media(max-width: 767px) {
    .home-swippper .swiper {
        height: 65vh
    }
}

.home-swippper .swiper-button-next,
.home-swippper .swiper-button-prev {
    color: #ffffff !important;
    width: 30px !important;
    height: 30px !important;
    border-radius: 50%;
    background-color: #ff6863;
    transition: all .3s ease
}

.home-swippper .swiper-button-next:hover,
.home-swippper .swiper-button-prev:hover {
    transition: all .3s ease;
    color: #ff6863 !important;
    background-color: #ffffff;
}

.home-swippper .swiper-button-next::after,
.home-swippper .swiper-button-prev::after {
    font-size: 10px !important
}

.tp-feature-area {
    padding-bottom: 30px;
    padding-top: 30px
}

.tp-feature-area .tp-feature-item {
    border-radius: 0;
    padding: 29px 40px 25px;
    background: #f6f7f9;
    height: 100%
}

@media(max-width: 576px) {
    .tp-feature-area .tp-feature-item {
        border-radius: 8px !important
    }
}

.tp-feature-area .tp-feature-item .tp-feature-icon {
    margin-right: 15px
}

.tp-feature-area .tp-feature-item .tp-feature-icon span {
    display: inline-block;
    font-size: 24px;
    min-width: 30px;
    color: #fd4b6b
}

.tp-feature-area .tp-feature-item .tp-feature-icon svg {
    height: 2.5rem;
    width: 2.5rem
}

.tp-feature-area .tp-feature-item .tp-feature-content .tp-feature-title {
    font-size: 16px;
    margin-bottom: 0;
    color: #010f1c
}

.tp-feature-area .tp-feature-item .tp-feature-content p {
    font-size: 14px;
    margin-bottom: 0;
    font-weight: 400;
    line-height: 26px;
    color: #55585b
}

.tp-feature-area .col-xl-3:first-child .tp-feature-item {
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px
}

@media(max-width: 1199px) {
    .tp-feature-area .col-xl-3:first-child .tp-feature-item {
        border-bottom-left-radius: unset
    }
}

.tp-feature-area .col-xl-3:last-child .tp-feature-item {
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px
}

@media(max-width: 1199px) {
    .tp-feature-area .col-xl-3:last-child .tp-feature-item {
        border-top-right-radius: unset
    }
}

@media(max-width: 1199px) {
    .tp-feature-area .col-xl-3:nth-child(2) .tp-feature-item {
        border-top-right-radius: 8px
    }

    .tp-feature-area .col-xl-3:nth-child(3) .tp-feature-item {
        border-bottom-left-radius: 8px
    }
}

.tp-blog-area .tp-section-title-wrapper h3 {
    font-size: 36px;
    margin-bottom: 0;
    font-weight: 700
}

@media(max-width: 1399px) {
    .tp-blog-area .tp-section-title-wrapper h3 {
        font-size: 30px
    }
}

.tp-blog-area .tp-section-title-wrapper h3 span {
    color: #ff6863;
    display: inline-block;
    position: relative
}

.tp-blog-area .tp-section-title-wrapper h3 span::after {
    animation: section-animation 2s infinite;
    background: rgba(255, 104, 99, .2);
    bottom: 1px;
    content: " ";
    height: 6px;
    left: 0;
    position: absolute;
    z-index: -1
}

.tp-blog-area .tp-blog-more {
    background-color: #fff;
    padding-left: 50px;
    position: relative
}

@media(max-width: 767px) {
    .tp-blog-area .tp-blog-more {
        padding-left: 0
    }
}

.tp-blog-area .tp-blog-more a {
    background-color: #ff6863;
    border: 0;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 500;
    padding: 10px 26px 10px;
    color: #fff;
    outline: none;
    text-decoration: none;
    transition: all .3s ease-out 0s;
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-width: 130px
}

.tp-blog-area .tp-blog-more .tp-blog-more-border {
    background-color: #f0f2f4;
    height: 2px;
    position: absolute;
    right: 0;
    top: 50%;
    width: 630px;
    z-index: -1
}

.tp-blog-area .tp-blog-swiper {
    width: 100%;
    height: auto
}

.tp-blog-area .tp-blog-swiper .tp-blog-swiper-wrapper .tp-blog-slide .tp-blog-item:hover h3.tp-blog-title a {
    color: #ff6863 !important;
    transition: color .5s ease
}

.tp-blog-area .tp-blog-swiper .tp-blog-swiper-wrapper .tp-blog-slide .tp-blog-item:hover .tp-blog-thumb a img {
    transform: scale(1.1);
    transition: transform .5s ease
}

.tp-blog-area .tp-blog-swiper .tp-blog-swiper-wrapper .tp-blog-slide .tp-blog-item .tp-blog-thumb {
    height: 270px;
    position: relative;
    margin-bottom: 20px;
    overflow: hidden
}

.tp-blog-area .tp-blog-swiper .tp-blog-swiper-wrapper .tp-blog-slide .tp-blog-item .tp-blog-thumb a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 0px 8px 8px 8px;
    box-shadow: 0px 0px 2px rgba(0, 0, 0, .0705882353);
    transition: transform .5s ease
}

.tp-blog-area .tp-blog-swiper .tp-blog-swiper-wrapper .tp-blog-slide .tp-blog-item .tp-blog-thumb span.tp-blog-date {
    position: absolute;
    top: -1px;
    left: 0;
    background: #010f1c;
    border-radius: 0;
    color: #fff;
    padding: 3px 24px 2px;
    font-weight: 500;
    font-size: 14px
}

.tp-blog-area .tp-blog-swiper .tp-blog-swiper-wrapper .tp-blog-slide .tp-blog-item .tp-blog-content .tp-blog-meta .tp-blog-category {
    line-height: 2;
    margin-bottom: 8px;
    font-size: 14px;
    display: flex;
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
    color: #55585b
}

.tp-blog-area .tp-blog-swiper .tp-blog-swiper-wrapper .tp-blog-slide .tp-blog-item .tp-blog-content .tp-blog-meta .tp-blog-category .blog-category:not(:first-child) {
    margin-left: 10px
}

.tp-blog-area .tp-blog-swiper .tp-blog-swiper-wrapper .tp-blog-slide .tp-blog-item .tp-blog-content .tp-blog-meta .tp-blog-category .blog-category:not(:first-child) {
    margin-left: 10px
}

.tp-blog-area .tp-blog-swiper .tp-blog-swiper-wrapper .tp-blog-slide .tp-blog-item .tp-blog-content .tp-blog-meta .tp-blog-category svg {
    width: 16px;
    height: auto;
    color: #ff6863
}

.tp-blog-area .tp-blog-swiper .tp-blog-swiper-wrapper .tp-blog-slide .tp-blog-item .tp-blog-content h3.tp-blog-title {
    font-size: 18px;
    line-height: 25px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.tp-blog-area .tp-blog-swiper .tp-blog-swiper-wrapper .tp-blog-slide .tp-blog-item .tp-blog-content h3.tp-blog-title a {
    text-decoration: none;
    color: #000;
    outline: none;
    transition: color .5s ease
}

.tp-blog-area .tp-blog-swiper .tp-blog-swiper-wrapper .tp-blog-slide .tp-blog-item .tp-blog-content .tp-blog-excerpt {
    color: #55585b;
    font-size: 14px
}

@keyframes section-animation {
    0% {
        width: 0
    }

    15% {
        width: 100%
    }

    85% {
        opacity: 1
    }

    90% {
        opacity: 0;
        width: 100%
    }

    100% {
        opacity: 0;
        width: 0
    }
}

section.tp-about-area {
    padding: 120px 0 120px
}

@media(max-width: 991px) {
    section.tp-about-area {
        padding: 50px 0 30px
    }
}

@media(max-width: 500px) {
    section.tp-about-area {
        padding: 30px 0 30px
    }
}

section.tp-about-area .tp-about-thumb-wrapper {
    width: 100%;
    height: fit-content;
    z-index: -1
}

section.tp-about-area .tp-about-thumb-wrapper .tp-about-thumb.m-img {
    width: 100%;
    height: 100%
}

section.tp-about-area .tp-about-thumb-wrapper .tp-about-thumb.m-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center
}

section.tp-about-area .tp-about-thumb-wrapper .tp-about-thumb-2 {
    position: absolute;
    bottom: -60px;
    right: -161px;
    max-width: 236px;
    max-height: 356px
}

@media(max-width: 1200px) {
    section.tp-about-area .tp-about-thumb-wrapper .tp-about-thumb-2 {
        right: -100px
    }
}

@media(max-width: 991px) {
    section.tp-about-area .tp-about-thumb-wrapper .tp-about-thumb-2 {
        right: 60px;
        bottom: -80px
    }
}

@media(max-width: 767px) {
    section.tp-about-area .tp-about-thumb-wrapper .tp-about-thumb-2 {
        max-width: 170px;
        max-height: 300px
    }
}

@media(max-width: 600px) {
    section.tp-about-area .tp-about-thumb-wrapper .tp-about-thumb-2 {
        right: 28px;
        max-width: 130px;
        max-height: 300px
    }
}

section.tp-about-area .tp-about-thumb-wrapper .tp-about-thumb-2 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center
}

section.tp-about-area .tp-about-wrapper {
    padding: 75px 60px 0px 80px
}

@media(max-width: 991px) {
    section.tp-about-area .tp-about-wrapper {
        padding: 100px 60px 0px 0px
    }
}

@media(max-width: 767px) {
    section.tp-about-area .tp-about-wrapper {
        padding: 100px 10px 0px 10px
    }
}

section.tp-about-area .tp-about-wrapper .tp-section-title-wrapper-4 {
    margin-bottom: 50px
}

@media(max-width: 1200px) {
    section.tp-about-area .tp-about-wrapper .tp-section-title-wrapper-4 {
        margin-bottom: 30px
    }
}

@media(max-width: 991px) {
    section.tp-about-area .tp-about-wrapper .tp-section-title-wrapper-4 {
        margin-bottom: 25px
    }
}

section.tp-about-area .tp-about-wrapper .tp-section-title-wrapper-4 h3 {
    font-size: 50px
}

@media(max-width: 1200px) {
    section.tp-about-area .tp-about-wrapper .tp-section-title-wrapper-4 h3 {
        font-size: 30px
    }
}

@media(max-width: 991px) {
    section.tp-about-area .tp-about-wrapper .tp-section-title-wrapper-4 h3 {
        font-size: 50px;
        text-align: center
    }
}

@media(max-width: 767px) {
    section.tp-about-area .tp-about-wrapper .tp-section-title-wrapper-4 h3 {
        font-size: 30px
    }
}

@media(max-width: 500px) {
    section.tp-about-area .tp-about-wrapper .tp-section-title-wrapper-4 h3 {
        font-size: 25px
    }
}

section.tp-about-area .tp-about-wrapper .tp-about-content {
    padding-left: 120px
}

@media(max-width: 1200px) {
    section.tp-about-area .tp-about-wrapper .tp-about-content {
        padding-left: 40px
    }
}

@media(max-width: 991px) {
    section.tp-about-area .tp-about-wrapper .tp-about-content {
        padding-left: 0px
    }
}

section.tp-about-area .tp-about-wrapper .tp-about-content p {
    font-size: 16px;
    line-height: 1.62;
    margin-bottom: 40px
}

@media(max-width: 1200px) {
    section.tp-about-area .tp-about-wrapper .tp-about-content p {
        font-size: 14px
    }
}

@media(max-width: 991px) {
    section.tp-about-area .tp-about-wrapper .tp-about-content p {
        text-align: center
    }
}

section.tp-our-values-area {
    margin-bottom: 50px
}

section.tp-our-values-area .tp-ova-title h1 {
    font-size: 50px;
    margin-bottom: 50px
}

@media(max-width: 1200px) {
    section.tp-our-values-area .tp-ova-title h1 {
        font-size: 30px
    }
}

@media(max-width: 991px) {
    section.tp-our-values-area .tp-ova-title h1 {
        font-size: 50px
    }
}

@media(max-width: 767px) {
    section.tp-our-values-area .tp-ova-title h1 {
        font-size: 30px
    }
}

@media(max-width: 500px) {
    section.tp-our-values-area .tp-ova-title h1 {
        font-size: 25px
    }
}

section.tp-our-values-area .container .gy-custom {
    row-gap: 22px
}

section.tp-our-values-area .container .gy-custom .ova-content-wrapper {
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, .0705882353);
    padding: 20px;
    text-align: center;
    border-radius: 10px
}

section.tp-our-values-area .container .gy-custom .ova-content-wrapper img {
    width: 100px;
    height: 100px;
    object-fit: contain;
    object-position: center;
    margin: 20px auto;
}

section.tp-our-values-area .container .gy-custom .ova-content-wrapper h6 {
    font-size: 20px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 800
}

section.tp-our-values-area .container .gy-custom .ova-content-wrapper p {
    width: 80%;
    margin: 0 auto 20px;
    font-size: 15px
}

section.mission-community {
    padding: 100px 0px;
    height: 60vh;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    width: 100%;
    margin: 80px 0
}

@media(max-width: 991px) {
    section.mission-community {
        height: auto
    }
}

@media(max-width: 500px) {
    section.mission-community {
        padding: 60px 0px
    }
}

section.mission-community .ms-bg-overlay {
    position: absolute;
    background: #000;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: .5;
    z-index: 1;
    display: block
}

section.mission-community .container {
    z-index: 2;
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center
}

section.mission-community .container .mc-content-wrapper {
    padding: 20px;
    height: 100%;
    width: 100%
}

@media(max-width: 500px) {
    section.mission-community .container .mc-content-wrapper {
        padding: 10px
    }
}

section.mission-community .container .mc-content-wrapper h6 {
    font-size: 30px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 1px;
    margin-bottom: 25px
}

@media(max-width: 1200px) {
    section.mission-community .container .mc-content-wrapper h6 {
        font-size: 25px
    }
}

@media(max-width: 500px) {
    section.mission-community .container .mc-content-wrapper h6 {
        font-size: 20px
    }
}

section.mission-community .container .mc-content-wrapper p {
    height: inherit;
    width: 100%;
    background: rgba(239, 239, 239, .4784313725);
    padding: 20px;
    border-radius: 10px;
    border: 3px solid hsla(0, 0%, 100%, .0901960784);
    color: #000;
    font-size: 17px;
    line-height: 1.6;
    font-weight: 500;
    position: relative;
    box-shadow: 0 0 5px #c5c5c5
}

@media(max-width: 1200px) {
    section.mission-community .container .mc-content-wrapper p {
        font-size: 15px
    }
}

@media(max-width: 991px) {
    section.mission-community .container .mc-content-wrapper p {
        height: auto
    }
}

.tp-news-area .card .card-img-top {
    max-height: 300px;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center
}

.tp-news-area .card .card-body .blog-title-link {
    text-decoration: none;
    color: #000;
    font-weight: 600
}

.tp-news-area .sidebar-blog {
    padding: 20px
}

.tp-news-area .sidebar-blog img.sidebar-post-img {
    width: 90px;
    margin-right: 20px
}

.tp-news-area .sidebar-blog .sidebar-blog-categories .cat-list {
    padding: 10px 0 10px 30px;
    margin: 0;
    border: 1px solid rgba(133, 125, 125, .1294117647)
}

.tp-news-area .sidebar-blog .sidebar-blog-categories .cat-list li {
    list-style: circle;
    width: fit-content;
    margin-bottom: 5px
}

.tp-news-area .sidebar-blog .sidebar-blog-categories .cat-list li a {
    text-decoration: none;
    color: #857d7d;
    font-size: 15px
}

.tp-news-area .sidebar-blog .sidebar-blog-recent {
    border: 1px solid rgba(133, 125, 125, .1294117647);
    padding: 20px;
    position: relative;
    list-style: none
}

.tp-news-area .sidebar-blog .sidebar-blog-recent .latest-list-item {
    width: 100%;
    margin-bottom: 30px;
    position: relative
}

.tp-news-area .sidebar-blog .sidebar-blog-recent .latest-list-item:not(:last-child)::after {
    content: "";
    position: absolute;
    border-bottom: 1px solid rgba(0, 0, 0, .1411764706);
    width: 100%;
    height: 10px
}

.tp-news-area .sidebar-blog .sidebar-blog-recent .latest-list-item:last-child {
    margin-bottom: 0px
}

.tp-news-area .sidebar-blog .sidebar-blog-recent .latest-list-item .list-link {
    display: flex;
    align-items: center;
    text-decoration: none;
    font-size: 15px;
    color: #000;
    transition: all .3s ease
}

.tp-news-area .sidebar-blog .sidebar-blog-recent .latest-list-item .list-link:hover {
    color: #755858;
    transition: all .3s ease
}

.tp-news-area .sidebar-blog .sidebar-blog-recent .latest-list-item .img-post-container {
    width: calc(50% - 100px);
    height: 50px
}

.tp-news-area .sidebar-blog .sidebar-blog-recent .latest-list-item .img-post-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center
}

.tp-news-area .sidebar-blog .sidebar-blog-recent .latest-list-item p {
    width: calc(50% + 100px)
}

.sidebar-blog-search .custom-search-form {
    display: flex;
    border: 1px solid #ccc;
    border-radius: 3px;
    overflow: hidden;
    width: 100%;
    max-width: 350px
}

.sidebar-blog-search .custom-search-form .search-field {
    flex: 1;
    border: none;
    padding: 10px 15px;
    font-size: 16px;
    outline: none
}

.sidebar-blog-search .custom-search-form .search-submit {
    background: none;
    border: none;
    padding: 0 15px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000
}

.sidebar-blog-search .custom-search-form .search-submit svg {
    width: 20px;
    height: 20px
}

.site {
    position: relative
}

.float-right {
    float: inline-end;
}

@media (max-width:767px) {
    .float-right {
        float: none;
        width: fit-content;
        margin: auto;
    }
}


/* Custom Made Cake Section  */

.custom-product-area .cs-content .cs-content-title {
    font-size: 36px;
    margin-bottom: 0;
    font-weight: 700;
    margin-bottom: 20px;
}

.custom-product-area .cs-content .cs-content-title span {
    color: #ff6863;
    display: inline-block;
    position: relative;
}

.custom-product-area .cs-content .cs-content-title span::after {
    animation: section-animation 2s infinite;
    background: rgba(255, 104, 99, .2);
    bottom: 1px;
    content: " ";
    height: 6px;
    left: 0;
    position: absolute;
    z-index: -1;
}

.custom-product-area .cs-content h6.cs-content-caption {
    font-size: 12px;
    font-weight: 500;
    color: #d16868;
    width: fit-content;
    border-radius: 7px 0;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.custom-product-area .cs-content p.cs-content-description {
    font-size: 17px;
    padding-right: 30px;
    line-height: 24px;
    font-weight: 400;
}

.custom-product-area .cs-content p.cs-content-description strong {
    font-weight: 700;
    text-transform: capitalize;
    color: #d17a7a;
}

.custom-product-area .cs-content ul.cs-features li i {
    color: #ff6863e3;
    margin-right: 8px;
}

.custom-product-area .cs-content ul.cs-features li {
    margin-bottom: 10px;
}

.custom-product-area .cs-content .order-now a {
    border-radius: 5px 0;
    color: #ffff;
    background: #ff6863;
    border-color: #ff6863;
    padding: 5px 20px;
    transition: all 0.3s ease-in-out;
}

.custom-product-area .cs-content .order-now a:hover {
    color: #ff6863;
    background: #ffff;
    border-color: #ff6863;
    transition: all 0.3s ease-in-out;
}


.custom-product-area .cp-img-wrapper {
    width: 100%;
    height: 100%;
    position: relative;
    max-width: 600px;
    max-height: 400px;
    overflow: hidden;
    border-radius: 20px 0;
    border: 5px solid #acacac26;
    box-shadow: 12px 12px 0 #ff686336;
}

.custom-product-area .cp-img-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}





/*# sourceMappingURL=style.min.css.map */