:root {
    --primary-color: #16e500;
    --secondary-color: #0f3677;
}

.primary-color {
    color: var(--primary-color);
}

.secondary-color {
    color: var(--secondary-color);
}

.text-second {
    color: var(--secondary-color) !important;
}

a {
    text-decoration: none;
}

::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}

::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px var(--primary-color);
    border-radius: 10px;
}

::-webkit-scrollbar-thumb {
    background: var(--primary-color);
    border-radius: 10px;
}

::-webkit-scrollbar-thumb:hover {
    background: var(--primary-color)
}

.text-right {
    text-align: right !important;
}

.text-first {
    color: var(--primary-color) !important;
}

.bg-img {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}


.bg-first {
    background: var(--primary-color) !important;
}

.bg-success {
    background: #7ED321 !important;
}

.bg-white {
    background: #fff !important;
}

.label-primary {
    background: var(--primary-color);
    color: #fff;
}

label.label {
    display: inline-block;
    text-align: center;
    font-size: 0.75rem;
    padding: .2rem .8rem;
}

.label-secondary {
    background: var(--secondary-color);
    color: #000;
}

.label-info {
    background: #50E3C2;
    color: #fff;
}

.label-success {
    background: #7ED321;
    color: #fff;
}

.label-warning {
    background: #FFAA16;
    color: #fff;
}

.label-danger {
    background: #FF1616;
    color: #fff;
}

.label-light {
    background: #dadada;
    color: #000;
}

.label-dark {
    background: #454545;
    color: #fff;
}

.btn-light {
    background-color: #dadada;
}

.btn-white {
    border-color: var(--primary-color);
    color: var(--primary-color);
    background-color: #fff;
}

.btn-white:hover {
    background: var(--primary-color);
    color: #fff;
}

.btn-active {
    background: #38a638;
    color: #fff;
}

.btn-inactive {
    background: #778899;
    color: #fff;
}


ul.list-style {
    padding: 0px;
    margin: 0px;
    list-style: none;
}

.top-header {
    background: var(--primary-color);
    padding: 11px 0px;
}

.navabr-div {
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 41px;
}

.navabr-div ul {
    list-style: none;
    gap: 0 32px;
    display: flex;
}

.navabr-div ul li {
    position: relative;
    transition: all 0.6s;
}

.navabr-div ul li .nav-link {
    text-align: left;
    text-decoration: none;
    font-weight: 500;
    font-size: 17px;
    color: #3e3d3d;
    padding: 17px 0px;
    transition: all 0.3s;
    text-transform: capitalize;
    position: relative;
    display: block;
}

.mainheader {
    border-bottom: 1px solid #e6e6e6;
    width: 100%;
    background: #fff;
    transition: .3s;
    padding: 20px 0;
    position: relative;
    z-index: 9;
}

.navabr-div .navlist ul li:hover .sub-menu {
    display: block;
}

.navabr-div .navlist .sub-menu {
    width: 215px;
    position: absolute;
    top: 50px;
    left: 0;
    box-shadow: 0 0 10px 0 rgba(0, 24, 128, 0.1);
    display: none;
    z-index: 2;
    border: 1px solid #ecf3fa;
    padding-left: 0;
    background-color: #fff;
    border-radius: 6px;
    transition: all .2s ease-in-out;
}

.navabr-div .navlist .sub-menu li {
    list-style: none;
    border-bottom: 1px solid #ecf3fa;
    padding: 0;
}

.navabr-div .navlist .sub-menu li .sub-item {
    font-size: 14px;
    width: 100%;
    justify-content: space-between;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #ecf3fa;
    padding: 11px 15px 11px 15px;
    white-space: nowrap;
    color: #000;
    font-weight: 500;
}


.navabr-div .navlist .sub-menu li .sub-item:hover {
    background: var(--primary-color);
    color: #fff;
}

.navabr-div .navlist ul li a i {
    font-size: 11px;
    padding-left: 7px;
}

.header-con-opt .inner-flex {
    display: flex;
    align-items: center;
    gap: 13px;
}

.header-con-opt .inner-flex i {
    color: #666666;
    font-size: 30px;
}

i.bi.bi-telephone {}

.header-con-opt .text {
    text-align: left;
}

.header-con-opt .text span {
    display: block;
    font-size: 14px;
    font-weight: 400;
    color: #848484;
}

.header-con-opt .text .call-num {
    line-height: 1.4;
    font-size: 20px;
    font-weight: 700;
    color: #000;
}

.right-opts .icon-div:before {
    content: "";
    position: absolute;
    top: -100%;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    z-index: -1;
    cursor: pointer;
    transition: all 500ms ease-in;
    color: #fff;
}

.right-opts .icon-div:hover {
    color: #fff;
    z-index: 2;
}

.right-opts .icon-div:hover::before {
    background-color: var(--primary-color);
    top: 0;
}

.right-opts .icon-div {
    position: relative;
    background: #d7ffd3;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    color: #000;
    transition: all 500msease;
    overflow: hidden;
}

.navabr-div .right-opts ul {
    gap: 18px;
    justify-content: space-between;
    display: flex !important;
}

.banner-content {
    padding: 137px 0;
}

.banner-content h6 {
    font-size: 33px;
    font-weight: 300;
    color: var(--primary-color);
    margin-bottom: 6px;
}

.banner-content h4 {
    font-size: 72px;
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 29px;
    color: #fff;
}

.banner-content h4 span {
    font-weight: 900;
    font-size: 101px;
    color: #eee;
}

.banner-content p {
    font-size: 19px;
    color: #ddd;
}

.banner-slider.no-arrow {}

.with-dots ul.slick-dots {
    display: block;
    bottom: 42px;
}

ul.slick-dots {
    position: absolute;
    left: 50%;
    bottom: 0px;
    padding: 0;
    transform: translate(-50%, 0);
    margin: 0px;
}

ul.slick-dots li {
    margin-right: 6px;
    border-color: #909BA9;
    border: 1px solid #909BA9;
    background: #909BA9;
    border-radius: 50%;
    display: inline-block;
    width: 7px;
    height: 7px;
}

ul.slick-dots li button {
    display: none;
}

ul.slick-dots li.slick-active {
    border-color: var(--primary-color);
    border: 1px solid var(--primary-color);
    background: var(--primary-color);
}

.no-arrow .slick-arrow {
    display: none !important;
}

.slick-slide {
    height: auto;
}

.default-padding {
    padding: 70px 0;
}

.or-perk-box {
    border: 1px solid transparent;
    padding: 47px 0px;
    background: linear-gradient(270deg, rgba(184, 219, 29, 0.12) 0%, rgba(38, 207, 116, 0.12) 100%);
}

.or-perk-box .inner {
    display: flex;
    justify-content: space-around;
}

.or-perk-box .inner .p-box {
    display: flex;
    align-items: center;
    width: 18%;
}

.or-perk-box .inner .p-box img {
    width: 63px;
}

.or-perk-box .inner .p-box .text {
    margin-left: 16px;
}

.or-perk-box .inner .p-box .text h5 {
    line-height: 28px;
    margin-bottom: 0px;
    font-size: 20px;
}

.sec-title {
    position: relative;
    margin-bottom: 25px;
}

.sec-title h3 {
    margin-bottom: 0px;
    font-size: 35px;
    font-weight: 700;
    text-transform: uppercase;
    position: relative;
    padding-left: 13px;
    color: var(--secondary-color);
}

.sec-title:before {
    content: "";
    position: absolute;
    top: 11px;
    left: 0;
    width: 2px;
    height: 25px;
    background: #979797;
}

.pr-cbox {
    overflow: hidden;
    height: 324px;
    border-radius: 10px;
    position: relative;
    transition: all .4s;
    cursor: pointer;
}

.pr-cbox img {
    transition: transform .3s ease;
    width: 100%;
    height: 100%;
    background-size: cover;
    object-fit: cover;
    background-attachment: fixed;
}

.pr-cbox .pr-cat {
    position: absolute;
    z-index: 1;
    width: 100%;
    bottom: 0px;
    text-align: center;
    background: #00000070;
    border-top-left-radius: 65px;
    border-top-right-radius: 65px;
    -webkit-transition: all .4s;
}

.pr-cbox .pr-cat h4 {
    margin-bottom: 0px;
    padding: 10px 0;
    color: #fff;
    font-size: 21px;
}

.pr-cbox:before {
    overflow: hidden;
    content: '';
    background: #0009;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    visibility: hidden;
    transform: translate3d(0, 2rem, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);
    left: 0;
    opacity: 0;
    transition: transform .3s cubic-bezier(.175, .885, .32, 1.275);
}


.pr-cbox:hover::before {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    pointer-events: all;
    z-index: 1;
}

.pr-cbox:hover .pr-cat {
    background: transparent;
    top: 50%;
    transform: translate(0%, -16%);
}

.pr-cbox:hover img {
    transform: scale(1.03);
}

.of-h {
    overflow: hidden !important;
}

.flex-box {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
}

.flex-box .inner-box {
    position: relative;
    width: 33.33%;
}

.flex-box .inner-box .img-wrapper {
    transition: all .4s;
    overflow: hidden;
    position: relative;
}

.flex-box .inner-box .img-wrapper img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    width: 100%;
    transition: all .4s;
}

.flex-box .inner-box .text-wrap {
    text-align: center;
    transition: all .4s;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    padding: 30px;
    transform: none;
    transform: translate(-50%, -50%);
    opacity: 0;
    width: 100%;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
}

.flex-box .inner-box .text-wrap h4 {
    color: #fff;
    font-size: 30px;
    margin-bottom: 0px;
}

.flex-box .inner-box:hover:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: #0009;
}

.flex-box .inner-box:hover .img-wrapper img {
    transform: scale(1.03);
}

.flex-box .inner-box:hover .text-wrap {
    opacity: 1;
}

.product-box .img-div {
    margin-bottom: 10px;
    overflow: hidden;
    border-radius: 8px;
    position: relative;
}

.product-box .img-div img {
    height: 240px;
    border-radius: 8px;
    transition: transform .3s ease;
}


.product-box .pr-text .pr-cat {
    margin-bottom: 7px;
    font-size: 13px;
    color: #9a9a9a;
    font-weight: 500;
}

.product-box .pr-text .pr-name {
    font-size: 19px;
    color: #404040;
    margin-bottom: 10px;
}

.product-box .pr-text .pr-price {
    font-size: 21px;
    font-weight: 700;
    margin-bottom: 5px;
    color: #3a6931;
}

.product-box {
    border: 1px solid #DFE1ED;
    box-shadow: 10px 10px 20px 0px rgb(0 0 0 / 6%);
    background: #ffffff;
    border-radius: 15px;
    overflow: hidden;
    padding: 10px 10px;
    position: relative;
    z-index: 1;
    transition: all 0.3s ease-out 0s;
}

.product-box .pr-text .pr-price span {
    text-decoration: line-through;
    font-size: 15px;
    font-weight: 400;
}

.product-box:hover .img-div img {
    transform: scale(1.03);
}

.brand-box {
    padding: 14px 31px;
    width: 100%;
    height: 100px;
    display: table;
    background: #f3f3f3;
    margin-bottom: 10px;
    border-radius: 10px;
}

.brand-box .inner {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    /* background: #f3f3f3; */
    border-radius: 50%;
}

.brand-box .inner img {
    display: block;
    width: auto;
    max-height: 70px;
    margin: 0 auto;
    max-width: 100%;
    transform: scale(1);
    transition: all 0.9s;
}


.brands-slider .slick-slide {
    margin: 0 13px;
}

.product-box:hover h5.pr-name {
    color: var(--primary-color);
}

.brands-slider .brand-name {
    text-align: center;
    font-size: 18px;
    color: #000;
    transition: .4s
}

.brands-slider .slick-slide:hover .brand-name {
    color: var(--primary-color);
}

.no-dots ul.slick-dots {
    display: none !important;
}

.slick-arrow {
    position: absolute;
    top: 44%;
    border: none;
    background-color: var(--primary-color);
    width: 40px;
    height: 40px;
    font-size: 17px;
    line-height: 60px;
    border-radius: 50%;
    text-align: center;
    transition: all ease .5s;
    z-index: 1;
}

