/**************************************** commn ******************************************/
body {
    font-family: var(--badtheme-font-name-2);
    font-size: 14px;
    line-height: normal;
    background-color: #ffffff;
    letter-spacing: 1px;
}

@media (min-width:1701px) {
    body {
        min-width: 100% !important;
        transform: translate(0%, 0%) scale(1) !important;
        -webkit-transform: translate(0%, 0%) scale(1) !important;
        -moz-transform: translate(0%, 0%) scale(1) !important;
        -ms-transform: translate(0%, 0%) scale(1) !important;
        -o-transform: translate(0%, 0%) scale(1) !important;
    }
}

@media (max-width:1699px) {
    body {
        min-width: 1850px;
    }

    body#authentication,
    body#password {
        min-width: unset;
    }
}

@media (max-width:1200px) {
    body {
        min-width: 100% !important;
        transform: translate(0%, 0%) scale(1) !important;
        -webkit-transform: translate(0%, 0%) scale(1) !important;
        -moz-transform: translate(0%, 0%) scale(1) !important;
        -ms-transform: translate(0%, 0%) scale(1) !important;
        -o-transform: translate(0%, 0%) scale(1) !important;
    }
}

@keyframes fadein {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

/* Firefox < 16 */
@-moz-keyframes fadein {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

/* Internet Explorer */
@-ms-keyframes fadein {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

/* Opera < 12.1 */
@-o-keyframes fadein {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@media (max-width:1200px) {
    body {
        min-width: unset;
    }
}

html.ui-resizable.fancybox-margin.fancybox-lock {
    overflow: visible !important;
}

/* 5 equal columns in bootstrap */
.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-xs-5ths {
    width: 20%;
    float: left;
}

@media (min-width: 768px) {
    .col-sm-5ths {
        width: 20%;
        float: left;
    }
}

@media (min-width: 992px) {
    .col-md-5ths {
        width: 20%;
        float: left;
    }
}

@media (min-width: 1200px) {
    .col-lg-5ths {
        width: 20%;
        float: left;
    }
}

/* commn css*/
a {
    text-decoration: none
}

a:focus,
a:hover {
    color: #d3b883;
    text-decoration: none;
}

.btn-primary.focus,
.btn-primary:focus,
.btn-primary:hover {
    color: #ffffff;
    background-color: #d3b883;
}

.btn-primary:hover {
    color: #ffffff;
    background-color: #d3b883;
    border-color: transparent
}

.btn-info.active.focus,
.btn-info.active:focus,
.btn-info.active:hover,
.btn-info:active.focus,
.btn-info:active:focus,
.btn-info:active:hover,
.open>.btn-info.dropdown-toggle.focus,
.open>.btn-info.dropdown-toggle:focus,
.open>.btn-info.dropdown-toggle:hover {
    color: #ffffff;
    background-color: #d3b883;
    border-color: #d3b883
}

.btn-outline-primary {
    color: #d3b883;
    background-image: none;
    background-color: transparent;
    border-color: #d3b883
}

.btn-outline-primary.active,
.btn-outline-primary.focus,
.btn-outline-primary:active,
.btn-outline-primary:focus,
.btn-outline-primary:hover,
.open>.btn-outline-primary.dropdown-toggle {
    color: #ffffff;
    background-color: #d3b883;
    border-color: #d3b883
}

.btn-outline-info.active.focus,
.btn-outline-info.active:focus,
.btn-outline-info.active:hover,
.btn-outline-info:active.focus,
.btn-outline-info:active:focus,
.btn-outline-info:active:hover,
.open>.btn-outline-info.dropdown-toggle.focus,
.open>.btn-outline-info.dropdown-toggle:focus,
.open>.btn-outline-info.dropdown-toggle:hover {
    color: #ffffff;
    background-color: #d3b883;
    border-color: #d3b883
}

.btn-primary {
    box-shadow: none;
    color: #fff;
    background-color: #373737;
    border-color: transparent;
    transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
}

.btn-primary.active,
.btn-primary:active,
.open>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #373737;
    border-color: transparent;
}

.btn-outline-primary.active.focus,
.btn-outline-primary.active:focus,
.btn-outline-primary.active:hover,
.btn-outline-primary:active.focus,
.btn-outline-primary:active:focus,
.btn-outline-primary:active:hover,
.open>.btn-outline-primary.dropdown-toggle.focus,
.open>.btn-outline-primary.dropdown-toggle:focus,
.open>.btn-outline-primary.dropdown-toggle:hover {
    color: #fff;
    background-color: #373737;
    border-color: #175c6a
}

.tag-primary[href]:focus,
.tag-primary[href]:hover {
    background-color: #373737
}

a.bg-primary:focus,
a.bg-primary:hover {
    background-color: #373737
}

a.text-primary:focus,
a.text-primary:hover {
    color: #373737;
}

.btn-link {
    font-weight: 400;
    color: #d3b883;
    border-radius: 0
}

.dropdown-item.active,
.dropdown-item.active:focus,
.dropdown-item.active:hover {
    color: #000000;
    text-decoration: none;
    background-color: #d3b883;
    outline: 0
}

.nav-pills .nav-item.open .nav-link,
.nav-pills .nav-item.open .nav-link:focus,
.nav-pills .nav-item.open .nav-link:hover,
.nav-pills .nav-link.active,
.nav-pills .nav-link.active:focus,
.nav-pills .nav-link.active:hover {
    color: #ffffff;
    cursor: default;
    background-color: #d3b883
}

.card-primary {
    background-color: #d3b883;
    border-color: #d3b883
}

.card-outline-primary {
    border-color: #d3b883
}

.page-item.active .page-link,
.page-item.active .page-link:focus,
.page-item.active .page-link:hover {
    z-index: 2;
    color: #ffffff;
    cursor: default;
    background-color: #d3b883;
    border-color: #d3b883
}

.page-link {
    position: relative;
    float: left;
    padding: .5rem .75rem;
    margin-left: -1px;
    color: #d3b883;
    text-decoration: none;
    background-color: #fff;
    border: thin solid #ddd
}

.ff-class.scaled .page-link {
    border: 2px solid #ddd
}

.tag-primary {
    background-color: #d3b883
}

.list-group-item.active,
.list-group-item.active:focus,
.list-group-item.active:hover {
    z-index: 2;
    color: #ffffff;
    text-decoration: none;
    background-color: #d3b883;
    border-color: #d3b883
}

.bg-primary {
    background-color: #d3b883
}

.text-primary {
    color: #d3b883
}

.form-control:focus,
.input-group.focus {
    outline: none;
}

.bootstrap-touchspin .group-span-filestyle .btn-touchspin,
.group-span-filestyle .bootstrap-touchspin .btn-touchspin,
.group-span-filestyle .btn-default {
    background-color: #d3b883;
    color: #ffffff;
    text-transform: uppercase;
    border-radius: 0;
    font-size: .875rem;
    padding: .5rem 1rem
}

.custom-radio input[type=radio]:checked+span {
    display: block;
    background-color: #d3b883;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    position: absolute;
    left: .125rem;
    top: .125rem
}

.dropdown-item:focus,
.dropdown-item:hover {
    color: #d3b883
}

#search.page-search #content-wrapper .tvcmsheader-search.search-widget form button[type=submit] i {
    color: #373737;
}

.search-widget form input[type=text]:focus+button .search {
    color: #d3b883
}

.search-widget form button[type=submit] .search:hover {
    color: #ffffff;
}

body#checkout section.checkout-step .delete-address,
body#checkout section.checkout-step .edit-address {
    display: inline-block;
    margin: 0 .3125rem;
    background: #373737 none no-repeat scroll 0 0;
    color: #FFF;
    padding: 0 10px;
    height: 30px;
    line-height: 30px;
    font-weight: 400;
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

body#checkout section.checkout-step .delete-address,
body#checkout section.checkout-step .edit-address {
    background-color: #d3b883;
    color: #000000;
}

body#checkout section.checkout-step .delete-address:hover,
body#checkout section.checkout-step .edit-address:hover {
    background-color: #373737;
    color: #ffffff;
}

body#checkout .additional-information a {
    font-weight: bold;
    color: #000;
    cursor: pointer;
    transition: color .2s ease-in-out;
    -webkit-transition: color .2s ease-in-out;
    -moz-transition: color .2s ease-in-out;
    -ms-transition: color .2s ease-in-out;
    -o-transition: color .2s ease-in-out;
}

body#checkout .additional-information a:hover {
    color: #d3b883;
}

body#checkout section.checkout-step.-current .content .payment-options {
    margin-left: -7px;
    margin-top: 20px;
}

body#checkout section.checkout-step.-current .content .payment-options label span {
    font-weight: bold;
    font-size: 15px;
    margin-top: -2px;
    display: inline-block;
    width: 100%;
}

body#checkout section.checkout-step.-current .content #conditions-to-approve label {
    font-weight: bold;
}

body#checkout section.checkout-step.-current .content #conditions-to-approve label a {
    color: #d3b883;
}

#order-summary-content h4 {
    margin-top: 30px;
}

.page-my-account #content .links a:hover i {
    color: #d3b883
}

.carousel .carousel-control .icon-next:hover i,
.carousel .carousel-control .icon-prev:hover i {
    color: #d3b883
}

.products-sort-order .select-list:hover {
    background-color: #d3b883;
    color: #fff;
    text-decoration: none
}

.facet-dropdown.open>.select-title {
    border: 3px solid #d3b883;
    background: #f6f6f6
}

.facet-dropdown .select-list:hover {
    background: #d3b883;
    color: #ffffff;
    text-decoration: none
}

.pagination .current a {
    color: #d3b883;
    text-decoration: none;
    font-size: 1.25rem
}

.block-categories .collapse-icons .add:hover,
.block-categories .collapse-icons .remove:hover {
    color: #d3b883
}

.block-categories .arrows .arrow-down:hover,
.block-categories .arrows .arrow-right:hover {
    color: #d3b883
}

.tabs .nav-tabs .nav-link.active {
    color: #d3b883
}

.tabs .nav-tabs .nav-link.active,
.tabs .nav-tabs .nav-link:hover {
    border: none;
    border-bottom: 3px solid #d3b883
}

#product-modal .modal-content .modal-body .product-images img:hover {
    border: 3px solid #d3b883
}

#blockcart-modal .product-name {
    color: #d3b883;
    font-size: 18px;
    font-weight: 500;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
    line-height: normal;
}

.product-images>li.thumb-container>.thumb.selected,
.product-images>li.thumb-container>.thumb:hover {
    border: 3px solid #d3b883
}

.product-customization .product-message:focus {
    background-color: #fff;
    outline: none;
}

#product-details .label {
    margin-right: 10px;
}

#product-details .product-features p {
    margin-top: 25px;
    font-weight: bold;
    font-size: 17px;
    color: #000;
    border-bottom: thin solid #f2f2f2;
    padding-bottom: 13px;
}

#product-details.ff-class.scaled .product-features p {
    border-bottom: 2px solid #f2f2f2;
}

#product .has-discount .discount {
    font-size: 14px;
    font-weight: 500;
    color: #999;
    display: inline-block;
    margin-left: 10px;
    margin-right: 10px;
}

.product-information #attachments {
    margin-bottom: 30px;
}

.product-information #attachments p.h5.text-uppercase {
    margin-top: 35px;
    font-weight: bold;
    font-size: 17px;
    color: #000;
    border-bottom: thin solid #f2f2f2;
    padding-bottom: 13px;
    text-transform: unset !important;
    margin-bottom: 13px;
}

.ff-class.scaled .product-information #attachments p.h5.text-uppercase {
    border-bottom: 2px solid #f2f2f2;
}

.product-information #attachments .attachment {
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
}

.product-information #attachments .attachment-name {
    font-weight: bold;
    margin-bottom: 5px;
}

.product-information #attachments a {
    font-size: 13px;
    background-color: #d3b883;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    padding: .5rem 1.25rem;
    display: inline-block;
    width: fit-content;
    transition: background-color .2s ease-in-out;
    -webkit-transition: background-color .2s ease-in-out;
    -moz-transition: background-color .2s ease-in-out;
    -ms-transition: background-color .2s ease-in-out;
    -o-transition: background-color .2s ease-in-out;
}

.product-information #attachments a:hover {
    background-color: #000;
}

#product-description-short-1 p {
    color: #000;
}

.product-description * {
    color: #000;
}

.cart-grid-body a.label:hover {
    color: #d3b883
}

#product-availability .material-icons {
    margin-right: 5px;
}

.tv-addtocart-price {
    color: #373737;
}

#product .product-features .data-sheet .name {
    font-weight: bold;
    margin-bottom: 2px;
}

#product .product-features .data-sheet .value {
    margin-bottom: 10px;
}

.block_newsletter form input[type=text]:focus {
    outline: none;
    color: #232323;
    background: #fff
}

.block_newsletter form input[type=text]:focus+button .search {
    color: #d3b883
}

.block_newsletter form button[type=submit] .search:hover {
    color: #d3b883
}

.account-list a:hover {
    color: #d3b883
}

.breadcrumb-inner {
    position: relative;
    z-index: 1;
}

#wrapper .breadcrumb {
    padding: 10px 15px;
}

#wrapper .breadcrumb li:last-child a,
#wrapper .breadcrumb li:hover a {
    color: #d3b883;
}

.tv-continue-shopping-btn:hover {
    background-color: #d3b883;
    color: #ffffff;
}

.tvreviews-popup-send-btn a button,
.tvreviews-popup-send-btn button {
    background-color: #373737;
    padding: 0 20px;
}

.page-footer a {
    background-color: #d3b883;
    padding: 10px 15px;
    color: #ffffff;
}

.page-footer a:hover {
    background-color: #000000;
}

#search_filters_brands .facet .tvsearch-filter-brand-wrapper li.facet-label a:hover,
.tvserach-filter-suppliers p:hover {
    color: #d3b883;
}

.tv-continue-shopping-btn,
.tvprocess-to-checkout {
    background-color: #d3b883;
    color: #ffffff;
    font-size: 14px;
    font-weight: 400;
}

.tv-continue-shopping-btn:hover,
.tvprocess-to-checkout:hover {
    background-color: var(--theme-background-color);
    color: #ffffff;
}

.tabs .tab-pane {
    padding: 15px;
}

.review-send-button {
    border: none;
    box-shadow: none;
    background-color: #000000;
    color: #ffffff;
    font-size: 16px;
    font-weight: 500;
    padding: 8px 20px;
}

.review-submit-button {
    border: none;
    box-shadow: none;
    background-color: #d3b883;
    color: #ffffff;
    font-size: 16px;
    font-weight: 500;
    padding: 8px 20px;
}

.review-send-button:hover {
    background-color: #d3b883;
    color: #ffffff;
}

.review-submit-button:hover {
    background-color: #000000;
    color: #ffffff;
}

.block-category .category-cover {
    position: inherit;
    right: 0;
    bottom: 0;
}

.block-category .category-cover img {
    height: 100%;
    height: 100%;
}

.modal-header .close {
    background-color: #d3b883;
}

*::-webkit-scrollbar {
    width: 15px;
    background-color: #ddd;
}

*::-webkit-scrollbar-thumb {
    background-color: #d3b883;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
}

.tv-category-main-div,
.tvcenter-block-product-section {
    border: thin solid #eeeeee;
    box-shadow: 0px 0px 0px #eeeeee;
}

.ff-class.scaled .tv-category-main-div,
.tvcenter-block-product-section {
    border: 2px solid #eeeeee;
}

body#checkout .custom-checkbox {
    float: left;
}

.badmodule-title:after,
.badcustomer-question-field-submit,
.badcustomer-question-field-reset,
.badcustomer-question-prod-name:after {
    background-color: #d3b883;
}

.badcustomer-question-field-submit:hover,
.badcustomer-question-field-reset:hover {
    background-color: #000000;
    color: #ffffff;
}

.container {
    position: relative;
}

#header .container {
    background: #000000;
}

#main .page-header {
    text-align: center;
}

#main .page-header h1 {
    margin-top: 10px;
}

#pagenotfound #main .page-content {
    text-align: center;
    max-width: 800px;
}

#pagenotfound #main .page-content .search-widget form input[type=text] {
    color: #000;
    background-color: #fff;
}

#pagenotfound #main .page-content .badsearch-content-box-inner {
    background: #fff;
}

#pagenotfound #main .page-content .badsearch-content-box-inner .input_category {
    background: #fff;
    color: #000;
}

#pagenotfound #main .page-content .badsearch-content-box-inner button i {
    color: #000;
    background: transparent;
}

#pagenotfound #main .page-content .badsearch-content-box-inner button:hover i {
    background: #fff;
    background: transparent;
}

#pagenotfound #main .page-content .badsearch-content-box-inner form button[type=submit] {
    background: #fff;
}

#pagenotfound #main .page-content .badsearch-content-box-inner form button[type=submit]:hover {
    background: #d3b883;
}

@media (min-width: 1200px) {
    .container {
        width: 1660px;
        max-width: 100%;
    }

    .container.badfooter-content {
        width: 100%;
    }
}

#authentication .badpage-loader-wrapper {
    display: none !important;
}


/******************************** badattrfeature **************************************/

.badattrfeature-block.container-fluid {
    padding: 20px 25px 35px 25px;
    background: url('../img/attr-search-bg.jpg') center center no-repeat;
    background-size: cover;
    width: 100%;
    margin: 0px;
    position: relative;
}

.badattrfeature-block.container-fluid:after {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    z-index: 1;
    display: block;
}

.badattrfeature-block.container-fluid .badattrfeature-inner.container,
#header .badattrfeature-block.container-fluid .badattrfeature-inner.container {
    max-width: 1640px;
    width: 100%;
    background: transparent;
    position: relative;
    z-index: 2;
}

.badattrfeature-block.container-fluid .badattrfeature-inner.container .badattrfeature-search-title {
    width: 100%;
    text-align: center;

}

.badattrfeature-block.container-fluid .badattrfeature-inner.container .badattrfeature-search-title .badattrfeature-search-title-text {
    font-size: 36px;
    font-weight: 600;
    line-height: 36px;
    color: #ffffff;
    position: relative;
    text-transform: uppercase;
    margin-bottom: 65px;
    letter-spacing: 0.8px;
    font-family: var(--badtheme-font-name-1);
    display: inline-block;
}

.badattrfeature-block.container-fluid .badattrfeature-inner.container .badattrfeature-search-title .badattrfeature-search-title-text:after {
    content: "";
    display: inline-block;
    text-align: center;
    width: 76px;
    height: 6px;
    background: #d3b883;
    position: absolute;
    bottom: -30px;
    left: calc(50% - 38px);
}

.badattrfeature-block.container-fluid .badattrfeature-inner.container .badattrfeature-tab-content {
    padding: 0px;
    background: transparent;
}

.badattrfeature-block.container-fluid .badattrfeature-inner.container .badattrfeature-wrapper-title {
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
}

