@charset "UTF-8";
/*
@File: Patoi Template Styles

* This file contains the styling for the actual template, this
is the file you need to edit to change the look of the
template.

This files table contents are outlined below>>>>>

*******************************************
*******************************************

** - Default CSS
** - Header Area CSS
** - Main Banner Area CSS
** - Offer Area CSS
** - About Area CSS
** - Team Area CSS
** - Categories Area CSS
** - Products Area CSS
** - Products Details Area CSS
** - Brands Area CSS
** - Partners Area CSS
** - Facility Area CSS
** - Blog Area CSS
** - Blog Details Area CSS
** - Feedback Area CSS
** - Page Title Area CSS
** - FAQ Area CSS
** - Profile Authentication Area CSS
** - Order Tracking Area CSS
** - Contact Area CSS
** - Pagination Area CSS
** - Widget Area CSS
** - Terms & Condtions Area CSS
** - Privacy Policy Area CSS
** - Not Found Area CSS
** - Cart Area CSS
** - Checkout Area CSS
** - Wishlist Area CSS
** - Footer Area CSS CSS
** - Go Top CSS
** - Modal CSS
*/
/*================================================
Default CSS
=================================================*/
@import url("../../../../css2");
@import url("../../../../css2-1");
@import url("../../../../css2-2");
@import url(header.css);
@import url(footer.css);
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Red+Hat+Display:ital,wght@0,300..900;1,300..900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
:root {
    --fontFamily: "Red Hat Display", sans-serif;
    --headingFontFamily: "Red Hat Display", sans-serif;
    --extraFontFamily: "Red Hat Display", sans-serif;
    --primaryColor: #1F90CF;
    --secondaryColor: #1F90CF;
    --whiteColor: #ffffff;
    --blackColor: #2a2b39;
    --transition: .5s;
    --fontSize: 16px;
}

body {
    margin: 0;
    padding: 0;
    color: var(--blackColor);
    font-size: var(--fontSize);
    font-family: var(--fontFamily);
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    color: var(--blackColor);
    font-weight: 700;
    font-family: var(--headingFontFamily);
}

a {
    transition: var(--transition);
    color: var(--blackColor);
    text-decoration: none;
    outline: 0 !important;
}

a:hover {
    color: var(--primaryColor);
    text-decoration: none;
}

:focus {
    outline: 0 !important;
}

.d-table {
    width: 100%;
    height: 100%;
}

.d-table-cell {
    vertical-align: middle;
}

img {
    max-width: 100%;
    height: auto;
}

p {
    color: var(--secondaryColor);
    font-size: var(--fontSize);
    margin-bottom: 15px;
    line-height: 1.7;
}

p:last-child {
    margin-bottom: 0;
}

.ptb-100 {
    padding-top: 70px;
    padding-bottom: 100px;
}

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

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

.ptb-75 {
    padding-top: 75px;
    padding-bottom: 75px;
}

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

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

/*section-title*/
.section-title {
    text-align: center;
    margin-bottom: 50px;
    margin-top: -6px;
}

.section-title h2 {
    margin-bottom: 0;
    font-size: 35px;
}

/*default-btn*/
.default-btn {
    border: 0;
    z-index: 1;
    overflow: hidden;
    position: relative;
    padding: 11px 30px;
    border-radius: 5px;
    letter-spacing: 0.5px;
    display: inline-block;
    color: var(--whiteColor);
    transition: var(--transition);
    background-color: var(--primaryColor);
    font-size: 13px;
    font-family: var(--headingFontFamily);
}

.default-btn::before {
    top: 0;
    left: 0;
    height: 0;
    content: "";
    z-index: -1;
    width: 25.25%;
    position: absolute;
    transition: 0.5s ease-in-out;
    background-color: #1F90CF;
}

.default-btn::after {
    top: 0;
    left: 50%;
    height: 0;
    content: "";
    z-index: -1;
    width: 25.25%;
    position: absolute;
    transition: 0.5s ease-in-out;
    background-color: #1F90CF;
}

.default-btn span {
    display: block;
    font-weight: 800;
}

.default-btn span::before {
    bottom: 0;
    height: 0;
    left: 25%;
    content: "";
    z-index: -1;
    width: 25.25%;
    position: absolute;
    transition: 0.5s ease-in-out;
    background-color: #1F90CF;
}

.default-btn span::after {
    bottom: 0;
    left: 75%;
    height: 0;
    content: "";
    z-index: -1;
    width: 25.25%;
    position: absolute;
    transition: 0.5s ease-in-out;
    background-color: #1F90CF;
}

.default-btn:hover {
    color: var(--whiteColor);
    background-color: var(--primaryColor);
}

.default-btn:hover::before, .default-btn:hover::after {
    height: 100%;
}

.default-btn:hover span::before, .default-btn:hover span::after {
    height: 100%;
}

/*form-control*/
.form-control {
    height: 48px;
    border-radius: 5px;
    color: var(--blackColor);
    font-size: var(--fontSize);
    border: 1px solid #eeeeee;
    box-shadow: unset !important;
    padding-left: 15px;
    padding-right: 15px;
}

.form-control:focus {
    border-color: #d5cccc;
}

textarea.form-control {
    padding-top: 15px;
    min-height: auto;
    height: auto;
}

/*================================================
Header Area CSS
=================================================*/
/*================================================
Main Banner Area CSS
=================================================*/
.main-banner-area {
    padding-top: 10px;
    background-color: #cdebfc;
    background-image: url(../img/banner/banner-bg.jpg);
    background-position: left bottom;
    background-repeat: no-repeat;
    background-size: cover;
}

.main-banner-area .container-fluid {
    max-width: 1360px;
}

.main-banner-content .sub-title {
    display: block;
    margin-bottom: 10px;
    font-family: var(--headingFontFamily);
}

.main-banner-content h1 {
    margin-bottom: 15px;
    letter-spacing: 2px;
    font-family: var(--extraFontFamily);
    font-size: 75px;
}

.main-banner-content p {
    font-family: var(--headingFontFamily);
    color: var(--blackColor);
}

.main-banner-content .default-btn {
    margin-top: 10px;
}

.main-banner-image {
    text-align: center;
    position: relative;
}

.main-banner-image img:nth-child(2) {
    left: -225px;
    bottom: 10px;
    position: absolute;
    animation: moveleftbounce 5s linear infinite;
}

.main-banner-image img:nth-child(3) {
    animation: movebounce 5s linear infinite;
    position: absolute;
    top: 190px;
    right: 0;
}

.banner-content {
    position: relative;
}

.banner-content .content {
    transform: translateY(-50%);
    position: absolute;
    margin-top: -20px;
    max-width: 540px;
    left: 50px;
    top: 50%;
}

.banner-content .content h1 {
    color: var(--whiteColor);
    letter-spacing: 2px;
    margin-bottom: 15px;
    font-size: 75px;
    font-family: var(--extraFontFamily);
}

.banner-content .content h1 span {
    display: block;
    font-size: 30px;
}

.banner-content .content p {
    color: var(--whiteColor);
    letter-spacing: 1px;
    font-size: 18px;
    font-family: var(--headingFontFamily);
}

.banner-content .content .default-btn {
    margin-top: 10px;
    color: var(--whiteColor);
    background-color: var(--blackColor);
}

.banner-content .content .default-btn::before {
    background-color: var(--whiteColor);
}

.banner-content .content .default-btn::after {
    background-color: var(--whiteColor);
}

.banner-content .content .default-btn span::before {
    background-color: var(--whiteColor);
}

.banner-content .content .default-btn span::after {
    background-color: var(--whiteColor);
}

.banner-content .content .default-btn:hover {
    color: var(--blackColor);
    background-color: var(--blackColor);
}

.banner-image a {
    margin-bottom: 25px;
    overflow: hidden;
    display: block;
}

.banner-image a img {
    transition: var(--transition);
}

.banner-image a:last-child {
    margin-bottom: 0;
}

.banner-image a:hover img {
    transform: scale(1.05);
}

.banner-slides.owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: 0;
}

.banner-slides.owl-theme .owl-dots {
    position: absolute;
    bottom: 30px;
    left: 50px;
}

.banner-slides.owl-theme .owl-dots .owl-dot span {
    width: 15px;
    height: 15px;
    margin: 0 4px;
    position: relative;
    border-radius: 50%;
    background: transparent;
    transition: var(--transition);
    border: 1px solid transparent;
}

.banner-slides.owl-theme .owl-dots .owl-dot span::before {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    margin: 3px;
    position: absolute;
    border-radius: 50%;
    background-color: var(--whiteColor);
}

.banner-slides.owl-theme .owl-dots .owl-dot.active span, .banner-slides.owl-theme .owl-dots .owl-dot:hover span {
    border-color: var(--whiteColor);
}

.banner-slides.owl-theme .owl-dots .owl-dot:first-child {
    margin-left: 0;
}

.banner-slides.owl-theme .owl-dots .owl-dot:last-child {
    margin-right: 0;
}

.banner-item {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 150px;
    padding-bottom: 150px;
    height: 64rem;
    margin-top: 12rem;
    margin-bottom: 12rem;
}

/* .banner-item.bg1 {

} */
/* .banner-item.bg2 {
  background-image: url(../img/banner/banner10.jpg);
}
.banner-item.bg3 {
  background-image: url(../img/banner/banner11.jpg);
} */

.banner-item-content {
    max-width: 610px;
}

.banner-item-content .sub-title {
    display: block;
    font-size: 2rem;
    margin-bottom: 10px;
    color: var(--whiteColor);
    font-family: var(--headingFontFamily);
    font-weight: 900;
}


.banner-item-content h1 {
    font-size: 70px;
    margin-bottom: 15px;
    color: var(--whiteColor);
    line-height: 1;
    font-family: var(--headingFontFamily);
}


.banner-item-content .price {
    color: var(--whiteColor);
}

.banner-item-content .price span {
    display: block;
    font-size: 48px;
    font-family: var(--headingFontFamily);
}

.banner-item-content .default-btn {
    margin-top: 15px;
    display:none;
}

.home-slides .owl-nav {
    margin-top: 0;
}

.home-slides .owl-nav [class*=owl-] {
    background: var(--whiteColor) !important;
    color: var(--blackColor) !important;
    transition: var(--transition);
    transform: translateY(-50%);
    font-size: 28px !important;
    border-radius: 50%;
    position: absolute;
    height: 40px;
    width: 40px;
    left: 25px;
    margin: 0;
    top: 50%;
}

.home-slides .owl-nav [class*=owl-] i {
    transform: translateY(-50%);
    position: absolute;
    margin-top: 0.5px;
    top: 50%;
    right: 0;
    left: 0;
}

.home-slides .owl-nav [class*=owl-].owl-next {
    left: auto;
    right: 25px;
}

.home-slides .owl-nav [class*=owl-]:hover {
    background-color: var(--primaryColor) !important;
    border-color: var(--primaryColor) !important;
    color: var(--whiteColor) !important;
}

@keyframes moveleftbounce {
    0% {
        transform: translateX(0px);
    }
    50% {
        transform: translateX(20px);
    }
    100% {
        transform: translateX(0px);
    }
}

@keyframes movebounce {
    0% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(20px);
    }
    100% {
        transform: translateY(0px);
    }
}

@keyframes border-transform {
    0%, 100% {
        border-radius: 63% 37% 54% 46%/55% 48% 52% 45%;
    }
    14% {
        border-radius: 40% 60% 54% 46%/49% 60% 40% 51%;
    }
    28% {
        border-radius: 54% 46% 38% 62%/49% 70% 30% 51%;
    }
    42% {
        border-radius: 61% 39% 55% 45%/61% 38% 62% 39%;
    }
    56% {
        border-radius: 61% 39% 67% 33%/70% 50% 50% 30%;
    }
    70% {
        border-radius: 50% 50% 34% 66%/56% 68% 32% 44%;
    }
    84% {
        border-radius: 46% 54% 50% 50%/35% 61% 39% 65%;
    }
}

/*================================================
Offer Area CSS
=================================================*/
.single-offer-box {
    margin-bottom: 25px;
    overflow: hidden;
}

.single-offer-box img {
    transition: var(--transition);
}

.single-offer-box:hover img {
    transform: scale(1.05);
}

.offer-box {
    padding: 30px;
    background-color: #f6f7fb;
}

.offer-box .content h3 {
    margin-bottom: 7px;
    font-size: 18px;
}

.offer-box .content .price {
    font-family: var(--headingFontFamily);
    color: var(--blackColor);
    font-size: 13px;
}

.offer-box .content .rating {
    margin-top: 5px;
    margin-bottom: 7px;
}

.offer-box .content .rating i {
    color: #facb11;
}

.offer-box .content .discount {
    color: var(--primaryColor);
}

.offer-box .content .counter-class {
    margin-top: 21px;
    margin-bottom: 21px;
}

.offer-box .content .counter-class div {
    width: 60px;
    height: 60px;
    padding-top: 9px;
    margin-right: 5px;
    text-align: center;
    border-radius: 5px;
    display: inline-block;
    color: var(--blackColor);
    background-color: #facb11;
    font-weight: 600;
    font-size: 13px;
}

