.site-header .main-navigation .custom-menu-item-has-children {
    position: initial !important;
}
.site-header .main-navigation #primary-menu .custom-menu-item-has-children:hover > .sub-menu {
    display: flex;
    top: 100%;
    border-radius: 0;
    padding-left: 15px;
    padding-bottom: 30px;
    box-sizing: border-box;
    border-block: 1px solid #dadada;
}
.site-header .main-navigation .custom-menu-item-has-children:hover > .sub-menu {
    left: 0;
    right: 0;
    flex-wrap: wrap;
    justify-content: flex-start;
}
.primary-menu .menu-item-has-children:not(.hideshow):after {
    content: '';
}
.site-header #primary-navbar .custom-sub-menu .menu-item > a.custom-menu-title {
    padding: 0.5625rem 0.9375rem;
    display: flex;
    line-height: initial;
    color: #a3a3a3;
    font-size: 12px;
    cursor: default;
}
.site-header .custom-sub-menu .menu-item > a {
    /* font-size: 14px; */
    /* text-decoration: underline; */
    color: #000000;
    font-weight: bold;
}
.main-navigation li ul.subcats {
    margin: 0;
}
.main-navigation li ul ul, .main-navigation li ul {
    margin-left: 0;
    min-width: 115px;
}
.main-navigation li ul.subcats li a {
    color: #000000;
}
.site-header .sub-menu a {
    font-size: .875rem;
    color: #000;
}

