:root {
    --swiper-theme-color: #007aff;
}

.ribbon {
    width: 120px;
    height: 120px;
    overflow: hidden;
    position: absolute;
}

.ribbon span {
    position: absolute;
    display: block;
    width: 225px;
    padding: 5px 0;
    background-color: #00bcd4;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    color: #fff;
    font: 700 18px/1 "Lato", sans-serif;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
    text-transform: uppercase;
    text-align: center;
}

/* top left*/
.ribbon-top-left {
    left: 0;
    top: -15px;
}

.ribbon-top-left span {
    right: -25px;
    top: 30px;
    transform: rotate(-45deg);
}

.t-product-slider h2 {
    color: #424242;
}

@media (max-width: 360px) {
    .t-product-slider h2 {
        font-size: 12px;
    }

    .t-product-slider .other-products {
        font-size: 10px;
        padding: 3px !important;
    }
}

.t-product-slider .other-products {
    cursor: inherit;
    background-color: #fbfbfb;
    transition-duration: 300ms;
}

.t-product-slider .other-products:hover {
    background-color: #f1f1f1;
    transition-duration: 500ms;
}

.t-product-slider hr {
    background-color: #adadad;
}

.t-product-slider .swiper {
    padding: 10px 30px;
}

.t-product-slider .swiper-button-prev,
.t-product-slider .swiper-button-next {
    background-color: white;
}

.t-product-slider .swiper-button-prev:after,
.t-product-slider .swiper-button-next:after {
    color: #606060;
    font-size: 1.5rem;
}

.t-product-slider .swiper-button-prev {
    box-shadow: -2px 0px 3px #dee2e6;
    right: 0;
}

.t-product-slider .swiper-button-next {
    box-shadow: 2px 0px 3px #dee2e6;
    left: 0;
}

.t-product-slider .swiper-button-disabled {
    display: none;
}

.modal-content {
    z-index: 11 !important;
}

.modal-backdrop.show {
    z-index: 9;
}


.t-product-slider {
    border-radius: 18px !important;


    background-color: #fff !important;
    border-radius: 5px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1);

    border: 0px solid #dee2e6 !important;


}


.t-product-item {
    display: flex;
    align-self: stretch;
    flex-direction: column;
    background-color: white;
    width: 200px;
    min-height: 350px;
    border: 0px solid #e3e3e3;
    overflow: hidden;
    position: relative;
}

.t-product-item:hover {
    box-shadow: 0 0 10px #0c0c0c30;
    z-index: 1;
    border-radius: 5px;
    transform: scale(1.03);
    transition-duration: 100ms;
}

.t-product-item.stock-out a {
    opacity: 1;
    background-color: #ffffff91;
}

.t-product-item .image {
    width: 180px;
    height: 180px;
}

.t-product-item .title {
    font-size: 0.875rem;
}

.t-product-item .price {
    color: #525252;
    font-weight: bold;
    font-size: 1rem;
}

.t-product-item .price del {
    font-size: 0.875rem;
    font-weight: normal;
    color: #656565;
}

.t-product-item .click-area {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 100%;
    z-index: 1;
    opacity: 0;
}

[page=home] .instagram-box {
    color: white;
    background-color: #5851db;
    background: linear-gradient(230deg, #405de6, #5851db, #833ab4, #c13584, #e1306c, #fd1d1d);
}

[page=home] .instagram-box:hover .follow-us {
    background-color: white;
    color: #c13584;
    transition-duration: 500ms;
}

[page=home] .instagram-box .content {
    border: 2px solid white;
}

[page=home] .instagram-box .follow-us {
    transition-duration: 300ms;
    cursor: pointer;
}

[page=home] #banner-slider {
    border-radius: 0.625rem;
}

[page=home] #banner-slider img {
    width: 100%;
    object-fit: cover;
}


[page=home] #banner-slider div[class^=swiper-button-] {
    color: white;
}

[page=home] #banner-slider .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
}

[page=home] #banner-slider .swiper-pagination-bullet-active {
    background-color: white;
}

.ribbon {
    width: 120px;
    height: 120px;
    overflow: hidden;
    position: absolute;
}

.ribbon span {
    position: absolute;
    display: block;
    width: 225px;
    padding: 5px 0;
    background-color: #00bcd4;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    color: #fff;
    font: 700 18px/1 "Lato", sans-serif;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
    text-transform: uppercase;
    text-align: center;
}

/* top left*/
.ribbon-top-left {
    left: 0;
    top: -15px;
}

.ribbon-top-left span {
    right: -25px;
    top: 30px;
    transform: rotate(-45deg);
}

.table {
    --bs-table-bg: transparent;
    --bs-table-accent-bg: transparent;
    --bs-table-striped-color: #212529;
    --bs-table-striped-bg: rgba(0, 0, 0, 0.05);
    --bs-table-active-color: #212529;
    --bs-table-active-bg: rgba(0, 0, 0, 0.1);
    --bs-table-hover-color: #212529;
    --bs-table-hover-bg: rgba(0, 0, 0, 0.075);
    width: 100%;
    margin-bottom: 1rem;
    color: #212529;
    vertical-align: top;
    border-color: #dee2e6;
}