.offer-box .content .counter-class div span {
    display: block;
    font-size: 17px;
    font-family: var(--headingFontFamily);
}

.offer-box .content .counter-class div:last-child {
    margin-right: 0;
}

.offer-item {
    padding: 55px;
    text-align: center;
    margin-bottom: 25px;
    background-color: #f6f7fb;
}

.offer-item img {
    margin-bottom: 30px;
}

.offer-item h3 {
    margin-bottom: 10px;
    font-size: 18px;
}

.offer-item .price {
    font-family: var(--headingFontFamily);
    color: var(--blackColor);
    font-size: 13px;
}

.offer-item p {
    max-width: 350px;
    margin-left: auto;
    margin-right: auto;
}

.offer-item .discount {
    color: var(--primaryColor);
}

.offer-item .rating {
    font-size: 17px;
    margin-top: 8px;
    margin-bottom: 10px;
}

.offer-item .rating i {
    color: #facb11;
}

.offer-item .counter-class {
    margin-top: 25px;
    margin-bottom: 30px;
}

.offer-item .counter-class div {
    width: 60px;
    height: 60px;
    padding-top: 9px;
    margin-right: 5px;
    text-align: center;
    border-radius: 5px;
    display: inline-block;
    color: var(--blackColor);
    background-color: #facb11;
    font-weight: 600;
    font-size: 13px;
}

.offer-item .counter-class div span {
    display: block;
    font-size: 17px;
    font-family: var(--headingFontFamily);
}

.offer-item .counter-class div:last-child {
    margin-right: 0;
}

/*================================================
About Area CSS
=================================================*/
.about-image {
    text-align: center;
}

.about-content {
    text-align: center;
    padding-left: 15px;
    padding-right: 15px;
}

.about-content h2 {
    margin-bottom: 20px;
    font-size: 35px;
}

.about-content p {
    color: var(--blackColor);
    font-size: 18px;
    font-family: var(--headingFontFamily);
}

.about-content .default-btn {
    margin-top: 10px;
}

.about-text {
    text-align: center;
    padding-left: 15px;
    padding-right: 15px;
}

.about-text h2 {
    margin-bottom: 20px;
    font-size: 35px;
}

.about-text span {
    color: var(--blackColor);
    margin-bottom: 15px;
    display: block;
    font-size: 16px;
    font-family: var(--headingFontFamily);
}

/*================================================
Team Area CSS
=================================================*/
.single-team-member {
    margin-bottom: 25px;
}

.single-team-member img {
    margin-bottom: 20px;
}

.single-team-member h3 {
    margin-bottom: 8px;
    font-size: 19px;
}

.single-team-member span {
    display: block;
    color: var(--primaryColor);
    font-size: 15px;
    font-weight: 600;
}

/*================================================
Categories Area CSS
=================================================*/
.categories-area .section-title {
    margin-bottom: 40px;
}

.categories-area .single-categories-box {
    margin-top: 10px;
}

.categories-area .categories-box {
    margin-top: 10px;
}

.single-categories-box {
    background-color: var(--whiteColor);
    box-shadow: 0 0 10px #eeeeee;
    padding: 10px 10px 15px;
    margin-bottom: 25px;
    text-align: center;
}

.single-categories-box img {
    margin-bottom: 15px;
    transition: var(--transition);
}

.single-categories-box h3 {
    font-size: 18px;
    margin-bottom: 0;
}

.single-categories-box span {
    display: block;
    margin-top: 8px;
    color: var(--secondaryColor);
}

.single-categories-box:hover img {
    opacity: 0.8;
}

.categories-box {
    margin-bottom: 25px;
    text-align: center;
}

.categories-box img {
    margin-bottom: 15px;
    animation: border-transform 10s linear infinite alternate forwards;
}

.categories-box h3 {
    font-size: 18px;
    margin-bottom: 0;
}

.categories-box span {
    display: block;
    margin-top: 8px;
    color: var(--secondaryColor);
}

.categories-slides .owl-stage-outer {
    margin-left: -10px;
    margin-right: -10px;
    padding-left: 10px;
    padding-right: 10px;
}

.categories-slides .owl-nav {
    margin-top: 0;
}

.categories-slides .owl-nav [class*=owl-] {
    border: 1px solid #eeeeee !important;
    color: var(--blackColor) !important;
    background: transparent !important;
    transition: var(--transition);
    transform: translateY(-50%);
    font-size: 22px !important;
    border-radius: 50%;
    position: absolute;
    height: 30px;
    width: 30px;
    left: -50px;
    margin: 0;
    top: 50%;
}

.categories-slides .owl-nav [class*=owl-] i {
    transform: translateY(-50%);
    position: absolute;
    margin-top: 1px;
    top: 50%;
    right: 0;
    left: 0;
}

.categories-slides .owl-nav [class*=owl-].owl-next {
    left: auto;
    right: -50px;
}

.categories-slides .owl-nav [class*=owl-]:hover {
    background-color: var(--primaryColor) !important;
    border-color: var(--primaryColor) !important;
    color: var(--whiteColor) !important;
}

/*================================================
Products Area CSS
=================================================*/
.single-products-box {
    text-align: center;
    background-color: #fff;
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0 5px 19px rgb(179 179 179 / 38%);
    margin-bottom: 20px;
}

.single-products-box .image {
    position: relative;
    overflow: hidden;
}

.single-products-box .image img {
    transition: var(--transition);
}

.single-products-box .image .new {

    color: var(--whiteColor);
    position: absolute;
    padding: 2px 12px;
    right: 10px;
    top: 10px;
    font-size: 12px;
    font-weight: 600;
    width: 30rem;
    display: flex;
    justify-content: center;
}

.single-products-box .image .sold {
    background-color: #df2c23;
    color: var(--whiteColor);
    position: absolute;
    padding: 2px 12px;
    right: 10px;
    top: 10px;
    font-size: 12px;
    font-weight: 600;
}

.single-products-box .image .on-sale {
    background-color: green;
    color: var(--whiteColor);
    position: absolute;
    padding: 2px 12px;
    left: 10px;
    top: 10px;
    font-size: 12px;
    font-weight: 600;
}

.single-products-box .image .hot {
    background-color: #FBBF69;
    color: var(--whiteColor);
    position: absolute;
    padding: 2px 12px;
    left: 10px;
    top: 10px;
    font-size: 12px;
    font-weight: 600;
}

.single-products-box .image .products-button {
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    padding-left: 0;
    margin-bottom: 0;
    position: absolute;
    text-align: center;
    visibility: hidden;
    list-style-type: none;
    transition: var(--transition);
}

.single-products-box .image .products-button li {
    display: inline-block;
    margin-left: 3px;
    margin-right: 3px;
}

.single-products-box .image .products-button li a {
    width: 42px;
    height: 42px;
    display: block;
    font-size: 20px;
    position: relative;
    border-radius: 3px;
    border: 1px solid #eeeeee;
    background-color: var(--whiteColor);
}

.single-products-box .image .products-button li a i {
    left: 0;
    right: 0;
    top: 50%;
    position: absolute;
    transform: translateY(-50%);
}

.single-products-box .image .products-button li a:hover {
    background-color: var(--primaryColor);
    color: var(--whiteColor);
}

.single-products-box .content {
    margin-top: 20px;
}

.single-products-box .content h3 {
    margin-bottom: 12px;
    font-size: 18px;
}

.single-products-box .content .price {
    color: var(--blackColor);
    font-size: 13px;
}

.single-products-box .content .price .new-price {
    font-family: var(--headingFontFamily);
}

.single-products-box .content .price .old-price {
    color: var(--secondaryColor);
    text-decoration: line-through;
}

.single-products-box .content .rating {
    margin-top: 9px;
}

.single-products-box .content .rating i {
    color: #facb11;
}

.single-products-box:hover .image img {
    transform: scale(1.05);
}

.single-products-box:hover .image .products-button {
    opacity: 1;
    bottom: 20px;
    visibility: visible;
}

.products-slides .owl-nav {
    margin-top: 0;
}

.products-slides .owl-nav [class*=owl-] {
    border: 1px solid #eeeeee !important;
    color: var(--blackColor) !important;
    background: transparent !important;
    transition: var(--transition);
    transform: translateY(-50%);
    font-size: 22px !important;
    border-radius: 50%;
    position: absolute;
    height: 30px;
    width: 30px;
    left: -50px;
    margin: 0;
    top: 50%;
}

.products-slides .owl-nav [class*=owl-] i {
    transform: translateY(-50%);
    position: absolute;
    margin-top: 1px;
    top: 50%;
    right: 0;
    left: 0;
}

.products-slides .owl-nav [class*=owl-].owl-next {
    left: auto;
    right: -50px;
}

.products-slides .owl-nav [class*=owl-]:hover {
    background-color: var(--primaryColor) !important;
    border-color: var(--primaryColor) !important;
    color: var(--whiteColor) !important;
}

.products-ads-box {
    margin-bottom: 25px;
    overflow: hidden;
}

.products-ads-box img {
    transition: var(--transition);
}

.products-ads-box:hover img {
    transform: scale(1.05);
}

.patoi-grid-sorting {
    margin-bottom: 30px;
}

.patoi-grid-sorting .result-count p .count {
    font-weight: 600;
    color: var(--blackColor);
}

.patoi-grid-sorting .ordering {
    text-align: end;
}

.patoi-grid-sorting .ordering label {
    display: inline-block;
    color: var(--secondaryColor);
    margin-right: 5px;
    margin-bottom: 0;
}

.patoi-grid-sorting .ordering select {
    width: 215px;
    cursor: pointer;
    background: #f8f8f8;
    display: inline-block;
    border-color: #eeeeee;
    color: var(--blackColor);
    transition: var(--transition);
    padding: 0 0 0 5px;
    line-height: 45px;
    height: 45px;
    font-size: var(--fontSize);
    font-weight: 600;
}

.patoi-grid-sorting .ordering select:hover {
    border-color: var(--primaryColor);
    background-color: transparent;
}

.patoi-grid-sorting .sidebar-filter {
    font-weight: 600;
    margin-right: 15px;
    position: relative;
    border-right: 1.5px solid #eeeeee;
    padding-left: 20px;
    padding-right: 15px;
}

.patoi-grid-sorting .sidebar-filter i {
    left: 0;
    top: 4px;
    position: absolute;
}

/*================================================
Products Details Area CSS
=================================================*/
.products-details-thumbs-image .slick-slider {
    list-style-type: none;
    position: relative;
    padding: 0;
    margin: 0;
}

.products-details-thumbs-image .slick-dots {
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    list-style-type: none;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: -5px;
    margin-right: -5px;
}

.products-details-thumbs-image .slick-dots li {
    flex: 0 0 20%;
    display: block;
    max-width: 20%;
    position: relative;
    padding-top: 10px;
    padding-left: 5px;
    padding-right: 5px;
    display: none;
}

.products-details-thumbs-image .slick-dots li button {
    margin: 0;
    padding: 0;
    outline: 0;
    border: none;
    display: block;
    cursor: pointer;
}

.products-details-thumbs-image .slick-dots li img {
    transition: var(--transition);
}

.products-details-thumbs-image .slick-dots li:hover img, .products-details-thumbs-image .slick-dots li.slick-active img {
    opacity: 0.4;
}

.products-details-thumbs-image .slick-thumbs {
    display: none;
}

.products-details-desc {
    padding-left: 15px;
}

.products-details-desc h3 {
    letter-spacing: 0.5px;
    margin-bottom: 15px;
    font-size: 20px;
}

.products-details-desc .price {
    color: var(--blackColor);
    font-size: 13px;
}

.products-details-desc .price .new-price {
    font-family: var(--headingFontFamily);
}

.products-details-desc .price .old-price {
    color: var(--secondaryColor);
    text-decoration: line-through;
}

.products-details-desc .rating {
    margin-top: 12px;
    margin-bottom: 12px;
}

.products-details-desc .rating i {
    color: #facb11;
}

.products-details-desc .products-add-to-cart {
    display: flex;
    align-items: center;
    margin-top: 20px;
}

.products-details-desc .products-add-to-cart .input-counter {
    max-width: 150px;
    min-width: 150px;
    text-align: center;
    position: relative;
}

.products-details-desc .products-add-to-cart .input-counter span {
    top: 0;
    width: 40px;
    height: 100%;
    font-size: 15px;
    cursor: pointer;
    line-height: 50px;
    position: absolute;
    color: var(--secondaryColor);
    background-color: transparent;
    transition: var(--transition);
}

.products-details-desc .products-add-to-cart .input-counter span.minus-btn {
    left: 0;
    border-right: 1px solid #eeeeee;
}

.products-details-desc .products-add-to-cart .input-counter span.plus-btn {
    right: 0;
    border-left: 1px solid #eeeeee;
}

.products-details-desc .products-add-to-cart .input-counter span:hover {
    color: var(--primaryColor);
}

