﻿
/*Mobile menu*/

.megamenu-wrapper {
    display: none;
}

    .megamenu-wrapper .container {
        padding: 0px;
    }

.top-menu {
    display: block;
    width: 100%;
    height: 100%;
    margin: 0px;
}


#nvMobileMenu {
    display: block;
    width: 270px;
    margin-right: -270px;
    position: fixed;
    z-index: 9999;
    height: 100%;
    background: #fff;
    transition-duration: 500ms;
    transform: translate(0px, 0px);
    overflow: hidden;
}

.nvMMenuShift {
    transition-duration: 500ms !important;
    transform: translate(-270px, 0px) !important;
}


.reset-wrapper {
    transition-duration: unset !important;
    transform: unset !important;
}

.nv-slideout {
    transition-duration: 500ms !important;
    /*transform: translate(-270px, 0px) !important;*/
    z-index: 999 !important;
}

.nv-slidein {
    transition-duration: 500ms;
    transform: translate(0px, 0px);
}



.overlay {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 999;
    top: 0;
    right: 0;
    background-color: rgba(0,0,0,0.6);
    overflow-y: auto;
    overflow-x: hidden;
    text-align: center;
    opacity: 0;
    transition: opacity 1s;
    cursor: pointer;
}

.extended {
    width: 100%;
    opacity: 0.8;
}


.nv-btn:after, .nv-btn:before {
    border-color: #fff !important;
}

.nv-btn:after, .nv-btn:before {
    border-color: rgba(0,0,0,.1);
    border-color: var(--mm-color-button);
    border-width: 2px;
    border-style: solid;
}

.nv-btn_close:after, .nv-btn_close:before {
    content: '';
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    display: block;
    width: 5px;
    height: 5px;
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.nv-btn_close:before {
    border-left: none;
    border-bottom: none;
    left: 18px;
}

.nv-btn:after, .nv-btn:before {
    border-color: #000 !important;
}

.nv-btn.nv-btn_close:before, .nv-btn.nv-btn_close:after {
    border-color: #444 !important;
}

.nv-listitem:after {
    right: 0px !important;
}

.nv-listitem {
    background: #4E4751;
}

    .nv-listitem a {
        color: #fff !important;
    }

.nv-btn:after, .nv-btn:before {
    border-color: #fff !important;
}

.mm-wrapper__blocker {
    background: rgba(3,2,1,0.3) !important;
}

.nv-btn_close:after {
    border-right: none;
    border-top: none;
    left: 25px;
}

.nv-btn {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 44px;
    padding: 0;
}

.nv-navbar__btn {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
}

    .nv-navbar__btn:last-child {
        text-align: left;
        left: 0;
    }

.menu-header img {
    width: 120px;
}

.menu-header {
    margin: 0px;
    padding-right: 18px;
    text-align: right;
    align-items: center;
    padding: 14px 20px;
    background: #fff;
}

.top-menu li a {
    display: flex;
    padding: 14px 20px;
    font-size: 14px;
    color: #fff;
    align-items: center;
    position: relative;
}

    .top-menu li a:hover {
        color: #fff !important;
        text-decoration: none;
    }


.currency-selector,
.language-selector {
    width: 100%;
}

.nv-hidden {
    display: none !important;
}

.nv-listitem, .mm-listview, site-nav__childlist-grid {
    list-style: none;
    display: block;
    padding: 0;
    margin: 0;
}

.nv-listitem {
    border-bottom: 1px solid #fff;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.nv-listitem__btn, .nv-listitem__text {
    color: inherit;
    display: block;
    padding-top: 12px;
    padding-top: calc((var(--nv-listitem-size) - var(--mm-line-height))/ 2);
    padding-bottom: 12px;
    padding-bottom: calc((var(--nv-listitem-size) - var(--mm-line-height))/ 2);
}

.nv-listitem__text {
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    padding-right: 20px;
    padding-left: 10px;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 10%;
    flex-basis: 10%;
}

.nv-btn_next:after, .nv-btn_prev:before {
    content: '';
    border-bottom: none;
    border-left: none;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    display: block;
    width: 8px;
    height: 8px;
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
}

.nv-btn_next:after {
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg);
    left: 23px;
    right: auto;
}

.nv-listitem_vertical > .nv-panel {
    -webkit-transform: none !important;
    -ms-transform: none !important;
    transform: none !important;
    display: none;
    width: 100%;
    padding: 10px 10px 10px 0;
}

.nv-listitem_opened > .megamenu-wrapper {
    -webkit-transform: none !important;
    -ms-transform: none !important;
    transform: none !important;
    display: none;
    width: 100%;
    padding: 10px 10px 10px 0;
    background: rgba(0,0,0,.05);
}

.nv-listitem_opened > .nv-panel {
    display: block !important;
}

.nv-btn_next {
    margin-right: auto;
}

.nv-listitem_opened > .megamenu-wrapper {
    display: block !important;
}

.nv-listitem_opened > .nv-listitem__btn, .nv-listitem_opened > .nv-panel {
    background: rgba(0,0,0,.05);
}

.nv-listitem {
    background: #4E4751;
}

    .nv-listitem ul li {
        background: #4E4751;
        border-bottom: 1px solid #00000014;
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

.nv-listitem_opened > .nv-listitem__btn:after {
    -webkit-transform: rotate(-225deg);
    -ms-transform: rotate(-225deg);
    transform: rotate(-225deg);
    left: 19px;
}

#nvMobileMenu .menu-header a {
    padding: 0px;
    position: unset;
}


/*Mobile Menu ends*/
/* When you mouse over the navigation links, change their color */
.sidenav a:hover {
    color: #f1f1f1;
}

/* The side navigation menu */

#nav-main {
    padding: 0px;
    margin-top: 20px;
    text-align: right;
}

.nivoSlider {
    margin: auto;
}

.sublist {
    width: 100%;
}

    .sublist li {
        width: 100%;
    }



.forum-post-text {
    padding: 8px;
}

.admin-header-links ~ .master-wrapper-page > #header-container {
    top: 34px;
}

#header-favorites-icon .fa-heart {
    font-size: 24px;
    position: relative;
    color: #6d6e71;
}


#header-favorites-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    background: none !important;
}

#header-cart-icon .fa-shopping-cart {
    font-size: 24px;
    position: relative;
    color: #6d6e71;
}


#header-cart-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    background: none !important;
}


#header-search-icon .fa-search {
    font-size: 24px;
    position: relative;
    color: #6d6e71;
}

.search-box-button {
    display: flex !important;
    justify-content: center;
    background: none !important;
}

    .search-box-button .fa-search {
        font-size: 20px;
        position: relative;
        color: #4E4751;
    }


#header-search-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    background: none !important;
}

.product-details-page {
    max-width: 1200px;
    margin: auto;
}

