body {
    font-family: "Roboto Condensed", sans-serif;
    padding-top: 6rem;
}

.btn {
    border-radius: 0 !important;
}

.bg-my-gray {
    background-color: #21201F;
}

.title-jumbotron {
    height: 400px;
}

@media (min-width: 992px) {
    .title-jumbotron {
        height: 700px;
    }
}

.nav-link {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.2em;
    color: #FFFFFF;
}

.nav-link:visited {
    color: #FFFFFF;
}

.navbar-toggler {
    color: #FFFFFF;
}

.navbar-toggler:hover {
    color: #00FE00;
}

.navbar-nav .nav-link.active, .nav-link.active, .nav-link:hover {
    color: #00FE00;
}

.carousel-indicators [data-bs-target] {
    width: 80px;
    height: 8px;
    background-color: #868685;
}

.carousel-indicators .active {
    background-color: #198754;
}

.btn-custom-blue {
    background-color: #008AD1;
    color: #FFFFFF;
}

.btn-custom-blue:hover {
    background-color: #2596cb;
    color: #FFFFFF;
}

.btn-custom-green {
    background-color: #13D813;
    color: #000000;
}

.btn-custom-green:hover {
    background-color: #13BD0E;
}

.btn-custom-instagram {
    background-color: #A49078;
    border-color: #A49078;
    color: #FFFFFF;
}

.btn-custom-instagram:hover {
    background-color: #000000;
    border-color: #A49078;
    color: #FFFFFF;
}

.btn-custom-facebook {
    background-color: #0765FF;
    border-color: #0765FF;
    color: #FFFFFF;
}

.btn-custom-facebook:hover {
    background-color: #000000;
    border-color: #0765FF;
    color: #FFFFFF;
}

.btn-custom-tiktok {
    background-color: #000000;
    border-color: #FFFFFF;
    color: #FFFFFF;
}

.btn-custom-tiktok:hover {
    background-color: #FFFFFF;
    border-color: #FFFFFF;
    color: #000000;
}

.homepage-title {
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    text-transform: uppercase;
}

.product-title {
    text-align: left;
    font-size: 24px;
    font-weight: bold;
    text-transform: none;
}

#carouselHomepage .homepage-title {
    font-size: 400%;
}

.tooltip {
    --bs-tooltip-max-width: 600px !important;
}

.bg-image {
    position: relative;
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50%
}

.mask {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-attachment: fixed
}

.square-image {
    width: 100%;
    padding-bottom: 100%;
    background-size: cover;
    background-position: center;
}

div.hr {
    margin-top: 2rem;
    margin-bottom: 2rem;
    border: 0;
    border-top: 1px solid #000;
    text-align: center;
    height: 0;
    line-height: 0;
}

.hr-title {
    padding-left: 1em;
    padding-right: 1em;
    background-color: #fff;
    font-weight: 500;
    text-transform: uppercase;
}

.bg-custom-blue-1 .hr-title {
    background-color: #E9F6FE;
}

.product-slider-navigation-wrapper {
    position: relative;
}

.product-slider-arrow {
    width: 100%;
    height: 25px;
    position: absolute;
    cursor: pointer;
    background-position: top center;
    background-repeat: no-repeat;
}

.product-slider-arrow-top {
    top: -25px;
    background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' %3E%3Cpath d='M 24,16.67 21.171,19.5 11.996,10.161 2.829,19.5 0,16.67 11.996,4.5 Z' %3E%3C/path%3E%3C/svg%3E");
}

.product-slider-arrow-bottom {
    bottom: -25px;
    background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg'  viewBox='0 0 24 24' %3E%3Cpath d='m 21.5,4.5 3,3.057 -12,11.943 -12,-11.943 3,-3.057 9,9 z' %3E%3C/path%3E%3C/svg%3E");
}

.product-slider-arrow-disabled.product-slider-arrow-top {
    background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' fill='grey' viewBox='0 0 24 24' %3E%3Cpath d='M 24,16.67 21.171,19.5 11.996,10.161 2.829,19.5 0,16.67 11.996,4.5 Z' %3E%3C/path%3E%3C/svg%3E");
}

.product-slider-arrow-disabled.product-slider-arrow-bottom {
    background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' fill='grey' viewBox='0 0 24 24' %3E%3Cpath d='m 21.5,4.5 3,3.057 -12,11.943 -12,-11.943 3,-3.057 9,9 z'%3E%3C/path%3E%3C/svg%3E");
}

.product-form-order input, .product-form-order textarea, .product-form-order select {
    border-radius: 0
}

.product-form-order label {
    font-weight: 700;
}

.product-form-order-left input, .product-form-order-left textarea, .product-form-order-left select {
    background-color: #f5f5f5;
}

.form-color-btn, .form-premium-base-colors-btn {
    padding: 1rem;
    border-radius: 0;
}

form.has-required-asterisk label:not(.form-check-label).required:after, form.has-required-asterisk legend.col-form-label:after {
    content:" *";
    color: #dc3545;
}

.price-discount-style {
    padding-bottom: 0.25em;
    color: #FFFFFF;
    background-color: #000000;
}

.price-discount-style .discount-price {
    font-size: 50%;
    font-weight: normal;
}

.price-div-standalone .price-discount-style {
    padding: 0 0.25em 0.25em 0.25em;
}