.slick-arrow:hover {
    background: #000;
    color: #fff;
}

.PrevArrow.slick-arrow {
    left: -7%;
}

.NextArrow.slick-arrow {
    right: -7%;
}

.brands-slider {}

.brands-slider .slick-arrow {
    right: 0px;
    top: -69px;
}

.brands-slider .PrevArrow.slick-arrow {
    right: 47px;
    left: unset;
}

.product-box .img-div .img-swap-div {
    text-align: center;
}

.product-box .img-div .img-swap-div .first-img {
    transition: all .7s linear;
}

.product-box .img-div .img-swap-div .onhov-img {
    transition: all .7s linear;
    display: block;
    height: auto;
    max-width: 100%;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    -ms-opacity: 0;
    -o-opacity: 0;
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
}

.product-box .img-div .pr-acc-opt {
    position: absolute;
    right: 1.25rem;
    top: 1.25rem;
}

.product-box .img-div .cart-btn {}

.product-box .img-div .pr-acc-opt .op-btn {
    margin-bottom: 5px;
    transition: all .65s;
    opacity: 0;
    transform: translateY(-25px);
    visibility: hidden;
}

.product-box .img-div .pr-acc-opt .op-btn .icon-btn {
    background-color: #fff;
    border-radius: 100%;
    box-shadow: 4px 4px 20px rgba(0, 0, 0, .102);
    color: #000000;
    display: block;
    font-size: 16px;
    font-weight: 400;
    height: 40px;
    line-height: 40px;
    text-align: center;
    transition: all .45s;
    width: 40px;
    display: flex;
    position: relative;
    align-items: center;
    justify-content: center;
}

.product-box .img-div .cart-btn {
    bottom: 10px;
    height: 50px;
    left: 20px;
    line-height: 50px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    transform: translateY(20px);
    transition: all .45s;
    visibility: hidden;
    width: calc(100% - 40px);
    right: 1.25rem;
}

.btn.btn1 {
    box-shadow: 4px 4px 20px rgba(0, 0, 0, .102);
    color: #000000;
    background: #fff;
    border-radius: 3px;
    transition: all .45s;
    width: 100%;
    padding: 10px 20px;
    font-size: 13px;
    font-weight: 600;
}

.product-box:hover .img-swap-div {}

.product-box:hover .img-swap-div .first-img {
    -webkit-opacity: 0;
    -moz-opacity: 0;
    -ms-opacity: 0;
    -o-opacity: 0;
    opacity: 0;
}

.product-box:hover .img-swap-div .onhov-img {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    opacity: 1;
}

.product-box:hover .pr-acc-opt {}

.product-box:hover .pr-acc-opt .op-btn {
    opacity: 1;
    transform: translateY(0);
    visibility: inherit;
}

.product-box .img-div .pr-acc-opt .op-btn .icon-btn:hover {
    background: var(--primary-color);
    color: #fff;
}

.product-box:hover .img-div .cart-btn {
    opacity: 1;
    transform: translateY(0);
    visibility: visible;
    overflow: visible;
    right: 0px;
    z-index: 1;
}

.btn.btn1:hover {
    background: var(--primary-color);
    color: #fff;
}

.product-slider .slider-item {
    margin: 0 5px;
}

.search-box-div .search-inner {
    position: relative;
    width: 400px;
}

.search-box-div .search-inner .form-control {
    border: 1px solid #c9c9c9;
    padding: 11px 20px 12px 20px;
    border-radius: 30px;
}

.search-box-div .search-inner .srh-btn {
    border: none;
    background: var(--primary-color);
    color: #fff;
    width: 40px;
    height: 40px;
    position: absolute;
    right: 6px;
    border-radius: 50%;
    top: 5px;
}

.search-box-div .search-inner .form-control:focus {
    box-shadow: none;
    border-color: var(--primary-color);
}

.menu-header {
    box-shadow: 0 4px 7px rgba(0, 0, 0, 0.06);
}

.navabr-div .navlist .sub-menu li.menu-drop.inner-sub-menu .sub-menu {
    position: absolute;
    top: 0;
    left: 100%;
    border-radius: 0 4px 4px 4px;
    z-index: 1;
    display: none;
}

.navabr-div .navlist .sub-menu li.menu-drop.inner-sub-menu:hover .sub-menu {
    display: block;
}

.navabr-div ul li.all-cat-menu .nav-link {
    padding: 17px 15px;
    background: linear-gradient(270deg, rgba(184, 219, 29, 0.12) 0%, rgba(38, 207, 116, 0.12) 100%);
    color: #056833;
}

.top-footer-inner {
    padding: 40px  0;
    border-bottom: 1px solid #e6e6e6;
}

.newslettter-div {
    display: flex;
    justify-content: center;
}

.newslettter-div .inner {
    display: flex;
    align-items: center;
    gap: 15px;
}

.newslettter-div .inner .text {}

.newslettter-div .inner .text h5 {
        font-size: 19px;
    margin-bottom: 3px;
    line-height: 1.2;
    color: #010101;
}

.newslettter-div .inner .text p {
       font-size: 13px;
    margin-bottom: 0;
    line-height: 1.75;
    color: #666666;
}

.f-logo {}

.f-logo img {
    width: 169px;
}

.subscribe-div {}

.subscribe-div .inner {
    position: relative;
}

.subscribe-div .inner .form-control {
    border: 1px solid #d6d6d6;
    padding: 14px 124px 14px 25px;
    border-radius: 30px;
}

.subscribe-div .inner .subs-btn {
    padding: 8px 17px;
    position: absolute;
    width: auto;
    border-radius: 30px;
    right: 8px;
    top: 9px;
    box-shadow: none;
    background: var(--primary-color);
    color: #fff;
}

.main-footer {
    padding: 46px 0;
}

.footer-widget {}

.footer-widget .w-title {
    margin-bottom: 20px;
}

.footer-widget .w-title h4 {
    margin-bottom: 0px;
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 1.2;
}

.footer-widget p.abt-com {
    color: #666666;
    margin-bottom: 20px;
    font-size: 15px;
    margin-right: 47px;
}

.ic-contact-div {
    display: flex;
    margin-bottom: 21px;
    gap: 12px;
    align-items: end;
}

.ic-contact-div .call-img {
    width: 41px;
}

.ic-contact-div i {
    font-size: 27px;
    color: #666666;
}

.ic-contact-div .call-num {
    display: block;
    line-height: 21px;
    font-size: 20px;
    font-weight: 700;
    color: var(--primary-color);
    margin-top: 5px;
}

h6.sm-heading {
    color: #666666;
}

.social-media {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}

.social-media li {}

.social-media li a {
    width: 40px;
    height: 40px;
    border-radius: 50px 50px 50px 50px;
    color: #FFFFFF;
    font-size: 15px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: all .21s ease-in-out;
    overflow: hidden;
}

.social-media li a i {}

a.facebook {
    background-color: #1877F2;
}

a.twitter {
    background-color: #1A1A1A;
}

a.whatsapp {
    background-color: #25D366;
}

a.insta {
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
}

.footer-copyright {
    background: var(--primary-color);
    padding: 18px 0;
}

.footer-copyright .cpy-text {
    margin-bottom: 0px;
    color: #fff;
    font-weight: 500;
    font-size: 15px;
}

.footer-copyright .cpy-text a {
    color: #000;
}

ul.fw-list {}

ul.fw-list li {
    position: relative;
    margin-bottom: 0;
}

ul.fw-list li a {
    position: relative;
    text-transform: uppercase;
    font-size: 15px;
    color: #666666;
    padding: 0px 0px 10px 0px;
    display: inline-block;
}

ul.fw-list li a:before {
    background-color: var(--primary-color);
    position: absolute;
    content: "";
    bottom: 8px;
    left: 0;
    height: 1px;
    width: 0;
    opacity: 0;
    transition: .5s;
}

ul.fw-list li a:hover {
    color: var(--primary-color);
}

ul.fw-list li a:hover::before {
    width: 100%;
    opacity: 1;
}

.newslettter-div .inner .icon i {
    font-size: 28px;
}

.b-left {
    border-left: 1px solid #e6e6e6;
    padding-left: 30px;
}

.b-right {
    border-right: 1px solid #e6e6e6;
    margin-right: 17px;
}

.product-box .dis-badge {
    font-size: 16px;
    width: 40px;
    height: 40px;
    font-weight: 700;
    border-radius: 50px;
    line-height: 34px;
    position: absolute;
    background: #2b8c18;
    z-index: 1;
    color: #fff;
    right: 2px;
    top: 2px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.product-box .dis-badge span {
    display: flex;
    align-items: center;
    justify-content: center;
}

.flex-box .inner-box:nth-child(2):before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: #0009;
}

.flex-box .inner-box:nth-child(2) .img-wrapper img {
    transform: scale(1.03);
}

.flex-box .inner-box:nth-child(2) .text-wrap {
    opacity: 1;
}

.navlist {
    width: 100%;
}

.menu-header .navabr-div ul {
    justify-content: space-between;
}

.contact-float {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 9;
}

.whatsapp-ring {
    position: relative;
    visibility: visible;
    background-color: transparent;
    width: 110px;
    height: 110px;
    cursor: pointer;
    z-index: 11;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    transition: visibility .5s;
    left: 0;
    bottom: 0;
    display: block;
}

.whatsapp-ring-circle {
    width: 110px;
    height: 110px;
    top: 0;
    left: 0;
    position: absolute;
    background-color: transparent;
    border-radius: 100%;
    border: 2px solid #00e676;
    -webkit-animation: phonering-alo-circle-anim 1.2s infinite ease-in-out;
    animation: phonering-alo-circle-anim 1.2s infinite ease-in-out;
    transition: all .5s;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    opacity: .5;
}

.whatsapp-ring-circle-fill,
.whatsapp-ring-img-circle {
    background: #107cb3;
    background: #107cb3;
}

.whatsapp-ring-circle-fill {
    width: 80px;
    height: 80px;
    top: 16px;
    left: 16px;
    position: absolute;
    background-color: #00e676;
    border-radius: 100%;
    border: 2px solid transparent;
    -webkit-animation: phonering-alo-circle-fill-anim 2.3s infinite ease-in-out;
    animation: phonering-alo-circle-fill-anim 2.3s infinite ease-in-out;
    transition: all .5s;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}

.whatsapp-btn-icon {
    display: flex;
    text-decoration: none;
}

.whatsapp-ring-img-circle .whatsapp-btn-icon i {
    font-size: 21px;
    color: #fff;
}

.whatsapp-ring-img-circle {
    background-color: #00e676;
    width: 50px;
    height: 50px;
    top: 31px;
    left: 31px;
    position: absolute;
    background-size: 20px;
    border-radius: 100%;
    border: 2px solid transparent;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
}

@-webkit-keyframes phonering-alo-circle-anim {
    0% {
        -webkit-transform: rotate(0) scale(.5) skew(1deg);
        -webkit-opacity: .1
    }

    30% {
        -webkit-transform: rotate(0) scale(.7) skew(1deg);
        -webkit-opacity: .5
    }

    100% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        -webkit-opacity: .1
    }
}

@-webkit-keyframes phonering-alo-circle-fill-anim {
    0% {
        -webkit-transform: rotate(0) scale(.7) skew(1deg);
        opacity: .6
    }

    50% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        opacity: .6
    }

    100% {
        -webkit-transform: rotate(0) scale(.7) skew(1deg);
        opacity: .6
    }
}

.scroll-top {
    border: 1px solid var(--primary-color);
    background: linear-gradient(270deg, rgba(184, 219, 29, 0.12) 0%, rgba(38, 207, 116, 0.12) 100%);
    display: none;
    z-index: 9;
    position: fixed;
    bottom: 30px;
    right: 20px;
    padding: 14px 14px;
    margin-bottom: 0px;
    border-radius: 8px;
    color: var(--primary-color);
    text-decoration: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border-radius: 50%;
}

.scroll-top:hover {
    background: var(--primary-color);
    color: #fff;
}

.ic-contact-div span {
    font-size: 14px;
    font-weight: 600;
    color: #848484;
    display: block;
}

.navabr-div ul li.menu-mega .sub-menu.menu-box {
    width: 500px;
}

