.athena-main .product-item-inner .product-item-actions button.towishlist {
    background: transparent;
    margin: 0;
    padding: 0;
    border: 0;
    box-shadow: none;
    line-height: 35px;
    text-align: center;
    width: 35px;
}

.athena-required-error {
    display: none;
    color: red;
    font-size: 12px;
    margin-top: -10px;
    font-weight: bold;
}

.ui-slider-horizontal {
    height: 10px;
    -webkit-border-radius: 10px;
    border-radius: 0;
    border: none;
    background: #dedede;
    margin-top: 25px;
    padding-top: 0px;
    margin-left: 0px;
}

.ui-slider {
    position: relative;
    text-align: left;
}

.ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    cursor: default;
}

.ui-slider-horizontal .ui-slider-handle {
    margin-left: -5px;
}

.ui-slider-handle {
    height: 17px;
    width: 0px;
    -webkit-border-radius: 10px;
    background: #6e716e;
    display: block;
    position: absolute;
    cursor: pointer !important;
    margin-top: -3px;
    border-radius: 0%;
}

#filter-price-range .price-range-field {
    width: 45%;
    border: none;
    display: none;
}

#filter-price-range a:hover {
    background-color: #6e716e;
    text-decoration: none;
}

#show-price-range {
    text-align: center;
}

.actions-secondary form {
    display: inline-block;
}

.athena-main .product-item-inner .product-item-actions button.tocompare {
    background: transparent;
    margin: 0;
    padding: 0;
    border: 0;
    box-shadow: none;
    line-height: 35px;
    text-align: center;
    width: 35px;
}

.athena-index-index li.item {
    margin-bottom: 8px;
}

.athena-index-preview li.item {
    margin-bottom: 8px;
}

.mgs-filter-active .filter-current-subtitle {
    display: block;
    font-size: 18px;
    font-weight: 600;
    color: #222;
    position: relative;
    display: block;
    padding: 0 0 2px;
    margin-bottom: 15px;
}

.mgs-filter-active .filter-current-subtitle:before {
    height: 2px;
    width: 60px;
    content: "";
    position: absolute;
    bottom: 0;
    background-color: #222;
    left: 0;
}

.irs-line {
    position: relative;
    display: block;
    overflow: hidden;
    outline: none !important;
}

.irs-line-left, .irs-line-mid, .irs-line-right {
    position: absolute;
    display: block;
    top: 0;
}

.irs-line-left {
    left: 0;
    width: 11%;
}

.irs-line-mid {
    left: 9%;
    width: 82%;
}

.irs-line-right {
    right: 0;
    width: 11%;
}

.irs-bar {
    position: absolute;
    display: block;
    left: 0;
    width: 0;
}

.irs-bar-edge {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
}

.irs-shadow {
    position: absolute;
    display: none;
    left: 0;
    width: 0;
}

.irs-slider {
    position: absolute;
    display: block;
    cursor: default;
    z-index: 1;
}

.irs-slider.single {

}

.irs-slider.from {

}

.irs-slider.to {

}

.irs-slider.type_last {
    z-index: 2;
}

.irs-min {
    position: absolute;
    display: block;
    left: 0;
    cursor: default;
}

.irs-max {
    position: absolute;
    display: block;
    right: 0;
    cursor: default;
}

.irs .irs-to {
    right: 0 !important;
}

.irs-from, .irs-to, .irs-single {
    position: absolute;
    display: block;
    top: 0;
    /*left: 0;*/
    cursor: default;
    white-space: nowrap;
}

.irs-grid {
    position: absolute;
    display: none;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 20px;
}

.irs-with-grid .irs-grid {
    display: block;
}

.irs-grid-pol {
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 8px;
    background: #000;
}

.irs-grid-pol.small {
    height: 4px;
}

.irs-grid-text {
    position: absolute;
    bottom: 0;
    left: 0;
    white-space: nowrap;
    text-align: center;
    font-size: 9px;
    line-height: 9px;
    padding: 0 3px;
    color: #000;
}

.irs-disable-mask {
    position: absolute;
    display: block;
    top: 0;
    left: -1%;
    width: 102%;
    height: 100%;
    cursor: default;
    background: rgba(0, 0, 0, 0.0);
    z-index: 2;
}

.irs-disabled {
    opacity: 0.4;
}

.lt-ie9 .irs-disabled {
    filter: alpha(opacity=40);
}


.irs-hidden-input {
    position: absolute !important;
    display: block !important;
    top: 0 !important;
    left: 0 !important;
    width: 0 !important;
    height: 0 !important;
    font-size: 0 !important;
    line-height: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
    outline: none !important;
    z-index: -9999 !important;
    background: none !important;
    border-style: solid !important;
    border-color: transparent !important;
}

.irs {
    height: 55px;
}

.irs-with-grid {
    height: 75px;
}

.irs-line {
    height: 5px;
    top: 30px;
    background: #878787;
    border-radius: 5px;
    -moz-border-radius: 16px;
}

.irs-line-left {
    height: 8px;
}

.irs-line-mid {
    height: 8px;
}

.irs-line-right {
    height: 8px;
}

.irs-bar {
    height: 5px;
    top: 30px;
    background: #b40634;
}

