.container {
    width: 90%;
    margin: 0 auto;
}

body {
    font-family: "Montserrat Regular";
    font-weight: 500;
    font-size: calc(12px + (14 - 12) * (100vw - 320px) / (1920 - 320));
    color: #414141;
    line-height: calc(14px + (24 - 14) * (100vw - 320px) / (1920 - 320));
    letter-spacing: 0px;
}
a {
    font-family: "Montserrat Regular";
    font-weight: 500;
    font-size: calc(12px + (14 - 12) * (100vw - 320px) / (1920 - 320));
    color: #414141;
    line-height: calc(14px + (24 - 14) * (100vw - 320px) / (1920 - 320));
    letter-spacing: 0px;
}
a:hover,
a:focus {
    color: #7ba990;
    transition: all 0.6s ease-in;
}

h2 {
    font-family: "Playfair Display Bold";
    font-weight: 700;
    font-size: calc(22px + (34 - 22) * (100vw - 320px) / (1920 - 320)) !important;
    color: #7ba990;
    line-height: calc(32px + (44 - 32) * (100vw - 320px) / (1920 - 320));
    letter-spacing: 0px;
    text-align: center !important;
    text-transform: uppercase !important;
    margin: 15px 0px !important;
}
h2:after {
    content: none !important;
}
@media (max-width: 991px) {
    h2 {
        margin: 10px 0px !important;
    }
}
@media (max-width: 575px) {
    h2 {
        margin: 5px 0px !important;
    }
}

.section-space {
    padding: 60px 0px;
}
@media (max-width: 991px) {
    .section-space {
        padding: 30px 0px;
    }
}
@media (max-width: 767px) {
    .section-space {
        padding: 15px 0px;
    }
}

/* ================================== Animation ================================== */

@keyframes icon-animation {
    15%  { transform: rotate(6deg); }
    30%  { transform: rotate(-6deg); }
    45%  { transform: rotate(3.6deg); }
    60%  { transform: rotate(2.4deg); }
    75%  { transform: rotate(1.2deg); }
    100% { transform: rotate(0deg); }
}

/* ================================== End of Animation ================================== */

/* ================================== Input / Button ================================== */

.btn-primary {
    background-color: transparent;
    font-family: "Montserrat Regular";
    font-weight: 600;
    font-size: calc(12px + (13 - 12) * (100vw - 320px) / (1920 - 320));
    color: #414141;
    line-height: calc(14px + (23 - 14) * (100vw - 320px) / (1920 - 320));
    letter-spacing: 0px;
    text-align: center;
    text-transform: uppercase;
    border: 2px solid #f6dbd7;

    min-width: 140px;
    min-height: 40px;
    padding: 6px 24px;
}
.btn-primary:hover,
.btn-primary:focus {
    background-color: transparent;
    color: #414141;
    border: 2px solid #7ba990;
    outline: none;
    transition: all 0.6s ease-in;
}
@media (max-width: 575px) {
    .btn-primary {
        min-width: 100px;
        min-height: 35px;
        height: 35px;
        padding: 9px 16px;

        letter-spacing: 0px;
    }
}

.btn-default {
    background-color: transparent;
    font-family: "Montserrat Regular";
    font-weight: 600;
    font-size: calc(12px + (13 - 12) * (100vw - 320px) / (1920 - 320));
    color: #414141;
    line-height: calc(14px + (23 - 14) * (100vw - 320px) / (1920 - 320));
    letter-spacing: 1px;
    text-align: center;
    text-transform: uppercase;
    border: 2px solid #f6dbd7;

    min-width: 140px;
    min-height: 40px;
    padding: 6px 24px;
}
.btn-default:hover,
.btn-default:focus {
    background-color: #ffffff;
    color: #414141;
    border: 2px solid #7ba990;
    outline: none;
    transition: all 0.6s ease-in;
}
@media (max-width: 575px) {
    .btn-default {
        min-width: 100px;
        min-height: 35px;
        height: 35px;
        padding: 9px 16px;

        letter-spacing: 0px;
    }
}

.btn-quantity {
    background-color: transparent;
    font-family: "Montserrat Regular";
    font-weight: 600;
    font-size: calc(10px + (12 - 10) * (100vw - 320px) / (1920 - 320));
    color: #414141;
    line-height: unset;
    text-align: center;
    text-transform: uppercase;
    border: 1px solid #cccccc;

    padding: 4px 12px;
}
.btn-quantity:hover,
.btn-quantity:focus {
    background-color: transparent;
    color: #414141;
    border: 1px solid #7ba990;
    outline: none;
    transition: all 0.6s ease-in;
}

.btn-plus {
    background-color: #7ba990;
    color: #ffffff;
    border: 2px solid #7ba990;
}
.btn-minus {
    background-color: #b1b1b1;
    color: #ffffff;
    border: 2px solid #b1b1b1;
}
.btn-plus:hover,
.btn-plus:focus {
    background-color: #ffffff;
    color: #7ba990;
    border: 2px solid #7ba990;
    transition: all 0.6s ease-in;
}
.btn-minus:hover,
.btn-minus:focus {
    background-color: #ffffff;
    color: #b1b1b1;
    border: 2px solid #b1b1b1;
    transition: all 0.6s ease-in;
}

.btn-login,
.btn-search,
.btn-voucher {
    background-color: transparent;
    font-family: "Montserrat Regular";
    font-weight: 600;
    font-size: calc(10px + (12 - 10) * (100vw - 320px) / (1920 - 320));
    color: #414141;
    line-height: unset;
    text-align: center;
    text-transform: uppercase;
    border: 2px solid #f6dbd7;
    padding: 3px 24px;
}
.btn-login:hover,
.btn-login:focus,
.btn-search:hover,
.btn-search:focus,
.btn-voucher:hover,
.btn-voucher:focus {
    background-color: transparent;
    color: #414141;
    border: 2px solid #7ba990;
    outline: none;
    transition: all 0.6s ease-in;
}

.form-control {
    border: 1px solid #cccccc;
}
.form-control:focus,
.form-control:hover {
    border: 1px solid #7ba990;
    box-shadow: none;
}

.btn:active {
    background-color: transparent;
    color: #414141;
    border: 1px solid #7ba990;
    box-shadow: none;
}
.btn:active:hover,
.btn:active:focus {
    background-color: transparent;
    color: #414141;
    border: 1px solid #7ba990;
    outline: none;
}
.btn.disabled,
.btn[disabled] {
    background-color: transparent;
    color: #414141;
    border: 1px solid #cccccc;
}
.btn.disabled:hover,
.btn.disabled:focus,
.btn[disabled]:hover,
.btn[disabled]:focus {
    background-color: transparent;
    color: #414141;
    border: 1px solid #cccccc;
    outline: none;
    transition: all 0.6s ease-in;
}

/* ================================== End of Input / Button ================================== */

/* ================================== Breadcrumb ================================== */

.breadcrumb {
    background-color: transparent;
    width: 100%;
    border: none;
    padding: 10px 0px;
    margin: 0px auto 10px auto;
}
.breadcrumb > li {
    padding: 0 15px;
}
.breadcrumb > li:first-child {
    padding-left: 0px;
}
.breadcrumb > li > a {
    font-family: "Montserrat Regular";
    font-weight: 600;
    font-size: calc(12px + (13 - 12) * (100vw - 320px) / (1920 - 320));
    color: #414141;
    letter-spacing: 0px;
    line-height: calc(22px + (23 - 22) * (100vw - 320px) / (1920 - 320));
    text-transform: uppercase;
}
.breadcrumb > li::after {
    content: '>>';
    font-family: "Montserrat Regular";
    font-weight: 500;
    font-size: calc(12px + (13 - 12) * (100vw - 320px) / (1920 - 320));
    color: #414141;
    letter-spacing: 0px;
    line-height: calc(22px + (23 - 22) * (100vw - 320px) / (1920 - 320));
    transform: translate(25%, -52%);
}
.breadcrumb > li:last-child > a {
    color: #7ba990;
}

/* ================================== End of Breadcrumb ================================== */

/* ================================== Pagination ================================== */

.pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 15px 0px;
}
.pagination > li {
    display: inline-flex;
    margin: 0px 4px;
}
.pagination > li > a,
.pagination > li > span {
    display: flex;
    justify-content: center;
    align-items: center;

    font-family: "Montserrat Regular";
    font-weight: 600;
    font-size: calc(12px + (14 - 12) * (100vw - 320px) / (1920 - 320));
    color: #414141;
    letter-spacing: 0px;
    line-height: calc(22px + (24 - 22) * (100vw - 320px) / (1920 - 320));
    background-color: transparent;
    border: none;
    border-radius: 50%;
    height: 30px;
    width: 30px;
    margin: 0px 4px;
}
.pagination > .active > a,
.pagination > .active > a:hover,
.pagination > .active > a:focus,
.pagination > .active > span,
.pagination > .active > span:hover,
.pagination > .active > span:focus {
    color: #7ba990 !important;
    background-color: transparent !important;
    border: none !important;
}
.pagination > li > a:hover,
.pagination > li > a:focus,
.pagination > li > span:hover,
.pagination > li > span:focus {
    color: #7ba990 !important;
    background-color: transparent !important;
    border: none !important;
    transition: all 0.6s ease-in;
}
.pagination > li:first-child > a, .pagination > li:first-child > span,
.pagination > li:last-child > a, .pagination > li:last-child > span {
    color: #7ba990;
    border-radius: 50%;
    border: 2px solid #7ba990;
}
.pagination > li:first-child > a:hover, .pagination > li:first-child > span:hover,
.pagination > li:first-child > a:focus, .pagination > li:first-child > span:focus,
.pagination > li:last-child > a:hover, .pagination > li:last-child > span:hover,
.pagination > li:last-child > a:focus, .pagination > li:last-child > span:focus {
    background-color: transparent !important;
    color: #414141 !important;
    border: 2px solid #414141 !important;
    transition: all 0.6s ease-in;
}
@media (max-width: 575px) {
    .pagination {
        padding: 10px 0px;
    }
    .pagination > li {
        margin: 0px 3px;
    }
    .pagination > li > a,
    .pagination > li > span {
        height: 25px;
        width: auto;
        margin: 0px 3px;
    }
    .pagination > li:first-child > a, .pagination > li:first-child > span,
    .pagination > li:last-child > a, .pagination > li:last-child > span {
        height: 25px;
        width: 25px;
    }
}

/* ================================== End of Pagination ================================== */

/* ================================== Page Banner ================================== */

.page-banner {
    width: 100%;
    margin: 0 auto;
}
.page-banner .page-banner-title {
    display: none;
}

/* ================================== End of Page Banner ================================== */

/* ================================== Header ================================== */

.fixed-header {
    box-shadow: none;
}
.fixed-header > .header-background > .header-container {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: auto;

    display: -ms-grid;
    -ms-grid-columns: auto;
    -ms-grid-rows: auto;

    width: 90%;
    margin: 0 auto;
    padding: 5px 0px;
    position: relative;
}
.fixed-header > .header-background > .header-container > .header-announcement {
    grid-column: 1 / 1;
    grid-row: 1 / 1;

    -ms-grid-column: 1;
    -ms-grid-row: 1;
    -ms-grid-column-span: 1;
    -ms-grid-row-span: 1;

    display: flex;
    justify-content: center;
    align-items: center;

    font-family: "Montserrat Regular";
    font-weight: 600;
    font-size: calc(12px + (13 - 12) * (100vw - 320px) / (1920 - 320));
    line-height: calc(22px + (23 - 22) * (100vw - 320px) / (1920 - 320));
    letter-spacing: 0px;
    text-transform: uppercase;
    overflow: hidden;
}
.fixed-header > .header-background > .header-container > .header-announcement > .header-sliding {
    position: relative;
    white-space: nowrap;

    animation: floatText 20s infinite;
    -moz-animation: floatText 20s infinite;
    -webkit-animation: floatText 20s infinite;
    -ms-animation: floatText 20s infinite;

    animation-timing-function: linear;
    -moz-animation-timing-function: linear;
    -webkit-animation-timing-function: linear;
    -ms-animation-timing-function: linear;
}
@media (max-width: 575px) {
    .fixed-header > .header-background > .header-container > .header-announcement > .header-mobile-sliding {
        position: relative;
        white-space: nowrap;

        animation: floatText 20s infinite;
        -moz-animation: floatText 20s infinite;
        -webkit-animation: floatText 20s infinite;
        -ms-animation: floatText 20s infinite;

        animation-timing-function: linear;
        -moz-animation-timing-function: linear;
        -webkit-animation-timing-function: linear;
        -ms-animation-timing-function: linear;
    }
}

.fixed-header > .header-container {
    display: grid;
    grid-template-columns: auto 1fr auto;
    grid-template-rows: auto;

    display: -ms-grid;
    -ms-grid-columns: auto 1fr auto;
    -ms-grid-rows: auto;

    width: 90%;
    margin: 0 auto;
    padding: 15px 0px 0px;
    min-height: 100px;
}
.fixed-header > .header-container > .header-logo {
    grid-column: 1 / 1;
    grid-row: 1 / 1;

    -ms-grid-column: 1;
    -ms-grid-row: 1;
    -ms-grid-column-span: 1;
    -ms-grid-row-span: 1;

    display: flex;
    justify-content: center;
    align-items: flex-start;
    margin-right: 15px;
    margin-bottom: 15px;
}
.fixed-header > .header-container > .header-logo > .header-logo-image {
    width: 75%;
}
.fixed-header > .header-container > .header-menu {
    grid-column: 2 / 2;
    grid-row: 1 / 1;

    -ms-grid-column: 2;
    -ms-grid-row: 1;
    -ms-grid-column-span: 1;
    -ms-grid-row-span: 1;

    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
}
.fixed-header > .header-container > .header-menu > #main-menu {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: center;
    position: inherit;
    width: 100%;
}
.fixed-header > .header-container > .header-menu > #main-menu > li {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 6px 22px 15px;
}
.fixed-header > .header-container > .header-menu > #main-menu > li > a {
    font-family: "Montserrat Regular";
    font-weight: 600;
    font-size: calc(12px + (14 - 12) * (100vw - 992px) / (1920 - 992));
    color: #414141;
    line-height: calc(22px + (24 - 22) * (100vw - 992px) / (1920 - 992));
    letter-spacing: 1px;
    text-transform: uppercase;
    text-align: center;
    padding: 0px;
}
.fixed-header > .header-container > .header-menu > #main-menu > li:hover > a,
.fixed-header > .header-container > .header-menu > #main-menu > li:focus > a {
    color: #7ba990;
    transition: all 0.6s ease-in;
}
.fixed-header > .header-container > .header-menu > #main-menu > li > a:after {
    position: absolute;
    content: '';
    left: 0px;
    bottom: 0px;
    height: 1px;
    width: 100%;
    display: block;
    background: #7ba990;
    transform: scaleX(0);  
    -webkit-transform: scaleX(0);
    transition: all 0.6s ease-out;
}
.fixed-header > .header-container > .header-menu > #main-menu > li:hover > a:after,
.fixed-header > .header-container > .header-menu > #main-menu > li:focus > a:after {
    transform: scaleX(1);
    -webkit-transform: scaleX(1);
    transition: all 0.6s ease-in;
}
.fixed-header > .header-container > .header-account {
    grid-column: 3 / 3;
    grid-row: 1 / 1;

    -ms-grid-column: 3;
    -ms-grid-row: 1;
    -ms-grid-column-span: 1;
    -ms-grid-row-span: 1;

    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    margin-left: 15px;
    margin-bottom: 15px;
}
.fixed-header > .header-container > .header-account > div:not(:last-child) {
    margin-right: 10px;
}
.fixed-header > .header-container > .header-account > div > a {
    color: inherit;
    width: 40px !important;
    padding: 0px !important;
    text-align: center;
    position: relative;
    display: table;
}
.fixed-header > .header-container > .header-account > div > a > img {
    width: 40px;
    height: 40px;
}
.fixed-header > .header-container > .header-account > #cart > a,
.fixed-header > .header-container > .header-account > #enquiry > a {
    padding: 0px;
    margin-right: 10px;
}
.fixed-header > .header-container > .header-account > #cart > a > .badge,
.fixed-header > .header-container > .header-account > #enquiry > a > .badge {
    position: absolute;
    top: 100%;
    right: 0%;
    transform: translate(-75%, -100%);
    background-color: #ffffff;
    border: 2px solid #7ba990;
    width: 20px;
    height: 20px;
}
.fixed-header > .header-container > .header-account > #cart > a > .badge > span,
.fixed-header > .header-container > .header-account > #enquiry > a > .badge > span {
    font-family: "Montserrat Bold";
    font-weight: 600;
    font-size: calc(10px + (10 - 10) * (100vw - 992px) / (1920 - 992));
    color: #7ba990;
    line-height: calc(20px + (20 - 20) * (100vw - 992px) / (1920 - 992));
    letter-spacing: 0px;
}
@media (max-width: 991px) {
    .fixed-header > .header-container {
        display: grid;
        grid-template-columns: auto auto auto;
        grid-template-rows: auto;

        display: -ms-grid;
        grid-template-columns: auto auto auto;
        -ms-grid-rows: auto;

        padding: 10px 0px;
        min-height: 80px;
    }
    .fixed-header > .header-container > .header-mobile-menu {
        grid-column: 1 / 1;
        grid-row: 1 / 1;

        -ms-grid-column: 1;
        -ms-grid-row: 1;
        -ms-grid-column-span: 1;
        -ms-grid-row-span: 1;

        display: flex !important;
        justify-content: flex-start;
        align-items: center;

        margin-right: 15px;
    }
    .fixed-header > .header-container > .header-mobile-menu > .header-links > a > .fa {
        color: #7ba990;
    }
    .fixed-header > .header-container > .header-logo {
        grid-column: 2 / 2;
        grid-row: 1 / 1;

        -ms-grid-column: 2;
        -ms-grid-row: 1;
        -ms-grid-column-span: 1;
        -ms-grid-row-span: 1;

        display: flex;
        justify-content: center;
        align-items: center;
        margin: 0px 15px;
    }
    .fixed-header > .header-container > .header-logo > .header-logo-image {
        width: 50%;
    }
    .fixed-header > .header-container > .header-account {
        grid-column: 3 / 3;
        grid-row: 1 / 1;

        -ms-grid-column: 3;
        -ms-grid-row: 1;
        -ms-grid-column-span: 1;
        -ms-grid-row-span: 1;

        display: flex;
        justify-content: flex-end;
        align-items: center;
        margin-left: 15px;
    }
}
@media (max-width: 575px) {
    .fixed-header > .header-container {
        display: grid;
        grid-template-columns: 80px auto 80px;
        grid-template-rows: auto;

        display: -ms-grid;
        grid-template-columns: 80px auto 80px;
        -ms-grid-rows: auto;
    }
    .fixed-header > .header-container > .header-mobile-menu {
        grid-column: 1 / 1;
        grid-row: 1 / 1;

        -ms-grid-column: 1;
        -ms-grid-row: 1;
        -ms-grid-column-span: 1;
        -ms-grid-row-span: 1;
    }
    .fixed-header > .header-container > .header-logo {
        grid-column: 2 / 2;
        grid-row: 1 / 1;

        -ms-grid-column: 2;
        -ms-grid-row: 1;
        -ms-grid-column-span: 1;
        -ms-grid-row-span: 1;
    }
    .fixed-header > .header-container > .header-account {
        grid-column: 3 / 3;
        grid-row: 1 / 1;

        -ms-grid-column: 3;
        -ms-grid-row: 1;
        -ms-grid-column-span: 1;
        -ms-grid-row-span: 1;
    }
}
@media (max-width: 414px) {
    .fixed-header > .header-container > .header-logo > .header-logo-image {
        width: 100%;
    }
}

