.page-header .panel.wrapper {
    display: none;
}
.catalog_all-index-index .field.newsletter {
    width: 60%;
}
.catalog_all-index-index .block.newsletter .form.subscribe {
    display: flex !important;
    width: 100%;
}
.catalog_all-index-index div#popup-newsletter form#newsletter-validate-detail {
    display: grid !important;
}


.page-main {
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
    display: block !important;
    padding-left: 0;
    padding-right: 0;
    margin: 0;
    /* padding: 0px 0; */
    position: relative;
}

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

.main_header {
    position: relative;
    z-index: 9;
}

/* .home_banner {
    position: absolute;
    top: 0;
    z-index: -1;
    left: 0;
} */

.logo {
    margin: 0;
}

.search-header {
    width: 100%;
}

/* .search_bar select {

    height: 43px;
    width: 20%;
    text-align: center;
} */

/* .page-main {
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
    display: block !important;
} */

.catalog-category-view .page-main {
    position: relative;
}

.page-products .columns {
    padding-top: 0;
    z-index: 1;
    position: unset !important;
}

/* .banner_category {
    top: -105px;
    left: 0;
    width: 100%;
    z-index: 1;
    margin-bottom: 0;
} */

/* .logo {
    margin: 0;
} */

/* .catalog-category-view .main-content {
    width: calc(98% - 300px);
    float: right;
} */

.sidebar-main {
    padding-right: 0;
    margin-bottom: 40px;
}

.minicart-wrapper .action.showcart::before {
    color: #000;
}

.minicart-wrapper .action.showcart:hover::before {
    color: #fff;
}

.toolbar-products {
    margin-bottom: 0;
}

.modes {
    float: right;
}

.toolbar.toolbar-products {
    padding: 10px 20px 10px;
    background: #fff;
    border-radius: 6px;
    box-shadow: 0px 0px 6px 2px #eee;
}

.modes-mode:last-child {
    border-right: 0;
}

.modes-mode {
    border: 0;
}

/* .modes-mode::before {
    color: #1C1C1C;
    font-size: 2rem;
} */

.sorter {
    padding: 6px 0 0;
}

.filter_options select {
    padding: 5px;
    border-radius: 2px;
    border-color: #E8E8E8;
    padding-top: 5px;
    padding-bottom: 5px;
    background-color: #fff;
}

/* .product {
    padding: 0 15px 15px !important;
} */

.product-item .price-box .price {
    /* font-size: 20px;
    font-weight: 500; */
}

.product-items .action.towishlist::before,
.products.list.items .action.towishlist::before,
.table-comparison .action.towishlist::before {
    content: "";
}

.product-item .tocompare::before {
    /* content: ''; */
    display: none;
}

.page-products .product-item-info {
    width: 100%;
}

.product-item-actions .actions-primary {
    display: block;
}

.action.compare.primary,
.action.tocart.primary {
    background-color: #f63147;
    color: #ffffff;
    width: auto;
    font-size: 16px;
    transition: .2s ease-in-out;
    margin-top: 10px;
    padding: 12px 12px;
    font-weight: 500 !important;
    border: 0;
    line-height: normal;
}

.action.compare.primary:hover,
.action.tocart.primary:hover,
.action.compare.primary:focus,
.action.tocart.primary:focus {
    background-color: rgb(246, 49, 71);
    color: #ffffff;
    opacity: .8;
}

body.account.wishlist-index-index.page-layout-1column .main .container {
    background-color: #fff;
    
}

/* .owl-theme .owl-nav [class*="owl-"]:hover {
    background: linear-gradient(90deg,
            transparent,
            #eaeaea);
    color:
        #1c1c1c;
    text-decoration: none;
} */

.product .media {
    width: 100%;
}

.show_page .modes {
    display: none;
}

.show_page .page-products .toolbar .limiter {
    display: block;
}

.show_page .toolbar-products .pages {
    display: block;
    float: right;
}

.show_page .toolbar-sorter {
    display: none;
}


.show_page .item.current span {
    font-size: 1rem;
    margin-left: 10px;
    color:
        #1c1c1c;
    background-color:
        #f63147;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 1rem;
}