.table > :not(caption) > * > * {
    padding: 0.5rem 0.5rem;
    background-color: var(--bs-table-bg);
    border-bottom-width: 1px;
    box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
}

.table > tbody {
    vertical-align: inherit;
}

.table > thead {
    vertical-align: bottom;
}

.table > :not(:first-child) {
    border-top: 2px solid currentColor;
}

.caption-top {
    caption-side: top;
}

.table-sm > :not(caption) > * > * {
    padding: 0.25rem 0.25rem;
}

.table-bordered > :not(caption) > * {
    border-width: 1px 0;
}

.table-bordered > :not(caption) > * > * {
    border-width: 0 1px;
}

.table-borderless > :not(caption) > * > * {
    border-bottom-width: 0;
}

.table-borderless > :not(:first-child) {
    border-top-width: 0;
}

.table-striped > tbody > tr:nth-of-type(odd) > * {
    --bs-table-accent-bg: var(--bs-table-striped-bg);
    color: var(--bs-table-striped-color);
}

.table-active {
    --bs-table-accent-bg: var(--bs-table-active-bg);
    color: var(--bs-table-active-color);
}

.table-hover > tbody > tr:hover > * {
    --bs-table-accent-bg: var(--bs-table-hover-bg);
    color: var(--bs-table-hover-color);
}

.table-primary {
    --bs-table-bg: #cfe2ff;
    --bs-table-striped-bg: #c5d7f2;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #bacbe6;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #bfd1ec;
    --bs-table-hover-color: #000;
    color: #000;
    border-color: #bacbe6;
}

.table-secondary {
    --bs-table-bg: #e2e3e5;
    --bs-table-striped-bg: #d7d8da;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #cbccce;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #d1d2d4;
    --bs-table-hover-color: #000;
    color: #000;
    border-color: #cbccce;
}

.table-success {
    --bs-table-bg: #d1e7dd;
    --bs-table-striped-bg: #c7dbd2;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #bcd0c7;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #c1d6cc;
    --bs-table-hover-color: #000;
    color: #000;
    border-color: #bcd0c7;
}

.table-info {
    --bs-table-bg: #ccf2f6;
    --bs-table-striped-bg: #c2e6ea;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #b8dadd;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #bde0e4;
    --bs-table-hover-color: #000;
    color: #000;
    border-color: #b8dadd;
}

.table-warning {
    --bs-table-bg: #fff3cd;
    --bs-table-striped-bg: #f2e7c3;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #e6dbb9;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #ece1be;
    --bs-table-hover-color: #000;
    color: #000;
    border-color: #e6dbb9;
}

.table-danger {
    --bs-table-bg: #f8d7da;
    --bs-table-striped-bg: #eccccf;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #dfc2c4;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #e5c7ca;
    --bs-table-hover-color: #000;
    color: #000;
    border-color: #dfc2c4;
}

.table-light {
    --bs-table-bg: #f8f9fa;
    --bs-table-striped-bg: #ecedee;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #dfe0e1;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #e5e6e7;
    --bs-table-hover-color: #000;
    color: #000;
    border-color: #dfe0e1;
}

.table-dark {
    --bs-table-bg: #212529;
    --bs-table-striped-bg: #2c3034;
    --bs-table-striped-color: #fff;
    --bs-table-active-bg: #373b3e;
    --bs-table-active-color: #fff;
    --bs-table-hover-bg: #323539;
    --bs-table-hover-color: #fff;
    color: #fff;
    border-color: #373b3e;
}