.navabr-div ul li.menu-mega .sub-menu.menu-box .menu-heading-inner {
    padding: 20px 19px;
}

.navabr-div ul li.menu-mega .sub-menu.menu-box .menu-heading-inner h5 {
    font-size: 17px;
}

.navabr-div ul li.menu-mega .sub-menu.menu-box .menu-heading-inner ul {
    display: block;
}

.navabr-div ul li.menu-mega .sub-menu.menu-box .menu-heading-inner ul .sub-item {
    font-size: 13px;
    padding: 9px 14px 9px 14px;
}

.shoe-banner {
    display: flex;
}

.shoe-banner .bn-img {
    width: 67%;
}

.shoe-banner .text-content {
    background: var(--primary-color);
    padding: 30px 40px;
}

.shoe-banner .text-content h5 {
    font-size: 24px;
    color: #154d46;
    font-weight: 400;
    margin-bottom: 10px;
}

.shoe-banner .text-content h4 {
    font-size: 42px;
    color: #fff;
    margin-bottom: 15px;
    font-weight: 700;
}

.shoe-banner .text-content p {
    font-size: 14px;
    color: #eee;
    margin-bottom: 10px;
}

.shoe-banner .text-content .shop-btn-div {
    margin-top: 24px;
}

.br-30 {
    border-radius: 30px !important;
}

.shoe-banner .text-content .shop-btn-div .btn.btn1 {
    width: auto;
    padding: 10px 31px;
}

.product-bx2 {
    margin-bottom: 25px;
    text-align: center;
}

.product-bx2 .img-box {
    border-radius: 20px;
    overflow: hidden;
    margin-bottom: 8px;
    transition: all .4s;
}

.product-bx2 h4 {
    color: #000;
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
}

.product-bx2 .img-box img {
    width: 100%;
    transition: all .4s;
}

.product-bx2:hover .img-box img {
    transform: scale(1.03);
}

.product-section2 {
    border: 1px solid transparent;
    background: linear-gradient(270deg, rgba(184, 219, 29, 0.12) 0%, rgba(38, 207, 116, 0.12) 100%);
}

.navabr-div .navlist ul li:hover .sub-menu .menu-drop .sub-menu {
    display: none;
}

.navabr-div .navlist ul li:hover .sub-menu .menu-drop:hover .sub-menu {
    display: block;
}

.footer-widget .w-title .ft-accrd-arrow {
    display: none;
}

.menu-header .navabr-div ul.main-nv-it li:last-child .sub-menu .inner-sub-menu .sub-menu {
    left: unset;
    right: 100%;
}

.right-opts.mb-view ul .icon-div .cart-it-num {
    display: none;
}

.ofh {
    overflow: hidden !important;
}

.mainheader.fixed-header {
    position: fixed;
    top: 0px;
    width: 100%;
}

.mb-bottom-menu {
    display: none;
}

.sidebar-block {
    background: #fff;
    padding: 16px 20px 15px 20px;
    border-bottom: 1px solid #e9e9ed;
    border-right: 1px solid #e9e9ed;
}

.sidebar-block .inner-div .cat-menu-list {
    margin-top: 17px;
}

.sidebar-block .inner-div .cat-menu-list li {
    position: relative;
    display: block;
    margin-bottom: 10px;
}

.sidebar-block .inner-div .cat-menu-list li a {
    width: 100%;
    color: #5a5a5a;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: all .2s;
}

