.quantity-outer-product{
    margin-top: 10px;
    margin-bottom: 10px;
}

.modal {
    background: rgba(0, 0, 0, 0.2)
}

.modal-header button {
    width: 40px;
    height: 25px;
    line-height: 20px;
    border: 0;
    text-align: center;
    transition: all .4s;
}

.slick-slide img{
    max-height: 350px!important;
    object-fit: cover!important;
}

.modal-header {
    display: block;
    background: #eee;
    border: 0;
    padding: 15px;
}
.product__secondary--img
{
    position: absolute;
    top: 0;
    left: 0;
}

#blockcart-modal .modal-content{
    border: 0;
}

.modal .close{
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .2;
}

#blockcart-modal .modal-header {
    background: #eee;
    border: 0;
}

#blockcart-modal .modal-body {
    background: #FFF;
    padding: 45px 30px 45px;
}

#blockcart-modal .modal-dialog {
    max-width: 900px;
    width: 100%;
    cursor: initial;
}

#blockcart-modal .modal-title {
    text-align: center!important;
    font-size: 16px;
    font-weight: 500;
}

.modal{
    opacity: 0;
}

#blockcart-modal .product-image {
    width: 210px;
    max-width: 100%;
}

#blockcart-modal .product-name {
    font-size: 14px;
    margin-bottom: 10px;
    font-weight: 500;
}

#blockcart-modal .modal-body .divide-right p.product-price {
    font-size: 14px;
    font-weight: 500;
    color: #000;
}

#blockcart-modal .modal-body .divide-right span {
    display: inline-block;
    margin-bottom: 10px;
    font-size: 14px;
}

#blockcart-modal .cart-content button.btn {
    background: #f3f3f3;
    color: #444;
    margin-top: 10px;
    padding: 10px 14px;
    font-size: 14px;
    border: 0;
    text-transform: uppercase;
}

#blockcart-modal .cart-content button.btn:hover {
    background: #cdcaca;
}

.cart-content a.btn{
    background: var(--secondary-color);
    border: 0;
    color: #fff;
    margin-top: 10px;
    padding: 10px 20px;
    font-size: 16px;
    margin-left: 10px;
}

.cart-content a.btn:hover{
    background: #cc1115;
}

.cart-content .btn i {
    vertical-align: -3px;
    font-size: 17px;
    margin-right: 8px;
}

#blockcart-modal .divide-right {
    border-right: 1px solid #e5e5e5;
}

#blockcart-modal .modal-title i.material-icons {
    margin: 0 10px 0 0;
    vertical-align: -3px;
    font-size: 16px;
}

.show{
    opacity: 1;
}

.fade2{
    transition: opacity .15s linear !important;
    -webkit-transition: opacity .15s linear !important;
    -moz-transition: opacity .15s linear !important;
}

.material-symbols-outlined {
    font-variation-settings:
    'FILL' 0,
    'wght' 400,
    'GRAD' 0,
    'opsz' 48
}

.heart{
    color: #ee1c47;
}

.vertical-middle{
    vertical-align: middle;
}

.btn-register{
    margin-left: 0;
    width: 100%;
    padding: 20px 10px !important;
    background: var(--secondary-color);
    border: 0;
    color: #fff;
    font-size: 18px;
}

.account__login--remember span.checkout__checkbox--checkmark{
    border-color: #9d9c9c;
}

.error{
    border: 1px solid red !important;
}

.login_to_see_prices{
    margin-bottom: 20px;
}

.completed-registration i {
    font-size: 175px;
    color: darkgreen;
}

.completed-registration p {
    font-weight: 700;
}

.breadcrumb__content--title{
    color: #000 !important;
}

button:disabled {

    border: 1px solid #999999;
    background-color: #cccccc;
    color: #666666;
    
}
button:disabled:hover {

    border: 1px solid #999999;
    background-color: #cccccc;
    color: #666666;
    
}

