.textPrimary {
    color: #9d7e47 !important;
}


@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;700&display=swap');

*:not(i) {
    font-family: "Poppins", sans-serif;
}

p {
    text-align: justify;
    color: #fff;

}

/* Section Title */

.section-title {
    margin-bottom: 10px;
}

.section-title h3 {
    text-transform: uppercase;
    font-size: 15px;
    margin: 0px 0px 20px;
    color: #9E7C42;
    font-weight: 800;
    letter-spacing: 0px;
}

.section-title h3:before {
    position: relative;
}

.section-title span {
    color: #115c9b;
}

.section-subtitle h4 {
    width: 100%;
    font-size: 30px;
    margin: 0px 0px 10px;
    color: #091B40;
    letter-spacing: 1px;
    font-weight: 800;
}

.section-about p {
    width: 93%;
    font-size: 12px;
    margin: 0px 0px 20px;
    color: #7A797E;
    letter-spacing: 1px;
    font-weight: 400;
    margin-top: 10px;
}

.section-p p {
    color: #000;
}

.section-a a {
    color: #0F81C7;
    text-decoration: none;
}

.section-a a:hover {
    color: #000;
    text-decoration: none;
}


.section-2 {
    background-color: #787474;
    position: relative;
    max-width: 100%;
    margin: 0;
    background-repeat: no-repeat, no-repeat, no-repeat;
    background-size: cover;
    z-index: 0;
    display: grid;
    align-items: center;
    border-radius: 10px !important;
    margin-bottom: 50px;
}

.section-1 {
    background: url(/img/fundo-home.png);
    position: relative;
    background-repeat: no-repeat, no-repeat, no-repeat;
    background-size: cover;
    z-index: 0;
    display: grid;
    align-items: center;
    margin-bottom: 50px;
}
/* Contact */

.getform-info,
.cont-details {
    max-width: 900px;
    margin: auto;
    margin-top: -154px;
    color: #fff;

}

.cont-top {
    display: grid;
    grid-column-gap: 20px;
    padding: 30px;
    border-radius: var(--border-radius);
}

.cont-details span {
    color: #fff;
    font-size: 24px;
    line-height: 60px;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: #1348AE;
}

.cont-details h6 {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 10px;
    text-transform: capitalize;
}

.cont-details p,
.cont-details p a {
    font-style: normal;
    font-weight: normal;
    font-size: 17px;
    line-height: 28px;
    margin-top: 3px;
    color: var(--font-color);
}

.cont-details p a:hover {
    color: var(--primary-color);
}

.wthree-row {
    background: var(--bg-grey);

}

.w3-map-content-9-form {
    max-width: 850px;
    margin: auto;
    text-align: center;
}

.map-iframe iframe {
    -webkit-filter: var(--iframe-filter);
    -moz-filter: var(--iframe-filter);
    -ms-filter: var(--iframe-filter);
    -o-filter: var(--iframe-filter);
    filter: var(--iframe-filter);
}

.twice-two {
    display: grid;
    grid-gap: 20px;
    grid-template-columns: 1fr 1fr;
    margin-bottom: 20px;
}

.map-content-9 form input,
.map-content-9 form textarea {
    border: 1px solid #C8DBFF;
    font-size: 18px;
    padding: 12px 20px;
    line-height: 28px;
    width: 100%;
    height: 58px;
}

.map-content-9 h5 {
    font-size: 28px;
    line-height: 38px;
    color: var(--heading-color);
    font-weight: 600;
}

.map-content-9 form textarea {
    resize: none;
    min-height: 140px;
    margin-top: 20px;
}



@media all and (max-width: 991px) {
    .contact-info-left {
        grid-template-columns: 1fr 1fr;
    }
}

@media all and (max-width: 480px) {
    .map-content-9 h5 {
        font-size: 24px;
        line-height: 34px;
    }

    .twice-two {
        grid-gap: 15px;
        grid-template-columns: 1fr;
        margin-bottom: 15px;
    }
}

@media all and (max-width: 415px) {
    .contact-info-left {
        grid-template-columns: 1fr;
    }
}

/* Google Map */

#mu-google-map {
    display: inline;
    float: center;
    width: 100%;
    margin-bottom: -7px;

}

#mu-google-map iframe {
    height: 450px;
    width: 100%;
    border: #fff none;
}