.irs-bar-edge {
    height: 10px;
    top: 30px;
    width: 12px;
    border: 1px solid #428bca;
    border-right: 0;
    background: #428bca;
    background: linear-gradient(to top, rgba(66, 139, 202, 1) 0%, rgba(127, 195, 232, 1) 100%); /* W3C */
    border-radius: 16px 0 0 16px;
    -moz-border-radius: 16px 0 0 16px;
}

.irs-shadow {
    height: 2px;
    top: 38px;
    background: #000;
    opacity: 0.3;
    border-radius: 5px;
    -moz-border-radius: 5px;
}

.lt-ie9 .irs-shadow {
    filter: alpha(opacity=30);
}

.irs-slider {
    top: 25px;
    width: 15px;
    height: 15px;
    background: #b40634;
    border-radius: 15px;
    -moz-border-radius: 15px;
    cursor: pointer;
}

.irs-min, .irs-max {
    color: #333;
    font-size: 12px;
    line-height: 1.333;
    text-shadow: none;
    top: 0;
    padding: 1px 5px;
    background: rgba(0, 0, 0, 0.1);
    border-radius: 3px;
    -moz-border-radius: 3px;
}

.lt-ie9 .irs-min, .lt-ie9 .irs-max {
    background: #ccc;
}

.irs-from, .irs-to, .irs-single {
    color: #fff;
    font-size: 12px;
    line-height: 1.333;
    text-shadow: none;
    padding: 1px 5px;
    background: #000;
    border-radius: 3px;
    -moz-border-radius: 3px;
}

.lt-ie9 .irs-from, .lt-ie9 .irs-to, .lt-ie9 .irs-single {
    background: #999;
}

.irs-grid {
    height: 27px;
}

.irs-grid-pol {
    opacity: 0.5;
    background: #428bca;
}

.irs-grid-pol.small {
    background: #999;
}

.irs-grid-text {
    bottom: 5px;
    color: #99a4ac;
}

.irs-disabled {
}

.product-items .ajax-loading .scroll-ajax-button {
    border: 2px solid #b50938;
    background-color: #b50938;
    border-radius: 40px;
    display: inline-block;
    height: 50px;
    line-height: 48px;
    padding: 0 45px;
    font-size: 20px;
    color: #ffffff;
}

@import url('https://fonts.googleapis.com/css2?family=Poppins&display=swap');

.athena-logo {
    text-align: center;
    padding: 15px;
}

.athena-logo img {
    max-width: 200px;
    height: auto;
    display: inline-block;
}

#search {
    text-align: left;
    font-size: 16px;
    margin: 0 auto;
    border: 0;
    border: 1px solid #bbb;
    padding: 5px 20px;
    width: 100%;
    max-width: 600px;
    line-height: 40px;
    height: 40px;
    margin-top: 10px;
    border-radius: 40px;
}

#search:focus {
    outline: 0;
}

.form.minisearch {
    display: inline-block;
    position: relative;
    width: 100%;
    max-width: 100%;
}

.form.minisearch .arrow-search {
    display: none;
}

.form.minisearch.arrow .arrow-search {
    display: block;
    position: absolute;
    width: 20px;
    height: 20px;
    top: calc(100% + 22px);
    left: 40px;
    background: #ffffff;
    transform: rotate(45deg);
    right: 0;
    margin-left: auto;
    margin-right: auto;
}

.load-data #search_autocomplete:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgb(62, 128, 225, 0.4);
    width: 100%;
    height: 100%;
    z-index: 999;
}

.load-data .form.minisearch.arrow .arrow-search {
    background-color: rgb(62, 128, 225, 0.4);
}

.athena-search-autocomplete {
    background: #ffffff;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -o-border-radius: 20px;
    color: #878787;
    display: none;
    font-size: 14px;
    font-weight: 500;
    overflow: visible;
    position: absolute;
    top: calc(100% + 30px);
    transition: all 100ms;
    z-index: 100;
    -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, .15);
    -moz-box-shadow: 0 5px 5px rgba(0, 0, 0, .15);
    box-shadow: 0 5px 5px rgba(0, 0, 0, .15);
    right: 0;
    padding: 20px;
    box-sizing: border-box;
    max-height: 85vh;
    text-align: left;
    overflow-y: auto;
    width: 95%;
    left: 0;
    margin-left: auto;
    margin-right: auto;
}

#athena-first-click {
    max-width: 960px;
}

.athena-search-autocomplete * {
    box-sizing: border-box;
}

.athena-search-autocomplete a {
    font-size: 14px;
    text-decoration: none;
    color: #000000;
    outline: 0;
}

.athena-search-autocomplete img {
    max-width: 100%;
    height: auto;
}

.athena-search-autocomplete .athena-ac-head h4 {
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 900;
    color: #000;
    border-bottom: 1px solid #DCDCDC;
    padding-bottom: 4px;
    line-height: 1.4;
    margin-bottom: 20px;
}

#athena-first-click.athena-search-autocomplete .athena-ac-head h4 {
    border: 0;
}

.athena-search-autocomplete .athena-wrapper .athena-flex {
    display: block;
}

.athena-flex {
    position: relative;
}

.athena-search-autocomplete.athena-grid .athena-flex:before {
    position: absolute;
    top: 0;
    right: 70%;
    width: 0;
    height: 100%;
    content: "";
    background: #0000;
    border-left: 2px dashed #C6C6C6;
}

.athena-search-autocomplete.athena-grid.no-product-content .athena-flex:before {
    display: none;
}