.products-details-desc .products-add-to-cart .input-counter input {
    outline: 0;
    width: 100%;
    height: 45px;
    display: block;
    text-align: center;
    color: var(--blackColor);
    border: 1px solid #eeeeee;
    background-color: var(--whiteColor);
    font-size: 17px;
    font-weight: 600;
}

.products-details-desc .products-add-to-cart .input-counter input::-moz-placeholder {
    color: var(--blackColor);
}

.products-details-desc .products-add-to-cart .input-counter input::placeholder {
    color: var(--blackColor);
}

.products-details-desc .products-add-to-cart .default-btn {
    height: 45px;
    margin-left: 20px;
}

.products-details-desc .add-to-wishlist {
    display: inline-block;
    color: var(--secondaryColor);
    margin-top: 20px;
    margin-bottom: 20px;
}

.products-details-desc .add-to-wishlist i {
    width: 42px;
    height: 42px;
    font-size: 17px;
    line-height: 42px;
    text-align: center;
    margin-right: 8px;
    border: 1px solid #eeeeee;
    transition: var(--transition);
}

.products-details-desc .add-to-wishlist:hover {
    color: var(--primaryColor);
}

.products-details-desc .add-to-wishlist:hover i {
    background-color: var(--primaryColor);
    border-color: var(--primaryColor);
    color: var(--whiteColor);
}

.products-details-desc .products-info {
    padding-left: 0;
    margin-bottom: 0;
    list-style-type: none;
}

.products-details-desc .products-info li {
    font-size: 15px;
    margin-bottom: 10px;
    color: var(--secondaryColor);
}

.products-details-desc .products-info li span {
    color: var(--blackColor);
    font-weight: 600;
}

.products-details-desc .products-info li a {
    color: var(--secondaryColor);
}

.products-details-desc .products-info li a:hover {
    color: var(--primaryColor);
}

.products-details-desc .products-info li:last-child {
    margin-bottom: 0;
}

.products-details-desc .products-share {
    margin-top: 10px;
}

.products-details-desc .products-share .social {
    padding-left: 0;
    margin-bottom: 0;
    list-style-type: none;
}

.products-details-desc .products-share .social li {
    display: inline-block;
}

.products-details-desc .products-share .social li span {
    display: inline-block;
    position: relative;
    margin-right: 3px;
    font-weight: 600;
    top: -2px;
}

.products-details-desc .products-share .social li a {
    width: 35px;
    height: 35px;
    display: block;
    line-height: 35px;
    border-radius: 50%;
    color: var(--whiteColor);
    background-color: var(--primaryColor);
    border: 1px solid var(--primaryColor);
    text-align: center;
    margin-left: 2px;
    font-size: 18px;
}

.products-details-desc .products-share .social li a:hover {
    color: var(--primaryColor);
    background-color: transparent;
}

.products-details-desc .products-share .social li a.facebook {
    background-color: #3b5998;
    color: var(--whiteColor);
    border-color: #3b5998;
}

.products-details-desc .products-share .social li a.facebook:hover {
    color: #3b5998;
    background-color: transparent;
}

.products-details-desc .products-share .social li a.twitter {
    background-color: #1da1f2;
    color: var(--whiteColor);
    border-color: #1da1f2;
}

.products-details-desc .products-share .social li a.twitter:hover {
    color: #1da1f2;
    background-color: transparent;
}

.products-details-desc .products-share .social li a.linkedin {
    background-color: #007bb5;
    color: var(--whiteColor);
    border-color: #007bb5;
}

.products-details-desc .products-share .social li a.linkedin:hover {
    color: #007bb5;
    background-color: transparent;
}

.products-details-desc .products-share .social li a.instagram {
    background-color: #c13584;
    color: var(--whiteColor);
    border-color: #c13584;
}

.products-details-desc .products-share .social li a.instagram:hover {
    color: #c13584;
    background-color: transparent;
}

.products-details-tabs {
    margin-top: 50px;
}

.products-details-tabs .nav {
    display: block;
    padding-left: 0;
    margin-bottom: 30px;
    list-style-type: none;
    border-color: #eeeeee !important;
}

.products-details-tabs .nav .nav-item {
    display: inline-block;
    margin-right: 30px;
}

.products-details-tabs .nav .nav-item .nav-link {
    padding: 0;
    border: none;
    color: #cccccc;
    transition: var(--transition);
    border-bottom: 1px solid #eeeeee;
    background-color: transparent;
    padding-bottom: 8px;
    position: relative;
    font-size: 20px;
    font-weight: 700;
}

.products-details-tabs .nav .nav-item .nav-link::before {
    left: 0;
    width: 0;
    content: "";
    height: 3px;
    bottom: -2px;
    position: absolute;
    transition: var(--transition);
    background-color: var(--primaryColor);
}

.products-details-tabs .nav .nav-item .nav-link:hover, .products-details-tabs .nav .nav-item .nav-link.active {
    color: var(--blackColor);
}

.products-details-tabs .nav .nav-item .nav-link:hover::before, .products-details-tabs .nav .nav-item .nav-link.active::before {
    width: 100%;
}

.products-details-tabs .nav .nav-item:last-child {
    margin-right: 0;
}

.products-details-tabs .tab-content .tab-pane ul li {
    color: var(--secondaryColor);
    margin-bottom: 12px;
}

.products-details-tabs .tab-content .tab-pane ul li a {
    color: var(--primaryColor);
}

.products-details-tabs .tab-content .tab-pane ul li a:hover {
    text-decoration: underline;
}

.products-details-tabs .tab-content .tab-pane ul li:last-child {
    margin-bottom: 0;
}

.products-details-tabs .tab-content .tab-pane ol li {
    color: var(--secondaryColor);
    margin-bottom: 12px;
}

.products-details-tabs .tab-content .tab-pane ol li a {
    color: var(--primaryColor);
}

.products-details-tabs .tab-content .tab-pane ol li a:hover {
    text-decoration: underline;
}

.products-details-tabs .tab-content .tab-pane ol li:last-child {
    margin-bottom: 0;
}

.products-details-tabs .tab-content .tab-pane .products-review-comments {
    margin-top: 40px;
}

.products-details-tabs .tab-content .tab-pane .products-review-comments .user-review {
    position: relative;
    margin-bottom: 20px;
    padding: 0 0 20px 110px;
    border-bottom: 1px solid #eeeeee;
}

.products-details-tabs .tab-content .tab-pane .products-review-comments .user-review img {
    top: 0;
    left: 0;
    width: 90px;
    height: 90px;
    border-radius: 5px;
    position: absolute;
}

.products-details-tabs .tab-content .tab-pane .products-review-comments .user-review .sub-name {
    margin-bottom: 8px;
    font-weight: 600;
}

.products-details-tabs .tab-content .tab-pane .products-review-comments .user-review .review-rating {
    display: block;
    margin-bottom: 8px;
}

.products-details-tabs .tab-content .tab-pane .products-review-comments .user-review .review-rating .review-stars i {
    color: #cecfd2;
    display: inline-block;
}

.products-details-tabs .tab-content .tab-pane .products-review-comments .user-review .review-rating .review-stars i.checked {
    color: #1F90CF;
}

.products-details-tabs .tab-content .tab-pane .review-form-wrapper {
    margin-top: 30px;
}

.products-details-tabs .tab-content .tab-pane .review-form-wrapper h3 {
    margin-bottom: 10px;
    letter-spacing: 1px;
    font-size: 18px;
}

.products-details-tabs .tab-content .tab-pane .review-form-wrapper .comment-notes span {
    color: red;
}

.products-details-tabs .tab-content .tab-pane .review-form-wrapper form {
    margin-top: 20px;
}

.products-details-tabs .tab-content .tab-pane .review-form-wrapper form .form-group {
    margin-bottom: 25px;
    text-align: start;
}

.products-details-tabs .tab-content .tab-pane .review-form-wrapper form .rating {
    text-align: start;
    overflow: hidden;
    max-width: 115px;
    margin-top: -5px;
    margin-bottom: 25px;
}

.products-details-tabs .tab-content .tab-pane .review-form-wrapper form .rating label {
    width: 23px;
    height: 23px;
    float: right;
    cursor: pointer;
    position: relative;
}

.products-details-tabs .tab-content .tab-pane .review-form-wrapper form .rating label:not(:first-of-type) {
    padding-right: 5px;
}

.products-details-tabs .tab-content .tab-pane .review-form-wrapper form .rating label:before {
    transition: var(--transition);
    content: "★";
    color: #cccccc;
    font-size: 27px;
    line-height: 1;
}

.products-details-tabs .tab-content .tab-pane .review-form-wrapper form .rating input {
    display: none;
}

.products-details-tabs .tab-content .tab-pane .review-form-wrapper form .rating input:checked ~ label:before, .products-details-tabs .tab-content .tab-pane .review-form-wrapper form .rating:not(:checked) > label:hover:before, .products-details-tabs .tab-content .tab-pane .review-form-wrapper form .rating:not(:checked) > label:hover ~ label:before {
    color: #f6b500;
}

.products-details-tabs .tab-content .tab-pane .review-form-wrapper form .comment-form-cookies-consent {
    text-align: start;
    margin-bottom: 0;
}

.products-details-tabs .tab-content .tab-pane .review-form-wrapper form .comment-form-cookies-consent [type=checkbox]:checked, .products-details-tabs .tab-content .tab-pane .review-form-wrapper form .comment-form-cookies-consent [type=checkbox]:not(:checked) {
    display: none;
}

.products-details-tabs .tab-content .tab-pane .review-form-wrapper form .comment-form-cookies-consent [type=checkbox]:checked + label, .products-details-tabs .tab-content .tab-pane .review-form-wrapper form .comment-form-cookies-consent [type=checkbox]:not(:checked) + label {
    cursor: pointer;
    margin-bottom: 0;
    line-height: 20px;
    position: relative;
    padding-left: 28px;
    display: inline-block;
    color: var(--secondaryColor);
}

.products-details-tabs .tab-content .tab-pane .review-form-wrapper form .comment-form-cookies-consent [type=checkbox]:checked + label:before, .products-details-tabs .tab-content .tab-pane .review-form-wrapper form .comment-form-cookies-consent [type=checkbox]:not(:checked) + label:before {
    top: 0;
    left: 0;
    content: "";
    width: 19px;
    height: 19px;
    position: absolute;
    border-radius: 3px;
    transition: all 0.2s ease;
    border: 1px solid #dddddd;
    background: var(--whiteColor);
}

.products-details-tabs .tab-content .tab-pane .review-form-wrapper form .comment-form-cookies-consent [type=checkbox]:checked + label:after, .products-details-tabs .tab-content .tab-pane .review-form-wrapper form .comment-form-cookies-consent [type=checkbox]:not(:checked) + label:after {
    top: 6px;
    left: 6px;
    width: 8px;
    height: 8px;
    content: "";
    position: absolute;
    transition: all 0.2s ease;
    background: var(--primaryColor);
    -webkit-transition: all 0.2s ease;
}

.products-details-tabs .tab-content .tab-pane .review-form-wrapper form .comment-form-cookies-consent [type=checkbox]:not(:checked) + label:after {
    opacity: 0;
    transform: scale(0);
    -webkit-transform: scale(0);
}

.products-details-tabs .tab-content .tab-pane .review-form-wrapper form .comment-form-cookies-consent [type=checkbox]:checked + label:after {
    opacity: 1;
    transform: scale(1);
    -webkit-transform: scale(1);
}

.products-details-tabs .tab-content .tab-pane .review-form-wrapper form .comment-form-cookies-consent [type=checkbox]:hover + label:before {
    border-color: var(--primaryColor);
}

.products-details-tabs .tab-content .tab-pane .review-form-wrapper form .comment-form-cookies-consent [type=checkbox]:checked + label:before {
    border-color: var(--primaryColor);
}

.products-details-tabs .tab-content .tab-pane .review-form-wrapper form button {
    border: none;
    overflow: hidden;
    margin-top: 20px;
    text-align: center;
    display: inline-block;
    color: var(--whiteColor);
    background-color: var(--primaryColor);
    transition: var(--transition);
    border-radius: 5px;
    padding: 12px 40px;
    font-weight: 600;
    font-size: var(--fontSize);
}

.products-details-tabs .tab-content .tab-pane .review-form-wrapper form button:hover {
    background-color: var(--blackColor);
    color: var(--whiteColor);
}

.products-details-tabs .tab-content .tab-pane .table-striped {
    margin-bottom: 0;
}

.products-details-tabs .tab-content .tab-pane .table-striped tbody tr {
    border: none;
}

.products-details-tabs .tab-content .tab-pane .table-striped tbody tr td {
    border: none;
    padding: 12px 20px;
    color: var(--blackColor);
    font-size: var(--fontSize);
}

.products-details-tabs .tab-content .tab-pane .table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(0, 0, 0, 0.03);
}

.products-details-tabs .tab-content .tab-pane .table > :not(caption) > * > * {
    box-shadow: unset;
}

/*================================================
Brands Area CSS
=================================================*/
.single-brands-box {
    margin-bottom: 25px;
    text-align: center;
}

