/* category page */

.catalog-category-view div#wrapper .container.container-content .toolbar .sort-by a {
    color: #3d4046;
    text-decoration: none;
    position: relative;
    top: 1px;
}

.catalog-category-view .breadcrumbs {
    margin-bottom: 28px;
}

.catalog-category-view .breadcrumbs ul li.home a {
    font-size: 14px;
    font-weight: 700;
}

.catalog-category-view div#wrapper .container.container-content .category-products .sorter .sort-by select {
    margin: -1px auto 0px;
    padding: 6px 40px 7px 10px;
}

.catalog-category-view div#wrapper .container.container-content .toolbar-top .sort-by a i {
    position: relative;
    top: 2px;
}

.catalog-category-view div#wrapper .container.container-content .col-xs-12.no-gutter.category-products {
    margin-bottom: 10px;
}

.catalog-category-view div#wrapper .container.container-content .category-products .products-grid {
    width: 100%;
    border-bottom: none;
}

.catalog-category-view div#wrapper .container.container-content .category-products .products-grid li.item {
    width: 33.3333%;
    float: left;
}

.catalog-category-view div#wrapper .container.container-content .category-products .products-grid li.item .colorswatch-swatch-container span.swatch {
    line-height: 20px;
}

.catalog-category-view div#wrapper .container.container-content .category-products .products-grid li.item:nth-child(3n+1) {
    clear: left;
}

.catalog-category-view div#wrapper .container.container-content .category-products .products-grid li.item h2.product-name {
    margin-bottom: -7px;
}

.catalog-category-view div#wrapper .container.container-content .category-products .products-grid li.item h2.product-name a {
    text-decoration: none;
    color: #3d4046;
    letter-spacing: 1px;
}

.catalog-category-view div#wrapper .container.container-content .category-products .products-grid li.item .price-box {
    margin-top: 4px;
    margin-bottom: 20px;
}

.catalog-category-view div#wrapper .container.container-content .category-products .products-grid li.item p.brand {
    color: #000;
}

.catalog-category-view div#wrapper .container.container-content .category-products .products-grid li.item .price-box span.price {
    color: #000;
    font-weight: bold;
    font-size: 14px;
}

.catalog-category-view div#wrapper .container.container-content .category-products .products-grid li.item .ratings span.rating-points {
    display: none;
}

.catalog-category-view .products-grid li.item .hover{
        opacity: 0;
}

.catalog-category-view .products-grid li.item a{
        position: relative;
        display: inline-block;
}

.catalog-category-view .products-grid li.item .hover:hover{
        opacity: 1;
}
.catalog-category-view .products-grid li.item .hover{
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1;
}

.catalog-category-view .products-grid li.item .hover img{
        width: 210px;
        height: 210px;
}

.catalog-category-view div#wrapper .container.container-content .category-products .products-grid li.item .ratings span.rating-count {
    display: none;
}

.catalog-category-view div#wrapper .container.container-content .category-products .products-grid li.item p.rating-link {
    display: none;
}

.catalog-category-view div#wrapper .container.container-content .category-products .products-grid li.item .actions ul.add-to-links {
    display: none;
}

.catalog-category-view div#wrapper .container.container-content .category-products .products-grid li.item .colorswatch-attribute {
    margin: 0 auto;
    display: inline-block;
    width: auto;
}

.catalog-category-view div#wrapper .container.container-content .category-products .products-grid li.item .actions button.button.btn-cart {
    padding: 0px;
    height: 28px;
    width: auto;
    background: #2C292B;
}

.catalog-category-view div#wrapper .container.container-content .category-products .products-grid li.item .actions p.availability.out-of-stock {
    height: 28px;
    width: auto;
    background: #D9D9D9;
    max-width: 116px;
    margin: auto;
}

.catalog-category-view div#wrapper .container.container-content .category-products .products-grid li.item .actions p.availability.out-of-stock span {
    line-height: 28px;
    color: #FFFFFF;
    font-weight: bold;
    font-family: 'Futura PT', sans-serif;
    font-size: 12px;
    text-transform: uppercase;
}

.catalog-category-view div#wrapper .container.container-content .category-products .products-grid li.item .actions button.button.btn-configure {
    padding: 0px;
    height: 28px;
    width: auto;
    background: #2C292B;
}

.catalog-category-view div#wrapper .container.container-content .category-products .products-grid li.item .actions button.button.btn-configure:hover {
    background: #EE4498;
}

