/*

Primary:#515050
Secondary:#6e6b6c
Territory:#443c3f
*/
.checkout-index-index .step-content .actions-toolbar button.back {
    line-height: 2.2rem;
    padding: 15px 17px;
    font-size: 1.8rem;
}

.primary.tocartmain {
    float: left !important;
}

.main.container {
    padding-top: 30px;
    padding-bottom: 30px;
}


/*Products Items*/

.block,
.block-banners,
.block-banners-inline {
    margin-bottom: 20px;
}

.main .block {
    margin-bottom: 0;
}


/*Category products*/

.product-items .item {
    height: 100%;
    margin-bottom: 20px;
}

.items-grid .price-box {
    margin-top: 0;
}

.product-items .item .product-item-info {
    position: relative;
    padding: 15px;
    height: 100%;
    width: auto;
    border: 0px solid;
    border-color: inherit;
    -webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.2);
}

.items-grid .item .product-item-info,
.itemgrid .item .product-item-info {
    text-align: center;
}

.items-grid .item .product-item-info {
    padding-bottom: 15px;
}

.product-items .product-item-img a {
    text-align: center;
    display: block;
    max-width: 100% !important;
}

.product-items .product-image-photo {
    display: inline-block !important;
    /* max-width: none;
    max-height: none; */
}

.product-items .item .price-box .price {
    font-size: 22px;
    font-weight: 400;
}


/*Category products:- grid view*/

.category-products .column.main {
    min-height: 0;
}

.category-products-grid.products.grid {
    margin: 0 !important;
}

.category-products-grid .product-items {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 -10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.category-products-grid .item {
    width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33%;
    flex: 0 0 33.33%;
    max-width: 33.33%;
    padding: 0 10px;
    padding-bottom: 0 !important;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-width: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    height: auto !important;
}

@media (max-width:1024px) {
    .category-products-grid .item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33%;
        flex: 0 0 33.33%;
        max-width: 33.33%;
    }
}

@media (max-width:576px) {
    .category-products-grid .item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
}

@media (max-width:360px) {
    .category-products-grid .item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}

@media (max-width:812px) {
    .items-grid.equal-height .item .actions .actions-primary form {
        display: block !important;
    }
    .category-products-grid .item .custom-btns {
        display: block;
    }
    .category-products-grid .item .quantity_custom {
        margin-bottom: 10px;
        margin-right: 0;
    }
}

.items-grid.equal-height .item .actions {
    bottom: 15px !important;
    /* <== To override in grid view */
    padding: 0 !important;
    /* <== To override in grid view */
    width: 89%;
    /* <==  width:89% for none-supported browser */
    width: 100%;
    text-align: center;
    margin: 0;
    position: static;
}

.products .item .actions .actions-primary {
    float: none;
    display: block;
    text-align: center;
}

.products .item .actions .actions-primary form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.products .item .actions .actions-primary .price-box {
    margin-bottom: 0;
}

.product-item .tocart,
.product-items .item .tocart {
    padding-top: 10px;
    padding-bottom: 10px;
}

.items-grid.equal-height .item {
    padding-bottom: 0;
}

.items-grid.equal-height .item .product-item-info {
    padding-bottom: 15px;
}

.product-item-img a {
    display: block;
}