/* ================================== End of Header ================================== */

/* ================================== Dropdown Menu ================================== */

.fixed-header > .header-container > .header-menu > #main-menu > li > a > .sub-arrow {
    border-color: #414141 transparent transparent;
}
.fixed-header > .header-container > .header-menu > #main-menu > li:hover > a > .sub-arrow,
.fixed-header > .header-container > .header-menu > #main-menu > li:focus > a > .sub-arrow {
    border-color: #7ba990 transparent transparent;
    transition: all 0.6s ease-in;
}
.fixed-header > .header-container > .header-menu > #main-menu > li > ul {
    background-color: #ffffff;
    top: 100% !important;
    left: 50% !important;
    transform: translate(-50%, 0px);
    min-width: 150px !important;
    border: none;
    border-radius: 0px !important;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.175);
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.175);
    -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.175);
    padding: 5px 0px;
}
.fixed-header > .header-container > .header-menu > #main-menu > li > ul > li  {
    display: flex;
    justify-content: center;
    align-items: center;
    position: static;
    margin: 5px 15px;
}
.fixed-header > .header-container > .header-menu > #main-menu > li > ul > li:hover,
.fixed-header > .header-container > .header-menu > #main-menu > li > ul > li:focus {
    background-color: transparent;
    transition: all 0.6s ease-in;
}
.fixed-header > .header-container > .header-menu > #main-menu > li > ul > li > a {
    display: flex;
    justify-content: center;
    align-items: center;
    background: transparent;
    width: 100%;

    font-family: "Montserrat Regular";
    font-weight: 600;
    font-size: calc(12px + (13 - 12) * (100vw - 992px) / (1920 - 992));
    color: #414141;
    line-height: calc(22px + (23 - 22) * (100vw - 992px) / (1920 - 992));
    letter-spacing: 0px;
    text-transform: uppercase;
    text-align: center;
    padding: 0px;
}
.fixed-header > .header-container > .header-menu > #main-menu > li > ul > li:hover > a,
.fixed-header > .header-container > .header-menu > #main-menu > li > ul > li:focus > a {
    color: #7ba990;
    transition: all 0.6s ease-in;
}

.fixed-header > .header-container > .header-menu > #main-menu > li > ul > li > a > .sub-arrow {
    display: none;
}
.fixed-header > .header-container > .header-menu > #main-menu > li > ul > li > ul {
    background-color: #ffffff;
    top: 0% !important;
    left: 0% !important;
    transform: translate(31px, 0px);
    min-width: 150px !important;
    border: none;
    border-radius: 0px !important;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.175);
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.175);
    -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.175);
    padding: 5px 0px;
    margin-top: 0px !important;
}
.fixed-header > .header-container > .header-menu > #main-menu > li > ul > li > ul > li {
    display: flex;
    justify-content: center;
    align-items: center;
    position: static;
    margin: 5px 15px;
}
.fixed-header > .header-container > .header-menu > #main-menu > li > ul > li > ul > li:hover,
.fixed-header > .header-container > .header-menu > #main-menu > li > ul > li > ul > li:focus {
    background-color: transparent;
    transition: all 0.6s ease-in;
}
.fixed-header > .header-container > .header-menu > #main-menu > li > ul > li > ul > li > a {
    display: flex;
    justify-content: center;
    align-items: center;
    background: transparent;
    width: 100%;

    font-family: "Montserrat Regular";
    font-weight: 600;
    font-size: calc(12px + (13 - 12) * (100vw - 992px) / (1920 - 992));
    color: #414141;
    line-height: calc(22px + (23 - 22) * (100vw - 992px) / (1920 - 992));
    letter-spacing: 0px;
    text-transform: uppercase;
    text-align: center;
    padding: 0px;
}
.fixed-header > .header-container > .header-menu > #main-menu > li > ul > li > ul > li:hover > a,
.fixed-header > .header-container > .header-menu > #main-menu > li > ul > li > ul > li:focus > a {
    color: #7ba990;
    transition: all 0.6s ease-in;
}

.fixed-header > .header-container > .header-menu > #main-menu > li > ul > li > ul > li > a > .sub-arrow {
    display: none;
}
.fixed-header > .header-container > .header-menu > #main-menu > li > ul > li > ul > li > ul {
    background-color: #ffffff;
    top: 0% !important;
    left: 0% !important;
    transform: translate(31px, 0px);
    min-width: 150px !important;
    border: none;
    border-radius: 0px !important;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.175);
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.175);
    -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.175);
    padding: 5px 0px;
    margin-top: 0px !important;
}
.fixed-header > .header-container > .header-menu > #main-menu > li > ul > li > ul > li > ul > li {
    display: flex;
    justify-content: center;
    align-items: center;
    position: static;
    margin: 5px 15px;
}
.fixed-header > .header-container > .header-menu > #main-menu > li > ul > li > ul > li > ul > li:hover,
.fixed-header > .header-container > .header-menu > #main-menu > li > ul > li > ul > li > ul > li:focus {
    background-color: transparent;
    transition: all 0.6s ease-in;
}
.fixed-header > .header-container > .header-menu > #main-menu > li > ul > li > ul > li > ul > li > a {
    display: flex;
    justify-content: center;
    align-items: center;
    background: transparent;
    width: 100%;

    font-family: "Montserrat Regular";
    font-weight: 600;
    font-size: calc(12px + (13 - 12) * (100vw - 992px) / (1920 - 992));
    color: #414141;
    line-height: calc(22px + (23 - 22) * (100vw - 992px) / (1920 - 992));
    letter-spacing: 0px;
    text-transform: uppercase;
    text-align: center;
    padding: 0px;
}
.fixed-header > .header-container > .header-menu > #main-menu > li > ul > li > ul > li > ul > li:hover > a,
.fixed-header > .header-container > .header-menu > #main-menu > li > ul > li > ul > li > ul > li:focus > a {
    color: #7ba990;
    transition: all 0.6s ease-in;
}

.fixed-header > .header-container > .header-menu > #main-menu > li > ul > li > ul > li > ul > li > a > .sub-arrow {
    display: none;
}
.fixed-header > .header-container > .header-menu > #main-menu > li > ul > li > ul > li > ul > li > ul {
    display: none !important;
}

/* ================================== End of Dropdown Menu ================================== */

/* ================================== Mega Menu ================================== */

.fixed-header > .header-container > .header-menu > #main-menu > li.has-megamenu {
    position: inherit;
}
.fixed-header > .header-container > .header-menu > #main-menu > li > .header-megamenu-container {
    display: none;
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translate(-50%, 0%);
    width: 60%;
    background: #ffffff;
    border: none;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.175);
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.175);
    -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.175);
    z-index: 1;
}
.fixed-header > .header-container > .header-menu > #main-menu > li:hover > .header-megamenu-container {
    display: flex;
    transition: all 0.6s ease-in;
}
.fixed-header > .header-container > .header-menu > #main-menu > li > .header-megamenu-container > .header-megamenu {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 40%;
    height: calc(240px + (340 - 240) * (100vw - 992px) / (1920 - 992));
    padding: 30px;
    overflow-y: auto;
    overflow-x: hidden;
}
.fixed-header > .header-container > .header-menu > #main-menu > li > .header-megamenu-container > .header-megamenu > .megamenu-item {
    width: 100%;
    padding: 5px 0px 10px 0px;
}
.fixed-header > .header-container > .header-menu > #main-menu > li > .header-megamenu-container > .header-megamenu > .megamenu-item > a {
    display: block;
    font-family: "Montserrat Regular";
    font-weight: 600;
    font-size: calc(12px + (13 - 12) * (100vw - 992px) / (1920 - 992));
    color: #414141;
    line-height: calc(22px + (23 - 22) * (100vw - 992px) / (1920 - 992));
    letter-spacing: 0px;
    text-transform: uppercase;
    text-align: left;
    padding: 0px;
}
.fixed-header > .header-container > .header-menu > #main-menu > li > .header-megamenu-container > .header-megamenu > .megamenu-item:hover > a,
.fixed-header > .header-container > .header-menu > #main-menu > li > .header-megamenu-container > .header-megamenu > .megamenu-item:focus > a {
    color: #7ba990;
    transition: all 0.6s ease-in;
}
.fixed-header > .header-container > .header-menu > #main-menu > li > .header-megamenu-container > .header-product {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    position: relative;
    width: 60%;
    height: calc(240px + (340 - 240) * (100vw - 992px) / (1920 - 992));
}
.fixed-header > .header-container > .header-menu > #main-menu > li > .header-megamenu-container > .header-product > .megamenu-content {
    display: flex;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 30px;
    opacity: 0;
}
.fixed-header > .header-container > .header-menu > #main-menu > li > .header-megamenu-container > .header-product > .megamenu-content.active {
    opacity: 1;
    transition: all 0.6s ease-in;
}
.fixed-header > .header-container > .header-menu > #main-menu > li > .header-megamenu-container > .header-product > .megamenu-content > .megamenu-block {
    width: 50%;
}
.fixed-header > .header-container > .header-menu > #main-menu > li > .header-megamenu-container > .header-product > .megamenu-content > .megamenu-block:not(:last-child) {
    margin-right: 30px;
}
.fixed-header > .header-container > .header-menu > #main-menu > li > .header-megamenu-container > .header-product > .megamenu-content > .megamenu-block > .megamenu-image > img {
    width: 100% !important;
}
.fixed-header > .header-container > .header-menu > #main-menu > li > .header-megamenu-container > .header-product > .megamenu-content > .megamenu-block > .megamenu-name {
    font-family: "Montserrat Regular";
    font-weight: 600;
    font-size: calc(12px + (13 - 12) * (100vw - 992px) / (1920 - 992));
    color: #414141;
    line-height: calc(22px + (23 - 22) * (100vw - 992px) / (1920 - 992));
    letter-spacing: 0px;
    padding: 5px 0px;
    width: 100%;
}
.fixed-header > .header-container > .header-menu > #main-menu > li > .header-megamenu-container > .header-product > .megamenu-content > .megamenu-block > .megamenu-button > a {
    display: block;
    font-family: "Montserrat Regular";
    font-weight: 600;
    font-size: calc(12px + (12 - 12) * (100vw - 992px) / (1920 - 992));
    color: #868686;
    line-height: calc(22px + (22 - 22) * (100vw - 992px) / (1920 - 992));
    letter-spacing: 0px;
    font-style: italic;
    padding: 0px;
    width: 100%;
}
.fixed-header > .header-container > .header-menu > #main-menu > li > .header-megamenu-container > .header-product > .megamenu-content > .megamenu-block > .megamenu-button > a:hover,
.fixed-header > .header-container > .header-menu > #main-menu > li > .header-megamenu-container > .header-product > .megamenu-content > .megamenu-block > .megamenu-button > a:focus {
    color: #7ba990;
    transition: all 0.6s ease-in;
}
@media (max-width: 1280px) {
    .fixed-header > .header-container > .header-menu > #main-menu > li > .header-megamenu-container {
        width: 75%;
    }
    .fixed-header > .header-container > .header-menu > #main-menu > li > .header-megamenu-container > .header-megamenu {
        padding: 15px;
    }
    .fixed-header > .header-container > .header-menu > #main-menu > li > .header-megamenu-container > .header-product > .megamenu-content {
        padding: 15px;
    }
    .fixed-header > .header-container > .header-menu > #main-menu > li > .header-megamenu-container > .header-product > .megamenu-content > .megamenu-block:not(:last-child) {
        margin-right: 15px;
    }
}

/* ================================== End of Mega Menu ================================== */

/* ================================== Login / Register Dropdown Menu ================================== */

.fixed-header > .header-container > .header-account > #account > .dropdown-menu {
    background-color: #ffffff;
    top: 100%;
    left: 50%;
    transform: translate(-50%, 15px);
    min-width: 150px !important;
    border: none;
    border-radius: 0px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.175);
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.175);
    -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.175);
    padding: 5px 0px;
    margin-top: 0px !important;
}
.fixed-header > .header-container > .header-account > #account > .dropdown-menu > li {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 5px 0px;
}
.fixed-header > .header-container > .header-account > #account > .dropdown-menu > li > a {
    display: flex;
    justify-content: center;
    align-items: center;
    background: transparent;
    width: 100%;

    font-family: "Montserrat Regular";
    font-weight: 600;
    font-size: calc(12px + (13 - 12) * (100vw - 992px) / (1920 - 992));
    color: #414141;
    line-height: calc(22px + (23 - 22) * (100vw - 992px) / (1920 - 992));
    letter-spacing: 0px;
    text-transform: uppercase;
    text-align: center;
    padding: 0px;
}
.fixed-header > .header-container > .header-account > #account > .dropdown-menu > li:hover > a,
.fixed-header > .header-container > .header-account > #account > .dropdown-menu > li:focus > a{
    color: #7ba990;
    transition: all 0.6s ease-in;
}

/* ================================== End of Login / Register Dropdown Menu ================================== */

/* ================================== Search Popup ================================== */

#fullpage-search {
    background: rgba(0, 0, 0, 0.6);
}
#fullpage-search > .fx-close::before {
    background-color: #ffffff;
}
#fullpage-search > .fx-close::after {
    background-color: #ffffff;
}
#fullpage-search > .container > .search-custom {
    padding-right: 0px;
}
#fullpage-search > .container > .search-custom > .search-box {
    border: 2px solid #ffffff;
    border-radius: 24px;
    padding: 0px;
}
#fullpage-search > .container > .search-custom > .search-box > .form-control {
    font-family: "Montserrat Regular";
    font-weight: 600;
    font-size: calc(12px + (13 - 12) * (100vw - 992px) / (1920 - 992));
    color: #414141;
    line-height: calc(22px + (23 - 22) * (100vw - 992px) / (1920 - 992));
    letter-spacing: 1px;
    border-radius: 0px;
    padding: 6px 0px 6px 16px;
}
#fullpage-search > .container > .search-custom > .search-box > .form-control::placeholder {
    font-family: "Montserrat Regular";
    font-weight: 500;
    font-size: calc(12px + (13 - 12) * (100vw - 992px) / (1920 - 992));
    color: #e1e1e1;
    line-height: calc(22px + (23 - 22) * (100vw - 992px) / (1920 - 992));
    letter-spacing: 1px;
}
#fullpage-search > .container > .search-custom > .search-box > button {
    padding: 0px 16px;
}
#fullpage-search > .container > .search-custom > .search-box > button > img {
    width: 20px;
    height: 20px;
}