.catalog-category-view div#wrapper .container.container-content .category-products .products-grid li.item .actions button.button.btn-configure span {
    font-size: 12px;
    font-family: 'Futura PT', sans-serif;
    line-height: 28px;
    padding: 0px 9.7px;
    font-weight: bold;
    display: block;
}

.catalog-category-view div#wrapper .container.container-content .category-products .products-grid li.item .actions button.button.btn-cart:hover {
    background: #EE4498;
}

.catalog-category-view div#wrapper .container.container-content .category-products .products-grid li.item p.brand {
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 1px;
    font-family: 'Futura PT', sans-serif;
    margin-bottom: 1px;
}

.catalog-category-view div#wrapper .container.container-content .category-products .products-grid li.item .actions button.button.btn-cart span {
    font-size: 12px;
    font-family: 'Futura PT', sans-serif;
    line-height: 28px;
    padding: 0px 9.7px;
    font-weight: bold;
}

.ias-spinner {
    display: inline-block;
    width: 100%;
    padding-bottom: 0px;
    margin-top: 25px;
}

.ias-spinner span {
    background: url(../images/loading1.gif) no-repeat top center;
    display: block;
    padding-top: 60px;
    background-size: 70px;
}

.ias-spinner span em {
    font-family: 'Futura PT';
    font-style: italic;
    font-size: 14px;
}

@media (min-width: 500px) and (max-width: 800px) {
    .catalog-category-view .breadcrumbs {
        padding: 0px;
    }
    .catalog-category-view div#wrapper .container.container-content .category-products .products-grid li.item {
        width: 50%;
    }
    .catalog-category-view div#wrapper .container.container-content .category-products .products-grid li.item:nth-child(3n+1) {
        clear: none;
    }
    .catalog-category-view div#wrapper .container.container-content .category-products .products-grid li.item:nth-child(2n+1) {
        clear: left;
    }
    .catalog-category-view div#wrapper .container.container-content .category-products .products-grid li.item .actions button.button.btn-cart span {
        padding: 0px 28.5px;
    }
    .catalog-category-view div#wrapper .container.container-content .category-products .products-grid li.item .actions p.availability.out-of-stock {
        height: 28px;
        width: auto;
        background: #D9D9D9;
        max-width: 194px;
        margin: auto;
    }
}

@media (max-width: 500px) {
    .catalog-category-view div#wrapper .container.container-content .category-products .toolbar .sorter {
        padding: 0px 5px;
    }
    .catalog-category-view div#wrapper .container.container-content {
        padding: 0px;
    }
    .catalog-category-view div#wrapper .container.container-content .category-products .products-grid li.item {
        width: 50%;
    }
    .catalog-category-view div#wrapper .container.container-content .category-products .products-grid li.item:nth-child(3n+1) {
        clear: none;
    }
    .catalog-category-view div#wrapper .container.container-content .category-products .products-grid li.item:nth-child(2n+1) {
        clear: left;
    }
    .catalog-category-view div#wrapper .container.container-content .category-products .products-grid li.item .actions button.button.btn-cart span {
        padding: 0px 19px;
    }
    .catalog-category-view div#wrapper .container.container-content .category-products .products-grid li.item .actions p.availability.out-of-stock {
        height: 28px;
        width: auto;
        background: #D9D9D9;
        max-width: 158px;
        margin: auto;
    }

    .catalog-category-view .products-grid li.item form#product_addtocart_form .hover img{
        width: 180px;
        height: 180px;
    }
}


/* style page cart */

.checkout-cart-index div#navbar-header .row .col-xs-12 a.logo {
    width: 100%;
    margin: auto;
    text-align: center;
}

.checkout-cart-index form#shopping-cart-items table#shopping-cart-table tr.footable-detail-show td.unit-remove.last.footable-visible a.product-remove.fa.fa-close:before {
    content: "\f00d";
}

.checkout-cart-index div#advice-required-entry-coupon_code {
    position: absolute;
    bottom: 0px;
    left: 0px;
}

.checkout-cart-index form#discount-coupon-form .discount {
    position: relative;
}

.checkout-cart-index .under-table #discount-coupon-form .discount-form .input-box #coupon_code {
    padding: 0px 5px 0 15px;
}

.checkout-cart-index form#discount-coupon-form .discount-form button.button {
    padding: 11px 0px 9px 0px;
    line-height: 20px;
    height: auto;
    font-weight: bold;
    font-size: 14px;
    background: #2C292B;
}

.checkout-cart-index form#discount-coupon-form .discount-form button.button:hover {
    background: #EE4498;
}

.checkout-cart-index a.product-remove.fa.fa-close {
    text-decoration: none;
}

