html {
    scroll-behavior: smooth;
}

body {
    font-family: "regular";
    word-break: break-word;
    overflow-x: hidden;
    letter-spacing: 0px;
    background-color: #fff;
    min-height: 100vh;
    color: #585f63;
    direction: rtl;
    text-align: right;
}

.regular {
    font-family: "regular";
}

@font-face {
    font-family: regular;
    src: url(../fonts/Cairo-Medium.ttf);
}

ul li,
a:hover {
    list-style-type: none;
    text-decoration: none;
}

.rtl {
    direction: rtl;
}

.ltr {
    direction: ltr;
}

button:focus {
    outline: none;
}


/* width */

::-webkit-scrollbar {
    width: 10px;
    /* display: none; */
}


/* Track */

::-webkit-scrollbar-track {
    background: #fff;
    /* display: none; */
}


/* Handle */

::-webkit-scrollbar-thumb {
    background: #28A8AF;
    /* display: none; */
}


/* Handle on hover */

::-webkit-scrollbar-thumb:hover {
    background: #252b37;
    /* display: none; */
}

.form-control {
    background-color: transparent;
    border-radius: 5px;
    height: 50px;
    border-color: #28a8af;
    color: #222;
    box-shadow: 0px 0px 5px #d6d6d666;
    text-align: right;
}

.form-control::placeholder {
    color: rgb(195, 195, 195);
}

.form-control:focus {
    border-color: none;
    outline: 0;
    box-shadow: 0 4px 10px 3px #0000001c;
    background-color: transparent !important;
    border-color: #28A8AF;
    color: #28A8AF;
}

::selection {
    color: #28A8AF;
}

textarea {
    resize: none;
}

textarea.form-control,
textarea.form-control:focus {
    height: auto;
}

.default-btn {
    /* border: none; */
    border-radius: 5px;
    line-height: 2;
    height: 45px;
    font-size: 15px;
    letter-spacing: 0px;
    border-width: 1px;
    background: rgb(40 168 175 / 20%);
    color: #28a8af;
    font-weight: 700;
    width: 100%;
}

.default-btn:hover {
    background: #28a8af;
    color: #fff;
}

.btn:focus,
.btn.focus {
    outline: 0;
    box-shadow: none;
}

.bg-none {
    background: none;
}

a {
    text-decoration: none;
}

.lineThrough {
    text-decoration: line-through;
}

.br-0 {
    border-radius: 0px;
}

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

.br-10 {
    border-radius: 10px;
}

.br-15 {
    border-radius: 15px;
}

.br-50 {
    border-radius: 50px;
}

.fit-cover {
    object-fit: cover;
}

.line-2 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 40px;
}

.line-4 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    line-clamp: 4;
    -webkit-box-orient: vertical;
}

.form-select:focus {
    border-color: #28A8AF;
    outline: 0;
    box-shadow: none;
    color: #fff;
}

.row {
    margin-inline: 0px;
}

.f-60 {
    font-size: 60px;
}

.f-90 {
    font-size: 90px;
}

.opacity-75 {
    opacity: .75 !important;
}

.opacity-50 {
    opacity: .5 !important;
}

input[type=number] {
    -moz-appearance: textfield;
}

/* ================== colors ================== */

.default-bg {
    background-color: #28A8AF !important;
}

.default-color,
a:hover {
    color: #28A8AF;
}

.bg-defaultLight {
    background-color: #28a8af3d !important;
}

/* =============== hover ================ */

*,
#productsSlider .product,
.default-btn {
    transition: all 0.3s ease-in-out;
}


/* ======================== header ================= */

.logo {
    width: 75px;
}

.navbar-toggler:focus {

    box-shadow: none;
}

nav.navbar {
    /* position: absolute; */
    top: 0;
    z-index: 99;
    width: 100%;
}

.nav-link {
    color: #000;
}

#mainSlider .slide-caption {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    width: 50%;
    height: fit-content;
    /* background: rgb(255 255 255 / 80%); */
    padding: 25px;
    border-radius: 15px;

}

