﻿@import url("https://fonts.googleapis.com/css?family=Poppins:200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800");

html {
    font-size: 62.5%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    font-size-adjust: 100%
}

html,
body {
    height: 100%
}

body {
    font: normal 400 1.4rem/1.86 "Poppins", sans-serif;
    color: #666;
    background-color: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    overflow-x: hidden;
}

.home-category-2 {
    display: flex;
    justify-content: space-between;
}

::-moz-selection {
    color: #fff;
    background-color: #c96
}

::selection {
    color: #fff;
    background-color: #c96
}

p {
    margin-bottom: 1.5rem
}

ul,
ol {
    list-style: none;
    padding: 0;
    margin: 0 0 1.5rem
}

b,
strong {
    font-weight: 700
}

em,
i {
    font-style: italic
}

hr {
    border: none;
    border-top: 1px solid #ebebeb;
    margin: 3rem auto 2.5rem
}

sub,
sup {
    position: relative;
    font-size: 70%;
    line-height: 0;
    vertical-align: baseline
}

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

img {
    display: block;
    max-width: 100%;
    height: auto
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
    font-weight: 500;
    line-height: 1.1;
    margin-bottom: 1.4rem;
    color: #333;
    letter-spacing: -.03em
}

h1,
.h1 {
    font-size: 4rem
}

h2,
.h2 {
    font-size: 3.6rem
}

h3,
.h3 {
    font-size: 2.6rem
}

h4,
.h4 {
    font-size: 2.2rem
}

h5,
.h5 {
    font-size: 2rem;
    letter-spacing: -.025em
}

h6,
.h6 {
    font-size: 1.6rem;
    letter-spacing: -.01em
}

a {
    color: #c96;
    text-decoration: none;
    transition: color 0.3s ease
}

a:hover,
a:focus {
    color: #bf8040;
    text-decoration: none
}

.link-underline {
    box-shadow: 0 1px 0 0 #c96
}

.text-primary {
    color: #c96 !important
}

.text-secondary {
    color: #a6c76c !important
}

.text-dark {
    color: #333 !important
}

.text-light {
    color: #ccc !important
}

.lead {
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1.875;
    margin-bottom: 1.2rem
}

.row {
    margin-left: -10px;
    margin-right: -10px
}

.container {
    width: 1188px;
    max-width: 100%;
    padding-left: 10px;
    padding-right: 10px
}

.main {
    flex: 1;
    width: 100%
}

.header {
    width: 100%;
    background-color: #fff
}

.header .container,
.header .container-fluid {
    position: relative;
    display: flex;
    align-items: center
}

.header-left,
.header-center,
.header-right {
    display: flex;
    align-items: center
}

.header-right {
    margin-left: auto;
    align-self: stretch
}

.header-center {
    margin-left: auto;
    margin-right: auto
}

.logo {
    display: block;
    margin-top: 2.55rem;
    margin-bottom: 2.95rem;
    flex-shrink: 0;
    min-height: 25px
}

.logo img {
    display: block;
    max-width: 100%;
    height: auto
}

.header-top {
    font-weight: 300;
    font-size: 1.3rem;
    line-height: 1.5;
    letter-spacing: 0;
    color: #777;
    margin-bottom: .1rem
}

.header-top a {
    color: inherit
}

.header-top a:hover,
.header-top a:focus {
    color: #c96
}

.header-top .container,
.header-top .container-fluid {
    position: relative
}

.header-top .container:after,
.header-top .container-fluid:after {
    content: '';
    display: block;
    height: 1px;
    position: absolute;
    bottom: -1px;
    left: 10px;
    right: 10px;
    background-color: #ebebeb
}

.header-top .top-menu li+li {
    margin-left: 2.6rem
}

.top-menu {
    text-transform: uppercase;
    letter-spacing: -.01em;
    margin: 0
}

.top-menu>li {
    position: relative
}

.top-menu>li>a {
    display: none
}

.top-menu ul {
    display: flex;
    align-items: center
}

.top-menu li+li {
    margin-left: 3rem
}

.top-menu a {
    display: inline-flex;
    align-items: center
}

.top-menu i {
    font-size: 1.5rem;
    margin-right: .8rem;
    line-height: 1
}

.top-menu i.icon-heart-o {
    margin-top: -.2rem
}

.top-menu span {
    color: #c96;
    margin-left: .3rem
}

.header-dropdown {
    position: relative;
    padding-top: .8rem;
    padding-bottom: .8rem
}

.header-dropdown+.header-dropdown {
    margin-left: 2.9rem
}

.header-dropdown>a,
.header-dropdown>span {
    position: relative;
    display: inline-flex;
    padding-top: .2rem;
    padding-bottom: .2rem;
    padding-right: 2.2rem;
    align-items: center;
    text-transform: uppercase
}

.header-dropdown>a::after,
.header-dropdown>span::after {
    font-family: "molla";
    content: '\f110';
    position: absolute;
    right: 0;
    top: 50%;
    display: inline-block;
    font-size: 1.2rem;
    line-height: 1;
    margin-top: -.7rem
}

.header-dropdown a:hover,
.header-dropdown a:focus {
    text-decoration: none
}

.header-menu {
    position: absolute;
    left: -1.5rem;
    top: 100%;
    z-index: 20;
    padding-top: .6rem;
    padding-bottom: .6rem;
    min-width: 100%;
    visibility: hidden;
    opacity: 0;
    background-color: #fff;
    box-shadow: 2px 5px 8px rgba(51, 51, 51, 0.05), -2px 5px 8px rgba(51, 51, 51, 0.05);
    transition: all .25s;
    margin-top: 1px
}

.header-dropdown:first-child .header-menu {
    left: 0
}

.header-menu:before {
    content: '';
    display: block;
    width: 100%;
    height: .1rem;
    position: absolute;
    top: -1px;
    left: 0
}

.header-dropdown:hover>.header-menu,
.header-dropdown:focus>.header-menu {
    visibility: visible;
    opacity: 1
}

.header-menu ul {
    list-style: none;
    padding: 0;
    margin: 0
}

.header-menu ul li {
    margin: 0
}

.header-menu ul a {
    padding: .3rem 1.5rem;
    display: flex;
    align-items: center;
    white-space: nowrap
}

.header-menu a {
    color: inherit
}

.header-menu a:hover,
.header-menu a:focus {
    color: #c96
}

.header-right .header-menu,
.header-right .header-dropdown:first-child .header-menu {
    left: auto;
    right: 0
}

.header-right .top-menu+.header-dropdown {
    margin-left: 2.5rem
}

.header-middle {
    border-bottom: .1rem solid #f4f4f4
}

.header-middle .menu>li>a {
    letter-spacing: .01em
}

.header-middle .menu.sf-arrows>li>.sf-with-ul {
    padding-right: 1.5rem
}

.cart-dropdown,
.compare-dropdown {
    display: flex;
    align-self: stretch;
    align-items: center
}

.cart-dropdown .dropdown-toggle,
.compare-dropdown .dropdown-toggle {
    position: relative;
    display: flex;
    align-items: center;
    text-decoration: none !important;
    line-height: 1;
    color: #333
}

.cart-dropdown .dropdown-toggle::after,
.compare-dropdown .dropdown-toggle::after {
    display: none
}

.cart-dropdown .dropdown-menu,
.compare-dropdown .dropdown-menu {
    display: block;
    width: 300px;
    z-index: 100;
    font-size: 1.3rem;
    z-index: 1001;
    border: none;
    margin: 1px 0 0;
    padding: 2.2rem 3rem 2.5rem;
    border-radius: 0;
    border: none;
    box-shadow: 5px 10px 16px rgba(51, 51, 51, 0.05), -5px 10px 16px rgba(51, 51, 51, 0.05);
    background-color: #fff;
    visibility: hidden;
    opacity: 0;
    transition: all .25s
}

.cart-dropdown .dropdown-menu:before,
.compare-dropdown .dropdown-menu:before {
    content: '';
    display: block;
    position: absolute;
    bottom: 100%;
    left: 0;
    right: 0;
    height: 1px
}

.cart-dropdown .dropdown-menu.dropdown-menu-right,
.compare-dropdown .dropdown-menu.dropdown-menu-right {
    right: -1px
}

.cart-dropdown .btn-remove,
.compare-dropdown .btn-remove {
    position: absolute;
    top: 50%;
    right: -.55rem;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2.4rem;
    height: 2.4rem;
    color: #cccccc;
    font-size: 1.3rem;
    line-height: 1;
    text-align: center;
    margin-top: -1.2rem
}

.cart-dropdown .btn-remove:hover,
.cart-dropdown .btn-remove:focus,
.compare-dropdown .btn-remove:hover,
.compare-dropdown .btn-remove:focus {
    color: #333
}