.single-brands-box img {
    transition: var(--transition);
}

.single-brands-box:hover img {
    transform: scale(0.9);
}

/*================================================
Partners Area CSS
=================================================*/
.partners-inner {
    border: 1px solid #eeeeee;
    padding: 30px;
}

.partners-inner .col-lg-2 {
    border-right: 1px solid #eeeeee;
}

.partners-inner .col-lg-2:last-child {
    border-right: none;
}

.single-partners-box {
    text-align: center;
}

.single-partners-box img {
    transition: var(--transition);
}

.single-partners-box:hover img {
    transform: scale(0.9);
}

/*================================================
Facility Area CSS
=================================================*/
.facility-inner {
    padding: 100px 40px;
    background-image: url(../img/bg1.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.facility-inner .col-lg-3 {
    border-right: 1px solid var(--whiteColor);
}

.facility-inner .col-lg-3:last-child {
    border-right: none;
}

.facility-inner.bg2 {
    background-image: url(../img/bg3.jpg);
}

.single-facility-box {
    text-align: center;
}

.single-facility-box img {
    margin-bottom: 18px;
}

.single-facility-box h3 {
    font-size: 18px;
    margin-bottom: 0;
}

.facility-box {
    padding: 40px 30px;
    text-align: center;
    margin-bottom: 25px;
    background-color: #bfebff;
}

.facility-box img {
    margin-bottom: 18px;
}

.facility-box h3 {
    font-size: 18px;
    margin-bottom: 0;
}

.facility-box.bg-fed3d1 {
    background-color: #fed3d1;
}

.facility-box.bg-a9d4d9 {
    background-color: #a9d4d9;
}

.facility-box.bg-fef2d1 {
    background-color: #fef2d1;
}

/*================================================
Blog Area CSS
=================================================*/
.single-blog-post {
    margin-bottom: 25px;
}

.single-blog-post .image {
    overflow: hidden;
}

.single-blog-post .image img {
    transition: var(--transition);
}

.single-blog-post .content {
    padding-top: 20px;
    position: relative;
}

.single-blog-post .content .date {
    background-color: var(--primaryColor);
    color: var(--whiteColor);
    text-align: center;
    position: absolute;
    padding: 5px 11px;
    font-size: 15px;
    right: 25px;
    top: -30px;
}

.single-blog-post .content .date span {
    display: block;
    font-weight: 600;
}

.single-blog-post .content .category {
    margin-bottom: 8px;
    display: inline-block;
    color: var(--primaryColor);
    font-weight: 900;

}

.single-blog-post .content h3 {
    font-size: 20px;
    margin-bottom: 0;
}

.single-blog-post .content p {
    margin-top: 12px;
    line-height: 1!important;
}

.single-blog-post:hover .image img {
    transform: scale(1.05);
}

/*================================================
Blog Details Area CSS
=================================================*/
.blog-details-area {
    border-top: 1px solid #eeeeee;
}

.blog-details-desc .post-thumb {
    margin-bottom: 25px;
}

.blog-details-desc h6 {
    margin-bottom: 18px;
    letter-spacing: 1px;
}

.blog-details-desc h6:not(:first-child) {
    margin-top: 25px;
}

.blog-details-desc h5 {
    margin-bottom: 18px;
    letter-spacing: 1px;
}

.blog-details-desc h5:not(:first-child) {
    margin-top: 25px;
}

.blog-details-desc h4 {
    margin-bottom: 18px;
    letter-spacing: 1px;
}

.blog-details-desc h4:not(:first-child) {
    margin-top: 25px;
}

.blog-details-desc h3 {
    margin-bottom: 18px;
    letter-spacing: 1px;
}

.blog-details-desc h3:not(:first-child) {
    margin-top: 25px;
}

.blog-details-desc h2 {
    margin-bottom: 18px;
    letter-spacing: 1px;
}

.blog-details-desc h2:not(:first-child) {
    margin-top: 25px;
}

.blog-details-desc h1 {
    margin-bottom: 18px;
    letter-spacing: 1px;
}

.blog-details-desc h1:not(:first-child) {
    margin-top: 25px;
}

.blog-details-desc .post-meta {
    margin-bottom: 18px;
}

.blog-details-desc .post-meta ul {
    padding-left: 0;
    margin-bottom: 0;
    list-style-type: none;
}

.blog-details-desc .post-meta ul li {
    padding-left: 22px;
    position: relative;
    display: inline-block;
    color: var(--secondaryColor);
    margin-right: 20px;
    margin-bottom: 0;
}

.blog-details-desc .post-meta ul li i {
    color: var(--primaryColor);
    position: absolute;
    top: 4px;
    left: 0;
}

.blog-details-desc .post-meta ul li a {
    color: var(--secondaryColor);
}

.blog-details-desc .post-meta ul li a:hover {
    color: var(--primaryColor);
}

.blog-details-desc .post-meta ul li:last-child {
    margin-right: 0;
}

.blog-details-desc p a {
    color: var(--primaryColor);
}

.blog-details-desc p a:hover {
    text-decoration: underline;
}

.blog-details-desc p strong {
    color: var(--blackColor);
}

.blog-details-desc ul, .blog-details-desc ol {
    margin-top: 20px;
    margin-bottom: 20px;
}

.blog-details-desc ul li, .blog-details-desc ol li {
    color: var(--secondaryColor);
    margin-bottom: 15px;
}

.blog-details-desc ul li:last-child, .blog-details-desc ol li:last-child {
    margin-bottom: 0;
}

.blog-details-desc .wp-block-gallery.columns-3 {
    list-style-type: none;
    padding-left: 0;
    margin-top: 20px;
    margin-bottom: 20px;
}

.blog-details-desc .wp-block-gallery.columns-3 li {
    margin-bottom: 20px;
}

.blog-details-desc .wp-block-gallery.columns-3 li:last-child {
    margin-bottom: 0;
}

.blog-details-desc .wp-block-gallery.columns-3 li figure {
    margin-bottom: 0;
}

.blog-details-desc .post-footer {
    display: flex;
    flex-wrap: wrap;
    margin-top: 30px;
    padding-top: 30px;
    align-items: center;
    border-top: 1px solid #eeeeee;
}

.blog-details-desc .post-footer .post-tags {
    flex: 0 0 50%;
    max-width: 50%;
}

.blog-details-desc .post-footer .post-tags .sub {
    text-transform: uppercase;
    display: inline-block;
    font-weight: 600;
}

.blog-details-desc .post-footer .post-tags ul {
    display: inline-block;
    list-style-type: none;
    padding-left: 0;
    margin-top: 0;
    margin-bottom: 0;
}

.blog-details-desc .post-footer .post-tags ul li {
    display: inline-block;
    margin-bottom: 0;
    margin-right: 1px;
}

.blog-details-desc .post-footer .post-tags ul li a {
    color: var(--secondaryColor);
}

.blog-details-desc .post-footer .post-tags ul li a:hover {
    color: var(--primaryColor);
}

.blog-details-desc .post-footer .post-tags ul li:not(:last-child)::after {
    content: ",";
}

.blog-details-desc .post-footer .article-share {
    flex: 0 0 50%;
    max-width: 50%;
    text-align: end;
}

.blog-details-desc .post-footer .article-share .social {
    padding-left: 0;
    list-style-type: none;
    margin-bottom: 0;
    margin-top: 0;
}

.blog-details-desc .post-footer .article-share .social li {
    margin-bottom: 0;
    display: inline-block;
    color: var(--blackColor);
}

.blog-details-desc .post-footer .article-share .social li span {
    display: inline-block;
    position: relative;
    margin-right: 3px;
    font-weight: 500;
}

.blog-details-desc .post-footer .article-share .social li a {
    width: 30px;
    height: 30px;
    display: block;
    line-height: 30px;
    border-radius: 50%;
    color: var(--whiteColor);
    background-color: var(--primaryColor);
    border: 1px solid var(--primaryColor);
    text-align: center;
    margin-left: 2px;
}

.blog-details-desc .post-footer .article-share .social li a:hover {
    color: var(--primaryColor);
    background-color: transparent;
}

.blog-details-desc .post-footer .article-share .social li a.facebook {
    background-color: #3b5998;
    color: var(--whiteColor);
    border-color: #3b5998;
}

.blog-details-desc .post-footer .article-share .social li a.facebook:hover {
    color: #3b5998;
    background-color: transparent;
}

.blog-details-desc .post-footer .article-share .social li a.twitter {
    background-color: #1da1f2;
    color: var(--whiteColor);
    border-color: #1da1f2;
}

.blog-details-desc .post-footer .article-share .social li a.twitter:hover {
    color: #1da1f2;
    background-color: transparent;
}

.blog-details-desc .post-footer .article-share .social li a.linkedin {
    background-color: #007bb5;
    color: var(--whiteColor);
    border-color: #007bb5;
}

.blog-details-desc .post-footer .article-share .social li a.linkedin:hover {
    color: #007bb5;
    background-color: transparent;
}

.blog-details-desc .post-footer .article-share .social li a.instagram {
    background-color: #c13584;
    color: var(--whiteColor);
    border-color: #c13584;
}

.blog-details-desc .post-footer .article-share .social li a.instagram:hover {
    color: #c13584;
    background-color: transparent;
}

blockquote, .blockquote {
    background-color: #f9f9f9;
    padding: 40px 50px !important;
    margin-bottom: 20px;
    margin-top: 20px;
}

blockquote p, .blockquote p {
    line-height: 1.7;
    margin-bottom: 0;
    color: var(--blackColor);
    font-weight: 600;
    font-style: italic;
    font-size: 20px !important;
}

blockquote cite, .blockquote cite {
    display: block;
    margin-top: 18px;
    font-weight: 600;
    color: var(--primaryColor);
}

.comments-area {
    margin-top: 30px;
    padding-top: 30px;
    border-top: 1px solid #eeeeee;
}

.comments-area .comments-title {
    font-size: 1.5rem;
    letter-spacing: 1px;
    margin-bottom: 30px;
    line-height: initial;
}

.comments-area ol, .comments-area ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.comments-area .comment-list {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.comments-area .children {
    margin-left: 20px;
}

.comments-area .comment-body {
    border-bottom: 1px dashed #eeeeee;
    color: var(--blackColor);
    padding-bottom: 20px;
    margin-bottom: 20px;
    padding-left: 98px;
    position: relative;
}

.comments-area .comment-body .reply {
    position: absolute;
    z-index: 3;
    right: 0;
    top: 0;
}

.comments-area .comment-body .reply a {
    border: 1px dashed #ded9d9;
    color: var(--secondaryColor);
    display: inline-block;
    border-radius: 30px;
    padding: 4px 15px;
    font-size: 13px;
    font-weight: 600;
}

.comments-area .comment-body .reply a:hover {
    color: var(--whiteColor);
    border-color: var(--primaryColor);
    background-color: var(--primaryColor);
}

.comments-area .comment-author {
    z-index: 2;
    margin-bottom: 5px;
    position: relative;
    font-size: 16px;
    font-family: var(--headingFontFamily);
}

.comments-area .comment-author .avatar {
    top: 4px;
    width: 80px;
    left: -98px;
    position: absolute;
}

.comments-area .comment-author .says {
    display: none;
}

.comments-area .comment-author .fn {
    font-weight: 500;
}

.comments-area .comment-metadata {
    font-size: 14.5px;
    margin-bottom: 0.7em;
    color: var(--secondaryColor);
}

.comments-area .comment-respond {
    margin-top: 30px;
}

.comments-area .comment-respond .comment-reply-title {
    margin-bottom: 0;
    font-size: 1.5rem;
    letter-spacing: 1px;
}

.comments-area .comment-respond .comment-reply-title #cancel-comment-reply-link {
    display: inline-block;
}

.comments-area .comment-respond .comment-form {
    overflow: hidden;
}

.comments-area .comment-respond .comment-notes {
    font-style: italic;
    margin-bottom: 20px;
    margin-top: 10px;
}

.comments-area .comment-respond .comment-notes .required {
    color: red;
}

.comments-area .comment-respond .comment-form-comment {
    float: left;
    width: 100%;
}

.comments-area .comment-respond label {
    display: none;
}

.comments-area .comment-respond input[type=date], .comments-area .comment-respond input[type=time], .comments-area .comment-respond input[type=datetime-local], .comments-area .comment-respond input[type=week], .comments-area .comment-respond input[type=month], .comments-area .comment-respond input[type=text], .comments-area .comment-respond input[type=email], .comments-area .comment-respond input[type=url], .comments-area .comment-respond input[type=password], .comments-area .comment-respond input[type=search], .comments-area .comment-respond input[type=tel], .comments-area .comment-respond input[type=number], .comments-area .comment-respond textarea {
    outline: 0;
    width: 100%;
    border: none;
    height: 50px;
    display: block;
    border-radius: 3px;
    padding: 0 15px 0 15px;
    color: var(--blackColor);
    font-size: var(--fontSize);
    background-color: #f9f9f9;
}

.comments-area .comment-respond input[type=date]::-moz-placeholder, .comments-area .comment-respond input[type=time]::-moz-placeholder, .comments-area .comment-respond input[type=datetime-local]::-moz-placeholder, .comments-area .comment-respond input[type=week]::-moz-placeholder, .comments-area .comment-respond input[type=month]::-moz-placeholder, .comments-area .comment-respond input[type=text]::-moz-placeholder, .comments-area .comment-respond input[type=email]::-moz-placeholder, .comments-area .comment-respond input[type=url]::-moz-placeholder, .comments-area .comment-respond input[type=password]::-moz-placeholder, .comments-area .comment-respond input[type=search]::-moz-placeholder, .comments-area .comment-respond input[type=tel]::-moz-placeholder, .comments-area .comment-respond input[type=number]::-moz-placeholder, .comments-area .comment-respond textarea::-moz-placeholder {
    color: var(--secondaryColor);
    -moz-transition: var(--transition);
    transition: var(--transition);
}

.comments-area .comment-respond input[type=date]::placeholder, .comments-area .comment-respond input[type=time]::placeholder, .comments-area .comment-respond input[type=datetime-local]::placeholder, .comments-area .comment-respond input[type=week]::placeholder, .comments-area .comment-respond input[type=month]::placeholder, .comments-area .comment-respond input[type=text]::placeholder, .comments-area .comment-respond input[type=email]::placeholder, .comments-area .comment-respond input[type=url]::placeholder, .comments-area .comment-respond input[type=password]::placeholder, .comments-area .comment-respond input[type=search]::placeholder, .comments-area .comment-respond input[type=tel]::placeholder, .comments-area .comment-respond input[type=number]::placeholder, .comments-area .comment-respond textarea::placeholder {
    color: var(--secondaryColor);
    transition: var(--transition);
}

.comments-area .comment-respond input[type=date]:focus::-moz-placeholder, .comments-area .comment-respond input[type=time]:focus::-moz-placeholder, .comments-area .comment-respond input[type=datetime-local]:focus::-moz-placeholder, .comments-area .comment-respond input[type=week]:focus::-moz-placeholder, .comments-area .comment-respond input[type=month]:focus::-moz-placeholder, .comments-area .comment-respond input[type=text]:focus::-moz-placeholder, .comments-area .comment-respond input[type=email]:focus::-moz-placeholder, .comments-area .comment-respond input[type=url]:focus::-moz-placeholder, .comments-area .comment-respond input[type=password]:focus::-moz-placeholder, .comments-area .comment-respond input[type=search]:focus::-moz-placeholder, .comments-area .comment-respond input[type=tel]:focus::-moz-placeholder, .comments-area .comment-respond input[type=number]:focus::-moz-placeholder, .comments-area .comment-respond textarea:focus::-moz-placeholder {
    color: transparent;
}

.comments-area .comment-respond input[type=date]:focus::placeholder, .comments-area .comment-respond input[type=time]:focus::placeholder, .comments-area .comment-respond input[type=datetime-local]:focus::placeholder, .comments-area .comment-respond input[type=week]:focus::placeholder, .comments-area .comment-respond input[type=month]:focus::placeholder, .comments-area .comment-respond input[type=text]:focus::placeholder, .comments-area .comment-respond input[type=email]:focus::placeholder, .comments-area .comment-respond input[type=url]:focus::placeholder, .comments-area .comment-respond input[type=password]:focus::placeholder, .comments-area .comment-respond input[type=search]:focus::placeholder, .comments-area .comment-respond input[type=tel]:focus::placeholder, .comments-area .comment-respond input[type=number]:focus::placeholder, .comments-area .comment-respond textarea:focus::placeholder {
    color: transparent;
}

.comments-area .comment-respond textarea {
    height: auto !important;
    padding-top: 15px;
}

.comments-area .comment-respond .comment-form-author {
    width: 50%;
    float: left;
    padding-right: 10px;
    margin-bottom: 20px;
}

.comments-area .comment-respond .comment-form-email {
    width: 50%;
    float: left;
    padding-left: 12px;
    margin-bottom: 20px;
}

.comments-area .comment-respond .comment-form-url {
    float: left;
    width: 100%;
    margin-bottom: 20px;
}

.comments-area .comment-respond .comment-form-cookies-consent {
    width: 100%;
    float: left;
    position: relative;
    padding-left: 20px;
    margin-bottom: 20px;
    margin-top: 15px;
}

.comments-area .comment-respond .comment-form-cookies-consent input {
    position: absolute;
    top: 6.5px;
    left: 0;
}

.comments-area .comment-respond .comment-form-cookies-consent label {
    margin: 0;
    display: inline-block;
    color: var(--secondaryColor);
    font-weight: normal;
    font-size: var(--fontSize);
}

.comments-area .comment-respond .form-submit {
    float: left;
    width: 100%;
}

.comments-area .comment-respond .form-submit input {
    border: none;
    cursor: pointer;
    padding: 11px 30px;
    border-radius: 5px;
    letter-spacing: 0.5px;
    display: inline-block;
    color: var(--whiteColor);
    transition: var(--transition);
    background: var(--primaryColor);
    font-size: 13.5px;
    font-family: var(--headingFontFamily);
}

.comments-area .comment-respond .form-submit input:hover {
    color: var(--whiteColor);
    background-color: var(--blackColor);
}

/*================================================
Feedback Area CSS
=================================================*/
.single-feedback-box {
    text-align: center;
    position: relative;
    padding-top: 40px;
    z-index: 1;
}

.single-feedback-box::before {
    left: 0;
    right: 0;
    top: -40px;
    z-index: -1;
    opacity: 0.1;
    line-height: 1;
    content: "\eb76";
    position: absolute;
    color: var(--primaryColor);
    font-family: boxicons;
    font-size: 200px;
}

.single-feedback-box p {
    color: var(--blackColor);
    font-size: 18px;
    font-weight: 600;
}

.single-feedback-box .client-info {
    margin-top: 20px;
}

.single-feedback-box .client-info img {
    border-radius: 50%;
    margin-bottom: 15px;
    width: 70px !important;
    display: inline-block !important;
}

.single-feedback-box .client-info h3 {
    font-size: 18px;
    margin-bottom: 8px;
}

.single-feedback-box .client-info span {
    display: block;
    color: var(--secondaryColor);
}

.feedback-slides.owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: 20px;
}

.feedback-slides.owl-theme .owl-dots .owl-dot span {
    width: 15px;
    height: 15px;
    margin: 0 4px;
    position: relative;
    border-radius: 50%;
    background: transparent;
    transition: var(--transition);
    border: 1px solid transparent;
}

.feedback-slides.owl-theme .owl-dots .owl-dot span::before {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    margin: 3px;
    position: absolute;
    border-radius: 50%;
    background-color: var(--primaryColor);
}

.feedback-slides.owl-theme .owl-dots .owl-dot.active span, .feedback-slides.owl-theme .owl-dots .owl-dot:hover span {
    border-color: var(--primaryColor);
}

.feedback-slides.owl-theme .owl-dots .owl-dot:first-child {
    margin-left: 0;
}

.feedback-slides.owl-theme .owl-dots .owl-dot:last-child {
    margin-right: 0;
}

.video-box {
    position: relative;
    text-align: center;
    z-index: 1;
}

.video-box .popup-video {
    top: 50%;
    left: 50%;
    width: 80px;
    height: 80px;
    font-size: 75px;
    border-radius: 50%;
    position: absolute;
    display: inline-block;
    color: var(--whiteColor);
    background-color: var(--primaryColor);
    transform: translateY(-50%) translateX(-50%);
}

.video-box .popup-video i {
    left: 0;
    right: 0;
    top: 50%;
    position: absolute;
    transform: translateY(-50%);
}

.video-box .popup-video::after, .video-box .popup-video::before {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    z-index: -1;
    display: block;
    position: absolute;
    border-radius: 50%;
    border: 1.5px solid var(--whiteColor);
}

.video-box .popup-video::before {
    animation: ripple 2s linear infinite;
}

.video-box .popup-video::after {
    animation: ripple 2s linear 1s infinite;
}

@keyframes ripple {
    0% {
        transform: scale(1);
    }
    75% {
        transform: scale(1.75);
        opacity: 1;
    }
    100% {
        transform: scale(2);
        opacity: 0;
    }
}

/*================================================
Page Title Area CSS
=================================================*/
.page-title-area {
    z-index: 1;
    position: relative;
    background-color: #f9f9f9;
    background-image: url(../img/page-title.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 130px;
    padding-bottom: 180px;
}

.page-title-area::before {
    left: 0;
    z-index: -1;
    width: 100%;
    content: "";
    bottom: -1px;
    height: 81px;
    position: absolute;
    background-image: url(../img/shape.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.page-title-content h1 {
    margin-bottom: 12px;
    font-size: 45px;
}

.page-title-content ul {
    padding-left: 0;
    margin-bottom: 0;
    list-style-type: none;
}

.page-title-content ul li {
    color: var(--primaryColor);
    display: inline-block;
    position: relative;
    margin-right: 20px;
    font-weight: 500;
}

.page-title-content ul li:last-child {
    margin-right: 0;
}

.page-title-content ul li:last-child::before {
    display: none;
}

.page-title-content ul li a {
    display: block;
}

.page-title-content ul li::before {
    top: 2px;
    right: -20px;
    content: "\ea50";
    position: absolute;
    font-weight: normal;
    font-family: boxicons;
}

/*================================================
FAQ Area CSS
=================================================*/
.faq-accordion {
    max-width: 950px;
    margin-left: auto;
    margin-right: auto;
}

.faq-accordion .accordion-item {
    background-color: transparent;
    margin-bottom: 30px;
    border-radius: 0;
    border: 0;
}

.faq-accordion .accordion-item .accordion-button {
    display: block;
    border-radius: 0;
    text-align: start;
    position: relative;
    padding: 0 0 0 50px;
    box-shadow: unset !important;
    background-color: transparent;
    font-size: 17px;
    font-family: var(--headingFontFamily);
}

.faq-accordion .accordion-item .accordion-button:not(.collapsed) {
    box-shadow: unset;
    color: var(--blackColor);
    background-color: transparent;
}

.faq-accordion .accordion-item .accordion-button span {
    color: var(--primaryColor);
    position: absolute;
    top: -0.5px;
    left: 0;
}

.faq-accordion .accordion-item .accordion-button::before {
    top: 50%;
    right: 0;
    font-size: 25px;
    content: "\eb8b";
    position: absolute;
    font-family: boxicons;
    transform: translateY(-50%);
}

.faq-accordion .accordion-item .accordion-button.collapsed::before {
    content: "\ebc0";
}

.faq-accordion .accordion-item .accordion-body {
    padding: 15px 0 0 50px;
    position: relative;
}

.faq-accordion .accordion-item .accordion-body .title {
    font-family: var(--headingFontFamily);
    color: var(--blackColor);
    position: absolute;
    top: 15px;
    left: 0;
}

.faq-accordion .accordion-item .accordion-body p a {
    color: var(--primaryColor);
}

.faq-accordion .accordion-item .accordion-body p a:hover {
    text-decoration: underline;
}

.faq-accordion .accordion-item .accordion-body p strong {
    color: var(--blackColor);
}

.faq-accordion .accordion-item:last-child {
    margin-bottom: 0;
}

/*================================================
Profile Authentication Area CSS
=================================================*/
.login-form {
    padding-right: 10px;
}

.login-form h2 {
    margin-bottom: 30px;
    font-size: 35px;
}

.login-form form .form-group {
    margin-bottom: 25px;
}

.login-form form .form-group label {
    display: block;
    margin-bottom: 12px;
    font-size: 15px;
    font-weight: 600;
}

.login-form form .remember-me-wrap {
    margin-bottom: 0;
}

.login-form form .remember-me-wrap .form-check {
    margin-bottom: 0;
    color: var(--blackColor);
}

.login-form form .remember-me-wrap .form-check .form-check-input {
    margin-top: 0.2em;
    box-shadow: unset !important;
}

.login-form form .remember-me-wrap .form-check .form-check-input[type=checkbox] {
    border-radius: 0;
}

.login-form form .remember-me-wrap .form-check .form-check-input:checked {
    background-color: var(--primaryColor);
    border-color: var(--primaryColor);
}

.login-form form .remember-me-wrap .form-check .form-check-input:focus {
    border-color: var(--primaryColor);
}

.login-form form .lost-your-password-wrap {
    text-align: end;
}

.login-form form .lost-your-password-wrap a {
    display: inline-block;
    position: relative;
    line-height: 1.5;
}

.login-form form .lost-your-password-wrap a::before {
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    content: "";
    position: absolute;
    transition: var(--transition);
    background-color: #eeeeee;
}

.login-form form .lost-your-password-wrap a::after {
    left: 0;
    width: 0;
    bottom: 0;
    height: 1px;
    content: "";
    position: absolute;
    transition: var(--transition);
    background-color: var(--primaryColor);
}

.login-form form .lost-your-password-wrap a:hover::before {
    width: 0;
}

.login-form form .lost-your-password-wrap a:hover::after {
    width: 100%;
}

.login-form form button {
    border: none;
    display: block;
    margin-top: 20px;
    text-align: center;
    color: var(--whiteColor);
    background-color: var(--primaryColor);
    transition: var(--transition);
    border-radius: 5px;
    padding: 14px 30px;
    width: 100%;
    font-size: var(--fontSize);
    font-weight: 700;
}

.login-form form button:hover {
    background-color: var(--blackColor);
    color: var(--whiteColor);
}

.register-form {
    padding-left: 40px;
    border-left: 1px solid #eeeeee;
}

.register-form h2 {
    margin-bottom: 30px;
    font-size: 35px;
}

.register-form form .form-group {
    margin-bottom: 25px;
}

.register-form form .form-group label {
    display: block;
    margin-bottom: 12px;
    font-size: 15px;
    font-weight: 600;
}

.register-form form .description {
    font-style: italic;
    font-size: 14.5px;
    margin-top: -10px;
    margin-bottom: 0;
}

.register-form form button {
    border: none;
    display: block;
    margin-top: 20px;
    text-align: center;
    color: var(--whiteColor);
    background-color: var(--primaryColor);
    transition: var(--transition);
    border-radius: 5px;
    padding: 14px 30px;
    width: 100%;
    font-size: var(--fontSize);
    font-weight: 700;
}

.register-form form button:hover {
    background-color: var(--blackColor);
    color: var(--whiteColor);
}

/*================================================
Order Tracking Area CSS
=================================================*/
.order-tracking-area {
    position: relative;
    z-index: 1;
}

.order-tracking-area::before {
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    content: "";
    height: 35px;
    position: absolute;
    background-color: var(--blackColor);
}

.order-tracking-image {
    text-align: center;
}

.order-tracking-content {
    padding-left: 30px;
}

.order-tracking-content h3 {
    margin-bottom: 12px;
    font-size: 20px;
}

.order-tracking-content form {
    margin-top: 20px;
}

.order-tracking-content form label {
    display: block;
    margin-bottom: 12px;
    font-size: 15px;
    font-weight: 600;
}

.order-tracking-content form button {
    border: none;
    display: block;
    margin-top: 20px;
    text-align: center;
    color: var(--whiteColor);
    background-color: var(--primaryColor);
    transition: var(--transition);
    border-radius: 5px;
    padding: 13px 30px;
    width: 100%;
    font-size: var(--fontSize);
    font-weight: 700;
}

.order-tracking-content form button:hover {
    background-color: var(--blackColor);
    color: var(--whiteColor);
}

/*================================================
Contact Area CSS
=================================================*/
.contact-form {
    padding-right: 20px;
}

.contact-form h3 {
    font-size: 20px;
    margin-bottom: 25px;
    padding-bottom: 10px;
    border-bottom: 1px solid #eeeeee;
}

.contact-form form label {
    display: block;
    margin-bottom: 12px;
    font-size: 15px;
    font-weight: 600;
}

.contact-form form .form-check {
    color: var(--secondaryColor);
    margin-top: 5px;
}

.contact-form form .form-check .form-check-input {
    margin-top: 0.18em;
    box-shadow: unset !important;
}

.contact-form form .form-check .form-check-input[type=checkbox] {
    border-radius: 0;
}

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

.contact-form form .form-check .form-check-input:focus {
    border-color: var(--primaryColor);
}

.contact-form form .default-btn {
    margin-top: 5px;
}

.contact-form form .help-block.with-errors {
    color: red;
    margin-bottom: 0;
    margin-top: 12px;
}

.contact-form form #msgSubmit {
    margin: 0;
}

.contact-form form #msgSubmit.text-danger {
    margin-top: 12px;
}

.contact-form form #msgSubmit.text-success {
    margin-top: 12px;
}

.contact-info {
    padding-left: 0;
    margin-bottom: 0;
    list-style-type: none;
}

.contact-info h3 {
    font-size: 20px;
    margin-bottom: 25px;
    padding-bottom: 10px;
    border-bottom: 1px solid #eeeeee;
}

.contact-info ul {
    padding-left: 0;
    margin-bottom: 0;
    list-style-type: none;
}

.contact-info ul li {
    color: var(--secondaryColor);
    margin-bottom: 13px;
}

.contact-info ul li:last-child {
    margin-bottom: 0;
}

.contact-info ul li span {
    font-weight: 600;
    color: var(--blackColor);
}

.contact-info ul li a {
    color: var(--secondaryColor);
}

.contact-info ul li a:hover {
    color: var(--primaryColor);
}

#maps {
    padding-top: 100px;
}