.num-product {
    background: #28a8af;
    color: #fff;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    font-size: 15px;
    display: block;
    position: absolute;
    top: 0;
    text-align: center;
    left: 5px;
}

#categoriesSlider4 img {
    border-radius: 50%;
    width: 150px;
    height: 150px;
}

#mainSlider img {
    height: 500px;
}

.nav-item.active .nav-link,
.nav-link:hover {
    color: #28A8AF;
    font-weight: 900;
}

#mainSlider .swiper-pagination {
    position: absolute;
    width: auto;
    bottom: 50px;
    left: 150px;
}

#productsSlider .product,
.grid-products .product {
    border: 1px solid #eee;
    border-radius: 15px;
    overflow: hidden;
    position: relative;
}

#productsSlider .product img,
.grid-products .product img {
    height: 222px;
    width: 100%;
}

.product .overlay-img {
    position: absolute;
    top: 0%;
    right: 0;
    left: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: all .8s ease-in-out;
    border-radius: 15px 15px 0 0;
}

#categoriesSlider .category:hover img,
#categoriesSlider2 .category:hover img,

.categories_grid .category:hover img {
    transform: scale(1.1);
}

#productsSlider .product:hover,
.grid-products .product:hover,
#categoriesSlider .category:hover {
    border: 1px solid #28a8af;
    box-shadow: 0px 0px 10px 5px #eee;
}

#productsSlider .product:hover .default-btn,
.grid-products .product:hover .default-btn {
    background: #28a8af;
    color: #fff;
}

.swiper-pagination-bullet-active {
    border-radius: 15px;
    background: #28a8af;
    width: 30px;
}

.title {
    color: #28a8af;
}

.title::before {
    content: "";
    width: 90%;
    height: 2px;
    background: #e3e3e3;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 0;
    left: 0;
    z-index: -1;
}

.title h4 {
    background-color: #fff;
}

.sale span {
    background: #28a8af;
    border-radius: 0px 15px;
    padding: 5px 10px;
    position: absolute;
    color: #fff;
    font-weight: 700;
    top: 0;
    z-index: 99;
}

.banners img {
    height: 200px;
}

.features {
    background-color: #F4F6F6;
    border-radius: 0;
    box-shadow: -1px -2px 20px #c1c1c170;
}

#CartMenu .order .pro-img {
    border-radius: 10px;
    height: 90px;
    width: 100%;
    object-fit: cover;
    border: 1px solid #28a8af;
}

#CartMenu .orders .order {
    border-bottom: 1px solid #28a8af61;
}

#CartMenu .orders .order:last-child {
    border-bottom: none;
    margin-bottom: 0 !important;
    border-bottom: 1px solid #eee;

}

#CartMenu .cart-total {
    border-bottom: 1px solid #eee;

}

.offcanvas-end {

    border: none;
    box-shadow: 0px 0px 5px 0px #f8f9fa;
}

.banners img:hover {
    transform: scale(1.1);
}

#categoriesSlider .category,
#categoriesSlider5 .category,
#categoriesSlider2 .category,
.categories_grid .category,
#categoriesSlider3 .category img {
    border: 1px solid #eee;
    border-radius: 15px;
    overflow: hidden;
}

#categoriesSlider .category img,
#categoriesSlider2 .category img,
#categoriesSlider5 .category img,
.categories_grid .category img,
#categoriesSlider .category,
#categoriesSlider5 .category,
#categoriesSlider2 .category {
    width: 100%;
    height: 100%;
    object-fit: cover;
}




#categoriesSlider .category .category-name {
    position: absolute;
    bottom: 0;
    background: #39c0c045;
    width: 100%;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

#categoriesSlider5 .category .category-name {
    position: absolute;
    bottom: 0;

    background-image: linear-gradient(#37adb42e, #28a8af);
    width: 100%;

}

#categoriesSlider3 .swiper-button-next,
#categoriesSlider3 .swiper-button-prev,
#categoriesSlider4 .swiper-button-prev,
#categoriesSlider4 .swiper-button-next {
    top: 35%;

}