.cart-dropdown:hover .dropdown-toggle,
.cart-dropdown.show .dropdown-toggle,
.compare-dropdown:hover .dropdown-toggle,
.compare-dropdown.show .dropdown-toggle {
    color: #c96
}

.cart-dropdown:hover .dropdown-menu,
.cart-dropdown.show .dropdown-menu,
.compare-dropdown:hover .dropdown-menu,
.compare-dropdown.show .dropdown-menu {
    visibility: visible;
    opacity: 1
}

.compare-dropdown {
    padding-left: 2.5rem
}

.compare-dropdown .dropdown-toggle {
    font-size: 2.6rem
}

.compare-products {
    list-style: none;
    padding: 0;
    margin: 0
}

.compare-product {
    position: relative;
    padding: .5rem 0;
    margin: 0;
    box-shadow: none !important
}

.compare-product:hover {
    box-shadow: none
}

.compare-product-title {
    color: #666;
    font-weight: 300;
    font-size: 1.3rem;
    line-height: 1.35;
    margin: 0;
    letter-spacing: -.01em
}

.compare-product-title a {
    color: inherit
}

.compare-product-title a:hover,
.compare-product-title a:focus {
    color: #c96
}

.compare-actions {
    display: flex;
    align-items: center;
    margin-top: 2rem
}

.compare-actions .action-link {
    font-size: 1.3rem;
    color: #666
}

.compare-actions .action-link:hover,
.compare-actions .action-link:focus {
    color: #c96;
    text-decoration: underline
}

.compare-actions .btn {
    font-size: 1.3rem;
    min-width: 110px;
    margin-left: auto;
    padding-top: .65rem;
    padding-bottom: .65rem
}

.cart-dropdown {
    padding-left: 2.5rem
}

.cart-dropdown .dropdown-toggle {
    font-size: 3.2rem
}

.cart-dropdown .dropdown-toggle i {
    display: inline-block;
    margin-top: -3px
}

.cart-dropdown .cart-count {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 2rem;
    height: 2rem;
    border-radius: 50%;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1;
    margin-left: .2rem;
    margin-top: .1rem;
    color: #fff;
    background-color: #e41f24
}

.cart-dropdown .dropdown-cart-products {
    margin-top: -1rem
}

.cart-dropdown .product {
    position: relative;
    display: flex;
    align-items: flex-start;
    padding: 1.6rem 2.4rem 1.6rem 0;
    box-shadow: none;
    margin: 0 !important;
    border: none;
    border-bottom: 1px solid #ebebeb;
    box-shadow: none !important
}

.cart-dropdown .product-image-container {
    position: relative;
    max-width: 60px;
    margin: 0;
    margin-left: auto
}

.cart-dropdown .product-title {
    font-weight: 400;
    font-size: 1.3rem;
    line-height: 1.3;
    color: #666;
    text-align: left;
    margin-bottom: .4rem
}

.cart-dropdown .product-title a {
    color: inherit
}

.cart-dropdown .product-title a:hover,
.cart-dropdown .product-title a:focus {
    color: #c96
}

.cart-dropdown .product-cart-details {
    font-weight: 400;
    max-width: 150px;
    font-size: 1.3rem;
    color: #999;
    text-align: left
}

.dropdown-cart-total {
    padding: 1rem 0 .5rem;
    display: flex;
    align-items: flex-end;
    font-size: 1.4rem;
    font-weight: 400;
    text-transform: uppercase;
    color: #666;
    margin-bottom: 1.1rem
}

.dropdown-cart-total .cart-total-price {
    font-size: 1.5rem;
    margin-left: auto
}

.dropdown-cart-action {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 0 .5rem
}

.dropdown-cart-action .btn {
    font-size: 1.3rem;
    min-width: 110px;
    padding-top: .75rem;
    padding-bottom: .75rem
}

.wishlist-link {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #666;
    font-size: 2.6rem;
    line-height: 1;
    margin-left: 2.4rem
}

.wishlist-link i {
    display: inline-block;
    margin-top: -2px
}

.wishlist-link .wishlist-count {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 2rem;
    height: 2rem;
    border-radius: 50%;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1;
    margin-left: .7rem;
    margin-top: .1rem;
    color: #fff;
    background-color: #c96
}

.wishlist-link:hover,
.wishlist-link:focus {
    color: #c96
}

.search-toggle {
    position: relative;
    display: block;
    font-size: 2.4rem;
    line-height: 1;
    min-width: 2.5rem;
    padding: .3rem .2rem;
    font-weight: 400;
    color: #333;
    text-align: center;
    z-index: 11
}

.search-toggle:hover,
.search-toggle:focus,
.search-toggle.active {
    color: #c96;
    outline: none !important
}

.header-search {
    position: relative;
    margin: 0;
    font-size: 0;
    line-height: 1;
    padding: 0;
    border: none
}

.header-search .header-search-wrapper {
    position: absolute;
    right: -1.4rem;
    top: 50%;
    margin-top: -20px;
    display: none;
    align-items: stretch;
    overflow: visible;
    border-radius: 20px;
    width: 100%;
    min-width: 270px;
    background-color: #fff;
    border: .1rem solid #ebebeb;
    border-radius: 20px;
    z-index: 10
}

.header-search .header-search-wrapper.show {
    display: flex
}

.header-search .search-wrapper-wide {
    width: 570px
}

.header-search form {
    margin: 0
}

.header-search .select-custom {
    flex: 0 0 200px;
    max-width: 200px;
    padding-right: 0;
    margin: 0;
    align-self: center
}

.header-search .select-custom:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    width: .1rem;
    height: 2.6rem;
    margin-top: -1.3rem;
    background-color: #ebebeb
}

.header-search .select-custom::after {
    right: 2rem;
    color: #999;
    font-size: 1.2rem
}

.header-search .form-control,
.header-search select {
    line-height: 1;
    font-weight: 400;
    font-size: 1.4rem;
    letter-spacing: 0;
    background-color: #fff;
    margin: 0
}

.header-search .form-control {
    flex: 1 1 auto;
    padding: .9rem 5rem .9rem 2.3rem;
    width: 100%;
    margin: 0;
    height: 38px;
    line-height: 20px;
    border: none;
    border-radius: 20px;
    box-shadow: none
}

.header-search select {
    width: 100%;
    border: none;
    line-height: 38px;
    height: 38px;
    color: #777;
    padding: .1rem 4rem .1rem 2rem;
    border-radius: 0;
    -moz-appearance: none;
    -webkit-appearance: none
}

.header-search select:focus {
    outline: none !important
}

.header-search option {
    font-size: 1.3rem;
    padding: .1rem .3rem
}

.header-search .btn {
    flex: 0 0 40px;
    max-width: 40px;
    min-width: 0;
    height: 40px;
    font-weight: 400;
    font-size: 1.8rem;
    line-height: 1;
    border: 0;
    padding: 0;
    margin: 0;
    min-width: 0;
    cursor: pointer;
    margin-top: -1px;
    margin-right: -1px;
    margin-bottom: -1rem;
    border-radius: 0 20px 20px 0
}

.header-search .btn i {
    margin: 0 !important
}

.header-search-extended {
    margin-right: 19rem;
    width: 100%;
    max-width: 570px;
    margin-top: 2.2rem;
    margin-bottom: 2.2rem
}

.header-search-extended .header-search-wrapper {
    border-radius: 30px
}

.header-search-extended .form-control,
.header-search-extended select {
    font-weight: 300
}

.header-search-extended .form-control {
    height: 44px;
    padding-top: 1.2rem;
    padding-bottom: 1.2rem;
    padding-right: 2.4rem;
    border-radius: 30px 0 0 30px
}

.header-search-extended select {
    line-height: 44px;
    height: 44px
}

.header-search-extended .btn {
    flex: 0 0 70px;
    max-width: 70px;
    height: 46px;
    font-size: 2rem;
    border-radius: 0 30px 30px 0
}

.header-search-visible .search-toggle {
    display: none
}

.header-search-visible .header-search-wrapper {
    position: static;
    left: auto;
    right: auto;
    top: auto;
    margin-top: 0;
    display: flex
}

.header-search-no-radius .header-search-wrapper,
.header-search-no-radius .form-control,
.header-search-no-radius .btn {
    border-radius: 0
}

.header-search-no-round .header-search-wrapper {
    border-radius: .3rem
}

.header-search-no-round .form-control {
    border-radius: .3rem 0 0 .3rem
}

.header-search-no-round .btn {
    border-radius: 0 .3rem .3rem 0
}

.mobile-menu-toggler {
    border: none;
    background: transparent;
    color: #666;
    padding: .2rem .25rem;
    font-size: 2.8rem;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    margin-left: 1rem;
    margin-right: 1rem
}

.header-bottom .mobile-menu-toggler {
    margin-top: .55rem;
    margin-bottom: .55rem;
    margin-left: -.4rem
}