#maps iframe {
    margin-bottom: -6px;
    height: 500px;
    border: none;
    width: 100%;
}

/*================================================
Pagination Area CSS
=================================================*/
.pagination-area {
    margin-top: 20px;
    padding-top: 30px;
    border-top: 1px solid #eeeeee;
}

.pagination-area .nav-links {
    display: flex;
    align-items: center;
}

.pagination-area .page-numbers {
    width: 45px;
    height: 45px;
    border: none;
    display: block;
    line-height: 45px;
    position: relative;
    text-align: center;
    border-radius: 50%;
    color: var(--paragraphColor);
    transition: var(--transition);
    background: linear-gradient(180deg, #ffffff 0%, #eaeef3 100%);
    box-shadow: 0 5px 15px 0 rgba(107, 124, 147, 0.15), 0 2px 4px 0 rgba(107, 124, 147, 0.2), inset 0 -2px 0 0 #c2cfde;
    font-size: 15px;
    font-weight: 700;
    margin-left: 5px;
    margin-right: 5px;
}

.pagination-area .page-numbers.next {
    margin-left: auto;
}

.pagination-area .page-numbers.previous {
    margin-right: auto;
}

.pagination-area .page-numbers:hover {
    color: var(--primaryColor);
}

.pagination-area .page-numbers.current {
    background: var(--whiteColor);
    color: var(--primaryColor);
}

.pagination-area .page-numbers:first-child {
    margin-left: 0;
}

.pagination-area .page-numbers:last-child {
    margin-right: 0;
}

/*================================================
Widget Area CSS
=================================================*/
.widget-area {
    padding-right: 15px;
}

.widget-area .widget {
    margin-bottom: 35px;
}

.widget-area .widget .widget-title {
    letter-spacing: 0.5px;
    margin-bottom: 20px;
    position: relative;
    font-size: 18px;
    z-index: 1;
}

.widget-area .widget .widget-title::before {
    left: 0;
    right: 0;
    top: 50%;
    content: "";
    height: 1px;
    z-index: -1;
    margin-top: 1px;
    position: absolute;
    transform: translateY(-50%);
    background-color: #eeeeee;
}

.widget-area .widget .widget-title span {
    background-color: var(--whiteColor);
    padding-right: 15px;
}

.widget-area .widget:last-child {
    margin-bottom: 0;
}

.widget-area .widget_search form {
    position: relative;
}

.widget-area .widget_search form .search-field {
    width: 100%;
    height: 50px;
    display: block;
    border-radius: 0;
    padding: 0 15px 0 15px;
    font-size: var(--fontSize);
    border: 1px solid #eeeeee;
    transition: var(--transition);
    background-color: transparent;
}

.widget-area .widget_search form .search-field:focus {
    border-color: var(--primaryColor);
}

.widget-area .widget_search form button {
    right: 0;
    bottom: 0;
    width: 50px;
    height: 50px;
    border: none;
    font-size: 18px;
    line-height: 52px;
    position: absolute;
    color: var(--whiteColor);
    transition: var(--transition);
    background-color: var(--primaryColor);
}

.widget-area .widget_search form button:hover {
    color: var(--whiteColor);
    background-color: var(--blackColor);
}

.widget-area .widget_author {
    padding: 30px;
    text-align: center;
    border: 1px solid #eeeeee;
}

.widget-area .widget_author h3 {
    font-size: 17px;
    margin-bottom: 10px;
    margin-top: 20px;
}

.widget-area .widget_author span {
    display: block;
    margin-bottom: 12px;
    color: var(--primaryColor);
}

.widget-area .widget_follow_us ul {
    padding-left: 0;
    margin-bottom: 0;
    list-style-type: none;
}

.widget-area .widget_follow_us ul li {
    margin-bottom: 14px;
}

.widget-area .widget_follow_us ul li a {
    position: relative;
    display: inline-block;
    color: var(--secondaryColor);
}

.widget-area .widget_follow_us ul li a:hover {
    color: var(--primaryColor);
}

.widget-area .widget_follow_us ul li a:hover::before {
    width: 100%;
}

.widget-area .widget_follow_us ul li a::before {
    left: 0;
    width: 0;
    bottom: 0;
    content: "";
    height: 1px;
    position: absolute;
    transition: var(--transition);
    background-color: var(--primaryColor);
}

.widget-area .widget_follow_us ul li:last-child {
    margin-bottom: 0;
}

.widget-area .widget_patoi_posts_thumb .item {
    margin-bottom: 20px;
    align-items: center;
    flex-wrap: wrap;
    display: flex;
}

.widget-area .widget_patoi_posts_thumb .item .thumb {
    display: block;
    flex: 0 0 auto;
    width: 27%;
}

.widget-area .widget_patoi_posts_thumb .item .info {
    padding-left: 15px;
    flex: 0 0 auto;
    width: 73%;
}

.widget-area .widget_patoi_posts_thumb .item .info .title {
    line-height: 1.5;
    font-size: 13.5px;
    margin-bottom: 6px;
    letter-spacing: 0.5px;
}

.widget-area .widget_patoi_posts_thumb .item .info .title a {
    display: inline-block;
}

.widget-area .widget_patoi_posts_thumb .item .info .date {
    font-size: 14px;
    color: var(--secondaryColor);
}

.widget-area .widget_patoi_posts_thumb .item:last-child {
    margin-bottom: 0;
}

.widget-area .widget_categories ul {
    padding-left: 0;
    margin-bottom: 0;
    list-style-type: none;
}

.widget-area .widget_categories ul li {
    margin-bottom: 14px;
}

.widget-area .widget_categories ul li a {
    position: relative;
    display: inline-block;
    color: var(--secondaryColor);
}

.widget-area .widget_categories ul li a:hover {
    color: var(--primaryColor);
}

.widget-area .widget_categories ul li a:hover::before {
    width: 100%;
}

.widget-area .widget_categories ul li a::before {
    left: 0;
    width: 0;
    bottom: 0;
    content: "";
    height: 1px;
    position: absolute;
    transition: var(--transition);
    background-color: var(--primaryColor);
}

.widget-area .widget_categories ul li:last-child {
    margin-bottom: 0;
}

.widget-area .widget_tag_cloud .tagcloud {
    margin-bottom: -10px;
}

.widget-area .widget_tag_cloud .tagcloud a {
    padding: 4px 20px;
    border-radius: 30px;
    display: inline-block;
    color: var(--secondaryColor);
    border: 1px solid #ebeeee;
    margin-right: 8px;
    margin-bottom: 10px;
    font-size: 13px;
    font-weight: 600;
}

.widget-area .widget_tag_cloud .tagcloud a:hover {
    color: var(--primaryColor);
    border-color: var(--primaryColor);
}

.widget-area .widget_price_filter .collection_filter_by_price .irs-handle {
    cursor: pointer;
}

.widget-area .widget_price_filter .collection_filter_by_price .irs--flat .irs-from, .widget-area .widget_price_filter .collection_filter_by_price .irs--flat .irs-to, .widget-area .widget_price_filter .collection_filter_by_price .irs--flat .irs-single {
    background-color: var(--primaryColor);
    padding: 1px 5px 1px 11.5px;
}

.widget-area .widget_price_filter .collection_filter_by_price .irs--flat .irs-from::before, .widget-area .widget_price_filter .collection_filter_by_price .irs--flat .irs-to::before, .widget-area .widget_price_filter .collection_filter_by_price .irs--flat .irs-single::before {
    border-top-color: var(--primaryColor);
}

.widget-area .widget_price_filter .collection_filter_by_price .irs--flat .irs-from::after, .widget-area .widget_price_filter .collection_filter_by_price .irs--flat .irs-to::after, .widget-area .widget_price_filter .collection_filter_by_price .irs--flat .irs-single::after {
    content: "$";
    position: absolute;
    left: 5px;
    top: 0.5px;
}

.widget-area .widget_price_filter .collection_filter_by_price .irs--flat .irs-bar {
    background-color: var(--primaryColor);
}

.widget-area .widget_price_filter .collection_filter_by_price .irs--flat .irs-handle > i:first-child {
    background-color: var(--primaryColor);
}

.widget-area .widget_price_filter .collection_filter_by_price .irs--flat .irs-min, .widget-area .widget_price_filter .collection_filter_by_price .irs--flat .irs-max {
    padding: 1px 3px 1px 9.5px;
}

.widget-area .widget_price_filter .collection_filter_by_price .irs--flat .irs-min::before, .widget-area .widget_price_filter .collection_filter_by_price .irs--flat .irs-max::before {
    position: absolute;
    content: "$";
    top: 0.5px;
    left: 3px;
}

.widget-area .widget_patoi_posts_thumb .item {
    margin-bottom: 20px;
    align-items: center;
    flex-wrap: wrap;
    display: flex;
}

.widget-area .widget_patoi_posts_thumb .item .thumb {
    display: block;
    flex: 0 0 auto;
    width: 27%;
}

.widget-area .widget_patoi_posts_thumb .item .info {
    padding-left: 20px;
    flex: 0 0 auto;
    width: 73%;
}

.widget-area .widget_patoi_posts_thumb .item .info .title {
    font-size: 15px;
    line-height: 1.5;
    margin-bottom: 5px;
}

.widget-area .widget_patoi_posts_thumb .item .info .title a {
    display: inline-block;
}

.widget-area .widget_patoi_posts_thumb .item .info .date {
    font-size: 15px;
    color: var(--secondaryColor);
}

.widget-area .widget_patoi_posts_thumb .item .info .star-rating {
    margin-top: 10px;
}

.widget-area .widget_patoi_posts_thumb .item .info .star-rating i {
    color: #facb11;
}

.widget-area .widget_patoi_posts_thumb .item .info .price {
    display: block;
    margin-top: 8px;
    font-weight: 500;
    color: var(--secondaryColor);
}

.widget-area .widget_patoi_posts_thumb .item:last-child {
    margin-bottom: 0;
}

.widget-area.right-sidebar {
    padding-left: 15px;
    padding-right: 0;
}

/*================================================
Terms & Condtions Area CSS
=================================================*/
.terms-conditions-content h6 {
    margin-bottom: 15px;
    letter-spacing: 1px;
}

.terms-conditions-content h6:not(:first-child) {
    margin-top: 25px;
}

.terms-conditions-content h5 {
    margin-bottom: 15px;
    letter-spacing: 1px;
}

.terms-conditions-content h5:not(:first-child) {
    margin-top: 25px;
}

.terms-conditions-content h4 {
    margin-bottom: 15px;
    letter-spacing: 1px;
}

.terms-conditions-content h4:not(:first-child) {
    margin-top: 25px;
}

.terms-conditions-content h3 {
    margin-bottom: 15px;
    letter-spacing: 1px;
}

.terms-conditions-content h3:not(:first-child) {
    margin-top: 25px;
}

.terms-conditions-content h2 {
    margin-bottom: 15px;
    letter-spacing: 1px;
}

.terms-conditions-content h2:not(:first-child) {
    margin-top: 25px;
}

.terms-conditions-content h1 {
    margin-bottom: 15px;
    letter-spacing: 1px;
}

.terms-conditions-content h1:not(:first-child) {
    margin-top: 25px;
}

.terms-conditions-content strong {
    color: var(--blackColor) !important;
}

.terms-conditions-content p a {
    color: var(--primaryColor);
}

.terms-conditions-content p a:hover {
    text-decoration: underline;
}

.terms-conditions-content ul li {
    color: var(--secondaryColor);
    margin-bottom: 12px;
}

.terms-conditions-content ul li a {
    color: var(--primaryColor);
}

.terms-conditions-content ul li a:hover {
    text-decoration: underline;
}

.terms-conditions-content ul li:last-child {
    margin-bottom: 0;
}

.terms-conditions-content ol li {
    color: var(--secondaryColor);
    margin-bottom: 12px;
}

.terms-conditions-content ol li a {
    color: var(--primaryColor);
}

.terms-conditions-content ol li a:hover {
    text-decoration: underline;
}

.terms-conditions-content ol li:last-child {
    margin-bottom: 0;
}

/*================================================
Privacy Policy Area CSS
=================================================*/
.privacy-policy-content h6 {
    margin-bottom: 15px;
    letter-spacing: 1px;
}

.privacy-policy-content h6:not(:first-child) {
    margin-top: 25px;
}

.privacy-policy-content h5 {
    margin-bottom: 15px;
    letter-spacing: 1px;
}

.privacy-policy-content h5:not(:first-child) {
    margin-top: 25px;
}

.privacy-policy-content h4 {
    margin-bottom: 15px;
    letter-spacing: 1px;
}

.privacy-policy-content h4:not(:first-child) {
    margin-top: 25px;
}

.privacy-policy-content h3 {
    margin-bottom: 15px;
    letter-spacing: 1px;
}

.privacy-policy-content h3:not(:first-child) {
    margin-top: 25px;
}

.privacy-policy-content h2 {
    margin-bottom: 15px;
    letter-spacing: 1px;
}

.privacy-policy-content h2:not(:first-child) {
    margin-top: 25px;
}

.privacy-policy-content h1 {
    margin-bottom: 15px;
    letter-spacing: 1px;
}

.privacy-policy-content h1:not(:first-child) {
    margin-top: 25px;
}

.privacy-policy-content strong {
    color: var(--blackColor) !important;
}

.privacy-policy-content p a {
    color: var(--primaryColor);
}

.privacy-policy-content p a:hover {
    text-decoration: underline;
}

.privacy-policy-content ul li {
    color: var(--secondaryColor);
    margin-bottom: 12px;
}

.privacy-policy-content ul li a {
    color: var(--primaryColor);
}

.privacy-policy-content ul li a:hover {
    text-decoration: underline;
}

.privacy-policy-content ul li:last-child {
    margin-bottom: 0;
}

.privacy-policy-content ol li {
    color: var(--secondaryColor);
    margin-bottom: 12px;
}

.privacy-policy-content ol li a {
    color: var(--primaryColor);
}

.privacy-policy-content ol li a:hover {
    text-decoration: underline;
}

.privacy-policy-content ol li:last-child {
    margin-bottom: 0;
}

/*================================================
Not Found Area CSS
=================================================*/
.not-found-area {
    border-top: 1px solid #eeeeee;
}

.not-found-content {
    text-align: center;
}

.not-found-content h3 {
    font-size: 22px;
    letter-spacing: 1px;
    margin-bottom: 20px;
}

.not-found-content p {
    max-width: 500px;
    font-size: 17px;
    margin-right: auto;
    margin-left: auto;
}

.not-found-content .default-btn {
    margin-top: 10px;
}

/*================================================
Cart Area CSS
=================================================*/
.cart-table table {
    margin-bottom: 0;
}

.cart-table table thead tr {
    border-color: transparent;
    border-bottom-color: #eeeeee;
}

.cart-table table thead tr th {
    border-color: transparent;
    border-bottom-width: 0;
    vertical-align: middle;
    letter-spacing: 0.5px;
    white-space: nowrap;
    text-align: center;
    padding: 0 0 15px;
    font-size: 15px;
    font-family: var(--headingFontFamily);
}

.cart-table table tbody tr {
    border-color: #eeeeee;
}

.cart-table table tbody tr td {
    color: var(--blackColor);
    vertical-align: middle;
    white-space: nowrap;
    text-align: center;
    padding: 15px;
    font-weight: 500;
    font-size: var(--fontSize);
}

.cart-table table tbody tr td.product-thumbnail {
    text-align: start;
}

.cart-table table tbody tr td.product-thumbnail a {
    display: inline-block;
}

.cart-table table tbody tr td.product-thumbnail a img {
    width: 80px;
    display: inline-block;
}

.cart-table table tbody tr td.product-thumbnail a h3 {
    font-size: 13.5px;
    letter-spacing: 0.5px;
    display: inline-block;
    margin-left: 15px;
    margin-bottom: 0;
}

.cart-table table tbody tr td .remove {
    color: red;
    font-size: 18px;
}

.cart-table table tbody tr td.product-quantity .input-counter {
    max-width: 120px;
    min-width: 120px;
    text-align: center;
    position: relative;
    margin-left: auto;
    margin-right: auto;
}

.cart-table table tbody tr td.product-quantity .input-counter span {
    top: 0;
    width: 40px;
    height: 100%;
    font-size: 15px;
    cursor: pointer;
    line-height: 50px;
    position: absolute;
    color: var(--secondaryColor);
    background-color: transparent;
    transition: var(--transition);
}

.cart-table table tbody tr td.product-quantity .input-counter span.minus-btn {
    left: 0;
}

.cart-table table tbody tr td.product-quantity .input-counter span.plus-btn {
    right: 0;
}

.cart-table table tbody tr td.product-quantity .input-counter span:hover {
    color: var(--primaryColor);
}

.cart-table table tbody tr td.product-quantity .input-counter input {
    outline: 0;
    width: 100%;
    height: 47px;
    display: block;
    text-align: center;
    color: var(--blackColor);
    border: 1px solid #eeeeee;
    background-color: var(--whiteColor);
    font-size: 17px;
    font-weight: 600;
}

.cart-table table tbody tr td.product-quantity .input-counter input::-moz-placeholder {
    color: var(--blackColor);
}

.cart-table table tbody tr td.product-quantity .input-counter input::placeholder {
    color: var(--blackColor);
}

.cart-buttons {
    margin-top: 30px;
}

.cart-buttons .shopping-coupon-code {
    position: relative;
    max-width: 530px;
}

.cart-buttons .shopping-coupon-code .form-control {
    height: 45px;
    font-size: 15px;
    box-shadow: unset;
    padding-left: 15px;
    color: var(--blackColor);
}

.cart-buttons .shopping-coupon-code button {
    top: 0;
    right: 0;
    outline: 0;
    height: 45px;
    border: none;
    padding: 0 25px;
    line-height: 40px;
    position: absolute;
    color: var(--whiteColor);
    transition: var(--transition);
    background: var(--primaryColor);
    font-size: 15px;
    font-weight: 600;
}

.cart-buttons .shopping-coupon-code button:hover {
    background-color: var(--blackColor);
}

.cart-buttons .default-btn {
    padding-top: 13px;
    padding-bottom: 13px;
}

.cart-totals {
    padding: 30px;
    max-width: 500px;
    border: 1px solid #eeeeee;
    margin-top: 60px;
    margin-left: auto;
}

.cart-totals ul {
    padding-left: 0;
    margin: 0 0 20px;
    list-style-type: none;
}

.cart-totals ul li {
    border-bottom: 1px solid #eeeeee;
    color: var(--blackColor);
    overflow: hidden;
    font-weight: 600;
    padding-top: 10px;
    padding-bottom: 10px;
}

.cart-totals ul li:first-child {
    padding-top: 0;
}

.cart-totals ul li:last-child {
    font-size: 20px;
    padding-bottom: 0;
    border-bottom: none;
}

.cart-totals ul li:last-child span {
    color: var(--blackColor);
    font-weight: 700;
}

.cart-totals ul li span {
    float: right;
    font-weight: normal;
    color: var(--secondaryColor);
}

.cart-totals .default-btn {
    letter-spacing: 0;
    padding-left: 30px;
    padding-right: 30px;
}

/*================================================
Checkout Area CSS
=================================================*/
.user-actions {
    box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
    border-left: 3px solid var(--primaryColor);
    background: var(--whiteColor);
    margin-bottom: 50px;
    padding: 15px 20px;
}

.user-actions span {
    font-weight: 600;
}

.user-actions span a {
    color: var(--secondaryColor);
}

.user-actions span a:hover {
    color: var(--primaryColor);
}

.billing-details h3 {
    letter-spacing: 0.5px;
    margin-bottom: 25px;
    position: relative;
    font-size: 18px;
}

.billing-details h3::before {
    left: 0;
    right: 0;
    top: 50%;
    content: "";
    height: 1px;
    z-index: -1;
    margin-top: 1px;
    position: absolute;
    transform: translateY(-50%);
    background-color: #ebeeee;
}

.billing-details h3 span {
    background-color: var(--whiteColor);
    padding-right: 15px;
}

.billing-details .form-group {
    margin-bottom: 20px;
}

.billing-details label {
    display: block;
    margin-bottom: 10px;
    font-size: 15px;
    font-weight: 600;
}

.billing-details label .required {
    color: red;
}

.billing-details .country-select {
    display: block;
    width: 100%;
}

.billing-details .country-select input {
    width: 100%;
    height: 48px;
    display: block;
    border-radius: 5px;
    border: 1px solid #eeeeee;
    box-shadow: unset !important;
    font-size: var(--fontSize);
    color: var(--blackColor);
    padding-left: 15px;
    padding-right: 15px;
}

.billing-details .country-select input:focus {
    border-color: #d5cccc;
}

.billing-details .form-check {
    color: var(--secondaryColor);
}

.billing-details .form-check .form-check-label {
    font-weight: normal;
}

.billing-details .form-check .form-check-input {
    margin-top: 0.15em;
    box-shadow: unset !important;
}

.billing-details .form-check .form-check-input[type=checkbox] {
    border-radius: 0;
}

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

.billing-details .form-check .form-check-input:focus {
    border-color: var(--primaryColor);
}

.billing-details .col-lg-12:last-child .form-group {
    margin-bottom: 0;
}

.order-details {
    margin-top: 30px;
    padding-top: 30px;
    border-top: 1px solid #eeeeee;
}

.order-details h3 {
    letter-spacing: 0.5px;
    margin-bottom: 25px;
    font-size: 18px;
}

.order-details .order-table table {
    margin-bottom: 0;
}

.order-details .order-table table tbody tr {
    border-color: #eeeeee;
}

.order-details .order-table table tbody tr td {
    color: var(--secondaryColor);
    border-color: #eeeeee;
    vertical-align: middle;
    white-space: nowrap;
    padding-top: 15px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 13px;
}

.order-details .order-table table tbody tr td.product-name {
    color: var(--secondaryColor);
}

.order-details .order-table table tbody tr td.product-name a {
    display: inline-block;
    color: var(--secondaryColor);
}

.order-details .order-table table tbody tr td.product-name a:hover {
    color: var(--primaryColor);
}

.order-details .order-table table tbody tr td.order-subtotal span, .order-details .order-table table tbody tr td.order-shipping span, .order-details .order-table table tbody tr td.total-price span {
    color: var(--blackColor);
    font-weight: 600;
}

.order-details .order-table table tbody tr td.shipping-price, .order-details .order-table table tbody tr td.order-subtotal-price, .order-details .order-table table tbody tr td.product-subtotal {
    color: var(--blackColor);
    font-weight: 600;
}

.order-details .payment-box {
    box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06);
    background-color: var(--whiteColor);
    margin-top: 30px;
    padding: 40px;
}