.badattrfeature-block.container-fluid .badattrfeature-inner.container .badattrfeature-submit-button button {
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    background: #d3b883;
    font-size: 14px;
    transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
}

.badattrfeature-block.container-fluid .badattrfeature-inner.container .badattrfeature-submit-button button:hover {
    background: #000;
}

.badattrfeature-block.container-fluid .badattrfeature-inner.container .badattrfeature-wrapper-title a:hover,
.badattrfeature-block.container-fluid .badattrfeature-inner.container .badattrfeature-wrapper-title a:hover i {
    color: #d3b883;
}

.badattrfeature-dropdown-list li a {
    padding: 5px 10px;
    font-size: 13px;
}

@media(max-width: 1100px) {
    .badattrfeature-list {
        width: 50%;
        margin-bottom: 15px;
    }
}

@media(max-width: 767px) {
    .badattrfeature-list {
        width: 100%;
    }
}

/******************************** cin-search **************************************/

.cin-search {
    padding-top: 0px;
    display: inline-flex;
    flex-direction: row;
    justify-content: center;
    width: 100%;
}

.cin-search .cin-search_wrap {
    display: inline-block;
    text-align: center;
    margin-top: 20px;
}

.cin-search .cin-search_wrap .cin-search_number {
    width: 100%;
    font-size: 14px;
    color: #484848;
    font-weight: 500;
    padding: 10px 15px;
    display: block;
    letter-spacing: .8px;
    border: 0px solid #fff;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    position: relative;
    background: #e9e9e9;
}

.cin-search .cin-search_wrap .cin-search_number:focus {
    outline: none;
}

.cin-search .cin-search_wrap .cin-search_number_wrap:after {
    position: absolute;
    left: 10px;
    bottom: -25px;
    color: #a3a3a3;
    font-size: 12px;
    content: "* for boats built from 2020 on";
}

@media(max-width: 1100px) {
    .cin-search .cin-search_wrap .cin-search_number_wrap:after {
        font-size: 10px;
    }
}

@media(max-width: 767px) {

    .badattrfeature-list,
    .badattrfeature-list.oneThird {
        width: 100%;
    }

    .cin-search .cin-search_wrap .cin-search_number {
        margin-bottom: 35px;
    }

    .cin-search .cin-search_number_wrap {
        padding: 0px;
        margin-top: 20px;
    }

    .cin-search .cin-search_wrap .cin-search_number_wrap:after {
        left: 0px;
        bottom: 12px;
    }
}


/*** TEMP  ***/



.badproduct-flags {
    display: none;
}

.badproduct-star {
    display: none;
}

.badproduct-all-btn {
    display: none !important;
}

.badfooterlogo-block {
    display: none !important;
}

.badfooter-after-block {
    display: none !important;
}

.badfooter-row-content-box {
    background: #000;
}

.badproduct-wrapper:hover .badproduct-price-and-shipping {
    opacity: 1;
    visibility: visible;
    transform: translateY(-20px);
    -webkit-transform: translateY(0px);
    -o-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.badcategoryslider-content-box-inner {
    display: flex;
    flex-wrap: wrap;
}

.badcategoryslider-item-title:hover,
.badhomeblog-item-bottom .badhomeblog-item-date,
.badcategoryslider-item:hover .badcategoryslider-item-title {
    color: #d3b883 !important;
}

.badhomeblog-item-content-more a:hover,
.badhomeblog-item-img-light-box i {
    background: #d3b883 !important;
}

.badfooter-first-block {
    color: #fff;
    background: url('../img/attr-search-bg.jpg') center center no-repeat;
    background-size: cover;
    position: relative;
}

.badhomeblog-left-block .owl-carousel button.owl-dot,
.badhomeblog-left-block .owl-carousel button.owl-dot {
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
}

.badhomeblog-left-block .owl-carousel button.owl-dot.active,
.badhomeblog-left-block .owl-carousel button.owl-dot:hover {
    background: #d3b883;
}

.badhomeblog-item-content-more a {
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
}

.badfooter-first-block:after {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    z-index: 1;
    display: block;
    content: '';
}

.badfooter-title-wrapper .badfooter-title {
    color: #fff !important;
}

.badfooter-first-block a,
.badfooter-dropdown li a,
.badfooter-content-address span {
    color: #fff !important;
    padding-right: 10px;
}

.badfooter-category-inner,
#block_myaccount_infos,
.bad-column-wrapper,
.badfooter-storeinfo-block {
    position: relative;
    z-index: 2;
}

.container-fluid.badfooter-row-block {
    background: #000;
    margin-top: -1px;
}

.badmain-title-wrapper .badmain-title {
    margin-bottom: 55px !important;
}

.badmain-title-wrapper .badmain-title:after {
    content: "";
    display: inline-block;
    text-align: center;
    width: 76px;
    height: 6px;
    background: #d3b883;
    position: absolute;
    bottom: -30px;
    left: calc(50% - 38px);
}

.badmain-sub-title {
    display: none !important;
}

.badfooter-row-content {
    border: 0px solid #000;
}

/******************************** badsearch_filters_wrapper **************************************/
.badsearch_filters_wrapper {
    background-color: #ffffff;
    border: thin solid #e5e5e5;
    box-shadow: 0px 0px 0px #e5e5e5;
    padding: 0;
    margin-bottom: 30px;
}

.ff-class.scaled .badsearch_filters_wrapper {
    border: 2px solid #e5e5e5;
}

#search_filters {
    padding: 15px 15px 15px 15px;
}

#search_filters>p {
    font-size: 20px;
    color: #000000;
    font-weight: 500;
    margin: 0;
    padding: 15px;
}

#search_filters .facet .facet-title {
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 16px;
    color: #111111;
    background-color: #ffffff;
    padding: 5px 15px;
    font-weight: 600;
    margin: 5px 0;
}

.active_filters {
    background-color: #ffffff;
    border: thin solid #e5e5e5;
    box-shadow: 0px 0px 0px #e5e5e5;
}

.ff-class.scaled .active_filters {
    border: 2px solid #e5e5e5;
}

#search_filters .facet .facet-label {
    margin-bottom: 0;
}

#search_filters .ui-slider-horizontal {
    margin: 10px 0;
}

#search_filters .facet .facet-label .custom-checkbox {
    top: 0;
}

.badfacet-title-wrapper li p {
    margin: 0;
    line-height: 35px;
}

#search_filters .facet .facet-label a {
    line-height: 35px;
    padding-left: 5px;
}

.badfacet-title-wrapper {
    padding: 0 15px;
    margin: 0;
}

#search_filters .badside-title-wrapper {
    margin: -15px -15px 0 -15px;
}

#search_filters .facet {
    border: none;
    margin-bottom: 0;
}

.clear-all-wrapper {
    text-align: center;
    padding: 10px;
}

.clear-all-wrapper button {
    background-color: #ffffff;
    border: thin solid #e5e5e5;
    box-shadow: 0px 0px 0px #e5e5e5;
    padding: 0 15px;
    box-shadow: none;
    margin: 0 auto;
    line-height: 30px;
}

.ff-class.scaled .clear-all-wrapper button {
    border: 2px solid #e5e5e5;
}

.clear-all-wrapper button:hover {
    background-color: #ffffff;
    border: thin solid #e5e5e5;
    box-shadow: 0px 0px 0px #e5e5e5;
}

.ff-class.scaled .clear-all-wrapper button:hover {
    border: 2px solid #e5e5e5;
}

.badpagination-mobile-list {
    display: none;
    padding-top: 10px;
    font-size: 15px;
    color: #666666;
    font-weight: 400;
    text-align: center;
}

@media(max-width: 1550px) {
    #search_filters .facet .facet-label a {
        line-height: 200%;
    }
}

@media(max-width: 991px) {
    .facet .title {
        position: relative;
    }

    #search_filters .facet .collapse {
        display: none;
    }

    #search_filters .facet .collapse.in {
        display: block;
    }
}

@media(max-width: 767px) {
    #category #left-column #search_filters .facet {
        padding-top: 0;
        border-bottom: none;
    }
}

/******************************** end badsearch_filters_wrapper **************************************/
/******************************** badsearch_filters_suppliers/brand **************************************/
.badsearch_filters_brands,
.badsearch_filters_suppliers {
    padding: 15px 15px 5px 15px;
}

.badsearch_filters_brands ul {
    margin-bottom: 0;
}

.badsearch_filters_brands ul li a,
.badsearch_filters_suppliers p {
    padding-bottom: 10px;
    font-size: 14px;
    color: #666666;
    font-weight: 500;
    margin-bottom: 0;
}

/******************************** end badsearch_filters_suppliers/brand **************************************/
/*********************** badblock-categories-wrapper *********************/
.badblock-categories-wrapper {
    margin-bottom: 30px;
    background-color: #ffffff;
    border: thin solid #e5e5e5;
    padding: 0;
}

.ff-class.scaled .badblock-categories-wrapper {
    border: 2px solid #e5e5e5;
}

.block-categories .badblock-categories-inner {
    margin-bottom: 0;
}

.block-categories .badblock-categories-inner.category-top-menu {
    padding: 0;
    margin: 0;
}

.block-categories .category-sub-menu li[data-depth="0"]>.bad-category-wrapper a {
    font-size: 15px;
    color: #666666;
    font-weight: 400;
    border-bottom: thin solid #eeeeee;
    box-shadow: 0px 0px 0px #e5e5e5;
    line-height: 40px;
    display: block;
}

.ff-class.scaled .block-categories .category-sub-menu li[data-depth="0"]>.bad-category-wrapper a {
    border-bottom: 2px solid #eeeeee;
}

.bad-category-wrapper {
    position: relative;
}

.block-categories .collapse-icons i {
    font-size: 20px;
    color: #666666;
}

.block-categories .category-sub-menu li[data-depth="1"] {
    margin-bottom: 15px;
}

.block-categories .category-sub-menu {
    margin: 0;
    padding: 15px;
}

.block-categories .category-sub-menu .category-sub-link {
    font-size: 14px;
    color: #666666;
    font-weight: 400;
}

.block-categories .category-sub-menu .category-sub-link.active,
.block-categories .category-sub-menu li[data-depth="0"]>.bad-category-wrapper a.active {
    color: #d3b883;
}

.block-categories .collapse-icons {
    display: block;
}

.block-categories a.badside-category-title {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    border-bottom: thin solid #e5e5e5;
    box-shadow: 0px 0px 0px #e5e5e5;
    font-size: 16px;
    color: #111111;
    padding: 10px 15px;
    background-color: #f1f1f1;
    font-weight: 500;
}

.ff-class.scaled .block-categories a.badside-category-title {
    border-bottom: 2px solid #e5e5e5;
}

@media(max-width: 1550px) {
    .block-categories a.badside-category-title {
        padding: 5px 15px;
    }

    .block-categories .category-sub-menu li[data-depth="0"]>.bad-category-wrapper a {
        font-size: 13px;
        line-height: 35px;
    }
}

/*********************** end badblock-categories-wrapper *********************/
/****************************************** end common *****************************************/
/****************************************** checkout *****************************************/
.cart-overview.js-cart .cart-items .cart-item .product-line-grid .product-line-grid-body .has-discount.product-price,
.cart-overview.js-cart .cart-items .cart-item .product-line-grid .product-line-grid-body .product-price {
    padding: 0px 0px 20px 0px;
}

.cart-overview.js-cart .cart-items .cart-item .product-line-grid .product-line-grid-body .product-line-info .label {
    font-weight: bold;
    padding-right: 5px;
}

.cart-overview.js-cart .cart-items .cart-item .product-line-grid .product-line-grid-body .product-line-info a.label {
    font-size: 16px;
    font-weight: 400;
}

.cart-overview.js-cart .cart-items .cart-item .product-line-grid .product-line-grid-body .product-price {
    font-size: 16px;
}

.product-line-grid-right .cart-line-product-actions .remove-from-cart {
    transition: color .2s ease-in-out;
    -webkit-transition: color .2s ease-in-out;
    -moz-transition: color .2s ease-in-out;
    -ms-transition: color .2s ease-in-out;
    -o-transition: color .2s ease-in-out;
}

.product-line-grid-right .cart-line-product-actions .remove-from-cart:hover {
    color: #d3b883;
}

.cart-grid-right .card.cart-summary .cart-detailed-actions a.btn.btn-primary {
    transition: background .2s ease-in-out;
    -webkit-transition: background .2s ease-in-out;
    -moz-transition: background .2s ease-in-out;
    -ms-transition: background .2s ease-in-out;
    -o-transition: background .2s ease-in-out;
}

.cart-grid-right .card.cart-summary .cart-detailed-actions a.btn.btn-primary:hover {
    background: #111;
}

body#checkout section.checkout-step .address-item.selected {
    background: #fff;
    border: 3px solid #d3b883;
}

#js-checkout-summary .cart-summary-products p:first-of-type,
#cart #cart-subtotal-products span {
    font-weight: bold;
}

#js-checkout-summary .cart-summary-products p a.cart-summary-products-details {
    display: inline-flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    color: #d3b883;
    margin-bottom: 5px;
}

body#checkout #cart-summary-product-list .media-list .media {
    display: flex;
    flex-direction: row;
    margin-bottom: 15px;
}

body#checkout #cart-summary-product-list .media-list .media .media-left {
    min-width: 75px;
}

body#checkout #cart-summary-product-list .media-body,
body#checkout #cart-summary-product-list .media-left {
    display: inline-flex;
    flex-direction: row;
}

body#checkout #cart-summary-product-list .media-body .product-line-info {
    display: none;
}

body#checkout #cart-summary-product-list .media-body .product-name {
    width: 75%;
}


body#checkout #cart-summary-product-list .media-body .product-quantity {
    width: 10%;
    text-align: right;
}


body#checkout #cart-summary-product-list .media-body .product-price.float-xs-right {
    width: 25%;
    text-align: right;
}

body#checkout .modal-header h2 {
    margin-bottom: 0px;
}

#js-checkout-summary #cart-summary-product-list span.product-name {
    font-weight: bold;
}

#js-checkout-summary .card-block.cart-summary-totals .value,
#cart .cart-summary-line.cart-total .value,
#cart .cart-summary-line .value {
    font-weight: bold;
}

#cart .product-cin span,
#cart .cart-detailed-actions .delivery-date span {
    font-weight: bold;
    margin-right: 10px;
}

#cart .product-cin input,
#cart .cart-detailed-actions .delivery-date input {
    color: #232323;
    background-color: #fff;
    padding: 4px 7px;
    width: 3rem;
    border: thin solid #d3b883;
    box-shadow: 0px 0px 0px #d3b883;
    min-width: 180px;
}

.ff-class.scaled#cart .product-cin input,
.ff-class.scaled#cart .cart-detailed-actions .delivery-date input {
    border: 2px solid #d3b883;
}

#cart .product-cin input:focus,
#cart .cart-detailed-actions .delivery-date input:focus {
    border: thin solid #d3b883;
    box-shadow: 0px 0px 0px #d3b883;
    outline: none;
}

.ff-class.scaled#cart .product-cin input:focus,
.ff-class.scaled#cart .cart-detailed-actions .delivery-date input:focus {
    border: 2px solid #d3b883;
}

#cart .cart-detailed-actions .delivery-date {
    margin-bottom: 20px;
}

@media(max-width: 1500px) {

    body#checkout #delivery label,
    body#checkout #gift_message label {
        text-align: left;
    }
}

@media(max-width: 550px) {

    #cart .product-cin input,
    #cart .cart-detailed-actions .delivery-date input {
        width: 100%;
        min-width: 100%;
    }

    #cart .product-line-grid-right .qty,
    #cart .product-line-grid-right .price {
        width: 100%;
    }

    body#checkout #delivery label,
    body#checkout #gift_message label {
        text-align: left;
    }

    body#checkout #order-summary-content .summary-selected-carrier .row {
        display: inline-flex;
        flex-direction: column;
    }

    body#checkout #order-summary-content .summary-selected-carrier .row span {
        margin: 5px 0px;
    }
}

body#checkout #order-summary-content .summary-selected-carrier .row {
    display: inline-flex;
    justify-content: space-around;
    align-items: center;
    width: 100%;
}

body#checkout #order-summary-content .summary-selected-carrier .row>div {
    display: inline-flex;
    align-items: center;
}

body#checkout #order-summary-content .summary-selected-carrier .row .carrier-name {
    font-weight: bold;
}

body#checkout #order-summary-content .summary-selected-carrier .row .carrier-price {
    color: #d3b883;
    font-weight: bold;
}

body#checkout section.checkout-step .delivery-option {
    display: inline-flex;
    width: 100%;
}

body#checkout section.checkout-step .delivery-option .col-sm-11 {
    margin-bottom: 0px;
}

body#checkout section.checkout-step .delivery-option .row {
    align-items: center;
}

body#checkout section.checkout-step .delivery-option .delivery-option-2 .carrier-price {
    display: none;
}

#content-hook_order_confirmation.card {
    background: #d3b883;
    text-align: center;
}

#content-hook_order_confirmation.card .card-block h3.card-title {
    color: #fff;
    font-size: 1.6em;
    margin-top: 15px;
}

#content-hook_order_confirmation.card .card-block p {
    color: #fff;
}

#content-hook_order_confirmation.card .card-block h3.card-title i.done {
    color: #fff;
}

#order-confirmation #order-items .order-confirmation-table .order-line.row {
    display: inline-flex;
    width: 100%;
    align-items: center;
}

#order-confirmation #order-items .order-confirmation-table .details {
    font-weight: bold;
    text-align: left;
}

#order-confirmation #order-items .order-confirmation-table .image {
    border: thin solid #e5e5e5;
    box-shadow: 0px 0px 0px #e5e5e5;
    display: inline-block;
}

#order-confirmation.ff-class.scaled #order-items .order-confirmation-table .image {
    border: 2px solid #e5e5e5;
}

#order-items hr {
    border-top-color: #eaeaea;
    margin: 50px 0px;
}

#order-confirmation #order-details {
    padding: 0px;
    margin-top: 32px;
    width: calc(100% - 30px);
    border-top: thin solid #eee;
    padding-top: 40px;
    margin-left: 15px;
    margin-right: 15px;
}

#order-confirmation.ff-class.scaled #order-details {
    border-top: 2px solid #eee;
}

#order-confirmation .definition-list dl dd,
#order-confirmation .definition-list dl dt {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 45%;
    flex: 0 0 50%;
    background: #f1f1f1;
    padding: .625rem;
    margin: 0px;
    border: 2px solid #fff;
}

#order-confirmation .definition-list dl dt {
    font-weight: bold;
}

#order-confirmation #content-hook_payment_return {
    margin-bottom: 80px;
}

#order-confirmation #content-hook_payment_return .card-block {
    border: thin solid #d3b883;
    box-shadow: 0px 0px 0px #d3b883;
}

#order-confirmation.ff-class.scaled #content-hook_payment_return .card-block {
    border: 2px solid #d3b883;
}