.sidebar-block .title-div {
    position: relative;
    margin-bottom: 12px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.sidebar-block .title-div h4 {
    margin-bottom: 0px;
    font-size: 17px;
    position: relative;
    text-transform: uppercase;
    cursor: pointer;
    color: #282c3f;
    width: -webkit-fill-available;
}

.sidebar-block .title-div h4:before {
    content: '';
    display: block;
    width: 40px;
    height: 0;
    border-bottom: 2px solid #474647;
    margin-top: .42857rem;
    bottom: -7px;
    position: absolute;
}

.sidebar-block .inner-div .cat-menu-list li.has-item {}

.sidebar-block .inner-div .cat-menu-list li.has-item .arrow-icon {
    background: #f5f5f6;
    padding: 4px;
    font-size: 11px;
    border-radius: 50%;
}

.sidebar-block .inner-div .cat-menu-list li.has-item .sub-item-div {
    overflow: hidden;
    opacity: 0;
    padding-left: 1rem;
    height: 0;
    -webkit-transition: all .2s;
    transition: all .2s;
}

.sidebar-block .inner-div .cat-menu-list li.has-item .sub-item-div.show {
    height: auto;
    opacity: 1;
}

.sidebar-block .inner-div .cat-menu-list li a:hover {
    color: var(--primary-color);
}

.sidebar-block .inner-div .cat-menu-list li.has-item .sub-item-div ul {
    padding-bottom: 5px;
    padding-top: 10px;
}

.sidebar-block .inner-div.sub-menu {
    overflow: hidden;
    opacity: 0;
    height: 0;
    -webkit-transition: all .2s;
    transition: all .2s;
}

.sidebar-block .inner-div.sub-menu.active {
    overflow: visible;
    height: auto;
    opacity: 1;
}

.sidebar-block .inner-div .cat-menu-list li.has-item .sub-item-div.sub-menu.active {
    overflow: visible;
    height: auto;
    opacity: 1;
}

.sidebar-block .inner-div .cat-menu-list li.has-item .sub-item-div ul li:last-child {
    border-bottom: none;
    padding: 0px;
    margin: 0px;
}

.sidebar-block .inner-div .cat-menu-list li .form-check .form-check-label {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: calc(100% - 0px);
    font-size: 14px;
    width: 100%;
    cursor: pointer;
}

.sidebar-block .inner-div .cat-menu-list li .form-check .form-check-label span {
    float: right;
    color: #94969f;
    font-size: 11px;
}

.form-check-input:checked {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
}

.sidebar-block .title-div .dropdown {
    font-size: 15px;
    color: var(--primary-color);
}

.sidebar-block .title-div .dropdown {
    font-size: 12px;
    color: #717288;
    transition: 0.3s ease;
}

.sidebar-block .title-div .dropdown.rotate {
    transform: rotate(90deg);
}

.form-check-input:focus {
    border-color: #00000040;
    box-shadow: none;
}

.sidebar-block .search-price-box {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 28px;
}

.sidebar-block .search-price-box .btn.btn1 {
    font-size: 12px;
    padding: 7px 15px;
    border: 1px solid var(--primary-color);
    border-radius: 4px;
}

.sidebar-block .search-price-box .form-control {
    padding: 7px 15px;
    font-size: 14px;
}

.sidebar-block.filter-div {
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
}

.sidebar-block.filter-div h5 {
    margin-bottom: 0pc;
    font-size: 19px;
}

.sidebar-block.filter-div i {
    color: var(--primary-color);
}

.category-siebar {
    border-top: 1px solid #e9e9ed;
}

.filter-close {
    display: none;
}

section.breadcrumb {
    margin-bottom: 0px;
    background: #f5f5f5;
    padding: 9px 0;
}


.breadcrumb .breadcrumb-content h2 {
    font-size: 25px;
    margin-bottom: 5px;
}

.breadcrumb-content .breadcrumb-menu li {
    display: inline-block;
    margin: 0 9px;
    font-size: 15px;
    color: var(--secondary-color);
    font-weight: 600;
}

.breadcrumb-content .breadcrumb-menu li a {
    position: relative;
    font-weight: 400;
    color: #282c3f;
}

.breadcrumb-content .breadcrumb-menu li a:after {
    content: '';
    position: absolute;
    top: 4px;
    right: -11px;
    height: 15px;
    width: 1px;
    transform: rotate(22deg);
    background-color: var(--secondary-color);
}

.w-max {
    width: max-content !important;
}

.ml-auto {
    margin-left: auto !important;
}

.category-page .showing-results {
    font-size: 15px;
    color: #6c6c6c;
    font-weight: 500;
}

.orderby.form-control {
    padding-right: 30px;
    position: relative;
}

.cat-pr-show .product-box {
    margin-bottom: 20px;
}

.cat-f-bottom {
    display: none;
}

.form-control:focus {
    box-shadow: none;
}

.pagination-more-btn {
    text-align: center;
    margin-top: 25px;
}

.pagination {
    display: inline-block;
}

.pagination a {
    color: #606060;
    font-size: 14px;
    padding: 8px 10px;
    letter-spacing: 3px;
    text-decoration: none;
    font-weight: 500;
}

.pagination i {
    font-size: 11px;
}

.pagination a.active {
    color: var(--primary-color);
    font-weight: 600;
}

.navabr-div ul li.user-li-div {
    display: none;
}

.search-page {
    position: relative;
    background-color: #f5f5f5;
    min-height: 100vh;
}

.search-page .search-header {
    position: relative;
    margin-bottom: 10px;
    box-shadow: 0 1px 2px 0 rgba(148, 150, 159, .3);
    background: #fff;
}

.search-page .search-header .inner {
    padding: 12px 17px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.search-page .search-header .inner .go-back i {
    font-size: 30px;
    color: var(--secondary-color);
}

.search-page .search-header .inner .type-text {
    width: -webkit-fill-available;
}

.search-page .search-header .inner .type-text .form-control {
    border: none;
    padding: 0px;
    font-size: 15px;
}

.search-page .search-header .inner .search-btn {
    border: none;
    background: transparent;
    font-size: 22px;
    color: var(--primary-color);
    cursor: pointer;
}

.searched-result-div .inner-div {
    display: block;
    padding-bottom: 10px;
}

.searched-result-div .inner-div a {
    display: flex;
    width: 100%;
    align-items: center;
    padding: 8px 22px;
    gap: 19px;
}

.searched-result-div .inner-div a .search-icon {
    font-size: 12px;
    color: #b4b6bb;
}

.searched-result-div .inner-div .text {
    font-size: 13px;
    color: #535766;
    font-weight: 500;
}

.searched-result-div .inner-div .text .product-num {
    padding-left: 10px;
    font-size: 11px;
    color: #94969f;
}

.searched-result-div .inner-div a:hover {
    background: #f6f6f6;
}

.searched-result-div {
    display: none;
    position: absolute;
    background: #fff;
    width: 100%;
    z-index: 1;
    border-bottom: 1px solid #eaeaea;
    box-shadow: 0 4px 12px 0 rgba(0, 0, 0, .05);
}

.product-details-gallery {
    position: relative;
}

.product-gallery-slider img {
    width: 100%;
    min-height: 100%;
}

.product-gallery-slider-nav {
    margin: auto;
}

.product-gallery-slider-nav .item-slick img {
    max-width: 100%;
    background-size: cover;
    background-position: center;
}

.product-gallery-slider-nav .item-slick {
    max-width: 109px !important;
    margin-right: 8px !important;
    outline: none !important;
    cursor: pointer;
}

.product-gallery-slider-nav .slick-arrow {
    display: block !important;
}


.product-gallery-slider-nav img {
    padding: 6px 2px;
    border: 2px solid #e5e7e8;
    border-radius: 4px;
}

.product-gallery-slider {
    margin-bottom: 20px;
}

.product-gallery-slider img {
    width: -webkit-fill-available !important;
    padding: 0 30px;
}

.gallery-img {
    border: 1px solid #eee;
}

.item-detail-box {}

.item-detail-box .brand-name {
    font-size: 16px;
    margin-bottom: 8px;
    color: #535665;
}

.item-detail-box .product-name {
    font-size: 31px;
    margin-bottom: 9px;
    font-weight: 700;
    color: var(--primary-color);
}

.price-div {
    display: flex;
    gap: 13px;
    margin-bottom: 12px;
    align-items: baseline;
}

.price-div .final-pr {
    color: #282c3f;
    font-size: 25px;
    font-weight: 500;
}

.price-div .older-price {
    color: #696e79;
    font-size: 15px;
    font-weight: 500;
    text-decoration: line-through;
}

.price-div .off-price {
    font-size: 20px;
    font-weight: 700;
    letter-spacing: .5px;
    color: #ff905a;
}

.item-detail-box .sub-heading {
    margin-bottom: 13px;
    text-transform: uppercase;
    font-size: 14px;
    color: #3e3d3d;
}

.item-detail-box .select-size {
    margin-bottom: 20px;
}

.item-detail-box .select-size .form-group {
    display: inline-block;
    width: auto;
}

.item-detail-box .select-size .form-group .form-check-input {
    display: none;
}

.item-detail-box .select-size .form-group label {
    background-color: #fff;
    border: 1px solid #bfc0c6;
    border-radius: 50px;
    padding: 0;
    min-width: 50px;
    height: 50px;
    text-align: center;
    cursor: pointer;
    color: #282c3f;
    display: flex;
    width: max-content;
    position: relative;
    align-items: center;
    justify-content: center;
}

.seprator {
    border-bottom: 1.5px solid #eaeaec;
    margin: 22px 0;
}

.item-detail-box .btn-div {
    display: flex;
    align-items: center;
    margin-bottom: 11px;
    gap: 20px;
}

.btn-div .btn.btn1 {
    color: #fff;
    background: var(--primary-color);
}

.btn.btn2 {
    color: #000000;
    background: #fff;
    border-radius: 3px;
    transition: all .45s;
    width: 100%;
    padding: 10px 20px;
    font-size: 13px;
    font-weight: 600;
    border: 1.5px solid #d1d1d1;
}

.item-detail-box .del-upto {
    font-size: 15px;
    margin-bottom: 10px;
}

.item-detail-box .select-size .form-group .form-check-input:checked[type=radio]+label {
    border-color: var(--primary-color);
    color: #fff;
    background: var(--primary-color);
}

.item-detail-box .btn-div .btn {
    width: 50%;
    padding: 12px 20px;
    font-size: 15px;
}

.item-detail-box .btn-div .btn i {
    margin-right: 9px;
}

.btn.btn2:hover {
    background: var(--secondary-color);
    color: #fff;
}

.item-detail-box .select-size .form-group .form-check-input:disabled+label {
    overflow: hidden;
    color: #bfc0c6;
    cursor: no-drop;
}

.item-detail-box .select-size .form-group .form-check-input:disabled+label:before {
    content: '';
    background: #bfc0c6;
    position: absolute;
    z-index: 1;
    width: 49px;
    height: 1px;
    transform: rotate(316deg);
    bottom: 22px;
    right: -1px;
}

ul.delivery-info {
    margin-bottom: 15px;
}

ul.delivery-info li {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 10px;
}

ul.delivery-info li .icon-img {
    width: 49px;
}

ul.delivery-info li span {
    font-weight: 500;
    font-size: 16px;
}

.item-detail-box .more-col-opt {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 15px;
}

.item-detail-box .more-col-opt .col-opt {
    display: block;
    width: 100px;
    border: 1px solid #eee;
}

.search-box-div {
    position: relative;
}

.desc-btn-div {
    margin-bottom: 15px;
}

.desc-btn-div .desc-btn {
    color: #000;
    display: inline-block;
    padding: 10px 20px;
    font-size: 16px;
    font-weight: 500;
    background: linear-gradient(270deg, #b8db1d1f 0%, #26cf741f 100%);
    border-radius: 30px;
    cursor: pointer;
    border: 1px solid var(--primary-color);
    margin-right: 10px;
}

.desc-btn-div .desc-btn:hover {
    background: var(--primary-color);
    color: #fff;
}

.desc-btn-div .desc-btn.activelink {
    background: var(--primary-color);
    color: #fff;
}

.desc-inner-div h4 {
    margin-bottom: 10px;
    text-transform: uppercase;
    font-size: 22px;
    color: #282c3f;
}

.desc-inner-div p {
    margin-bottom: 10px;
    color: #282c3f;
    line-height: 1.4;
    font-size: 14px;
}

.desc-inner-div h5 {
    margin-bottom: 10px;
    text-transform: uppercase;
    font-size: 18px;
    color: var(--secondary-color);
    margin-top: 17px;
}

.desc-inner-div ul {
    padding: 0px;
}

.desc-inner-div ul li {
    list-style: none;
    margin-bottom: 8px;
    font-size: 16px;
    color: #282c3f;
    display: inline-block;
    width: 49%;
}

.desc-inner-div ul li b {
    color: #101010;
    padding-left: 10px;
    font-weight: 600;
}

.reviews-block {}

.reviews-block .posted-review {
    padding: 21px 20px;
    background-color: #fff;
    box-shadow: rgb(0 0 0 / 10%) 0px 4px 12px;
    border: 1.5px solid #eaeaec;
    margin-bottom: 20px;
    border-radius: 10px;
}

.reviews-block .posted-review .in-f {}

.reviews-block .posted-review .txt {
    width: 100%;
}

.reviews-block .posted-review .txt p {
    font-size: 14px;
    line-height: 21px;
    text-align: justify;
    color: #7e818c;
    margin-bottom: 12px;
}

.reviews-block .posted-review .txt .img-by-user {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    margin-bottom: 20px;
}

.reviews-block .posted-review .txt .img-by-user img {
    width: 100px;
    border: 1px solid #eee;
}

.reviews-block .posted-by {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.reviews-block .posted-by h6 {
    color: #565a63;
    font-size: 14px;
    margin-bottom: 0px;
}

.reviews-block .posted-by h6 .posted-date {
    padding-left: 18px;
    font-size: 12px;
    position: relative;
}

.reviews-block .posted-by .usefull-not {
    display: flex;
    align-items: center;
    gap: 25px;
}

.reviews-block .posted-by .usefull-not .thumb-icon {
    display: flex;
    align-items: center;
    gap: 4px;
    font-size: 14px;
    cursor: pointer;
}

.reviews-block .posted-by .usefull-not .thumb-icon i {}

.reviews-block .posted-review .star-rated {
    /* text-align: right; */
    width: max-content;
    /* margin-left: auto; */
    background: var(--primary-color);
    padding: 3px 12px;
    font-size: 13px;
    color: #fff;
    display: flex;
    align-items: center;
    gap: 6px;
    margin-bottom: 8px;
    border-radius: 24px;
}

.reviews-block .posted-by h6 .posted-date:before {
    content: '|';
    position: absolute;
    left: 7px;
}

.item-detail-box .btn-div .btn.btn1:hover {
    color: #fff;
    background: var(--secondary-color);
}

.product2-slider {}

.product2-slider .slider-item {
    margin: 0 6px;
}

.product2-slider .product-box {
    margin-bottom: 0px;
    box-shadow: none;
}

.d-sidebar {
    border: 1px solid #ededed;
    overflow: hidden;
    border-radius: 13px;
}

.d-sidebar ul {}

.d-sidebar ul li {
    border-bottom: 1px solid #ededed;
}

.d-sidebar ul li a {
    display: flex;
    align-items: flex-start;
    gap: 17px;
    padding: 15px 18px;
    position: relative;
    transition: .3s;
}

.d-sidebar ul li a .icon {
    font-size: 18px;
    margin-top: 3px;
    color: var(--primary-color);
}

.d-sidebar ul li a .text {
    width: -webkit-fill-available;
}

.d-sidebar ul li a .text h6 {
    font-weight: 600;
    font-size: 15px;
    margin-bottom: 0px;
    color: #282C3F;
}

.d-sidebar ul li a .text p {
    margin-bottom: 0px;
    font-size: 14px;
    color: #94969F;
    display: none;
}

.d-sidebar ul li a .right-arrow {
    font-size: 11px;
    position: absolute;
    right: 11px;
    top: 39%;
}

.d-sidebar ul li a .right-arrow i {
    color: #282C3F;
}

.d-sidebar ul li:last-child {
    border-bottom: none;
}

.d-sidebar ul li a:hover {
    background: #F5F5F6;
}

.data-table .table>thead {
    background: #f4f6ff;
}

.data-table .table thead th {
    vertical-align: top;
    font-size: 15px;
}

.data-table tr td {
    vertical-align: middle;
    font-size: 15px;
    padding: 11px 14px;
}

.white-box {
    background-color: #fff;
    box-shadow: #0000001c 0px 4px 12px;
    overflow: hidden;
    border-radius: 9px;
    padding: 22px 22px;
    margin-bottom: 20px;
}

.white-box .title {
    font-size: 21px;
    margin-bottom: 17px;
    color: var(--secondary-color);
    font-weight: 700;
}

.form-group {
    margin-bottom: 15px;
}

.form-group label {
    font-size: 15px;
    margin-bottom: 5px;
    font-weight: 500;
    color: var(--secondary-color);
}

.form-group .form-control {
    border: 1.5px solid #eaeaec;
    padding: 10px 17px;
    border-radius: 7px;
    font-size: 16px;
}

.write-review-bx {
    padding: 37px 40px;
    background: #3333330a;
    border-radius: 20px;
}

.write-review-bx .btn.btn1 {
    margin-top: 15px;
    padding: 10px 20px;
    font-size: 15px;
}


.write-review-bx textarea.form-control {
    height: 90px;
}

.review-stars {
    margin-bottom: 14px;
}

.review-stars i {
    cursor: pointer;
    color: #848484;
}

.review-stars i.active {
    color: #ffcc00;
}

.review-stars i:hover {
    color: #ffcc00;
}

#productModal .modal-dialog {
    max-width: 600px;
}

#productModal .modal-dialog {
    top: 7%;
}

#productModal .modal-content {
    height: auto;
    border-radius: 10px;
    background-color: #fefefe;
    margin: unset;
    border: 1px solid #888;
    width: 100%;
    overflow: visible;
}

#productModal .modal-content .modal-header {
    border-bottom: 0px;
    padding-bottom: 0px;
    position: relative;
}

#productModal .modal-content .modal-header .sucess-label {
    width: 100%;
    padding: 9px 14px;
    background: #00800042;
    border-radius: 5px;
}

#productModal .modal-content .modal-header .sucess-label p {
    margin-bottom: 0px;
    color: green;
    font-weight: 600;
}

#productModal .modal-content .modal-header .close {
    position: absolute;
    top: -15px;
    right: -13px;
    font-size: 23px;
    background-color: #fff;
    z-index: 1;
    height: auto;
    padding: 6px 6px 9px 6px;
    line-height: 12px;
    border-radius: 50%;
    border: 1px solid #ddd;
    box-shadow: 0px 0px 20px 0px rgb(82 63 105 / 10%);
}

#productModal .modal-dialog .modal-content .modal-body {
    padding: 0;
}

#productModal .product-detail {
    padding: 20px;
    display: flex;
    border-bottom: 1px solid #dee2e6;
    align-items: center;
}

#productModal .bottom-btns {
    padding: 20px;
}

#productModal .product-detail .pr-img img {
    height: 100px;
    width: auto;
    border-radius: 10px;
}

.item-detail-box.product-content {
    margin-left: 15px;
}

.item-detail-box.product-content .brand-name {
    font-size: 13px;
    margin-bottom: 1px;
}

.item-detail-box.product-content h3.product-name {
    font-size: 17px;
    margin-bottom: 3px;
}

.item-detail-box.product-content .price-div {
    margin-bottom: 0px;
}

.item-detail-box.product-content .price-div .final-pr {
    font-size: 18px;
}

.item-detail-box.product-content p.desc1 {
    margin-bottom: 0px;
    font-size: 14px;
}

#productModal .bottom-btns .addto-cart {
    background: #bbffb4;
    border-radius: 41px;
    box-shadow: none;
}

#productModal .bottom-btns .addto-cart:hover {
    background: var(--primary-color);
}

#productModal .bottom-btns .btn {
    border-radius: 30px;
}

#productModal .bottom-btns .checkout {
    background: var(--secondary-color);
    color: #fff;
}

#productModal .bottom-btns .checkout:hover {
    background: #bbffb4;
    color: var(--secondary-color);
}

.product-div {
    display: flex;
    align-items: center;
}

.product-div .product-thumb img {
    height: 74px;
    width: 100%;
    border-radius: 6px;
}

.product-quantity {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #1d2025;
    border-radius: 6px;
    width: 118px;
    background-color: #f7f8fd;
}

.product-quantity button {
    color: var(--secondary-color);
    font-size: 16px;
    border: none;
    width: 26%;
    height: 32px;
    outline: none;
    background-color: transparent;
    border-radius: 2px;
}