#categoriesSlider4 .swiper-button-next:after,
#categoriesSlider4 .swiper-button-prev:after,
#categoriesSlider3 .swiper-button-next:after,
#categoriesSlider3 .swiper-button-prev:after {
    right: 10px;
    left: auto;
    background: #26a5af;
    color: #fff;
    padding: 0;
    width: 35px;
    height: 35px;
    border-radius: 5px;
    line-height: 1.8;
    text-align: center;
    font-size: 20px;
    font-weight: 700;
}

#categoriesSlider2 .category .category-name {
    position: absolute;
    bottom: 0;
    background-color: #26a5af;
    border-radius: 15px 0px;
    box-shadow: -2px 0px 7px 0px white;
    max-width: 75%;
    margin: auto;
    right: 0;
    left: 0;
    text-align: center;
    width: fit-content;
}

#categoriesSlider2 .category .category-name h6 {
    color: #fff !important;
    margin: 0;
}

/* .zoomIn.btn-buy {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn;
    animation-iteration-count: infinite;
    animation-duration: 4s;
} */


.timer4 {
    width: 75%;
}

#searchBox {
    display: none;
    width: 80%;
    margin: auto;
}

.first-sold-together .products-img li {
    display: inline-block;
}

.first-sold-together .products-img li img {
    width: 100px;
    height: 100px;
    margin-inline: 10px;
}

.first-sold-together .products-img li:after {
    content: "+";
}

.first-sold-together .products-img li:last-child::after {
    display: none;
}

#product-details-Slider .swiper-button-next,
#product-details-Slider .swiper-button-prev {
    background-color: #fff;
    color: #28a8af;
    border-radius: 5px;
    width: 30px;
    height: 30px;
    padding-block: 17px;
}

#product-details-Slider .swiper-button-next:after,
#product-details-Slider .swiper-button-prev:after {
    font-size: 20px;
}

/* ================= testmonialSlider ============= */
#testmonialSlider img {
    width: 100px;
    height: 100px;
    border-radius: 10px;
    object-fit: cover;
    border: 2px solid #28a8af;
}

#googleMap {
    width: 100%;
    height: 400px;
}

#testmonialSlider .swiper-pagination {
    position: relative;
    text-align: center;
    transition: .3s opacity;
    transform: translate3d(0, 0, 0);
    z-index: 10;
    margin-top: 20px;
    margin-bottom: 40px;
}

#testmonialSlider .swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer;
    width: 15px;
    height: 15px;
}

#testmonialSlider .swiper-pagination-bullet-active {
    opacity: var(--swiper-pagination-bullet-opacity, 1);
    background: #000000;
}

#testmonialSlider img {
    width: 65px;
    height: 65px;
    border-radius: 50px;
    object-fit: cover;
    border: 1px solid #d6d6d6;
}

#testmonialSlider .user-comment {
    border-radius: 21px;
    border: 1px solid #26a5af;
    padding: 16px;
}

#testmonialSlider .swiper-button-prev,
#testmonialSlider.swiper-rtl .swiper-button-next {
    position: relative;
    background-color: #26a5af;
    width: 35px;
    height: 35px;
    color: #fff;
    color: #fff;
    border-radius: 10px;
    right: 0;
    left: 0;
    margin: 0;
}

#testmonialSlider .swiper-button-prev {
    margin-inline: 10px;
}

#testmonialSlider .swiper-button-prev:after,
#testmonialSlider.swiper-rtl .swiper-button-next:after {
    font-size: 20px;
}

#testmonialSlider .slider-nav {
    display: flex;
    direction: ltr;

    justify-content: center;
    margin-top: 25px;

}

#testmonialSlider p {
    font-size: 14px;
}

/* =================== footer ============ */
.fa-tiktok:before {
    content: "\e07b";
}

footer {
    background-color: #222;
}

footer a {
    color: #fff;
    margin-bottom: 10px;
    display: block;
}

