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

body {
    font-family: "Montserrat Regular", serif;
    color: black;
    background-color: #FFFCF8;
}

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

.addedToCart_layer .alert-success {
    background-color: var(--custom-pagebg);
    border-color: var(--custom-pagebg);
    color: black;
    font-family: 'Montserrat Medium', serif;
    font-size: 16px;
}

.addedToCart_layer .alert-success a {
    color: black;
}

.addedToCart_layer.act {
    display: block;
}

.light.cc_dialog {
    padding: 1em 1.5em !important;
    max-width: 90% !important;
}

:root {
    --custom-pagebg:#FFFAF2;
    --custom-pagesbg:#FBF4E8;
    --custom-primarycolor:#98B2CB;
    --carousel-height: 600px;
    --wide-img-height: 503px;
}

svg {
    fill: gray;
}

.svg-white {
    fill: #fff;
}

a:hover {
    text-decoration: none;
}

.custom-checkbox {
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
    align-items: center;
}
.sh_py_row{
    margin-top: 3em;
}
.sh_py_row .order-title{
    margin: 1em 0 1em 0 !important;
}
.custom-checkbox p{
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0;
    margin-bottom: 0 !important;
    padding-left: .5em !important;
}
.custom-checkbox .shpy_p {
    font-family: 'Montserrat Medium', serif;
    font-size: 20px;
    line-height: 24.38px;
    letter-spacing: 0;
    margin-bottom: 0;
    padding-left: .5em !important;
}
.custom-checkbox:has(p){
    margin-bottom: .5em;
}

.custom-checkbox input {
    position: absolute;
    width: 0;
    height: 0;
    opacity: 0;
}

.custom-checkbox input:checked ~ span::after {
    display: block;
}

.navbar-toggler {
    border-color: rgba(0, 0, 0, 0.1);
}


.cart-user-group .dropdown a:hover,
.pwd-reminder:hover,
.profile-navigation a:hover,
.profile-navigation a.active,
a:hover{
    color: var(--custom-primarycolor);
    transition: all .3s ease;
}

.carousel-item img {
    display: block;
    width: 100%;
    height: var(--carousel-height);
    object-fit: cover;
}

.logos,
.under-carousel {
    background-color: white;
    padding-top: 3em;
    padding-bottom: 3em;
}

.under-carousel h3 {
    font-family: "Montserrat Bold", serif;
    text-transform: uppercase;
    color: black;
    font-size: 16px;
    margin-bottom: .2em;
}

.under-carousel p {
    font-size: 14px;
}

.product-block {
    width: 100%;
}

.product-title {
    font-family: "Raleway Black";
    color: black;
    text-transform: uppercase;
    font-size: 16px;
    height: 2.2em;
    overflow: hidden;
    display: flex;
    align-items: center;
}

.price-desc {
    display: none;
}

.product-image {
    width: 100%;
    aspect-ratio: 1 / 1;
    -webkit-box-shadow: 0 5px 13px -7px gray;
    -moz-box-shadow: 0 5px 13px -7px gray;
    box-shadow: 0 5px 13px -7px gray;
    display: block;
    object-fit: contain;
}

.discount-badge {
    background-color: black;
    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: black;
    position: absolute;
    bottom: 0;
    right: 0;
    height: 4px;
    width: 155px;
}

.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: black;
    width: 620px;
}

.famous-title.related .line {
    width: 715px;
}

.controls {
    display: flex;
}

.controls>div {
    border: 1px solid black;
    width: 45px;
    height: 38px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.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: black;
    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: var(--custom-primarycolor);
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    color: #fff !important;
    font-family: 'Montserrat SemiBold';
    font-size: 20px;
    line-height: 29.26px;
    letter-spacing: 0;
    padding: .6em 1em;
    display: flex;
    justify-content: space-between;
}

.category-list {
    background-color: var(--custom-primarycolor);
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    padding: .3em 1em;
}

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

.category-toggler.main-toggler {
    background-color: transparent;
    color: #000;
}

.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", serif;
    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: gray;
}

.logos img {
    width: 100%;
    max-height: 70px;
    object-fit: contain;
}

.logos {
    margin-top: 4em;
}

footer {
    background-color: #FFFCF8;
    padding-top: 2em;
    padding-bottom: 1.8em;
    color: black;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0;
    
}

footer a ,
footer a:hover {
    color: black;
}

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

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

.aktualis-img {
    width: 100%;
}

#lightSliderProducts .product-block {
    padding-left: 5px;
    padding-right: 5px;
}

.category-link ~ .sub-menu,
.category-link ~ .dropdown-list {
    padding-left: 1em;
}

.form-group {
    margin-bottom: 1.5em;
}

textarea {
    resize: vertical;
}

form label:not(.form-group) {
    font-size: 18px;
    line-height: 27px;
    letter-spacing: 0;
}


.heading {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 219px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #FBF4E8;
}
/*.heading:has(h2){*/
/*    min-height: 409px;*/
/*}*/

.heading.contactus {
    background-image: url('../images/bg-boubles-subheader.png');
}

.heading h1 {
    font-family: "Montserrat Bold", serif;
    font-size: 55px;
    line-height: 78px;
    letter-spacing: 0;
    text-align: left;
    color: #242424;
}
.heading h2{
    font-family: 'Montserrat SemiBold', serif;
    font-size: 28px;
    line-height: 39px;
    letter-spacing: 0;
    text-align: left;
}

.grey-block {
    background-color: lightgray;
    padding: 3em 2.5em;
}

.grey-block .logo-block {
    margin-bottom: 2.5em;
}