.primary-menu > li > a:hover, .main-navigation li ul.subcats li a:hover, .site-header .sub-menu a:hover {
    text-decoration: underline;
    text-underline-offset: 0.3em;
    background: transparent;
}
.main-navigation li ul.subcats li a:hover {
    background-color: #ffffff;
    color: #000000;
    text-decoration: underline;
}
.site-header .custom-sub-menu .menu-item > a:hover {
    background-color: #ffffff;
    text-decoration: underline;
}
.custom-menu-title:hover, .custom-menu-title:visited, .custom-menu-title:active, .custom-menu-title:focus {
    text-decoration: none !important;
}
.currency-selector {
    padding-left: 0;
}
.currency-selector form {
    margin-bottom: 0;
}
.currency-selector #endwid {
    margin-bottom: 0;
    border: 0;
}
#endwid .country-select {
    width: 48px !important;
}
.currency-selector #scd_widget_selector {
    border: 0;
    max-width: 60px;
    border-bottom: 0 !important;
    padding: 0 10px;
}
#endwid .country-select .flag-dropdown, #endwid .country-select .selected-flag {
    width: 48px;
}
.icon-file-pdf, #endwid .country-select .selected-flag .flag {
    display: none;
}
#endwid .country-select .selected-flag .arrow {
    float: right;
    left: -10px;
    border: none;
    height: 32px;
    top: 10px;
    width: 10px;
}
#endwid .country-select .selected-flag .arrow::before {
    content: '\e826';
    font-family: "bb-icons";
    font-style: normal;
    speak: never;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: 0.2em;
    text-align: center;
    font-size: 22px;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    margin-left: 0.2em;
    color: #000000;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.currency-selector .country-list {
    width: 200px !important;
    right: 0;
}
.scd_float {
    display: none !important;
}
.container,
.container-fluid,
.container-sm,
.container-md,
.container-lg,
.container-xl {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
.container {
    max-width: none;
}
.header-search-wrap {
    box-shadow: none;
    border-bottom: 1px solid #e7e9ec;
    height: 71px;
}
.mobile-ordering {
    width: 49%;
}
.mobile-ordering .adorno-ordering {
    margin-bottom: 0;
}
.adorno-ordering {
    width: 100%;
}
.mobile-ordering .adorno-ordering select {
    text-transform: none;
    font-weight: normal;
}

.adorno-ordering select {
    width: 100%;
}
.adorno-ordering select {
    font-size: 16px;
    color: #000;
}
.mobile-filters-button {
    display: block;
    font-size: 15px;
    height: 40px;
    border-bottom: 1px solid #dedfe2;
    border-radius: 3px;
    box-shadow: none;
    cursor: pointer;
    padding: 0 12px;
    width: 49%;
    position: relative;
    line-height: 35px;
}
.has-sidebar:not(.profile-sidebar):not(.group-sidebar):not(.llms-pointer) #primary, body.buddypress.has-sidebar:not(.profile-sidebar):not(.group-sidebar):not(.llms-pointer) #page #primary {
    max-width: none;
}
body.woocommerce #content div.product div.woocommerce-product-gallery-wrapper {
    box-sizing: border-box;
    width: 55%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 55%;
    flex: 0 0 55%;
    min-width: 55%;
    background-color: #fff;
    border-radius: 4px 0 0 4px;
    border: 1px solid #e7e9ec;
    border-right-width: 0;
    padding-bottom: 0;
    margin-bottom: 2em;
    position: relative;
}
.product-gallery-wrapper {
    overflow-x: scroll;
    overflow-y: hidden;
    width: 100%;
    max-height: 650px;
}
.product-gallery {
    max-height: 650px;
}
.product-gallery {
    width: max-content;
    min-width: 100%;
    height: 100%;
    cursor: grab;
    -webkit-column-count: auto;
    column-count: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 0;
    margin-left: 0;
    display: none;
}
.product-gallery .woocommerce-product-gallery__image {
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: column;
    flex-flow: column;
    margin: auto;
}
.product-gallery .woocommerce-product-gallery__image a {
    margin: 0 auto;
}
.product-gallery .woocommerce-product-gallery__image img {
    max-height: 650px;
    width: auto;
}
.product-gallery .woocommerce-product-gallery__text iframe {
    height: 100%;
}
.fluid-width-video-wrapper {
    padding-top: 36% !important;
}
.product-gallery .woocommerce-product-gallery__text {
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.product-gallery .woocommerce-product-gallery__text p {
    color: #989898;
    padding: 0 20px;
}

.product-gallery .woocommerce-product-gallery__text button {
    width: 180px;
    margin: 0 auto;
    font-weight: 400;
    padding: 10px !important;
}

.product-gallery .woocommerce-product-gallery__text a {
    width: 180px;
    margin: 0 auto;
    color: #fff;
    font-weight: 400;
    padding: 10px !important;
}

.product-gallery .woocommerce-product-gallery__text a.close {
    width: auto;
    color: #000000;
}

.product-gallery .woocommerce-product-gallery__text a i {
    display: none;
}

.product-gallery .woocommerce-product-gallery__text .real-life-title {
    margin-top: 50px;
    margin-bottom: 10px;
}

.product-gallery .woocommerce-product-gallery__text .real-life-button {
    width: 250px;
    background: #ffffff;
    color: #000000;
    border: 1px solid #000000;
}

.product-gallery .woocommerce-product-gallery__text .real-life-button:hover {
    background: #000000;
    color: #ffffff;
    border: 1px solid #000000;
}

.flexslider-wrapper {
    clear: both;
    overflow-x: scroll;
    padding-bottom: 5px;
}
.flexslider-wrapper::-webkit-scrollbar {
    height: 4px;
}

.flexslider-wrapper::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0);
    border-radius: 50px;
}

.flexslider-wrapper::-webkit-scrollbar-track {
    /* background: rgba(0, 0, 0, 0.1); */
    border-radius: 50px;
}
.flexslider-container {
    width: max-content;
    min-width: 100%;
    cursor: grab;
}
.woocommerce #content div.product .flexslider-container .flex-control-nav {
    list-style-type: none;
    -webkit-column-count: auto;
    column-count: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 0;
    margin-left: 0;
}
.woocommerce #content div.product .flexslider-container .flex-control-nav img {
    width: 100px;
    height: 100px;
}

.custom-product-actions {
  margin: 15px 0 0;
  clear: both;
}
.custom-product-actions ul {
    display: flex;
    justify-content: space-evenly;
}