/* ================================== End of Search Popup ================================== */

/* ================================== Enquiry / Cart Menu ================================== */

#cart.slide-out-cart.open-custom #cart_dropdown_icon::before,
#enquiry.slide-out-cart.open-custom #enquiry_dropdown_icon::before {
    background: rgba(0, 0, 0, 0.6);
}
#cart > .dropdown-menu,
#enquiry > .dropdown-menu {
    background-color: #ffffff;
    font-family: "Montserrat Regular";
    font-weight: 500;
    font-size: calc(12px + (12 - 12) * (100vw - 320px) / (1920 - 320));
    color: #414141;
    line-height: calc(22px + (22 - 22) * (100vw - 320px) / (1920 - 320));
    letter-spacing: 0px;
    border: none;
    height: 85% !important;
}
#cart > .dropdown-menu > .cart-header,
#enquiry > .dropdown-menu > .cart-header {
    border-bottom: none !important;
}
#cart > .dropdown-menu > .cart-header > .cart-header-text,
#enquiry > .dropdown-menu > .cart-header > .cart-header-text {
    font-family: "Montserrat Regular";
    font-weight: 600 !important;
    font-size: calc(12px + (14 - 12) * (100vw - 320px) / (1920 - 320)) !important;
    color: #414141;
    line-height: calc(22px + (24 - 22) * (100vw - 320px) / (1920 - 320));
    letter-spacing: 0px;
    text-transform: uppercase;
    width: calc(100% - 30px) !important;
}
#cart > .dropdown-menu > .cart-header > .cart_close,
#enquiry > .dropdown-menu > .cart-header > .cart_close {
    width: 30px;
    height: 46px;
    background-size: contain;
}
#cart > .dropdown-menu > .cart-dorpdown-indicator,
#enquiry > .dropdown-menu > .cart-dorpdown-indicator {
    padding: 12px;
    border-bottom: none;
}
#cart > .dropdown-menu > .cart-dorpdown-indicator > span,
#enquiry > .dropdown-menu > .cart-dorpdown-indicator > span {
    font-family: "Montserrat Regular";
    font-weight: 600 !important;
    font-size: calc(12px + (12 - 12) * (100vw - 320px) / (1920 - 320)) !important;
    color: #414141;
    line-height: calc(22px + (22 - 22) * (100vw - 320px) / (1920 - 320));
    letter-spacing: 0px;
}
#cart > .dropdown-menu > .cart-dorpdown-items,
#enquiry > .dropdown-menu > .cart-dorpdown-items {
    padding-left: 0px !important;
    padding-right: 0px !important;
}
#cart > .dropdown-menu > .cart-dorpdown-items > .item,
#enquiry > .dropdown-menu > .cart-dorpdown-items > .item {
    padding: 12px;
}
#cart > .dropdown-menu > .cart-dorpdown-items > .item > a > .img-thumbnail,
#enquiry > .dropdown-menu > .cart-dorpdown-items > .item > a > .img-thumbnail {
    border-color: rgba(12, 43, 69, 0.3);
}
#cart > .dropdown-menu > .cart-dorpdown-items > .item > .item-details,
#cart > .dropdown-menu > .cart-dorpdown-items > .item > .item-details > a,
#enquiry > .dropdown-menu > .cart-dorpdown-items > .item > .item-details,
#enquiry > .dropdown-menu > .cart-dorpdown-items > .item > .item-details > a {
    font-family: "Montserrat Regular";
    font-weight: 500;
    font-size: calc(12px + (12 - 12) * (100vw - 320px) / (1920 - 320));
    color: #414141;
    line-height: calc(22px + (22 - 22) * (100vw - 320px) / (1920 - 320));
    letter-spacing: 0px;
}
#cart > .dropdown-menu > .cart-dorpdown-items > .item > .item-details > .item-name,
#enquiry > .dropdown-menu > .cart-dorpdown-items > .item > .item-details > .item-name {
    font-family: "Montserrat Regular";
    font-weight: 600;
    font-size: calc(12px + (12 - 12) * (100vw - 320px) / (1920 - 320));
    color: #414141;
    line-height: calc(22px + (22 - 22) * (100vw - 320px) / (1920 - 320));
    letter-spacing: 0px;
}
#cart > .dropdown-menu > .cart-dorpdown-items > .item > .item-details > .cart-dorpdown-item-charges > .input-group > .form-control,
#enquiry > .dropdown-menu > .cart-dorpdown-items > .item > .item-details > .cart-dorpdown-item-charges > .input-group > .form-control {
    border: 1px solid #cccccc;
}
#cart > .dropdown-menu > .cart-dorpdown-items > .item > .item-details > .cart-dorpdown-item-charges > .input-group > .input-group-btn:first-child > .btn,
#enquiry > .dropdown-menu > .cart-dorpdown-items > .item > .item-details > .cart-dorpdown-item-charges > .input-group > .input-group-btn:first-child > .btn {
    margin-right: -1px;
}
#cart > .dropdown-menu > .cart-dorpdown-items > .item > .item-details > .cart-dorpdown-item-charges > .input-group > .input-group-btn:last-child > .btn,
#enquiry > .dropdown-menu > .cart-dorpdown-items > .item > .item-details > .cart-dorpdown-item-charges > .input-group > .input-group-btn:last-child > .btn {
    margin-left: -1px;
}
#cart > .dropdown-menu > .cart-dorpdown-items > .item > .item-details > button,
#enquiry > .dropdown-menu > .cart-dorpdown-items > .item > .item-details > button {
    background-color: transparent;
    border-color: transparent;
    color: #414141;
    padding: 0px;
    line-height: 14px;
}
#cart > .dropdown-menu > .cart-dorpdown-items > .item + .item,
#enquiry > .dropdown-menu > .cart-dorpdown-items > .item + .item {
    border: none;
}
#cart > .dropdown-menu > .cart-dropdown-order-totals > .table,
#enquiry > .dropdown-menu > .cart-dropdown-order-totals > .table {
    border: 2px solid #f6dbd7;
}
#cart > .dropdown-menu > .cart-dropdown-order-totals > .table > tbody > tr > td,
#enquiry > .dropdown-menu > .cart-dropdown-order-totals > .table > tbody > tr > td {
    font-family: "Montserrat Regular";
    font-weight: 600;
    font-size: calc(12px + (12 - 12) * (100vw - 320px) / (1920 - 320));
    color: #414141;
    line-height: calc(22px + (22 - 22) * (100vw - 320px) / (1920 - 320));
    letter-spacing: 0px;
    text-transform: uppercase;
    border: none;
}
#cart > .dropdown-menu > .cart-dropdown-order-totals > .table > tbody > tr > td:nth-child(odd),
#enquiry > .dropdown-menu > .cart-dropdown-order-totals > .table > tbody > tr > td:nth-child(odd) {
    background-color: #f6dbd7;
    color: #414141;
}
#cart > .dropdown-menu > .cart-dorpdown-footer > .btn-primary,
#enquiry > .dropdown-menu > .cart-dorpdown-footer > .btn-primary {
    font-weight: 600;
    color: #414141;
    line-height: unset;
    padding: 9px 24px !important;
}
#cart > .dropdown-menu > .cart-dorpdown-footer > .btn-default,
#enquiry > .dropdown-menu > .cart-dorpdown-footer > .btn-default {
    font-weight: 600;
    color: #414141;
    line-height: unset;
    padding: 9px 24px !important;
}
#cart > .dropdown-menu > .cart-dorpdown-footer > .btn-primary:hover,
#cart > .dropdown-menu > .cart-dorpdown-footer > .btn-primary:focus,
#enquiry > .dropdown-menu > .cart-dorpdown-footer > .btn-primary:hover,
#enquiry > .dropdown-menu > .cart-dorpdown-footer > .btn-primary:focus {
    background-color: transparent;
    color: #414141;
    transition: all 0.6s ease-in;
}
#cart > .dropdown-menu > .cart-dorpdown-footer > .btn-default:hover,
#cart > .dropdown-menu > .cart-dorpdown-footer > .btn-default:focus,
#enquiry > .dropdown-menu > .cart-dorpdown-footer > .btn-default:hover,
#enquiry > .dropdown-menu > .cart-dorpdown-footer > .btn-default:focus {
    background-color: transparent;
    color: #414141;
    transition: all 0.6s ease-in;
}
@media (max-width: 575px) {
    #cart > .dropdown-menu > .cart-dorpdown-footer > .btn-primary,
    #enquiry > .dropdown-menu > .cart-dorpdown-footer > .btn-primary {
        min-height: 40px;
        height: 40px;
        padding: 9px 16px !important;
    }
    #cart > .dropdown-menu > .cart-dorpdown-footer > .btn-default,
    #enquiry > .dropdown-menu > .cart-dorpdown-footer > .btn-default {
        min-height: 40px;
        height: 40px;
        padding: 9px 16px !important;
    }
}

/* ================================== End of Enquiry / Cart Menu ================================== */

/* ================================== Add To Enquiry / Cart ================================== */

.swal2-popup .swal2-title:before {
    content: none;
    margin: 0px auto;
}
.swal2-popup .swal2-title {
    display: block !important;
    font-family: "Montserrat Regular";
    font-weight: 600;
    font-size: calc(14px + (16 - 14) * (100vw - 320px) / (1920 - 320)) !important;
    color: #414141;
    letter-spacing: 0px;
    line-height: calc(26px + (26 - 24) * (100vw - 320px) / (1920 - 320));
    text-transform: none !important;
    margin: 0px !important;
}
.swal2-popup .swal2-content,
.swal2-popup .swal2-content a {
    font-family: "Montserrat Regular";
    font-weight: 600;
    font-size: calc(12px + (12 - 12) * (100vw - 320px) / (1920 - 320)) !important;
    color: #414141;
    letter-spacing: 0px;
    line-height: calc(22px + (22 - 22) * (100vw - 320px) / (1920 - 320));
}
.swal2-popup .swal2-content a:hover {
    color: #7ba990;
    transition: all 0.6s ease-in;
}
.swal2-popup .swal2-styled.swal2-confirm {
    background-color: #7ba990;
    border-left-color: #7ba990;
    border-right-color: #7ba990;
}
.swal2-popup .swal2-styled.swal2-confirm:hover,
.swal2-popup .swal2-styled.swal2-confirm:focus {
    box-shadow: none;
}

/* ================================== End of Add To Enquiry / Cart ================================== */

/* ================================== Mobile Menu ================================== */

#sidr {
    background-color: #ffffff !important;
}
#sidr > .header-mobile > .mobile-account {
    background-color: #f6dbd7;
    border-bottom: 2px solid #ffffff;
}
#sidr > .header-mobile > .mobile-account > a {
    flex: 1;
    font-family: "Montserrat Regular";
    font-weight: 600;
    font-size: calc(12px + (13 - 12) * (100vw - 320px) / (991 - 320));
    color: #414141;
    line-height: calc(22px + (23 - 22) * (100vw - 320px) / (991 - 320));
    letter-spacing: 0px;
    text-transform: uppercase;
    padding: 15px;
}
#sidr > .header-mobile > .mobile-account > a + a {
    border-left: 2px solid #ffffff;
}
#sidr > .header-mobile > .mobile-search {
    background-color: #f6dbd7;
    border-bottom: none;
    padding: 15px;
}
#sidr > .header-mobile > .mobile-search > .search-custom {
    padding: 0px;
}
#sidr > .header-mobile > .mobile-search > .search-custom > .search-box {
    background: transparent;
    position: relative;
    width: 100%;
    height: 38px;
    padding: 0px;
    border: none;
    border-radius: 24px;
}
#sidr > .header-mobile > .mobile-search > .search-custom > .search-box > input {
    position: absolute;
    font-family: "Montserrat Regular";
    font-weight: 600;
    font-size: calc(12px + (14 - 12) * (100vw - 320px) / (991 - 320));
    color: #414141;
    line-height: calc(22px + (24 - 22) * (100vw - 320px) / (991 - 320));
    letter-spacing: 0px;
    border: 2px solid #ffffff;
    border-radius: 24px;
    height: 100%;
    width: calc(100% - 0px);
    padding: 4px 40px 4px 18px;
}
#sidr > .header-mobile > .mobile-search > .search-custom > .search-box > input::placeholder {
    font-family: "Montserrat Regular";
    font-weight: 500;
    font-size: calc(12px + (14 - 12) * (100vw - 320px) / (991 - 320));
    color: #e1e1e1;
    line-height: calc(22px + (24 - 22) * (100vw - 320px) / (991 - 320));
    letter-spacing: 0px;
}
#sidr > .header-mobile > .mobile-search > .search-custom > .search-box > button {
    background: transparent;
    color: #efd9ce;
    position: absolute;
    top: 0%;
    right: 0%;
    border: none;
    height: 100%;
    padding: 0px 10px;
    margin: 0px;
}
#sidr > .header-mobile > .mobile-search >.search-custom > .search-box > button > img {
    width: 20px;
    height: 20px;
}
#sidr > ul {
    background: #ffffff;
}
#sidr > ul > li > a {
    background-color: #ffffff !important;
    font-family: "Montserrat Regular";
    font-weight: 600;
    font-size: calc(12px + (13 - 12) * (100vw - 320px) / (991 - 320));
    color: #414141;
    line-height: calc(22px + (23 - 22) * (100vw - 320px) / (991 - 320));
    letter-spacing: 0px;
    text-transform: uppercase;
    padding: 10px 15px;
}
#sidr > ul > li > a + label {
    background-color: #ffffff !important;
    font-family: "Montserrat Regular";
    font-weight: 600;
    font-size: calc(12px + (13 - 12) * (100vw - 320px) / (991 - 320));
    color: #414141;
    line-height: calc(22px + (23 - 22) * (100vw - 320px) / (991 - 320));
    letter-spacing: 0px;
    text-transform: uppercase;
    padding: 10px 15px;
}
#sidr ul > li > ul > li > a {
    background-color: #ffffff !important;
    font-family: "Montserrat Regular";
    font-weight: 600;
    font-size: calc(12px + (13 - 12) * (100vw - 320px) / (991 - 320));
    color: #414141;
    line-height: calc(22px + (23 - 22) * (100vw - 320px) / (991 - 320));
    letter-spacing: 0px;
    text-transform: uppercase;
    padding: 10px 30px;
}
#sidr > ul > li > ul > li > a + label {
    background-color: #ffffff !important;
    font-family: "Montserrat Regular";
    font-weight: 600;
    font-size: calc(12px + (13 - 12) * (100vw - 320px) / (991 - 320));
    color: #414141;
    line-height: calc(22px + (23 - 22) * (100vw - 320px) / (991 - 320));
    letter-spacing: 0px;
    text-transform: uppercase;
    padding: 10px 15px;
}
#sidr ul > li > ul > li > ul > li > a {
    background-color: #ffffff !important;
    font-family: "Montserrat Regular";
    font-weight: 600;
    font-size: calc(12px + (13 - 12) * (100vw - 320px) / (991 - 320));
    color: #414141;
    line-height: calc(22px + (23 - 22) * (100vw - 320px) / (991 - 320));
    letter-spacing: 0px;
    text-transform: uppercase;
    padding: 10px 45px;
}
#sidr > ul > li > ul > li > ul > li > a + label {
    background-color: #ffffff !important;
    font-family: "Montserrat Regular";
    font-weight: 600;
    font-size: calc(12px + (13 - 12) * (100vw - 320px) / (991 - 320));
    color: #414141;
    line-height: calc(22px + (23 - 22) * (100vw - 320px) / (991 - 320));
    letter-spacing: 0px;
    text-transform: uppercase;
    padding: 10px 15px;
}
#sidr ul > li > ul > li > ul > li > ul > li > a {
    background-color: #ffffff !important;
    font-family: "Montserrat Regular";
    font-weight: 600;
    font-size: calc(12px + (13 - 12) * (100vw - 320px) / (991 - 320));
    color: #414141;
    line-height: calc(22px + (23 - 22) * (100vw - 320px) / (991 - 320));
    letter-spacing: 0px;
    text-transform: uppercase;
    padding: 10px 60px;
}
@media (max-width: 991px) {
    .sidr-custom-open #mobileNav::before {
        background: rgba(0, 0, 0, 0.6);
    }
}

/* ================================== End of Mobile Menu ================================== */

/* ================================== Footer ================================== */

