@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@500;600;700&family=Montserrat:wght@400;500;600&display=swap');

@media (max-width: 768px) {
  .divider {
   /* display: none; */
  }
}

@media (max-width: 699px) {
    .category-card .img {
        max-height: 0px !important; 
    }
}

.container {
    padding-top: 50px;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

footer {
    background: #181f27;
    color: rgba(255, 255, 255, .86);
    margin-top: 50px;
    padding: 200px 0;
    padding-bottom: 0px;
    border-top: 1px solid rgba(255, 255, 255, .10);
    background: url(https://res.cloudinary.com/dostasmjg/image/upload/v1775483454/divider-top.png) top no-repeat;
    padding-top: 72px;
    /* background-size: cover; */
}

.navbar .container {
    padding-top: 0px !important;
}

.img {
  width: 100%;
  overflow: hidden;
  border-radius: 12px;
}

.img img {
  width: 100%;
  height: 100%;
  display: block;
}


.infotop {
    padding: 8px 8px 0;
}

.infotop .text-align-right {
    text-align: right;
}

.badge-tag {
    display: inline-block;
    padding: 4px 8px;
    border: 1px solid rgba(255, 255, 255, 0.25);
    border-radius: 20px;
    font-size: 12px;
    margin-right: 6px;
    margin-top: 6px;
}

.section-pad {
    padding: 20px 0;
}


.category-card {
    border-radius: 14px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
    margin-bottom: 24px;
}

.category-card .img {
    height: 160px;
    background-size: cover;
    background-position: center;
}

.category-card .body {
    padding: 16px;
}

.category-card h4 {
    margin-top: 0;
    margin-bottom: 8px;
}

.category-card p {
    margin: 0;
    color: #666;
}


.filters-wrap {
    background: #fff;
    border-radius: 14px;
    padding: 16px;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
    margin-bottom: 24px;
}

.filters-wrap label {
    font-weight: 600;
    font-size: 13px;
    margin-bottom: 6px;
    display: block;
}

.filters-wrap .form-control {
    height: 40px;
}

.filters-actions {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    align-items: center;
}

.small-help {
    color: #777;
    font-size: 12px;
    margin-top: 8px;
}


.product-card {
    background: #fff;
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
    margin-bottom: 24px;
    transition: transform .15s ease;
}

.product-card:hover {
    transform: translateY(-2px);
}

.product-card .img {
    height: 220px;
    background-size: cover;
    background-position: center;
}

.product-card .body {
    padding: 14px 16px 16px;
}

.product-card .title {
    margin: 0 0 6px;
    font-weight: 700;
    font-size: 16px;
}

.product-card .meta {
    color: #666;
    font-size: 13px;
    margin-bottom: 10px;
}

.product-card .price {
    font-weight: 800;
    font-size: 16px;
    margin-bottom: 10px;
}

.product-card .tags {
    margin-bottom: 10px;
}

.product-card .tags span {
    display: inline-block;
    padding: 4px 10px;
    border-radius: 20px;
    background: rgba(0, 0, 0, 0.06);
    font-size: 12px;
    margin-right: 6px;
    margin-top: 6px;
}

.product-card .btn {
    border-radius: 10px;
}


.products-toolbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 10px;
}

.count-pill {
    display: inline-block;
    padding: 6px 10px;
    border-radius: 999px;
    background: rgba(0, 0, 0, 0.06);
    font-size: 12px;
    font-weight: 700;
}


.modal .modal-header {
    border-bottom: 0;
}

.modal .modal-footer {
    border-top: 0;
}

.modal .modal-content {
    border-radius: 16px;
}


.navbar-default {
    border: 0;
}

.appointment-btn a {
    border-radius: 12px;
}


@media (max-width: 768px) {
    #logo-w {
        display: none;
    }

    footer {
       /* padding: 5px 0 !important;*/
    }

	.product-card .img img {
   
    object-fit: contain;
}
}

@media (max-width: 434px) {
    .modal-dialog {
        margin: 30px auto;
        margin-top: 39% !important;
    }
}