a[disabled] {
    pointer-events: none;
    cursor: default;
}

select.default-select{
    border: 1px solid #ccc;
    border-radius: 5px;
    margin-bottom: 20px;
    width: 100%;
    padding: 6px;
}

.product__details--info ul {
    margin: 0 0 0 18px;
    margin-bottom: 8px!important;
    color: #0F1111;
}

.product__details--info li {
    color: #565959!important;
    font-size: 16px;
    line-height: 20px!important;
}

.completed-registration{
    padding: 15px;
}
.product__items--action__list {
    margin-right: 6px;
}

@media only screen and (min-width: 768px) {
    .desktop-padding{
        /*padding: 0px 284px;*/
    }
}

@media only screen and (max-width: 993px) {
    .margin-top-20-desktop{
        margin-top: 20px;
    }
}

:root {
    --primary-color: #3a3c3e;
    --secondary-color: #000000;
    --yellow-color: #ffc107;
    --text-gray-color: #606060;
    --white-color: #ffffff;
    --ofwhite-color: #f2f2f2;
    --black-color: #000000;
    --light-color: #fcfcfc;
    --light-color2: #aaaaaa;
    --dark-color: #242424;
    --sky-color: #647589;
    --border-color: #e7e7e7;
    --border-color2: #e4e4e4;
    --border-color3: #dddddd;
    --border-dark: #383434;
    --bg-gray-color: #fcfcfc;
    --gray-color: #fafbfe;
    --gray-color2: #f5f5f5;
  }

.primary__btn {
    font-size: 18px;
    font-weight: var(--body-line-height);
    line-height: 3.5rem;
    display: inline-block;
    height: 3.5rem;
    padding: 0 1.8rem;
    letter-spacing: 0.2px;
    border-radius: 0.3rem;
    background: var(--secondary-color);
    color: var(--white-color);
    border: 0;
    cursor: pointer;
}

.primary__btn:hover {
    background: var(--primary-color);
    color: var(--white-color);
}

