@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@400..900&display=swap');

@font-face {
    font-family: 'Albra Display TRIAL';
    font-style: normal;
    font-weight: 300;
    src: local('../fonts/Albra Display TRIAL Light TRIAL'), url('../fonts/AlbraDisplayTRIAL-Light.woff') format('woff');
}
body {
	margin: 0;
    font-family: 'Roboto', serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 140%; 
    letter-spacing: 0.04em;    
	overflow-x: hidden;
    outline-style: none;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	position: relative;
    background: #111111;
    color: #FFFFFF;
}
body.search-open {
    overflow: hidden;
}
h1, h2, h3, h4, h5, h6 {
    color: #FFFFFF;
    margin-bottom: 18px;
}

.container{
	max-width: 1920px;
	padding: 0 64px;
	margin: 0 auto;
}

.container-wide{
    max-width: 1376px;
    padding: 0 64px;
	margin: 0 auto;   
}

.container-small{
	max-width: 1140px;
	padding: 0 64px;
	margin: 0 auto;
    width: 100%;
}

h1, .h1, h2, .h2{
    font-family: 'Cinzel';
    font-style: normal;
    font-weight: 400;
    font-size: 36px;
    line-height: 140%;  
}
h1, .h1 {
    text-transform: uppercase;
}

h3, .h3{
    font-style: normal;
    font-weight: 300;
    font-size: 24px;
}

h4, .h4{
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
}

h5, .h5{
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 140%;
}

h6, .h6{
    font-size: 16px;
    font-weight: 300;
    line-height: 140%; 
}
p {
    margin-bottom: 21px;
}
a {
    color: #ffffff;
    font-size: inherit;
    line-height: inherit;
    font-weight: inherit;
    text-decoration: none;
    transition: all 0.3s ease;
    cursor: pointer;

}

a:hover{
    text-decoration: none;
    color: #F79F00;
}

.link, .btn-light{
    position: relative;
    display: inline-block;
    text-decoration: none !important;
}
a.link-underline:before {
    content: '';
    background: currentColor;
    width: 100%;
    height: 1px;
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    transform: scaleX(0);
    transform-origin: right;
    transition: transform .75s cubic-bezier(.19,1,.22,1);
    transform: scaleX(1);
    transform-origin: left;
    color: #F79F00;
}
a.link-underline:hover:before {
    transform: scaleX(0);
    transform-origin: right;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
input[type="button"], input[type="reset"], input[type="submit"],
.button.primary, .btn.btn-primary ,
button, .button {
    font-family: 'Roboto', serif;  
    text-decoration: none;
    vertical-align: middle;
    position: relative;
    border: 0;
    outline: none;
    cursor: pointer;
    transition: all 0.3s ease;
    font-size: 16px;
    font-weight: 400;
    line-height: 140%;
    padding: 12px 25px;
    background-color: #FFFFFF;
    outline: none;
    border: none;
    color: #111111;
    display: inline-flex;
    align-items: center;
    border-radius: 0;
    -webkit-text-fill-color: #111111;
}
.btn-check:checked + .btn, :not(.btn-check) + .btn:active, .btn:first-child:active,
button:focus, .button:focus,
.button.primary:focus, .btn.btn-primary:focus, #header-cart .btn:focus, 
button:active, .button:active,
.button.primary:active, .btn.btn-primary:active, #header-cart .btn:active, 
button:hover, .button:hover,
.button.primary:hover, .btn.btn-primary:hover, #header-cart .btn:hover {
    background: #F79F00;
    color: #111111;
}
.button.secondary {
    border: 1px solid #fff;
    background: transparent;
    color: #fff;
    -webkit-text-fill-color: #fff;
}
.button.secondary:hover {
    background: #F79F00;
    border-color: #F79F00;
    color: #111111;
}
input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover{
    background: #F79F00;
    color: #111111;
}

.page-numbers, .page-link{
    font-family: 'Roboto', serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 19.5px;
    letter-spacing: 0.04em;
    color: #FFFFFF;
    text-align: left;
    padding: 0 3.5px;
    margin: 0 10px;
    position: relative;
    background: transparent;
    border: 0;
}

.prev.page-numbers, .next.page-numbers {
    font-size: 0;
    display: none;
}