.menu .megamenu.demo {
    height: 60vh;
    overflow-x: hidden;
    overflow-y: scroll
}

.menu .megamenu.demo::-webkit-scrollbar {
    height: 10px;
    width: 7px
}

.menu .megamenu.demo::-webkit-scrollbar-thumb {
    background: #c0c0c0;
    border-radius: 10px
}

.menu .megamenu.demo::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 10px;
    margin: 8px;
    width: 100%;
    border: none;
}

.menu .megamenu.demo .demo-item.hidden {
    opacity: 0;
    max-height: 0;
    padding-bottom: 0;
    overflow: hidden;
    transform: translateY(50px);
    transition: all 0.5s
}

.menu .megamenu.demo .demo-item.show {
    opacity: 1;
    max-height: 100%;
    padding-bottom: 3rem;
    transform: translateY(0)
}

.disabled-hidden {
    opacity: 0;
    width: 0;
    height: 0;
    padding: 0 !important;
    overflow: hidden
}

.header-intro-clearance .header-middle .header-left,
.header-intro-clearance .header-bottom .header-left {
    flex: 0 0 calc((100% + 20px) / 4);
    max-width: calc((100% + 20px) / 4);
    margin: 0
}

.header-intro-clearance .header-middle .header-center,
.header-intro-clearance .header-bottom .header-center {
    flex: 0 0 calc((100% + 20px) / 2 - 20px);
    max-width: calc((100% + 20px) / 2 - 20px);
    margin: 0
}

.header-intro-clearance .header-middle .header-right,
.header-intro-clearance .header-bottom .header-right {
    margin-left: auto
}

.header-intro-clearance .header-bottom .menu>li>a {
    font-size: 1.4rem;
    letter-spacing: -.01em;
    text-transform: none
}

.header-intro-clearance .header-bottom .menu>li>a::before {
    top: 0
}

.header-intro-clearance .header-bottom .menu.sf-arrows>li>.sf-with-ul::after {
    right: 1.3rem
}

.header-intro-clearance .header-bottom .menu>li+li {
    margin-left: .7rem
}

.header-intro-clearance .header-bottom .header-left {
    align-self: stretch
}

.header-intro-clearance .header-bottom .header-right p {
    padding-right: .5rem;
    font-size: 1.4rem;
    font-weight: 500;
    letter-spacing: -.01em
}

.header-intro-clearance .header-bottom .header-right .highlight {
    color: #333
}

.header-intro-clearance .header-bottom .header-right i {
    color: #333;
    font-size: 1.6rem;
    letter-spacing: -.01em;
    margin-right: 1.5rem
}

.header-intro-clearance .header-intro-clearance .header-middle .header-right p {
    font-size: 1.1rem
}

.header-intro-clearance .top-menu {
    text-transform: none
}

.header-intro-clearance .header-dropdown>a,
.header-intro-clearance .header-dropdown>span {
    padding-right: 1.8rem;
    text-transform: none
}

.header-intro-clearance .header-dropdown>a:after,
.header-intro-clearance .header-dropdown>span:after {
    font-size: 1rem;
    margin-top: -.6rem
}

.header-intro-clearance .dropdown.category-dropdown {
    width: 275px;
    max-width: 95%
}

.header-intro-clearance .dropdown.category-dropdown .dropdown-toggle {
    color: #333;
    text-transform: none;
    padding-left: 5.5rem;
    min-width: 100%
}

.header-intro-clearance .dropdown.category-dropdown .dropdown-toggle i {
    font-size: 1rem;
    position: absolute;
    right: 1.5rem
}

.header-intro-clearance .dropdown.category-dropdown .dropdown-toggle::before {
    height: 0
}

.header-intro-clearance .dropdown.category-dropdown .dropdown-toggle::after {
    font-weight: 400;
    position: absolute;
    margin-left: 0;
    left: 1.5rem
}

.header-intro-clearance .header-menu ul {
    display: block
}

.header-intro-clearance .top-menu:not(.top-link-menu) .header-menu li+li {
    margin-left: 0
}

.header-intro-clearance .account,
.header-intro-clearance .wishlist,
.header-intro-clearance .compare-dropdown,
.header-intro-clearance .cart-dropdown {
    display: flex;
    align-self: stretch;
    align-items: initial
}

.header-intro-clearance .account>a,
.header-intro-clearance .wishlist>a,
.header-intro-clearance .compare-dropdown>a,
.header-intro-clearance .cart-dropdown>a {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center
}

.header-intro-clearance div.icon {
    position: relative;
    height: 3.2rem
}

.header-intro-clearance .account a {
    font-size: 3rem;
    color: #333;
    line-height: 1
}

.header-intro-clearance .wishlist a {
    font-size: 2.8rem;
    color: #333;
    line-height: 1
}

.header-intro-clearance .cart-dropdown .cart-count,
.header-intro-clearance .wishlist .wishlist-count {
    min-width: 1.6rem;
    height: 1.6rem
}

.header-intro-clearance .wishlist .wishlist-count {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1;
    color: #fff
}

.header-intro-clearance .wishlist .wishlist-count {
    position: absolute;
    top: 0;
    right: -.5rem
}

.header-intro-clearance .cart-dropdown .cart-count {
    position: absolute;
    top: 0;
    right: -.3rem
}

.header-intro-clearance .cart-dropdown,
.header-intro-clearance .wishlist,
.header-intro-clearance .account {
    padding-left: 2rem
}



.main-nav {
    margin-left: 2rem;
    display: none
}

.menu,
.menu ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.menu {
    display: flex;
    align-items: center
}

.menu li {
    position: relative
}

.menu li:hover>ul,
.menu li:hover>.megamenu,
.menu li.show>ul,
.menu li.show>.megamenu {
    display: block
}

.menu .megamenu-container {
    position: static
}

.menu ul {
    position: absolute;
    display: none;
    top: 100%;
    left: 0;
    z-index: 1002
}

.menu ul ul {
    top: -1.6rem;
    left: 100%
}

.menu .megamenu {
    display: none;
    position: absolute;
    left: 1.5rem;
    right: 1.5rem;
    top: 100%;
    z-index: 1002
}


.menu .megamenu>ul,
.menu .megamenu div>ul {
    display: block;
    position: static;
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
    box-shadow: none;
    margin-top: 0;
    padding: 0;
    min-width: 0
}

.menu ul,
.menu .megamenu {
    margin-top: 1px
}

.menu ul ul,
.menu .megamenu ul {
    margin-top: 0
}

.menu a:not(.btn) {
    display: block;
    position: relative;
    text-decoration: none
}

.menu a:not(.btn):focus {
    outline: none !important
}

.menu {
    line-height: 1.5
}

.menu li>a {
    color: #999999;
    font-weight: 300;
    font-size: 1.3rem;
    letter-spacing: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
    padding-left: 3rem;
    padding-right: 3rem
}

.menu>li>a {
    color: #333;
    font-weight: 500;
    font-size: 1.4rem;
    letter-spacing: -.01em;
    padding: 3.95rem 3rem;
    text-transform: uppercase
}

.menu>li+li {
    margin-left: 0
}

.menu.sf-arrows>li>.sf-with-ul {
    padding-right: 1rem;
    padding-left: 1rem;
}

.menu.sf-arrows .sf-with-ul {
    position: relative
}

.menu.sf-arrows ul .sf-with-ul {
    padding-right: 4rem
}

li.megamenu-container.active .sf-with-ul {
    border-bottom: 2px solid #e21f24;
}

.menu.sf-arrows ul .sf-with-ul:after {
    content: '\f112';
    right: 3rem
}

.menu .megamenu,
.menu ul {
    background-color: #e8e8e8;
    box-shadow: 5px 10px 16px rgba(51, 51, 51, 0.05), -5px 10px 16px rgba(51, 51, 51, 0.05);
    border-top: 1px solid #d9d9d9;
}

.demo-list {
    border-right: 1px solid #d9d9d9;
    padding-right: 80px;
}

.demo-item a:hover {
    color: #e41f24;
}

.menu-col {
    display: flex;
    justify-content: space-between;
}

.menu ul {
    min-width: 218px;
    padding: 1.6rem 0 2rem
}

.menu .megamenu li a {
    padding-right: 0;
    padding-left: 0
}

.menu .megamenu .btn {
    min-width: 210px;
    text-transform: uppercase
}

.menu .menu-col {
    padding-left: 3rem;
    padding-right: 3rem;
    margin-top: 2.2rem;
    padding-bottom: 2rem
}

.menu .menu-title {
    color: #333;
    font-weight: 400;
    font-size: 1.4rem;
    text-transform: uppercase;
    margin-bottom: .6rem
}

.menu .megamenu-action {
    padding-bottom: 2rem
}