.items-grid .product-item-name {
    line-height: 1.465;
    font-size: 14px;
    max-height: 42px;
    height: 42px;
    margin-top: 5px;
    padding-top: 0;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.items-grid .product-item-name a {
    display: block;
}

.products-grid .product-item {
    margin-bottom: 0;
}


/*Category products:- list view*/

.products-list .item {
    border: 0;
    padding: 0;
}

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

@media (min-width:813px) {
    .products-list .item .product-item-info {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        width: 100%;
    }
    .products-list .item .product-item-info>* {
        width: auto;
        min-width: 0;
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        max-width: 100%;
    }
    .products-list .item .product-item-info .product-item-img {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
        padding-bottom: 0;
    }
    .products-list .item .product-item-info>.details {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        padding-left: 15px;
    }
    .products-list .item .addto-links {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-top: 15px;
    }
}

.product-items .btn-custom {
    font-size: 12px;
    width: 100%;
    margin-top: 5px;
    text-align: center;
}

.product-items .btn-custom_secondary {
    background-color: #555;
}

@media (max-width:560px) {
    .products-list .item .product-item-info {
        display: block;
    }
    .products-list-ext .product-item-details,
    .products-list-ext .product-item-inner {
        padding-left: 0;
    }
    .products-list .item .addto-links {
        margin-top: 0;
    }
}

.catalogpages .product-item {
    margin-top: 0;
}


/*Block itemslider*/

.block.itemslider .owl-wrapper {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
}

.block.itemslider .owl-item {
    padding: 3px 7.5px;
}

.block.itemslider .item {
    padding: 0;
    background-color: #fff;
}

.block.itemslider .wrapper.grid {
    margin: 0 -10px;
}

.block.itemslider .block-content {
    margin-bottom: 0;
}

.items-grid-thumbnails .product-item-name {
    min-height: 65px;
}


/*Scroll items in sidebar*/

.custom-sidebar-right .block.itemslider .item {
    text-align: left;
    padding: 0 10px;
}

.custom-sidebar-right .block.itemslider .item .product-item-info {
    text-align: left;
}

.product-item-img .brand {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99;
    width: 60px;
}

.sidebar .action.primary {
    font-size: 12px;
}


/* #cart-sidebar-reorder .product-item {
    padding-left: 18px;
    position: relative;
    min-height: 80px;
}
#cart-sidebar-reorder .choice {
    position: absolute;
    left: 0;
    top: 0;
} */

.modal-popup .modal-footer {
    padding: 15px;
}

.modal-popup .modal-header,
.modal-popup .modal-content,
.modal-popup .modal-footer {
    padding-left: 15px;
    padding-right: 15px;
}

.box-brand img {
    margin: 0;
}

.cart-container .checkout-methods-items .action.primary {
    font-size: 15px;
}


/*My account*/

.account-nav .item a:not(:hover) {
    color: inherit;
}


/*Blog*/

.post-holder {
    background-color: #f5f5f5;
    padding: 15px;
}

.post-list .post-content .post-read-more,
.post-view .post-nextprev-hld .nextprev-link {
    background-image: none;
    background: #000;
    border: none;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    /* font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif; */
    font-weight: 600;
    padding: 8px 15px;
    font-size: 1.4rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    vertical-align: middle;
    text-transform: uppercase;
}

.post-list .post-content .post-read-more:hover,
.post-view .post-nextprev-hld .nextprev-link:hover {
    background-color: #ef6800;
}

.post-list .post-header .post-title {
    margin-top: 0;
    padding-top: 0;
}

.post-list .post-header .post-title a {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 2rem;
    color: #222;
    display: block;
}

.widget.block-categories li a:not(:hover) {
    color: #333;
}

.widget.blog-search .action.search {
    top: 50%;
    margin-top: -7px;
}

.widget.blog-search .action.search:before {
    content: "\e235";
    font: normal normal normal 14px/1 ThemeIcons;
}

.post-view .block {
    margin-bottom: 0;
}

@media (max-width:767px) {
    .scroll-items .product-items .item .tocart {
        font-size: 12px;
    }
}

.prices-tier {
    background: none;
    padding: 0;
    margin: 0;
}

.breadcrumbs {
    margin: 0 0 20px;
}

.breadcrumbs .items {
    padding-left: 0 !important;
}

.sidebar .block-title {
    height: auto;
    line-height: 22px;
    padding: 0 0 10px !important;
    background: none;
    color: #000;
    font-size: 18px;
    font-weight: normal;
    border: 0;
    border-bottom: 1px solid #bebebe !important;
    margin-bottom: 0 !important;
}

.block .block-title strong,
.block-title a,
.block-title strong {
    font-size: 15px !important;
    font-weight: normal;
    text-transform: uppercase;
}

.sidebar .block {
    margin-bottom: 15px;
}

.sidebar .block-subtitle,
.sidebar .block-title {
    height: auto;
    line-height: 22px;
    padding: 0 0 10px !important;
    background: none;
    color: #515050;
    font-size: 18px;
    font-weight: normal;
    border: 0;
    border-bottom: 1px solid #bebebe;
    text-transform: uppercase;
}

.sidebar .block-content {
    padding: 10px 0;
    color: #555;
    font-size: 12px;
    margin: 0;
    border: 0;
}

.sidebar .block-account .block-content,
.block.block-promo .block-content,
.sidebar .block-account .block-content {
    padding: 0;
}

.sidebar .block-vertnav .block-content {
    padding: 0;
    border: 0;
    background: #f6f6f6;
}

.sidebar .block-content a {
    color: #555;
}

.sidebar .block-compare .block-title {
    margin-bottom: 15px !important;
}

@media (min-width: 768px) {
    .is-blog .column.main {
        width: 62%;
        border-right: 1px solid #e5e5e5;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding-right: 25px;
    }
    .is-blog .sidebar-main {
        width: 38%;
    }
}

.is-blog .breadcrumbs {
    margin-bottom: 20px;
}

.is-blog .post-list h2 {
    margin: 10px 0;
    line-height: normal;
    font-size: 24px;
}

.is-blog .post-list h2 a {
    color: #333;
}

.is-blog .post-list h3 {
    padding: 5px 10px;
    background: #eee;
    font-size: 12px;
}

.is-blog .postDetails {
    display: none;
}

.is-blog .block .block-content li.item {
    padding: 0;
}

.post-entry {
    font-size: 100%;
}

.is-blog .social {
    margin-bottom: 20px;
}

.is-blog .post-date {
    background: #575757;
    color: #fff;
    font-size: 1.1em;
    font-weight: 700;
    padding: 0.25em 0.5em;
    text-transform: uppercase;
    display: inline-block;
    font-style: normal;
}

.is-blog .sidebar .block,
.sidebar .grouped,
.is-blog .post-list li.item {
    border-bottom: 1px dashed #dadada;
    margin-bottom: 30px;
    padding-bottom: 0;
}

.sidebar .grouped .block {
    display: inline-block;
    vertical-align: top;
    padding-right: 30px;
    border: 0;
    padding-bottom: 0;
}

.sidebar .grouped .block .block-title {
    border: 0;
    padding: 0;
}

.is-blog .no-gutter.grid-col2-main {
    width: 62%;
    border-right: 1px solid #e5e5e5;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 25px;
}

.is-blog .no-gutter.grid-col2-sidebar {
    width: 38%;
    float: right;
}

.alignright {
    margin: 15px;
    margin-right: 0;
}

.alignleft {
    margin: 15px;
    margin-left: 0;
}

.is-blog .page-title-wrapper {
    display: none;
}

.is-blog .page-title {
    font-size: 34px;
}

.is-blog .sidebar-additional {
    display: none;
}

.is-blog .read-more {
    color: #515050;
    ;
}

.customer-agreements-block {
    margin-bottom: 15px;
}

.customer-agreements-block label>button {
    color: #333;
}

.customer-agreements-block .required-entry,
.customer-agreements-block label {
    vertical-align: middle;
}

#notice-cookie-block .content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

#notice-cookie-block .content>* {
    margin: 0;
    padding: 0 10px;
}