.athena-flex:after {
    display: table;
    clear: both;
    content: "";
}

#search_autocomplete .athena-wrapper:after {
    display: table;
    clear: both;
    content: "";
}

#search_autocomplete {
    overflow: hidden;
}

#search_autocomplete .athena-wrapper .athena-flex {
    float: left;
    width: 25%;
    min-height: 1px;
    overflow: auto;
    max-height: 77vh;
    padding-left: 15px;
    padding-right: 15px;
}

#search_autocomplete .athena-wrapper .athena-flex .small_col a {
    color: #101010;
    font-size: 16px;
}

#search_autocomplete.empty-column {
    max-width: 1260px;
}

#search_autocomplete.empty-column .athena-wrapper .athena-flex.athena-flex-ac {
    display: none;
}

#search_autocomplete.empty-column .athena-wrapper .athena-flex {
    width: 35%;
}

#search_autocomplete.empty-column .athena-wrapper .athena-flex.athena-flex-product-container {
    width: 65%;
}

#search_autocomplete .athena-wrapper .athena-flex:before {
    display: none;
}

#search_autocomplete .athena-wrapper .athena-flex.athena-flex-product-filters .close-atr-button {
    display: none;
}

#search_autocomplete .athena-wrapper .athena-flex.athena-flex-product-filters .filter-title {
    display: none;
}

#search_autocomplete .athena-wrapper .athena-flex.athena-flex-product-filters .filter-options {
    margin-top: 0;
    margin-bottom: 0;
}

#search_autocomplete .athena-wrapper .athena-flex.athena-flex-product-filters .filter-options-content {
    margin: 0;
}

#search_autocomplete .athena-wrapper .athena-flex.athena-flex-product-filters .filter-options-content .items {
    margin-top: 20px;
    margin-bottom: 30px;
    list-style: none;
    padding: 0;
}

#search_autocomplete .athena-wrapper .athena-flex.athena-flex-product-filters .filter-options-content .items li {
    margin-bottom: 4px;
}

#search_autocomplete .athena-wrapper .athena-flex.athena-flex-product-filters .filter-options-content .items li.item-hide {
    display: none;
}

#search_autocomplete .athena-wrapper .athena-flex.athena-flex-product-filters .filter-options-content .items li.item-show {
    display: block;
}

.item.item-separtor:hover {
    cursor: pointer;
}

.item.item-separtor {
    padding-top: 10px;
    padding-bottom: 10px;
    margin: 0;
}

.item.item-separtor span {
    width: 5px;
    height: 5px;
    display: block;
    background-color: #C7C7C7;
    float: left;
    margin-right: 4px;
    border-radius: 50%;
}

.item.item-separtor:after {
    clear: both;
    content: "";
    display: table;
}

.swatch-size-separtor, .swatch-color-separtor {
    padding-top: 10px;
    padding-bottom: 10px;
    margin: 0;
    clear: both;
    margin-bottom: 0;
    clear: both;
}

.swatch-size-separtor:hover, .swatch-color-separtor:hover {
    cursor: pointer;
}

.swatch-size-separtor span, .swatch-color-separtor span {
    width: 5px;
    height: 5px;
    display: block;
    background-color: #C7C7C7;
    float: left;
    margin-right: 4px;
    border-radius: 50%;
}

.swatch-size-separtor.cloning span,
.swatch-color-separtor.cloning span,
.item.item-separtor.cloning span {
    background-color: #000000;
}

.swatch-size-separtor:after, .swatch-color-separtor:after {
    clear: both;
    content: "";
    display: table;
}

#filter-size .swatch-attribute-options a.hide-size-swatch {
    display: none;
}

#filter-size .swatch-attribute-options a.hide-size-swatch.show-size-swatch {
    display: block;
}

#filter-spcolor .swatch-attribute-options a.hide-color-swatch {
    display: none;
}

#filter-spcolor .swatch-attribute-options a.hide-color-swatch.show-color-swatch {
    display: block;
}

#search_autocomplete .athena-wrapper .athena-flex.athena-flex-product-filters .filter-options-content .items li:last-of-type {
    margin-bottom: 0;
}

#search_autocomplete .athena-wrapper .athena-flex.athena-flex-product-filters .filter-options-content .items li a {
    font-size: 16px;
    position: relative;
    padding-right: 25px;
    display: block;
    color: #101010;
}

#search_autocomplete .athena-wrapper .athena-flex.athena-flex-product-filters .filter-options-content .items li a:hover {
    color: #000;
}

#search_autocomplete .athena-wrapper .athena-flex.athena-flex-product-filters .filter-options-content .items li a:before {
    content: "";
    height: 13px;
    width: 13px;
    border: 1px solid #C8C8C8;
    position: absolute;
    top: 3px;
    right: 0px;
    border-radius: 3px;
}

#search_autocomplete .athena-wrapper .athena-flex.athena-flex-product-filters .filter-options-content .items li a:hover:before {
    border: 1px solid #101010;
}

#search_autocomplete .athena-wrapper .athena-flex.athena-flex-product-filters .filter-options-content .items li a:hover:after {
    content: '';
    position: absolute;
    width: 7px;
    height: 3px;
    background: transparent;
    top: 7px;
    right: 3px;
    border: 2px solid #101010;
    border-top: 0;
    border-right: 0;
    transform: rotate(-45deg);
}