.menu ul+.menu-title {
    margin-top: 1.5rem
}

.demo-list:last-child {
    border-right: none;
}

.menu .banner-title {
    margin: 0;
    font-weight: 400;
    font-size: 1.8rem;
    line-height: 1.25;
    text-transform: uppercase;
    letter-spacing: 0
}

.menu .banner-title span {
    font-size: 2.4rem
}

.menu .banner-content-top .banner-title span {
    line-height: 1.05;
    font-size: 3.1rem
}

.menu li:hover>a,
.menu li.show>a,
.menu li.active>a {
    color: #e41f24;
}

.header-bottom .main-nav {
    margin-left: 0
}

.header-bottom .menu .megamenu.megamenu-md {
    left: 0
}

.header-bottom .menu>li+li {
    margin-left: 1rem
}

.header-bottom .menu>li>a {
    padding: 1.65rem 1rem
}

.header-bottom .menu li:hover>a:before,
.header-bottom .menu li.show>a:before,
.header-bottom .menu li.active>a:before {
    transform-origin: left center;
    transform: scale(1, 1)
}



a {
    font-family: 'Poppins'
}

p {
    margin-bottom: 0;
    font-size: 1.4rem;
    font-weight: 400;
    font-family: 'Poppins';
    letter-spacing: 0;
    color: #000;
}

.header-2 {
    background-color: #fff
}

.header-2 .logo {
    margin-top: 5px;
    margin-bottom: 5px;
}

.header-2 .header-search-extended {
    margin-right: 0;
    max-width: none
}

.header-2 .header-search-extended .form-control {
    padding: 1.2rem 2.4rem 1rem 2rem;
    font-family: 'Poppins';
    letter-spacing: -.01em
}

.header-2 .header-search-extended .btn {
    height: 42px;
    background-color: transparent;
    color: #666;
    max-width: 60px
}

.header-2 .header-search-extended .btn:hover,
.header-2 .header-search-extended .btn:focus,
.header-2 .header-search-extended .btn:active {
    color: #a6c76c;
    background-color: transparent
}

.header-2 .header-search .search-wrapper-wide {
    width: unset
}

.header-2 .header-top {
    font-weight: 300;
    font-size: 1.4rem;
    background-color: #f8f8f8
}

.header-2 .header-top .header-left {
    display: flex;
    align-items: center
}

.header-2 .header-top .container::after,
.header-2 .header-top .container-fluid::after {
    height: 0
}

.header-2 .header-dropdown {
    padding-top: .75rem;
    padding-bottom: .75rem
}

.header-2 .header-dropdown+.header-dropdown {
    margin-left: 4rem
}

.header-2 .header-middle {
    border-bottom: none
}


.header-2 .sticky-header {
    background-color: #fff
}

.header-2 .mobile-menu-toggler {
    margin-left: 0
}

.header-2 .header-search .header-search-wrapper {
    border-color: #dadada
}

.header-2 .header-bottom {
    color: #fff
}

.header-2 .header-bottom .main-nav {
    margin-left: 0
}

.header-2 .header-bottom .menu ul,
.header-2 .header-bottom .menu .megamenu {
    margin-top: 0
}

.intro-slider-container,
.intro-slide {
    height: 360px;
    background-color: #8a8988
}

.intro-slide {
    display: flex;
    align-items: center;
    background-size: cover;
    background-position: center center
}

.intro-slide .btn-primary {
    color: #fff;
    background-color: transparent;
    border-color: #fff
}

.intro-slide .btn-primary:hover,
.intro-slide .btn-primary:focus {
    background-color: #a6c76c;
    border-color: #a6c76c
}

.intro-content {
    position: static;
    left: auto;
    top: auto;
    transform: translateY(0);
    -ms-transform: translateY(0)
}

.intro-subtitle {
    font-size: 1.6rem;
    font-weight: 400;
    letter-spacing: -.01em
}

.intro-title {
    font-weight: 600;
    letter-spacing: -.025em
}

.banner-group {
    margin-bottom: 3rem
}

.header-2 .header-top {
    font-weight: 300;
    font-size: 1.4rem;
    background-color: #000;
    padding: 10px 0;
}

.header-col {
    margin: auto;
}

.header p {
    color: #ffffff;
}

.header-2 .header-middle {
    border-bottom: none;
    background: #f7f7f7;
}

.header-2 .sticky-header {
    background-color: #e8e8e8;
}

.header-nav {
    margin: auto;
}

.header-intro-clearance .header-bottom .menu>li>a {
    font-size: 13px;
}

.header-bottom .menu>li>a {
    padding: 20px 0;
}

.intro-title {
    color: #fff;
    font-weight: 700;
    line-height: 70px;
}

.intro-title {
    margin-bottom: 5.5rem;
}

.intro-content .btn {
    border-radius: 4px;
}

.intro-slide .btn-primary:hover,
.intro-slide .btn-primary:focus {
    background-color: #e41f24;
    border-color: #e41f24;
}

.intro-content .btn {
    min-width: 135px;
}

.intro-content .btn {
    font-size: 1.4rem;
    min-width: 150px;
    padding-top: 15px;
    padding-bottom: 15px;
}

.header-2 .header-search-extended .form-control {
    padding: 1.2rem 0rem 1rem 1.5rem;
}

.header-2 .header-search-extended .btn {
    height: 42px;
    background-color: transparent;
    color: #000;
    max-width: 60px;
}

.card-box {
    width: 19%;
}

.in-col {
    background: #f5f5f5;
    padding: 8px;
}

.in-col.position-relative.rounded {
    height: 120px;
}

.sorting-bar .btn-list-view,
.sorting-bar .btn-grid-view {
    min-width: auto;
}

img.card-in-img {
    text-align: center;
    margin: auto;
    background-blend-mode: multiply;
    mix-blend-mode: multiply;
    height: 100%;
    object-fit: contain;
}

.card-text {
    text-align: left;
}

.card-text h6 {
    font-size: 16px;
    font-weight: 600;
    color: #000;
    line-height: 24px;
}

.card-text p {
    font-size: 16px;
    font-weight: 600;
    color: #DB4444;
    line-height: 24px;
}

.container.my-5.flash-saple .btn {
    padding: 12px 0;
}

.icon-star:before {
    content: '\f318'
}

.star-icon i {
    color: #FFAD33;
}

span.star-t {
    font-weight: 600;
    margin-left: 5px;
    font-size: 12px;
}

.card-box .card {
    border: none;
}

.view-col {
    margin-right: 5px;
}

.wish-col i {
    color: #000;
    font-size: 14px;
}

.view-col i {
    color: #000;
    font-size: 14px;
    opacity: 0.70;
}

.wish-col {
    height: 24px;
    width: 24px;
    min-width: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    border: none;
}

.view-col {
    height: 24px;
    width: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 20px !important;
    min-width: auto;
    z-index: 9;
}

.in-col span {
    font-weight: 300;
    font-size: 12px;
}

button.add-cart {
    transition: all .35s ease;
    opacity: 0;
    visibility: hidden;
    transform: translateY(100%);
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
}

.in-col:hover button.add-cart {
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
}

.icon-arrow-up:before {
    content: '\f122'
}

.icon-search:before {
    content: '\f2eb';
}

.icon-shopping-cart:before {
    content: '\f2fa';
}

.icon-user:before {
    content: '\f364';
}

.icon-heart-o:before {
    content: '\f234';
}

.icon-heart-o:before {
    content: '\f234';
}

.fa-eye:before {
    content: "\f06e";
}

.fa-phone:before {
    content: "\f095";
}

.fa-envelope:before {
    content: "\f0e0";
}

.fa-location-dot:before,
.fa-map-marker-alt:before {
    content: "\f3c5";
}

.icon-bars:before {
    content: '\f131'
}

.mb-6 {
    margin-bottom: 6rem !important;
}

.we-provide {
    text-align: center;
    position: relative;
    color: white;
    width: 100%;
    padding: 0;
}

.hero-section img {
    max-width: 100%;
    height: auto;
}

.hero-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
}

.hero-text h1 {
    color: #fff;
    font-size: 48px;
    font-weight: 700;
    line-height: 70px;
    letter-spacing: 1px;
}

.category-card {
    border: none;
    position: relative;
    text-align: center;
    background-color: #f5f5f5;
    margin-bottom: px;
}

.category-card.d-flex.flex-column-reverse.gap-4 {
    margin-bottom: 24px;
}

.category_text.fast-food h5 {
    font-size: 44px;
    text-align: left;
    padding: 0px 0 20px;
    text-align: center;
}

.category_text.bakery-title h5 {
    font-size: 36px;
    text-align: left;
    padding: 0px 0 20px;
}

.category_text {
    width: 100%;
}