.message.global.noscript a,
.message.global.cookie a {
    color: #000;
    text-decoration: underline;
}

.products-list .actions-primary {
    float: none;
    display: block;
    margin-bottom: 15px;
}

.quantity_custom {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-right: 15px;
}

.quantity_custom #qty {
    width: 44px;
    height: 36px;
}

.button-container {
    width: 20px;
    font-size: 0;
}

.button-container button {
    background-color: #eee;
    color: #333;
    padding: 5px;
    font-weight: bold;
    font-size: 14px;
    width: 20px;
    height: 18px;
    padding: 0;
    text-align: center;
}

.button-container button:hover {
    background-color: #515050;
    color: #fff;
}

.crosssell .product-item {
    text-align: center;
}

.crosssell .product-item-actions {
    display: inline-block;
}

.crosssell .product-item-name {
    line-height: normal;
    font-size: 14px;
    height: 60px;
    overflow: hidden;
    border-top: 1px solid #e5e5e5;
    padding-top: 10px;
    text-align: center;
}

.page.messages.stick-msg {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 99;
}

@media (min-width:768px) {
    .page.messages.stick-msg {
        top: 65px;
    }
}

.page.messages.stick-msg .messages {
    max-width: 1200px;
    margin: 0 auto;
    width: 100%;
}