.action.clear.filter-clear {
    float: right;
    background-color:
        #f63147;
    color:
        #1c1c1c;
    border-radius: 2px;
    font-size: 14px;
    padding-left: 8px;
    padding-right: 8px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.filter-current .items {
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
}

.filter-current .item {
    display: inline-flex;
    align-items: center;
    background-color: #F8F8F8;
    border: 1px solid #E8E8E8;
    padding: 4px 10px;
    font-size: 14px;
    border-radius: 20px;
    margin-right: 5px;
    text-align: center;
}

.filter-current .filter-label {
    display: none;
}

.filter-value {
    line-height: 1;
}

/* .block-content.filter-content {
    position: relative;
} */

.filter-by {
    font-size: 18px;
    color:
        #1c1c1c;
    width: 100%;
    position: relative;
    top: 12px;

}

.action.clear.filter-clear {
    float: right;
    background-color: #f63147;
    color: #1c1c1c;
    border-radius: 2px;
    font-size: 14px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 3px;
    padding-bottom: 3px;
    margin-top: -23px;
    margin-right: 11px;
    margin-bottom: 7px;
}

.block-actions.filter-actions {
    display: none;
    /* position: absolute;
    top: 0;
    width: 100%;
    padding: .75rem 1.25rem;
    margin-bottom: 0;
    border-bottom: 1px solid rgba(0, 0, 0, .125); */
}

.block-content.filter-content .action.remove {
    font-weight: 500;
    font-size: 11px;
    text-decoration: none;
    background-color: #ddd;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 5px;
}

.block-content.filter-content .action.remove:hover {
    background-color: #b7b7b7;
}

.filter-options-content a {
    color:
        #212529;
}

.filter-current {
    padding: 62px 20px 20px;
    margin-bottom: 25px;
    border: 1px solid #E8E8E8;
    position: relative;
}

.filter-current:before {
    content: 'Filter by';
    font-size: 18px;
    font-weight: 500;
    border-bottom: 1px solid #ddd;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    padding: 12px 20px;
    line-height: 1;
}

.filter-options .filter-options-content {
    margin: 0;
    margin-bottom: 0px;
    padding-left: 20px;
    margin-bottom: 10px;
    color: #212529;
    padding-right: 13px;
    border-bottom: 1px solid;
}

.filter-options-title.card-header {
    font-weight: 600;
    font-size: 14px;
    margin-bottom: 0;
    border: 0;
    padding-top: 20px;
}

/* .page-title {
    font-weight: 400;
    font-size: 28px;
    line-height: 1.5;
    color:
        #1c1c1c;
} */

/* .breadcrums {
    margin-bottom: 20px;
} */

/* .content-wrap .page-title {
    color:
        #fff;
    font-size: 36px;
} */

/* .product_detail_banner {
    margin-bottom: 20px;
    position: relative;
    top: -8px;
} */

/* .product-info-main .page-title-wrapper .page-title {
    margin-top: -13px;
    font-size: 28px;
    line-height: 1.5;
    color:
        #1c1c1c;
    font-weight: 500;
} */

/* .catalog-product-view .product:hover {
    border: 1px solid transparent;
} */

/* .page-layout-1column .product.media {
    width: 48%;
    border: 1px solid #E8E8E8;
}

.page-layout-1column .product-info-main {
    width: 50%;
} */

/* .customer-account-login .page-main,
.customer-account-create .page-main,
.account .page-main {
    margin-top: 100px;
} */

.customer-account-login .main_header:not(.home_header),
.customer-account-create .main_header:not(.home_header),
.account .main_header:not(.home_header),
.customer-account-forgotpassword .main_header:not(.home_header),
.checkout-cart-index .main_header:not(.home_header),
.catalog-product_compare-index .main_header:not(.home_header),
.catalogsearch-advanced-index .main_header:not(.home_header) {
    position: relative;
    background-color: rgb(28, 28, 28);
}

.customer-account-login .main_header.fixed:not(.home_header),
.customer-account-create .main_header.fixed:not(.home_header),
.account .main_header.fixed:not(.home_header),
.customer-account-forgotpassword .main_header.fixed:not(.home_header),
.checkout-cart-index .main_header.fixed:not(.home_header),
.catalog-product_compare-index .main_header.fixed:not(.home_header),
.catalogsearch-advanced-index .main_header.fixed:not(.home_header) {
    position: fixed;
}

.page-products .page-title-wrapper {
    display: none;
    /* width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    padding: 0 30px; */
}

/* .account.page-layout-2columns-left .sidebar-main,
.account.page-layout-2columns-left .sidebar-additional {
    width: 16.66666667%;
} */

#account-nav .nav {
    display: block;
}

.list_products .product.description.product-item-description {
    display: none;
}

/* .products-list .product .add_to_cart {
    width: 20%;

} */

/* .login-container .fieldset>.field>.control {
    width: 28.2%;
} */

/* .page-title {
    font-weight: 400;
    font-size: 40px;
    line-height: 1.5;
    color:
        #1c1c1c;
} */