.static-content h1,
.static-content h2,
.static-content h3,
.static-content h4,
.static-content h5,
.static-content h6 {
    font-family: "Montserrat Bold", serif;
    color: black;
}

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

.cart-dot {
    width: 15px;
    height: 15px;
    background-color: lightgray;
    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: 91px;
	height: 38px;
	text-align: center;
	outline: none;
	background-color: transparent;
	border: 1px solid #000000;
	border-radius: 5px;
	box-shadow: 0 0 4px 0 #00000040;
	font-size: 20px;
	line-height: 30px;
	letter-spacing: 0;
	padding-right: 1em;
}

.cart-table-head {
    padding: 1em 0;
    margin: 0;
    background-color: white;
    border-top: 1px solid #f3f3f3;
    border-bottom-width: 2px;
    font-family: "Montserrat Bold", serif;
    font-size: 14px;
}

.section-title.grey {
    color: gray;
}

.section-title.grey {
    margin-bottom: 1.5em;
    padding-top: 1.5em;
    border-top: 1px solid gray;
}
.red-button.invert {
    color: #f00;
    background-color: transparent;
    border: 1px solid #f00;
}

.order-title {
    font-family: 'Montserrat SemiBold';
    font-size: 32px;
    line-height: 48px;
    letter-spacing: 0;
}

.input-section {
    padding: 4.5em 15px 2.5em 15px;
}

.mobile-header {
    display: none;
}

.order-title svg {
    fill: #f00;
    height: 20px;
}

.order-summary .input-section p {
    font-size: 18px;
}

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

.svg-container {
    width: 21px;
    height: 21px;
    text-align: center;
    margin-right: 25px;
    aspect-ratio: 1/1;
}
.svg-container img{
    vertical-align: baseline;

}

.arrow-svg {
    height: 14px;
}

.arrow-svg.back {
    transform: rotateZ(180deg);
}

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 a {
    display: block;
}

.cart-link {
    position: relative;
}


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

.pagination .page-link {
    font-size: 12pt;
    color: gray;
    border: 1px solid var(--custom-primarycolor);
    width: 30px;
    height: 30px;
    aspect-ratio: 1 / 1;
    display: flex;
    justify-content: center;
    align-items: center;
}

.pagination .page-link:hover {
    background-color: gray;
}

.pagination .page-item {
    margin-left: 10px;
    margin-right: 10px;
}

.page-item.active .page-link {
    color: #fff;
    background-color: var(--custom-primarycolor);
    border-color: var(--custom-primarycolor);
}

.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;
    background-color: var(--custom-primarycolor);
    border-radius: 10px;
    margin-right: 1em;
}

.sort-icon svg {
    fill: #fff;
}

.filter_form select {
    appearance: none;
    background: none;
    border: none;
    font-size: 13px;
    font-family: 'Montserrat Regular';
    font-weight: 400;
    font-size: 20px;
}

.filter_form select option {
    font-size: initial;
}

.small-images img,
#dynamic {
    cursor: pointer;
}

.desc-title {
    font-family: "Roboto Medium";
    font-size: 30px;
    border-top: 1px solid gray;
    padding-top: 1em;
    margin-top: 1em;
}

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

.attribute {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: 16px;
    /*font-family: "Roboto Medium";*/
    padding: .5em;
}

.attr-prodview-list {
    border: 2px solid #fff;
    object-fit: cover;
    margin-top: 25px;
    border-radius: 15px;
    box-shadow: 0 0 20px 0 #0000001F;
    padding: 20px 15px;
    font-family: "Montserrat Regular";
    font-size: 18px;
    letter-spacing: 0;
    color: black;
}

.attr-name {
    font-family: "Montserrat Medium", serif;
    width: 150px;
    font-size: 17px;
}

.attribute > div:last-of-type {
    width: calc(100% - 150px);
}

.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: gray;
    font-size: 23px;
}

.product-view .red-button {
    border: none;
    padding-left: 3rem;
    padding-right: 3rem;
}

.font-select,
.select-column .form-control {
    border-color: #000;
    width: 50%;
    box-shadow: none;
}

.product-text-input {
    border: 1px solid #000;
    padding: 0.5em;
}

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

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

.hidden {
    display: none;
}


.thanks-order-title {
    min-height: 70vh;
    color: black;
    font-family: "Montserrat Black";
    font-size: 30px !important;
    text-transform: uppercase;
}

.regular-text{
    font-family: 'Montserrat Regular';
    font-weight: 400;
    font-size: 20px;
    line-height: 26px;
    letter-spacing: 0;
}

.category-img {
    width: 100%;
    height: 170px;
    object-fit: cover;
    margin-bottom: 1.5rem;
}

.accordion h3 {
    font-size: 17px;
    text-transform: none !important;
}

.order-info {
    margin: 0;
}

.order-info p {
    font-size: 14px;
    margin-bottom: .7em;
}

.order-info h3 {
    font-family: "Montserrat Bold", serif;
    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: white;
}

.accordion .collapse-arrow {
    position: absolute;
    right: 10px;
    top: 32px;
}

.accordion .card-header p {
    color: black;
    text-decoration: none;
}

.accordion .status,
.accordion .full-price {
    font-family: "Montserrat Bold", serif;
}

.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%;
    background-color: #fbf4e8;
}