ul {
    list-style: none;
}
small {
    font-size: 80%;
}

small, .small {
    font-size: 80%;
    font-weight: 400;
}
body.woocommerce .tinv-wishlist.tinvwl-after-add-to-cart .tinvwl_add_to_wishlist_button {
    display: flex;
    font-family: Arial, Helvetica, sans-serif, sans-serif;
    margin-top: 8px;
    -webkit-font-smoothing: auto;
}
.custom-product-actions a {
    text-decoration: none !important;
    cursor: pointer;
}
.custom-product-actions a:hover {
    text-decoration: underline !important;
}
.stack-icon {
    position: absolute;
    left: 8px;
    display: inline-block;
    width: 20px;
    height: 20px;
    opacity: 0.9;
}

.stack-icon .first-layer {
    display: inline-block;
    width: 16px;
    height: 16px;
    border: 1.5px solid #444;
    position: absolute;
    bottom: 0;
    left: 0;
    background: #fff;
    z-index: 3;
}

.stack-icon .second-layer {
    display: inline-block;
    width: 16px;
    height: 16px;
    border: 1.5px solid #444;
    position: absolute;
    bottom: 3px;
    left: 3px;
    background: #fff;
    z-index: 2;
}

.stack-icon .third-layer {
    display: inline-block;
    width: 16px;
    height: 16px;
    border: 1.5px solid #444;
    position: absolute;
    bottom: 6px;
    left: 6px;
    background: #fff;
    z-index: 1;
}
.tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart:before {
    position: relative;
    top: -5px;
}
.tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart:before, .woocommerce ul.products li.product a.tinvwl-button.tinvwl_add_to_wishlist_button.tinvwl-icon-heart:before, .woocommerce-page ul.products li.product a.tinvwl-button.tinvwl-icon-heart.tinvwl_add_to_wishlist_button:before, a.wishlist_products_counter.top_wishlist-heart:before, span.wishlist_products_counter.top_wishlist-heart:before, a.sidr-class-wishlist_products_counter.sidr-class-top_wishlist-heart:before {
    margin-right: 0;
}
.wc-store-catalog-pdf-download {
    cursor: pointer;
}
.product-share-buttons {
    display: flex;
    justify-content: space-around;
    font-size: 20px;
}

.hidden {
    display: none !important;
}
.woocommerce #content div.product div.summary {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.woocommerce #content div.product div.summary h1.product_title {
    line-height: 2.2rem !important;
}
.designer-name {
    font-weight: 400;
}
.designer-country {
    font-size: 14px;
}
.woocommerce #content div.product div.summary > .details-block {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-top: 1rem;
}
.details-block .details-block {
    height: 100%;
}
.details-block .details-block > div {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: end;
}
.details-block .product-price .row {
    margin-bottom: 0 !important;
    margin-top: 10px;
    float: left;
}
.pl-0, .px-0 {
    padding-left: 0 !important;
}

.pr-0, .px-0 {
    padding-right: 0 !important;
}
.ml-0, .mx-0 {
    margin-left: 0 !important;
}
.mr-0, .mx-0 {
    margin-right: 0 !important;
}
.woocommerce div.product span.price {
    font-weight: 100;
    font-size: 1.8rem;
}
.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl, .col-xl-auto {
    position: relative;
    width: 100%;
}
body.woocommerce #content div.product div.summary .quantity {
    float: right;
    display: block;
}
.woocommerce .quantity .qty {
    border-bottom: 0 !important;
}
.buy-buttons {
    display: flex;
    clear: both;
}
.woocommerce #content div.product button.single_add_to_cart_button,
.woocommerce #content div.product form.cart button.single_add_to_cart_button {
    width: 60%;
    margin-right: -9%;
    background: #fff;
    border: 1px solid #000;
    color: #000;
    text-transform: uppercase;
    font-weight: bold;
}
.woocommerce #content div.product button.single_add_to_cart_button.active,
.woocommerce #content div.product form.cart button.single_add_to_cart_button.active {
    background: #000;
    border: 1px solid #000;
    color: #fff;
    z-index: 2;
}
.woocommerce #content div.product button.single_add_to_cart_button.disabled,
.woocommerce #content div.product form.cart button.single_add_to_cart_button.disabled {
    opacity: 1;
}
.woocommerce #content div.product button.single_buy_now_button,
.woocommerce #content div.product form.cart button.single_buy_now_button {
    width: 60%;
    background: #fff;
    border: 1px solid #000;
    color: #000;
    text-transform: uppercase;
    font-weight: bold;
}
.woocommerce #content div.product button.single_buy_now_button.active,
.woocommerce #content div.product form.cart button.single_buy_now_button.active {
    background: #000;
    border: 1px solid #000;
    color: #fff;
    z-index: 1;
}

