:root{
    --color1 : #1fbeca;
    --color2 : #fdbb30;
}

body{
    /*font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";*/
    font-family: 'Poppins', Sans-Serif;
}

header.desktop .h-contact {
    background: #f3f3f3;
}

header.desktop .header-bar{
    gap:10px;
}

header.desktop .header-bar .bar-user{
    flex-direction: column;
}

header.desktop .header-bar .bar-cart{
    flex-direction: column;
}

header.desktop .header-bar .bar-user i {
    font-size:30px;
    margin-bottom:8px;
}

header.desktop .header-bar .bar-cart i {
    font-size:30px !important;
    margin-bottom:8px;
}

header.desktop .header-bar .bar-cart .count{
    background: var(--color1) !important;
}

header.desktop .search form .btn-send {
    height: auto;
    width: auto;
    border-radius: 8px;
    background: var(--color1);
    margin-top: 7px;
    right: 10px;
    font-size: 13px;
}

header.desktop .search{
    border: 1px solid #c9c9c9;
}

header.desktop .header-bar .bar-user .link a {
    color: #646464;
    font-size: 13px;
    line-height: 18px;
    font-weight: 400;
}

header.desktop .header-bar .bar-cart .name {
    color: #646464;
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
}

header.desktop .menu {
    background: #fff;
    box-shadow: none;
    border-bottom: 3px solid var(--color1);
}

header.desktop .mega-menu .nav-link {
    color: #646464;
    border: none;
    font-weight: 700;
}

header.desktop .mega-menu .nav-link:hover {
    background: none;
    color: var(--color2);
}

header.desktop .mega-menu .dropdown-menu {
    border-color: var(--color1);
    top:47px;
}

body.home-body{
    background: #fff;
}

.stories a.banner-item img {
    border-radius: 100%;
    width: 90px !important;
    height: 90px;
    display: block;
    margin: 0px auto;
}

.stories a.banner-item .title {
    text-align: center;
    font-weight: 300;
    font-size: 12px;
}

.card-product {
    border: 1px solid #c9c9c9;
    border-radius: 6px;
}

.card-product:hover {
    box-shadow: 0 0 5px 0 rgb(0 0 0 / 10%);
}

.card-product:hover .image img {
    transform: scale(1.06);
}

.card-product .image img {
    transition: all 1s ease;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
}

.card-product .card-product-inner .title {
    line-height: 20px;
    height: 40px;
    font-weight: 400;
    font-size: 14px;
    color: #646464;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    text-align: left;
}

.card-product .card-product-inner .price-group {
    justify-content: start;
}

.card-product .card-product-inner .price-group .prices .sale-price {
    color: #3c3c3c;
    font-size: 20px !important;
    line-height: 22px;
    font-weight: 500;
    text-align: center;
}

.card-product .card-product-inner .price-group .discount {
    background: var(--color1);
}

body.product-body{
    background: #fff;
}

ol.breadcrumb {
    border-bottom: 1px solid #e4e4e4;
    padding-bottom: 10px !important;
}

.breadcrumb-wrapper .breadcrumb a {
    font-weight: 400;
    color: var(--color1);
}

.product-profile-1 .carousel .carousel-inner{
    border:none;
}

div#product-profile-carousel-3 {
    border: 1px solid #c9c9c9;
    border-radius: 6px;
}

div#product-profile-carousel-1 {
    border: 1px solid #c9c9c9;
    border-radius: 6px;
}

.product-profile-1 .carousel .carousel-indicators li.active {
    border-color: var(--color1);
}

.product-right {
    height: 100%;
    padding: 20px 0 0 31px;
    border: 1px solid #c9c9c9;
    border-radius: 6px;
    left: 10px;
    background: #f6f6f6;
}

.product-profile-1 h1.title {
    width: 100%;
    display: inline-block;
    color: #646464;
    font-size: 23px;
    font-weight: 400;
    border: none;
}

