@font-face {
    font-family: "PassionOne Regular";
    font-display: swap;
    src: url(../fonts/PassionOne/PassionOne-Regular.ttf) format("truetype");
}

@font-face {
    font-family: "Raleway Black";
    font-display: swap;
    src: url(../fonts/Raleway-Black.ttf) format("truetype");
}
@font-face {
    font-family: "Kameron Regular";
    font-display: swap;
    src: url(../fonts/Kameron/Kameron-Regular.ttf) format("truetype");
}
@font-face {
    font-family: "Kameron SemiBold";
    font-display: swap;
    src: url(../fonts/Kameron/Kameron-SemiBold.ttf) format("truetype");
}
@font-face {
    font-family: "Kameron Bold";
    font-display: swap;
    src: url(../fonts/Kameron/Kameron-Bold.ttf) format("truetype");
}
@font-face {
    font-family: "Kameron Medium";
    font-display: swap;
    src: url(../fonts/Kameron/Kameron-Medium.ttf) format("truetype");
}
@font-face {
    font-family: "MonteCarlo Regular";
    font-display: swap;
    src: url(../fonts/MonteCarlo/MonteCarlo-Regular.ttf) format("truetype");
}
@font-face {
    font-family: "Montserrat Regular";
    font-display: swap;
    src: url(../fonts/Montserrat/Montserrat-Regular.ttf) format("truetype");
}

body {
    font-family: "Kameron Regular";
    color: var(--szerszamshop-grey);
}

body.login-page {
    background-image: url("../images/background_admin.jpg") !important;
    background-repeat: no-repeat !important;
    background-size: cover;
    color: #606468;
    font: 87.5%/1.5em 'Open Sans', sans-serif;
    margin: 0;
    position: relative;
}

.login_title_cw {
    font-size: 32px;
    text-align: center;
    text-transform: uppercase;
    color: #1d97e2;
    font-weight: bold;
}

.login-box-msg {
    color: #1d97e2;
    font-weight: bold;
    font-size: 18px;
    text-transform: uppercase;
}

.addedToCart_layer {
    display: none;
    position: fixed;
    width: 100%;
    padding: 0px;
    z-index: 100;
}

.addedToCart_layer .alert-success {
    background-color: var(--viragos-orange);
    border-color: var(--viragos-orange);
    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 {
    --viragos-orange:#FF9F60;
    --viragos-darkorange:#D95F25;
    --viragos-grey:#333333;
    --szerszamshop-lightgrey: #f4f4f4;
    --szerszamshop-grey: #272727;
    --szerszamshop-red: #ff0036;
    --carousel-height: 860px;
    --wide-img-height: 503px;
}

svg {
    fill: var(--viragos-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;
    font-family: 'Montserrat Regular';
    font-size: 16px;
    line-height: 19.5px;
    text-align: left;
}

.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;
	background-color: #D9D9D9;
	margin-right: .5em;
	position: relative;
	cursor: pointer;
}

.custom-checkbox input:checked ~ span {
    background-color: var(--viragos-orange);
}

.custom-checkbox span::after {
	display: none;
	content: "";
	position: absolute;
	left: 8px;
	top: 5px;
	width: 9px;
	height: 13px;
	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(--viragos-orange);
    font-size: 20px;
    display: flex;
    align-items: center;
    padding-top: .4em;
    padding-bottom: .4em;
}

.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 {
    text-align: center;
    text-transform: none;
    font-size: 24px !important;
    line-height: 28.49px;
    text-align: left;    
    color: black;
    margin-right: 2.5em;
}

.cart-user-group .dropdown a:hover,
.pwd-reminder:hover,
.profile-navigation a:hover,
.profile-navigation a.active,
.nav-item.current a,
.nav-link:hover {
    color: var(--viragos-darkorange);
}

.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 {
    left: 14%;
    right: 30px;
    bottom: 50%;
    transform: translateY(50%);
    padding-right: 190px;
}

.logos{
    padding-top: 3em;
    padding-bottom: 3em;
}

.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-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%);
}

.red-button,
.add-to-cart {
    background-color: #f00;
    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-size: 20px;
}

.old-price {
    text-decoration: line-through;
    font-size: 14px;
}