@media (min-width: 768px) and (max-width: 980px) {
    .modal-dialog {
        width: 600px;
        margin: 30px auto;
        margin-top: 27% !important;
    }
}



@media (min-width: 700px) and (max-width: 767px) {
	
	.category-card {
		width: 40%;
		float: left;
		margin: 5%;
	}
}




@media (max-width: 767px) {
    header {
        display: none !important;
    }
}

.navbar-default .navbar-toggle {
    position: absolute;
    right: 20px;

    height: 40px;
    padding: 9px 10px;
}


#send {
    display: block;
    width: 20%;
    margin: auto;
}

.product-card .img {
    cursor: pointer;
}

.product-card .img:hover {
    transform: scale(1.01);
    transition: transform .2s ease;
}



.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
    border: 0px !important;
    -webkit-box-shadow: unset;
}

.navbar-default {
    min-height: 80px;
}

.copyright-text p {
    color: #797979;
    font-size: 14px;
    letter-spacing: 0.5px;
}

.active-filters-count {
    display: inline-block;
    margin-left: 10px;
    font-weight: 600;
    color: var(--muted);
    font-size: 13px;
}

button:focus,
button:active,
.btn:focus,
.btn:active {
    outline: none !important;
    box-shadow: none !important;
}


@media (max-width: 767px) {
    #navlogo {
        width: 150px;
        /*90*/
        padding-left: 20px;
    }

    body {}

    #resultsCount {
        width: 30% !important;
    }

    #send {
        display: block;
        width: 100%;
        margin: auto;
    }
}

@media (max-width: 767px) {
    #logo-w img {
        width: 150px;
        padding-bottom: 20px;
    }
}

.h3,
h3 {
    font-size: 26px !important;
}

.section-title h3,
.section-title p,
.about-info h3,
.about-info p {
    text-align: center !important;
}

.modal-dialog {
    position: relative;
    margin-top: 15%;
}

@media (max-width: 767px) {
   .modal-dialog {
    position: relative;
    margin-top: 25%;
}
}

.footer-thumb {
    padding-top: 15px;
}

@media (min-width: 768px) {
	.footer-thumb {
		margin-left: 60px; /*0 30%;*/
   	    width: 100%;
	}
}

.modal-body {
    position: relative;
    padding: 15px;
}


#applyFiltersBtn {
    background: var(--primary-dark) !important;
    color: #ffffff !important;
    border: none !important;
    border-radius: 9px !important;
    padding: 10px 18px !important;
    font-weight: 600;
    transition: 0.3s ease;
}

#applyFiltersBtn:hover {
    background: var(--primary) !important;
    transform: translateY(-2px);
}

#order-bottom {
    padding-bottom: 15px;
}

.panel-card {
    padding: 18px;
    border-radius: 16px;
    background: var(--cream);
    border: 1px solid var(--line);
    box-shadow: var(--shadow-soft);
}

.panel-card h4 {
    margin-top: 0;
    margin-bottom: 10px;
    color: #794f70;
    font-weight: 800;
}

.panel-card .form-control {
    border-radius: 12px;
    height: 44px;
}

.panel-card textarea.form-control {
    height: auto;
    min-height: 140px;
}

#resultsCount {
    display: block;
    width: 15%;
    text-align: center;
    margin: 20px auto;
}


.navbar-default .navbar-nav li.appointment-btn a {
    display: inline-block;
    padding: 11px 18px;
    line-height: normal;
    height: auto;
    margin-top: 40px;
    margin-bottom: 18px;
}

.navbar-default {
    min-height: 80px;
}

.navbar-default .navbar-nav>li>a {

    padding-top: 0;
    padding-bottom: 0;
}

@media (max-width: 767px) {
    .navbar-default {
        min-height: 70px;
    }

    .navbar-default .navbar-nav>li>a {
        line-height: normal;
        padding: 10px 15px;
    }
}

.navbar.navbar-default.navbar-static-top {
    position: sticky !important;
    top: 0;
    z-index: 9999;
}

body {
    padding-top: 0 !important;
}