/*  header */

.header-home {
    width: 100%;
    padding: 1rem 7rem;
    background-color: #FBFBFB;
}

.nav-home {
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 1;
}

.nav-home ul {
    list-style: none;
    display: flex;
    gap: 2rem;
    z-index: 1;
    text-decoration: none;
    margin-top: 10px;
}

.nav-home a {
    font-size: var(--heading-font-size-4);
    text-decoration: none;
}

.nav-home a#logo {
    color: var(--black-shade-1);
    font-weight: 700;
    z-index: 1;
}

.nav-home ul a {
    color: #9E7C42;
    text-decoration: none;
}

#ham-menu {
    display: none;
    z-index: 1;
}

.nav-home ul.active {
    left: 0;
    text-decoration: none;
}

.nav-home ul a:hover {
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
    color: #1348AE;
    text-decoration: none;
}

.navbar-brand img {
    height: 40px;
    width: auto;
    display: block;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    z-index: 1;
}

/* menu */
.top-menu {
    margin-top: -300px;
    margin-left: 1112px;
}

#nav-btn {
    border: #Bababa 1px solid;
    border-radius: 50%;
    padding: 17px 19px;
    cursor: pointer;
    background-color: #D6D6D6;
    transition: all 0.4s linear;

}

#nav-btn>div {
    width: 20px;
    height: 3px;
    background: #000;
    margin: 4px 0px;
    transition: all 0.4s linear;
}

/* sobre */

.font-size2 {
    font-weight: 400;
    font-size: 15px;
    text-align: left;
    color: #000;
    margin-bottom: 20px;
}

.events-date {
    text-align: center;
    position: absolute;
    right: 30px;
    top: 30px;
    background-color: rgba(25, 47, 89, 0.9);
    color: #fff;
    padding: 12px 20px 8px 20px;
    text-transform: uppercase
}

.event-time li {
    display: inline-block;
    margin-right: 20px
}

.event-time li:last-child {
    margin-right: 0
}

.event-time li i {
    color: #59c17a
}

.event-block ul li i {
    color: #59c17a
}

@media screen and (max-width: 1199px) {
    .event-date {
        padding: 10px 18px 6px 18px
    }
}

.position-relative {
    position: relative !important;

}

.margin-40px-bottom {
    margin-bottom: 40px;
    margin-left: 30px;
}

.padding-60px-lr {
    padding-left: 60px;
    padding-right: 60px;
    margin-right: 50px;
}

.margin-15px-bottom {
    margin-bottom: 15px;
}

.font-weight-500 {
    font-weight: 500;
}

.font-size22 {
    font-size: 22px;
    color: #fff;
}

.text-theme-color {
    color: #192f59;
}

.margin-10px-bottom {
    margin-bottom: 10px;
}

.margin-10px-right {
    margin-right: 10px;
}



/* purchase */
.btn-purchase {
    color: #fff;
    background-color: #9E7C42;
    border-color: #9E7C42;
}

.btn-purchase:hover {
    color: #fff;
    background-color: #634d29;
    border-color: #634d29;
}

/* fale connosco */
.brand-wrapper {
    margin-bottom: 19px;
}

.brand-wrapper .logo {
    height: 37px;
}

.fale-connosco {
    border: 0;
    border-radius: 20px;
    overflow: hidden;
    background-color: #9E7C42;
}

.fale-connosco-img {
    border-radius: 0;
    position: absolute;
    width: 129%;
    height: 60%;
    -o-object-fit: cover;
    object-fit: cover;
    margin-top: 60px;
}

.fale-connosco .card-body {
    padding: 85px 60px 60px;
}

.fale-connosco-description {
    font-size: 40px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    font-weight: normal;
    margin-bottom: 23px;
    text-align: center;
    margin: 74px 0 0 0;
}

.fale-connosco form {
    max-width: 480px;
    margin: auto auto auto 80px;
}

.form-control-text {
    width: 455px;
    height: 180px;
    border: 1px solid #d5dae2;
    border-radius: 38px;
    padding: 15px 25px;
    margin-bottom: 20px;
    min-height: 45px;
    font-size: 13px;
    line-height: 2;
    font-weight: normal;
}