.action.primary {
   background-color: #f55163 !important;
    color: #fafafa;
    width: 100%;
    padding: 17px 40px !important;
    text-align: center;
    padding: 8px 20px;
    /* margin-top: 15px; */
    font-weight: 400 !important;
    border: 0 !important;
    text-decoration: none !important;
    font-size: 16px;
    border-radius: 4px !important;
    font-family: 'Montserrat', sans-serif;
}

.action.primary:hover,
.action.primary:active
 {
    background-color: #f23247;
    color: #ffffff;
}
/* .action.primary:focus */


/* .products-grid .product img {
    padding: 30px;
} */

.products-grid .product-image-container {
    display: inline-block;
    max-width: 100%;
    width: 100%;
}

.products-list .product-item-photo {
    display: contents;
    width: 100px;
}

.products-list .product-image-container {
    width: 100px !important;
    height: 80px !important;
}

.products-list .product-item-details {
    display: table-cell;
    vertical-align: top;
    width: 100%;
    padding: 30px;
}

.products-list .product-image-wrapper {
    height: unset;
}

.catalog-category-view .products-list .product-reviews-summary {
    width: initial;
}

.catalog-category-view .columns .products-list li.item.product.product-item {
    max-height: 100px;
}

.products-list .product img {
    height: 100px;
}

.products-list .product-item-info {
    display: flex;
}

.products-list .list_products .product {
    border: 1px solid #E8E8E8;
    height: 100%;
    margin-bottom: 20px;
}

/* .fotorama__stage__frame .fotorama__img {
    left: 47%;
} */

.catalog-product-view .product-info-main .attribute:hover {
    border: 1px solid #E8E8E8;
}

.product-reviews-summary {
    /* display: none; */
}

/* .page-title-wrapper {
    margin-left: 0;
    padding: 0px;
} */

.product-info-price .product:hover {
    border: 1px solid transparent !important;
}

.product-info-price .product {
    cursor: default;
}

.product-info-main .price-box .price-wrapper .price,
.product-options-bottom .price-box .price-wrapper .price {
    font-size: 28px;
    color: #1C1C1C;
    font-weight: 500;
    margin: 10px 0;
    display: block;
    line-height: 1.5;
}

.product-options-wrapper.swatch-option.text {
    padding-top: 4px;
    padding-bottom: 22px;
    background: #fff !important;
    color: #1C1C1C !important;
    border: 1px solid #1C1C1C;
    font-weight: 500;
}

.fieldset>.field>.label,
.fieldset>.fields>.field>.label {
    font-weight: 500;
}

.swatch-attribute-label {
    font-weight: 500;
}

.vehicle_options {
    margin-bottom: 20px;
    margin: 0;
}

.a-unordered-list.a-vertical.a-spacing-none {
    margin-left: -25px;
}

.product-info-stock-sku {
    display: none;
}

/* .product-info-main .box-tocart .actions,
.product-options-bottom .box-tocart .actions {
    display: flex;
    float: left;
} */

.product.attribute.overview {
    display: none;
}

.product-social-links {
    display: none;
}

.product-info-main .box-tocart .input-text.qty,
.product-options-bottom .box-tocart .input-text.qty {
    height: 36px;
    width: 75px;
}

#product-addtocart-button {
    display: block;
    background-color: #f63147;
    color: #ffffff;
    border-radius: 2px;
    padding: 10px 20px;
    margin: 0px 0;
    font-size: 1rem;
    font-family: inherit;
    font-weight: 400;
    line-height: 1.5;
}

.catalog-product-view .columns .column.main {
    padding-bottom: 0;
    padding: 0;
}

.swatch-option.text {
    background: #fff !important;
    color: #1c1c1c !important;
    /* padding-bottom: 23px; */
    /* margin-right: 15px; */
    border: 1px solid #1c1c1c;
    font-weight: 500;
    height: 30px;
    /* width: 30px; */
}

.short_description ul {
    margin-left: -25px;
}

section.offer_zone img {
    width: 100%;
}

/* .product-info-main .brand_img {
    margin-bottom: 20px;
    clear: both;
} */

.col-lg-3.ratting-product-view {
    margin-bottom: 10px;
    margin-left: -15px;
}

.col-lg-3.border-right.ratting-bottom {
    margin-left: -15px;
    margin-top: -15px;
    margin-bottom: 0;
}

/* h4.out_of_ratting {
    margin-top: 15px;
} */

.block-minicart .block-content>.actions>.primary .action.primary {
    padding: 6px;
    font-size: 1.2rem;
}

.minicart-items .product-item-details {
    margin-left: 10px;
}

