@font-face {
    font-family: "Roboto Regular";
    font-display: swap;
    src: url(../fonts/Roboto/Roboto-Regular.ttf) format("truetype");
}

@font-face {
    font-family: "Roboto Medium";
    font-display: swap;
    src: url(../fonts/Roboto/Roboto-Medium.ttf) format("truetype");
}

@font-face {
    font-family: "Roboto Bold";
    font-display: swap;
    src: url(../fonts/Roboto/Roboto-Bold.ttf) format("truetype");
}

@font-face {
    font-family: "Roboto Black";
    font-display: swap;
    src: url(../fonts/Roboto/Roboto-Black.ttf) format("truetype");
}

@font-face {
    font-family: "Raleway Black";
    font-display: swap;
    src: url(../fonts/Raleway-Black.ttf) format("truetype");
}

body {
    font-family: "Roboto Regular";
    color: var(--szerszamshop-grey);
}

/* popup */
.popup-modal {
    background-color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 600px;
    /*height: 400px;*/
    height: fit-content;
    max-width: 95%;
    max-height: 95%;
    z-index: 1010;
    box-shadow: 0 0 15px -3px rgba(0,0,0,0.35);
    padding: 1.2em 1em;
    overflow: scroll;
}

/*.popup-modal .popup-content {*/
/*    position: absolute;*/
/*    top: 0;*/
/*    left: 0;*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    overflow: auto;*/
/*    padding: 1.2em 1em;*/
/*}*/

.popup-modal #closePopup {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0.1em 0.3em;
    cursor: pointer;
    font-size: 25px;
    z-index: 100;
}
/* end of popup */

.addedToCart_layer {
    display: none;
    position: fixed;
    width: 100%;
    padding: 0px;
    z-index: 100;
}

.addedToCart_layer .alert-success {
    background-color: #f00;
    border-color: #f00;
    color: #fff;
}

.addedToCart_layer .alert-success a {
    color: #fff;
}

.addedToCart_layer.act {
    display: block;
}

.light.cc_dialog {
    padding: 1em 1.5em !important;
    max-width: 90% !important;
}

:root {
    --szerszamshop-lightgrey: #f4f4f4;
    --szerszamshop-grey: #272727;
    --szerszamshop-red: #ff0036;
    --carousel-height: 600px;
    --wide-img-height: 503px;
}

svg {
    fill: var(--szerszamshop-grey);
}

.svg-red {
    fill: var(--szerszamshop-red);
}

.svg-white {
    fill: #fff;
}

a:hover {
    text-decoration: none;
}

.custom-checkbox {
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
    align-items: center;
}

.custom-checkbox p {
    margin-bottom: 0;
}

.custom-checkbox input {
    position: absolute;
    width: 0;
    height: 0;
    opacity: 0;
}

.custom-checkbox span {
    display: inline-block;
    width: 25px;
    height: 25px;
    aspect-ratio: 1 / 1;
    border-radius: 50%;
    border: 1px solid #f00;
    background-color: #fff;
    margin-right: .5em;
    position: relative;
    cursor: pointer;
}

.custom-checkbox input:checked ~ span {
    background-color: #f00;
}

.custom-checkbox span::after {
    display: none;
    content: "";
    position: absolute;
    left: 8px;
    top: 5px;
    width: 7px;
    height: 11px;
    border: solid white;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(40deg);
    -ms-transform: rotate(40deg);
    transform: rotate(40deg);
}

.custom-checkbox input:checked ~ span::after {
    display: block;
}

.header-top {
    background-color: var(--szerszamshop-grey);
    font-size: 12px;
    display: flex;
    align-items: center;
    padding-top: 1em;
    padding-bottom: 1em;
}

.header-top a {
    color: #fff;
}

.navbar-toggler {
    border-color: rgba(0, 0, 0, 0.1);
}

.cart-user-group .dropdown a,
.pwd-reminder,
.profile-navigation a,
.nav-link {
    text-transform: uppercase;
    color: var(--szerszamshop-grey);
}

.nav-link {
    min-width: 154px;
    text-align: center;
}