.social a:hover {
    color: #333
}

.social a {
    color: #28a8af;
}

footer .social a,
.social a {
    display: inline-block;
    border: 1px solid #28a8af;
    text-align: center;
    width: 30px;
    height: 30px;
    border-radius: 5px;
    line-height: 1.8;
    margin-inline-end: 4px;
}

footer .social a {

    border: none;
    background: #ffffff36;
    color: #28a8af;
}

footer .social a:hover {
    border-radius: 10px 0;
    color: #fff;
}

footer .accordion-button {
    padding: 0;
    background: transparent;
}

.accordion-button:not(.collapsed) {
    color: #26a5af;
    background-color: transparent;
    box-shadow: none;
}


/* =================== product details ================= */

#productDetailsSlider img {
    border-radius: 15px;
    box-shadow: 0px 0px 10px #bbafaf29;
    height: 400px;
    width: 100%;
    margin: auto;
    object-fit: cover;
}

.snippet input {
    text-align-last: center;
    padding: 0;
    height: 30px;
    width: 40px;
    background: transparent;
    border: none;
}

.snippet {
    color: #606060;
    background-color: #ffffff !important;
    border-color: #ffffff;
    border: 1px solid #28a8af;
    display: flex;
    border-radius: 5px;
    width: fit-content;
    direction: ltr;
}

.snippet input[type="number"] {
    border-right: 1px solid #28a8af;
    border-radius: 0;
    border-left: 1px solid #28a8af;
    padding: 0;
    padding-left: 10px;
}

.snippet input:focus {
    outline: none;
}

#product-details-Slider2 .swiper-slide {
    height: 400px;
    width: 100%;



}

#product-details-Slider .swiper-slide img {
    border-radius: 15px;
    box-shadow: 0px 0px 10px #bbafaf29;
    overflow: hidden;
    object-fit: cover;
}

#product-details-Slider2 .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 15px;
    box-shadow: 0px 0px 10px #bbafaf29;
}

#product-details-Slider2 .swiper-button-prev,
#product-details-Slider2 .swiper-button-next {
    color: #28A8AF;
}

.sold-together .btn-outline-primary,
.sizes .btn-outline-primary,
.images .btn-outline-primary {
    color: #28a8af;
    border-color: #28a8af;
}

.sizes .btn-outline-primary:hover,
.sizes .btn-check:checked+.btn-outline-primary,
.sizes .btn-check:active+.btn-outline-primary,
.sizes .btn-check:checked+.btn-outline-primary p.text-dark,
.images .btn-outline-primary:hover,
.images .btn-check:checked+.btn-outline-primary,
.images .btn-check:active+.btn-outline-primary,
.images .btn-check:checked+.btn-outline-primary p.text-dark,
.sold-together .btn-outline-primary:hover,
.sold-together .btn-check:checked+.btn-outline-primary,
.sold-together .btn-check:active+.btn-outline-primary,
.sold-together .btn-check:checked+.btn-outline-primary p.text-dark {
    color: #fff !important;
    background-color: #28a8af;
    border-color: #28a8af;
    font-weight: 700;
}

.sizes .btn-check:checked+.btn-outline-primary:focus,
.sizes .btn-check:focus+.btn-outline-primary,
.images .btn-check:checked+.btn-outline-primary:focus,
.images .btn-check:focus+.btn-outline-primary,
.sold-together .btn-check:checked+.btn-outline-primary:focus,
.sold-together .btn-check:focus+.btn-outline-primary {
    box-shadow: none;
}

.images .btn img {
    height: 50px;
    width: 100%;
    object-fit: cover;
}

.dropdown .form-select:focus {
    border-color: #28A8AF;
    outline: 0;
    box-shadow: none;
    color: #26a5af;
}

.colors .btn-check:checked+.btn:before {
    content: "\f00c";
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
    position: absolute;
    right: 0;
    left: 0;
    margin: auto;
    top: 0;
    bottom: 0;
    font-size: 15px;
    text-align: center;
}

