@media (min-width: 1024px) {
    .form select {
        width: 380px !important;
        font-size: 16px;
        line-height: 16px;
    }
}

h2 {
    letter-spacing: 2px;
}

.layerWrapper {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .7);
    z-index: 998;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.layer {
    z-index: 10001;
    width: 80%;
    height: 30%;
    padding: 20px;
    background-color: #FFF;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: relative;
}

.layer p {
    font-size: 18px;
    font-weight: bold;
}

@media (min-width: 768px) {
    .layer {
        width: 50%;
        height: 50%;
    }

    .layer p {
        font-size: 24px;
    }
}


.layer #closeLayer {
    position: absolute;
    right: 25px;
    top: 25px;
    cursor: pointer;
}

.layer #closeLayer:before {
    content: '';
    display: inline-block;
    width: 30px;
    height: 30px;
    background: url(assets/img/icon-x.svg) no-repeat right center;
    background-size: 30px auto;
    vertical-align: middle;
}

.form select {
    display: block;
    border: 2px solid #000;
    padding: 10px 20px;
    margin: 10px 0;
    color: #000;
    width: 100%;
    height: 43px;
    background: url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0Ljk1IDEwIj48ZGVmcz48c3R5bGU+LmNscy0xe2ZpbGw6I2ZmZjt9LmNscy0ye2ZpbGw6IzQ0NDt9PC9zdHlsZT48L2RlZnM+PHRpdGxlPmFycm93czwvdGl0bGU+PHJlY3QgY2xhc3M9ImNscy0xIiB3aWR0aD0iNC45NSIgaGVpZ2h0PSIxMCIvPjxwb2x5Z29uIGNsYXNzPSJjbHMtMiIgcG9pbnRzPSIxLjQxIDQuNjcgMi40OCAzLjE4IDMuNTQgNC42NyAxLjQxIDQuNjciLz48cG9seWdvbiBjbGFzcz0iY2xzLTIiIHBvaW50cz0iMy41NCA1LjMzIDIuNDggNi44MiAxLjQxIDUuMzMgMy41NCA1LjMzIi8+PC9zdmc+) no-repeat right 3px center;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
}

.form input{
    -webkit-border-radius: 0; /* Safari 3-4, iOS 1-3.2, Android 1.6- */
    -moz-border-radius: 0; /* Firefox 1-3.6 */
    border-radius: 0 !important; /* Opera 10.5, IE 9, Safari 5, Chrome, Firefox 4, iOS 4, Android 2.1+ */
}

.custom-combobox .ui-button{
    background: url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0Ljk1IDEwIj48ZGVmcz48c3R5bGU+LmNscy0xe2ZpbGw6I2ZmZjt9LmNscy0ye2ZpbGw6IzQ0NDt9PC9zdHlsZT48L2RlZnM+PHRpdGxlPmFycm93czwvdGl0bGU+PHJlY3QgY2xhc3M9ImNscy0xIiB3aWR0aD0iNC45NSIgaGVpZ2h0PSIxMCIvPjxwb2x5Z29uIGNsYXNzPSJjbHMtMiIgcG9pbnRzPSIxLjQxIDQuNjcgMi40OCAzLjE4IDMuNTQgNC42NyAxLjQxIDQuNjciLz48cG9seWdvbiBjbGFzcz0iY2xzLTIiIHBvaW50cz0iMy41NCA1LjMzIDIuNDggNi44MiAxLjQxIDUuMzMgMy41NCA1LjMzIi8+PC9zdmc+) no-repeat right 3px center !important;
    border: none !important;
    background-color: transparent;
    top: 2px;
    right: 3px;
    height: calc(100% - 4px);
}
.custom-combobox .ui-button .ui-icon{
    background: none !important;
}

.custom-combobox a:hover, .custom-combobox .ui-state-hover a:link, .custom-combobox .ui-state-hover a:visited, .custom-combobox .ui-state-focus a, .custom-combobox .ui-state-focus a:hover, .custom-combobox .ui-state-focus a:link, .custom-combobox .ui-state-focus a:visited, .custom-combobox a.ui-button:hover, .custom-combobox a.ui-button:focus {
    color: transparent;
    text-decoration: none;
}

