/*
Theme Name: Shopping Arena
Author: Portalworks
Version: 1.0.0
Text Domain: shopping-arena
*/

/***************************************************
                      FONTS
***************************************************/
/* abel-regular - latin */
@font-face {
    font-display: swap;
    /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Abel';
    font-style: normal;
    font-weight: 400;
    src: url('fonts/abel-v18-latin-regular.woff2') format('woff2');
    /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* bungee-shade-regular - latin */
@font-face {
    font-display: swap;
    /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Bungee Shade';
    font-style: normal;
    font-weight: 400;
    src: url('fonts/bungee-shade-v11-latin-regular.woff2') format('woff2');
    /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/***************************************************
                  BODY AND HTML
***************************************************/
body {
    font-family: var(--font-primary);
}

html {
    scroll-behavior: smooth;
}

/***************************************************
                      ROOT
***************************************************/
:root {
    --red: #ad1433;
    --blue: #62799a;
    --light-blue: #5b778d;
    --font-primary: 'Abel';
    --font-secondary: 'Bungee Shade';
}

/***************************************************
                PREDEFINED CLASSES
***************************************************/
.bg-red {
    background: var(--red);
}

.bg-blue {
    background: var(--blue);
}

.bg-white {
    background: #ffffff;
}

.bg-light-blue {
    background: var(--light-blue);
}

.color-blue {
    color: var(--blue);
}

.color-red {
    color: var(--red);
}

.color-light-blue {
    color: var(--light-blue);
}

.color-white {
    color: #ffffff;
}

.rebeka-traits a{
	color: #000000;
}
.rebeka-traits p {
    font-size: unset;
    margin-bottom: 0px;
}
.rebeka-traits a:hover{
	color: var(--red);
}
.editor a {
    color: #000000;
    text-decoration: underline;
}
.captcha-div span{
	height: 47px;
	display: inline-block;
}
.editor a:hover {
    color: var(--red);
}

.btn-custom {
    border: 1px solid var(--red);
    border-radius: 0px;
    position: relative;
    font-size: 34px;
    padding: 0.35rem 1rem;
    z-index: 100;
    transition: 0s all;
    text-decoration: none;
}

.btn-custom:hover {
    color: #fff;
    background: var(--red);
}

.btn-custom:focus {}

.btn-custom:hover::after {
    background: var(--red);
}

.btn-custom:focus-visible::after {
    background: #ffffff;
}

.btn-custom::after {
    content: "";
    position: absolute;
    width: 30px;
    height: 30px;
    border-top: 0px solid var(--red);
    border-bottom: 1px solid var(--red);
    border-left: 0px solid var(--red);
    border-right: 1px solid var(--red);
    top: 100%;
    left: 50%;
    margin-left: -15px;
    margin-top: -14px;
    transform: rotate(45deg);
    background: #ffffff;
    z-index: 99;
}

h2 {
    font-size: 36px;
}

p {
    font-size: 25px;
    line-height: 1.2;
}

/***************************************************
                    HEADER
***************************************************/
.section-padding {
    padding-top: 45px;
    padding-bottom: 25px;
}
.captcha-div p{
	font-size: 22px !important;
}
.section-padding-sm {
    padding-top: 45px;
    padding-bottom: 25px;
}

.logo {
    max-width: 850px;
}

.logo img {
    width: 100%;
    height: auto;
}

.carousel-section .carousel-item {
    max-height: 355px;
    width: 100%;
}

.carousel-section .carousel-item img {
    object-fit: cover;
    width: 100%;
    height: 100%
}

.carousel-section .adress-slide {
    font-size: 24px;
    font-weight: 400;
    padding: 0px 10px;
}

.scroll {
    margin-bottom: 30px;
}

/***************************************************
                    MAP
***************************************************/
.numbers-box {
    font-size: 25px;
    z-index: 3;
	width: calc(100% + 10px);
	position: relative;
	left: -10px;
}

ol {
    counter-reset: item;
    margin-left: 0;
    padding-left: 0;
    padding: 30px 10px 50px 10px;
    margin-bottom: 0px;
	border: 2px solid var(--red);
	width: 100%;
	z-index: 2;
	background: #ffffff;
	position: relative;
	font-size: 18px;
}
.ol-wrap{
	width:70%;
	z-index: 3;
}
.numbers-box .button-box{
	width: 30%;
}
ol li {
    display: block;
    margin-bottom: .1em;
    margin-left: 1.2em;
}

ol li::before {
    display: inline-block;
    content: counter(item) "";
    counter-increment: item;
    width: 1.2em;
    margin-left: -1.2em;
    color: var(--red);
    margin-right: 10px;
    text-align: end;
}

.numbers-box a {
    background: var(--red);
    text-decoration: none;
    width: 100%;
    padding: 10px 10px;
    display: block;
    text-align: center;
    font-size: 35px;
}

.numbers-box a:hover {
    color: #ffffff;
}

.map-box {
    z-index: 1111;
    position: relative;
}

.maps-box {
    padding: 10px;
    border: 2px solid var(--red);
    position: relative;
    z-index: 2
}

.red-overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 1;
}

.red-overlay::after {
    content: "";
    right: -6.5px;
    bottom: 3px;
    width: 14px;
    height: 14px;
    position: absolute;
    background: var(--red);
    transform: rotate(45deg);
}

.red-overlay::before {
    content: "";
    left: 3px;
    top: -6.5px;
    width: 14px;
    height: 14px;
    position: absolute;
    background: var(--red);
    transform: rotate(45deg);
}

/***************************************************
                    HAUS 1
***************************************************/
.haus-1-box {
    padding: 20px 20px 50px 20px;
    border: 2px solid var(--light-blue);
    position: relative;
    z-index: 2;
}

.haus-1-box .text-box h3 {
    font-size: 36px;
    font-family: var(--font-secondary);
}

.haus-1-box .img-wrap {
    width: 100%;
    height: auto;
    max-height: 100%;
}

.under-haus {
    font-size: 28px;
}

.haus-1-box .img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.blue-overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 1;
}