.product-price-group .prices .sale-price {
    font-size: 34px;
    font-weight: 500;
}
.product-price-group{
    flex-direction: column;
    align-items: flex-start;
}
.product-quantity .btn {
    background: #fff;
    border: 1px solid #c9c9c9 !important;
}
.havale-discount {
    display: flex;
    gap: 5px;
    font-size: 15px;
    font-weight: 600;
}
.product-quantity input {
    border: 1px solid #c9c9c9 !important;
    border-right: none !important;
    border-left: none !important;
}

.product-buttons {
    align-items: center;
}

.product-buttons .btn-cart {
    width: 60%;
    background: var(--color1);
    border-color: var(--color1);
}

.product-favourite {
    background: var(--color2);
    height: 45px;
    display: flex;
    align-items: center;
    border-radius: 100%;
    width: 45px;
    justify-content: center;
    text-align: center;
}

.product-favourite a {
    color: #fff;
    font-size: 20px;
}


.pattern-group .p-g-tab-wrapper .p-g-t-nav .nav {
    flex: inherit;
    background: none;
}

.product-details-tab .p-g-tab-wrapper .p-g-t-nav .nav .nav-item {
    flex: inherit;
}

.product-details-tab .p-g-tab-wrapper .p-g-t-nav .nav .nav-item .nav-link {
    background: #e6e6e6;
    margin-right: 10px;
    padding: 0px 20px;
}

.product-details-tab .p-g-tab-wrapper .p-g-t-nav .nav .nav-item .nav-link.active {
    background: var(--color2);
    color: #fff;
    border: none;
}