textarea,
input.text,
input[type="text"],
input[type="button"],
input[type="submit"],
.input-checkbox {
    -webkit-appearance: none;
}

input:disabled, select:disabled,
.btn.disabled,
.readonly {
    background-color: #ccc;
    opacity: .7;
}

.qs-datepicker-container {
    width: 100% !important;
}

.wpcf7-form-control-wrap {
    display: block;
}

.file-upload-label {
    width: 100% !important;
}

.btn {
    display: inline-block;
    border: 2px solid #000;
    padding: 15px 30px;
    margin: 30px 0;
    color: #fff;
    font-weight: bold;
    background: #000;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 16px;
}

div.btn {
    cursor: pointer;
}

.checkbox-wrapper .wpcf7-list-item-label {
    float: left;
    margin-left: 10px;
    width: 90%;
}

@media (min-width: 768px) {
    .row-full label {
        width: 780px;
    }

    .row-full label span, .row-full label input {
        width: 100% !important;
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    .form .row-full label {
        width: 100% !important;
    }
}

.checkbox-wrapper label input {
    float: left;
    margin: 0 !important;
}

.btn.submit-form {
    cursor: pointer;
}

.btn.wpcf7-not-valid {
    background-color: red;
}

.custom-combobox {
    position: relative;
}

.custom-combobox-toggle {
    position: absolute !important;
    top: 0;
    bottom: 0;
    right: 0;
    margin-left: -1px;
    padding: 0 !important;
    border: 2px solid black !important;
    margin-right: -1px !important;
}

.custom-combobox-input {
    margin: 0;
    padding: 5px 10px;
}

.file-error {
    color: red;
}

.form .terms-conditions-checkbox span.wpcf7-not-valid-tip, .form .privacy-checkbox span.wpcf7-not-valid-tip, .file-error {
    font-size: 16px;
    display: block;
}

.form .terms-conditions-checkbox input[type=checkbox], .form .privacy-checkbox input[type=checkbox], .form .marketing-checkbox input[type=checkbox] {
    display: inline-block;
}

.form .wpcf7-repeater-item {
    margin: 0 !important;
}

.checkbox-wrapper {
    display: inline-block;
    margin-right: 60px;
}

.checkbox-wrapper .wpcf7-list-item-label {
    color: #555;
    text-transform: initial;
    font-weight: normal;
}

.checkbox-wrapper label {
    display: flex;
    align-items: flex-start;
    width: auto !important;
}

.checkbox-wrapper a {
    text-decoration: underline;
}

select {
    font-size: 16px;
    padding: 10px;
    background-color: #FFF;
}

.btn {
    position: relative;
}

.btn-wrapper {
    display: flex;
    align-items: center;
}

.file-chosen {
    margin-left: 10px;
    text-transform: initial;
    font-weight: initial;
    word-break: break-word;
}

.count {
    position: absolute;
    width: 0;
    height: 2px;
    bottom: 0;
    left: 0;
    background: #ccc;
}

.form select.wpcf7-not-valid {
    border-color: #fa0000;
}

.tab {
    overflow: hidden;
    display: flex;
    justify-content: center;
}

.tab button {
    background-color: inherit;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    transition: 0.3s;
    font-size: 17px;
    color: #7f7f7f;
    border-bottom: 1px solid transparent;
}

.tab button.active {
    border-bottom: 1px solid #000;
    color: #000;
}

.tabcontent {
    display: none;
    padding: 30px;
}

.tabcontent li {
    list-style: initial;
}


@media (min-width: 768px) and (max-width: 1024px) {
    .row.address .city-label {
        width: 46%;
        margin-left: 2%;
        margin-right: 2%;
    }

    .row.address .zip-label, .row.address .country-label {
        width: 25%;
    }
}

@media (min-width: 1024px) {
    .row.address .city {
        width: 363px;
    }

    .row.address .city-label {
        margin-left: 2%;
        margin-right: 2%;
    }

    .row.address .zip, .row.address .country {
        width: 185px;
    }

    .form .row.address .zip-label, .form .row.address .country-label {
        margin: 0;
    }
}

 .product-list .collection li .txt span {

            display: block !important;

        }