.order-details .payment-box .payment-method p {
    border-bottom: 1px solid #eeeeee;
    margin-bottom: 0;
    padding-top: 15px;
    padding-bottom: 15px;
}

.order-details .payment-box .payment-method p [type=radio]:checked, .order-details .payment-box .payment-method p [type=radio]:not(:checked) {
    display: none;
}

.order-details .payment-box .payment-method p a {
    font-weight: 500;
}

.order-details .payment-box .payment-method p img {
    display: block;
    margin-bottom: 5px;
}

.order-details .payment-box .payment-method p [type=radio]:checked + label, .order-details .payment-box .payment-method p [type=radio]:not(:checked) + label {
    color: var(--blackColor);
    padding-left: 27px;
    position: relative;
    margin-bottom: 5px;
    font-weight: 600;
    cursor: pointer;
    display: block;
}

.order-details .payment-box .payment-method p [type=radio]:checked + label::before, .order-details .payment-box .payment-method p [type=radio]:not(:checked) + label::before {
    left: 0;
    top: 4px;
    content: "";
    width: 18px;
    height: 18px;
    border-radius: 50%;
    position: absolute;
    border: 1px solid #dddddd;
    background: var(--whiteColor);
}

.order-details .payment-box .payment-method p [type=radio]:checked + label::after, .order-details .payment-box .payment-method p [type=radio]:not(:checked) + label::after {
    top: 7px;
    left: 3px;
    content: "";
    width: 12px;
    height: 12px;
    position: absolute;
    border-radius: 50%;
    transition: var(--transition);
    background: var(--primaryColor);
}