.famous-title,
.actual-title {
    margin: 3em 0 1em 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 {
    font-family: 'Kameron Bold';
    font-size: 24px;
    line-height: 28.49px;
    text-align: left;
    text-transform: none;
    color: black;
}


.controls {
    display: flex;
}

.quantity-select .plus,
.quantity-select .minus,
.controls>div {
    width: 30px;
    height: 28px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 0.3px solid #333333CC;
    background: #FF9F6033;
    border-radius: 0 !important;
    font-family: 'Kameron Regular';
    font-size: 16px;
    line-height: 18.99px;
}
.quantity-select .plus{
    margin-left: .2em;
}
.quantity-select .minus{
    margin-right: .2em;
}

.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 {
    color: #fff !important;
    display: flex;
    justify-content: space-between;
    font-family: 'Kameron Bold';
    font-size: 24px;
    line-height: 28.49px;
    text-align: left;
    cursor: pointer;
}

.category-toggler:hover {
    color: #fff;
}

.category-link {
	color: #fff;
	font-family: 'Kameron Medium';
	font-size: 20px;
	line-height: 23.74px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 1.4em;
	cursor: pointer;
	position: relative;
	width: fit-content;
}
.category-link svg{
    margin-left: .5em;
}

.category-link:hover,
.category-link .fa-chevron-right {
    color: black !important;
}


.category-list .category-link{
    text-decoration: underline;
}
.category-list div .category-link{
    text-decoration: none;
    font-size: 16px;
}




.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 {
    text-transform: uppercase;
    font-size: 30px !important;
    padding: 0 2em;
}

.saw-text p {
    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-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-size: 18px;
    color: #fff;
    padding: .5em 3em;
    background-color: #f00;
    margin-top: 1em;
}

.aktualis-title {
    margin-bottom: .5rem;
}

.aktualis-text p {
    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(--viragos-orange);
    padding-top: 3em;
    padding-bottom: .8em;
    color: #fff;
    font-size: 14px;
}

footer a ,
footer a:hover {
    color: #fff;
    align-content: center;
}

footer a:hover{
    color: var(--viragos-darkorange);
}

footer .logo-block {
	display: flex;
	width: 100%;
	height: 180px;
}

footer .links a {
    display: inline-block;
    padding: .6em 0;
}

.allrightsreserved {
    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 {
	padding: .5em;
	background-color: #FFFFFFB2;
	border: 1px solid #D95F25;
	color: var(--viragos-darkorange);
    border-radius: 0;
}
input::placeholder,textarea::placeholder{
    font-family: 'Kameron SemiBold';
    font-size: 20px;
    line-height: 23.74px;
    text-align: left;
    color: #D95F25;
    opacity: 1;
    
}
.contact-fluid input{
    height: 53px;
}
.contact-fluid textarea{
    height: 174px;
}

.heading {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 205px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.sidepage{
    background-image: url(../images/sidepage.png);
    position: relative;
}
.sidepage::before{
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #FFFFFF66;
    position: absolute;
    z-index: 0;
}

.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 {
    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 {
    color: var(--szerszamshop-grey);
}

.static-content h1,
.static-content h2,
.static-content h3,
.static-content h4,
.static-content h5,
.static-content h6 {
    font-family: "Kameron Medium";
    text-transform: uppercase;
    color: var(--viragos-darkorange);
}

.static-content h2{
font-size: 24px;
line-height: 28.49px;
text-align: left;
}

.static-content h2:not(:first-child){
    margin-top: 2em;
}

.base-container{
    padding: 5em 0;
}

.static-content p{
    font-size: 24px;
    line-height: 28.49px;
    text-align: left;
}


.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: 44px;
    height: 28px;
    border: 0.3px solid #333333CC;
    text-align: center;
    outline: none;
    background-color: transparent;
    background: #FFFFFF;
    font-family: 'Kameron Regular';
    font-size: 16px;
    line-height: 18.99px;

}


.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-size: 14px;
}

.cart-table-row img {
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    padding: 1.25em;
}

.cart-table-row {
    margin: 0;
    position: relative;
}
.cart-table-row:not(:last-child){
    margin-bottom: 2em;
    border-bottom: 3px solid #FCECE2;
    padding-bottom: 2em;
}




.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 {
    padding-top: .5em;
    padding-bottom: 2em;
}

.large-price {
    text-transform: none !important;
}

.red-button.invert {
    color: #f00;
    background-color: transparent;
    border: 1px solid #f00;
}

.order-title {
    font-size: 24px;
    line-height: 28.49px;
    text-align: left !important;
    margin-bottom: .5em;
    text-transform: uppercase;
}

.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;
    width: 189px;
    height: 146px;
}

.logo-block svg {
    height: 24px;
    width: 39px;
    padding-right: 10px;
}

.logo-block img {
    width: 100%;
    object-fit: contain;
    height: 100%;
}

.grey-block .static-content {
    font-size: 14px;
}

.svg-container {
    width: 26px;
    text-align: center;
    margin-right: 25px;
}


.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: 45px;
}

.cart-user-group .dropdown button {
    background: none;
    border: none;
    outline: none;
}

.cart-user-group {
    width: 120px;
    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;
    background-color: var(--viragos-darkorange);
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 1px;
    left: 0;
    font-family: 'Kameron Medium';
    font-size: 12px;
    font-weight: 500;
    line-height: 14.24px;
    text-align: center;

}

.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-family: 'Kameron Regular';
    font-size: 16px;
    line-height: 18.99px;
    text-align: center;    
    color: #000;
    background: #FCECE2;
    border: 0.5px solid #FF9F60;
    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 {
    background: #FF9F60;
    border: 0.5px solid #FF9F60
}

.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: 'Kameron Regular';
	font-size: 20px;
	line-height: 23.74px;
	text-align: left;
	background-color: transparent;
	width: 100%;
	height: 54px;
	cursor: pointer;
	padding-left: 1em;
}

.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: #FCECE2;
}

.search input[type="text"], .search input[type="text"]::placeholder {
	opacity: 1;
	font-family: 'Kameron Regular';
	font-size: 20px;
	font-weight: 400;
	line-height: 23.74px;
	text-align: left;
    color: black;
    border: none;
}

.search button {
	background: transparent;
	border: 0;
	position: absolute;
	top: calc((100% - 37px) / 2);
	right: 15px;
}

.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,.desc-text p{
    font-family: 'Kameron SemiBold';
    font-size: 24px;
    line-height: 18.99px;
    text-align: left;
    margin-top: 3em;
}
.desc-text p{
    font-size: 18px;
    margin-top: 1em;
    font-family: 'Kameron Regular';
}

.desc-row .static-content {
    margin-bottom: 2em;
}