.woocommerce #content div.product div.make_an_offer_button,
.woocommerce #content div.product form.cart div.make_an_offer_button {
    background: #fff;
    border: 1px solid #000;
    color: #000;
    z-index: 1;
    width: 60%;
    text-transform: uppercase;
    font-weight: bold;
}

.woocommerce #content div.product div.make_an_offer_button.active,
.woocommerce #content div.product form.cart div.make_an_offer_button.active {
    background: #000;
    border: 1px solid #000;
    color: #fff;
    z-index: 1;
}
#popup-offer .modal-body {
    padding: 0 10%;
    position: relative;
}

.offer-price div {
    display: inline;
}

.offer-price .price {
    font-size: inherit !important;
}

.make-an-offer label {
    color: #989898;
    font-size: 14px;
    display: block;
    margin-bottom: 0;
}

.make-an-offer .currency-selector {
    text-align: center;
    margin: 0 !important;
    padding-left: 0;
    padding-right: 5px;
    color: #000 !important;
    border: none !important;
}

.make-an-offer .offer-amount {
    font-size: 22px;
    width: 80px;
    padding: 0;
    border: none !important;
}

.make-an-offer .quantity {
    float: left !important;
    margin: 0 !important;
}

.make-an-offer .qty {
    min-width: 24px !important;
    width: 24px !important;
    margin: 0 !important;
}

.make-an-offer .chances-block div {
    display: table-cell;
    vertical-align: top;
    /* color: #28a745; */
    font-size: 14px;
    text-align: right;
    padding: 0 5px;
    line-height: 18px;
}

.make-an-offer .row.top-border {
    border-top: 1px solid #dedede !important;
    padding-top: 20px;
}

.make-an-offer .col-sm-6,
.make-an-offer .col-sm-12 {
    padding: 10px 0;
}

.make-an-offer .chance-percent {
    /* background-color: #28a745; */
    color: #fff;
    display: inline-block;
    padding: 8px 15px;
    border-radius: 15px;
    font-size: 18px;
    white-space: nowrap;
}

.make-an-offer .contacts input {
    width: 100%;
    margin-top: 0;
    border: none;
    border-bottom: 1px solid #dedfe2;
}

.make-an-offer .contacts input:hover {
    border: none;
    border-bottom: 1px solid #dedfe2;
}

.make-an-offer textarea {
    width: 100%;
    margin-top: 0;
    border: none;
    border-bottom: 1px solid #dedfe2;
}

.make-an-offer .button.alt {
    width: 100%;
}

.make-an-offer .button.alt div {
    display: inline;
}

.make-an-offer .button.alt .price {
    color: #989898;
    font-size: inherit;
    font-weight: bold;
}

.make-an-offer .need-to-have {
    background: #fff;
    border: 1px solid #000;
    color: #989898;
}

#popup-offer .offer-success {
    color: #2bc834;
}

#popup-offer .offer-success.submitted {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #fff;
    z-index: 99;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.make-an-offer .offer-failed {
    color: #eb4646;
}
.pl-0, .px-0 {
    padding-left: 0 !important;
}

