* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    margin: 0;
}

.container {
    margin: 0 auto;
    padding: 0 1em;
    max-width: 1950px;
}

@media only screen and (min-width: 1080px) {
    .container {
        width: 1080px;
    }
}

@media only screen and (min-width: 1250px) {
    .container {
        width: 1200px;
    }
}

ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
}

a:hover {
    color: #7f5e53 !important;
}

h1,
h2,
h3 {
    margin: 0;
}

.main {
    position: relative;
    z-index: 1;
    overflow: hidden;
    background-image: url("../img/bg-main.png");
    background-attachment: fixed;
}

.header {
    padding-top: 22px;
    padding-bottom: 20px;
    background: #ffffff;
}

.header .pre-header .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 27px;
}

.header .pre-header .logo-img {
    width: 79px;
    height: auto;
}

.header .pre-header h1 {
    font-size: 21px;
    color: #744f44;
    text-align: center;
    text-transform: uppercase;
}

.header .navbar {
    margin-top: 40px;
    padding-bottom: 6px;
    border-bottom: 1px solid #d9d9d9;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
}

.header .navbar .list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 40px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}

.header .navbar .list .nav-item {
    font-size: 18px;
    color: #745044;
    opacity: 0.5;
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}

.header .navbar .list .nav-item.active, .header .navbar .list .nav-item:hover {
    opacity: 1;
    padding-bottom: 9px;
    border-bottom: 3px solid #745044;
}

.header .navbar .bar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 40px;
}

.header .navbar .bar .item {
    padding-bottom: 4px;
    margin-bottom: -4px;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
    color: #7f5e53 !important;

}

.header .navbar .bar .item:hover {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    border-width: 0 !important;
}

.header .navbar .bar .item.active {
    margin-bottom: -9px;
    border-bottom: 3px solid #745044;
}

.slider .decor {
    height: 50px;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    overflow: hidden;
    -o-object-position: left;
    object-position: left;
}

.slider .splide__slide {
    height: 680px;
}

.slider .splide__pagination {
    top: 60px;
    bottom: unset;
    left: 3%;
    right: unset;
    gap: 20px;
}

.slider .splide__pagination .splide__pagination__page {
    height: 2px;
    width: 135px;
    background: #ffffff;
    border-radius: 0;
    border: none;
    opacity: 1;
    margin: 0;
}

.slider .splide__pagination .splide__pagination__page.is-active {
    -webkit-transform: unset;
    transform: unset;
    height: 4px;
}

.slider .splide__pagination #pnum {
    font-size: 16px;
    color: #ffffff;
    letter-spacing: 6px;
}

.slider .item {
    height: 100%;
    background-size: cover;
    background-position: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.slider .item .wrapper {
    max-width: 50%;
}

.slider .item h3 {
    font-weight: 700;
    font-size: 48px;
    line-height: 65px;
    color: #ffffff;
    margin-bottom: 13px;
}

.slider .item .description {
    font-size: 22px;
    color: #ffffff;
    margin-bottom: 47px;
}

.slider .item a {
    background: #ffffff;
    padding: 23px 53px;
    font-size: 18px;
    color: #000000;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 100px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.slider .item a img {
    width: 20px;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
}

.service {
    margin: 96px 0;
}

.service .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 32px;
}

.service img {
    width: 70px;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
}

.service h2 {
    font-weight: 700;
    font-size: 48px;
    color: #000000;
    margin-bottom: 10px;
}

.service .description {
    font-size: 22px;
    line-height: 29px;
    color: #000000;
}

.service .list {
    margin-top: 95px;
    padding: 0 10px;
}

.service .list .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0;
}