:root {
    --primary: #B47B86;
    --primary-dark: #8E5862;
    --accent: #D9A6A1;
    --beige: #F6EFE7;
    --cream: #FFF8F2;
    --text: #3E3436;
    --muted: #7E6F72;
    --line: rgba(62, 52, 54, .10);
    --white: #ffffff;

    --radius: 16px;
    --radius-sm: 12px;
    --shadow: 0 12px 30px rgba(62, 52, 54, .10);
    --shadow-soft: 0 8px 20px rgba(62, 52, 54, .08);
}

html {
    scroll-behavior: smooth;
    scroll-padding-top: 80px;
}

@media(max-width:767px) {
    html {
        scroll-padding-top: 70px;
    }
}

body {
    font-family: 'Montserrat', sans-serif;
    background: #f7f7f7; /*#f7f4f3;*/
    color: var(--text);
    overflow-x: hidden;
    font-size: 16px;
    line-height: 1.7;
    padding-top: 0;
}


h1,
h2,
h3,
h4,
h5,
h6 {
    color: #794f70;
    letter-spacing: -0.5px;
    line-height: 1.15;
}

p {
    color: var(--muted);
}

a {
    color: var(--primary-dark);
    transition: .25s ease;
}

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

header {
    background: rgba(255, 255, 255, .86);
    border-bottom: 1px solid var(--line);
    backdrop-filter: blur(10px);
    padding: 8px 0;
}

header span {
    font-size: 14px;
    color: var(--muted);
}

header i {
    color: var(--primary);
}


.navbar-default {
    background: #a9869b;
    border: none;
    box-shadow: 0 6px 20px rgba(62, 52, 54, .12);
    backdrop-filter: blur(12px);
}

.navbar-default .navbar-nav li a {
    color: rgba(255, 255, 255, .92);
    font-size: 20px;
    font-weight: 500;
    padding: 25px 38px 18px;
    letter-spacing: .2px;
}

.navbar-default .navbar-nav li a:hover,
.navbar-default .navbar-nav li a:focus {
    color: #fff;
    opacity: .88;
    background: transparent;
}

.navbar-default .navbar-toggle .icon-bar {
    background: #fff;
}

.navbar-default .navbar-toggle {
    border-color: rgba(255, 255, 255, .35);
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background: rgba(255, 255, 255, .12);
}

.navbar-default .navbar-nav li.appointment-btn a {
    background: var(--cream);
    color: var(--primary-dark) !important;
    border-radius: 999px;
    font-weight: 500;
    box-shadow: 0 10px 18px rgba(62, 52, 54, .14);
}

.navbar-default .navbar-nav li.appointment-btn a:hover {
    background: var(--accent);
    color: #fff !important;
}

.slider .item {
    height: 80vh;
    min-height: 520px;
    background-size: cover;
    background-position: center;
    position: relative;
}

@media(max-width:992px) {
    .slider .item {
        height: 60vh;
        min-height: 380px;
    }
}

.slider .item::after {
    content: "";
    position: absolute;
    inset: 0;

    background: linear-gradient(to bottom,
            rgba(180, 123, 134, .35),
            rgba(62, 52, 54, .55));
}

.slider .caption {
    position: relative;
    z-index: 2;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    color: #fff;
    padding: 0 16px;
}

.slider h1 {
    font-size: 52px;
    margin: 0 0 14px;
    color: #fff;
    font-weight: 700;
}

@media(max-width:992px) {
    .slider h1 {
        font-size: 38px;
    }
}

.slider p {
    color: rgba(255, 255, 255, .92);
    font-size: 18px;
    max-width: 760px;
}

.section-btn {
    background: var(--accent);
    color: #fff;
    border-radius: 999px;
    padding: 14px 28px;
    font-weight: 800;
    transition: .25s ease;
    border: 0;
}

.section-btn:hover {
    background: var(--primary-dark);
    color: #fff;
    transform: translateY(-2px);
}


section {
    padding: 20px 0;
}

@media(max-width:768px) {
    section {
        padding: 60px 0;
    }
}

@media(max-width:768px) {
    section {
        padding: 20px 0;
    }
}

.section-title h3 {
    font-size: 24px;
    margin-bottom: 10px;
}