#order-confirmation #content-hook_payment_return .card-block .col-md-12 p.first-child {
    font-size: 1.3em;
    font-weight: bold;
    color: #d3b883;
}

#order-detail #order-products tr td span {
    color: #000;
}

#order-detail #order-infos .col-xs-3.text-xs-right a.button-primary {
    background-color: #d3b883;
    padding: 10px 15px;
    color: #fff;
    transition: background-color .2s ease-in-out;
    -webkit-transition: background-color .2s ease-in-out;
    -moz-transition: background-color .2s ease-in-out;
    -ms-transition: background-color .2s ease-in-out;
    -o-transition: background-color .2s ease-in-out;
}

#order-detail .attachment-box a.btn {
    background-color: #d3b883;
    padding: 7px 12px;
    color: #fff;
    font-size: 12px;
    transition: background-color .2s ease-in-out;
    -webkit-transition: background-color .2s ease-in-out;
    -moz-transition: background-color .2s ease-in-out;
    -ms-transition: background-color .2s ease-in-out;
    -o-transition: background-color .2s ease-in-out;
}

#order-detail #order-infos .col-xs-3.text-xs-right a.button-primary:hover,
#history .table tr td.order-actions a:hover,
#order-detail .attachment-box a.btn:hover {
    background-color: #000;
}

#order-detail .attachment-box .title {
    font-size: 1rem;
    font-weight: 700;
    color: #232323;
    margin-bottom: 1rem;
}

#order-detail .order-message-form.box form .form-group.row:nth-child(1) {
    display: none;
}

#order-detail .order-message-form.box form .form-group.row .col-md-9 {
    width: 100%;
}

#order-detail .order-message-form.box form .form-group.row .col-md-9 textarea {
    min-height: 150%;
}

#history .table tr td.order-actions a {
    background-color: #d3b883;
    padding: 7px 12px;
    color: #fff;
    margin: 0px 3px;
    transition: background-color .2s ease-in-out;
    -webkit-transition: background-color .2s ease-in-out;
    -moz-transition: background-color .2s ease-in-out;
    -ms-transition: background-color .2s ease-in-out;
    -o-transition: background-color .2s ease-in-out;
}

/****************************************** end checkout *****************************************/
/****************************************** all theme common *****************************************/
#wrapper,
main {
    background-color: #ffffff;
}

main {
    overflow: hidden;
}

/*************************************** end all theme common *****************************************/
@media(min-width: 992px) {
    #header .badmenu-has-sticky.sticky {
        top: 0;
        position: fixed;
        z-index: 50;
        box-shadow: 0 0 5px 0 rgba(0, 0, 0, .12);
        background-color: #d3b883;
        width: 100%;
        left: 0;
        -webkit-animation: mySticky 1s;
        -moz-animation: mySticky 1s;
        animation: mySticky 1s;
        animation-timing-function: ease-in-out;
        -webkit-animation-timing-function: ease-in-out;
        -moz-animation-timing-function: ease-in-out;
        backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        -webkit-backface-visibility: hidden;
        transform: translateY(0);
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -webkit-transition: all 0.5s ease-in-out;
        -moz-transition: all 0.5s ease-in-out;
        -ms-transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
        list-style: none;
    }
}

/****************************************** header *****************************************/
/*************************start_logo************************/
.badheader-top-logo {
    margin: 5px 0;
    text-align: center;
    height: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.badheader-top-logo a {
    width: 100%;
}

#header .logo {
    max-width: 100%;
    display: inline-block;
    vertical-align: middle;
}

@media(min-width: 992px) {
    .badheader-top-logo {
        text-align: left;
    }
}

@media(max-width: 991px) {
    .badheader-top-logo a {
        text-align: left;
    }
}

@media(max-width: 575px) {
    .badheader-top-logo a {
        text-align: center;
    }

    .badheader-top-logo {
        margin: 10px;
    }
}

/*************************end_logo************************/
#contact-link i {
    font-size: 0;
    color: #ffffff;
    background-position: 246px -1105px;
    background-image: url(../img/sprite.png);
    width: 40px;
    height: 40px;
    margin-right: 6px;
}

#contact-link a {
    color: #ffffff;
}

#contact-link {
    color: #626262;
    font-size: 16px;
    font-weight: 500;
    line-height: 40px;
    text-align: center;
}

#contact-link span {
    color: #212121;
}

.badheader-top-content,
.badheader-first-wrapper>.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

#header {
    display: inline-block;
    vertical-align: middle;
    background-color: #000000;
    width: 100%;
    margin-bottom: 0;
}

.header-top-block {
    background-color: #212121;
}

#_desktop_language_selector,
#_desktop_currency_selector {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

#_desktop_language_selector {
    padding-right: 15px;
    margin-right: 15px;
}

#_desktop_language_selector:after {
    content: "";
    position: absolute;
    border-left: thin solid #eeeeee;
    height: 20px;
    margin: auto;
    right: 0;
    top: 0;
    bottom: 0;
}

.ff-class.scaled #_desktop_language_selector:after {
    border-left: 2px solid #eeeeee;
}

.badheadercurrency-block .currency-selector .badheadercurrency-btn span,
.badheaderlanguage-block .language-selector .badheaderlanguage-btn span {
    color: #ffffff;
    font-size: 14px;
    padding-right: 7px;
    font-weight: 500;
    line-height: 40px;
}

.badheadercurrency-block .currency-selector i,
.badheaderlanguage-block .language-selector i {
    color: #ffffff;
    font-size: 16px;
}

.badheadercurrency-block .currency-selector:hover .badheadercurrency-btn span,
.badheaderlanguage-block .language-selector:hover .badheaderlanguage-btn span,
.badheadercurrency-block .currency-selector:hover i,
.badheaderlanguage-block .language-selector:hover i {
    color: #d3b883;
}

.badheaderlanguage-dropdown li img {
    margin-right: 10px;
}

.badheaderlanguage-dropdown li a,
.badheadercurrency-dropdown li a {
    font-size: 13px;
    color: #222222;
    line-height: 30px;
    padding: 0;
    font-weight: 500;
}

.badheaderlanguage-dropdown li a:hover,
.badheadercurrency-dropdown li a:hover {
    color: #d3b883;
}

.badheadercurrency-block .badheadercurrency-dropdown,
.badheaderlanguage-block .badheaderlanguage-dropdown {
    padding: 10px;
    min-width: auto;
    width: 143px;
    right: 0;
    left: auto;
    margin: 0;
    text-align: left;
}

.badheader-top-right {
    text-align: right;
}

.badheader-top-right .badheader-user-search i {
    font-size: 18px;
    color: #ffffff;
    padding: 0 12px;
}

.badheader-top-block .badheader-top-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.badheader-language-currency {
    text-align: right;
}

@media(min-width: 768px) {
    #contact-link {
        text-align: left;
    }
}

@media(max-width: 1199px) {
    #_desktop_language_selector {
        padding: 0 10px;
        margin: 0 10px;
    }
}

@media(max-width: 991px) {
    #header {
        border: 0px solid #dddddd;
    }

    #contact-link {
        font-size: 14px;
    }
}

@media(max-width: 767px) {
    #contact-link i {
        margin-right: 0;
    }

    #contact-link {
        font-size: 0px;
    }

    #contact-link span {
        display: none;
    }

    #contact-link {
        font-size: 0;
    }

    .badcustomlink-content-wrapper a,
    .badheadercurrency-block .currency-selector .badheadercurrency-btn span,
    .badheaderlanguage-block .language-selector .badheaderlanguage-btn span {
        line-height: 30px;
    }
}

@media(max-width: 575px) {
    .top-logo {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .badheadercurrency-block .badheadercurrency-dropdown {
        left: auto;
        right: 0;
        min-width: 0;
    }
}

@media(max-width: 520px) {
    .badheader-language-currency {
        text-align: center;
    }
}

/********** badsearch--shopping-cart--user--block *************/
/********** badsearch *************/
.badsearch-block {
    width: 100%;
    vertical-align: middle;
    position: relative;
    cursor: pointer;
}

.badsearch-inner-close i {
    color: #ffffff;
    font-size: 26px;
    font-weight: 400;
    height: 40px;
    width: 40px;
    line-height: 40px;
    display: block;
    text-align: center;
}

.badsearch-content-box-wrapper.open .badsearch-inner-open,
.badsearch-content-box-wrapper .badsearch-inner-close {
    display: none;
}

.badsearch-content-box {
    position: inherit;
    right: auto;
    left: auto;
    top: auto;
    bottom: auto;
    margin: 0;
    min-width: 100%;
    display: block;
    padding: 0;
    border: none;
    float: none;
    background-color: transparent;
}

.badsearch-btn {
    display: none;
}

.badsearch-content-box-inner .input_category {
    padding: 0 10px;
    border-left: thin solid #8c8c8c;
    background: #000;
    color: #ffffff;
}

.ff-class.scaled .badsearch-content-box-inner .input_category {
    border-left: 2px solid #8c8c8c;
}

.badsearch-content-box-inner {
    position: relative;
    background-color: #000000;
    border-radius: 0px;
    border: thin solid #8c8c8c;
    box-shadow: 0px 0px 0px #8c8c8c;
    max-width: 690px;
    margin: 0 auto;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
}

.ff-class.scaled .badsearch-content-box-inner {
    border: 2px solid #8c8c8c;
}

.badsearch-inner-open i {
    color: #ffffff;
    font-size: 0;
    cursor: pointer;
    background-image: url(../img/sprite.png);
    background-position: -5px -6px;
    height: 40px;
    width: 40px;
    line-height: 40px;
    display: block;
    text-align: center;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.badsearch-content-box-wrapper:hover .badsearch-inner-open i {
    transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    -moz-transform: scaleX(-1);
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.badsearch-content-box-inner button {
    background-color: #000000;
    border-radius: 0 3px 3px 0;
    padding: 0 10px;
    cursor: pointer;
    margin-left: 10px;
    transition: background-color 300ms ease;
    -webkit-transition: background-color 300ms ease;
    -moz-transition: background-color 300ms ease;
    -ms-transition: background-color 300ms ease;
    -o-transition: background-color 300ms ease;
}

.badsearch-content-box-inner button:hover {
    background-color: #d3b883;
}

.badsearch-content-box-inner form button[type=submit] {
    border-left: thin solid #8c8c8c;
}

.ff-class.scaled .badsearch-content-box-inner form button[type=submit] {
    border-left: 2px solid #8c8c8c;
}

.badsearch-content-box-inner button i {
    font-size: 24px;
    line-height: 40px;
    width: 40px;
    height: 40px;
    color: #ffffff;
}

.search-widget form input[type=text] {
    color: #ffffff;
    border: none;
    font-size: 14px;
    line-height: 40px;
    padding: 0 15px;
    background-color: #111111;
}

.search-widget form input[type=text]:focus {
    background-color: transparent;
    color: #868686;
}

.search-widget form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

@media(max-width: 991px) {
    .badsearch-content-box-inner button span {
        min-width: auto;
    }
}

@media(max-width: 575px) {
    .badsearch-content-box-inner .input_category {
        font-size: 11px;
        padding: 0 5px;
    }
}

/*******************badheader-second-wrapper********************/
#header .badheader-second-wrapper,
#header .badheader-second-wrapper .container {
    background-color: #111111;
}

#header .badheader-second-wrapper {
    background-color: #111111;
}

#header .badverticalmenu_wrapper_block,
#header .badheader-second-wrapper .container .badvertical-menu-vertical .bad-title-menu {
    background-color: #d3b883;
}

/*******************badheader-second-wrapper********************/


@media (min-width: 992px) {
    #header .badheader-second-wrapper #_desktop_vertical_menu .badvertical-menu-vertical .menu-content.badvertical-menu-wrapper {
        max-height: 500px;
        overflow-y: auto;
        overflow-x: hidden;
    }

    #header .badheader-second-wrapper #_desktop_vertical_menu .badvertical-menu-vertical li.level-1>.badcmsvertical-category-title a span {
        line-height: 30px;
    }

    #header .badheader-second-wrapper #_desktop_vertical_menu .badvertical-menu-vertical li .badcmsvertical-category-title a:hover span {
        color: #d3b883;
    }

    .badvertical-menu-vertical ul li.level-1.parent .badvertical-menu-col.col-xs-12.CAT {
        font-size: 14px;
        color: #000;
        font-weight: 600;
        line-height: 35px;
    }

    .badvertical-menu-vertical ul li.level-1.parent .badvertical-menu-col.col-xs-12.CAT ul.ul-column .menu-item.item-header a {
        font-size: 14px;
        color: #000;
        font-weight: 600;
    }

    .badvertical-menu-vertical .menu-dropdown {
        width: 130%;
    }
}

/*******************end-badheader-second-wrapper********************/

/************************** 404-badsearch******************************/
/*#search #products #content .badsearch-content-box{
    display: block;
    position: inherit;
    border: thin solid #eeeeee;
    width: 100%;
    height: 46px;
    line-height: 40px;
    margin: 0;
    padding: 0 15px;
    margin-bottom: 40px;
    float: none;
}*/
/*#search #products #content .badsearch-content-box-inner input{
    outline: none;
    border: none;
    width: 100%;
}*/
/************************** end-404-badsearch******************************/
/********** badcustomer *************/
#_desktop_user_info,
#_desktop_badwishtlist_top,
#_desktop_compare_product {
    display: inline-block;
    vertical-align: middle;
}

.badheader-languages {
    text-align: left;
}

.bad_wishtlist_top_wrapper {
    padding: 10px 15px;
}

.badcustomer-signin-btn i {
    font-size: 0;
    background-image: url(../img/sprite.png);
    background-position: -2px -51px;
    display: none;
    vertical-align: middle;
    width: 46px;
    text-align: center;
    height: 46px;
    line-height: 46px;
}

.bad_wishtlist_top_wrapper i {
    font-size: 0;
    background-image: url(../img/sprite.png);
    background-position: -202px -401px;
    display: none;
    vertical-align: middle;
    width: 46px;
    text-align: center;
    height: 46px;
    line-height: 46px;
}

.bad-compare-inline-block i {
    font-size: 0;
    background-image: url(../img/sprite.png);
    background-position: -202px -452px;
    display: none;
    vertical-align: middle;
    width: 46px;
    text-align: center;
    height: 46px;
    line-height: 46px;
}

.bad_wishtlist_top,
.view-compare {
    display: block;
}

.badcustomer-signin-block,
.badaccount-title-block,
.bad-wishlist-title,
.bad-compare-title {
    display: inline-block;
    vertical-align: middle;
}

.badaccount-title-block span,
.bad-wishlist-title span,
.bad-compare-title span {
    color: #ffffff;
    font-size: 14px;
    font-weight: 500;
    line-height: 22px;
    cursor: pointer;
    display: block;
}

.badaccount-title-block:hover span,
.bad-wishlist-title:hover span,
.bad-compare-title:hover span {
    color: #d3b883;
}

.badaccount-title-block .badaccount-labal,
.bad-wishlist-title .badwishlist-labal,
.bad-compare-title .badcompare-labal {
    display: none;
    color: #777777;
    font-size: 12px;
}

.badcustomer-signin-content-box-wrapper {
    padding: 11px 0;
}

.badcustomer-signin-content-box {
    min-width: auto;
    width: 130px;
    padding: 10px;
    left: auto;
    right: 0;
    margin: 0;
    text-align: left;
}

.badcustomer-signin-content-box-inner {
    margin: 0;
}

.badcustomer-signin-content-box-inner li {
    border-bottom: thin solid #dddddd;
}

.ff-class.scaled .badcustomer-signin-content-box-inner li {
    border-bottom: 2px solid #dddddd;
}

.badcustomer-signin-content-box-inner li.badcustomer-signin-customer-name a span {
    display: block !important;
}

.badcustomer-signin-content-box-inner li:last-child {
    border-bottom: none;
}

.badcustomer-signin-content-box-inner li a span {
    color: #222222;
    font-size: 13px;
    width: 100%;
    line-height: 30px;
}

.badcustomer-signin-content-box-inner li a:hover span {
    color: #d3b883;
}

@media(max-width: 1199px) and (min-width: 992px) {

    .badaccount-title-block span,
    .bad-wishlist-title span,
    .bad-compare-title span {
        font-size: 11px;
    }

    .bad_wishtlist_top_wrapper {
        padding: 10px 10px;
    }
}

@media(max-width: 767px) {
    .bad_wishtlist_top_wrapper {
        padding: 4px 15px;
    }

    .badcustomer-signin-content-box-wrapper {
        padding: 4px 0;
    }
}

@media(max-width: 520px) {

    .badheader-top-right,
    .badheader-top-left {
        width: 100%;
    }

    .badheader-languages {
        margin-top: 5px;
        text-align: center;
    }

    #main .page-footer a.account-link,
    #main .page-footer .text-sm-center a {
        display: inline-block;
        width: 100%;
        text-align: center;
        margin: 5px 0px;
    }
}

@media(max-width: 575px) {

    .badaccount-title-block span,
    .bad-wishlist-title span,
    .bad-compare-title span,
    .badcustomlink-content-wrapper a,
    .badheadercurrency-block .currency-selector .badheadercurrency-btn span,
    .badheaderlanguage-block .language-selector .badheaderlanguage-btn span {
        font-size: 12px;
    }
}

/********** badshopping *************/
.badheader-call-cart-block-wrapper {
    text-align: right;
}

#_desktop_contact_link {
    padding-right: 15px;
}

#_desktop_contact_link,
#_desktop_cart {
    display: inline-block;
    vertical-align: middle;
}

.badshopping-cart-block {
    position: relative;
    cursor: pointer;
}

.badshopping-cart-btn-wrapper a {
    display: block;
}

.badshopping-cart-btn-wrapper i {
    color: #ffffff;
    font-size: 0;
    cursor: pointer;
    font-weight: 500;
    background-image: url(../img/sprite.png);
    background-position: -4px -105px;
    height: 40px;
    width: 40px;
    line-height: 40px;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    /*background-color: #d3b883;*/
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.badshopping-cart-btn-wrapper span {
    display: inline-block;
    vertical-align: middle;
    padding-left: 15px;
    text-align: left;
    color: #ffffff;
    /*	display: inline-block;
    vertical-align: middle;
    font-size: 15px;
    color: #000000;
    line-height: 40px;
    font-weight: 500;
    margin-left: 20px;*/
}

.btn-unstyle.badcustomer-signin-btn {
    margin-right: 30px;
}

.btn-unstyle.badcustomer-signin-btn i {
    color: #ffffff;
    font-size: 0;
    cursor: pointer;
    font-weight: 500;
    background-image: url(../img/sprite.png);
    background-position: -204px -406px;
    height: 40px;
    width: 40px;
    line-height: 40px;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    margin-right: 15px;
    /*background-color: #d3b883;*/
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}


.badshopping-cart-title {
    color: #ffffff;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.5px;
}

.cart-products-count {
    font-weight: 500;
    font-size: 15px;
    color: #262626;
}

.badshopping-cart-content {
    text-align: right;
}

.badshopping-cart-btn-wrapper {
    display: inline-block;
    vertical-align: middle;
    position: relative;
}

.badshopping-cart-products-count {
    height: 20px;
    width: 20px;
    line-height: 20px;
    border-radius: 20px;
    color: #ffffff;
    background-color: #d3b883;
    font-size: 12px;
    position: absolute;
    font-weight: 500;
    top: -7px;
    text-align: center;
    left: 29px;
}

@media(max-width: 1317px) and (min-width: 992px) {
    #_desktop_contact_link {
        margin-bottom: 15px;
    }
}