/* .product-item .product:hover {
    border: 1px solid transparent;
} */
/* .minicart-items .product-item-name {
    font-size: 14px;
    font-weight: 500;
    margin: 0;
    line-height: 1;
} */
.minicart-items .product-item-name a {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 0;
    color: #1c1c1c;
    text-decoration: none;
    width: 100%;
    max-width: 214px;
    min-width: 220px;
    display: block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

/* .minicart-items .product-item-name a {
    color: #1979c3;
    font-size: 16px;
    margin-bottom: 0;
    font-weight: 500;
    color: #1c1c1c;
} */

.minicart-items .product-item-details .price {
    font-weight: 500;
    font-size: 18px;
}

/* .price-container {
    float: left;
    margin-right: 10px;
} */

.minicart-items .product-item-pricing .label {
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
}

.minicart-items .item-qty {
    margin-right: 10px;
    text-align: center;
    width: 40px;
    height: 31px;
    font-size: 16px;
    font-weight: 500;
}

.minicart-wrapper .product .actions {
    float: right;
    margin: -60px 0 0;
    text-align: right;
}

.minicart-items .product .toggle {
    display: block;
    text-decoration: none;
    cursor: pointer;
    /* margin-left: -14px; */
    margin-bottom: 10px;
    font-size: 12px;
    position: relative;
}

.value li {
    padding-bottom: 10px;
}

dl.product.options.list dt {
    font-size: 16px;
    font-weight: 500;
}

dl.product.options.list .values {
    font-size: 16px;
}

.product.options.active .content {
    /* margin-left: -30px; */
}

/* .checkout-cart-index .page-main {
    margin-top: 80px;
} */

.checkout-cart-index .page-title-wrapper .page-title,
.catalog-product_compare-index .page-title-wrapper .page-title {
    color: #1c1c1c;
    font-size: 26px;
    font-weight: 400;
    margin: 0;
    margin-top: 0px;
    margin-bottom: 30px;
}

.cart.table-wrapper .items thead+.item {
    border-top: 1px solid transparent;
}

.cart.table-wrapper .product-item-name {
    font-size: 18px;
}

.price-including-tax .price,
.price-excluding-tax .price {
    font-weight: 400;
    font-size: 24px;
}

.actions-toolbar a {
    color: #1c1c1c;
    font-size: 14px;
    text-decoration: underline !important;
}

button.action.action-gift {
    background: #fff;
    border: 0;
    text-decoration: underline;
}

.bundle-actions .action.primary,
.bundle-options-container .block-bundle-summary .box-tocart .action.primary,
.product-info-main .box-tocart .action.tocart,
.product-options-bottom .box-tocart .action.tocart,
.cart-container .checkout-methods-items .action.primary,
.block-minicart .block-content>.actions>.primary .action.primary,
.methods-shipping .actions-toolbar .action.primary,
.block-authentication .action.action-register,
.block-authentication .action.action-login,
.checkout-payment-method .payment-method-content>.actions-toolbar>.primary .action.primary,
.form-address-edit .actions-toolbar .action.primary,
.multicheckout .action.primary,
.block-cart-failed .action.clear,
.block-cart-failed .action.update,

.cart-container .form-cart .action.update,
.cart-container .cart-gift-item .action.clear,
.cart-container .cart-gift-item .action.update {
    background-color: #f63147;
    color: #ffffff;
    text-align: center;
    border-radius: 6px !important;
    padding: 10px 8px;
    margin-top: 0;
    font-size: 16px;
    font-weight: 400 !important;
    border: 0 !important;
    font-family: 'Montserrat', sans-serif;
}

.cart-container .form-cart .action.clear,
.cart-container .form-cart .action.continue,
.abs-shopping-cart-items .action.continue:hover,
.block-cart-failed .action.continue,
.block-cart-failed .action.continue:hover,
.cart-container .form-cart .action.continue:hover{
    background: #ffdada45;
    border: 0;
    color: #f63147;
    font-weight: 500;
    font-size: 14px;
    padding: 7px 10px;
    border-radius: 6px;

}

.cart-container .form-cart .action.continue:before {
    position: relative;
    top: 5px;
    left: 0px;
}

.cart-container .form-cart .action.update:before {
    position: relative;
    top: 5px;
}

.mark,
mark {
    background: transparent;
}

.cart-totals .mark,
.opc-block-summary .table-totals .mark {
    font-weight: 400;
    padding-left: 4px;
    font-size: 14px;
    vertical-align: middle;
}

.cart-totals .amount,
.opc-block-summary .table-totals .amount {
    padding-right: 4px;
    text-align: right;
    white-space: nowrap;
    font-size: 14px;
    font-weight: 500;
}

.cart-totals .grand .amount strong,
.opc-block-summary .table-totals .grand .amount strong {
    font-weight: 500;
    font-size: 24px;
}

.cart-summary .block .fieldset .field:not(.choice)>.control input,
.cart-summary .block .fieldset .field:not(.choice)>.control select {
    padding: 10px;
    border: 1px solid #ddd;
    width: 100%;
    margin: 5px 0;
}

.cart-summary .actions-toolbar>.primary {
    width: 100%;
}

.cart-summary dt.item-title {
    font-weight: 500;
    margin-bottom: 5px;
}

.cart-summary .block .fieldset {
    margin: 15px 0 0px 0;
}

.cart-summary .actions-toolbar>.primary button.primary {
    width: 100%;
    background: #f2f2f2;
    border: 1px solid #cdcdcd !important;
    color: #1c1c1c;
    float: none !important;
    margin-bottom: 15px;
}

.checkout-cart-index .cart-container .form-cart .action.continue,
.checkout-cart-index .cart-container .form-cart .action.clear,
.opc-wrapper .action-show-popup,
.checkout-payment-method .checkout-billing-address .primary .action-update {
    background: #ffdada45;
    border: 0;
    color: #f63147;
    font-weight: 500;
    font-size: 14px;
    padding: 7px 10px;
    border-radius: 6px;
}

button.action.action-cancel span {
    color: #f63147;
    font-size: 14px;
    font-weight: 500;
}

.checkout-cart-index .cart-container .form-cart .action.update {
    margin: 0;
    margin-top: 20px;
}

.checkout-cart-index .cart-container .form-cart .action.update:before {
    display: none;
}

.cart-container .checkout-methods-items {
    margin-top: 0;
    text-align: center;
    padding-top: 15px;
    border-top: 1px solid #d1d1d1;
}

.checkout-index-index .main_header:not(.home_header) {
    display: none !important;
}

.checkout-index-index header.page-header {
    background: #f63147;
}

.checkout-index-index .header.content {
    float: left;
    padding-top: 10px;
    padding-bottom: 10px;
}

.checkout-index-index .logo img {
    display: block;
    width: 240px;
}

.checkout-index-index .page-main {
    margin-top: 50px;
}

.checkout-index-index .page-main {
    margin-top: 50px;
}

@media(max-width:769px) {
    .products-grid .product-item {

        /* width: 330px;
        margin-left: 10px;
        margin-right: 10px;
        margin-bottom: 10px; */
    }

    .menu_container .sub-cats {
        display: none;
    }

    .page-layout-1column .product.media {
        width: 100%;
    }

    .page-layout-1column .product-info-main {
        width: 100%;
    }
}

.container {
    max-width: 1600px;
}


/* @media screen and (min-width: 1600px) {
    .offer_zone img {
        width: 100%;
    }
}

@media screen and (min-width: 1900px) {
    .offer_zone img {
        width: 100%;
    }
} */


.catalog_all-index-index .filter-options .card:nth-child(1) {
    display: none;
}


header.page-header {
    background: #F63147;
}
.top-header{
    background-color: #818181;
}

.block.newsletter .field .control:before {
    line-height: 41px;
}

.block.newsletter input {
    padding-left: 35px;
    width: 100%;
    font-size: 14px;
    border: 0;
    border-radius:5px;
    padding: 9px 15px 8px 33px;
    background-color: #f7f7f7;
}

.block.newsletter label {
    width: 100%;
}

/* .row > div {
    padding: 0;
} */
.column.main>.container .row .col-sm-2 {
    padding-left: 0;
}

.column.main>.container .row .col-sm-10 {
    padding-right: 0;
}

.shop-by-offers .row .col-4:first-child {
    padding-left: 0;
}

.shop-by-offers .row .col-4:last-child {
    padding-right: 0;
}

.shop-by-offers .row .col-4:first-child {
    padding-left: 0;
}

.shop-by-offers .row .col-4:last-child {
    padding-right: 0;
}

.footer iframe {
    border: 0;
    width: 100%;
    height: 340px;
}

.col-md-2.payment a img {
    width: 60px;
    margin-bottom: 20px;
    margin-right: 14px;
    /* padding: 10px; */
}

.actions-primary form {
    line-height: 0;
}

.catalog-category-view strong.product.name.product-item-name {
    font-size: 16px;
    margin-bottom: 0;
    line-height: 18px;
}

.catalog-category-view span.normal-price {
    line-height: 15px;
}

.catalog-category-view .product-item-actions .actions-secondary {
    display: inline-block;
    font-size: 1.4rem;
    vertical-align: middle;
    white-space: nowrap;
    position: absolute;
}
 .pages .items * {
    line-height: normal;
}
.catalog-category-view .main.main-content {
    /* box-shadow: 0px 0px 7px 3px #eee; */
    /* border: 1px solid #e8e8e8; */
    /* border-radius: 12px; */
    /* background-color: #fff; */
}

.products.wrapper.grid.products-grid {
    margin-top: 25px;
        text-align: left;


}

.catalog-category-view .toolbar.toolbar-products .modes {
    margin-right: 0;
}

.catalog-category-view .rating-summary .rating-result {
    margin-left: 0px;
}
.catalog-category-view .product-reviews-summary {
    margin: 0;
    width: 100%;
    display: flex;
}
.accountdiv button {
    color: #fff;
    font-weight: 600;
    font-size: 15px;
    text-transform: uppercase;
}

.accountdiv button:hover {
    color: #fff;
}
.toolbar.toolbar-products .toolbar-sorter.sorter .sorter-options {
    background: #eee;
    border-radius: 4px;
    border: 0;
    padding: 7px 12px;
    font-size: 14px;
}

.ui-dialog .product-item-pricing {
    margin-bottom: 15px;
    /* width: 70%; */
    float: left;
    display: flex;
    flex-direction: column-reverse;
    align-items: flex-start;
    justify-content: left;
}

.ui-dialog .minicart-items .product-item-name {
    font-size: 16px;
}

.minicart-wrapper .block-minicart {
    /* margin: 0;
    padding: 0; */
    list-style: none none;
    background: #ffffff;
    border: 0px solid #bbbbbb;
    border-radius: 12px;
    box-shadow: 3px 0px 15px 3px rgba(0, 0, 0, 0.15);
}

.ui-dialog li.item.product.product-item {
    padding: 0;
    border: 0;
    padding: 10px 0 0px 0;
}

.ui-dialog li.item.product.product-item:not(:last-child) {
    border-bottom: 1px solid #eee;
}

.ui-dialog li.item.product.product-item dl.product.options.list {
    display: flex;
    justify-content: start;
    font-size: 12px;
    /* background: #eee; */
    /* padding: 10px; */
    flex-direction: row;
    margin-bottom: 0;
}

.ui-dialog dl.product.options.list dt {
    font-size: 12px;
}

.ui-dialog dl.product.options.list .values {
    font-size: 12px;
    background: #eee;
    padding: 3px 6px;
    margin: 0 12px;
}

.minicart-items .item-qty {
    margin-right: 10px;
    text-align: center;
    width: 59px;
    height: 31px;
    font-size: 16px;
    font-weight: 500;
    margin-left: 10px;
    background: #eee;
    border: 0;
    padding: 10px 10px 10px 4px;
}

.minicart-wrapper .block-minicart .subtotal {
    margin: 0 0 0px;
}

a:hover {
    opacity: .8;
    transition: .2s ease-in-out;
    cursor: pointer;
}

.dropdown-content {
    right: 0;
}

.spinner {
    width: 40px;
    height: 40px;

    position: relative;
    margin: 100px auto;
}

.double-bounce1,
.double-bounce2 {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: #f63147;
    opacity: 0.6;
    position: absolute;
    top: 0;
    left: 0;

    -webkit-animation: sk-bounce 2.0s infinite ease-in-out;
    animation: sk-bounce 2.0s infinite ease-in-out;
}

.double-bounce2 {
    -webkit-animation-delay: -1.0s;
    animation-delay: -1.0s;
}

@-webkit-keyframes sk-bounce {

    0%,
    100% {
        -webkit-transform: scale(0.0)
    }

    50% {
        -webkit-transform: scale(1.0)
    }
}

@keyframes sk-bounce {

    0%,
    100% {
        transform: scale(0.0);
        -webkit-transform: scale(0.0);
    }

    50% {
        transform: scale(1.0);
        -webkit-transform: scale(1.0);
    }
}

.spinner-wrapper {
    position: fixed;
    right: 0;
    left: 0;
    display: none;
    bottom: 0;
    height: 100vh;
    /* background-color: #eeeeeedb; */
    z-index: 9999;
    width: 100%;
    /* display: flex; */
    align-items: center;
    justify-content: center;
    animation: bgcolor 2.0s infinite ease-in-out;
}

@keyframes bgcolor {

    0%,
    100% {
        background-color: rgba(238, 238, 238, 0.90);
    }

    50% {
        background-color: rgba(238, 238, 238, 0.80);
    }
}

.block-quickadd {
    display: flex;
}

.block-quickadd span.select2.select2-container.select2-container--default {
    max-width: 605px !important;
    width: 100% !important;
    min-width: 280px;

}

.block-quickadd button.quickadd.action.tocart.primary {
    width: 200px;
    padding: 0;
    margin-left: 20px;
}

.shop-by-brand .all-brands ul.brand-list {
    list-style: none;
    padding: 14px;
    background-color: #fff;
    border-radius: 12px;
}

.brand-list .shop-by-brand .item .brand-content img {
    margin: 0 auto;
    width: 180px;
    height: 180px !important;
    object-fit: contain;
}

.brand-list .shop-by-brand .item {
    float: left;
    text-align: center;
    width: 20%;
    margin-bottom: 0px;
    border: 1px solid #eee;
}

.brand-list .shop-by-brand .item .brand-content h3 a {
    font-size: 18px;
    padding: 20px 20px;
    text-align: left;
    width: 100%;
    display: inline-block;
    color: #9c9c9c;
}

.brand-list .shop-by-brand .item:hover .brand-content {
    border: 1px solid #fff !important;
    box-shadow: none !important;
}

.brand-list .shop-by-brand .item:hover {
    border: 1px solid #bbb;
}

.search form#search_brand_form {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.search input#search_brand {
    border: 0;
    padding: 10px 12px;
    border: 1px solid #eee;
}