.cart-user-group .dropdown a:hover,
.pwd-reminder:hover,
.profile-navigation a:hover,
.profile-navigation a.active,
.nav-item.current a,
.nav-link:hover {
    font-family: "Roboto Black";
    color: #f00;
    font-size: 16px;
}

.profile-navigation a {
    font-size: 22px;
}

.profile-navigation a:hover,
.profile-navigation a.active {
    font-size: 22px;
}

.carousel-item img {
    display: block;
    width: 100%;
    height: var(--carousel-height);
    object-fit: cover;
}

.trapezoid {
    height: 0;
    opacity: 60%;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
}

.carousel .trapezoid {
    border-bottom: var(--carousel-height) solid #f00;
    border-left: 375px solid transparent;
    width: 65%;
}

.carousel-caption {
    font-family: "Roboto Bold";
    text-transform: uppercase;
    text-align: left;
    left: 57%;
    right: 30px;
    bottom: 100px;
}

.carousel-caption h1 {
    font-size: 60px;
}

.carousel-caption p {
    font-size: 20px;
    margin-bottom: 1.5em;
}

.carousel-caption a {
    color: #fff;
    border: 2px solid #fff;
    font-size: 20px;
    padding: .4em 2.5em;
}

.logos,
.under-carousel {
    background-color: var(--szerszamshop-lightgrey);
    padding-top: 3em;
    padding-bottom: 3em;
}

.under-carousel h3 {
    font-family: "Roboto Black";
    text-transform: uppercase;
    color: var(--szerszamshop-red);
    font-size: 16px;
    margin-bottom: .2em;
}

.under-carousel p {
    font-size: 14px;
}

.product-block {
    width: 100%;
}

.product-title {
    font-family: "Raleway Black";
    color: var(--szerszamshop-grey);
    text-transform: uppercase;
    font-size: 16px;
    height: 2.2em;
    overflow: hidden;
    display: flex;
    align-items: center;
}

.product-image {
    width: 100%;
    aspect-ratio: 1 / 1;
    -webkit-box-shadow: 0px 5px 13px -7px var(--szerszamshop-grey);
    -moz-box-shadow: 0px 5px 13px -7px var(--szerszamshop-grey);
    box-shadow: 0px 5px 13px -7px var(--szerszamshop-grey);
    display: block;
    object-fit: contain;
}

.discount-badge {
    background-color: var(--szerszamshop-red);
    text-transform: uppercase;
    font-family: "Roboto Medium";
    font-size: 13px;
    color: #fff;
    padding: .9em 1.2em;
    position: absolute;
    top: 0;
    right: 0;
}

.hover-overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.product-block a:hover .hover-overlay {
    opacity: 1;
}