.mb-3, .my-3 {
    margin-bottom: 1rem !important;
}
.mt-3, .my-3 {
    margin-top: 1rem !important;
}
.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.bg-transparent {
    background-color: transparent !important;
}
.container, .container-fluid, .container-sm, .container-md, .container-lg, .container-xl {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.justify-content-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
}

.d-flex {
    display: -ms-flexbox !important;
    display: flex !important;
}
.ml-2, .mx-2 {
    margin-left: 0.5rem !important;
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl, .col-xl-auto {
    position: relative;
    width: 100%;
}
.product-info-block {
    margin: 0;
    font-size: 80%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    padding: 12px 0;
}
.product-info-block li {
    padding-left: 32px;
    line-height: 1.2;
    margin-bottom: 16px;
}
.product-info-block i {
    position: absolute;
    left: 0;
}

[class^="bb-icon-"], [class*=" bb-icon-"] {
    font: normal normal normal 24px / 1 "bb-icons";
}
.product-info-block .backorder.active {
    display: inline;
}
.modal-box {
    display: none;
    position: fixed;
    z-index: 1000;
    width: 98%;
    background: white;
    border-bottom: 1px solid #aaa;
    border-radius: 4px;
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    border: 1px solid rgba(0, 0, 0, 0.1);
    background-clip: padding-box;
    max-height: 90%;
    overflow-y: auto;
    margin: 35px 0;
}
.modal-box header, .modal-box .modal-header {
    margin: 0 1.5em;
    text-align: right;
}
a.close {
    line-height: 1;
    font-size: 3.5em;
    text-decoration: none;
    color: #000000;
    opacity: 1;
}
a.close:hover {
    color: #222;
    -webkit-transition: color 1s ease;
    -moz-transition: color 1s ease;
    transition: color 1s ease;
}
.modal-box .modal-body {
    padding: 0 1.5em;
}
.modal-box header h3,
.modal-box header h4,
.modal-box .modal-header h3,
.modal-box .modal-header h4 { margin: 0; }

.modal-box .modal-body { padding: 0 1.5em; }
.modal-box .modal-body label {
    text-align: left;
    display: block;
    color: #989898;
}
.modal-box .modal-body h3 {
    text-align: center;
}

.modal-box .modal-body input,
.modal-box .modal-body select,
.modal-box .modal-body textarea {
    margin: 10px 5px;
}
.modal-box .modal-body input::placeholder,
.modal-box .modal-body select::placeholder,
.modal-box .modal-body textarea::placeholder {
    color: #dedfe2;
}

.modal-box .modal-body select {
    color: #dedfe2;
}

.modal-box .modal-body .col-sm-6,
.modal-box .modal-body .col-sm-12 {
    padding: 10px 5px;
}

.modal-box .modal-body .col-sm-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}
.modal-box .modal-body .col-sm-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
}
.modal-box .modal-body span.wpcf7-not-valid-tip {
    position: absolute;
    top: 30px;
    left: 5px;
    font-size: 13px;
}

.modal-box footer,
.modal-box .modal-footer {
    padding: 1em;
    border-top: 1px solid #ddd;
    background: rgba(0, 0, 0, 0.02);
    text-align: right;
}

.modal-box .modal-body input[type=submit] {
    width: 100%;
}

.modal-overlay {
    opacity: 0;
    filter: alpha(opacity=0);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 900;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3) !important;
}
.stack-icon {
    position: absolute;
    left: 8px;
    display: inline-block;
    width: 20px;
    height: 20px;
    opacity: 0.9;
}
.tooltip {
    position: relative;
    display: inline-block;
}
.tooltip .tooltiptext {
    visibility: hidden;
    width: 250px;
    background-color: #000000;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 5px;
    position: absolute;
    z-index: 1;
    bottom: 110%;
    left: 99%;
    margin-left: -150px;
    line-height: 16px;
}
.tooltip:hover .tooltiptext {
    visibility: visible;
}