.checkout-cart-index #wrapper ul.messages {
    padding: 0px !important;
}

.checkout-cart-index #update-cart-button button.btn.btn-update {
    padding: 11px 0px 9px 0px;
    line-height: 20px;
    height: auto;
    font-weight: bold;
    font-size: 14px;
    background: #2C292B;
}

.checkout-cart-index #update-cart-button button.btn.btn-update:hover {
    background: #EE4498;
}

.checkout-cart-index .col-xs-12 .lower-right ul.checkout-types button.button.btn-proceed-checkout.btn-checkout {
    width: 100%;
    height: auto;
    font-size: 20px;
    line-height: 20px;
    margin-top: 10px;
    background: #2C292B;
    padding: 14.5px 0 12.5px;
}

.checkout-cart-index .col-xs-12 .lower-right ul.checkout-types button.button.btn-proceed-checkout.btn-checkout:hover {
    background: #EE4498;
}

.checkout-cart-index .row .col-xs-12 .clearfix.cart-customer-service {
    clear: both;
}

.checkout-cart-index .row .col-xs-12 .lower-right .continue-shopping a.btn.btn-outline.btn-continue-shopping {
    font-size: 14px;
    font-weight: bold;
    border: 1px solid #EE4498;
    height: 42px;
    padding: 14px 0px 9px;
}

.checkout-cart-index .row .col-xs-12 .to-free-shipping-message {
    letter-spacing: 1.2px;
}

.checkout-cart-index .row .col-xs-12 .to-free-shipping-message i.fa.fa-truck {
    font-size: 20px;
}

.checkout-cart-index .cart-service-flex .cart-service-info p a {
    font-family: 'Futura PT', sans-serif;
    font-size: 17px;
    font-weight: bold;
}

.checkout-cart-index .row .col-xs-12 .lower-right .afterpay-installments {
    letter-spacing: 1px;
    color: #2c292b;
}

.checkout-cart-index .row .col-xs-12 .lower-right .afterpay-installments img {
    width: 29%;
    position: relative;
    top: -2px;
    height: auto;
}

.checkout-cart-index .row .col-xs-12 .lower-right .afterpay-installments a.afterpay-what-is-modal-trigger:before {
    content: '' !important;
}

.checkout-cart-index .row .col-xs-12 .lower-right .afterpay-installments a.afterpay-what-is-modal-trigger:after {
    background: #000;
    content: '';
    display: block;
    height: 1.5px;
    left: 0;
    position: absolute;
    right: 0;
    bottom: 5px;
    width: 100%;
}

.checkout-cart-index .row .col-xs-12 .lower-right .afterpay-installments a.afterpay-what-is-modal-trigger {
    display: inline-block;
    font-size: 10px;
    vertical-align: middle;
    color: #000;
    position: relative;
    text-decoration: none;
}

.checkout-cart-index form#shopping-cart-items p.item-msg.error {
    font-family: 'Futura PT', sans-serif;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0.5px;
    color: #2C292B;
    font-weight: bold;
}

.checkout-cart-index .row .col-xs-12 .to-free-shipping-message i.fa.fa-truck {
    transform: rotateY(0deg);
}

.checkout-cart-index ::placeholder {
    width: 168px;
    height: 40px;
    padding: 14px 15px 15px 0px;
    font-family: 'Futura PT', sans-serif;
    font-size: 12px;
    line-height: 12px;
    font-weight: bold;
    color: #666;
}

.checkout-cart-index #shopping-cart-table span.price {
    color: #2C292B;
}

.checkout-cart-index .crosssell-container .carousel .slides li .detail button.btn {
    border-color: #EC4595 !important;
    color: #EC4595;
    font-size: 14px;
}

.checkout-cart-index .crosssell-container .carousel .slides li .detail button.btn:hover {
    background: #EC4595 !important;
    color: #FFFFFF;
}

@media (min-width: 992px) and (max-width: 1100px) {
    .checkout-cart-index #wrapper .container.cart {
        padding: 0 31px;
    }
}

@media (min-width: 833px) {
    .checkout-cart-index .under-table div#update-cart-button {
        display: block !important;
    }
    .checkout-cart-index table#shopping-cart-table input#qty {
        display: block !important;
    }
    .checkout-cart-index span.visible-xs.visible-sm {
        display: none !important;
    }
}