@media(max-width: 1180px) and (min-width: 992px) {

    .badshopping-cart-title,
    .badaccount-title-block {
        display: none;
    }
}

@media(max-width: 991px) {
    .badshopping-cart-btn-wrapper span {
        padding-left: 0;
        font-size: 14px;
        margin: 0 10px;
    }
}

@media(max-width: 767px) {
    #_desktop_contact_link {
        padding-right: 10px;
    }

    .badmobile-verticalmenu-cart-block .badaccount-title-block,
    .badmobile-verticalmenu-cart-block .badshopping-cart-title {
        display: none;
    }

    .btn-unstyle.badcustomer-signin-btn {
        margin-right: 10px;
    }

}

@media(max-width: 575px) {
    .badshopping-cart-btn-wrapper span {
        margin: 0 5px;
    }
}

@media(max-width: 379px) {
    .badshopping-cart-btn-wrapper span {
        margin: 0;
        display: none;
    }
}

/********** badshopping-commen *************/
.badshopping-cart-product-wrapper {
    width: 350px;
    position: absolute;
    right: 0;
    z-index: 60;
    background-color: #fff;
    border: thin solid #eee;
    box-shadow: 0px 0px 0px #eee;
    padding: 15px;
    top: 100%;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(20px);
    -o-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -moz-transform: translateY(20px);
    transform: translateY(20px);
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.ff-class.scaled .badshopping-cart-product-wrapper {
    border: 2px solid #eee;
}

.badshopping-cart-content.open:hover .badshopping-cart-product-wrapper {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0px);
    -o-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -moz-transform: translateY(0px);
    transform: translateY(0px);
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.badshopping-cart-product-contet {
    margin-bottom: 15px;
    overflow-y: scroll;
    max-height: 197px;
    margin-right: -15px;
    border-bottom: thin solid #eeeeee;
    scroll-behavior: smooth;
}

.ff-class.scaled .badshopping-cart-product-contet {
    border-bottom: 2px solid #eeeeee;
}

.badshopping-cart-product-item-img {
    border: thin solid #eee;
    box-shadow: 0px 0px 0px #eee;
    height: 80px;
    width: 80px;
    float: left;
    margin-right: 15px;
}

.ff-class.scaled .badshopping-cart-product-item-img {
    border: 2px solid #eee;
}

.badshopping-cart-product-item-img img {
    width: 100%;
}

.badshopping-cart-product-info {
    margin-left: 80px;
}

.badshopping-cart-product-item {
    margin-bottom: 15px;
    overflow: hidden;
    border-bottom: thin solid #eeeeee;
    padding-bottom: 10px;
}

.ff-class.scaled .badshopping-cart-product-item {
    border-bottom: 2px solid #eeeeee;
}

.badshopping-cart-noproduct-label {
    text-align: center;
}

.badproduct-name {
    margin-bottom: 10px;
}

.badshopping-cart-process-checkbout-btn {
    padding-top: 20px;
    text-align: center;
}

.badshopping-cart-process-checkbout-btn a {
    border: thin solid #eeeeee;
    box-shadow: 0px 0px 0px #eee;
    padding: 10px 20px;
    color: #111111;
    font-weight: 600;
    display: block;
    width: 100%;
}

.ff-class.scaled .badshopping-cart-process-checkbout-btn a {
    border: 2px solid #eeeeee;
}

.badshopping-cart-process-checkbout-btn a:hover {
    border: thin solid #ffffff;
    box-shadow: 0px 0px 0px #fff;
    color: #ffffff;
    background-color: #d3b883;
}

.ff-class.scaled .badshopping-cart-process-checkbout-btn a:hover {
    border: 2px solid #ffffff;
}

.badshopping-cart-tax-wrapper,
.badshopping-cart-shopping-wrapper,
.badshopping-cart-total-products-wrapper {
    margin-bottom: 15px;
}

.badshopping-cart-total-payment-wrapper {
    border-top: thin solid #eeeeee;
    padding-top: 10px;
}

.ff-class.scaled .badshopping-cart-total-payment-wrapper {
    border-top: 2px solid #eeeeee;
}

.badshopping-cart-tax-title,
.badshopping-cart-total-payment-title,
.badshopping-cart-shopping-title,
.badshopping-cart-total-products-title {
    font-size: 16px;
    color: #111111;
    font-weight: 600;
    text-align: left;
    float: left;
    width: 50%;
}

.badshopping-cart-tax-amout,
.badshopping-cart-total-payment-amout,
.badshopping-cart-shopping-amout,
.badshopping-cart-total-products-amout {
    font-size: 14px;
    color: #333333;
    font-weight: 500;
    width: 50%;
    display: inline-block;
    text-align: right;
}

.badshopping-cart-product-info .badproduct-name {
    text-align: left;
}

.badshopping-cart-product-info .badproduct-name a {
    -webkit-line-clamp: 1;
    overflow: hidden;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}

.badshopping-cart-product-info .badshopping-cart-product-info-inner {
    margin-bottom: 5px;
    text-align: left;
}

.badshopping-cart-product-info .badshopping-cart-product-remove {
    text-align: left;
}

@media(max-width: 575px) {
    .badshopping-cart-product-wrapper {
        width: 290px;
    }
}

@media (max-width: 450px) {
    .badshopping-cart-product-wrapper {
        width: 100vw;
        right: -70px;
    }
}

/******** Start cart Css ************************/
/******** End cart Css ************************/
/************** bsearch-user-cart *****************/

/************** end bsearch-user-cart *****************/
/******************************* main-badmenu *******************************************/
#_desktop_top_menu {
    display: block;
    text-align: left;
}

.badmain-menu-dropdown {
    margin: 0;
}

.badmain-menu-content-box .badmain-menu-content>.badmain-menu-dropdown>li {
    display: inline-block;
    vertical-align: middle;
    width: auto;
    cursor: pointer;
    padding: 0 15px;
}

.badsub-menu-item {
    width: 185px;
    float: left;
    text-align: left;
    padding-right: 10px;
}

.badmain-menu-dropdown-img-wrapper {
    padding-top: 10px;
}

.badmain-menu-dropdown-img img {
    width: 100%;
}

.badmain-menu-block-wrapper {
    text-align: center;
}

.badmain-menu-content .badmain-menu-dropdown[data-depth="0"]>li>.badmain-menu-dropdown-link a {
    font-size: 16px;
    color: #212121;
    padding: 0;
    text-transform: capitalize;
    font-weight: 600;
    line-height: 50px;
    display: inline-block;
    vertical-align: middle;
    width: auto;
}

.badmain-menu-content .badsub-menu-dropdown[data-depth="1"]>li>.badmain-menu-dropdown-link a {
    font-size: 14px;
    color: #333333;
    text-transform: uppercase;
    font-weight: 500;
    line-height: 35px;
    padding: 0;
    width: auto;
}

.badmain-menu-content .badsub-menu-dropdown[data-depth="2"]>li>.badmain-menu-dropdown-link a {
    font-size: 13px;
    line-height: 30px;
    font-weight: 500;
    color: #222222;
    padding: 0;
    width: auto;
}

.badmain-menu-item {
    width: 185px;
    margin: 0;
    display: inline-block;
    vertical-align: middle;
    padding-right: 10px;
    position: relative;
}

.badmain-menu-dropdown-link {
    position: relative;
}

.badmain-menu-icon-wrapper {
    display: none;
}

.badmain-menu-icon-wrapper a i {
    font-size: 20px;
    color: #000000;
    line-height: normal;
}

/***************************************** menu media ********************************************/
.badmega-menu-block .badproduct-price-and-shipping {
    position: relative;
    opacity: 1;
    transform: none;
    -webkit-transform: none;
    -o-transform: none;
    -ms-transform: none;
    -moz-transform: none;
}

.badmega-menu-block .badproduct-name .badproduct-title a h4 {
    text-align: center;
}

.badmega-menu-block .badproduct-wrapper:hover .badproduct-price-and-shipping {
    opacity: 1;
    visibility: visible;
    transform: none;
    -webkit-transform: none;
    -o-transform: none;
    -ms-transform: none;
    -moz-transform: none;
}

@media(min-width: 992px) {
    .badmegamenu-wrapper-block {
        max-height: 50px;
    }
}

@media(max-width: 991px) {
    .badmega-menu-block .badproduct-wrapper-content {
        padding: 0;
    }
}

/**** menu media *****/
/************************ mobile-All-menu ***********************/
@media(max-width: 991px) {
    #_mobile_vertical_menu {
        padding: 15px 0;
    }

    .badmobile-logo-block {
        padding: 0 15px;
    }

    .badmobile-logo-block {
        width: 33.33%;
        display: inline-block;
        vertical-align: middle;
    }

    #_mobile_search {
        display: inline-block;
        vertical-align: middle;
        width: 66.66%;
    }

    .badmobile-bottom-block {
        text-align: right;
    }

    .badmain-menu-dropdown-img-wrapper {
        display: inline-block;
        vertical-align: middle;
    }

    .badmobile-header-block {
        position: relative;
        background-color: #000000;
    }

    .badmobile-second-block {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        position: relative;
        padding: 0 15px;
    }

    .badmobile-first-block {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        position: relative;
        padding: 0 15px;
        border-top: 0px solid #e5e5e5;
        border-bottom: thin solid #444;
    }

    .ff-class.scaled .badmobile-first-block {
        border-bottom: 2px solid #444;
    }

    #_mobile_vertical_menu,
    #_mobile_user_info,
    #_mobile_badwishtlist_top,
    #_mobile_compare_product {
        display: inline-block;
        vertical-align: middle;
    }

    .badmain-menu-dropdown {
        display: none;
        position: absolute;
        background-color: #ffffff;
        border: thin solid #eeeeee;
        box-shadow: 0px 0px 0px #eee;
        top: 100%;
        width: 50%;
        z-index: 70;
        display: block;
        opacity: 0;
        -webkit-transition: all 0.7s ease 0.1s;
        -moz-transition: all 0.7s ease 0.1s;
        -ms-transition: all 0.7s ease 0.1s;
        -o-transition: all 0.7s ease 0.1s;
        transition: all 0.7s ease 0.1s;
        padding: 15px;
        left: -300px;
        visibility: hidden;
        max-height: 500px;
        overflow-y: scroll;
    }

    .ff-class.scaled .badmain-menu-dropdown {
        border: 2px solid #eeeeee;
    }

    .badmain-menu-dropdown.open {
        opacity: 1;
        -webkit-transition: all 0.7s ease 0.1s;
        -moz-transition: all 0.7s ease 0.1s;
        -ms-transition: all 0.7s ease 0.1s;
        -o-transition: all 0.7s ease 0.1s;
        transition: all 0.7s ease 0.1s;
        visibility: visible;
        left: 0;
    }

    .badmain-menu-content-box .badmain-menu-content>.badmain-menu-dropdown>li {
        border: thin solid #eeeeee;
        box-shadow: 0px 0px 0px #eee;
        margin-bottom: 10px;
        padding: 0 15px;
        display: block;
    }

    .ff-class.scaled .badmain-menu-content-box .badmain-menu-content>.badmain-menu-dropdown>li {
        border: 2px solid #eeeeee;
    }

    .badmain-menu-content-box .badmain-menu-content>.badmain-menu-dropdown>li:last-child {
        margin-bottom: 0;
    }

    .badmain-menu-content .badmain-menu-dropdown[data-depth="0"]>li>.badmain-menu-dropdown-link a {
        color: #222222;
        font-size: 16px;
    }

    .badmain-menu-item .badmain-menu-icon-wrapper {
        position: absolute;
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto;
    }

    .badmain-menu-icon-wrapper {
        display: block;
        position: absolute;
        top: 3px;
        right: 0;
    }

    .badmain-menu-icon-wrapper a i {
        cursor: pointer;
        color: #222222;
        font-size: 16px;
        line-height: 35px;
        height: 35px;
        width: 35px;
        text-align: center;
    }

    .badsub-menu-item {
        width: auto;
        float: none;
        padding: 0 15px;
    }

    .badmain-menu-get-child,
    .badsub-menu-get-child {
        display: none;
    }

    .badmain-menu-dropdown-link {
        position: relative;
    }

    .badmobile-menu-icon-wrapper .badmobile-menu-icon {
        background-color: transparent;
        border: none;
        padding: 0;
    }

    .badmobile-menu-icon-wrapper .badmobile-menu-icon span {
        font-size: 16px;
        color: #ffffff;
        font-weight: 500;
        background-color: #d3b883;
        padding: 6px 10px;
        border-radius: 3px;
        display: inline-block;
        vertical-align: middle;
    }

    .badmobile-top-header-block {
        width: 40%;
        display: inline-block;
        vertical-align: middle;
    }

    .badmobile-verticalmenu-cart-block {
        width: 60%;
        text-align: right;
        display: inline-block;
        vertical-align: middle;
    }

    #_mobile_cart {
        padding-right: 10px;
    }

    .badmobile-callback-wrapper,
    .badmobile-bottom-block,
    #_mobile_cart {
        display: inline-block;
        vertical-align: middle;
    }

}

@media(max-width: 575px) {

    .badcustomer-signin-content-box-wrapper,
    #_mobile_vertical_menu {
        padding: 0;
    }

    #_mobile_search {
        padding: 10px;
        width: 100%;
        border-top: thin solid #eeeeee;
    }

    .badmain-menu-dropdown {
        width: 100%;
    }

    .badmobile-first-block {
        display: block;
        padding: 0;
    }

    .badmobile-second-block {
        display: block;
        padding: 10px;
    }

    .badmobile-logo-block {
        width: 100%;
        text-align: center;
    }

    .badmobile-verticalmenu-cart-block {
        width: 78%;
    }

    .badmobile-top-header-block {
        width: 22%;
    }
}

@media(max-width: 379px) {
    #_mobile_cart {
        margin-right: 10px;
    }
}

/**********************vertical_menu**************************/
.badvertical-menu-vertical .bad-title-menu i {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 24px;
    color: #ffffff;
}

.badvertical-menu-vertical ul li.level-1:hover>a,
.badvertical-menu-vertical li.level-1 a:hover>i,
.badvertical-menu-vertical ul li.level-1 ul li a:hover,
#header .badvertical-menu-vertical ul li.level-1 ul li a:hover span {
    color: #d3b883;
}

.badvertical-menu-row {
    padding: 15px 0;
}

@media(max-width: 1199px) {
    .badvertical-menu-vertical .bad-title-menu i {
        margin: 0;
    }

    #header .badmega-menu-block ul li.level-1>a {
        font-size: 15px;
    }
}

@media(max-width: 991px) {
    .badvertical-menu-vertical .bad-title-menu i {
        color: #212121;
        border-radius: 5px;
        border: thin solid #e5e5e5;
        box-shadow: 0px 0px 0px #e5e5e5;
    }
}

/********************************************* bad-slider-block *********************************************/
.badhome-slider-block {
    margin-bottom: 0;
}

.badhome-slider-inner .owl-dots {
    display: none;
}

@media(max-width: 991px) {
    .badhome-slider-block {
        margin-bottom: 30px;
    }
}

/*************************** producat-tab-design *******************/
.badtab-products-title-wrapper {
    position: relative;
    margin-bottom: 30px;
    margin-bottom: 30px;
}

.badtab-products-title-list {
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 0;
}

.badtab-products-title-list li {
    display: inline-block;
    vertical-align: middle;
}

.badtab-products-title-list li a {
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    font-size: 16px;
    color: #000000;
    font-weight: 600;
    text-transform: uppercase;
    padding: 10px 25px;
    text-align: center;
    border: thin solid #eeeeee;
    box-shadow: 0px 0px 0px #eee;
    background-color: #ffffff;
    margin: 0 10px;
    display: block;
    letter-spacing: 0.8px;
}

.ff-class.scaled .badtab-products-title-list li a {
    border: 2px solid #eeeeee;
}

.badtab-products-title-list li.active a,
.badtab-products-title-list li a:hover {
    color: #ffffff;
    border: thin solid #d3b883;
    box-shadow: 0px 0px 0px #d3b883;
    background-color: #d3b883;
}

.ff-class.scaled .badtab-products-title-list li.active a,
.ff-class.scaled .badtab-products-title-list li a:hover {
    border: 2px solid #d3b883;
}

@media(max-width: 1500px) {
    .badtab-products-title-list li a {
        font-size: 14px;
        padding: 10px 15px;
        margin: 0 5px;
    }
}

@media(max-width: 1199px) {
    .badtab-products-title-list li a {
        font-size: 12px;
        padding: 10px;
        margin: 0 5px;
    }
}

@media(max-width:991px) {
    .badtab-products-title-list li a {
        padding: 6px 10px;
    }

    .badtab-products-title {
        position: inherit;
        top: auto;
        transform: none;
        -webkit-transform: none;
        -o-transform: none;
        -ms-transform: none;
        -moz-transform: none;
        text-align: center;
    }

    .badtab-products-title-wrapper {
        margin-bottom: 30px;
    }
}

@media(max-width: 767px) {
    .badtab-products-title-list li a {
        margin: 5px;
    }
}

@media(max-width:575px) {
    .badtab-products-title-list li a {
        margin: 0;
    }

    .badtab-products-title {
        margin: 15px 0 0 0;
        text-align: center;
    }

    .badtab-products-title-list li {
        display: block;
        margin-bottom: 10px;
    }

    .badtab-products-title-list li:last-child {
        margin-bottom: 0;
    }

    .badtab-products-title-list {
        display: inline-block;
        vertical-align: middle;
    }
}

/****************************** category-page *******************************/
#products .badproduct-wrapper-all {
    padding: 0;
    margin-bottom: 10px;
}

@media(min-width: 480px) and (max-width: 575px) {
    #products .badproduct-wrapper-all {
        width: 50%;
    }
}