.bakery-box {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.category-card img {
    max-width: 50%;
    height: auto;
    border-radius: 8px;
    margin: auto;
}

.bakerybox .category-card img {
    width: 214px;
    margin-left: inherit;
}

.category-card h5 {
    font-size: 1.25rem;
    font-weight: bold;
    margin-top: 15px;
    margin-bottom: 15px;
    color: #333;
    letter-spacing: 0px;
}

.category-card .btn {
    background-color: #ff4b5c;
    color: white;
    border-radius: 5px;
    padding: 10px 10px;
    font-weight: 400;
    font-weight: bold;
    font-size: 14px;
    min-width: 116px;
    font-weight: 500;
    height: 40px;
}

.category_text.box-com {
    text-align: left;
    padding-left: 40px;
}

.category_text.box-com h5 {
    font-size: 36px;
    text-align: left;
}

.category_text.fruit-box {
    bottom: 22px !important;
    top: auto;
}

.category_text.fruit-box h5 {
    font-size: 20px;
    text-align: left;
    padding: 15px 0 20px;
    font-weight: 500;
}

.category_text.rest-rant h5 {
    font-size: 26px;
    text-align: left;
    padding: 15px 30px 20px;
}

.category_text.rest-rant a {
    float: right;
    margin-right: 35px;
    margin-top: 50px;
}

.category_text.bio-text {
    top: auto;
    bottom: 50px;
    text-align: left;
    padding: 0 40px;
}

.category_text.bio-text h5 {
    font-size: 26px;
    text-align: left;
    padding: 15px 0 20px 0;
    line-height: 34px;
}

.category_text.deg-text h5 {
    font-size: 20px;
    text-align: left;
    padding: 70px 213px 0px 0px;
    line-height: 28px;
}

.category_text.deg-text {
    text-align: left;
    padding: 0 34px;
}

.category_text.fruit-box {
    bottom: 0px !important;
    top: auto;
    display: flex;
    padding: 0 30px;
    align-items: center;
    justify-content: space-between;
}

.bakerybox {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.icon-box.icon-box-side {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.icon-box-content .icon-box-title {
    text-align: center;
    font-size: 20px;
    color: #000;
    padding: 10px 0;
}

.icon-box-content p {
    color: #000;
    font-size: 14px;
    text-align: center;
}

.degradable-b {
    background: #f5f5f5;
}

.bio-row {
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
    gap: 20px;
}

.category_text.ml-bio {
    top: auto;
    bottom: 40px;
    padding: 0 30px;
}

.category_text.ml-bio h5 {
    font-size: 16px;
    line-height: 20px;
}

.category-card .btn:hover {
    color: #fff;
    background-color: #bb2d3b;
}

.footer {
    background-color: #000;
    color: #FAFAFA;
    padding: 60px 0 20px;
}

.footer a {
    color: #FAFAFA;
    text-decoration: none;
}

.footer a:hover {
    text-decoration: none;
    color: #cfc8c8;
}

.footer .copyright {
    border-top: 1px solid #333;
    padding-top: 10px;
    margin-top: 20px;
    font-size: 14px;
}

.footer h5 {
    color: #FAFAFA;
}

.footer p {
    color: #FAFAFA;
    display: inline-flex;
    gap: 10px;
}

.pr-right {
    padding-right: 30px;
}

ul.list-unstyled li {
    padding: 2px 0;
}

.icon-orders {
    margin: 20px 0;
}

.banner-content.banner-content-top {
    top: 2.6rem;
    transform: translateY(0);
    -ms-transform: translateY(0)
}

.banner-content.banner-content-bottom {
    bottom: 3rem
}

.banner-large .banner-content {
    left: 3rem
}

.btn.banner-link {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    text-transform: capitalize
}

.banner-subtitle {
    color: #666666;
    font-weight: 300;
    font-size: 1.4rem;
    letter-spacing: -.01em;
    margin-bottom: .6rem
}

.banner-subtitle.text-grey {
    color: #ebebeb
}

.banner-title {
    color: #333;
    font-weight: 600;
    font-size: 2.4rem;
    letter-spacing: -.025em;
    margin-bottom: 1.4rem
}

.banner-text {
    color: #666666;
    font-weight: 300;
    font-size: 2.4rem;
    line-height: 1.25;
    letter-spacing: -.01em;
    margin-bottom: 1.3rem
}

.banner-title+.banner-text {
    margin-top: -1.4rem
}

.banner-large .banner-text {
    color: #333
}

.product.product-8 .product-body {
    padding-top: 1.5rem;
    padding-left: 2rem;
    padding-right: 2rem
}

.product.product-8 .new-price {
    color: #ef837b
}

.product.product-8 .btn-product {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    background-color: #a6c76c
}

.product.product-8 .btn-product span {
    font-size: 1.3rem
}

.product.product-8 .btn-product:before {
    color: #fff
}

.product.product-8 .btn-product:hover,
.product.product-8 .btn-product:focus {
    background-color: #92b25a
}

.deal-container .banner-subtitle {
    color: #666;
    margin-bottom: .9rem;
    font-weight: 400
}

.deal-container .banner-content.banner-content-top {
    top: 4rem
}

.deal-container .banner-text {
    font-weight: 600
}

#scroll-top.show {
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    border-radius: 50px;
}

button.navbar-toggler {
    display: none;
}

nav.navbar {
    padding-bottom: 0;
}

.pack-img img {
    width: 100%;
}

.sidebar-cart-middle {
    position: relative;
    top: 0px;
    padding: 0 30px;
    overflow-y: scroll;
    height: 100%;
}


.category-card.pack-img {
    background: transparent;
    display: flex;
    flex-direction: column-reverse;
    justify-content: space-between;
}

#scroll-top {
    width: 5rem;
    height: 5rem;
    position: fixed;
    right: 50px;
    bottom: 128px;
    z-index: 999;
    color: #cccccc;
    display: none;
    align-items: center;
    justify-content: center;
    text-align: center;
    line-height: 1;
    visibility: hidden;
    opacity: 0;
    border-radius: 0;
    border: none;
    background-color: #fafafa;
    font-size: 3rem;
    transition: all 0.4s ease;
    transform: translateY(60px);
    -ms-transform: translateY(60px)
}

#scroll-top:hover,
#scroll-top:focus {
    color: #777;
    background-color: #eaeaea
}

#scroll-top.show {
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    border-radius: 50px;
}

.icon-box {
    color: #777;
    font-weight: 300;
    font-size: 1.6rem;
    line-height: 1.5;
    letter-spacing: -.01em;
    margin-bottom: 2rem
}

.icon-box-side {
    display: flex;
    align-items: center;
    width: 100%;
    padding-top: 2rem;
    padding-bottom: 2rem;
    margin-bottom: 0
}

.icon-box-side p {
    margin-bottom: 0
}

.icon-box-side .icon-box-icon {
    display: inline-block;
    line-height: 0;
    min-width: 7rem;
    text-align: center;
    margin-bottom: 0
}

.icon-box-side .icon-box-title {
    font-weight: 500;
    font-size: 1.6rem;
    letter-spacing: -.01em;
    margin-top: .2rem;
    margin-bottom: 0
}

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: .85rem 1.5rem;
    font-weight: 400;
    font-size: 1.4rem;
    line-height: 1.5;
    letter-spacing: -.01em;
    min-width: 170px;
    border-radius: 0;
    white-space: normal;
    transition: all 0.3s
}

@font-face {
    font-family: 'molla';
    src: url("../fonts/molla0ab2.eot?74273691");
    src: url("../fonts/molla0ab2.eot?74273691#iefix") format("embedded-opentype"), url("../fonts/molla0ab2.woff2?74273691") format("woff2"), url("../fonts/molla0ab2.woff?74273691") format("woff"), url("../fonts/molla0ab2.ttf?74273691") format("truetype"), url("../fonts/molla0ab2.svg?74273691#molla") format("svg");
    font-weight: normal;
    font-style: normal
}