.btn-group.colors .btn {
    width: 25px !important;
    height: 25px;
    border-radius: 50%;
    margin-inline: 10px;
    position: relative;
}

.sold-together img,
.second-sold-together img {
    width: auto;
    height: 100px;
    object-fit: cover;
    border-radius: 10px;
}

.progress {
    height: 8px;
}

.progress-bar {
    background-color: #28a8af;
    width: 40%;
}

.together-total {
    background: #d4eeef;
    display: inline-block;
    padding: 10px 20px;
    border-radius: 5px;
}

.second-together-total {
    background: transparent;
    display: inline-block;
    padding: 10px 20px;
    border-radius: 5px;
    border: 2px solid #28A8AF;
    color: #28a8af;
}

input {
    accent-color: #28a8af;
}

/* ==================== timer ================ */
.flipdown .rotor-group:nth-child(n+2):nth-child(-n+3):after,
.flipdown .rotor-group:nth-child(n+2):nth-child(-n+3):before,
.flipdown .rotor-group:nth-child(n+2):nth-child(-n+3):before,
.flipdown .rotor-group:nth-child(n+2):nth-child(-n+3):after {
    display: none;
}

.flipdown.flipdown__theme-dark {

    display: flex;
    justify-content: space-between;
    width: 100%;
}

.timer1 .count,
.timer .count {
    background: #d4eeef;
    font-size: 20px;
    width: 70px;
    height: 70px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-radius: 10px;
    box-shadow: 0px 0px 10px 2px #28a8af63;
    text-align: center;
}

.flipdown.flipdown__theme-dark .rotor:after {
    border-top: solid 1px #ffffff;
}

.flipdown.flipdown__theme-dark .rotor-bottom,
.flipdown.flipdown__theme-dark .rotor-leaf-rear,
.flipdown.flipdown__theme-dark .rotor,
.flipdown.flipdown__theme-dark .rotor-top,
.flipdown.flipdown__theme-dark .rotor-leaf-front {
    color: #000000 !important;
    background-color: #d4eeef;
}

.flipdown .rotor-group {

    padding-right: 0px;
    margin: auto;
}

.fixed-bar img {
    width: 50px;
    border-radius: 5px;
    height: 44px;
    object-fit: cover;
}

.timer.timer5 .count span:first-of-type {
    display: block;
    width: 70px;
    height: 70px;
    color: #28a8af;
    line-height: 70px;
    text-align: center;
    border: 4px solid #28a8af;
    border-radius: 50%;
    margin-bottom: 15px;
    margin-inline: auto;

}

.timer3 .count {
    background: #28a8af;
    color: #fff;
}

.timer5 .count {
    background-color: transparent;
    box-shadow: none
}

.timer2 .count span:last-of-type {
    border-top: 1px solid #bfbfbf;
    margin-top: 0;

}

/* ==================== checkout ================== */

.form-label {
    color: #28a8af;
    margin-bottom: 15px;
    font-weight: 700;
}

.summary,
.tax {
    border-bottom: 2px solid #28a8af;
}

.summary .order {
    border-bottom: 1px solid #eee;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

.summary .order:last-child {
    border-bottom: none;
    margin-bottom: 0px;
}

.form-check-input:checked {
    background-color: #28a8af;
    border-color: #28a8af;
}

.form-check-input:focus {
    border-color: transparent;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgb(212 238 239);
}

.fixed-bar {
    height: 50px;
    width: 100%;
    position: fixed;
    background: #28a8af;
    bottom: 0;
    z-index: 999;
}

.categories_grid .category .category-name {
    position: absolute;
    bottom: 0;
    background: #37adb42e;
    width: 100%;
    bottom: 0px;
    top: 0;
    display: flex;
    justify-self: center;
    align-items: center;
}

.categories_grid .category .category-name h6 {
    width: 100%;
}

.whatsApp-msgs {
    position: fixed;
    bottom: 60px;
    z-index: 999;
    width: 50px;
    left: 25px;
    background: #fff;
    border-radius: 50%;
    padding: 10px;
    height: 50px;
    box-shadow: -1px 0px 10px #28a8af73;
}

/* ================== review =============== */
.review img {
    width: 50px;
    height: 50px;
    margin-inline-end: 5px;
    border-radius: 5px;
    border: 1px solid #d6d6d6;
    margin-bottom: 5px;
}

.review a {
    cursor: pointer;
}

.review i {
    color: #EDE149
}

::-webkit-file-upload-button {
    display: none;
}

form .review-img i {
    position: absolute;
    left: 30px;
    top: 53px;
    font-size: 25px;
    color: #2caab1;
}

#rateBox .icon {
    width: 25px;
    height: 25px;
}