.product-quantity .qty {
    border: none;
    background: transparent;
    width: 58%;
    text-align: center;
}

.data-table .price-div .final-pr {
    font-size: 20px;
    color: var(--secondary-olor);
}

.data-table .btn.view-btn {
    padding: 9px 4px;
    font-size: 17px;
    background: #eee;
}

.data-table .btn.view-btn:hover {
    background: var(--secondary-color);
}

.summary-box {
    padding: 30px 28px;
    background: var(--secondary-color);
    border-radius: 17px;
    margin-left: 25px;
}

.summary-box h4 {
    font-size: 21px;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 11px;
}

.summary-box ul.sum-list {
    padding: 0px;
    list-style: none;
}

.summary-box ul.sum-list li {
    color: #eee;
    width: 100%;
    align-items: center;
    display: inline-flex;
    justify-content: space-between;
    margin-bottom: 13px;
}

.summary-box ul.sum-list li p.list-txt {
    color: #ddd;
    font-weight: 500;
}

.summary-box ul.sum-list li p {
    font-size: 15px;
    margin-bottom: 0px;
}

.summary-box ul.sum-list li p.ord-amt {
    font-size: 17px;
    color: var(--third-color);
    font-weight: 700;
}

.summary-box ul.sum-list li.total {
    border-top: 1px solid #eee;
    padding-top: 7px;
    margin-bottom: 6px;
}

.summary-box ul.sum-list li.total p.list-txt {
    color: var(--primary-color);
    font-size: 20px;
}

.summary-box ul.sum-list li p.list-txt2 {
    font-size: 11px;
}

.summary-box ul.sum-list li.total .ord-amt {
    font-size: 20px;
    color: var(--primary-color);
}

p.desc1 {
    font-size: 15px;
    margin-bottom: 10px;
}

.payement-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #dddddd;
    padding: 12px 0;
    margin-bottom: 10px;
}

.payement-item label {
    margin-left: 10px;
}

.payement-item strong {
    color: var(--primary-color);
    font-size: 20px;
}

.agree-check .form-check {
    text-align: right;
}

.text-right.agree-check .form-check-input {
    float: unset;
}

.agree-check .form-check .form-check-label {
    font-size: 15px;
    color: #000;
    margin-left: 7px;
}

.agree-check .form-check .form-check-label a {
    color: var(--primary-color);
}