.fale-connosco .form-control {
    border: 1px solid #d5dae2 !important;
    border-radius: 38px;
    padding: 15px 25px;
    margin-bottom: 20px;
    min-height: 45px;
    font-size: 13px;
    line-height: 15;
    font-weight: normal;
    background-color: #FFF !important;
    color: #000 !important;
}


.fale-connosco .form-control-textarea {
    border: 1px solid #d5dae2 !important;
    border-radius: 38px;
    margin-bottom: 20px;
    font-size: 13px;
    line-height: 1;
    font-weight: normal;
    background-color: #FFF !important;
    padding: 20px;
    color: #000 !important;
    width: 100%;
    min-height: 150px;
}

.fale-connosco .form-control::-webkit-input-placeholder {
    color: #919aa3;
}

.fale-connosco .form-control::-moz-placeholder {
    color: #919aa3;
}

.fale-connosco .form-control:-ms-input-placeholder {
    color: #919aa3;
}

.fale-connosco .form-control::-ms-input-placeholder {
    color: #919aa3;
}

.fale-connosco .form-control::placeholder {
    color: #919aa3;
}

.fale-connosco .fale-btn {
    padding: 13px 20px 12px;
    background-color: #78C100;
    border-radius: 30px;
    font-size: 14px;
    font-weight: bold;
    line-height: 20px;
    color: #fff;
    margin-bottom: 24px;
}

.fale-connosco .fale-btn:hover {
    background-color: #4c7905;
}

.fale-connosco .forgot-password-link {
    font-size: 14px;
    color: #919aa3;
    margin-bottom: 12px;
}

.fale-connosco-footer-text {
    font-size: 16px;
    color: #0d2366;
    margin-bottom: 60px;
}

.fale-connosco-footer-nav a {
    font-size: 14px;
    color: #919aa3;
}

/* newsletter */

.brand-wrapper {
    margin-bottom: 19px;
}

.brand-wrapper .logo {
    height: 37px;
}

.newsletter-card {
    border: 0;
    border-radius: 20px;
    overflow: hidden;
    background-color: #828282;
    padding-bottom: 40px;
}

.newsletter-card-img {
    border-radius: 0;
    position: absolute;
    width: 129%;
    height: 60%;
    -o-object-fit: cover;
    object-fit: cover;
    margin-top: 60px;
}

.newsletter-card .card-body {
    padding: 85px 60px 60px;
}

.newsletter-card-description {
    font-size: 25px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    font-weight: normal;
    margin-bottom: 23px;
    text-align: left;
    margin: 90px 0 0 50px;
}

.newsletter-card form {
    max-width: 480px;
    margin: auto auto auto 80px;
}

.newsletter-card .form-control {
    border: 1px solid #d5dae2;
    border-radius: 38px;
    padding: 15px 25px;
    margin-bottom: 20px;
    min-height: 45px;
    font-size: 13px;
    line-height: 15;
    font-weight: normal;
    background-color: #fff !important;
    color: #000 !important;
}

.newsletter-card .form-control::-webkit-input-placeholder {
    color: #919aa3;
}

.newsletter-card .form-control::-moz-placeholder {
    color: #919aa3;
}

.newsletter-card .form-control:-ms-input-placeholder {
    color: #919aa3;
}

.newsletter-card .form-control::-ms-input-placeholder {
    color: #919aa3;
}

.newsletter-card .form-control::placeholder {
    color: #919aa3;
}

.newsletter-card .fale-2-btn {
    padding: 13px 20px 12px;
    background-color: #78C100;
    border-radius: 30px;
    font-size: 14px;
    font-weight: bold;
    line-height: 20px;
    color: #fff;
    margin-bottom: 24px;
}

.newsletter-card .fale-2-btn:hover {
    background-color: #4c7905;
}

.text-copyright {
    text-align: center;
    color: #fff;
}

.links-footer {
    font-size: 20px;
    text-align: center;
    color: #fff;
    margin-bottom: 30px;
}

.footer-contact {
    text-align: center;
}

.r-newsletter {
    text-align: right;
    font-size: 30px;
}

.line-newsletter {
    border-color: #fff;
    border-width: 5px;
    width: 70%;

}

.social-redes {
    width: 100%;
    color: #fff;
    font-size: 40px;
    margin-left: 50px;
    margin-top: 100px;
}