.blue-overlay::after {
    content: "";
    right: -6.5px;
    bottom: 3px;
    width: 14px;
    height: 14px;
    position: absolute;
    background: var(--light-blue);
    transform: rotate(45deg);
}

.blue-overlay::before {
    content: "";
    left: 3px;
    top: -7px;
    width: 14px;
    height: 14px;
    position: absolute;
    background: var(--light-blue);
    transform: rotate(45deg);
}

.side-img-wrap {
    width: 100%;
    height: 210px;
    border-top: 1px solid var(--light-blue);
    border-right: 1px solid var(--light-blue);
    position: relative;
}
.side-img-wrap-red{
	border-top: 1px solid var(--red);
    border-right: 1px solid var(--red);
}
.side-img-wrap img {
    object-fit: cover;
    height: 100%;
    width: 100%;
    z-index: 2;
    position: relative;
}
.side-img-wrap::after{
    content: '';
    width: 100%;
    height: 1px;
    position: absolute;
    left: 0;
    top: 0;
    background: var(--red);
    z-index: 3;
}
.side-img-wrap::before{
    content: '';
    width: 1px;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    background: var(--red);
    z-index: 3;
}
.text-box-under {
    font-size: 16px;
    line-height: 1.3;
}

/***************************************************
                    HAUS 2
***************************************************/
.haus-2-box {
    border: 2px solid var(--red);
}

.side-wrap-2 {
    position: relative;
    top: -1px;
}
.blueimage .side-img-wrap::before,
.blueimage .side-img-wrap::after{
	background: var(--light-blue);
}
.blueimage .side-img-wrap::before{
	width: 2px;
}
.blueimage .side-img-wrap::after{
	height: 2px;
}
.side-wrap-2 .side-img-wrap {
    border-top: none;
    border-right: none;
}
.side-wrap-2 .red-overlay::before {
    content: "";
    left: 4px;
    top: -8px;
    width: 15px;
    height: 15px;
    position: absolute;
    background: var(--red);
    transform: rotate(45deg);
}

.wpcf7-list-item input {
    appearance: none;
    -webkit-appearance: none;
}

.side-wrap-2 .red-overlay::after {
    content: "";
    right: -7.5px;
    bottom: 3.5px;
    width: 15px;
    height: 15px;
    position: absolute;
    background: var(--red);
    transform: rotate(45deg);
}

