/*your custom css goes here*/ /*your custom css goes here*/

@import url("https://fonts.googleapis.com/css2?family=Geist:wght@100..900&display=swap");
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css");
:root {
    --bg-primary: #1c41bd !important;
    --blue: #0d2f9c !important;
    --hov-green: #1f9189 !important;
    --soft-blue: rgba(47, 112, 181, 0.15) !important;
    --secondary-base: #ec6d25 !important;
    --hov-secondary-base: #f24822 !important ;
    --soft-secondary-base: rgba(38, 40, 44, 0.15);
    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: #ea304c !important;
    --red: #e52441 !important;
    --orange: #f24822 !important;
    --yellow: #ffc107;
    --green: #28a745;
    --teal: #20c997;
    --cyan: #1f9189;
    --darkcyan: #2fa199;
    --white: #fff !important;
    --seashell: #f8e8ce;
    --soft-white: #fff3df;
    --gray: #f9f9f9 !important;
    --gray-dark: #ededed !important;
    --primary: #f24822 !important;
    --hov-primary: #f24822 !important;
    --soft-primary: rgba(247, 123, 11, 0.15);
    --secondary: #575848 !important;
    --soft-secondary: rgb(62, 65, 70) !important;
    --success: #0abb75;
    --soft-success: rgba(10, 187, 117, 0.15);
    --info: #25bcf1;
    --soft-info: rgba(37, 188, 241, 0.15);
    --warning: #ffc519;
    --soft-warning: rgba(255, 197, 25, 0.15);
    --danger: #f50505 !important;
    --soft-danger: rgba(239, 72, 106, 0.15);
    --light: #5e5e5e;
    --light-bg: #fafafa !important;
    --soft-light: #fff3df !important;
    --light-secondary: rgb(217 218 223);
    --dark: #26282c;
    --soft-dark: #26282c;
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;
    --font-family-sans-serif: Geist;
    --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas,
        "Liberation Mono", "Courier New", monospace;
}

.bg-orange,
.hov-bg-orange:hover {
    background-color: var(--primary) !important;
}
html {
    width: 100%;
  overflow-x: hidden;
}
body {
    background: var(--gray) !important;
    color: var(--soft-dark);
    font-family: var(--font-family-sans-serif) !important;
    font-size: 1rem;
}
.overflow-x-hidden {
    overflow-x: hidden !important;
}
.overflow-y-hidden {
    overflow-y: hidden !important;
}
/* .overflow-x-auto {
    overflow-x: auto !important;
}
.overflow-y-auto {
    overflow-y: auto !important;
} */

p {
    margin-bottom: 0;
}

a {
    color: var(--soft-dark);
    text-decoration: none;
    background-color: transparent;
}

a:hover {
    color: var(--hov-green);
    text-decoration: inherit;
}

.btn-primary,
.btn-soft-primary:hover,
.btn-outline-primary:hover {
    background-color: var(--darkcyan) !important;
    border-color: var(--darkcyan) !important;
    color: var(--white);
}

.btn-primary:hover {
    color: #fff;
    background-color: var(--darkcyan) !important;
    border-color: var(--darkcyan) !important;
}

.text-blue {
    color: var(--cyan) !important;
}

.text-blue,
.hov-text-blue:hover {
    color: var(--cyan) !important;
}
.animate-underline-primary::after {
    bottom: -3px;
    background: var(--cyan);
}

.animate-underline-primary::after {
    bottom: -3px;
    background: var(--cyan);
}

.gray-dark {
    background-color: var(--gray-dark) !important;
}

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

.cyan-bg {
    background-color: var(--darkcyan) !important;
}

.darkcyan-bg {
    background-color: var(--cyan) !important;
}

.p-50 {
    padding: 50px 0;
}

.bg-light {
    background-color: var(--light);
}

.bg-light-secondary,
.hov-bg-light-secondary:hover {
    background-color: var(--light-secondary) !important;
}

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

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

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

.navbar-bg {
    background-color: var(--blue);
}

.text-reset {
    color: var(--soft-dark) !important;
}
.text-light,
.hov-text-light:hover {
    color: var(--light) !important;
}

.copy-right-text,
.copy-right-text a {
    color: var(--light) !important;
}

.h-24px,
.h-md-24px {
    height: 24px;
}

.bg-header {
    background-color: var(--seashell) !important;
}

.hov-animate-outline:hover::after {
    border-bottom-color: var(--light-bg) !important;
    border-left-color: var(--light-bg) !important;
    transition: height 0.3s ease-out, width 0.3s ease-out 0.3s;
}

.hov-animate-outline:hover::before {
    border-top-color: var(--light-bg) !important;
    border-right-color: var(--light-bg) !important;
    transition: width 0.3s ease-out, height 0.3s ease-out 0.3s;
}