.text-newsletter {
    color: #fff;
    font-size: 8px;
    text-align: center;
    margin-bottom: 16px;
    text-align: end;
}

/* card loja */

.on-sale {
    background-color: #9E7C42;
    text-align: center;
    padding: 10px 0;
    margin-top: -96px;
}

.on-sale h3 {
    color: #fff;
    margin-top: 20px;
}

.on-sale .btn-2 {
    margin-left: 20px;
    background-color: transparent;
    color: #fff;
    border: 1px solid #fff;

}

.on-sale .btn-2:hover {
    background-color: #69532c;
    border: 1px solid #69532c;
}

/* texto */

a {
    text-decoration: none;
    color: #fff;

}

a:hover {
    text-decoration: none;
    color: rgb(59, 52, 52);

}

h5 {
    font-size: 15px;
}

/* header-internal */

header {
    background: #fff;
    padding: 25px;
}

header form input[type=text] {
    background: #FFF;
    width: 100%;
    border-radius: 100px;
    border: none;
    padding: 10px 20px;
    border: 1px solid #DEDEDE;
}

header form button {
    background: none;
    border: none;
    position: absolute;
    right: 25px;
}

header ul li {
    position: relative;
}

header ul li span.notificacao {
    color: #FFF;
    background: #FF0F9A;
    position: absolute;
    top: -10px;
    left: 5px;
    font-size: 10px;
    width: 15px;
    height: 15px;
    border-radius: 100%;
}

header ul li a {
    font-size: 16px;
    font-weight: bold;
    color: #343A40;
}

header ul li a svg {
    font-size: 23px;
}

header ul li a:hover {
    color: initial;
}

.brand-wrapper {
    margin-bottom: 19px;
}

.brand-wrapper .logo {
    height: 37px;
}


/* outros */

.breadcrumb {
    border-radius: 1.25rem;
    background-color: #F3F3F3;
    padding: 10px;
    margin-top: 10px;
    color: #000;
}

.produtos-preco {
    font-size: 40px;
}

.desconto {
    text-decoration: line-through;
}

.line {
    padding: 15px 15px 5px;
    background-color: #fff;
    border: 1px #d1dae0 solid;
    border-radius: 5px;
    min-width: 0;
}

li {
    list-style-type: none;
}

/* Produtos */

.product-grid8 {
    position: relative;
    z-index: 0;
    margin-bottom: 120px;
}

.product-grid8:hover .product-image8 {
    box-shadow: 0 0 10px rgba(0, 0, 0, .15)
}

.product-grid8 .product-image8 a {
    display: block
}

.product-grid8 .product-image8 img {
    width: 100%;
    height: auto
}

.product-grid8 .pic-1 {
    opacity: 1;
    transition: all .5s ease-out 0s
}

.product-grid8 .social {
    padding: 0;
    margin: 0;
    position: absolute;
    top: 10px;
    right: 10px
}

.product-grid8 .social li {
    display: block;
    margin: 0 0 10px;
    transition: all .5s
}

.product-grid8 .social li:nth-child(2) {
    opacity: 0;
    transform: translateY(-50px)
}

.product-grid8:hover .social li:nth-child(2) {
    opacity: 1;
    transform: translateY(0)
}

.product-grid8 .social li:nth-child(3) {
    opacity: 0;
    transform: translateY(-50px)
}

.product-grid8:hover .social li:nth-child(3) {
    opacity: 1;
    transform: translateY(0);
    transition-delay: .2s
}

.product-grid8 .social li a {
    color: #fff;
    background: #690b0b;
    font-size: 14px;
    text-align: center;
    line-height: 40px;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    display: block;
    transition: .5s ease 0s
}

.product-grid8 .social li a:hover {
    color: #fff;
    background: #000
}

.product-grid8 .product-content {
    background-color: #9E7C42;
    text-align: center;
    padding: 22px 0;
    margin: 0 auto;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -100px;
    z-index: 1;
    transition: all .3s;
    border-radius: 0 0 10px 10px;
    padding-bottom: 10px;
}

.product-grid8 .product-discount-label, .product-grid8 .product-new-label {
    color: #fff;
    font-size: 13px;
    font-weight: 800;
    text-transform: uppercase;
    line-height: 45px;
    height: 45px;
    border-radius: 50%;
    position: absolute;
    left: 10px;
    top: 5px;
    transition: all .3s
}