/***************************** end category-page ********************************/
/*************** footer-product ***************/
.badtabfooter-prdoducts-block .badside-product-wrapper-content {
    width: 100%;
    display: inline-block;
    vertical-align: middle;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

.badtabfooter-prdoducts-block .badproduct-wrapper {
    display: inline-block;
    border: none;
    vertical-align: middle;
}

.badtabfooter-products-content .badtabfooter-product-content-wrapper .badtabfooter-product-content-title {
    display: block;
    font-size: 20px;
    font-weight: 600;
    line-height: 20px;
    display: block;
    color: #000004;
    position: relative;
    text-transform: capitalize;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: thin solid #eeeeee;
    letter-spacing: 0.8px;
}

.ff-class.scaled .badtabfooter-products-content .badtabfooter-product-content-wrapper .badtabfooter-product-content-title {
    border-bottom: thin solid #eeeeee;
}

.badtabfooter-prdoducts-block {
    padding-bottom: 70px;
}

.badtabfooter-products-page-link {
    text-align: right;
}

@media(max-width: 1199px) {
    .badtabfooter-products-content {
        width: 50%;
        margin-bottom: 30px;
    }

    .badtabfooter-products-content:nth-child(3n) {
        clear: both;
    }
}

@media(max-width: 991px) {
    .badtabfooter-prdoducts-block .badside-product-wrapper-all {
        width: 100%;
        float: left;
    }

    .badtabfooter-prdoducts-block {
        padding-bottom: 0;
    }
}

@media(max-width: 575px) {
    .badtabfooter-products-content {
        width: 100%;
    }

    .badtabfooter-prdoducts-block .badproduct-wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .badtabfooter-prdoducts-block .badside-product-image {
        width: 40%;
    }

    .badtabfooter-prdoducts-block .badside-product-description {
        width: 60%;
    }
}

/*************** end footer-product ***************/
/************************************ next-prev-pagination **********************************************/
.badhome-slider-prev-btn {
    cursor: pointer;
    background-color: #ffffff;
    border: thin solid #eeeeee;
    box-shadow: 0px 0px 0px #eee;
    background-image: url(../img/sprite.png);
    background-position: 197px -1px;
    width: 50px;
    height: 50px;
    border-radius: 5px;
    z-index: 10;
    position: absolute;
    left: 5%;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    transform: translate(0, -50%);
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.ff-class.scaled .badhome-slider-prev-btn {
    border: 2px solid #eeeeee;
}

.badhome-slider-prev-btn:hover {
    background-color: #d3b883;
    border: thin solid #d3b883;
    box-shadow: 0px 0px 0px #d3b883;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    background-position: 147px -1px;
}

.ff-class.scaled .badhome-slider-prev-btn:hover {
    border: 2px solid #d3b883;
}

.badhome-slider-next-btn {
    cursor: pointer;
    background-color: #ffffff;
    border: thin solid #eeeeee;
    box-shadow: 0px 0px 0px #eee;
    background-image: url(../img/sprite.png);
    background-position: 200px -51px;
    width: 50px;
    height: 50px;
    border-radius: 5px;
    z-index: 10;
    position: absolute;
    right: 5%;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.ff-class.scaled .badhome-slider-next-btn {
    border: 2px solid #eeeeee;
}

.badhome-slider-next-btn:hover {
    background-color: #d3b883;
    border: thin solid #d3b883;
    box-shadow: 0px 0px 0px #d3b883;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    background-position: 150px -51px;
}

.ff-class.scaled .badhome-slider-next-btn:hover {
    border: 2px solid #d3b883;
}

.badhome-slider-prev-btn i,
.badhome-slider-next-btn i {
    display: none;
}

.badhome-slider-inner {
    position: relative;
}

.bad-all-pagination {
    width: 100%;
    text-align: center;
}

.badtestimonials-pagination-wrapper {
    display: none;
}

.bad-all-pagination .bad-prev-btn {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    right: 50px;
    cursor: pointer;
    margin: 0 5px;
    background-color: #ffffff;
    border: thin solid #eeeeee;
    box-shadow: 0px 0px 0px #eee;
    background-image: url(../img/sprite.png);
    background-position: 194px -606px;
    width: 40px;
    height: 40px;
    border-radius: 5px;
    z-index: 1;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.ff-class.scaled .bad-all-pagination .bad-prev-btn {
    border: 2px solid #eeeeee;
}

.bad-all-pagination .bad-prev-btn:hover {
    border: thin solid #d3b883;
    box-shadow: 0px 0px 0px #d3b883;
    background-color: #d3b883;
    background-position: 143px -606px;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.ff-class.scaled .bad-all-pagination .bad-prev-btn:hover {
    border: 2px solid #d3b883;
}

.bad-all-pagination .bad-next-btn {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    cursor: pointer;
    margin: 0 5px;
    background-color: #ffffff;
    border: thin solid #eeeeee;
    box-shadow: 0px 0px 0px #eee;
    background-image: url(../img/sprite.png);
    background-position: 196px -656px;
    width: 40px;
    height: 40px;
    border-radius: 5px;
    z-index: 1;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.ff-class.scaled .bad-all-pagination .bad-next-btn {
    border: 2px solid #eeeeee;
}

.bad-all-pagination .bad-next-btn:hover {
    border: thin solid #d3b883;
    box-shadow: 0px 0px 0px #d3b883;
    background-color: #d3b883;
    background-position: 143px -656px;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.ff-class.scaled .bad-all-pagination .bad-next-btn:hover {
    border: 2px solid #d3b883;
}

.bad-prev-btn i,
.bad-next-btn i {
    display: none;
}

@media(max-width:600px) {
    .bad-all-pagination {
        margin-top: 15px;
    }

    .bad-all-pagination .bad-prev-btn,
    .bad-all-pagination .bad-next-btn {
        position: inherit;
        top: auto;
        transform: none;
        display: inline-block;
        vertical-align: middle;
        text-align: center;
        margin: 0 7px;
        -webkit-transform: none;
        -o-transform: none;
        -ms-transform: none;
        -moz-transform: none;
    }
}

@media(max-width: 991px) {
    .badhome-slider-prev-btn {
        left: 15px;
    }

    .badhome-slider-next-btn {
        right: 15px;
    }
}

@media(max-width:575px) {
    .badhome-slider-prev-btn {
        width: 35px;
        left: 15px;
        background-position: 191px -9px;
        height: 35px;
    }

    .badhome-slider-prev-btn:hover {
        background-position: 191px -9px;
    }

    .badhome-slider-next-btn {
        width: 35px;
        background-position: 192px -57px;
        height: 35px;
        right: 15px;
    }

    .badhome-slider-next-btn:hover {
        background-position: 192px -57px;
    }
}

/************************************ all theme title and subtitle ***************************************/
.badmain-title-wrapper {
    text-align: center;
    position: relative;
    margin-bottom: 40px;
}

.badtab-products-title-wrapper .badmain-title-wrapper {
    margin-bottom: 30px;
}

.badmain-title-wrapper .badmain-title {
    font-size: 30px;
    font-weight: 600;
    line-height: 25px;
    color: #000000;
    position: relative;
    text-transform: uppercase;
    margin-bottom: 10px;
    margin-top: 30px;
    letter-spacing: 0.8px;
    font-family: var(--badtheme-font-name-1);
}

.badmain-title-wrapper .badmain-sub-title {
    font-size: 18px;
    font-weight: 500;
    color: #626262;
    line-height: 18px;
    display: block;
}

.badattrfeature-wrapper-title a {
    font-size: 14px;
}

@media (min-width:1290px) {
    .badattrfeature-wrapper-title a {
        font-size: 12px;
    }
}

@media (max-width:1290px) {
    .badmain-title-wrapper .badmain-title {
        font-size: 1.3rem;
    }

    .badattrfeature-wrapper-title a {
        font-size: .8rem;
    }

    .badmain-title-wrapper .badmain-title:after {
        bottom: -22px;
    }

    .badmain-title-wrapper {
        margin-bottom: 40px;
    }
}

@media(max-width: 1199px) {

    .badmain-title-wrapper .badmain-title,
    .badattrfeature-block.container-fluid .badattrfeature-inner.container .badattrfeature-search-title .badattrfeature-search-title-text {
        font-size: 22px;
        line-height: 22px;
    }
}

@media(max-width: 991px) {
    .badtab-products-title-wrapper .badmain-title-wrapper {
        margin-bottom: 20px;
    }

    .badmain-title-wrapper .badmain-sub-title {
        font-size: 14px;
    }

    .badmain-title-wrapper {
        margin-bottom: 30px;
    }
}

@media(max-width: 575px) {
    .badmain-title-wrapper .badmain-title {
        text-align: center;
    }
}

/***************** All producat and badproduct-link  **************************/
.badproduct-link {
    text-align: right;
    padding: 10px 0;
}

.badproduct-link a {
    font-size: 14px;
    color: #666666;
}

.badviewed-products-block,
.badlike-products-block,
.badcross-selling-products-block,
.badcat-prod-products-block,
.badcategory-products-block,
.badbestseller-products-block,
.badspecial-products-block,
.badnew-products-block,
.badfeatured-products-block,
.badtab-prdoducts-block,
.badcrossselling-products-block {
    margin-bottom: 70px;
}

@media(max-width: 991px) {

    .badviewed-products-block,
    .badlike-products-block,
    .badcross-selling-products-block,
    .badcategory-products-block,
    .badcat-prod-products-block,
    .badbestseller-products-block,
    .badspecial-products-block,
    .badnew-products-block,
    .badfeatured-products-block,
    .badtab-prdoducts-block,
    .badcrossselling-products-block {
        margin-bottom: 30px;
    }
}

@media(max-width: 991px) {

    .badviewed-products-block .container,
    .badlike-products-block .container,
    .badcross-selling-products-block .container,
    .badcategory-products-block .container {
        padding: 0;
    }
}

.badbestseller-products-content-box,
.badfeatured-products-content-box,
.badnew-products-content-box,
.badtab-products-content-box,
.badcat-prod-products-content-box,
.badcrossselling-products-content-box,
.badlike-products-content-box,
.badviewed-products-content-box,
.badcategoryslider-content-wrapper,
.badspecial-products-content-box,
.badhomeblog-content-wrapper,
.badcategoryproductslider-products-content-box {
    text-align: center;
}

.badbestseller-product-list-wrapper,
.badfeatured-product-list-wrapper,
.badnew-product-list-wrapper,
.badtab-product-list-wrapper,
.badcat-prod-product-list-wrapper,
.badcrossselling-product-list-wrapper,
.badlike-product-list-wrapper,
.badviewed-product-list-wrapper,
.badspecial-product-list-wrapper,
.badhomeblog-content {
    margin: 0 -15px;
}

/***************** All producat and badproduct-link  **************************/

/****************************************** All Theme left-right-penal **************************************/
.badside-product-image a {
    position: relative;
    display: block;
    border: thin solid #eeeeee;
    box-shadow: 0px 0px 0px #eee;
    overflow: hidden;
}

.ff-class.scaled .badside-product-image a {
    border: 2px solid #eeeeee;
}

.badside-product-image a img {
    width: 100%;
}

.badside-product-wrapper {
    display: inline-block;
    padding: 10px;
}

.badcategory-maincategory,
.badside-title-wrapper .badside-title {
    background-color: #f1f1f1;
    padding: 10px;
    font-size: 16px;
    font-weight: 500;
    color: #111111;
}

.badside-title-wrapper .badside-title a {
    font-size: 16px;
    font-weight: 500;
    color: #111111;
}

.bedsearch_filters-content {
    padding: 15px 15px 10px 15px;
}

.bedbrands-filters-brands {
    padding: 15px;
}

.bedbrands-filters-brands ul {
    margin: 0;
}

.bedbrands-filters-brands ul li {
    margin-bottom: 5px;
}

.bedsearch_filters-content p {
    margin-bottom: 5px;
    font-size: 14px;
    color: #999999;
}

.badcategory-maincategory a {
    color: #ffffff;
}

.badcategory-tree-block,
.badnew-side-block,
.badspecial-side-block,
#search_filters_suppliers,
#search_filters_brands,
.badcustomerservices-left-block,
.badhomeblog-left-block,
.badchaincategoryslider-left-block,
.badbrandlist-left-block,
.badbestseller-side-block,
.badfeatured-side-block {
    margin-bottom: 30px;
    border: thin solid #eeeeee;
    box-shadow: 0px 0px 0px #eee;
    background-color: #ffffff;
}

.ff-class.scaled .badcategory-tree-block,
.ff-class.scaled .badnew-side-block,
.ff-class.scaled .badspecial-side-block,
.ff-class.scaled #search_filters_suppliers,
.ff-class.scaled #search_filters_brands,
.ff-class.scaled .badcustomerservices-left-block,
.ff-class.scaled .badhomeblog-left-block,
.ff-class.scaled .badchaincategoryslider-left-block,
.ff-class.scaled .badbrandlist-left-block,
.ff-class.scaled .badbestseller-side-block,
.ff-class.scaled .badfeatured-side-block {
    border: 2px solid #eeeeee;
}

.badspecial-side-block .badside-product-wrapper .badproduct-wrapper {
    display: block;
}

.badspecial-side-block .badside-product-wrapper-content {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
}

.badspecial-side-block .badside-product-image {
    padding: 0 15px;
    width: 100%;
}

.badspecial-side-block .badside-product-wrapper {
    padding: 15px 0;
}

.badspecial-side-block .badside-product-description {
    width: 100%;
    text-align: center;
    padding: 15px;
}

.badside-product-wrapper .badproduct-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: none;
    box-shadow: none;
    overflow: hidden;
}

.badside-product-wrapper .thumbnail-container {
    padding: 0;
}

.badside-product-title a {
    display: block;
}

.badside-product-title a h4 {
    font-size: 16px;
    margin-bottom: 5px;
    color: #222222;
    font-weight: 400;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
}

.badside-product-price-and-shipping,
.badside-product-name {
    margin-bottom: 10px;
}

.badside-product-description .badproduct-left-star {
    padding-top: 0;
}

.badside-product-price-and-shipping .price {
    font-size: 14px;
    color: #111111;
    font-weight: 700;
}

.badside-product-price-and-shipping .baddiscount-product {
    color: #ff5d5d;
    font-size: 12px;
    font-weight: 400;
    padding-left: 5px;
}

.badside-product-price-and-shipping .regular-price {
    color: #999999;
    font-size: 13px;
    font-weight: 400;
    text-decoration: line-through;
    padding-left: 5px;
}

.badproduct-left-star {
    padding-top: 5px;
}

.badside-product-image {
    padding: 0 8px;
}

.badside-product-description {
    padding: 8px;
}

.badside-product-wrapper-content {
    border-bottom: thin solid #eeeeee;
    padding-bottom: 5px;
    margin-bottom: 5px;
}

.ff-class.scaled .badside-product-wrapper-content {
    border-bottom: 2px solid #eeeeee;
}

.badspecial-side-link,
.badbestseller-side-link,
.badnew-side-link,
.badfeatured-side-link {
    padding: 0 10px 15px 10px;
    text-align: right;
}

.badcategory-tree-inner {
    margin-bottom: 0;
}

.badcategory-subcategory {
    padding: 15px 15px 5px 15px;
}

.badcategory-tree-sub-menu li a {
    color: #111111;
    display: block;
    padding-bottom: 10px;
    font-size: 14px;
    font-weight: 400;
}

.badcategory-tree-sub-menu li a.category-sub-link {
    color: #999999;
    padding-left: 10px;
}

.badcategory-tree-sub-menu li {
    position: relative;
}

.badcategory-tree-sub-menu li .navbar-toggler i {
    font-size: 24px;
    color: #999999;
}

.badcategory-tree-sub-menu li .navbar-toggler {
    display: block;
    position: absolute;
    top: 0;
    padding: 0;
    right: 0;
    width: auto;
    height: auto;
}

.badcategory-tree-sub-menu li .navbar-toggler .remove {
    display: none;
}

@media(max-width: 1550px) {

    .badcategory-maincategory,
    .badside-title-wrapper .badside-title {
        padding: 5px 15px;
    }

    .badside-product-price-and-shipping,
    .badside-product-name {
        margin-bottom: 0px;
    }

    .badspecial-side-link,
    .badbestseller-side-link,
    .badnew-side-link,
    .badfeatured-side-link {
        padding: 0 10px 5px 10px;
        margin-top: -8px;
    }

    .badside-product-price-and-shipping .price {
        font-size: 12px;
    }

    .badside-product-title a h4 {
        font-size: 13px;
    }
}

@media(min-width: 992px) and (max-width: 1199px) {
    .badside-product-description .badside-product-price-and-shipping .price {
        padding-bottom: 5px;
        display: block;
    }
}

@media(max-width: 991px) {
    .badside-product-title a h4 {
        font-size: 14px;
    }

    .badside-product-price-and-shipping,
    .badside-product-name {
        margin-bottom: 7px;
    }

    #content-wrapper,
    #left-column {
        padding: 0;
    }

    #left-column {
        margin-top: 30px;
    }

    .badcategory-tree-block,
    .badnew-side-block,
    .badspecial-side-block,
    .badbestseller-side-block,
    .badfeatured-side-block {
        margin-bottom: 15px;
    }

    .badside-product-wrapper-all {
        width: 50%;
        float: left;
    }

    .badside-product-wrapper {
        width: 100%;
    }
}

@media(max-width: 575px) {
    .badside-product-wrapper-all {
        width: 100%;
        float: none;
    }

    .badside-product-image {
        width: 30%;
    }

    .badside-product-description {
        width: 70%;
    }
}

/****************************** block-category-top ********************************/
.block-category {
    min-height: auto;
    padding: 15px;
    text-align: center;
    position: relative;
}

.badcategory-list-header {
    background-color: #ffffff;
    border: thin solid #e5e5e5;
    box-shadow: 0px 0px 0px #e5e5e5;
    padding: 15px;
    margin-bottom: 30px;
}

.ff-class.scaled .badcategory-list-header {
    border: 2px solid #e5e5e5;
}

.badcategory-block-inner {
    margin-top: 15px;
    text-align: center;
}

.badcategory-list-header-title {
    font-size: 22px;
    color: #111111;
    padding: 0 15px;
    font-weight: 700;
    margin-bottom: 15px;
    margin-top: 0px;
}

.block-category #category-description span,
.block-category #category-description p {
    font-size: 14px;
    color: #999999;
    padding: 0;
    font-weight: 400;
    margin-bottom: 0;
    line-height: 24px;
    text-align: center;
}

.block-category #category-description p:first-child {
    margin-bottom: 0;
}

.badcategory-list-header-img img {
    width: 100%;
}

/************************ end block-category-top ********************************/
/********************** badhome-slider *********************/
.badhome-slider-items {
    position: relative;
}

.badhome-slider-items-content {
    text-align: center;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin: 0 auto;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
}

.badhome-slider-items-content .badhome-slider-items-title {
    font-size: 40px;
    color: #000000;
    font-weight: 700;
    text-transform: capitalize;
}

.badhome-slider-items-sub-title p {
    font-size: 28px;
    color: #000000;
    letter-spacing: 2px;
}

.badhome-slider-contant-btn a {
    display: inline-block;
    vertical-align: middle;
    border-radius: 3px;
    line-height: 35px;
    border: thin solid #000000;
    box-shadow: 0px 0px 0px #000;
    background-color: #ffffff;
    font-size: 14px;
    color: #000000;
    padding: 0 20px;
    letter-spacing: 0;
    font-weight: 600;
}

.ff-class.scaled .badhome-slider-contant-btn a {
    border: 2px solid #000000;
}

.badhome-slider-contant-btn a:hover {
    border: thin solid #2fb5d2;
    box-shadow: 0px 0px 0px #2fb5d2;
    background-color: #2fb5d2;
    color: #ffffff;
}

.ff-class.scaled .badhome-slider-contant-btn a:hover {
    border: 2px solid #2fb5d2;
}

@media(max-width: 991px) {
    .badhome-slider-items-content .badhome-slider-items-title {
        font-size: 22px;
    }

    .badhome-slider-items-sub-title p {
        font-size: 14px;
    }

    .badhome-slider-contant-btn a {
        line-height: 25px;
        font-size: 12px;
        padding: 0 10px;
    }
}

/********************** badhome-loader *********************/
.badpage-loader-wrapper {
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    z-index: 9999;
}

.badpage-loader {
    position: absolute;
    left: 50%;
    top: 50%;
    right: auto;
    transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
    width: 30%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

.badpage-loader img {
    max-width: 100%;
    width: 100%;
    height: auto;
}

/****************** end badhome-loader *********************/

/****************************** category-page *******************************/
#products .badproduct-wrapper-all {
    padding: 0;
    margin-bottom: 10px;
}

.badproduct-wrapper:hover .badproduct-price-and-shipping {
    opacity: 1;
    visibility: visible;
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
    -o-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

@media(min-width: 480px) and (max-width: 575px) {
    #products .badproduct-wrapper-all {
        width: 50%;
    }
}

/***************************** end category-page ********************************/
/********************************* footer ***************************************/
#footer {
    margin-top: 20px;
    background-color: #ffffff;
}

#index #footer {
    margin-top: 0;
}