.product-share-title {
    display: inline-block;
    vertical-align: top;
    padding-top: 4px;
}

.ui-tabs .ui-tabs-panel {
    padding: 20px !important;
    background: #fff;
}

#tabs .ui-tabs-nav {
    margin: 0px !important;
    border: 0;
}

#tabs .ui-tabs-panel p {
    line-height: 26px;
    color: #777;
}

#tabs .ui-tabs-panel {
    color: #777;
}

#tabs {
    padding-bottom: 20px;
}

.addthis_toolbox span {
    line-height: 24px !important;
    height: 24px !important;
    width: 24px !important;
}

    .addthis_toolbox span svg {
        height: 24px !important;
        width: 24px !important;
    }

.addthis_counter.addthis_bubble_style {
    margin-top: 3px !important;
}

.page-container {
    padding-top: 30px;
}

.blog-posts .buttons .read-more, .news-items .buttons .read-more {
    background: #4E4751;
}

    .blog-posts .buttons .read-more:hover, .news-items .buttons .read-more:hover {
        background-color: #E2BF90 !important;
    }

.new-comment .button-1 {
    background-color: #4E4751;
}

    .new-comment .button-1:hover {
        background-color: #E2BF90 !important;
    }

.contact-page {
    max-width: 1200px;
    margin: auto;
    padding: 20px 0;
}

    .contact-page .topic-block-body p {
        text-align: center;
    }

.email-a-friend-page {
    max-width: 1200px;
    margin: auto;
    padding: 20px 0;
}

    .email-a-friend-page .topic-block-body p {
        text-align: center;
    }

#ph-topic, .sitemap-page, .wishlist-page, .registration-page {
    max-width: 1200px;
    margin: auto;
    padding: 20px 0;
}

.topic-page .page-body {
    text-align: justify;
    line-height: 22px;
    background: #fff;
    padding: 20px;
}

.sitemap-page .entity-body {
    background-color: #f9f9f9;
}

.registration-page .button-1, .registration-result-page .button-1, .login-page .button-1, .password-recovery-page .button-1, .account-page .button-1, .return-request-page .button-1 {
    min-width: 140px;
    border: none;
    background-color: #4E4751;
    padding: 10px 30px;
    text-align: center;
    font-size: 15px;
    color: #fff;
    text-transform: uppercase;
}

    .registration-page .button-1:hover, .registration-result-page .button-1:hover, .login-page .button-1:hover, .password-recovery-page .button-1:hover, .account-page .button-1:hover, .return-request-page .button-1:hover {
        background-color: #7db235;
    }

.product-essential {
    background-color: #fefefe;
    padding: 20px 15px;
}

.gallery .picture-thumbs {
    overflow: hidden;
    font-size: 0;
    display: inline-block;
    float: right;
    width: 22%;
}

    .gallery .picture-thumbs .thumb-item {
        display: block;
        position: relative;
        width: 100px;
        height: 100px;
        margin: 0 5px 10px;
        overflow: hidden;
        float: left;
        cursor: pointer;
    }

.overview .product-name h1 {
    font-size: 28px;
    font-weight: bold;
}

/*login page*/
.login-page, .shopping-cart-page,
.order-details-page,
.checkout-page {
    max-width: 1200px;
    margin: auto;
    padding: 20px 0;
}

    .login-page .new-wrapper .text {
        background-color: #f9f9f9;
    }

    .login-page .returning-wrapper .form-fields {
        background-color: #f9f9f9;
        box-shadow: 0 0 8px rgba(0,0,0,.2);
    }


.form-fields {
    background-color: #f9f9f9;
}

.checkout-as-guest-or-register-block ul {
    padding-right: 0px;
}



/*cart*/
.shopping-cart-page .common-buttons input:first-child,
.cart-footer .checkout-button,
.checkout-page .button-1,
.order-details-page .page-title a.print-order-button,
.order-details-page .actions input:first-child {
    background: #4E4751;
}

    .shopping-cart-page .common-buttons input:first-child:hover,
    .cart-footer .checkout-button:hover,
    .checkout-page .button-1:hover,
    .opc .allow .step-title .number,
    .order-details-page .page-title a.print-order-button:hover,
    .order-details-page .actions input:first-child:hover {
        background: #E2BF90
    }

/*#0084b4*/
/*#d36f66

#4E4751 red*/

/*#4e77ab*/

/*.buttons > input[type='button'] {
    background: #4E4751;
}*/

.product-box-add-to-cart-button {
    background: #4E4751;
}

.item-box .product-title {
    color: #4E4751;
    min-height: 30px;
}

#header > div:last-child {
    background: #000;
    opacity: 0.6;
}

#filter-and-sort li, a.nav-main-d1 {
    background: #4E4751;
}

.menuSideBg {
    position: relative;
    height: 50px;
    background: #4E4751;
    margin-top: -50px;
    z-index: -999;
}

/*Home page*/
.master-wrapper-content {
    background: none;
}


/*anchor*/

.footer-powered-by a {
    color: #4E4751;
}

.footer-designed-by a {
    color: #4E4751;
}

.footer-block .list a:hover {
    color: #E2BF90
}
/*Button*/
.button-1,
.overview .add-to-cart-button, .variant-overview .add-to-cart-button {
    background: #4E4751
}

    .button-1:hover,
    .variant-overview .add-to-cart-button:hover {
        background-color: #E2BF90 !important;
    }

.attributes select {
    border: 0px;
    background: #f4f4f4;
    min-width: 94px;
    border-radius: 0;
    color: #000;
    padding: 9px 10px 8px;
    height: 40px;
}

.item-box .product-box-add-to-cart-button {
    width: 100%;
}

.item-box .product-box-add-to-cart-button {
    width: 100%;
}



/*Product Details*/
.attributes dd, .attribute-data {
    margin: 0 0 10px;
    display: inline-block;
}

.manufacturers span, .availability span, .additional-details span {
    display: inline-block;
    color: #000;
    font-size: 14px;
}

.overview .prices > div, .variant-overview .prices > div {
    margin: 0 0 5px;
    display: inline-block;
}

.overview .qty-label, .variant-overview .qty-label {
    font-size: 14px;
    color: #000;
    margin-left: 10px;
}

.overview .value a, .variant-overview .value a {
    color: #4E4751;
}

.overview .add-to-cart-button {
    display: block !important;
    min-width: 200px;
}

    .overview .add-to-cart-button:after {
        clear: both;
        display: block;
        content: "";
    }

.add-to-cart-panel {
    margin-bottom: 20px;
    clear: both;
}

.overview .add-to-cart-panel, .variant-overview .add-to-cart-panel {
    display: inline-block;
    position: relative;
    display: flex;
    align-items: center;
    padding-top: 10px;
}

    .overview .add-to-cart-panel input {
        border-radius: 0;
        color: #000;
        border: 2px solid #ece8e8;
        padding: 7px 0 6px 0px;
        text-align: center;
        width: 100px;
    }