.pagination {
    text-align: center;
    display: flex;
    justify-content: center;
}

.page-numbers:before, .page-link::before {
    content: '';
    background: currentColor;
    width: 100%;
    height: 1px;
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    opacity: 0;
}

.pagination .page-link{
    background: transparent;
    color: #FFFFFF;
    outline: none;
    box-shadow: none;
}

.page-numbers.current:before, .page-numbers:hover::before,
.page-link:hover::before, .page-item.active .page-link::before {
    opacity: 1;
}

.button-wrapper {
  margin-bottom: 20px;
}
.btn:disabled, 
.btn.disabled, 
fieldset:disabled .btn,
.btn-primary.disabled, 
.btn-primary[disabled] {
    opacity: 0.5;
}
.hide{
    display: none;
}
.form__group {
    position: relative;
    margin-top: 2rem;
}
.form__control {
    width: 100%;
    border: none;
    outline: none;
    color: black;
    padding: 0.5rem 0;
    border-bottom: 2px solid #ecf0f1;
    font-size: 1rem;
}
.form__control:focus + label, .form__control:valid + label {
    top: -1.5rem;
}
.form label {
    position: absolute;
    top: 0;
    left: 0;
    padding: 0.5rem 0;
    pointer-events: none;
    transition: top 0.2s ease;
}
input, 
select, 
select, 
optgroup, 
textarea,
.form-control {
	border: 0;
    border-bottom: 1px solid #888888;
    padding: 6px 0px;
    color: #FFFFFF;
	font-family: 'Roboto';
	font-size: 16px;
	font-weight: 300;
	line-height: 140%;
	letter-spacing: 0.04em;
	text-align: left;
    border-radius: 0;
    outline: none;
    background-color: transparent;
}