.edit-cart-div {
    margin-top: 10px;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.edit-cart-div p a {
    font-size: 15px;
    color: var(--secondary-color);
    font-weight: 500;
}

.edit-cart-div .btn.btn1 {
    width: auto;
    border: 1px solid var(--primary-color);
    border-radius: 30px;
    padding: 10px 28px;
}

footer {
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.animatemodal .close {
    padding: 0px;
    background: transparent;
    border: none;
    font-size: 25px;
    line-height: 0px;
}

.animatemodal .modal-header {
    padding: 14px 18px;
}

.animatemodal .modal-dialog {
    border-radius: 22px;
}

.animatemodal .modal-header .modal-title {
    font-size: 19px;
    color: var(--secondary-color);
}

.animatemodal .qr-img {
    max-width: 318px;
    height: auto;
    margin: 0 auto;
    padding: 27px 0;
}

.payement-item a {
    color: var(--secondary-color);
}

.summary-box .product-div {
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
    margin-bottom: 10px;
    margin-top: 15px;
}

.summary-box .product-div .product-thumb img {
    height: 61px;
}

.summary-box .product-div .item-detail-box.product-content {
    margin-left: 12px;
}

.summary-box .product-div .item-detail-box.product-content h3.product-name {
    font-size: 20px;
    margin-bottom: 2px;
}

.summary-box .product-div .item-detail-box.product-content .price-div {
    margin-bottom: 0px;
}

.summary-box .product-div .item-detail-box.product-content .price-div .final-pr {
    color: #ddd;
    font-size: 17px;
}

.summary-box .product-div .item-detail-box.product-content p.desc1 {
    font-size: 12px;
    color: #ddd;
}

.login-page {
    height: 100%;
    overflow: hidden;
}

.login-page .inner {
    display: flex;align-items: center; 	
	height:100%;
}
.login-page .inner .login-form {
    align-items: center;
    background: #fff;
    width: 472px;
    margin-left: auto;
    margin-right: auto;
    padding: 40px 46px;
    border-radius: 30px;
}

.login-slider {
    display: flex;
    align-items: center;
    width: max-content;
    justify-content: space-between;
    margin-left: auto;
    margin-right: auto;
}

.login-page .inner .login-form h3 {
    font-size: 34px;
    margin-bottom: 5px;
    color: var(--secondary-color);
    font-weight: 700;
}

.login-page .inner .login-form p {
    font-size: 15px;
    color: #636363;
    margin-bottom: 11px;
}

.login-page .inner .login-form .form-control {
    padding: 8px 14px;
    font-size: 14px;
}

.login-page .inner .login-form label {
    font-size: 14px;
    margin-bottom: 6px;
}

.login-page .inner .login-form .form-group {
    margin-bottom: 10px;
} 
.login-page .inner .login-form p.text1 {
    text-align: center;
    font-weight: 500;
    font-size: 14px;
    margin-bottom: 0px;
    margin-top: 10px;
}

.login-page .inner .login-form a {
    color: var(--primary-color);
    font-weight: 600;
    font-size: 14px;
}

.login-page .inner .login-form .btn.btn1 {
    background: var(--secondary-color);
    color: #fff;
    border-radius: 30px;
    padding: 8px 20px;
    margin-top: 10px;
}

.login-page .inner .login-form .btn.btn1:hover {
    background: var(--primary-color);
}
.login-slider img {
    width: 478px;
}
.login-page .inner .login-form .form-group .toggle-password {
    float: right;
    cursor: pointer;
    color: #8a8a8a;
    margin-right: 14px;
    z-index: 1;
    margin-top: -28px;
    position: relative;
}
.login-page .inner .login-form .lg-img {
      width: 227px;
    margin-bottom: 4px;
}
.address-div {
    width: 100%;
    background: var(--secondary-color);
    padding: 22px 22px;
    border-radius: 11px;
    margin-bottom: 15px;
}

.address-div h4 {
    color: #fff;
    font-size: 18px;
    margin-bottom: 6px;
}

.address-div h5 {
    color: #dcdcdc;
    font-size: 15px;
    margin-bottom: 6px;
}

.address-div h6 {
    color: #eeee;
    margin-bottom: 5px;
    font-size: 13px;
}

.address-div p {
        margin-bottom: 1px;
    color: #eee;
    font-size: 13px;
}
.defaultModal {}

.defaultModal .modal-header {
    padding: 15px 16px;
    background: var(--secondary-color);
}

.defaultModal .close {
    background: transparent;
    padding: 0px;
    border: none;
    font-size: 22px;
    line-height: 8px;
    color: #fff;
}

.defaultModal .modal-header .modal-title {
    font-size: 21px;
    line-height: 21px;
    color: #fff;
}

.defaultModal .modal-body {
    padding: 17px;
}

.defaultModal .modal-body .form-group {
    margin-bottom: 7px;
}
.dash-user-dt {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 25px;
}

.dash-user-dt .flex-div {
    display: flex;
    gap: 15px;
    align-items: center;
}

.dash-user-dt .flex-div img {
    width: 62px;
}

.dash-user-dt .flex-div h4 {
    font-size: 19px;
    margin-bottom: 3px;
    color: var(--secondary-color);
}

.dash-user-dt .flex-div p {
    margin-bottom: 0px;
    font-size: 11px;
}
.dashbox {
    border: 1px solid #ededed;
    padding: 16px 20px;
    text-align: center;
    border-radius: 10px;
	    transition: .3s;
}

.dashbox h4 {
    font-size: 15px;
    margin-bottom: 0px;
    margin-top: 11px;
    color: var(--primary-color);
}
.dashbox .img-div {
    width: 73px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}
.dashbox:hover {
    background: var(--secondary-color);
}
.white-box p.desc1 {
    font-size: 14px;
    margin-bottom: 15px;
}
.tracking-div {
    padding-top: 30px;
}
.tracking-div .tracking-inner {}

.tracking-div .tracking-inner ul {
    display: flex;
    list-style: none;
    padding: 0px;
}

.tracking-div .tracking-inner ul li.bullet-1 {
    position: relative;
    width: 25%;
}

.tracking-div .tracking-inner ul li.bullet-1 .check-tick {
    background-color: var(--primary-color);
    width: 25px;
    height: 25px;
    text-align: center;
    border-radius: 50%;
    position: relative;
}

.tracking-div .tracking-inner ul li.bullet-1 .check-tick i {
    color: #fff;
    font-size: 17px;
    position: relative;
    top: 4px;
}

.tracking-div .tracking-inner ul li.bullet-1:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 7px;
    background: #ddd;
    top: 8px;
}

.tracking-div .tracking-inner ul li.bullet-1 .txt {
    margin-top: 15px;
}

.tracking-div .tracking-inner ul li.bullet-1 .txt img {
    width: 65px;
    margin-bottom: 8px;
}

.tracking-div .tracking-inner ul li.bullet-1 .txt span {
    display: block;
    font-size: 15px;
    line-height: 17px;
}

.tracking-div .tracking-inner ul li.bullet-1.active::before {
    background: var(--primary-color);
}

.tracking-div .tracking-inner ul li.bullet-1:last-child::before {
    content: none;
}
.dashorder-dt {}

.dashorder-dt .or-dt-txt {
    font-size: 16px;
    margin-bottom: 12px;
    color: var(--secondary-color);
}

.dashorder-dt .or-dt-txt b {
    color: var(--primary-color);
}

.or-detail-list {}

.or-detail-list ul.sum-list {
    padding: 0px;
    list-style: none;
	    margin: 0;
}

.or-detail-list ul.sum-list li {
    width: 100%;
    align-items: center;
    display: inline-flex;
    justify-content: space-between;
    margin-bottom: 13px;
}

.or-detail-list ul.sum-list .list-txt {
    color: #3b3838;
    font-weight: 500;
}

.or-detail-list ul.sum-list p.ord-amt {
    font-size: 17px;
    color: var(--primary-color);
    font-weight: 700;
}

.or-detail-list ul.sum-list .handl-chrg {}

.or-detail-list ul.sum-list .handl-chrg .list-txt {}

.or-detail-list ul.sum-list .handl-chrg .list-txt2 {
    font-size: 13px;
}

.or-detail-list ul.sum-list li.total {
    border-top: 1px solid #eee;
    padding-top: 7px;
    margin-bottom: 0px;
}

.or-detail-list ul.sum-list li.total p.list-txt {
    font-size: 20px;
    color: var(--secondary-color);
}

.or-detail-list ul.sum-list li.total p.ord-amt {}

.or-detail-list ul.sum-list  p {
    margin: 0px;
}

.ord-sidebox {
    margin-bottom: 15px;
    border-radius: 10px;
    overflow: hidden;
}

.ord-sidebox h5.title {
    padding: 9px 18px;
    background: var(--secondary-color);
    color: #fff;
    font-size: 17px;
    margin: 0px;
}

.ord-sidebox .sidebox-inner {
    background: #edf4ff;
    padding: 12px 18px;
}

.ord-sidebox .sidebox-inner ul {
    margin: 0px;
    padding: 0px;
}

.ord-sidebox .sidebox-inner ul li {
    list-style: none;
    font-size: 13px;
    margin-bottom: 6px;
}

.ord-sidebox .sidebox-inner ul li span {
    font-weight: 700;
}

.ord-sidebox .sidebox-inner li a {
       width: auto;
    padding: 6px 16px;
    margin-top: 10px;
     
}

.btn.btn3 {
    color: #ffff;
    background: var(--primary-color);
    border-radius: 3px;
    transition: all .45s;
    width: 100%;
    padding: 10px 20px;
    font-size: 13px;
    font-weight: 600;
}

.btn.btn3:hover {
    background: var(--secondary-color);
}



@media only screen and (max-width: 1366px) {
    .top-header {
        padding: 5px 0px;
    }

    .top-header li {
        font-size: 12px;
    }

    .mainheader {
        padding: 12px 0;
    }

    .navabr-div ul li .nav-link {
        font-size: 13px;
        padding: 11px 0px;
    }

    .navabr-div ul li.all-cat-menu .nav-link {
        padding: 11px 15px;
    }

    .navabr-div .navlist ul li a i {
        font-size: 10px;
        padding-left: 6px;
    }

    .navabr-div .navlist .sub-menu {
        top: 42px;
        width: 162px;
    }

    .navabr-div .navlist .sub-menu li .sub-item {
        padding: 7px 10px 7px 11px;
        font-size: 12px;
    }

    .navabr-div ul li.menu-mega .sub-menu.menu-box {
        width: 400px;
    }

    .navabr-div ul li.menu-mega .sub-menu.menu-box .menu-heading-inner {
        padding: 14px 12px;
    }

    .navabr-div ul li.menu-mega .sub-menu.menu-box .menu-heading-inner h5 {
        font-size: 14px;
        margin-bottom: 7px;
    }

    .navabr-div ul li.menu-mega .sub-menu.menu-box .menu-heading-inner ul .sub-item {
        font-size: 11px;
        padding: 7px 9px 7px 11px;
    }

    .header-con-opt .inner-flex {
        gap: 10px;
    }

    .header-con-opt .inner-flex i {
        font-size: 26px;
    }

    .header-con-opt .text .call-num {
        font-size: 18px;
    }

    .header-con-opt .text span {
        font-size: 10px;
    }

    .right-opts .icon-div {
        width: 40px;
        height: 40px;
        font-size: 13px;
    }

    .navabr-div .right-opts ul {
        gap: 12px;
    }

    .search-box-div .search-inner .form-control {
        font-size: 13px;
        padding: 9px 51px 11px 19px;
    }

    .search-box-div .search-inner .srh-btn {
        width: 31px;
        height: 31px;
        font-size: 13px;
        right: 7px;
        top: 5px;
    }

    .banner-content {
        padding: 83px 0;
    }

    .banner-content h6 {
        font-size: 27px;
        margin-bottom: 0;
    }

    .banner-content h4 {
        font-size: 63px;
        margin-bottom: 13px;
    }

    .banner-content h4 span {
        font-size: 89px;
    }

    .banner-content p {
        font-size: 17px;
        margin-bottom: 0px;
    }

    .sec-title h3 {
        font-size: 27px;
    }

    .sec-title:before {
        top: 6px;
    }

    .product-box .img-div img {
        height: auto;
    }

    .product-box .pr-text .pr-name {
        line-height: 17px;
        font-size: 13px;
        display: -webkit-box;
        overflow: hidden;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        margin-bottom: 1px;
    }

    .product-box .pr-text .pr-cat {
        margin-bottom: 6px;
        font-size: 11px;
    }

    .product-box .pr-text .pr-price {
        font-size: 16px;
    }

    .product-box .pr-text .pr-price span {
        font-size: 11px;
    }

    .default-padding {
        padding: 55px 0;
    }

    .product-bx2 h4 {
        font-size: 18px;
    }

    .pr-cbox {
        height: 250px;
    }

    .pr-cbox .pr-cat h4 {
        padding: 8px 0;
        font-size: 15px;
    }

    .shoe-banner .text-content {
        padding: 26px 33px;
    }

    .shoe-banner .text-content h4 {
        font-size: 33px;
    }

    .shoe-banner .text-content p {
        font-size: 12px;
    }

    .shoe-banner .text-content .shop-btn-div {
        margin-top: 43px;
    }

    .or-perk-box .inner .p-box img {
        width: 52px;
    }

    .or-perk-box .inner .p-box .text h5 {
        line-height: 23px;
        font-size: 17px;
    }

    .footer-widget .w-title h4 {
        font-size: 14px;
    }

    .footer-widget p.abt-com {
        margin-right: 0px;
        margin-bottom: 20px;
        font-size: 13px;
    }

    .footer-copyright {
        padding: 13px 0;
    }

    .b-left {
        border-left: 1px solid #e6e6e6;
        padding-left: 23px;
    }

    .b-right {
        margin-right: 23px;
    }

    .social-media li a {
        width: 30px;
        height: 30px;
        font-size: 13px;
    }

    ul.fw-list li a {
        font-size: 11px;
        padding: 0px 0px 4px 0px;
    }

    ul.fw-list li a:before {
        bottom: 4px;
    }
.summary-box {
    padding: 22px 23px;
}
.summary-box h4 {
    font-size: 20px;
}
.d-sidebar ul li a .text h6{
	    font-size: 14px;
}
.white-box .title {
    font-size: 19px;
    margin-bottom: 13px;
}
.data-table .table thead th { 
    font-size: 12px;
}
.data-table tr td { 
    font-size: 13px;
    padding: 8px 8px;
}
.data-table .price-div .final-pr {
    font-size: 17px;
}
.data-table .btn.view-btn {
    padding: 6px 10px;
    font-size: 14px;
    border-radius: 36px;
    width: auto;
}
.form-group {
    margin-bottom: 10px;
}
.form-group label {
    font-size: 13px;
    margin-bottom: 4px;
}
.form-group .form-control { 
    padding: 8px 12px; 
    font-size: 14px;
}


}

@media only screen and (max-width: 767px) {
    body.home-page footer {
        margin-bottom: 60px;
    }

    footer {
        margin-bottom: 48px;
    }

    .mainheader .right-opts.mb-view {
        display: block;
        padding-right: 10px;
    }

    .mainheader .right-opts.mb-view ul {
        gap: 16px;
    }

    .mainheader .right-opts.mb-view ul .icon-div {
        overflow: visible;
        width: auto;
        height: auto;
        font-size: 19px;
        background: transparent;
        border-radius: 0px;
        color: #424553;
    }

    .mainheader .right-opts.mb-view ul .icon-div:before {
        content: none;
    }

    .right-opts.mb-view ul .icon-div .cart-it-num {
        position: absolute;
        width: 16px;
        height: 15px;
        font-size: 11px;
        background: var(--primary-color);
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        top: -6px;
        right: -11px;
        color: #fff;
    }

    .search-box-div {
        display: none;
    }

    body.home-page .mainheader .navabr-div.search-div .search-box-div {
        position: absolute;
        bottom: -59px;
        background: #fff;
        z-index: 11;
        width: 100%;
        right: 0px;
        display: block;
    }

    body.home-page .mainheader .right-opts.mb-view {
        padding-right: 0;
    }

    .search-box-div .search-inner {
        position: relative;
        width: 100%;
        padding: 11px 21px;
    }

    .search-box-div .search-inner .form-control {
        font-size: 12px;
        padding: 8px 45px 8px 16px;
        box-shadow: 0 4px 10px 0 rgba(40, 44, 63, .10196078431372549);
    }

    .mainheader .header-con-opt {
        display: none;
    }

    .menu-header .navabr-div {
        display: none;
        position: fixed;
        top: 0px;
        bottom: 0px;
        height: 120vh;
        width: 352px !important;
        left: -330px;
        background: linear-gradient(270deg, #f6fbe4 0%, #e5f9ee 100%);
        z-index: 99999;
        padding: 10px 15px;
        overflow-x: hidden;
        box-shadow: 5px 0px 13px -7px rgb(0 0 0 / 10%);
        overflow-y: auto;
        animation: slide-in-left 1s forwards;
    }

    .toggle-menu {
        display: block !important;
        float: right;
        text-align: right;
        margin-left: auto;
    }

    .toggle-icon {
        position: relative;
        width: 24px;
        height: 18px;
    }

    .toggle-icon span {
        position: absolute;
        width: 100%;
        height: 1px;
        display: inline-block;
        transition: all 0.3s;
        left: 0;
        background: #3f3f3f;
    }

    .toggle-icon span:first-child {
        top: 0;
    }

    .toggle-icon span:nth-child(2) {
        top: 44.9%;
    }

    .toggle-icon span:last-child {
        bottom: 2px;
    }

    body.mobile-menu .toggle-icon span:first-child {
        transform: rotate(45deg) translate(3px, 9px);
    }

    body.mobile-menu .toggle-icon span:nth-child(2) {
        opacity: 0;
    }

    body.mobile-menu .toggle-icon span:last-child {
        transform: rotate(-45deg) translate(3px, -9px);
    }

    .mainheader {
        padding: 7px 0;
        box-shadow: 0 1px 2px 0 rgba(148, 150, 159, .3);
        z-index: 11;
    }

    .search-box-div .search-inner .srh-btn {
        width: 26px;
        height: 26px;
        font-size: 10px;
        right: 27px;
        top: 16px;
    }

    body.mobile-menu .menu-header .navabr-div {
        display: block;
        width: 100% !important;
        left: 0px;
    }

    .menu-header .navabr-div .navlist ul {
        display: block;
    }


    .menu-header .navabr-div .navlist ul li .sub-menu {
        display: none;
    }

    .menu-header .navabr-div .navlist ul li .nav-link {
        padding: 8px 0px;
        font-size: 13px;
    }


    .menu-header .navabr-div .navlist ul li.all-cat-menu .nav-link {
        padding: 12px 15px;
    }

    .menu-header .navabr-div .navlist ul li .nav-link i {
        position: relative;
        font-size: 11px;
        float: right;
        top: 3px;
    }

    .product-slider .slick-arrow {
        display: none !important;
    }

    .or-perk-box .inner {
        flex-wrap: wrap;
        gap: 10px;
    }

    .or-perk-box .inner .p-box {
        width: 100%;
        justify-content: center;
    }

    .or-perk-box .inner .p-box img {
        width: 49px;
    }

    .or-perk-box .inner .p-box .text h5 {
        font-size: 18px;
    }

    .menu-header .navabr-div .navlist ul li:hover .sub-menu {
        display: block;
        position: relative;
        top: 0px;
        margin-top: 10px;
        margin-bottom: 10px;
        width: 100%;
        background: transparent;
        padding-left: 12px;
        box-shadow: none;
    }

    .menu-header .navabr-div .navlist ul li .sub-menu .nav-items {
        background: #fff;
    }

    .menu-header .navabr-div .navlist ul li .sub-menu .nav-items a {
        font-size: 12px;
        padding: 9px 15px 9px 16px;
    }


    .menu-header .navabr-div .navlist ul li .sub-menu .inner-sub-menu .sub-menu {
        position: relative;
        left: 0px;
        background: transparent;
        border: none;
    }

    .navabr-div .navlist .sub-menu li:last-child {
        border: none;
    }

    .menu-header .navabr-div .right-opts {
        display: block !important;
        margin-top: 20px;
    }

    .menu-header .navabr-div .right-opts ul {
        justify-content: space-evenly;
        gap: 0px;
    }

    .menu-header .navabr-div .close-btn {
        display: block !important;
        margin-bottom: 20px;
        margin-left: auto;
        text-align: right;
        font-size: 15px;
    }

    .navabr-div .navlist ul li a i {
        font-size: 11px;
    }

    .top-header {
        padding: 5px 0px;
    }

    .top-header li {
        font-size: 13px;
    }

    .banner-content {
        padding: 85px 0;
    }

    .banner-content h6 {
        font-size: 26px;
    }

    .banner-content h4 {
        font-size: 62px;
    }

    .banner-content h4 span {
        font-size: 89px;
    }

    .banner-content p {
        font-size: 16px;
    }

    .sec-title h3 {
        font-size: 21px;
        padding-left: 0px;
    }

    .scroll-top {
        bottom: 8%;
        background: #fff;
    }

    .sec-title {
        position: relative;
        margin-bottom: 10px;
    }

    .sec-title:before {
        content: none;
    }

    .row.less>* {
        padding-left: 4px;
        padding-right: 4px;
    }

    .mb-text-center {
        text-align: center !important;
    }

    .pr-cbox {
        margin-bottom: 8px;
        height: 253px;
    }

    .pr-cbox .pr-cat {
        border-top-left-radius: 0px;
        border-top-right-radius: 0px;
    }

    .pr-cbox .pr-cat h4 {
        font-size: 13px;
    }

    .brands-slider .slick-slide {
        margin: 0 5px;
    }

    .brand-box {
        padding: 7px 8px;
        height: 74px;
    }

    .brand-box .inner img {
        max-height: 45px;
    }

    .brands-slider .brand-name {
        font-size: 12px;
    }

    .default-padding {
        padding: 40px 0;
    }

    .brands-slider .slick-arrow {
        display: none !important;
    }

    .flex-box .inner-box {
        width: 50%;
    }

    .flex-box .inner-box .text-wrap h4 {
        font-size: 16px;
    }

    .product-box {
        margin-bottom: 15px;
    }

    .product-box .img-div img {
        object-fit: contain;
        height: 100px;
        width: 100%;
    }

    .newslettter-div {
        margin-bottom: 30px;
        margin-top: 30px;
    }

    .newslettter-div .inner .text p {
        font-size: 13px;
    }

    .newslettter-div .inner .text h5 {
        font-size: 19px;
    }

    .newslettter-div .inner .icon i {
        font-size: 29px;
    }

    .newslettter-div .inner {
        gap: 16px;
    }

    .footer-widget {
        margin-bottom: 20px;
    }

    .b-left {
        border-left: none;
        padding-left: 0px;
    }

    .b-right {
        border-right: none;
        margin-right: 0px;
    }

    .footer-copyright .cpy-text {
        text-align: center;
        font-size: 11px;
    }

    .footer-copyright {
        padding: 10px 0;
    }

    .navabr-div ul li.menu-mega .sub-menu.menu-box .menu-heading-inner {
        padding-bottom: 10px;
    }

    .navabr-div ul li.menu-mega .sub-menu.menu-box .menu-heading-inner h5 {
        font-size: 13px;
    }

    .shoe-banner {
        display: block;
    }

    .shoe-banner .bn-img {
        width: 100%;
    }

    .shoe-banner .text-content .shop-btn-div {
        margin-top: 10px;
    }

    .shoe-banner .text-content h5 {
        font-size: 20px;
        margin-bottom: 5px;
    }

    .shoe-banner .text-content h4 {
        font-size: 31px;
        margin-bottom: 12px;
    }

    .shoe-banner .text-content p {
        font-size: 13px;
    }

    .shoe-banner .text-content .shop-btn-div .btn.btn1 {
        padding: 7px 17px;
    }

    .product-bx2 h4 {
        font-size: 12px;
    }

    .product-bx2 .img-box {
        border-radius: 13px;
    }

    .product-bx2 {
        margin-top: 10px;
        margin-bottom: 0px;
    }

    .footer-widget .w-title .ft-accrd-arrow {
        display: block !important;
        font-size: 13px;
    }

    .footer-widget .w-title {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-bottom: 10px;
    }

    .ic-contact-div span {
        font-size: 12px;
    }

    .footer-widget .fw-list {
        display: none;
    }

    .footer-widget .fw-list.active {
        display: block !important;
    }

    ul.fw-list li a {
        font-size: 12px;
        padding: 0px 0px 4px 0px;
    }

    .navabr-div .navlist ul li:hover .sub-menu .menu-drop.inner-sub-menu .sub-menu {
        left: 0px;
        right: unset;
    }

    .logo-tg {
        display: flex;
        align-items: center;
        gap: 10px;
    }

    .mb-bottom-menu {
        padding: 10px 0;
        box-shadow: 0 0 20px #59667a59;
        position: fixed;
        width: 100%;
        display: none;
        bottom: -1px;
        z-index: 111;
        background: #fff;
    }

    .mb-bottom-menu .inner {
        display: flex;
        align-items: center;
        justify-content: space-around;
    }

    .mb-bottom-menu .inner .item-div {
        text-align: center;
        position: relative;
        width: 20%;
        cursor: pointer;
    }

    .mb-bottom-menu .inner .item-div i {
        display: block;
        font-size: 20px;
        color: #5f5f5f;
    }

    .mb-bottom-menu .inner .item-div span {
        margin-bottom: 0px;
        margin-left: 10px;
        margin-top: 5px;
        line-height: 16px;
        color: #262a39;
        font-size: 13px;
        text-align: center;
        overflow: hidden;
        text-overflow: ellipsis;
        max-width: 100%;
        width: 60px;
        display: block;
    }

    .mb-bottom-menu .inner .item-div.active:before {
        content: '';
        top: -10px;
        border-top: 4px solid var(--primary-color);
        position: absolute;
        right: 21%;
        height: 2px;
        width: 49px;
    }

    .mb-bottom-menu .inner .item-div.active i {
        color: var(--primary-color);
    }

    .mb-bottom-menu .inner .item-div.active span {
        color: var(--secondary-color);
        font-weight: 600;
    }

    .contact-float {
        bottom: 7%;
    }

    .mainCategory-slider {}

    .mainCategory-slider .slider-item {
        margin: 0 4px;
    }

    .mainCategory-slider .slider-item .pr-box {
        position: relative;
        background: linear-gradient(247deg, rgba(87, 218, 255, 0.1) 0.99%, rgba(0, 80, 255, 0.1) 97.77%);
        padding: 3px 3px 4px 2px;
        border-radius: 8px;
    }

    .mainCategory-slider .slider-item .pr-box img {
        box-shadow: 0px 15px 10px -15px #111111cc;
        display: block;
        width: auto;
        height: 70px;
        margin: 0 auto 0px auto;
        max-width: 100%;
        background: #fff;
        object-fit: contain;
        border-radius: 7px;
    }

    .mainCategory-slider .slider-item .pr-box p {
        text-align: center;
        font-size: 11px;
        color: var(--secondary-color);
        margin-bottom: 3px;
        font-weight: 700;
        line-height: 12px;
        padding: 0 4px;
        display: -webkit-box;
        overflow: hidden;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        margin-top: 5px;
    }

    .default-padding.mainCategory-section {
        padding-top: 22px;
        padding-bottom: 22px;
    }

    body.home-page header {
        margin-bottom: 59px;
    }

    .category2-slider .slider-item {
        margin: 0 5px;
    }

    .category3-slider {}

    .category3-slider .category3-box {
        padding: 19px 0px;
        background: linear-gradient(270deg, #b8db1d21 0%, #26cf744a 100%);
        overflow: hidden;
        border-radius: 10px;
        border: 1px solid #e3e3e3;
    }

    .category3-slider .category3-box img {
        padding: 0 9px;
        object-fit: contain;
        height: 89px;
    }

    .category3-slider .slider-item {
        margin: 0 3px;
    }

    .category3-slider .cat3-text {
        background-image: linear-gradient(to top, #fa709a24 0%, #fee14029 100%);
        padding: 15px 2px;
    }

    .category3-slider .cat3-text h3 {
        margin-bottom: 1px;
        font-size: 19px;
        font-weight: 700;
        margin-right: 15px;
    }

    .category3-slider .cat3-text p {
        font-size: 10px;
        margin-bottom: 0px;
    }

    .less-padding {
        padding: 30px 0;
    }

    .product2-section {
        background: #e7effe;
    }

    .product-box .dis-badge {
        font-size: 10px;
        width: 25px;
        height: 25px;
    }

    .offer-slider {}

    .offer-slider .slider-item {
        margin: 0 5px;
    }

    .offer-slider .offer-box {
        text-align: center;
        padding: 6px 6px;
        background: #fff;
        border-radius: 5px;
        border: 1px solid #282c3f1a;
    }

    .offer-slider .offer-box p {
        color: #000;
        font-size: 11px;
        margin-top: 7px;
        font-weight: 500;
        margin-bottom: 2px;
    }

    .offer-slider .offer-box h4 {
        font-size: 14px;
        margin-bottom: 3px;
        color: var(--secondary-color);
        font-weight: 700;
    }

    .offer-slider .offer-box img {
        border-radius: 15px;
    }

    .ic-contact-div .call-num {
        line-height: 22px;
    }

    .mb-d-block {
        display: block !important;
    }

    h6.sm-heading {
        font-size: 13px;
    }

    .with-dots ul.slick-dots {
        bottom: 5px;
    }

    .row.mb-less>* {
        padding-left: 5px;
        padding-right: 5px;
    }

    .mp-10 {
        padding-left: 10px;
        padding-right: 10px;
    }

    .category-page .showing-results {
        font-size: 13px;
        margin-bottom: 10px;
    }

    .orderby.form-control {
        font-size: 13px;
        margin-bottom: 15px;
    }

    .cat-f-bottom {
        display: block;
        box-shadow: 0 0 20px #59667a59;
        position: fixed;
        width: 100%;
        bottom: -1px;
        z-index: 99999;
        display: block;
        background: #fff;
        border-top: 1px solid #DFE1ED;
    }

    .cat-pr-show .product-box {
        margin-bottom: 10px;
    }

    .cat-f-bottom .inner-f {
        display: flex;
        align-items: center;
    }

    .cat-f-bottom .inner-f button {
        border: none;
        width: 100%;
        padding: 13px 30px;
        background: #fff;
        font-size: 15px;
        letter-spacing: .9px;
        color: #535766;
        font-weight: 600;
    }

    .cat-f-bottom .inner-f button.btn-st1 {
        border-right: 1px solid #DFE1ED;
    }

    /* filter modal */
    .modalBottom {
        z-index: 999999;
    }

    .modalBottom.modal:not(.show) {
        transform: translateY(100%);
    }

    .modalBottom.modal.show {
        transition: transform 0.3s ease-in-out;
        transform: translateY(0);
    }

    .modalBottom .modal-dialog {
        bottom: 0px;
        margin: 0;
        top: unset;
        position: absolute;
        width: 100%;
        left: 0px;
    }

    .modal-dialog .modal-content {
        background-color: #fefefe;
        margin: unset;
        border: none;
        width: 100%;
        border-radius: 0;
    }

    .modalBottom .modal-dialog .modal-content {
        border-top-left-radius: 27px;
        border-top-right-radius: 27px;
    }

    .modalBottom .modal-dialog .modal-header {
        padding: 13px 21px;
        border-bottom: 1px solid #b4b4b4;
    }

    .modalBottom .modal-dialog .modal-header .modal-title {
        font-size: 18px;
        font-weight: 600;
        color: #3e4152;
        text-transform: uppercase;
    }

    .modalBottom .modal-dialog .modal-header button.close {
        position: absolute;
        right: 10px;
        top: -53px;
        background-color: #fff;
        border: none;
        padding: 0px;
        height: 40px;
        width: 40px;
        font-size: 24px;
        display: flex;
        align-items: center;
        justify-content: center;
        line-height: 0px;
        border-radius: 50%;
    }

    #filterModal .modal-body {
        height: 65vh;
        overflow-y: hidden;
    }

    .modal-dialog .modal-content .modal-body {
        padding: 0;
    }

    .filter-sticky-bottom {
        position: sticky;
        bottom: 0px;
        box-shadow: 0 0 16px 0 rgba(0, 0, 0, .08), 0 16px 16px 0 rgba(0, 0, 0, .08);
        z-index: 16;
        background-color: #fff;
        padding: 9px 10px;
    }

    .filter-sticky-bottom .clear-all {
        color: #454545;
        font-weight: 500;
    }

    #filterModal .modal-body .filter-flex {
        display: flex;
        height: 100%;
        width: 100%;
    }

    #filterModal .modal-body .filter-flex .fl-left-tab {
        width: calc(calc((100vw - 72px) / 6)* 2 + 8px);
        margin-left: 4px;
        margin-right: 4px;
        display: flex;
        flex-direction: column;
        padding-left: 12px;
        padding-top: 16px;
        border-right: 1px solid #dde2eb;
    }

    #filterModal .modal-body .filter-flex .fl-right-content {
        overflow-y: auto;
        display: flex;
        flex-direction: column;
        width: calc(calc((100vw - 72px) / 6)* 4 + 50px);
        margin-left: 4px;
        margin-right: 0;
        padding-right: 12px;
        padding-top: -1px;
    }

    .modal-body .filter-flex .fl-left-tab .fl-tab-opt {
        position: relative;
        display: flex;
        justify-content: space-between;
        color: #181a1f;
        padding-top: 8px;
        padding-bottom: 8px;
        font-size: 0.875rem;
        font-weight: 400;
        line-height: 18px;
    }

    .modal-body .filter-flex .fl-left-tab .fl-tab-opt.active {
        color: var(--secondary-color);
        font-weight: 600;
    }

    .modal-body .filter-flex .fl-left-tab .fl-tab-opt.active:before {
        content: '';
        top: 0px;
        height: 34px;
        right: 0;
        width: 4px;
        border-bottom-left-radius: 6px;
        border-top-left-radius: 6px;
        position: absolute;
        background: var(--secondary-color);
        transition: all 0.65sease;
    }

    .modal-body .filter-flex .fl-right-content .fl-content-box {
        height: 100%;
    }

    .modal-body .filter-flex .fl-right-content .fl-content-box .fl-search-box {
        background: #fff;
        position: sticky;
        top: 0;
        padding-bottom: 16px;
        z-index: 1;
        padding-top: 10px;
    }

    .modal-body .filter-flex .fl-right-content .fl-option-div {
        margin-left: 8px;
        margin-right: 8px;
    }

    .modal-body .filter-flex .fl-right-content .fl-content-box .fl-search-box .form-control {
        display: flex;
        align-items: center;
        padding: 12px 40px 12px 20px;
        height: 46px;
        border: 1px solid #dde2eb;
        border-radius: 29px;
    }

    .modal-body .filter-flex .fl-right-content .fl-content-box .fl-search-box .search-icon {
        position: absolute;
        right: 18px;
        top: 24px;
        font-size: 15px;
        color: var(--secondary-color);
    }

    .modal-body .filter-flex .fl-right-content .fl-option-div .form-group {
        margin-bottom: 7px;
    }

    .form-group {
        position: relative;
    }

    .modal-body .filter-flex .fl-right-content .fl-option-div .form-group label.form-check-label {
        margin-bottom: 0px;
        margin-left: 7px;
        color: #5a5a5a;
        font-size: 0.875rem;
        font-weight: 400;
        width: -webkit-fill-available;
    }

    .modal-body .filter-flex .fl-right-content .fl-option-div .form-group .right-item-num {
        position: absolute;
        right: 0px;
        font-size: 10px;
        color: #94969f;
    }

    .filter-sticky-bottom .btn.btn1 {
        border-color: var(--primary-color);
        border-radius: 30px;
    }

    .modalBottom .modal-body .default-inner {
        padding: 0;
    }

    #sortModal {}

    #sortModal .filter-radio-group .form-group {
        width: 100%;
    }

    #sortModal .filter-radio-group .form-group input {
        visibility: hidden;
        opacity: 0;
        width: 0;
        height: 0px;
    }

    #sortModal .filter-radio-group .form-group label {
        width: 100%;
        display: flex;
        padding: 18px 23px;
        color: #3e4152;
        font-size: 14px;
        align-items: center;
        cursor: pointer;
    }


    #sortModal .filter-radio-group .form-group label i {
        font-size: 21px;
        margin-right: 11px;
        color: #6c6c6c;
    }

    #sortModal .filter-radio-group .form-group input:checked[type=radio]+label {
        background: #eee;
        color: var(--secondary-color);
        font-weight: 500;
    }

    #sortModal .filter-radio-group .form-group input:checked[type=radio]+label i {
        color: var(--secondary-color);
    }

    .category-siebar {
        display: none;
    }

    .breadcrumb-content .breadcrumb-menu li a {
        font-size: 12px;
    }

    .breadcrumb-content .breadcrumb-menu li {
        font-size: 12px;
        margin: 0 6px;
    }

    .breadcrumb-content .breadcrumb-menu li a:after {
        right: -9px;
        height: 11px;
    }

    section.breadcrumb {
        padding: 7px 0;
    }

    .mb-d-none {
        display: none !important;
    }

    body.home-page .navabr-div ul .search-li-div {
        display: none;
    }

    body.home-page .mb-bottom-menu {
        display: block;
    }
	body.ds-pages .mb-bottom-menu {
        display: block;
    }
    body.home-page .navabr-div ul .user-li-div {
        display: block;
    }

    .result-div {
        background: #fff;
        padding: 14px 18px;
    }

    .mainCategory-slider.grid-style {
        justify-content: flex-start;
        display: flex;
        flex-wrap: wrap;
        gap: 8px;
    }

    .mainCategory-slider.grid-style .slider-item {
        width: 23.33%;
        margin: 0px;
    }

    .mainCategory-slider.grid-style .slider-item .pr-box {
        height: 100%;
        margin-bottom: 6px;
        padding: 6px 6px 5px 5px;
    }

    .mainCategory-slider.grid-style .slider-item .pr-box img {
        width: 100%;
    }

    .result-div h5 {
        font-size: 13px;
        font-weight: 600;
        padding-bottom: 0;
        color: #535766;
        letter-spacing: 1.5px;
        margin-bottom: 10px;
    }

    .product-gallery-slider-nav .item-slick {
        max-width: 80px !important;
        margin-right: 5px !important;
    }

    .product-details-gallery {
        margin-bottom: 20px;
    }

    .item-detail-box .brand-name {
        font-size: 14px;
        margin-bottom: 4px;
    }

    .item-detail-box .product-name {
        font-size: 23px;
        margin-bottom: 7px;
    }

    .price-div {
        gap: 9px;
        margin-bottom: 10px;
    }

    .price-div .final-pr {
        font-size: 21px;
    }

    .price-div .older-price {
        font-size: 12px;
    }

    .price-div .off-price {
        font-size: 17px;
    }

    .item-detail-box .more-col-opt .col-opt {
        width: 75px;
    }

    .item-detail-box .select-size .form-group label {
        min-width: 35px;
        font-size: 12px;
        height: 35px;
    }

    .item-detail-box .select-size .form-group .form-check-input:disabled+label:before {
        bottom: 11px;
        right: -5px;
    }

    .item-detail-box .btn-div .btn {
               padding: 7px 20px;
        font-size: 13px;
    }

    .item-detail-box .btn-div {
        gap: 10px;
        position: fixed;
        bottom: -1px;
        left: 0;
        width: 100%;
        background: white;
        padding: 10px 20px;
        margin: 0;
        z-index: 11;
        box-shadow: 0 0 20px #59667a59;
    }

    .item-detail-box .del-upto {
        font-size: 13px;
    }

    .item-detail-box .sub-heading {
        font-size: 12px;
    }

    ul.delivery-info li .icon-img {
        width: 38px;
    }

    ul.delivery-info li span {
        font-size: 14px;
    }

    .pr-dt-page {
        padding-left: 10px;
        padding-right: 10px;
    }

    .prd-dec-block {
        margin-top: 20px;
    }

    .desc-btn-div .desc-btn {
        padding: 7px 17px;
        font-size: 14px;
    }

    .desc-inner-div h4 {
        font-size: 21px;
    }

    .desc-inner-div p {
        margin-bottom: 6px;
        font-size: 13px;
    }

    .desc-inner-div h5 {
        margin-bottom: 5px;
        font-size: 17px;
        margin-top: 15px;
    }

    .desc-inner-div ul li b {
        padding-left: 3px;
    }

    .desc-inner-div ul li {
        margin-bottom: 1px;
        font-size: 12px;
        width: 49%;
    }

    .desc-inner-div.mb-b-box {
        border: 1px solid #d4d5d8;
        border-radius: 14px;
        padding: 17px 20px;
    }

    .reviews-block .posted-review .txt p {
        font-size: 13px;
        line-height: 21px;
        margin-bottom: 11px;
        display: -webkit-box;
        overflow: hidden;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
    }

    .reviews-block .posted-review .txt .img-by-user img {
        width: 70px;
    }

    .reviews-block .posted-review .txt .img-by-user {
        gap: 7px;
        margin-bottom: 16px;
    }

    .reviews-block .posted-by h6 {
        font-size: 11px;
    }

    .reviews-block .posted-by h6 .posted-date {
        padding-left: 7px;
        font-size: 9px;
    }

    .reviews-block .posted-by h6 .posted-date:before {
        left: 1px;
        bottom: 2px;
    }

    .reviews-block .posted-by .usefull-not {
        gap: 9px;
    }

    .reviews-block .posted-by .usefull-not .thumb-icon {
        gap: 2px;
        font-size: 11px;
    }

    .reviews-block {
        margin-bottom: 40px;
    }

    .reviews-block .posted-review .star-rated {
        padding: 3px 8px;
        font-size: 10px;
    }

    .reviews-block .posted-review {
        gap: 5px;
    }

    .write-review-bx {
        padding: 23px 23px;
        margin-bottom: 30px;
    }

    .form-group label {
        font-size: 13px;
    }

    .form-group .form-control {
        padding: 11px 13px;
        font-size: 14px;
    }

    .form-group {
        margin-bottom: 10px;
    }

    .review-stars i {
        font-size: 14px;
    }

    .item-detail-box.product-content h3.product-name {
        font-size: 18px;
        font-weight: 600;
    }

    #productModal .product-detail .pr-img img {
        height: 67px;
        border-radius: 4px;
    }

    .item-detail-box.product-content .price-div .final-pr {
        font-size: 15px;
    }

    .item-detail-box.product-content p.desc1 {
        font-size: 10px;
    }

    .item-detail-box.product-content .brand-name {
        font-size: 12px;
    }

    .item-detail-box.product-content {
        margin-left: 15px;
    }

    #productModal .bottom-btns .btn {
        padding: 8px 12px;
        font-size: 12px;
    }

    #productModal .bottom-btns {
        padding: 14px 22px;
    }

    #productModal .product-detail {
        padding: 14px;
    }

    #productModal .modal-content .modal-header .sucess-label p {
        font-size: 13px;
    }

    #productModal .modal-content .modal-header .sucess-label {
        padding: 8px 12px;
    }

    #productModal .modal-content .modal-header .close {
        top: -36px;
        right: 0px;
    }

    .data-table {
        margin-bottom: 20px;
    }

    .summary-box {
        padding: 25px 24px;
        margin-left: 0px;
    }

    .data-table td .product-div {
        width: max-content;
    }

    .product-div .product-thumb img {
        height: 73px;
    }

    .data-table .btn.view-btn {
        padding: 9px 9px;
        font-size: 13px;
    }

    .data-table .price-div .final-pr {
        font-size: 17px;
    }

    .product-quantity {
        width: 100px;
    }

    .summary-box ul.sum-list li p {
        font-size: 14px;
    }

    .summary-box ul.sum-list li p.list-txt2 {
        font-size: 10px;
        margin-top: 2px;
    }

    .summary-box ul.sum-list li {
        margin-bottom: 10px;
    }