[class^="icon-"]:before,
[class*=" icon-"]:before {
    font-family: "molla";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.demo-item {
    padding: 6px 0;
}

.demo-item a {
    color: #000;
}


/* New css  */

.grid-view-products .row {
    width: 100%;
}

.order-summary-top .product-options {
    display: block;
}

.grid-view-products .in-col {
    background-color: #f5f5f5;
    padding: 8px;
}

.view-col.badge {
    display: inline-block;
    width: 100%;
    padding: 0px;
}

.card-text h6 {
    font-size: 16px;
    font-weight: 500;
    color: #000;
    line-height: 24px;
    text-wrap: auto;
    text-align: left;
}

.card-text {
    margin-top: 20px;
}

.product-card {
    padding: 0px;
    border: none;
}

.in-col.position-relative.rounded {
    height: 220px;
}

.sale-badge.badge {
    min-width: 60px;
    position: static !important;
    padding: 8px;
    font-weight: 400;
}

.home-section-inner .home-slider-wrap {
    max-width: 100%;
    padding: 0px;
}

.home-section-inner .home-slider-wrap .slick-dotted.slick-slider {
    height: 600px;
}

.home-slider .slide-content .caption-1 {
    font-size: 48px;
    font-weight: 500;
    line-height: 58px;
    color: #ffffff;
}

.home-slider .slide-content .captions {
    width: 490px;
}

.home-slider.slick-initialized .slide .slide-content .btn-slider {
    background: transparent !important;
    font-weight: 500;
    border-color: #ffffff;
    border-radius: 4px;
}

.home-slider .slide-content {
    height: 600px;
    background: #0000006b;
}

.product-card .btn-add-to-cart {
    bottom: 0px;
}

.product-card:hover {
    border-color: transparent;
    box-shadow: none;
}

img.card-in-img {
    height: 130px;
}

.account-right .user-info {
    padding: 23px 30px !important;
}

span.previous-price {
    text-decoration: line-through;
    font-size: 12px;
    color: grey;
    font-weight: 500;
}

.header-intro-clearance .cart-dropdown {
    padding-left: 0 !important;
}

.header-column-right .header-cart {
    margin-left: 0;
}

.shopping-cart-table .number-picker {
    width: 100px;
}

.input-group-quantity .btn-number {
    border: none;
}

.badge-info {
    background-color: #17a2b8 !important;
}

.badge-warning {
    background-color: #ffc107 !important;
}

.badge-light {
    background-color: #f8f9fa !important;
}

.badge-dark {
    background-color: #343a40 !important;
}

.badge-success {
    background-color: #28a745;
}

.badge-primary {
    background-color: #007bff;
}

.badge-danger {
    background-color: #dc3545;
}

.badge-secondary {
    background-color: #6c757d;
}

.tests.grid-view-products .product-card {
    padding: 10px;
}

.quant {
    display: flex;
    flex-direction: row;
    gap: 10px;
}

.quant .input-group-quantity input {
    width: 100%;
}

.tests .card-box {
    width: 24%;
}

.quant .input-group-quantity {
    width: 70px;
}

.account-right .grid-view-products {
    margin: 0 0;
}

.tests .in-col.position-relative.rounded {
    margin-bottom: 10px;

}

.view-col.badge:has(i) {
    width: 30px;
    height: 30px;
    line-height: 34px;
    text-align: center;
    margin: 0px !important;
    position: absolute;
    z-index: 1;
}

.home-slider .slide-content .caption-2 {
    color: #fff;
}

.category-card img {
    margin: 0px;
}

.category_text.fast-food h5 {
    text-align: left;
}

.category-card {
    text-align: left;
    padding: 40px;
}

.category-card.pack-img {
    background: #f5f5f5;
    height: calc(100% - 24px);
}

.category-card img {
    max-width: 100%;
    margin-top: 40px;
}

.footer p {
    padding-bottom: 14px;
}

.subscribe>.row {
    width: 100%;
    display: flex;
}

.subscribe>.row .col-lg-9 {
    width: 50%;
}

.subscribe .subscribe-field .form-group>input {
    width: 400px;
}

.subscribe .subscribe-field .form-group>.btn-subscribe {
    background: #ec2f4c;
    border-color: #ec2f4c;
    border-radius: 6px !important;
}

.subscribe {
    padding: 40px 0 40px;
}

.category_text.fruit-box {
    padding: 30px 0px 0px 0px;
    gap: 20px;
}

.col-lg-4.col-md-4 .category-card img {
    max-width: 100%;
    margin-top: 40px;
    margin: auto;
    width: 85%;
    height: 220px;
}

.category-card {
    padding: 30px;
}

.col-lg-4.col-md-4 .category-card {
    height: 100%;
}

.col-lg-4:has(.category-card) {
    margin-bottom: 20px;
}

.category_text.fruit-box h5 {
    padding: 0px;
    margin: 0px;
}

.product-card:hover .product-rating {
    opacity: 1;
    visibility: visible;
}

.menu li>a {
    color: #000000;
}

.grid-view-products>.col {
    flex: 0 0 25%;
    max-width: 25%;
}

.search-result-middle .in-col.position-relative.rounded {
    height: 180px;
}


.filter-section {
    border: 1px solid #e5e5e5;
    border-radius: 4px;
    padding: 20px;
}

.product-details-tab.clearfix a.nav-link.active {
    border: none;
}

.tabs:not(.featured-categories-tabs) .tab-item:before,
.nav-tabs .nav-link:before {
    height: 2px;
}

.tabs:not(.featured-categories-tabs) .tab-item:after,
.nav-tabs .nav-link:after {
    display: none;
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
    border: none;
}

.home-slider .slide .slider-image {
    width: 100%;
    height: 600px;
    object-fit: cover;
}

.bakerybox .category-card img {
    margin-top: 10px;
}

.modal-content {
    border-radius: 10px;
}

.modal-body .newsletter-left .btn-subscribe {
    margin-left: 0px;
    background: #ec2f4c;
    border-color: #ec2f4c;
    border-radius: 0px 6px 6px 0px !important;
}

.modal-body .newsletter-left .btn-subscribe:hover {
    background: #bb2d3b;
    border-color: #bb2d3b;
}

.newsletter-left {
    width: 100%;
    text-align: center;
    padding: 41px 50px 4px;
}

.newsletter-right {
    width: 100%;
    height: 140px;
    margin-left: 50px;
}

.newsletter-inner {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.modal-body .newsletter-form input.form-control {
    width: 400px;
    border-radius: 4px 0px 0px 4px;
    border-right: none;
    font-size: 14px;
}

.newsletter-left .newsletter-form .form-group {
    justify-content: center;
}

.header-2 .header-search-extended .form-control {
    border-radius: 8px;
}

.header-2 .header-search .header-search-wrapper {
    border-radius: 8px;
    border: none;
}

.header-search .btn i {
    transform: rotate(270deg);
}

.header-column-right {
    padding: 0 4px;
}

.header-search-r {
    margin-right: 30px;
}

.header-intro-clearance .account {
    padding-left: 14px;
}

.menu li:hover>a,
.menu li.show>a,
.menu li.active>a {
    text-decoration: underline;
    text-underline-offset: 25px;
}

.sub-menu li:hover>a,
.sub-menu li.show>a,
.sub-menu li.active>a {
    text-decoration: none;
}

.home-slider .slide-content.align-left .captions {
    text-align: left;
    max-width: 1200px;
    margin: auto !important;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
}

.home-slider .slide-content .caption-1 {
    width: 41%;
}

.slick-dots li button:before {
    background-color: #b3aeae;
}

.slick-dots li.slick-active button:before {
    width: 14px;
    height: 14px;
    border-color: #fff;
    background-color: #dc3545;
    border-radius: 50px;
}

.slick-dots li.slick-active button,
.slick-dots li.slick-active,
.slick-dots li button:before,
.slick-dots li {
    width: 14px;
    height: 14px;
    border-radius: 50px;
    border: 2px solid transparent;
}

.product-card-buttons {
    display: flex;
    flex-direction: column;
    order: 1;
    align-items: center;
}

.product-card-elements {
    display: flex;
    justify-content: end;
    align-items: start;
}

button.wish-col.badge {
    position: static !important;
    z-index: 2;
}

.product-card-elements:has(.sale-badge) {
    justify-content: space-between;
}

.wish-col {
    height: 30px;
    width: 30px;
    margin: 6px 0px 8px 0px !important;
}

img.card-in-img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 130px;
    padding: 0px 20px;
}

.nice-select.form-control {
    font-size: 14px;
}

.product-details-tab>.tabs .nav-item {
    margin: 0 26px -1px 0px;
}

.product-details-tab>.tabs {
    justify-content: left;
}

.btn.btn-number {
    min-width: 40px;
}

.details-info-middle-actions {
    display: block !important;
}

button.btn.btn-primary.btn-add-to-cart {
    margin: 30px 0px 0px;
    height: 46px;
}

.accordion-header {
    padding: 20px !important;
}

.accordion-body {
    padding: 0px 20px 20px 20px !important;
}

.product-details-top .product-name {
    font-weight: 500 !important;
}

.product-details-top input.form-control {
    height: 36px;
}

.order-summary {
    border: 1px solid #eee;
    background: transparent;
    border-radius: 10px;
}

.btn-proceed-to-checkout,
.btn-apply-coupon {
    background: #ec2f4c;
    border-color: #ec2f4c;
    border-radius: 4px;
}

.btn-proceed-to-checkout:hover,
.btn-apply-coupon:hover,
.btn-proceed-to-checkout:active,
.btn-apply-coupon:active,
.btn-proceed-to-checkout:focus,
.btn-apply-coupon:focus,
.btn-place-order,
.btn-place-order:hover,
.btn-place-order:active,
.btn-place-order:focus {
    background-color: #e00a32 !important;
    border-color: #e00a32 !important;
}

.coupon-wrap .form-group {
    border: 1px solid #eee;
    padding: 4px;
    border-radius: 6px;
    display: inline-flex;
}

.coupon-wrap .form-group .form-input input {
    border: none;
    font-size: 14px;
}

.shopping-cart-table thead th {
    padding: 10px;
}

.TitleChar span {
    font-size: 16px !important;
    font-weight: 400;
}

.MsoTableGrid {
    width: 100% !important;
}





/* responive css start here */


@media screen and (min-width: 1920px) {
    .container-fluid {
        max-width: 1920px;
        margin-left: auto;
        margin-right: auto
    }
}

@media screen and (min-width: 1600px) {
    .header .container-fluid .megamenu-container {
        position: relative
    }

    .header .container-fluid .megamenu-container .megamenu {
        right: auto;
        width: 1170px
    }
}

@media screen and (min-width: 1280px) {
    .container {
        max-width: 1200px
    }
}


@media screen and (max-width: 991px) {
    .header-left .top-menu ul {
        right: auto;
        left: 0
    }

    .header-search {
        display: none
    }

    .header-search-extended {
        margin-right: 0
    }

    .header-search-extended .btn {
        height: 40px
    }

    .header-search-extended .form-control {
        height: 38px;
        padding-top: .9rem;
        padding-bottom: .9rem
    }

    .header-search-extended select {
        height: 38px;
        line-height: 38px
    }

    .header-search-visible .search-toggle {
        display: block
    }

    .header-search-visible .header-search-wrapper {
        position: absolute;
        right: -10rem;
        top: 100%;
        margin-top: .8rem;
        display: none;
        border-width: .4rem
    }

    .header-search-visible .header-search-wrapper:before {
        content: '';
        display: block;
        width: 0;
        height: 0;
        position: absolute;
        right: 10rem;
        bottom: 100%;
        border-style: solid;
        border-width: 0 11px 13px 11px;
        border-color: transparent transparent #ebebeb transparent
    }

    .header-bottom {
        display: none
    }
}

@media screen and (min-width: 992px) {
    .sticky-header.fixed {
        position: fixed;
        left: 0;
        right: 0;
        top: 0;
        z-index: 1040;
        animation-name: fixedHeader;
        animation-duration: .4s;
        background-color: #fff;
        box-shadow: 0 3px 6px rgba(51, 51, 51, 0.05)
    }

    .sticky-header.fixed .logo {
        margin-top: 0;
        margin-bottom: 0
    }

    .sticky-header.fixed.header-middle .menu>li>a {
        padding-top: 2rem;
        padding-bottom: 2rem
    }

    .main-nav {
        display: block
    }

    .nav-pills+.tab-content .tab-pane {
        padding-left: 1rem;
        padding-right: 1rem
    }

    .intro-slider-container,
    .intro-slide {
        height: 460px
    }

    .intro-title sup {
        font-size: 1.8rem
    }

    .banner-large .banner-content {
        left: 7rem
    }

    .banner-group .col-lg-3 {
        -ms-flex: 0 0 26.05%;
        flex: 0 0 26.05%;
        max-width: 26.05%
    }

    .banner-group .col-lg-4 {
        -ms-flex: 0 0 32.77%;
        flex: 0 0 32.77%;
        max-width: 32.77%
    }

    .banner-group .col-lg-5 {
        -ms-flex: 0 0 41.18%;
        flex: 0 0 41.18%;
        max-width: 41.18%
    }
}

@media screen and (min-width: 576px) {

    .intro-slider-container,
    .intro-slide {
        height: 400px
    }

    .footer-newsletter .input-group {
        flex-direction: row;
        align-items: stretch
    }

    .footer-newsletter .form-control {
        width: auto;
        margin-bottom: 0
    }
}


@media screen and (min-width: 768px) {


    #scroll-top {
        display: flex
    }

    .icon-box {
        margin-bottom: 4rem
    }

    .icon-box-side {
        margin-bottom: 0
    }

    .intro-slider-container,
    .intro-slide {
        height: 560px;
        position: relative;
        overflow: hidden;
    }

    .intro-title sup {
        font-size: 1.6rem
    }

    .banner-content.banner-content-top {
        top: 3.6rem
    }

    .banner-content.banner-content-bottom {
        bottom: 4rem
    }

    .banner-large .banner-content {
        left: 5rem
    }

    .intro-title {
        margin-bottom: 2.5rem
    }
}

