    @font-face {
  font-family: 'Lucida Grande';
  src: url('../../mgs/css/fonts/LucidaGrande.woff') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Lucida Grande Bold';
  src: url('../../mgs/css/fonts/LucidaGrandeBold.woff') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
.mst-searchautocomplete__autocomplete {
    display: none !important;
    border: 1px solid #c2c2c2;
    position: absolute;
    top: 3.1rem;
    left: 0;
    box-sizing: border-box;
    background: #fff;
    border-radius: 0 0 1px 1px;
    min-height: 3.5rem;
    z-index: 1000
}

.mst-searchautocomplete__autocomplete._active {
    display: block !important
}

.mst-searchautocomplete__autocomplete .mst-searchautocomplete__spinner {
    display: none;
    position: absolute;
    top: 5px;
    left: 50%;
    margin-left: -90px
}

.mst-searchautocomplete__autocomplete._loading .mst-searchautocomplete__spinner {
    display: block
}

.mst-searchautocomplete__autocomplete .mst-searchautocomplete__empty-result {
    background: #efefef;
    text-align: center;
    padding: 8px 10px;
    color: #999;
    font-size: 1.2rem;
    display: block
}

.mst-searchautocomplete__autocomplete .mst-searchautocomplete__show-all {
    background: #efefef;
    text-align: center
}

.mst-searchautocomplete__autocomplete .mst-searchautocomplete__show-all a {
    padding: 8px 10px;
    color: #999;
    font-size: 1.2rem;
    display: block
}

.mst-searchautocomplete__autocomplete .mst-searchautocomplete__index-title {
    background: #efefef;
    padding: 8px 10px;
    text-align: left;
    font-size: 1.2rem;
    line-height: 1.2rem;
    color: #999;
    text-transform: uppercase;
    font-weight: 700
}

.mst-searchautocomplete__autocomplete .mst-searchautocomplete__close {
    display: none
}

.mst-searchautocomplete__autocomplete ul {
    list-style: none;
    margin: 0;
    padding: 0
}

.mst-searchautocomplete__autocomplete ul li {
    margin: 0 1rem;
    padding: 1rem 0;
    cursor: pointer
}

.mst-searchautocomplete__autocomplete ul li:before,
.mst-searchautocomplete__autocomplete ul li:after {
    content: '';
    display: table
}

.mst-searchautocomplete__autocomplete ul li:after {
    clear: both
}

.mst-searchautocomplete__autocomplete ul li a.title {
    font-weight: 600;
    margin-bottom: 0;
    color: #333;
    text-decoration: none
}

.mst-searchautocomplete__autocomplete ul li._active a.title {
    text-decoration: underline
}

.mst-searchautocomplete__index.popular .index-title {
    background: 0 0;
    text-align: left;
    color: #999
}

.mst-searchautocomplete__index.popular ul li {
    float: left;
    padding: .7rem 0 .7rem 1rem;
    margin: 0
}
.mst-searchautocomplete__index.popular .index-title {
    background: 0 0;
    text-align: left;
    color: #999
}

.mst-searchautocomplete__index.popular ul li {
    float: left;
    padding: .7rem 0 .7rem 1rem;
    margin: 0
}

.mst-searchautocomplete__index.popular ul li a {
    font-size: 1.3rem;
    color: #575757
}

.mst-searchautocomplete__index.popular ul li:hover {
    background: 0 0;
    cursor: pointer
}

.mst-searchautocomplete__index.popular ul li:hover a {
    text-decoration: underline
}

.mst-searchautocomplete__item.magento_catalog_product {
    display: flex;
    border-bottom: 1px solid #f6f6f6;
    align-items: center
}

.mst-searchautocomplete__item.magento_catalog_product:last-child {
    border-bottom: none
}

.mst-searchautocomplete__item.magento_catalog_product img {
    height: 80px !important;
    width: auto !important;
    margin-right: 1rem;
    display: inline-block;
}

.mst-searchautocomplete__item.magento_catalog_product .title {
    display: block;
    margin-bottom: .5rem
}

.mst-searchautocomplete__item.magento_catalog_product .title a {
    color: #333
}

.mst-searchautocomplete__item.magento_catalog_product .title .sku {
    color: #999
}

.mst-searchautocomplete__item.magento_catalog_product .description {
    font-size: 1.2rem;
    color: #999;
    height: 3rem;
    line-height: 1.5rem;
    overflow: hidden;
    margin-bottom: .5rem
}

.mst-searchautocomplete__item.magento_catalog_product .price {
    display: block;
    font-weight: 600;
    margin-left: 1rem
}

.mst-searchautocomplete__item.magento_catalog_product .price .price-label {
    margin-right: 1rem
}

.mst-searchautocomplete__item.magento_catalog_product .product-reviews-summary {
    margin: 0
}

.mst-searchautocomplete__item.magento_catalog_product .product-reviews-summary .reviews-actions {
    display: none
}

.mst-searchautocomplete__item.magento_catalog_product .to-cart {
    float: right;
    margin-top: .5rem;
    margin-bottom: .5rem
}

.mst-searchautocomplete__item.magento_catalog_product._active {
    background: #fff !important
}

.mst-searchautocomplete__item.magento_catalog_product._active .title a {
    text-decoration: underline
}

.mst-searchautocomplete__item.magento_catalog_category a i {
    color: #999;
    display: inline-block;
    margin: 0 .5rem;
    font-style: normal
}

.searchautocomplete__item-magento_search_query .num_results {
    float: right
}

.mst-searchautocomplete__highlight {
    font-weight: 600;
    color: #c1aa81;
}

.mst-searchautocomplete__spinner {
    position: relative;
    width: 186px;
    height: 20px;
    margin: auto
}

.mst-searchautocomplete__spinner .spinner-item {
    position: absolute;
    top: 0;
    background-color: #d8d8d8;
    width: 20px;
    height: 20px;
    animation-name: bounce_fountainG;
    animation-duration: .645s;
    animation-iteration-count: infinite;
    animation-direction: normal;
    transform: scale(.3);
    border-radius: 15px
}

.mst-searchautocomplete__spinner .spinner-item.spinner-item-1 {
    left: 0;
    animation-delay: .256s
}

.mst-searchautocomplete__spinner .spinner-item.spinner-item-2 {
    left: 20px;
    animation-delay: .3225s
}

.mst-searchautocomplete__spinner .spinner-item.spinner-item-3 {
    left: 40px;
    animation-delay: .389s
}

.mst-searchautocomplete__spinner .spinner-item.spinner-item-4 {
    left: 60px;
    animation-delay: .4555s
}

.mst-searchautocomplete__spinner .spinner-item.spinner-item-5 {
    left: 80px;
    animation-delay: .522s
}

.mst-searchautocomplete__spinner .spinner-item.spinner-item-6 {
    left: 100px;
    animation-delay: .5885s
}

.mst-searchautocomplete__spinner .spinner-item.spinner-item-7 {
    left: 120px;
    animation-delay: .645s
}

.mst-searchautocomplete__spinner .spinner-item.spinner-item-8 {
    left: 140px;
    animation-delay: .7115s
}


#search_autocomplete {
    display: none !important;
    height: 0 !important;
    overflow: hidden !important
}