.table-responsive {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

@media (max-width: 575.98px) {
    .table-responsive-sm {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
}

@media (max-width: 767.98px) {
    .table-responsive-md {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
}

@media (max-width: 991.98px) {
    .table-responsive-lg {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
}

@media (max-width: 1199.98px) {
    .table-responsive-xl {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
}

@media (max-width: 1399.98px) {
    .table-responsive-xxl {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
}

[page=product] h1 {
    font-size: 1.143rem;
}

@media (max-width: 991.98px) {
    [page=product] .image-wrapper {
        max-width: 350px;
        margin: auto;
        display: block;
    }
}

[page=product] .price {
    height: 40px;
}

[page=product] .price span {
    background-color: #00bcd4;
    color: white;
}

[page=product] .price del {
    position: relative;
    background-color: #e5e5e5;
    z-index: 1;
    color: #818080;
    font-weight: normal;
}

[page=product] .price del::after {
    content: "";
    display: block;
    width: 15px;
    height: 15px;
    background-color: #e5e5e5;
    position: absolute;
    top: 0;
    right: 100%;
    transform: translate(10px, 10px) rotate(45deg);
    z-index: -1;
    border-radius: 2px;
}

[page=product] .price-call {
    color: white;
    background-color: #1dcda9;
    transition-duration: 300ms;
}

[page=product] .price-call i {
    background-color: #0000000f;
}

[page=product] .call-box {
    background-color: #4eb38314;
    border-color: #419b734f !important;
}

[page=product] table tr:nth-of-type(even) {
    background-color: #FFFFFF;
}

[page=product] table tr:nth-of-type(odd) {
    background-color: #F7F7F7;
}

.form-check {
    /*display: block;*/
    min-height: 1.5rem;
    padding-left: 1.5em;
    margin-bottom: 0.125rem;
}

.form-check .form-check-input {
    float: left;
    margin-left: -1.5em;
}

.form-check-input {
    width: 1em;
    height: 1em;
    margin-top: 0.25em;
    vertical-align: top;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    border: 1px solid rgba(0, 0, 0, 0.25);
    appearance: none;
    color-adjust: exact;
}

.form-check-input[type=checkbox] {
    border-radius: 0.25em;
}

.form-check-input[type=radio] {
    border-radius: 50%;
}

.form-check-input:active {
    filter: brightness(90%);
}

.form-check-input:focus {
    border-color: rgba(0, 0, 0, 0.25);
    outline: 0;
    box-shadow: none;
}

.form-check-input:checked {
    background-color: #25d366bf;
    border-color: #1fb156ab;
}

.form-check-input:checked[type=checkbox] {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e");
}

.form-check-input:checked[type=radio] {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e");
}

.form-check-input[type=checkbox]:indeterminate {
    background-color: #0d6efd;
    border-color: #0d6efd;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e");
}

.form-check-input:disabled {
    pointer-events: none;
    filter: none;
    opacity: 0.5;
}

.form-check-input[disabled] ~ .form-check-label,
.form-check-input:disabled ~ .form-check-label {
    opacity: 0.5;
}

.form-switch {
    padding-left: 2.5em;
}

.form-switch .form-check-input {
    width: 2em;
    margin-left: -2.5em;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");
    background-position: left center;
    border-radius: 2em;
    transition: background-position 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
    .form-switch .form-check-input {
        transition: none;
    }
}

.form-switch .form-check-input:focus {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%2386b7fe'/%3e%3c/svg%3e");
}

.form-switch .form-check-input:checked {
    background-position: right center;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}

.form-check-inline {
    display: inline-block;
    margin-right: 1rem;
}

.btn-check {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none;
}

.btn-check[disabled] + .btn,
.btn-check:disabled + .btn {
    pointer-events: none;
    filter: none;
    opacity: 0.65;
}

.ribbon {
    width: 120px;
    height: 120px;
    overflow: hidden;
    position: absolute;
}

.ribbon span {
    position: absolute;
    display: block;
    width: 225px;
    padding: 5px 0;
    background-color: #00bcd4;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    color: #fff;
    font: 700 18px/1 "Lato", sans-serif;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
    text-transform: uppercase;
    text-align: center;
}

/* top left*/
.ribbon-top-left {
    left: 0;
    top: -15px;
}

.ribbon-top-left span {
    right: -25px;
    top: 30px;
    transform: rotate(-45deg);
}

.t-product-slider h2 {
    color: #424242;
}

.t-product-slider .other-products {
    cursor: inherit;
    background-color: #fbfbfb;
    transition-duration: 300ms;
}

.t-product-slider .other-products:hover {
    background-color: #f1f1f1;
    transition-duration: 500ms;
}

.t-product-slider hr {
    background-color: #adadad;
}

.t-product-slider .swiper {
    padding: 10px 30px;
}

.t-product-slider .swiper-button-prev,
.t-product-slider .swiper-button-next {
    background-color: white;
}

.t-product-slider .swiper-button-prev:after,
.t-product-slider .swiper-button-next:after {
    color: #606060;
    font-size: 1.5rem;
}

.t-product-slider .swiper-button-prev {
    box-shadow: -2px 0px 3px #dee2e6;
    right: 0;
}

.t-product-slider .swiper-button-next {
    box-shadow: 2px 0px 3px #dee2e6;
    left: 0;
}

.t-product-slider .swiper-button-disabled {
    display: none;
}

.t-product-item {
    display: flex;
    align-self: stretch;
    flex-direction: column;
    background-color: white;
    width: 200px;
    min-height: 350px;
    border: 0px solid #e3e3e3;
    overflow: hidden;
    position: relative;
    cursor: pointer !important;

}

.padding-slider {

    padding: 0 !important;

}

.header-search-box {
    padding: 2px 12px;
    border: 1px solid #ccc;
    border-radius: 5px;
    width: 180px;
    cursor: text;
    color: #a7a7a7;
}

.header-search-box i {
    float: left;
    color: #212529;
}

[page=search] .grid-item li:hover .t-product-item {
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 25%);
    z-index: 9 !important;
    border-radius: 5px;
    transition-duration: 200ms;
}

[page=search] .search-pagination p.text-muted {
    margin: 0;
}

.t-product-item.stock-out a {
    opacity: 1;
    background-color: #ffffff91;
}

.t-product-item .image {
    width: 180px;
    height: 180px;
}

.t-product-item .title {
    font-size: 0.875rem;
}

.t-product-item .price {
    color: #525252;
    font-weight: bold;
    font-size: 1rem;
}

.t-product-item .price del {
    font-size: 0.875rem;
    font-weight: normal;
    color: #656565;
}

.t-product-item .click-area {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 100%;
    z-index: 1;
    opacity: 0;
}

[page=search] .grid-item {
    display: flex;
    flex-wrap: wrap;
    margin-right: -1px;
    margin-bottom: -1px;
}

[page=search] .grid-item li {
    margin-left: -1px;
    margin-bottom: -1px;
    width: calc(100% + 1px);
}
[page=search] .search-wrapper{
    position: relative;
}
[page=search] .search-wrapper i{
    cursor: pointer;
    display: flex;
    align-items: center;
    position: absolute;
    left: 1px;
    top: 2px;
    background: #ed3237;
    color: #fff;
    padding: 1px 5px;
    border-radius: 5px 0 0 5px;
}
#SearchBlog{
    width: 100%;
    margin-bottom: 24px!important;
    outline: none;
}

/* [page=search] .grid-item li {
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 15%);
} */
.title.p-2{
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3; /* number of lines to show */
            line-clamp: 3; 
    -webkit-box-orient: vertical;
    line-height: 22px;
    height: 72px;
}
@media (min-width: 768px) {
    [page=search] .grid-item li {
        width: calc(50% + 1px);
    }
}

@media (min-width: 992px) {
    [page=search] .grid-item li {
        width: calc(33.3333333333% + -6px);
    }

    [page=search] .grid-item {
        gap: 10px;
    }

}

@media (min-width: 1400px) {
    [page=search] .grid-item li {
        width: calc(25% + 1px);
    }
}

[page=search] .t-product-item {
    width: 100%;
}

[page=search] .info-bar {
    color: #191919;
}

[page=search] .info-bar i {
    color: #194a9a;
}

[page=search] .info-bar a:hover {
    color: #194a9a;
    transition-duration: 300ms;
}

[page=search] .call-price {
    color: #191919;
    background-color: #efefef;
}

[page=search] .call-price i {
    color: #777777;
}

[page=search] .instagram {
    color: white;
    background-color: #5851db;
    background: linear-gradient(200deg, #405de6, #5851db, #833ab4, #c13584, #e1306c, #fd1d1d);
}

[page=search] .whatsapp {
    color: white;
    background-color: #1EBEA5;
    background: linear-gradient(200deg, #1EBEA5, #00d36c);
}

/* required styles */
.leaflet-pane,
.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-tile-container,
.leaflet-pane > svg,
.leaflet-pane > canvas,
.leaflet-zoom-box,
.leaflet-image-layer,
.leaflet-layer {
    position: absolute;
    left: 0;
    top: 0;
}

.leaflet-container {
    overflow: hidden;
}

.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    -webkit-user-drag: none;
}

/* Prevents IE11 from highlighting tiles in blue */
.leaflet-tile::selection {
    background: transparent;
}

/* Safari renders non-retina tile on retina better with this, but Chrome is worse */
.leaflet-safari .leaflet-tile {
    image-rendering: -webkit-optimize-contrast;
}

/* hack that prevents hw layers "stretching" when loading new tiles */
.leaflet-safari .leaflet-tile-container {
    width: 1600px;
    height: 1600px;
    -webkit-transform-origin: 0 0;
}

.leaflet-marker-icon,
.leaflet-marker-shadow {
    display: block;
}

/* .leaflet-container svg: reset svg max-width decleration shipped in Joomla! (joomla.org) 3.x */
/* .leaflet-container img: map is broken in FF if you have max-width: 100% on tiles */
.leaflet-container .leaflet-overlay-pane svg,
.leaflet-container .leaflet-marker-pane img,
.leaflet-container .leaflet-shadow-pane img,
.leaflet-container .leaflet-tile-pane img,
.leaflet-container img.leaflet-image-layer,
.leaflet-container .leaflet-tile {
    max-width: none !important;
    max-height: none !important;
}

.leaflet-container.leaflet-touch-zoom {
    -ms-touch-action: pan-x pan-y;
    touch-action: pan-x pan-y;
}

.leaflet-container.leaflet-touch-drag {
    -ms-touch-action: pinch-zoom;
    /* Fallback for FF which doesn't support pinch-zoom */
    touch-action: none;
    touch-action: pinch-zoom;
}

.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom {
    -ms-touch-action: none;
    touch-action: none;
}

.leaflet-container {
    -webkit-tap-highlight-color: transparent;
}

.leaflet-container a {
    -webkit-tap-highlight-color: rgba(51, 181, 229, 0.4);
}

.leaflet-tile {
    filter: inherit;
    visibility: hidden;
}

.leaflet-tile-loaded {
    visibility: inherit;
}

.leaflet-zoom-box {
    width: 0;
    height: 0;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 800;
}

/* workaround for https://bugzilla.mozilla.org/show_bug.cgi?id=888319 */
.leaflet-overlay-pane svg {
    -moz-user-select: none;
}

.leaflet-pane {
    z-index: 400;
}

.leaflet-tile-pane {
    z-index: 200;
}

.leaflet-overlay-pane {
    z-index: 400;
}

.leaflet-shadow-pane {
    z-index: 500;
}

.leaflet-marker-pane {
    z-index: 600;
}

.leaflet-tooltip-pane {
    z-index: 650;
}

.leaflet-popup-pane {
    z-index: 700;
}

.leaflet-map-pane canvas {
    z-index: 100;
}

.leaflet-map-pane svg {
    z-index: 200;
}

.leaflet-vml-shape {
    width: 1px;
    height: 1px;
}

.lvml {
    behavior: url(#default#VML);
    display: inline-block;
    position: absolute;
}

/* control positioning */
.leaflet-control {
    position: relative;
    z-index: 800;
    pointer-events: visiblePainted;
    /* IE 9-10 doesn't have auto */
    pointer-events: auto;
}

.leaflet-top,
.leaflet-bottom {
    position: absolute;
    z-index: 1000;
    pointer-events: none;
}

.leaflet-top {
    top: 0;
}

.leaflet-right {
    right: 0;
}

.leaflet-bottom {
    bottom: 0;
}

.leaflet-left {
    left: 0;
}

.leaflet-control {
    float: left;
    clear: both;
}

.leaflet-right .leaflet-control {
    float: right;
}

.leaflet-top .leaflet-control {
    margin-top: 10px;
}

.leaflet-bottom .leaflet-control {
    margin-bottom: 10px;
}

.leaflet-left .leaflet-control {
    margin-left: 10px;
}

.leaflet-right .leaflet-control {
    margin-right: 10px;
}

/* zoom and fade animations */
.leaflet-fade-anim .leaflet-tile {
    will-change: opacity;
}

.leaflet-fade-anim .leaflet-popup {
    opacity: 0;
    -webkit-transition: opacity 0.2s linear;
    -moz-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;
}

.leaflet-fade-anim .leaflet-map-pane .leaflet-popup {
    opacity: 1;
}

.leaflet-zoom-animated {
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
}

.leaflet-zoom-anim .leaflet-zoom-animated {
    will-change: transform;
}

.leaflet-zoom-anim .leaflet-zoom-animated {
    -webkit-transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1);
    -moz-transition: -moz-transform 0.25s cubic-bezier(0, 0, 0.25, 1);
    transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1);
}

.leaflet-zoom-anim .leaflet-tile,
.leaflet-pan-anim .leaflet-tile {
    -webkit-transition: none;
    -moz-transition: none;
    transition: none;
}

.leaflet-zoom-anim .leaflet-zoom-hide {
    visibility: hidden;
}

/* cursors */
.leaflet-interactive {
    cursor: pointer;
}

.leaflet-grab {
    cursor: -webkit-grab;
    cursor: -moz-grab;
    cursor: grab;
}

.leaflet-crosshair,
.leaflet-crosshair .leaflet-interactive {
    cursor: crosshair;
}

.leaflet-popup-pane,
.leaflet-control {
    cursor: auto;
}

.leaflet-dragging .leaflet-grab,
.leaflet-dragging .leaflet-grab .leaflet-interactive,
.leaflet-dragging .leaflet-marker-draggable {
    cursor: move;
    cursor: -webkit-grabbing;
    cursor: -moz-grabbing;
    cursor: grabbing;
}

/* marker & overlays interactivity */
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-image-layer,
.leaflet-pane > svg path,
.leaflet-tile-container {
    pointer-events: none;
}

.leaflet-marker-icon.leaflet-interactive,
.leaflet-image-layer.leaflet-interactive,
.leaflet-pane > svg path.leaflet-interactive,
svg.leaflet-image-layer.leaflet-interactive path {
    pointer-events: visiblePainted;
    /* IE 9-10 doesn't have auto */
    pointer-events: auto;
}

/* visual tweaks */
.leaflet-container {
    background: #ddd;
    outline: 0;
}

.leaflet-container a {
    color: #0078A8;
}

.leaflet-container a.leaflet-active {
    outline: 2px solid orange;
}

.leaflet-zoom-box {
    border: 2px dotted #38f;
    background: rgba(255, 255, 255, 0.5);
}

/* general typography */
.leaflet-container {
    font: 12px/1.5 "Helvetica Neue", Arial, Helvetica, sans-serif;
}

/* general toolbar styles */
.leaflet-bar {
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.65);
    border-radius: 4px;
}

.leaflet-bar a,
.leaflet-bar a:hover {
    background-color: #fff;
    border-bottom: 1px solid #ccc;
    width: 26px;
    height: 26px;
    line-height: 26px;
    display: block;
    text-align: center;
    text-decoration: none;
    color: black;
}

.leaflet-bar a,
.leaflet-control-layers-toggle {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    display: block;
}

.leaflet-bar a:hover {
    background-color: #f4f4f4;
}

.leaflet-bar a:first-child {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.leaflet-bar a:last-child {
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    border-bottom: none;
}

.leaflet-bar a.leaflet-disabled {
    cursor: default;
    background-color: #f4f4f4;
    color: #bbb;
}

.leaflet-touch .leaflet-bar a {
    width: 30px;
    height: 30px;
    line-height: 30px;
}

.leaflet-touch .leaflet-bar a:first-child {
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
}

.leaflet-touch .leaflet-bar a:last-child {
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
}

/* zoom control */
.leaflet-control-zoom-in,
.leaflet-control-zoom-out {
    font: bold 18px "Lucida Console", Monaco, monospace;
    text-indent: 1px;
}

.leaflet-touch .leaflet-control-zoom-in,
.leaflet-touch .leaflet-control-zoom-out {
    font-size: 22px;
}

/* layers control */
.leaflet-control-layers {
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.4);
    background: #fff;
    border-radius: 5px;
}

.leaflet-control-layers-toggle {
    background-image: url(/vendor/leaflet/layers.png);
    width: 36px;
    height: 36px;
}

.leaflet-retina .leaflet-control-layers-toggle {
    background-image: url(/vendor/leaflet/layers-2x.png);
    background-size: 26px 26px;
}

.leaflet-touch .leaflet-control-layers-toggle {
    width: 44px;
    height: 44px;
}

.leaflet-control-layers .leaflet-control-layers-list,
.leaflet-control-layers-expanded .leaflet-control-layers-toggle {
    display: none;
}

.leaflet-control-layers-expanded .leaflet-control-layers-list {
    display: block;
    position: relative;
}

.leaflet-control-layers-expanded {
    padding: 6px 10px 6px 6px;
    color: #333;
    background: #fff;
}

.leaflet-control-layers-scrollbar {
    overflow-y: scroll;
    overflow-x: hidden;
    padding-right: 5px;
}

.leaflet-control-layers-selector {
    margin-top: 2px;
    position: relative;
    top: 1px;
}

.leaflet-control-layers label {
    display: block;
}

.leaflet-control-layers-separator {
    height: 0;
    border-top: 1px solid #ddd;
    margin: 5px -10px 5px -6px;
}

/* Default icon URLs */
.leaflet-default-icon-path {
    background-image: url(/vendor/leaflet/marker-icon.png);
}

/* attribution and scale controls */
.leaflet-container .leaflet-control-attribution {
    background: #fff;
    background: rgba(255, 255, 255, 0.7);
    margin: 0;
}

.leaflet-control-attribution,
.leaflet-control-scale-line {
    padding: 0 5px;
    color: #333;
}

.leaflet-control-attribution a {
    text-decoration: none;
}

.leaflet-control-attribution a:hover {
    text-decoration: underline;
}

.leaflet-container .leaflet-control-attribution,
.leaflet-container .leaflet-control-scale {
    font-size: 11px;
}

.leaflet-left .leaflet-control-scale {
    margin-left: 5px;
}

.leaflet-bottom .leaflet-control-scale {
    margin-bottom: 5px;
}

.leaflet-control-scale-line {
    border: 2px solid #777;
    border-top: none;
    line-height: 1.1;
    padding: 2px 5px 1px;
    font-size: 11px;
    white-space: nowrap;
    overflow: hidden;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #fff;
    background: rgba(255, 255, 255, 0.5);
}

.leaflet-control-scale-line:not(:first-child) {
    border-top: 2px solid #777;
    border-bottom: none;
    margin-top: -2px;
}

.leaflet-control-scale-line:not(:first-child):not(:last-child) {
    border-bottom: 2px solid #777;
}

.leaflet-touch .leaflet-control-attribution,
.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
    box-shadow: none;
}

.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
    border: 2px solid rgba(0, 0, 0, 0.2);
    background-clip: padding-box;
}

/* popup */
.leaflet-popup {
    position: absolute;
    text-align: center;
    margin-bottom: 20px;
}

.leaflet-popup-content-wrapper {
    padding: 1px;
    text-align: left;
    border-radius: 12px;
}

.leaflet-popup-content {
    margin: 13px 19px;
    line-height: 1.4;
}

.leaflet-popup-content p {
    margin: 18px 0;
}

.leaflet-popup-tip-container {
    width: 40px;
    height: 20px;
    position: absolute;
    left: 50%;
    margin-left: -20px;
    overflow: hidden;
    pointer-events: none;
}

.leaflet-popup-tip {
    width: 17px;
    height: 17px;
    padding: 1px;
    margin: -10px auto 0;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.leaflet-popup-content-wrapper,
.leaflet-popup-tip {
    background: white;
    color: #333;
    box-shadow: 0 3px 14px rgba(0, 0, 0, 0.4);
}

.leaflet-container a.leaflet-popup-close-button {
    position: absolute;
    top: 0;
    right: 0;
    padding: 4px 4px 0 0;
    border: none;
    text-align: center;
    width: 18px;
    height: 14px;
    font: 16px/14px Tahoma, Verdana, sans-serif;
    color: #c3c3c3;
    text-decoration: none;
    font-weight: bold;
    background: transparent;
}

.leaflet-container a.leaflet-popup-close-button:hover {
    color: #999;
}

.leaflet-popup-scrolled {
    overflow: auto;
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #ddd;
}

.leaflet-oldie .leaflet-popup-content-wrapper {
    -ms-zoom: 1;
}

.leaflet-oldie .leaflet-popup-tip {
    width: 24px;
    margin: 0 auto;
    -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";
    filter: progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678);
}

.leaflet-oldie .leaflet-popup-tip-container {
    margin-top: -1px;
}

.leaflet-oldie .leaflet-control-zoom,
.leaflet-oldie .leaflet-control-layers,
.leaflet-oldie .leaflet-popup-content-wrapper,
.leaflet-oldie .leaflet-popup-tip {
    border: 1px solid #999;
}

/* div icon */
.leaflet-div-icon {
    background: #fff;
    border: 1px solid #666;
}

/* Tooltip */
/* Base styles for the element that has a tooltip */
.leaflet-tooltip {
    position: absolute;
    padding: 6px;
    background-color: #fff;
    border: 1px solid #fff;
    border-radius: 3px;
    color: #222;
    white-space: nowrap;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: none;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
}

.leaflet-tooltip.leaflet-clickable {
    cursor: pointer;
    pointer-events: auto;
}

.leaflet-tooltip-top:before,
.leaflet-tooltip-bottom:before,
.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before {
    position: absolute;
    pointer-events: none;
    border: 6px solid transparent;
    background: transparent;
    content: "";
}

/* Directions */
.leaflet-tooltip-bottom {
    margin-top: 6px;
}

.leaflet-tooltip-top {
    margin-top: -6px;
}

.leaflet-tooltip-bottom:before,
.leaflet-tooltip-top:before {
    left: 50%;
    margin-left: -6px;
}

.leaflet-tooltip-top:before {
    bottom: 0;
    margin-bottom: -12px;
    border-top-color: #fff;
}

.leaflet-tooltip-bottom:before {
    top: 0;
    margin-top: -12px;
    margin-left: -6px;
    border-bottom-color: #fff;
}

.leaflet-tooltip-left {
    margin-left: -6px;
}

.leaflet-tooltip-right {
    margin-left: 6px;
}

.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before {
    top: 50%;
    margin-top: -6px;
}

.leaflet-tooltip-left:before {
    right: 0;
    margin-right: -12px;
    border-left-color: #fff;
}

.leaflet-tooltip-right:before {
    left: 0;
    margin-left: -12px;
    border-right-color: #fff;
}

@-webkit-keyframes leaflet-gestures-fadein {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes leaflet-gestures-fadein {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.leaflet-container:after {
    -webkit-animation: leaflet-gestures-fadein 0.8s backwards;
    animation: leaflet-gestures-fadein 0.8s backwards;
    color: #fff;
    font-family: iran-sans;
    font-size: 22px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 15px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 461;
    pointer-events: none;
}

.leaflet-gesture-handling-touch-warning:after,
.leaflet-gesture-handling-scroll-warning:after {
    -webkit-animation: leaflet-gestures-fadein 0.8s forwards;
    animation: leaflet-gestures-fadein 0.8s forwards;
}

.leaflet-gesture-handling-touch-warning:after {
    content: attr(data-gesture-handling-touch-content);
}

.leaflet-gesture-handling-scroll-warning:after {
    content: attr(data-gesture-handling-scroll-content);
}

[page=contact] .banner {
    background: url("https://networkcity.org/page/contact/img/banner.png"), linear-gradient(43deg, #45536d 0%, #4571b9 100%);
    background-position: center center;
    background-attachment: fixed;
    background-repeat: repeat;
    color: white;
}

[page=contact] li span i {
    color: #9d9d9d;
}

[page=contact] .map {
    height: 500px;
    box-shadow: 0 0 2px #adadad;
    position: relative;
}

[page=contact] .map #map {
    z-index: 0;
}

[page=contact] .map .route-on-map {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    background-color: #f7f7f7;
}

.items {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.items .box-search {
    width: 20%;
    display: flex;
    align-items: center;
    justify-content: left;
}

.items .box-search .input-search {
    width: 95%;
    border: none;
    outline: none;
    padding: 5px 10px;
    background: #d4d4d4;
    color: #000;
    border-radius: 10px;
}

::placeholder {
    color: rgb(0, 0, 0);
}

.fow {
    font-weight: 700 !important;
}

.splide__arrow--prev,
.splide__arrow--next {
    padding: 48px 16px !important;
    background-color: rgb(252, 252, 252) !important;
    border-radius: 5% !important;
    box-shadow: 2px 0px 3px #dee2e6 !important;
    opacity: 1 !important;
    cursor: pointer !important;
}

.splide__arrows--rtl .splide__arrow--prev svg,
.splide__arrows--rtl .splide__arrow--next svg {
    position: absolute !important;
    width: 100% !important;
    height: 20% !important;
}

.splide__arrow svg {
    fill: rgb(96, 96, 96) !important;
}

.arow .splide__arrows--rtl .splide__arrow--prev,
.arow .splide__arrows--rtl .splide__arrow--next {
    padding: unset !important;
    background-color: unset !important;
    box-shadow: unset !important;
    border-radius: unset !important;
}

.arow .splide__arrows--rtl .splide__arrow--prev svg,
.arow .splide__arrows--rtl .splide__arrow--next svg {
    position: absolute !important;
    width: calc(var(--swiper-navigation-size) / 44 * 27) !important;
    height: var(--swiper-navigation-size) !important;
}

.arow .splide__arrows--rtl .splide__arrow svg {
    fill: rgb(255, 255, 255) !important;
}

@media (max-width: 2560px) {
    .t-product-item {
        margin: 0 auto !important;
    }
}

.list-products .splide__track .splide__list {
    padding: 15px 0 !important;
}

header .mega-menu li.active {
    padding-right: 0.625rem;
    transition-duration: 500ms;
    background-color: #f3f3f3;
}

header .mega-menu li.active > .sub-menu {
    opacity: 1;
    visibility: visible;
    transition-duration: 500ms;
}

.search-box {
    display: flex;
    align-items: center;
}

.search-box input {
    width: 100%;
    background: transparent;
    border: none;
    outline: none;
    box-shadow: none;
    font-size: 15px;
}

.product-search {
    padding: 10px;
    border-top: 1px solid #ccc;

}

.product-search img {
    width: 50px;
    height: 50px;
    border-radius: 5px;
    object-fit: cover;
}

#layer-sidebar {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #00000099;
    z-index: 10000;
    display: none;
}

#sidebar {
    position: fixed;
    top: 0;
    right: 0;
    width: 85%;
    height: 100%;
    background: #fff;
    z-index: 100000;
    display: none;
    overflow-y: scroll;
}

.accordion-button::after {
    margin-right: auto;
    margin-left: 0;
}

.accordion-button:not(.collapsed) {
    color: unset;
    background: unset !important;
    box-shadow: unset !important;
    outline: none !important;
}

.accordion-button:focus {
    color: unset;
    background: unset !important;
    box-shadow: unset !important;
    outline: none !important;
}

[page=not-found] a {
    background-color: #70b550;
    color: white;
}

.splide__list li {
    margin-left: 0;
    width: 100px;
    border-radius: 2px;
    margin-right: 0;
    margin-bottom: 10px;
}

a.link {
    color: #0d6efd !important;
    text-decoration: underline !important;
}


.button {
    display: inline-block;
    border: 0;
    padding: 0.5rem 0.5rem;
    font-size: 14px;
    font-weight: bold;
    cursor: pointer;
}

.red-btn {
    background: #FB373C;
    border-radius: 5px;
    color: white;
    margin: 10px;
}

.red-btn:hover {
    background: #b10000;
}

.red-btn:active {
    animation: bounce 0.3s;
}


.blue-btn {
    background: #00bcd4;
    border-radius: 5px;
    color: white;
}

.blue-btn:hover {
    background: #2da9ba;
}

.blue-btn:active {
    animation: bounce 0.3s;
}


@keyframes bounce {
    0% {
        transform: scale(1);
    }
    25% {
        transform: scale(0.95);
    }
    50% {
        transform: scale(1.1);
    }
    75% {
        transform: scale(0.98);
    }
    100% {
        transform: scale(1);
    }
}


.cards {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin: 0;
    padding: 0;
}

.cards_item {
    display: flex;
    padding: 1rem;
}

@media (min-width: 40rem) {
    .cards_item {
        width: 50%;
    }
}

@media (min-width: 56rem) {
    .cards_item {
        width: 33.3333%;
    }
}

.card {
    background-color: white;
    border-radius: 0.25rem;
    box-shadow: 0 20px 40px -14px rgba(0, 0, 0, 0.25);
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.card_content {
    padding: 1rem;
    background: linear-gradient(to bottom left, #EF8D9C 40%, #FFC39E 100%);
}

.card_title {
    color: #ffffff;
    font-size: 1.1rem;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: capitalize;
    margin: 0px;
}

.card_text {
    color: #ffffff;
    font-size: 0.875rem;
    line-height: 1.5;
    margin-bottom: 1.25rem;
    font-weight: 400;
}

[page=home] section:nth-of-type(1) > .t-product-slider{
    background-image: url("https://itbani.ir/images/1-min.jpg");
}
[page=home] section:nth-of-type(3) > .t-product-slider{
    background-image: url("https://itbani.ir/images/2-min.jpg");
}
[page=home] section:nth-of-type(5) > .t-product-slider{
    background-image: url("https://itbani.ir/images/3-min.jpg");
}
[page=home] section:nth-of-type(7) > .t-product-slider{
    background-image: url("https://itbani.ir/images/4-min.jpg");
}