.service .list .col {
    position: relative;
    width: 100%;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.service .list .col:hover {
    z-index: 2;
    -webkit-box-shadow: 0px 4px 20px 3px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 4px 20px 3px rgba(0, 0, 0, 0.2);
}

.service .list .col .service-image {
    width: 100%;
    height: auto;
}

.service .list .col .text {
    position: absolute;
    bottom: 90px;
    left: 0;
    right: 0;
    text-align: center;
}

.service .list .col .title {
    font-size: 28px;
    color: #000000;
    margin-bottom: 6px;
}

.service .list .col a {
    color: #000000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 30px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: auto;
    font-size: 18px;
    font-weight: 700;
}

.service .list .col a img {
    width: 20px;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
}

.link-arrow {
    font-weight: 700;
    font-size: 18px;
    color: #000000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 30px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}

.link-arrow img {
    width: 20px;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
}

.c-title-img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 32px;
}

.c-title-img .t-image {
    width: 70px;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
}

.c-title-img .text h3 {
    font-size: 48px;
    line-height: 65px;
    color: #000000;
}

.innovation .c-title-img {
    margin-bottom: 95px;
}

.innovation .link-arrow {
    color: #745044;
}

.innovation .list {
    margin-bottom: 121px;
    padding: 0 10px;
}

.innovation .list .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.innovation .list .col {
    width: 100%;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.innovation .list .col:hover {
    z-index: 2;
    -webkit-box-shadow: 0px 4px 20px 3px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 4px 20px 3px rgba(0, 0, 0, 0.2);
}

.innovation .list .col img {
    width: auto;
    height: 400px;
    margin: auto;
    max-width: 100%;
}

.innovation .list .col .title {
    text-align: center;
    left: 0;
    right: 0;
    font-size: 28px;
    padding: 10px 0px 20px 0;
    color: #000000;
}

.about-high {
    background-image: url("../img/bg-about.png");
    height: 900px;
    background-size: cover;
    background-position: center;
    position: relative;
}

.about-high .bg-white {
    height: 725px;
    background: #ffffff;
    position: absolute;
    width: 50%;
    left: 0;
    top: 88px;
}

.about-high .wrapper {
    padding-top: 186px;
    z-index: 2;
    position: relative;
    max-width: 48%;
}

.about-high .wrapper h3 {
    font-size: 48px;
    color: #000000;
    margin-bottom: 65px;
}

.about-high .wrapper .description {
    font-size: 22px;
    color: #000000;
    margin-bottom: 250px;
}

.news {
    margin-bottom: 135px;
}

.news .c-title-img {
    margin: 95px 0;
}

.news .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 33px;
}

.news .col {
    width: 100%;
    color: #000000;
}

.news .col img {
    width: 100%;
    height: 400px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}

.news .col .text {
    padding: 20px 21px 27px 21px;
    font-size: 22px;
    line-height: 29px;
}

.news .col .text .date {
    margin-bottom: 41px;
    font-size: 18px;
}

.contact-form {
    position: relative;
    height: 880px;
    background: #f1f3f8;
}

.contact-form .contact-img {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 50%;
    -o-object-fit: cover;
    object-fit: cover;
}

.contact-form .container {
    height: 100%;
}

.contact-form .right-col {
    margin-left: 50%;
    padding-left: 32px;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.contact-form .right-col h3 {
    font-size: 48px;
    color: #000000;
    margin-bottom: 20px;
}

.contact-form .right-col p {
    margin: 0;
    font-size: 22px;
    color: #000000;
    margin-bottom: 20px;
}

.contact-form .right-col .form-control {
    margin-top: 32px;
}

.contact-form .right-col .form-control label {
    display: block;
    font-weight: 700;
    font-size: 22px;
    color: #000000;
    margin-bottom: 18px;
}

.contact-form .right-col .form-control input,
.contact-form .right-col .form-control textarea {
    font-size: 22px;
    color: #000000;
    padding-bottom: 12px;
    border: none;
    border-bottom: 1px solid #000000;
    background: none;
    padding: 5px;
}

.contact-form .right-col .form-control input::-webkit-input-placeholder,
.contact-form .right-col .form-control textarea::-webkit-input-placeholder {
    opacity: 0.3;
}

.contact-form .right-col .form-control input:-ms-input-placeholder,
.contact-form .right-col .form-control textarea:-ms-input-placeholder {
    opacity: 0.3;
}

.contact-form .right-col .form-control input::-ms-input-placeholder,
.contact-form .right-col .form-control textarea::-ms-input-placeholder {
    opacity: 0.3;
}

.contact-form .right-col .form-control input::placeholder,
.contact-form .right-col .form-control textarea::placeholder {
    opacity: 0.3;
}

.contact-form .right-col .link-arrow {
    margin-top: 32px;
    gap: 111px;
    padding: 23px 32px;
    background: #745044;
    border: none;
    color: #ffffff;
}

footer {
    padding-top: 19px;
    position: relative;
    background: #ffffff;
    z-index: 56;
}

footer .wrapper {
    padding-bottom: 110px;
}

footer .container {
    position: relative;
    z-index: 5;
}

footer .row {
    display: flex;
    justify-content: space-between;
}

footer h3 {
    margin-bottom: 11px;
    font-size: 18px;
    color: #000000;
}

footer .catalog li {
    margin-bottom: 11px;
}

footer .catalog li a {
    font-size: 18px;
    color: #000000;
}

footer .catalog {
    margin-top: 26px;
}

footer .currency {
    margin-top: 26px;
    max-width: 345px;
}

footer .currency li {
    margin-bottom: 11px;
    display: flex;
    justify-content: space-between;
    font-size: 18px;
    color: #000000;
}

footer .logo-title {
    display: flex;
    gap: 12px;
    align-items: center;
    margin-bottom: 25px;
}

footer .logo-title img {
    width: 84px;
}

footer .logo-title h1 {
    max-width: 278px;
    font-size: 14.5px;
    font-weight: 700;
}

footer .contacts {
    margin-bottom: 20px;
}

footer .contacts .item {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 26px;
}

footer .contacts img {
    width: 24px;
}

footer .contacts .title {
    color: #323232;
    font-size: 18px;
    font-weight: 400;
    line-height: 100%;
}

footer .privacy a {
    text-decoration: underline;
    color: #323232;
    font-size: 18px;
    font-weight: 400;
    line-height: 100%;
}

footer .copyright {
    margin-top: 50px;
    color: #323232;
    font-size: 18px;
    font-weight: 400;
    background: #f3f3f3;
    padding: 18px;
}

footer .copyright .year {
    margin-right: 13px;
}

footer .cookie {
    display: none;
    padding: 24px 116px 20px 37px;
    border: 1px solid #ececec;
    background: #f6f6f6;
    text-align: right;
    width: 60%;
    margin-left: auto;
    margin-right: auto;
    position: fixed;
    bottom: 70px;
    right: 10px;
    z-index: 60;
}

footer .cookie .text {
    text-align: justify;
    color: #000;
    font-size: 18px;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 9px;
}

footer .cookie .text b {
    color: #745044;
    font-size: 18px;
    font-weight: 700;
    line-height: normal;
}

footer .cookie .accept {
    color: #fff;
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    line-height: normal;
    background: #745044;
    display: inline-block;
    padding: 9px 63px;
    cursor: pointer;
}

@media (max-width: 960px) {
    .navbar .menu-button-container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .navbar .list {
        display: none !important;
    }

    .navbar #menu-toggle:checked~.list {
        display: block !important;
        position: absolute;
        left: 0;
        top: 100%;
        width: 100%;
        background: #f1f3f8;
        padding: 20px;
        z-index: 2222;
    }

    .navbar #menu-toggle:checked~.list li {
        margin-top: 42px;
    }
}