.page.messages.stick-msg .messages .message.success {
    /* display: inline-block!important; */
    width: 100%;
}

#scroll-to-top:hover {
    background-color: #6e6b6c;
}

@media (max-width:1024px) {
    #scroll-to-top {
        display: none !important;
    }
}

.ui-slider-handle {
    background: #6e6b6c;
}

.choice.consent div.mage-error {
    float: right;
}

.block.newsletter .field.consent {
    background-color: #eee;
    padding: 10px;
}

.product-reviews-summary .action.view {
    font-weight: bold;
}

.product-lower-primary-column.grid12-12 {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
}

@media (max-width:480px) {
    .block.filter .block-title.filter-title strong {
        position: static;
        display: block;
        line-height: normal;
    }
    .filter.active .filter-title strong:after {
        position: absolute;
        right: 0;
    }
}

#layered-filter-block-container .filter-options-content a {
    display: inline-block;
}

div#ln_slider_text_price {
    margin-top: 10px;
}

.box-tocart {
    position: relative;
}

.box-tocart #qty-error {
    position: absolute;
    left: 0;
    top: 95%;
    border: 1px solid;
    padding: 4px 10px;
    height: 26px;
    background-color: rgba(224, 43, 39, 0.10);
    white-space: nowrap;
}

#block-stockalert .bss_productstockaler {
    position: relative;
    max-width: 420px;
}

#block-stockalert .field {
    width: 100%;
    margin-right: 0;
}

#block-stockalert .actions-toolbar {
    position: absolute;
    right: 0;
    top: 0;
}

#block-stockalert .notify {
    height: 32px;
}

.col-scroll-items {
    margin-bottom: 30px;
}

.page-main>.page-title-wrapper {
    margin-bottom: 20px;
}

.page-title {
    font-weight: 300;
}

.addto-links-icons.addto-onimage {
    padding: 0;
    /*   bottom: 15px;
  right: 15px; */
}

.uaccordion ul {
    padding-left: 20px;
}

.sideacco .nav-item>a {
    background-color: #FFF;
    padding: 0;
    line-height: normal;
    font-size: 14px;
    padding: 10px 0;
    -webkit-transition: all .5s cubic-bezier(.25, .46, .45, .94);
    -o-transition: all .5s cubic-bezier(.25, .46, .45, .94);
    transition: all .5s cubic-bezier(.25, .46, .45, .94);
    border-bottom-color: #e5e5e5;
}

.sideacco ul .nav-item a {
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 13px;
}

.sideacco .nav-item>a:hover {
    padding-left: 10px;
    background-color: #eee;
    color: #222;
}

.sideacco .nav-item.parent>a,
.filter-options-title {
    background: none;
    color: #333;
    text-transform: none;
    font-size: 14px;
}

.sideacco .nav-item.parent.item-active>a {
    font-weight: bold;
}

.sideacco .nav-item.current>a {
    color: #515050;
    background-color: #eee;
    padding-left: 10px;
    font-weight: 600;
}

.sideacco .nav-item.current>.opener,
.sideacco .nav-item>a:hover+.opener {
    color: #333;
}

.sideacco .nav-item li .opener {
    width: 25px;
    height: 25px;
    line-height: 25px;
    background: none!important;
}

.sideacco .nav-item .nav-submenu li a::before {
    content: "-";
    display: inline-block;
    padding-right: 3px;
}

.sideacco .nav-item .nav-submenu li a {
    /* border-bottom: 0;
    padding: 5px 0;
    padding-left: 0;
    font-size: 13px;
    color: #333;
    font-weight: 600; */
    border-bottom: 0;
    padding: 5px;
}

.sideacco .nav-item .nav-submenu li li a {
    padding-left: 15px;
    font-weight: normal;
}

.sideacco .nav-item .nav-submenu li.current>a {
    color: #515050;
    background: none;
    font-weight: 600;
    background-color: #eee;
    margin-top: 5px;
    margin-bottom: 5px;
}