.attribute {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 16px;
    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 .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: var(--viragos-orange);
    width: 50%;
    color: var(--szerszamshop-grey);
    box-shadow: none;
}

.quantity-label,
.select-column {
    font-family: 'Kameron Regular';
    font-size: 16px;
    line-height: 18.99px;
    text-align: center;
    text-transform: uppercase;
}

.quantity-label {
    margin-bottom: 0;
    margin-right: 10px;
}

.select-column:last-child {
    margin-bottom: 2em !important;
}

.hidden {
    display: none;
}


.forgot-fluid {
	min-height: 50vh;
	padding: 3em;
}

.thanks-order-title {
    min-height: 50vh;
    color: var(--viragos-orange);
    font-family: "Kameron Bold";
    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: "Kameron Medium";
}

.reg-block input,
.login-block input,
.personal input::placeholder {
    font-family: "Kameron Regular";
}

.login-title,
.profilom-title {
    color: var(--szerszamshop-grey);
    font-family: "Kameron Medium";
    margin-bottom: 1em;
    font-size: 20px;
    text-transform: uppercase;
}
.reg-block .form-group:has(#adatvedelem){
    margin-bottom: 0;
}
.forgot-fluid .login-title{
    margin-bottom: .5em;
}

.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 {
    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;
}

.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%;
}
/*NEW CSS START*/
.regular-text{
    font-family: 'Kameron Regular';
    font-size: 20px;
    line-height: 23.74px;
    text-align: left;
}
.regular-title{
    font-family: 'Kameron Regular';
    font-size: 64px;
    line-height: 75.97px;
    text-align: left;
}
.standard-title{
    font-family: 'Kameron SemiBold';
    font-size: 24px;
    line-height: 28.49px;
}
.top-phone{
    margin-right: 3em;
}
.top-phone,.top-email{
    margin-left: .5em;
}
.search-btn {
	background: transparent;
	border: none;
}
.search-input {
	display: none;
    position: relative;
    width: fit-content;
    margin: 0 0 0 auto;
    padding: 1em;
}
.search-block{
    position: relative;
}
.search_form {
	display: flex;
}
.search_btn {
	border: 0;
	background: transparent;
}
.hero-title{
    color: var(--viragos-darkorange);
    text-transform: none;
}
.hero-text{
    font-size: 24px;
    line-height: 28.49px;
    text-transform: none;
    color: black;
}
.carousel-fluid{
    min-height: var(--carousel-height);
    position: relative;
    margin-bottom: 13em;
}
.button-block{
    display: flex;
  margin-top: 1em;
  gap: 2em;
}
.under-carousel{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -60px; 
    z-index: 2;
}
.standard-btn {
	padding: 0.5em 4em;
	background: var(--viragos-orange);
	color: white;
	font-family: 'Kameron SemiBold';
	font-size: 24px;
	line-height: 28.49px;
	text-align: center;
    transition: .3s all ease-out;
    text-transform: uppercase;
    border: 2px solid var(--viragos-orange);
}
.standard-btn:hover{
    background-color: var(--viragos-darkorange);
    color: black;
    transition: .3s all ease-in;
    border: 2px solid var(--viragos-darkorange);
}
.darker-btn{
    background: var(--viragos-darkorange);
    border: 2px solid var(--viragos-darkorange);
}
.darker-btn:hover{
	background: var(--viragos-orange);
    border: 2px solid var(--viragos-orange);
}
.under-carouselblock{
    background-color: var(--viragos-orange);
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    height: 127px;
    border: 2px solid var(--viragos-orange);
    box-shadow: 0px 0px 0px 0px transparent;
    transition: .3s box-shadow ease-out;
}
.under-carouselimg {
	flex-basis: 20%;
}
.under-carouselcontent {
	flex-basis: 62%;
}
.under-carouseltext{
    color: white;
    text-transform: uppercase;
}
#carouselTop::before{
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #FFFFFF66;
    z-index: 1;
}
.headertop-col{
    justify-content: end;
}
.under-carouselblock:hover {
	box-shadow: 0px 0px 10px 1px var(--viragos-darkorange);
    transition: .2s all ease-in-out;
}
.canread-img {
	width: 100%;
	height: 100%;
}
.canread-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.canread-title{
    font-size: 48px;
    line-height: 56.98px;
    text-align: left;
    color: var(--viragos-darkorange);
    text-transform: uppercase;
    margin-bottom: .5em;
}
.canread-text {
	font-size: 22px;
	line-height: 28.49px;
	text-align: left;
	margin-bottom: 1em;
	padding-right: 7em;
}
.cr-phone, .cr-email {
	display: flex;
	align-items: center;
	margin-right: 2em;
}
.contact-block {
	display: flex;
    margin-top: 2em;
}
.cr-img {
	background-color: var(--viragos-orange);
	width: 50px;
	height: 50px;
	align-content: center;
	text-align: center;
	margin-right: 2em;
}
.canread-block {
	border: 3px dashed orange;
	width: 400px;
	height: 543px;
	border-radius: 48% 49% 25% 25% / 35% 33% 0% 0%;
}
.canread-img {
	width: 376px;
	height: 510px;
	border-radius: 48% 49% 25% 25% / 35% 33% 0% 0%;
	overflow: hidden;
	margin: 1em auto;
}
.read-btn{
    padding: 0.5em 6em;
}
.ourproduct-title{
    font-size: 64px;
    line-height: 75.97px;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: .2em;
}
.ourproduct-subtitle{
    font-size: 48px;
    line-height: 56.98px;
    text-align: center;
    text-transform: uppercase;
}
.product-catimg{
    width: 350px;
  height: 450px;
  margin: 0 auto;
  position: relative;
}
.product-catimg img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.product-catname{
    text-align: center;
    font-size: 32px;
    line-height: 37.98px;
    margin: 1em 0;
    color: black;
}
.product-catblock:hover .product-catimg,.product-block{
    box-shadow: 0px 10px 10px 0px #00000040;
    transition: all .3s ease;
}
.product-catimg::before{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: #685F7480;
    display: none;
}
.product-catblock:hover .product-catimg::before{
    display: block;
}
.ourproduct-subtitle{
    margin-bottom: 2em;
}
.ourproduct-title{
    margin-top: 3em;
}
.medium-title{
    font-family: 'Kameron Medium';
    font-size: 48px;
    font-weight: 500;
    line-height: 56.98px;
    text-align: left;
}
.medium-text{
    font-family: 'Kameron Medium';
    font-size: 24px;
    font-weight: 500;
    line-height: 28.49px;
    text-align: center;
}
.monte-title{
    font-family: 'MonteCarlo Regular';
    font-size: 96px;
    font-weight: 400;
    line-height: 163.2px;
    text-align: center;
    color: #D95F25;
}
.milyen-title{
    color: #D95F25;
    text-transform: uppercase;
}
.milyen-content h2{
    font-family: 'Kameron Medium';
    font-size: 24px;
    font-weight: 500;
    line-height: 28.49px;
    color: #D95F25;
    text-transform: uppercase;
}
.milyen-content p{
    font-family: 'Kameron Regular';
    font-size: 22px;
    font-weight: 400;
    line-height: 28.49px;
    color: #333333;
}
.milyen-t-btn{
    background-color: #FF7F30;
    border: 2px solid #FF7F30
}
.milyen-btn{
    padding: 0.5em 3em;
}
.uniq-imgblock {
	width: 300px;
	height: 300px;
	border-radius: 100%;
	overflow: hidden;
}
.uniq-imgblock img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.uniq-imgblock-circles_1,.uniq-imgblock-circles_2,.uniq-imgblock-circles_3{
	display: flex;
	flex-direction: column;
	width: fit-content;
	position: absolute;
}
.uniq-imgblock-circles_1{
    top: 30px;
	right: 110px;
}
.uniq-imgblock-circles_2{
    top: 30px;
	right: 110px;
}
.circle1, .circle2, .circle3 {
	background: #FF9F60;
	border-radius: 100%;
}
.uniq-imgblock-circles_1 .circle1{
    width: 70px;
    height: 70px;
}
.uniq-imgblock-circles_1 .circle2 {
	width: 30px;
	height: 30px;
	position: relative;
	right: -90px;
	top: -30px;
}
.uniq-imgblock-circles_1 .circle3 {
	width: 120px;
	height: 120px;
	position: relative;
	right: -10px;
	top: -10px;
}
.uniq-imgblock-circles_2 {
	top: 350px;
	left: 70px;
}
.uniq-imgblock-circles_2 .circle1 {
	width: 30px;
	height: 30px;
	right: -120px;
	position: relative;
}
.uniq-imgblock-circles_2 .circle2 {
	width: 120px;
	height: 120px;
	position: relative;
	right: -10px;
	top: 10px;
}
.uniq-imgblock-circles_2 .circle3 {
	width: 30px;
	height: 30px;
	position: relative;
	right: -120px;
	top: 30px;
}
.uniq-imgblock-circles_1 + .uniq-imgblock{
    margin: 0 0 0 auto;
}
.uniq-imgblock-circles_3 .circle1 {
	width: 120px;
	height: 120px;
}
.uniq-imgblock-circles_3 .circle2 {
	width: 30px;
	height: 30px;
	position: relative;
	right: -90px;
	top: 20px;
}
.uniq-imgblock-circles_3 .circle3 {
	width: 70px;
	height: 70px;
	position: relative;
	right: 10px;
	top: -10px;
}
.uniq-imgblock-circles_3 {
	bottom: 10px;
	right: 100px;
}
.milyen-content h2:not(:first-child){
    margin-top: 2.5em;
}
.milyen-content h2:first-child{
    margin-top: 1em;
}
.milyen-fluid{
    margin-top: 14em;
}
.milyen-fluid .row{
    align-items: center;
}
.miert-fluid{
    background-image: url(../images/miert_minket/bg.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    margin-top: 12em;
    padding-bottom: 14em;
}
.miert-fluid::before{
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: #FFFFFFCC;
}
.miert-title{
    margin-top: .8em;
    margin-bottom: .3em;
}
.miert-text{
    margin-bottom: 2.5em;
    padding: 0 13em;
}
.miert-imgblock {
	width: 300px;
	height: 300px;
	overflow: hidden;
	border-radius: 100%;
    margin:0 auto;
}
.miert-imgblock img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.miert-content .miert-title{
    font-size: 24px;
    font-weight: 600;
    line-height: 28.49px;
    text-align: center;
    color: var(--viragos-darkorange);
    text-transform: uppercase;
    margin-bottom: 1em;
    margin-top: 1em;
}
.miert-desc{
    text-align: center;
    font-size: 16px;
    line-height: 18.99px;
    text-transform: uppercase;
}
.product-name {
	font-size: 24px;
	line-height: 28.49px;
	text-align: center;
	height: 70px;
	overflow: hidden;
	margin-top: .5em;
	display: flex;
	align-items: center;
	justify-content: center;
}
.product-price{
font-size: 16px;
line-height: 18.99px;
text-align: center;
}
.product-imgblock {
	width: 250px;
	height: 321px;
	margin: 0 auto;
    position: relative;
}
.product-imgblock img {
	width: 100%;
	height: 100%;
	object-position: center;
	object-fit: cover;
}
.cart-btn{
    background-color: transparent;
    color: var(--viragos-darkorange);
    font-family: 'Kameron Regular';
    font-size: 20px;
    line-height: 23.74px;
    text-transform: none;
    padding: 0.5em 2em;
    margin: 0 auto;
    cursor: pointer;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}
.cart-btn:not([href]){
    color: var(--viragos-darkorange) !important;
}
.cart-btn:hover{
    background-color: var(--viragos-orange);
    color: white;
}
.cart-btn:hover img{
    filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(74deg) brightness(107%) contrast(102%);
}
.product-box{
    position: relative;
}
.product-box .product-imgblock::before{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #00000080;
    display: none;
}
.product-box:hover .product-imgblock::before{
    display: block;
}
.product-box:hover .product-imgblock{
    box-shadow: 0px 10px 10px 0px #00000040;
    transition: all .3s ease;
}
.moreproduct-fluid .button-block{
    margin: 1em auto;
}
.cart-link img{
    width: 45px;
    height: 45px;
}
.tovabbi-btn{
    background-color: var(--viragos-darkorange);
    padding: 0.5em 3em;
    border: 2px solid var(--viragos-darkorange);
}
.tovabbi-btn:hover{
    background-color: var(--viragos-orange);
    border: 2px solid var(--viragos-orange);
}
.moreproduct-bigtitle{
    font-size: 48px;
    line-height: 56.98px;
    text-align: center;
    text-transform: uppercase;
    margin-top: 3em;
    margin-bottom: 2em;
}
.moreproduct-catname{
    font-size: 48px;
    line-height: 56.98px;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 1em;
}
.second-row{
    margin-top: 7em;
}
.discount-title{
    font-family: 'Kameron Medium';
    font-size: 48px;
    line-height: 56.98px;
    text-align: center;
    color: #FF7F30;
}
.price-block {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row-reverse;
    gap: .5em;
}
.product-newprice{
    font-size: 16px;
    line-height: 18.99px;
    text-align: left;
}
.product-oldprice{
    color: var(--viragos-darkorange);
    text-decoration: line-through;
}
.sale-box {
	width: 104px;
	height: 40px;
	background: #FF7F30;
	align-content: center;
	text-align: center;
	position: absolute;
	left: 45px;
	z-index: 1;
	top: 5px;
}
.sale-text{
    font-family: 'Kameron Bold';
    font-size: 24px;
    line-height: 28.49px;
    color: white;
}
.elegedett-fluid{
    background-color: var(--viragos-orange);
    padding:2em 0;
    margin-top: 6em;
    margin-bottom: 11.5em;
}
.elegedett-img{
    width: 100px;
    height: 100px;
    margin: 0 auto;
}
.elegedett-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.elegedett-title{
    font-family: 'PassionOne Regular';
    font-size: 64px;
    line-height: 70.46px;
    text-align: center;
    color: white;
    text-transform: uppercase;

}
.elegedett-text{
    font-size: 20px;
    line-height: 23.74px;
    text-align: center;
    color: white;
    text-transform: uppercase;
}
.review-bigtitle{
font-size: 47px;
line-height: 55.79px;
text-align: center;
color: #FF7F30;
text-transform: uppercase;
margin-bottom: .5em;
}
.review-name{
font-size: 20px;
line-height: 23.74px;
text-align: center;
color: #000000;
}
.review-text{
font-size: 20px;
line-height: 23.74px;
text-align: center;
color: #333333;
}
.review-stars{
    text-align: center;
}
.review-image{
    width: 120px;
  height: 120px;
  margin: 0 auto;
  border-radius: 100%;
  overflow: hidden;
}
.review-image img{
    width: 100%;
  height: 100%;
  object-fit: cover;
}
.beforeimg-circles,.afterimg-circles{
    display: flex;
  width: fit-content;
  gap: 1em;
  align-items: center;
  position: absolute;
}
.afterimg-circles{
    flex-direction: row-reverse;
}
.review-imgblock{
    position: relative;
    margin-top: 1em;
}
.beforeimg-circles{
    top: 50%;
  right: 65%;
  transform: translateY(-50%);
}
.afterimg-circles{
    top: 50%;
  left: 65%;
  transform: translateY(-50%);
}
.review-col{
    margin-bottom: 3em;
}
.review-fluid{
    padding-bottom: 12em;
}

.contact-title {
    font-size: 40px;
    line-height: 47.48px;
    text-align: left;    
    color: #D95F25;
    text-transform: uppercase;
}
.contact-desc{
font-size: 20px;
line-height: 23.74px;
text-align: left;
color: #333333;
margin-bottom: 1em;
}
.send-btn{
    text-transform: none;
    background-color: #D95F25;
    border: 1px solid #D95F25;
}
.send-btn:hover{
    background-color: var(--viragos-orange);
    border: 1px solid var(--viragos-orange);

}
.map iframe{
    width: 100%;
    height: 407px;
}
.contacts-block {
	display: flex;
	gap: 2em;
}
.contact-box,.contact-box a{
	display: inherit;
	align-items: center;
	gap: 1em;
}
.contact-box a{
    color: black;
}
.contact-box a:hover{
    color: var(--viragos-darkorange);
}
.contact-fluid{
    background-image: url(../images/miert_minket/bg.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
.contact-fluid::before{
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    background: #FFFFFFD9;

}
.menu-title{
    text-transform: uppercase;
}
.allrightsreserved{
    font-family: 'Kameron Regular';
    font-size: 16px;
    font-weight: 400;
    line-height: 18.99px;
    text-align: left;
    
}
.contact-info{
    font-family: 'Kameron Medium';
    font-size: 20px;
    line-height: 23.74px;
    text-align: left;
}
.sidepage-title{
    color: var(--viragos-darkorange);
    text-transform: uppercase;
    font-size: 64px;
    line-height: 75.97px;
    text-align: center;
}
.category-block {
	background: #FF9F60;
	padding: 1em 2em;
}
.productl-row .product-imgblock {
	width: 100%;

}
.productl-row .product-box{
    margin-bottom: 2em;
}
.productl-row .sale-box {
	left: 10px;
}
.productlist-title{
    font-family: 'Kameron Bold';
    font-size: 24px;
    font-weight: 700;
    line-height: 28.49px;
    text-align: left;
}
.filter_form {
	display: flex;
	background: #FCECE2;
	height: 100%;
	align-items: center;
	width: 100%;
	justify-content: space-between;
}
.filter-box {
	height: 54px;
	width: 348px;
}
.arrow {
	position: absolute;
	right: 30px;
	pointer-events: none;
}
.dropdown{
    width: 45px;
    height: 45px;
}
.dropdown #dropdownMenuButton{
    width: 45px;
    height: 45px;
    padding: 0.2em;
}
.dropdown svg{
    width: 100%;
    height: 100%;
}
.login-title{
    color: #D95F25;

}
.leftimg-block {
	width: 100%;
	height: 100%;
}
.leftimg-block img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.leftimg-block div{
    position: relative;
}
.leftimg-block div::after{
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    background: #FFFFFF80;
}
.days {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}
.days .hrs{
    flex-basis: 50%;
}
.days .day{
    flex-basis: 30%;
}
.schedule-title{
    font-size: 40px;
    line-height: 47.48px;
    color: var(--viragos-darkorange);
    text-align: left;
    text-transform: uppercase;
}
.contact-row2{
    margin-top: 2em;
}
.schedule-desc{
    font-size: 20px;
    line-height: 23.74px;
    text-align: left;
}
.days{
    margin-top: 1em;
}
.day,.hrs{
    font-family: 'Kameron Regular';
    font-size: 24px;
    line-height: 28.49px;
    text-align: left;
}
.contactpage-fluid .contact-info {
	font-size: 19px;
}
.day{
    margin-bottom: .5em;
}
.leftimg-block div{
    width: 100%;
    height: 100%;
}
.cart-bodyinfos{
    flex-direction: column !important;
}
.cart-bodyinfos .product-name {
	font-size: 24px;
	line-height: 28.49px;
	text-align: left;
	height: auto;
	overflow: hidden;
	margin-top: 0;
    justify-content: left;
}
.cart-imgblock {
	width: 107px;
	height: 117px;
}
.cart-table-row img {
	width: 100%;
	aspect-ratio: 1 / 1;
	object-fit: cover;
	padding: 0;
	height: 100%;
}
.img-col{
    flex-basis: 10%;
}
.cart-table-row .product-price{
    text-align: left;
    font-family: 'Kameron Regular';
    font-size: 20px;
    line-height: 23.74px;
    text-align: left;
    margin-bottom: 2em;
}
.before-quantity{
    font-family: 'Kameron Regular';
    font-size: 20px;
    line-height: 23.74px;
    text-align: center;
    margin-right: .5em;
}
.before-price,.cartbody-price{
    font-size: 20px;
    line-height: 23.74px;
    text-align: right;
    margin-right: .5em;
    flex-basis: 50%;
}
.cartbody-price{
    width: fit-content;
}
.cart-productblock{
    display: flex;
    flex-direction: column;
}
.cart-productimg{
    cursor: pointer;
    width: 30px;
    height: 30px;
    margin: 0 0 0 auto;
}
.prices{
    display: flex;
    width: 100%;
    margin: 4em 0 0 auto;
}
.before-price{
  text-align: right;
}
.cart-table-row:last-child{
    margin-bottom: 4em;
}
.personal .cart-table-row:last-child{
    margin-bottom: 1em;
}
.cart-leftside{
    border-right: 3px solid var(--viragos-orange);
}
.suggested-title{
    font-family: "Kameron Bold";
    font-size: 24px;
    line-height: 28.49px;
    text-align: left;
}
.cart-title,.suggested-title{
    margin-bottom: 1em;
}
.cart-rightside .product-imgblock{
    width: 156px;
    height: 174px;
}
.cart-rightside .product-box{
    margin-bottom: 1em;
}
.cart-rightside .cart-btn{
    padding: 0.1em 1em;
}
.cartbody-pricetitle{
    font-family: 'Kameron Regular';
    font-size: 24px;
    line-height: 28.49px;
    text-align: right;
    padding-right: 2em;
}
.cart-btnblock{
    display: flex;
    gap: 2em;
    margin-top: 1em;
}
.back-to-btn{
    font-family: 'Kameron Regular';
    font-size: 20px;
    line-height: 23.74px;
    text-align: left;   
    text-transform: none;
    padding: 0.4em 1em;
    background: #FCECE2;
    color: var(--viragos-darkorange);
}
.continue-btn{
    font-family: 'Kameron Regular';
    font-size: 20px;
    line-height: 23.74px;
    text-align: left; 
    text-transform: none;
    padding: 0.4em 1em;
    border: 1px solid var(--viragos-darkorange);
    background-color: #FF9F60;
}
.order-row input::placeholder,.order-row textarea::placeholder{
    font-family: 'Kameron Regular';
    font-size: 24px;
    line-height: 28.49px;
    text-align: left;
    color: black;
}
.order-row input{
    height: 56px;
    padding: 1em;

}
.order-row textarea,.order-row input{
    border: 1px solid #FF7F30;
    background: #FFFFFF;
    color: #000;
    font-family: 'Kameron Regular';
    font-size: 24px;
    line-height: 28.49px;
    text-align: left;
}
.ordered-infos {
	display: flex;
	gap: .5em;
}
.ordered-price {
	margin: 0 0 0 auto;
}
.ordered-infos > div{
    margin-bottom: .5em;
}
.ordered-summ {
	display: flex;
	justify-content: space-between;
	margin: 1em 0;
}
.ordered-summary,.ordered-summamount{
    font-family: 'Kameron Bold';
    font-size: 20px;
    line-height: 23.74px;
    text-align: right;
    color: var(--viragos-darkorange);
}
.order-row .custom-checkbox p{
    font-family: 'Kameron Bold';
    font-size: 20px;
    line-height: 23.74px;
    text-align: left;
}
.order-row .custom-checkbox span,.paying-col .custom-checkbox span,.adatvedelem-row .custom-checkbox span{
	background-color: transparent;
	border: 1px solid #D95F25;
}
.paying-col {
	margin-top: 13em;
}
.paying-col .custom-checkbox p {
    font-family: 'Kameron Regular';
    font-size: 20px;
    line-height: 23.74px;
    text-align: left;
    margin-bottom: 0;    
}
.paying-col .custom-checkbox {
	background: #FCECE2;
	padding: 1em;
}
.paying-descbox{
    padding: 1em;
    background: #FFF5EF;
}
.paying-col .custom-checkbox span::after,.adatvedelem-row .custom-checkbox span::after {
	display: none;
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 23px;
	height: 23px;
	-webkit-transform: rotate(0);
	-ms-transform: rotate(0);
	transform: rotate(0);
	background: #D95F25;
	border: 1px solid #D95F25;
}
.paying-col .form-group{
    margin-bottom: 0;
}
.paying-col .order-title{
    margin-bottom: 1em;
}
.shipping-row .paying-col{
    margin-top: 0;
}
.adatvedelem-row{
    margin-top: 2em;
}

.go-to-cashier {
    font-family: 'Kameron Regular';
    font-size: 20px;
    line-height: 23.74px;
    text-align: left;
    text-transform: none;
    background: var(--viragos-darkorange);
    border: 1px solid var(--viragos-darkorange);
}
.go-to-cashier:hover{
    background: var(--viragos-orange);
    border: 1px solid var(--viragos-orange);
}
.adatvedelem-row button:not(:disabled) + .go-to-cashier{
    cursor: pointer;
}
.adatvedelem-row .form-group{
    margin-right: 1em;
}
.first-elements .product-name{
    margin-top: 0;
}
.first-elements{
    margin-left: 1em;
}
.order-table-row .cart-productblock {
	height: 100%;
	justify-content: flex-end;
}

.order-table-row .quantity-select label {
	height: 100%;
	justify-content: flex-end;
    font-family: 'Kameron Regular';
    font-size: 20px;
    line-height: 23.74px;
    text-align: left;
    text-transform: none;
    color: black;
}
.order-table-row:last-child{
    margin-bottom: 1em;
}
.order-table-row {
	margin-bottom: 2em;
	border-bottom: 3px solid #FCECE2;
	padding-bottom: 2em;
}

.order-sumtitle{
    font-family: 'Kameron Medium';
    font-size: 24px;
    font-weight: 500;
    line-height: 28.49px;
    text-align: left;    
    text-transform: uppercase;
    padding-bottom: 1em;
}
.large-title{
    font-family: 'Kameron Bold';
}
.ordersumm-carttitle{
    text-transform: uppercase;
}
.ordersumm-bigtitle{
    text-transform: uppercase;
    font-size: 32px;
    line-height: 37.98px;
    text-align: left;
}
.ordersummary-title{
font-size: 24px;
line-height: 28.49px;
text-align: left;

}
.ordersumm-btn{
    display: flex;
    padding-bottom: 4em;
}
.edit-btn{
    padding: 0.4em 3em;
    font-family: 'Kameron Regular';
    font-size: 20px;
    line-height: 23.74px;
    text-align: left;
    background: #FCECE2;
    border: 1px solid var(--viragos-darkorange);
    color: var(--viragos-darkorange);
    text-transform: none;
}
.ordersumm-infos{
    margin-bottom: .5em;
font-size: 24px;
line-height: 28.49px;
text-align: left;

}
.ordersumm-infos2{
    font-size: 20px;
    line-height: 23.74px;
    text-align: left;
    margin-bottom: .5em;
}
.order-btn{
    background: var(--viragos-darkorange);
    box-shadow: 0px 4px 4px 0px #0000001A;
    font-family: 'Montserrat Medium';
    font-size: 24px;
    line-height: 29.26px;
    text-align: center;
    color: #FFFFFF;
    text-transform: none;
    border: none;
    margin-top: 6em;
}
.order-btn:hover{
    background: var(--viragos-orange);
    border: none;
}
.product-viewcol {
	background: #FCECE2;
	padding: 2em;
    margin-left: 3em;
}
.pview-categoryblock {
	display: flex;
	gap: .5em;
}
.pview-categoryname,.pview-productname{
    font-family: 'Kameron Bold';
    font-size: 24px;
    line-height: 28.49px;
    text-align: left;    
}
.categ-row{
    margin-bottom: 1em;
}
.pview-imgblock{
    width: 368px;
    height: 393px;
}
.pview-imgblock img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.productinfos{
    padding-left: 2em;
}
.pview-pname{
    font-size: 32px;
    line-height: 37.98px;
    text-align: left;
}
.productinfos .actual-price,.productinfos .old-price{
    font-size: 32px;
    line-height: 37.98px;
    text-align: left;
}
.productinfos .actual-price{
    color: black;
}
.productinfos .old-price{
    color: var(--viragos-darkorange);
}
.quantity-arrows {
	display: flex;
	flex-direction: column;
	align-items: baseline;
	gap: 0.2em;
}
.quantity-arrows #minusz_mennyiseg, .quantity-arrows #plusz_mennyiseg {
	width: 20px;
	height: 16px;
	background: #FF9F6033;
	border: 0.3px solid #333333CC;
}
.quantity-arrows #minusz_mennyiseg .arrow-svg.back {
	transform: rotateZ(90deg);
}
.quantity-arrows #plusz_mennyiseg .arrow-svg.forward {
	transform: rotateZ(-90deg);
}
.productinfos .quantity-select input {
	height: 35px;
}
.tocart-btn{
    margin: 0;
    background: var(--viragos-orange);
    border: 1px solid var(--viragos-darkorange);
    color: #fff;
    padding: .3em 2em;
}
.tocart-btn img{
    filter: brightness(0) saturate(100%) invert(99%) sepia(99%) saturate(2%) hue-rotate(108deg) brightness(103%) contrast(100%);
}
.tocart-btn:hover{
    background: var(--viragos-darkorange);
    border: 1px solid var(--viragos-orange);
}
.categories-title{
    font-family: 'Kameron SemiBold';
    font-size: 28px;
    line-height: 18.99px;
    text-align: left;
    margin-bottom: 1em;
}
.categories-text{
    font-size: 20px;
    line-height: 18.99px;
    text-align: left;
}
#image-carousel{
    padding-top:1em;
}
#image-carousel .sale-box,#image-carousel2 .sale-box {
	left: 20px;
}
.amount{
    font-family: 'Kameron Regular';
    font-size: 20px;
    line-height: 23.74px;
    text-align: left;
    color: black;
    margin-bottom: 1em;
}
#amount,.slider-price{
    font-family: 'Ka .pricemeron Regular';
    font-size: 16px;
    font-weight: 400;
    line-height: 18.99px;
    text-align: left;
    border: none;
    color: black;
    background-color: transparent;
}
#slider-form{
    background-color: #FCECE2;
    padding: 1em;
    margin-top: 1em;
}
.slider-price{
    display: flex;
    margin-top: 2em;
}
.filter-btn{
    padding: 0.1em 1em;
    font-family: 'Kameron Regular';
    font-size: 20px;
    line-height: 18.99px;
    text-align: left;
    text-transform: none;
}
.ui-slider-handle.ui-corner-all.ui-state-default{
    border-radius: 0;
    background-color: var(--viragos-orange);
}
.ui-slider-range.ui-corner-all.ui-widget-header{
    background-color: var(--viragos-orange);
}
.third{
    position: relative;
}
.custom-imgblock{
    width: fit-content;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: -1;
}
.custom-imgblock img{
	width: 100%;
	height: 100%;
    object-fit: cover;
}
.contact-block a{
    color: black;
}