.product-grid8 .product-discount-label {
    left: auto;
    right: 10px;
    background-color: #d7292a
}

.product-grid8 .value-product {
    color: #fff;
    font-size: 26px;
    font-weight: 800;
    letter-spacing: .6px;
    margin-bottom: 8px;
    text-align: left;
    transition: all .3s
}

.product-grid8 .price {
    color: #fff;
    font-size: 22px;
    font-weight: 800;
    letter-spacing: .6px;
    margin-bottom: 8px;
    text-align: right;
    transition: all .3s
}

.product-grid8 .price span {
    color: #999;
    font-size: 13px;
    font-weight: 400;
    text-decoration: line-through;
    margin-left: 3px;
    display: inline-block
}

.product-grid8 .product-shipping {
    color: rgba(0, 0, 0, .5);
    font-size: 15px;
    padding-left: 35px;
    margin: 0 0 15px;
    display: block;
    position: relative
}

.product-grid8 .product-shipping:before {
    content: '';
    height: 1px;
    width: 25px;
    background-color: rgba(0, 0, 0, .5);
    transform: translateY(-50%);
    position: absolute;
    top: 50%;
    left: 0
}

.product-grid8 .title-from {
    color: #fff;
    font-size: 11px;
    font-weight: 800;
    text-align: right;
    text-transform: uppercase;
}

.product-grid8 .title {
    font-size: 11px;
    width: 135px;
    font-weight: 800;
    text-align: left;
    text-transform: uppercase;
    margin: 0 0 0px;
    transition: all .3s ease 0s
}

.product-grid8 .title a {
    color: #fff;
}

.product-grid8 .all-deals {
    display: block;
    color: #fff;
    background-color: #2e353b;
    font-size: 15px;
    letter-spacing: 1px;
    text-align: center;
    text-transform: uppercase;
    padding: 22px 5px;
    transition: all .5s ease 0s
}

.product-grid8 .all-deals .icon {
    margin-left: 7px
}

.product-grid8 .all-deals:hover {
    background-color: #0081c2
}

/* others */

.card-header .card-message {
    text-align: left;
}

.card-header .layout-form-card-message {
    width: 100%;
    margin-top: 5px;
    border-radius: 2px;
    box-shadow: #888 0 0 2px 2px;
}

.card-header .layout-form-card-message-title {
    width: 100%;
    background-color: #e90000;
    border-radius: 2px;
    padding: 5px;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
}

.card-header .layout-form-card-message-row {
    width: 100%;
    padding: 5px;
}

.form-group LABEL {
    font-weight: bold;
    margin-left: 5px;
    margin-bottom: 2px;
    font-size: 90%;
}

.form-title {
    background-color: #ccc;
    border-radius: 5px;
    padding: 5px;
    font-weight: bold;
}

.section-min-height {
    min-height: 500px;
}

.product-category-list-limit-char {
    max-width: 20ch;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.logo {
    width: 150px
}

ul {
    list-style-type: none
}

@media only screen and (max-width: 992px) {
    .navbar {
        padding: .0rem 0.5rem !important;
    }

    .products-large-image, .products-desc-name {
        margin-bottom: 8px
    }

    .products-large-image-main {
        height: 340px
    }

    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }
}


.menu-locales, .menu-locales option {
    background-color: #fff !important;
    color: #000;
    font-size: 16px;
    font-weight: 600
}

.menu-locales {
    padding: 8px 0px
}

.navbar {
    top: 0px;
    min-width: 348px;
    background-color: #fff !important;
    width: 100% !important;
    animation-duration: 1s;
    transition-duration: 1s;
}

.menu-h {
    text-transform: uppercase !important;
    margin: 2px 22px 2px 2px !important;
    font-weight: 600 !important;
    color: #000 !important;
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    color: #FFF;
}

.nav-link {
    display: block;
    padding: .5rem 1rem;
}

.category-img-slider>img {
    object-fit: contain
}

.category-slider-box {
    background: -webkit-linear-gradient(141deg, rgb(0 89 123 / 74%) 0%, rgb(0 89 123) 80%);
    background: -o-linear-gradient(141deg, rgb(0 89 123 / 74%) 0%, rgb(0 89 123) 80%);
    background: -moz-linear-gradient(141deg, rgb(0 89 123 / 74%) 0%, rgb(0 89 123) 80%);
    background: linear-gradient(141deg, rgb(0 89 123 / 74%) 0%, rgb(0 89 123) 80%);
}