.order-details .payment-box .payment-method p [type=radio]:not(:checked) + label::after {
    opacity: 0;
    visibility: hidden;
    transform: scale(0);
}

.order-details .payment-box .payment-method p [type=radio]:checked + label::after {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
}

.order-details .payment-box .payment-method p:first-child {
    padding-top: 0;
}

.order-details .payment-box .payment-method p:last-child {
    padding-bottom: 0;
    border-bottom: none;
}

.order-details .payment-box .default-btn {
    margin-top: 25px;
}

/*================================================
Wishlist Area CSS
=================================================*/
.wishlist-table table {
    margin-bottom: 0;
}

.wishlist-table table thead tr {
    border: none;
}

.wishlist-table table thead tr th {
    vertical-align: middle;
    white-space: nowrap;
    padding: 0 0 15px;
    border: none;
    font-size: 14.5px;
    font-family: var(--headingFontFamily);
}

.wishlist-table table tbody tr {
    border-color: #eeeeee;
}

.wishlist-table table tbody tr td {
    color: var(--optionalColor);
    vertical-align: middle;
    white-space: nowrap;
    font-weight: 600;
    font-size: var(--fontSize);
    padding-left: 0;
    padding-right: 0;
    border-color: #eaedff;
    border-left: none;
    border-right: none;
}