/********************** footer-newsltter **********************/
.badfooter-after-block {
    border-radius: 5px;
    background-color: #181818;
    display: inline-block;
    vertical-align: middle;
    width: 100%;
}

.badnewsletter-content-title-wrapper .badnewsletter-content-title {
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
    font-size: 24px;
    color: #ffffff;
    font-weight: 400;
    font-family: var(--badtheme-font-name-1);
    text-transform: uppercase;
    text-align: left;
}

.badnewsletter-content-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.input-wrapper input {
    width: 100%;
    padding: 0 15px;
    outline: none;
    border: none;
    line-height: 44px;
    border-radius: 3px;
    color: #777777;
    font-size: 14px;
}

.input-wrapper input::placeholder {
    color: #484848;
    opacity: 1;
}

.badnewsletter-block-wrapper {
    padding: 30px 15px;
}

.badnewsletter-block-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: #ffffff;
    border-radius: 3px;
    /*border: thin solid #eeeeee;*/
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    max-width: 700px;
    margin: 0 auto;
}

.badnewsletter-block-inner .input-wrapper {
    width: 100%;
}

.input-wrapper-button input {
    color: #ffffff;
    border-radius: 0 3px 3px 0;
    font-size: 15px;
    font-weight: 600;
    background-color: #d3b883;
    text-transform: uppercase;
    box-shadow: none;
    letter-spacing: 0.5px;
    line-height: 32px;
    padding: 6px 20px;
    -webkit-border-radius: 0 3px 3px 0;
    -moz-border-radius: 0 3px 3px 0;
    -ms-border-radius: 0 3px 3px 0;
    -o-border-radius: 0 3px 3px 0;
}

.input-wrapper-button input:hover {
    background-color: #222222;
    color: #ffffff;
}

@media(max-width: 1500px) {
    .badnewsletter-content-title-wrapper .badnewsletter-content-title {
        font-size: 22px;
    }
}

@media(max-width: 1037px) {
    .badapplink-content-img {
        margin-bottom: 5px;
    }
}

@media(max-width:991px) {
    .badnewsletter-block-wrapper {
        padding: 15px 0;
    }

    .input-wrapper input {
        line-height: 40px;
    }

    .input-wrapper-button input {
        font-size: 14px;
        padding: 3px 15px;
    }

    .badfooter-before-content {
        padding: 15px;
    }

    .badnewsletter-content-box {
        display: block;
    }

    .badnewsletter-content-title-wrapper {
        margin-bottom: 15px;
    }

    .badnewsletter-content-title-wrapper .badnewsletter-content-title {
        font-size: 20px;
        text-align: center;
    }
}

/*********** footer-before ***********/
#index .badfooter-block {
    border-top: none;
}

.badfooter-block {
    border-top: thin solid #eeeeee;
    box-shadow: 0px 0px 0px #eee;
}

.ff-class.scaled .badfooter-block {
    border-top: 2px solid #eeeeee;
}

.badfooter-content {
    padding: 50px 15px 0 15px;
}

.badfooter-title-wrapper {
    position: relative;
}

.badfooter-first-block {
    padding: 12px 15px 0px 15px;
    overflow: hidden;
}

.badfooter-title-wrapper .badfooter-title {
    font-size: 20px;
    color: #222222;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 40px;
    padding-bottom: 0px;
    display: block;
}

.navbar-toggler {
    display: none;
}

.badfooter-dropdown li a,
.badfooter-content-address span {
    font-size: 15px;
    color: #fff;
    font-weight: 500;
    display: block;
    line-height: 30px
}

.company-title span {
    font-size: 16px;
    color: #fff;
    font-weight: 600;
    display: block;
    line-height: 35px;
    margin-bottom: 10px;
}

.badfooter-dropdown li a:hover,
.badfooter-storeinfo-content-email a:hover {
    color: #d3b883;
}

.badfooter-content-address,
.badfooter-storeinfo-title span {
    display: inline-block;
    vertical-align: middle;
}

.badfooter-storeinfo-title {
    padding-bottom: 10px;
}

.badfooter-storeinfo-content-email a {
    font-size: 15px;
    color: #666666;
    font-weight: 500;
    line-height: 35px;
    display: inline-block;
    vertical-align: middle;
}

.badfooter-storeinfo-title i {
    width: 25px;
    height: 35px;
    line-height: 35px;
    font-size: 0;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    background-image: url(../img/footer_sprite.png);
}

.badfooter-storeinfo-content-address i {
    background-position: -28px -15px;
}

.badfooter-storeinfo-content-contact i {
    background-position: -90px -15px;
}

.badfooter-storeinfo-content-email i {
    background-position: -155px -15px;
}

@media(min-width: 992px) {
    .badfooter-dropdown {
        display: block;
    }
}

@media(max-width: 1550px) {
    .badfooter-title-wrapper .badfooter-title {
        font-size: 16px;
        line-height: 200%;
    }

    .badfooter-dropdown li a,
    .badfooter-content-address span {
        font-size: 13px;
        line-height: 200%;
    }
}

@media(max-width: 1199px) {

    .badfooter-dropdown li a,
    .badfooter-content-address span {
        font-size: 14px;
    }
}

@media(max-width: 991px) {
    .badfooter-first-block {
        padding: 30px 0;
    }

    .badfooter-content {
        padding: 0px;
    }

    .badfooter-storeinfo-title i {
        margin-right: 5px;
    }

    .badfooter-dropdown {
        margin: 0;
        padding: 0 15px;
    }

    .badfooter-title-wrapper .badfooter-title {
        font-size: 16px;
        padding: 0 10px;
        margin-bottom: 10px;
        border: 0px solid #eeeeee;
        background: rgba(0, 0, 0, 0.5);
        position: relative;
    }

    .company-title span {
        margin-left: 15px;
    }

    .navbar-toggler {
        display: block;
        padding: 0;
        position: absolute;
        height: 40px;
        width: 40px;
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto;
        text-align: center;
        line-height: 34px;
    }

    .navbar-toggler i {
        color: #ffffff;
        margin-top: 6px;
    }
}

/*****************badfooter-socialicon-block*********************/
.badfooter-socialicon-block {
    background-color: #383838;
    padding: 30px 15px;
    border-radius: 3px 0 0 3px;
    text-align: left;
}

.badfooter-socialicon-content {
    margin: 0;
}

.badfooter-socialicon-content-wrapper {
    text-align: center;
}

.badfooter-socialicon-content li {
    border-radius: 3px;
    display: inline-block;
    vertical-align: middle;
    background-color: #ffffff;
    margin: 4px;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.badfooter-socialicon-content li:hover {
    background-color: #d3b883;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.badfooter-socialicon-content li a {
    width: 40px;
    height: 40px;
    display: block;
    background-image: url(../img/sprite.png);
    font-size: 0;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.badfooter-socialicon-content li.facebook a {
    background-position: 194px -806px;
}

.badfooter-socialicon-content li.facebook:hover a {
    background-position: 144px -806px;
}

.badfooter-socialicon-content li.twitter a {
    background-position: 194px -855px;
}

.badfooter-socialicon-content li.twitter:hover a {
    background-position: 144px -855px;
}

.badfooter-socialicon-content li.rss a {
    background-position: 195px -1007px;
}

.badfooter-socialicon-content li.rss:hover a {
    background-position: 145px -1007px;
}

.badfooter-socialicon-content li.youtube a {
    background-position: 194px -906px;
}

.badfooter-socialicon-content li.youtube:hover a {
    background-position: 144px -906px;
}

.badfooter-socialicon-content li.googleplus a {
    background-position: 194px -1156px;
}

.badfooter-socialicon-content li.googleplus:hover a {
    background-position: 144px -1156px;
}

.badfooter-socialicon-content li.pinterest a {
    background-position: 194px -1107px;
}

.badfooter-socialicon-content li.pinterest:hover a {
    background-position: 144px -1107px;
}

.badfooter-socialicon-content li.vimeo a {
    background-position: 194px -1056px;
}

.badfooter-socialicon-content li.vimeo:hover a {
    background-position: 144px -1056px;
}

.badfooter-socialicon-content li.instagram a {
    background-position: 194px -955px;
}

.badfooter-socialicon-content li.instagram:hover a {
    background-position: 144px -955px;
}

@media(max-width: 991px) {
    .badfooter-socialicon-block {
        padding: 35px 15px;
    }
}

@media(max-width: 767px) {
    .badfooter-socialicon-block {
        padding: 15px;
        text-align: center;
    }
}

/************** badfooter-copyright-paymate-icon ***************/
.badfooter-row-content {
    border-top: 0px solid rgba(255, 255, 255, 0.5);
}

.ff-class.scaled .badfooter-row-content {
    border-top: 0px solid rgba(255, 255, 255, 0.5);
}

.badfooter-row-content-box {
    padding: 20px 0 20px 0;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    justify-content: center;
    color: #fff;
}

.badfooter-top-to-bottom-block .badfooter-top-to-bottom-content {
    position: fixed;
    bottom: 60px;
    z-index: 150;
    right: 30px;
    display: none !important;
}

.badfooter-top-to-bottom-block .badfooter-top-to-bottom-content a {
    width: 50px;
    height: 50px;
    display: block;
    text-align: center;
    line-height: 50px;
    background-image: url(../img/Back-To-Top.png);
    background-position: 0 0;
}

.badfooter-top-to-bottom-content:hover a {
    background-position: 0 -50px;
}

.badfooter-top-to-bottom-block .badfooter-top-to-bottom-content a span i {
    display: none;
}

.badapplink-content-img {
    display: inline-block;
    margin-right: 5px;
    vertical-align: middle;
}

.badapplink-block .badapplink-title {
    display: none;
}

.badapplink-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: left;
}

.badfooter-copyright-content a {
    font-size: 15px;
    font-weight: 500;
    color: #777777;
    line-height: 32px;
}

.badfooter-copyright-content a:hover {
    color: #d3b883;
}

.badpaymenticon-block {
    text-align: right;
}

.badpaymenticon-content-inner .badpaymenticon-item {
    margin: 0 5px;
    display: inline-block;
    vertical-align: middle;
}

@media(max-width: 991px) {
    .badpaymenticon-content-inner .badpaymenticon-item {
        margin: 0 3px;
    }

    .badpaymenticon-block {
        text-align: center;
        margin-top: 10px;
    }

    .badfooter-row-content-box {
        display: inline-block;
        vertical-align: middle;
        padding: 10px 0;
    }
}

@media(max-width: 767px) {
    .badapplink-block {
        justify-content: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        text-align: center;
    }

    .badfooter-row-content-box {
        display: block;
    }

    .badfooter-copyright-content {
        margin-top: 10px;
    }

    .badfooter-copyright-content a {
        font-size: 14px;
    }

    .badpaymenticon-content-inner {
        text-align: center;
    }
}

@media(min-width: 992px) {

    .badaccount-outer,
    .badfooter-linklist-block-wrapper-inner {
        display: inline-block;
        vertical-align: middle;
        text-align: left;
    }
}

@media(max-width: 991px) {
    .badfooter-copyright-content a {
        font-size: 14px;
    }
}

/*************************** end-footer ********************************/
/**************************start_cookies*******************************/
.badcookiestext-close {
    background-color: #d3b883;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
}

/**************************end_cookies*******************************/
body {
    background-color: var(--theme-background-color);
    background-image: var(--badtheme-background-image);
    overflow-x: hidden;
}

.badbody-box-layout {
    background-attachment: fixed;
}

.badtheme-boxshadow {
    box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.15);
}

.badtheme-layout-option.box-layout.active {
    padding: 0;
    margin: 30px auto;
    -webkit-transition: -webkit-transform .3s ease-in-out;
    -moz-transition: transform .3s ease-in-out;
    /*    -webkit-box-shadow: 0 1px 3px 1px rgba(128,128,128,.27);
    -moz-box-shadow: 0 1px 3px 1px rgba(128,128,128,.27);
    -ms-box-shadow: 0 1px 3px 1px rgba(128,128,128,.27);
    -o-box-shadow: 0 1px 3px 1px rgba(128,128,128,.27);
    box-shadow: 0 1px 3px 1px rgba(128,128,128,.27);*/
}

@media (max-width: 1920px) and (min-width: 992px) {
    .badtheme-layout-option.box-layout.active {
        margin: 25px 65px;
        width: auto;
        max-width: 100%;
    }
}

@media (max-width:991px) {
    .badtheme-layout-option.box-layout.active {
        margin: 0;
        max-width: 100%;
    }
}

/***********************banner***********************/
.badofferbanner-content-img {
    box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.07);
}

/********************************************* all producat design *********************************************/
/************ all producat image hover ****************/
.badtab-product-first-item .badproduct-wrapper-content {
    margin-bottom: 20px;
}

.badproduct-wrapper {
    background-color: #ffffff;
    position: relative;
    border: thin solid #eeeeee;
    box-shadow: 0px 0px 0px #eee;
}

.ff-class.scaled .badproduct-wrapper {
    border: 2px solid #eeeeee;
}

.badproduct-wrapper .badproduct-hover-image {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    opacity: 0;
    margin: 0 auto;
    transform: translateY(20px);
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -o-transform: translateY(20px);
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.badproduct-wrapper:hover .badproduct-hover-image {
    opacity: 1;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

#products.list .badproduct-image img {
    width: 100%;
    max-width: 99.9%;
}

/************ end all producat image hover ****************/
/************ all producat title ****************/
.badproduct-name .badproduct-title a h4 {
    font-size: 15px;
    color: #212121;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 0;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
    line-height: normal;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.badproduct-price-and-shipping .price {
    color: #d3b883;
    font-size: 18px;
    font-weight: 700;
    padding-right: 8px;
    line-height: 40px;
    display: inline-block;
    vertical-align: middle;
}

.badproduct-price-and-shipping .regular-price {
    color: #666666;
    font-size: 14px;
    font-weight: 400;
    text-decoration: line-through;
    padding-right: 8px;
    display: inline-block;
    vertical-align: middle;
    line-height: 40px;
}

.badproduct-price-and-shipping .baddiscount-product {
    color: #ff5d5d;
    font-size: 14px;
    display: none;
    font-weight: 400;
}

.badproduct-description {
    text-align: center;
}

.badproduct-description .badproduct-outer {
    border-top: thin solid #eeeeee;
    border-bottom: thin solid #eeeeee;
    padding: 15px 5px 0 5px;
}

.ff-class.scaled .badproduct-description .badproduct-outer {
    border-top: 2px solid #eeeeee;
    border-bottom: 2px solid #eeeeee;
}

.badproduct-desc {
    display: none;
}

@media(max-width: 991px) {
    .badproduct-name .badproduct-title a h4 {
        font-size: 14px;
    }

    .badproduct-price-and-shipping .price {
        font-size: 15px;
    }

    .badproduct-description .badproduct-name {
        margin-bottom: 7px;
    }

    .badproduct-quick-add-to-cart span,
    .bad-ask-question-wrapper span {
        font-size: 12px;
    }
}

/************ end all producat title ****************/
/************ product-flags ****************/
.badproduct-new-sale-flags-wrapper {
    position: absolute;
    top: 15px;
    left: 15px;
    z-index: 10;
}

.badproduct-flags {
    margin-bottom: 0;
}

.badproduct-discount-pack-flags-wrapper {
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 10;
}

.badproduct-flags .badproduct-flag {
    font-size: 14px;
    color: #666666;
    text-align: left;
    font-weight: 400;
    padding-bottom: 5px;
}

@media(max-width: 991px) {
    .badproduct-flags .badproduct-flag {
        font-size: 13px;
    }
}

/************ end product-flags ****************/
/****************************product-buy-now*************************************/
.badproduct-quick-add-to-cart {
    cursor: pointer;
    background-color: transparent;
    padding: 0;
    border: none;
}

.badproduct-cart-question {
    overflow: hidden;
    padding: 0 5px;
}

@media(max-width: 1550px) {
    .badproduct-cart-question {
        padding: 0 10px;
    }
}

.badproduct-quick-add-to-cart-btn {
    float: left;
}

.badproduct-quick-add-to-cart-btn .hide {
    display: none;
}

.bad-ask-question {
    float: right;
}

.badproduct-quick-add-to-cart i {
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    font-size: 0;
    margin-right: 5px;
    background-image: url(../img/dollor-mail.png);
}

@media(max-width: 1550px) {
    .badproduct-quick-add-to-cart i {
        margin-right: 5px;
    }
}

.bad-ask-question i {
    background-position: -60px 0;
}

.badproduct-quick-add-to-cart span {
    font-size: 13px;
    color: #777777;
    line-height: 30px;
    display: inline-block;
    vertical-align: middle;
    transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
}

.badproduct-quick-add-to-cart:hover span {
    color: #d3b883;
}

@media(max-width: 1550px) {
    .badproduct-quick-add-to-cart span {
        font-size: 12px;
    }
}

@media(max-width: 991px) {
    .badproduct-quick-add-to-cart i {
        margin-right: 5px;
    }

    .badproduct-cart-question {
        padding: 0 10px;
    }

    .images-container .product-images>li.thumb-container>.thumb {
        margin-bottom: 20px;
    }
}


.badproduct-page-main-content h1 {
    color: #d3b883;
}

.badproduct-page-main-content h1,
.badproduct-page-main-content .product-prices,
#product .product-information .product-description,
#product .product-information #product-details,
#product .product-information .badproduct-page-qty-info,
#product .product-information .badproduct-page-cart-btn-wrapper {
    padding-bottom: 0px;
    margin-bottom: 1rem;
    border-bottom: 0px solid #eee;
}

.bootstrap-touchspin .btn-touchspin {
    border: thin solid #d3b883;
    box-shadow: 0px 0px 0px #d3b883;
}

.ff-class.scaled .bootstrap-touchspin .btn-touchspin {
    border: 2px solid #d3b883;
}

.bootstrap-touchspin input.form-control,
.bootstrap-touchspin input.input-group {
    border: thin solid #d3b883;
    box-shadow: 0px 0px 0px #d3b883;
}

.ff-class.scaled .bootstrap-touchspin input.form-control,
.ff-class.scaled .bootstrap-touchspin input.input-group {
    border: 2px solid #d3b883;
}

.btn-primary {
    background-color: #d3b883;
}

.btn-primary.disabled.focus,
.btn-primary.disabled:focus,
.btn-primary.disabled:hover,
.btn-primary:disabled.focus,
.btn-primary:disabled:focus,
.btn-primary:disabled:hover {
    background-color: #000;
    border-color: #0000;
}

.form-control {
    border: thin solid #d3b883;
    box-shadow: 0px 0px 0px #d3b883;
}

..ff-class.scaled .form-control {
    border: 2px solid #d3b883;
}

.badproduct-page-main-content-inner .btn-primary:hover {
    background-color: #000;
}

@media(max-width: 1300px) {

    .badproduct-page-main-content h1,
    .badproduct-page-main-content .product-prices,
    #product .product-information .product-description,
    #product .product-information #product-details,
    #product .product-information .badproduct-page-qty-info,
    #product .product-information .badproduct-page-cart-btn-wrapper,
    #product .product-information p {
        margin-bottom: .8rem;
    }
}