#footer-area {
    margin-top: 0px !important;
}
footer {
    background-color: #f6dbd7;
    border-top: none;
    padding: 0px;
}
footer .footer-container {
    width: 90%;
    margin: 0 auto;
}
footer .footer-container .footer-content {
    display: flex;
    flex-wrap: wrap;
    padding-top: 30px;
    padding-bottom: 30px;
}
footer .footer-container .footer-content > * {
    flex: 1;
    padding-bottom: 15px;
}
footer .footer-container .footer-content > *:not(:last-child) {
    padding-right: 30px;
}
footer .footer-container .footer-content .footer-information {
    flex: 1.5;
}
footer .footer-container .footer-content .footer-information .footer-header,
footer .footer-container .footer-content .footer-menu .footer-header,
footer .footer-container .footer-content .footer-connect .footer-header {
    font-family: "Montserrat Regular";
    font-weight: 600;
    font-size: calc(14px + (16 - 14) * (100vw - 320px) / (1920 - 320));
    color: #414141;
    line-height: calc(24px + (26 - 24) * (100vw - 320px) / (1920 - 320));
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 10px;
}
footer .footer-container .footer-content .footer-information .footer-description {
    width: 75%;
}
footer .footer-container .footer-content .footer-information .footer-description,
footer .footer-container .footer-content .footer-information .footer-description a {
    font-family: "Montserrat Regular";
    font-weight: 500;
    font-size: calc(12px + (13 - 12) * (100vw - 320px) / (1920 - 320));
    color: #414141;
    line-height: calc(22px + (23 - 22) * (100vw - 320px) / (1920 - 320));
    letter-spacing: 0px;
    text-align: left;
}
footer .footer-container .footer-content .footer-information .footer-description a:hover,
footer .footer-container .footer-content .footer-information .footer-description a:focus {
    color: #7ba990;
    transition: all 0.6s ease-in;
}
footer .footer-container .footer-content .footer-menu ul {
    margin-bottom: 0px;
}
footer .footer-container .footer-content .footer-menu,
footer .footer-container .footer-content .footer-menu a {
    font-family: "Montserrat Regular";
    font-weight: 500;
    font-size: calc(12px + (13 - 12) * (100vw - 320px) / (1920 - 320));
    color: #414141;
    line-height: calc(22px + (23 - 22) * (100vw - 320px) / (1920 - 320));
    letter-spacing: 0px;
    text-align: left;
}
footer .footer-container .footer-content .footer-menu a:hover,
footer .footer-container .footer-content .footer-menu a:focus {
    color: #7ba990;
    transition: all 0.6s ease-in;
}
footer .footer-container .footer-content .footer-connect .footer-social {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    margin: 10px 0px;
}
footer .footer-container .footer-content .footer-connect .footer-social > a {
    margin-right: 10px;
}
footer .footer-container .footer-content .footer-connect .footer-social > a > img {
    width: 24px;
    height: 24px;
}
footer .footer-container .footer-content .footer-connect .footer-social > a > img:hover,
footer .footer-container .footer-content .footer-connect .footer-social > a > img:focus  {
    animation-duration: 1s;
    animation-iteration-count: infinite;
    animation-name: icon-animation;
}

footer .footer-background {
    background-color: #ffffff;
    padding: 0px;
}
footer .footer-background .footer-container .footer-credit {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    border-top: 1px solid #ffffff;
    padding: 10px 0px;
}
footer .footer-background .footer-credit .footer-copyright {
    font-family: "Montserrat Regular";
    font-weight: 500;
    font-size: calc(12px + (13 - 12) * (100vw - 320px) / (1920 - 320));
    color: #414141;
    line-height: calc(22px + (23 - 22) * (100vw - 320px) / (1920 - 320));
    letter-spacing: 0px;
    text-align: left;
    width: 50%;
}
footer .footer-background .footer-credit .footer-designed {
    font-family: "Montserrat Regular";
    font-weight: 500;
    font-size: calc(12px + (13 - 12) * (100vw - 320px) / (1920 - 320));
    color: #414141;
    line-height: calc(22px + (23 - 22) * (100vw - 320px) / (1920 - 320));
    letter-spacing: 0px;
    text-align: right;
    width: 50%;
}
footer .footer-background .footer-credit .footer-copyright a,
footer .footer-background .footer-credit .footer-designed a {
    font-family: "Montserrat Regular";
    font-weight: 500;
    font-size: calc(12px + (13 - 12) * (100vw - 320px) / (1920 - 320));
    color: #414141;
    line-height: calc(22px + (23 - 22) * (100vw - 320px) / (1920 - 320));
    letter-spacing: 0px;
    text-decoration: underline;
}
footer .footer-background .footer-credit .footer-copyright a:hover,
footer .footer-background .footer-credit .footer-copyright a:focus,
footer .footer-background .footer-credit .footer-designed a:hover,
footer .footer-background .footer-credit .footer-designed a:focus {
    color: #7ba990;
    transition: all 0.6s ease-in;
}
@media (max-width: 991px) {
    footer .footer-container .footer-content {
        padding-top: 15px;
        padding-bottom: 15px;
    }
    footer .footer-container .footer-content > * {
        padding-right: 30px;
    }
    footer .footer-container .footer-content > *:not(:last-child) {
        padding-right: 30px;
    }
    footer .footer-container .footer-content .footer-information {
        flex: auto;
        width: 50%;
        order: 1;
    }
    footer .footer-container .footer-content .footer-information .footer-description {
        width: 100%;
    }
    footer .footer-container .footer-content .footer-menu {
        flex: auto;
        width: 50%;
        order: 3;
    }
    footer .footer-container .footer-content .footer-connect {
        flex: auto;
        width: 50%;
        order: 2;
    }
    footer .footer-container .footer-credit .footer-copyright {
        text-align: center;
        width: 100%;
    }
    footer .footer-container .footer-credit .footer-designed {
        text-align: center;
        width: 100%;
    }
}
@media (max-width: 575px) {
    footer .footer-container .footer-content > * {
        padding-right: 0px;
        padding-bottom: 10px;
    }
    footer .footer-container .footer-content > *:not(:last-child) {
        padding-right: 0px;
    }
    footer .footer-container .footer-content .footer-information .footer-header,
    footer .footer-container .footer-content .footer-menu .footer-header,
    footer .footer-container .footer-content .footer-connect .footer-header {
        margin-bottom: 5px;
    }
    footer .footer-container .footer-content .footer-information {
        flex: auto;
        width: 100%;
        order: 1;
    }
    footer .footer-container .footer-content .footer-menu {
        flex: auto;
        width: 100%;
        order: 2;
    }
    footer .footer-container .footer-content .footer-connect {
        flex: auto;
        width: 100%;
        order: 3;
    }
    footer .footer-container .footer-content .footer-information .footer-header,
    footer .footer-container .footer-content .footer-menu .footer-header,
    footer .footer-container .footer-content .footer-connect .footer-header {
        text-align: center;
    }
    footer .footer-container .footer-content .footer-information .footer-description,
    footer .footer-container .footer-content .footer-information .footer-description a {
        text-align: center;
    }
    footer .footer-container .footer-content .footer-menu,
    footer .footer-container .footer-content .footer-menu a {
        text-align: center;
    }
    footer .footer-container .footer-content .footer-connect .footer-social {
        justify-content: center;
    }
}

/* ================================== End of Footer ================================== */

/* ================================== Slideshow ================================== */

.slideshow .slider-slideshow-description .slider-slideshow-container {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 90%;
    margin: 0 auto;
}
.slideshow .slider-slideshow-description .slider-slideshow-container .slider-slideshow-description-texts {
    width: 40%;
    padding: 0px;
}
.slideshow .slider-slideshow-description .slider-slideshow-container .slider-slideshow-description-texts > span {
    font-family: "Montserrat Regular";
    font-weight: 600;
    font-size: calc(12px + (14 - 12) * (100vw - 320px) / (1920 - 320));
    color: #414141;
    letter-spacing: 0px;
    line-height: calc(22px + (24 - 22) * (100vw - 320px) / (1920 - 320));
}
.slideshow .slider-slideshow-description .slider-slideshow-container .slider-slideshow-description-texts > .slideshow-text-0 {
    font-family: "Playfair Display Regular";
    font-weight: 600;
    font-size: calc(20px + (32 - 20) * (100vw - 320px) / (1920 - 320));
    color: #414141;
    letter-spacing: 0px;
    line-height: calc(30px + (42 - 30) * (100vw - 320px) / (1920 - 320));
    text-transform: uppercase;
}
.slideshow .slider-slideshow-description .slider-slideshow-container .slider-slideshow-description-texts > .slideshow-text-1 {
    padding-top: 10px;
}
.slideshow .slider-slideshow-description .slider-slideshow-container .slider-slideshow-description-texts .slider-slideshow-description-link {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding-top: 20px;
}

.slideshow .owl-nav {
    position: absolute;
    top: 50%;
    left: 0%;
    transform: translate(0%, -50%);
    width: 100%;
    height: 24px;
    z-index: 1;
}
.slideshow .owl-nav > * {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 24px;
}
.slideshow .owl-nav > * > .fa {
    font-size: calc(18px + (24 - 18) * (100vw - 320px) / (1920 - 320));
    color: #ffffff;
}
.slideshow .owl-nav > .owl-prev {
    left: calc(0% - -24px);
}
.slideshow .owl-nav > .owl-next {
    right: calc(0% - -24px);
}

.slideshow .slider-dots {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    padding: 0px;
    margin: 0 auto;

    width: 90%;
    left: 0%;
    bottom: 5%;
}
.slideshow .slider-dots .owl-dot {
    position: relative;
    background: #ffffff;
    width: 10px;
    height: 10px;
    border-radius: 10px;
    margin: 5px;
}
.slideshow .slider-dots .owl-dot.active {
    background: #f6dbd7;
}
@media (max-width: 1280px) {
    .slideshow .slider-slideshow-description .slider-slideshow-container .slider-slideshow-description-texts {
        width: 50%;
    }
    .slideshow .owl-nav > .owl-prev {
        left: calc(0% - -12px);
    }
    .slideshow .owl-nav > .owl-next {
        right: calc(0% - -12px);
    }
}
@media (max-width: 767px) {
    .slideshow .slider-slideshow-description .slider-slideshow-container .slider-slideshow-description-texts {
        width: 60%;
    }
}
@media (max-width: 575px) {
    .slideshow .slider-slideshow-description .slider-slideshow-container .slider-slideshow-description-texts {
        background: rgba(255, 255, 255, 0.6);
        padding: 15px;
        width: 100%;
    }
    .slideshow .slider-slideshow-description .slider-slideshow-container .slider-slideshow-description-texts > .slideshow-text-1 {
        padding-top: 5px;
    }
    .slideshow .slider-slideshow-description .slider-slideshow-container .slider-slideshow-description-texts .slider-slideshow-description-link {
        padding-top: 10px;
    }
    .slideshow .slider-dots {
        justify-content: center;
        bottom: 10px;
    }
}

/* ================================== End of Slideshow ================================== */

/* ================================== Featured Categories ================================== */

.fcategory-container .fcategory-content .fcategory-item {
    position: relative;
}
.fcategory-container .fcategory-content .fcategory-item .fcategory-image img {
    width: 100%;
}
.fcategory-container .fcategory-content .fcategory-item .fcategory-overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: rgba(255, 255, 255, 0.6);
    display: flex;
    justify-content: center;
    align-items: center;
    width: 90%;
    min-height: 150px;
}
.fcategory-container .fcategory-content .fcategory-item .fcategory-overlay .fcategory-name {
    font-family: "Playfair Display Bold";
    font-weight: 700;
    font-size: calc(16px + (26 - 16) * (100vw - 320px) / (1920 - 320));
    color: #414141;
    letter-spacing: 0px;
    line-height: calc(26px + (36 - 26) * (100vw - 320px) / (1920 - 320));
    text-transform: uppercase;
    text-align: center;
}
.fcategory-container .fcategory-button {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 15px 0px;
}

.fcategory-container .fcategory-content-1 .fcategory-item .fcategory-image {
    margin-bottom: 15px;
}
.fcategory-container .fcategory-content-1 .fcategory-item:hover .fcategory-image,
.fcategory-container .fcategory-content-1 .fcategory-item:focus .fcategory-image {
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.3);
    transition: all 0.6s ease-in;
}
.fcategory-container .fcategory-content-1 .fcategory-item .fcategory-image img {
    width: 100%;
}
.fcategory-container .fcategory-content-1 .fcategory-item .fcategory-name {
    font-family: "Playfair Display Bold";
    font-weight: 700;
    font-size: calc(14px + (22 - 14) * (100vw - 320px) / (1920 - 320));
    color: #414141;
    letter-spacing: 0px;
    line-height: calc(24px + (32 - 24) * (100vw - 320px) / (1920 - 320));
    text-transform: uppercase;
    text-align: center;
}

.fcategory-container .slick-list {
    margin: 0px;
}
.fcategory-container .slick-list .slick-track {
    display: flex;
    padding: 15px 0px;
}
.fcategory-container .slick-list .slick-track .slick-slide > div {
    display: flex;
    margin: 0px -30px;
}
.fcategory-container .slick-list .slick-track .slick-slide > div > div {
    padding: 0px 30px;
}
.fcategory-container .slick-no-slide {
    margin-left: 0px;
    margin-right: 0px;
}

.fcategory-container .slick-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: auto;
    height: 100%;
    z-index: 1;
}
.fcategory-container .slick-nav.left {
    left: calc(0% - 40px);
}
.fcategory-container .slick-nav.right {
    right: calc(0% - 40px);
}
.fcategory-container .slick-nav img {
    width: 40px;
    height: 40px;
}

.fcategory-container .slick-dots {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 0px;
    margin: 0 auto;

    width: 100%;
    bottom: -15px;
}
.fcategory-container .slick-dots li {
    position: relative;
    width: 10px;
    height: 10px;
    padding: 0px;
    margin: 5px;
    list-style-type: none;
}
.fcategory-container .slick-dots li button {
    display: block;
    width: 10px;
    height: 10px;
    padding: 0;
    
    border: none;
    border-radius: 10px;
    background: #cccccc;
    opacity: 1;
    
    text-indent: -9999px;
}
.fcategory-container .slick-dots li.slick-active button {
    background-color: #f6dbd7;
}
.fcategory-container .slick-dots li button:before {
    width: 10px;
    height: 10px;
}

@media (max-width: 991px) {
    .fcategory-container .fcategory-content .fcategory-item .fcategory-overlay {
        min-height: 100px;
    }
    .fcategory-container .fcategory-content-1 .fcategory-item .fcategory-image {
        margin-bottom: 10px;
    }

    .fcategory-container .slick-list .slick-track .slick-slide > div {
        margin: 0px -15px;
    }
    .fcategory-container .slick-list .slick-track .slick-slide > div > div {
        padding: 0px 15px;
    }
}
@media (max-width: 575px) {
    .fcategory-container .fcategory-content .fcategory-item .fcategory-overlay {
        min-height: 60px;
    }

    .fcategory-container .slick-list .slick-track .slick-slide > div {
        margin: 0px -10px;
    }
    .fcategory-container .slick-list .slick-track .slick-slide > div > div {
        padding: 0px 10px;
    }
}

/* ================================== End of Featured Categories ================================== */

/* ================================== Background Content ================================== */

.section-space.background_content {
    padding: 0px;
}
.background-content-background {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 700px;
}
.background-content-background .background-content-container {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 90%;
    height: 100%;
    margin: 0 auto;
}
.background-content-background .background-content-container .background-content {
    background: rgba(255, 255, 255, 0.6);
    width: 60%;
    padding: 30px;
}
.background-content-background .background-content-container .background-content .background-content-title {
    font-family: "Rottweiler Regular";
    font-weight: 600;
    font-size: calc(24px + (38 - 24) * (100vw - 320px) / (1920 - 320));
    color: #414141;
    letter-spacing: 3px;
    line-height: calc(34px + (48 - 34) * (100vw - 320px) / (1920 - 320));
    text-align: center;
    margin-bottom: 15px;
}
.background-content-background .background-content-container .background-content .background-content-description > p {
    font-family: "Montserrat Regular";
    font-weight: 600;
    font-size: calc(12px + (14 - 12) * (100vw - 320px) / (1920 - 320));
    color: #414141;
    letter-spacing: 0px;
    line-height: calc(22px + (24 - 22) * (100vw - 320px) / (1920 - 320));
    text-align: center;
}
.background-content-background .background-content-container .background-content .background-content-description > p:last-child {
    display: flex;
    justify-content: center;
    align-items: center;
}
.background-content-background .background-content-container .background-content .background-content-description > p > a {
    background-color: transparent;
    font-family: "Montserrat Regular";
    font-weight: 600;
    font-size: calc(12px + (13 - 12) * (100vw - 320px) / (1920 - 320));
    color: #414141;
    line-height: calc(14px + (23 - 14) * (100vw - 320px) / (1920 - 320));
    letter-spacing: 0px;
    text-align: center;
    text-transform: uppercase;
    border: 2px solid #f6dbd7;

    min-width: 140px;
    min-height: 40px;
    padding: 6px 24px;
}
.background-content-background .background-content-container .background-content .background-content-description > p > a:hover,
.background-content-background .background-content-container .background-content .background-content-description > p > a:focus {
    background-color: transparent;
    color: #414141;
    border: 2px solid #7ba990;
    outline: none;
    transition: all 0.6s ease-in;
}
@media (max-width: 1280px) {
    .background-content-background .background-content-container .background-content {
        width: 70%;
    }
}
@media (max-width: 991px) {
    .background-content-background .background-content-container .background-content {
        width: 80%;
    }
}
@media (max-width: 767px) {
    .background-content-background .background-content-container .background-content {
        width: 90%;
    }
}
@media (max-width: 575px) {
    .background-content-background {
        height: 600px;
    }
    .background-content-background .background-content-container .background-content {
        width: 100%;
    }
    .background-content-background .background-content-container .background-content .background-content-description > p > a {
        min-width: 100px;
        min-height: 35px;
        height: 35px;
        padding: 9px 16px;

        letter-spacing: 0px;
    }
}