#rateBox .rate_text {
    font-size: 20px !important;
    margin-inline: 25px;
}

.accordion-button:focus {
    border-color: transparent;
    box-shadow: none;
}

.accordion-button:not(.collapsed)::after,
.accordion-button::after {

    filter: invert(53%) sepia(82%) saturate(403%) hue-rotate(134deg) brightness(90%) contrast(86%);
}

.lang .dropdown-menu {
    border: none;
    box-shadow: 0px 0px 10px 0px #cecece8a;
    border-radius: 10px;
}

.lang .dropdown-menu .dropdown-item {
    border-bottom: 1px solid #eee;
}

.lang .dropdown-menu li:last-child .dropdown-item {
    border-bottom: none;
}

.dropdown-filter {
    box-shadow: 0px 0px 10px #eee;
    border-radius: 10px;
}

.dropdown-filter li {
    border-bottom: 1px solid #eee;
}

.dropdown-filter li:last-child {
    border-bottom: none;
}

#quick-checkout .col-lg-7 {
    padding-block: 25px;
    box-shadow: 0px 0px 20px 0px #cecece8a;
    padding-inline: 20px;
}

/* #productDetailsSlider,
#product-details-Slider2 {
    position: sticky;
    display: block;
    top: 0;
} */
footer .accordion-button:before {
    content: "";
    background-color: #fff;
    width: 50px;
    height: 3px;
    right: 0;
    position: absolute;
    bottom: -10px;
}

footer .accordion-button {
    padding: 0;
    background: transparent;
    padding-bottom: 5px;
    margin-bottom: 20px;
}

#productDetailsSlider,
.product-details-Slider2 {
    position: sticky;
    top: 0;
}

.product:hover .overlay-img {
    opacity: 1;
}

#scroll-top {
    position: fixed;
    background: #2caab1;
    border-radius: 5px;
    right: 20px;
    bottom: 50px;
}

/* Style the list */
ul.breadcrumb {
    padding: 10px 16px;
    list-style: none;
    /* justify-content: end; */

}

/* Display list items side by side */
ul.breadcrumb li {
    display: inline;
    font-size: 15px;
}

/* Add a slash symbol (/) before/behind each list item */
ul.breadcrumb li+li:before {
    padding: 8px;
    color: black;
    content: "/\00a0";
}

/* Add a color to all links inside the list */
ul.breadcrumb li a {
    color: #26a5af;
    text-decoration: none;
}

/* Add a color on mouse-over */
ul.breadcrumb li a:hover {
    color: #26a5af;
    text-decoration: underline;
}

#categoriesSlider2 .category img {
    height: 250px;
}

.bar-3 {
    background-color: transparent;
}

.bar-2 {
    background: #28a8af7d;
}

.bar-3 .btn,
.bar-2 .btn {
    background-color: #28A8AF !important;
    color: #fff !important;
}

.bar-2 {
    color: #333 !important
}

.swiper-slide-thumb-active img {
    border: 3px solid #28A8AF;
    padding: 6px !important;
}

.flipdown .rotor {
    font-size: 40px;
    width: 30px;
}

.flipdown .rotor-leaf-front,
.flipdown .rotor-leaf-rear,
.flipdown .rotor-top,
.flipdown .rotor-bottom,
.flipdown .rotor-leaf {
    width: 35px;
}