#search_autocomplete .athena-wrapper .athena-flex.athena-flex-product-filters .filter-options-content .items li a.active-filter:before {
    border: 1px solid #101010;
}

#search_autocomplete .athena-wrapper .athena-flex.athena-flex-product-filters .filter-options-content .items li a.active-filter:after {
    content: '';
    position: absolute;
    width: 7px;
    height: 3px;
    background: transparent;
    top: 7px;
    right: 3px;
    border: 2px solid #101010;
    border-top: 0;
    border-right: 0;
    transform: rotate(-45deg);
}

#search_autocomplete .athena-wrapper .athena-flex.athena-flex-product-filters .filter-options-content .items li a.active-filter {
    color: #000;
}

#search_autocomplete .athena-wrapper .athena-flex.athena-flex-product-container {
    width: 50%;
}

#search_autocomplete .athena-wrapper .athena-flex.athena-flex-product-container a {
    padding: 0 !important;
}

#search_autocomplete .athena-wrapper .athena-flex.athena-flex-product-container a.product-item-link {
    color: #222222;
}

#search_autocomplete .athena-wrapper .athena-flex.athena-flex-product-container .product-top a {
    display: block;
    border: 1px solid #F5F5F5;
    border-radius: 5px;
    margin-bottom: 8px;
    padding: 5px !important;
}

#search_autocomplete .athena-wrapper .athena-flex.athena-flex-product-container .product-top a img {
    display: block;
}

#search_autocomplete .athena-wrapper .athena-flex.athena-flex-product-container .products.list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    padding-bottom: 50px;
}

#search_autocomplete .athena-wrapper .athena-flex.athena-flex-product-container .products.list .product-item {
    width: 23.5%;
    float: left;
    margin-right: 2%;
    margin-bottom: 25px;
    position: relative;
}

#search_autocomplete .athena-wrapper .athena-flex.athena-flex-product-container .products.list .product-item .product-item-name {
    display: block;
    text-align: center;
    margin-bottom: 6px;
    font-weight: 400;
}

#search_autocomplete .athena-wrapper .athena-flex.athena-flex-product-container .products.list .product-item:nth-of-type(4n) {
    margin-right: 0;
}

.athena-search-autocomplete .highlightSearchFont {
    color: #3E80E1 !important;
    display: inline !important;
    text-decoration: none;
}

.athena-search-autocomplete .syncit-autocomplete-focus {
    opacity: 0.6;
}

.filter-options dt {
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 900;
    color: #000;
    border-bottom: 1px solid #DCDCDC;
    padding-bottom: 4px;
    line-height: 1.4;
}

.filter-options dd {
    display: block !important;
}

/*** Scroll ***/
.athena-search-autocomplete::-webkit-scrollbar {
    width: 7px;
}

.athena-search-autocomplete::-webkit-scrollbar-track {
    background: #f2f2f2;
}

.athena-search-autocomplete::-webkit-scrollbar-thumb {
    background: #a6a6a6;
    border-radius: 7px;
}

.athena-search-autocomplete::-webkit-scrollbar-thumb:hover {
    background: #737373;
}

.view-more-btn-container {
    display: none;
}

/*** Tabs ***/
.athena-search-tabs {
    position: relative;
    border-bottom: 1px solid #C6C6C6;
    margin-bottom: 20px;
    width: 100%;
}

.athena-tab {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    margin-bottom: 15px;
}

.athena-tab label {
    display: block;
    padding: 10px 20px;
    text-transform: uppercase;
    font-size: 14px;
    border: 1px solid #C6C6C6;
    background: transparent;
    transition: all .3s ease-in 0s;
    -moz-transition: all .3s ease-in 0s;
    -webkit-transition: all .3s ease-in 0s;
    color: #a2a2a2;
}

.athena-tab label:hover {
    cursor: pointer;
    background: #ffffff;
    color: #7A7A7A;
}

.athena-search-autocomplete.athena-grid > .athena-search-tabs {
    display: none;
}

.athena-search-tabs .athena-tab:last-of-type {
    margin-right: 0
}

.athena-tab [type="radio"] {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    display: none;
}

.athena-tab [type="radio"]:focus ~ label {
    outline: 2px solid blue
}

.athena-tab [type="radio"]:checked ~ label {
    background: #fff;
    z-index: 2;
    color: #7A7A7A;
}

.athena-tab input[type="radio"]:disabled {
    opacity: 0;
}

/*** No Results ***/
.athena-no-result {
    color: #000000;
    text-align: center;
    background: #e8e8e8;
    padding: 10px;
    margin-bottom: 20px;
    font-size: 16px;
}

/*** Small col right ***/
.athena-search-autocomplete.athena-grid .athena-flex .small_col {
    width: 100%;
    margin-bottom: 15px;
    padding-bottom: 15px;
}

.athena-search-autocomplete.athena-grid .athena-flex .small_col:last-of-type {
    margin-bottom: 0;
}

.athena-search-autocomplete.athena-grid .athena-flex .small_col .athena-ac-block .athena-ac-element {
    margin-bottom: 4px;
}

.athena-search-autocomplete.athena-grid .athena-flex .small_col .athena-ac-block .athena-ac-element .athena-img {
    margin-bottom: 10px;
    max-width: 100%;
}