/******************** bad-ask-question-wrapper *********************/
.bad-ask-question-wrapper {
    float: right;
}

.bad-ask-question-wrapper i {
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    font-size: 0;
    background-position: -20px 0px;
    margin-right: 5px;
    background-image: url(../img/dollor-mail.png);
}

@media(max-width: 1550px) {
    .bad-ask-question-wrapper i {
        margin-right: 5px;
    }
}

.bad-ask-question-wrapper span {
    font-size: 13px;
    color: #777777;
    line-height: 30px;
    display: inline-block;
    vertical-align: middle;
    transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
}

.bad-ask-question-wrapper:hover span {
    color: #d3b883;
}

@media(max-width: 1550px) {
    .bad-ask-question-wrapper span {
        font-size: 12px;
    }
}

@media(max-width: 1200px) and (min-width: 1020px) {

    .bad-ask-question-wrapper,
    .badproduct-quick-add-to-cart-btn {
        width: 100%;
        text-align: center;
    }
}

@media(max-width: 991px) {
    .bad-ask-question-wrapper i {
        margin-right: 5px;
    }

}

/***************** end bad-ask-question-wrapper *********************/
/************* producat-star-review **************/
.star {
    width: auto;
    height: auto;
}

.star i {
    font-size: 14px;
    color: #cccccc;
}

.star_on i {
    font-size: 14px;
    color: #f88e4f;
}

.nb-comments {
    display: none;
}

.badproduct-star {
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
    text-align: center;
    opacity: 0;
    transform: translateY(-20px);
    transform: translateY(-20px);
    transform: translateY(-20px);
    transform: translateY(-20px);
    transform: translateY(-20px);
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.badproduct-wrapper:hover .badproduct-star {
    transform: translateY(0);
    transform: translateY(0);
    transform: translateY(0);
    transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

@media(max-width: 991px) {
    .badproduct-star {
        bottom: 30px;
        opacity: 1;
        transform: translateY(0);
        transform: translateY(0);
        transform: translateY(0);
        transform: translateY(0);
        transform: translateY(0);
    }
}

/************* end producat-star-review **************/
/************ badtimer-wrapper ****************/
.badtimer-wrapper {
    text-align: center;
    position: absolute;
    bottom: 45px;
    left: 0;
    right: 0;
    margin: 0 auto;
    opacity: 1;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.badproduct-wrapper:hover .badtimer-wrapper {
    transform: translateY(30px);
    -webkit-transform: translateY(30px);
    -moz-transform: translateY(30px);
    -ms-transform: translateY(30px);
    -o-transform: translateY(30px);
    opacity: 0;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.badtimer-content-inner {
    display: flex;
}

.badtimer-content {
    min-width: 30px;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    overflow: hidden;
}

.badtimer-content-inner .badtimer-content-close,
.badtimer-content-inner .badtimer-label {
    display: none;
}

.badtimer-dot {
    margin: 0 3px;
}

.badtimer-content-box {
    border-radius: 100px;
    display: inline-block;
    background-color: #ffffff;
    border: thin solid #eeeeee;
    box-shadow: 0px 0px 0px #eee;
    padding: 5px 10px;
}

.ff-class.scaled .badtimer-content-box {
    border: 2px solid #eeeeee;
}

.badtimer-content-icon {
    background-image: url(../img/sprite.png);
    background-position: 85px -714px;
    margin-right: 4px;
    width: 20px;
    height: 20px;
}

.badtimer-content-icon i {
    display: none;
}

.badtimer-time {
    font-size: 16px;
    color: #333333;
    font-weight: 400;
}

.badtimer-content-secounds-time {
    color: #d3b883;
}

@media(max-width: 991px) {
    .badtimer-wrapper {
        bottom: 70px;
    }

    .badproduct-wrapper:hover .badtimer-wrapper {
        transform: translateY(0);
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        opacity: 1;
    }
}

/************ end badtimer-wrapper ****************/
/************* badproduct-color *****************/
.badproduct-color {
    display: none;
}

/************* end badproduct-color *****************/
/************ all producat button ****************/
.badproduct-image img {
    width: 100%;
}

.badproduct-image {
    overflow: hidden;
    text-align: center;
    position: relative;
}

.badproduct-all-btn {
    position: absolute;
    bottom: 0;
    left: 0;
    right: auto;
    margin: 0 auto;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    z-index: 10;
    opacity: 0;
    transform: translateY(-10px);
    -webkit-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.badproduct-wrapper-box {
    background-color: #363636;
    display: inline-block;
    vertical-align: middle;
    padding: 0px 4px 0px 14px;
}

.badproduct-wrapper:hover .badproduct-all-btn {
    opacity: 1;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    -moz-transform: translateY(0);
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.badproduct-all-btn-price {
    position: relative;
}

#_desktop_search .badproduct-price-and-shipping:after {
    display: none;
}

.badproduct-price-and-shipping:after {
    position: absolute;
    content: "";
    width: 80px;
    height: 1px;
    background-color: #f6f6f6;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.badproduct-price-and-shipping {
    position: relative;
    opacity: 1;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    -moz-transform: translateY(0);
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.badproduct-compare,
.badproduct-wishlist,
.badproduct-add-to-cart-btn,
.badproduct-quick-view {
    width: 40px;
    height: 40px;
    display: inline-block;
    vertical-align: middle;
}

.badproduct-compare .addCompare,
.badproduct-compare .removeCompare,
.badproduct-add-to-cart-btn .badproduct-add-to-cart i,
.badproduct-quick-view .quick-view,
.badproduct-wishlist .wishlist_button {
    background-image: url(../img/sprite.png);
    height: 40px;
    margin: 0 auto;
    font-size: 0;
    display: block;
    width: 40px;
    border-radius: 0;
    background-color: transparent;
}

.badproduct-quick-view .quick-view {
    background-position: 294px -906px;
}

.badproduct-add-to-cart-btn .badproduct-add-to-cart i {
    background-position: 294px -807px;
}

.badproduct-wishlist .wishlist_button {
    background-position: 294px -1056px;
}

.badproduct-compare .addCompare {
    background-position: 294px -956px;
}

.badproduct-compare .removeCompare {
    background-position: 294px -1006px;
}

.badproduct-quick-view:hover .quick-view {
    background-position: 244px -906px;
}

.badproduct-add-to-cart-btn:hover .badproduct-add-to-cart i {
    background-position: 244px -807px
}

.badproduct-wishlist:hover .wishlist_button {
    background-position: 244px -1056px;
}

.badproduct-compare:hover .addCompare {
    background-position: 244px -956px;
}

.badproduct-compare:hover .removeCompare {
    background-position: 244px -1006px;
}

.badproduct-compare .addCompare i,
.badproduct-compare .removeCompare i,
.badproduct-wishlist .badproduct-wishlist-block span,
.badproduct-wishlist .badproduct-wishlist-block i,
.badproduct-add-to-cart-btn .badproduct-add-to-cart span,
.badproduct-quick-view .quick-view i,
.badproduct-quick-view .quick-view span {
    display: none;
}

.badproduct-add-to-cart-btn .badproduct-add-to-cart {
    background-color: transparent;
    padding: 0;
    display: block;
    border: none;
    margin: 0 auto;
}

@media(max-width: 991px) {

    .badproduct-compare,
    .badproduct-wishlist,
    .badproduct-add-to-cart-btn,
    .badproduct-quick-view {
        width: 30px;
    }

    .badproduct-wrapper-box {
        padding: 0px 6px 0px 6px;
    }

    .badproduct-wrapper:hover .badproduct-price-and-shipping {
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
        -webkit-transform: translateY(0);
        -o-transform: translateY(0);
        -ms-transform: translateY(0);
        -moz-transform: translateY(0);
    }

    .badproduct-all-btn {
        bottom: 0;
        opacity: 1;
        position: inherit;
        text-align: center;
        margin-bottom: 15px;
        transform: translateY(0);
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
    }
}

.vertical-menu-sub-menu .badproduct-wrapper:hover .badproduct-price-and-shipping {
    opacity: 1;
    visibility: visible;
    transform: none;
}

.vertical-menu-sub-menu .badproduct-description {
    margin-top: 10px;
}

/************ end all producat button ****************/
/******************** badproduct-addcart-qty-wrapper ********************/
.badproduct-addcart-qty-wrapper {
    width: 55px;
    margin-right: 10px;
    height: 40px;
    display: inline-block;
    vertical-align: middle;
}

.badproduct-addcart-qty-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.badproduct-addcart-qty-nabar input {
    width: 30px;
    border: none;
    height: 33px;
    text-align: center;
}

.badproduct-addcart-qty-nabar {
    padding-right: 5px;
}

.badproduct-addcart-qty-inner {
    width: 25px;
    height: 40px;
}

.badproduct-addcart-qty-inner a {
    background-color: #ffffff;
    height: 15px;
    display: block;
    width: 20px;
    margin: 3px 0;
}

.badproduct-addcart-qty-inner a i {
    font-size: 18px;
    line-height: 13px;
}

@media(max-width: 991px) {
    .badproduct-addcart-qty-wrapper {
        margin-right: 5px;
    }
}

/******************** end badproduct-addcart-qty-wrapper ********************/
/******************** badproduct-category-model-block ***************/
.badproduct-category-model-block {
    position: absolute;
    bottom: 10px;
    width: 100%;
    left: 0;
    right: 0;
    margin: 0 auto;
    opacity: 1;
    transform: translateY(0);
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.badproduct-wrapper:hover .badproduct-category-model-block {
    transform: translateY(-20px);
    transform: translateY(-20px);
    transform: translateY(-20px);
    transform: translateY(-20px);
    transform: translateY(-20px);
    opacity: 0;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.badproduct-category-title {
    font-size: 12px;
    color: #d3b883;
    font-weight: 400;
    width: 50%;
    float: left;
    padding-left: 15px;
    text-align: left;
}

.badproduct-feature-block {
    width: 50%;
    float: right;
    padding-right: 15px;
    text-align: right;
}

.badproduct-feature-block .badproduct-feature {
    font-size: 13px;
    color: #777777;
    font-weight: 400;
}

@media(max-width: 991px) {
    .badproduct-category-title {
        font-size: 12px;
    }

    .badproduct-wrapper:hover .badproduct-category-model-block {
        transform: translateY(0);
        transform: translateY(0);
        transform: translateY(0);
        transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }
}

/***************** end badproduct-category-model-block ***************/
/************** product-list page ***************************/
#products.list .badproduct-price-and-shipping {
    transform: none;
    -webkit-transform: none;
    -o-transform: none;
    -ms-transform: none;
    -moz-transform: none;
}

#products.list .badproduct-wrapper:hover .badproduct-price-and-shipping {
    opacity: 1;
    visibility: visible;
    transform: none;
    -webkit-transform: none;
    -o-transform: none;
    -ms-transform: none;
    -moz-transform: none;
}

#products.list .badproduct-all-btn {
    position: inherit;
    bottom: 0;
    left: 0;
    margin-bottom: 10px;
    right: auto;
    text-align: left;
    width: 100%;
    z-index: 10;
    opacity: 1;
    transform: none;
    -webkit-transform: none;
    -o-transform: none;
    -ms-transform: none;
    -moz-transform: none;
}

#products.list .badproduct-wrapper:hover .badproduct-all-btn {
    opacity: 1;
    transform: none;
    -webkit-transform: none;
    -o-transform: none;
    -ms-transform: none;
    -moz-transform: none;
}

#products.list .badproduct-description .badproduct-outer {
    border: none;
    padding: 0;
}

#products.list .badproduct-cart-question {
    padding: 0;
}

#products.list .bad-ask-question-wrapper {
    float: none;
}

#products.list .badproduct-quick-add-to-cart-btn {
    margin-right: 15px;
}

#products .comments_note {
    text-align: center;
}

#products.list .badproduct-category-model-block {
    bottom: 15px;
}

#products.list .badproduct-star {
    bottom: 10px;
}

/************** product-list page ***************************/
/********************* grid-list-page *****************************/
.badproduct-total-products {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.badproduct-view .badproduct-view-grid span,
.badproduct-view .badproduct-view-list span {
    display: none;
}

.badproduct-view .badproduct-view-grid i,
.badproduct-view .badproduct-view-list i {
    font-size: 0;
    color: #000000;
    background-color: #ffffff;
    margin: 0 5px;
    height: 40px;
    width: 40px;
    background-image: url(../img/sprite.png);
    line-height: 40px;
    border: thin solid #eeeeee;
    box-shadow: 0px 0px 0px #eee;
    text-align: center
}

.ff-class.scaled .badproduct-view .badproduct-view-grid i,
.ff-class.scaled .badproduct-view .badproduct-view-list i {
    border: 2px solid #eeeeee;
}

.badproduct-view .badproduct-view-grid i {
    background-position: 94px -1106px;
}

.badproduct-view .badproduct-view-list i {
    background-position: 94px -1155px;
}

.badproduct-view.active .badproduct-view-grid i,
.badproduct-view:hover .badproduct-view-grid i {
    background-color: #d3b883;
    color: #ffffff;
    background-position: 44px -1106px;
    border: thin solid #ffffff;
}

.ff-class.scaled .badproduct-view.active .badproduct-view-grid i,
.ff-class.scaled .badproduct-view:hover .badproduct-view-grid i {
    border: 2px solid #ffffff;
}

.badproduct-view.active .badproduct-view-list i,
.badproduct-view:hover .badproduct-view-list i {
    background-color: #d3b883;
    color: #ffffff;
    background-position: 45px -1155px;
    border: thin solid #ffffff;
}

.ff-class.scaled .badproduct-view.active .badproduct-view-list i,
.ff-class.scaled .badproduct-view:hover .badproduct-view-list i {
    border: 2px solid #ffffff;
}

#products .badproduct-view-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.badproduct-total-nabar-product p {
    margin: 0;
    font-size: 16px;
    font-weight: 400;
    padding-left: 15px;
    color: #999999;
}

.badproduct-list-header-title {
    background-color: #ffffff;
    padding: 15px;
    border: thin solid #eeeeee;
    box-shadow: 0px 0px 0px #eee;
    font-size: 20px;
    color: #111111;
}

.ff-class.scaled .badproduct-list-header-title {
    border: 2px solid #eeeeee;
}

.badproduct-list-header-wrapper {
    background-color: #ffffff;
    border: thin solid #eeeeee;
    box-shadow: 0px 0px 0px #eee;
    padding: 10px;
    margin-bottom: 20px;
}

.ff-class.scaled .badproduct-list-header-wrapper {
    border: 2px solid #eeeeee;
}

#js-product-list .products {
    margin: 0 -15px;
}

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

#products.list .badproduct-wrapper-all {
    width: 100%;
}

#products.list .badproduct-wrapper {
    overflow: hidden;
}

#products.list .badproduct-wrapper .badproduct-image {
    width: 20%;
    text-align: center;
    float: left;
    border-right: thin solid #eeeeee;
}

.ff-class.scaled #products.list .badproduct-wrapper .badproduct-image {
    border-right: 2px solid #eeeeee;
}

#products.list .badproduct-wrapper .badproduct-description {
    padding: 15px;
    text-align: left;
    width: 80%;
    float: left;
    position: relative;
}

#products.list .badproduct-add-to-cart-btn {
    padding-top: 0;
    margin-top: 0;
    border-top: none;
}

#products.list .badproduct-color {
    display: block;
}

#products.list .badproduct-add-to-cart-btn .badproduct-add-to-cart {
    margin: 0;
    text-align: left;
    display: inline-block;
    vertical-align: middle;
}

#products.list .badproduct-color .variant-links,
#products.list .badproduct-price-and-shipping,
#products.list .badproduct-desc,
#products.list .badproduct-name .badproduct-title a h4 {
    margin-bottom: 10px;
}

#products.list .badproduct-desc {
    display: block;
}

#products.list .badproduct-desc p {
    margin: 0;
    font-size: 14px;
    color: #999999;
    font-weight: 400;
    line-height: 24px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden
}

body.tax-display-enabled #products .thumbnail-container,
body.tax-display-enabled .featured-products .thumbnail-container,
body.tax-display-enabled .product-accessories .thumbnail-container {
    height: auto;
}

.badpagination-list-block .badpagination-list li a {
    font-size: 14px;
    color: #333333;
    width: 40px;
    height: 40px;
    text-align: center;
    border: thin solid #eeeeee;
    box-shadow: 0px 0px 0px #eee;
    margin: 0 2px;
    line-height: 40px;
    display: block;
}

.badpagination-list-block .badpagination-list li.current a {
    color: #d3b883;
    border: thin solid #d3b883;
    box-shadow: 0px 0px 0px #d3b883;
}

.ff-class.scaled .badpagination-list-block .badpagination-list li.current a {
    border: 2px solid #d3b883;
}

.badpagination-list-block .badpagination-list {
    padding: 0;
    float: right;
    display: inline-flex;
}

.badpagination-summary {
    text-align: left;
    font-size: 14px;
    color: #999999;
}