@media (max-width: 832px) {
    .checkout-cart-index .container.cart .under-table div#update-cart-button {
        display: none !important;
    }
    .checkout-cart-index .container.cart table#shopping-cart-table input#qty {
        display: none !important;
    }
    .checkout-cart-index .container.cart span.visible-xs.visible-sm {
        display: block !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .catalog-category-view .breadcrumbs ul {
        padding: 0px 15px !important;
    }
    .catalog-category-view .breadcrumbs {
        padding: 0px;
    }
    .checkout-cart-index .carousel .flex-direction-nav a {
        width: 26px;
        height: 48px;
        margin: -24px 0 0;
    }
    .checkout-cart-index .carousel .flex-direction-nav .flex-prev {
        background: url(../images/prev_mob.png) center no-repeat;
    }
    .checkout-cart-index .carousel .flex-direction-nav .flex-next {
        background: url(../images/next_mob.png) center no-repeat;
    }
    .checkout-cart-index #wrapper .container.cart {
        padding: 0 24px;
    }
    .checkout-cart-index .row .col-xs-12 .lower-right .afterpay-installments img {
        width: 18%;
        position: relative;
        top: -2px;
        height: auto;
    }
}

@media (max-width: 767px) {
    .catalog-category-view .breadcrumbs ul {
        padding: 0px 15px !important;
    }

    .catalog-category-view div#wrapper .container.container-content .category-products .products-grid li.item h2.product-name {
        margin-bottom: 0px;
    }
    .catalog-category-view div#wrapper .container.container-content .category-products .products-grid li.item {
        width: 46% !important;
        margin: 0 1.2% 60px 2.2%;
    }
    .catalog-category-view div#wrapper .container.container-content .category-products .products-grid li.item .actions button.button.btn-cart span {
        padding: 0px !important;
    }
    .catalog-category-view div#wrapper .container.container-content .category-products .products-grid li.item .actions button.button.btn-cart {
        max-width: 172px;
        width: 100%;
    }
    .catalog-category-view .breadcrumbs {
        padding: 0px;
    }
    .catalog-category-view div#wrapper .container.container-content .col-xs-12.no-gutter.category-products {
        padding: 0px 5px;
    }
    .catalog-category-view div#wrapper .container.container-content .category-products .products-grid li.item h2.product-name {
        line-height: 10px;
    }
    .catalog-category-view div#wrapper .container.container-content .category-products .products-grid li.item .actions p.availability.out-of-stock span {
        font-size: 12px;
    }
    .catalog-category-view div#wrapper .container.container-content .category-products .products-grid li.item h2.product-name a {
        letter-spacing: 0px;
    }
    .checkout-cart-index #wrapper.alternate {
        padding-top: 84px !important;
    }
    .checkout-cart-index #wrapper .container.cart {
        padding: 0 5px;
    }
    .checkout-cart-index .row .col-xs-12 .lower-right .afterpay-installments img {
        width: 18%;
        position: relative;
        top: -2px;
        height: auto;
    }
    .checkout-cart-index .fa-remove:before,
    .fa-close:before,
    .fa-times:before {
        content: "\f00d";
        text-decoration: none;
        color: black;
        border: none;
    }
    .checkout-cart-index .carousel .flex-direction-nav .flex-prev {
        background: url(../images/prev_mob.png) center no-repeat;
    }
    .checkout-cart-index .carousel .flex-direction-nav .flex-next {
        background: url(../images/next_mob.png) center no-repeat;
    }
    .searchbar.searchbar-header .search-frm {
        right: -67px !important;
    }
    .searchbar.searchbar-header .search-frm div#am_search_popup .am_search_popup_inner {
        border: 1px solid #555;
    }
    .searchbar.searchbar-header .search-frm div#am_search_popup .am_element {
        border-bottom: 1px solid #555555;
    }
    .catalogsearch-result-index .main .col-wrapper .col-main {
        padding: 0 5px;
    }
    .searchbar.searchbar-header .search-frm form#search_mini_form .form-search.search input[type="text"] {
        font-size: 16.5px;
    }
}


/* search */

.searchbar.searchbar-header .search-frm div#am_search_popup {
    margin-top: 0px;
}

.searchbar.searchbar-header .search-frm div#am_search_popup .am_search_popup_inner {
    border: 1px solid #555555;
}

.searchbar.searchbar-header .search-frm form#search_mini_form button.button {
    display: none !important;
}

.searchbar.searchbar-header .search-frm form#search_mini_form input[type="text"] {
    color: #555;
    width: 100%;
    height: 50px;
    padding: 6px 40px 5px 42px;
    font-size: 13px;
    line-height: 18px;
    letter-spacing: 1px;
    display: inline-block;
    border-radius: 5px;
    vertical-align: top;
    background-color: #FFFFFF;
    border: none;
}