@media (max-width: 960px) {
    .slider .splide__slide {
        height: 300px;
    }

    .slider .splide__pagination {
        display: none;
    }

    .slider .wrapper {
        max-width: 100% !important;
    }

    .slider h3 {
        line-height: initial !important;
        font-size: 30px !important;
    }

    .slider .description {
        font-size: 18px !important;
    }

    .slider a {
        padding: 13px 32px !important;
    }
}

@media (max-width: 960px) {
    .service .row {
        display: block !important;
    }

    .service .text {
        bottom: 20px !important;
    }
}

@media (max-width: 960px) {
    .innovation .row {
        display: block !important;
    }

    .innovation a {
        display: block;
    }
}

@media (max-width: 960px) {
    .about-high .wrapper {
        max-width: 100% !important;
    }

    .about-high .bg-white {
        width: 95% !important;
    }
}

@media (max-width: 960px) {
    .news .row {
        display: block !important;
    }

    .news a {
        display: block;
    }
}

@media (max-width: 960px) {
    .contact-form .contact-img {
        display: none;
    }

    .contact-form .right-col {
        margin-left: 0 !important;
        padding-left: 0 !important;
    }
}

@media (max-width: 960px) {
    footer .row {
        display: block !important;
    }

    footer .row .col {
        margin-bottom: 40px;
    }

    footer .cookie {
        width: 100%;
    }
}

.slider.other .item {
    height: 300px;
}

@media (min-width: 960px) {
    .slider.other .item {
        height: 680px;
    }
}

.history {
    background: #745044;
}

.history .h-list {
    margin-top: 138px;
}

.history .h-list .item {
    margin-bottom: 200px;
}

.history .h-list .item img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    margin-bottom: 20px;
}

.history .h-list .item h3 {
    font-weight: 700;
    font-size: 48px;
    margin-bottom: 20px;
    color: #ffffff;
}

.history .h-list .item .description {
    font-size: 22px;
    line-height: 29px;
    color: #ffffff;
}