.hover-overlay svg {
    fill: #fff;
    height: 36px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.price-block {
    margin-top: 1em;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.red-button,
.add-to-cart {
    background-color: #f00;
    font-family: "Roboto Medium";
    font-size: 17px;
    color: #fff;
    padding: .5em 1em;
    display: inline-block;
    cursor: pointer;
    text-align: center;
}

.red-button:hover {
    color: #fff;
}

.prices-underline {
    display: inline-block;
    position: relative;
    padding-bottom: 7px;
}

.prices-underline::after {
    content: "";
    background-color: var(--szerszamshop-red);
    position: absolute;
    bottom: 0;
    right: 0;
    height: 4px;
    width: 155px;
}

.actual-price {
    font-family: "Roboto Bold";
    font-size: 20px;
}

.old-price {
    text-decoration: line-through;
    font-size: 14px;
}

.famous-title,
.actual-title {
    margin: 3em 0;
}

.famous-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.famous-title .line {
    height: 1px;
    background-color: var(--szerszamshop-red);
    width: 620px;
}

.famous-title.related .line {
    width: 715px;
}

.aktualis-text h3,
.section-title {
    text-transform: uppercase;
    margin-bottom: 0;
    color: #f00;
    font-family: "Roboto Black";
    font-size: 30px !important;
}

.section-title span {
    font-family: "Roboto Medium";
}

.controls {
    display: flex;
}

.quantity-select .plus,
.quantity-select .minus,
.controls>div {
    border: 1px solid var(--szerszamshop-red);
    width: 45px;
    height: 38px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.quantity-select .minus,
.controls .slider-prev {
    border-top-left-radius: 18.5px;
    border-bottom-left-radius: 18.5px;
    border-right-width: .5px !important;
}

.quantity-select .plus,
.controls .slider-next {
    border-top-right-radius: 18.5px;
    border-bottom-right-radius: 18.5px;
    border-left-width: .5px !important;
}

.title-line {
    height: 1px;
    background-color: var(--szerszamshop-red);
    width: 100%;
    margin-left: 2em;
}

#lightSliderProducts {
    margin-bottom: 4em;
}

.product-list .product-block,
.front-list .product-block {
    margin-bottom: 3em;
}

.accordion .collapse-arrow .arrow-svg,
.category-toggler .collapse-arrow .arrow-svg {
    transition: all ease-out .4s;
    transform: rotateZ(-90deg);
}

.accordion button[aria-expanded="true"] .collapse-arrow .arrow-svg,
.category-toggler[aria-expanded="true"] .collapse-arrow .arrow-svg {
    transform: rotateZ(90deg);
}

.category-toggler {
    background-color: #f00;
    color: #fff;
    font-family: "Roboto Black";
    text-transform: uppercase;
    border-radius: 20px;
    padding: .6em 1em;
    display: flex;
    justify-content: space-between;
}

.category-toggler:hover {
    color: #fff;
}

.category-link {
    color: var(--szerszamshop-grey);
    text-transform: uppercase;
    font-family: "Roboto Black";
    font-size: 16px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 1.4em;
    cursor: pointer;
}

.category-link:hover,
.category-link .fa-chevron-right {
    color: #f00 !important;
}


.wide-img-container {
    background-image: url(../images/woodwork-bg.jpg);
    background-repeat: no-repeat;
    background-size: auto;
    display: flex;
    align-items: center;
    height: var(--wide-img-height);
    margin-top: 2em;
}

.wide-img-container .trapezoid {
    border-bottom: var(--wide-img-height) solid #f00;
    border-left: 275px solid transparent;
    width: 58%;
}

.saw-text {
    color: #fff;
    text-align: center;
    z-index: 10;
}

.saw-text h3 {
    font-family: "Roboto Black";
    text-transform: uppercase;
    font-size: 30px !important;
    padding: 0 2em;
}

.saw-text p {
    font-family: "Roboto Bold";
    font-size: 18px;
    margin-top: 1.5em;
    margin-bottom: 2.5em;
}

.button-container {
    display: flex;
    justify-content: space-between;
    text-transform: uppercase;
    z-index: 10;
    font-family: "Roboto Bold";
    font-size: 18px;
}

.button-container a {
    color: #fff;
    padding: .5em 3em;
}

.next-button:hover,
.button-container a:hover {
    color: #fff
}

.next-btn-1 {
    background-color: #f00;
}

.next-btn-2 {
    background-color: transparent;
    border: 1px solid #fff;
}

.next-button {
    font-family: "Roboto Medium";
    font-size: 18px;
    color: #fff;
    padding: .5em 3em;
    background-color: #f00;
    margin-top: 1em;
}

.aktualis-title {
    margin-bottom: .5rem;
}

.aktualis-text p {
    font-family: "Roboto Regular";
    font-size: 16px;
    color: var(--szerszamshop-grey);
}

.logos img {
    width: 100%;
    max-height: 70px;
    object-fit: contain;
}

.logos {
    margin-top: 4em;
}

footer {
    background-color: var(--szerszamshop-grey);
    padding-top: 3em;
    padding-bottom: .8em;
    color: #fff;
    font-family: "Roboto Bold";
    font-size: 14px;
}

footer a ,
footer a:hover {
    color: #fff;
}

footer .links a {
    display: inline-block;
    padding: .6em 0;
}

.allrightsreserved {
    font-family: "Roboto Regular";
    font-size: 12px;
}

.aktualis-img {
    width: 100%;
}

#lightSliderProducts .product-block {
    padding-left: 5px;
    padding-right: 5px;
}

.category-link ~ .dropdown-list {
    padding-left: 1em;
}

.form-group {
    margin-bottom: 1.5em;
}

textarea {
    resize: vertical;
}

form label:not(.form-group) {
    margin: 0;
    color: var(--szerszamshop-red);
    text-transform: uppercase;
    font-size: 11px;
}

.forgot_mail input,
form input[type="password"]:not(.login-box input),
form input[type="text"],
form textarea {
    background-color: var(--szerszamshop-lightgrey);
    border: 0;
    border-radius: 15px;
    padding: .5em;
}

.heading {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 192px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.heading.saw {
    background-image: url(../images/cart-bg.jpg);
}

.heading.static {
    background-image: url(../images/static-bg.jpg);
}

.heading.contactus {
    background-image: url(../images/contact-bg.jpg);
}

.heading h1 {
    font-family: "Roboto Bold";
    text-transform: uppercase;
    color: #fff;
    font-size: 48px;
    letter-spacing: 2px;
    text-align: center;
}

.grey-block {
    background-color: var(--szerszamshop-lightgrey);
    padding: 3em 2.5em;
}

.grey-block .logo-block {
    margin-bottom: 2.5em;
}

.contact-item {
    margin-top: 2em;
    display: flex;
}

.contact-item,
.contact-item a {
    font-family: "Roboto Black";
    color: var(--szerszamshop-grey);
}

.static-content h1,
.static-content h2,
.static-content h3,
.static-content h4,
.static-content h5,
.static-content h6 {
    font-family: "Roboto Black";
    text-transform: uppercase;
    color: #f00;
}

.general-padding {
    padding-top: 3em;
    padding-bottom: 3em;
}

.cart-dot {
    width: 15px;
    height: 15px;
    background-color: var(--szerszamshop-lightgrey);
    border: 1px solid #f00;
    border-radius: 50%;
}

.cart-dot.done {
    background-color: #f00;
}

.cart-long-line,
.cart-line {
    background-color: #f00;
    height: 1px;
}

.cart-line {
    width: 60px;
}

.cart-breadcumb {
    display: flex;
    align-items: center;
    margin-left: 2em;
}

.cart-long-line {
    width: 100%;
}

.quantity-select {
    display: flex;
}

.quantity-select input {
    width: 75px;
    height: 38px;
    border: 1px solid var(--szerszamshop-red);
    text-align: center;
    outline: none;
    background-color: transparent;
    font-family: "Roboto Bold";
}

.quantity-select .minus {
    border-right: none;
}

.quantity-select .plus {
    border-left: none;
}

.cart-table-head {
    padding: 1em 0;
    margin: 0;
    text-transform: uppercase;
    background-color: var(--szerszamshop-lightgrey);
    border: 1px solid var(--szerszamshop-grey);
    border-bottom-width: 2px;
    font-family: "Roboto Black";
    font-size: 14px;
}

.cart-table-row img {
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    filter: drop-shadow(0px 5px 5px #a1a1a1);
    padding: 1.25em;
}

.cart-table-row {
    margin: 0;
    align-items: center;
    border-left: 1px solid var(--szerszamshop-grey);
    border-right: 1px solid var(--szerszamshop-grey);
    position: relative;
    font-family: "Roboto Black";
    font-size: 14px;
}

.cart-table-row:nth-last-child(1) {
    border-bottom: 2px solid var(--szerszamshop-grey);
}

.cart-table-row:nth-child(2n + 1) {
    background-color: var(--szerszamshop-lightgrey);
}

.cart-table-row svg:not(.arrow-svg) {
    fill: #f00;
    height: 20px;
    cursor: pointer;
    z-index: 5;
    position: absolute;
    top: 15px;
    right: 10px;
}

.section-title.grey,
.large-price {
    color: var(--szerszamshop-grey);
}

.section-title.grey {
    margin-bottom: 1.5em;
    padding-top: 1.5em;
    border-top: 1px solid var(--szerszamshop-grey);
}

.large-price {
    text-transform: none !important;
}

.red-button.invert {
    color: #f00;
    background-color: transparent;
    border: 1px solid #f00;
}

.order-title {
    text-transform: uppercase;
    color: var(--szerszamshop-grey);
    font-family: "Roboto Black";
    font-size: 27px !important;
    margin-bottom: 1em;
}

.input-section {
    margin-top: 2em;
    padding-bottom: 2em;
}

.mobile-header {
    display: none;
}

.order-title svg {
    fill: #f00;
    height: 20px;
}

.order-summary .input-section p {
    font-size: 18px;
}

.order-summary .input-section .order-title {
    margin-top: .8em;
}

.logo-block {
    display: flex;
}

.logo-block svg {
    height: 24px;
    width: 39px;
    padding-right: 10px;
}

.logo-block img {
    height: max-content;
}

.grey-block .static-content {
    font-size: 14px;
}

.svg-container {
    width: 26px;
    text-align: center;
    margin-right: 25px;
}

.contact-title {
    font-family: "Roboto Bold";
    text-transform: uppercase;
    font-size: 30px;
    margin-bottom: 1em;
}

.arrow-svg {
    height: 14px;
}

.arrow-svg.back {
    transform: rotateZ(180deg);
}

footer .logo-block img {
    width: 210px;
}

footer .svg-container {
    margin-right: 15px;
}

.svg-container-home {
    display: flex;
    align-items: center;
    justify-content: center;
}

.cart-user-group svg {
    height: 21px;
}

.cart-user-group .dropdown button {
    background: none;
    border: none;
    outline: none;
}

.cart-user-group {
    width: 70px;
    display: flex;
    justify-content: space-between;
}

.cart-user-group a {
    display: block;
}

.cart-link {
    position: relative;
}

.cart-link .product-count {
    width: 18px;
    height: 18px;
    aspect-ratio: 1 / 1;
    border-radius: 50%;
    background-color: var(--szerszamshop-red);
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: -4px;
    right: -8px;
    font-size: 11px;
}

.cart-warning,
form small {
    color: #f00;
}

.login-client,
.orders,
.base {
    min-height: 450px;
}

.pagination .page-link[aria-label=Previous],
.pagination .page-link[aria-label=Next] {
    border: none;
    color: var(--szerszamshop-grey);
}

.pagination .page-link {
    font-size: 12pt;
    color: var(--szerszamshop-grey);
    border: 1px solid #f00;
    width: 30px;
    height: 30px;
    aspect-ratio: 1 / 1;
    display: flex;
    justify-content: center;
    align-items: center;
}

.pagination .page-link:hover {
    background-color: var(--szerszamshop-lightgrey);
}

.pagination .page-item {
    margin-left: 10px;
    margin-right: 10px;
}

.page-item.active .page-link {
    color: #fff;
    background-color: #f00;
    border-color: #f00;
}

.pagination {
    margin: 2em 0;
}

.page-item:first-child .page-link {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.page-item:last-child .page-link {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.sort-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 36px;
    height: 36px;
    aspect-ratio: 1 / 1;
    border-radius: 50%;
    border: 1px solid #f00;
    margin-right: 1em;
}

.filter_form select {
    appearance: none;
    background: none;
    border: none;
    font-family: "Roboto Bold";
    font-size: 13px;
    text-transform: uppercase;
    background-color: #fff;
}

.filter_form select option {
    font-size: initial;
}

.search {
    position: relative;
    margin-bottom: 1.5em;
}

.search input[type="text"] {
    width: 100%;
    padding-left: 35px;
    padding-top: .7em;
    padding-bottom: .7em;
    background-color: #fff;
    border: 1px solid #f00;
}

.search input[type="text"],
.search input[type="text"]::placeholder {
    font-family: "Roboto Bold";
    font-size: 13px;
    text-transform: uppercase;
    opacity: 1;
}

.search button {
    background: transparent;
    border: 0;
    position: absolute;
    top: calc((100% - 26px) / 2);
    left: 5px;
}

.product-big-image,
.small-images img {
    filter: drop-shadow(0px 5px 5px #a1a1a1);
    aspect-ratio: 1 / 1;
    object-fit: contain;
    margin-bottom: 25px;
}

.product-big-image {
    width: 100%;
    display: block;
}

.small-images {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.small-images img {
    object-position: center;
    height: 95px;
}

.small-images img,
#dynamic {
    cursor: pointer;
}

.desc-title {
    font-family: "Roboto Medium";
    font-size: 30px;
    border-top: 1px solid var(--szerszamshop-grey);
    padding-top: 1em;
    margin-top: 1em;
}

.desc-row .static-content {
    margin-bottom: 2em;
}

.attribute {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 16px;
    font-family: "Roboto Medium";
    padding: .5em;
}

.attribute:nth-child(2n+1) {
    border: 1px solid var(--szerszamshop-grey);
    background-color: var(--szerszamshop-lightgrey);
}

.attr-row {
    margin-bottom: 2em;
}

.product-view .old-price,
.product-view .actual-price {
    color: #f00;
}

.product-view .old-price {
    font-family: "Roboto Medium";
    font-size: 30px;
    margin-right: .5em;
}

.product-view .actual-price {
    font-size: 40px;
}

.product-view .actual-price.choose-text {
    color: var(--szerszamshop-grey);
    font-size: 23px;
}

.product-view .red-button {
    border: none;
    padding-left: 3rem;
    padding-right: 3rem;
}

.select-column .form-control {
    border-color: #f00;
    width: 50%;
    color: var(--szerszamshop-grey);
    box-shadow: none;
}

.quantity-label,
.select-column {
    font-size: 16px;
    font-family: "Roboto Medium";
}

.quantity-label {
    margin-bottom: 0;
    margin-right: 10px;
}

.select-column:last-child {
    margin-bottom: 2em !important;
}

.hidden {
    display: none;
}

.go-to-cashier {
    color: #fff;
}

.forgot-fluid {
    min-height: 70vh;
}

.thanks-order-title {
    min-height: 70vh;
    color: #f00;
    font-family: "Roboto Black";
    font-size: 30px !important;
    text-transform: uppercase;
}

.reg-block input,
.login-block input,
.personal input {
    padding: 1.3em 1em !important;
    color: var(--szerszamshop-grey);
    font-family: "Roboto Medium";
}

.reg-block input,
.login-block input,
.personal input::placeholder {
    font-family: "Roboto Regular";
}

.login-title,
.profilom-title {
    color: var(--szerszamshop-grey);
    font-family: "Roboto Medium";
    margin-bottom: 1em;
    font-size: 20px;
    text-transform: uppercase;
}

.pwd-reminder {
    margin-bottom: 2.5em;
    display: block;
}

.category-img {
    width: 100%;
    height: 170px;
    object-fit: cover;
    margin-bottom: 1.5rem;
}

.accordion h3 {
    font-size: 17px;
}

.order-info {
    margin: 0;
}

.order-info p {
    font-size: 14px;
    margin-bottom: .7em;
}

.order-info h3 {
    font-family: "Roboto Black";
    text-transform: uppercase;
}

.accordion button {
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-shadow: none !important;
}

.accordion .collapse-arrow svg {
    height: 20px;
}

.accordion .card-header {
    background-color: var(--szerszamshop-lightgrey);
}

.accordion .collapse-arrow {
    position: absolute;
    right: 10px;
    top: 32px;
}

.accordion .card-header p {
    color: var(--szerszamshop-grey);
    text-decoration: none;
}

.accordion .status,
.accordion .full-price {
    font-family: "Roboto Black";
}

.product-name {
    font-size: 18px !important;
}

.stock-data {
    text-transform: none;
}

.dropdown-item:focus, .dropdown-item:hover {
    background-color: transparent;
}

.dropdown-item {
    width: 175px;
    padding: .5rem 1.5rem;
}

.dropdown-menu {
    text-align: center;
    border-radius: 0;
    left: -149px;
    top: 125%;
}


.error_message_kupon,
.success_message_kupon {
    display: none;
    font-weight: bold;
}

.error_message_kupon {
    color: #f00;
}

.success_message_kupon {
    color: #080;
}
