#div_id_product_option>div {
    display: flex;
    flex-wrap: wrap;
}

#div_id_product_option .form-check {
    margin-bottom: 10px;
    margin-right: 10px;
}

#div_id_product_option .form-check input:checked+label {
    font-weight: bold;
    color: #000000;
    border-bottom: 2px solid #000;
}

#div_id_product_option .form-check label {
    padding: 0 3px;
    font-weight: 600;
    color: #000;
}

#div_id_product_option .form-check label.disabled {
    cursor: not-allowed;
    opacity: 0.7;
}

#div_id_product_option .label {
    margin-bottom: 10px;
    margin-right: 16px;
    background: #cccccc1c;
    padding: 6px 10px;
}


[type=radio]:checked+label:before,
[type=radio]:not(:checked)+label:before {
    display: none;
}

[type=radio]:checked+label,
[type=radio]:not(:checked)+label {
    padding-left: 0;
}

[type=radio]:checked+label:after,
[type=radio]:not(:checked)+label:after {
    content: '';
    width: 34px;
    height: 2px;
    background: #000000;
    position: absolute;
    bottom: 0px;
    left: 50%;
    border-radius: 0;
    -webkit-transition: .2s;
    transition: .2s;
    transform: translateX(-50%);
    top: unset;
    display: none;
}

b,
strong {
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .03em;
}

.form-control {
    font-size: 14px;
}

.richtext_content strong {
    color: #000;
}

.richtext_content ul {
    padding-left: 20px;
    list-style: disc !important;
    margin-bottom: 20px;
}

.richtext_content ul li {
    margin-bottom: 10px;
    line-height: 1.7;
}

.richtext_content h2 {
    font-size: 20px;
    color: #000;
    margin-bottom: 20px;
    font-weight: 600;
}

.richtext_content h3 {
    font-size: 18px;
    color: #000;
    margin-bottom: 20px;
    font-weight: 500;
}

.richtext_content h4 {
    font-size: 16px;
    color: #000;
    margin-bottom: 20px;
}

.richtext_content h5 {
    font-size: 14px;
    color: #000;
    margin-bottom: 20px;
}

#slider video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
}

.line_padding {
    padding: 0;
    border: .5px solid #fff;
}

.group_label {
    margin-bottom: 10px;
    margin-right: 10px;
    min-width: 70px;
    color: #000;
    font-weight: bold;
}

.top_banner {
    color: #fff;
}

.top_banner>div {
    display: inline-block;
    color: #fff;
}

.break {
    display: inline-block;
    width: 40px;
}

.mobile_footer {
    position: fixed;
    left: 2px;
    right: 2px;
    bottom: 0;
    z-index: 1000;
    background: #fff;
    padding: 8px 0;
    border-radius: 12px 12px 0 0;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    overflow: hidden;
    display: none;
}

@media (max-width: 767px) {
    .mobile_footer {
        display: block;
    }
}

.mobile_footer a img {
    margin-bottom: 5px;
}

.mobile_footer a {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.mobile_footer a span {
    font-weight: 500
}

.header {
    background: transparent;
    border-bottom: 1px solid #000;
}

.home-slider .item {
    height: 100vh;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}

.navigation-landscape .nav-brand,
.navigation-portrait .nav-brand {
    width: unset;
    margin-right: 35px;
    align-items: center;
    display: flex;
    justify-content: center;
}

.prd_details {
    text-transform: uppercase;
}

.slick-next:before,
.slick-prev:before {
    font-family: themify;
    font-size: 14px;
}

.slick-prev::before {
    content: "\e64a";
}

.slick-next::before {
    content: "\e649";
}

.product_grid .card-footer {
    padding: 1rem 0.5rem 4rem 0.5rem;
}

.product_grid .card-footer strong {
    font-size: 13px;
    font-weight: 500;
}

.border-top-black {
    border-top: 1px solid #000;
}

.cart_button {
    position: relative;
}

.cart_button>.counter {
    position: absolute;
    top: 12px;
    right: -10px;
    background: #000;
    color: #fff;
    border-radius: 50%;
    padding: 2px 5px;
    font-size: 12px;
    font-weight: 600;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 20px;
    min-height: 20px;
    z-index: 1;
}
.mob_cart_button>.counter {
    position: absolute;
    top: -5px;
    right: 30px;
    background: #000;
    color: #fff;
    border-radius: 50%;
    padding: 2px 5px;
    font-size: 12px;
    font-weight: 600;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 20px;
    min-height: 20px;
    z-index: 1;
}


.buttons {
    margin-bottom: 25px;
}

.buttons button {
    width: 30px;
    height: 30px;
    padding: 5px !important;
    font-size: 20px;
    line-height: 10px;
    margin: 5px 5px 0 0;
    border-radius: 50%;
}

.list-group-flush-y .list-group-item.cart_item {
    border: 0;
    border-bottom: 1px solid #e2e2e2;
    margin-bottom: 20px;
    padding: 0 0 20px 0;
    border-radius: 0;
    position: relative;
}

button.delete {
    position: absolute;
    top: 0;
    right: 0;
    width: 25px;
    height: 25px;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 5px;
    outline: none;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}