@media (min-width: 960px) {
    .history .h-list .row {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        gap: 32px;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .history .h-list .item {
        width: calc(50% - 16px);
    }

    .history .h-list .item:nth-child(2) {
        margin-top: 350px;
    }

    .history .h-list .item:nth-child(6) {
        width: 100%;
    }

    .history .h-list .item:nth-child(7) {
        margin-top: 350px;
    }

    .history .h-list .item:nth-child(12) {
        width: 100%;
    }

    .history .h-list .item:nth-child(14) {
        margin-top: 350px;
    }
}

.art .art-list {
    padding-bottom: 200px;
    margin-top: 138px;
}

.art .art-list .img-list {
    display: none;
}

.art .art-list h2 {
    font-weight: 700;
    font-size: 48px;
    line-height: 65px;
    color: #000000;
    margin-bottom: 37px;
}

.art .art-list .description {
    font-size: 22px;
    line-height: 29px;
    color: #000000;
}

.art .art-list .between-line {
    display: block;
    margin: 60px auto;
}

@media (min-width: 960px) {
    .art .art-list .right-col {
        width: 100%;
    }

    .art .art-list .img-list {
        display: block;
        width: 100%;
    }

    .art .art-list .img-list img {
        width: 100%;
        height: -webkit-fit-content;
        height: -moz-fit-content;
        height: fit-content;
        -o-object-fit: cover;
        object-fit: cover;
        margin-bottom: 187px;
    }

    .art .art-list .row {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        gap: 32px;
    }
}

.about-us .about-list {
    margin-top: 138px;
}

.about-us .about-list h2 {
    font-weight: 700;
    font-size: 48px;
    line-height: 65px;
    color: #000000;
    margin-bottom: 37px;
}

.about-us .about-list .description {
    font-size: 22px;
    line-height: 29px;
    color: #000000;
}

.about-us .about-list .between-line {
    display: block;
    margin: 60px auto;
}

.about-us .about-list .left-col {
    margin-bottom: 166px;
}

.about-us .about-list .about-img {
    width: 100%;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    -o-object-fit: cover;
    object-fit: cover;
}

.about-us .about-list2 {
    padding: 93px 0;
    background: #7f5e53;
    background-blend-mode: multiply;
}

.about-us .about-list2 .item {
    margin-bottom: 200px;
}

.about-us .about-list2 .item h3 {
    font-weight: 700;
    font-size: 48px;
    line-height: 65px;
    color: #ffffff;
    margin-bottom: 10px;
}

.about-us .about-list2 .item .description {
    font-size: 22px;
    line-height: 29px;
    margin-bottom: 60px;
    color: #ffffff;
}

.about-us .about-list2 .item img {
    width: 100%;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    -o-object-fit: cover;
    object-fit: cover;
}

@media (min-width: 960px) {
    .about-us .about-list .row {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        gap: 32px;
        text-align: justify;
    }

    .about-us .about-list .part2 {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
    }

    .about-us .about-list2 .row {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        gap: 35px;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .about-us .about-list2 .item:nth-child(even) .row {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
    }
}

.products .product-list {
    margin: 138px 0;
}

.products .product-list .item {
    margin-bottom: 100px;
}

.products .product-list .item .left-col {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
}

.products .product-list .item .left-col:hover .overlay {
    opacity: 1;
}

.products .product-list .item .left-col:hover .main {
    opacity: 0;
}

.products .product-list .item .left-col .pr-img {
    height: 500px;
    margin-bottom: 32px;
    -webkit-transition: 0.6s ease-in-out;
    transition: 0.6s ease-in-out;
}

.products .product-list .item .left-col .overlay {
    position: absolute;
    top: 0;
    opacity: 0;
}

.products .product-list .item .text {
    width: 100%;
}

.products .product-list .item h3 {
    font-weight: 700;
    font-size: 48px;
    line-height: 65px;
    margin-bottom: 20px;
    color: #000000;
}

.products .product-list .item .description {
    font-size: 22px;
    line-height: 29px;
    color: #000000;
    margin-bottom: 43px;
}

.products .product-list .item .link-arrow {
    color: #745044;
    font-weight: 400;
    gap: 111px;
}

.products .product-list .item .date {
    font-size: 18px;
    line-height: 23px;
    color: #000000;
    margin-bottom: 20px;
}

@media (min-width: 960px) {
    .products .product-list .item .row {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        gap: 32px;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}

.letter {
    top: 0px;
    position: -webkit-sticky;
    position: sticky;
    left: 1px;
    z-index: 55;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}

.letter ul {
    position: absolute;
    border-left: 1px solid #d9d9d9;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.letter li {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}

.letter .active a {
    font-weight: 700;
    font-size: 36px;
    line-height: 49px;
    color: #000000;
}

.letter a {
    text-align: center;
    padding-left: 5px;
    font-weight: 700;
    font-size: 24px;
    line-height: 33px;
    color: #545454;
}

@media (min-width: 960px) {
    .letter {
        left: 5%;
    }

    .letter a {
        padding-left: 22px;
    }
}

.online-shop .container-fluid {
    margin-top: 171px;
    padding: 0 1em;
    position: relative;
}

.online-shop .filter-open {
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 12px;
    margin-bottom: 22px;
}

.online-shop .filter-open img {
    cursor: pointer;
    width: 24px;
}


.online-shop .filter.active {
    left: 0;
}

.online-shop .filter .f-item {
    padding-bottom: 37px;
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 18px;
}

.online-shop .filter .f-item.active .wrapper {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    opacity: 1;
}

.online-shop .filter .f-item.active .dropdown-icon {
    background-image: url(../img/icon/dropup.svg);
}

.online-shop .filter .dropdown {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    cursor: pointer;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.online-shop .filter .dropdown-icon {
    width: 11px;
    height: 20px;
    background-image: url(../img/icon/dropdown.svg);
    background-repeat: no-repeat;
    background-position: center;
}

.online-shop .filter .title {
    font-size: 28px;
    line-height: 38px;
    color: #000000;
}

.online-shop .filter .wrapper {
    overflow: hidden;
    height: 0;
    opacity: 0;
    -webkit-transition: opacity 0.5s ease-out;
    transition: opacity 0.5s ease-out;
    margin-top: 18px;
}

.online-shop .filter .wrapper a,
.online-shop .filter .wrapper label,
.online-shop .filter .wrapper input {
    font-weight: 700;
    font-size: 20px;
    color: #545454;
}

.online-shop .filter .category li {
    margin-bottom: 18px;
}

.online-shop .filter .material li {
    margin-bottom: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 6px;
}

.online-shop .filter .material input {
    border: 1px solid #cccccc;
    border-radius: 3px;
    width: 20px;
    height: 20px;
    accent-color: #000000;
}

.online-shop .filter .sort .wrapper {
    position: relative;
}

.online-shop .filter .sort .wrapper::after {
    content: "";
    position: absolute;
    z-index: 1;
    right: 14px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    display: block;
    width: 11px;
    height: 20px;
    background: url(../img/icon/dropdown.svg) no-repeat center center;
    pointer-events: none;
}

.online-shop .filter .sort select {
    position: relative;
    border-radius: 0;
    background-color: #fff;
    border: 2px solid #e5e5e5;
    width: 100%;
    padding: 8px 24px 8px 12px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-size: 1.4rem;
}

.online-shop .filter .price .two-input {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.online-shop .filter .price .two-input input {
    border-radius: 0;
    background-color: #fff;
    border: 2px solid #e5e5e5;
    width: 100%;
    padding: 8px 12px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-size: 1.4rem;
}

.online-shop .filter .price .two-input input::-webkit-input-placeholder {
    opacity: 0.5;
    font-style: italic;
}

.online-shop .filter .price .two-input input:-ms-input-placeholder {
    opacity: 0.5;
    font-style: italic;
}

.online-shop .filter .price .two-input input::-ms-input-placeholder {
    opacity: 0.5;
    font-style: italic;
}

.online-shop .filter .price .two-input input::placeholder {
    opacity: 0.5;
    font-style: italic;
}

.online-shop .filter .price .two-input .col-input {
    width: 110px;
}

.online-shop .filter .price .two-input .max label {
    text-align: right;
}

.online-shop .filter .price .two-input label {
    display: block;
    margin-bottom: 10px;
}


@media (min-width: 1020px) {
    .online-shop .row {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        gap: 50px;
    }

    .online-shop .filter-open {
        display: none;
    }

    .online-shop .filter {
        position: relative;
        background: none;
        left: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .pr-list .row {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 32px;
    }

    .pr-list .col {
        width: calc(33.333% - 22px);
    }
}

.login .wrapper {
    margin: 88px 0 280px 0;
    width: 100%;
}

.login .wrapper .logo-img {
    width: 84px;
    height: 120px;
}

.login .wrapper h3 {
    margin-top: 51px;
    margin-bottom: 17px;
    font-weight: 700;
    font-size: 55px;
    line-height: 75px;
    color: #000000;
}

.login .wrapper .text {
    font-size: 42px;
    line-height: 57px;
    color: #000000;
    margin-bottom: 17px;
}

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

.login .wrapper .form-group label {
    font-weight: 700;
    font-size: 20px;
    line-height: 27px;
    color: #9a9a9a;
    display: block;
}

.login .wrapper .form-group input {
    width: 100%;
    border: 1px solid #000000;
    padding: 8px 12px;
    font-size: 32px;
}

.login .wrapper .form-checkbox {
    margin-top: 104px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    gap: 29px;
    margin-bottom: 57px;
}

.login .wrapper .form-checkbox label {
    font-size: 30px;
    color: #9a9a9a;
    line-height: 41px;
}

.login .wrapper .form-checkbox input {
    width: 35px;
    height: 30px;
}

.login .wrapper button {
    cursor: pointer;
    width: 100%;
    padding: 24px;
    text-align: center;
    font-size: 18px;
    color: #ffffff;
    background: #745044;
    -webkit-transition: all 0.4s ease-in;
    transition: all 0.4s ease-in;
}

.login .wrapper button:hover {
    color: #745044;
    background: #ffffff;
}

@media (min-width: 800px) {
    .login .wrapper {
        width: 784px;
        margin-left: auto;
        margin-right: auto;
    }

    .login .form-row {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        gap: 32px;
    }
}

.rotate-180 {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.p-detail {
    margin: 86px 0 160px 0;
}

.p-detail .left-col .back-to-category {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    gap: 11px;
    font-size: 24px;
    color: #745044;
    margin-bottom: 12px;
}

.p-detail .left-col .info .header-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 10px;
    padding-bottom: 30px;
    border-bottom: 1px solid #d9d9d9;
}

.p-detail .left-col .info .header-row .title {
    font-weight: 700;
    font-size: 48px;
    color: #000000;
}

.p-detail .left-col .info .header-row .number {
    font-size: 24px;
    color: #000000;
    opacity: 0.3;
}

.p-detail .left-col .info .info-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    border-bottom: 1px solid #d9d9d9;
    gap: 10px;
    padding: 10px 0;
    font-size: 24px;
    color: #000000;
}

.p-detail .left-col .info .info-row .key {
    width: 120px;
    line-height: 33px;
}

.p-detail .left-col .info .info-row .description {
    font-size: 18px;
}

.p-detail .left-col .info .info-row .value {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    line-height: 33px;
}

.p-detail .left-col .info .price {
    margin: 10px 0 40px 0;
}

.p-detail .left-col .info button {
    display: block;
    width: 100%;
    font-size: 18px;
    padding: 24px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 22px;
    border: 1px solid #745044;
}

.p-detail .left-col .info .add-to-cart {
    background: #745044;
    color: #ffffff;
    margin-bottom: 32px;
}

.p-detail .left-col .info .add-to-cart:hover {
    color: #745044;
    background: #ffffff;
}

.p-detail .left-col .info .add-to-favorite {
    color: #745044;
    background: #ffffff;
}

.p-detail .left-col .info .add-to-favorite:hover {
    background: #745044;
    color: #ffffff;
}

.p-detail .images {
    margin-top: 32px;
}

.p-detail .images .item {
    width: auto;
    height: 370px;
    margin-bottom: 32px;
    text-align: center;
    background-color: #f5f5f5;
}

.p-detail .images img {
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 100%;
}

.recommended h2 {
    font-weight: 700;
    font-size: 48px;
    line-height: 65px;
    color: #000000;
    margin-bottom: 76px;
}

@media (min-width: 800px) {
    .p-detail .row {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
        gap: 32px;
    }

    .p-detail .row .images {
        margin-top: 0;
        width: calc(50% - 16px);
    }

    .p-detail .row .left-col {
        width: calc(50% - 16px);
    }
}

@media (min-width: 1020px) {
    .p-detail .left-col {
        width: calc(100% - 740px) !important;
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }

    .p-detail .images {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-line-pack: start;
        align-content: flex-start;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 32px;
        min-height: 772px !important;
        width: 772px !important;
    }

    .p-detail .images .item {
        width: 370px;
        margin-bottom: 0;
        height: 370px;
    }
}

.cart-page {
    margin: 86px 0 180px 0;
}

.cart-page h2 {
    font-weight: 700;
    font-size: 48px;
    line-height: 65px;
    color: #000000;
    margin-bottom: 70px;
}

.cart-page .total .t-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 24px;
    line-height: 33px;
    color: #000000;
    margin-bottom: 30px;
}

.cart-page .total .t-row .key {
    max-width: 200px;
}

.cart-page .total .general-price {
    border-top: 1px solid #d9d9d9;
    border-bottom: 1px solid #d9d9d9;
    padding: 20px 0;
    margin-bottom: 40px;
}

.cart-page .total .go-checkout {
    padding: 24px 0;
    background: #745044;
    color: #ffffff;
    text-align: center;
    display: block;
    margin-bottom: 60px;
    border: 1px solid #745044;
}

.cart-page .total .go-checkout:hover {
    background: #ffffff;
    color: #745044;
}

.cart-page .cart-list .item {
    padding-bottom: 28px;
    margin-bottom: 28px;
    border-bottom: 1px solid #d9d9d9;
}

.cart-page .cart-list .item .p-image {
    height: 204px;
    text-align: center;
    background-color: #f5f5f5;
    margin-bottom: 32px;
}

.cart-page .cart-list .item .p-image img {
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 100%;
    vertical-align: middle;
}

.cart-page .cart-list .item .line {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 10px;
    font-size: 24px;
    line-height: 33px;
    color: #000000;
    margin-bottom: 12px;
}

.cart-page .cart-list .item .status {
    font-size: 24px;
    color: #9e3500;
    line-height: 33px;
    margin-bottom: 8px;
}

.cart-page .cart-list .item .description {
    font-size: 24px;
    line-height: 33px;
    color: #737373;
    margin-bottom: 12px;
}

.cart-page .cart-list .item .weight {
    font-size: 24px;
    line-height: 33px;
    color: #737373;
    margin-bottom: 62px;
}

.cart-page .cart-list .item .bar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 24px;
}

@media (min-width: 760px) {
    .cart-page .cart-list .item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        gap: 32px;
    }

    .cart-page .cart-list .item .p-image {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        margin-bottom: 0;
    }

    .cart-page .cart-list .item .content {
        width: 60%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .cart-page .cart-list .item .content .weight {
        margin-bottom: 0;
    }
}

@media (min-width: 1020px) {
    .cart-page .row {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        gap: 130px;
    }

    .cart-page .total h2 {
        min-width: 320px;
    }
}

.favorite-page {
    margin: 86px 0 280px 0;
}

.favorite-page h2 {
    font-weight: 700;
    font-size: 48px;
    line-height: 65px;
    color: #000000;
    margin-bottom: 38px;
}

.favorite-page .fav-list .item {
    margin-bottom: 35px;
}

.favorite-page .fav-list .p-image {
    height: 418px;
    text-align: center;
    background-color: #f5f5f5;
    margin-bottom: 35px;
}

.favorite-page .fav-list .p-image img {
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 100%;
}

.favorite-page .fav-list .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 10px;
    margin-bottom: 5px;
}

.favorite-page .fav-list .status {
    font-size: 24px;
    color: #9e3500;
    line-height: 33px;
}

.favorite-page .fav-list .price {
    font-size: 24px;
}

.favorite-page .fav-list .category {
    font-size: 24px;
    line-height: 33px;
    color: #000000;
    margin-bottom: 2px;
}

.favorite-page .fav-list .weight {
    font-size: 24px;
    line-height: 33px;
    color: #737373;
    margin-bottom: 19px;
}

.favorite-page .fav-list .add-to-cart {
    padding: 24px 0;
    text-align: center;
    display: block;
    color: #ffffff;
    background: #745044;
    border: 1px solid #745044;
}

.favorite-page .fav-list .add-to-cart:hover {
    color: #745044;
    background: #ffffff;
}

@media (min-width: 760px) {
    .favorite-page .fav-list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 35px;
    }

    .favorite-page .fav-list .item {
        width: calc(50% - 17.5px);
        margin: 0;
    }
}

@media (min-width: 960px) {
    .favorite-page .fav-list .item {
        width: calc(33.3% - 23.1px);
    }
}

.profile-page {
    margin: 86px 0 280px 0;
}

.profile-page .info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 50px;
    font-size: 24px;
    line-height: 33px;
    color: #000000;
    margin-bottom: 106px;
}

.profile-page .info .name {
    font-weight: 700;
    font-size: 48px;
    line-height: 65px;
    color: #000000;
}

.profile-page .info .edit-btn {
    line-height: 65px;
}

.profile-page .purchased h2 {
    font-weight: 700;
    font-size: 48px;
    line-height: 65px;
    color: #000000;
    margin-bottom: 76px;
}

.comment {
    margin: 60px 0 0 0;
}

.comment h3 {
    font-weight: 600;
    font-size: 28px;
    line-height: 65px;
    color: #000000;
    margin-bottom: 30px;
}

.comment textarea {
    width: 100%;
    border-radius: 8px;
    border: 1px solid #d9d9d9;
    padding: 10px;
}

.comment .f-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 32px;
}