input::-webkit-input-placeholder, 
.form-control input::-webkit-input-placeholder, 
.account-page .form-control::placeholder, 
.account-content .form-control::placeholder {
    color: #FFFFFF;
    font-family: 'Roboto';
    font-size: 16px;
    font-weight: 300;
    line-height: 140%;
    letter-spacing: 0.04em;
    text-transform: capitalize;
    background-color: transparent;
}
input:-webkit-autofill::first-line {
    font-size: 16px
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill::first-line {
    font-size: 1rem;
}
textarea,
textarea.form-control {
    min-height: 144px;
    resize: none;
}
input[type="text"]:focus, 
input[type="number"]:focus, 
input[type="email"]:focus,
input[type="text"], 
input[type="number"], 
input[type="email"] {
    -webkit-box-shadow: 0 0 0px 1000px transparent inset !important;
    -webkit-background-clip: text;
    color: #ffffff;
    -webkit-text-fill-color: #FFFFFF;
}
.form-control:focus {
    background: transparent;
    border-color: #888888;
    box-shadow: none;
}
label.col-form-label {
    margin-bottom: 8px;
}
label.col-form-label, 
label {
	color: #FFFFFF;
	font-family: 'Roboto';
	font-size: 16px;
	font-weight: 300;
	line-height: 140%;
	letter-spacing: 0.04em;
	text-align: left;
	padding: 0;
	display: block;
	width: 100%;
	text-transform: capitalize;
}

label span{
	color: #FF4848;
}

.field {
    margin-bottom: 33px;
}

.invalid-feedback.d-block , .wpcf7-not-valid-tip{
    margin-top: 7px;
    margin-bottom: 0;
    text-align: left;
    width: 542px;
    max-width: 100%;
    /* height: 20px; */
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 140%;
    letter-spacing: 0.04em;
    color: #FF4848;
}

.form-control.is-invalid + .invalid-feedback.d-block, .wpcf7-not-valid-tip{
    margin-top: 8px;
    padding-left: 8px;
    display: block;
}

.was-validated .form-control:invalid, .form-control.is-invalid , input.wpcf7-not-valid {
    /* border-color: #FF4848; */
}
.form-check .form-check-input {
    margin-top: 0;
}

.form-check {
    display: flex;
    align-items: center;
}
.form-switch .form-check-input,
.form-check-input {
    padding: 0;
    width: 18px;
    height: 18px;
    border-color: #CACACA;
    cursor: pointer;
    background-color: transparent;
}
.form-check input[type="radio"] + label {
    cursor: pointer;
    text-transform: inherit;
    position: relative;
    color: #FFFFFF;
    font-weight: 300;
    padding-left: 28px;
}

.form-check input[type="radio"] + label, .form-check-input + label span{
	color: #FFFFFF;
    font-weight: 300;
}

.form-check input[type="radio"] + label:before{
	content: '';
	border-radius: 50%;
	border: 1px solid #111111;
	width: 12px;
	height: 12px;
	margin-top: 2px;
	position: absolute;
	display: inline-block;
	left: 0;
	top: 2px;
}

.form-check input[type="radio"]:checked + label:before{
    background: #111111;
}
.form-check-input:focus {
    box-shadow: none;
    outline: none;
    border-color: #FFFFFF;
}
.form-switch .form-check-input {
    width: 15px;
    height: 15px;
    background: transparent;
}
.form-check input[type="radio"],
.form-check input[type="checkbox"],
.form-check .form-check-input {
    margin-left: 0;
}
.form-check-input[type="checkbox"] {
    border-radius: 0;
}
.form-check input[type="radio"],
.form-check-input[type="radio"] {
    border: none;
    background-size: contain;
    --bs-form-check-bg-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="12" height="12" viewBox="0 0 12 12" fill="none"> <circle cx="6" cy="6" r="5.65625" stroke="black" stroke-width="0.6875"/> </svg>');
    --bs-form-check-bg: var(--bs-body-bg);
    flex-shrink: 0;
    vertical-align: top;
    appearance: none;
    background-color: var(--bs-form-check-bg);
    background-image: var(--bs-form-check-bg-image);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    transition: all 0.2s ease-in-out;
    padding: 0;
    width: 12px;
    height: 12px;
    margin-top: 0.3rem;
    cursor: pointer;
    opacity: 0;
    position: absolute;
}
.form-check input[type="radio"]:checked,
.form-check-input:checked {
    background-color: transparent;
    border-color: #111111;
    background: transparent;
}
.form-check input[type="checkbox"]:checked {
    background-color: #FFFFFF;
    border-color: #FFFFFF;
}
input[type="checkbox"]:checked,
.form-switch .form-check-input:checked,
.form-check-input:checked[type="checkbox"] {
    /* --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e"); */
    background: #FFFFFF;
}
input[type="radio"]:checked,
.form-check-input:checked[type="radio"] {
    --bs-form-check-bg-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2FFFFFF/svg" width="12" height="12" viewBox="0 0 12 12" fill="none"><circle cx="6" cy="6" r="5.65625" stroke="black" stroke-width="0.6875"/><circle cx="6" cy="6" r="4" fill="black"/></svg>');
    opacity: 0;
    position: absolute;
}
div.required .col-form-label:before, 
div.required .form-label:before {
    display: none;
}
div.required .col-form-label:after, 
div.required .form-label:after {
    content: '*';
    color: #FF4848;
    font-size: 18px;
    padding-top: 6px;
    display: inline-block;
    padding-left: 4px;
}

.select2-container--default .select2-selection--single {
    border: 0;
    border-bottom: 1px solid #CACACA;
    padding: 8px;
    color: #FFFFFF;
    font-family: 'Roboto', 'sans-serif';
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    border-radius: 0;
    height: 34px;
    background-color: transparent;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 100%;
    background-image: url(../../images/icon-select.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain ;
    width: 14px;
}
.select2-container--default .select2-selection--single[aria-expanded="true"] .select2-selection__arrow {
    transform: rotate(180deg);
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
    display: none;
}
.select2-search--dropdown .select2-search__field {
    outline: none;
    border-radius: 0;
}
.select2-container--default .select2-selection--single[aria-expanded="true"] {
    border-radius: 0;
    box-shadow: none;
    outline: none;
}
.select2-container--default .select2-selection--single[aria-expanded="true"] .select2-selection__arrow {
    transform: rotate(180deg);
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background:#888888;
    color: #fff;
    font-weight: 300;
}
.select2-results__option.select2-results__option--selectable.select2-results__option--selected {
    background: #fff;
    color: #000;
}
.select2-container--default .select2-results__option--highlighted{
    background:#888888;
}
.select2-container--default .select2-results__option.select2-results__option--selectable.select2-results__option--selected:hover {
    background: #fff; 
    color: #000; 
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    border-radius: 0;
    padding: 0;
    color: #FFFFFF;
}
.select2-results__option {
    padding: 12px 8px;
    color: #fff;
}
.select2-results__options {
    padding: 1px 0;
}
.select2-dropdown {
    border: 0;
    border-radius: 0;
    min-width: 100px;
    background: #111111;
}
main #content {
    min-height: unset;
}

.select2-search--dropdown {
    display: none;
}


/* CMS-page */
#information-information #content ul li {
    position: relative;
    padding-left: 30px;
    list-style: none;
    margin-bottom: 20px;
}