.search form#search_brand_form button.action {
    background: #f63147;
    border: 0;
    padding: 10px 12px;
    color: #fff;
}

.brand-list .shop-by-brand .item {
    margin-bottom: 0px !important;
}

.pager {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 30px;
}

.limiter select {
    padding: 5px 12px;
    /* border: 0; */
    border: 1px solid #eee;
}

.checkout-cart-index form#form-validate {
    background: #fff;
    padding: 20px;
    border: 1px solid #eee;
    /* border-radius: 10px; */
}

.checkout-index-index .opc-block-summary,
.opc-block-shipping-information {
    /* background: #ffffff; */
    padding: 22px 30px;
    margin: 0 0 20px;
    background: white;
    border-radius: 10px;
    box-shadow: 0px 0px 6px 2px #eee;
    /* padding: 15px 0; */
    border: 0px solid #e8e8e8;
}

.checkout-index-index .opc-wrapper .opc {
    background: #fff;
    padding: 30px;
    border: 1px solid #eee;
}

.opc-wrapper .shipping-address-item.selected-item {
    border: 0;
    background: #f5f5f5;
    border: 1px solid #eee;
}

.opc-wrapper .shipping-address-item.selected-item:after {
    background: #f63147;
}

aside.modal-custom.opc-sidebar.opc-summary-wrapper.custom-slide {
    margin-top: 0;
}