.color-squares {
}

#product_attribute_9 {
    margin-right: 98px;
    margin-top: -24px;
    margin-bottom: 16px;
}

.add-to-cart-panel {
    margin-top: -10px;
}


.overview .availability,
.overview .manufacturers,
.variant-overview .availability,
.attributes,
.overview .additional-details, .variant-overview .additional-details {
    margin: 0 0 15px;
    overflow: hidden;
}

    .attributes dd, .attribute-data {
        margin: 0px 0px 15px 0px;
        display: inline-block;
    }

    .overview .additional-details div, .variant-overview .additional-details div,
    .overview .availability .stock, .variant-overview .availability .stock {
        margin: 0px;
    }

.html-product-details-page .overview .button-2,
.html-product-details-page.variant-overview .button-2 {
    background-color: unset;
    background-position-x: 94px;
    /*padding: 12px 28px 12px 15px;*/
}

.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
    text-transform: uppercase;
    color: #000;
    font-size: 14px;
}

#tabs .ui-tabs-panel {
    border: 1px solid #ddd;
    border-top: 0px;
}

.ui-tabs-nav li a {
    padding: 23px 36px !important;
    border-bottom: 0px;
}


.page.home-page .title {
    padding-top: 20px;
}

.theme-custom {
    max-width: unset !important;
    margin: 20px auto 40px !important;
}

.header-icon {
    position: absolute;
    top: 48px;
    height: 40px;
    width: 40px;
    transition: top 180ms linear;
    padding: 5px 0;
    background-clip: content-box;
}


#add-to-cart:before, #back-to-top, #filter-and-sort li div:before, #footer-badge-usa:after, #footer-logo, #footer-tabs li:before, #header-cart-icon, #header-favorites a:before, #header-favorites-icon, #header-free-shipping:before, #header-hamburger, #header-logo, #header-search button, #header-search-close, #header-search-icon, #options-frame li.selected h3:before, #product-add-to-favorites:before, #product-zoom, #recent-product-container .close, #value-points li:before, .categories-grid li a span:after, .categories-sidebar-grid li div span:after, .filter.checkboxes li.selected:before, .filter_tree li.selected > i.icon-checkbox, .nav-main-d2-all a:after, .product-list li .add-to-favorites, .slides-arrow:after, li.nav-main-d1-has-children a.nav-main-d1:after {
    background-image: url(../images/common-sprite.png);
    background-repeat: no-repeat;
    background-size: 200px;
}

#header {
    height: 70px;
    position: relative;
    padding-top: 100px;
}

.basecolor .filter-and-sort li, .basecolor a.nav-main-d1 {
    display: block;
    text-align: center;
    background-color: #e9ebec;
    font-weight: normal;
    font-size: 16px;
    line-height: 50px;
    height: 50px;
    text-transform: uppercase;
    letter-spacing: .0625em;
    white-space: nowrap;
    padding: 0 20px;
    transition: color 90ms linear,background-color 90ms linear;
    vertical-align: middle;
    color: rgb(54, 55, 56);
    text-align: right;
}

.basecolor .nav-main-d2 > .nav-main-d1 > a:hover {
    color: #fff;
}

.basecolor #header #nav-header {
    background: unset;
}

.home-page-category-container {
    display: flex;
    align-items: center;
    align-content: center;
}

.item-grid {
    display: flex;
    /*align-items: center;*/
    align-content: center;
    width: 100%;
    flex-wrap: wrap;
    /*background: #fdfafa;*/
}

.item-box {
    width: calc(33.33% - 15px);
    margin: 0px 0px 40px;
}

/*.product-item {
    padding:0 2px;
}*/

.html-home-page .item-box {
    width: 24%;
    margin: 0px 2px;
    border: 0px;
}

.html-home-page .category-grid.home-page-category-grid .item-box {
    width: calc(24% - 1%);
    margin: 0px 2px;
    border: 0px;
    margin: 0 0.5%;
}

.html-home-page .product-item {
    padding: 0px;
    position: relative;
}

.product-item .picture .delivery-wrapper {
    background-color: rgba(0, 0, 0, 0.25);
    color: #fff;
    text-align: center;
    font-size: 14px;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    padding: 8px 4px;
    border-radius: 0 0 7px 7px;
    text-transform: capitalize;
}

.nav-secondary {
    position: absolute;
    top: 0;
    font-size: 14px;
}



@media (min-width: 1001px) {
    .nav-main-d1 .sublist {
        display: none;
        position: absolute;
        width: 200px;
        box-shadow: 0 0 2px rgba(0,0,0,0.2);
        background-color: #fff;
        padding: 10px 0;
        text-align: right;
    }

    .nav-main-d1 .sublist {
        top: 0px;
        right: 100% !important;
        padding: 0px;
        z-index: 999;
    }

    .nav-main-d1-has-children:hover > .sublist {
        display: block;
    }


    #nvMobileMenu {
        display: none;
    }

    .new-comment .form-fields {
        margin: 0 auto 20px;
        width: 450px;
    }

    .html-home-page .page-container {
        padding-top: 0px;
    }

    #menu {
        display: none;
    }

    .page.account-page.address-edit-page .page-body {
        background-color: #f9f9f9;
        border-top: 1px solid #e6e6e6;
    }

    .page.account-page.customer-info-page .fieldset {
        width: 450px;
        margin: auto;
    }

    .html-customer-info-page .page-body {
        background-color: #f9f9f9;
        border-top: 1px solid #e6e6e6;
    }

    .html-account-page.html-address-list-page .page-body {
        background-color: unset;
        border-top: unset;
    }

    .html-account-page .page-body .form-fields {
        background-color: unset;
        border-top: unset;
        margin: auto;
    }

    .page.account-page.customer-info-page .buttons {
        width: 450px;
        margin: auto;
        padding-bottom: 40px;
    }

    .page.account-page.customer-info-page .fieldset:first-child .title {
        padding-top: 20px;
    }

    .page.account-page.customer-info-page .fieldset .title {
        padding-right: 20px;
        padding-left: 20px;
    }

    .edit-address ~ .buttons {
        padding-bottom: 40px;
    }

    .edit-address {
        background-color: #f9f9f9;
        border: 0px !important;
        width: 600px !important;
        margin: auto !important;
        padding-bottom: 20px;
    }

    .center-2 .inputs label {
        display: block;
        width: 100%;
        text-align: right;
    }

    .page-container {
        margin: auto;
    }

    .gallery .picture {
        width: 73%;
    }

    .gallery .picture-thumbs {
        overflow: hidden;
        font-size: 0;
        display: inline-block;
        float: right;
        width: 27%;
    }

    .page.product-reviews-page .form-fields {
        background-color: #f9f9f9;
        width: 450px;
        margin: auto;
    }

    .write-review .review-rating label {
        display: block;
        text-align: right;
    }

    /*.review-rating {
        text-align:center !important;
    }*/

    .page.product-reviews-page .fieldset {
        background-color: #f9f9f9;
    }


    .page.apply-vendor-page .form-fields {
        background-color: #f9f9f9;
        width: 450px;
        margin: auto;
    }

    .page.change-password-page .fieldset {
        background-color: #f9f9f9;
    }

    .page.change-password-page .form-fields {
        background-color: #f9f9f9;
        width: 450px;
        margin: auto;
    }

    .page.change-password-page .fieldset {
        background-color: #f9f9f9;
    }


    .page.registration-page .form-fields {
        background-color: #f9f9f9;
        width: 450px;
        max-width: 100%;
        margin: auto;
    }

    .html-forum-search-page .form-fields {
        background-color: #f9f9f9;
        width: 450px;
        margin: auto;
    }

    .html-forum-search-page .form-fields {
        background-color: #f9f9f9;
        width: 450px;
        margin: auto;
    }

    .html-password-recovery-page .form-fields {
        width: 450px;
        margin: 30px auto 0px;
    }


    .html-email-a-friend-page .form-fields {
        background-color: #f9f9f9;
        width: 450px;
        margin: 30px auto 0px;
    }



    .html-email-a-friend-page textarea {
        padding-top: 8px;
    }

    .html-contact-page .form-fields {
        background-color: #f9f9f9;
        width: 450px;
        margin: auto;
    }

    .move-topic-page .form-fields {
        background-color: #f9f9f9;
        width: 450px;
        margin: 30px auto 0px;
    }

    .html-forum-edit-page .form-fields {
        width: 450px !important;
        margin: 20px auto;
    }
}