/* ================================== End of Background Content ================================== */

/* ================================== Instagram ================================== */

/*.section-space.instagram {
    padding: 100px 0px;
}
@media (max-width: 991px) {
    .section-space.instagram {
        padding: 75px 0px;
    }
}
@media (max-width: 767px) {
    .section-space.instagram {
        padding: 50px 0px;
    }
}*/

.module-instagram .instagram-username,
.module-instagram .instagram-username > a {
    font-family: "Montserrat Regular";
    font-weight: 600;
    font-size: calc(14px + (22 - 14) * (100vw - 320px) / (1920 - 320));
    color: #414141;
    line-height: calc(24px + (32 - 24) * (100vw - 320px) / (1920 - 320));
    letter-spacing: 1px;
    text-align: center;
    margin-bottom: 15px;
}
.module-instagram .instagram-username > a:hover,
.module-instagram .instagram-username > a:focus {
    color: #7ba990;
    transition: all 0.6s ease-in;
}
.module-instagram .instagram {
    padding: 0px;
}
.module-instagram .instagram .item {
    padding: 0px 10px;
}
.module-instagram .instagram .item .instagram-overlay {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

    background: rgba(255, 255, 255, 0.8);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
}
.module-instagram .instagram .item .instagram-overlay .instagram-icon {
    margin-bottom: 10px;
}
.module-instagram .instagram .item .instagram-overlay .instagram-icon > img {
    width: 25px;
    height: 25px;
}
.module-instagram .instagram .item .instagram-overlay .instagram-follow-us {
    font-family: "Montserrat Regular";
    font-weight: 600;
    font-size: calc(12px + (14 - 12) * (100vw - 320px) / (1920 - 320));
    color: #414141;
    letter-spacing: 1px;
    line-height: calc(22px + (24 - 22) * (100vw - 320px) / (1920 - 320));
    text-align: center;
    text-transform: uppercase;
}
.module-instagram .instagram .item .instagram-overlay .instagram-username {
    font-family: "Montserrat Regular";
    font-weight: 600;
    font-size: calc(12px + (14 - 12) * (100vw - 320px) / (1920 - 320));
    color: #414141;
    letter-spacing: 1px;
    line-height: calc(22px + (24 - 22) * (100vw - 320px) / (1920 - 320));
    text-align: center;
}
.module-instagram .instagram .item:hover .instagram-overlay,
.module-instagram .instagram .item:focus .instagram-overlay {
    opacity: 1;
    transition: all 0.6s ease-in;
}
.module-instagram .instagram-button {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 15px 0px;
}
@media (max-width: 575px) {
    .module-instagram .instagram .item .instagram-overlay .instagram-icon > img {
        width: 20px;
        height: 20px;
    }
}

/* ================================== End of Instagram ================================== */

/* ================================== About Us ================================== */

.aboutus-container {
    width: 100%;
    margin: 0 auto;
}
.aboutus-container .aboutus_horizontal .aboutus_left {
    justify-content: flex-start;
    padding-right: 15px;
}
.aboutus-container .aboutus_horizontal .aboutus_right {
    justify-content: flex-start;
    padding-left: 15px;
}
.aboutus-container .aboutus_vertical .aboutus_top {
    justify-content: flex-start;
    padding-bottom: 15px;
}
.aboutus-container .aboutus_vertical .aboutus_bottom {
    justify-content: flex-start;
    padding-top: 15px;
}

.aboutus-container .aboutus_horizontal .aboutus_left h2,
.aboutus-container .aboutus_horizontal .aboutus_right h2 {
    margin-top: 0px !important;
}
.aboutus-container .aboutus_vertical .aboutus_top h2,
.aboutus-container .aboutus_vertical .aboutus_bottom h2 {
    margin-top: 0px !important;
}
.aboutus-container .aboutus_horizontal .aboutus_left p,
.aboutus-container .aboutus_horizontal .aboutus_right p {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-family: "Montserrat Regular";
    font-weight: 500;
    font-size: calc(12px + (14 - 12) * (100vw - 320px) / (1920 - 320));
    color: #414141;
    letter-spacing: 0px;
    line-height: calc(22px + (24 - 22) * (100vw - 320px) / (1920 - 320));
    text-align: left;
    margin-bottom: 15px;
}
.aboutus-container .aboutus_vertical .aboutus_top p,
.aboutus-container .aboutus_vertical .aboutus_bottom p {
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: "Montserrat Regular";
    font-weight: 500;
    font-size: calc(12px + (14 - 12) * (100vw - 320px) / (1920 - 320));
    color: #414141;
    letter-spacing: 0px;
    line-height: calc(22px + (24 - 22) * (100vw - 320px) / (1920 - 320));
    text-align: center;
    margin-bottom: 15px;
}
.aboutus-container .aboutus_horizontal .aboutus_left a,
.aboutus-container .aboutus_horizontal .aboutus_right a {
    background-color: transparent;
    font-family: "Montserrat Regular";
    font-weight: 600;
    font-size: calc(12px + (13 - 12) * (100vw - 320px) / (1920 - 320));
    color: #414141;
    line-height: calc(14px + (23 - 14) * (100vw - 320px) / (1920 - 320));
    letter-spacing: 0px;
    text-align: center;
    text-transform: uppercase;
    border: 2px solid #f6dbd7;

    min-width: 140px;
    min-height: 40px;
    padding: 6px 24px;
}
.aboutus-container .aboutus_vertical .aboutus_top a,
.aboutus-container .aboutus_vertical .aboutus_bottom a {
    background-color: transparent;
    font-family: "Montserrat Regular";
    font-weight: 600;
    font-size: calc(12px + (13 - 12) * (100vw - 320px) / (1920 - 320));
    color: #414141;
    line-height: calc(14px + (23 - 14) * (100vw - 320px) / (1920 - 320));
    letter-spacing: 0px;
    text-align: center;
    text-transform: uppercase;
    border: 2px solid #f6dbd7;

    min-width: 140px;
    min-height: 40px;
    padding: 6px 24px;
}
.aboutus-container .aboutus_horizontal .aboutus_left a:hover,
.aboutus-container .aboutus_horizontal .aboutus_left a:focus,
.aboutus-container .aboutus_horizontal .aboutus_right a:hover,
.aboutus-container .aboutus_horizontal .aboutus_right a:focus,
.aboutus-container .aboutus_vertical .aboutus_top a:hover,
.aboutus-container .aboutus_vertical .aboutus_top a:focus,
.aboutus-container .aboutus_vertical .aboutus_bottom a:hover,
.aboutus-container .aboutus_vertical .aboutus_bottom a:focus {
    background-color: transparent;
    color: #414141;
    border: 2px solid #7ba990;
    outline: none;
    transition: all 0.6s ease-in;
}
.aboutus-container .aboutus_vertical .aboutus_top h3,
.aboutus-container .aboutus_vertical .aboutus_bottom h3 {
    font-family: "Montserrat Regular";
    font-weight: 600;
    font-size: calc(14px + (24 - 14) * (100vw - 320px) / (1920 - 320));
    color: #7ba990;
    line-height: calc(24px + (34 - 24) * (100vw - 320px) / (1920 - 320));
    letter-spacing: 0px;
    text-align: center;
}
.aboutus-container .aboutus_horizontal .aboutus_left img,
.aboutus-container .aboutus_horizontal .aboutus_right img,
.aboutus-container .aboutus_vertical .aboutus_top img,
.aboutus-container .aboutus_vertical .aboutus_bottom img {
    width: 100% !important;
}
@media (max-width: 991px) {
    .aboutus-container .aboutus_horizontal .aboutus_left {
        padding-right: 0px;
        padding-bottom: 0px;
    }
    .aboutus-container .aboutus_horizontal .aboutus_right {
        padding-left: 0px;
        padding-top: 15px;
    }
    .aboutus-container .aboutus_vertical .aboutus_top {
        padding-bottom: 0px;
    }
    .aboutus-container .aboutus_vertical .aboutus_bottom {
        padding-top: 0px;
    }
}
@media (max-width: 575px) {
    .aboutus-container .aboutus_horizontal .aboutus_left p,
    .aboutus-container .aboutus_horizontal .aboutus_right p,
    .aboutus-container .aboutus_vertical .aboutus_top p,
    .aboutus-container .aboutus_vertical .aboutus_bottom p {
        text-align: justify;
    }
    .aboutus-container .aboutus_horizontal .aboutus_left a,
    .aboutus-container .aboutus_horizontal .aboutus_right a,
    .aboutus-container .aboutus_vertical .aboutus_top a,
    .aboutus-container .aboutus_vertical .aboutus_bottom a {
        min-width: 100px;
        min-height: 35px;
        height: 35px;
        padding: 9px 16px;

        letter-spacing: 0px;
    }
}

/* ================================== End of About Us ================================== */

/* ================================== Product Block ================================== */

.product-gutter {
    outline: none;
}
.product-block {
    display: flex;
    background: transparent;
    text-align: center;
    padding-bottom: 15px;
    border: 1px solid #7ba990;
    position: relative;
    /*overflow: hidden;*/
}
.product-block:hover,
.product-block:focus {
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
    transition: all 0.6s ease-in;
}
.product-block::after {
    content: '';
    display: block;
    position: absolute;
    top: 100%;
    left: 0%;
    width: calc(100% + 2px);
    height: 5px;
    background: transparent;
    margin: 0px -1px;
}
.product-block:hover::after,
.product-block:focus::after {
    background: #7ba990;
    transition: all 0.6s ease-in;
}
.product-block .product-sticker {
    background-repeat: no-repeat;
    background-position: left;
    background-size: cover;

    position: absolute;
    top: 0;
    left: 0;
    transform: translate(-8%, 35%);
    z-index: 1;

    display: flex;
    justify-content: center;
    align-items: center;
    font-family: "Montserrat Regular";
    font-weight: 500;
    font-size: calc(10px + (12 - 10) * (100vw - 320px) / (1920 - 320));
    line-height: calc(20px + (22 - 20) * (100vw - 320px) / (1920 - 320));
    letter-spacing: 0px;
    text-align: center;
    min-width: 110px;
    padding: 6px 10px 12px 10px;
}
.product-block .product-image-block {
    margin-bottom: 15px;
}
.product-block .product-name {
    font-family: "Montserrat Regular";
    font-weight: 600;
    font-size: calc(14px + (16 - 14) * (100vw - 320px) / (1920 - 320));
    color: #414141;
    letter-spacing: 0px;
    line-height: calc(24px + (26 - 24) * (100vw - 320px) / (1920 - 320));
    text-align: left;
    padding: 0px 15px;
    margin: 0 auto auto;
    width: 100%;
}
.product-block .product-category {
    font-family: "Montserrat Regular";
    font-weight: 600;
    font-size: calc(12px + (14 - 12) * (100vw - 320px) / (1920 - 320));
    color: #858585;
    letter-spacing: 0px;
    line-height: calc(22px + (24 - 22) * (100vw - 320px) / (1920 - 320));
    text-align: left;
    padding: 0px 15px;
    margin: 0 auto auto;
    width: 100%;
}
.product-block .product-details {
    display: flex;
    width: 100%;
    padding: 10px 15px 0px 15px;
    margin: 0px auto;
}
.product-block .product-details .price {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 50%;
}
.product-block .product-details .price .price-new {
    font-family: "Montserrat Regular";
    font-weight: 600;
    font-size: calc(14px + (16 - 14) * (100vw - 320px) / (1920 - 320));
    color: #414141;
    letter-spacing: 0px;
    line-height: calc(24px + (26 - 24) * (100vw - 320px) / (1920 - 320));
    text-transform: none;
}
.product-block .product-details .price .price-old {
    font-family: "Montserrat Regular";
    font-weight: 600;
    font-size: calc(14px + (16 - 14) * (100vw - 320px) / (1920 - 320));
    color: #767676;
    letter-spacing: 0px;
    line-height: calc(24px + (26 - 24) * (100vw - 320px) / (1920 - 320));
    text-transform: none;
    text-decoration: line-through;
    padding-left: 5px;
}
.product-block .cart-buttons {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: 50%;
    margin: 0px;
}
.product-block .cart-buttons > button:not(:last-child) {
    margin-right: 10px;
}
.product-block .cart-buttons .btn {
    background-color: transparent;
    border: none;
    padding: 0px;
    outline: none;
}
@media (max-width: 991px) {
    .product-block .product-sticker {
        min-width: 100px;
    }
}

/* ================================== End of Product Block ================================== */

/* ================================== Categories ================================== */

.product-view > .product-gutter {
    padding-left: calc(30px / 2);
    padding-right: calc(30px / 2);
    padding-bottom: 30px;
}
@media (min-width: 1280px) {
    .product-view > .product-gutter {
        width: 33.33% !important;
    }
}
@media (min-width: 992px) {
    .product-view > .product-gutter {
        width: 50%;
    }
}
@media (max-width: 414px) {
    .product-view > .product-gutter {
        width: 100%;
    }
}

#side-categories,
#side-manufacturer,
#side_filter,
#side-price {
    background-color: transparent;
}
#side-categories .item-header,
#side-manufacturer .item-header,
#side_filter .item-header,
#side-price .item-header {
    font-family: "Playfair Display Regular";
    font-weight: 600;
    font-size: calc(16px + (18 - 16) * (100vw - 320px) / (1920 - 320));
    color: #7ca891;
    letter-spacing: 3px;
    line-height: calc(26px + (28 - 26) * (100vw - 320px) / (1920 - 320));
    text-transform: uppercase;
    border: none;
    padding: 10px 0px;
}
#side-categories .list-group-item,
#side-manufacturer .list-group-item,
#side_filter .list-group-item,
#side-price .list-group-item {
    background-color: transparent;
    border: none;
    padding: 10px 0px;
}

#side-categories .side-categories-level-1 .group .item .toggle.level-1 {
    background-color: #7ca891;
    background-image: url('../../../../../image/catalog/bestflorist/general/plus-white.png');
    background-repeat: no-repeat;
    background-size: 10px;
    background-position: center;
    border-left: none;
    padding: 9px 18px;
}
#side-categories .side-categories-level-1 .group .item.active .toggle.level-1 {
    background-color: #7ca891;
    background-image: url('../../../../../image/catalog/bestflorist/general/minus-white.png');
    background-repeat: no-repeat;
    background-size: 10px;
    background-position: center;
}
#side-categories .side-categories-level-1 .group .item:hover .toggle.level-1,
#side-categories .side-categories-level-1 .group .item:focus .toggle.level-1 {
    background-image: url('../../../../../image/catalog/bestflorist/general/minus-white.png');
    background-repeat: no-repeat;
    background-size: 10px;
    background-position: center;
    /*background-color: transparent;*/
    /*transition: all 0.6s ease-in;*/
}
#side-categories .side-categories-level-1 .group .item.active:hover .toggle.level-1,
#side-categories .side-categories-level-1 .group .item.active:focus .toggle.level-1 {
    background-image: url('../../../../../image/catalog/bestflorist/general/plus-white.png');
    background-repeat: no-repeat;
    background-size: 10px;
    background-position: center;
    /*background-color: transparent;*/
    /*transition: all 0.6s ease-in;*/
}