aside.modal-custom.opc-sidebar.opc-summary-wrapper.custom-slide .modal-header {
    display: none;
}

.account .column.main .block:not(.widget) .box-title>span,
.multicheckout .box-title>span,
.paypal-review .block .box-title>span,
.magento-rma-guest-returns .column.main .block:not(.widget) .box-title>span,
[class^='sales-guest-'] .column.main .block:not(.widget) .box-title>span,
.sales-guest-view .column.main .block:not(.widget) .box-title>span {
    font-size: 16px;
    font-weight: 400;
}

.abs-account-blocks .block-title>strong,
.block-compare .block-title>strong,
.block-giftregistry-results .block-title>strong,
.block-giftregistry-shared-items .block-title>strong,
.block-wishlist-search-results .block-title>strong,
.block-reorder .block-title>strong,
.widget .block-title>strong,
.block-wishlist .block-title>strong,
.account .column.main .block:not(.widget) .block-title>strong,
.multicheckout .block-title>strong,
.paypal-review .block .block-title>strong,
.magento-rma-guest-returns .column.main .block:not(.widget) .block-title>strong,
[class^='sales-guest-'] .column.main .block:not(.widget) .block-title>strong,
.sales-guest-view .column.main .block:not(.widget) .block-title>strong {
    font-size: 18px;
}