.tooltiptext {
    z-index: 5 !important;
}
.tooltip .tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: black transparent transparent transparent;
}
.d-none {
    display: none !important;
}
.entry-summary .container .card {
    padding: 0 10px;
}
.mr-2, .mx-2 {
    margin-right: 0.5rem !important;
}
.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: 0.25rem;
    max-width: 100%;
}
.card-header {
    padding: 0.75rem 1.25rem;
    margin-bottom: 0;
    background-color: rgba(0, 0, 0, 0.03);
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.card-header:first-child {
    border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}
.slider-wrapper {
    overflow-x: scroll;
}
.slider-wrapper::-webkit-scrollbar {
    height: 4px;
}
.slider-wrapper::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0);
    border-radius: 50px;
}
.slider-wrapper::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.1);
    border-radius: 50px;
}
.single-product-slider {
    width: max-content;
    min-width: 100%;
    cursor: grab;
}
.woocommerce .single-product-slider ul.products {
    -webkit-column-count: auto;
    column-count: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 30px;
    margin-bottom: 0;
    margin-left: 20px;
}
.woocommerce .slider-wrapper .single-product-slider ul.products li.product {
    width: 228px;
    height: 365px;
}
.woocommerce ul.products li.product:first-of-type {
    -webkit-box-flex: unset;
    -ms-flex: unset;
    flex: unset;
}
ul.products li.product .tinv-wraper.tinv-wishlist {
    right: 10px;
    left: auto;
    top: 5px;
    mix-blend-mode: soft-light;
}
.woocommerce ul.products li.product a {
    width: 100%;
}