.move-up {
    padding-bottom: 30px;
}

/* custom checkbox styling for contact form 7 checkbox */
span.wpcf7-list-item {
    display: inline-block;
    margin: 0;
}

.wpcf7 .wpcf7-list-item {
    display: block;
    margin-bottom: 10px;
}

.wpcf7-checkbox {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    gap: 21px;
}

.wpcf7-checkbox label {
    position: relative;
    cursor: pointer;
}

input[type="checkbox"] {
    background: transparent !important;
    border-radius: 0px !important;
    border: 1px solid var(--red);
    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
    cursor: pointer;
}

input[type="checkbox"]::before {
    content: "";
    width: 15px;
    height: 15px;
    transform: scale(0);
    transition: 120ms transform ease-in-out;
    box-shadow: inset 1em 1em var(--form-control-color);
    display: block;
}

input[type="checkbox"]:checked::before {
    transform: scale(1);
}

input[type="checkbox"]::before {
    background-color: var(--red);
}

.wpcf7-list-item label {
    display: flex;
    justify-content: center;
    align-items: flex-start;
}


input[type="radio"] {
    background: transparent !important;
    border-radius: 0px !important;
    border: 1px solid var(--red);
    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
    cursor: pointer;
}

.wpcf7-radio {
    display: flex;
    gap: 20px;
    font-size: 22px;
}

input[type="radio"]::before {
    content: "";
    width: 15px;
    height: 15px;
    transform: scale(0);
    transition: 120ms transform ease-in-out;
    box-shadow: inset 1em 1em var(--form-control-color);
    display: block;
}

.wpcf7-radio .wpcf7-list-item {
    display: flex;
    justify-content: center;
    align-items: flex-start;
}

input[type="radio"]:checked::before {
    transform: scale(1);
}

input[type="radio"]::before {
    background-color: var(--red);
}

.form-check-input:focus {
    box-shadow: none;
    border-color: var(--red);
}

.form-check-input:checked {
    border-color: var(--red);
}

.checkbox-wrap {
    gap: 20px;
}

.wpcf7-checkbox {
    font-size: 22px;
}

.form-check-input[type="checkbox"] {
    border-radius: 0px;
}

.checkbox-item {
    font-size: 22px;
}

.form-check-input {
    margin-top: 0px;
    margin-right: 10px;
}

.col-lg-6 .input-wrap p {
    display: flex;
    justify-content: center;
    align-items: center;
}

.text-for-check p {
    font-size: 22px;
    margin-bottom: 20px;
}

.checkbox-wrap2 {
    margin-top: 40px;
}

input[type="text"],
input[type="email"],
input[type="tel"] {
    z-index: 2;
    position: relative;
    border-radius: 0px;
    font-size: 22px;
    border: 1px solid var(--red);
    color: #000000 !important;
}

.input-group p {
    width: 100%;
    margin-bottom: 0px;
    position: relative;
}

.input-group {
    margin-bottom: 20px;
}

.input-group .wpcf7-not-valid-tip {
    left: 0;
    bottom: -75px;
    position: absolute;
    font-size: 16px;
    width: 300px;
}

input[type="text"]::placeholder,
input[type="tel"]::placeholder,
input[type="email"]::placeholder {
    color: #000000;
}

.form-control:focus {
    box-shadow: none;
    border-color: var(--red);
}

.wrap-row .row .col-12:nth-child(2) .input-group .wpcf7-not-valid-tip,
.wrap-row .row .col-12:nth-child(4) .input-group .wpcf7-not-valid-tip,
.wrap-row .row .col-12:nth-child(6) .input-group .wpcf7-not-valid-tip {
    bottom: -27px;
}

.wrap-row {
    margin-left: 10px;
    margin-top: 20px;
}

.btn-accept-custom {
    background: var(--red);
    text-decoration: none;
    width: auto;
    min-width: 290px;
    padding: 10px 10px;
    display: block;
    text-align: center;
    font-size: 22px;
    color: #ffffff;
    border: 2px solid var(--red);
}

.btn-accept-custom:hover {
    color: #000000;
    background: #ffffff;
}

.text-for-check a {
    color: #000000;
}

.text-for-check a:hover {
    color: var(--red);
}