.comment .f-row .profile-img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    border: 1px solid #d9d9d9;
}

.comment form button {
    margin: 20px 0 32px auto;
    display: block;
    background: #745044;
    color: #ffffff;
    border: 1px solid #745044;
    padding: 15px 50px;
    font-size: 18px;
    text-align: center;
    cursor: pointer;
}

.comment form button:hover {
    color: #745044;
    background: #ffffff;
}

.comment .comment-list {
    margin-bottom: 100px;
}

.comment .comment-list .title {
    font-weight: 600;
    font-size: 28px;
    line-height: 65px;
    color: #000000;
    margin-bottom: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    cursor: pointer;
}

.comment .comment-list .title .dropdown-icon {
    width: 15px;
    height: 20px;
    background-image: url(../img/icon/dropdown.svg);
    background-repeat: no-repeat;
    background-position: center;
}

.comment .comment-list .count {
    color: #745044;
}

.comment .comment-list.active .dropdown-icon {
    background-image: url(../img/icon/dropup.svg);
}

.comment .comment-list.active .list {
    display: block;
}

.comment .comment-list .list {
    display: none;
}

.comment .comment-list li {
    padding: 20px 0;
    border-bottom: 1px solid #d9d9d9;
}

.comment .comment-list .right-col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
}

.comment .comment-list .right-col .name {
    font-weight: 600;
}