.searchbar.searchbar-header .search-frm form#search_mini_form label {
    display: none !important;
}

.searchbar.searchbar-header .search-frm div#am_search_popup {
    border: none;
    width: 100%;
    border-radius: 0px;
}

.searchbar.searchbar-header .search-frm {
    background: #FFF;
    border: 1px solid #555555;
    border-radius: 7px;
}

.searchbar.searchbar-header .search-frm div#am_search_popup {
    border-radius: 0px;
}

.searchbar.searchbar-header .search-frm div#am_search_popup h3.am-container-title {
    display: none;
}

.searchbar.searchbar-header .search-frm div#am_search_popup .am_image {
    border-right: none;
}

.searchbar.searchbar-header .search-frm .am_search_popup_inner {
    border-radius: 0px;
}

.searchbar.searchbar-header .search-frm div#am_search_popup .am_image img {
    border: none;
}

.searchbar.searchbar-header .search-frm div#am_search_popup .am-products.am-fullwidth {
    padding: 0px;
}

.searchbar.searchbar-header .search-frm div#am_search_popup .am-products.am-fullwidth a.am-product-link.am-fullwidth {
    border-bottom: 1px solid #555555;
}

.searchbar.searchbar-header .search-frm div#am_search_popup .price_footer {
    margin-top: 0px;
}

.searchbar.searchbar-header .search-frm .am_search_popup .am_right {
    vertical-align: middle;
}

.searchbar.searchbar-header .search-frm div#am_search_popup .price_footer .price_cell {
    width: 100% !important;
}

.searchbar.searchbar-header .search-frm div#am_search_popup .price_footer span.price {
    font-style: normal;
}

.searchbar.searchbar-header .search-frm div#am_search_popup .am-products.am-fullwidth .am_element:hover {
    background: #FCCAE7;
    color: #202020;
}

.searchbar.searchbar-header .search-frm div#am_search_popup .am-products.am-fullwidth .am_element:hover {
    background: #FCCAE7;
    color: #202020;
}

div#am_search_container .am_search_popup .am-more-results {
    padding: 8px;
}

div#am_search_container .am_search_popup .more_results {
    color: #FFF !important;
    background: #EC068D !important;
    font-weight: normal !important;
}

div#am_search_container .am_search_popup .more_results span {
    display: none !important;
}

.catalogsearch-result-index .wrapper {
    width: 100%;
}

.catalogsearch-result-index .col-left.sidebar {
    display: none;
}

.catalogsearch-result-index .col-right.sidebar {
    display: none;
}

.catalogsearch-result-index .col-wrapper ul.shop-items.clearfix li .detail a {
    color: #3d4046;
    letter-spacing: 1px;
    font-family: 'Futura PT', sans-serif;
    font-size: 14px;
    line-height: 24px;
    text-decoration: none;
}

.catalogsearch-result-index .col-wrapper ul.shop-items.clearfix li .detail p.brand {
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 1px;
    font-family: 'Futura PT', sans-serif;
    margin-bottom: 1px;
    margin-top: -2px;
}

.catalogsearch-result-index .col-wrapper ul.shop-items.clearfix li button.btn.btn-cart {
    padding: 7px 22.5px;
    background: #2C292B;
}

.catalogsearch-result-index .col-wrapper ul.shop-items.clearfix li button.btn.btn-outofstock {
    padding: 7px 22.5px;
}

.catalogsearch-result-index .col-wrapper ul.shop-items.clearfix li .price-box {
    margin-top: 4px;
}

.catalogsearch-result-index .breadcrumbs ul {
    max-width: 100%;
    padding: 0 30px;
}

.catalogsearch-result-index .col-wrapper .col-main {
    padding: 0 30px;
}

.catalogsearch-result-index .col-wrapper .toolbar-top .select-wrapper {
    margin-top: -2px;
}

.catalogsearch-result-index .col-wrapper .toolbar-top .select-wrapper select {
    padding: 6px 40px 7px 10px;
}

.catalogsearch-result-index .col-wrapper .toolbar-top .sort-by a {
    color: #3d4046;
    text-decoration: none;
}

.catalogsearch-result-index .main-container ul.shop-items.clearfix {
    text-align: center;
    margin-top: 45px;
}

@media (max-width: 991px) {
    .catalogsearch-result-index .main-container ul.shop-items li {
        width: 46%;
    }
    .catalogsearch-result-index .main-container .toolbar-top .toolbar {
        padding: 10px 5px;
    }
}

.footer-subscribe-content .fa-remove:before,
.fa-close:before,
.fa-times:before {
    content: "\f00d";
}