/* newwwww */
.dropdown:hover .dropdown-content {
    display: block;
    width: auto;
    padding: 0;
    background: #fff !important;
    position: absolute;
    left: initial;
    right: 0;
    top: 40px;
    border: 1px solid #e1e1e1;
    height: auto;
}

.mega_menu {
    display: block;
    min-width: 155px;
    position: relative;
    float: left;
}

ul#ui-id-2 {
    display: inline-block;
}

nav.navigation {
    padding: 0px 47px;
}

ul.level0.submenu.ui-menu.ui-widget.ui-widget-content.ui-corner-all {
    display: none !important;
}


#tab-label-reviews-title .counter::before {
    content: "(";
}

#tab-label-reviews-title .counter::after {
    content: ")";
}
/*------------san styles-----------------*/
.cms-home .columns.container{
    padding: 0!important;
}
body.cms-home{
    background-color: #ffffff!important;
}
.cms-home .container.tab-session{
    background: #ededed;
    padding: 0px 20px 30px;
    margin-top: 45px;
}
.tab-content .product_listing{
    /* margin-top: 20px; */
}
.price {
    color: #f63147;
}
.sidebar-categories a:hover {
    opacity: .8;
    transition: .2s ease-in-out;
    cursor: pointer;
    background: #ececec;
}
.sidebar-categories .top_Catgories > h2, 
.sidebar-categories .more_categories h2, 
.sidebar-categories .trending_searches h2{
    border-left: 4px solid #f63147;
    line-height: 30px;
}
.modal-slide._inner-scroll .modal-header {
    border-bottom: 0;
}
 .block-authentication .block-title strong {
    font-size: 26px;
}
.wk-file-label {
    padding: 8px 12px 7px 30px;
    background-color: #f63147;
}