.block-search {
    z-index: 10000
}
.mst-search-autocomplete__typeahead-overlay {
    color: #aaa;
    top: 0;
    position: absolute !important;
    z-index: -1;
    left: 15px;
    border: 0 !important
}
.panel.wrapper {
    display: none;
}
@media only screen and (max-width:639px) {
    .mst-search__result-tabs li {
        float: none;
        display: block;
        width: 100%
    }

    .mst-search__result-tabs li a.active {
        border: 1px solid #ccc
    }

    .mst-searchautocomplete__autocomplete .mst-searchautocomplete__close {
        display: block;
        position: absolute;
        right: 0;
        top: 0;
        font-weight: 700;
        color: #999;
        font-size: 1.6rem;
        padding: 1rem;
        line-height: 1rem;
        cursor: pointer
    }
}


/* Extra small devices (phones, 695px and down) */
@media only screen and (max-width: 500px) {
    .product.attribute.description img {
       object-fit: cover;
        width: 100%  !important;
        height: 150px !important;
    }
    .nj-notice {
        font-size: 13px !important;
        padding: 0 5px !important;
    }
    .header .top-custom-link ul li {
        padding: 2px 0 !important;
    }
    .header .top-header-content .top-middle-header {
        padding: 0 0 !important;
    }
    .nj-logo img {
        top: 8px !important;
        right: unset !important;
        width: 30px !important;
    }
} 

/* Small devices (portrait tablets, large phones, 768px and up) */
@media all and (min-width: 501px) and (max-width: 768px) {
.product.attribute.description img {
   object-fit: cover;
    width: 100%  !important;
    height: 250px !important;
}
} 


