﻿@import url('https://fonts.googleapis.com/css2?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');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');
@font-face {
    font-family: 'ballantines';
    src: url('../fonts/ballantines/uvf ballantinesscriptef-regular.otf') format('opentype');
    font-display: swap
}

@media only screen and (min-width: 1250px) {
    .container {
        max-width: 1250px;
    }
}

body {
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Open Sans', sans-serif;
}

p {
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
}

.about-us-content h3 {
    font-family: 'Open Sans', sans-serif;
}

.about-us-content p {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
}

.section-title-btn-wrap .section-title h2 {
    font-size: 24px;
    font-weight: bold;
    font-family: 'Open Sans', sans-serif;
    margin: 0;
    text-transform: uppercase;
    color: #fff;
}

.dec-review-bottom .description-wrap p {
    font-size: 16px;
    line-height: 30px;
    margin: 0 0 20px;
}

.single-product-wrap .product-content-wrap .product-content-left span {
    font-family: 'Open Sans', sans-serif;
}
.h1, h1 {
    font-size: 26px;
}

.h2, h2 {
    font-size: 23px;
}

.h3, h3 {
    font-size: 20px;
}

.h4, h4 {
    font-size: 17px;
}

.h5, h5 {
    font-size: 14px;
}

.h6, h6 {
    font-size: 11px;
}

@media(max-width:767px) {
    body {
        font-size: calc(16px * 0.8);
    }

    p {
        font-size: calc(16px * 0.8);
    }

    .dec-review-bottom .description-wrap p {
        font-size: calc(16px * 0.8);
    }

    .h1, h1 {
        font-size: calc(26px * 0.8);
    }

    .h2, h2 {
        font-size: calc(23px * 0.8);
    }

    .h3, h3 {
        font-size: calc(20px * 0.8);
    }

    .h4, h4 {
        font-size: calc(17px * 0.8);
    }

    .h5, h5 {
        font-size: calc(14px * 0.8);
    }

    .h6, h6 {
        font-size: calc(11px * 0.8);
    }
}