.catalogsearch-result-index .filter-options-content {
    margin: unset;
}
.catalogsearch-result-index .filter-options .filter-options-content ol {
    min-height: 43px;
}
.catalogsearch-result-index .sidebar.sidebar-additional {
    width: 27%;
}
.catalogsearch-result-index .sidebar.sidebar-additional .block {
    width: 300px;
}

/************************New CSS**************************/

.container-fluid_1 {
    background: #234b8c !important;
}

.field.search .control input#search {
    padding: 7px !important;
}

header.page-header {
    margin-bottom: 0px !important;
}

.catalog-category-view .breadcrumbs.container ul.items li a {
    font-size: 20px !important;
    color: #234b8c !important;
}

.filter-options {
    margin: 0;
    -webkit-box-shadow: 5px 5px 5px 0px rgb(0 0 0 / 20%);
    -moz-box-shadow: 5px 5px 5px 0px rgb(0 0 0 / 20%);
    box-shadow: 5px 5px 5px 0px rgb(0 0 0 / 20%);
    border: 1px solid #234b8c;
}

.filter-options .filter-options-content {
    border-bottom: 1px solid #234b8c;
}

.filter-options-title.card-header {
    font-weight: 700;
    font-size: 16px;
    color: #234b8c;
}

.secoundary-sidebar .block-content .filter-options-content ol.items li.item a {
    font-size: 14px;
    font-weight: 500;
}

.secoundary-sidebar .block-content .filter-options-content ol.items li.item a:hover {
    background: #234b8c;
    font-weight: 500;
}

.toolbar.toolbar-products {
    border: 1px solid #234b8c;
    border-radius: 0px;
    -webkit-box-shadow: 5px 5px 5px 0px rgb(0 0 0 / 20%);
    -moz-box-shadow: 5px 5px 5px 0px rgb(0 0 0 / 20%);
    box-shadow: 5px 5px 5px 0px rgb(0 0 0 / 20%);
}

.products {
    margin-right: 0px !important;
}

.page-products .columns li.item.product.product-item {
    margin-left: 0px !important;
    border-radius: 0px;
    width: 32% !important;
    margin-right: 10px;
	border: 1px solid #234b8c;
    -webkit-box-shadow: 5px 5px 5px 0px rgb(0 0 0 / 20%);
    -moz-box-shadow: 5px 5px 5px 0px rgb(0 0 0 / 20%);
    box-shadow: 5px 5px 5px 0px rgb(0 0 0 / 20%);
	margin-top: 15px !important;
	padding: 10px !important;
    padding-bottom: 20px !important;
}

.products.wrapper.grid.products-grid {
    margin-top: 0px !important;
}

div.model_field {
    margin-top: 10px !important;
}

h5.model_field_uom {
    color: #234b8c;
}

.products.wrapper.grid.products-grid .product.details.product-item-details h5.model_field {
    color: #234b8c !important;
}

.toolbar.toolbar-products {
    margin-top: 0px !important;
}

button.btn.btn-danger.view.view_price.quotesystem_cat_add.action.toquote.primary.trigger-auth-popup {
    background: #234b8c !important;
    border-radius: 0px !important;
}

.quote_button .action.toquote.primary{
	background: #234b8c !important;
    border-radius: 0px !important;
}