.comment .comment-list .right-col .text {
    font-size: 15px;
}

.comment .comment-list .panel {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 32px;
    font-size: 12px;
    margin-top: 20px;
}

.comment .comment-list .icon {
    height: 12px;
}

.comment .comment-list .f-aling-center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px;
}

.comment .comment-list .reply-btn {
    cursor: pointer;
}

.comment .comment-list .reply-form {
    width: 100%;
    display: none;
}

.comment .comment-list .reply-form.active {
    display: block;
}

.comment .comment-list .reply-comment-btn {
    cursor: pointer;
}

.comment .comment-list .reply-comment {
    display: none;
}

.comment .comment-list .reply-comment.active {
    display: block;
}

.news-show h3 {
    font-size: 25px;
}

.news-show h5 {
    font-size: 18px;
    color: #4a5568;
}

.news-show .content {
    font-size: 19px;
    text-align: justify !important;
}

#top-bar {
    background: #F3F3F3;
    padding: 0.5rem 0;
    color: #323232;
    font-weight: 400;
    font-size: 17px;
    letter-spacing: 0.5pt;
}

.language-select {
    border: none !important;
    background: #F3F3F3;
    font-weight: 400;
    font-size: 17px;
}

.language-select:focus-visible {
    outline: none !important;
}

.pr-list .row {
    display: flex;
    flex-wrap: wrap;
    gap: 0;
}