/*Gallery*/

.fotorama__stage {
    border: 1px solid #ddd;
    padding: 0;
    margin-bottom: 15px;
}

.filter-options-content {
    padding-left: 0;
}

.swatch-attribute .swatch-option,
.swatch-attribute .swatch-option.text {
    line-height: normal;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 12px;
    color: #555;
    border: 1px solid #ddd;
    height: 30px;
    /*  width: 30px; */
    height: 38px;
    padding: 10px;
}

.swatch-attribute.brand .swatch-option {
    width: auto;
    height: 38px;
    padding: 10px;
}

.swatch-option-tooltip .image {
    max-width: 80px;
    height: 50px;
}

.swatch-attribute-options {
    /* padding: 10px 0 5px; */
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    */
}

.product-view .swatch-attribute .swatch-option {
    border: 1px solid #ddd;
}

.product-info-main .product-info-stock-sku>* {
    display: inline-block;
    margin: 5px 5px 5px 0;
    vertical-align: middle;
}

.product-info-main .stock.available,
.product-info-main .stock.unavailable {
    text-transform: none;
    font-weight: normal;
}

.product-info-main .stock.available {
    color: green;
}

.product-info-main .stock.unavailable {
    color: red;
}

.product-info-main .stock .stock_label {
    color: #515050;
    font-weight: bold;
}

.product-info-main .product-add-form {
    margin-bottom: 0;
    border: 0;
}

.feature-wrapper.top-border {
    padding-top: 0;
    margin-top: 10px;
    border: 0;
}

.product-info-main .product-info-stock-sku {
    margin-top: 15px;
    padding-bottom: 10px;
    margin-bottom: 0;
    border-bottom: 0;
    border: 0;
}

.product-info-main .sharethis {
    display: inline-block;
    margin-left: 15px;
    vertical-align: middle;
}

.product-info-main .product-addto-links .action,
.product-options-bottom .product-addto-links .action {
    margin-right: 15px;
}

.product-view.product-columns-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.custom-sidebar-right .inner {
    border: 0;
    padding-left: 0;
}

#itemslider-product-related .owl-wrapper {
    display: block !important;
}

#itemslider-product-related .owl-item {
    padding-left: 0;
    padding-right: 0;
}

.block.itemslider .block-title {
    padding: 0;
    margin-bottom: 15px;
    border-bottom: 1px solid #ccc;
    line-height: normal;
    height: auto;
    padding-bottom: 10px;
}

#block-related-heading {
    display: block;
    margin: 0;
    font-size: 22px;
    font-weight: normal;
    text-transform: uppercase;
    color: #333;
    position: relative;
}

@media(max-width:812px) {
    .product-view.product-columns-wrapper {
        display: block;
    }
    .product-view.product-columns-wrapper>* {
        display: block;
        float: none;
        width: 100% !important;
        max-width: 100%;
    }
    .product-info-main .box-tocart .fieldset {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }
    .product-info-main .box-tocart .field.qty {
        margin-left: 10px;
    }
    .product-info-main .product-info-price {
        -webkit-box-pack: normal;
        -ms-flex-pack: normal;
        justify-content: normal;
    }
    .product-info-main .product-info-price .price-box {
        margin-right: 15px;
    }
    .product-secondary-column.custom-sidebar-right.grid12-2 {
        margin-top: 30px;
    }
}

.table-dimension tr td {
    padding: 3px 0;
    font-size: 13px;
}

.table-dimension tr td:first-child {
    /* max-width: 20px; */
    width: 38%;
}

.block.upsell.itemslider {
    margin-top: 30px;
}

@media(max-width:767px) {
    .product.data.items.style1.show-tabs>.item.content.gallery-wrap {
        border: 0;
        margin-top: 0;
    }
    #maincontent .product.data.items.style1>.item.title>.switch {
        padding-top: 10px;
        padding-bottom: 10px;
        height: auto;
        line-height: normal;
    }
    .product-info-main .box-tocart .actions .action.tocart {
        min-width: auto;
        font-size: 15px;
    }
    .product-delivery-info {
        display: block;
        margin: 0;
    }
    .product-delivery-info-border {
        border: 0;
    }
}