#questionsAccordion .accordion-button {
    background-color: #333;

}

#questionsAccordion .accordion-button.collapsed {
    background-color: #eee;
    color: #333;
}

#questionsAccordion .accordion-item {
    border: 1px solid #eee;
}

.pagination .page-link {
    border: none;
    margin: 0 10px;
    border-radius: 5px;
    color: #26a5af;
    border: 1px solid #26a5af;
}

.pagination .page-item.active .page-link {
    background: #26a5af;
    border-radius: 5px;
    color: #fff;
    border: 1px solid #26a5af;
}

.pagination .page-link:focus {
    box-shadow: none;
}

.pagination .page-link:hover {
    background-color: rgb(40 168 175 / 20%);
}

/* =================================
     media
  ==================================== */
@media (min-width: 991.99px) {
    .categories_grid .category {
        height: 250px;
    }

}

@media (max-width: 991.99px) {
    #scroll-top {

        bottom: 60px;
    }

    .first-sold-together .products-img li img {
        width: 50px;
        height: 50px;
        margin-inline: 10px;
    }

    .snippet input[type="number"] {

        padding-left: 0 !important;
    }

    #productsSlider .product img,
    .grid-products .product img {
        height: 125px;
    }

    #categoriesSlider .category img,
    #categoriesSlider2 .category img,
    .categories_grid .category img {
        width: 100%;
        height: 180px;
        object-fit: cover;
    }

    .sale span {
        font-size: 11px;
    }

    .price span.default-color {
        font-size: 15px !important;
    }

    .price span.text-decoration-line-through {
        font-size: 11px;
    }

    .product a.default-btn {
        line-height: 3;
        font-size: 11px;
        letter-spacing: 0;
    }

    .product a.default-btn i {
        margin-inline-end: 4px
    }
}

@media (min-width: 768.99px) {
    footer .accordion-button::after {
        background-image: none;
    }

}

@media (max-width: 768px) {

    #searchBox {
        display: none;
        width: 100%;
        margin: auto;
    }

    .second-sold-together .col-12 {
        border-bottom: 1px solid #9a9a9a4a;
    }

    .second-sold-together .col-12:last-child {
        border-bottom: none;
    }

    .second-sold-together img {
        width: 50px;
        height: 50px;

    }

    .second-sold-together p {
        font-size: 13px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        line-clamp: 1;
        -webkit-box-orient: vertical;
        margin-bottom: 7px;
    }

    .second-sold-together span {
        font-size: 14px;
    }


    .timer5 .count {
        width: 50px;
        height: 50px;
    }

    .timer5 .count span:first-of-type {
        width: 50px !important;
        height: 50px !important;

        line-height: 2 !important;

    }

    .timer5 .count span:last-child {
        font-size: 15px;
    }

    .snippet {
        margin-inline: auto;
    }

    .timer1 .count,
    .timer2 .count,
    .timer3 .count {

        font-size: 15px;
        width: 60px;
        height: 60px;
    }

    #product-details-Slider2 .swiper-slide {
        height: 300px;
    }

    nav .cart-lang {
        position: absolute;
        left: 50px;
        top: 13px;
    }

    nav.navbar {
        position: relative;
    }

    .logo {
        width: 50px;
    }

    #mainSlider img {
        height: 300px;
    }

    #mainSlider .swiper-pagination {
        position: absolute;
        width: auto;
        bottom: 20px;
        left: 50px;
    }

    .banners img {
        height: 150px;
    }

    .accordion-button::after {
        filter: invert(1);
    }

    .accordion-button:not(.collapsed)::after {
        filter: invert(100%) sepia(70%) saturate(76%) hue-rotate(180deg) brightness(100%) contrast(68%);
    }

    #productDetailsSlider img {
        height: 300px;
    }



    .product .fs-4 {
        font-size: 15px !important;
    }

    #mainSlider .slide-caption {

        width: 90%;


    }

    #categoriesSlider .category img {
        height: 200px;
    }
}