#side-categories .side-categories-level-1 .group .item .toggle {
    background-image: url('../../../../../image/catalog/bestflorist/general/plus.png');
    background-repeat: no-repeat;
    background-size: 10px;
    background-position: center;
    border-left: none;
    padding: 9px 18px;
}
#side-categories .side-categories-level-1 .group .item.active .toggle {
    background-image: url('../../../../../image/catalog/bestflorist/general/minus.png');
    background-repeat: no-repeat;
    background-size: 10px;
    background-position: center;
}
#side-categories .side-categories-level-1 .group .item:hover .toggle,
#side-categories .side-categories-level-1 .group .item:focus .toggle {
    background-image: url('../../../../../image/catalog/bestflorist/general/minus.png');
    background-repeat: no-repeat;
    background-size: 10px;
    background-position: center;
    background-color: transparent;
    /*transition: all 0.6s ease-in;*/
}
#side-categories .side-categories-level-1 .group .item.active:hover .toggle,
#side-categories .side-categories-level-1 .group .item.active:focus .toggle {
    background-image: url('../../../../../image/catalog/bestflorist/general/plus.png');
    background-repeat: no-repeat;
    background-size: 10px;
    background-position: center;
    background-color: transparent;
    /*transition: all 0.6s ease-in;*/
}

#side-categories .side-categories-level-1 {
    margin-bottom: 3px;
}
#side-categories .side-categories-level-1 .group {
    border: none;
}
#side-categories .side-categories-level-1 .group .item.level-1 .icon  {
    width: 50px;
    height: 40px;
    padding: 0px 10px;
}
#side-categories .side-categories-level-1 .group .item.level-1 .icon img {
    margin: 0 auto;
}
#side-categories .side-categories-level-1 .group .item.level-1 .icon img:first-child {
    display: block;
}
#side-categories .side-categories-level-1 .group .item.level-1 .icon img:last-child {
    display: none;
}
#side-categories .side-categories-level-1 .group .item.level-1 {
    background: transparent;
    border-radius: 0px;
    color: #414141;
    overflow: hidden;
}
#side-categories .side-categories-level-1 .group .item.level-1 a {
    background: #7ca891;
    font-family: "Montserrat Regular";
    font-weight: 600;
    font-size: calc(12px + (14 - 12) * (100vw - 320px) / (1920 - 320));
    color: #ffffff;
    letter-spacing: 1px;
    line-height:  calc(22px + (24 - 22) * (100vw - 320px) / (1920 - 320));
    padding: 6px 12px;
}
#side-categories .side-categories-level-1 .group .item.active + .sub {
    border-top: none;
    padding: 5px 0px;
}
#side-categories .side-categories-level-1 .group .item.level-1:hover a {
    background-color: #7ca891;
    color: #ffffff;
    transition: all 0.6s ease-in;
}
#side-categories .side-categories-level-1 .group .item.level-1:hover .toggle {
    background-color: #7ca891;
    color: #ffffff;
    /*transition: all 0.6s ease-in;*/
}
#side-categories .side-categories-level-1 .group .item.level-1.active a,
#side-categories .side-categories-level-1 .group .item.level-1.active .toggle {
    background-color: #7ca891;
    color: #ffffff;
}
#side-categories .side-categories-level-1 .group .item.level-1:hover img:first-child {
    display: none;
}
#side-categories .side-categories-level-1 .group .item.level-1:hover img:last-child {
    display: block;
}
#side-categories .side-categories-level-1 .group .item.level-1.active img:first-child {
    display: none;
}
#side-categories .side-categories-level-1 .group .item.level-1.active img:last-child {
    display: block;
}

#side-categories .side-categories-level-1 .group .item.level-2 a {
    font-family: "Montserrat Regular";
    font-weight: 600;
    font-size: calc(12px + (14 - 12) * (100vw - 320px) / (1920 - 320));
    color: #414141;
    letter-spacing: 0px;
    line-height: calc(22px + (24 - 22) * (100vw - 320px) / (1920 - 320));
    padding: 6px 24px;
}
#side-categories .side-categories-level-1 .group .item.level-2:hover,
#side-categories .side-categories-level-1 .group .item.level-2:hover a  {
    background-color: transparent;
    color: #7ca891;
    transition: all 0.6s ease-in;
}
#side-categories .side-categories-level-1 .group .item.level-2.active,
#side-categories .side-categories-level-1 .group .item.level-2.active a {
    color: #7ca891;
}

#side-categories .side-categories-level-1 .group .item.level-3 a {
    font-family: "Montserrat Regular";
    font-weight: 600;
    font-size: calc(12px + (14 - 12) * (100vw - 320px) / (1920 - 320));
    color: #414141;
    letter-spacing: 0px;
    line-height: calc(22px + (24 - 22) * (100vw - 320px) / (1920 - 320));
    padding: 6px 38px;
}
#side-categories .side-categories-level-1 .group .sub .level-3 .item:hover,
#side-categories .side-categories-level-1 .group .sub .level-3 .item:hover a {
    background-color: transparent;
    color: #7ca891;
    transition: all 0.6s ease-in;
}
#side-categories .side-categories-level-1 .group .sub .level-3 .item .active {
    color: #7ca891;
}

#side-categories .side-categories-level-1 .group .item.level-4 a {
    font-family: "Montserrat Regular";
    font-weight: 600;
    font-size: calc(12px + (14 - 12) * (100vw - 320px) / (1920 - 320));
    color: #414141;
    letter-spacing: 0px;
    line-height: calc(22px + (24 - 22) * (100vw - 320px) / (1920 - 320));
    padding: 6px 50px;
}
#side-categories .side-categories-level-1 .group .sub .level-4 .item:hover,
#side-categories .side-categories-level-1 .group .sub .level-4 .item:hover a {
    background-color: transparent;
    color: #7ca891;
    transition: all 0.6s ease-in;
}
#side-categories .side-categories-level-1 .group .sub .level-4 .item .active {
    color: #7ca891;
}

#side-manufacturer .list-group-item label {
    font-family: "Montserrat Regular";
    font-weight: 600;
    font-size: calc(12px + (14 - 12) * (100vw - 320px) / (1920 - 320));
    color: #414141;
    letter-spacing: 0px;
    line-height: calc(22px + (24 - 22) * (100vw - 320px) / (1920 - 320));
    padding: 6px 18px;
    margin: 0px;
}
#side-manufacturer .list-group-item input[type="checkbox"] {
    position: relative;
    width: 0px;
    height: 0px;
    margin-right: 0px;
    visibility: hidden;
}
#side-manufacturer .list-group-item .custom-checkbox {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    bottom: 0;
    transform: translate(0%, -50%);
    height: 15px;
    width: 15px;
    background-color: transparent;
    border: 1px solid #dddddd;
    border-radius: 0px;
}
#side-manufacturer .list-group-item .custom-checkbox-inner {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 2px;
}
#side-manufacturer .list-group-item input[type="checkbox"]:checked + .custom-checkbox .custom-checkbox-inner {
    background-color: #7ca891;
}

#side_filter .list-group-item label {
    position: relative;
    font-family: "Montserrat Regular";
    font-weight: 600;
    font-size: calc(12px + (14 - 12) * (100vw - 320px) / (1920 - 320));
    color: #414141;
    letter-spacing: 0px;
    line-height: calc(22px + (24 - 22) * (100vw - 320px) / (1920 - 320));
    margin: 0px;
}
#side_filter .list-group-item input[type="checkbox"] {
    position: relative;
    width: 0px;
    height: 0px;
    margin-left: 0px;
    visibility: hidden;
}
#side_filter .list-group-item .custom-checkbox {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    bottom: 0;
    transform: translate(0%, -50%);
    height: 15px;
    width: 15px;
    background-color: transparent;
    border: 1px solid #dddddd;
    border-radius: 0px;
}
#side_filter .list-group-item .custom-checkbox-inner {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 2px;
}
#side_filter .list-group-item input[type="checkbox"]:checked + .custom-checkbox .custom-checkbox-inner {
    background-color: #7ca891;
}

#side-price .list-group-item > span {
    font-family: "Montserrat Regular";
    font-weight: 600;
    font-size: calc(12px + (14 - 12) * (100vw - 320px) / (1920 - 320));
    color: #414141;
    letter-spacing: 0px;
    line-height: calc(22px + (24 - 22) * (100vw - 320px) / (1920 - 320));
    margin-top: 5px;
}
#side-price .list-group-item .ui-slider {
    background: #dddddd !important;
}
#side-price .list-group-item .ui-slider .ui-slider-range {
    background: #7ca891;
}
#side-price .list-group-item .ui-slider .ui-slider-handle {
    position: absolute;
    background: #7ca891;
    width: 15px;
    height: 20px;
    border: 1px solid #7ca891;
    border-radius: 0%;
}

#filter_group_tigger_open {
    background-color: #f6dbd7;
    font-family: "Montserrat Regular";
    font-weight: 500;
    font-size: calc(12px + (13 - 12) * (100vw - 320px) / (1920 - 320));
    color: #414141;
    line-height: calc(14px + (23 - 14) * (100vw - 320px) / (1920 - 320));
    letter-spacing: 0px;
    text-align: center;
    border: 2px solid #f6dbd7;

    min-width: 140px;
    min-height: 40px;
    padding: 6px 24px;
}
#filter_group_tigger_open:hover,
#filter_group_tigger_open:focus {
    background-color: transparent;
    color: #414141;
    border: 2px solid #7ba990;
    outline: none;
    transition: all 0.6s ease-in;
}
@media (max-width: 767px) {
    #filter_group_tigger_open {
        margin-bottom: 0px;
    }
}
@media (max-width: 575px) {
    #filter_group_tigger_open {
        min-width: 100px;
        min-height: 35px;
        height: 35px;
        padding: 9px 16px;

        letter-spacing: 0px;
    }
}

.sort-order-container {
    display: flex;
    width: 100%;
    margin-bottom: 30px;
}
.sort-order-container > div {
    width: 100%;
}
.sort-order-container > div > div {
    padding: 0px;
}
.sort-order-container > div > div:not(:last-child) {
    padding-right: 15px;
}
.sort-order-container .form-group {
    margin-bottom: 15px;
}
.sort-order-container .form-group .input-group-prepend {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.sort-order-container .form-group .input-group-prepend > label {
    font-family: "Montserrat Regular";
    font-weight: 600;
    font-size: calc(12px + (14 - 12) * (100vw - 320px) / (1920 - 320));
    color: #414141;
    line-height: calc(22px + (24 - 22) * (100vw - 320px) / (1920 - 320));
    letter-spacing: 0px;
}
.sort-order-container .form-group > select {
    background-color: #ffffff;
    font-family: "Montserrat Regular";
    font-weight: 500;
    font-size: calc(12px + (14 - 12) * (100vw - 320px) / (1920 - 320));
    color: #414141;
    line-height: calc(22px + (24 - 22) * (100vw - 320px) / (1920 - 320));
    letter-spacing: 0px;
    border: 1px solid #cccccc;
    border-radius: 0px;
    box-shadow: none;
    outline: none;
    height: 40px;
}
@media (max-width: 767px) {
    .sort-order-container > div > div:not(:last-child) {
        padding-right: 0px;
    }
    .sort-order-container .form-group {
        margin-bottom: 0px;
    }
    .sort-order-container .form-group > select {
        background-color: #f6dbd7;
        font-family: "Montserrat Regular";
        font-weight: 500;
        font-size: calc(12px + (13 - 12) * (100vw - 320px) / (1920 - 320));
        color: #414141;
        line-height: calc(14px + (23 - 14) * (100vw - 320px) / (1920 - 320));
        letter-spacing: 0px;
        text-align: center;
        border: 2px solid #f6dbd7;

        min-width: 140px;
        min-height: 40px;
        padding: 6px 24px;
    }
}
@media (max-width: 575px) {
    .sort-order-container {
        flex-direction: column;
    }
    .sort-order-container .form-group .input-group-prepend {
        justify-content: flex-start;
    }
    .sort-order-container .form-group > select {
        min-width: 100px;
        min-height: 35px;
        height: 35px;
        padding: 9px 16px;

        letter-spacing: 0px;
    }
}

/* ================================== End of Categories ================================== */

/* ================================== Product ================================== */

.product-product .product-image-column .product-image-main-container {
    position: relative;
    margin: 0px 15px 15px;
    overflow: initial;
}
.product-product .product-image-column .product-image-main-container .product-sticker {
    background-repeat: no-repeat;
    background-position: left;
    background-size: cover;

    position: absolute;
    top: 0;
    left: 0;
    transform: translate(-8%, 35%);
    z-index: 1;

    display: flex;
    justify-content: center;
    align-items: center;
    font-family: "Montserrat Regular";
    font-weight: 500;
    font-size: calc(10px + (12 - 10) * (100vw - 320px) / (1920 - 320));
    line-height: calc(20px + (22 - 20) * (100vw - 320px) / (1920 - 320));
    letter-spacing: 0px;
    text-align: center;
    min-width: 110px;
    padding: 6px 10px 12px 10px;
}
.product-product .product-image-column .product-image-main-container .product-image-main {
    background-color: #ffffff;
    border: 1px solid #7ba990;
}

.product-product .product-image-column .product-image-main-container .product-image-main .slick-list {
    margin: 0px;
}
.product-product .product-image-column .product-image-main-container .product-image-main .slick-list .slick-track {
    display: flex;
    padding: 0px;
}
.product-product .product-image-column .product-image-main-container .product-image-main .slick-list .slick-track .slick-slide {
    margin: 0px;
}
.product-product .product-image-column .product-image-main-container .product-image-main .slick-no-slide {
    margin-left: 0px;
    margin-right: 0px;
}
.product-product .product-image-column .product-image-main-container .slick-nav {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 35px;
    opacity: 1;
}
.product-product .product-image-column .product-image-main-container .slick-nav.left {
    left: calc(0% - -15px);
    transform: translateX(0%);
}
.product-product .product-image-column .product-image-main-container .slick-nav.right {
    right: calc(0% - -15px);
    transform: translateX(0%);
}
.product-product .product-image-column .product-image-main-container .slick-nav img {
    width: 35px;
    height: 35px;
}

.product-product .product-image-column .product-image-additional-container {
    display: none;
    padding: 0px;
    margin: 0px 30px;
}
.product-product .product-image-column .product-image-additional-container .product-image-additional img {
    background-color: #ffffff;
    border: 1px solid #7ba990;
    padding: 0px;
}

.product-product .product-image-column .product-image-additional-container .slick-nav {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 30px;
}
.product-product .product-image-column .product-image-additional-container .slick-nav.left {
    left: -30px;
}
.product-product .product-image-column .product-image-additional-container .slick-nav.right {
    right: -30px;
}
.product-product .product-image-column .product-image-additional-container .slick-nav .fa {
    color: #414141;
}
.product-product .product-image-column .product-image-additional-container .slick-list {
    margin: 0px -7.5px;
}
.product-product .product-image-column .product-image-additional-container .slick-list .slick-track {
    display: flex;
    padding: 0px;
}
.product-product .product-image-column .product-image-additional-container .slick-list .slick-track .slick-slide {
    margin: 0px 7.5px;
}
.product-product .product-image-column .product-image-additional-container .slick-no-slide {
    margin-left: 0px;
    margin-right: 0px;
}
@media (max-width: 575px) {
    .product-product .product-image-column .product-image-main-container {
        margin: 0px 0px 15px;
    }
    .product-product .product-image-column .product-image-main-container .product-sticker {
        min-width: 100px;
    }
    .product-product .product-image-column .product-image-additional-container {
        margin: 0px 15px;
    }
}

.product-product .product-description-container .product-price {
    display: flex;
    justify-content: center;
    align-items: baseline;
    list-style: none;
    padding: 0px;
    margin: 0px 0px 15px;
}
.product-product .product-description-container .product-price .new-prices {
    font-family: "Montserrat Regular";
    font-weight: 600;
    font-size: calc(18px + (22 - 18) * (100vw - 320px) / (1920 - 320));
    color: #414141;
    letter-spacing: 1px;
    line-height: calc(28px + (32 - 28) * (100vw - 320px) / (1920 - 320));
    text-transform: none;
}
.product-product .product-description-container .product-price .old-prices {
    font-family: "Montserrat Regular";
    font-weight: 600;
    font-size: calc(18px + (22 - 18) * (100vw - 320px) / (1920 - 320));
    color: #767676;
    letter-spacing: 1px;
    line-height: calc(28px + (32 - 28) * (100vw - 320px) / (1920 - 320));
    text-transform: none;
    text-decoration: line-through;
    padding-left: 10px;
}
.product-product .product-description-container .product-name {
    font-family: "Montserrat Regular";
    font-weight: 600;
    font-size: calc(16px + (18 - 16) * (100vw - 320px) / (1920 - 320));
    color: #414141;
    letter-spacing: 1px;
    line-height: calc(26px + (28 - 26) * (100vw - 320px) / (1920 - 320));
    text-align: center;
}
.product-product .product-description-container .product-category {
    font-family: "Montserrat Regular";
    font-weight: 600;
    font-size: calc(16px + (18 - 16) * (100vw - 320px) / (1920 - 320));
    color: #767676;
    letter-spacing: 1px;
    line-height: calc(26px + (28 - 26) * (100vw - 320px) / (1920 - 320));
    text-align: center;
}
.product-product .product-description-container .product-description {
    font-family: "Montserrat Regular";
    font-weight: 600;
    font-size: calc(12px + (14 - 12) * (100vw - 320px) / (1920 - 320));
    color: #414141;
    letter-spacing: 0px;
    line-height: calc(22px + (24 - 22) * (100vw - 320px) / (1920 - 320));
    text-align: center;
    margin: 15px 0px;
}

.product-product #product {
    max-width: 100%;
    width: 100%;
    margin: 15px 0px;
}
.product-product #product .form-group {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
    margin: 0 auto 15px;
}
.product-product #product .form-group .control-label:before {
    content: none;
}
.product-product #product .form-group .control-label {
    font-family: "Montserrat Regular";
    font-weight: 500;
    font-size: calc(12px + (14 - 12) * (100vw - 320px) / (1920 - 320));
    color: #414141;
    letter-spacing: 0px;
    line-height: calc(22px + (24 - 22) * (100vw - 320px) / (1920 - 320));
    text-align: center;
    font-style: italic;
    width: 100%;
    margin-bottom: 5px;
}
.product-product #product .form-group .form-control {
    font-family: "Montserrat Regular";
    font-weight: 500;
    font-size: calc(12px + (14 - 12) * (100vw - 320px) / (1920 - 320));
    color: #414141;
    letter-spacing: 0px;
    line-height: calc(22px + (24 - 22) * (100vw - 320px) / (1920 - 320));
    height: 40px;
}
.product-product #product .form-group > * {
    width: calc(100% - 0px);
}
.product-product #product .form-group > .text-danger {
    font-family: "Montserrat Regular";
    font-weight: 500;
    font-size: calc(12px + (12 - 12) * (100vw - 320px) / (1920 - 320));
    color: #a94442;
    line-height: calc(22px + (22 - 22) * (100vw - 320px) / (1920 - 320));
    letter-spacing: 0px;
    text-align: center;
    margin-left: 120px;
}