.pr-list .product-wrapper {
    width: 33.3333333333%;
}

.product-wrapper {
    padding: 1rem;
}

.product-card {
    background: #fff;
    box-shadow: 5px 6px 15px 0 #0000001A;
    padding: .5rem;
    height: 100%;
}

.product-card .pr-img {
    text-align: center;
    display: block;
    background: #F8F8F8;
    position: relative;
    padding: 2.5rem;
}

.product-card .wishlist {
    position: absolute;
    right: 10px;
    top: 10px;
    color: #7f5e53;
    z-index: 10;
    cursor: pointer;
}

.product-card .weight {
    color: #737373;
    font-size: 18px;
    font-weight: 400;
    margin-top: .3rem;
}

.product-card .text {
    text-align: center;
    margin-top: 1rem;
    padding: 1rem;
}

.product-card .pr-img .img {
    width: 100%;
    display: block;
}

.product-card .pr-img .img img {
    max-height: 280px;
    max-width: 100%;
}

.product-card .status {
    margin-top: 2rem;
    color: #9E3500;
    font-size: 18px;
    font-weight: 400;
    height: 1.5rem;
}

.product-card .price {
    font-size: 24px;
    font-weight: 700;
}

.product-card .name {
    font-weight: 700;
    font-size: 24px;
    color: #000;
}