@media screen and (min-width: 1200px) {

    .intro-slider-container,
    .intro-slide {
        height: 680px;
        position: relative;
        overflow: hidden;
    }

    .intro-content .btn {
        min-width: 170px
    }

    .intro-title {
        font-size: 5rem
    }

    .intro-title sup {
        font-size: 2rem
    }

    .intro-title span {
        font-weight: 300
    }
}


@media screen and (max-width: 1190px) {
    .header-bottom .container {
        display: contents;
        width: 100%;
    }

    .header-bottom .menu>li>a {
        padding: 20px 4px;
    }

    .container {
        padding-left: 20px;
        padding-right: 20px;
    }

    .menu.sf-arrows>li>.sf-with-ul {
        padding-right: .5rem;
        padding-left: .5rem;
    }

    .header-intro-clearance .header-bottom .menu>li>a {
        font-size: 12px;
    }
}

@media screen and (max-width: 1024px) {
    .show .header-bottom {
        display: block;
    }

    .main-nav {
        margin-left: 2rem;
        display: block;
    }

    .header-bottom {
        display: block;
    }

    #navbarNav {
        width: 100%;
    }

    .menu {
        display: block;
        align-items: center;
    }

    .header-nav {
        margin: auto;
        width: 100%;
    }

    .header-bottom .menu>li>a {
        padding: 12px 28px;
        border-bottom: 1px solid #ccc;
    }

    .menu .megamenu {
        position: sticky;
    }

    .demo-list {
        display: block;
        margin: 5px 0;
    }

    .demo-item {
        color: #999999;
        flex: 0 0 20%;
        max-width: 100%;
        padding: 10px 10px 0 30px;
        text-align: left;
        padding-bottom: 0;
        margin-bottom: auto;
    }

    .menu .megamenu,
    .menu ul {
        background-color: #e8e8e8;
        box-shadow: none;
    }

    .demo-item {
        color: #999999;
        flex: 0 0 20%;
        max-width: 100%;
        padding: 10px 20px;
        text-align: left;
        padding-bottom: 10px;
        margin-bottom: auto;
        border-bottom: 1px solid #ccc;
    }

    .header-intro-clearance .header-bottom .menu>li>a {
        font-size: 14px;
    }

    .demo-title {
        font-weight: 400;
        font-size: 14px;
        letter-spacing: .01em;
        color: #333;
    }

    .menu .menu-title {
        color: #333;
        font-weight: 500;
    }

    span.navbar-toggler-icon i.icon-bars {
        font-size: 28px;
        color: #000;
    }

    .header-2 .logo {
        margin-top: 5px;
        margin-bottom: 0rem;
        margin-left: 12px;
    }

    button.navbar-toggler {
        display: block;
    }

    .logo img {
        display: block;
        max-width: 75%;
    }

    .menu-col {
        display: block;
    }

    .demo-list {
        border-right: 0;
        padding-right: 0;
    }

    .menu .menu-col {
        display: block;
        margin-top: 0;
        padding-bottom: 0;
    }

    .hero-text h1 {
        color: #fff;
        font-size: 26px;
        font-weight: 700;
        line-height: 35px;
        letter-spacing: 1px;
    }

    .hero-text {
        width: 80%;
    }

    .category_text.rest-rant h5 {
        padding: 15px 30px 0px;
        font-size: 16px;
    }

    .category_text.fruit-box h5 {
        font-size: 14px;
        text-align: left;
        padding: 15px 0 20px;
    }

    .category_text.rest-rant a {
        margin-right: 14px;
        margin-top: 50px;
    }

    .category-card {
        margin-bottom: 10px;
    }

    .footer {
        background-color: #000;
        color: #FAFAFA;
        padding: 60px 0 20px 30px;
    }

    .footer p {
        word-break: break-word !important;
    }

    .category_text.deg-text h5 {
        font-size: 20px;
        text-align: left;
        padding: 70px 00px 0px;
        max-width: 350px;
    }

    .category_text.fast-food {
        top: 110px;
    }

    .category_text.fast-food h5 {
        font-size: 44px;
        padding: 0px 0 20px;
        text-align: center;
    }

    .category_text.bakery-title h5 {
        font-size: 36px;
    }

    .category_text.box-com h5 {
        font-size: 36px;
    }

    .title-pro.cat-title {
        margin-bottom: 20px !important;
        font-size: 32px;
    }

    .title-pro {
        margin-bottom: 0 !important;
        font-size: 32px;
    }

    .header-nav.navbar-nav {
        display: none;
    }

    .show .header-nav.navbar-nav {
        display: block;
    }

    li.megamenu-container.active .sf-with-ul {
        border-bottom: 1px solid #ccc;
    }

    nav.main-nav {
        padding: 0 20px;
    }

    li.megamenu-container.active {
        padding-left: 10px;
    }

    .btn {
        min-width: 130px;
    }

    .container.my-5.flash-saple .btn {
        padding: 10px 0;
    }

    .category_text.fast-food h5 {
        text-align: left;
    }

    .category_text.fruit-box {
        flex-flow: wrap;
        justify-content: center;
    }

    .show .header-nav.navbar-nav {
        display: block;
        position: absolute;
        top: 0px;
        z-index: 7;
        background: #eee;
    }

    .category_text.fruit-box h5 {
        font-size: 14px;
        text-align: center;
        padding: 0px;
    }

    .grid-view-products .row {
        margin: 0px;
    }

    .home-slider .slide-content .caption-1 {
        width: 60%;
    }
}

