@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=DM+Serif+Text:ital@0;1&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+Display:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Source+Serif+Pro:ital,wght@0,200;0,300;0,400;0,600;0,700;0,900;1,200;1,300;1,400;1,600;1,700;1,900&display=swap');
:root {
    --default: #89878c;
    --alt-default: #87858a;
    --secondary: #3c3c3b;
    --hov-secondary: #232323;
    --tertiary: #c6c6c6;
    --fourth: #5a5c63;
    --fifth: #b0b0b0;
    --light-blue: #e2f3f4;
    --black: black;
    --white: white;
    --error: #E61D34;
    --dark-error: #a64647;
    --gray: #f0f0f0;
    --font-family: 'Roboto', sans-serif;
    --body-size: 14px;
}
::selection {
    color: var(--white);
    background: var(--primary);
}
html,
body {
    overflow-x: hidden;
}
html.not-overflow,
body.not-overflow {
    overflow-x: unset;
}
body {
    color: var(--default);
    font-size: var(--body-size);
    line-height: 1.25;
    font-weight: 400;
    font-family: var(--font-family);
}
.grecaptcha-badge {
    display: none;
}
.text-email {
    width: 13.2em;
    vertical-align: text-bottom;
}
a,
a:hover {
    color: inherit;
}
a.text-primary:focus,
a.text-primary:hover,
a.text-primary.hov-text-hov-primary:focus,
a.text-primary.hov-text-hov-primary:hover {
    color: var(--hov-primary) !important;
}
p:last-child {
    margin-bottom: 0;
}
.pe-none {
    pointer-events: none;
}
.pe-all {
    pointer-events: all;
}
.btn {
    border-radius: 0;
    font-family: 'DM Serif Text', serif;
    font-size: inherit;
}
body.gr .btn {
    font-family: 'Source Serif Pro', serif;
}
.btn.btn-underline {
    padding: 0;
    line-height: 1.2;
    border-width: 0 0 1px;
    font-family: var(--font-family);
}
body.gr .btn.btn-underline {
    font-family: var(--font-family);
}
.btn.btn-underline:hover {
    background-color: transparent !important;
    color: var(--hov-primary) !important;
}
.btn-line {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: end;
    align-items: flex-end;
}
.btn-line.btn-block {
    display: -ms-flexbox;
    display: flex;
}
.btn-line .line {
    border-bottom: 1px solid;
    flex: 1;
    position: relative;
    bottom: 0.25em;
    margin-left: 1.25em;
}
.btn-b-width-2 {
    border-width: 2px;
}
.btn-circle {
    border-radius: 50%;
}
.visibility-hidden {
    visibility: hidden;
}
.invalid-feedback.absolute {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -o-transform: translateY(100%);
    transform: translateY(100%);
    margin: 0 !important;
}
.alert {
    border-radius: 0;
}
.alert-grey {
    background-color: var(--gray);
    color: var(--secondary);
}
.font-dm {
    font-family: 'DM Serif Text', serif;
}
body.gr .font-dm {
    font-family: 'Source Serif Pro', serif;
    font-weight: 600 !important;
}
.dropdown-menu.dropdown-menu-center {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}
.sk-main-wrapper {
    background-color: transparent;
    min-height: auto;
}
.vertical-text {
    font-weight: 700;
    color: var(--primary);
}
.vertical-text-container {
    white-space: nowrap;
    -webkit-transform-origin: bottom right;
    -moz-transform-origin: bottom right;
    -ms-transform-origin: bottom right;
    -o-transform-origin: bottom right;
    transform-origin: bottom right;
    -webkit-transform: translateX(-100%) rotate(-90deg);
    -moz-transform: translateX(-100%) rotate(-90deg);
    -ms-transform: translateX(-100%) rotate(-90deg);
    -o-transform: translateX(-100%) rotate(-90deg);
    transform: translateX(-100%) rotate(-90deg);
    display: inline-block;
    position: relative;
    left: 1em;
    bottom: 1em;
    line-height: 1;
}
.vertical-title-container {
    -webkit-transform-origin: bottom right;
    -moz-transform-origin: bottom right;
    -ms-transform-origin: bottom right;
    -o-transform-origin: bottom right;
    transform-origin: bottom right;
    -webkit-transform: translate(-100%,-100%) rotate(-90deg);
    -moz-transform: translate(-100%,-100%) rotate(-90deg);
    -ms-transform: translate(-100%,-100%) rotate(-90deg);
    -o-transform: translate(-100%,-100%) rotate(-90deg);
    transform: translate(-100%,-100%) rotate(-90deg);
    display: inline-block;
    position: relative;
    line-height: 1;
    margin: 0;
    left: 1em;
}
.vertical-title-container.lines-2 {
    left: 2em;
}
.vertical-title-container.lines-2.lh-1-2 {
    left: 2.4em;
}
.vertical-title-container.lines-3 {
    left: 3em;
}
.vertical-title-container.lines-3.lh-1-2 {
    left: 3.6em;
}
/*Shapes*/
.square,
.small-square,
.big-square,
.large-square {
    pointer-events: none;
}
.circle,
.small-circle,
.big-circle {
    border-radius: 50%;
    pointer-events: none;
}
.triple-lines {
    position: relative;
    pointer-events: none;
}
.triple-lines.horizontal {
    border-top: 1px solid;
    border-bottom: 1px solid;
}
.triple-lines.vertical {
    border-left: 1px solid;
    border-right: 1px solid;
}
.triple-lines::after {
    content: "";
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
.triple-lines.horizontal::after {
    border-top: 1px solid;
    height: 0;
}
.triple-lines.vertical::after {
    border-right: 1px solid;
    width: 0;
}
.circle-image {
    border-radius: 50%;
    overflow: hidden;
}
.circle-image-container {
    padding-top: 100%;
    position: relative;
}
.balloon-line {
    position: relative;
    pointer-events: none;
}
.balloon-line.top-left {
    border-left: 1px solid;
    border-bottom: 1px solid;
}
.balloon-line.top-right:not(.horizontal) {
    border-left: 1px solid;
    border-top: 1px solid;
}
.balloon-line.top-right.horizontal {
    border-right: 1px solid;
    border-bottom: 1px solid;
}
.balloon-line .circle {
    position: absolute;
    pointer-events: none;
}
.balloon-line.top-left .circle {
    -webkit-transform: translate(-50%, -100%);
    -moz-transform: translate(-50%, -100%);
    -ms-transform: translate(-50%, -100%);
    -o-transform: translate(-50%, -100%);
    transform: translate(-50%, -100%);
}
.balloon-line.top-right:not(.horizontal) .circle {
    -webkit-transform: translate(100%, -50%);
    -moz-transform: translate(100%, -50%);
    -ms-transform: translate(100%, -50%);
    -o-transform: translate(100%, -50%);
    transform: translate(100%, -50%);
    right: 0;
}
.balloon-line.top-right.horizontal .circle {
    -webkit-transform: translate(50%, -100%);
    -moz-transform: translate(50%, -100%);
    -ms-transform: translate(50%, -100%);
    -o-transform: translate(50%, -100%);
    transform: translate(50%, -100%);
    right: 0;
}
/*Double Square Button*/
.double-square-link {
    display: inline-block;
    font-family: 'DM Serif Text', serif;
    position: relative;
    z-index: 1;
    border-radius: 0;
    border: 0;
    background: none;
    cursor: pointer;
}
body.gr .double-square-link {
    font-family: 'Source Serif Pro', serif;
    font-weight: 600 !important;
}
.double-square-link::before {
    content: "";
    position: absolute;
    bottom: -10px;
    left: -10px;
    right: -20px;
    height: 50px;
    background-color: var(--primary);
    z-index: -1;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-transform-origin: left;
    -moz-transform-origin: left;
    -ms-transform-origin: left;
    -o-transform-origin: left;
    transform-origin: left;
}
.double-square-link-box {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: end;
    align-items: flex-end;
    border: 1px solid var(--tertiary);
    padding: 30px 10px 10px;
    color: var(--white);
    position: relative;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.double-square-link.white .double-square-link-box {
    border-color: var(--white);
}
.double-square-link-box::before {
    content: "";
    border-bottom: 1px solid var(--white);
    position: absolute;
    left: -1px;
    bottom: -1px;
    right: -1px;
    height: 40px;
    border-left: 1px solid var(--white);
    border-right: 1px solid var(--white);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.double-square-link-box::after {
    content: "";
    display: inline-block;
    width: 35px;
    border-bottom: 1px solid;
    margin-left: 0.5em;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.double-square-link.full-width {
    display: block;
    width: 100%;
}
.double-square-link.full-width .double-square-link-box::after {
    min-width: 35px;
    width: auto;
    flex: 1;
}
.double-square-link.transparent::before {
    border: 1px solid var(--tertiary);
    background-color: transparent;
}
.double-square-link.transparent .double-square-link-box {
    color: #9d9ba0;
    border-color: var(--primary);
}
.double-square-link.transparent .double-square-link-box::before {
    border-color: var(--primary);
}
.double-square-link.transparent .double-square-link-box::after {
    border-bottom-color: var(--tertiary);
}
.double-square-link.transparent.non-repeated .double-square-link-box {
    color: var(--tertiary);
    border-color: var(--tertiary);
}
.double-square-link.transparent.non-repeated .double-square-link-box::before {
    border-color: var(--tertiary);
}
.double-square-link.transparent:not(.non-repeated):not(.disable):hover:before {
    border-color: transparent;
    background-color: var(--primary);
}
.double-square-link.transparent:not(.non-repeated):not(.disable):hover .double-square-link-box {
    color: var(--white);
    border-color: var(--tertiary);
}
.double-square-link.transparent:not(.non-repeated):not(.disable):hover .double-square-link-box::before {
    border-color: var(--white);
}
.double-square-link.transparent:not(.non-repeated):not(.disable):hover .double-square-link-box::after {
    border-bottom-color: var(--white);
}
.double-square-link:not(.non-repeated):not(.disable):hover .double-square-link-box::after,
.btn-line:not(.disable):not(.disabled):not(:disabled):hover .line {
    animation-name: doubleSquareLine;
    animation-duration: 1s;
}
@keyframes doubleSquareLine {
    0% {
        -webkit-transform-origin: right;
        -moz-transform-origin: right;
        -ms-transform-origin: right;
        -o-transform-origin: right;
        transform-origin: right;
        -webkit-transform: scaleX(1);
        -moz-transform: scaleX(1);
        -ms-transform: scaleX(1);
        -o-transform: scaleX(1);
        transform: scaleX(1);
    }
    50% {
        -webkit-transform-origin: right;
        -moz-transform-origin: right;
        -ms-transform-origin: right;
        -o-transform-origin: right;
        transform-origin: right;
        -webkit-transform: scaleX(0);
        -moz-transform: scaleX(0);
        -ms-transform: scaleX(0);
        -o-transform: scaleX(0);
        transform: scaleX(0);
    }
    51% {
        -webkit-transform-origin: left;
        -moz-transform-origin: left;
        -ms-transform-origin: left;
        -o-transform-origin: left;
        transform-origin: left;
        -webkit-transform: scaleX(0);
        -moz-transform: scaleX(0);
        -ms-transform: scaleX(0);
        -o-transform: scaleX(0);
        transform: scaleX(0);
    }
    100% {
        -webkit-transform-origin: left;
        -moz-transform-origin: left;
        -ms-transform-origin: left;
        -o-transform-origin: left;
        transform-origin: left;
        -webkit-transform: scaleX(1);
        -moz-transform: scaleX(1);
        -ms-transform: scaleX(1);
        -o-transform: scaleX(1);
        transform: scaleX(1);
    }
}
/*Side Popup*/
.side-popup {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 10000;
    background-color: rgba(255,255,255,0.5);
    opacity: 0;
    pointer-events: none;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.side-popup.active {
    opacity: 1;
    pointer-events: all;
}
.side-popup-back {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    cursor: pointer;
}
.side-popup-container {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    background-color: #f0f0f0;
    max-width: 295px;
    width: 100%;
    -webkit-box-shadow: 1px -1px 10px 0px rgba(0,0,0,0.25);
    -moz-box-shadow: 1px -1px 10px 0px rgba(0,0,0,0.25);
    box-shadow: 1px -1px 10px 0px rgba(0,0,0,0.25);
}
.side-popup-scroll {
    overflow-x: hidden;
    overflow-y: auto;
    max-height: 100%;
}
.side-popup-scroll-full-content {
    min-height: 100%;
}
.side-popup-close {
    display: inline-block;
    cursor: pointer;
}
body.opened-side-popup .sk-main-wrapper > header,
body.opened-side-popup .sk-main-wrapper > footer,
body.opened-side-popup .sk-main-wrapper > section,
body.opened-side-popup .sk-main-wrapper > div:not(.side-popup) {
    -webkit-filter: blur(4px);
    filter: blur(4px);
}
/*Pagination*/
.pagination .page-link,
.page-item.disabled .page-link {
    min-width: 20px;
    min-height: 20px;
    line-height: 20px;
    font-size: 12px;
    color: rgba(0,0,0,0.3);
    background-color: transparent;
}
.page-item:first-child .page-link,
.page-item:last-child .page-link {
    font-size: 0;
    position: relative;
}
.page-item:first-child .page-link:before,
.page-item:last-child .page-link:before {
    content: "";
    border-top: 1px solid;
    border-left: 1px solid;
    width: 8px;
    height: 8px;
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.page-item:first-child .page-link:before {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.page-item:last-child .page-link:before {
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
}
/*Breadcrumb*/
.breadcrumb {
    padding: 0;
    background-color: transparent;
    border-radius: 0;
}
.breadcrumb-item + .breadcrumb-item::before {
    color: inherit;
}
/*Modal*/
.modal-open {
    overflow: hidden !important;
}
.modal-backdrop {
    background-color: var(--white);
}
.modal-dialog-centered {
    min-height: calc(100% - 1rem);
}
.modal-dialog.modal-dialog-full {
    max-width: 100vw;
    margin: 0;
    width: 100vw;
}
.modal-content .modal-body {
    max-height: calc(100% - 30px) !important;
}
.modal-dialog-full .modal-content .modal-body {
    max-height: 100% !important;
}
.modal-close {
    position: absolute;
    top: 20px;
    right: 5px;
}
.modal .close svg {
    stroke: #000;
    stroke-miterlimit: 10;
    stroke-width: 2px;
}
.modal-content {
    border: none;
    border-radius: 0;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.35);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.35);
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.35);
}
body.modal-open .sk-main-wrapper {
    -webkit-filter: blur(5px);
    filter: blur(5px);
}
/*Form*/
.form-group {
    position: relative;
}
.form-control,
.bootstrap-select .dropdown-toggle {
    font-size: 1em;
    height: auto;
    border-radius: 0;
    border: 0;
    color: var(--default);
}
.form-control-with-label .form-control,
.form-control-with-label .bootstrap-select .dropdown-toggle {
    color: var(--secondary);
}
.form-control.is-invalid:focus,
.was-validated .form-control:invalid:focus {
    box-shadow: none;
}
.bootstrap-select .dropdown-toggle,
body.gr .bootstrap-select .dropdown-toggle {
    font-family: var(--font-family);
}
.bootstrap-select.form-control.readonly {
    pointer-events: none;
}
.bootstrap-select.form-control.readonly .dropdown-toggle::after {
   display: none;
}
.bootstrap-select .dropdown-toggle {
    color: var(--default);
}
.bootstrap-select.form-control-fixed-width .dropdown-toggle {
    padding: 0;
    width: 100%;
    max-width: 100%;
}
.bootstrap-select .dropdown-toggle::after {
    margin-left: 0.7rem;
}
.bootstrap-select:not(.triangle-arrow) .dropdown-toggle::after {
    content: "";
    border-top: 5px solid var(--secondary);
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
}
.bootstrap-select.triangle-arrow .dropdown-toggle::after {
    -webkit-text-stroke: 2px;
}
.form-control.form-control-underline {
    padding-left: 0;
    padding-right: 0;
    border-bottom: 1px solid var(--tertiary);
    color: rgba(60,60,59,0.9);
}
.form-control-with-label {
    position: relative;
}
.form-control-with-label.grey .form-control {
    background-color: #f0f0f0;
}
.form-control-with-label.textarea label:not(.form-control-checkbox) {
    max-height: 55px;
}
.form-control-with-label .form-control,
.form-control-with-label .bootstrap-select .dropdown-toggle {
    padding: 20px 10px 5px;
}
.form-control-with-label.with-checkbox .form-control,
.form-control-with-label.with-checkbox .bootstrap-select .dropdown-toggle {
    padding-right: 75px;
}
.form-control-with-label .bootstrap-select > .dropdown-toggle::after {
    margin-top: -13px;
}
.form-group .form-control-with-label .bootstrap-select {
    padding: 0;
}
.form-control-with-label label:not(.form-control-checkbox) {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    padding: 3px 10px;
    font-size: 11px;
    color: var(--secondary);
    margin: 0;
    pointer-events: none;
    z-index: 1;
    display: flex;
    align-items: center;
    height: 25px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    opacity: 0.5;
}
.form-control-with-label.large label:not(.form-control-checkbox) {
    font-size: 14px;
}
.form-control-with-label.animate:not(.focused) label:not(.form-control-checkbox) {
    font-size: 1em;
    height: 100%;
    opacity: 1;
}
.form-control-with-label .sk-checkbox.form-control-checkbox {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    margin: 0;
}
.form-control-with-label:not(.focused) .sk-checkbox.form-control-checkbox {
    pointer-events: none;
}
.form-control-with-label .sk-checkbox.form-control-checkbox .sk-square-check {
    height: 100%;
    border: 0;
    background-color: var(--tertiary);
    width: 17px;
    margin: 0;
    opacity: 0;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.form-control-with-label.focused .sk-checkbox.form-control-checkbox .sk-square-check {
    opacity: 1;
}
.form-control-with-label .sk-checkbox.form-control-checkbox > input:checked ~ .sk-square-check,
.form-control-with-label .sk-radio.form-control-checkbox > input:checked ~ .sk-square-check,
.form-control-with-label .sk-checkbox.form-control-checkbox > input:checked ~ .sk-rounded-check,
.form-control-with-label .sk-radio.form-control-checkbox > input:checked ~ .sk-rounded-check {
    background-color: var(--primary);
}
.form-control-with-label .sk-checkbox.form-control-checkbox .sk-square-check::after {
    border: solid var(--white);
    opacity: 1;
    visibility: visible;
}
.form-control-with-label .sk-checkbox.form-control-checkbox svg {
    margin: 5px 10px;
    fill: var(--tertiary);
}
.form-control-with-label .sk-checkbox.form-control-checkbox > input:checked ~ svg,
.form-control-with-label .sk-radio.form-control-checkbox > input:checked ~ svg,
.form-control-with-label .sk-checkbox.form-control-checkbox > input:checked ~ svg,
.form-control-with-label .sk-radio.form-control-checkbox > input:checked ~ svg {
    fill: var(--primary);
}
.form-control-with-label .form-control-info {
    position: absolute;
    font-size: 12px;
    left: 0;
    right: 0;
    top: -2px;
    text-align: right;
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.form-control-with-label.focused .form-control-info {
    color: var(--primary);
}
.form-control.form-control-underline::-webkit-input-placeholder {
    color: rgba(60,60,59,0.9);
}
.form-control.form-control-underline:-ms-input-placeholder {
    color: rgba(60,60,59,0.9);
}
.form-control.form-control-underline::placeholder {
    color: rgba(60,60,59,0.9);
}
.form-control-phone {
    padding-left: 100px !important;
}
.form-control-phone-code {
    position: absolute;
    top: 10px;
    bottom: 10px;
    padding: 5px 10px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 90px;
    border-right: 1px solid #DDDDE1;
}
.form-control-with-label .form-control-phone-code {
    padding-top: 10px;
    padding-bottom: 0;
    color: var(--secondary);
}
.form-control-with-label .form-control.form-control-phone {
    padding-top: 12.5px;
    padding-bottom: 12.5px;
}
.dropdown-item:hover:not(.active),
.dropdown-item:active:not(.active) {
     color: var(--primary) !important;
     background-color: transparent;
}
.sk-checkbox,
.sk-radio {
    padding-left: 0;
    font-size: inherit;
}
.sk-checkbox .sk-square-check,
.sk-checkbox .sk-rounded-check,
.sk-radio .sk-square-check,
.sk-radio .sk-rounded-check {
    position: relative;
    display: inline-block;
    top: 0;
    margin-right: 0.25em;
}
.checkbox-secondary .sk-square-check:after {
    border: solid var(--secondary);
}
.sk-square-check,
.sk-rounded-check {
    border: 1px solid;
    height: 0.8em;
    width: 0.8em;
}
.sk-square-check {
    border-radius: 0;
}
.sk-rounded-check::after {
    margin-left: 0;
    margin-top: 0;
    width: auto;
    height: auto;
    border-radius: 50%;
    top: 2px;
    bottom: 2px;
    left: 2px;
    right: 2px;
}
.sk-checkbox > input:checked ~ .sk-square-check {
    border-color: var(--primary);
}
.sk-square-check.square-check::after {
    -webkit-transform: none;
    transform: none;
    border: 0;
    width: calc(100% - 4px);
    height: calc(100% - 4px);
    background-color: var(--primary);
    margin: auto;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
}
.input-group {
    border: 1px solid rgba(60,60,59,0.3);
}
.input-group .input-group-append {
    background-color: var(--white);
    position: relative;
}
.input-group .input-group-append::before {
    content: "";
    border-left: 1px solid rgba(60,60,59,0.3);
    position: absolute;
    left: 0;
    top: 5px;
    bottom: 5px;
}
.input-group .btn,
body.gr .input-group .btn {
    font-family: var(--font-family);
}
/*Megabox*/
.sk-megabox .sk-megabox-elem.grey-border {
    border-color: var(--tertiary) !important;
    color: var(--tertiary);
}
.sk-megabox .sk-megabox-elem .arrow {
    display: inline-block;
    margin-left: 10px;
    border-top: 5px solid var(--secondary);
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
}
.sk-megabox-elem .dropdown-menu {
    position: relative !important;
    top: 0 !important;
    transform: none !important;
    border: 0;
    box-shadow: none;
}
.sk-megabox-elem .dropdown-menu > li {
    border-bottom: 1px solid rgba(205,202,197,0.5);
}
.sk-megabox > input:checked ~ span .sk-rounded-check {
    border-color: var(--primary);
}
.sk-megabox-price {
    border-left: 1px solid var(--tertiary);
    padding: 5px 0 5px 10px;
    margin: -5px 0 -5px 10px;
    color: var(--secondary);
    font-weight: 700;
}
/*Dropdowns*/
.dropdown-menu.dropdown-menu-top-right {
    top: 5px !important;
    right: 100%;
    left: auto !important;
    transform: none !important;
}
.dropdown-menu {
    border: 0;
    padding: 0;
    border-radius: 0;
}
.dropdown-item {
    padding: 0.5rem;
    color: inherit;
}
.address-res-item .dropdown-menu {
    min-width: 4rem;
    max-width: none;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
}
.address-res-item .dropdown-item {
    padding: 0.25rem 0.5rem;
    position: relative;
}
.address-res-item .dropdown-item:not(:last-child)::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0.5rem;
    right: 0.5rem;
    border-bottom: 1px solid rgba(0,0,0,0.2);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.address-res-item .dropdown-item:not(:last-child):hover::after {
    opacity: 0;
}
/*Carousel*/
.swiper-slide.auto {
    width: auto;
}
.slick-track {
    margin: 0;
}
.sk-carousel .slick-arrow,
.swiper .arrow {
    background: none;
    box-shadow: none !important;
    font-size: 0;
    transform: none;
    -webkit-transform: none;
    height: 20px;
    margin: 0;
}
.sk-carousel .slick-arrow::before,
.swiper .arrow::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 0;
    border-top: 2px solid;
    margin: auto;
}
.sk-carousel .slick-arrow::after,
.swiper .arrow::after {
    content: "";
    position: absolute;
    width: 11px;
    height: 11px;
    top: 0;
    bottom: 0;
    margin: auto;
}
.sk-carousel .slick-prev::after,
.swiper .swiper-button-prev::after {
    border-top: 2px solid;
    border-left: 2px solid;
    left: 1px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.sk-carousel .slick-next::after,
.swiper .swiper-button-next::after {
    border-top: 2px solid;
    border-right: 2px solid;
    right: 1px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
.sk-carousel .slick-prev:hover,
.sk-carousel .slick-next:hover {
    box-shadow: none !important;
}
.sk-carousel .slick-arrow:hover::before,
.swiper .arrow:hover::before {
    border-top-width: 2px;
}
.sk-carousel .slick-prev:hover::after,
.swiper .swiper-button-prev:hover::after {
    border-top-width: 2px;
    border-left-width: 2px;
}
.sk-carousel .slick-next:hover::after,
.swiper .swiper-button-next:hover::after {
    border-top-width: 2px;
    border-right-width: 2px;
}
.carousel-numbers {
    font-family: 'DM Serif Text', serif;
}
.carousel-numbers .current {
    position: relative;
    line-height: 0.8;
}
.carousel-numbers .current .number {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.carousel-numbers .current .number:not(.active) {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
}
.carousel-numbers .current .number:not(:first-child) {
    position: absolute;
    top: 0;
    right: 0;
}
.carousel-numbers .divider {
    margin: 0 2px;
}
/*Header*/
header {
    perspective: 1px;
}
.header-phone {
    background-color: var(--light-blue);
    margin: -5px 0;
    padding: 2px 5px;
}
.language-menu {
    display: flex;
    line-height: 1;
}
.language-menu a {
    display: block;
}
.language-menu a.active {
    color: var(--secondary);
    font-weight: 700;
}
.language-menu a:not(:last-child) {
    margin-right: 5px;
    padding-right: 5px;
    border-right: 1px solid var(--default);
}
.language-menu a:not(.active):hover {
    color: var(--primary);
}
.header-underline-links {
    position: relative;
    display: block;
    padding: 0 5px 5px 15px;
}
.header-underline-links::after {
    content: "";
    position: absolute;
    height: 1em;
    left: 0;
    bottom: 0;
    right: 20px;
    background-color: var(--light-blue);
    z-index: -1;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.header-underline-links:hover::after {
    right: 0;
}
.front-header-search .input-group {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.front-header-search:not(.active) .input-group {
    display: none;
}
.front-header-search .form-control {
    background-color: rgba(198,198,198,0.5);
    color: var(--default);
}
.front-header-search-megamenu .form-control {
    background-color: rgba(176, 176, 176, 0.5);
    color: var(--default);
}
.front-header-search .form-control::-webkit-input-placeholder {
    color: var(--default);
}
.front-header-search .form-control:-ms-input-placeholder {
    color: var(--default);
}
.front-header-search .form-control::placeholder {
    color: var(--default);
}
.front-header-search-megamenu .form-control::-webkit-input-placeholder {
    color: var(--default);
}
.front-header-search-megamenu .form-control:-ms-input-placeholder {
    color: var(--default);
}
.front-header-search-megamenu .form-control::placeholder {
    color: var(--default);
}
.front-header-search .input-group-append,
.front-header-search-megamenu .input-group-append {
    margin-left: 0;
}
.front-header-search .input-group .input-group-append::before,
.front-header-search-megamenu .input-group .input-group-append::before {
    display: none;
}
.front-header-search .input-group .btn {
    background-color: rgba(198,198,198,0.5);
    border: 0;
}
.front-header-search-megamenu .input-group .btn {
    background-color: rgba(176, 176, 176, 0.5);
    border: 0;
}
.front-header-search .input-group .btn svg,
.front-header-search-megamenu .input-group .btn svg {
    fill: var(--default);
}
.front-header-search.active {
    width: 430px;
}
.front-header-search.active .header-icon {
    display: none;
}
.header-category-link {
    display: block;
    padding: 10px 5px;
    position: relative;
    z-index: 1;
}
.header-category-link:not(.secondary)::before {
    content: "";
    height: 1em;
    background-color: var(--primary);
    left: 5px;
    width: 0;
    position: absolute;
    top: 0;
    bottom: -5px;
    margin: auto;
    z-index: -1;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.header-category-menu-item:hover .header-category-link:not(.secondary)::before {
    width: 100%;
}
.header-category-link.secondary {
    color: rgba(255,255,255,0.5);
}
.header-category-link.secondary:hover {
    color: var(--primary);
}
.header-icon {
    cursor: pointer;
    display: inline-block;
}
.header-icon svg {
    fill: var(--default);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.header-icon:hover svg,
.dropdown.show > .header-icon svg,
.header-icon.active svg {
    fill: var(--primary);
}
header .dropdown-menu {
    top: 44px;
    border: 0;
    border-radius: 0;
    -webkit-box-shadow: 0px 10px 10px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 10px 10px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 10px 10px 0px rgba(0,0,0,0.2);
}
.header-account-icon.active + .dropdown-menu {
    display: block;
}
.header-account-link {
    display: block;
    font-weight: 600;
}
.header-account-link:not(:last-child) {
    margin-bottom: 10px;
}
.header-account-link .icon {
    margin-right: 10px;
}
.header-account-link .icon svg {
    fill: rgba(137,135,140,0.9);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    vertical-align: baseline;
}
.header-account-link .badge {
    border-radius: 50%;
    vertical-align: middle;
    margin-left: 5px;
}
.header-account-link:hover {
    color: var(--primary);
}
.header-account-link:hover svg {
    fill: var(--primary);
}
.header-number {
    width: 1.5em;
    height: 1.5em;
    display: block;
    position: absolute;
    top: -5px;
    right: -7px;
    border-radius: 50%;
    background-color: var(--primary);
    color: var(--white);
    text-align: center;
    font-size: 10px;
    line-height: 1.5;
}
.menu-icon {
    width: 45px;
    position: relative;
    cursor: pointer;
    z-index: 11;
}
.menu-icon::before {
    content: "";
    width: 30px;
    height: 30px;
    position: absolute;
    background-color: var(--light-blue);
    z-index: -1;
    left: -10px;
    bottom: -10px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.menu-icon.open::before {
    background-color: var(--white);
}
.menu-icon.grey::before,
.modal-close .menu-icon::before {
    background-color: #f0f0f0;
}
.menu-icon .top,
.menu-icon .middle,
.menu-icon .bottom {
    border-top: 2px solid var(--secondary);
    border-bottom: 2px solid var(--secondary);
    height: 8px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.menu-icon .top,
.menu-icon .bottom {
    position: relative;
    top: 0;
    left: 0;
}
.menu-icon .middle {
    margin: 4px 0;
}
.menu-icon.open .middle {
    opacity: 0;
}
.menu-icon.open .top {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: top left;
    -moz-transform-origin: top left;
    -ms-transform-origin: top left;
    -o-transform-origin: top left;
    transform-origin: top left;
    top: -7px;
    left: 7px;
}
.menu-icon.open .bottom {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: bottom left;
    -moz-transform-origin: bottom left;
    -ms-transform-origin: bottom left;
    -o-transform-origin: bottom left;
    transform-origin: bottom left;
    border-bottom-color: transparent;
    top: 2px;
    left: 7px;
}
.header-category-menu-dropdown {
    opacity: 0;
    pointer-events: none;
    z-index: -1;
    -webkit-box-shadow: 1px -1px 10px 0px rgba(0,0,0,0.25);
    -moz-box-shadow: 1px -1px 10px 0px rgba(0,0,0,0.25);
    box-shadow: 1px -1px 10px 0px rgba(0,0,0,0.25);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.header-category-menu-item:hover .header-category-menu-dropdown {
    opacity: 1;
    pointer-events: all;
    z-index: 1;
}
.header-category-list li:not(:last-child) {
    margin-bottom: 5px;
}
.header-category-list.subcategories li a.all {
    color: var(--black);
    font-family: 'DM Serif Text', serif;
}
body.gr .header-category-list.subcategories li a.all {
    font-family: 'Source Serif Pro', serif;
    font-weight: 600 !important;
}
.header-category-list li a:hover,
.header-category-list li a.active {
    background-color: var(--white);
    color: var(--primary);
}
.header-category-list.subcategories li a .arrow {
    position: relative;
    display: inline-block;
    height: 0.5em;
    vertical-align: middle;
    margin-left: 0.3em;
}
.header-category-list.subcategories li a.all .arrow {
    margin-left: 0.1em;
    width: 50px;
}
.header-category-list.subcategories li a.all .arrow::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    height: 0;
    border-top: 1px solid;
    width: 50px;
    margin: auto;
}
.header-category-list.subcategories li a .arrow::after {
    content: "";
    display: block;
    margin-left: auto;
    width: 0.5em;
    height: 0.5em;
    border-top: 1px solid;
    border-right: 1px solid;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
.header-category-lists-container {
    position: absolute;
    top: 0;
    bottom: 1px;
    right: 0;
    z-index: 1;
    min-width: 75%;
    max-width: 100%;
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
    background-color: var(--white);
    -webkit-box-shadow: 10px 0 10px -5px rgba(0,0,0,0.25);
    -moz-box-shadow: 10px 0 10px -5px rgba(0,0,0,0.25);
    box-shadow: 10px 0 10px -5px rgba(0,0,0,0.25);
    opacity: 0;
    pointer-events: none;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.header-category-lists-container.active {
    opacity: 1;
    pointer-events: all;
}
.header-category-list-container:not(.active) {
    display: none;
}
.header-category-menu-scroll {
    overflow-x: hidden;
    overflow-y: auto;
    max-height: calc(100vh - 80px);
    height: 100%;
}
.header-collection-wrap {
    position: relative;
}
.header-collection-image {
    position: relative;
    padding-top: 100%;
    overflow: hidden;
}
.header-collection-image img {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.header-collection-title {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.7) 100%);
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.7) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.7) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#b3000000',GradientType=0 );
    color: var(--white);
}
.header-collection-wrap:hover .header-collection-image img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
.header-subtitles {
    pointer-events: none;
}
.header-subtitles::before,
.header-subtitles::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
}
.header-subtitles::before {
    width: 20px;
    background: -moz-linear-gradient(left,  rgba(60,60,59,1) 0%, rgba(60,60,59,0) 100%);
    background: -webkit-linear-gradient(left,  rgba(60,60,59,1) 0%,rgba(60,60,59,0) 100%);
    background: linear-gradient(to right,  rgba(60,60,59,1) 0%,rgba(60,60,59,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3c3c3b', endColorstr='#003c3c3b',GradientType=1 );
    left: 0;
}
.header-subtitles::after {
    width: 40px;
    background: -moz-linear-gradient(left,  rgba(255,255,255,0) 0%, rgba(60,60,59,1) 100%);
    background: -webkit-linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(60,60,59,1) 100%);
    background: linear-gradient(to right,  rgba(255,255,255,0) 0%,rgba(60,60,59,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#3c3c3b',GradientType=1 );
    right: 0;
}
html.megamenu-opened,
body.megamenu-opened {
    overflow: hidden;
}
body.megamenu-opened .sk-main-wrapper > section,
body.megamenu-opened .sk-main-wrapper > div:not(.megamenu-overlay):not(#megamenu),
body.megamenu-opened .sk-main-wrapper > footer,
body.megamenu-opened header .top-navbar,
body.megamenu-opened header .bottom-header-area,
body.megamenu-opened .blur-on-megamenu-open {
    -webkit-filter: blur(2px);
    filter: blur(2px);
}
body.header-menu-opened .sk-main-wrapper > section,
body.header-menu-opened .sk-main-wrapper > div:not(.megamenu-overlay),
body.header-menu-opened .sk-main-wrapper > footer {
    -webkit-filter: blur(2px);
    filter: blur(2px);
}
.fixed-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    -webkit-transform: translateY(calc(-100% - 30px));
    -moz-transform: translateY(calc(-100% - 30px));
    -ms-transform: translateY(calc(-100% - 30px));
    -o-transform: translateY(calc(-100% - 30px));
    transform: translateY(calc(-100% - 30px));
    opacity: 0;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    pointer-events: none;
    -webkit-box-shadow: 0px 0px 16px 0px rgba(0,0,0,0.35);
    -moz-box-shadow: 0px 0px 16px 0px rgba(0,0,0,0.35);
    box-shadow: 0px 0px 16px 0px rgba(0,0,0,0.35);
}
.fixed-header.header-down {
    pointer-events: all;
    opacity: 1;
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}
.fixed-header .logo {
    margin-bottom: -50px;
}
.fixed-header .menu-icon .top,
.fixed-header .menu-icon .middle,
.fixed-header .menu-icon .bottom {
    border-top-color: var(--white);
    border-bottom-color: var(--white);
}
/*Megamenu*/
.megamenu-overlay {
    position: absolute;
    z-index: 9;
    top: 0;
    height: 100%;
    left: 0;
    right: 0;
    background-color: rgba(255,255,255,0.5);
    display: none;
    cursor: pointer;
}
body.megamenu-opened .megamenu-overlay,
body.header-menu-opened .megamenu-overlay {
    display: block;
}
body.megamenu-opened .megamenu-overlay {
    z-index: 10000;
}
#megamenu {
    position: fixed;
    top: 0;
    right: -1px;
    height: 100%;
    width: 270px;
    z-index: 10000;
    background-color: #f4f4f4;
    -webkit-box-shadow: 1px -1px 10px 0px rgba(0,0,0,0.25);
    -moz-box-shadow: 1px -1px 10px 0px rgba(0,0,0,0.25);
    box-shadow: 1px -1px 10px 0px rgba(0,0,0,0.25);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    opacity: 0;
    pointer-events: none;
}
#megamenu.active {
    opacity: 1;
    pointer-events: all;
}
#megamenu::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    height: 70px;
    background: -moz-linear-gradient(top, rgba(220,220,220,1) 0%, rgba(220,220,220,0) 100%);
    background: -webkit-linear-gradient(top, rgba(220,220,220,1) 0%,rgba(220,220,220,0) 100%);
    background: linear-gradient(to bottom, rgba(220,220,220,1) 0%,rgba(220,220,220,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dcdcdc', endColorstr='#00dcdcdc',GradientType=0 );
    pointer-events: none;
}
.megamenu-scroll {
    max-height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
}
.megamenu-list li:not(:last-child) {
    margin-bottom: 7px;
}
.megamenu-list li a {
    display: inline-block;
    position: relative;
}
.megamenu-list a:before {
    content: "";
    background-color: var(--light-blue);
    position: absolute;
    height: 1em;
    left: -2px;
    bottom: 0;
    width: 0;
    z-index: -1;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.megamenu-list a:hover:before,
.megamenu-cat-list-title.active a:before {
    width: calc(100% + 2px);
}
.megamenu-cat-list-title {
    position: relative;
    padding-right: 30px;
}
.megamenu-list > .megamenu-cat-list-item > ul > .megamenu-cat-list-item > .megamenu-cat-list-title a {
    padding-bottom: 7px;
    display: block;
}
.megamenu-list > .megamenu-cat-list-item > ul > .megamenu-cat-list-item > ul {
    margin-top: 0;
}
.megamenu-list > .megamenu-cat-list-item > ul > .megamenu-cat-list-item > .megamenu-cat-list-title::before {
    content: "";
    border-bottom: 1px solid;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.megamenu-list > .megamenu-cat-list-item > ul > .megamenu-cat-list-item > .megamenu-cat-list-title:hover::before,
.megamenu-list > .megamenu-cat-list-item > ul > .megamenu-cat-list-item > .megamenu-cat-list-title.active::before {
    width: 100%;
}
.megamenu-cat-list-title .toggle {
    position: absolute;
    width: 30px;
    right: 0;
    top: 0;
    bottom: 0;
    cursor: pointer;
}
.megamenu-list .megamenu-cat-list-title .toggle::before {
    border-left: 1px solid;
    border-bottom: 1px solid;
    content: "";
    position: absolute;
    width: 0.3em;
    height: 0.3em;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 0.35em;
    right: 0.15em;
}
.megamenu-cat-list-title .toggle:hover {
    color: var(--primary);
}
.megamenu-cat-list-item ul {
    color: var(--white);
    position: relative;
    padding: 7px 0 7px 20px;
    margin-top: 7px;
    display: none;
}
.megamenu-cat-list-item ul::before {
    content: "";
    position: absolute;
    left: -100px;
    right: -100px;
    bottom: 0;
    top: 0;
    background-color: #b2b2b2;
}
.megamenu-cat-list-item .megamenu-cat-list-title.active + ul {
    display: block;
}
.megamenu-list ul .megamenu-cat-list-title .toggle:hover {
    color: var(--primary);
}
.megamenu-list ul .megamenu-cat-list-title .toggle {
    text-align: right;
}
.megamenu-list ul .megamenu-cat-list-title .toggle:before {
    display: none;
}
.megamenu-list ul .megamenu-cat-list-title .toggle:after {
    content: "+";
}
.megamenu-list ul .megamenu-cat-list-title.active .toggle:after {
    content: "-";
}
.megamenu-list ul ul {
    /*border-top: 1px solid var(--white);*/
    border-bottom: 1px solid var(--white);
    padding-left: 30px;
}
.megamenu-list ul ul a {
    display: inline-block;
    position: relative;
    z-index: 1;
}
.megamenu-list ul ul a:hover {
    color: var(--white);
}
.megamenu-list ul ul a:before {
    content: "";
    height: 1em;
    background-color: var(--primary);
    left: -5px;
    width: 0;
    position: absolute;
    top: 0;
    bottom: -5px;
    margin: auto;
    z-index: -1;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.megamenu-list ul ul a:hover:before {
    width: calc(100% + 10px);
}
/*Homepage - Slider*/
.home-car-item,
.home-car-over-container,
.home-car-over-top {
    position: relative;
}
.home-car-image {
    position: relative;
    padding-top: 100%;
}
.home-car-over {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.1);
    color: var(--white);
}
.home-car-over-top .circle {
    background-color: var(--white);
    position: relative;
    width: 70px;
    height: 70px;
    left: 30px;
}
.home-car-over-top .square {
    color: var(--tertiary);
    border: 1px solid;
    width: 65px;
    height: 65px;
    position: absolute;
    top: 35px;
}
.home-car-over-top .square::before {
    content: "";
    position: absolute;
    top: 0;
    left: 10px;
    bottom: 0;
    border-left: 1px solid;
}
.home-car-over-top .square .triple-lines {
    position: absolute;
    top: 10px;
    left: 0;
    width: 590px;
    height: 9px;
}
.home-car-over-text {
    position: absolute;
    left: 0;
    right: 0;
    top: calc(100vw - 20px);
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
}
.home-car-number {
    border: 1px solid;
    width: 55px;
    height: 55px;
    line-height: 1;
    padding: 5px;
}
.home-car-over-text .small-circle {
    width: 100px;
    height: 100px;
    border: 1px solid;
    position: absolute;
    right: -10px;
    bottom: 10px;
}
.home-car-over-text .big-circle {
    width: 280px;
    height: 280px;
    position: absolute;
    background-color: rgba(255,255,255,0.5);
    bottom: 160px;
    right: -115px;
}
.home-car-over-text .triple-lines {
    top: 0;
    right: 0;
    bottom: 0;
    width: 19px;
    position: absolute;
}
.sk-carousel.homepage-carousel .slick-arrow {
    color: var(--white);
    top: calc(100vw - 20px);
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
}
.sk-carousel.homepage-carousel .slick-prev {
    left: auto;
    right: 195px;
    width: 30px;
}
.sk-carousel.homepage-carousel .slick-next {
    width: 95px;
    right: 90px;
}
/*Homepage - Decoration Solutions*/
.decoration-number sup {
    vertical-align: super;
}
#decoration-solutions .triple-lines,
#our-identity .triple-lines {
    position: absolute;
    right: 0;
    top: -265px;
    bottom: 55px;
    width: 13px;
    color: var(--tertiary);
}
#decoration-solutions .vertical-title,
#our-identity .vertical-title {
    mix-blend-mode: multiply;
    position: relative;
    right: 65px;
}
#decoration-solutions .circle-image,
#our-identity .circle-image {
    margin-left: auto;
    margin-top: -75px;
    position: relative;
    z-index: -1;
}
#decoration-solutions .circle-image {
    margin-bottom: -140px;
}
#decoration-solutions .balloon-line {
    width: 410px;
    height: 30px;
    color: var(--tertiary);
    position: absolute;
    bottom: 0;
    left: -15px;
}
#decoration-solutions .balloon-line .circle {
    width: 50px;
    height: 50px;
    border: 1px solid;
}
#decoration-solutions .big-square,
#our-identity .big-square {
    width: 140px;
    height: 140px;
    border: 1px solid var(--tertiary);
    position: absolute;
    bottom: -45px;
    right: 20px;
}
#decoration-solutions .small-square,
#our-identity .small-square {
    position: absolute;
    background-color: var(--primary);
    opacity: 0.15;
    width: 65px;
    height: 65px;
    right: 0;
    bottom: -20px;
}
/*Homepage - Featured Categories*/
.featured-categories-top .triple-lines {
    color: var(--white);
    height: 9px;
}
.featured-cat-res-item {
    position: relative;
    width: 45vw;
}
.featured-cat-res-item.phone-layout-1,
.featured-cat-res-item.phone-layout-3 {
    margin-bottom: 30px;
}
.featured-cat-res-item.layout-1 .featured-cat-res-image-wrap,
.featured-cat-res-item.layout-3 .featured-cat-res-image-wrap {
    padding-top: 80px;
}
.featured-cat-res-item.layout-2 .featured-cat-res-image-wrap,
.featured-cat-res-item.layout-4 .featured-cat-res-image-wrap {
    padding-top: 40px;
    padding-bottom: 40px;
}
.featured-cat-res-item.phone-layout-1 .featured-cat-res-image-wrap,
.featured-cat-res-item.phone-layout-2 .featured-cat-res-image-wrap {
    padding-top: 15px;
}
.featured-cat-res-item.phone-layout-3 .featured-cat-res-image-wrap,
.featured-cat-res-item.phone-layout-4 .featured-cat-res-image-wrap {
    padding-bottom: 15px;
}
.featured-cat-res-image {
    position: relative;
    padding-top: 100%;
    overflow: hidden;
}
.featured-cat-res-item.layout-2 .featured-cat-res-image,
.featured-cat-res-item.layout-4 .featured-cat-res-image {
    border-radius: 50%;
    -webkit-transform-origin: top center;
    -moz-transform-origin: top center;
    -ms-transform-origin: top center;
    -o-transform-origin: top center;
    transform-origin: top center;
}
.featured-cat-res-item.phone-layout-3 .featured-cat-res-image,
.featured-cat-res-item.phone-layout-4 .featured-cat-res-image {
    border-radius: 50%;
}
.featured-cat-res-item .triple-lines,
.featured-cat-res-item .circle,
.featured-cat-res-item .big-circle,
.featured-cat-res-item .small-circle,
.featured-cat-res-item .square,
.featured-cat-res-item .big-square,
.featured-cat-res-item .small-square,
.featured-cat-res-item .line,
.featured-cat-res-item .balloon-line {
    color: var(--tertiary);
    position: absolute;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.featured-cat-res-item.layout-1 .big-circle {
    background-color: var(--white);
    width: 280px;
    height: 280px;
    top: 0;
    right: -100px;
    opacity: 0.5;
}
.featured-cat-res-item.layout-1 .small-circle {
    width: 75px;
    height: 75px;
    right: -15px;
    border: 1px solid;
    top: 135px;
    z-index: 1;
}
.featured-cat-res-item.layout-1 .triple-lines.horizontal {
    right: 0;
    height: 17px;
    width: 200px;
    top: 40px;
}
.featured-cat-res-item.layout-1 .triple-lines.vertical {
    color: var(--white);
    z-index: 1;
    bottom: 40px;
    height: 70px;
    right: 10px;
    width: 11px;
}
.featured-cat-res-item.layout-1 .triple-lines.vertical.set-2 {
    right: 25px;
}
.featured-cat-res-item.layout-1 .triple-lines.vertical.set-3 {
    right: 40px;
}
.featured-cat-res-item.layout-2 .big-square {
    background-color: var(--white);
    width: 85px;
    height: 85px;
    bottom: 75px;
    z-index: 1;
    left: -15px;
    opacity: 0.5;
}
.featured-cat-res-item.layout-2 .small-square {
    width: 70px;
    height: 70px;
    border: 1px solid;
    top: 20px;
    z-index: 1;
    right: 20px;
}
.featured-cat-res-item.layout-2 .line {
    border-right: 1px solid;
    top: 20px;
    right: 35px;
    bottom: 75px;
    z-index: 1;
}
.featured-cat-res-item.layout-3 .big-square {
    width: 215px;
    height: 215px;
    background-color: var(--white);
    top: 25px;
    right: -40px;
}
.featured-cat-res-item.layout-3 .small-square {
    top: 60px;
    width: 70px;
    height: 70px;
    border: 1px solid;
    right: 140px;
    z-index: 1;
}
.featured-cat-res-item.layout-3 .triple-lines {
    width: 130px;
    height: 17px;
    z-index: 1;
    bottom: 100px;
    left: -40px;
}
.featured-cat-res-item.layout-3 .circle {
    border: 1px solid;
    width: 75px;
    height: 75px;
    bottom: 141px;
    left: -50px;
    z-index: 1;
}
.featured-cat-res-item.layout-4 .balloon-line {
    bottom: 75px;
    z-index: 1;
    top: 25px;
    width: 45px;
}
.featured-cat-res-item.layout-4 .balloon-line .circle {
    width: 35px;
    height: 35px;
    border: 1px solid;
}
.featured-cat-res-item.layout-4 .triple-lines {
    left: 25px;
    height: 130px;
    width: 17px;
    z-index: 1;
    top: 35%;
    color: var(--white);
}
.featured-cat-res-item.layout-4 .big-circle {
    width: 90px;
    height: 90px;
    left: -45px;
    background-color: var(--white);
    bottom: 115px;
    z-index: 1;
    opacity: 0.5;
}
.featured-cat-res-wrap:hover .triple-lines,
.featured-cat-res-wrap:hover .circle,
.featured-cat-res-wrap:hover .big-circle,
.featured-cat-res-wrap:hover .small-circle,
.featured-cat-res-wrap:hover .square,
.featured-cat-res-wrap:hover .big-square,
.featured-cat-res-wrap:hover .small-square,
.featured-cat-res-wrap:hover .line,
.featured-cat-res-wrap:hover .balloon-line {
    color: var(--primary) !important;
}
.featured-cat-res-item.layout-1 .featured-cat-res-wrap:hover .big-circle,
.featured-cat-res-item.layout-2 .featured-cat-res-wrap:hover .big-square,
.featured-cat-res-item.layout-3 .featured-cat-res-wrap:hover .big-square,
.featured-cat-res-item.layout-4 .featured-cat-res-wrap:hover .big-circle {
    background-color: var(--primary);
    opacity: 0.5;
}
.featured-categories-swiper .arrow {
    color: var(--primary);
}
.featured-categories-swiper .swiper-button-prev {
    left: 0px;
    width: 30px;
    bottom: -35px;
    top: auto;
}
.featured-categories-swiper .swiper-button-next {
    width: calc(100vw - 75px);
    right: 0;
    bottom: -35px;
    top: auto;
}
.featured-categories-bottom {
    position: relative;
}
.featured-categories-bottom::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 10%;
    background: -moz-linear-gradient(left, rgba(226,226,226,0) 0%, #f4f4f4 100%);
    background: -webkit-linear-gradient(left, rgba(226,226,226,0) 0%, #f4f4f4 100%);
    background: linear-gradient(to right, rgba(226,226,226,0) 0%, #f4f4f4 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00f4f4f4', endColorstr='#f4f4f4',GradientType=1 );
    pointer-events: none;
    z-index: 1;
}
/*Homepage - Best Category*/
#best-category .line {
    border-top: 1px solid var(--tertiary);
    position: absolute;
    top: 25px;
    right: 0;
    left: -1000px;
}
#best-category .double-square-link::before {
    right: -50px;
    left: -50px;
}
.best-category-overflow {
    position: relative;
}
.best-category-overflow::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: -10000px;
    width: 10000px;
    background-color: var(--white);
    z-index: 2;
}
.best-category-top .double-square-link::before {
    left: -50px;
    right: -50px;
}
.best-category-top .vertical-text {
    position: relative;
    top: 1em;
}
.best-category-title {
    min-height: 2.4em;
}
.best-category-top .triple-lines {
    position: absolute;
    top: 0;
    left: 0;
    height: 320px;
    color: var(--tertiary);
    width: 19px;
    z-index: 1;
}
.best-category-top .circle {
    border: 1px solid var(--white);
    width: 100px;
    height: 100px;
    z-index: 1;
    position: absolute;
    top: 265px;
    left: -40px;
}
.best-category-top .square {
    background-color: rgba(255,255,255,0.5);
    width: 40px;
    height: 40px;
    position: absolute;
    top: 320px;
    z-index: 1;
    left: 45px;
}
.best-selling-products,
.new-in-products,
.related-products-items {
    width: 250px;
}
.best-category-swiper .swiper-button-next,
.feature-blog-container .swiper-button-next,
.related-products-swiper .swiper-button-next {
    right: 0;
}
.best-selling-products .product-res-category {
    display: none !important;
}
.best-category-swiper .arrow,
.new-products-swiper .arrow,
.feature-blog-container .arrow,
.related-products-swiper .arrow {
    top: auto;
    bottom: 0;
    color: var(--primary);
}
.best-category-swiper .swiper-button-prev,
.new-products-swiper .swiper-button-prev,
.feature-blog-container .swiper-button-prev,
.related-products-swiper .swiper-button-prev {
    width: 30px;
    left: 2px;
}
.new-products-swiper .swiper-button-next {
    right: 15px;
}
.new-products-swiper .swiper-button-next,
.related-products-swiper .swiper-button-next {
    width: calc(100vw - 75px);
}
.pbt-logo {
  margin-top: 50px;
  filter: grayscale(1);
}
.contact-company-name {
  font-weight: 500;
  margin-top: 10px;
  font-size: 20px;
}
/*Homepage - Tags Banners*/
.banner-tags-image-background {
    position: relative;
    padding-top: 100%;
    color: white;
}
.banner-tags-image-background:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.05);
    z-index: 1;
}
.banner-tags-image-slogan {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1;
    background: -moz-linear-gradient(top, rgba(0,0,0,0.6) 0%, rgba(0,0,0,0) 100%);
    background: -webkit-linear-gradient(top, rgba(0,0,0,0.6) 0%,rgba(0,0,0,0) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0.6) 0%,rgba(0,0,0,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#99000000', endColorstr='#00000000',GradientType=0 );
}
.banner-tags-image-background.background-1 .circle {
    width: 230px;
    height: 230px;
    background-color: rgba(255,255,255,0.5);
    position: absolute;
    top: 15px;
    left: -70px;
}
.banner-tags-image-background.background-1 .square {
    position: absolute;
    width: 70px;
    height: 70px;
    border: 1px solid;
    top: 175px;
    left: 95px;
    z-index: 1;
}
.banner-tags-image-background.background-1 .line {
    border-right: 1px solid;
    height: 410px;
    top: 175px;
    position: absolute;
    left: 110px;
    z-index: 1;
}
.banner-tags-image-title {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
}
.banner-tags-image-tags {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2;
}
.banner-tags-image-tag {
    position: absolute;
    background-color: rgba(60,60,59,0.8);
    padding: 10px;
    line-height: 1;
    min-width: 160px;
    color: var(--tertiary);
    -webkit-transform: translate(-50%, calc(-100% - 15px));
    -moz-transform: translate(-50%, calc(-100% - 15px));
    -ms-transform: translate(-50%, calc(-100% - 15px));
    -o-transform: translate(-50%, calc(-100% - 15px));
    transform: translate(-50%, calc(-100% - 15px));
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.banner-tags-image-tag.left {
    -webkit-transform: translate(-15px, calc(-100% - 15px));
    -moz-transform: translate(-15px, calc(-100% - 15px));
    -ms-transform: translate(-15px, calc(-100% - 15px));
    -o-transform: translate(-15px, calc(-100% - 15px));
    transform: translate(-15px, calc(-100% - 15px));
}
.banner-tags-image-tag.right {
    -webkit-transform: translate(calc(-100% + 15px), calc(-100% - 15px));
    -moz-transform: translate(calc(-100% + 15px), calc(-100% - 15px));
    -ms-transform: translate(calc(-100% + 15px), calc(-100% - 15px));
    -o-transform: translate(calc(-100% + 15px), calc(-100% - 15px));
    transform: translate(calc(-100% + 15px), calc(-100% - 15px));
}
.banner-tags-image-tag.bottom {
    -webkit-transform: translate(-50%, calc(100% - 40px));
    -moz-transform: translate(-50%, calc(100% - 40px));
    -ms-transform: translate(-50%, calc(100% - 40px));
    -o-transform: translate(-50%, calc(100% - 40px));
    transform: translate(-50%, calc(100% - 40px));
}
.banner-tags-image-tag.bottom.left {
    -webkit-transform: translate(-15px, calc(100% - 40px));
    -moz-transform: translate(-15px, calc(100% - 40px));
    -ms-transform: translate(-15px, calc(100% - 40px));
    -o-transform: translate(-15px, calc(100% - 40px));
    transform: translate(-15px, calc(100% - 40px));
}
.banner-tags-image-tag.bottom.right {
    -webkit-transform: translate(calc(-100% + 15px), calc(100% - 40px));
    -moz-transform: translate(calc(-100% + 15px), calc(100% - 40px));
    -ms-transform: translate(calc(-100% + 15px), calc(100% - 40px));
    -o-transform: translate(calc(-100% + 15px), calc(100% - 40px));
    transform: translate(calc(-100% + 15px), calc(100% - 40px));
}
.banner-tags-image-tag::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    width: 0;
    border-top: 15px solid rgba(60,60,59,0.8);
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    bottom: -15px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.banner-tags-image-tag.left::after {
    right: auto;
}
.banner-tags-image-tag.right::after {
    left: auto;
}
.banner-tags-image-tag.bottom::after {
    border-top: none;
    border-bottom: 15px solid rgba(60,60,59,0.8);
    top: -15px;
    bottom: auto;
}
.banner-tags-image-tag .title {
    margin-bottom: 5px;
    white-space: nowrap;
}
.banner-tags-image-tag .price {
    font-family: 'DM Serif Text', serif;
    color: var(--white);
}
.banner-tags-image-tag .arrow {
    position: relative;
    height: 12px;
}
.banner-tags-image-tag .arrow:before,
.banner-tags-image-tag .arrow:after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
.banner-tags-image-tag .arrow:before {
    left: 0;
    height: 0;
    border-top: 1px solid;
}
.banner-tags-image-tag .arrow:after {
    width: 8px;
    height: 8px;
    border-top: 1px solid;
    border-right: 1px solid;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
.banner-tags-image-tag:hover {
    background-color: var(--primary);
    color: white;
}
.banner-tags-image-tag:hover::after {
    border-top-color: var(--primary);
}
.banner-tags-image-title-right {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1;
}
.banner-tags-image-background.background-2 .square {
    width: 145px;
    height: 145px;
    background-color: rgba(255,255,255,0.5);
    position: absolute;
    bottom: 65px;
    left: 65px;
    z-index: 1;
}
.banner-tags-image-background.background-2 .circle {
    position: absolute;
    width: 290px;
    height: 290px;
    border: 1px solid;
    bottom: 10px;
    left: -155px;
}
.banner-tags-image-background.background-2 .triple-lines {
    width: 21px;
    height: 80%;
    position: absolute;
    bottom: 0;
    left: 50px;
}
.banner-tag-circle-image {
    position: absolute;
    bottom: 0;
    width: 255px;
    height: 255px;
    border-radius: 50%;
    overflow: hidden;
    right: -45px;
}
.banner-tags-right-section .double-square-link {
    position: absolute;
    left: 50px;
    bottom: -80px;
}
.banner-tags-right-section > .triple-lines.vertical {
    width: 21px;
    position: absolute;
    left: 50px;
    top: 20%;
    color: var(--tertiary);
    bottom: 170px;
    z-index: -1;
}
.banner-tags-right-section > .square {
    position: absolute;
    right: 0;
    bottom: 0;
    border: 1px solid var(--tertiary);
    width: 90px;
    height: 90px;
}
.banner-tags-right-section > .line {
    position: absolute;
    border-right: 1px solid var(--tertiary);
    bottom: 0;
    top: 50px;
    right: 15px;
}
.banner-tags-right-section > .square .triple-lines {
    left: 0;
    position: absolute;
    right: -1000px;
    color: var(--tertiary);
    top: 25px;
    height: 15px;
}
.banner-tags-right-section > .circle {
    width: 180px;
    height: 180px;
    background-color: var(--light-blue);
    opacity: 0.5;
    position: absolute;
    right: -130px;
    bottom: 15px;
    z-index: -1;
}
.banner-tags-right-section .double-square-link-box::after {
    width: 85px;
}
/*Homepage - New In*/
#new-products .triple-lines,
#new-products .square {
    color: var(--tertiary);
}
#new-products > .circle {
    position: absolute;
    width: 180px;
    height: 180px;
    background-color: var(--light-blue);
    opacity: 0.5;
    top: 95px;
    left: -55px;
    z-index: 3;
}
#new-products > .triple-lines {
    top: 0;
    height: 290px;
    position: absolute;
    width: 15px;
    left: 80px;
    z-index: 3;
}
#new-products > .square {
    position: absolute;
    width: 90px;
    height: 90px;
    border: 1px solid;
    top: 225px;
    left: 45px;
    z-index: 3;
}
.new-products-top .triple-lines {
    top: 0;
    position: absolute;
    width: 17px;
    height: 320px;
    left: 80px;
    z-index: 1;
}
.new-products-top .circle {
    position: absolute;
    border: 1px solid var(--white);
    width: 100px;
    height: 100px;
    z-index: 1;
    top: 260px;
    left: 40px;
}
.new-products-top .square {
    background-color: rgba(255,255,255,0.5);
    width: 40px;
    height: 40px;
    position: absolute;
    top: 320px;
    z-index: 1;
    left: 120px;
}
.new-products-top .vertical-text {
    position: relative;
    top: 1em;
}
/*Homepage - Shading Categories*/
#shading-categories .square,
#shading-categories .triple-lines.vertical,
#shading-categories .big-square {
    color: var(--tertiary);
}
.shading-categories-left .square {
    width: 65px;
    height: 65px;
    border: 1px solid;
    position: absolute;
    top: 20px;
    right: 40px;
}
.shading-categories-left .circle {
    position: absolute;
    background-color: var(--primary);
    opacity: 0.15;
    width: 200px;
    height: 200px;
    right: -75px;
    top: 55px;
    z-index: -1;
}
.shading-cat-wrap {
    position: relative;
}
.shading-cat-image {
    position: relative;
    padding-top: 100%;
    overflow: hidden;
}
.shading-cat-image::after {
    content: "";
    position: absolute;
    background-color: rgba(0,0,0,0.05);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.shading-cat-title {
    position: absolute;
    bottom: 10px;
    left: 10px;
    background-color: var(--white);
    font-family: 'DM Serif Text', serif;
    padding: 2px;
    z-index: 1;
}
body.gr .shading-cat-title {
    font-family: 'Source Serif Pro', serif;
    font-weight: 600 !important;
}
.shading-cat-item.layout-1 .triple-lines {
    height: 70%;
    width: 21px;
    position: absolute;
    top: 0;
    left: 75px;
}
.shading-cat-item.layout-1 .circle {
    position: absolute;
    border: 1px solid var(--white);
    width: 100px;
    height: 100px;
    top: calc(70% - 60px);
    left: 35px;
    z-index: 1;
    opacity: 1;
    background-color: transparent;
}
.shading-cat-item.layout-1 .square {
    width: 40px;
    height: 40px;
    background-color: var(--white);
    position: absolute;
    top: 70%;
    right: auto;
    left: 115px;
    opacity: 0.6;
    border: 0;
}
.shading-cat-item.layout-2 .square {
    width: 210px;
    height: 210px;
    border: 1px solid var(--white);
    position: absolute;
    bottom: 100px;
    z-index: 1;
    left: -85px;
}
.shading-cat-item.layout-2 .triple-lines {
    color: var(--white);
    width: 60px;
    height: 13px;
    left: 100px;
    position: absolute;
}
.shading-cat-item.layout-2 .triple-lines.set-1 {
    bottom: 225px;
}
.shading-cat-item.layout-2 .triple-lines.set-2 {
    bottom: 243px;
}
.shading-cat-item.layout-2 .triple-lines.set-3 {
    bottom: 261px;
}
.shading-cat-item.layout-3 .big-square {
    border: 1px solid;
    position: absolute;
    width: 220px;
    height: 220px;
    bottom: -160px;
    right: -20px;
}
.shading-cat-item.layout-3 .small-square {
    position: absolute;
    background-color: var(--primary);
    opacity: 0.15;
    width: 95px;
    height: 95px;
    right: 0;
    bottom: -210px;
}
.shading-cat-item.layout-4 .shading-cat-image {
    border-radius: 50%;
}
#shading-categories .double-square-link-box::after {
    width: 120px;
}
/*Homepage - Latest Projects*/
#featured-projects {
    position: relative;
}
#featured-projects::before {
    content: "";
    background-color: rgba(198,198,198,0.2);
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
}
#featured-projects::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 10%;
    background: -moz-linear-gradient(left, rgba(226,226,226,0) 0%, rgba(226,226,226,1) 100%);
    background: -webkit-linear-gradient(left, rgba(226,226,226,0) 0%,rgba(226,226,226,1) 100%);
    background: linear-gradient(to right, rgba(226,226,226,0) 0%,rgba(226,226,226,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00e2e2e2', endColorstr='#e2e2e2',GradientType=1 );
    pointer-events: none;
}
#featured-projects .big-square,
#featured-projects .small-circle,
#featured-projects .triple-lines.horizontal {
    color: var(--tertiary);
}
.featured-projects-container {
    margin-right: -65%;
}
.featured-projects-top .double-square-link {
    left: 10px;
    z-index: 2;
}
.featured-projects-top .double-square-link-box::after {
    width: 120px;
}
.featured-project-res-image {
    position: relative;
    width: 44.5vw;
}
.featured-project-res-product {
    height: 8vw;
}
.featured-project-res-product a {
    width: 8vw;
}
.featured-project-res-product {
    position: relative;
    padding-top: 100%;
}
.featured-project-res-product:not(:last-child) {
    margin-bottom: 10px;
}
.sk-carousel.featured-projects-carousel .slick-arrow {
    color: var(--primary);
    bottom: -40px;
    top: auto;
}
.sk-carousel.featured-projects-carousel .slick-prev {
    width: 30px;
    left: 10px;
}
.sk-carousel.featured-projects-carousel .slick-next {
    right: calc(40% + 12px);
    width: calc(100vw - 80px);
}
.featured-projects-bottom .big-square {
    width: 230px;
    height: 230px;
    border: 1px solid;
}
.featured-projects-bottom .small-square {
    background-color: var(--primary);
    opacity: 0.15;
    position: absolute;
    width: 95px;
    height: 95px;
    bottom: -50px;
    left: 115px;
}
.featured-projects-bottom .vertical-title {
    margin-top: -155px;
    mix-blend-mode: multiply;
    pointer-events: none;
}
#featured-projects > .big-circle {
    width: 180px;
    height: 180px;
    position: absolute;
    top: 120px;
    right: 80px;
    background-color: var(--default);
    z-index: 1;
    opacity: 0.3;
}
#featured-projects > .triple-lines.vertical {
    color: white;
    position: absolute;
    top: 25px;
    width: 15px;
    height: 290px;
    right: 120px;
    z-index: 1;
}
#featured-projects > .small-square {
    border: 1px solid var(--white);
    width: 90px;
    height: 90px;
    position: absolute;
    top: 245px;
    right: 75px;
    z-index: 1;
}
#featured-projects > .big-square {
    position: absolute;
    width: 135px;
    height: 135px;
    bottom: 40px;
    right: 125px;
    z-index: 2;
    border: 1px solid;
}
#featured-projects .triple-lines.horizontal {
    position: absolute;
    z-index: 1;
    width: 60px;
    right: 230px;
    height: 13px;
}
#featured-projects .triple-lines.horizontal.set-1 {
    bottom: 60px;
}
#featured-projects .triple-lines.horizontal.set-2 {
    bottom: 78px;
}
#featured-projects .triple-lines.horizontal.set-3 {
    bottom: 96px;
}
#featured-projects > .small-circle {
    width: 160px;
    height: 160px;
    position: absolute;
    background-color: var(--white);
    right: 35px;
    z-index: 1;
    bottom: -50px;
}
/*Homepage - Trusted Partners*/
#trusted-partners .triple-lines,
#trusted-partners .big-square,
#trusted-partners .balloon-line {
    color: var(--tertiary);
    position: absolute;
}
#trusted-partners > .triple-lines {
    width: 13px;
    top: -85px;
    left: 10px;
    bottom: -290px;
}
#trusted-partners .balloon-line {
    left: 0;
    right: 0;
    bottom: 0;
    height: 55px;
}
#trusted-partners .balloon-line .circle {
    width: 50px;
    height: 50px;
    border: 1px solid;
}
.trusted-partners-image {
    position: relative;
    padding-top: 100%;
}
.trusted-partners-bottom {
    margin-top: -85px;
}
.trusted-partners-bottom .big-square {
    width: 165px;
    height: 165px;
    border: 1px solid;
    top: 0;
    left: -140px;
}
.trusted-partners-bottom .small-square {
    position: absolute;
    top: 15px;
    background-color: rgba(156,219,217,0.15);
    width: 55px;
    height: 55px;
    left: -3px;
}
.trusted-partners-bottom .small-square .line {
    position: absolute;
    border-right: 1px solid var(--white);
    top: 0;
    left: 0;
    width: 0;
    bottom: 0;
    right: 0;
    margin: auto;
}
.partners-res-wrap {
    cursor: pointer;
    -webkit-filter: brightness(0);
    filter: brightness(0);
    opacity: 0.4;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.partners-res-wrap:hover {
    -webkit-filter: none;
    filter: none;
    opacity: 1;
}
/*Homepage - Tips & Advice*/
.feature-blog-container .circle,
.feature-blog-container .triple-lines,
#feature-blog > .triple-lines {
    position: absolute;
    z-index: 2;
}
.feature-blog-gradient {
    position: relative;
}
.feature-blog-gradient::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 20%;
    background: -moz-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
    background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
    background: linear-gradient(to right, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=1 );
    pointer-events: none;
    z-index: 1;
}
.feature-blog-res-image {
    position: relative;
    padding-top: 56.5%;
}
.feature-blog-container .circle {
    background-color: var(--primary);
    opacity: 0.15;
    width: 180px;
    height: 180px;
    left: calc(33% - 120px);
    bottom: -75px;
}
.feature-blog-container .triple-lines {
    width: 15px;
    bottom: -75px;
    left: calc(33% - -20px);
    height: 290px;
    color: var(--white);
}
#feature-blog > .triple-lines {
    top: -300px;
    bottom: -400px;
    right: 15px;
    width: 15px;
    color: var(--tertiary);
}
.feature-blog-res-item {
    width: 535px;
}
/*Homepage - Footer Introduction*/
#footer-introduction .triple-lines,
#footer-introduction .big-square {
    color: var(--tertiary);
}
#footer-introduction .triple-lines {
    height: 15px;
}
#footer-introduction .big-square {
    position: absolute;
    width: 90px;
    height: 90px;
    border: 1px solid;
    top: -50px;
    left: 45%;
}
#footer-introduction .small-square {
    position: absolute;
    width: 30px;
    height: 30px;
    background-color: rgba(156,219,217,0.15);
    left: calc(45% + 10px);
    top: -64px;
}
#footer-introduction .small-square .line {
    border-top: 1px solid var(--white);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 0;
    margin: auto;
}
/*About us - Our Philosophy*/
#our-philosophy .triple-lines,
#our-philosophy .square,
.project-publish-right .triple-lines,
.project-publish-right .square {
    position: absolute;
    color: var(--tertiary);
}
#our-philosophy .triple-lines,
.project-publish-right .triple-lines {
    height: 380px;
    width: 15px;
    top: -40px;
    right: -25px;
}
#our-philosophy .circle,
.project-publish-right .circle {
    position: absolute;
    background-color: var(--primary);
    opacity: 0.15;
    width: 180px;
    height: 180px;
    top: 0;
    right: -65px;
}
#our-philosophy .square,
.project-publish-right .square {
    border: 1px solid;
    width: 55px;
    height: 55px;
    top: 135px;
    right: 65px;
}
.our-philosophy-image {
    padding-top: 53%;
    position: relative;
}
.our-philosophy-title {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    background: -moz-linear-gradient(top, rgba(0,0,0,0.6) 0%, rgba(0,0,0,0) 100%);
    background: -webkit-linear-gradient(top, rgba(0,0,0,0.6) 0%,rgba(0,0,0,0) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0.6) 0%,rgba(0,0,0,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#99000000', endColorstr='#00000000',GradientType=0 );
}
#our-philosophy .our-philosophy-image .triple-lines {
    right: auto;
    left: 20px;
    top: -25px;
    height: 90%;
}
#our-philosophy .our-philosophy-image .circle {
    background: none;
    border: 1px solid var(--white);
    right: auto;
    left: -25px;
    top: calc(90% - 80px);
    opacity: 1;
    width: 100px;
    height: 100px;
}
#our-philosophy .our-philosophy-image .square {
    right: auto;
    border: 0;
    width: 40px;
    height: 40px;
    background-color: rgba(255,255,255,0.6);
    top: calc(90% - 20px);
    left: 55px;
}
/*About us - Our Identity*/
#our-identity .balloon-line,
#our-identity .square {
    position: absolute;
    color: var(--tertiary);
}
#our-identity .triple-lines {
    top: -350px;
}
.our-identity-left .balloon-line {
    bottom: 0;
    left: 115px;
    max-width: 100%;
    width: 300px;
    height: 50px;
}
.our-identity-left .balloon-line .circle {
    width: 50px;
    height: 50px;
    border: 1px solid;
}
.our-identity-left .square {
    border: 1px solid;
    bottom: 0;
    right: -125px;
    width: 170px;
    height: 170px;
}
.our-identity-mobile-shapes .square {
    width: 75px;
    height: 75px;
    border: 1px solid;
    position: relative !important;
}
.our-identity-mobile-shapes .triple-lines {
    color: var(--tertiary);
    position: absolute;
    top: 15px !important;
    left: 25px;
    right: -200px !important;
    height: 9px;
    width: auto !important;
}
/*About us - Values & Principles*/
#values-principles .big-square,
#values-principles .triple-lines {
    position: absolute;
    color: var(--tertiary);
}
#values-principles .big-square {
    width: 370px;
    height: 370px;
    border: 1px solid;
    bottom: -300px;
    left: 0;
}
#values-principles .small-square {
    position: absolute;
    background-color: var(--primary);
    opacity: 0.15;
    width: 115px;
    height: 115px;
    left: 65px;
    bottom: 0;
}
#values-principles .triple-lines {
    width: 15px;
    height: 320px;
    bottom: -260px;
    left: 72.5%;
}
/*About us - Features*/
#about-features .circle,
#about-features .square,
#about-features .triple-lines {
    position: absolute;
}
#about-features > .square,
#about-features > .triple-lines,
.about-feature-item.layout-2 .triple-lines {
    color: var(--tertiary);
}
.about-feature-item.layout-3 .triple-lines,
.about-feature-item.layout-4 .triple-lines,
.about-feature-item.layout-4 .circle {
    color: var(--white);
}
#about-features > .square {
    width: 90px;
    height: 90px;
    border: 1px solid;
    bottom: 0;
    right: 310px;
}
#about-features > .triple-lines {
    height: 15px;
    width: 400px;
    right: 0;
    bottom: 50px;
}
#about-features > .circle {
    width: 180px;
    height: 180px;
    bottom: 15px;
    right: 185px;
    background-color: var(--primary);
    opacity: 0.15;
}
.about-feature-item {
    position: relative;
    cursor: pointer;
}
.about-feature-item.active {
    z-index: 1;
}
.about-feature-wrap {
    position: relative;
    color: var(--white);
    overflow: hidden;
}
.about-feature-wrap:before {
    content: "";
    border-top: 3px solid var(--primary);
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    z-index: 4;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.about-feature-image {
    position: relative;
    padding-top: 88%;
}
.about-feature-item.layout-1 .about-feature-image {
    padding-top: 130%;
}
.about-feature-item.layout-3 .about-feature-image {
    padding-top: 43%;
}
.about-feature-over {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0,0,0,0.05);
}
.about-feature-toggle {
    background-color: var(--white);
    position: absolute;
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    cursor: pointer;
    color: var(--tertiary);
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: 3;
}
.about-feature-toggle::after {
    content: "+";
}
.about-feature-description {
    z-index: 2;
    position: relative;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    height: 100%;
}
.about-feature-desc-scroll-content {
    position: relative;
}
.about-feature-desc-scroll-content.scrollable:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 65px;
    pointer-events: none;
    background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
    background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
    background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );
}
.about-feature-desc-scroll {
    height: 265px;
    max-height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    background-color: var(--white);
    color: var(--default);
}
.about-feature-title {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    color: var(--white);
    background: -moz-linear-gradient(top, rgba(90,92,99,0) 0%, rgba(90,92,99,0.65) 100%);
    background: -webkit-linear-gradient(top, rgba(90,92,99,0) 0%,rgba(90,92,99,0.65) 100%);
    background: linear-gradient(to bottom, rgba(90,92,99,0) 0%,rgba(90,92,99,0.65) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#005a5c63', endColorstr='#a65a5c63',GradientType=0 );
}
.about-feature-item.active .about-feature-wrap:before {
    width: 100%;
}
.about-feature-item.active .about-feature-toggle {
    color: var(--primary);
}
.about-feature-item.active .about-feature-toggle::after {
    content: "-";
    font-size: 40px !important;
}
.about-feature-item:not(.active) .about-feature-description {
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
    pointer-events: none;
    opacity: 0;
}
.about-feature-item.layout-2 .triple-lines.horizontal {
    height: 19px;
    width: 320px;
    left: -245px;
    top: 150px;
}
.about-feature-item.layout-2 .triple-lines.vertical {
    width: 15px;
    top: 0;
    bottom: -30px;
    left: 60px;
}
.about-feature-item.layout-2 .circle {
    border: 1px solid var(--white);
    width: 100px;
    height: 100px;
    top: 110px;
    left: 25px;
}
.about-feature-item.layout-2 .square {
    background-color: var(--white);
    opacity: 0.6;
    width: 40px;
    height: 40px;
    left: 105px;
    top: 170px;
}
.about-feature-item.layout-3 .triple-lines,
.about-feature-item.layout-4 .triple-lines {
    top: 0;
    width: 23px;
    left: 75px;
}
.about-feature-item.layout-3 .triple-lines {
    bottom: 0;
}
.about-feature-item.layout-4 .triple-lines {
    bottom: 40px;
}
.about-feature-item.layout-4 .circle {
    width: 290px;
    height: 290px;
    border: 1px solid;
    top: 0;
    left: -130px;
}
.about-feature-item.layout-4 .square {
    width: 145px;
    height: 145px;
    opacity: 0.6;
    background-color: var(--white);
    top: 95px;
    left: 90px;
}
/*About us - Mission & Vision*/
#mission-vision {
    z-index: 1;
}
#mission-vision:after {
    content: "";
    position: absolute;
    background-color: #f0f0f0;
    top: 0;
    left: 0;
    right: 0;
    height: 65%;
    z-index: -1;
}
#mission-vision .triple-lines,
#mission-vision .circle,
#mission-vision .square {
    color: var(--white);
    position: absolute;
}
#mission-vision > .triple-lines {
    height: 9px;
    top: 60px;
    left: 55px;
    width: 555px;
}
#mission-vision > .circle {
    background-color: var(--white);
    opacity: 0.5;
    width: 280px;
    height: 280px;
    top: -65px;
    right: 30%;
    z-index: 1;
}
.about-feature-item.mission-res-item.layout-1 .about-feature-image {
    padding-top: 58%;
}
.about-feature-item.mission-res-item.layout-2 .about-feature-image {
    padding-top: 100%;
}
.about-feature-item.mission-res-item.layout-2 .circle {
    width: 250px;
    height: 250px;
    bottom: 15px;
    top: auto;
    left: -125px;
}
.about-feature-item.mission-res-item.layout-2 .triple-lines.vertical {
    left: 45px;
    width: 21px;
    bottom: 0;
    height: 75%;
    top: auto;
}
.about-feature-item.mission-res-item.layout-2 .square {
    width: 150px;
    height: 150px;
    opacity: 0.5;
    background-color: var(--white);
    bottom: 200px;
    left: 60px;
    top: auto;
}
/*Catalogues*/
.catalogues-results .square {
    width: 40px;
    height: 40px;
    background-color: rgba(255,255,255,0.6);
    position: absolute;
    left: 43.25%;
    top: 110px;
    z-index: 1;
}
.catalogues-results .circle {
    width: 100px;
    height: 100px;
    border: 1px solid var(--white);
    position: absolute;
    left: 39%;
    z-index: 1;
    top: 70px;
}
.catalogue-res-wrap {
    position: relative;
    overflow: hidden;
}
.catalogue-res-image {
    position: relative;
    padding-top: 100%;
}
.catalogue-res-image img {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.catalogue-res-over {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}
.catalogue-res-title {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 25px 15px 15px;
    color: var(--white);
    background: linear-gradient(to bottom,  rgba(90,92,99,0) 0%,rgba(90,92,99,0.65) 100%);
}
.catalogue-res-wrap:hover .catalogue-res-image img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
/*Constantinou Blinds*/
#shading-solutions .triple-lines,
#shading-solutions .large-square {
    color: var(--tertiary);
    position: absolute;
}
.shading-solutions-right .circle-image.large {
    margin-top: -65px;
    margin-left: auto;
    margin-right: 110px;
}
.shading-solutions-right .triple-lines.vertical {
    bottom: 100px;
    width: 15px;
    top: -300px;
    left: 160px;
}
.shading-solutions-right .small-square {
    position: absolute;
    width: 55px;
    height: 55px;
    background-color: var(--primary);
    right: 70px;
    opacity: 0.15;
    top: 115px;
}
.shading-solutions-right .large-square {
    border: 1px solid;
    width: 75px;
    height: 75px;
    right: 95px;
    top: 50px;
}
.shading-solutions-right .triple-lines.horizontal {
    bottom: 0;
    right: 130px;
    width: 50px;
    height: 11px;
}
.shading-solutions-right .triple-lines.horizontal.set-2 {
    bottom: 15px;
}
.shading-solutions-right .triple-lines.horizontal.set-3 {
    bottom: 30px;
}
.shading-solutions-paragraphs {
    position: relative;
    top: -0.3em;
}
/*Services - Our Process*/
.our-process-title-vertical-title {
    -webkit-transform: translateX(100%) rotate(-90deg);
    -moz-transform: translateX(100%) rotate(-90deg);
    -ms-transform: translateX(100%) rotate(-90deg);
    -o-transform: translateX(100%) rotate(-90deg);
    transform: translateX(100%) rotate(-90deg);
    -webkit-transform-origin: left bottom;
    -moz-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    -o-transform-origin: left bottom;
    transform-origin: left bottom;
}
.process-square-number {
    border: 1px solid var(--tertiary);
    padding-top: 100%;
    position: relative;
}
.process-square-number-container {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.our-process-step-item {
    overflow: hidden;
}
.our-process-step-wrap {
    position: relative;
    color: var(--white);
    cursor: pointer;
}
.our-process-step-circle {
    padding-top: 100%;
    border-radius: 50%;
    background-color: var(--tertiary);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    position: relative;
}
.our-process-step-wrap .triple-lines {
    position: absolute;
    height: 15px;
    top: 20%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    color: var(--white);
}
.our-process-step-wrap .triple-lines.left {
    left: -1000px;
    right: 50%;
}
.our-process-step-wrap .triple-lines.right {
    left: 50%;
    right: -1000px;
}
.swiper-slide:first-child .our-process-step-item .triple-lines.left {
    display: none;
}
.swiper-slide:last-child .our-process-step-item .triple-lines.right {
    display: none;
}
.our-process-step-title {
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 40px;
}
.our-process-step-item.active .our-process-step-circle {
    background-color: var(--primary);
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
}
.our-process-image {
    position: relative;
    padding-top: 56%;
}
.sk-carousel.our-process-carousel .slick-arrow {
    top: auto;
    bottom: 0;
    color: var(--primary);
}
.sk-carousel.our-process-carousel .slick-prev {
    left: 0;
    width: 100px;
}
.sk-carousel.our-process-carousel .slick-next {
    width: calc(100% - 115px);
    right: auto;
    left: 115px;
}
.our-process-bottom .square,
.our-process-bottom .triple-lines {
    color: var(--tertiary);
    position: absolute;
}
.our-process-bottom .circle {
    position: absolute;
    bottom: -45px;
    right: calc(60% - 140px);
    width: 160px;
    height: 160px;
    background-color: rgba(255,255,255,0.6);
}
.our-process-bottom .square {
    border: 1px solid;
    width: 135px;
    height: 135px;
    right: calc(60% - 45px);
    bottom: 50px;
}
.our-process-bottom .triple-lines {
    height: 11px;
    width: 60px;
    right: calc(60% + 63px);
    bottom: 75px;
}
.our-process-bottom .triple-lines.set-2 {
    bottom: 90px;
}
.our-process-bottom .triple-lines.set-3 {
    bottom: 105px;
}
.our-process-title-item:not(.active) {
    display: none;
}
/*Services - Features*/
.services-features .about-feature-item.layout-2 .triple-lines.vertical {
    top: -500px;
    bottom: 100%;
}
/*Projects Results*/
#projects-results .circle,
#projects-results .big-circle,
#projects-results .small-circle,
#projects-results .square,
#projects-results .big-square,
#projects-results .small-square,
#projects-results .triple-lines {
    position: absolute;
}
.project-tab {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    cursor: pointer;
    z-index: 1;
    position: relative;
}
.project-tab::before {
    content: "";
    position: absolute;
    top: -5px;
    bottom: -5px;
    left: 0;
    right: 0;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-transform: scaleY(0);
    -moz-transform: scaleY(0);
    -ms-transform: scaleY(0);
    -o-transform: scaleY(0);
    transform: scaleY(0);
    background-color: var(--primary);
    z-index: -1;
}
.project-tab.active {
    color: var(--white);
}
.project-tab.active::before {
    -webkit-transform: scaleY(1);
    -moz-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -o-transform: scaleY(1);
    transform: scaleY(1);
}
.project-dropdown:not(.active) {
    display: none;
}
.project-res-preview-image {
    position: relative;
    color: var(--white);
    overflow: hidden;
}
.project-res-product-wrap {
    position: relative;
    padding-top: 100%;
}
.project-res-wrap {
    position: relative;
}
.project-res-title {
    padding: 5px 10px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    font-size: 14px;
    font-family: 'DM Serif Text', serif;
    background: -moz-linear-gradient(top, rgba(90,92,99,0) 0%, rgba(90,92,99,1) 100%);
    background: -webkit-linear-gradient(top, rgba(90,92,99,0) 0%,rgba(90,92,99,1) 100%);
    background: linear-gradient(to bottom, rgba(90,92,99,0) 0%,rgba(90,92,99,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#005a5c63', endColorstr='#5a5c63',GradientType=0 );
}
body.gr .project-res-title {
    font-family: 'Source Serif Pro', serif;
    font-weight: 600 !important;
}
.project-res-item.layout-1 .project-res-wrap {
    height: 100%;
}
.project-res-item.layout-1 .project-res-preview-image {
    height: 100%;
}
.project-res-item.layout-1 .circle {
    width: 135px;
    height: 135px;
    border: 1px solid var(--white);
    bottom: 20px;
    right: -40px;
    z-index: 1;
}
.project-res-item.layout-2 .project-res-wrap {
    height: 100%;
}
.project-res-item.layout-2 .project-res-preview-image {
    height: 100%;
}
.project-res-item.layout-2 .project-res-product-wrap .big-square {
    position: absolute;
    top: 0;
    right: 0;
    width: 195px;
    height: 195px;
    border: 1px solid var(--tertiary);
}
.project-res-item.layout-2 .project-res-product-wrap .small-square {
    width: 95px;
    height: 95px;
    background-color: var(--primary);
    opacity: 0.15;
    right: -65px;
    bottom: -115px;
    z-index: 1;
}
.project-res-item.layout-2 .project-res-product-wrap .triple-lines {
    width: 365px;
    color: var(--tertiary);
    height: 15px;
    left: -365px;
    bottom: -15px;
}
.project-res-item.layout-2 .project-res-wrap .triple-lines {
    height: 15px;
    color: var(--white);
    width: 300px;
    top: 63px;
    left: -115px;
}
.project-res-item.layout-2 .project-res-wrap .circle {
    width: 100px;
    height: 100px;
    border: 1px solid var(--white);
    top: 20px;
    left: 140px;
}
.project-res-item.layout-2 .project-res-wrap .square {
    width: 40px;
    height: 40px;
    background-color: var(--white);
    opacity: 0.6;
    top: 75px;
    left: 220px;
}
.project-res-item.layout-3 {
    min-height: 100%;
}
.project-res-item.layout-3 .project-res-wrap .triple-lines {
    width: 15px;
    height: 300px;
    color: var(--white);
    right: 60px;
    bottom: -65px;
    z-index: 1;
}
.project-res-item.layout-3 .project-res-wrap .circle {
    border: 1px solid var(--white);
    width: 100px;
    height: 100px;
    bottom: 200px;
    right: 25px;
}
.project-res-item.layout-3 .project-res-wrap .square {
    width: 40px;
    height: 40px;
    background-color: var(--white);
    opacity: 0.67;
    right: 30px;
    bottom: 280px;
}
.project-results-inspired .vertical-title {
    position: relative;
    left: -0.9em;
}
.project-results-inspired .circle {
    width: 180px;
    height: 180px;
    background-color: var(--primary);
    opacity: 0.15;
    top: 0;
    left: 100px;
}
.project-results-inspired .triple-lines {
    bottom: 0;
    right: 25px;
    width: 15px;
    top: -240px;
    color: var(--tertiary);
}
.project-results-shapes .square {
    width: 195px;
    height: 195px;
    border: 1px solid var(--tertiary);
    bottom: 0;
    left: 25px;
}
.project-results-shapes .triple-lines {
    bottom: 145px;
    height: 15px;
    left: 170px;
    right: -1000px;
    color: var(--tertiary);
}
.project-dropdown .load-more .double-square-link-box::after,
.news-categories-dropdown .load-more .double-square-link-box::after {
    width: 125px;
}
/*Project Publish*/
.project-back {
    color: var(--primary);
    text-align: right;
    font-size: 11px;
    font-weight: 500;
    display: inline-block;
    margin-right: 10px;
    font-family: var(--font-family);
    vertical-align: middle;
}
.project-back .text {
    display: inline-block;
    padding-left: 25px;
}
.project-back .arrow {
    display: block;
    border-top: 2px solid;
    position: relative;
}
.project-back .arrow::before {
    content: "";
    position: absolute;
    top: -7px;
    left: 0;
    border-top: 2px solid;
    border-left: 2px solid;
    width: 12px;
    height: 12px;
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.publish-image-group:not(.active),
.popup-color-image:not(.active) {
    display: none;
}
.gallery-popup-container .publish-image-group:not(.active) {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0;
    z-index: -1;
    pointer-events: none;
}
.project-publish-images {
    position: relative;
}
.project-publish-car-image {
    position: relative;
    padding-top: 63%;
}
.sk-carousel.project-publish-carousel .slick-arrow {
    bottom: -40px;
    top: auto;
    transform: none;
    -webkit-transform: none;
    width: 50%;
    height: 50px;
    padding: 10px;
    color: var(--primary);
}
.sk-carousel.project-publish-carousel .slick-prev {
    left: 0;
}
.sk-carousel.project-publish-carousel .slick-next {
    right: 0;
    background-color: var(--primary);
    color: var(--white);
}
.sk-carousel.project-publish-carousel .slick-arrow::before {
    left: 25px;
    right: 25px;
}
.sk-carousel.project-publish-carousel .slick-prev::after {
    left: 26px;
}
.sk-carousel.project-publish-carousel .slick-next::after {
    right: 26px;
}
.sk-carousel.project-publish-carousel .slick-arrow:hover {
    background-color: var(--hov-primary);
    color: var(--white);
}
.project-publish-images .carousel-numbers {
    position: absolute;
    bottom: 5px;
    left: 0;
    right: 0;
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.4) 100%);
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.4) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.4) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#66000000',GradientType=0 );
    pointer-events: none;
}
.project-publish-images .big-circle,
.project-publish-images .small-circle,
.project-publish-images .big-square,
.project-publish-images .small-square,
.project-publish-images .triple-lines {
    position: absolute;
    z-index: 1;
}
.project-publish-products-container {
    position: relative;
}
.project-publish-products-container:after {
    content: "";
    position: absolute;
    right: -20px;
    top: 0;
    bottom: 0;
    width: 85px;
    background: -moz-linear-gradient(left,  rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
    background: -webkit-linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
    background: linear-gradient(to right,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=1 );
    pointer-events: none;
}
/*News Results*/
.news-categories-tab {
    cursor: pointer;
    position: relative;
}
.news-categories-tab::before {
    content: "";
    position: absolute;
    z-index: -1;
    background-color: var(--light-blue);
    height: 1em;
    width: 0;
    left: 0;
    bottom: -2px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.news-categories-tab.active::before,
.news-categories-tab:hover::before{
    width: 100%;
}
.news-categories-dropdown:not(.active) {
    display: none;
}
.news-categories-dropdown .balloon-line,
.news-categories-dropdown .triple-lines,
.news-categories-dropdown .circle,
.news-categories-dropdown .small-square,
.news-categories-dropdown .big-square,
.news-categories-dropdown .line {
    position: absolute;
}
.blog-res-image {
    position: relative;
    padding-top: 56%;
}
.blog-res-category {
    position: absolute;
    top: 10px;
    left: 10px;
    font-size: 12px;
    color: var(--white);
    z-index: 1;
}
.blog-res-category::before {
    content: "";
    position: absolute;
    height: 1em;
    left: -2px;
    width: 100%;
    background-color: var(--primary);
    z-index: -1;
    bottom: -2px;
}
.blog-res-title {
    font-size: 14px;
    font-family: 'DM Serif Text', serif;
    color: rgba(60,60,59,0.8);
    margin-top: 10px;
}
body.gr .blog-res-title {
    font-family: 'Source Serif Pro', serif;
    font-weight: 600 !important;
}
.blog-res-item.layout-2 .blog-res-image {
    padding-top: 80%;
}
.blog-res-item.layout-3 .blog-res-image {
    padding-top: 98%;
}
.blog-res-item.default .blog-res-image {
    position: relative;
    padding-top: 97%;
}
.blog-res-item.layout-1 .balloon-line {
    color: var(--white);
    left: 75%;
    top: 105px;
    height: 55px;
    width: 27vw;
    z-index: 1;
}
.blog-res-item.layout-1 .balloon-line .circle {
    width: 50px;
    height: 50px;
    border: 1px solid;
}
.blog-res-item.layout-2 .triple-lines {
    position: absolute;
    top: 45px;
    height: 15px;
    left: calc(-100% - 60px);
    right: -60px;
    color: var(--tertiary);
}
.blog-res-item.layout-3 .triple-lines {
    bottom: 0;
    width: 15px;
    color: var(--white);
    height: 290px;
    right: 60px;
    z-index: 1;
}
.blog-res-item.layout-3 .circle {
    background-color: #edf7f8;
    width: 180px;
    height: 180px;
    opacity: 0.5;
    right: 20px;
    bottom: -25px;
}
.blog-res-item.default .blog-res-image .big-square {
    left: 0;
    width: 170px;
    height: 170px;
    border: 1px solid var(--tertiary);
    top: -250px;
}
.blog-res-item.default .blog-res-image .small-square {
    background-color: #edf7f8;
    width: 55px;
    height: 55px;
    top: -230px;
    left: 142px;
}
.blog-res-item.default .blog-res-image .small-square .line {
    border-right: 1px solid var(--white);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 0;
}
.blog-res-item.default .blog-res-image .circle {
    background-color: #edf7f8;
    width: 180px;
    height: 180px;
    opacity: 0.5;
    top: -130px;
    left: -250px;
}
.blog-res-item.default .blog-res-right .big-square {
    width: 170px;
    height: 170px;
    top: 0;
    left: 60px;
    border: 1px solid var(--tertiary);
}
.blog-res-item.default .blog-res-right .small-square {
    background-color: #edf7f8;
    width: 55px;
    height: 55px;
    left: 155px;
    top: 142px;
}
.blog-res-item.default .blog-res-right .small-square .line {
    border-top: 1px solid var(--white);
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    height: 0;
    margin: auto;
}
.blog-res-item.default .blog-res-right .triple-lines {
    right: 40px;
    left: -245px;
    height: 15px;
    top: 30px;
    color: var(--tertiary);
}
.blog-res-right::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 55%;
    background-color: rgba(240,240,240,0.5);
    z-index: -1;
}
/*News Publish*/
#new-publish .circle,
#new-publish .triple-lines,
#new-publish .small-square,
#new-publish .big-square,
#new-publish .line,
#new-publish .square {
    position: absolute;
}
.blog-publish-images {
    position: relative;
}
.blog-publish-images .circle {
    bottom: 35px;
    right: 240px;
    border: 1px solid var(--white);
    width: 210px;
    height: 210px;
}
.blog-publish-images .triple-lines {
    width: 35px;
    color: var(--tertiary);
    top: 0;
    bottom: 0;
    height: 75%;
    margin: auto;
    right: 330px;
}
.blog-publish-big-carousel,
.blog-publish-big-carousel .slick-list,
.blog-publish-big-carousel .slick-track,
.blog-publish-big-carousel .slick-slide,
.blog-publish-big-carousel .slick-slide > div,
.blog-publish-big-carousel .carousel-box {
    height: 100%;
}
.blog-publish-image-preview {
    position: relative;
    padding-top: 75%;
}
.blog-publish-image-thumb {
    position: relative;
    padding-top: 100%;
}
.blog-publish-image-preview.multiple {
    padding-top: 100%;
}
.blog-publish-image-preview::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0,0,0,0.05);
    z-index: 1;
}
.blog-publish-big-carousel[data-arrows="true"] .blog-publish-image-preview.multiple::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.8) 100%);
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.8) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.8) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#cc000000',GradientType=0 );
    height: 70px;
}
.blog-publish-thumb-carousel {
    margin: -10px 0;
}
.blog-publish-thumb-carousel .carousel-box {
    padding: 5px 0;
}
.sk-carousel.blog-publish-big-carousel .slick-arrow {
    color: var(--white);
    width: calc(50% - 30px);
    top: auto;
    bottom: 15px;
}
.sk-carousel.blog-publish-big-carousel .slick-prev {
    left: 15px;
}
.sk-carousel.blog-publish-big-carousel .slick-next {
    right: 15px;
}
.blog-publish-category {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    pointer-events: none;
}
.blog-publish-category-item {
    color: var(--white);
    position: relative;
    display: inline-block;
    z-index: 1;
}
.blog-publish-category-item::before {
    content: "";
    position: absolute;
    z-index: -1;
    background-color: var(--primary);
    height: 1em;
    left: -5px;
    width: 100%;
    bottom: -2px;
}
.blog-publish-description iframe {
    width: 100%;
}
.blog-publish-right .triple-lines {
    width: 15px;
    top: 0;
    bottom: -300px;
    left: 50%;
    color: var(--tertiary);
}
.blog-publish-right .big-square {
    border: 1px solid var(--tertiary);
    width: 170px;
    height: 170px;
    left: calc(50% - 125px);
    top: 30%;
}
.blog-publish-right .small-square {
    background-color: #edf7f8;
    top: calc(30% + 100px);
    width: 55px;
    height: 55px;
    left: calc(50% - 152px);
}
.blog-publish-right .small-square .line {
    border-right: 1px solid var(--white);
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 0;
    margin: auto;
}
.blog-publish-middle-right .circle {
    width: 160px;
    height: 160px;
    background-color: var(--white);
    left: 40px;
    bottom: 130px;
}
.blog-publish-middle-right .square {
    width: 135px;
    height: 135px;
    border: 1px solid var(--tertiary);
    left: 125px;
    bottom: 80px;
}
.blog-publish-middle-right .triple-lines {
    height: 13px;
    width: 60px;
    color: var(--tertiary);
    bottom: 105px;
    left: 95px;
}
.blog-publish-middle-right .triple-lines.set-2 {
    bottom: 123px;
}
.blog-publish-middle-right .triple-lines.set-3 {
    bottom: 141px;
}
/*Results*/
.text-display.less p:nth-child(1) {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.text-display.less p:nth-child(2) {
    display: none;
}
.text-toggle {
    display: inline-block;
    cursor: pointer;
    border-bottom: 1px solid;
    line-height: 1.2;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    margin-top: 5px;
    font-weight: 700;
}
.text-toggle:hover {
    color: var(--primary);
}
.filters-toggle {
    font-weight: 700;
    padding: 10px 25px 10px 0;
    border-top: 1px solid var(--tertiary);
    border-bottom: 1px solid var(--tertiary);
    cursor: pointer;
    position: relative;
}
.filters-toggle::after {
    content: "";
    position: absolute;
    width: 0.65em;
    height: 0.65em;
    border-right: 2px solid;
    border-bottom: 2px solid;
    display: block;
    right: 0.2em;
    top: -0.2em;
    bottom: 0;
    margin: auto;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.filters-toggle.active::after {
    -webkit-transform: rotate(225deg);
    -moz-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    -o-transform: rotate(225deg);
    transform: rotate(225deg);
}
.results-description-box .circle {
    position: absolute;
    width: 165px;
    height: 165px;
    background-color: var(--light-blue);
    right: -50px;
    bottom: 40px;
    z-index: -1;
}
.results-description-box .square {
    width: 90px;
    height: 90px;
    position: absolute;
    border: 1px solid var(--tertiary);
    right: -105px;
    bottom: 145px;
}
.sidebar-category-option:not(:last-child) {
    margin-bottom: 10px;
}
.sidebar-category-toggle {
    padding-right: 25px;
    position: relative;
}
.sidebar-category-toggle .toggle {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    -ms-flex-pack: end;
    justify-content: flex-end;
    cursor: pointer;
    width: 25px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.sidebar-category-toggle a {
    display: inline-block;
    position: relative;
}
.sidebar-filter-options > .sidebar-category-option > .sidebar-category-toggle a::before {
    content: "";
    background-color: var(--light-blue);
    position: absolute;
    height: 1em;
    left: -2px;
    bottom: 0;
    width: 0;
    z-index: -1;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.sidebar-filter-options > .sidebar-category-option.active > .sidebar-category-toggle a::before {
    width: calc(100% + 2px);
}
.sidebar-category-toggle .toggle:hover {
    color: var(--primary);
}
.sidebar-category-toggle .toggle::after {
    content: "+";
}
.sidebar-category-option.active > .sidebar-category-toggle > .toggle::after {
    content: "-";
}
.sidebar-category-option:not(.active) > .sidebar-category-dropdown {
    display: none;
}
.sidebar-filter-options > .sidebar-category-option > .sidebar-category-dropdown {
    margin-top: 10px;
    padding-left: 20px;
}
.sidebar-category-dropdown .sidebar-category-toggle {
    padding-bottom: 5px;
}
.sidebar-category-dropdown .sidebar-category-toggle:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    border-bottom: 1px solid;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.sidebar-category-dropdown .sidebar-category-option.active > .sidebar-category-toggle:after {
    width: 100%;
}
.sidebar-category-dropdown .sidebar-category-dropdown {
    margin-top: 5px;
    padding-bottom: 5px;
    font-size: calc(1em - 2px);
    border-bottom: 1px solid;
}
.sidebar-category-dropdown .sidebar-category-dropdown .sidebar-category-toggle {
    padding-bottom: 0;
}
.sidebar-category-dropdown .sidebar-category-dropdown .sidebar-category-option:not(:last-child) {
    margin-bottom: 5px;
}
.sidebar-category-dropdown .sidebar-category-dropdown .sidebar-category-toggle a:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    border-bottom: 1px solid;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.sidebar-category-dropdown .sidebar-category-dropdown .sidebar-category-toggle a:hover::before {
    width: 100%;
}
.sidebar-category-dropdown .sidebar-category-dropdown .sidebar-category-option > .sidebar-category-toggle::after {
    display: none;
}
.sidebar-category-dropdown .sidebar-category-dropdown .sidebar-category-option > .sidebar-category-toggle a {
    font-weight: bold;
    border-bottom: 1px solid;
}
.sidebar-filter-options-more {
    margin-bottom: 10px;
}
.sidebar-filter-options:not(.more) .sidebar-filter-options-more {
    display: none;
}
.sidebar-filter-options-all {
    position: relative;
    display: inline-block;
    cursor: pointer;
    z-index: 1;
}
.sidebar-filter-options-all::before {
    content: "";
    background-color: var(--light-blue);
    position: absolute;
    left: -5px;
    top: 0;
    bottom: 0;
    width: calc(100% + 5px);
    z-index: -1;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.color-sample,
.compare-res-item .product-res-color {
    position: relative;
    margin-left: 2px;
}
.color-sample::after,
.compare-res-item .product-res-color::before {
    content: "";
    position: absolute;
    top: -3px;
    left: -3px;
    right: -3px;
    bottom: -3px;
    border: 1px solid rgba(137,135,140,0.5);
    border-radius: 50%;
    opacity: 1;
}
#input-slider-range-value-low::before,
#input-slider-range-value-high::before {
    content: "€";
}
.noUi-target {
    background: rgba(157,155,160,0.1);
    border-radius: 0;
    border: none !important;
    box-shadow: none;
}
.noUi-horizontal {
    height: 3px;
}
.sk-range-slider .noUi-connect {
    background: var(--default);
}
.noUi-handle {
    border: none;
    border-radius: 0;
    background: var(--default);
    cursor: default;
    box-shadow: none;
}
.noUi-horizontal .noUi-handle {
    width: 11px;
    height: 11px;
    right: -5px;
    top: -4px;
}
.noUi-handle::after, .noUi-handle::before {
    display: none;
}
.product-results-right .small-square,
.catalogues-results .small-square {
    position: absolute;
    background-color: #edf7f8;
    width: 95px;
    height: 95px;
    right: 150px;
    top: -155px;
}
.product-results-right .big-square,
.catalogues-results .big-square {
    border: 1px solid var(--tertiary);
    position: absolute;
    width: 215px;
    height: 215px;
    top: -135px;
    right: 125px;
    z-index: 1;
}
.product-results-header {
    position: relative;
    padding-top: 50%;
}
.product-results-over {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    color: var(--white);
    min-height: 65px;
    background: -moz-linear-gradient(top, rgba(90,92,99,0) 0%, rgba(90,92,99,0.65) 100%);
    background: -webkit-linear-gradient(top, rgba(90,92,99,0) 0%,rgba(90,92,99,0.65) 100%);
    background: linear-gradient(to bottom, rgba(90,92,99,0) 0%,rgba(90,92,99,0.65) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#005a5c63', endColorstr='#a65a5c63',GradientType=0 );
}
.results-selected-options {
    background-color: #f0f0f0;
    position: relative;
    padding: 5px 15px 5px 5px;
    cursor: pointer;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.results-selected-close {
    position: absolute;
    right: 2px;
    top: 5px;
}
.results-selected-close svg {
    fill: none;
    stroke: var(--default);
    stroke-width: 2;
    stroke-miterlimit: 10;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.results-selected-options:hover {
    background-color: var(--primary);
    color: var(--white);
}
.results-selected-options:hover .results-selected-close svg {
    stroke: var(--white);
}
.results-selected-clear {
    border-bottom: 1px solid;
    cursor: pointer;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.product-res-top {
    position: relative;
}
.product-res-images {
    position: relative;
    padding-top: 100%;
    overflow: hidden;
}
.product-res-images:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.1);
}
.product-res-image {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.product-res-image.default,
.product-res-image.active {
    opacity: 1;
}
.product-res-labels {
    position: absolute;
    top: 5px;
    right: 5px;
}
.product-res-labels.left {
    left: 5px;
    right: auto;
}
.product-res-label:not(:last-child) {
    margin-bottom: 3px;
}
.product-res-label {
    position: relative;
    padding-left: 5px;
    padding-bottom: 2px;
    z-index: 1;
    color: var(--white);
    text-shadow: 1px -1px 1px rgba(0,0,0,0.25);
}
.product-res-label:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 0.8em;
    z-index: -1;
    background-color: var(--primary);
}
.product-res-label.error:before {
    background-color: var(--dark-error);
}
.product-res-label.black:before {
    background-color: var(--secondary);
}
.product-res-price {
    position: absolute;
    bottom: 10px;
    right: 10px;
}
.product-res-wishlist,
.wishlist-res-remove {
    position: absolute;
    top: 10px;
    left: 10px;
}
.product-res-wishlist:not(.active) {
    opacity: 0;
    pointer-events: none;
}
.product-res-wishlist svg {
    fill: none;
    stroke-miterlimit: 10;
    stroke: var(--white);
    stroke-width: 2px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.product-res-wishlist.remove svg,
.product-res-wishlist:hover svg,
.wishlist-res-remove svg {
    fill: var(--primary);
    stroke: var(--primary);
}
.product-res-wishlist.remove:hover svg,
.wishlist-res-remove:hover svg {
    fill: var(--hov-primary);
    stroke: var(--hov-primary);
}
.product-res-color {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    position: relative;
    /*cursor: pointer;*/
    background-size: cover;
    background-position: center center;
}
.product-res-color::before {
    content: "";
    position: absolute;
    top: -2px;
    bottom: -2px;
    left: -2px;
    right: -2px;
    border: 1px solid rgba(157,155,160, 0.5);
    border-radius: 50%;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.product-res-color.active::before {
    border-color: var(--primary);
}
/*Publish*/
#product-publish {
    -webkit-transform: translateZ(10px);
    -moz-transform: translateZ(10px);
    -ms-transform: translateZ(10px);
    -o-transform: translateZ(10px);
    transform: translateZ(10px);
}
.publish-product-big-thumb .big-circle,
.publish-product-big-thumb .small-circle,
.publish-product-big-thumb .triple-lines {
    position: absolute;
}
.publish-product-thumb,
.publish-product-big-thumb,
.publish-product-thumb.popup {
    position: relative;
    padding-top: 100%;
    cursor: pointer;
}
.publish-product-thumb.small,
.publish-product-big-thumb.small,
.publish-product-thumb.popup.landscape {
    padding-top: 74.75%;
}
.publish-product-big-thumb .big-circle {
    width: 165px;
    height: 165px;
    background-color: rgba(255,255,255,0.5);
    bottom: 20px;
    left: -40px;
}
.publish-product-big-thumb .small-circle {
    width: 40px;
    height: 40px;
    border: 1px solid var(--tertiary);
    bottom: 50px;
    left: 10px;
}
.publish-product-big-thumb .triple-lines {
    width: 100px;
    height: 12px;
    color: var(--tertiary);
    left: -35px;
    bottom: 140px;
}
.publish-mobile-more-photos:not(.active) {
    height: 40px;
}
.publish-mobile-more-photos:not(.active)::after {
    content: "";
    position: absolute;
    top: -30px;
    left: 0;
    right: 0;
    bottom: 0;
    background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
    background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );
    pointer-events: none;
}
.publish-mobile-more-photos:not(.active) .publish-all-photos {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
}
.publish-all-photos-toggle,
.publish-desktop-all-photos-toggle {
    display: inline-block;
    border-bottom: 1px solid;
    line-height: 1.1;
    cursor: pointer;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.publish-all-photos-toggle:hover,
.publish-desktop-all-photos-toggle:hover {
    color: var(--primary);
}
.sk-megabox-elem.megabox-elem-color {
    border-radius: 50%;
    border: 0 !important;
}
.sk-megabox-elem.megabox-elem-color::after {
    content: "";
    border: 1px solid rgba(157,155,160,0.5);
    position: absolute;
    top: -5px;
    left: -5px;
    right: -5px;
    bottom: -5px;
    display: block;
    border-radius: 50%;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.sk-megabox-elem.megabox-elem-color.small-elem-color::after {
    position: absolute;
    top: -3px;
    left: -3px;
    right: -3px;
    bottom: -3px;
    display: block;
}
.sk-megabox > input:checked ~ .sk-megabox-elem.megabox-elem-color::after {
    border-color: var(--primary)
}
.sk-megabox-elem.megabox-elem-color span {
    border-radius: 50%;
}
.sk-megabox .sk-megabox-elem.megabox-elem-attributes {
    border-radius: 0;
    border-color: inherit;
}
.sk-megabox > input:checked ~ .sk-megabox-elem.megabox-elem-attributes {
    color: var(--primary);
}
#out-of-stock-message,
#out-of-stock-nonrepeat-message {
    display: inline-block;
    position: relative;
}
.out-of-stock-toggle {
    display: inline-block;
    cursor: pointer;
}
.out-of-stock-popup {
    position: absolute;
    left: 0;
    width: auto;
    min-width: 170px;
    top: 25px;
    background-color: var(--white);
    padding: 5px;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: 1;
    font-size: 12px;
}
#out-of-stock-message:not(.active) .out-of-stock-popup,
#out-of-stock-nonrepeat-message:not(.active) .out-of-stock-popup {
    pointer-events: none;
    opacity: 0;
}
.publish-compare-btn {
    position: relative;
}
.publish-compare-btn::after {
    content: "";
    background-color: var(--light-blue);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    height: 1em;
    left: -5px;
    right: 0;
    bottom: -2px;
    position: absolute;
    z-index: -1;
}
.publish-compare-btn svg {
    fill: rgba(137,135,140,0.8);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.publish-compare-btn:hover {
    color: var(--white);
}
.publish-compare-btn:hover::after {
    background-color: var(--primary);
    height: 1.2em;
}
.publish-compare-btn:hover svg {
    fill: var(--white);
}
.publish-wishlist-btn.remove {
    background-color: var(--primary);
}
.publish-wishlist-btn svg {
    stroke: var(--primary);
    fill: transparent;
    stroke-width: 1.25px;
}
.publish-wishlist-btn.remove svg {
    stroke: var(--white);
    fill: var(--white);
}
.publish-wishlist-btn.remove:hover {
    background-color: var(--hov-primary);
    border-color: var(--hov-primary);
}
.publish-wishlist-btn:hover svg {
    stroke: var(--white);
}
.publish-wishlist-btn.non-repeated.add,
.publish-wishlist-btn.non-repeated.add:hover {
    border-color: var(--tertiary);
    background-color: transparent;
}
.publish-wishlist-btn.non-repeated.add svg,
.publish-wishlist-btn.non-repeated.add:hover svg {
    stroke: var(--tertiary);
    fill: transparent;
}
.double-square-link-publish.double-square-link::before {
    height: 55px;
}
.double-square-link-publish.double-square-link .double-square-link-box::before {
    height: 45px;
}
.publish-product-descriptions {
    position: relative;
}
.publish-product-descriptions::before {
    content: "";
    background-color: #f0f0f0;
    left: -1000px;
    right: -1000px;
    top: 0;
    bottom: 0;
    position: absolute;
    z-index: -1;
}
.publish-product-desc-tab {
    border-bottom: 1px solid var(--white);
    color: var(--secondary);
    font-weight: 600;
    cursor: pointer;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.publish-product-desc-tab:hover {
    border-color: var(--primary);
}
.publish-product-desc-tab::after {
    content: "+";
    position: absolute;
    color: rgba(137,135,140,0.8);
    right: 0;
}
.publish-product-desc-tab.active:after {
    content: "-";
}
.publish-product-desc-dropdown {
    border-bottom: 1px solid var(--white);
}
.publish-product-desc-tab:not(.active) + .publish-product-desc-dropdown {
    display: none;
}
.gallery-popup {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 10000;
    background-color: var(--white);
    pointer-events: none;
    opacity: 0;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.gallery-popup.active {
    pointer-events: all;
    opacity: 1;
}
.gallery-popup-scroll {
    max-height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
}
.gallery-popup-close {
    position: absolute;
    top: 15px;
    right: 15px;
}
.gallery-popup-close:hover .menu-icon::before {
    background-color: var(--primary);
}
.pbt-logo-resp {
  display: block;
  margin-top: 20px;
  filter: grayscale(1);
}
@media (orientation: landscape) {
    .publish-product-thumb.popup {
        height: 100vh;
        padding: 0;
    }
    .gallery-popup-left,
    .gallery-popup-left-over {
        -ms-flex: 0 0 100vh;
        flex: 0 0 100vh;
        max-width: 100vh;
    }
    .gallery-popup-container .gallery-popup-left .publish-image-group:not(.active) {
        max-width: 100vh;
    }
    .gallery-popup-left.landscape,
    .gallery-popup-left-over.landscape {
        -ms-flex: 0 0 133.779264vh;
        flex: 0 0 133.779264vh;
        max-width: 133.779264vh;
    }
    .gallery-popup-container .gallery-popup-left.landscape .publish-image-group:not(.active) {
        max-width: 133.779264vh;
    }
}
.gallery-popup-left-over {
    pointer-events: none;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
}
.gallery-popup-left .sk-carousel,
.gallery-popup-left .slick-list {
    height: 100vh;
}
.gallery-popup-left .sk-carousel {
    position: static;
}
.gallery-popup .slick-arrow {
    position: absolute;
    top: auto;
    bottom: 15px;
    height: 40px;
    width: 40px;
    border: 2px solid var(--primary);
    color: var(--primary);
}
.gallery-popup .slick-next {
    right: 15px;
}
.gallery-popup .slick-prev {
    left: auto;
    right: 65px;
}
.gallery-popup .slick-arrow::before {
    display: none;
}
.gallery-popup .sk-carousel .slick-arrow::after {
    width: 15px;
    height: 15px;
    border-width: 2px;
}
.gallery-popup .sk-carousel .slick-prev::after {
    left: 15px;
}
.gallery-popup .sk-carousel .slick-next::after {
    right: 15px;
}
.gallery-popup .slick-arrow:hover {
    background-color: var(--primary);
    color: var(--white);
}
.gallery-popup-left-over .big-circle,
.gallery-popup-left-over .small-circle,
.gallery-popup-left-over .triple-lines {
    position: absolute;
}
.gallery-popup-left-over .big-circle {
    width: 240px;
    height: 240px;
    background-color: rgba(255,255,255,0.5);
    bottom: 15px;
    right: -40px;
}
.gallery-popup-left-over .small-circle {
    border: 1px solid var(--tertiary);
    width: 60px;
    height: 60px;
    bottom: 115px;
    right: 25px;
}
.gallery-popup-left-over .triple-lines {
    height: 165px;
    width: 15px;
    bottom: 0;
    right: 140px;
    color: var(--tertiary);
}
/*Checkout*/
.checkout-step-box {
    border: 1px solid transparent;
    background-color: rgba(198,198,198,0.1);
    color: rgba(90,92,99,0.4);
}
.checkout-step-box.active {
    border-color: #CECECE;
    color: var(--secondary);
    background-color: transparent;
}
.list-group-item {
    border-color: var(--tertiary) !important;
}
.delete-cart-btn svg {
    fill: none;
    stroke: rgba(60,60,59,0.3);
    stroke-miterlimit: 10;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.delete-cart-btn:hover svg {
    stroke: var(--primary);
}
.checkbox-label {
    display: block;
    position: relative;
    margin: 0;
}
.checkbox-label .box {
    display: block;
    padding: 0.5rem;
    position: relative;
    line-height: 1.5;
    border-bottom: 1px solid rgba(205,202,197,0.5);
    color: var(--secondary);
    cursor: pointer;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.checkbox-label input:checked + .box {
    background-color: var(--primary);
    color: var(--white);
    border-color: transparent;
}
.checkbox-label input:not(:checked) + .box:hover {
    color: var(--primary);
}
/*Order Success*/
#order-success .small-square,
#order-success .big-square,
#order-success .balloon-line {
    position: absolute;
    color: var(--tertiary);
}
#order-success .small-square {
    background-color: var(--light-blue);
    width: 95px;
    height: 95px;
    right: 0;
    top: 180px;
}
#order-success .big-square {
    width: 215px;
    height: 215px;
    border: 1px solid;
    top: 85px;
    right: 15px;
}
#order-success .balloon-line {
    bottom: 0;
    left: 0;
    right: -1000px;
    height: 55px;
}
#order-success .balloon-line .circle {
    border: 1px solid;
    width: 50px;
    height: 50px;
}
/*Messages*/
.message-item:not(:first-child) {
    margin-top: 20px;
}
.message-item.received + .message-item.received,
.message-item.send + .message-item.send {
    margin-top: 5px;
}
.message-item.received + .message-item.received .product-res-images,
.message-item.send + .message-item.send .product-res-images {
    display: none;
}
.message-item-text-content {
    display: inline-block;
}
.message-item-content {
    display: inline-block;
    background-color: var(--white);
    color: var(--secondary);
    padding: 10px;
    text-align: left;
}
.message-item.send .message-item-row {
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}
.message-item.send .message-item-text {
    text-align: right;
}
.message-item.send .message-item-content {
    background-color: rgba(157,155,160,0.5);
    color: var(--white);
}
.message-item-date {
    font-size: calc(1em - 2px);
    margin-top: 5px;
    text-align: left;
}
/*Login*/
.login-tab {
    position: relative;
    cursor: pointer;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.login-tab.active,
.login-tab:hover {
    color: var(--secondary);
}
.login-tab:after {
    content: "";
    width: 25px;
    border-bottom: 4px solid var(--primary);
    position: absolute;
    left: 0;
    bottom: 0;
    opacity: 0;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.login-tab.active:after {
    opacity: 1;
}
.login-dropdown:not(.active) {
    display: none;
}
.login-box .line,
.login-box .big-circle,
.login-box .small-circle,
.login-box .big-square,
.login-box .small-square,
.login-box .triple-lines {
    position: absolute;
}
.login-box .line {
    border-bottom: 1px solid var(--tertiary);
    left: 0;
    right: 0;
    bottom: 0;
}
.login-box .big-circle {
    width: 180px;
    height: 180px;
    background-color: rgba(198,198,198,0.5);
    top: 115px;
    right: -115px;
}
.login-box .small-square {
    border: 1px solid var(--tertiary);
    width: 90px;
    height: 90px;
    top: 100px;
    right: -150px;
}
.login-box .triple-lines.white {
    color: var(--white);
    height: 15px;
    width: 290px;
    top: 150px;
    right: -115px;
}
.login-box .small-circle {
    background: var(--white);
    width: 160px;
    height: 160px;
    top: 420px;
    left: 575px;
}
.login-box .big-square {
    width: 135px;
    height: 135px;
    border: 1px solid var(--tertiary);
    top: 350px;
    left: 510px;
}
.login-box .triple-lines.set-1,
.login-box .triple-lines.set-2,
.login-box .triple-lines.set-3 {
    height: 13px;
    width: 60px;
    color: var(--tertiary);
    left: 475px;
}
.login-box .triple-lines.set-1 {
    top: 415px;
}
.login-box .triple-lines.set-2 {
    top: 433px;
}
.login-box .triple-lines.set-3 {
    top: 451px;
}
/*Compare*/
.compare-products-swiper {
    overflow: visible;
}
.compare-products-swiper .swiper-slide {
    height: auto;
}
.compare-res-item {
    height: 100%;
    position: relative;
    padding-bottom: 30px;
}
.compare-res-title {
    height: 2.5em;
}
.compare-res-action {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}
/*My Account*/
.sk-user-sidenav-wrap {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
    max-height: none;
    border: none;
    display: block;
}
.sk-user-panel {
    padding-left: 0;
}
.sk-side-nav-list .sk-side-nav-link {
    padding: 0;
    font-size: 1em;
    font-weight: 700;
    color: var(--default);
    position: relative;
    z-index: 1;
}
.sk-side-nav-list .sk-side-nav-link::before {
    content: "";
    background-color: var(--light-blue);
    left: 0;
    position: absolute;
    bottom: 0;
    height: 0.7em;
    width: 0;
    z-index: -1;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.sk-side-nav-list .sk-side-nav-link:hover,
.sk-side-nav-list .sk-side-nav-link.level-2-active,
.sk-side-nav-list .sk-side-nav-link.level-3-active,
.sk-side-nav-list .sk-side-nav-link.active {
    color: inherit;
    background-color: transparent;
}
.sk-side-nav-list .sk-side-nav-link:hover::before,
.sk-side-nav-list .sk-side-nav-link.level-2-active::before,
.sk-side-nav-list .sk-side-nav-link.level-3-active::before,
.sk-side-nav-list .sk-side-nav-link.active::before {
    width: 100%;
}
.sk-side-nav-list .sk-side-nav-link.active {
    color: var(--secondary);
}
.sk-side-nav-list .sk-side-nav-link svg {
    fill: var(--default);
    margin-right: 5px;
    position: relative;
    top: 0.1em;
}
.sk-side-nav-list .sk-side-nav-link.active svg {
    fill: var(--secondary);
}
.sk-side-nav-link .badge {
    margin-left: 5px;
    border-radius: 50%;
}
.user-side-swiper .swiper-slide {
    display: inline-block;
    width: auto;
}
.user-side-swiper .swiper-slide:last-child {
    margin-right: 0 !important;
}
.account-box {
    position: relative;
}
.account-box::before {
    content: "";
    position: absolute;
    left: 0;
    right: -1000px;
    top: 0;
    bottom: 0;
    z-index: -1;
    background-color: var(--gray);
}
.account-box .triple-lines.vertical {
    right: -170px;
    height: 350px;
    top: -175px;
    width: 15px;
}
.account-box .square {
    border: 1px solid;
    width: 75px;
    height: 75px;
    right: -140px;
    top: -40px;
}
.account-box .triple-lines.horizontal {
    width: 30px;
    height: 7px;
    top: 15px;
    right: -80px;
}
.account-box .triple-lines.horizontal.set-2 {
    top: 6px;
}
.account-box .triple-lines.horizontal.set-3 {
    top: -3px;
}
/*Dashboard*/
.dashboard-text .circle,
.dashboard-text .square,
.dashboard-menu .triple-lines,
.dashboard-menu .square,
.dashboard-menu .circle,
.account-box .square,
.account-box .triple-lines {
    position: absolute;
    color: var(--tertiary);
}
.dashboard-text .circle {
    background-color: var(--light-blue);
    width: 130px;
    height: 130px;
    opacity: 0.5;
    right: 0;
    top: 0;
}
.dashboard-text .square {
    border: 1px solid;
    width: 65px;
    height: 65px;
    top: 95px;
    right: 85px;
}
.dashboard-menu {
    z-index: 1;
}
.dashboard-menu::before {
    content: "";
    background-color: var(--gray);
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: -1000px;
    z-index: -1;
}
.dashboard-menu .circle {
    width: 65px;
    height: 65px;
    top: 40px;
    right: -150px;
    background-color: var(--white);
    opacity: 0.6;
}
.dashboard-menu .triple-lines.vertical {
    width: 15px;
    top: -40px;
    bottom: 65px;
    right: -85px;
}
.dashboard-menu .square {
    width: 75px;
    height: 75px;
    border: 1px solid;
    top: 85px;
    right: -115px;
}
.dashboard-menu .triple-lines.horizontal {
    height: 7px;
    width: 30px;
    top: 122px;
    right: -55px;
}
.dashboard-menu .triple-lines.horizontal.set-2 {
    top: 131px;
}
.dashboard-menu .triple-lines.horizontal.set-3 {
    top: 140px;
}
.dashboard-menu-item {
    border-bottom: 2px solid var(--primary);
    position: relative;
}
.dashboard-menu-icons {
    background-color: var(--white);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.dashboard-menu-icons svg {
    fill: var(--default);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.dashboard-menu-title {
    color: var(--secondary);
}
.dashboard-menu-title,
.dashboard-menu-paragraph {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.dashboard-menu-item a:hover .dashboard-menu-icons {
    background-color: var(--primary);
}
.dashboard-menu-item a:hover .dashboard-menu-icons svg {
    fill: var(--white);
}
.dashboard-menu-item a:hover .dashboard-menu-title,
.dashboard-menu-item a:hover .dashboard-menu-paragraph {
    color: var(--primary);
}
/*Orders*/
.table,
.sk-table.order-table {
    color: inherit;
}
.sk-table.order-table th:first-child,
.sk-table.order-table td:first-child {
    padding-left: 0;
}
.sk-table.order-table th:last-child,
.sk-table.order-table td:last-child {
    padding-right: 0;
}
.sk-table.order-table thead th {
    border-bottom: 1px solid rgba(60,60,59,0.2);
}
.sk-table.order-table tbody {
    color: rgba(0,0,0,0.5);
}
.sk-table.order-table tbody td {
    border-bottom: 1px solid rgba(60,60,59,0.2);
    vertical-align: middle;
}
.sk-table th {
    padding: 15px 10px;
}
.sk-table td {
    padding: 25px 10px;
}
/*Order Popup*/
.card {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: transparent;
    border-radius: 0;
}
.card.card-white .card-header {
    border-bottom: 2px solid rgba(77,77,79,0.5);
}
.order-step-item {
    color: rgba(77,77,79,0.4);
}
.order-step-item .title {
    border-bottom: 2px solid;
    padding-bottom: 3px;
    position: relative;
}
.order-step-item.text-primary .title::before {
    content: "";
    border-bottom: 2px solid;
    border-right: 2px solid;
    display: inline-block;
    width: 0.5em;
    height: 0.85em;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    position: relative;
    left: 0.25em;
    margin-right: 1em;
}
#order-details-modal-body .table th {
    border-top: 0;
}
/*Contact*/
#contact-form .balloon-line,
#contact-form .triple-lines,
#contact-form .big-square,
#contact-form .small-square,
#contact-form .line {
    position: absolute;
}
.contact-form-top .balloon-line {
    color: var(--tertiary);
    width: 720px;
    left: 0;
    bottom: 0;
    height: 55px;
}
.contact-form-top .balloon-line .circle {
    width: 55px;
    height: 55px;
    border: 1px solid;
}
.contact-store-res-title {
    color: rgba(60,60,59,0.9);
    padding-right: 40px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border-bottom: 2px solid rgba(90,92,99,0.3);
    position: relative;
    cursor: pointer;
}
.contact-store-res-title.active {
    border-color: var(--primary);
}
.contact-store-res-title.inactive {
    color: rgba(60,60,59,0.5);
}
.contact-store-res-title:hover {
    color: var(--primary);
    border-color: var(--primary);
}
.contact-store-res-title:after {
    content: "+";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    display: flex;
    align-items: center;
}
.contact-store-res-title.active:after {
    content: "-";
}
.contact-store-res-title:not(.active) + .contact-store-res-dropdown {
    display: none;
}
.contact-form-container::after {
    content: "";
    background-color: rgba(198,198,198,0.2);
    position: absolute;
    left: -1000px;
    right: -1000px;
    top: 0;
    bottom: 0;
    z-index: -1;
}
.contact-form-container .double-square-link-box::after,
#publish-enquiry .double-square-link-box::after {
    width: 75px;
}
.contact-form-bottom-left .triple-lines.vertical {
    color: var(--tertiary);
    top: 0;
    bottom: 0;
    right: 25px;
    width: 15px;
}
.contact-form-bottom-left .triple-lines.horizontal {
    bottom: 30px;
    height: 9px;
    left: -1000px;
    right: -1000px;
    color: var(--tertiary);
}
.contact-form-bottom-left .big-square {
    width: 70px;
    height: 70px;
    border: 1px solid var(--tertiary);
    bottom: 0;
    right: 0;
}
.contact-form-bottom-left .small-square {
    background-color: #edf7f8;
    width: 30px;
    height: 30px;
    bottom: 54px;
    right: 19px;
}
.contact-form-bottom-left .small-square .line {
    border-top: 1px solid var(--white);
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    height: 0;
}
/*Footer*/
.footer-member-logo {
    position: relative;
    top: 5px;
}
footer ul.social .list-inline-item:not(:last-child) {
    margin-right: .25rem;
}
footer ul.social a {
    width: 20px;
    height: 20px;
    border-radius: 0;
    line-height: 20px;
    font-size: 20px;
    color: var(--secondary);
    fill: var(--white);
}
footer ul.social i {
    color: inherit;
}
footer ul.social a:hover {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    color: var(--primary);
    fill: var(--primary);
}
.footer-left-middle .big-square {
    width: 105px;
    height: 105px;
    border: 1px solid;
    position: relative;
    margin-top: 15px;
    margin-bottom: -40px;
}
.footer-left-middle .big-square .small-square {
    position: absolute;
    background-color: var(--tertiary);
    width: 35px;
    height: 35px;
    opacity: 0.8;
    right: -18px;
    top: 15px;
}
.footer-left-middle .big-square .triple-lines {
    position: absolute;
    left: 30px;
    bottom: 30px;
    right: -10000000px;
    height: 15px;
}
footer .double-square-link-box::after {
    width: 100px;
}
.footer-right .triple-lines,
.footer-right .square {
    position: absolute;
    color: var(--tertiary);
}
.footer-right .triple-lines.horizontal {
    height: 15px;
    width: 45px;
}
.footer-right .triple-lines.vertical {
    right: 15px;
    width: 15px;
    bottom: 80px;
    top: -200px;
    z-index: 1;
}
.footer-right .circle {
    width: 95px;
    height: 95px;
    position: absolute;
    bottom: 0;
    right: -45px;
    background-color: var(--primary);
    opacity: 0.15;
    z-index: -1;
}
.footer-right .square {
    border: 1px solid;
    width: 55px;
    height: 55px;
    bottom: 50px;
    right: -45px;
}
/*404*/
.page-404 {
    position: relative;
    padding: 0 10px;
}
.page-404 .triple-lines {
    position: absolute;
    width: 17px;
    color: var(--tertiary);
}
.page-404 > .triple-lines {
    top: 0;
    bottom: 0;
    left: 0;
}
.text-404 {
    text-align: center;
    font-size: 115px;
    font-weight: 100;
    color: rgba(196,196,196,0.5);
    line-height: 1;
}
.text-404 .circle {
    width: 0.8em;
    height: 0.8em;
    display: inline-block;
    background-color: rgba(235,245,246,0.5);
    margin: 0 0.05em;
    position: relative;
}
.text-404 .circle .triple-lines {
    top: -35px;
    bottom: -320px;
    right: 28%;
}
.text-404 .circle .square {
    color: var(--tertiary);
    width: 0.25em;
    height: 0.25em;
    border: 1px solid;
    display: block;
    position: absolute;
    bottom: -0.05em;
    left: 0;
}
.page-404 .double-square-link-box::after {
    width: 60px;
}
/*Terms Pages*/
.terms-res-item {
    margin-bottom: 35px;
}
.terms-res-item:last-child {
    margin-bottom: 0;
}
.terms-res-item a {
    color: inherit;
    display: flex;
    font-size: 20px;
    line-height: 1;
    font-weight: 600;
}
.terms-res-item a::after {
    content: "";
    flex: 1;
    border-bottom: 2px dotted;
}
.terms-res-item a:hover {
    color: var(--primary);
}

/*Responsive - Mobile First*/
/* sm */
@media (min-width: 576px) {
    /*Side Popup*/
    .side-popup-container {
        max-width: 460px;
    }
    /*Modal*/
    .modal-dialog-centered {
        min-height: calc(100% - 3.5rem);
    }
    /*Header*/
    .header-category-menu-scroll {
        max-height: calc(100% - 85px);
    }
    /*Megamenu*/
    #megamenu {
        width: 460px;
    }
    /*Homepage - Slider*/
    .home-car-over-text {
        bottom: 0;
        top: auto;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none;
    }
    .home-car-number {
        width: 135px;
        height: 135px;
        padding: 15px;
        margin-right: 45px;
    }
    .sk-carousel.homepage-carousel .slick-arrow {
        top: auto;
        bottom: 20px;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none;
    }
    .sk-carousel.homepage-carousel .slick-prev {
        right: 335px;
        width: 45px;
    }
    .sk-carousel.homepage-carousel .slick-next {
        width: 150px;
        right: 170px;
    }
    /*Homepage - Decoration Solutions*/
    #decoration-solutions .vertical-title {
        right: 180px;
    }
    #decoration-solutions .circle-image,
    #our-identity .circle-image {
        margin-right: 30px;
    }
    /*Homepage - Featured Categories*/
    .featured-cat-res-item {
        width: 370px;
    }
    .featured-cat-res-item.phone-layout-1,
    .featured-cat-res-item.phone-layout-3 {
        margin-bottom: 50px;
    }
    .featured-categories-swiper .swiper-button-prev {
        width: 100px;
    }
    .featured-categories-swiper .swiper-button-next {
        width: calc(100vw - 155px);
    }
    /*Homepage - Best Category*/
    .best-selling-products,
    .new-in-products {
        width: 350px;
    }
    .related-products-items {
        width: 335px;
    }
    .best-category-swiper .swiper-button-prev,
    .new-products-swiper .swiper-button-prev,
    .feature-blog-container .swiper-button-prev,
    .related-products-swiper .swiper-button-prev {
        width: 100px;
    }
    .best-category-swiper .swiper-button-next,
    .new-products-swiper .swiper-button-next,
    .feature-blog-container .swiper-button-next,
    .related-products-swiper .swiper-button-next {
        width: calc(100vw - 150px);
    }
    /*Homepage - Latest Projects*/
    #featured-projects::after {
        width: 40%;
    }
    .sk-carousel.featured-projects-carousel .slick-prev {
        width: 100px;
    }
    .sk-carousel.featured-projects-carousel .slick-next {
        width: calc(100vw - 150px);
    }
    /*About us - Our Identity*/
    #our-identity .vertical-title {
        right: 115px;
    }
    /*Constantinou Blinds*/
    .shading-solutions-right .circle-image.large {
        margin-right: 300px;
    }
    .shading-solutions-right .small-square {
        width: 145px;
        height: 145px;
        right: 115px;
        top: 275px;
    }
    .shading-solutions-right .large-square {
        width: 185px;
        height: 185px;
        right: 185px;
        top: 125px;
    }
    /*Services - Our Process*/
    .our-process-step-wrap .triple-lines {
        top: 50%;
    }
    .our-process-step-title {
        bottom: 20px;
    }
    /*Projects Results*/
    .project-res-title {
        padding: 15px 25px;
        font-size: 20px;
    }
    /*News Results*/
    .blog-res-category {
        top: 15px;
        left: 15px;
        font-size: 16px;
    }
    .blog-res-title {
        font-size: 25px;
    }
    /*Results*/
    .product-res-color {
        width: 11px;
        height: 11px;
    }
    /*Publish*/
    .publish-product-desc-tab:after {
        left: 350px;
        right: auto;
    }
    /*Login*/
    .login-box .line {
        right: -1000px;
    }
}
/* md */
@media (min-width: 768px) {
    /*All*/
    :root {
        --body-size: 16px;
    }
    /*Carousel*/
    .sk-carousel .slick-arrow::before,
    .swiper .arrow::before {
        border-top-width: 1px;
    }
    .sk-carousel .slick-prev::after,
    .swiper .swiper-button-prev::after {
        border-top-width: 1px;
        border-left-width: 1px;
    }
    .sk-carousel .slick-next::after,
    .swiper .swiper-button-next::after {
        border-top-width: 1px;
        border-right-width: 1px;
    }
    /*Pagination*/
    .pagination .page-link,
    .page-item.disabled .page-link {
        min-width: 30px;
        min-height: 30px;
        line-height: 30px;
        font-size: 16px;
    }
    /*Form*/
    .form-control-with-label .form-control,
    .form-control-with-label .bootstrap-select .dropdown-toggle {
        padding: 25px 10px 10px;
    }
    .form-control-with-label .form-control.form-control-phone {
        padding-top: 17.5px;
        padding-bottom: 17.5px;
    }
    /*Homepage - Decoration Solutions*/
    #decoration-solutions .vertical-title {
        right: 275px;
    }
    /*Homepage - Featured Categories*/
    .featured-categories-swiper .swiper-button-prev {
        left: auto;
        right: 215px;
        top: -70px;
        width: 100px;
        bottom: auto;
    }
    .featured-categories-swiper .swiper-button-next {
        width: 200px;
        top: -70px;
        bottom: auto;
    }
    /*Homepage - Best Category*/
    .best-category-swiper .swiper-button-next,
    .new-products-swiper .swiper-button-next,
    .feature-blog-container .swiper-button-next,
    .related-products-swiper .swiper-button-next {
        width: calc(100vw - 185px);
    }
    .new-products-swiper .swiper-button-next {
        right: 30px;
    }
    /*Homepage - Latest Projects*/
    .featured-project-res-product:not(:last-child) {
        margin-bottom: 20px;
    }
    .sk-carousel.featured-projects-carousel .slick-prev {
        left: 30px;
    }
    /*About us - Our Identity*/
    #our-identity .vertical-title {
        right: 75px;
    }
    /*About us - Features*/
    .about-feature-toggle {
        width: 50px;
        height: 50px;
    }
    /*Projects Results*/
    .project-tab::before {
        top: -20px;
        bottom: -20px;
    }
    /*Project Publish*/
    .sk-carousel.project-publish-carousel .slick-arrow {
        bottom: -60px;
        height: 80px;
        padding: 20px;
    }
    .sk-carousel.project-publish-carousel .slick-arrow::before {
        left: 45px;
        right: 45px;
    }
    .sk-carousel.project-publish-carousel .slick-prev::after {
        left: 46px;
    }
    .sk-carousel.project-publish-carousel .slick-next::after {
        right: 46px;
    }
    /*News Results*/
    .blog-res-title {
        font-size: 18px;
    }
    .blog-res-item.layout-1 .blog-res-wrap,
    .blog-res-item.layout-3 .blog-res-wrap {
        padding-top: 21%;
    }
    .blog-res-item.default .blog-res-title {
        font-size: 25px;
    }
    /*News Publish*/
    .sk-carousel.blog-publish-big-carousel .slick-arrow {
        width: 160px;
        bottom: 30px;
    }
    .sk-carousel.blog-publish-big-carousel .slick-prev {
        left: 40px;
    }
    .sk-carousel.blog-publish-big-carousel .slick-next {
        left: 230px;
        right: auto;
    }
    .slick-slide:nth-child(3n+1) .random-blog-res-item .blog-res-wrap {
        padding-top: 44%;
    }
    .slick-slide:nth-child(3n+2) .random-blog-res-item .blog-res-wrap {
        padding-top: 20%;
    }
    .slick-slide:nth-child(3n+2) .random-blog-res-item .blog-res-image {
        padding-top: 80%;
    }
    .slick-slide:nth-child(3n+3) .random-blog-res-item .blog-res-image {
        padding-top: 100%;
    }
    /*Results*/
    .product-results-over {
        min-height: 140px;
    }
    /*Publish*/
    .double-square-link-publish.double-square-link::before {
        height: 60px;
    }
    .double-square-link-publish.double-square-link .double-square-link-box::before {
        height: 49px;
    }
    /*Compare*/
    .compare-res-item {
        padding-bottom: 50px;
    }
    /*My Account*/
    .sk-user-sidenav-wrap {
        -ms-flex: 0 0 145px;
        flex: 0 0 145px;
        max-width: 145px;
    }
    .sk-user-panel {
        padding-left: 30px;
    }
    /*Messages*/
    .message-item-content {
        padding: 15px;
    }
    /*Footer*/
    footer ul.social a {
        width: 30px;
        height: 30px;
        line-height: 30px;
        font-size: 30px;
    }
    /*404*/
    .text-404 {
        font-size: 200px;
    }
}
/* lg */
@media (min-width: 992px) {
  .pbt-logo-resp {
    display: none;
  }
    /*All*/
    html.lg-not-overflow,
    body.lg-not-overflow {
        overflow-x: unset;
    }
    .overflow-lg-hidden {
        overflow: hidden !important;
    }
    .overflow-lg-visible {
        overflow: visible !important;
    }
    /*Double Square Button*/
    .double-square-link:not(.non-repeated):hover::before {
        -webkit-transform: scaleX(1.1);
        -moz-transform: scaleX(1.1);
        -ms-transform: scaleX(1.1);
        -o-transform: scaleX(1.1);
        transform: scaleX(1.1);
    }
    .double-square-link:not(.transparent):not(.non-repeated):hover::before {
        background-color: var(--hov-primary);
    }
    .side-popup .double-square-link:not(.non-repeated):hover::before {
        -webkit-transform: scaleX(1.05);
        -moz-transform: scaleX(1.05);
        -ms-transform: scaleX(1.05);
        -o-transform: scaleX(1.05);
        transform: scaleX(1.05);
    }
    /*Carousel*/
    .sk-carousel .slick-arrow::after,
    .swiper .arrow::after {
        width: 15px;
        height: 15px;
    }
    /*Header*/
    .header-number {
        right: -10px;
        font-size: 12px;
    }
    header .dropdown-menu {
        top: 42px;
    }
    .header-category-menu-scroll {
        max-height: calc(100vh - 115px);
    }
    /*Homepage - Slider*/
    .home-car-image {
        padding-top: 41.65%;
    }
    .sk-carousel.homepage-carousel .slick-arrow {
        bottom: 40px;
    }
    /*Homepage - Decoration Solutions*/
    #decoration-solutions .vertical-title,
    #our-identity .vertical-title {
        right: 0;
    }
    #decoration-solutions .circle-image,
    #our-identity .circle-image {
        margin-bottom: 0;
    }
    #decoration-solutions .double-square-link {
        position: absolute;
        bottom: 0;
        left: -45px;
    }
    /*Homepage - Featured Categories*/
    .featured-cat-res-item.layout-2 .featured-cat-res-image,
    .featured-cat-res-item.layout-4 .featured-cat-res-image {
        -webkit-transform: scale(1.09);
        -moz-transform: scale(1.09);
        -ms-transform: scale(1.09);
        -o-transform: scale(1.09);
        transform: scale(1.09);
    }
    /*Homepage - Featured Categories*/
    .featured-categories-swiper .swiper-button-prev {
        right: 215px;
        top: -135px;
    }
    .featured-categories-swiper .swiper-button-next {
        width: 200px;
        top: -135px;
    }
    /*Homepage - Best Category*/
    .best-category-swiper .arrow,
    .new-products-swiper .arrow,
    .feature-blog-container .arrow {
        top: -100px;
        bottom: auto;
    }
    .best-category-swiper .swiper-button-prev,
    .new-products-swiper .swiper-button-prev,
    .feature-blog-container .swiper-button-prev {
        width: 130px;
        left: auto;
    }
    .best-category-swiper .swiper-button-prev {
        right: 210px;
    }
    .new-products-swiper .swiper-button-prev {
        right: calc(10% + 255px);
    }
    .best-category-swiper .swiper-button-next,
    .new-products-swiper .swiper-button-next,
    .feature-blog-container .swiper-button-next {
        width: 195px;
    }
    .new-products-swiper .swiper-button-next {
        right: calc(10% + 40px);
    }
    /*Homepage - New In*/
    .new-products-swiper .arrow {
        right: auto;
    }
    .new-products-swiper .swiper-button-prev {
        left: 2px;
    }
    .new-products-swiper .swiper-button-next {
        left: 152px;
    }
    /*Homepage - Shading Categories*/
    .shading-cat-title {
        bottom: 30px;
        left: 30px;
    }
    .shading-cat-item.layout-1 .shading-cat-image {
        padding-top: 113%;
    }
    .shading-cat-item.layout-4 {
        margin-top: -175px;
    }
    .shading-cat-item.layout-4 .shading-cat-image {
        width: 310px;
        height: 310px;
    }
    .shading-cat-item.layout-4 .shading-cat-title {
        bottom: 110px;
        left: 0;
    }
    /*Homepage - Latest Projects*/
    #featured-projects::before {
        left: 320px;
    }
    .featured-projects-container {
        margin-right: -18%;
    }
    .sk-carousel.featured-projects-carousel .slick-arrow {
        top: -50px;
        bottom: auto;
    }
    .sk-carousel.featured-projects-carousel .slick-prev {
        left: calc(58.333333% - 340px);
        width: 130px;
    }
    .sk-carousel.featured-projects-carousel .slick-next {
        right: auto;
        left: calc(58.333333% - 195px);
        width: 190px;
    }
    /*Homepage - Tips & Advice*/
    .feature-blog-container .swiper-button-prev {
        right: 210px;
    }
    /*About us - Features*/
    .about-feature-item.layout-4 .about-feature-image {
        padding: 0;
    }
    /*Constantinou Blinds*/
    .shading-solutions-right .circle-image.large {
        margin-left: 0;
        margin-right: 0;
    }
    /*Services - Our Process*/
    .sk-carousel.our-process-carousel .slick-prev {
        width: 130px;
    }
    .sk-carousel.our-process-carousel .slick-next {
        width: 195px;
        left: 150px;
    }
    /*News Results*/
    .blog-res-title {
        font-size: 21px;
        margin-top: 20px;
    }
    /*News Publish*/
    .blog-publish-image-preview.multiple {
        padding-top: 0;
        height: calc(100% - 5px);
    }
    /*Results*/
    .product-results-header {
        padding-top: 40%;
    }
    .results-selected-options {
        padding: 15px 30px 15px 10px;
    }
    .results-selected-close {
        right: 5px;
        top: 15px;
    }
    /*Publish*/
    .publish-product-descriptions::before {
        left: 0;
    }
    .gallery-popup-close {
        top: 30px;
        right: 30px;
    }
    .gallery-popup .slick-arrow {
        bottom: 30px;
        height: 50px;
        width: 50px;
    }
    .gallery-popup .slick-next {
        right: 30px;
    }
    .gallery-popup .slick-prev {
        right: 140px;
    }
    .gallery-popup .sk-carousel .slick-arrow::after {
        width: 17px;
        height: 17px;
    }
    .gallery-popup .sk-carousel .slick-prev::after {
        left: 17px;
    }
    .gallery-popup .sk-carousel .slick-next::after {
        right: 17px;
    }
    /*Contact*/
    .contact-form-container::after {
        left: 0;
    }
    .contact-form-bottom-left .big-square {
        width: 90px;
        height: 90px;
        bottom: 140px;
        right: -30px;
    }
    .contact-form-bottom-left .small-square {
        width: 40px;
        height: 40px;
        bottom: 175px;
        right: -50px;
    }
    .contact-form-bottom-left .small-square .line {
        border-top: none;
        border-right: 1px solid var(--white);
        height: auto;
        width: 0;
    }
    /*404*/
    .page-404 {
        padding: 0 95px;
    }
}
/* xl */
@media (min-width: 1200px) {
    /*All*/
    :root {
        --body-size: 18px;
    }
    /*Header*/
    header .dropdown-menu {
        top: 48px;
    }
    .header-category-link {
        padding: 15px 5px;
    }
    .header-category-menu-scroll {
        max-height: calc(100vh - 144px);
    }
    .header-category-lists-container {
        bottom: 0;
    }
    /*Homepage - Decoration Solutions*/
    #decoration-solutions .vertical-title {
        right: -80px;
    }
    #decoration-solutions .balloon-line {
        width: 445px;
        height: 55px;
        left: -55px;
    }
    /*Homepage - Featured Categories*/
    .featured-categories-swiper .swiper-button-prev {
        right: 270px;
        width: 130px;
    }
    .featured-categories-swiper .swiper-button-next {
        width: 250px;
    }
    /*Homepage - Best Category*/
    .best-category-swiper .swiper-button-prev {
        right: 215px;
    }
    .new-products-swiper .swiper-button-prev {
        right: calc(10% + 295px);
    }
    .new-products-swiper .swiper-button-next {
        right: calc(10% + 85px);
    }
    /*Homepage - Tags Banners*/
    .banner-tag-circle-image {
        width: 355px;
        height: 355px;
    }
    /*Homepage - Best Category*/
    .new-products-top {
        margin-right: -10%;
    }
    /*Homepage - Shading Categories*/
    .shading-cat-item.layout-4 {
        margin-top: -225px;
    }
    .shading-cat-item.layout-4 .shading-cat-image {
        width: 450px;
        height: 450px;
    }
    /*Homepage - Tips & Advice*/
    #feature-blog > .triple-lines {
        right: 60px;
    }
    .feature-blog-container .swiper-button-prev {
        right: 215px;
    }
    /*About us - Our Philosophy*/
    .our-philosophy-image.small {
        padding-top: 45%;
    }
    /*About us - Our Identity*/
    #our-identity .vertical-title {
        right: 75px;
    }
    /*Project Publish*/
    .sk-carousel.project-publish-carousel .slick-arrow {
        width: 280px;
    }
    .sk-carousel.project-publish-carousel .slick-next {
        left: 280px;
        right: auto;
    }
    /*News Publish*/
    .blog-publish-bottom-title {
        position: absolute;
        top: 0;
        left: 0;
    }
    /*Results*/
    .results-product-item .product-res-bottom {
        padding-right: 3px;
    }
    /*Publish*/
    .out-of-stock-popup {
        left: auto;
        right: -10px;
        min-width: 300px;
        -webkit-transform: translateX(100%);
        -moz-transform: translateX(100%);
        -ms-transform: translateX(100%);
        -o-transform: translateX(100%);
        transform: translateX(100%);
        top: -10px;
        font-size: 14px;
    }
    /*Footer*/
    .footer-right .triple-lines.vertical {
        right: 60px;
    }
    
}
/* xxl */
@media (min-width: 1500px) {
    /*Header*/
    .header-category-menu-scroll {
        max-height: calc(100vh - 147px);
    }
    /*Homepage - Decoration Solutions*/
    #decoration-solutions .vertical-title,
    #our-identity .vertical-title {
        right: 0;
    }
    #decoration-solutions .circle-image,
    #our-identity .circle-image {
        margin-top: -215px;
    }
    #decoration-solutions .balloon-line {
        left: -95px;
    }
    #decoration-solutions .big-square,
    #our-identity .big-square {
        width: 215px;
        height: 215px;
        bottom: -85px;
    }
    #decoration-solutions .small-square,
    #our-identity .small-square {
        width: 100px;
        height: 100px;
        bottom: -60px;
    }
    /*Homepage - Featured Categories*/
    .featured-categories-swiper .swiper-button-prev {
        right: 320px;
        top: -170px;
    }
    .featured-categories-swiper .swiper-button-next {
        width: 300px;
        top: -170px;
    }
    /*Homepage - Best Category*/
    .best-selling-products,
    .new-in-products {
        width: 450px;
    }
    .new-products-swiper .swiper-button-prev {
        right: calc(10% + 344px);
    }
    .new-products-swiper .swiper-button-next {
        right: calc(10% + 134px);
    }
    /*Homepage - Latest Projects*/
    .featured-projects-bottom .vertical-title {
        margin-top: -255px;
    }
    .sk-carousel.featured-projects-carousel .slick-prev {
        left: calc(48% - 390px);
    }
    .sk-carousel.featured-projects-carousel .slick-next {
        left: calc(48% - 230px);
    }
    /*Homepage - Trusted Partners*/
    #trusted-partners > .triple-lines {
        left: 105px;
    }
    /*About us - Our Identity*/
    .our-identity-left .balloon-line {
        left: 0;
        width: 580px;
    }
    /*Constantinou Blinds*/
    .shading-solutions-right .circle-image.large {
        margin-top: -140px;
    }
    /*Projects Results*/
    .project-tab::before {
        top: -35px;
        bottom: -35px;
    }
    /*News Results*/
    .blog-res-title {
        font-size: 28px;
    }
    .blog-res-item.default .blog-res-title {
        font-size: 35px;
    }
    /*News Publish*/
    .blog-publish-thumb-carousel .carousel-box {
        padding: 10px 0;
    }
    /*Publish*/
    .gallery-popup-close {
        top: 50px;
        right: 50px;
    }
    .gallery-popup .slick-arrow {
        bottom: 50px;
        height: 65px;
        width: 65px;
    }
    .gallery-popup .slick-next {
        right: 50px;
    }
    .gallery-popup .slick-prev {
        right: 140px;
    }
    .gallery-popup .sk-carousel .slick-arrow::after {
        width: 22px;
        height: 22px;
    }
    .gallery-popup .sk-carousel .slick-prev::after {
        left: 25px;
    }
    .gallery-popup .sk-carousel .slick-next::after {
        right: 25px;
    }
    /*Compare*/
    .compare-res-item {
        padding-bottom: 0;
    }
    .compare-res-action {
        position: relative;
        bottom: auto;
        left: auto;
        right: auto;
    }
    /*My Account*/
    .sk-user-panel {
        padding-left: 70px;
    }
    /*Contact*/
    .contact-form-bottom-left .triple-lines.vertical {
        right: 100px;
    }
    .contact-form-bottom-left .big-square {
        width: 170px;
        height: 170px;
    }
    .contact-form-bottom-left .small-square {
        width: 55px;
        height: 55px;
        bottom: 240px;
        right: -57px;
    }
    /*404*/
    .text-404 {
        font-size: 286px;
    }
}
/* xxxl */
@media (min-width: 1750px) {
    /*Homepage - Featured Categories*/
    .featured-categories-swiper .swiper-button-prev {
        right: 420px;
    }
    .featured-categories-swiper .swiper-button-next {
        width: 400px;
    }
    /*Homepage - Best Category*/
    .new-products-swiper .swiper-button-prev {
        right: calc(10% + 414px);
    }
    .new-products-swiper .swiper-button-next {
        right: calc(10% + 198px);
    }
    /*Homepage - Tags Banners*/
    .banner-tag-circle-image {
        width: 455px;
        height: 455px;
    }
    /*Homepage - Shading Categories*/
    .shading-cat-item.layout-4 {
        margin-top: -275px;
    }
    .shading-cat-item.layout-4 .shading-cat-image {
        width: 610px;
        height: 610px;
    }
}
/* xxxl */
@media (min-width: 1900px) {
    /*Homepage - Tags Banners*/
    .banner-tags-right-section .double-square-link {
        bottom: 50px;
    }
}
/*Responsive - Desktop First*/
/* xl */
@media (max-width: 1499.98px) {

}
/* lg */
@media (max-width: 1199.98px) {
    /*Results*/
    .filters-dropdown {
        border-bottom: 1px solid var(--tertiary);
    }
    .filters-toggle:not(.active) + .filters-dropdown {
        display: none;
    }
    .filters-dropdown .sidebar-filter-item:first-child {
        border-top: 0 !important;
    }
}
/* md */
@media (max-width: 991.98px) {
    /*Double Square Button*/
    .double-square-link.full-phone-md {
        width: 100%;
        text-align: left;
    }
    .double-square-link.full-phone-md::before {
        right: -10px;
    }
    .double-square-link.full-phone-md .double-square-link-box {
        display: -ms-inline-flexbox;
        display: inline-flex;
    }
    /*Homepage - Latest Projects*/
    #featured-projects::before {
        left: 100px;
    }
    /*Projects Results*/
    .project-res-item.layout-2 .project-res-right-width {
        padding-left: 0 !important;
    }
    .project-res-item.layout-2 .project-res-wrap {
        width: 100% !important;
    }
    /*Publish*/
    .publish-desktop-more-photos:not(.active) {
        height: 40px;
    }
    .publish-desktop-more-photos:not(.active)::after {
        content: "";
        position: absolute;
        top: -30px;
        left: 0;
        right: 0;
        bottom: 0;
        background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
        background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
        background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );
        pointer-events: none;
    }
    .publish-desktop-more-photos:not(.active) .publish-desktop-all-photos {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 1;
    }
    /*Contact*/
    .contact-form-bottom-left-container {
        position: relative;
    }
}
/* sm */
@media (max-width: 767.98px) {
    /*Double Square Button*/
    .double-square-link.full-phone-sm {
        width: 100%;
        text-align: left;
    }
    .double-square-link.full-phone-sm::before {
        right: -10px;
    }
    .double-square-link.full-phone-sm .double-square-link-box {
        display: -ms-inline-flexbox;
        display: inline-flex;
    }
    /*Homepage - Latest Projects*/
    #featured-projects::before {
        left: 75px;
    }
    .featured-project-res-image {
        width: 62vw;
    }
    .featured-project-res-product {
        height: 10vw;
        width: 10vw;
    }
    /*News Publish*/
    .blog-publish-explore-carousel::after {
        content: "";
        position: absolute;
        right: 0;
        top: 0;
        bottom: 0;
        background: -moz-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
        background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
        background: linear-gradient(to right, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=1 );
        width: 20%;
        pointer-events: none;
    }
    /*Compare*/
    .compare-products-container {
        margin-right: 20px;
    }
    .compare-products-swiper .swiper-scrollbar {
        margin-right: -20px;
    }
    /*My Account*/
    .sidemnenu {
        position: relative;
    }
    .sidemnenu::after {
        content: "";
        position: absolute;
        background: -moz-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
        background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
        background: linear-gradient(to right, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=1 );
        right: 0;
        bottom: 0;
        top: 0;
        width: 50px;
        z-index: 1;
        pointer-events: none;
    }
}
/* xs */
@media (max-width: 575.98px) {
    /*Double Square Button*/
    .double-square-link.full-phone-xs {
        width: 100%;
        text-align: left;
    }
    .double-square-link.full-phone-xs::before {
        right: -10px;
    }
    .double-square-link.full-phone-xs .double-square-link-box {
        display: -ms-inline-flexbox;
        display: inline-flex;
    }
    /*Megamenu*/
    .megamenu-titles-toggle {
        padding-right: 30px;
        position: relative;
        cursor: pointer;
    }
    .megamenu-titles-toggle::after {
        border-left: 1px solid;
        border-bottom: 1px solid;
        content: "";
        position: absolute;
        width: 0.5em;
        height: 0.5em;
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
        top: 0.35em;
        right: 0.15em;
    }
    .megamenu-titles-toggle:not(.active) + .megamenu-titles-dropdown {
        display: none;
    }
    /*Services - Our Process*/
    .our-process-top {
        margin-right: -20px;
        margin-left: -10px;
        position: relative;
    }
    .our-process-top::after {
        content: "";
        position: absolute;
        right: 0;
        top: 0;
        bottom: 0;
        width: 20%;
        z-index: 1;
        pointer-events: none;
        background: -moz-linear-gradient(left, rgba(244,244,244,0) 0%, rgba(244,244,244,1) 100%);
        background: -webkit-linear-gradient(left, rgba(244,244,244,0) 0%,rgba(244,244,244,1) 100%);
        background: linear-gradient(to right, rgba(244,244,244,0) 0%,rgba(244,244,244,1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00f4f4f4', endColorstr='#f4f4f4',GradientType=1 );
    }
    /*Projects Results*/
    .project-res-item.layout-1 .project-res-preview-image {
        padding-top: 55%;
    }
    .project-res-item.layout-2 .project-res-preview-image {
        padding-top: 100%;
    }
    /*Results*/
    .sidebar-filter-option.sk-checkbox-list .sk-checkbox {
        margin-bottom: 5px;
    }
    /*Footer*/
    .footer-menu-title {
        padding-right: 30px;
        position: relative;
        margin: 0;
        cursor: pointer;
    }
    .footer-menu-title::after {
        content: "+";
        position: absolute;
        right: 0;
        top: 0;
    }
    .footer-menu-title.active::after {
        content: "-";
    }
    .footer-menu-dropdown {
        margin-top: 5px;
    }
    .footer-menu-title:not(.active) + .footer-menu-dropdown {
        display: none;
    }
}

.w-sm-12px,.size-sm-12px { width: 12px; }
@media (max-width: 450px) {
  .pbt-logo-resp img {
    height: 40px;
  }
}
@media (max-width: 360px) {
  .pbt-logo-resp img {
    height: 35px;
  }
}