.athena-search-autocomplete.athena-grid .athena-flex .small_col#section_b a {
    float: left;
    width: 47%;
    margin-right: 6%;
}

.athena-search-autocomplete.athena-grid .athena-flex .small_col#section_b a:nth-of-type(2n) {
    margin-right: 0;
    margin-bottom: 20px;
}

.athena-search-autocomplete.athena-grid .athena-flex .small_col#section_b:after {
    display: table;
    clear: both;
    content: "";
}

/*** Big col right ***/
.athena-search-autocomplete.athena-grid .athena-flex .bigg_col {
    width: 70%;
    display: flex;
    flex-wrap: wrap;
    float: right;
    padding-left: 30px;
}

.athena-search-autocomplete.only-product .athena-flex .bigg_col {
    padding-left: 0;
    width: 100%;
}

.only-product .athena-flex:before {
    display: none;
}

#athena-first-click.athena-search-autocomplete .athena-flex .bigg_col {
    padding-left: 0;
    width: 100%;
}

#athena-first-click.athena-search-autocomplete .athena-flex:before {
    display: none;
}

#athena-first-click.athena-search-autocomplete.athena-grid.first-popular-container .athena-flex .bigg_col {
    width: 70%;
    display: flex;
    flex-wrap: wrap;
    float: right;
    padding-left: 30px;
}

#athena-first-click.athena-search-autocomplete.first-popular-container .athena-flex:before {
    position: absolute;
    top: 0;
    right: 70%;
    width: 0;
    height: 100%;
    content: "";
    background: #0000;
    border-left: 2px dashed #C6C6C6;
    display: block;
}

.athena-search-autocomplete.athena-grid .athena-flex .bigg_col .athena-ac-head {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}

.athena-search-autocomplete .athena-wrapper .athena-flex .bigg_col .athena-ac-block {
    display: block;
    position: relative;
    cursor: pointer;
    margin-bottom: 20px;
}

.athena-search-autocomplete .athena-wrapper .athena-flex .bigg_col .athena-ac-block .athena-el-1 .athena-img {
    max-width: 100%;
    height: auto;
    transition: all .2s ease-in-out;
    display: block;
}

.athena-search-autocomplete .athena-flex .bigg_col .athena-ac-block {
    float: left;
    width: 23.5%;
    margin-right: 2%;
}

.athena-search-autocomplete .athena-flex .bigg_col .athena-ac-block:nth-of-type(4n) {
    margin-right: 0;
}

.athena-search-autocomplete .athena-wrapper .athena-flex .bigg_col .athena-ac-block .athena-el-1 {
    margin-bottom: 10px;
}

.athena-search-autocomplete .athena-wrapper .athena-flex .bigg_col .athena-ac-block .athena-el-2 span {
    display: block;
    text-align: center;
    color: #000000;
    font-size: 14px;
}

.athena-search-autocomplete .athena-wrapper .athena-flex .bigg_col .athena-ac-block .athena-el-2 .athena-name {
    margin-bottom: 6px;
}

.athena-price,
.athena-sale-price,
.athena-price-only {
    font-size: 14px;
    font-weight: 400;
    color: #000000;
    padding-top: 2px;
    padding-bottom: 2px;
}

.athena-sale-price {
    color: #DE1F2C !important;
}

.athena-spinner {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 32px;
    background: transparent;
    z-index: 99;
}

.athena-spinner .ajax-loading {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.athena-spinner-loader {
    background: url(../images/loader.svg);
    width: 32px;
    height: 32px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}

.scroll-ajax-button {
    display: inline-block;
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}


/*** Banner bottom ***/
.banner-bottom .athena-img-wrapper {
    padding-top: 30px;
    text-align: center;
}

.banner-bottom .athena-img-wrapper > a {
    display: inline-block;
}

/* Slider range */
#filter-price-range {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
    max-width: 325px;
}

#filter-price-range .irs-hidden-input {
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    line-height: 0;
    z-index: -999;
    opacity: 0;
    font-size: 0;
    padding: 0;
    border: 0;
}

#filter-price-range .irs {
    margin-left: 5%;
    width: 90%;
    position: relative;
    display: block;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

#filter-price-range .irs-with-grid {
    height: 75px;
}

#filter-price-range .irs-line {
    height: 5px;
    top: 30px;
    background: #878787;
    border-radius: 5px;
    position: relative;
    display: block;
    overflow: hidden;
}

#filter-price-range .irs-line-left {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 11%;
    height: 8px;
}

#filter-price-range .irs-line-mid {
    position: absolute;
    display: block;
    top: 0;
    left: 9%;
    width: 82%;
    height: 8px;
}

#filter-price-range .irs-line-right {
    position: absolute;
    display: block;
    top: 0;
    right: 0;
    width: 11%;
    height: 8px;
}

#filter-price-range .irs-from {
    position: absolute;
    display: block;
    top: 0;
    white-space: nowrap;
    color: #fff;
    font-size: 12px;
    padding: 1px 5px;
    background: #000;
    border-radius: 3px;
}

#filter-price-range .irs-to {
    position: absolute;
    display: block;
    top: 0;
    white-space: nowrap;
    color: #fff;
    font-size: 12px;
    padding: 1px 5px;
    background: #000;
    border-radius: 3px;
}