.input-wrap .text-for-check {
    font-size: 15px;
}

form .row .col-lg-10:nth-child(2) .row .col-lg-5:first-child {
    margin-top: 30px;
}

/***************************************************
                    WOMAN
***************************************************/
.wrap-woman .image-box {
    width: 160px;
    height: 170px;
}

.wrap-woman .image-box img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.rebeka-text {
    min-height: 170px;
    font-size: 18px;
}

.name-rebeka {
    margin-top: 10px;
}

.livit-image-wrap {
    width: 200px;
    height: auto;
}

.livit-image-wrap img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

/***************************************************
                    FOOTER
***************************************************/
footer ul {
    list-style-type: none;
    gap: 15px;
}

footer li {
    margin: 0;
    position: relative;
    color: #ffffff;
    font-size: 22px;

}

footer li:not(:last-child)::after {
    content: "/";
    position: absolute;
    right: -12.5px;
    /* Adjust the position of the slash as needed */
}

footer a {
    text-decoration: none;
    color: #ffffff;
}

footer a:hover {
    color: #000000;
}

/***************************************************
                    RESPONSIVE
***************************************************/
/***************************************************
                   RESPONSIVE SM
***************************************************/
@media (min-width: 576px) {

    /**************************
     Form
**************************/
    .input-wrap .text-for-check {
        font-size: 22px;
    }
}

/***************************************************
                   RESPONSIVE MD
***************************************************/
@media (min-width: 768px) {

    /**************************
    Pre-Defined Classes
**************************/
    h2 {
        font-size: 46px;
    }

	ol {
		padding: 30px 10px 50px 10px;
		column-count: 2;
	}
    /**************************
    Haus 1
**************************/
    .haus-1-box .text-box h3 {
        font-size: 46px;
    }

    .text-box-under {
        font-size: 18px;
    }
	.rebeka-text {
		font-size: 22px;
	}
}

/***************************************************
                   RESPONSIVE LG
***************************************************/
@media (min-width: 992px) {

    /**************************
    Pre-Defined Classes
**************************/
    h2 {
        font-size: 60px;
    }

    p {
        font-size: 36px;
    }
	.carousel-section .adress-slide {
		font-size: 30px;
		padding: 0px 20px;
	}
    .section-padding {
        padding-top: 95px;
        padding-bottom: 65px;
    }

    .move-up {
        position: relative;
        padding-bottom: 0px;
    }

    .section-padding-sm {
        padding-top: 0px;
        padding-bottom: 25px;
    }

    /**************************
     Map
**************************/
    .maps-box {
        padding: 30px;
    }
	.numbers-box {
		border: 2px solid var(--red);
		width: auto;
		left: unset;
	}
	ol{
		border: none;
		width: unset;
		padding: 30px 20px 50px 30px;
		column-count: 1;
		font-size: 25px;
	}
	.ol-wrap{
		width: unset;
	}
	.numbers-box .button-box{
		width: unset;
	}
}
    /**************************
     Haus 1
**************************/
    .haus-1-box {
        padding: 50px 50px 100px 50px;
    }

    .haus-1-box .text-box h3 {
        font-size: 60px;
    }

    .side-img-wrap {
        height: 310px;
    }

    .text-box-under {
        font-size: 22px;
    }

    /**************************
     Haus 2
**************************/
    .side-wrap-2 {
        top: 10px;
    }

    /**************************
     Form
**************************/
    .checkbox-wrap2 {
        margin-top: 60px;
    }

    form .row .col-lg-10:nth-child(2) .row .col-lg-5:first-child {
        margin-top: 0px;
    }
}

/***************************************************
                   RESPONSIVE XL
***************************************************/
@media (min-width: 1200px) {

    /**************************
     Map
**************************/
    .numbers-box {
        min-width: 350px;
    }

    /**************************
     Form
**************************/
    .row .col-lg-5:nth-child(2) .checkbox-item2 {
        margin-left: 10px;
    }

    .carousel-section .adress-slide {
        font-size: 36px;
    }


}

/***************************************************
                   RESPONSIVE XXL
***************************************************/
@media (min-width: 1400px) {
	.custom-container{
		max-width: 1710px;
	}
}