.woocommerce li.product .woocommerce-loop-product__title, .woocommerce ul.products li.product a {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.woocommerce ul.products li.product a img {
    filter: brightness(90%);
    margin: 0;
}
.in-stock-label {
    font-size: 10px;
    position: absolute;
    top: 5px;
    left: 10px;
    text-transform: uppercase;
    font-weight: bold;
    mix-blend-mode: soft-light;
}
.woocommerce li.product .woocommerce-loop-product__title {
    text-align: left;
    font-size: 12px !important;
    line-height: 19px;
    padding: .5em 10px 0px 10px !important;
}

.woocommerce li.product .woocommerce-loop-product__title, .woocommerce ul.products li.product a {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.woocommerce ul.products li.product .price {
    font-size: 12px !important;
}
.woocommerce #content div.product .woocommerce-tabs, .woocommerce div.product .woocommerce-tabs, .woocommerce-page #content div.product .woocommerce-tabs, .woocommerce-page div.product .woocommerce-tabs {
    border: 1px solid rgba(0, 0, 0, .125) !important;
    border-radius: .25rem;
    max-width: 100%;
}

.product-description-text-more, .designer-description-text-more, .product-description-text-more-mobile, .designer-description-text-more-mobile {
    font-weight: bold;
    cursor: pointer;
    position: relative;
    bottom: 30px;
}
.product-mockup {
  width: 228px;
  height: 365px;
  margin: 0 10px 20px;
}

.product-mockup .title.loading {
  height: 12px;
  margin-top: 7px;
}

.product-mockup .designer.loading {
  height: 12px;
  margin-top: 7px;
  width: 60%;
}
.product-mockup .price.loading {
  height: 12px;
  margin: 7px 10px;
  width: 35%;
}
.product-mockup .loading {
  color: transparent;
  background: linear-gradient(100deg, #eceff1 30%, #f6f7f8 50%, #eceff1 70%);
  background-size: 400%;
  animation: loading 1.2s ease-in-out infinite;
}

@keyframes loading {
  0% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0 50%;
  }
}
.pb-1, .py-1 {
    padding-bottom: 0.25rem !important;
}

.pt-1, .py-1 {
    padding-top: 0.25rem !important;
}
.mb-1, .my-1 {
    margin-bottom: 0.25rem !important;
}
.mt-1, .my-1 {
    margin-top: 0.25rem !important;
}
.ask-the-maker {
    padding: 1.25rem 1.25rem;
    margin: 1.25rem 0;
}
.ask-the-maker small {
    font-size: 14px;
}
.ask-the-maker span {
    display: block;
    float: left;
    width: 100%;
    font-size: 13px !important;
}
.ask-the-maker button a.send-message {
    color: #ffffff;
}
.product-tags {
    text-align: center;
    margin-top: 1rem;
    min-width: auto !important;
    margin: 0 auto;
    padding: 80px 0;
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: 4px;
}
.product-tags a {
    display: inline-block;
    border: 1px solid #000;
    border-radius: 100px;
    padding: 2px 10px;
    margin: 5px;
    text-transform: capitalize;
}
body .footer-widget-area {
    background-color: #000000;
}

.footer-widget.area-1 {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.footer-widget-area .container {
    margin-top: 90px;
    padding: 0px 0px 90px 0px;
    max-width: 1140px;
}
.footer-widget-area .container p {
    font-size: 14px;
    font-weight: 700;
    color: #ffffff;
}
.footer-widget-area .container p.footer-title {
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 0;
}

.footer-widget-area .container ul {
    margin: 0;
}

.footer-widget-area .container ul li a {
    font-family: "Arial", Sans-serif;
    font-size: 14px;
    font-weight: 400;
    padding: 13px 0;
    line-height: 20px;
    display: flex;
    color: rgba(255, 255, 255, 0.78) !important;
}

.footer-widget-area .container ul li a:hover {
    color: #ffffff !important;
}

.footer-bottom.bb-footer {
    padding: 10px !important;
}

.footer-bottom.bb-footer .container {
    border-top: 1px solid #3d3d3d;
}

.footer-wrapper {
    max-width: 1140px;
    display: flex;
    position: relative;
    width: 100%;
    margin: 20px auto;
}

.footer-wrapper p {
    color: #333333;
    font-family: "Arial", Sans-serif;
    font-size: 14px;
    font-weight: 400;
}

.footer-wrapper a,
.footer-wrapper a:hover {
    color: #333333;
    font-family: "Arial", Sans-serif;
    font-size: 14px;
    font-weight: 400;
}
.bb-footer .bb-grid {
    gap: 50px;
    justify-content: center;
}
.bb-footer .bb-grid>* {
    flex: unset;
}

.bb-footer .widget-title {
    font-size: 14px;
    font-weight: 700;
    color: #ffffff;
    text-transform: none;
}
.woocommerce #content button.button.alt:hover {
    background-color: #000000;
}
.subscribe-wrapper {
    display: flex;
}

.subscribe-wrapper {
    border: 1px solid #A3A5A9;
}
.subscribe-wrapper input:not(input[type="submit"]) {
    width: auto;
}

.subscribe-wrapper input:not(input[type="submit"]) {
    width: 80%;
    background: #000;
    border: 0;
    border-bottom: 0 !important;
}
input:not([type='submit']):not([type='radio']) {
    box-shadow: none !important;
    border-top: 0 !important;
    border-bottom: 1px solid #dedede !important;
    border-radius: 0 !important;
    border-left: 0 !important;
    border-right: 0 !important;
}
.subscribe-wrapper button {
    display: flex;
    align-items: center;
    float: unset;
    width: auto;
    padding: 6px 6px 6px 10px;
}

.subscribe-wrapper button {
    background: #000;
    border-left: 1px solid #A3A5A9;
    border-radius: 0;
}
.js-result-message {
    color: #ff0000;
    line-height: 1rem;
    display: block;
}
@media screen and (max-width: 991px) {
  body.woocommerce #content div.product div.woocommerce-product-gallery-wrapper {
        border-right-width: 1px;
        width: 100% !important;
        -ms-flex: 0 0 100% !important;
        flex: 0 0 100% !important;
        min-width: 100% !important;
    }

    .after-add-to-cart {
        padding-right: 0;
    }

    .after-add-to-cart .d-flex {
        display: block !important;
    }

    .single-product .content-area {
        padding-top: 0;
    }

    .woocommerce #content div.product .woocommerce-tabs .panel .row {
        display: flex;
        flex-direction: column;
    }

    .woocommerce #content div.product .woocommerce-tabs .panel .row .product-description-text,
    .woocommerce #content div.product .woocommerce-tabs .panel .row .product-description-specification,
    .woocommerce #content div.product .woocommerce-tabs .panel .row .designer-description-text,
    .woocommerce #content div.product .woocommerce-tabs .panel .row .ask-the-maker {
        width: 100%;
        max-width: 100%;
    }

    .buy-buttons {
        flex-direction: column;
        margin-right: 9px;
        clear: both;
    }

    .details-block .product-price .row {
        display: inline-block;
    }

    body.woocommerce #content div.product div.summary .quantity {
        float: right;
    }

    .woocommerce #content div.product button.single_add_to_cart_button,
    .woocommerce #content div.product form.cart button.single_add_to_cart_button {
        width: 100%;
    }

    .woocommerce #content div.product button.single_buy_now_button,
    .woocommerce #content div.product form.cart button.single_buy_now_button,
    .woocommerce #content div.product div.make_an_offer_button,
    .woocommerce #content div.product form.cart div.make_an_offer_button {
        width: 100%;
        margin-top: 10px;
    }

    .woocommerce #content div.product button.single_buy_now_button.active,
    .woocommerce #content div.product form.cart button.single_buy_now_button.active,
    .woocommerce #content div.product div.make_an_offer_button.active,
    .woocommerce #content div.product form.cart div.make_an_offer_button.active {
        background: #000;
        color: #fff;
    }

    .make-an-offer .chances-block label {
        display: none;
    }

    .make-an-offer .chances-block div {
        text-align: left;
    }

    .product-gallery-wrapper {
        /* height: 550px;
    max-height: 550px; */
        margin-bottom: 0;
    }

    /* .product-gallery .woocommerce-product-gallery__image img {
    max-height: 550px;
  } */

    .flexslider-wrapper {
        /* display: none; */
        height: 0px;
        padding-bottom: 0;
    }

    .shop-banner-wrapper {
        width: 100%;
    }

    .wc-store-catalog-grid-pdf-download {
        display: none;
    }

    .woocommerce-store-notice .store-notice-wrapper {
        padding: 0 10px;
    }

    .woocommerce-store-notice .store-notice-wrapper > div .desktop-only {
        display: none;
    }

    .woocommerce-store-notice .store-notice-wrapper > div {
        max-width: 70%;
        white-space: pre-line;
        text-align: left;
    }

    .woocommerce-store-notice .store-notice-wrapper > div:last-child {
        text-align: right;
    }

    .onsale-actions {
        float: none;
        min-width: unset;
    }

    .woocommerce div.product p.price del,
    .woocommerce div.product span.price del {
        display: block;
    }
}
@media (min-width: 800px) {
  .bb-buddypanel .site {
      margin-left: 0;
  }
  .bb-buddypanel.sticky-header:not(.bb-sfwd-aside) .site-header {
      width: 100% !important;
      padding: 0 !important;
  }
  .sidebar-left:not(.forums-sidebar) .site-content-grid {
      -ms-flex-flow: row !important;
      flex-flow: row !important;
  }
}
@media (min-width: 768px) {
    .modal-box {
        width: 50%;
    }
}
@media (min-width: 576px) {
    .col-sm {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }
    .col-sm-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .col-sm-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-sm-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }
    .modal-box .modal-body .col-sm-8 .col-sm-6 {
        padding: 0 5px;
    }
    .modal-box .modal-body .col-sm-8 .desktop-only label {
        display: none;
    }
}
@media screen and (max-width: 480px) {
    .product-gallery-wrapper {
        /* height: 270px; */
        margin-bottom: 0;
    }
    .product-gallery-wrapper .product-gallery {
        min-height: unset !important;
        height: calc(150vw - 100px) !important;
    }
}