@media screen and (min-width: 921px) {

    .header-collapsed #header-free-shipping,
    .header-collapsed #header-search,
    .header-collapsed .nav-secondary {
        display: none;
    }

    .header-collapsed #header-logo {
        top: -20px;
        background: url("../images/logo-l-mini.png") no-repeat center;
        background-size: 25% !important;
    }

    .header-collapsed #nav-header {
        padding: 0 210px 0 145px;
    }

    .header-collapsed .header-icon {
        top: 0;
    }

    .header-collapsed #header-favorites-icon, .header-collapsed #header-search-icon {
        opacity: 1;
        width: 40px;
    }

    .basecolor .menuSideBg {
        background: #fff;
    }

    .basecolor #filter-and-sort li, .basecolor a.nav-main-d1 {
        background: #fff;
        font-size: 12px;
    }

    .header-collapsed #header-favorites-icon, .header-collapsed #header-search-icon {
    }
}

@media screen and (max-width: 1001px) {
    #header-favorites-icon .fa-heart {
        font-size: 20px;
    }

    #header-cart-icon .fa-shopping-cart {
        font-size: 20px;
    }

    #header-cart-count {
        font-size: 10px;
    }

    .rental-attributes {
        display: block !important;
    }

    .overview .add-to-cart {
        display: inline-block;
    }

    .overview .add-to-cart-panel {
        justify-content: center;
    }

    #flyout-cart {
        display: none !important;
    }

    .registration-page .page-title {
        margin-top: 0px;
        padding-top: 0px;
    }

    .login-page, .shopping-cart-page, .order-details-page, .checkout-page {
        padding: 0px 0 20px;
    }

    .topic-block-title h2 {
        font-size: 24px;
    }

    .contact-page {
        padding: 0px 0 20px;
    }

    .center-1 {
        margin: 0px;
        padding-bottom: 40px;
    }

    .center-2, .side-2 {
        margin-top: 0px;
    }

    .news-list-homepage {
        margin: 0 0 40px;
    }

    .apply-vendor-page .inputs label {
        width: auto !important;
    }

    .admin-header-links ~ .master-wrapper-page .master-wrapper-content {
        padding-top: 105px !important;
    }

    .html-home-page .admin-header-links ~ .master-wrapper-page .master-wrapper-content {
        padding: 0px;
        padding-top: 84px !important;
    }




    .nav-secondary {
        position: relative;
        top: 0;
        font-size: 14px;
    }

    #product_attribute_9 {
        margin-right: 0px;
        margin-top: 0px;
        margin-bottom: 16px;
    }

    .color-squares {
        margin-right: 0px;
        margin-top: 0px;
        margin-bottom: 16px;
    }

    #product-tab-mobile {
        display: block;
        text-align: center;
        display: inline-block;
    }

    .theme-custom {
        max-width: unset !important;
        margin: 20px auto 20px !important;
    }

    .home-page-category-grid .title a, .sub-category-grid .title a {
        display: block;
        padding: 0px;
    }

    .html-home-page .master-wrapper-content {
        padding: 0px;
        padding-top: 50px;
    }

    .html-home-page .page-body {
        padding: 0px 15px;
    }

    .product-grid .title {
        font-size: 24px;
    }

    .product-selectors select {
        margin: 0px;
    }


    .nav-main-d2.first-level {
        width: 100%;
    }

    ul.nav-main-d2 {
        top: 50px;
        bottom: 0;
        right: 300px;
        left: 20px;
        overflow-y: auto;
        padding: 0;
        position: static;
        overflow: hidden;
    }

    .nav-main-d2-all {
        display: block;
        line-height: 50px;
        height: 50px;
        background-color: #00c697;
    }

        .nav-main-d2-all a {
            display: block;
            color: #000;
            letter-spacing: .0625em;
            text-transform: uppercase;
            font-weight: 600;
            padding: 0 20px;
            padding-right: 10px;
        }

    .nav-main-d2 .nav-main-d1 {
        background: #f6f6f6;
        color: #000;
    }

    .slides-arrow:after, li.nav-main-d1-has-children a.nav-main-d1:after {
        background-image: url(../images/common-sprite.png);
    }

    li.nav-main-d1-has-children a.nav-main-d1:after {
        background-position: -160px -155px;
    }

    li.nav-main-d1-has-children a.nav-main-d1:after {
        content: "";
        display: block;
    }

    li.nav-main-d1-has-children > a.nav-main-d1:after {
        position: absolute;
        left: 0;
        top: 0;
        width: 40px;
        height: 50px;
        background-position: -120px -75px;
    }

    .basecolor a.nav-main-d1 {
        text-align: right;
    }

    #menu-cover {
        position: fixed;
        top: 50px;
        bottom: 0;
        right: 0;
        width: 0;
        background-color: #363738;
        z-index: 50;
        opacity: 0;
        transition: opacity 180ms linear,width 1ms linear 180ms;
    }

    .show-filter #menu-cover, .show-menu #menu-cover {
        transition: opacity 180ms linear;
        width: 100%;
        opacity: .8;
    }

    .nav-secondary {
        margin: 0;
        background-color: #daddde;
        padding-right: 5px;
    }

    a.nav-main-d1 {
        text-align: right;
        padding-right: 10px;
        position: relative;
    }

    .nav-secondary li {
        line-height: 40px;
        height: 40px;
    }

    a.nav-main-d1 {
        text-align: right;
        padding-right: 10px;
        position: relative;
    }

    #menu-cover, #nav-main, li.nav-main-d1 {
        display: block;
    }

    .nav-secondary, body.show-filter, body.show-menu {
        overflow: hidden;
    }

    #header-favorites, #nav-contact {
        display: none;
    }

    #header-hamburger:focus, .show-menu #header-hamburger {
        /*background-color: #4E4751;*/
        background-position: -150px -115px;
    }

    .show-menu #nav-header {
        right: 0;
    }

    .ui-tabs-nav {
        display: none;
    }

    #tabs .ui-tabs-panel {
        border: 0px;
    }


    .overview {
        clear: both;
    }

    .gallery .picture-thumbs {
        clear: both;
        display: block;
        width: 100%;
    }

        .gallery .picture-thumbs .thumb-item {
            display: inline-block;
        }

    .item-box {
        /*width: 33.3333%;
        margin: 0px 2px;*/
        /*flex-basis: 32.3333%;
        flex-grow: 0;*/
    }

    .item-box {
        width: 32.3333%;
        margin: 0 4px 50px;
    }

    #nav-header {
        position: fixed;
        width: 300px;
        right: -100%;
        top: 50px;
        bottom: 0;
        background-color: #e9ebec;
        transition: right 180ms linear;
        display: none;
        z-index: 100;
    }



    #header {
        padding-top: 0;
        background: #fff;
    }

    .header-icon {
        top: 0;
    }

    #header-logo {
        /*background-size: 160px 55px !important;*/
        height: 75px !important;
        top: 0 !important;
        right: 12% !important;
    }

    .breadcrumb {
        margin: 0px 0 20px;
        background-color: #f6f6f6;
        padding: 5px 10px;
    }

    .page-container {
        padding-top: 30px;
    }

    #ph-topic, .sitemap-page, .wishlist-page, .registration-page {
        padding: 0px;
    }

    #header-search {
        right: 230px;
        left: 110px;
        top: 55px;
    }

    #header-free-shipping, #header-search-icon {
        display: none;
    }

    #menu-cover, #nav-main, li.nav-main-d1 {
        display: block;
    }

    #header-hamburger {
        cursor: pointer;
        background-position: 7px 14px;
        width: 48px;
        right: 4px;
        transition: background-color 90ms linear;
        display: block;
        background-size: 25px;
    }

    .login-page .returning-wrapper .inputs.reversed {
        text-align: center;
    }



    .home-page-category-grid .title a, .sub-category-grid .title a {
        font-size: 16px;
    }

    .item-box {
        /*width: 33.3333%;
        margin: 0px 2px;*/
        /*flex-basis: 33.3333%;
            flex-grow: 0;*/
    }

    .item-box {
        width: 32%;
        margin: 0 4px 50px;
    }

    .html-product-details-page .attributes {
        display: flex;
    }

        .html-product-details-page .attributes dl {
            margin: auto;
        }


    .html-product-details-page .overview .qty-label {
        margin-left: 10px;
        width: auto;
    }

    .html-product-details-page .attributes dt {
        margin-left: 10px;
        width: auto;
    }

    .desktop-filters {
        display: none;
    }

    .mobile-filters {
        display: block;
    }

    .html-product-details-page .attributes {
        display: flex;
    }

        .html-product-details-page .attributes dl {
            margin: auto;
        }


    .html-product-details-page .overview .qty-label {
        margin-left: 10px;
        width: auto;
    }

    .html-product-details-page .attributes dt {
        margin-left: 10px;
        width: auto;
    }

    .mobile-filters .product-filter .group li.item {
        display: block !important;
        margin: 0 0 0 10px;
    }

    .mobile-filters .product-filter {
        display: block;
    }

    .home-page-category-container .item-box, .home-page-product-container .item-box {
        width: calc(25% - 8px);
        margin: 0 4px 15px;
    }
}