#information-information #content ul li:before {
    content: '';
    display: block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #111111;
    position: absolute;
    top: 7px;
    left: 0;
}


#information-information #content .section-image-with-text .item-inner .col-left ul li:before {
    width: 2px;
    height: 2px;
    left: 11px;
    top: 11px;
}

.swiper-pagination {
    position: static;
}
.swiper-pagination .swiper-pagination-bullet::after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:after{
    background: #FFA400;
}
.swiper-pagination .swiper-pagination-bullet {
    width: 100%;
    background: rgba(255, 255, 255, 0.6); 
    position: relative;
    height: 1px;
    margin: 0;
    opacity: 1;
    border-radius: 0;
    width: 30px;
    transition: width 0.3s;
}
.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{
    width: 60px;
}
#alert .alert a {
    color: #F79F00;
}
.magnify-mobile {
    display: none;
}
div#account-wishlist {
    padding-bottom: 0px;
}
#account-wishlist .category-description-bottom {
    background: #262828;
    margin-top: 61px;
    padding: 56px 0 64px;
}
.account-success #common-success {
    background: #111111;
    overflow: hidden;
    position: relative;
    padding-top: 260px;
    padding-bottom: 238px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-bottom: 1px solid #F79F00;
}
.account-success #common-success:after {
    content: '';
    position: absolute;
    bottom: 9px;
    border-bottom: 1px solid #F79F00;
    width: 100%;
    left: 0;
}
.account-success main {
    display: flex;
}
.account-success #common-success #content .order_infomation-text .title {
    text-align: center;
}
.account-success #common-success #content .title {
    font-size: 36px;
    line-height: 140%;
    margin-bottom: 41px;
    margin-top: 72px;
    font-family: 'Cinzel';
    text-transform: uppercase;
    letter-spacing: 0.04em;
}
.account-success #common-success #content {
    max-width: 834px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    padding: 0;
    width: 100%;
    position: relative;
}
.account-success #common-success #content .question a,
.account-success #common-success #content .order_info, 
.account-success #common-success #content p,
.account-success #common-success #content .messenger {
    margin: 0 0 16px;
    font-size: 16px;
    font-weight: 300;
    line-height: 140%;
    letter-spacing: 0.04em;
}
.account-success #common-success #content .order_info {
    font-size: 20px;
    color: #ffffff;
    font-weight: 400;    
    text-transform: capitalize;
}
.account-success #common-success #content .messenger {
    display: none;
}
.account-success #common-success #content .order_infomation-content {
    max-width: 534px;
    margin: 0 auto;
}
.account-success #common-success #content .order_infomation-content .button {
    width: 100%;
    justify-content: center;
    text-align: center;
    margin-top: 7px;
}
@media (min-width: 1200px) {
    div#account-wishlist .product-thumb h4 {
        margin: 25px 0 7px;
    }
}

@media (max-width: 1199px){
    .container-wide,
    .container-small,
    .container{
        padding: 0 24px;
    }
}
@media (max-width: 767px){
    #information-information #content ul li {
        padding-left: 25px;
    }

    #information-information #content ul li:before {
        top: 9px;
    }
    div#account-wishlist {
        padding-top: 132px;
    }
    body.account-wishlist h1 {
        margin-bottom: 60px;
    }
    #account-wishlist .category-description-bottom {
        background: transparent;
        margin-top: 106px;
        padding: 56px 0 0px;
    }
    div#account-wishlist {
        padding-bottom: 56px;
    }
    .account-success #common-success {
        padding-top: 151px;
        padding-bottom: 151px;
    }
    .account-success #common-success #content .title {
        margin-bottom: 60px;
    }
}