.product-product #product .form-group > .textcount {
    position: relative;
}
.product-product #product .form-group > .textcount > .form-textcount {
    padding-right: 40px;
    height: auto;
}
.product-product #product .form-group > .textcount > .span-textcount {
    position: absolute;
    top: 50%;
    right: 0%;
    transform: translate(-50%, -50%);

    font-family: "Montserrat Regular";
    font-weight: 500;
    font-size: calc(12px + (12 - 12) * (100vw - 320px) / (1920 - 320));
    color: #414141;
    line-height: calc(22px + (22 - 22) * (100vw - 320px) / (1920 - 320));
    letter-spacing: 0px;
}

.product-product #product .quantity-group {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    width: 75%;
    margin: 0 auto 15px;
}
.product-product #product .quantity-group .input-group {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50%;
}
.product-product #product .quantity-group .input-group .input-group-addon {
    font-family: "Montserrat Regular";
    font-weight: 600;
    font-size: calc(12px + (14 - 12) * (100vw - 320px) / (1920 - 320));
    color: #414141;
    letter-spacing: 0px;
    line-height: calc(22px + (24 - 22) * (100vw - 320px) / (1920 - 320));
    text-align: left;
    width: 60px;
    height: 40px;
    padding: 0px;
    margin: 0px;
}
.product-product #product .quantity-group .input-group .input-group-box {
    display: inline-table;
    width: calc(100% - 60px);
}
.product-product #product .quantity-group .input-group .input-group-box .input-group-btn {
    height: 40px;
}
.product-product #product .quantity-group .input-group .input-group-box .form-control {
    font-family: "Montserrat Regular";
    font-weight: 600;
    font-size: calc(12px + (14 - 12) * (100vw - 320px) / (1920 - 320));
    color: #414141;
    letter-spacing: 0px;
    line-height: calc(22px + (24 - 22) * (100vw - 320px) / (1920 - 320));
    height: 40px;
    border: 2px solid #b1b1b1;
}

.product-product #product .quantity-group .button-group {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50%;
}
.product-product #product .quantity-group .button-group > button {
    display: inline-block !important;
}

.product-product .product-description-container .product-share {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 15px 0px;
}
.product-product .product-description-container .product-share > span {
    font-family: "Montserrat Regular";
    font-weight: 600;
    font-size: calc(12px + (14 - 12) * (100vw - 320px) / (1920 - 320));
    color: #414141;
    letter-spacing: 0px;
    line-height: calc(22px + (24 - 22) * (100vw - 320px) / (1920 - 320));
    width: 60px;
    padding: 0px;
    margin: 0px;
}
@media (max-width: 1280px) {
    .product-product #product .quantity-group {
        width: 100%;
    }
}
@media (max-width: 991px) {
    .product-product #product .quantity-group {
        flex-direction: column;
    }
    .product-product #product .quantity-group .input-group {
        width: 100%;
        margin-bottom: 15px;
    }
    .product-product #product .quantity-group .button-group {
        width: 100%;
    }
}
@media (max-width: 767px) {
    .product-product #product .quantity-group {
        flex-direction: row;
    }
    .product-product #product .quantity-group .input-group {
        width: 50%;
        margin-bottom: 0px;
    }
    .product-product #product .quantity-group .button-group {
        width: 50%;
    }
}
@media (max-width: 575px) {
    .product-product #product .quantity-group {
        flex-direction: column;
    }
    .product-product #product .quantity-group .input-group {
        width: 100%;
        margin-bottom: 15px;
    }
    .product-product #product .quantity-group .button-group {
        width: 100%;
    }
}

.product-product .related-container {
    padding: 30px 0px;
}
.product-product .related-container .slick-list {
    margin: 0px -15px;
}
.product-product .related-container .slick-list .slick-track {
    display: flex;
    padding: 15px 0px;
}
.product-product .related-container .slick-list .slick-track .slick-slide > div {
    display: flex;
    margin-bottom: 0px;
}
.product-product .related-container .slick-list .slick-track .slick-slide > div > div {
    padding: 0px 30px;
}
.product-product .related-container .slick-no-slide {
    margin-left: 0px;
    margin-right: 0px;
}
@media (max-width: 991px) {
    .product-product .related-container .slick-list .slick-track .slick-slide > div > div {
        padding: 0px 15px;
    }
}

.product-product .related-container .slick-nav {
    top: 0px;
    width: 40px;
    height: 100%;
    z-index: 1;
}
.product-product .related-container .slick-nav.left {
    left: calc(0% - 35px);
}
.product-product .related-container .slick-nav.right {
    right: calc(0% - 35px);
}
.product-product .related-container .slick-nav img {
    width: 35px;
    height: 35px;
}

.product-product .related-container .slick-dots {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 0px;
    margin: 0 auto;

    width: 100%;
    bottom: -15px;
}
.product-product .related-container .slick-dots li {
    position: relative;
    width: 10px;
    height: 10px;
    padding: 0px;
    margin: 5px;
    list-style-type: none;
}
.product-product .related-container .slick-dots li button {
    display: block;
    width: 10px;
    height: 10px;
    padding: 0;
    
    border: none;
    border-radius: 10px;
    background: #cccccc;
    
    text-indent: -9999px;
}
.product-product .related-container .slick-dots li.slick-active button {
    background-color: #f6dbd7;
}
.product-product .related-container .slick-dots li button:before {
    width: 10px;
    height: 10px;
}

/* ================================== End of Product ================================== */

/* ================================== Blog Filter ================================== */

#articles-filter-trigger-open {
    background-color: #f6dbd7;
}

.articles-search, .articles-title,
.articles-categories .articles-title,
.articles-archive .articles-title,
.articles-latest .article-title {
    font-family: "Playfair Display Regular";
    font-weight: 600;
    font-size: calc(16px + (18 - 16) * (100vw - 320px) / (1920 - 320));
    color: #7ca891;
    letter-spacing: 3px;
    line-height: calc(26px + (28 - 26) * (100vw - 320px) / (1920 - 320));
    text-transform: uppercase;
    padding: 10px 0px;
}

.articles-search > .articles-content > .search-box {
    position: relative;
    width: 100%;
    height: 40px;
}
.articles-search > .articles-content > .search-box > input {
    position: absolute;
    font-family: "Montserrat Regular";
    font-weight: 500;
    font-size: calc(12px + (13 - 12) * (100vw - 320px) / (991 - 320));
    color: #414141;
    line-height: calc(22px + (23 - 22) * (100vw - 320px) / (991 - 320));
    letter-spacing: 0px;
    border: 1px solid #cccccc;
    border-radius: 0px;
    height: 100%;
    width: calc(100% - 0px);
    padding: 4px 40px 4px 18px;
}
.articles-search > .articles-content > .search-box > button {
    background: transparent;
    color: #efd9ce;
    position: absolute;
    top: 0%;
    right: 0%;
    border: none;
    height: 100%;
    padding: 0px 10px;
    margin: 0px;
}

.articles-categories .articles-content {
    margin-bottom: 15px;
}
.articles-categories .articles-content .list-group {
    margin: 0px !important;
    padding: 0px;
}
.articles-categories .articles-content .list-group .list-group-item {
    padding: 0px !important;
    margin-bottom: 5px;
}
.articles-categories .articles-content .list-group .list-group-item > a {
    display: flex;
    background-color: transparent;
    border: none !important;
    border-radius: 0px;
    padding: 6px 0px;

    position: relative;
    font-family: "Montserrat Regular";
    font-weight: 600;
    font-size: calc(12px + (14 - 12) * (100vw - 320px) / (1920 - 320));
    color: #414141;
    letter-spacing: 1px;
    line-height: calc(22px + (24 - 22) * (100vw - 320px) / (1920 - 320));
}
.articles-categories .articles-content .list-group .list-group-item > a.has-child::after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    right: 0px;
    transform: translate(-100%, -50%);
    width: 16px;
    height: 16px;
    background-image: url(../../../../../image/catalog/bestflorist/general/plus.png);
    background-repeat: no-repeat;
    background-size: 10px;
    background-position: center;
    text-align: center;
}
.articles-categories .articles-content .list-group .list-group-item > a:hover,
.articles-categories .articles-content .list-group .list-group-item > a:focus {
    background-color: transparent;
    border: none !important;
    color: #7ba990;
    text-shadow: none;
    transition: all 0.6s ease-in;
}
.articles-categories .articles-content .list-group .list-group-item > a:hover::after,
.articles-categories .articles-content .list-group .list-group-item > a:focus::after {
    background-image: url(../../../../../image/catalog/bestflorist/general/minus.png);
    /*transition: all 0.6s ease-in;*/
}
.articles-categories .articles-content .list-group .list-group-item > a.active {
    background-color: transparent;
    border: none !important;
    color: #7ba990;
    text-shadow: none;
}
.articles-categories .articles-content .list-group .list-group-item > a.active::after {
    background-image: url(../../../../../image/catalog/bestflorist/general/minus.png);
}
.articles-categories .articles-content .list-group .list-group-item > a.active:hover::after,
.articles-categories .articles-content .list-group .list-group-item > a.active:focus::after {
    background-image: url(../../../../../image/catalog/bestflorist/general/plus.png);
    /*transition: all 0.6s ease-in;*/
}

.articles-categories .articles-content .list-group .list-group-item .list-group {
    padding: 5px 0px;
}
.articles-categories .articles-content .list-group .list-group-item .list-group > a {
    display: flex;
    font-family: "Montserrat Regular";
    font-weight: 600;
    font-size: calc(12px + (14 - 12) * (100vw - 320px) / (1920 - 320));
    color: #414141;
    letter-spacing: 1px;
    line-height: calc(22px + (24 - 22) * (100vw - 320px) / (1920 - 320));
    padding: 9px 30px
}
.articles-categories .articles-content .list-group .list-group-item .list-group > a:hover,
.articles-categories .articles-content .list-group .list-group-item .list-group > a:focus {
    background-color: transparent;
    color: #7ba990;
    text-shadow: none;
    transition: all 0.6s ease-in;
}
.articles-categories .articles-content .list-group .list-group-item .list-group > a.active {
    background-color: transparent;
    color: #7ba990;
    text-shadow: none;
}

.articles-archive .list-group-item {
    background-color: transparent;
    border: none;
    padding: 10px 0px !important;
}
.articles-archive .list-group-item .articles-content {
    margin-bottom: 10px;
}
.articles-archive .list-group-item .group .item.level-1 {
    display: table;
    width: calc(100% + 1px);
    box-sizing: border-box;
    background: transparent;
    border: 1px solid #7ba990;
    border-radius: 0px;
    color: #414141;
    overflow: hidden;
}
.articles-archive .list-group-item .group .item.level-1 > * {
    display: table-cell;
    vertical-align: middle;
}
.articles-archive .list-group-item .group .item.level-1:hover,
.articles-archive .list-group-item .group .item.level-1:focus {
    background-color: #7ba990;
    color: #ffffff;
    transition: all 0.6s ease-in;
}
.articles-archive .list-group-item .group .item.level-1.active {
    background-color: #7ba990;
}
.articles-archive .list-group-item .group .item.level-1 a {
    font-family: "Montserrat Regular";
    font-weight: 600;
    font-size: calc(12px + (14 - 12) * (100vw - 320px) / (1920 - 320));
    color: #414141;
    letter-spacing: 1px;
    line-height: calc(22px + (24 - 22) * (100vw - 320px) / (1920 - 320));
    padding: 6px 12px;
}
.articles-archive .list-group-item .group .item.level-1:hover a,
.articles-archive .list-group-item .group .item.level-1:focus a {
    color: #ffffff;
    transition: all 0.6s ease-in;
}
.articles-archive .list-group-item .group .item.level-1.active a {
    color: #ffffff;
}

.articles-archive .list-group-item .group .item .toggle {
    background-color: transparent;
    background-image: url('../../../../../image/catalog/bestflorist/general/plus.png');
    background-repeat: no-repeat;
    background-size: 10px;
    background-position: center;
    border-left: none;
    padding: 9px 18px;
    width: 36px;
}
.articles-archive .list-group-item .group .item.active .toggle {
    background-color: #7ca891;
    background-image: url('../../../../../image/catalog/bestflorist/general/minus-white.png');
    background-repeat: no-repeat;
    background-size: 10px;
    background-position: center;
}
.articles-archive .list-group-item .group .item:hover .toggle,
.articles-archive .list-group-item .group .item:focus .toggle {
    background-image: url('../../../../../image/catalog/bestflorist/general/minus-white.png');
    background-repeat: no-repeat;
    background-size: 10px;
    background-position: center;
    /*background-color: transparent;*/
    /*transition: all 0.6s ease-in;*/
}
.articles-archive .list-group-item .group .item.active:hover .toggle,
.articles-archive .list-group-item .group .item.active:focus .toggle {
    background-image: url('../../../../../image/catalog/bestflorist/general/plus-white.png');
    background-repeat: no-repeat;
    background-size: 10px;
    background-position: center;
    /*background-color: transparent;*/
    /*transition: all 0.6s ease-in;*/
}

.articles-archive .list-group-item .group .item + .sub {
    display: none;
}
.articles-archive .list-group-item .group .item.active + .sub {
    display: block !important;
    padding: 5px 0px;
}
.articles-archive .list-group-item .group .item.level-2 {
    display: table;
    width: calc(100% + 1px);
    box-sizing: border-box;
}
.articles-archive .list-group-item .group .item.level-2 a {
    display: table-cell;
    vertical-align: middle;

    font-family: "Montserrat Regular";
    font-weight: 600;
    font-size: calc(12px + (14 - 12) * (100vw - 320px) / (1920 - 320));
    color: #414141;
    letter-spacing: 0px;
    line-height: calc(22px + (24 - 22) * (100vw - 320px) / (1920 - 320));
    padding: 6px 24px;
}
.articles-archive .list-group-item .group .item.level-2:hover,
.articles-archive .list-group-item .group .item.level-2:hover a  {
    background-color: transparent;
    color: #7ca891;
    transition: all 0.6s ease-in;
}
.articles-archive .list-group-item .group .item.level-2.active,
.articles-archive .list-group-item .group .item.level-2.active a {
    color: #7ca891;
}

.articles-latest .articles-content .articles-details {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    padding: 10px 0px;
    border-bottom: 1px solid #cccccc;
}
.articles-latest .articles-content .articles-details .articles-name {
    font-family: "Montserrat Regular";
    font-weight: 600;
    font-size: calc(12px + (14 - 12) * (100vw - 320px) / (1920 - 320));
    color: #414141;
    letter-spacing: 1px;
    line-height: calc(22px + (24 - 22) * (100vw - 320px) / (1920 - 320));
}
.articles-latest .articles-content .articles-details .articles-date {
    display: flex;
    justify-content: flex-start;
    align-items: center;

    font-family: "Montserrat Regular";
    font-weight: 600;
    font-size: calc(12px + (14 - 12) * (100vw - 320px) / (1920 - 320));
    color: #717171;
    letter-spacing: 1px;
    line-height: calc(22px + (24 - 22) * (100vw - 320px) / (1920 - 320));
}
.articles-latest .articles-content .articles-details .articles-date > img {
    padding-right: 5px;
}