@media screen and (max-width: 480px) {
    #header-search-icon .fa-search {
        font-size: 20px;
        margin-left: -20px;
    }
}

@media (min-width: 481px) {
    .html-wishlist-page .page-container {
        width: 980px;
        max-width: 100%;
    }

    .overview-buttons {
        margin: 15px 0 25px 0 !important;
        font-size: 0;
    }
}
/*.mm-menu.mm-menu_offcanvas {
    left:-99999px
}

.mm-menu.mm-menu_offcanvas {
    left: -99999px
}*/

.theme-custom .nivo-controlNav a.active {
    background-color: #4E4751 !important;
}

#header-favorites-icon {
    opacity: 1;
    width: 40px;
}


.home-page-category-container .item-box {
    margin: 0px 0px;
}

@media (max-width: 1000px) {


    .gallery .picture-thumbs .thumb-item {
        float: unset;
    }

    .gallery .picture-thumbs {
        float: unset;
    }

    .newsletter-email {
        display: flex;
        justify-content: center;
    }

    .search-box input.search-box-text, .search-box .search-box-button {
        height: 40px;
    }

    .address-edit-page .edit-address {
        margin: 0 auto 30px;
        max-width: 450px;
    }
}

@media screen and (max-width: 768px) {

    .block .title {
        font-size: 18px;
    }


    .mobile-filters .product-filter .product-spec-group {
        text-align: center !important;
    }

    .item-box {
        width: 47%;
        margin: 0 4px 50px;
    }

    .home-page-category-container .item-box, .home-page-product-container .item-box {
        width: calc(50% - 8px);
        margin: 0 4px 15px;
    }

    .footer-block .list {
        background: #eee;
    }

        .footer-block .list li {
            border-bottom: 1px solid #999;
        }

    .page-title h1 {
        font-size: 24px;
    }

    .login-page .returning-wrapper .buttons {
        margin: 0 0 -50px;
    }

    .master-wrapper-content {
        padding: 70px 15px 0px;
    }

    .page.home-page .title {
        padding-top: 5px;
        padding-bottom: 10px;
    }

    .page.category-page .page-title {
        margin: 0px;
    }

    .product-grid, .product-list {
        margin: 0px 0 50px;
    }

    .product-essential {
        padding: 0px 15px;
    }

    #product-tab-mobile {
        text-align: center;
        display: inline-block;
    }

    .related-products-grid, .product-grid {
        margin: 0px 0 30px !important;
    }

    .item-box input[type="button"] {
        margin-bottom: 10px;
    }

    .cart tr {
        width: 100%;
        margin: 22px 0% 0px;
    }

    .center-2, .side-2 {
        margin: 0 0 30px;
    }

    .order-details-page .order-overview {
        margin: 0 0 35px;
    }

    .data-table tr {
        width: 100% !important;
        margin: 40px 0% 0 !important;
    }

    .order-details-page {
        width: 100% !important;
    }



        .order-details-page .totals.section {
            margin: 0 auto 15px;
        }

    .order-details-page {
        /*margin: -40px 0% 0 !important;*/
    }

    .shopping-cart-page {
        margin-top: -16px;
    }

    .wishlist-page .share-info {
        margin-bottom: 55px;
    }

    .email-a-friend-page {
        margin-top: -30px;
    }

    .checkout-page .section.order-summary {
        margin: 60px 0 30px;
    }

    .not-found-page {
        margin-top: 30px;
    }

    .shipping-method .method-name {
        justify-content: center;
    }

    .payment-method .payment-logo {
        display: block;
        background-color: #f6f6f6;
        margin-bottom: 5px;
        padding: 10px;
    }
}