/* Medium devices (landscape tablets, 768px and up) */
@media all and (min-width: 769px) and (max-width: 991px) {
.product.attribute.description img {
   object-fit: cover;
    width: 100%;
    height: 350px;
}
} 

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
.product.attribute.description img {
   object-fit: cover;
    width: 100%;
    height: 550px;
}
} 

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
.product.attribute.description img {
   object-fit: cover;
    width: 100%;
    height: 550px;
}
}
.checkout-index-index select.mage-error, .checkout-index-index input.mage-error, .checkout-index-index ._error input {
    border-color: red;
}
.catalog-product-view .stock.available {
    display: none !important;
}
.catalog-product-view #swatch-required {
    display: block !important;
}
.product.media .item-thumb:after {
    background-color: transparent;
}
.catalog-product-view  .owl-item .item-thumb {
    border: 1px solid #f7f7f7;
}
.catalog-product-view .product.item-image.imgzoom {
    border: 1px solid #f5f5f5;
}
button.btn.btn-primary.openslider {
    float: right;
    position: relative;
    z-index: 1;
    margin-top: -50px;
    padding: 0 18px;
    border: 0px !important;
    background-color: rgba(255,255,255, 0.7) !important;
    color: #333 !important;
    box-shadow: 0 0 0 !important;
}
.checkout-index-index input.mage-error, .checkout-index-index ._error input {
    border-color: red;
}
button.btn.btn-primary.openslider {
    float: right;
    position: relative;
    z-index: 1;
    margin-top: -50px;
    padding: 0 18px;
    border: 0px !important;
    background-color: rgba(255,255,255, 0.7) !important;
    color: #333 !important;
    box-shadow: 0 0 0 !important;
}
.catalog-product-view p.field-tooltip-action.action-help {
    margin: 0px 0 0 5px;
    vertical-align: top;
    cursor: pointer !important;
}
.catalog-product-view .field-tooltip {
    cursor: pointer;
    position: relative;
    right: unset;
    top: unset;
    display: inline-block;
}
.catalog-product-view .field-tooltip .field-tooltip-action:before {
    overflow: visible;
    color: #f5764d;
    font-size: 17px;
    line-height: 14px;
    border-radius: 51%;
    box-shadow: 0px 0px 2px 3px #eaeaea;
}
.catalog-product-view .field-tooltip .field-tooltip-content {
    left: 32px;
    top: -3px;
}
.optsec-ttl p {
    margin-bottom: 0;
    text-transform: capitalize;
    margin-top: 10px;
    border-bottom: 1px solid #ccc;
    white-space: normal;
    letter-spacing: 1px;
    line-height: 15px;
    color: #777;
    padding-bottom: 8px;
}
.catalog-product-view .product-options-wrapper .field.required label > span:first-child:after {
    color: #ff0000;
    content: "*";
    font-size: 13px;
    margin: 0 0 0 3px;
}
.catalog-product-view .product-options-wrapper .field.required label:after {
    display: none !important;
}
.mageworx-swatch-option.image.selected > div:not(.tt-div):after {
    content: "";
    position: absolute;
    top: calc(50% - 15px);
    left: calc(50% - 15px);
    opacity: 0.8;
    width: 30px;
    cursor: pointer;
    height: 30px;
    background: url(../../mgs/css/images/true-dark.svg) no-repeat;
} 
.catalog-product-view .product-options-wrapper .swatch-attribute-options {
    border-bottom: 1px solid #efefef;
    padding-bottom: 5px;
}
.mageworx-swatch-option.image.selected > div:not(.tt-div) {
    position: relative;
}
.catalog-product-view .tt-div {
    position: absolute;
    top: -65px;
    right: calc(100% + 15px);
    z-index: 1;
    background: #fff;
}
.catalog-product-view .mageworx-swatch-option {
    position: unset;
}
.mageworx-swatch-option:hover .tt-div {
    display: block !important;
    width: 275px;
}
p.tt-description {
    max-width: 100%;
    text-align: justify;
    padding: 0px 15px 15px 15px;
    text-transform: none;
    margin-top: 0;
    white-space: normal;
    line-height: 15px;
    color: #777;
    margin-bottom: 0px;
}
.tt-img-sec img {
    vertical-align: top;
}
h5.tt-ttl {
    color: #111111;
    line-height: 1;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.3px;
    text-align: left;
    font-size: 1.2em;
    margin: 10px 0px 8px;
    padding-bottom: 8px;
    padding-right: 15px;
    padding-left: 15px;
    border-bottom: 1px solid #efefef;
    float: left;
    display: block;
    max-width: 100%;
    width: 100%;
}
span.tt-sku {
    display: inline-block;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.3px;
    text-align: left;
    line-height: 13px !important;
    padding-bottom: 0;
    float: right;
    font-size: 13px !important;
}
.mageworx-swatch-option.disabled {
    position: relative;
}
p.tt-description.tt-qty {
    margin-bottom: 0px;
    padding: 0px;
    text-align: right;
    padding-top: 7px;
    margin-right: -14px;
}
.light-img.mageworx-swatch-option.image.selected > div:not(.tt-div):after {
    background: url(../../mgs/css/images/true-light.svg) no-repeat;
}
.product-options-wrapper .field span {
    white-space: normal;
    line-height: initial;
}
@media only screen and (max-width: 840px) {
    .catalog-product-view .field-tooltip .field-tooltip-content {
        padding: 10px;
        width: 180px;
    }   
}
.product-detail-specs table{
    border: 0;
    color: #5a5a5a;
    font-size: 13px;
    font-weight: 600;
    line-height: 2.23;
    text-align: left;
}
.product-detail-specs .table>thead>tr>th{
    border-bottom: none;
}
.product-detail-specs .table>tbody>tr>td{
    border-top: none;
}
.product-detail-specs table thead th {
    position: relative;
    border: 0;
    font-size: 12px;
    font-weight: 600;
    text-align: center;
}
.product-detail-specs table thead th::after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 90%;
    height: 1px;
    background: #cfcfcf;
    content: '';
}
.product-detail-specs table thead th:first-child::after{
    display: none;
}
.product-detail-specs table tr td:first-child{
    text-align: left;
}
.product-detail-specs table tr td{
    position: relative;
    border: 0;
    text-align: center;
}
.product-detail-specs table tr td img {
    max-width: 38px;
    min-width: 38px;
    margin-right: 10px;
}
.product-detail-specs table tr td span {
    display: inline-block;
    width: 21px;
    height: 19px;
    background: url(../../mgs/css/images/icon-ok-hm.png) no-repeat center center;
    background-size: contain;
    vertical-align: middle;
}
.product-detail-specs table tr td::after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 90%;
    height: 1px;
    background: #cfcfcf;
    content: '';
}
.why-quartz section {
    margin-bottom: 39px;
}
.why-quartz h3, .why-quartz h4{
    text-align: center;
    padding-bottom: 15px;
}
.product-options-wrapper > .fieldset > .field.inquiry-content {
    display: block !important;
    margin-bottom: 21px;
    margin-top: 40px;
}
.field.inquiry-content p{
    margin-bottom: 0;
    margin-top: 5px;
    white-space: normal;
    line-height: 15px;
    color: #777;
    font-size: 1.2rem;
}
p.inquiry-mail{
    margin-bottom: 0;
    margin-top: 10px;
    white-space: normal;
    line-height: 15px;
    color: #727272;
    font-size: 1.2rem;
    padding-bottom:40px;
}
p.inquiry-mail a{
    color: #727272 !important;
    font-style: italic;
}
.catalog-product-view .paypal-logo {
    display: none;
}
.product-add-form .product-options-wrapper:after {
    content: '';
    display: block;
    clear: both;
}
.checkout-index-index .additional-options .checkout-agreements .action-show span{     font-size: 13px;
    color: #5f5f5f;
    padding: 0;
    margin: 0 0 9px;
    font-weight: 400;
    text-align: left;
    line-height: inherit;
    margin-left: 5px;margin-top: 3px;
    display: inline-block;}