.product-view .items-grid .price-box {
    margin: 0;
}

.block-viewed-products-grid .product-item-info {
    text-align: center;
}

.block-viewed-products-grid ol.product-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -7.5px !important;
}

.block-viewed-products-grid .product-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 12.5%;
    flex: 0 0 12.5%;
    max-width: 12.5%;
    margin: 0 !important;
    padding: 0 7.5px !important;
}

@media(max-width:812px) {
    .block-viewed-products-grid .product-item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66%;
        flex: 0 0 16.66%;
        max-width: 16.66%;
    }
}

@media(max-width:575px) {
    .block-viewed-products-grid .product-item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33%;
        flex: 0 0 33.33%;
        max-width: 33.33%;
    }
}

@media(max-width:480px) {
    .block-viewed-products-grid .product-item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
}

.block-viewed-products-grid .product-item-name {
    font-size: 12px;
}

.block-viewed-products-grid .block-title {
    padding: 0;
    margin-bottom: 15px;
    border-bottom: 1px solid #ccc;
    line-height: normal;
    height: auto;
    padding-bottom: 5px;
}

#layer-product-list .product-item-actions::before,
#layer-product-list .product-item-actions::after {
    display: none;
}

.fotorama__stage__frame .fotorama__img {
    width: 100%;
    max-width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

@media (min-width: 768px) {
    .sidebar-sticky {
        position: -webkit-sticky;
        position: sticky;
        top: 70px;
        z-index: 1;
    }
    .cart.main.actions {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .cart.main.actions .action {
        margin-bottom: 0;
    }
}

#search_autocomplete {
    margin-top: 5px;
    max-width: 250px;
    border-radius: 6px;
}

@media only screen and (max-width: 767px) {
    #search_autocomplete {
        max-width: 100%;
        width: 100%!important;
    }
}

#search_autocomplete .suggestions-box,
#suggestion_tab {
    display: none;
}

#search_autocomplete .product-search-items-box {
    width: 100%;
}

.search-autocomplete div.qs-heading {
    background-color: #eee;
    color: #333;
}

.block-search .control .view-all-result {
    margin-left: 5px;
    text-decoration: underline;
    font-weight: 600;
    color: #000;
}

.search-autocomplete ul li a {
    display: flex;
    /* flex-wrap: wrap; */
    align-items: center;
}

.search-autocomplete ul.product-search-items li .qs-option-details {
    width: auto;
    margin-left: 10px;
}

.search-autocomplete ul.product-search-items li .qs-option-image {
    flex: 0 0 60px;
}

li.qs-option-product:hover {
    background-color: #f5f5f5!important;
}

@media only screen and (max-width: 767px) {
    .search-autocomplete.three-columns {
        padding: 0!important;
        border-top: 1px solid #ddd;
        border-radius: 6px;
    }
    .search-autocomplete #product_tab {
        width: 100%;
        background-color: #d8d8d8;
        border-radius: 6px 6px 0 0;
        text-align: left;
    }
    .block-search .control .search-pop.close {
        top: 9px;
        right: 26px;
    }
}

.filter-options-content .item {
    position: relative;
}

.filter-options-content .count {
    position: absolute;
    right: 0;
    top: 4px;
}

.filter-current {
    margin-bottom: 15px;
}

.search-autocomplete ul.product-search-items li .qs-option-details .qs-name {
    height: auto;
}

/*//
// NEW STYLES
// ======================================================*/
.search-autocomplete ul.product-search-items li .qs-option-details .qs-desc {
    margin-right: 1rem;
}
.search-autocomplete ul.product-search-items li .qs-option-details .qs-price {
    font-weight: 700;
}
.action.primary, .action-primary {
    background-color: #515050;
}
.action.primary:hover, .action-primary:hover {
    background: #333333; 
}
.page-with-filter .mdsearch-result-page .product.data.items > .item.title > .switch {
    line-height: 30px;
}

#payment .payment-method-content .actions-toolbar {
      margin-top: 20px;
}
.product-items .product-image-photo {
     max-width: 100%;
     max-height: 100%;
     width: auto;
}