@media screen and (max-width: 480px) {
    .html-home-page .item-box {
        width: 47%;
        margin: 0 4px 4px;
    }

    #header-search, .show-search #header-search-icon {
        display: none;
    }

    #header-search-icon {
        display: flex;
    }

    #header-favorites-icon, #header-search-icon {
        opacity: 1;
        width: 40px;
        z-index: 90;
        margin-left: -9px;
    }

    .show-search #header-search {
        display: block;
        top: auto;
        bottom: 5px;
        right: 5px;
        left: 55px;
    }

    .show-search #header {
        padding-bottom: 50px;
    }

    #header-search-close {
        background: #4E4751;
        left: -51px;
        top: -2px;
        width: 47px;
        display: flex;
        cursor: pointer;
        height: 40px;
        padding: 0px;
        align-items: center;
        justify-content: center;
    }

        #header-search-close .fa-times {
            font-size: 20px;
            color: #fff;
        }


    .home-page-category-container .item-box, .home-page-product-container .item-box {
        width: calc(47% - 8px);
        margin: 0 4px 15px;
    }
    /*my custom*/
    .html-home-page .product-item {
        margin-bottom: 25px;
    }

    .html-home-page .category-grid.home-page-category-grid .item-box {
        width: calc(100% - 1%);
        margin: 0px 2px;
        border: 0px;
        margin: 0 0.5%;
        margin-bottom: 20px;
    }

    .shipping-options, .inputs, select {
        max-width: 100%;
    }

    .category-description ul, .manufacturer-description, ul, .full-description ul, .topic-block ul, .topic-page ul, .post-body ul {
        padding: 0 0px 0 0;
    }

    .cart-footer, .totals {
        margin: 0 auto 15px !important;
    }

    .order-details-page {
        /*width: 100% !important;
        margin: -25px 0% 0 !important;*/
    }

    .order-details-page, .data-table td {
        padding: 0px;
    }

        .order-details-page .data-table td.product {
            padding: 17px 10px 15px;
        }

    .email-a-friend-page .page-title h1 {
        font-size: 25px;
        margin-bottom: 10px;
    }

    .newsletter-email input {
        margin: 0px;
        padding: 0 10px;
    }

        .newsletter-email input[type="email"] {
            width: 170px;
            height: 36px;
            margin: 0px;
        }
}

/*Shopping cart*/
#header-cart-count {
    background-color: #4E4751;
    color: #fff;
    display: block;
    float: right;
    font-size: 11px;
    line-height: 14px;
    height: 14px;
    min-width: 12px;
    padding: 2px 3px;
    border-radius: 10px;
    text-align: center;
    left: -3px;
    top: 8px;
    position: absolute;
    opacity: 1;
    transition: opacity 180ms linear;
}

    #header-cart-count.active {
        opacity: 1;
    }

.item-box .picture {
    border-radius: 7px;
}

    .item-box .picture > a:after {
        content: "";
        position: absolute;
        display: block;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
        margin: auto;
        opacity: 0;
        transition: all .1s ease;
    }

.item-box:hover .picture > a:after {
    opacity: .4;
}


.add-to-links .add-to-compare-list-button {
    margin-right: 4px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 0;
    border-radius: 30px;
    background-color: #f1f1f1;
    border: 0;
    font-size: 0;
    backface-visibility: hidden;
    transition: all .1s ease;
}

.item-box .add-to-links {
    position: absolute;
    display: block;
    top: 50%;
    right: 50%;
    -webkit-transform: translate(50%,-50%);
    -ms-transform: translate(50%,-50%);
    transform: translate(50%,-50%);
    opacity: 0;
    min-width: 130px;
    pointer-events: none;
    transition: opacity .2s ease;
}

    .item-box .add-to-links button:hover {
        background-color: #1076c0;
    }

        .item-box .add-to-links button:hover:before {
            color: #fff;
        }

    .item-box .add-to-links button:before {
        transition: all .1s ease;
        text-transform: none;
        font-weight: normal;
        font-size: 18px;
        color: #8e8e8e;
    }

    .item-box .add-to-links .add-to-compare-list-button:before {
        content: "b";
    }

/*my media*/
@media (max-width: 320px) {
    .manufacturer-list-page .item-box {
        margin: 0px !important;
    }

    #header-favorites-icon, #header-search-icon {
        width: 38px;
    }

    #header-search-icon {
        margin-left: -13px;
    }

    #header-cart {
    }

    .page-title h1 {
        font-size: 22px;
    }

    .topic-block-title h2 {
        font-size: 22px;
    }

    .newsletter-subscribe-button {
        float: initial;
        padding: 10px 53px;
        margin-right: 2px;
    }

    .category-description p, .manufacturer-description p, .full-description p, .topic-block p, .topic-page p, .post-body p, .news-body p {
        text-align: center;
    }

    .home-page-category-grid, .sub-category-grid, .manufacturer-grid, .vendor-grid {
        margin: 0px;
    }

    .footer {
        margin-top: -30px;
    }

    .breadcrumb li * {
        margin: 0px;
        line-height: 25px;
    }

    .sitemap-page, .entity-body {
        margin-bottom: 40px;
    }

    .topic-page, .page-body {
        margin-bottom: 30px;
    }

    .search-input {
        margin-bottom: 50px;
    }

    .blog-page, .post, .news-items .news-item {
        margin: 0 0 50px;
    }

    .shipping-options {
        width: 285px;
        max-width: 100%;
    }

    .cart-collaterals .coupon-code, input[type="submit"] {
        font-size: 13px;
    }

    .cart-footer, .totals {
        margin: 0 auto -9px !important;
    }

    .account-page .buttons {
        margin-bottom: 50px;
    }

    .address-list-page, .add-button {
        margin: 0 0 50px;
    }

    .shopping-cart-page {
        margin-top: -56px;
    }

    .pager ul {
        margin-bottom: 50px;
    }

    .email-a-friend-page .page-title h1 {
        font-size: 21px;
        margin-bottom: 10px;
    }

    #header-hamburger {
        width: 52px;
        right: 0px;
    }

    #header-logo {
        right: 43px;
    }

    .payment-info .info {
        padding: 27px 7px;
    }

    .html-search-page .inputs label {
        font-size: 13px;
    }

    .login-page .returning-wrapper .inputs.reversed {
        flex-direction: column;
    }
}