.product-body .tab-content .p-g-mod-body {border: 1px solid #e3e3e3;}

.product-favourite a i {
    margin-left: 3px;
    margin-top: 6px;
}

.home-body .pattern-group .p-g-tab-wrapper .p-g-t-nav .nav {
    border: 5px solid #fff;
    border-radius: 50px;
    box-shadow: 0 3px 10px rgb(0 0 0 / 25%);
    margin: 0px auto;
    padding: 5px 50px;
}

.home-body .pattern-group .p-g-tab-wrapper .p-g-t-nav .nav li a:hover {
    background-color: #adacac1c;
}

.home-body .pattern-group .p-g-tab-wrapper .p-g-t-nav .nav li a {
    padding: 10px 20px;
    border-radius: 50px;
}

.home-body .pattern-group .p-g-tab-wrapper .p-g-t-nav .nav li a.active {
    background: var(--color1);
    color: #fff;
}

.product-badges .p-badge {
    background: #fff;
    flex-direction: inherit;
    align-items: center;
    height: 57px;
    margin-right: 15px;
}

.product-badges .p-badge i {
    margin-right: 10px;
}

.product-profile-info li{
    margin-bottom:20px;
   
}

body.categories-body{
    background: #fff;
}

.categories-body .p-g-mod-t-cat-filter {
    border: 1px solid #4444;
    margin-bottom:20px;
    border-radius:10px;
}

.right-banner .col-list-p-v-1 {
    padding-top:0px;
}


.manset .carousel-item a img {
    height: 480px;
}

footer {
    background: #fff;
    border-top: 3px solid var(--color1);
    padding: 10px;
}

footer .title {color: var(--color2);font-weight: 400;}

footer .info ul li a {
    padding-left: 0px;
}

footer .info ul li a:before {
    display: none;
}

footer .info ul li a {
    color: #666;
}

footer .info ul li a:hover {
    color: var(--color1);
}


.categories-body .p-g-mod-t-cat-filter .p-g-m-h-info {
    background: #bfbfbf52!important;
    padding: 17px !important;
    border-radius: 10px;
    text-align: center;
    justify-content: center;
}

.categories-body .p-g-mod-t-cat-filter .p-g-mod-header {
    justify-content: center;
    text-align: center;
}

footer .social-media{
    justify-content: end;
}

footer .social-media a{
    color: var(--color1);
}

.categories-body .p-g-mod-t-cat-filter .p-g-m-h-info > div {
    width: 100%;
}

.p-badges {
    display: flex;
    justify-content: start;
    padding: 0px 20px 0px 0px;
    margin-top: 20px;
}

.p-badges .item {
    margin-right: 10px;
}

.home-body header.mobile{
    top:20px;
}

header.mobile.fixed{
    top:0px;
}

.cs-title{
    font-size: 17px;
    font-weight: 500;
    margin: 0;
    line-height: initial;
    margin-top:10px;
}

header.desktop .search{
    border:none;
    background-color: #F6F0F4;
    border-radius: 20px;
}

header.desktop .search form input{
    font-weight: 300 !important;
    padding-left:40px;
}

header.desktop .search{
    max-width: 90%;
}

header.desktop .search form .btn-send{
    left:0px;
    background: none;
    color:var(--color1);
    width: fit-content;
}

header.desktop .search:hover form .btn-send{
    background: none;
}

.search_sug {
    position: absolute;
    display: flex;
    align-items: center;
    height: 45px;
    right: 20px;
}

.search_sug .text {
    display: flex;
}

.search_sug .text a {
    margin-right: 5px;
    color: var(--color1);
}

.search_sug span {
    margin-right: 10px;
    color: #B0B0C0;
}

.search_sug .text a:hover {
    color: var(--themeColor);
}

.search_sug .text a:after {
    content: "/";
    margin-left: 10px;
}

.search_sug .text a:last-child:after {
    display: none;
}

/* Footer */
body footer
{
    background:#f4f6f8;
}
.footer-card
{
    padding: 2rem 0;
}
.footer-card-body
{
    border-bottom: 1px solid rgba(255,255,255,.1);
    padding-bottom: 2rem;
}
.footer-card-item
{
    display: flex;
    align-items: center;
    gap: 10px;
}
.footer-card-item .icon
{
    font-size: 32px;
    color: var(--second);
}
.footer-card-item .content
{
    display: flex;
    flex-direction: column;
}
.footer-card-item .content span:first-child
{
    font-weight: 600;
    color: white;
}
.footer-card-item .content span:last-child
{
    color: rgba(255,255,255,.5);
}
.support
{
    display: flex;
    align-items: center;
    gap: 10px;
}
.support .icon
{
    font-size: 42px;
    color: var(--first);
}
.support .content
{
    display: flex;
    flex-direction: column;
}
.support .content span
{
    color: #222;
    font-size: 12px;
}
.support .content a
{
    color: var(--first);
    font-weight: 600;
    font-size: 18px;
}
.app p
{
    max-width: 75%;
    color: #999;
}
.app-button
{
    display: flex;
    align-items: center;
    gap: 5px;
}
footer .social-media a
{
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    color: white!important;
}
footer .social-media a:hover
{
    color: white;
}
footer .social-media .fb
{
    background: #3c5b9b;
}
footer .social-media .tw
{
    background: #40c1df;
}
footer .social-media .ins
{
    background: #c619b8;
}
footer .social-media .yt
{
    background: #ed3c32;
}
footer .bb
{
    padding: 2rem 0;
}

.footer-subscribe
{
    background: #f4f6f8;
    padding: 36px 0 37px;
    border-bottom: 1px solid #eaeaea;
}
.subscribe-content
{
    display: flex;
    align-items: center;
    gap: 10px;
    color: white;
}
.subscribe-content i
{
    font-size: 32px;
    color: var(--color1);
}
.subscribe-content span
{
    font-size: 16px;
    font-weight: 500;
    color: #001e45;
}
.subscribe-content p
{
    color: #797979;
    margin-bottom: 0;
}
.newsletter-form
{
    display: flex;
    gap: 5px;
}
.newsletter-form input
{
    border: none;
    font-size: 14px;
}
.newsletter-form button
{
    background: var(--color1);
    color: white;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 5px;
    white-space: nowrap;
    font-size: 14px;
}
.newsletter-form button:hover
{
    background: transparent;
    border: 1px solid var(--color2);
    color: var(--text);
}
.footer-subscribe .social-media
{
    display: flex;
    justify-content: flex-end;
    color: var(--text);
    gap: 10px;
}
.footer-subscribe .social-media span
{
    font-weight: 500;
    font-size: 16px;
}
.footer-subscribe .social-media a
{
    color: #797979;
    font-size: 20px;
}
.footer-subscribe .social-media a:hover
{
    color: var(--first);
}

.card-blog 
{
    border-radius: 12px;
    overflow: hidden;
    margin: 1.2rem 0;
    border: 1px solid #ebebeb;
}
.card-blog:hover
{
    box-shadow: 0px 2px 20px rgba(0,0,0,.05);
}
.card-blog:hover .title
{
    color: var(--color-1);
}
.card-blog:hover .buttons .btn-read-more
{
    color: var(--color-1);
}
.card-blog .title
{
    height: auto;
    margin: 1rem;
    font-size: 16px;
    padding: 0;
    color: #001e45;
}
.card-blog .description
{
    padding: 0 0 10px 0;
    margin: 1rem 1rem 0 1rem;
    font-size: 13px;
    color: #9b9b9b;
    height: 50px;
}
.card-blog .buttons
{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.card-blog .buttons .btn-read-more
{
    border: none;
    padding: 0;
    color: #9b9b9b;
    margin-left: 7px;
}
.card-blog .buttons .btn-read-more:hover
{
    color: var(--color-1);
    background: transparent;
}

.p-g-mod-t-45 .carousel-type-1 .carousel-image-wrapper {
    position: relative;
}

.p-g-mod-t-45 .carousel-type-1 .carousel-item a img {
    border-radius: 10px !important;
    border: 3px solid #fff  !important;
}

.p-g-mod-t-45 .carousel-type-1 .carousel-indicators {
    position: relative !important;
    width: 100% !important;
    left: 0 !important;
    right: 0 !important;
    margin: 0 !important;
}

.p-g-mod-t-45 .carousel-type-1 .carousel-indicators li {
    width: auto !important;
    height: auto !important;
    border-radius: 0 !important;
    cursor: pointer;
    background: transparent !important;
    flex: 1;
    max-height: 50px !important;
    max-width: 100px !important;
    min-width: 50px !important;
    width: auto;
}

.p-g-mod-t-45 .carousel-type-1 .carousel-indicators li img {
    width: 100%;
    border-radius: 5px !important;
    border: 2px solid transparent !important;
}

.p-g-mod-t-45 .carousel-type-1 .carousel-indicators li.active img {
    border-color: #fff !important;
}

@media (max-width: 991px) {
    .p-g-mod-t-45 .carousel-type-1 .carousel-indicators {
        display: none;   
    }
}

.product-profile-info li:first-child
{
    display: flex;
    align-items: center;
    gap: 10px;
}
.product-profile-info li:first-child .discount
{
    background: var(--first);
    padding: 4px 8px;
    border-radius: 4px;
    color: white!important;
    font-weight: 500;
}
.product-profile-info li:first-child .free-cargo-badge
{
    background: #29a628;
    color: white;
    font-weight: 500;
    padding: 4px 8px;
    border-radius: 4px;
}

.pulses
{
    gap: 13px;
}
.success-pulse
{
    width: 15px;
    height: 15px;
    border-radius: 15px;
    background: #32cd32;
    box-shadow: 0 0 0 0 rgba(50, 205, 50, 0.5);
    -webkit-animation: pulse 1.5s infinite;
}
.warning-pulse
{
    width: 15px;
    height: 15px;
    border-radius: 15px;
    background: #ffa500;
    box-shadow: 0 0 0 0 rgba(255, 165, 0, 0.5);
    -webkit-animation: pulse 1.5s infinite;
}
.danger-pulse
{
    width: 15px;
    height: 15px;
    border-radius: 15px;
    background: #dc143c;
    box-shadow: 0 0 0 0 rgba(220, 20, 60, 0.5);
    -webkit-animation: pulse 1.5s infinite;
}
@-webkit-keyframes pulse {
  0% {
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  70% {
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
    box-shadow: 0 0 0 10px rgba(224, 34, 113, 0);
  }
  100% {
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
    box-shadow: 0 0 0 0 rgba(224, 34, 113, 0);
  }
}

.product-buttons .btn-cart:hover{
    background: var(--color2);
    border-color: var(--color2)
}

.card-product .product-reviews {
    justify-content: start;
    margin-top: 10px;
}

.product-reviews .stars .star {
    color: var(--color2);
}

.category-list-grid
{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(194px, 194px));
    margin: 10px 0;
    background: white;
    padding: 0 1rem;
    border-radius: 4px;
}
.category-list
{
    border-right: 1px solid #ebebeb;
    padding: 0 15px;
}
.category-list:first-child
{
    padding-left: 0;
}
.category-list:last-child
{
    padding-right: 0;
    border: none;
}
.category-list-image img
{
    max-height: 100px;
    width: 100%;
}
.category-list-title
{
    color: var(--text);
    font-weight: 600;
    font-size: 14px;
    padding: 1rem 0;
    display: block;
}
.category-list-title:hover
{
    color: var(--first);
}
.category-list ul li
{
    margin-bottom: 0!important;
    border: none!important;
}
.category-list ul li a
{
    padding: 0 0 10px 0!important;
    color: var(--text);
    margin-left: 0;
    transition: all 250ms ease-in-out;
}
.category-list ul li a:hover
{
    margin-left: 10px;
    transition: all 250ms ease-in-out;
    color: var(--first);
}
.category-list ul li.all-category a
{
    font-weight: 500;
}
.category-list-slick
{
    display: none;
}

.card-list-product
{
    border-radius: 10px;
}
.card-list-product-inner
{
    display: flex;
    padding: 1rem!important;
    align-items: center;
}
.card-list-image .image img
{
    max-width: 276px;
    max-height: 276px;
}
.card-list-info
{
    padding: 3rem 0;
    min-height: 300px;
}
.card-list-info .title
{
    color: var(--color1);
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 10px;
}
.card-list-product .product-reviews
{
    margin-bottom: 10px!important;
}
.card-list-product .card-list-product-inner .price-group
{
    justify-content: flex-start!important;
    align-items: center;
    gap: 10px;
}
.card-list-info .price-group .discount
{
    display: block;
    background: var(--color1);
    padding: 5px;
    border-radius: 4px;
    color: white;
    font-weight: 500;
}
.card-list-info .price-group .list-price
{
    color: #9e9e9e;
    text-decoration: line-through;
    font-weight: 500;
}
.card-list-info .price-group .sale-price
{
    font-size: 16px;
    font-weight: 600;
    color: black;
}
.card-list-info .price-group .discount-price
{
    color: var(--color1);
}
.card-list-info .sold
{
    margin: 10px 0;
}
.card-list-info .buttons
{
    margin-top: 10px;
}
.card-list-info .buttons a
{
    background: var(--color1);
    width: 100%;
    padding: 10px;
    border-radius: 5px;
    color: white;
    font-weight: 500;
    font-size: 14px!important;
}

.card-list-info .buttons a:hover{
    background: var(--color2);
}

.sold
{
    position: relative;
    overflow: hidden;
    border-radius: 32px;
}
.sold-bar
{
    background: #ebebeb;
    width: 100%;
    height: 5px;
    border-radius: 32px;
    overflow: hidden;
    max-width: 100%;
}
.sold-width
{
    background: var(--color1);
    height: 5px;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 32px;
}
.sold-value
{
    font-weight: 500;
}

.gray-bg{
    background: #f3f5f7;
}

.product-reviews .stars .star.fill {
    color: var(--color2) !important;
}

.product-reviews .stars .star.fill i:before {
    font-weight: 900;
}

.card-blog .description {
    height: 4px;
}

.card-blog .title {
    height: 38px;
}

footer .bar {
    background: none;
}

footer .bar .right-image {
    display: flex;
    align-items: center;
    gap: 3px;
}

footer .bar .right-image div:first-child {
    width: 100%;
}

.stores .card .card-body img {
    max-height: 80%;
    max-width: 50%!important;
    margin: 0 auto;
}