#filter-price-range .irs-grid {
    display: block;
    height: 27px;
    position: absolute;
    bottom: 0;
    width: 95% !important;
    left: 0 !important;
    right: 0;
    margin-left: auto;
    margin-right: auto;
}

#filter-price-range .irs-grid-pol {
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 8px;
    opacity: .5;
    background: #428bca;
}

#filter-price-range .irs-grid-text {
    position: absolute;
    left: 0;
    white-space: nowrap;
    text-align: center;
    font-size: 9px;
    line-height: 9px;
    padding: 0 3px;
    bottom: 5px;
    color: #99a4ac;
}

#filter-price-range .irs-bar {
    position: absolute;
    display: block;
    height: 5px;
    top: 30px;
    background: #b40634;
}

#filter-price-range .irs-slider {
    top: 25px;
    width: 15px;
    height: 15px;
    background: #b40634;
    border-radius: 15px;
    position: absolute;
    display: block;
    cursor: pointer;
    z-index: 1;
}

.filter-current-subtitle {
    text-transform: uppercase;
    font-size: 15px;
    color: #000;
    margin-bottom: 10px;
}

span.shoppingby-item {
    margin-top: 5px;
    display: block;
}

.filter-active-item-clear-all {
    text-decoration: underline !important;
    margin-bottom: 10px;
    display: inline-block;
}

.swatch-attribute-options {
    margin-top: 20px;
    margin-bottom: 20px;
    max-width: 90%;
}

#filter-spcolor .swatch-attribute-options a {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 1px solid #C8C8C8;
}

#filter-spcolor .swatch-attribute-options a > div {
    border-radius: 50%;
}

#filter-size .swatch-attribute-options a {
    margin-right: 10px;
    margin-bottom: 10px;
    min-width: 70px;
    height: auto;
    width: auto;
    border: 0;
}

#filter-size .swatch-attribute-options a > div {
    text-align: center;
    font-size: 12px;
    color: #101010;
    padding: 10px;
    border: 1px solid #C8C8C8;
    border-radius: 20px;
}

#filter-size .swatch-attribute-options a > div:before,
#filter-size .swatch-attribute-options a > div:after {
    display: none;
}

#filter-size .swatch-attribute-options a:hover > div {
    color: #fff;
    background-color: #3E80E1;
    border: 1px solid #3E80E1;
}

#filter-size .swatch-attribute-options a > div.disabled-custom {
    color: #fff;
    background-color: #3E80E1;
    border: 1px solid #3E80E1;
}

.swatch-attribute-options a {
    width: 25px;
    height: 25px;
    float: left;
    display: block;
    margin-right: 10px;
    margin-bottom: 10px;
    border: 1px solid #d2d1d1;
}

.swatch-attribute-options a div {
    width: 100%;
    height: 100%;
    position: relative;
}

.swatch-attribute-options a:hover div:after {
    content: '';
    position: absolute;
    width: 7px;
    height: 3px;
    background: transparent;
    top: 10px;
    left: 10px;
    border: 2px solid #a7a7a7;
    border-top: 0;
    border-right: 0;
    transform: rotate(-45deg);
}

.swatch-attribute-options a div.disabled-custom:after {
    content: '';
    position: absolute;
    width: 7px;
    height: 3px;
    background: transparent;
    top: 10px;
    left: 10px;
    border: 2px solid #a7a7a7;
    border-top: 0;
    border-right: 0;
    transform: rotate(-45deg);
}

.swatch-attribute-options:after {
    display: table;
    clear: both;
    content: "";
}


.products.list .product-item .price-box {
    text-align: center;
}

.products.list .product-item .price-box > span {
    display: block;
}

.products.list .product-item .price-box > span.old-price {
    margin-bottom: 5px;
}

.products.list .product-item .price-box > span.special-price .price {
    color: #3E80E1;
    font-weight: 600;
    font-size: 14px;
}

.products.list .product-item .price-box .price-container {
    display: block;
}

.products.list .product-item .price-box .price {
    color: #222;
    font-size: 12px;
}

.products.list .product-item .price-label {
    display: none;
}

.products.list .product-item .sale-label {
    position: absolute;
    top: 7px;
    right: 7px;
    border: 1px solid #3E80E1;
    background-color: #3E80E1;
    border-radius: 32px;
    color: #ffffff;
    display: block;
    width: 45px;
    line-height: 20px;
    text-align: center;
    font-size: 12px;
}

.products.list .athena-swatch {
    display: none !important;
}

.category-product-actions {
    display: none;
}

.mobile-buttons {
    display: none;
}

.athena-main .filter-active .shoppingby-item {
    margin-top: 0;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 0;
}

.athena-main .filter-active .shoppingby-item .state-item-remove-url {
    font-size: 12px;
    color: #101010;
    text-transform: uppercase;
    border-radius: 25px;
    border: 1px solid #101010;
    display: block;
    margin-right: 6px;
    position: relative;
}

.athena-main .filter-active .filter-active-item-clear-all {
    font-size: 12px;
    color: #101010;
    text-transform: uppercase;
    border-radius: 25px;
    border: 1px solid #101010;
    display: block;
    margin-right: 6px;
    position: relative;
    text-decoration: none !important;
    margin-bottom: 0;
    position: relative;
}

.athena-main .filter-active .filter-active-item-clear-all:after {
    content: "\2715";
    position: absolute;
    top: 8px;
    right: 7px;
    font-size: 20px;
    line-height: 20px;
    color: #101010;
    width: 20px;
    height: 20px;
}

