:root {
    --default: #27272b;
    --dark-primary: yellow;
    --secondary: #27272B;
    --hov-secondary: #BDBDBD;
    --tertiary: #ABABAA;
    --quaternary: #191617;
    --quinary: #232122;
    --orange: #F57E2D;
    --black: #27272b;
    --white: #fff;
    --error: #E61D34;
    --gray: #F4F4F4;
    --body-size: 14px;
    --megamenu-height: 106px;
    --fixed-megamenu-height: 80px;
    --font-family: 'Poppins', sans-serif;
}

::selection {
    color: var(--secondary);
    background: var(--hov-primary);
}
html,
body {
    overflow-x: hidden;
}
body {
    color: var(--default);
    font-size: var(--body-size);
    line-height: 1.25;
    font-weight: 400;
    font-family: var(--font-family);
    position: relative;
}
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;
}
a.text-primary.hov-text-default:focus,
a.text-primary.hov-text-default:hover {
    color: var(--default) !important;
}
a.bg-primary:focus,
a.bg-primary:hover,
button.bg-primary:focus,
button.bg-primary:hover {
    background-color: var(--hov-primary) !important;
}
p:last-child {
    margin-bottom: 0;
}
.text-email {
    width: 13em;
}
.text-email-contact {
    width: 11.9em;
}
.text-bold-italic-email {
    width: 8.2em;
}
.font-play {
    font-family: 'Playfair Display', serif;
}
.font-square-peg {
    font-family: 'Square Peg', cursive;
}
.grecaptcha-badge {
    display: none;
}
.blend-multiply {
    mix-blend-mode: multiply;
}
.highlight-title {
    display: inline-block;
    position: relative;
    line-height: 1;
    padding: 0 5px;
}
.highlight-title::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: var(--primary);
    height: 0.7em;
    z-index: -1;
}
.square-image {
    position: relative;
    padding-top: 100%;
}
.btn {
    border-radius: 0;
    font-size: inherit;
}
.btn-b-width-2 {
    border-width: 2px;
}
.btn-circle {
    border-radius: 50%;
}
.btn-primary {
    color: var(--black);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.disabled,
.btn-primary:disabled,
.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show>.btn-primary.dropdown-toggle,
.btn-outline-primary:not(:disabled):not(.disabled).active,
.btn-outline-primary:not(:disabled):not(.disabled):active,
.show>.btn-outline-primary.dropdown-toggle,
.btn-yellow:not(:disabled):hover,
.btn-outline-default:not(:disabled):not(.disabled):hover,
.btn-white:not(:disabled):not(.disabled):hover,
.btn-outline-black:not(:disabled):not(.disabled):hover,
.btn-default:not(:disabled):not(.disabled):hover,
.btn-default-50:not(:disabled):not(.disabled):hover,
.btn-gray:not(:disabled):not(.disabled):hover,
.btn-black:not(:disabled):not(.disabled):hover {
    color: var(--black)
}
.badge-primary {
    color: var(--default);
}
.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-grey {
    background-color: var(--gray);
    color: var(--default);
}

.sk-main-wrapper {
    background-color: transparent;
    min-height: auto;
}

.disabled-size .sk-megabox-elem{
  background-color: #6c6c6c !important;
  border: 1px solid #6c6c6c !important;
  color: #fff !important;
  opacity: .5;
  position: relative !important;
  z-index: -1 !important;
}

.disabled-size:before {
  content: "";
  position: absolute;
  left: 0;
  height: 1px;
  background: black;
  transform: rotate(45deg) scaleX(1.35);
  z-index: 11;
  right: 0;
  top: 50%;
}

.disabled-size:after{
  content: "";
  position: absolute;
  left: 0;
  height: 1px;
  background: black;
  transform: rotate(-45deg) scaleX(1.35);
  z-index: 11;
  right: 0;
  top: 50%;
}


/*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;
}
.dropdown-item.active,
.dropdown-item:hover,
.dropdown-item:active {
    color: var(--black) !important;
}
/*Breadcrumb*/
.breadcrumb {
    padding: 0;
    background-color: transparent;
    border-radius: 0;
}
.breadcrumb-item + .breadcrumb-item {
    padding-left: .25rem;
}
.breadcrumb-item + .breadcrumb-item::before {
    padding-right: .25rem;
    color: inherit;
}
/*Pagination*/
.pagination .page-link,
.page-item.disabled .page-link {
    min-width: 20px;
    min-height: 20px;
    line-height: 20px;
    font-size: 12px;
    border-radius: 0 !important;
    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);
}
.pagination .page-link:hover,
.pagination .active .page-link {
    background-color: var(--default);
    color: #fff;
}
/*Modal*/
.modal-dialog.modal-xs {
    max-width: 300px;
}
.modal .close {
    opacity: 0.6;
}
.modal .close svg {
    stroke: #000;
    stroke-miterlimit: 10;
    stroke-width: 2px;
}
.modal-content {
    border-radius: 3px;
    border: none;
    -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);
}
.modal-content .modal-body {
    max-height: calc(100vh - 40px);
}
.modal-backdrop {
    background-color: var(--white);
}
.modal-backdrop.show {
    opacity: .9;
}
/*Form*/
.form-group {
    position: relative;
}
.form-control,
.bootstrap-select .dropdown-toggle {
    padding: 10px;
    font-size: inherit;
    height: auto;
    border-radius: 0;
    border: 1px solid rgba(39,39,43,0.2);
    color: var(--secondary);
    background-color: transparent;
}
.form-control::-webkit-input-placeholder {
    color: var(--secondary);
}
.form-control:-ms-input-placeholder {
    color: var(--secondary);
}
.form-control::placeholder {
    color: var(--secondary);
}
.form-control-with-label {
    position: relative;
    background-color: var(--white);
}
.form-control:focus {
    color: inherit;
    background-color: transparent;
    border-color: var(--default);
}
.form-control:focus-visible {
    color: var(--secondary);
    text-shadow: none;
}
.form-control-with-label.flex-grow-1 {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    min-width: 0;
    max-width: 100%;
}
.form-control-with-label .form-control,
.form-control-with-label .bootstrap-select .dropdown-toggle {
    padding: 20px 10px 3px;
}
.bootstrap-select.form-control-fixed-width .dropdown-toggle {
    padding: 0;
    width: 100%;
    max-width: 100%;
    border: 0;
}
.form-group .form-control-with-label .bootstrap-select {
    padding: 0 !important;
}
.form-group .bootstrap-select.readonly {
    pointer-events: none;
}
.bootstrap-select.readonly .dropdown-toggle::after {
    opacity: 0;
}
.form-control-with-label label {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    padding: 3px 10px;
    font-size: 1em;
    color: var(--secondary);
    margin: 0;
    pointer-events: none;
    z-index: 1;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    min-height: 23px;
    opacity: 0.5;
}
.form-control-with-label.focused label,
.form-control-with-label.always-focused label {
    font-size: 12px;
}
.form-control-with-label:not(.always-focused):not(.focused) label {
    min-height: 100%;
    opacity: 1;
}
.form-control-with-label.textarea-label:not(.always-focused):not(.focused) label {
    min-height: 50px;
}
.form-control-with-label .bootstrap-select > .dropdown-toggle::after {
    margin-top: -15px;
}
.input-group .form-control-with-label:first-child .form-control {
    border-right: 0;
}
.bootstrap-select.h-100 .dropdown-toggle {
    height: 100%;
}
.form-control.form-control-unstyled {
    padding: 0;
    font-size: 1em;
    height: auto;
    border: none;
    color: inherit;
}
.bootstrap-select.select-unstyled .dropdown-toggle {
    padding: 0;
    height: auto;
    border-radius: 0;
    border: none;
    color: inherit;
}
.bootstrap-select.select-unstyled .dropdown-menu .bs-searchbox .form-control {
    font-size: 1em;
    padding: 5px;
}
.bootstrap-select .dropdown-toggle::after {
    content: "";
    font-size: 1em;
    border-top: 0;
    border-left: 0;
    border-right: 1px solid;
    border-bottom: 1px solid;
    width: 0.4em;
    height: 0.4em;
    display: block;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    margin-left: 15px;
}
.form-control::-webkit-input-placeholder {
    color: rgba(0,0,0,0.5);
}
.form-control:-ms-input-placeholder {
    color: rgba(0,0,0,0.5);
}
.form-control::placeholder {
    color: rgba(0,0,0,0.5);
}
.form-control.is-invalid:focus,
.was-validated .form-control:invalid:focus {
    box-shadow: none;
}
.form-control-phone {
    padding-left: 100px;
}
.form-control-phone-code {
    position: absolute;
    top: 5px;
    bottom: 5px;
    padding: 5px 10px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-direction: column;
    flex-direction: column;
    border-right: 1px solid rgba(45,41,41,0.2);
    width: 75px;
    white-space: nowrap;
}
.form-control-with-label .form-control.form-control-phone,
.form-control-with-label label.form-control-phone-label {
    padding-left: 85px;
}
.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.15em;
}
.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;
    background: var(--default);
}
.sk-square-check.square::after {
    width: auto;
    height: auto;
    border-width: 0;
    -webkit-transform: none;
    transform: none;
    background-color: var(--primary);
    left: 1px;
    bottom: 1px;
    right: 1px;
    top: 1px;
    margin: auto;
}
.sk-checkbox > input:checked ~ .sk-square-check.square,
.sk-radio > input:checked ~ .sk-square-check.square {
    border-color: var(--primary);
}
.input-group {
    background-color: var(--white);
}
.input-group .form-control-with-label:first-child .form-control {
    border-right: 0;
}
.input-group-append.line .btn:not(.btn-primary) {
    background-color: transparent;
    border-top: 1px solid rgba(45,41,41,0.2);
    border-right: 1px solid rgba(45,41,41,0.2);
    border-bottom: 1px solid rgba(45,41,41,0.2);
    color: rgba(0,0,0,0.5);
}
.input-group-append.line .btn:not(.btn-primary)::before {
    content: "";
    position: absolute;
    left: 0;
    top: 10px;
    bottom: 10px;
    border-right: 1px solid rgba(45,41,41,0.2);
}
.input-group-append.line .btn:not(.btn-primary):hover {
    background-color: var(--primary);
    color: var(--default);
}
.input-group-append.line .btn:not(.btn-primary):hover::before {
    border-right-color: transparent;
}
.checkbox-label {
    display: block;
    position: relative;
    margin: 0;
}
.checkbox-label .box,
.city-checkbox-toggle {
    display: block;
    padding: 0.5rem 2px;
    position: relative;
    line-height: 1.5;
    border-bottom: 1px solid #DDDDE1;
    color: rgba(0,0,0,0.5);
    cursor: pointer;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.checkbox-label input:checked + .box {
    background-color: var(--primary);
    color: var(--default);
    border-color: transparent;
}
.checkbox-label input:not(:checked) + .box:hover,
.city-checkbox-toggle:hover {
    color: var(--default);
}
/*City Checkbox*/
.city-checkbox.inactive {
    display: none;
}
.city-checkbox-toggle .arrow {
    display: inline-block;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-right: 4px solid;
    margin-right: 5px;
    vertical-align: 0.1em;
}
.city-checkbox:not(.active) .city-checkbox-toggle .arrow,
.city-checkbox:not(.active) .city-checkbox-toggle .in {
    display: none;
}
.city-checkbox.active .city-checkbox-toggle {
    font-weight: 700;
    font-size: 14px;
    border-bottom-color: var(--default);
}
.city-checkbox:not(.active) .city-checkbox-dropdown {
    display: none;
}
/*Megaboxes*/
.sk-megabox .sk-megabox-elem {
    border: 1px solid var(--secondary);
}
.sk-megabox .sk-megabox-elem.grey-border {
    border-color: rgba(45,41,41,0.2) !important;
}
.sk-megabox:not(.megabox-addresses):not(.disabled-size) > input:checked ~ .sk-megabox-elem,
.sk-megabox:not(.megabox-addresses):not(.disabled-size) > input:checked ~ .sk-megabox-elem {
    border-color: var(--default) !important;
}
.sk-megabox .sk-megabox-elem .sk-square-check,
.sk-megabox .sk-megabox-elem .sk-rounded-check {
    border: 1px solid var(--secondary);
    height: 1em;
    width: 1em;
}
.sk-megabox .sk-megabox-elem.grey-border .sk-square-check,
.sk-megabox .sk-megabox-elem.grey-border .sk-rounded-check {
    border-color: rgba(45,41,41,0.2);
}
.sk-megabox > input:checked ~ .sk-megabox-elem .sk-square-check,
.sk-megabox > input:checked ~ .sk-megabox-elem .sk-rounded-check {
    border-color: var(--default) !important;
}
.megabox-price {
    border-left: 1px solid rgba(45,41,41,0.2);
    padding: 5px 0 5px 10px;
    margin-left: 10px;
    line-height: 1.5;
}
.sk-megabox .sk-megabox-elem.megabox-layout {
    border-radius: 0;
    border: 0;
    opacity: 0.2;
}
.sk-megabox > input:not(:checked) ~ .sk-megabox-elem.megabox-layout:hover {
    opacity: 0.7;
}
.sk-megabox > input:checked ~ .sk-megabox-elem.megabox-layout,
.sk-megabox > input:checked ~ .sk-megabox-elem.megabox-layout {
    opacity: 1;
}
.sk-megabox.megabox-addresses .sk-megabox-elem {
    background-color: rgba(227,227,227,0.5);
    border-color: transparent !important;
}
.sk-megabox.megabox-addresses .sk-megabox-elem .sk-square-check,
.sk-megabox.megabox-addresses .sk-megabox-elem .sk-rounded-check {
    border-color: var(--default);
}
/*Carousel*/
.swiper {
    overflow: visible;
}
.swiper:not(.without-pseudos)::before,
.swiper:not(.without-pseudos)::after {
    content: "";
    position: absolute;
    top: -2px;
    bottom: -2px;
    width: 10000px;
    background-color: var(--white);
    z-index: 2;
}
.swiper::before {
    left: -10000px;
}
.swiper::after {
    right: -10000px;
}
.swiper-arrow {
    width: 13px;
    height: 13px;
    margin: 0;
    font-size: 8px;
    text-align: center;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    color: var(--default);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.swiper-arrow::after{
    display: none;
}
.swiper-button-prev {
    left: -14px;
}
.swiper-button-next {
    right: -14px;
}
.swiper-arrow i {
    width: 1em;
    height: 1em;
    border-top: 1px solid;
    position: relative;
}
.swiper-button-prev i {
    border-left: 1px solid;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    left: 0.2em;
}
.swiper-button-next i {
    border-right: 1px solid;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    right: 0.2em;
}
.swiper-arrow:hover {
    background-color: var(--primary);
}
.swiper-scrollbar {
    background: rgba(0,0,0,.1);
}
.swiper-scrollbar-drag {
    background: var(--primary);
    height: 8px;
    top: -2px;
    cursor: pointer;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.swiper-scrollbar-drag:hover {
    background: var(--hov-primary);
    height: 10px;
    top: -3px;
}
.sk-carousel.dots-inside-bottom .slick-dots {
    bottom: 0;
}
.sk-carousel .slick-dots button {
    height: 5px;
    width: 5px;
    background: rgba(0,0,0,0.1);
    margin: 0 2px;
}
.sk-carousel .slick-dots .slick-active button {
    background: var(--default);
}
/*Header*/
.header-link {
    position: relative;
    display: block;
}
.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(--default);
    text-align: center;
    font-size: 10px;
    line-height: 1.5;
}
.header-menu-category > a {
    padding: 15px 2px;
    display: block;
    position: relative;
    z-index: 1;
    color: white;
}
.fixed-header .header-menu-category > a {
    color: black;
}
.header-link svg {
    fill: var(--white);
}
.header-dot {
    position: absolute;
    bottom: 0;
    right: -2px;
    width: 8px;
    height: 8px;
    background-color: var(--primary);
    border: 1px solid var(--white);
    border-radius: 50%;
}
header .logo-bar-area .front-header-search .form-control {
    color: rgba(255,255,255,0.5);
}
.front-header-search .input-group {
    background-color: transparent;
}
header .logo-bar-area .front-header-search .form-control::placeholder {
    color: rgba(255,255,255,0.5);
}
header .logo-bar-area .front-header-search svg {
    fill: var(--white);
}
.header-menu-category > a::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 15px;
    height: 0.7em;
    background-color: var(--primary);
    width: 0;
    z-index: -1;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.header-menu-category:hover > a::before {
    width: 100%;
}
.header-menu-category-dropdown {
    position: absolute;
    top: calc(100% - 2px);
    left: 0;
    right: 0;
    pointer-events: none;
    opacity: 0;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    text-align: left;
    z-index: 100;
}
header .header-menu-category.has-dropdown.active .header-menu-category-dropdown,
.fixed-header.header-down .header-menu-category.has-dropdown.active .header-menu-category-dropdown {
    pointer-events: all;
    opacity: 1;
}
.header-menu-category-box {
    -webkit-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.35);
    -moz-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.35);
    box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.35);
    min-height: 100px;
}
.header-menu-category-scroll {
    max-height: calc(100vh - 185px);
    overflow-x: hidden;
    overflow-y: auto;
}
.header-menu-link.inactive {
    opacity: 0.5;
}
#search-content a:hover,
#search-content-megamenu a:hover {
    background-color: rgba(0,0,0,0.05);
}
.collection-res-image {
    position: relative;
    padding-top: 100%;
    overflow: hidden;
}
.collection-res-image img {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.collection-res-wrap:hover .collection-res-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);
}
.menu-collections-wrapper {
    position: relative;
}
.menu-collections-wrapper::after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    bottom: 15px;
    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: 110px;
    z-index: 1;
}
.header-shipping:not(:last-child) {
    border-right: 1px solid;
}
.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 .header-menu-category-scroll {
    max-height: calc(100vh - 75px);
}
.fixed-header .header-link svg {
    fill: var(--secondary);
}
.fixed-header .header-dot {
    border-color: var(--secondary);
}
.header-drop-overlay,
.megamenu-drop-overlay {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(255,255,255,0.8);
    z-index: 1019;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
header .megamenu-toggle {
    border-color: white;
}
header .megamenu-toggle .icon {
    border-color: white;
}
header .megamenu-toggle .icon .top,
header .megamenu-toggle .icon .bottom {
    background-color: var(--white);
}
/*Megamenu*/
.megamenu-toggle {
    width: 40px;
    height: 40px;
    border: 1px solid rgba(0,0,0,0.3);
    position: relative;
    cursor: pointer;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
}
.megamenu-toggle .icon {
    width: 25px;
    border-bottom: 1px solid var(--secondary);
    position: relative;
    border-top: 1px solid var(--secondary);
    height: 7px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.megamenu-toggle .icon .top,
.megamenu-toggle .icon .bottom {
    position: absolute;
    left: 0;
    right: 0;
    height: 1px;
    background-color: var(--secondary);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.megamenu-toggle .icon .top {
    top: -7px;
    -webkit-transform-origin: right top;
    -moz-transform-origin: right top;
    -ms-transform-origin: right top;
    -o-transform-origin: right top;
    transform-origin: right top;
}
.megamenu-toggle .icon .bottom {
    top: 11px;
    -webkit-transform-origin: right bottom;
    -moz-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    -o-transform-origin: right bottom;
    transform-origin: right bottom;
}
.megamenu-toggle.open .icon {
    border-color: transparent !important;
}
.megamenu-toggle.open .icon .top {
    -webkit-transform: rotate(-45deg) translate(-5px, 0px);
    -moz-transform: rotate(-45deg) translate(-5px, 0px);
    -ms-transform: rotate(-45deg) translate(-5px, 0px);
    -o-transform: rotate(-45deg) translate(-5px, 0px);
    transform: rotate(-45deg) translate(-5px, 0px);
    top: -10px;
}
.megamenu-toggle.open .icon .bottom {
    -webkit-transform: rotate(45deg) translate(-4px, 2px);
    -moz-transform: rotate(45deg) translate(-4px, 2px);
    -ms-transform: rotate(45deg) translate(-4px, 2px);
    -o-transform: rotate(45deg) translate(-4px, 2px);
    transform: rotate(45deg) translate(-4px, 2px);
    top: 12px;
}
.megamenu {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background-color: var(--white);
    -webkit-box-shadow: 0px 10px 10px 0px rgba(0,0,0,0.15);
    -moz-box-shadow: 0px 10px 10px 0px rgba(0,0,0,0.15);
    box-shadow: 0px 10px 10px 0px rgba(0,0,0,0.15);
    opacity: 0;
    pointer-events: none;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.megamenu-scroll {
    max-height: calc(100vh - var(--megamenu-height));
    overflow-y: auto;
    overflow-x: hidden;
}
.fixed-header .megamenu-scroll {
    max-height: calc(100vh - var(--fixed-megamenu-height));
}
.header-phone-menu-item:not(:last-child) {
    margin-bottom: 20px;
}
.header-phone-menu-category.has-dropdown {
    position: relative;
    padding-right: 30px;
}
.header-phone-menu-category.has-dropdown a {
    position: relative;
    display: inline-block;
    z-index: 1;
}
.header-phone-menu-category.has-dropdown a::before {
    content: "";
    position: absolute;
    bottom: 0.2em;
    left: 0;
    width: 0;
    height: 0.8em;
    background-color: var(--primary);
    z-index: -1;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.header-phone-menu-category.has-dropdown.active a::before {
    width: 100%;
}
.header-phone-menu-category.has-dropdown .toggle {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 30px;
    cursor: pointer;
}
.header-phone-menu-category.has-dropdown .toggle:after {
    content: "";
    position: absolute;
    right: 0.1em;
    top: 0;
    bottom: 0;
    width: 0.4em;
    height: 0.4em;
    border-right: 1px solid;
    border-bottom: 1px solid;
    transform: rotate(45deg);
    margin: auto;
}
.header-phone-menu-category-dropdown {
    margin-top: 10px;
}
.header-phone-menu-category:not(.active) + .header-phone-menu-category-dropdown {
    display: none;
}
.header-phone-menu-category-dropdown:not(.loaded) {
    min-height: 70px;
}
.header-phone-type-menu:not(:first-child) {
    margin-top: -2px;
}
.header-phone-type-toggle {
    font-size: calc(1em - 3px);
    border-top: 2px solid #cccccc;
    border-bottom: 2px solid #cccccc;
    font-weight: 700;
    padding: 10px 30px 10px 0;
    position: relative;
    cursor: pointer;
}
.header-phone-type-toggle:after {
    content: "+";
    position: absolute;
    right: 0;
}
.header-phone-type-toggle.active:after {
    content: "-";
}
.header-phone-type-toggle:not(.active) + .header-phone-type-dropdown {
    display: none;
}
.header-phone-type-dropdown {
    font-size: calc(1em - 5px);
    margin: 10px 0 25px;
}
/*Homepage Slider*/
.home-slider-over {
    color: rgba(0,0,0,0.2);
}
.home-slider-image,
.home-slider-image.video {
    position: relative;
}
.home-slider-image {
    padding-top: 100%;
}
.home-slider-image.video {
    padding-top: 44%;
}
.home-slider-image iframe {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
}
.home-slider .slick-arrow {
    width: 35px;
    height: 35px;
    border-radius: 0;
    line-height: 33px;
    border: 2px solid;
    color: var(--white);
    background-color: transparent;
    font-size: 20px;
    box-shadow: none;
    top: auto;
    bottom: 10px;
    transform: none;
    -webkit-transform: none;
}
.sk-carousel.home-slider .slick-prev {
    left: auto;
    right: 60px;
}
.sk-carousel.home-slider .slick-next {
    right: 10px;
}
.sk-carousel.home-slider .slick-prev:hover,
.sk-carousel.home-slider .slick-next:hover {
    box-shadow: none !important;
}
.home-slider .slick-arrow:hover {
    background-color: var(--primary);
    border-color: var(--primary);
    color: var(--default);
}
/*Featured Brands*/
.featured-brand-res-image {
    position: relative;
    padding-top: 155%;
    overflow: hidden;
}
.featured-brand-res-image img {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.featured-brand-res-wrap:hover 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);
}
/*Home Banners*/
.home-banner-image {
    position: relative;
    padding-top: 67%;
}
.home-banner-image.portrait {
    padding-top: 134%;
}
.home-banner-image.landscape {
    padding-top: 41%;
}
/*Brands Carousel*/
.brand-car-res-wrap {
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
    opacity: 0.35;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.brand-car-res-wrap:hover {
    -webkit-filter: none;
    filter: none;
    opacity: 1;
}
/*Home Images Carousel*/
.home-car-res-image {
    position: relative;
    padding-top: 100%;
}
/*About Header*/
.about-bg-aiming {
    background-color: rgba(241,216,30,0.1) !important;
}
.about-banner {
    position: relative;
    padding-top: 40%;
    min-height: 100%;
}
.about-banner.portrait {
    padding-top: 147%;
}
.about-banner-title {
    max-width: 400px;
    margin: auto;
    position: relative;
}
.about-banner-title::before,
.about-banner-title::after {
    font-size: 100px;
    position: absolute;
    line-height: 1;
    color: rgba(0,0,0,0.1);
}
.about-banner-title::before {
    content: '“';
    top: -75px;
    left: 0;
}
.about-banner-title::after {
    content: '”';
    bottom: -100px;
    right: 0;
}
.about-number {
    line-height: 1;
    position: relative;
}
.about-number::after {
    content: "";
    border-bottom: 2px solid var(--primary);
    position: absolute;
    bottom: 0;
    left: 0;
    width: 35px;
}
.about-number sup {
    line-height: 1;
    left: -.5em;
}
/*Faqs*/
.faqs-res-toggle {
    position: relative;
    padding-right: 30px;
    cursor: pointer;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-box-shadow: inset 0px -1px 0px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: inset 0px -1px 0px 0px rgba(0,0,0,0.2);
    box-shadow: inset 0px -1px 0px 0px rgba(0,0,0,0.2);
}
.faqs-res-toggle.active {
    -webkit-box-shadow: inset 0px -2px 0px 0px var(--default);
    -moz-box-shadow: inset 0px -2px 0px 0px var(--default);
    box-shadow: inset 0px -2px 0px 0px var(--default);
}
.faqs-res-toggle::before {
    content: "";
    position: absolute;
    display: block;
    right: 0.1em;
    top: 0.4em;
    width: 0.45em;
    height: 0.45em;
    border-left: 2px solid;
    border-bottom: 2px solid;
    -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;
}
.faqs-res-toggle.active::before {
    -webkit-transform: rotate(-225deg);
    -moz-transform: rotate(-225deg);
    -ms-transform: rotate(-225deg);
    -o-transform: rotate(-225deg);
    transform: rotate(-225deg);
}
.faqs-res-toggle span {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.faqs-res-toggle.active span {
    -webkit-box-shadow: inset 0px -0.8em 0px 0px var(--primary);
    -moz-box-shadow: inset 0px -0.8em 0px 0px var(--primary);
    box-shadow: inset 0px -0.8em 0px 0px var(--primary);
}
.faqs-res-toggle:not(.active) + .faqs-res-dropdown {
    display: none;
}
/*Results*/
.filters-options-toggle {
    display: inline-block;
    position: relative;
    cursor: pointer;
    padding-right: 1em;
}
.filters-options-toggle::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: var(--primary);
    z-index: -1;
    height: 0.8em;
    width: 0;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.filters-options-toggle::after {
    content: "";
    position: absolute;
    top: -0.1em;
    right: 0.1em;
    bottom: 0;
    display: block;
    height: 0.4em;
    width: 0.4em;
    border-right: 1px solid;
    border-bottom: 1px solid;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    margin: auto;
}
.filters-options-toggle.active::before {
    width: 100%;
}
.filters-options-dropdown:not(.active) {
    display: none;
}
.results-layout-toggle {
    padding: 2px;
    cursor: pointer;
    background-color: rgba(0,0,0,0.1);
    color: rgba(0,0,0,0.6);
    height: 20px;
    min-width: 20px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
}
.results-layout-toggle.active {
    background-color: var(--default);
    color: var(--white);
}
.results-layout-toggle:not(.active):hover {
    background-color: var(--primary);
    color: var(--default);
}
.results-filter-option .sk-square-check {
    border: 1px solid rgba(0,0,0,0.2);
    height: 1em;
    width: 1em;
    vertical-align: top;
}
.results-filter-option .sk-square-check::after {
    width: auto;
    height: auto;
    -webkit-transform: none;
    transform: none;
    border: none !important;
    margin: auto;
    top: 1px;
    bottom: 1px;
    left: 1px;
    right: 1px;
    background-color: var(--default);
}
.results-filter-option .sk-checkbox > input:checked ~ .sk-square-check {
    border-color: var(--default);
}
.products-results-load.large-layout > * {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
.product-res-item {
    position: relative;
}
.product-res-image,
.quick-view-big-image {
    position: relative;
    padding-top: 155%;
    overflow: hidden;
}
.product-res-image img {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.product-res-title {
    line-height: 1.35;
}
.product-res-del-price {
    position: relative;
}
.product-res-del-price::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 0;
    margin: auto;
    border-top: 1px solid;
    -webkit-transform: rotate(-10deg);
    -moz-transform: rotate(-10deg);
    -ms-transform: rotate(-10deg);
    -o-transform: rotate(-10deg);
    transform: rotate(-10deg);
}
.product-res-sale {
    position: absolute;
    top: 5px;
    left: 5px;
    font-size: 10px;
    font-weight: 300;
    font-style: italic;
    z-index: 1;
}
.product-res-sale::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0.1em;
    right: 0;
    background-color: var(--primary);
    height: 0.8em;
    z-index: -1;
}
.product-res-brand-over {
    position: absolute;
    bottom: 5px;
    left: 5px;
    font-size: 10px;
    font-weight: 600;
    font-style: italic;
    background-color: var(--white);
    line-height: 1;
}
.product-res-wishlist,
.wishlist-res-wishlist {
    position: absolute;
    right: 5px;
    top: 5px;
    width: 20px;
    height: 20px;
    display: inline-block;
    background-color: var(--white);
    text-align: center;
    line-height: 20px;
}
.product-res-item:hover 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);
}
.product-res-wishlist:hover,
.product-res-wishlist.remove,
.wishlist-res-wishlist {
    background-color: var(--primary);
}
.custom-tooltip,
.custom-tooltip {
    position: absolute;
    display: block;
    padding: .25rem .5rem;
    font-size: 12px;
    line-height: 1.5;
    color: #fff;
    background-color: var(--black);
    border-radius: .25rem;
    opacity: 0;
    pointer-events: none;
    white-space: nowrap;
    top: 50%;
    transform: translate(-100%, -50%);
    left: -10px;
}
.custom-tooltip:after {
    content: "";
    position: absolute;
    right: -5px;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 5px solid var(--black);
    top: 0;
    bottom: 0;
    height: 0;
    margin: auto;
}
.product-res-wishlist:hover .custom-tooltip,
.wishlist-res-wishlist:hover .custom-tooltip {
    opacity: 1;
    pointer-events: auto;
}
/*Publish*/
.product-gallery {
    margin-bottom: -5px;
}
.product-gallery-thumb {
    margin: -5px 0;
}
.product-gallery-thumb .carousel-box {
    padding: 5px 0;
}
.img-zoom.quick-view-big-image:hover {
    cursor: url('http://www.citrusboutique.cy/public/assets/img/icons/plus-zoom.png'), auto;
}
.sk-megabox.megabox-color .sk-megabox-elem {
    border-radius: 0;
    padding: 2px;
    border-color: transparent;
}
.sk-megabox.megabox-size .sk-megabox-elem {
    font-size: 15px;
    border-radius: 0;
    padding: 5px 5px;
    min-width: 30.75px;
    border-color: rgba(0,0,0,0.2);
}
.sk-megabox.megabox-size:hover .sk-megabox-elem {
    border-color: var(--default);
}
.sk-megabox.megabox-size > input:checked ~ .sk-megabox-elem {
    border-color: var(--default);
    background-color: var(--default);
    color: var(--white);
}
.sk-plus-minus .btn:disabled,
.sk-plus-minus .btn.disabled {
    opacity: 0.2;
}
.publish-description-item:not(:last-child) {
    margin-bottom: 20px;
}
.publish-description-toggle {
    cursor: pointer;
    padding: 10px 40px 10px 0;
    position: relative;
    border-bottom: 2px solid var(--default);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.publish-description-toggle::after {
    content: "";
    position: absolute;
    width: 0.4em;
    height: 0.4em;
    border-right: 1px solid;
    border-bottom: 1px solid;
    display: block;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    color: var(--default);
}
.publish-description-toggle.active {
    color: var(--default);
}
.publish-description-toggle:not(.active) + .publish-description-dropdown {
    display: none;
}
/*Checkout*/
.checkout-step-box.active {
    color: var(--default);
}
.checkout-step-number {
    position: relative;
    line-height: 1;
}
.checkout-step-box.active .checkout-step-number::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0.2em;
    right: 0;
    background-color: var(--primary);
    height: 0.35em;
    z-index: -1;
    display: block;
}
.list-group-item {
    border-color: rgba(45,41,41,0.3);
}
.list-group-flush > .list-group-item,
.list-group-flush > .list-group-item:last-child {
    border-width: 0 0 1px;
}
.cart-res-delete {
    color: rgba(0,0,0,0.5);
}
.cart-res-delete svg {
    fill: rgba(0,0,0,0.5);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.cart-res-delete:hover {
    color: var(--default);
}
.cart-res-delete:hover svg {
    fill: var(--default);
}
.input-group.promo-code {
    background-color: rgba(45,41,41,0.1);
}
.input-group.promo-code .form-control {
    border: 0;
    color: var(--black);
}
.input-group.promo-code .form-control::-webkit-input-placeholder {
    color: var(--black);
}
.input-group.promo-code .form-control:-ms-input-placeholder {
    color: var(--black);
}
.input-group.promo-code .form-control::placeholder {
    color: var(--black);
}
.input-group.promo-code .input-group-append {
    position: relative;
}
.input-group.promo-code .input-group-append::after {
    content: "";
    position: absolute;
    left: 0;
    top: 5px;
    bottom: 5px;
    border-left: 1px solid var(--black);
}
.input-group.promo-code .btn {
    color: var(--black);
}
.input-group.promo-code .btn:hover {
    background-color: var(--black);
    border-color: var(--black);
    color: var(--white);
}
.promo-code-error {
    color: #db0331;
    margin-top: 2px;
}
/*Login - Register*/
.login-tab {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.login-tab.clickable {
    cursor: pointer;
}
.login-tab.clickable:hover,
.login-tab.clickable.active {
    color: var(--default);
}
.login-dropdown:not(.active) {
    display: none;
}
/*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: 0;
    display: block;
}
.sk-side-nav-list .sk-side-nav-link {
    padding: 10px 15px;
}
.sk-user-sidenav .sk-side-nav-list .sk-side-nav-link {
    border-left-width: 4px;
}
.sk-user-sidenav .sk-side-nav-list .sk-side-nav-link {
    color: var(--default);
    font-weight: 400;
    font-size: 1em;
}
.sk-user-sidenav .sk-side-nav-link.active,
.sk-user-sidenav .sk-side-nav-link:hover {
    background-color: transparent;
    border-left-color: var(--primary);
}
.sk-user-sidenav .sk-side-nav-link svg {
    height: 1.35em;
    margin-right: 1em;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.sk-user-sidenav .sk-side-nav-list .sk-side-nav-link svg {
    fill: var(--default);
}
.sk-side-nav-list .sk-side-nav-text .text {
    display: inline-block;
    color: var(--default);
    position: relative;
    z-index: 1;
}
.sk-user-sidenav .sk-side-nav-list .sk-side-nav-link.active {
    color: var(--primary);
}
.sk-user-sidenav .sk-side-nav-list .sk-side-nav-link.active svg,
.sk-user-sidenav .sk-side-nav-list .sk-side-nav-link:hover svg {
    fill: var(--hov-primary);
}
.sk-side-nav-list .sk-side-nav-link .sk-side-nav-text .text:before {
    content: "";
    position: absolute;
    bottom: 0.1em;
    left: 0;
    height: 0.8em;
    background-color: var(--primary);
    z-index: -1;
    width: 0;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.sk-side-nav-list .sk-side-nav-link.active .sk-side-nav-text .text:before,
.sk-side-nav-list .sk-side-nav-link:hover .sk-side-nav-text .text:before {
    width: 100%;
}
.account-side-link svg {
    fill: var(--default);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
/*Orders*/
.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(0,0,0,0.5);
    font-weight: 500;
}
.sk-table.order-table tbody {
    color: rgba(0,0,0,0.5);
}
.sk-table.order-table tbody td {
    border-bottom: 1px solid rgba(0,0,0,0.2);
    vertical-align: middle;
}
.sk-table th {
    padding: 15px 10px;
}
.sk-table td {
    padding: 20px 10px;
}
/*Order Popup*/
.card {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: transparent;
    border-radius: 0;
}
.card .card-header {
    min-height: auto;
}
.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-table.table th,
.order-details-table.table td {
    border-color: rgba(77,77,79,0.4);
}
.order-details-table.table thead th {
    border-top: none;
}
/*Messages*/
.chat-messages-scroll {
    max-height: 500px;
    overflow-x: hidden;
    overflow-y: auto;
}
.chat-messages {
    overflow: hidden;
}
.message-item:not(:first-child) {
    margin-top: 20px;
}
.message-item.received + .message-item.received,
.message-item.send + .message-item.send {
    margin-top: 2px;
}
.message-item .square-image {
    position: relative;
    padding-top: 100%;
}
.message-item.received + .message-item.received .square-image,
.message-item.send + .message-item.send .square-image {
    display: none;
}
.message-item-text-content {
    display: inline-block;
}
.message-item.received + .message-item.received .message-item-text-content,
.message-item.send + .message-item.send .message-item-text-content {
    margin-top: 0;
}
.message-item-content {
    display: inline-block;
    background-color: var(--black);
    color: rgba(255,255,255,0.8);
    padding: 10px;
    text-align: left;
    font-weight: 600;
    font-size: 14px;
}
.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: transparent;
    border: 1px solid rgba(0,0,0,0.1);
    color: #1e2223;
    font-weight: 400;
}
.message-item-date {
    color: #9d9ba0;
    margin-top: 5px;
    text-align: left;
    font-size: 14px;
}
textarea.form-control.message-textarea {
    background-color: var(--white);
    border: 0;
    font-size: 1em;
}
/*Contact*/
.contact-city-toggle {
    position: relative;
    padding-right: 40px;
    cursor: pointer;
    border-bottom: 2px solid rgba(0,0,0,0.2);
    color: rgba(39,39,43,0.5);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.contact-city-toggle.active {
    border-color: var(--default);
    color: var(--secondary);
}
.contact-city-toggle:after {
    content: "+";
    position: absolute;
    right: 0;
}
.contact-city-toggle.active:after {
    content: "-";
}
.contact-city-toggle:not(.active) + .contact-city-dropdown {
    display: none;
}
.contact-city-store p {
    margin-bottom: 3px;
}
.contact-map {
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
    position: relative;
    padding-top: 45%;
}
.contact-map:not(.active) {
    display: none;
}
.contact-map iframe {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}
/*Footer*/
.footer-lg-border {
    border-color: #efd42b !important;
    border-top: 2px solid;
}
.footer-menu-title {
    color: var(--white);
    font-weight: 400;
    font-size: 14px;
    padding-bottom: 10px;
    margin-bottom: 15px;
    position: relative;
}
.footer-menu-title::before {
    content: "";
    border-bottom: 2px solid #efd42b;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}
.footer-menu-dropdown ul li:not(:last-child),
.footer-menu-dropdown p {
    margin-bottom: 2px;
}
.footer-menu-dropdown ul li a:hover {
    color: var(--white);
}
footer ul.social a {
    width: 30px;
    height: 30px;
    background-color: rgba(255,255,255,0.5);
    border-radius: 0;
    color: var(--default);
    font-size: 30px;
    line-height: 30px;
}
footer ul.social a:hover {
    background-color: #efd42b !important;
}
.footer-bottom {
    border-color: rgba(255,255,255,0.5) !important;
}
footer ul.social i {
    color: inherit;
}
footer ul.social a:hover {
    background-color: var(--secondary);
    -webkit-transform: none;
    transform: none;
}
.footer-menu-dropdown a {
    color: rgba(255,255,255,0.5);
}
.footer-menu-dropdown p {
    color: rgba(255,255,255,0.5);
}
.footer-menu-dropdown h4 {
    color: rgba(255,255,255,0.5);
}
.footer-top p {
    color: rgba(255,255,255,0.5);
}
/*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(--hov-primary);
}
.coupon-item-row {
    position: relative;
}
.coupon-link-popup {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    vertical-align: text-top;
}
.remove_coupon, .remove_vouchers {
    cursor: pointer;
    position: absolute;
    right: -14px;
    top: 3px;
    font-size: 12px;
    -webkit-text-stroke: 1px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.remove_coupon:hover, .remove_vouchers:hover {
    color: var(--primary);
}
.modal-custom-w {
  max-width: 788px !important;
}
.sign-up-popup-left-side {
  border-left: 8px solid var(--primary);
  padding: 10px 0 40px 40px;
}
.sign-up-popup-img {
  width: 64%;
}
.close-sign-up-popup-modal {
  position: absolute;
  top: 10px;
  right: 10px;
}
.sign-up-popup-description > span {
  text-wrap: nowrap;
  z-index: 1;
  position: relative;
}
.sign-up-popup-description > span:before{
  content: "";
  position: absolute;
  top: 13px;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: var(--primary);
  z-index: -1;
}
.sign-up-popup-title:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 1px;
  background-color: var(--default);
}
.sign-up-popup-btn {
  text-align: center;
  color: var(--white);
  background-color: var(--default);
  transition: all .5s ease;
  padding: 10px 20px 10px 20px;
}
.sign-up-popup-btn:hover {
  background-color: var(--primary);
  color: var(--white);
}
.sign-up-popup-left-bottom {
  padding-right: 20%;
}
body.modal-open.sign-up-popup .modal-backdrop {
  background-color: rgba(2, 2, 2, .6);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}
body.modal-open.sign-up-popup .modal-backdrop.show {
  opacity: 1;
}
/*Responsive - Mobile First*/
/* sm */
@media (min-width: 576px) {
    /*All*/
    :root {
        --megamenu-height: 108px;
        --fixed-megamenu-height: 82px;
    }
    /*Modal*/
    .modal-dialog.modal-md {
        max-width: 545px;
    }
    /*Carousel*/
    .swiper-arrow {
        width: 20px;
        height: 20px;
        font-size: 12px;
    }
    .swiper-button-prev {
        left: -22px;
    }
    .swiper-button-next {
        right: -22px;
    }
    /*Homepage Slider*/
    .home-slider-image {
        padding-top: 55%;
    }
    /*Home Banners*/
    .home-banner-right {
        right: -15px;
    }
    /*Results*/
    .results-layout-toggle {
        height: 25px;
        min-width: 25px;
    }
    .products-results-load.large-layout.row-cols-sm-3 > * {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .product-res-sale {
        top: 10px;
        left: 10px;
        font-size: 15px;
    }
    .product-res-brand-over {
        bottom: 10px;
        left: 10px;
        font-size: 12px;
    }
    /*Footer*/
    footer ul.social a {
        width: 35px;
        height: 35px;
        font-size: 35px;
        line-height: 35px;
    }
}
/* sm - md */
@media (min-width: 576px) and (max-width: 767.98px) {
    /*About Header*/
    .about-banner.portrait {
        padding-top: 100%;
    }
}
/* md */
@media (min-width: 768px) {
    /*All*/
    :root {
        --body-size: 16px;
    }
    /*Pagination*/
    .pagination .page-link,
    .page-item.disabled .page-link {
        min-width: 30px;
        min-height: 30px;
        line-height: 30px;
        font-size: 16px;
    }
    /*Carousel*/
    .sk-carousel.dots-inside-bottom .slick-dots {
        bottom: 10px;
    }
    .sk-carousel .slick-dots button {
        height: 10px;
        width: 10px;
    }
    /*Homepage Slider*/
    .home-slider .slick-arrow {
        bottom: 20px;
    }
    .sk-carousel.home-slider .slick-next {
        right: 20px;
    }
    .sk-carousel.home-slider .slick-prev {
        right: 70px;
    }
    /*About Header*/
    .about-banner-title::before,
    .about-banner-title::after {
        font-size: 134px;
    }
    .about-banner-title::before {
        top: -100px;
        left: -20px;
    }
    .about-banner-title::after {
        bottom: -145px;
        right: -20px;
    }
    /*Results*/
    .products-results-load.large-layout.row-cols-md-3 > * {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .product-res-brand-over {
        font-size: 14px;
    }
    .product-res-wishlist,
    .wishlist-res-wishlist {
        width: 25px;
        height: 25px;
        line-height: 25px;
    }
    /*Publish*/
    .sk-megabox.megabox-size .sk-megabox-elem {
        font-size: 18px;
        padding: 9px 5px;
        min-width: 42.5px;
    }
    /*Account*/
    .sk-side-nav-list .sk-side-nav-link {
        padding: 15px 25px;
    }
    .sk-user-sidenav .sk-side-nav-list .sk-side-nav-link {
        border-left-width: 8px;
    }
    /*Messages*/
    .message-item.received + .message-item.received + .message-item.received,
    .message-item.send + .message-item.send + .message-item.send {
        margin-top: 5px;
    }
    .message-item-text-content {
        margin-top: 5px;
    }
    .message-item-content {
        font-size: 16px;
    }
    .message-item-date {
        font-size: 16px;
    }
}
/* lg */
@media (min-width: 992px) {
    /*Header*/
    .header-dot {
        width: 12px;
        height: 12px;
        border-width: 2px;
    }
    .header-number {
        right: -10px;
        font-size: 12px;
    }
    body.header-dropdown-opened .header-drop-overlay {
        opacity: 1;
        pointer-events: all;
    }
    /*Homepage Slider*/
    .home-slider-over {
        color: var(--white);
    }
    /*Results*/
    .products-results-load.large-layout.row-cols-lg-3 > * {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    /*Checkout*/
    .checkout-step-item:not(:last-child) {
        border-right: 1px solid rgba(0,0,0,0.2);
    }
    /*Footer*/
    .footer-menu-title {
        font-size: 19px;
    }
    .footer-menu-title::before {
        width: 25px;
    }
}
/* xl */
@media (min-width: 1200px) {
    /*Carousel*/
    .swiper-arrow {
        width: 25px;
        height: 25px;
    }
    .swiper-button-prev {
        left: -40px;
    }
    .swiper-button-next {
        right: -40px;
    }
    /*Homepage Slider*/
    .home-slider-image {
        padding-top: 44%;
    }
    /*Results*/
    .products-results-load.large-layout.row-cols-xl-3 > * {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .product-res-sale {
        font-size: 20px;
    }
    /*Account*/
    .sk-user-sidenav-wrap {
        -ms-flex: 0 0 350px;
        flex: 0 0 350px;
        max-width: 350px;
    }
    .sk-user-panel {
        padding-left: 40px;
    }
}
/* xxl */
@media (min-width: 1500px) {
    /*About Header*/
    .about-banner-title::before,
    .about-banner-title::after {
        font-size: 167px;
    }
    .about-banner-title::before {
        top: -130px;
        left: -100px;
    }
    .about-banner-title::after {
        bottom: -180px;
        right: -100px;
    }
    /*Results*/
    .products-results-load.large-layout.row-cols-xxl-4 > * {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    /*Publish*/
    .sk-megabox.megabox-size .sk-megabox-elem {
        font-size: 22px;
        padding: 10px 5px;
        min-width: 50px;
    }
}
/* xxxl */
@media (min-width: 1750px) {

}
/*Responsive - Desktop First*/
/* xxl */
@media (max-width: 1749.98px) {

}
/* xl */
@media (max-width: 1499.98px) {


}
/* lg */
@media (max-width: 1199.98px) {

}
/* md */
@media (max-width: 991.98px) {

  .modal-custom-w {
    max-width: 90% !important;
  }
  .sign-up-popup-left-side {
    padding: 10px 0 20px 20px;
  }

    /*Megamenu*/
    html.opened-megamenu,
    body.opened-megamenu {
        overflow: hidden;
    }
    body.opened-megamenu header .megamenu,
    body.opened-megamenu .fixed-header.header-down .megamenu {
        opacity: 1;
        pointer-events: all;
    }
    body.opened-megamenu .megamenu-drop-overlay {
        opacity: 1;
        pointer-events: all;
    }
    /*Footer*/
    .footer-menu-title {
        margin-bottom: 0;
        padding: 15px 30px 15px 0;
        cursor: pointer;
    }
    .footer-menu-title::after {
        content: "+";
        position: absolute;
        right: 0;
    }
    .footer-menu-title.active::after {
        content: "-";
    }
    .footer-menu-title:not(.active) + .footer-menu-dropdown {
        display: none;
    }
    .footer-menu-dropdown {
        margin-top: 10px;
    }
}
/* sm */
@media (max-width: 767.98px) {

}
/* xs */
@media (max-width: 575.98px) {
  .modal-dialog-centered {
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .sign-up-popup-description > span::before {
    top: 9px;
  }
}

.grey-bottom-border{
    border-bottom: 1px solid black;
}
/*Contact*/
.contact-form-image {
    position: relative;
    padding-top: 85%;
}
.contact-form-image::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 30%;
    height: 23%;
    background-color: var(--primary);
    top: -35px;
    right: -35px;
    mix-blend-mode: multiply;
}
.contact-form-image .halftone {
    position: absolute;
    left: 0;
    top: 0;
    width: 40%;
    height: 45%;
    overflow: hidden;
}
.contact-form-image .halftone img {
    width: 250%;
    height: 222.22% !important;
    max-height: none;
}
.contact-form-image-over {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
}
.contact-form-image-title {
    -webkit-transform-origin: top left;
    -moz-transform-origin: top left;
    -ms-transform-origin: top left;
    -o-transform-origin: top left;
    transform-origin: top left;
    -webkit-transform: rotate(-5deg);
    -moz-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    -o-transform: rotate(-5deg);
    transform: rotate(-5deg);
}

/*.border-solid{*/
/*    border: 1px solid black;*/
/*}*/

.box-shadow{
    box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.25);
    -webkit-box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.25);
    -moz-box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.25);
}

.product-sort .filter-option-inner-inner {
    padding-top: 15px!important;
}

.city-checkbox-dropdown {
    max-height: 250px;
    overflow-y: auto;
}