.wishlist-table table tbody tr td img {
    width: 80px;
}

.wishlist-table table tbody tr td a {
    display: inline-block;
}

.wishlist-table table tbody tr td .remove {
    color: red;
    font-size: 18px;
}

.wishlist-table table tbody tr td.product-stock-status span {
    display: inline-block;
    position: relative;
    padding-left: 21px;
}

.wishlist-table table tbody tr td.product-stock-status span i {
    position: absolute;
    top: 4px;
    left: 0;
}

.wishlist-table table tbody tr td.product-stock-status span.in-stock {
    color: #297e29;
}

.wishlist-table table tbody tr td.product-stock-status span.out-stock {
    color: #ffb453;
}

/*================================================
Footer Area CSS
=================================================*/
/*================================================
Go Top CSS
=================================================*/
.go-top {
    z-index: 4;
    opacity: 0;
    right: 20px;
    bottom: 20px;
    line-height: 1;
    position: fixed;
    cursor: pointer;
    font-size: 40px;
    transition: 0.2s;
    visibility: hidden;
    color: var(--primaryColor);
}

.go-top:hover {
    bottom: 25px;
}

.go-top.active {
    opacity: 1;
    transform: scale(1);
    visibility: visible;
}

/*================================================
Modal CSS
=================================================*/
.productsQuickView {
    padding-right: 0 !important;
}

.productsQuickView .modal-dialog {
    max-width: 1000px;
    margin: 0 auto;
}

.productsQuickView .modal-content {
    border: none;
    padding: 40px;
    background-color: var(--whiteColor);
}

.productsQuickView .modal-content button.btn-close {
    top: 10px;
    z-index: 1;
    opacity: 1;
    right: 10px;
    box-shadow: unset;
    position: absolute;
    color: var(--blackColor);
    transition: var(--transition);
    background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
}

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

.productsQuickView .modal-content .modal-body .image {
    text-align: center;
}

.productsQuickView .modal-content .modal-body .content h3 {
    letter-spacing: 0.5px;
    margin-bottom: 15px;
    font-size: 20px;
}

.productsQuickView .modal-content .modal-body .content .price {
    color: var(--blackColor);
    font-size: 13px;
}

.productsQuickView .modal-content .modal-body .content .price .new-price {
    font-family: var(--headingFontFamily);
}

.productsQuickView .modal-content .modal-body .content .price .old-price {
    color: var(--secondaryColor);
    text-decoration: line-through;
}

.productsQuickView .modal-content .modal-body .content .rating {
    margin-top: 10px;
    margin-bottom: 12px;
}

.productsQuickView .modal-content .modal-body .content .rating i {
    color: #facb11;
}

.productsQuickView .modal-content .modal-body .content .products-add-to-cart {
    display: flex;
    align-items: center;
    margin-top: 20px;
}

.productsQuickView .modal-content .modal-body .content .products-add-to-cart .input-counter {
    max-width: 150px;
    min-width: 150px;
    text-align: center;
    position: relative;
}

.productsQuickView .modal-content .modal-body .content .products-add-to-cart .input-counter span {
    top: 0;
    width: 40px;
    height: 100%;
    font-size: 15px;
    cursor: pointer;
    line-height: 50px;
    position: absolute;
    color: var(--secondaryColor);
    background-color: transparent;
    transition: var(--transition);
}

.productsQuickView .modal-content .modal-body .content .products-add-to-cart .input-counter span.minus-btn {
    left: 0;
    border-right: 1px solid #eeeeee;
}

.productsQuickView .modal-content .modal-body .content .products-add-to-cart .input-counter span.plus-btn {
    right: 0;
    border-left: 1px solid #eeeeee;
}

.productsQuickView .modal-content .modal-body .content .products-add-to-cart .input-counter span:hover {
    color: var(--primaryColor);
}

.productsQuickView .modal-content .modal-body .content .products-add-to-cart .input-counter input {
    outline: 0;
    width: 100%;
    height: 45px;
    display: block;
    text-align: center;
    color: var(--blackColor);
    border: 1px solid #eeeeee;
    background-color: var(--whiteColor);
    font-size: 17px;
    font-weight: 600;
}

.productsQuickView .modal-content .modal-body .content .products-add-to-cart .input-counter input::-moz-placeholder {
    color: var(--blackColor);
}

.productsQuickView .modal-content .modal-body .content .products-add-to-cart .input-counter input::placeholder {
    color: var(--blackColor);
}

.productsQuickView .modal-content .modal-body .content .products-add-to-cart .default-btn {
    height: 45px;
    margin-left: 20px;
}

.productsQuickView .modal-content .modal-body .content .add-to-wishlist {
    display: inline-block;
    color: var(--secondaryColor);
    margin-top: 25px;
    margin-bottom: 25px;
}

.productsQuickView .modal-content .modal-body .content .add-to-wishlist i {
    width: 42px;
    height: 42px;
    font-size: 17px;
    line-height: 42px;
    text-align: center;
    margin-right: 8px;
    border: 1px solid #eeeeee;
    transition: var(--transition);
}

.productsQuickView .modal-content .modal-body .content .add-to-wishlist:hover {
    color: var(--primaryColor);
}

.productsQuickView .modal-content .modal-body .content .add-to-wishlist:hover i {
    background-color: var(--primaryColor);
    border-color: var(--primaryColor);
    color: var(--whiteColor);
}

.productsQuickView .modal-content .modal-body .content .products-info {
    padding-left: 0;
    margin-bottom: 0;
    list-style-type: none;
}

.productsQuickView .modal-content .modal-body .content .products-info li {
    font-size: 15px;
    margin-bottom: 10px;
    color: var(--secondaryColor);
}

.productsQuickView .modal-content .modal-body .content .products-info li span {
    color: var(--blackColor);
    font-weight: 600;
}

.productsQuickView .modal-content .modal-body .content .products-info li a {
    color: var(--secondaryColor);
}

.productsQuickView .modal-content .modal-body .content .products-info li a:hover {
    color: var(--primaryColor);
}

.productsQuickView .modal-content .modal-body .content .products-info li:last-child {
    margin-bottom: 0;
}

.modal.right .modal-dialog {
    margin: auto;
    width: 420px;
    height: 100%;
    position: fixed;
    transform: translate3d(0%, 0, 0);
}

.modal.right .modal-content {
    height: 100%;
    overflow-y: auto;
    background-color: var(--whiteColor);
    border: none;
    border-radius: 0;
}

.modal.right .modal-content button.btn-close {
    top: 0;
    left: 0;
    z-index: 1;
    opacity: 1;
    box-shadow: unset;
    position: absolute;
    color: var(--blackColor);
    transition: var(--transition);
    background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
}

.modal.right.fade .modal-dialog {
    right: -320px;
    transition: opacity 0.3s linear, right 0.3s ease-out;
}

.modal.right.fade.show .modal-dialog {
    right: 0;
}

.productsFilterModal.modal {
    z-index: 99991;
}

.productsFilterModal.modal .modal-body {
    padding: 0;
}

.productsFilterModal.modal .modal-content {
    padding: 90px 30px 30px;
}

.productsFilterModal.modal .modal-content button.btn-close {
    top: 30px;
    left: 30px;
    z-index: 1;
    opacity: 1;
    box-shadow: unset;
    position: absolute;
    color: var(--blackColor);
    transition: var(--transition);
    background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
}

.productsFilterModal.modal .modal-content .widget-area {
    padding-left: 0;
}

/*# sourceMappingURL=style.css.map */
.productsimage {
    width: 35rem;
    height: 35rem;
    object-fit: cover;
}

.productcontainer {
    margin-top: 10rem;
}

.socialmedia {
    display: flex;
    justify-content: flex-end;
}

.blog-a {
    color: #000000;
    font-weight: 500;
    font-size: 13px;
    line-height: 0 !important;
}
.blog-title{

    display: inline-block;
    color: var(--primaryColor);
    font-weight: 900;

}
.haberleropacityTitle {
    position: absolute;
    font-weight: 900;
    font-size: 80px;
    z-index: 0;
    opacity: 0.05;
    margin-bottom: 4rem;
    text-transform: uppercase;

}
.sectiontitles {
    font-size: 35px;
    font-weight: 700;
    text-transform: uppercase;
}
.section-titles {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    position: relative;
}
.page-content__description.center, .text-center {
    text-align: center;
}
.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
}
.patoi-nav{
background-color: #ffffff;
}
.sahip-product{
    padding: 10rem;
}
@media(max-width: 768px){
    .sahip-product{
        padding: 0rem;
    }
}
@media (max-width: 1200px) {
    .haberleropacityTitle {
        font-size: 33px;
        margin-bottom: 0rem;
    }
}
@media (max-width: 1200px) {
    .sectiontitles {
        margin-top: 2rem;
    }
}
@media (max-width: 1200px) {
    .sectiontitles {
        font-size: 20px;
    }
.navbar-area{
    background-color: #ffff;
}
.banner-item{
    margin-top: 9rem;
}
.blogcontainer{
    padding: 5px 30px 5px 30px;
}

}