button:disabled {
    cursor: not-allowed;
    opacity: 0.5
}

.preloader {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background-color: rgba(0, 0, 0, 0.3)
}

.menu-h i {
    font-size: 18px
}

.preloader>i {
    position: absolute;
    top: 50%;
    left: calc(50% - 3rem);
    font-size: 6em;
    color: #00bc8c
}

.card {
    word-wrap: unset
}

.w-h-20 {
    width: 20px;
    height: 20px
}

.products-card-image, .products-large-image-main, .order-image {
    background-size: contain !important
}

.btn-group-vertical>a {
    background: #FFF
}

.btn-group-vertical>.b-b {
    background: #EEE
}

.logged {
    position: absolute;
    font-size: 9px;
    margin-top: 28px;
    margin-left: -26px
}

.color-icon-footer {
    color: white;
}

footer .footer-top-text {
    font-family: "Roboto", sans-serif;
    font-size: 1.5em;
    color: white;
    line-height: 1;
    font-weight: 300;
    padding-left: 35px;
}

footer .footer-top {
    background-color: #00597b;
}

footer {
    background-color: #f2f2f2;
}

.category-slider-box {
    background: -webkit-linear-gradient(141deg, rgb(0 89 123 / 74%) 0%, rgb(0 89 123) 80%);
    background: -o-linear-gradient(141deg, rgb(0 89 123 / 74%) 0%, rgb(0 89 123) 80%);
    background: -moz-linear-gradient(141deg, rgb(0 89 123 / 74%) 0%, rgb(0 89 123) 80%);
    background: linear-gradient(141deg, rgb(0 89 123 / 74%) 0%, rgb(0 89 123) 80%);

    max-width: 190px;
    margin-right: 20px;
    padding: 10px;
    height: 270px;
    display: table;
    border-radius: 20px;
    margin: 0 auto;
}

.category-nav-align {
    margin: auto;
    width: 80%;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
}

.category-img-slider>img {
    object-fit: contain;
    max-width: 150px;
    max-height: 150px;
    width: 125px;
    height: 125px;

}

.category-name-slider>h1 {
    color: #fff;
    font-size: 20px;
    margin-top: 20px;
}

.category-name-slider {
    font-family: "Roboto", sans-serif;
    margin-bottom: 20px;
    color: #fff;
}

.blue-btn:not(.squared-btn) {
    border-radius: calc(37px / 2);
}

.blue-btn, .secondary-btn {
    font-family: "Roboto", sans-serif;
    font-size: 0.63em;
    color: #fff;
    line-height: 1;
    font-weight: 500;
    background-color: #9E7C42;
    border: 0;
    padding: 0 30px;
    width: auto;
    height: 37px;
    display: flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
    text-align: center;
}

.service-box-title {
    font-size: 30px;
    font-weight: bold;
}


.service-box-home {
    height: 250px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 35px;
    border: 3px solid #00597b;
    display: flex;
    justify-content: center;
    align-items: center;
}

.btn-group-vertical .btn.active {
    background-color: #9E7C42;
    border-color: #9E7C42;
    color: white;
}

.collapse-sm-position {
    position: absolute;
    background: #ccc;
    width: 100%;
    z-index: 5;
}

.products-card-values-original {
    font-family: "Roboto", sans-serif;
    font-size: 1.2em;
    color: #00597b;
    line-height: 1;
    font-weight: 700;
}

.primary-btn {
    border: 1px solid #333
}

.btn-form-delete {
    border-radius: 0 19px 19px 0;
}

.btn-form-cancel {
    border-radius: 19px 0 0 19px;
}

@keyframes lds-facebook {
    0% {
        top: 8px;
        height: 64px;
    }

    50%, 100% {
        top: 24px;
        height: 32px;
    }
}

.not-allowed {
    cursor: not-allowed
}

.own-container {
    width: 80%
}

@media (max-width: 1200px) {
    .own-container {
        width: 100%;
    }
}

@media (min-width: 992px) {
    footer .footer-top-middle {
        position: relative;
    }
}

.terms_and_conditions {
    color: #182752;
    font-family: 'montserrat';
}