/* ================================== End of Blog Filter ================================== */

/* ================================== Blog ================================== */

@media (max-width: 991px) {
    .news-ncategory #content {
         width: 75%; 
    }
}
@media (max-width: 767px) {
    .news-ncategory #content {
         width: 100%; 
    }
}

.news-list {
    display: flex;
    flex-wrap: wrap;
    margin-left: calc(-30px / 2);
    margin-right: calc(-30px / 2);
}
.news-list .news-block {
    display: block;
    background: #ffffff;
    width: calc(50% - 30px);
    margin-left: calc(30px / 2);
    margin-right: calc(30px / 2);
    margin-bottom: 30px;
}
.news-list .news-block .news-image {
    position: relative;
}
.news-list .news-block .news-image:hover .news-overlay,
.news-list .news-block .news-image:focus .news-overlay {
    opacity: 1;
    transition: all 0.6s ease-in;
}
.news-list .news-block .news-image .news-overlay {
    background-color: rgba(0, 0, 0, 0.6);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
}
.news-list .news-block .news-image .news-overlay > a {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.news-list .news-block .news-image .news-overlay > a > .fa {
    color: #ffffff;
}
.news-list .news-block .news-image .image {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding-bottom: 80%;
}
.news-list .news-block .news-content {
    padding: 15px 0px;
}
.news-list .news-block .news-content .news-name {
    font-family: "Montserrat Regular";
    font-weight: 600;
    font-size: calc(14px + (16 - 14) * (100vw - 320px) / (1920 - 320));
    color: #414141;
    letter-spacing: 3px;
    line-height: calc(24px + (26 - 24) * (100vw - 320px) / (1920 - 320));
    margin: 0 auto 5px;
}
.news-list .news-block .news-content .news-date {
    display: flex;
    justify-content: flex-start;
    align-items: center;

    font-family: "Montserrat Regular";
    font-weight: 500;
    font-size: calc(12px + (14 - 12) * (100vw - 320px) / (1920 - 320));
    color: #717171;
    letter-spacing: 1px;
    line-height: calc(22px + (24 - 22) * (100vw - 320px) / (1920 - 320));
    margin: 0 auto 5px;
}
.news-list .news-block .news-content .news-date > img {
    padding-right: 5px;
}
.news-list .news-block .news-content .news-description {
    font-family: "Montserrat Regular";
    font-weight: 500;
    font-size: calc(12px + (14 - 12) * (100vw - 320px) / (1920 - 320));
    color: #414141;
    letter-spacing: 0px;
    line-height: calc(22px + (24 - 22) * (100vw - 320px) / (1920 - 320));
    margin: auto auto 15px;
}
.news-list .news-block .news-content .news-button {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.news-list .news-block .news-content .news-button > a {
    background-color: transparent;
    font-family: "Montserrat Regular";
    font-weight: 600;
    font-size: calc(12px + (13 - 12) * (100vw - 320px) / (1920 - 320));
    color: #414141;
    line-height: calc(14px + (23 - 14) * (100vw - 320px) / (1920 - 320));
    letter-spacing: 0px;
    text-align: center;
    text-transform: uppercase;
    border: 2px solid #f6dbd7;

    min-width: 140px;
    min-height: 40px;
    padding: 6px 24px;
}
.news-list .news-block .news-content .news-button > a:hover,
.news-list .news-block .news-content .news-button > a:focus {
    background-color: transparent;
    color: #414141;
    border: 2px solid #7ba990;
    outline: none;
    transition: all 0.6s ease-in;
}
@media (max-width: 767px) {
    .news-list {
        padding-top: 30px;
    }
}
@media (max-width: 575px) {
    .news-list .news-block .news-content .news-button > a {
        min-width: 100px;
        min-height: 35px;
        height: 35px;
        padding: 9px 16px;

        letter-spacing: 0px;
    }
}
@media (max-width: 414px) {
    .news-list .news-block {
        width: calc(100% - 0px);
    }
}

/* ================================== End of Blog ================================== */

/* ================================== Blog Inner ================================== */

.news-article .article-content .article-image {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 15px;
}
.news-article .article-content .article-image > img {
    width: 100%;
}
.news-article .article-content .article-title {
    font-family: "Montserrat Regular";
    font-weight: 600;
    font-size: calc(14px + (16 - 14) * (100vw - 320px) / (1920 - 320));
    color: #414141;
    letter-spacing: 3px;
    line-height: calc(24px + (26 - 24) * (100vw - 320px) / (1920 - 320));
    margin: 0 auto 15px;
}
.news-article .article-content .article-date {
    display: flex;
    justify-content: flex-start;
    align-items: center;

    font-family: "Montserrat Regular";
    font-weight: 500;
    font-size: calc(12px + (14 - 12) * (100vw - 320px) / (1920 - 320));
    color: #717171;
    letter-spacing: 1px;
    line-height: calc(22px + (24 - 22) * (100vw - 320px) / (1920 - 320));
    margin: 0 auto 15px;
}
.news-article .article-content .article-date > img {
    padding-right: 5px;
}
.news-article .article-content .article-description {
    font-family: "Montserrat Regular";
    font-weight: 500;
    font-size: calc(12px + (14 - 12) * (100vw - 320px) / (1920 - 320));
    color: #414141;
    letter-spacing: 0px;
    line-height: calc(22px + (24 - 22) * (100vw - 320px) / (1920 - 320));
    margin: auto auto 15px;
}
.news-article .article-share {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
}
.news-article .article-share > span {
    font-family: "Montserrat Regular";
    font-weight: 500;
    font-size: calc(12px + (14 - 12) * (100vw - 320px) / (1920 - 320));
    color: #414141;
    letter-spacing: 0px;
    line-height: calc(22px + (24 - 22) * (100vw - 320px) / (1920 - 320));
    margin-bottom: 5px;
}
.news-article .article-back {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-bottom: 30px;
}
@media (max-width: 991px) {
    .news-article .article-content .article-image {
        margin-bottom: 10px;
    }
    .news-article .article-content .article-title {
        margin: 0 auto 10px;
    }
    .news-article .article-content .article-description {
        margin: auto auto 10px;
    }
    .news-article .article-share {
        margin: 10px 0px;
    }
    .news-article .article-back {
        margin-bottom: 15px;
    }
}
/*@media (max-width: 414px) {
    .news-article .article-button {
        flex-direction: column;
    }
    .news-article .article-button .article-share {
        width: 100%;
    }
    .news-article .article-button .article-back {
        width: 100%;
    }
}*/

/* ================================== End of Blog Inner ================================== */

/* ================================== Contact Us ================================== */

.contact-map iframe {
    width: 100%;
}
.contact-container {
    display: grid;
    grid-template-columns: 30% 70%;
    grid-template-rows: auto;

    display: -ms-grid;
    -ms-grid-columns: 30% 70%;
    -ms-grid-rows: auto;

    margin: 30px 0px;
}
.contact-container .contact-info {
    grid-column: 1 / 1;
    grid-row: 1 / 1;

    -ms-grid-column: 1;
    -ms-grid-row: 1;
    -ms-grid-column-span: 1;
    -ms-grid-row-span: 1;

    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding-right: 10px;
}
.contact-container .contact-form {
    grid-column: 2 / 2;
    grid-row: 1 / 1;

    -ms-grid-column: 2;
    -ms-grid-row: 1;
    -ms-grid-column-span: 1;
    -ms-grid-row-span: 1;

    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding-left: 10px;
}
.contact-container .contact-info h3,
.contact-container .contact-form h3 {
    font-family: "Montserrat Regular";
    font-weight: 600;
    font-size: calc(16px + (18 - 16) * (100vw - 320px) / (1920 - 320));
    color: #414141;
    letter-spacing: 1px;
    line-height: calc(26px + (28 - 26) * (100vw - 320px) / (1920 - 320));
    text-transform: uppercase;
}
.contact-container .contact-info  .contact-store {
    font-family: "Montserrat Regular";
    font-weight: 600;
    font-size: calc(12px + (14 - 12) * (100vw - 320px) / (1920 - 320));
    color: #414141;
    letter-spacing: 0px;
    line-height: calc(22px + (24 - 22) * (100vw - 320px) / (1920 - 320));
    margin-bottom: 5px;
}
.contact-container .contact-info .contact-address,
.contact-container .contact-info .contact-telephone,
.contact-container .contact-info .contact-fax,
.contact-container .contact-info .contact-email {
    display: flex;
    flex-direction: column;
    font-family: "Montserrat Regular";
    font-weight: 600;
    font-size: calc(12px + (14 - 12) * (100vw - 320px) / (1920 - 320));
    color: #414141;
    letter-spacing: 0px;
    line-height: calc(22px + (24 - 22) * (100vw - 320px) / (1920 - 320));
    margin-bottom: 15px;
}
.contact-container .contact-info .contact-address > a,
.contact-container .contact-info .contact-telephone > a,
.contact-container .contact-info .contact-fax > a,
.contact-container .contact-info .contact-email > a {
    font-family: "Montserrat Regular";
    font-weight: 600;
    font-size: calc(12px + (14 - 12) * (100vw - 320px) / (1920 - 320));
    color: #414141;
    letter-spacing: 0px;
    line-height: calc(22px + (24 - 22) * (100vw - 320px) / (1920 - 320));
}
.contact-container .contact-info .contact-address > a:hover,
.contact-container .contact-info .contact-address > a:focus,
.contact-container .contact-info .contact-telephone > a:hover,
.contact-container .contact-info .contact-telephone > a:focus,
.contact-container .contact-info .contact-fax > a:hover,
.contact-container .contact-info .contact-fax > a:focus,
.contact-container .contact-info .contact-email > a:hover,
.contact-container .contact-info .contact-email > a:focus {
    color: #7ba990;
    transition: all 0.6s ease-in;
}

.contact-container .contact-form form {
    width: 100%;
}
.contact-container .contact-form .contact-body {
    margin: 0px;
}
.contact-container .contact-form .contact-body > * {
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 15px;
}
.contact-container .contact-form .contact-body > *:nth-child(2n + 1){
    margin-right: 15px;
}
.contact-container .contact-form .contact-body > *:nth-last-child(2),
.contact-container .contact-form .contact-body > *:last-child {
    margin-right: 0px;
    min-width: 100%;
}
.contact-form .contact-body .form-group .control-label {
    display: none;
}
.contact-container .contact-form .contact-body .form-group > .form-control {
    font-family: "Montserrat Regular";
    font-weight: 500;
    font-size: calc(12px + (14 - 12) * (100vw - 320px) / (1920 - 320));
    color: #414141;
    letter-spacing: 0px;
    line-height: calc(22px + (24 - 22) * (100vw - 320px) / (1920 - 320));
}
.contact-container .contact-form .contact-body .form-group > .form-control:placeholder {
    font-family: "Montserrat Regular";
    font-weight: 500;
    font-size: calc(12px + (14 - 12) * (100vw - 320px) / (1920 - 320));
    color: #414141;
    letter-spacing: 0px;
    line-height: calc(22px + (24 - 22) * (100vw - 320px) / (1920 - 320));
}
.contact-container .contact-form .contact-body .form-group > input.form-control,
.contact-container .contact-form .contact-body .form-group > select.form-control {
    height: 40px;
}
.contact-container .contact-form .contact-body .form-group .checkbox .checkbox-label {
    font-family: "Montserrat Regular";
    font-weight: 500;
    font-size: calc(12px + (14 - 12) * (100vw - 320px) / (1920 - 320));
    color: #414141;
    letter-spacing: 0px;
    line-height: calc(22px + (24 - 22) * (100vw - 320px) / (1920 - 320));
    margin: 0px;
    padding-left: 30px;
}
.contact-container .contact-form .contact-body .form-group .checkbox .checkbox-label input[type="checkbox"] {
    position: relative;
    margin-right: 0px;
    visibility: hidden;
}
.contact-container .contact-form .contact-body .form-group .checkbox .checkbox-label .custom-checkbox {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transform: translate(0%, 15%);
    height: 18px;
    width: 18px;
    background-color: transparent;
    border: 1px solid #cccccc;
    border-radius: 0px;
}
.contact-container .contact-form .contact-body .form-group .checkbox .checkbox-label .custom-checkbox .custom-checkbox-box {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 2px;
}
.contact-container .contact-form .contact-body .form-group .checkbox .checkbox-label input[type="checkbox"]:checked + .custom-checkbox .custom-checkbox-box {
    background-color: #7ba990;
}
.contact-container .contact-form .contact-body .form-group .text-danger,
.contact-container .contact-form .contact-footer .form-group .text-danger {
    font-size: 12px;
    line-height: 22px;
    text-align: left;
}
.contact-container .contact-form .contact-footer {
    margin-bottom: 30px;
}
@media (max-width: 991px) {
    .contact-container {
        display: grid;
        grid-template-columns: 100%;
        grid-template-rows: auto auto;

        display: -ms-grid;
        -ms-grid-columns: 100%;
        -ms-grid-rows: 100% 100%;
    }
    .contact-container .contact-info {
        grid-column: 1 / 1;
        grid-row: 1 / 1;

        -ms-grid-column: 1;
        -ms-grid-row: 1;
        -ms-grid-column-span: 1;
        -ms-grid-row-span: 1;

        padding-right: 0px;
        padding-bottom: 10px;
    }
    .contact-container .contact-form {
        grid-column: 1 / 1;
        grid-row: 2 / 2;

        -ms-grid-column: 1;
        -ms-grid-row: 2;
        -ms-grid-column-span: 1;
        -ms-grid-row-span: 1;

        padding-left: 0px;
        padding-top: 10px;
    }
}
@media (max-width: 767px) {
    .contact-container .contact-form .contact-body .form-group .text-danger,
    .contact-container .contact-form .contact-footer .form-group .text-danger {
        width: 100%;
    }
}
@media (max-width: 575px) {
    .contact-container .contact-form .contact-body > * {
        min-width: 100%;
    }
    .contact-container .contact-form .contact-body > *:nth-child(2n + 1){
        margin-right: 0px;
    }
    .contact-container .contact-info .contact-address,
    .contact-container .contact-info .contact-telephone,
    .contact-container .contact-info .contact-fax,
    .contact-container .contact-info .contact-email {
        margin-bottom: 10px;
    }
}
@media (min-width: 541px) {
    .contact-body > *:not(:last-child) {
        flex: 1;
    }
}

/* ================================== End of Contact Us ================================== */

/* ================================== Account Page ================================== */

.account-account .account-container a {
    border: 2px solid #161616;
    border-radius: 0px;
    padding: 14px 14px 14px 90px;
}
.account-account .account-container a h3.account-sub-heading {
    font-family: "Montserrat Regular";
    font-weight: 600;
    font-size: calc(16px + (18 - 16) * (100vw - 320px) / (1920 - 320));
    color: #414141;
    letter-spacing: 1px;
    line-height: calc(26px + (28 - 26) * (100vw - 320px) / (1920 - 320));
    text-transform: uppercase;
}
.account-account .account-container a p {
    font-family: "Montserrat Regular";
    font-weight: 500;
    font-size: calc(12px + (14 - 12) * (100vw - 320px) / (1920 - 320));
    color: #414141;
    letter-spacing: 0px;
    line-height: calc(22px + (24 - 22) * (100vw - 320px) / (1920 - 320));
}
.account-account .account-container a .icon-font {
    width: 50px;
    height: 50px;
    color: #414141;
}
.account-account .account-container a:hover, .account-account .account-container a:focus {
    border: 2px solid #7ba990;
    transition: all 0.6s ease-in;
}
.account-account .account-container a:hover .icon-font::before, .account-account .account-container a:focus .icon-font::before {
    color: #7ba990;
    transition: all 0.6s ease-in;
}
.account-account .account-container a:hover h3.account-sub-heading {
    color: #7ba990;
    transition: all 0.6s ease-in;
}
.account-account .account-container a:hover p {
    color: #7ba990;
    transition: all 0.6s ease-in;
}

.account-order .modal-dialog .modal-content .modal-body .order-product-list ul li a {
    background-color: #7ba990;
    color: #ffffff;
}
.account-order .modal-dialog .modal-content .modal-body .order-product-list ul li a span {
    background-color: #ffffff;
    color: #7ba990;
}

/* ================================== End of Account Page ================================== */

/* ================================== Checkout Page ================================== */

#quickcheckout-back {
    margin-bottom: 15px;
}
.input-group > * {
    flex-direction: row;
}

/* ================================== End of Checkout Page ================================== */