/******** custom-btn ********/
.custom-btn {
    position: relative;
    display: inline-block;
    background: rgb(242 72 34);
    background: linear-gradient(90deg, rgb(242 72 34) 0%, rgb(236 109 37) 61%);
    box-shadow: 0 4px #f24822;
    border: none;
    color: #fff;
    font-size: 14px;
    text-align: center;
    font-weight: 700;
    padding: 12px 36px;
    appearance: none;
    text-decoration: none;
    text-transform: uppercase;
    cursor: pointer;
    -webkit-border-radius: 65px;
    -moz-border-radius: 65px;
    border-radius: 65px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.single-buy-btn {
    position: relative;
    display: inline-block;
    background: linear-gradient(90deg, var(--darkcyan) 0%, var(--cyan) 61%);
    box-shadow: 0 2px #f24822;
    border: none;
    color: #fff;
    font-size: 14px;
    text-align: center;
    font-weight: 700;
    padding: 8px 24px;
    appearance: none;
    text-decoration: none;
    text-transform: uppercase;
    cursor: pointer;
    -webkit-border-radius: 65px;
    -moz-border-radius: 65px;
    border-radius: 65px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.single-buy-btn:hover,
.single-buy-btn:focus {
    background: var(--darkcyan);
    color: #fff;
}

.custom-btn:hover,
.custom-btn:focus {
    background-color: var(--darkcyan);
    color: #fff;
}

.custom-btn span {
    line-height: 24px;
    font-size: 14px;
    margin-left: 8px;
}

.btn-read {
    display: inline-block;
    position: relative;
    color: var(--cyan);
    font-size: 14px;
    font-weight: 500;
    font-style: normal;
    text-decoration: none;
    text-transform: capitalize;
}

.btn-read span {
    font-size: 16px;
    margin-left: 8px;
}

.btn-read:after {
    content: "";
    position: absolute;
    width: 100%;
    transform: scaleX(0);
    height: 2px;
    bottom: 0;
    left: 0;
    background-color: var(--cyan);
    transform-origin: bottom right;
    transition: transform 0.25s ease-out;
}

.btn-read:hover:after {
    transform: scaleX(1);
    transform-origin: bottom left;
}

.btn-read:hover,
.btn-read:focus {
    background-color: none;
    border: none;
    box-shadow: none;
    outline: none;
    color: var(--cyan);
}

.py-100 {
    padding: 100px 0;
}

.pt-100 {
    padding-top: 100px;
}

.pb-100 {
    padding-bottom: 100px;
}

.py-80 {
    padding: 80px 0;
}

.pt-80 {
    padding-top: 80px;
}

.pb-80 {
    padding-bottom: 80px;
}

.pt-70 {
    padding-top: 70px;
}

.pb-70 {
    padding-bottom: 70px;
}

.py-60 {
    padding: 60px 0;
}

.pt-60 {
    padding-top: 60px;
}

.pb-60 {
    padding-bottom: 60px;
}

.py-50 {
    padding: 50px 0;
}

.pt-50 {
    padding-top: 50px;
}

.pb-50 {
    padding-bottom: 50px;
}

.pt-40 {
    padding-top: 40px;
}

.pb-40 {
    padding-bottom: 40px;
}

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

.pt-30 {
    padding-top: 30px;
}

.pb-30 {
    padding-bottom: 30px;
}

.pb-20 {
    padding-bottom: 20px;
}

.pb-10 {
    padding-bottom: 10px;
}

.py-20 {
    padding: 20px 0;
}

.pt-20 {
    padding-top: 20px;
}

.mt-80 {
    margin-top: 80px;
}

.mb-80 {
    margin-bottom: 80px;
}

.mt-60 {
    margin-top: 60px;
}

.mb-60 {
    margin-bottom: 60px;
}

.mt-50 {
    margin-top: 50px;
}

.mb-50 {
    margin-bottom: 50px;
}

.mt-40 {
    margin-top: 40px;
}

.mb-40 {
    margin-bottom: 40px;
}

.mt-30 {
    margin-top: 30px;
}

.mb-30 {
    margin-bottom: 30px;
}

.mt-20 {
    margin-top: 20px;
}

.mb-20 {
    margin-bottom: 20px;
}

.mt-10 {
    margin-top: 10px;
}

.mb-10 {
    margin-bottom: 10px;
}

.p-0 {
    padding: 0 !important;
}

.ps-0 {
    padding-left: 0 !important;
}

.pe-0 {
    padding-right: 0 !important;
}

.mb-16 {
    margin-bottom: 16px;
}

.mb-10 {
    margin-bottom: 10px;
}

.p-relative {
    position: relative;
    z-index: 999;
}

.light-bg {
    background-color: var(--soft-light) !important;
}

.container-fluid {
    padding: 0 80px;
}

.top-navbar {
    position: relative;
    background-color: var(--gray);
}

.header-top {
    position: relative;
}

.topinfo {
    padding: 14px 0;
}

.topinfo p {
    color: var(--white);
}

.top-info {
    padding: 10px 0;
}

.top-info ul {
    margin-bottom: 0;
    padding-left: 0;
}

.top-info ul li {
    color: var(--gray-dark);
    display: inline-block;
    font-size: 12px;
    font-weight: 500;
    margin-right: 20px;
}

.top-info ul li a {
    color: var(--gray-dark);
}

.top-info ul li span {
    color: var(--red);
}

.user-icon span {
    font-size: 1rem;
    color: var(--orange);
    margin-right: 4px;
}

.icon-info span {
    font-size: 24px;
}

.head-rit {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

header {
    position: relative;
}

.logo-wrap {
    display: flex;
    align-items: center;
}

.sticky {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 99;
    width: 100%;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: stickyTransition;
    animation-name: stickyTransition;
}

/* search input box */
.search-input-box {
    position: relative;
    width: 100%;
}

.search-input-box > input {
    border-radius: 3px;
    overflow: hidden;
    height: 50px;
    padding-left: 20px;
}

.search-input-box > svg {
    position: absolute;
    right: 0;
    top: 1px;
    background: var(--orange);
    padding: 10px;
    height: 48px;
    width: 50px;
    border-radius: 0 3px 3px 0;
}

[dir="rtl"] .search-input-box > svg {
    right: auto;
    left: 20px;
}

.search-input-box .form-control:focus {
    border-width: 1px !important;
    border-color: var(--primary) !important;
    outline: none;
    box-shadow: none;
}

.tt-text {
    color: var(--dark);
    display: block;
    font-weight: 500;
    font-size: 13px;
    line-height: 16px;
    text-align: center;
    text-transform: uppercase;
}

.logo-wrap {
    margin: 10px;
    max-height: 100%;
    position: relative;
}

.logo-wrap .header-logo-img {
    max-height: 84px;
}

/******** header-login ********/
.header .item-right {
    flex: 0 0 17%;
    display: flex;
    justify-content: flex-end;
}

.item-left {
    flex: 0 0 17%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.user-icon-1 {
    text-align: center;
    margin-right: 20px;
    margin-top: 16px;
    margin-bottom: 10px;
}

.tp-icon {
    color: var(--soft-secondary);
    font-size: 20px;
    text-align: center;
}
.account-wrap {
    margin-left: 10px;
}

.log-in {
    color: var(--dark);
    display: block;
    font-size: 14px;
    font-weight: 500;
    text-transform: capitalize;
}

.text-color a {
    color: var(--blue);
}

.user-icon {
    position: relative;
    display: block;
}

.nav-user-img {
    display: block;
}

.user-icon:hover .nav-user-img {
    border-color: transparent !important;
    box-shadow: none !important;
}

.user-icon:hover .nav-user-img > svg * {
    fill: var(--pink);
}

/******** nav ********/

.nav-menu {
    background-color: var(--hov-blue);
    text-align: center;
}
.navbar-expand-lg .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
    padding-left: 256px;
}

.all-category {
    background-color: transparent;
}

/******** banner slider ********/
.home-slider {
    max-width: 100% !important;
}

.subtitle {
    position: relative;
}
.subtitle h6 {
    position: relative;
    color: var(--bg-primary);
    font-size: 14px !important;
    font-weight: 600;
    line-height: 16px;
    display: inline-block;
    text-transform: uppercase;
}

.subtitle span.sub-line {
    position: relative;
    display: inline-block;
    margin-left: 15px;
    top: -4px;
    width: 100px;
    height: 1px;
    background: var(--bg-primary);
}

.category-wrap {
    position: relative;
}

.category-img {
    position: relative;
    overflow: hidden;
}

.aiz-card-box .disc-amount {
    margin-right: -52%;
    opacity: 0 !important;
}

.stock-bg {
    background-color: var(--bg-primary);
    border-radius: 2px;
    color: #ffffff;
    display: inline-block;
    font-size: 12px;
    text-align: center;
    padding: 2px 6px;
    margin-bottom: 5px;
}

.product-container {
    background-color: var(--gray);
}

.aiz-card-box {
    overflow: hidden;
    background-color: var(--white);
}

ul.social i {
    color: #171727;
    font-size: 18px;
    font-weight: 700;
}
ul.social a {
    display: inline-block;
    width: 30px;
    height: 30px;
    border-radius: 50em;
    line-height: 32px;
    text-align: center;
    font-size: 14px;
    background-color: #d5d5df;
}

.form-control::placeholder {
    color: #555555;
}

.fnp.tabs-container {
    max-height: 560px;
    overflow-y: hidden;
}

/* client testimonails */
.today-deals-container, 
.offer-1s-container, 
.offer-2s-container {
    position: relative;
    background-color: var(--secondary-base);
    margin-top: 30px;
    /* margin-bottom: 130px;
    height: 234px; */
}

.offer-1s-container {
    position: relative;
    background-color: var(--darkcyan) !important;
}
/* 
.today-deals-container::after, 
.offer-1s-container::after, 
.offer-2s-container::after {
    position: absolute;
    content: "";
    background: url(../img/Vector.png) no-repeat;
    height: 130px;
    left: 0;
    width: 100%;
    bottom: -130px;
} */

.today-container, 
.offer-1-container, 
.offer-2-container {
    position: relative;
    z-index: 9;
}

.title-info {
    background-color: var(--white);
    color: var(--secondary-base);
    font-size: 1.5rem;
    text-align: center;
    padding: 10px 30px;
    min-width: 200px;
    margin-top: -20px;
    text-transform: capitalize;
    z-index: 999;
}

.product-section {
    position: relative;
}

.loading-btn {
    position: relative;
}

.button {
    position: relative;
    display: inline-block;
    padding: 10px 24px;
    border: none;
    border-radius: 2px;
    background-color: var(--darkcyan);
    text-align: center;
    font-size: 16px;
    letter-spacing: 0.05em;
    outline: 0;
    transition: all 0.4s ease-in-out;
    color: white;
}
.button::before,
.loading-btn .custom-btn::before {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -4px;
    margin-left: -4px;
    content: "";
    height: 8px;
    width: 8px;
    background: white;
    border-radius: 100%;
    transition: all 0.4s linear;
    -webkit-animation: test 2s infinite;
    animation: test 2s infinite;
    opacity: 0;
}
.button.active,
.loading-btn .custom-btn.active {
    color: transparent;
}

.button.loading::before,
.loading-btn .custom-btn.loading::before {
    opacity: 1;
}

@-webkit-keyframes one-two {
    0% {
        left: 30%;
        top: 50%;
    }
    12.5% {
        top: 30%;
    }
    25% {
        top: 50%;
    }
    37.5% {
        top: 70%;
    }
    50% {
        left: 70%;
        top: 50%;
    }
    62.5% {
        top: 30%;
    }
    75% {
        top: 50%;
    }
    87.5% {
        top: 70%;
    }
    100% {
        left: 30%;
        top: 50%;
    }
}
@keyframes one-two {
    0% {
        left: 30%;
        top: 50%;
    }
    12.5% {
        top: 30%;
    }
    25% {
        top: 50%;
    }
    37.5% {
        top: 70%;
    }
    50% {
        left: 70%;
        top: 50%;
    }
    62.5% {
        top: 30%;
    }
    75% {
        top: 50%;
    }
    87.5% {
        top: 70%;
    }
    100% {
        left: 30%;
        top: 50%;
    }
}
@-webkit-keyframes test {
    0% {
        left: 30%;
    }
    50% {
        left: 70%;
    }
    100% {
        left: 30%;
    }
}
@keyframes test {
    0% {
        left: 30%;
    }
    50% {
        left: 70%;
    }
    100% {
        left: 30%;
    }
}

.floating-buttons-section {
    padding: 10px;
}

.aiz-p-hov-icon a:hover {
    background: var(--orange);
    color: #fff;
}

.tabs-container .aiz-nav-tabs {
    position: relative;
    justify-content: center;
    display: flex;
}

.tabs-container .aiz-nav-tabs a {
    background-color: var(--hov-blue);
    color: var(--white);
    padding: 15px;
    margin: 0;
}

.tabs-container .aiz-nav-tabs a.active {
    background-color: var(--danger);
    border: none;
    color: var(--white);
}

.tabs-title {
    background-color: var(--bg-primary);
    padding: 0 0 0 20px;
}

.tabs-container .pt-tabs {
    display: flex;
    justify-content: end;
}

.tabs-container .pt-tabs a {
    color: var(--gray-dark);
    padding: 15px 0;
    margin: 0 10px 0 10px;
}

.tabs-container .pt-tabs a.active {
    border: none;
    border-bottom: 2px solid var(--danger);
    color: var(--danger);
}

.client-section {
    position: relative;
    background: url(../img/frontend/bg-9.png) var(--bg-primary);
    background-repeat: repeat;
    max-height: 390px;
}

.client-wrap {
    position: relative;
    padding: 30px;
}

.quote {
    color: var(--secondary);
    font-size: 40px;
}

.client-img {
    float: left;
    width: 70px;
    height: 70px;
    border-radius: 100%;
}

.client-img img {
    width: 70px;
    height: 70px;
    border-radius: 100%;
    overflow: hidden;
}

.client-dtl {
    margin-left: 90px;
    padding-top: 15px;
}

.ads-section {
    position: relative;
    margin-top: 120px;
}

.subscribe-section {
    background-color: var(--darkcyan);
}

.phone-number a {
    color: var(--orange);
}

.cart-btn {
    background: var(--orange);
    opacity: 0.7;
    transform: translateY(100%);
    transition: 0.3s;
    overflow: hidden;
}

.product-wrap {
    position: relative;
    overflow: hidden;
}

.card-overlay {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: transparent;
    background-image: linear-gradient(360deg, #000 -45%, #10000000 100%);
    min-height: 100%;
    z-index: 1;
}

.p-title {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    bottom: 0;
    padding: 30px;
}

.p-title h4 {
    color: #fff;
    font-size: 20px;
}

.deal-section {
    position: relative;
    background-color: #17a2b8;
}

.deal-section .flash-deal-price del {
    color: #fcc201 !important;
}

.count-timer ul li {
    background-color: #17a2b8;
    border-radius: 4px;
    color: var(--white);
    display: inline-block;
    list-style-type: none;
    font-size: 0.875em;
    font-weight: 500;
    padding: 0.5em 1em;
    margin-right: 10px;
    text-align: center;
}
.count-timer ul li span {
    color: var(--white);
    display: block;
    font-size: 1.5rem;
    font-weight: 600;
}

/* Flexbox stuff */

.cards {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.card {
    flex: 0 1 20%;
    margin-bottom: 0;
}

.insta-like span {
    margin-right: 4px;
}

.iconsbox {
    text-align: center;
}

.iconsbox span {
    color: #dc3545;
    font-size: 32px;
}

.footer-container {
    background-color: #dc3545;
}

.footer-bottom {
    background-color: #dc3545;
}

.search-wrap {
    display: none;
}

.wrapper-1 {
    max-width: 300px;
    margin: 0 auto;
}

.wrapper-1 .search-input {
    background: #fff;
    width: 100%;
    border-radius: 2px;
    position: relative;
}

.search-input input {
    height: 40px;
    width: 100%;
    outline: none;
    border: none;
    border-radius: 2px;
    padding: 0 40px 0 20px;
    font-size: 14px;
}

.search-input.active input {
    border-radius: 2px 2px 0 0;
}

.search-input .autocom-box {
    padding: 0;
    opacity: 0;
    pointer-events: none;
    max-height: 280px;
    overflow-y: auto;
}

.search-input.active .autocom-box {
    padding: 10px 8px;
    opacity: 1;
    pointer-events: auto;
}

.autocom-box li {
    list-style: none;
    padding: 8px 12px;
    display: none;
    width: 100%;
    cursor: default;
    border-radius: 3px;
    transition: all 0.3s;
    user-select: none;
}

.search-input.active .autocom-box li {
    display: block;
}

.autocom-box li:hover {
    background: #efefef;
    cursor: pointer;
}

.search-input .icon {
    position: absolute;
    right: 0px;
    top: 0px;
    height: 55px;
    width: 55px;
    text-align: center;
    line-height: 38px;
    font-size: 20px;
    color: #757575;
    cursor: pointer;
}

.styleResault {
    display: none;
    transition: all 1s;
    font-size: large;
    margin-top: 50px;
    padding: 20px;
    border-radius: 8px;
    font-weight: bolder;
    text-align: center;
}

.styleResault:hover {
    transform: scale(110%);
}

.front-header-search {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    left: 0;
    opacity: 0;
    transform: translateY(-100%);
    -webkit-transform: translateY(-100%);
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}

.front-header-search.active {
    display: flex !important;
    transform: translateY(0%);
    -webkit-transform: translateY(0%);
    opacity: 1;
}

.payment {
    padding-left: 0;
}

.payment li {
    background-color: #ffffff;
    border-radius: 4px;
    display: inline-block;
    display: inline-block;
    list-style: none;
    padding: 2px 6px;
    margin-bottom: 5px;
}

.payment li img {
    display: inline-block;
    max-width: 100%;
    max-height: 32px;
}

ul.list-inline.social i {
    font-weight: normal;
}

.table thead th {
    vertical-align: bottom;
    border-bottom: none !important;
}

.table th,
.table td {
    padding: 0.75rem;
    vertical-align: middle;
    border-top: 1px solid #dee2e6;
}

.moretext {
    display: none;
}

.sm-gutters-16 {
    margin-right: -17px !important;
    margin-left: -16px;
}

.xs-gutters-16 {
    margin-right: -13px !important;
    margin-left: -12px;
}

/**************update css menu**************/
.category-menu {
    position: relative;
    margin-left: 10px;
}

.h-img-200px {
    height: 200px;
}

.img-fit-product {
    max-height: 100%;
    width: 100%;
    /* object-fit: cover; */
}

.ps-2 {
    padding-left: 3px;
}
.pe-2 {
    padding-right: 3px;
}

.jssocials-share-link {
    padding: 0.6em;
    width: 40px;
    height: 40px;
    border-radius: 100%;
}

.jssocials-share {
    margin: 0.3em 0.2em 0.3em 0;
}

.user-wrap {
    display: flex;
    align-items: center;
}
.countinfo {
    display: flex;
    align-items: center;
    flex-direction: column;
}

.pd-infos {
    padding: 0 20px;
}
.dl-info {
    display: block;
}

.dl-icon span {
    font-size: 24px;
}

.nav-user-info:hover .nav-user-img {
    border-color: none;
    box-shadow: none;
}

.mbl-login {
    display: none !important;
}

.c-share {
    position: relative;
    width: 32px;
    height: 32px;
}
.c-share__input {
    display: none;
}
.c-share__input:checked ~ .c-share__toggler .c-share__icon {
    transition: 0s;
    width: 0;
    height: 0;
    color: #639eff;
}
.c-share__input:checked ~ .c-share__toggler .c-share__icon::before {
    transform: rotate(-45deg);
}
.c-share__input:checked ~ .c-share__toggler .c-share__icon::after {
    transform: rotate(45deg);
}
.c-share__input:checked ~ .c-share_options {
    width: fit-content;
    height: auto;
    border-radius: 0.3125em;
}
.c-share__input:checked ~ .c-share_options::before,
.c-share__input:checked ~ .c-share_options li {
    transition: 0.3s 0.15s;
    opacity: 1;
    transform: translateY(0);
}
.c-share__toggler,
.c-share_options {
    position: absolute;
    left: 0;
    width: inherit;
    height: inherit;
    border-radius: 50%;
    background-color: #fff;
    z-index: 8;
}
.c-share__toggler {
    cursor: pointer;
    z-index: 9;
    display: flex;
    justify-content: center;
    align-items: center;
}
.c-share__icon {
    position: relative;
    right: -6px;
    width: 0.5em;
    height: 0.5em;
    border-radius: 100%;
    color: #029dfc;
    background-color: currentColor;
    box-shadow: 0.625em -0.625em, 0.625em 0.625em;
    transition: 0.1s 0.05s;
}
.c-share__icon::before,
.c-share__icon::after {
    content: "";
    position: absolute;
    width: 1em;
    height: 0.125em;
    background-color: currentColor;
    transition: 0.1s;
}
.c-share__icon::before {
    top: 0.1875em;
    left: 0.1875em;
    transform-origin: bottom left;
    transform: rotate(45deg);
}
.c-share__icon::after {
    top: -0.125em;
    left: 0.03125em;
    transform-origin: center;
    transform: rotate(-45deg);
}
.c-share_options {
    list-style: none;
    margin: 0;
    padding: 8px 10px;
    box-sizing: border-box;
    overflow: hidden;
    transition: 0.2s;
    background-color: #fff;
    /* box-shadow: 0 0.125em 0.125em rgba(0, 0, 0, 0.3); */
}
.c-share_options::before {
    content: attr(data-title);
    display: block;
    margin-bottom: 1.25em;
    font-weight: 700;
}
.c-share_options li {
    font-size: 0.875em;
    color: #464646;
    cursor: pointer;
}
.c-share_options li:not(:last-child) {
    margin-bottom: 0.75em;
}
.c-share_options::before,
.c-share_options li {
    opacity: 0;
    transform: translateY(0.625em);
    transition: 0s;
}

.jssocials .jssocials-shares {
    display: flex;
    flex-direction: column;
}

.jssocials-share-instagram .jssocials-share-link {
    background: radial-gradient(
        circle at 30% 107%,
        #fdf497 0%,
        #fdf497 5%,
        #fd5949 45%,
        #d6249f 60%,
        #285aeb 90%
    );
}
.jssocials-share-instagram .jssocials-share-link:hover {
    background: radial-gradient(
        circle at 40% 130%,
        #fdf497 0%,
        #fdf497 5%,
        #fd5949 45%,
        #d6249f 60%,
        #285aeb 90%
    );
}
.copy-button {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    color: #fff;
    background-color: var(--darkcyan) !important;
    border: none !important;
    width: 32px;
    height: 32px;
}

.la-twitter:before {
    content: "\f8db";
}

.jssocials-share-twitter .lab {
    font-family: bootstrap-icons !important;
}

.jssocials-share-twitter .jssocials-share-link {
    background: #1e3050;
}

.jssocials-share-twitter .jssocials-share-link:hover {
    background: #18263f;
}

ul.social [class*="twitter"]:hover,
ul.social.colored [class*="twitter"] {
    background-color: #1e3050;
}

.top-infos .bi-heart::before {
    padding-top: 8px;
}

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

::-webkit-scrollbar-thumb {
    background: var(--secondary-base);
    border-radius: 5px;
}

::-webkit-scrollbar-track {
    background: #879590;
}

.carousel-box .aiz-card-box {
    overflow: hidden;
    margin-top: 3px;
    margin-bottom: 5px;
}

.min-w-120px{
    min-width: 120px;
}

.similar-container {
    position: relative;
}

.related-box {
    position: relative;
    margin-bottom: 20px;
}

.related-wrap {
    float: left;
    vertical-align: middle;
}

.related-wrap img {
    width: 60px;
    height: 60px;
    margin-right: 20px;
    overflow: hidden;
    vertical-align: middle;
}

.related-infos {
    margin-left: 80px;
}

.social .list-inline-item:not(:last-child) {
  margin-right: .2rem;
}

@media (max-width: 1400px) {
    .container-fluid {
        padding: 0 30px;
    }
}

@media (max-width: 1280px) {
    .container {
        max-width: calc(100% - 10px);
    }

    .logo-title {
        font-size: 14px;
        font-weight: 500;
        margin-left: 12px;
    }

    .logo-title span.logo-title-slogan {
        font-size: 12px;
        letter-spacing: 0.1rem;
    }
}

@media (max-width: 991px) {
    .ads-section {
        margin-top: 30px;
    }

    .category-Img {
        width: 120px !important;
        height: 120px !important;
        border-radius: 100%;
        margin: 0 auto;
        overflow: hidden;
    }
    .category-Img img {
        width: 120px !important;
        height: 120px !important;
        border-radius: 100%;
        overflow: hidden;
    }

    /* .today-deals-container {
        margin-bottom: 180px;
    } */

    .card {
        flex: 0 1 25%;
    }

    .sticky {
        position: static;
    }

    .search-wrap {
        display: block;
        position: absolute;
        right: 10px;
        top: 5px;
    }

    .fnp.tabs-container {
        max-height: 640px;
        overflow-y: hidden;
    }
}

@media (max-width: 768px) {
    .container {
        max-width: calc(100% - 5px) !important;
        padding-right: 5px !important;
        padding-left: 5px !important;
    }
    .py-4 {
        padding-bottom: 1rem !important;
    }

    .pt-4,
    .py-4 {
        padding-top: 1rem !important;
    }
    .mb-4,
    .my-4 {
        margin-bottom: 0.75rem !important;
    }

    .pt-3,
    .py-3 {
        padding-top: 0.5rem !important;
    }

    .mt-3,
    .my-3 {
        margin-top: 0.5rem !important;
    }
    .mb-3,
    .my-3 {
        margin-bottom: 0.5rem !important;
    }
    .mt-4,
    .my-4 {
        margin-top: 0.75rem !important;
    }

    .px-3 {
        padding-left: 0.5rem !important;
    }
    .pr-3,
    .px-3 {
        padding-right: 0.5rem !important;
    }

    .pb-3,
    .py-3 {
        padding-bottom: 0.5rem !important;
    }

    .pl-sm-3,
    .px-sm-3 {
        padding-left: 0.5rem inherit !important;
    }

    .pr-sm-3,
    .px-sm-3 {
        padding-right: 0.5rem !important;
    }

    .logo-widget {
        margin-left: 10px;
    }

    .search-input-box > input {
        height: 40px;
        padding-left: 20px;
    }

    .search-input-box > svg {
        height: 38px;
        width: 44px;
    }

    /* .today-deals-container {
        margin-top: 20px;
        margin-bottom: 30px;
        height: 100%;
    } */

    /* .today-deals-container::after {
        display: none;
    } */

    .aiz-carousel .slick-arrow {
        width: 28px;
        height: 28px;
        line-height: 28px;
    }

    .button {
        font-size: 14px;
        letter-spacing: 0;
        padding: 7px 16px;
    }

    .category-Img {
        width: 100px !important;
        height: 100px !important;
        border-radius: 100%;
        margin: 0 auto;
        overflow: hidden;
    }
    .category-Img img {
        width: 100px !important;
        height: 100px !important;
        border-radius: 100%;
        overflow: hidden;
    }
    .cards {
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
    }

    .card {
        flex: 0 1 33%;
    }

    .logo-wrap img {
        width: 80px;
    }

    .tp-icon {
        font-size: 16px;
    }

    .tt-text {
        font-size: 11px;
        line-height: 13px;
    }
    .user-icon-1 {
        font-size: 19px;
        text-align: center;
        margin-right: 10px;
        margin-top: 16px;
        margin-bottom: 10px;
    }

    ul.social a {
        display: inline-block;
        width: 30px;
        height: 30px;
        border-radius: 50em;
        line-height: 34px;
        text-align: center;
        font-size: 12px;
        margin-bottom: 10px;
    }

    ul.social i {
        font-size: 16px;
        font-weight: 700;
    }

    .custom-btn-1 {
        font-size: 13px;
        padding: 8px 30px;
    }

    .container-fluid {
        padding: 0 18px;
    }

    .pe-5 {
    padding-right: 5px;
    }

    .ps-5 {
        padding-left: 5px;
    }

    .related-box {
      border: 1px solid #c9d1ce;
      padding: 10px;
      border-radius: 4px;
      margin-bottom: 10px;
    }

    .related-wrap {
        float: inherit;
        margin: 0 auto;
        margin-right: 0;
    }

    .related-wrap img {
        margin-right: 0;
        margin: 0 auto;
        margin-bottom: 10px;
    }

    .related-infos {
        margin-left: 0;
    }

}

@media (max-width: 576px) {
    .logo-wrap img {
        width: 70px;
    }

    .card {
        flex: 0 1 50%;
    }

    .card-overlay .p-title {
        padding: 10px;
    }

    .card-overlay .p-title a.btn-visit {
        width: 10rem;
    }

    .container-fluid {
        padding: 0 15px;
    }

    .min-w-150px {
        min-width: 120px;
    }

    .py-4 {
        padding-bottom: 1rem !important;
    }

    .wishlist-info {
        display: none !important;
    }

    .category-Img {
        width: 65px !important;
        height: 65px !important;
        border-radius: 100%;
        margin: 0 auto;
        overflow: hidden;
    }
    .category-Img img {
        width: 65px !important;
        height: 65px !important;
        border-radius: 100%;
        overflow: hidden;
    }

    .search-input-box > input {
        height: 36px;
        padding-left: 10px;
    }

    .search-input-box > svg {
        height: 35px;
        width: 40px;
    }

    .h-140px,
    .size-140px {
        height: auto;
    }

    .h-img-200px {
        height: auto !important;
    }

    .img-fit-product {
        max-height: 100%;
        width: 100%;
        object-fit: inherit;
    }

    .icon-info span {
        font-size: 18px;
    }

    .top-infos {
        display: none !important;
    }

    .mbl-login {
        display: block !important;
    }

    .dl-icon span {
        font-size: 18px;
    }

    .categories-container {
        padding: 0 20px;
    }
    .padding-10 {
        padding: 0 10px;
    }

    .pt-30 {
     padding-top: 10px;
    }

    .today-deals-container, .offer-1s-container, .offer-2s-container {
      margin-top: 10px;
      /* margin-bottom: 130px; */
    }

    .offer-1s-container {
      margin-bottom: 20px;
    }

}

@media (max-width: 480px) {
    .col-xs {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        min-width: 0;
        max-width: 100%;
    }

    .row-cols-xs-1 > * {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .row-cols-xs-2 > * {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .row-cols-xs-3 > * {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    .row-cols-xs-4 > * {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .row-cols-xs-5 > * {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }

    .row-cols-xs-6 > * {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }

    .col-xs-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }

    .col-xs-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }

    .col-xs-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }

    .col-xs-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-xs-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    .col-xs-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }

    .col-xs-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-xs-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }

    .col-xs-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }

    .col-xs-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-xs-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }

    .col-xs-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }

    .col-xs-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .order-xs-first {
        -ms-flex-order: -1;
        order: -1;
    }

    .order-xs-last {
        -ms-flex-order: 13;
        order: 13;
    }

    .order-xs-0 {
        -ms-flex-order: 0;
        order: 0;
    }

    .order-xs-1 {
        -ms-flex-order: 1;
        order: 1;
    }

    .order-xs-2 {
        -ms-flex-order: 2;
        order: 2;
    }

    .order-xs-3 {
        -ms-flex-order: 3;
        order: 3;
    }

    .order-xs-4 {
        -ms-flex-order: 4;
        order: 4;
    }

    .order-xs-5 {
        -ms-flex-order: 5;
        order: 5;
    }

    .order-xs-6 {
        -ms-flex-order: 6;
        order: 6;
    }

    .order-xs-7 {
        -ms-flex-order: 7;
        order: 7;
    }

    .order-xs-8 {
        -ms-flex-order: 8;
        order: 8;
    }

    .order-xs-9 {
        -ms-flex-order: 9;
        order: 9;
    }

    .order-xs-10 {
        -ms-flex-order: 10;
        order: 10;
    }

    .order-xs-11 {
        -ms-flex-order: 11;
        order: 11;
    }

    .order-xs-12 {
        -ms-flex-order: 12;
        order: 12;
    }

    .offset-xs-0 {
        margin-left: 0;
    }

    .offset-xs-1 {
        margin-left: 8.333333%;
    }

    .offset-xs-2 {
        margin-left: 16.666667%;
    }

    .offset-xs-3 {
        margin-left: 25%;
    }

    .offset-xs-4 {
        margin-left: 33.333333%;
    }

    .offset-xs-5 {
        margin-left: 41.666667%;
    }

    .offset-xs-6 {
        margin-left: 50%;
    }

    .offset-xs-7 {
        margin-left: 58.333333%;
    }

    .offset-xs-8 {
        margin-left: 66.666667%;
    }

    .offset-xs-9 {
        margin-left: 75%;
    }

    .offset-xs-10 {
        margin-left: 83.333333%;
    }

    .offset-xs-11 {
        margin-left: 91.666667%;
    }
}

@media (max-width: 360px) {
    .row-cols-xxs-1 > * {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}

@media (max-width: 240px) {
    .row-cols-xxxs-1 > * {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}



.pm-10 {
    padding: 0 15px !important;
}
/* 
.list-group {
  display: flex;
  flex-wrap: wrap !important;
}

.badge {
  display: inline-block !important;
  flex-wrap: wrap !important;
  justify-content: flex-start !important;
}

.badge .badge-lg .badge-inline .badge-light .mb-1 {
    word-wrap: break-word !important;
    text-wrap: wrap !important;
    flex-wrap: wrap !important;
} */

.download-btn {
    display: inline-flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    background: #dcdcdc;
    border-radius: 3px;
    padding:6px 10px;
    word-wrap: break-word;
    /* max-width: 280px !important; */
}

@media (max-width: 575px) { 
    .download-btn {
        display: inline-block;
        flex-wrap: wrap;
        justify-content: flex-start;
        align-items: center;
        background: #dcdcdc;
        border-radius: 3px;
        padding:6px 10px;
        width: 100% !important;
    }
}

     