/*GDEKOR CSS START*/
.sidesection-fluid{
    margin: 6em auto;
}
.logo-block {
    width: 181px;
    height: 76px;
}
.respo-img{
    width: 100%;
    height: 100%;
}
.respo-img.wof{
    object-fit: cover;
}
.respo-img.woc{
    object-fit: contain;
}
.navbar-nav{
    width: 100%;
}
.navbar-brand{
    margin-right: 7rem;
}
.navbar-nav .firstflex,.navbar-nav .secondflex{
    display: flex;
    flex-direction: row;
    gap: 0 15px;
}
.searchbtn {
	border: 0;
	background-color: transparent;
	width: 38px;
	height: 31px;
	position: absolute;
	top: 50%;
	right: 10px;
	transform: translateY(-50%);
}
.searchbar{
    position: relative;
    flex: 1;
    margin-right: 2em;
}
.search_form,.search_form input{
    width: 100%;
    height: 55px;
    font-family: 'OpenSans Regular';
    font-size: 20px;
    line-height: 27.24px;
    letter-spacing: 0;
}
.search_form input{
    padding: 1em;
    border-radius: 5px;
    border: 1px solid #C1C1C1
}
.search_form input::placeholder{
    opacity: 1;
    color: black;
}

#contact_form_content_page select,
.forgot_mail input,
form textarea {
    background-color: white;
    border: 1px solid #C1C1C1;
    border-radius: 5px;
    padding: .5em 1.5em;
    font-family: 'OpenSans Regular';
    font-size: 20px;
    line-height: 27.24px;
    letter-spacing: 0;
}
#cart_step_2_form input,#cart_step_2_form textarea,#login_form input,#personal_Datas input,
#personal_Datas_2 input{
    padding: .5em;
    font-family: 'Montserrat Regular';
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0;
    color: black;
    height: 55px;
    box-shadow: 0 0 4px 0 #00000040;
    border: 1px solid #D9D9D9;
    border-radius: 5px;
}
#cart_step_2_form textarea{
    height: auto;
}
#cart_step_2_form input::placeholder,#cart_step_2_form textarea::placeholder,#login_form input::placeholder,
#personal_Datas input::placeholder, #personal_Datas_2 input::placeholder{
    font-family: 'Montserrat Regular';
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0;
    color: #666666;
}
.cart-sum-table {
	padding: 3.5em 3.5em 0 3.5em;
	background-color: white;
	border-radius: 5px;
	margin: 3.5em auto 3.5em auto;
}
.cart-sum-table .cart-table-row{
    gap: 1em;
    flex-wrap: nowrap;
}
.quantity-span {
    font-family: 'Montserrat Regular';
    font-weight: 400;
    font-size: 20px;
    line-height: 24.38px;
    letter-spacing: 0;
}
.cart-sum-table .product-newprice {
	margin-bottom: .5em;
}
.cart-sum-table .cart-table-row {
	padding: 1.5em 15px !important;
}
.cart-sum-table .cart-table-row:last-child{
    border-bottom: 1px solid #e7e7e7;
}
.input-section p{
    margin-bottom: .5em;
}
.order-medium{
    font-family: 'Montserrat Medium', serif;
    font-size: 20px;
    line-height: 25.6px;
    letter-spacing: -0.9px;
}
.custom-mtop{
    margin-top: 1em;
}
.order-subtitle{
    font-family: 'Montserrat SemiBold';
    font-size: 20px;
    line-height: 25.6px;
    letter-spacing: -0.9px;
}
.order-sum-subtitle{
    font-family: 'Montserrat Medium', serif;
    font-size: 20px;
    line-height: 24.38px;
    letter-spacing: 0;
    text-align: left;
    margin-bottom: .2em;
}
#cart_step_2_form .form-group label{
    font-size: 18px;
    line-height: 27px;
    letter-spacing: 0;
    text-transform: none;
    margin-bottom: .5em;
    text-shadow: rgb(217, 217, 217) 1px 0 0, rgb(217, 217, 217) 0.540302px 0.841471px 0,
    rgb(217, 217, 217) -0.416147px 0.909297px 0, rgb(217, 217, 217) -0.989993px 0.14112px 0,
    rgb(217, 217, 217) -0.653644px -0.756803px 0, rgb(217, 217, 217) 0.283662px -0.958924px 0,
    rgb(217, 217, 217) 0.96017px -0.279416px 0;
}
#cart_step_2_form .form-group:has(.custom-checkbox){
    margin-bottom: .5em;
}
.header-group{
    position: relative;
    display: flex;
    align-items: center;
    flex: 1 1 100%;
}
.cart-user-group button:has(img),.cart-user-group a:has(img){
    width: 45px;
    height: 45px;
    flex-shrink: 0;
    padding: 0;
}

.social:hover,
.cart-user-group button:has(img):hover img,.cart-user-group a:has(img):hover img,.searchbtn:hover img{
    filter: brightness(0) saturate(100%) invert(73%) sepia(9%) saturate(931%) hue-rotate(168deg) brightness(99%) contrast(79%);
    transition: all .3s ease-in-out;
}
.cart-user-group a:has(img):hover img ~ .product-count{
    color: var(--custom-primarycolor);
    border: 1px solid var(--custom-primarycolor);
    transition: .3s all ease-in-out;
}

.cart-user-group {
    display: flex;
    justify-content: space-between;
    flex: 0 1 10%;
}
.header-fluid{
    background-color: var(--custom-pagebg);
    padding-bottom: 8px;
}
.cart-link .product-count {
	width: 24px;
	height: 24px;
	aspect-ratio: 1 / 1;
	border-radius: 50%;
	background-color: white;
	color: black;
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: -4px;
	right: -8px;
	border: 1px solid black;
	font-family: 'OpenSans SemiBold';
	font-weight: 600;
	font-size: 15px;
	line-height: 20.43px;
	letter-spacing: 0;
}

.nav-link,.profilom-nav {
    text-align: center;
    font-family: 'Montserrat SemiBold';
    font-size: 20px;
    line-height: 29.26px;
    letter-spacing: 0;
    color: black;
}
.profilom-nav{
    text-align: left;
}
.navbar-expand-lg .navbar-nav .nav-link {
    padding: .5em 1em;
}