#search_autocomplete .athena-wrapper .athena-flex .athena-main .filter-active .filter-active-item-clear-all {
    padding: 10px 35px 10px 25px !important;
}

.state-item-remove {
    position: absolute;
    top: 8px;
    right: 5px;
    width: 20px;
    height: 20px;
    display: block;
}

.state-item-remove:after {
    content: "\2715";
    position: relative;
    top: auto;
    right: auto;
    font-size: 20px;
    line-height: 20px;
    color: #101010;
}

#search_autocomplete .athena-wrapper .athena-flex .athena-main .filter-active .shoppingby-item .state-item-remove-url .state-item-name {
    padding: 10px 35px 10px 25px !important;
    display: block;
}

.filter-current-subtitle {
    display: none !important;
}

.athena-main .mgs-filter-active {
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 10px;
    position: sticky;
    top: 0;
    z-index: 99;
    background: #fff;
}

.category-product-title p {
    font-size: 16px;
    color: #101010;
    font-weight: 600;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.athena-flex-section-title-container {
    display: none;
}

/**********  Responsive **********/
@media only screen and (max-width: 1600px) {
    #search_autocomplete .athena-wrapper .athena-flex.athena-flex-product-container .products.list .product-item {
        width: 28%;
        margin-right: 2%;
    }

    #search_autocomplete .athena-wrapper .athena-flex.athena-flex-product-container .products.list .product-item:nth-of-type(4n) {
        margin-right: 2%;
    }

    #search_autocomplete .athena-wrapper .athena-flex.athena-flex-product-container .products.list .product-item:nth-of-type(3n) {
        margin-right: 0;
    }
}

@media only screen and (max-width: 1200px) {
    #search_autocomplete .athena-wrapper .athena-flex.athena-flex-product-container .products.list .product-item {
        width: 44%;
        margin-right: 4%;
    }

    #search_autocomplete .athena-wrapper .athena-flex.athena-flex-product-container .products.list .product-item:nth-of-type(4n) {
        width: 44%;
        margin-right: 4%;
    }

    #search_autocomplete .athena-wrapper .athena-flex.athena-flex-product-container .products.list .product-item:nth-of-type(3n) {
        width: 44%;
        margin-right: 4%;
    }

    #search_autocomplete .athena-wrapper .athena-flex.athena-flex-product-container .products.list .product-item:nth-of-type(2n) {
        width: 44%;
        margin-right: 0;
    }
}