.login-page .inner {
    padding: 21px;
    align-items: center;
    height: auto;
	    display: block;
}
.login-page .inner .login-form{
	    width: 100%;
}
.login-slider img {
    width: 100%;
}
.login-page .inner .login-form{
	    padding: 31px 33px;
}
.login-page .inner .login-form h3 {
    font-size: 30px;
    margin-bottom: 6px;
}
.login-page .inner .login-form {
    margin-bottom: 30px;
}
.login-page .inner .login-form p {
    font-size: 15px;
}
.d-sidebar{
	    margin-bottom: 20px;
}
.dashbox{
	    margin-bottom: 19px;
}
.dashbox h4 {
    font-size: 13px; 
    margin-top: 9px;
}
.defaultModal .modal-dialog .modal-content .modal-body {
    padding:  15px;
}
    .tracking-div .tracking-inner ul {
        display: block;
    }
	.tracking-div .tracking-inner ul li.bullet-1 {
        position: relative;
        width: 100%;
        margin-left: 40px;
        display: flex
;
        padding-bottom: 21px;
    }
	    .tracking-div .tracking-inner ul li.bullet-1:before {
        width: 6px;
        height: 100%;
        background: #ddd;
        top: 8px;
        left: 8px;
    }
	.tracking-div .tracking-inner {
    margin-top: 20px;
}
	.tracking-div .tracking-inner ul li.bullet-1.active::before {
    background: var(--primary-color);
}
    .tracking-div .tracking-inner ul li.bullet-1 .txt {
        margin-top: 0px;
        margin-left: 20px;
    }
	    .tracking-div .tracking-inner ul li.bullet-1 .txt img {
        width: 51px;
    }
	
	
	

}

@keyframes slide-in-left {
    0% {
        left: -100%;
    }

    100% {
        left: 0px;
    }
}