.badproduct-list-wrapper .badpagination-block {
    background-color: #ffffff;
    margin-bottom: 0;
    border: thin solid #eeeeee;
    box-shadow: 0px 0px 0px #eee;
    padding: 10px;
}

.ff-class.scaled .badproduct-list-wrapper .badpagination-block {
    border: 2px solid #eeeeee;
}

.badpagination-block .badpagination-list-block {
    display: block;
}

@media(max-width: 1199px) {
    #products.list .badproduct-wrapper .badproduct-image {
        width: 40%;
    }

    #products.list .badproduct-wrapper .badproduct-description {
        width: 60%;
    }
}

@media(max-width: 767px) {
    #products.list .badproduct-wrapper .badproduct-image {
        width: 45%;
    }

    #products.list .badproduct-wrapper .badproduct-description {
        width: 55%;
    }

    .badproduct-total-products {
        justify-content: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        text-align: center;
        margin-bottom: 15px;
    }
}

@media(max-width:575px) {
    #products.list .badproduct-cart-question {
        margin-bottom: 10px;
    }

    #products.list .bad-ask-question-wrapper,
    #products.list .badproduct-quick-add-to-cart-btn {
        display: inline-block;
        vertical-align: middle;
        float: none;
    }

    #products.list .badproduct-all-btn {
        text-align: center;
    }

    #products.list .badproduct-wrapper .badproduct-image {
        width: 100%;
        text-align: center;
        float: none;
    }

    #products.list .badproduct-wrapper .badproduct-description {
        text-align: center;
        width: 100%;
        float: none;
        position: relative;
    }

    #products.list .badproduct-color .variant-links {
        text-align: center;
    }
}

/********************* end-grid-list-page *****************************/
/************************************ THEMECOLOR_CHANGE *********************************************/

/********************* cms-page *****************************/
.page-cms #content h2 {
    margin-bottom: 40px;
}

.page-cms #content ol,
.page-cms #content ul {
    margin: 15px 0px;
}

@media (max-width: 1100px) {

    .page-cms #content ol,
    .page-cms #content ul {
        padding-left: 15px;
    }
}

.page-cms #content li {
    margin: 10px 0px;
}

.page-cms #content ol li ol li {
    list-style: lower-latin;
}

.page-cms #content ol li ol li ol li {
    list-style: disc;
}

.page-cms #content .person-wrap {
    padding: 25px;
    border: thin solid #777;
    box-shadow: 0px 0px 0px #777;
}

.page-cms.ff-class.scaled #content .person-wrap {
    border: 2px solid #777;
}

.page-cms #content .person-wrap img {
    width: 100%;
    height: auto;
    margin-bottom: 15px;
}

.page-cms #content .person-wrap {
    text-align: center;
    border: thin solid #ddd;
    box-shadow: 0px 0px 0px #ddd;
}

.page-cms.ff-class.scaled #content .person-wrap {
    border: 2px solid #ddd;
}

.page-cms #content .person-wrap h3 {
    font-size: 1em;
}

.page-cms #content .person-wrap h4 {
    font-size: .8em;
    margin-top: 10px;
}

.page-cms #content .person-wrap a {
    font-size: .8em;
}

#product .product-price {
    font-size: 1.3em;
}

@media (min-width: 576px) {
    #product-modal .modal-dialog {
        max-width: 50%;
    }
}

#product-modal .modal-dialog .product-images>li.thumb-container {
    width: 100%;
    padding-left: 15px;
}

#product-modal .modal-content .modal-body .product-images img {
    width: 100%;
}

#product-modal .modal-content .modal-body .mask {
    overflow-x: hidden;
    overflow-y: scroll;
    padding-right: 15px;
}


/********************* user-account *****************************/
#authentication .radio-inline,
#identity .radio-inline {
    padding: 0;
    margin-right: 13px;
}

#authentication .radio-inline .custom-radio,
#identity .radio-inline .custom-radio {
    margin-right: 5px;
}

.custom-checkbox input[type=checkbox]+span {
    margin-right: 10px;
}

.custom-checkbox label em {
    margin-top: 10px;
    display: inline-block;
}

.customerDetailsList .form-control-label {
    text-align: right;
    padding-top: 0px;
    color: #000;
}

.customerDetailsList .form-group.row {
    margin-bottom: 1.5rem;
}

#addresses section#content.page-content {
    margin: 0px -15px;
}

@media (max-width: 1100px) {
    .customerDetailsList .form-control-label {
        text-align: left;
    }
}

#history .customer-note-text {
    position: relative;
}

#history .customer-note-text span.customer-note-trim {
    max-width: 300px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: inline-block;
}

#history .customer-note-text span.customer-note-full {
    position: absolute;
    left: 0px;
    top: -90px;
    width: auto;
    max-width: 100%;
    padding: 10px 15px;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

#history .customer-note-text span.customer-note-full:after {
    content: "";
    position: absolute;
    left: 20px;
    bottom: -10px;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid rgba(0, 0, 0, 0.5);
}

#history .customer-note-text span.customer-note-trim:hover+span.customer-note-full {
    opacity: 1;
    visibility: visible;
    top: -70px;
}

@media (max-width: 991px) {
    #history .customer-note-text span.customer-note-trim:hover+span.customer-note-full {
        opacity: 1;
        visibility: visible;
        top: -85px;
    }
}

/********************* end-user-account *****************************/
/********************* login-form *****************************/
#authentication #wrapper,
#password #wrapper {
    min-height: calc(100vh - 61px);
    display: flex;
    margin: -21px !important;
}

#authentication #wrapper .container,
#password #wrapper .container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: url('../img/attr-search-bg.jpg') center center no-repeat;
    background-size: cover;
    width: 100%;
}

#password #wrapper #content-wrapper {
    max-width: 511px;
}

#password #wrapper #content-wrapper .form-group {
    width: 100%;
    display: inline-flex;
    flex-direction: column;
}

#password #wrapper #content-wrapper .form-group label,
#password #wrapper #content-wrapper .form-group .email,
#password #wrapper #content-wrapper .form-group button {
    width: 100%;
    text-align: center;
}

#password #wrapper #content-wrapper .form-group .email {
    margin-bottom: 10px;
    padding: 0px;
}

#password #wrapper #content-wrapper .form-group button {
    margin: 0px;
}

#authentication #wrapper .container #main,
#password #wrapper .container #main {
    padding: 20px;
    background: #fff;
    box-shadow: 0px 8px 25px rgba(0, 0, 0, 0.45);
    position: relative;
    z-index: 3;
}

#authentication #wrapper .container #main .page-header h1,
#password #wrapper .container #main .page-header h1 {
    text-align: center;
    margin-bottom: 0px;
}

#authentication #wrapper .container:after,
#password #wrapper .container:after {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.45);
    content: '';
}

#authentication #wrapper .login-logo,
#password #wrapper .login-logo {
    position: relative;
    z-index: 2;
    margin-bottom: 30px;
}

@media (max-width: 992px) {

    #authentication #wrapper,
    #password #wrapper {
        min-height: calc(100vh - 41px);
    }
}

@media (min-width: 768px) {

    #authentication #wrapper .container #main .login-form .form-group.row .col-md-6,
    #password #wrapper .container #main .login-form .form-group.row .col-md-6 {
        float: left;
        width: 65%;
    }
}

/********************* end-login-form *****************************/
/********************* custom-part-form *****************************/
.customPartOrder {
    width: 100%;
    text-align: center;
}

.customPartOrder form {
    max-width: 800px;
    display: inline-block;
    margin-top: 20px;
    padding: 30px;
    border: thin solid #eee;
    box-shadow: 0px 0px 0px #eee;
}

.ff-class.scaled .customPartOrder form {
    border: 2px solid #eee;
}

.customPartOrder form input,
.customPartOrder form textarea {
    width: 100%;
}

/********************* end-custom-part-form *****************************/
/********************* end-cms-page *****************************/

/********************* Modal-override *****************************/
.modal-open .modal {
    min-height: 150%;
}

.modal-backdrop {
    min-height: 150%;
}

#blockcart-modal.modal {
    min-height: auto !important;
    top: 0px;
    padding-top: 100px;
    transform: none;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
}

@media (max-width: 1200px) {
    #blockcart-modal.modal {
        padding: 20px;
    }
}

@media (max-width: 992px) {
    #blockcart-modal.modal {
        min-height: 150% !important;
        top: 0px;
    }
}

@media (max-width: 450px) {
    .product-cover .layer {
        display: none !important;
        pointer-events: none;
    }
}

/********************* end-Modal-override *****************************/

/********************* jQuery UI resizablee handles *****************************/
.ui-resizable-handle.ui-resizable-e,
.ui-resizable-handle.ui-resizable-s,
.ui-resizable-handle.ui-resizable-se.ui-icon.ui-icon-gripsmall-diagonal-se {
    opacity: 0;
    z-index: -1 !important;
    width: 0px;
    height: 0px;
    position: absolute;
    left: 0px;
    top: 0px;
}

/********************* end-jQuery UI resizablee handles *****************************/



/************** Fixes for scaled Firefox borders ***************/

.temporary-client .hide-for-temp {
    display: none;
}

.ff-class.scaled .card {
    border: 2px solid rgba(0, 0, 0, .125);
}

.ff-class.scaled .separator {
    border-top: 2px solid rgba(0, 0, 0, .125);
}

.ff-class.scaled #wrapper .breadcrumb {
    border: 2px solid #e5e5e5;
}

body#checkout.ff-class.scaled section.checkout-step {
    border: 2px solid #eeeeee;
}

body#checkout.ff-class.scaled #order-summary-content .summary-selected-carrier {
    border: 2px solid #e5e5e5;
}

body#checkout.ff-class.scaled #order-summary-content .order-confirmation-table {
    border: 2px solid #e5e5e5;
}

.ff-class.scaled .badproduct-page-main-content-inner {
    border: 2px solid #eeeeee;
}

.ff-class.scaled .badproduct-page-main-img-inner {
    border: 2px solid #eeeeee;
}

.ff-class.scaled .products-sort-order .select-title {
    border: 2px solid #eeeeee;
}

.ff-class.scaled #product-description-short-9 p,
.ff-class.scaled #product-description-short-6 p,
.ff-class.scaled #product-description-short-19 p {
    border-bottom: 2px solid #eeeeee;
}

.ff-class.scaled .product-customization,
.ff-class.scaled .product-additional-info {
    border-bottom: 2px solid #eeeeee;
}

.ff-class.scaled .img-thumbnail {
    border: 2px solid #ddd;
}

.ff-class.scaled .page-header {
    border: 2px solid #eeeeee;
}

.ff-class.scaled .links .link-item {
    border: 2px solid #eeeeee;
}

.ff-class.scaled.page-addresses .address .address-body {
    border: 2px solid #eeeeee;
}

.ff-class.scaled .table-bordered,
.ff-class.scaled .table-bordered td,
.ff-class.scaled .table-bordered th {
    border: 2px solid #f6f6f6;
}

.ff-class.scaled .form-control {
    border: 2px solid #d3b883;
}

/************** end Fixes for scaled Firefox borders ***************/

/*::-webkit-scrollbar-thumb{
    background-color: var(--theme-custom-color);
}

a:focus,
a:hover,
.btn-link,
.page-link,
.text-primary,
.dropdown-item:focus,
.dropdown-item:hover,
.search-widget form input[type=text]:focus+button .search,
.search-widget form button[type=submit] .search:hover,
.page-my-account #content .links a:hover i,
.carousel .carousel-control .icon-next:hover i,
.carousel .carousel-control .icon-prev:hover i,
.pagination .current a,
.block-categories .collapse-icons .add:hover,
.block-categories .collapse-icons .remove:hover,
.block-categories .arrows .arrow-down:hover,
.block-categories .arrows .arrow-right:hover,
.tabs .nav-tabs .nav-link.active,
#blockcart-modal .product-name,
.cart-grid-body a.label:hover,
.block_newsletter form input[type=text]:focus+button .search,
.block_newsletter form button[type=submit] .search:hover,
.account-list a:hover,
#wrapper .breadcrumb li:last-child a,
#wrapper .breadcrumb li:hover a,
#search_filters_brands .facet .tvsearch-filter-brand-wrapper li.facet-label a:hover,
.tvserach-filter-suppliers p:hover,
.badheaderlanguage-dropdown li a:hover,
.badheadercurrency-dropdown li a:hover,
.badcustomer-signin-content-box-inner li a:hover span,
.badmain-menu-content .badmain-menu-dropdown[data-depth="0"] > li.current > .badmain-menu-dropdown-link a,
.badmain-menu-content .badmain-menu-dropdown[data-depth="0"] > li:hover > .badmain-menu-dropdown-link a,
.badmain-menu-content .badmain-menu-dropdown[data-depth="0"] > li.current .badmain-menu-icon-wrapper a i,
.badmain-menu-content .badmain-menu-dropdown[data-depth="0"] > li:hover .badmain-menu-icon-wrapper a i,
.badmain-menu-content .badsub-menu-dropdown[data-depth="1"] > li > .badmain-menu-dropdown-link:hover a,
.badmain-menu-content .badsub-menu-dropdown[data-depth="2"] > li > .badmain-menu-dropdown-link:hover a,
.badvertical-menu-vertical ul li.level-1:hover>a,
.badvertical-menu-vertical li.level-1 a:hover > i,
.badvertical-menu-vertical ul li.level-1 ul li a:hover,
#header .badvertical-menu-vertical ul li.level-1 ul li a:hover span,
.badfooter-dropdown li a:hover,
.badfooter-storeinfo-content-email a:hover,
.badfooter-copyright-content a:hover,
.badtimer-content-secounds-time,
.badofferbanner-content-inner .badofferbanner-content h4,
.badofferbanner-content-inner .badofferbanner-content a:hover{
    color: var(--theme-custom-color);
}

.facet-dropdown .select-list:hover,
.products-sort-order .select-list:hover,
body#checkout section.checkout-step .delete-address,
body#checkout section.checkout-step .edit-address,
.bootstrap-touchspin .group-span-filestyle .btn-touchspin,
.group-span-filestyle .bootstrap-touchspin .btn-touchspin,
.group-span-filestyle .btn-default,
.custom-radio input[type=radio]:checked+span,
.bg-primary,
.tag-primary,
.btn-primary.focus,
.btn-primary:focus,
.btn-primary:hover,
.btn-primary:hover,
.dropdown-item.active,
.dropdown-item.active:focus,
.dropdown-item.active:hover,
.nav-pills .nav-item.open .nav-link,
.nav-pills .nav-item.open .nav-link:focus,
.nav-pills .nav-item.open .nav-link:hover,
.nav-pills .nav-link.active,
.nav-pills .nav-link.active:focus,
.nav-pills .nav-link.active:hover,
.tv-continue-shopping-btn:hover,
.page-footer a,
.tv-continue-shopping-btn,
.tvprocess-to-checkout,
.review-submit-button,
.review-send-button:hover,
.modal-header .close,
.badmodule-title:after,
.badcustomer-question-field-submit,
.badcustomer-question-field-reset,
.badcustomer-question-prod-name:after,
.badsearch-content-box-inner button,
.badshopping-cart-btn-wrapper i,
.badshopping-cart-process-checkbout-btn a:hover,
.badmobile-menu-icon-wrapper .badmobile-menu-icon span,
.badtab-products-title-list li.active a,
.badtab-products-title-list li a:hover,
.badfooter-before-block,
.input-wrapper-button input:hover,
.badfooter-socialicon-content li:hover,
.badcookiestext-close,
.badproduct-view.active .badproduct-view-grid i,
.badproduct-view.active .badproduct-view-list i,
.badproduct-view:hover .badproduct-view-grid i,
.badproduct-view:hover .badproduct-view-list i,
.badcategoryproductslider-content-box-inner:hover .badcategoryproductslider-item-content .badcategoryproductslider-item-title,
.badcategoryproductslider-child-cat-content a:hover,
.badcustomerservices-block,
.badofferbanner-content-inner .badofferbanner-content a,
.badtestimonials-content-wrapper,
.badcategoryproductslider-content-box-inner.btn-show-cats .badcategoryproductslider-item-content .badcategoryproductslider-item-title.even,
.badvertical-menu-vertical .bad-title-menu{
    background-color: var(--theme-custom-color);
}
.card-primary,
.btn-outline-primary.active,
.btn-outline-primary.focus,
.btn-outline-primary:active,
.btn-outline-primary:focus,
.btn-outline-primary:hover,
.open>.btn-outline-primary.dropdown-toggle,
.btn-outline-info.active.focus,
.btn-outline-info.active:focus,
.btn-outline-info.active:hover,
.btn-outline-info:active.focus,
.btn-outline-info:active:focus,
.btn-outline-info:active:hover,
.open>.btn-outline-info.dropdown-toggle.focus,
.open>.btn-outline-info.dropdown-toggle:focus,
.open>.btn-outline-info.dropdown-toggle:hover,
.btn-info.active.focus,
.btn-info.active:focus,
.btn-info.active:hover,
.btn-info:active.focus,
.btn-info:active:focus,
.btn-info:active:hover,
.list-group-item.active,
.list-group-item.active:focus,
.list-group-item.active:hover,
.page-item.active .page-link,
.page-item.active .page-link:focus,
.page-item.active .page-link:hover,
.open>.btn-info.dropdown-toggle.focus,
.open>.btn-info.dropdown-toggle:focus,
.open>.btn-info.dropdown-toggle:hover {
    background-color: var(--theme-custom-color);
    border-color: var(--theme-custom-color);
}
.btn-outline-primary {
    color: var(--theme-custom-color);
    border-color: var(--theme-custom-color);
}
.card-outline-primary {
    border-color: var(--theme-custom-color);
}
.facet-dropdown.open>.select-title {
    border: 3px solid var(--theme-custom-color);
}
.tabs .nav-tabs .nav-link.active,
.tabs .nav-tabs .nav-link:hover {
    border-bottom: 3px solid var(--theme-custom-color);
}
#product-modal .modal-content .modal-body .product-images img:hover {
    border: 3px solid var(--theme-custom-color);
}
.product-images>li.thumb-container>.thumb.selected,
.product-images>li.thumb-container>.thumb:hover {
    border: 3px solid var(--theme-custom-color);
}
.badhome-slider-next-btn:hover,
.bad-all-pagination .bad-prev-btn:hover,
.bad-all-pagination .bad-next-btn:hover,
.badhome-slider-prev-btn:hover{
    background-color: var(--theme-custom-color);
    border: thin solid var(--theme-custom-color);
}
.badpagination-list-block .badpagination-list li.current a{
    color: var(--theme-custom-color);
    border: thin solid var(--theme-custom-color);
}*/
/**************************************** end THEMECOLOR_CHANGE ********************************************/

/* TICKET GAL-34 START */
.orderImportant {
    padding: 10px 13px;
    font-size: 120%;
    color: red;
    margin-bottom: 10px;
    display: inline-block;
    border: 1px solid red;
}

/* TICKET GAL-34 END */


.badblock-categories-wrapper.block-categories {
    display: none;
}