div.mage-error {
    color: red;
    font-style: italic;
    padding-top: 5px;
    line-height: 1.4;
    font-size: 12px;
    margin-left: 4px;
    margin-top: -2px;
}
form .control.captcha-image {
   margin-bottom: 10px;
}
.header.active-sticky .header-top-bar {display: none; }
.nj-notice {
    background-color: #3a3a3a;
    text-align: center;
    color: #fff;
    font-size: 16px;
    padding: 5px;
    display: flex;
    justify-content: center;
    column-gap: 60px;
    letter-spacing: 0.6px;
}
.nj-notice p {margin: 0;font-family: 'Lucida Grande Bold';}
.nj-notice p span {font-family: 'Lucida Grande Bold';color: #fb8141;}
.nj-logo {position: relative; }
.nj-logo img {
    position: absolute;
    top: 0;
    z-index: 99;
    right: 0;
    box-shadow: 15px 0 10px -5px #33333385;
}
.header .top-custom-link ul {
    display: flex;
    justify-content: right;
}
.header .top-header-content .top-middle-header {
    padding: 10px 0;
}
.header .top-custom-link ul li {
    padding: 10px 0;
}
.home-page-category-first, .home-page-category-second {
    padding: 15px;
}
.home-page-category-first .grid-container {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(2, 1fr);
    gap: 30px;
    padding: 30px;
    box-sizing: border-box;
}
.home-page-category-second .grid-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    padding: 30px;
    box-sizing: border-box;
}
.grid-item {
    position: relative;
    background-size: cover;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;
}
.grid-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.grid-item button {
    position: absolute;
    bottom: 20px;
    left: 20px;
    padding: 10px 20px;
    background-color: rgba(0, 0, 0, 0.7);
    color: white;
    border: none;
    cursor: pointer;
    font-size: 16px;
    font-weight: bold;
}
.home-page-category-first .large {
    grid-column: 1 / span 2;
    grid-row: 1 / span 2;
}
.home-page-category-first .medium {
    grid-column: 3 / span 2;
    grid-row: 1 / span 1;
}
.home-page-category-first .small {
    grid-column: span 1;
    grid-row: span 1;
}
.home-page-category-second .same-size {
    grid-column: span 1;
}
.btn.btn-promo-banner {
    left: 50%;
    transform: translate(-50%, -50%);
}
.grid-item .text .fwm {
    font-size: 18px;
    color: rgb(34, 34, 34);
    font-weight: 600;
    font-family: "Libre Baskerville";
    overflow: visible;
    line-height: 18px;
}
.grid-item .text span {
    font-size: 45px;
    line-height: 50px;
    color: rgb(34, 34, 34);
    font-weight: 700;
    font-family: poppins;
    overflow: visible;
}
.grid-item .text p {
    font-size: 14px;
    color: rgb(34, 34, 34);
    font-weight: 600;
    font-family: poppins;
    overflow: visible;
    line-height: 24.5px;
}
.banner-button  .btn.btn-promo-banner {
    left: unset;
    transform: unset;
    position: unset;
}
.home-page-product-first {
    padding-top: 20px;
    padding-bottom: 15px;
}
.home-blog-section {
    padding-top: 35px;
    padding-bottom: 25px;
}
.home-bg-overlay{
    background-image: url('../../mpanel/backgrounds//m/i/mid-century-modern-furniture-store-nyc-new-york-showroom.jpg'); background-repeat: no-repeat; background-size: cover; padding-top: 75px; padding-bottom: 50px;
}
.amslider .swiper-button-next {
    background: rgba(0,0,0,0) url('../../wysiwyg/iconset.webp') 
    no-repeat -314px -814px !important;
    background-color: #f0f0f0 !important;
}