.firstflex .nav-item:first-child.home .nav-link{
    color: white !important;
}
.firstflex .nav-item:first-child{
    background-color: var(--custom-primarycolor);
    border-radius: 10px;
}
.firstflex .nav-item:first-child .nav-link{
    color: white;
}
.nav-link:hover {
    color: var(--custom-primarycolor);
}
.nav-item.current a{
    color: var(--custom-primarycolor);
}
.nav-item{
    position: relative;
    z-index: 3;
}
.hero-leftcol{
    background-color: var(--custom-primarycolor);
    border-radius: 10px;
    padding: 2em 1.5em;
    position: relative;
    z-index: 2;
}

.hero-limg{
    margin-right: 1em;
    height: 22px;
    width: 22px;
    flex-shrink: 0;
}
.hero-limg img{
    vertical-align: baseline;
}
.category-link {
    font-family: 'Montserrat Regular';
    font-size: 16px;
    line-height: 1;
    letter-spacing: 0;
    color: #fff;
    display: flex;
    align-items: center;
    cursor: pointer;
    width: 100%;
    justify-content: space-between;
    align-content: space-between;
    margin-bottom: 1em;
}

.category-link a {
    font-family: 'Montserrat Regular';
    color: #fff;
}

.arrow-svg {
    fill: #fff;
    flex-shrink: 0;
}


.category-link:hover,.category-link:hover img {
    color: black !important;
    filter: brightness(0);
    transition: all .3s ease;
}