.contact-block a:hover{
    color: var(--viragos-orange);
}
.product-listcol{
    padding-left: 3em;
}
.notfound{
    font-size: 24px;
    font-family: 'Kameron Medium';
}
.elfogadja_aszf{
    margin-bottom: 0;
    align-content: center;
    margin-bottom: 0;
}
.shipping_sum,.product_sum,.order_sum{
    margin-bottom: 1em;
}
.personal .cart-table-row{
    padding: 1em;
}
.category-textbox {
	display: flex;
	flex-wrap: wrap;
	gap: .5em;
}
.category-textbox > div:not(:last-child)::after {
	content: ",";
	margin-right: .5em;
}
.productinfos .cart-btn:not([href]):hover{
    color: white !important;
}
.info-block{
    text-align: center;
    margin-bottom: 1em;
    background-color: var(--viragos-orange);
    color: white;
    padding: .5em 0;
}
.info-block p{
    margin: 0;
}
.info-block a{
    color: white;
}
.info-block a:hover{
    color: black;
}
.input-section .info-block{
    margin-top: 1em;
}

.right-contacts-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    flex-direction: column;
    right: 20px;
    bottom: 120px;
    z-index: 1000;
}

.right-contacts-icon a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    background-color: #FF9F60;
    border-radius: 50%;
    margin-bottom: 10px;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    transition: background-color 0.3s ease
}

.right-contacts-icon svg {
    width: 25px;
    height: 25px;
    cursor: pointer;
}

.right-contacts-icon a:hover,
.right-contacts-icon a:focus {
    background-color: white;
}


/*NEW CSS END*/