.filters-wrap,
.panel-card,
.category-card,
.product-card {
    background: #ffffff;
    border-radius: var(--radius);
    box-shadow: var(--shadow-soft);
}


.filters-wrap {
    padding: 18px;
    margin-bottom: 24px;
}

.filters-wrap label {
    font-weight: 900;
    font-size: 12px;
    letter-spacing: .6px;
    text-transform: uppercase;
    color: var(--primary-dark);
    margin-bottom: 6px;
    display: block;
}

.filters-wrap .form-control {
    border-radius: var(--radius-sm);
    border: 1px solid rgba(62, 52, 54, .14);
    height: 44px;
    box-shadow: none;
    background: #fff;
}

.filters-wrap .form-control:focus {
    border-color: rgba(180, 123, 134, .60);
    box-shadow: none;
}

.count-pill {
    display: inline-block;
    padding: 8px 12px;
    border-radius: 999px;
    background: rgba(180, 123, 134, .14);
    color: var(--primary-dark);
    font-weight: 900;
    font-size: 12px;
}

.category-card {
    overflow: hidden;
    margin-bottom: 24px;
    transition: transform .18s ease, box-shadow .18s ease;
}

.category-card:hover {
    transform: translateY(-3px);
    box-shadow: var(--shadow);
}

.category-card .img {
    height: 170px;
    background-size: cover;
    background-position: center;
}

@media (min-width: 991px) and (max-width: 1200px) {
.category-card .body {
	min-height: 115.06px;
}
} 

.category-card .body {
    padding: 16px;
}

.category-card h4 {
    margin: 0 0 8px;
    font-weight: 800;
    color: var(--primary-dark);
}

.category-card p {
    margin: 0;
}

.product-card {
    overflow: hidden;
    margin-bottom: 24px;
    transition: transform .18s ease, box-shadow .18s ease;
}

.product-card:hover {
    transform: translateY(-4px);
    box-shadow: var(--shadow);
}

.product-card .img {

    display: flex;
    align-items: center;
    justify-content: center;
 /*    padding: 12px;*/
}

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

@media(max-width:767px) {
/*    .product-card .img {
        height: 220px;
        max-width: 80%;
        max-height: 80%;
        display: block;
        margin: 25px;
    }*/
	
	.product-card .img {
        height: 230px;
        /* max-width: 85%; */
        max-height: 80%;
        display: block;
        margin-top: 10px;
    }

    .category-card .img {
  /*      max-width: 90%;*/
        max-height: 90%;
        display: block;
  /*      margin: 17px;*/
    }

}


@media (min-width: 991px) and (max-width: 1280px) {
/*
.col-sm-6 {
        width: 30%;
        margin: 20px 20px 20px 20px;
    }
*/
}

/*.product-card .body{ padding: 22px 22px 24px; }*/
.product-card .title {
    font-size: 22px;
    font-weight: 700;
    color: var(--text);
    margin: 0 0 6px;
}

.product-card .meta {
    color: var(--muted);
    font-size: 13px;
    margin: 0 0 10px;
}

.product-card .price {
    font-weight: 900;
    color: var(--primary-dark);
    margin: 0 0 10px;
    font-size: 16px;
}

.product-card .tags span {
    display: inline-block;
    padding: 6px 10px;
    border-radius: 999px;
    background: rgba(62, 52, 54, .06);
    font-size: 12px;
    margin-right: 6px;
    margin-top: 6px;
    color: var(--primary-dark);
    font-weight: 700;
}

.btn-solid {
    background: #794f70 !important;
    color: #fff !important;
    border-radius: 9px !important;
    border: 0 !important;
    font-weight: 900 !important;
    padding: 10px 14px !important;
    box-shadow: 0 12px 22px rgba(62, 52, 54, .14);
}

.btn-solid:hover {
    background: var(--primary) !important;
}

.btn-ghost {
    background: transparent !important;
    border: 1px solid rgba(62, 52, 54, .18) !important;
    color: #ffffff !important;
    border-radius: 9px !important;
    font-weight: 900 !important;
    padding: 10px 14px !important;
}