@media only screen and (max-width: 768px) {
    .athena-logo {
        padding: 10px;
    }

    #search {
        margin-top: 0;
        border-radius: 0;
        max-width: 100%;
        /*border: 0;*/
    }

    .athena-search-autocomplete {
        width: 100%;
        border-radius: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -o-border-radius: 0;
        top: 100%;
        padding-left: 0;
        padding-right: 0;
        padding-top: 0;
    }

    .form.minisearch.arrow .arrow-search {
        display: none;
    }

    #search_autocomplete .athena-wrapper .athena-flex {
        display: none;
    }

    #search_autocomplete .athena-wrapper .athena-flex.athena-flex-product-filters {
        display: block;
        width: 100%;
        background: #ffffff;
        z-index: 9999;
        position: fixed;
        top: 0;
        left: 0;
        transition: all 0.4s ease;
        transform: translateX(-100%);
        max-height: 100%;
        min-height: 100%;
    }

    #search_autocomplete.open-mobile-filter .athena-wrapper .athena-flex.athena-flex-product-filters {
        transform: none;
    }

    #search_autocomplete .athena-wrapper .athena-flex.athena-flex-product-container {
        display: block;
        width: 100%;
    }

    #search_autocomplete.empty-column .athena-wrapper .athena-flex.athena-flex-product-container {
        width: 100%;
    }

    #search_autocomplete.empty-column .athena-wrapper .athena-flex.athena-flex-product-container .mobile-button-section {
        display: none;
    }

    #search_autocomplete.empty-column .athena-wrapper .athena-flex.athena-flex-product-container .mobile-button-filter {
        margin-right: 0;
    }

    #search_autocomplete .athena-wrapper .athena-flex.athena-flex-product-container .products.list .product-item {
        width: 100% !important;
        margin-right: 0 !important;
        margin-bottom: 20px;
    }

    #search_autocomplete .athena-wrapper .athena-flex.athena-flex-product-container .products.list .product-item:after {
        display: table;
        clear: both;
        content: "";
    }

    #search_autocomplete .athena-wrapper .athena-flex.athena-flex-product-container .products.list .product-item .product-top {
        width: 25%;
        float: left;
        margin-right: 5%;
    }

    #search_autocomplete .athena-wrapper .athena-flex.athena-flex-product-container .products.list .product-item .product-item-details {
        float: left;
        width: 70%;
    }

    #search_autocomplete .athena-wrapper .athena-flex.athena-flex-product-container .products.list .product-item .product-item-name {
        text-align: left;
        margin-bottom: 10px;
    }

    .products.list .product-item .price-box {
        text-align: left;
    }

    .products.list .product-item .sale-label {
        position: relative;
        top: auto;
        right: auto;
        float: right;
    }

    .mobile-buttons {
        display: block;
        padding-top: 20px;
        padding-bottom: 10px;
        padding-left: 5px;
        padding-right: 5px;
        background: #F1F1F1;
        text-align: center;
        margin-left: -15px;
        margin-right: -15px;
        position: sticky;
        top: 0;
        z-index: 99;
    }

    .mobile-buttons > div {
        background-color: #3E80E1;
        color: #ffffff;
        font-size: 14px;
        font-weight: 600;
        display: inline-block;
        padding: 10px;
        border-radius: 25px;
        text-align: center;
        min-width: 170px;
        margin-bottom: 10px;
    }

    .mobile-buttons > div.mobile-button-filter {
        margin-right: 15px;
    }

    #search_autocomplete .athena-wrapper .athena-flex.athena-flex-product-filters .filter-title {
        display: block;
        padding-top: 30px;
        padding-bottom: 30px;
        position: relative;
    }

    #search_autocomplete .athena-wrapper .athena-flex.athena-flex-product-filters .filter-title:after {
        content: "\2715";
        position: absolute;
        top: 32px;
        right: 0;
        font-size: 20px;
        line-height: 20px;
        color: #101010;
    }

    #search_autocomplete .athena-wrapper .athena-flex.athena-flex-product-filters .filter-title strong {
        text-transform: uppercase;
        font-size: 20px;
        color: #101010;
        font-weight: 600;
    }

    .athena-flex-ac-container {
        display: block;
        width: 100%;
        background: #ffffff;
        z-index: 9999;
        position: fixed;
        top: 0;
        right: 0;
        transition: all 0.4s ease;
        transform: translateX(100%);
        max-height: 100%;
        min-height: 100%;
        overflow: auto;
    }

    .open-mobile-section .athena-flex-ac-container {
        transform: none;
    }

    #search_autocomplete .athena-wrapper .athena-flex-ac-container .athena-flex {
        display: block;
        width: 100%;
        max-height: none;
        min-height: 1px;
    }

    .athena-flex-section-title-container {
        display: block;
        padding-top: 30px;
        padding-bottom: 30px;
        padding-left: 15px;
        padding-right: 15px;
        position: relative;
    }

    .athena-flex-section-title {
        display: block;
        text-transform: uppercase;
        font-size: 20px;
        color: #101010;
        font-weight: 600;
    }

    .athena-flex-ac-container-close {
        position: absolute;
        width: 20px;
        height: 20px;
        top: 33px;
        right: 12px;
    }

    .athena-flex-ac-container-close:after {
        content: "\2715";
        position: relative;
        top: auto;
        right: auto;
        font-size: 20px;
        line-height: 20px;
        color: #101010;
    }

    .athena-main .mgs-filter-active {
        padding-top: 0;
        padding-bottom: 0;
        margin-bottom: 25px;
        margin-top: 25px;
        position: relative;
        top: auto;
        z-index: 1;
    }

    .category-product-title p {
        margin-top: 25px;
        margin-bottom: 25px;
    }

    #athena-first-click.athena-search-autocomplete.first-popular-container .athena-flex:before {
        display: none;
    }

    #athena-first-click.athena-search-autocomplete.athena-grid.first-popular-container .athena-flex .bigg_col {
        width: 100%;
        padding-left: 15px;
        padding-right: 15px;
        float: none;
        padding-bottom: 15px;
        padding-top: 30px;
        margin-bottom: 20px;
        border-bottom: 2px dashed #C6C6C6;
    }

    #athena-first-click.athena-search-autocomplete.athena-grid .athena-flex .small_col {
        padding-left: 15px;
        padding-right: 15px;
    }

}

@media only screen and (max-width: 420px) {
    #athena-first-click.athena-search-autocomplete .athena-flex .bigg_col .athena-ac-block {
        width: 48%;
        margin-right: 4%;
    }

    #athena-first-click.athena-search-autocomplete .athena-flex .bigg_col .athena-ac-block:nth-of-type(2n) {
        margin-right: 0;
    }
}

@media only screen and (max-width: 374px) {
    .mobile-buttons > div.mobile-button-filter {
        margin-right: 0;
    }
}

.athena-search-autocomplete.athena-grid {
    width: 70vw;
}

.page-layout-1column .filter-options-item {
    display: block;
}

.product-image-photo {
    margin: 0;
}

#search_autocomplete .athena-wrapper .athena-flex.athena-flex-product-container .product-top a img {
    position: relative;
}

.athena-search-autocomplete {
    left: unset;
}

.products-grid .product-item-info:hover, .products-grid .product-item-info.active {
    box-shadow: none;
    border: none;
    margin: 0;
    padding: 5px;
}

.products-grid .product-item-info:hover, .products-grid .product-item-info {
    padding: 5px;
}

.page-layout-1column .block.filter .filter-options-content {
    position: relative;
    visibility: visible;
    box-shadow: none;
    border: none;
}

#search_autocomplete .filter-options-title::after {
    display: none;
}

/*.page-layout-1column .filter.block {*/
/*    border-top: none;*/
/*}*/

.block-search .minisearch .action.search {
    top: 12px;
}

#search_autocomplete .filter-options-content a:hover {
    background-color: unset;
}

#search_autocomplete #filter-size .swatch-attribute-options a > div {
    border-radius: 0;
    min-width: 40px;
}

#search_autocomplete #filter-size .swatch-attribute-options a {
    min-width: unset;
}