.admin-header-links {
    position: fixed;
    top: 0px;
    width: 100%;
    z-index: 1;
}


/*.master-wrapper-content {
    padding-top: 34px;
}*/

.paddingTop34 {
    padding-top: 34px;
}

.admin-header-links ~ .master-wrapper-page .master-wrapper-content {
    padding-top: 34px;
}

.html-home-page .admin-header-links ~ .master-wrapper-page .master-wrapper-content {
    padding-top: 34px;
}

.wishlist-content .update-wishlist-button:hover, .wishlist-content .wishlist-add-to-cart-button:hover {
    background-color: #E2BF90 !important;
}

.bar-notification {
    z-index: 999999;
}

.order-progress {
    margin: 0px 0 50px;
}

.sub-category-item {
    margin-top: 15px;
}

.apply-vendor-page .topic-block p {
    text-align: center;
}
/*.apply-vendor-page .inputs label {
    width: 465px;
}*/
.apply-vendor-page .result {
    text-align: center;
}

.paddingTop50 {
    padding-top: 50px;
}

#back-to-top {
    bottom: 100px;
    left: 20px;
    z-index: 9999;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 30px;
    background: #4E4751;
    color: #444;
    cursor: pointer;
    border: 0;
    border-radius: 2px;
    text-decoration: none;
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    transform: translate(-60px, 0px);
    z-index: 9999;
    padding-top: 6px;
    position: fixed;
    color: #fff;
}

    #back-to-top.show {
        transform: translate(0px, 0px);
        display: block;
    }



#header-logo {
    /*background-size: 180px 66px;*/
    background-image: url(../images/logo-l-rtl.png);
    background-repeat: no-repeat;
    height: 75px;
    top: 25%;
    right: 0
}

.logged-out, .logged-in {
    display: none !important;
}

    .logged-out.hide {
        display: none;
    }

    .logged-out.show, .logged-in.show {
        display: block !important;
    }

.html-contact-page textarea {
    padding-top: 8px;
}

.page.topic-page .page-body p {
    text-align: right;
}

.page.search-page .basic-search, .page.search-page .advanced-search {
    width: 450px;
    max-width: 100%;
    margin: auto;
}

@media(max-width: 1000px) {
    .page.search-page .inputs.reversed {
        display: -webkit-inline-box !important;
    }
}

.page.search-page .inputs.reversed {
    text-align: right;
    display: flex;
    margin-right: 1px;
}

.page.search-page .search-input input + label {
    display: inline-block;
}

.quick-view-hover {
    position: absolute;
    width: 100%;
    top: 0px;
    bottom: 0px;
    right: 0px;
    left: 0px;
    margin: auto;
    z-index: 999999;
    height: 42px;
    text-align: center;
    display: none;
}

.product-list .quick-view-hover {
    bottom: 15px;
    top: unset;
}

.btn-radio {
    cursor: pointer;
    display: inline-block;
    float: right;
    -webkit-user-select: none;
    user-select: none;
}

    .btn-radio input {
        display: none;
    }


svg:not(:root), symbol, image, marker, pattern, foreignObject {
    overflow: hidden;
}

.btn-radio svg {
    fill: none;
    vertical-align: middle;
}

.btn-radio span {
    display: inline-block;
    vertical-align: middle;
}

.btn-radio svg circle {
    stroke-width: 2;
    stroke: #C8CCD4;
}

.btn-radio svg path {
    stroke: #4E4751;
}

    .btn-radio svg path.inner {
        stroke-width: 6;
        stroke-dasharray: 19;
        stroke-dashoffset: 19;
    }

    .btn-radio svg path.outer {
        stroke-width: 2;
        stroke-dasharray: 57;
        stroke-dashoffset: 57;
    }

.btn-radio input:checked + svg path {
    transition: all 0.4s ease;
}

    .btn-radio input:checked + svg path.inner {
        stroke-dashoffset: 38;
        transition-delay: 0.3s;
    }

    .btn-radio input:checked + svg path.outer {
        stroke-dashoffset: 0;
    }

.cntr {
    margin: auto
}

.option-input:checked::after {
    -webkit-animation: click-wave 0.65s;
    -moz-animation: click-wave 0.65s;
    animation: click-wave 0.65s;
    background: #40e0d0;
    content: '';
    display: block;
    position: relative;
    z-index: 100;
}

.option-input {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    position: relative;
    top: 0px;
    left: 0;
    bottom: 0;
    right: 0;
    height: 18px !important;
    width: 18px !important;
    transition: all 0.15s ease-out 0s;
    background: #cbd1d8;
    border: none;
    color: #fff;
    cursor: pointer;
    display: inline-block !important;
    margin-left: 0.5rem;
    outline: none;
    position: relative;
    z-index: 1000;
}

    .option-input:checked::before {
        height: 18px;
        width: 18px;
        position: absolute;
        content: '✔';
        display: inline-block;
        font-size: 12.66667px;
        text-align: center;
        line-height: 18px;
        color: #fff;
    }

    .option-input:hover {
        background: #9faab7;
    }

.btn-radio input:checked + circle {
    stroke-dashoffset: 38;
    transition-delay: 0.3s;
    stroke: #4E4751;
}

.option-input:checked {
    background: #4E4751;
}

.option-input[type="radio"] {
    border-radius: 50%;
}

    .option-input[type="radio"]::after {
        border-radius: 50%;
    }

    .option-input[type="radio"]:checked::before {
        height: 18px;
        width: 18px;
        position: absolute;
        content: '';
        display: inline-block;
        font-size: 12.66667px;
        text-align: center;
        line-height: 18px;
        color: #fff;
    }

.html-registration-page .gender label {
    display: inline-block;
    width: auto !important;
    width: auto !important;
    margin-top: 2px;
    padding-right: 20px;
}

.gender span > * {
    display: inline-block !important
}

.write-review .review-rating .rating-wrapper > div:first-child {
    margin-left: 7px;
}

.option-list li {
    display: inline-block;
    /*background-color: #f5f5f5;*/
    border: 2px solid #E2BF90;
    padding: 5px 8px;
    border-radius: 5px;
    margin: 10px 0 5px 5px;
}