.btn-ghost:hover {
    border-color: rgba(62, 52, 54, .26) !important;
}

.product-card .btn {
    border-radius: 9px !important;
    background: #e3e3e3 !important;
    border: 1px solid rgba(62, 52, 54, .16) !important;
    color: #794f70 !important;
    font-weight: 900 !important;
}

.product-card .btn:hover {
    border-color: rgba(62, 52, 54, .26) !important;
    transform: translateY(-1px);
}

.angle-up-btn {
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 9999;
    opacity: 0;
    transform: translateY(10px);
    pointer-events: none;
    transition: opacity .25s ease, transform .25s ease;
}

.angle-up-btn.is-visible {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
}

.angle-up-btn a {
    width: 46px;
    height: 46px;
    border-radius: 999px;
    background: #a9869b;
    border: 1px solid rgba(255, 255, 255, .22);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    box-shadow: 0 12px 24px rgba(62, 52, 54, .18);
}

.angle-up-btn a:hover,
.angle-up-text a:hover,
.angle-up-text a:focus,
.angle-up-text a:active {
    color: #ffffff;
    text-decoration: none !important;
}

/*
footer {
    background: #181f27;
    color: rgba(255, 255, 255, .86);
    padding: 160px 0;
    padding-bottom: 10px;
    border-top: 1px solid rgba(255, 255, 255, .10);
}*/

footer h4 {
    color: #fff;
}

footer p,
footer a {
    color: rgba(255, 255, 255, .72);
}

footer a:hover {
    color: var(--accent);
}

.social-icon li a {
    font-size: 22px;
    margin-right: 12px;
}

::-webkit-scrollbar {
    width: 2px;
}

::-webkit-scrollbar-thumb {
    background: #794f70;
    border-radius: 999px;
}

::-webkit-scrollbar-thumb:hover {
    background: #b77da4;
}




@media (max-width: 767px) {

    .navbar-default .navbar-collapse.collapse {
        display: none;
    }

    .navbar-default .navbar-collapse.collapse.in {
        display: block;
    }

    .navbar-default .navbar-nav {
        float: none;
        margin: 25px 5px 5px 5px;
        text-align: right;
    }

    .navbar-default .navbar-nav>li {
        float: none;
        display: block;
    }

    .navbar-default .navbar-nav>li>a {
        line-height: normal !important;
        height: auto !important;
        padding: 12px !important;
        font-size: 17px !important;
    }

    .navbar-default .navbar-nav li.appointment-btn a {
        margin-top: 10px;
        margin-bottom: 10px;
    }
}

#filtersPanel {
    display: none;
    margin-top: 15px;
}

#filtersPanel.active {
    display: block;
    animation: fadeIn .25s ease;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(-5px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

#toggleFiltersBtn {
    background: #794f70 !important;
    margin-bottom: 10px;
}

#resetFiltersBtn {
    margin-bottom: 10px;
}

.copyright-text a,
.copyright-text a:hover,
.copyright-text a:focus,
.copyright-text a:active {
    color: #797979;
    text-decoration: none;
}

:root {
    --vvTop: 0px;
}

@media (max-width: 767px) {
    section.navbar.navbar-default.navbar-static-top {
        top: var(--vvTop) !important;
    }
}

:root {
    --vvBottom: 0px;
}

@media (max-width: 767px) {
    .angle-up-btn {
        position: fixed;
        right: 20px;
        bottom: calc(20px + env(safe-area-inset-bottom) + var(--vvBottom));
        transform: none !important;
        transition: opacity .25s ease;
    }

    .angle-up-btn.is-visible {
        transform: none !important;
    }
}

@media (max-width: 767px) {
    html {
        scroll-behavior: auto;
    }
}

@media (max-width: 767px) {
    html {
        scroll-behavior: auto;
    }

    .angle-up-btn {
        transform: none;
        transition: opacity .25s ease;
    }

    .angle-up-btn.is-visible {
        transform: none;
    }
}



#rowinfo {
    margin-right: 0 !important;
}

@media (max-width: 767px) {
    .angle-up-btn {
        transform: none !important;
        transition: opacity .25s ease !important;
    }
}