.hero-leftcol::before {
	content: "";
	position: absolute;
	left: 0;
	top: -90px;
	background-color: var(--custom-primarycolor);
	height: 500px;
	width: 65%;
	z-index: -2;
	border-radius: 10px;
}
#carouselTop{
    border-radius: 10px;
    overflow: hidden;
}
#carouselTop::before{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #EEF6FF80;
    z-index: 1;
}
.carousel-caption {
	right: 0;
	bottom: 0;
	left: 0;
	top: 0;
	text-align: left;
	padding: 3em 2.5em 1em 2.5em;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.carousel-caption-title,
.carousel-caption h1 {
    font-family: 'Montserrat Bold';
    font-size: 32px;
    line-height: 39.01px;
    letter-spacing: 0;
    color: black;    
}

.carousel-caption p {
    font-family: 'Montserrat SemiBold';
    font-size: 20px;
    line-height: 24.38px;
    letter-spacing: 0;
    margin-top: 1em;
    color: black;
}
.button-block{
    display: flex;
}
.standard-btn{
    font-family: 'Montserrat Bold';
    font-size: 20px;
    line-height: 24.38px;
    letter-spacing: 0;
    color: white;
    background-color: #3C3A3B;
    box-shadow: 0 0 10px 0 #00000026;
    border: 0;
    border-radius: 5px;
    padding: 0.8em 1em;
}

.carousel-caption .button-block{
    margin-top: 1em;
}

.carousel-caption a {
    padding: 0.8em 1em;
}

.standard-btn:hover{
    transform: scale(1.009);
    color: black;
    background-color: var(--custom-primarycolor);
    transition: all .3s ease;
}
.carousel-control-prev,.carousel-control-next{
    z-index: 10;
    width: 41px;
	height: 89px;
	top: 50%;
	transform: translateY(-50%);
	background: white;
	opacity: 1;
	box-shadow: 3px 4px 4px 0 #00000040;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    cursor: pointer;
}
.carousel-control-next{
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}
.carousel-arrow{
    width: 18px;
    height: 18px;
}
.carousel-arrow img{
    vertical-align: baseline;
}
.carousel-arrow.right{
    transform: rotate(180deg);
}
.carousel-footer {
	display: flex;
}
.footer-card{
    padding: 3em 2em;
    background-color: white;
    text-align: center;
    border-radius: 10px;
    color: black;
    margin-right: 1em;
    font-family: 'Montserrat SemiBold';
    font-size: 14px;
    line-height: 17.07px;
    letter-spacing: 0;
    box-shadow: 0 4px 4px 0 #00000040;
}
.hero-fluid{
    background-color: var(--custom-pagesbg);
    padding-top: 1.5em;
    padding-bottom: 1.5em;
}
.hero-onmobile,.cart-user-mobile{
    display: none;
}

.section-title {
    font-family: 'Montserrat Bold';
    font-size: 36px;
    line-height: 43.88px;
    letter-spacing: 0;
    color: black;    
    margin-bottom: .5em;
}
.section-text{
    font-family: 'Montserrat Regular';
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 0;
}
.section-img{
    width: 100%;
    height: 486px;
}

.onesection-fluid{
    position: relative;
    overflow: hidden;
    margin-top: 1em;
    margin-bottom: 1em;
}

.section-btns{
    display: flex;
    margin-top: 2em;
    gap: 0 2em;
}
.section-subtitle{
    font-family: 'Montserrat SemiBold';
    font-size: 20px;
    line-height: 26px;
    letter-spacing: 0;
    margin-bottom: .5em;
}
.medium-subtitle,.profilom-title{
    font-family: 'Montserrat Medium', serif;
    font-size: 20px;
    line-height: 26px;
    letter-spacing: 0;
    margin-bottom: .5em;
    color: black;
}
.read-morebtn{
    background-color: #4F75B4;
}
.prop-btn{
    background-color: #1E91DA;
}
.secondblock-img{
    position: absolute;
    left: 0;
    top: 0;
    width: 50%;
    height: 100%;
    opacity: .1;
}
.onesection-fluid .secondblock-img:nth-child(2){
    left: 50%;
}
.services-img{
    width: 100%;
    height: 617px;
    border-radius: 10px;
    overflow: hidden;
}
.service-img{
    width: 100% !important;
    height: 250px;
    border-radius: 30px;
    overflow: hidden;
    box-shadow: 0 0 4px 0 #00000040;

}
.services-box:hover .service-img{
    box-shadow: 0 0 15px 0 #E3098166;
    transition: .3s all ease;
}
.services-box{
    display: block;
    margin-bottom: 3em;
}
.service-name{
    font-family: 'Montserrat Bold';
    font-size: 24px;
    line-height: 29.26px;
    letter-spacing: 0;
    margin-top: .5em;
    color: #000;
}
.scustom-row{
    justify-content: space-evenly;
}
.whyus-box{
    margin-top: 2em;
}
.whyusimg{
    width: 100%;
    max-width: 575px;
    height: 670px;
    border-radius: 5px;
    overflow: hidden;
}
.whyus-icon{
    width: 42px;
    height: 42px;
    margin-bottom: .5em;
}
.whyus-subtitle{
    font-size: 20px;
    line-height: 26px;
}
.whyus-text{
    font-family: 'Montserrat Bold';
    font-size: 20px;
    line-height: 28px;
    letter-spacing: 0;
}
.services-fluid {
	padding: 8em 15px 9em 15px;
    margin: 0 auto;
    position: relative;
    background-image: url('../images/service-bg.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover; 
}
.whyus-desc{
    font-size: 16px;
    line-height: 20.8px;
    letter-spacing: 0;
}
.prop-fluid{
    position: relative;
    padding: 3em 15px;
    background-image: url('../images/quotation-row-bg.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover; 
}
.prop-img{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: .5;
}
.product-btnblock {
	display: flex;
}
.cart-btn{
    width: 100%;
    padding: 0;
    height: 55px;
    text-align: center;
    align-content: center;
    background-color: var(--custom-primarycolor);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
}
.cart-btn:hover{
    background-color: #4F75B4;
    color: white;
}
.product-box {
	position: relative;
	width: 100%;
	box-shadow: 0 0 20px 0 #0000001F;
	border-radius: 30px;
	padding: 1.4em 1.2em 1.2em 1.2em;
    margin-bottom: 2em;
    background-color: white;
}
.product-badge {
	width: fit-content;
	padding: 0.6em;
	background-color: #FF008CE5;
	color: white;
	border-radius: 5px;
	position: absolute;
    text-transform: uppercase;
	left: 5px;
	top: 5px;
}
.product-img {
	position: relative;
	width: 100%;
	height: 232px;
}
.product-img a:hover::before,.blog-img a:hover::before{
    content: "";
    left: 0;
    top: 0;
    position:absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(200,200,200,.5);
    transition: all .3s ease;
}
.product-name {
	font-family: 'Montserrat Bold';
	font-size: 16px;
	line-height: 22.4px;
	letter-spacing: 0;
	margin-bottom: .5em;
	height: 70px;
	overflow: hidden;
	text-align: left;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    color: black;
}
.product-name:hover{
    color: var(--custom-primarycolor);
    transition: .3s all ease;
}
.price,.new-price {
    font-family: 'Montserrat SemiBold';
	font-size: 20px;
	line-height: 28px;
	letter-spacing: 0;
}
.old-price{
    text-decoration: line-through;
    font-family: 'Montserrat Regular';
}
.total-block {
	gap: 4em;
    align-items: center;
    padding-top: 2.5em !important;
    padding-bottom: 2.5em !important;
}
.cart-last{
    padding: 2.5em 15px 4em 15px;
}
.divider-border{
    border-bottom: 1px solid black;
}
.total-block .medium-subtitle{
    margin-bottom: 0;
}
.cart .cart-table-row:last-child{
    border-bottom: 1px solid #E7E7E7;
}
.cart-nextbtn{
    background-color: #1E91DA;

}
.new-price{
    color: #E3094E;
}
.product-newprice{
    display: flex;
    gap: 0 1em;
    margin-bottom: 1em;
}
.product-price{
    margin-bottom: 1em;
}
.product-fluid{
    margin: 9em auto;
}
.blog-fluid{
    padding-top: 11em;
    padding-bottom: 11em;
    background-image: url('../images/blog-bg.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.blog-img{
    width: 100%;
    height: 300px;
    position: relative;
}
.label-container {
    display: flex;
    flex-wrap: wrap;
    gap: 0.7em;
    margin-top: 1.5em;
}
.blog-label {
	padding: .5em;
	background-color: #51A9E8;
	width: fit-content;
	color: white;
	font-family: 'Montserrat Bold';
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 0;
}
.blog-title{
    font-family: 'Montserrat Bold';
    font-size: 20px;
    line-height: 28px;
    letter-spacing: 0;
    margin-bottom: 1em;
    margin-top: 1em;
    color: black;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    overflow: hidden;
}
.blog-title:hover{
    color: var(--custom-primarycolor);
    transition: all .3s ease;
}
.blog-text{
    font-size: 16px;
    line-height: 20.8px;
    letter-spacing: 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    min-height: 83px;
}
.blog-btn-block{
    margin-top: 2em;
    margin-bottom: 2em;
}
.blog-btn{
    background-color: transparent;
    color: #1E91DA;
    border: 1px solid #1E91DA;
}
.blog-btn:hover,.allblog-btn:hover,.allsales-btn:hover{
    background-color: #1E91DA;
    color: white;
}
.blog-btn:hover img{
    filter: brightness(0) saturate(100%) invert(100%) sepia(1%) saturate(7472%) hue-rotate(181deg) brightness(104%) contrast(101%);
}
.allblog-btn{
    background-color: #4F75B4;
}
.button-row{
    margin-top: 2em;
}
.sales-fluid{
    margin: 5.5em auto;
}
.contact-img{
    width: 100%;
    height: 100%;
    border-radius: 5px;
    overflow: hidden;
}
.contact-fluid{
    position: relative;
    overflow: hidden;
    padding: 6.5em 15px;
}
.contactbg{
    position:absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transform: scale(2);
}
.contactbg::before{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #C0B8A980;
}
#contact_form_content_page input,#contact_form_content_page textarea, #contact_form_content_page select {
    border: 1px solid #000000;
    box-shadow: 0 0 4px 0 #00000040;
    border-radius: 5px;
    padding-left: 1em;
    font-family: 'Montserrat Regular';
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0;
    padding-top: 1em;
    padding-bottom: 1em;
}
#contact_form_content_page input::placeholder,#contact_form_content_page textarea::placeholder{
    font-family: 'Montserrat Regular';
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0;
    opacity: .5;
}
.custom-checkbox span {
	display: inline-block;
	width: 25px;
	height: 25px;
	aspect-ratio: 1 / 1;
	background-color: #fff;
	margin-right: .5em;
	position: relative;
	cursor: pointer;
	box-shadow: 0 0 4px 0 #00000069;
	border-radius: 3px;
}
.contact-subtitle{
    font-size: 18px;
    line-height: 27px;
    letter-spacing: 0;
    margin-bottom: 1em;
}
.contact-title{
    font-size: 40px;
    line-height: 48px;
    letter-spacing: 0;
    margin-bottom: .5em;
}
.custom-checkbox input:checked ~ span {
	background-color: #1E91DA;
}
.custom-checkbox span::after {
	display: none;
	content: "";
	position: absolute;
	left: 8px;
	top: 4px;
	width: 9px;
	height: 13px;
	border-width: 0 2px 2px 0;
	-ms-transform: rotate(40deg);
	transform: rotate(40deg);
}
.custom-checkbox a{
    font-family: 'Montserrat Bold';
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0;
    color: black;
}
.custom-checkbox a:hover{
    color: #4F75B4;
    transition: .3s all ease;
}
.send-btn{
    background-color: #1E91DA;
}
.send-btn:hover{
    background-color: #4F75B4;
    color: white;
}
.footer-logo-block{
    width: 100%;
    height: 197px;
}
.ccustom-col{
    padding-left: 2em;
}
.menu-title{
    font-family: 'Montserrat SemiBold';
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0;
    margin-bottom: .5em;
}
.allrights{
    display: flex;
    gap: 2em;
}
.allrights a{
    text-decoration: underline;
}
footer a:hover{
    color: #1E91DA;
}
.block_img{
    width: 250px;
    height: 78px;
    object-fit: contain !important;
}

.block_img img {
    object-fit: contain !important;
}
.allrights div{
    font-size: 14px;
    line-height: 21px;
    letter-spacing: 0;
}
.created{
    font-size: 14px;
    line-height: 17.07px;
    letter-spacing: 0;
    margin-top: 1em;
}
.created a{
    font-family: 'Montserrat Bold';
    font-size: 14px;
    line-height: 17.07px;
    letter-spacing: 0;
}
.allright-row{
    margin-top: .5em;
    border-top: 1px solid #C0B8A9;
    border-bottom: 1px solid #C0B8A9;
}
.siderow {
	margin: 2em auto;
}

.aboutusicons {
    background-image: url("../images/abooutus-design.png");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 5em;
    padding-bottom: 5em;
}
.about-firstimg{
    width: 100%;
    height: 486px;
    box-shadow: 0 0 4px 0 #00000040;
    border-radius: 5px;
    overflow: hidden;
}
.box-img {
	width: 120px;
	height: 120px;
	margin: 0 auto;
}
.block-title{
    font-family: 'Montserrat SemiBold';
    font-size: 24px;
    line-height: 29.26px;
    letter-spacing: 0;
    text-align: center;
    margin-bottom: .5em;
    margin-top: .5em;
}
.block-text{
    font-family: 'Montserrat SemiBold';
    font-size: 16px;
    line-height: 20.8px;
    letter-spacing: 0;
    text-align: center;
}
.ourteam-img{
    width: 100%;
    height: 400px;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
}


.galleryv-fluid {
    margin-top: 3em;
    margin-bottom: 3em;
}

.ourteam-fluid {
    background-image: url("../images/teams-bg.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 6em;
    padding-bottom: 6em;
}
.ourteam-fluid div .ourteam-img::before{
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    opacity: 0;
    transition: all .3s ease;
}
.ourteam-fluid div:nth-child(odd) .ourteam-img:hover::before{
    opacity: 1;
    transition: .3s all ease;
    background: #FF008C66;

}
.ourteam-fluid div:nth-child(even) .ourteam-img:hover::before{
    opacity: 1;
    transition: .3s all ease;
    background: #1E91DA66 !important;

}
.ctop-text{
    margin-bottom: 1em;
}
.contact-item-title{
    font-family: 'Montserrat Bold';
    font-size: 24px;
    line-height: 29.26px;
    letter-spacing: 0;
}
.contact-item {
	font-family: 'Montserrat Bold';
	font-size: 20px;
	line-height: 26px;
	letter-spacing: 0;
	display: flex;
	align-items: center;
    margin: 2.5em auto 5em auto;
}
.contact-item a{
    color: black;
}
.contact-item a:hover{
    color: #1E91DA;
    transition: .3s all ease;
}
.contact-item .svg-container{
    width: 50px;
    height: 50px;
}
.contact-item_footer {
	display: flex;
	flex-direction: column;
	gap: 0.5em;
}
.contactp-fluid{
    background-color: #FFFAF2;
    background-image: none !important;
}
.large-price{
    font-size: 24px;
    line-height: 25.6px;
    letter-spacing: -0.9px;
    display: flex;
    gap:3em;
}
.cart-head-img{
	width: 157px;
	height: 157px;
	border-radius: 5px;
	overflow: hidden;
}
.prev-order-head img {
    border-radius: 5px;
}
.row.cart-table-row {
	align-items: center;
	border-top: 1px solid #E7E7E7;
    padding: 2.5em 15px;
    gap: 2em;
}

.cart-big-fluid {
    background-color: var(--custom-pagebg);
    padding-top: 4em;
}

.product-list {
    background-color: var(--custom-pagebg); 
}

.personal-fluid {
    background-color: var(--custom-pagebg); 
}

.login-fluid {
    background-color: var(--custom-pagebg);
    padding-bottom: 3em;
}

.cart-border {
    background-color: var(--custom-pagebg);
}

.cart-first-step {
	padding: 3.5em 3.5em 0 3.5em;
	background-color: white;
	border-radius: 5px;
}
.quantity-title{
    font-family: 'Montserrat SemiBold';
    font-size: 16px;
    line-height: 19.5px;
    letter-spacing: 0;
    text-align: left;
    margin-bottom: .5em;
}
.cart-newprice,.cart-product-price{
    margin-bottom: 0;
}
.cart_delete_prod_in_cart {
	background: #F8F8F8;
	border: 0.6px solid #F1F1F1;
	border-radius: 50%;
	width: 32px;
	height: 32px;
	padding: 0;
    margin-right: 2em;
    position: relative;
    overflow: hidden;
    transition: all .3s ease;
}
.cart_delete_prod_in_cart:hover::before{
    opacity: 1;
    bottom: 0;
    transition: all .3s ease;
}
.cart_delete_prod_in_cart::before {
    content: "";
    left: 0;
    bottom: -50px;
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(100,100,100,.6);
    opacity: 0;
    transition: all .3s ease;
}
.cart_delete_prod_in_cart img{
    vertical-align: baseline;
}
.cart-fbody{
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}
.cart-product-name {
	font-size: 20px;
	line-height: 28px;
	letter-spacing: 0;
	text-align: left;
    height: auto;
}
.quantity-arrows {
	transform: rotate(-90deg);
	position: relative;
	left: -35px;
	height: fit-content;
	top: 7px;
}
.cart_minus img{
    transform: rotate(-90deg);
    cursor: pointer;
}
.cart_plus img{
    transform: rotate(90deg);
    cursor: pointer;
}
.custom-colleft{
    padding-left: 4.5em;
}
.custom-colright{
    padding-right: 4.5em;
}
#cart_step_2_form .custom-checkbox span::after {
	display: none;
	content: "";
	position: absolute;
	left: 8px;
	top: 4px;
	width: 9px;
	height: 13px;
	border: solid white;
	border-width: 0 2px 2px 0;
	-ms-transform: rotate(40deg);
	transform: rotate(40deg);
}
.custom-checkbox input:checked ~ p {
	font-family: 'Montserrat SemiBold';
    font-size: 20px;
    line-height: 24.38px;
    letter-spacing: 0;
}
.custom_desc{
    height: 0;
    overflow: hidden;
    font-family: 'Montserrat Medium', serif;
    font-size: 16px;
    line-height: 19.5px;
    letter-spacing: 0;
}
.custom-checkbox:has(input:checked) ~ .custom_desc{
    height: 100%;
    transition: .5s all ease;
}
#cart_step_2_form .elfogadja_aszf_text{
    font-family: 'Montserrat Medium', serif;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0;
}
.gotocashier-box{
    margin: 3em auto 4em auto;
}

.go-to-cashier {
    color: #fff;
    font-family: 'OpenSans Bold';
    font-size: 20px;
    line-height: 27.24px;
    letter-spacing: 0;
    cursor: pointer;
    background: #1E91DA;
}
.order-btn{
    background: #1E91DA;
}
.button-col{
    margin-top: 3em;
}
.more-datas-text{
    font-size: 16px;
    line-height: 19.5px;
    letter-spacing: 0;
}
.login-client{
    padding-top: 4em;
    margin-bottom: 4em;
}
.login-block,.reg-block {
	background: #FAFAFA;
	box-shadow: 0 0 12px 0 #0000001F;
	padding: 2em;
}
.login-block .section-title{
    font-size: 40px;
    margin-bottom: .8em !important;
}
.login-btn{
    background: #4F75B4;
}
.pwd-reminder{
    font-family: 'Montserrat Medium', serif;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0;
    color: #4F75B4;
}
.pwd-reminder:hover{
    color: black;
}
.shipping-datas-title{
    font-family: 'Montserrat SemiBold';
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0;
    margin-bottom: 1em;
    margin-top: .5em;
}
.reg-btn{
    background-color: #fff;
    border: 3px solid #4F75B4;
    color: #4F75B4;
}
.reg-btn:hover{
    background-color: #4F75B4;
    color: white;
}
.personal.orders .row.cart-table-row {
	gap: 0;
}
#login_form .form-group:has(.custom-checkbox){
    margin-bottom: .5em;
}
.custom-collleft{
    padding-left: 2em;
}
.custom-collright{
    padding-right: 2em;
}
.save-btn{
    background-color: #4F75B4;
}