@media screen and (max-width: 991px) {
    .header-2 .header-search-visible .header-search-wrapper:before {
        border-bottom-color: #dadada
    }

    .home-slider .slide-content .caption-1 {
        width: 80%;
    }
}

@media screen and (max-width: 767px) {
    .home-category-2 {
        DISPLAY: BLOCK;
    }

    .home-category-2 img {
        margin-top: 40px !important;
    }

    .bakerybox .category-card img {
        width: 100%;
        margin-left: inherit;
    }

    .col-lg-4.col-md-4 .category-card img {
        width: 100%
    }

    .header-search .search-wrapper-wide {
        width: 420px
    }

    .header-search .select-custom {
        flex: 0 0 180px;
        max-width: 180px
    }

    .card-flex {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

    .card-box {
        width: 48%;
    }

    .intro-title {
        font-size: 20px;
        line-height: normal;
    }

    .page-wrapper {
        min-height: auto;
    }

    h2.title-pro {
        font-size: 26px;
        padding-bottom: 0;
        margin-bottom: 0;
    }

    .hero-text {
        width: 90%;
    }

    .hero-text h1 {
        font-size: 14px;
        line-height: 23px;
    }

    .category_text.box-com h5 {
        font-size: 30px;
        padding: 15px 0 20px;
    }

    .bakerybox {
        gap: 10px;
        margin-top: 10px;
    }

    .category_text.fast-food h5 {
        font-size: 36px;
        padding: 30px 0 10px;
    }

    .category_text.bakery-title h5 {
        font-size: 22px;
        padding: 8px 0 0px;
    }

    .category_text.box-com {
        padding-left: 30px;
    }

    .category_text.box-com h5 {
        font-size: 20px;
        padding: 15px 0 20px;
    }

    .row.mt-2.fruit-row {
        margin-top: 10px !important;
    }

    .category_text.fruit-box h5 {
        font-size: 20px;
        padding: 0px;
    }

    .fruit-row .category-card {
        margin-bottom: 10px;
    }

    .cat-title {
        margin-bottom: 20px !important;
    }

    .category_text.bio-text h5 {
        font-size: 14px;
        text-align: left;
        padding: 10px 0 0px 0;
        line-height: 20px;
    }

    .bio-row {
        justify-content: center;
        flex-wrap: wrap;
        margin-top: 100px;
    }

    .footer {
        background-color: #000;
        color: #FAFAFA;
        padding: 60px 20px 20px;
    }

    .pr-right {
        margin-bottom: 20px;
    }

    .category_text.fast-food {
        top: 35px;
    }

    .category_text.deg-text {
        max-width: 300px;
    }

    .title-pro.cat-title {
        margin-bottom: 20px !important;
        font-size: 26px;
    }

    .mb-6 {
        margin-bottom: 4rem !important;
    }

    .subscribe>.row .col-lg-9 {
        width: 100%;
    }

    .subscribe .subscribe-field .form-group>input {
        width: 100%;
    }

    .grid-view-products .row {
        margin: 0px;
    }

    .home-slider .slide-content .caption-1 {
        font-size: 32px;
        line-height: 34px;
    }

    .home-slider .slide .slider-image {
        width: 100%;
        height: 400px;
    }

    .home-slider .slide-content {
        height: 400px;
    }

    .slick-dots li {
        height: 6px;
        width: 6px;
        margin: 0 6px 12px;
    }

    .grid-view-products>.col {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .home-slider .slide-content .caption-1 {
        width: 80%;
    }

    .modal-body .newsletter-form input.form-control {
        width: 190px;
    }

    .newsletter-left .newsletter-form .form-group {
        flex-direction: row;
    }

    .newsletter-left .btn-subscribe {
        margin: 0px;
    }

    .newsletter-wrap .modal-dialog {
        width: calc(100% - 10px);
    }

}

@media screen and (max-width: 575px) {
    .header-search .search-wrapper-wide {
        width: 300px
    }

    .header-search .select-custom {
        display: none
    }

    .compare-dropdown,
    .wishlist-link {
        display: none
    }

    .cart-dropdown {
        padding-left: 1.4rem
    }

    .newsletter-wrap .modal-dialog {
        width: calc(100% - 10px);
    }

    .form-check {
        padding-left: 0px;
    }

    .newsletter-left {
        padding: 21px 20px 4px;
    }

    .newsletter-left .btn-subscribe {
        min-width: 100px;
    }
}

.newattribute-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-weight: 400;
    font-size: 1.4rem;
    line-height: 1.5;
    letter-spacing: -.01em;
    border-radius: 0;
    white-space: normal;
    transition: all 0.3s;
    width: fit-content;
}

.list-product-card-inner .btn-add-to-cart>i {
    font-size: 15px;
    margin: 0px 8px 0 0 !important;
    vertical-align: top;
}

.list-product-card-inner .product-card-actions .btn-wishlist {
    margin-right: 0px !important;
}

.product-card-actions .btn-wishlist {
    justify-content: left !important;
}

.product-card-actions .btn-compare {
    justify-content: left !important;
}

div#collapseDescription span,
div#collapseDescription strong,
div#collapseDescription p,
div#collapseDescription,
div#description span,
div#description strong,
div#description p,
div#description {
    font-family: "Rubik", Arial, Helvetica, sans-serif !important;
    font-size: 15px !important;
    line-height: 26px;
}

.product-info-accordions .accordion-body strong {
    color: #444444;
}

div#description span {
    color: #000;
}

.custom-radio-option {
    display: flex;
    align-items: center;
}

.captcha-input {
    margin-left: 0px;
}

.list-product-card-inner .btn-add-to-cart {
    padding: 7px 20px 6px;
}

.grid-view-products .in-col.position-relative.rounded {
    height: 220px !important;

}

.product-card button.wish-col.badge {
    position: absolute !important;
}

.product-card .view-col {
    top: 42px !important;
    height: auto;
}

.size-options {
    display: flex;
    flex-wrap: nowrap;
    /* Prevent wrapping */
    overflow-x: auto;
    /* Enable horizontal scroll */
    white-space: nowrap;
    /* Extra safety */
    gap: 10px;
    padding-bottom: 5px;
    /* optional for scrollbar spacing */
}

/* Optional: better UX */
.size-options::-webkit-scrollbar {
    height: 6px;
}

.size-options::-webkit-scrollbar-thumb {
    background: #ccc;
    border-radius: 10px;
}

.product-options-wrap .size-options input {
    display: none;
}

.product-savings {
    margin-right: 10px !important;
    font-size: 10px;
    color: green;
    margin-bottom: 5px;
}

.form-check.custom-radio-option {
    padding: 3px 10px;
    border: 1px solid #00000021;
}

.custom-radio-option:has(input:checked) {
    border: 2px solid #000;
    /* your active color */
}

@media (max-width:767px) {
    .grid-view-products .card-box {
        width: 48% !important;
    }
}

.checkout-right .coupon-wrap .form-group .btn-apply-coupon {
    width: min-content !important;
    padding: 7px 15px !important;
    min-width: unset;
}

@media (max-width:400px) {
    .grid-view-products .card-box {
        width: 100% !important;
    }

    .checkout-right .coupon-wrap .form-group .btn-apply-coupon {
        width: 100% !important;
    }
}

.product-card .view-col {
    top: 42px !important;
    right: 8px !important;
}

.product-card button.wish-col.badge {
    right: 8px !important;
}


.coupon-wrap .form-group .form-input input {
    width: 100% !important;
}
#description ul li {
    list-style: disc;
}

#description ol li {
    list-style: auto;
}

.tab-content li {
    list-style: none;
}