#back-to-top:hover {
    background-color: #E2BF90;
}

#nav-account li a:hover, #contactus a:hover {
    color: #E2BF90
}

.menu-header .nv-navbar {
    display: flex;
}

    .menu-header .nv-navbar a:last-child {
        margin-right: auto;
    }

.nv-navbars_top .nv-navbar.nv-navbar_has-btns {
    margin: 0px;
    padding-right: 18px;
    text-align: right;
    align-items: center;
    padding-top: 7px;
    background: #ddd;
}

    .nv-navbars_top .nv-navbar.nv-navbar_has-btns img {
        width: 148px;
    }


.nv-navbars_top .nv-btn:after, .nv-navbars_top .nv-btn:before {
    border-color: #000 !important;
}

#menu a.nav-main-d1 {
    font-size: 12px;
}

.review-text {
    padding-top: 8px;
}

.wishlist-content .quantity input {
    padding: 0px;
}

.shopping-cart-page .quantity input {
    padding: 0px;
}

.product-variant-list .add-to-cart {
    display: flex;
}

@media(max-width: 767px) {
    .product-variant-list .add-to-cart {
        justify-content: center;
    }
}

.manufacturer-list-page .item-box {
    margin: 0 0 50px;
}

.giftcard textarea {
    padding-top: 8px;
}

.attribute-enter-qty input {
    width: 40px !important;
    height: 32px !important;
    text-align: center !important;
    margin: 0px !important;
    color: #000;
    background: #f4f4f4;
    border: 0px !important;
    padding: 0px !important;
}

    .attribute-enter-qty input:hover {
        background: #f4f4f4;
    }

.ship-to-same-address .selector label {
    padding-top: 3.5px;
}

.custom-custom-control-label::before {
    top: 0 !important;
}

.poll-options .custom-custom-control-label::before {
    top: 0px !important;
}

.custom-custom-control-label::after {
    top: 0px !important;
}

.payment-description {
    margin-top: 10px;
}

.forum-edit-page .form-fields .inputs label {
    display: block;
}

.html-forum-edit-page .form-fields {
    width: 100%;
    margin: 20px auto;
}

.news-item-page textarea {
    padding: 8px;
}

.custom-checkbox-label {
    padding-top: 2px;
}

.registration-page .custom-checkbox {
    margin: 0px;
}

.registration-page .newsletter-checkbox {
    padding: 0px;
    display: -webkit-inline-box;
}

.search-box-button-custom {
    float: right;
    min-width: 86px;
    height: 40px;
    border: none;
    background-color: #4E4751;
    padding: 0 15px;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
}

    .search-box-button-custom:hover {
        background-color: #E2BF90;
    }

.basic-search input {
    width: 100% !important;
}

.advanced-search select {
    width: 100%;
}

.forum_name {
    width: 612px;
    max-width: 100%;
    margin: auto;
    margin-bottom: 20px;
}

.forum_topic {
    max-width: 100%;
    margin: auto;
}

.forum_priority {
    text-align: center;
}

@media(max-width: 1000px) {
    .forum_name label, .forum_topic label, .forum_priority label {
        display: block !important;
    }

    .customer-info-news {
        justify-content: center;
    }

        .customer-info-news > div {
            margin-right: 10px;
        }

    .wishlist-page .sku label {
        display: initial !important;
    }

    .shopping-cart-page .sku label {
        display: initial !important;
    }

    .quantity label {
        display: initial !important;
    }

    .remove-from-cart .custom-checkbox {
        align-items: center !important;
    }

    .html-shopping-cart-page .custom-custom-control-label::before,
    .html-wishlist-page .custom-custom-control-label::before {
        top: 0px !important;
    }

    .html-shopping-cart-page .custom-custom-control-label::after,
    .html-wishlist-page .custom-custom-control-label::after {
        top: 0px !important;
    }

    .master-wrapper-content {
        padding-right: 15px;
        padding-left: 15px;
    }

    .form-fields {
        max-width: 450px;
        margin: auto;
    }

    .login-page .new-wrapper {
        max-width: 450px;
        margin: 0 auto 50px;
    }

    .html-customer-info-page .gender {
        display: flex !important;
        justify-content: center;
    }

    .cart-footer .total-info {
        padding: 0px;
    }

    .terms-of-service label {
        text-align: right;
    }

    .terms-of-service {
        padding: unset;
    }

    .checkout-page .ship-to-same-address .selector {
        justify-content: center;
    }

    .master-wrapper-content {
        padding: 70px 15px 0px;
    }

    .opc .step {
        padding: 30px 0px;
    }
}

.forgot-password {
    margin: 0px !important;
}

.html-customer-info-page .gender {
    display: flex !important;
}

    .html-customer-info-page .gender div {
        margin: 0 0 0 10px;
    }

.customer-info-news {
    display: flex;
}

    .customer-info-news label {
        width: initial !important;
        padding-top: 2.5px;
    }

.customer-info-page textarea {
    padding: 8px;
}

.wishlist-page .sku label {
    display: none;
}

.shopping-cart-page .sku label {
    display: none;
}

.remove-from-cart .custom-checkbox {
    display: flex !important;
    justify-content: center;
}

.add-to-cart .custom-checkbox {
    display: flex !important;
    justify-content: center;
}

.registration-page .custom-checkbox-label {
    padding-top: 0px;
}

.registration-page .newsletter-checkbox {
    padding: 0px;
}

.html-customer-info-page .newsletter-checkbox {
    padding: 0px;
    margin: 0px !important;
    display: -webkit-inline-box;
}


    .html-customer-info-page .newsletter-checkbox label {
        width: unset !important;
        margin: 0px !important;
        margin-right: 5px !important;
        padding-top: 0px;
    }

        .html-customer-info-page .newsletter-checkbox label:first-child {
            width: unset !important;
            margin: 0px !important;
            padding-top: 0px;
        }

.registration-page .custom-checkbox label {
    width: unset;
    margin-right: 5px;
}

.html-customer-info-page .newsletter-checkbox {
    padding: 0px;
    display: -webkit-inline-box;
}

.registration-page .newsletter-checkbox label:first-child {
    margin: 0px;
}

.registration-page .newsletter-checkbox label:before {
    right: 0;
}

.registration-page .newsletter-checkbox label:after {
    right: 0;
}

.html-customer-info-page .newsletter-checkbox label:before {
    right: 0;
}

.html-customer-info-page .newsletter-checkbox label:after {
    right: 0;
}



.registration-page .accept-consent.custom-checkbox label:before {
    right: -1.5rem
}

.registration-page .accept-consent.custom-checkbox label:after {
    right: -1.5rem;
}

.registration-page .accept-consent.custom-checkbox {
    padding-right: 1.5rem;
}