.space-organized-by-flex{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.padding-5{
    padding: 5px !important;
}

.product-size-option{
    margin-bottom: 15px;
}

.product-size-option .txt {
    width: 200px;
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    margin-top: 4px;
    text-overflow: ellipsis;
}

.product-size-option button, .product_quantity button{
    width: 28px;
    height: 29px;
    margin-left: 2px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    color: #333;
    border-style: solid;
    background: #fff;
    border-color: #d8d8d8;
    border-width: 1px;
    cursor: pointer;
    text-align: center;
}

.product-size-option button:hover, .product_quantity button:hover{
    background-color: #000;
}

.product-size-option button i, .product_quantity button i{
    font-size: 13px;
    color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
}

.product_quantity{
    display: flex;
}

.product-size-option .all{
    position: absolute;
    right: 15px;
}

.dropdown-content a {
    padding: 12px 16px !important;
}

.remove_button button, .add_button button{
    line-height: 2;
}

.product-size-option input, .product_quantity input{
    height: 29px;
    padding: 0;
    border-right: none;
    width: 50px;
    border: 1px solid #d8d8d8;
    text-align: center;
    border-radius: 0;
}

.product-size-option .remove_button{
    position: relative;
    right: -2px;
}

.product-size-option .add_button{
    position: relative;
    left: -7px;
    
}

.product-size-option .add_button button{
    /*border-left: none;*/
}

.product-size-option .remove_button button{
    /*border-right: none;*/
}

.product-size-option button:hover i, .product_quantity button:hover i{
    color: #fff;
}

.variant__input--fieldset{
    margin-bottom: 9px;
}

.product_quantity input{
    height: 50px;
}

.product_quantity button{
    height: 50px;
}

.product-size-option .remove_button button{
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.product_quantity .remove_button{
    position: relative;
    right: -2px;
    
}

.item.slick-slide{
    /*width: 100% !important;*/
}

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

/*#my-video-1{
    width: 100%;
}*/

.product_quantity .remove_button button{
    border-top-right-radius: 0;
}

.product_quantity .add_button{
    position: relative;
    left: -7px;
    border-top-left-radius: 0;
}


/*.slick-track{
    height: 140px;
}*/

@media screen and (min-width: 767px) {
    .sp-thumbs a:link, .sp-thumbs a:visited {
        height: 140px;
    }

}

@media screen and (min-width: 991px) {
    
}

.sp-thumbs a:link, .sp-thumbs a:visited {
    /*height: 140px;*/
}


.sp-large{
    margin-bottom: 20px;
}

.no-after:after{
    border-bottom: none !important;
}

.progression{
    display: flex;
}

.progression h1 .done{
    display: none;
}

.progression .complete h1 .done {
    display: inline-block;
    margin: 0;
    padding: 0;
    width: 32px;
    height: 32px;
    line-height: 33px;
    text-align: center;
    position: absolute;
    top: -1px;
    left: 50%;
    margin-left: -14px;
    background: #4CAF50;
    color: #fff;
    font-size: 16px;
    border-radius: 50%;
}

.progression .current-step .step-title .step-number {
    background: #000;
    box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgb(194 225 196) 0px 0px 0px 4px, rgba(0, 0, 0, 0) 0px 0px 0px 0px;
}

.progression .step-title {
    text-transform: uppercase;
    cursor: pointer;
    margin-bottom: 0;
    position: absolute;
    top: 10px;
    font-size: 10px;
    line-height: 12px;
    width: 25%;
    text-align: center;
    padding: 38px 6px 2px 12px;
    color: #999;
    opacity: 1;
    letter-spacing: 0;
}

.progression div:nth-child(1) .step-title {
    left: -3%;
    z-index: 1;
}

.progression div:nth-child(2) .step-title {
    left: 22%;
    z-index: 2;
}

.progression div:nth-child(3) .step-title {
    left: 49%;
    z-index: 3;
}

.progression div:nth-child(4) .step-title {
    left: 77%;
    z-index: 4;
}



.progression .step-number {
    padding: 0;
    width: 32px;
    height: 32px;
    line-height: 33px;
    font-size: 14px;
    background: #ccc;
    color: #fff;
    border-radius: 50%;
    position: absolute;
    top: -1px;
    left: 50%;
    margin-left: -14px;
}

.progression .complete h1 .step-number {
    display: none;
}

.progression .complete .step-title:before {
    background: #4caf50;
}

.progression .step-title:before {
    content: "";
    position: absolute;
    top: 14px;
    width: 120%;
    height: 4px;
    background: #ccc;
    left: 50%;
}

.progression .not-allowed .step-title:before{
    width: 0;
}

.progression div:nth-child(3) .step-title{
    width: 24%;
}

.checkout__content--step__inner3 {
    border: 1px solid var(--border-color2);
}

.border-radius-5 {
    border-radius: 0.5rem;
}

.checkout__address--content__header {
    border-bottom: 1px solid var(--border-color2);
    padding: 1rem 2rem;
}

.checkout__select--label {
    font-size: 0.9rem !important;
}

.text-black{
    color: #080707;
}

.shipping__contact--box__list {
    display: table;
    padding-bottom: 1rem;
    margin-bottom: 1rem;
    border-bottom: 1px solid var(--border-color2);
}

.shipping__radio--input {
    display: table-cell;
    padding-right: 0.8rem;
}

.shipping__contact--box__list {
    display: table;
    padding-bottom: 1rem;
    margin-bottom: 1rem;
    border-bottom: 1px solid var(--border-color2);
}

.shipping__contact--box__list:last-child {
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 0;
}

.pagination__item--current{
    color:#ee1c47 !important;
}

.pagination>li>a, .pagination>li>a, .pagination>li>span {
    font-size: 1rem !important;
}

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

section.middle {
    padding: 50px 16px 50px !important;
}

.checkout__content--input__box--wrapper {
    padding: 1.5rem;
    background-color: #fafafa;
    border-radius: 0 0 0.5rem 0.5rem;
}

input.shipping__radio--input__field{
    left: unset !important;
    margin-top: 4px;

}

.shipping__radio--label {
    display: table-cell;
    width: 100%;
    color: #000;
}

.checkout__contact--information2 {
    border: 1px solid var(--border-color2);
    padding: 1rem 2rem;
}

.checkout__content--step input[type="radio"]{
    left: unset;
}

.checkout__content--step__inner3 input[type="radio"], .shipping__contact--box__list .shipping__radio--input__field {
    margin-top: -2px;
    position: relative;
    vertical-align: middle;
}

.width-100{
    width: 100%;
}

.contact__form {
    background: var(--white-color);
    border-radius: 10px;
    -webkit-box-shadow: 0 7px 20px rgb(0 0 0 / 16%);
    box-shadow: 0 7px 20px rgb(0 0 0 / 16%);
    padding: 2rem;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.contact__info {
    background: var(--secondary-color);
    width: 46rem;
    padding: 2rem;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translatey(-50%);
    transform: translatey(-50%);
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.contact__info p, .contact__info a{
    color: #fff !important;
}

.contact__info--icon {
    margin-right: 1.2rem;
    color: var(--white-color);
    margin-bottom: 10px;
}

@media only screen and (min-width: 576px){
    .contact__form {
        padding: 3rem;
    }

}

@media only screen and (min-width: 768px){
    .contact__form {
        padding: 4rem;
    }

}

@media only screen and (min-width: 992px){
    .contact__info {
        width: 31rem;
        padding: 2rem 2rem;
    }
    .contact__form {
        margin-left: 31rem;
        padding: 3.2rem 3.5rem 4rem 3rem;
    }
}


@media only screen and (min-width: 1200px){
    .contact__info {
        width: 31rem;
        padding: 2rem 2rem;
    }
    .contact__form {

    }
    
}


.position__relative {
    position: relative;
}

.contact__info ul:last-child {
    margin-bottom: 0;
    margin: 0;
    padding: 0;
}

.contact__info--social__list {
    margin-right: 11px;
}

.contact__info--social__icon {
    width: 3rem;
    height: 3rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: var(--white-color);
    color: var(--secondary-color);
    border-radius: 50%;
}

.height-100{
    height: 100%;
}

.flex-center{
    justify-content: center;
    align-items: center;
}

.contact__info--social__icon svg{
    color: #000;
}

.visually-hidden {
    position: absolute !important;
    overflow: hidden;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
    word-wrap: normal !important;
}

.mb-20 {
    margin-bottom: 2rem;
}

.contact__form--label {
    display: block;
    margin-bottom: 8px;
}

.contact__form--input {
    width: 100%;
    height: 45px;
    padding: 5px 15px;
    border-radius: 8px;
    border: 1px solid var(--border-color);
}

.contact__form--textarea {
    width: 100%;
    height: 100px;
    padding: 12px 15px;
    border-radius: 8px;
    resize: none;
    border: 1px solid var(--border-color);
    font-family: var(--font-poppins);
}

.mb-15 {
    margin-bottom: 1.5rem;
}



@media only screen and (max-width: 992px){
    .contact__info {
        position: inherit;
        top: inherit;
        -webkit-transform: inherit;
        transform: inherit;
        margin-top: 3rem;
        width: 100%;
        padding: 3rem;
    }
    .nav-brand{
        text-align: center;
        padding: 0px 15px 0px 0px !important;
        margin-right: 0 !important;
        /*margin-left: 81px !important;*/
    }

    .home-slider-desc h1{
        font-size: 28px !important;
    }

    .home-slider-desc span{
        font-size: 26px !important;
    }
}

.expand_colors_product_wrapped:hover{
    color: #aca9a9;
}

.product-style-selector i{
    font-size: 20px;
}

.flex{
    display: flex;
}

.flex-wrap{
    flex-wrap: wrap;
}

.attribute-select{
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
    padding-left: 2px;
    padding-right: 2px;
}

.color-filter .color-text{
    padding-left: 15px;
    padding-top: 6px;
}

.color-filter .inner-container{
    width: 50%;
    margin-right: 0;
    margin-bottom: 10px;
    cursor: pointer;
}

.btn-close {
    box-sizing: content-box;
    width: 1em;
    height: 1em;
    padding: 0.25em 0.25em;
    color: #000;
    background: transparent
        url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e")
        center/1em auto no-repeat;
    border: 0;
    border-radius: 0.25rem;
    opacity: 0.5;
    cursor: pointer;
}
.btn-close:hover {
    color: #000;
    text-decoration: none;
    opacity: 0.75;
}
.btn-close:focus {
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
    opacity: 1;
}
.btn-close.disabled,
.btn-close:disabled {
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    opacity: 0.25;
}
.btn-close-white {
    filter: invert(1) grayscale(100%) brightness(200%);
}

.form-check-input:checked~.form-option-label span:after {
    content: "";
    position: absolute;
    bottom: -7px;
    left: 0;
    width: 100%;
    border-bottom: 2px solid transparent;
    border-color: #000;
    opacity: 1;
    transition: opacity .2s ease;
}

.form-check-input2:checked~.form-option-label span:after {
    content: "";
    position: absolute;
    bottom: -7px;
    left: 0;
    width: 100%;
    border-bottom: 2px solid transparent;
    border-color: #000;
    opacity: 1;
    transition: opacity .2s ease;
}

.form-check-input2:checked~.form-option-label.normal-label{
    color: #000;
    border-color: #000;
}

.form-check-input2{
    display: none;
}

.normal-label{
    min-width: 4.2rem;
}

.form-check-input2~.form-option-label{
    padding-top: 0.1925rem;
}

.margin-top-3-mobile{
    margin-top: 3rem;
}

.tabs li{
    cursor: pointer;
}

.tabs li a.active{
    background-color: transparent !important;
    color: #000 !important;
    border-bottom: 2px solid black;
    border-radius: 0;
    padding-bottom: 3px;
}

@media only screen and (min-width: 992px){
    .margin-top-3-mobile{
        margin-top: 0;
    }
}


.custom-table{
    margin-bottom: 35px;
    width: 100%;
    border-spacing: 0;
    border-collapse: collapse;
    font-size: 14px;
    line-height: 1.4;
}

.custom-table th {
    padding: 15px 10px;
    border: none;
    border-bottom: 2px solid #EFEFEF;
    color: #2d2a2a;
    vertical-align: middle;
    text-align: left;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 16px;
    line-height: 1.2;
}

.custom-table tbody td {
    padding: 15px 12px;
    border: none;
    border-bottom: 1px solid #E6E6E6;
    text-align: left;
    font-weight: inherit;
}

tbody .order-status{
    color: #ff9b20;
}

tbody .order-status.completed, tbody .order-status.approved, tbody .order-status.shipped{
    color: #27b737 !important;
}

tbody .order-status.cancelled{
    color: #f33066 !important;
}

tbody .order-status.pending{
    background-color: #34209E;
}
tbody .order-status.processing{
        background: #49b949;
}

tbody .order-status.cancelled{
background-color: #E74C3C;
    color: white !important;
}

tbody .order-status.completed{
        background: green;
        color: #fff !important;
}


.visibility_password{
    cursor: pointer;
    position: absolute;
    right: 30px;
    top: 19px;
}

.ui-autocomplete{
    z-index: 999999;
}

.box{
    border: 1px solid lightgray;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 13px;
    min-height: 225px;
}

.small-box{
    border: 1px solid lightgray;
    padding: 10px;
}

@media (max-width: 767px){
    .home-slider .btn {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
}

@font-face {
    font-family: 'Material Icons';
    font-style: normal;
    font-weight: 400;
    src: url(../../icons/material_icons/MaterialIcons-Regular.ttf); /* For IE6-8 */
}

@font-face {
    font-family: 'Material Icons Rounded';
    font-style: normal;
    font-weight: 400;
    src: url(../../icons/material_icons/MaterialIconsRound-Regular.otf); /* For IE6-8 */
}

.material-icons-round{
    font-family: 'Material Icons Rounded';
    font-weight: normal;
    font-style: normal;
    font-size: 20px;  /* Preferred icon size */
    display: inline-block;
    color: #a7aaad;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
  
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
  
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
  
    /* Support for IE. */
    font-feature-settings: 'liga';
}

.material-icons {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 20px;  /* Preferred icon size */
    display: inline-block;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
  
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
  
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
  
    /* Support for IE. */
    font-feature-settings: 'liga';
}
.order-button-selection {
    margin-top: 0 !important;
    width: 32%;
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 15px;
}

.small-icon {
    position: relative;
    top: 7px;
    right: 5px;
}
.diagonal{
    width: 2px;
    height: 31px;
    transform: rotate(45deg);
    background-color: red;
    position: absolute;
    top: -7px;
}

video {

    width: 100%;
    outline: none;
}

.card-footers{
    min-height: 150px;
}

textarea{
    padding: 0.5rem;
}

.footer-floating-bottom{
    position: fixed;
    bottom: 0;
    height: 60px;
    background: #151515;
    width: 100%;
    z-index: 999;
    color: #fff;
}

.mention-tag{
    border: 1px solid #fff;
    border-radius: 5px;
    margin-left: 8px;
    margin-right: 9px;
    padding-left: 7px;
    padding-right: 9px;
}

del{
    color: #867f7f;
    font-size: 11px;
}

.disabled{
    
    opacity: 0.4;
}

.form-option-color{
    background-size: contain !important;
}

@media screen and (max-width: 600px) {
    table {
      border: 0;
    }
  
    table caption {
      font-size: 1.3em;
    }

    .pagination>li>a, .pagination>li>a, .pagination>li>span {
        font-size: 16px;
        padding: 12px 11px;
    }

    .sorting_div{
        width: 100%;
    }
    
    table thead {
      border: none;
      clip: rect(0 0 0 0);
      height: 1px;
      margin: -1px;
      overflow: hidden;
      padding: 0;
      position: absolute;
      width: 1px;
    }
    
    table tr {
      /*border-bottom: 3px solid #ddd;
      display: block;
      margin-bottom: .625em;*/
    }
    
    table td {
      /*border-bottom: 1px solid #ddd;
      display: block;
      font-size: .8em;
      text-align: right !important;*/
    }

    .additionals .table tr{

        border-bottom: 1px solid #ddd;
    }

    .additionals .table td{
        text-align: left !important;

    }
    
    table td::before {
      /*
      * aria-label has no advantage, it won't be read inside a table
      content: attr(aria-label);
      */
      content: attr(data-label);
      float: left;
      font-weight: bold;
      text-transform: uppercase;
    }
    
    table td:last-child {
      border-bottom: 0;
    }
  }

@media screen and (min-width: 768px){
    .promotion-bar {
        flex-direction: row;
        padding: 0 44px;
    }
}

.promotion-bar {
    align-items: center;
    display: flex;
    flex-direction: column;
    font-size: 12px;
    font-weight: 600;
    justify-content: center;
    letter-spacing: 1px;
    line-height: 12px;
    margin-top: 0;
    min-height: 44px;
    overflow: initial;
    padding: 10px 44px;
    position: relative;
    text-align: center;
    width: 100%;
}

.context-menu{
    position: relative;
}

.eltio_k2{
    text-align: end;
}

.grecaptcha-badge { 
    visibility: hidden !important;
}

.summary-text{
    padding-right: 3px;
}