/*Gallery*/
.gallery-lbox {
    margin: 3em 3em 3em auto;
}
.galleryimgs {
	width: 100%;
	height: 400px;
	position: relative;
    display: flex;
}
.gallerylimg {
	position: absolute;
	width: 100%;
	height: 100%;
	border-radius: 5px;
	overflow: hidden;
	box-shadow: 0 0 4px 0 #00000040;
}
.galleryimgs .gallerylimg:nth-child(1) {
	z-index: 3;
}
.galleryimgs .gallerylimg:nth-child(2) {
	right: -20px;
	top: -20px;
	z-index: 2;
}
.galleryimgs .gallerylimg:nth-child(3) {
	top: -40px;
	right: -40px;
	z-index: 1;
}
.gallerytitle{
    font-family: 'Montserrat SemiBold';
    font-size: 24px;
    line-height: 29.26px;
    letter-spacing: 0;
    margin: .5em auto;
}
.gallerydesc{
    font-family: 'Montserrat SemiBold';
    font-size: 16px;
    line-height: 20.8px;
    letter-spacing: 0;
    margin-bottom: 1em;
}
.gallery-lbtn{
    background-color: #4F75B4;
}
.gallery-lbtn:hover{
    color: white;
}
.gallery-fluid{
    margin: 9em auto;
}