.amslider .swiper-button-prev {
    background: rgba(0,0,0,0) url('../../wysiwyg/iconset.webp') 
    no-repeat -248px -815px !important;
    background-color: #f0f0f0 !important;
}

.amslider-container {
    width: 100%;
    margin: auto;
    margin-bottom: 15px;
}
.amslider-container.main-slider {
    margin-bottom: 20px;
}
.amslider {
    position: relative;
    margin: 30px auto;
}
.home-slider-content {
    max-width: 100%;
    margin-top: 0px;
    margin-bottom: 20px;
}
#home-main-slider {
    margin-bottom: 0px;
}
.swiper-button-next, .swiper-button-prev {
    height: 35px !important;
    width: 35px !important;
    z-index: 2;
    border-radius: 50%;
}
.swiper-pagination {
    position: absolute;
    bottom: -45px;
    left: 50%;
    transform: translate(-50%, 0);
}
.swiper-pagination-bullet {
    cursor: pointer;
    width: 11px;
    height: 11px;
    background: rgba(0, 0, 0, .7);
    margin: 0 7.5px;
}
.plumrocket-product-filter .filter-content .filter-options-content .item a > span{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;   
}
.pr-filter_category .item a > span {
    justify-content: space-between;
}
.plumrocket-product-filter .filter-options-content {
    max-height: unset;
}
.plumrocket-product-filter .filter-content .filter-options-content .item > span, 
.plumrocket-product-filter .filter-content .filter-options-content .item a > span, 
.plumrocket-product-filter .filter-content .filter-options-content .item .rating-summary{
    font-size: 15px;
    font-family: poppins;
    overflow: visible;
    line-height: 21.4286px;
    padding-left: 20px;
}
.plumrocket-product-filter .filter-content .filter-options-content .item a:not([data-variable="price"]):not([data-variable="rating"]) > span:before, 
.plumrocket-product-filter .filter-content .filter-options-content .item span.attr-dis:before{
    width: 14px;
    height: 14px;
    border-radius: 3px;
}
span.filter-count-label {
    display: none;
}
.plumrocket-product-filter .filter-options-content .count {
    color: #b1b1b1;
}
.plumrocket-product-filter .filter-content .filter-options-content .item {
    border-bottom: 1px solid #f0f0f0;
    position: relative;
    padding: 10px 0 7px 0;
}
.block.filter .block-content.filter-content .filter-options-item .filter-options-content ol.items .item {
    padding: 10px 0px 7px 0;
}
.block.filter .block-subtitle {
    display: none;
}
.noUi-handle {
    background: #000;
    box-shadow: 0 0 3px 0 #2a2a2a;
}
.noUi-connect {
    background: #000;
    box-shadow: 0 2px 5px -2px #000;
}
.block.filter .block-content.filter-content .filter-options-item:hover .count {
    color: #b1b1b1;
}
.mageworx-swatch-option div > img {
    max-width: 100%;
    width: 100%;
    height: auto;
}
.product-info-main .swatch-option, .swatch-option{
    height: 30px !important;
    background-size: contain !important;
}
.swatch-option-tooltip .image, .swatch-option-tooltip-layered .image {
    background-size: contain !important;
}
.field[name="shippingAddress.vat_id"] {
    display: none !important;
}
input[name="vat_id"] {
    display: none !important;
}
.modal_newsletter_popup.modal-popup .modal-inner-wrap{
    background-color: transparent !important;
}
#opc-sidebar tr.totals.shipping.excl span.label {
    display: none;
}
.checkout-onepage-success #registration {
    border-left: 0;
    text-align: center;
}
.catalogsearch-result-index .list-inline {
    width: 100% !important;
    float: right;
}
.block.filter .block-content.filter-content .filter-options-item .swatch-attribute-options .swatch-option-link-layered .swatch-option {
    height: 25px !important;
}
.lofhelpdesk-ticket-view .formbuilder-button, .lofhelpdesk-ticket-index .formbuilder-button {
    border: 1px solid #000 !important;
    border-radius: 0 !important;
    background-color: #000;
    color: #fff;
    text-transform: uppercase;
    padding: 5px 20px;
    margin: 10px 0;
}
.lofhelpdesk-ticket-view .block.lrw-block.lrw-account-summary-listing {
    margin-top: 20px;
}
.lofhelpdesk-ticket-view .block-title strong, 
.lofhelpdesk-ticket-index .block-title strong {
    font-size: 18px;
    font-weight: 600;
    color: #222;
    position: relative;
    display: block;
    padding: 0 0 2px;
}
.lofhelpdesk-ticket-view .block-title strong:after, 
.lofhelpdesk-ticket-index .block-title strong:after {
    height: 2px;
    width: 60px;
    content: "";
    position: absolute;
    bottom: 0;
    background-color: #222;
    left: 0;
}
.lofhelpdesk-ticket-view .lof-message {
    margin-top: 3rem;
}
.lofhelpdesk-ticket-view .table-wrapper.orders-recent .table tbody tr th {
    padding-left: 0;
}
.table-wrapper.orders-recent a {
    text-decoration: underline;
    color: #c1aa81 !important;
}
.pr-loader__wrapper .loading-mask {
    position: absolute;
    width: 100%;
    /*top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1042;
    overflow: hidden;
    position: fixed;
    background: #0b0b0b;
    opacity: 0.8;*/
}
.block.filter .block-content.filter-content .filter-current .items .item {
    display: flex;
    flex-wrap: wrap;
}
.block.filter .block-content.filter-content .filter-current .action.remove {
    float: unset;
    position: absolute;
    right: 0;
    font-size: 16px;
}
/*.block.filter .block-content.filter-content .filter-current .items .item .filter-value {
    margin-left: 10px;
}*/
.block.filter .block-content.filter-content .filter-current .filter-label {
    width: 100%;
}
#onestepcheckout-page .opc-wrapper .field .control input[type=text], #onestepcheckout-page .opc-wrapper .field .control input[type=email], #onestepcheckout-page .opc-wrapper .field .control input[type=number], #onestepcheckout-page .opc-wrapper .field .control select, #onestepcheckout-page .checkout-payment-method .ccard .month .select, #onestepcheckout-page .checkout-payment-method .ccard .year .select {
    border: 1px solid #ccc !important;
    padding: 0 30px 0 10px;
}
#onestepcheckout-page .opc-wrapper .field .control input[type=text]:focus, #onestepcheckout-page .opc-wrapper .field .control input[type=email]:focus, #onestepcheckout-page .opc-wrapper .field .control input[type=number]:focus, #onestepcheckout-page .opc-wrapper .field .control select:focus, #onestepcheckout-page .checkout-payment-method .ccard .month .select:focus, #onestepcheckout-page .checkout-payment-method .ccard .year .select:focus {
    border: 1px solid #222 !important;
}
#opc-sidebar {
    background-color: transparent !important;
}
#onestepcheckout-page .place-order .button {
    height: unset;
    margin-top: 20px;
    border-color: #333333;
    border-radius: 0;
    background: #c1aa81 !important;
    border: solid 2px #c1aa81 !important;
    padding: 5px 10px !important;
    font-size: 1.8rem;
}
/*#onestepcheckout-page .opc-wrapper {
    width: 50%;
}
#onestepcheckout-page #opc-sidebar {
    width: 50%;
}*/
#onestepcheckout-page .table-checkout-shipping-method tbody tr td {
    padding: 14px 15px 11px;
}
.checkout-shipping-method {
    margin-top: 0;
}
#onestepcheckout-page .control._with-tooltip {
    padding-right: 0;
}
#onestepcheckout-page .field-tooltip .label {
    display: none;
}
#onestepcheckout-page .field-tooltip{
    top: 5px;
    right: 5px;
}
#checkout-step-payment .payment-option.discount-code{
    display: none;
}
#onestepcheckout-page #discount-form .actions-toolbar, #onestepcheckout-page #giftcard-form .actions-toolbar {
    width: unset;
    float: left;
    margin-top: 10px;
}
#onestepcheckout-page #discount-form .payment-option-inner, #onestepcheckout-page #giftcard-form .payment-option-inner {
    width: 100%;
    float: left;
}
#onestepcheckout-page .fields.group.group-2 {
    display: flex;
    align-items: baseline;
    gap: 10px;
}
#onestepcheckout-page .checkout-payment-method .ccard .month {
    border: 0 solid transparent;
}
#onestepcheckout-page .fields.group .field + .field {
    margin-top: 0;
}
.checkout-agreement .action.action-show span, #onestepcheckout-page #opc-sidebar .newsletter-subscribe .label span{
    font-size: 13px;
    color: #5f5f5f;
    padding: 0;
    margin: 0;
    font-weight: 400;
    text-align: left;
    line-height: inherit;
    margin-left: 5px;
    margin-top: 3px;
    display: inline-block;
}
#onestepcheckout-page #opc-sidebar .payment-option, #onestepcheckout-page #opc-sidebar .cart-gift-item {
    border-bottom: 0;
}
#onestepcheckout-page #opc-sidebar .payment-option-title {
    padding: 0;
    margin-bottom: 0;
    border-bottom: 0;
}
.checkout-agreement.field.required > label:after{
    display: none;
}
.checkout-agreement .action.action-show span:after {
    color: #ff0000;
    content: "*";
    font-size: 13px;
    margin: 0 0 0 3px;
}
.checkout-agreement.field > input{
    top: 7px;
}
.onestepcheckout-index-index .mark {
    display: block;
}
.minicart-items .product > .product-image-container{
    width: 67.5px !important;
}
#onestepcheckout-page .order-comment:focus {
    border-color: #222 !important;
}
#onestepcheckout-page .form-login .hidden-fields > .field {
    width: calc(100%);
    float: unset;
}
#onestepcheckout-page .form-login .hidden-fields .actions-toolbar button.login {
    margin-right: 0px;
    background: #c1aa81 !important;
    border: solid 2px #c1aa81 !important;
    padding: 5px 25px !important;
    color: #fff;
}
#onestepcheckout-page .form-login .hidden-fields .actions-toolbar {
    float: left;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 5px;
}
#onestepcheckout-page #opc-sidebar .payment-option-title .action-toggle {
    font-size: 13px;
    color: #5f5f5f;
    padding: 0;
    margin: 0 0 9px;
    font-weight: 400;
    text-align: left;
    line-height: inherit;
}
.payment-option.discount-code #block-discount-heading span {
    padding-left: 0;
    color: #1a1a1a;
    font-size: 18px;
    margin-bottom: 15px;
    padding-bottom: 5px;
    position: relative;
}
.checkout-index-index .minicart-items .product-item .product-item-details {
    float: left !important;
}
.bottom-header-content {
    background-color: #ffffff !important;
    border-top: 1px solid #ececec;
}
.onestepcheckout-index-index .page-title-wrapper {
    background-color: #f7f7f7;
    padding: 58px 0 55px;
    text-align: center;
    background-size: cover;
    background-repeat: repeat-y;
    position: relative;
    background-position: center center;
    background-attachment: scroll;
}
.onestepcheckout-index-index .page-title-wrapper:before {
    content: '';
    position: absolute;
    background: rgba(0, 0, 0, 0.5);
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.onestepcheckout-index-index .page-title-wrapper .page-header {
    text-align: center;
    color: #fff;
}
.checkout-index-index .checkout-header {
    margin: 12px 0 20px;
    padding: 0 9px;
}
.checkout-index-index .checkout-header .title {
    margin: 0 auto 7px;
}
.onestepcheckout-index-index .checkout-container .authentication-wrapper {
    position: relative;
    border-bottom: 1px solid #f0f0f0;
    text-align: right;
    margin-bottom: 50px;
    padding-bottom: 15px;
    margin-right: 9px;
}
.mgs-checkout-step-sidebar {
    padding-left: 15px;
    padding-right: 15px;
}
.mgs-checkout-step-sidebar .discount-code .form-discount .payment-option-inner {
    flex: auto;
    margin-right: 10px;
}
.checkout-newsletter {
    margin-bottom: 0;
}
.payment-option.discount-code {
    padding-top: 20px;
    padding-bottom: 20px;
}
/*.shipping-address-items {
    margin-right: 0;
}*/
.mgs-checkout-step-sidebar .order-summary {
    margin-bottom: 25px;
}
.checkout-index-index .shipping-address-items {
    display: flex;
}
.checkout-index-index .checkout-billing-address {
    margin-top: 20px;
}
.product-label, .product-label.new-label {
    display: none !important;
}
#product-options-wrapper .custom-order-increased-price {
    display: none !important;
}
#horizontal-thumbnail .owl-stage {
    display: flex;
    flex-wrap: wrap;
    height: auto;
    width: 100% !important;
    justify-content: center;
    transform: translate3d(0px, 0px, 0px) !important;
}
.product.media .horizontal-thumbnail .owl-item {
    margin-top: 10px;
}
.cdz-slideshow .slider-img{
    background-size: cover;
}
@media (min-width: 992px) {
    .opc-progress-bar .opc-progress-bar-item._active>span {
        color: #222 !important;
    }
    .opc-progress-bar .opc-progress-bar-item._active:before {
        background: #222 !important;
    }
    .opc-progress-bar .opc-progress-bar-item._active>span:before {
        background: #222 !important;
    }
    .opc-progress-bar .opc-progress-bar-item._active>span:after {
        color: #222 !important;
    }
}
@media only screen and (max-width: 866px) {
    .nj-notice {
        column-gap: 10px;
        font-size: 13px;
    }
    .nj-logo img {
        top: -4px;
        right: 0;
        width: 30px !important;
    }
}
@media (max-width: 768px) {
    .home-page-category-first, .home-page-category-second {
        padding: 0 15px;
    }
    .home-page-category-first .grid-container {
        display: block;
        padding: 0 30px;
    }
    .home-page-category-first .grid-item {
        margin-bottom: 30px;
    }
    .home-page-category-second .grid-container {
        display: flex;
        flex-direction: column;
        padding: 0 30px;
    }
    .promobanner .text {
        padding: 25px;
    }
    #tab-best_seller_product1 {
        padding: 0 15px;
    }
    .home-best-seller-product {
        padding-top: 15px;
        padding-bottom: 15px;
    }
}
@media only screen and (max-width: 500px){
    .nj-logo img {
        box-shadow: unset;
        left: 10px;
    }
    .nj-notice {
        column-gap: 35px;
        font-size: 12px !important;
    }
}
@media only screen and (max-width: 479px) {
    .payment-method-title.field.choice {
        padding-left: 25px !important;
    }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 736px) {
    #onestepcheckout-page .place-order {
        position: relative !important;
    }
}
@media only screen and (max-width: 320px){
    .nj-notice {
        font-size: 11px !important;
        padding: 5px !important;
    }
}