.product-card .add-to-cart {
    background: #F5F5F5;
    border: none;
    padding: 1rem 5rem;
    width: 100%;
    font-size: 18px;
    font-weight: 400;
    cursor: pointer;
    margin-top: 1rem;
}

.product-card .wishlist .active {
    fill: #a52834;
    color: #a52834;
}

.pagination {
    list-style: none;
}

.filter {
    color: #545454;
    font-size: 20px;
    display: flex;
    align-items: center;
    cursor: pointer;
    padding: .5rem 1rem;
}

.sort {
    color: #545454;
    font-size: 20px;
    display: flex;
    align-items: center;
    cursor: pointer;
    padding: .5rem 1rem;
    position: relative;
}

.sort-box {
    position: absolute;
    width: 200px;
    top: 45px;
    z-index: 100;
    background: #fff;
    box-shadow: 5px 6px 15px 0 #0000001A;
    display: none;
}

.sort-item {
    padding: .5rem 1rem;
    border-bottom: 1px solid rgba(74, 85, 104, 0.30);
}

.sort-item:hover {
    background: rgba(0, 0, 0, 0.05);
}

.filter:hover {
    background: #f5f5f5;
}

.filter-box {
    position: absolute;
    padding: 1.5rem 3rem;
    background: #fff;
    z-index: 100;
    width: 70%;
    box-shadow: 5px 6px 15px 0 #0000001A;
    display: none;
}

.filter-box .attr-item {
    cursor: pointer;
    margin-right: 1rem;
}

.filter-box .attr-item.active {
    font-weight: bold;
    color: #7f5e53;
}

.filter-box.opened {
    display: block;
}

.sort-box.show {
    display: block;
}

@media (max-width: 1250px) {
    .product-card .pr-img .img img {
        max-height: 240px !important;
    }
}

@media (max-width: 1080px) {
    .product-card .pr-img .img img {
        max-height: 210px !important;
    }
}

@media (max-width: 990px) {
    .product-card .pr-img .img img {
        max-height: 190px !important;
    }

    .pr-list .product-wrapper {
        width: 50%;
    }
}

@media (max-width: 600px) {
    .product-card .pr-img .img img {
        max-height: 150px !important;
    }

    .product-card .text .price {
        font-size: 18px;
    }

    .product-card .text .weight {
        font-size: 13px;
    }

    .product-card .text .status {
        font-size: 13px;
        margin-top: .5rem;
    }

    .product-card .text .name {
        font-size: 18px;
    }

    .product-card .add-to-cart {
        padding: .4rem 2rem;
        font-size: 14px;
        margin-top: .5rem;
    }

    .product-card .pr-img {
        padding: 1rem;
    }

    .product-wrapper {
        padding: .2rem;
    }
}

@media (max-width: 500px) {
    .product-card .pr-img .img img {
        max-height: 160px !important;
    }

    .product-card .pr-img {
        padding: .5rem;
    }

    .product-card .pr-img .img img {
        max-width: 100%;
        height: auto;
    }

    #top-bar .email {
        display: none !important;
    }
}

/*# sourceMappingURL=style.css.map */