.galleryv-desc{
    font-size: 24px;
    line-height: 31.2px;
}
.galleryv-box{
    margin: 2em auto 1em auto;
}
.galleryv-img{
    height: 280px;
    width: 100%;
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0 0 4px 0 #00000040;

}
/*Gallery*/

.heading.sidepage {
    background-image: url('../images/bg-boubles-subheader.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.contact-fluid {
    background-image: url('../images/contact-bg.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover; 
}

.gallery-fluid {
    background-color: #fffcf8;
}

.cbackground-img-ed{
    background-image: url('../images/home-one-imgbg.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover; 
    display: flex;
    align-items: center;
    justify-content: center;
}

.cbackground-img-ed img {
    max-width: 442px;
}

.extra-rowp {
    padding-top: 7em;
    padding-bottom: 7em;
}

.boxshadow {
    box-shadow: 0 0 4px 0 #00000040;
    border-radius: 10px;
}

.whyus-col-right {
    background-image: url('../images/whyus-bg.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover; 
}

.light-link img {

    box-shadow: 0 0 4px 0 #00000040;
    border-radius: 5px;
    height: 280px;
}

.hero-leftbox .category-link {
    justify-content: flex-start;
}

.heading.productheader {
    min-height: 221px;
}

.heading.productheader h1 {
    font-size: 50px;
    line-height: 1;
}

.heading.productheader h2 {
    font-size: 24px;
    line-height: 1;
}

.product-view-fluid {
    background-color: var(--custom-pagebg);
    padding-top: 4em;
}

.productview-conti {
    background-color: #fff;
    border-radius: 5px;
    padding: 3em 1.5em !important;
}

.product-big-image {
    width: 100%;
    border-radius: 5px;
    border: 10px solid #fff;
    object-fit: cover;
    box-shadow: 0 0 20px 0 #0000001F;
    aspect-ratio: 1 / 1;
    margin-bottom: 25px;
}


.small-images {
    display: flex;
    justify-content: flex-start;
    gap: 12px;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
}

.small-images .small-image {
    aspect-ratio: 1 / 1;
    width: 30%;
}

.small-images img {
    width: 100%;
    height: 100%;
    border-radius: 5px;
    border: 10px solid #fff;
    object-fit: cover;
    box-shadow: 0 0 20px 0 #0000001F;
}

.productview-name {
    font-family: "Montserrat SemiBold", serif;
    font-size: 40px;
    line-height: 100%;
    letter-spacing: 0;
    color: #242424;
}

.product-desc-part {
    padding-left: 4em;
}

.product-view-fluid .actual-price {
    font-family: "Montserrat Bold", serif;
    font-size: 25px;
}

.product-view-fluid .old-price {
    text-decoration: line-through;
    font-size: 17px;
}

.text-font-block label,
.select-column label {
    font-family: "Montserrat Bold", serif;
}

.dropdown-btn {
    border: 1px solid #000;
    padding: 0.5em;
    border-radius: 0.2em;
    min-width: 150px;
    text-align: left;
}

.attr-collapse label,
#collapseMaterial label {
    color: #fff;
    font-size: 16px !important;
}

.custom-file-label::after {
    content: "Megnyitás";
}

select[name="sorting"] option,
select.form-control option {
    font-family: Century Gothic, Arial, sans-serif;
}

.category-link div[aria-expanded="true"],
.category-link .collapse-btn[aria-expanded="true"] {
    transform: rotate(90deg);
}

.foxpost-row {
    display: none;
}

.foxpost-row.act {
    display: block;
    transition: all .4s ease-in;
}

.foxpost_location {
    opacity: 0;
    height: 0px;
}

.foxpost-group {
    display: flex;
    flex-direction: column;
}

.foxpost-group.has-error small,
.foxpost-group.has-error label {
    color: #b70100;
}

.foxpost-group.has-error small {
    font-weight: bold;
    font-size: 16px;
}

.custom-checkbox input:disabled ~ * {
    opacity: 0.3;
}

.social {
    padding: 3px;
}

.social svg {
    height: 39px;
}

.breadcrumb {
  background-color: transparent;
  padding-left: 5px;
  padding-right: 5px;
}

.breadcrumb-item,
.breadcrumb-item a {
    color: #242424 !important;
}

.hero-category-toggler,
.hero-category-box {
    background-color: #029FE2 !important;
}

.error_message_kupon,
.success_message_kupon {
    display: none;
    font-weight: bold;
}

.error_message_kupon {
    color: #f00;
}

.success_message_kupon {
    color: #080;
}

/*GDEKOR CSS END*/
