/* Theme color: #516F51 */ 
/* Hover color: #3c523c */

.inline-block {
    display: inline-block !important;
}

.more-photo-icon {
    max-width: 20px;
    display: inline-block;
}

.mpi-left {
    margin: 0 10px 0 0;
}
.mpi-right{
    margin: 0 0 0 10px;
}

.navbar-brand>img {
    max-height: 35px;
}

#tos-consent {
    padding-bottom: 20px;
}
#tos-consent h4 {
    margin-bottom: 5px;
}
.profile-edit tr input, .profile-edit tr select {
    margin: 5px 0;

}
.page-cms ol,
.page-id-6 ol{
    list-style: decimal;
}
.page-cms ol li,
.page-id-6 ol li {
    margin-bottom: 10px;
}
ul.nav-tabs.price-image-size > li a.inactive,
.detail-tab #priceform ul.nav-tabs > li a.inactive:hover{
    background: transparent;
    cursor: not-allowed;
}
.hero {
    padding: 40px 0 50px;
}
.hero.hero-simple h1 {
    margin: 0;
}
.page-cms .hero {
    padding: 150px 0 150px;
}
.image-detail-keywords {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}
.detail-sm-section a.detail-collection {
    margin: 0 4px 4px 0;
}

.dijitRTZoomSelector {
    height: 0 !important;
}

.detail-meta {
    font-style: italic;
}

#go-to-cart {
    font-size: 120%;
}

.thumbnail {
    display: block;
    padding: 0;
    margin-bottom: 0;
    line-height: inherit;
    border: 0;
    border-radius: 0;
    -webkit-transition: none;
    -o-transition: border .2s ease-in-out;
    transition: none;
}

ul.filter-paging > li.btn-wrapper {
    margin-right: 10px;
    width: 196px;
}
ul.filter-paging.mediafilter-paging > li.btn-wrapper {
    min-width: 100px !important;
    width: auto;
    margin-left: 0;
}
ul.filter-paging.mediafilter-paging > li.btn-wrapper .input-group > .bootstrap-select .btn.btn-default {
    margin-left: 0;
}
ul.filter-paging.mediafilter-paging > li.btn-wrapper .input-group {
    width: 100%;
}
#currentFiltersSet a {
    display: inline-block;
    position: relative;
    padding: 0 12px;
}

#currentFiltersSet a:not(.removeFiltersBtn):hover{
    text-decoration: line-through;
}
#currentFiltersSet a:after {
    content: "";
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 82%;
    position: absolute;
    right: 1px;
    top: 7px;
}
#currentFiltersSet a.removeFiltersBtn:after {
    content: "";
}
#currentFiltersSet a:hover:after {
    content: "\f00d";
}

.search_minilist.flex-images{
    width: 100%;
}
.search_minilist a{
    display: block;
}
.search_minilist.flex-images a{
    position: relative;
    float: left;
    margin: 5px;
    box-sizing: content-box;
    overflow: hidden;
}
.customer_login_container+br, .customer_password_recovery_container+br {
    display: none;
}

.pswdRecoveryLink{
    margin: 20px 0;
    display: block;
}

#cookie-alert{
    display: none;
    position: fixed;
    bottom: 0;
    width: 100%;
    padding: 5% 10%;
    text-align: center;
    z-index: 19999; 
    transition: all ease 0.4s;
}

#cookie-alert-text {
    padding: 0 3%;
}
#bad-contact-form{display: none;}

.icon-list{
    
}
.icon-list li{
    padding: 0 0 4px 30px;
    position: relative;    
}
.icon-list li:before{
    content: "";
    display: inline-block;
    position: absolute;
    left: 0;
    top: 2px;    
}
.list-icon-icon:before{
    font: normal normal normal 14px/1 FontAwesome;
    content: "\f083" !important;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;       
}
.icon-camera-retro:before {
    content: "\f083" !important;      
}

.list-icon-image:before {
    left: 0;
    top: -3px;
    width: 23px;
    height: 23px;
    background-image: url(images/wings-bullet.png);
}
@media only screen and (min-width: 768px){
    ul.secondary-footer-menu.left-footer-menu li {
        float: left;
    }    
}
@media only screen and (max-width: 767px){
    .footer-wrapper .secondary-footer, .footer-wrapper .secondary-footer .text-right, .footer-wrapper-09 ul.secondary-footer-menu {
        text-align: center !important;
    }
}
ul.secondary-footer-menu.left-footer-menu li:not(:last-child):after {
    content: "|";
    margin: 0 15px;
}
.detailpreview {
    z-index: 999;
}

.page-cart #toolbar,
.page-order #toolbar{
    display: inline-block;
    margin: 0 0 20px 0;
}

.page-cart #toolbar span,
.page-order #toolbar span {
    display: inline-block;
    padding: 11px 26px 11px 37px;
    position: relative;
}
@media screen and (max-width: 599px){
    .page-cart #toolbar span,
    .page-order #toolbar span{
        display: block;
        margin: 0 0 3px 0;
    }    
}

.page-cart #toolbar span:after,
.page-order #toolbar span:after{
    content: "";
    display: block;
    position: absolute;
    width: 32px;
    height: 34px;
    top: 50%;
    margin-top: -17px;
    right: -18px;
    z-index: 1;
    transform: rotate(45deg);
}

.cart-table-header [class*="col-"] {
    padding: 6px 20px;
    font-size: 140%;
}

.cart-table-item-cell {
    padding: 20px 0;
}
@media (min-width: 768px) {
    .row.row-eq-height {
        display: flex;
        display: -webkit-flex;
        flex-wrap: wrap;
    }
}
.cart-table .row.row-eq-height {
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
}

.totals .row {
    padding: 5px 0;
}
.total {
    font-weight: 700;
    font-size: 120%;
}
#change_price_layer {
    z-index: 999;
}
.cart-table-item-controls {
    padding: 18px 0 0 0;
}

ul.nav-tabs.price-image-size {
    border-bottom: 0;
    margin: 0 0 10px;
}
.nav-tabs.price-image-size>li {
    float: left;
    margin-bottom: 0;
}
ul.nav-tabs.price-image-size > li a {
    min-width: 48px;
    height: 43px;
    font-size: 120%;
    font-weight: 300;
    line-height: inherit;
    padding: 10px 10px;
    text-align: center;
    margin: 0 3px 3px 0;
}
.price-option-name {
    font-weight: 700;
    letter-spacing: 1px;
    margin: 1px 0 3px 0;
}

#price_placeholder {
    padding: 0 15px;
}

#priceform #price_total{
    font-size: 140%;
    display: block;    
}

#priceform #vat-note {
    font-weight: 400;
    font-size: 80%;
}

ul.secondary-footer-menu li a {
    font-size: 12px;
}

#cart-cont-popup{
    -webkit-transition: ease 0.7s; /* Safari */
    transition: ease 0.7s;
    position: absolute;
}
#go-to-cart:not(.empty):hover+#cart-cont-popup{
    display: block;
}
@media only screen and (max-width: 479px){
    .hero .input-group{
        width: 100%;
    }
}
.price-popup-window {
    padding: 10px;
    text-align: left;
}
.xmstore-cred{
    text-align: center !important;
    padding: 0 !important;
    height: 22px;
    position: fixed;
    bottom: 0;
    width: 100%;    
}  
.xmstore-cred a,
.xmstore-cred a:hover,
.xmstore-cred a:visited{
    font-size: 80%;
}
#change_price_layer {
    text-align: center;
    overflow-y: scroll;
}
#change_price_layer>div{
    width: auto !important;
    margin-top: 60px !important;   
    display: inline-block;
}
#footer-wrapper {
    padding: 0 0 22px;
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 0;
}
.is--ie #footer-wrapper{
    position: relative;
}
#page-container-wrapper {
    z-index: 1;
    background: transparent;
}
.search_minilist{
    visibility: hidden;
}

.category-tab-content {
    padding: 20px 3%;
}
.nav-tabs>li>a {
    border-radius: 0;
}
.home-category-tabs .nav-tabs li.active a {
    /* background: #f7f7f7; */
}
.home-category-tabs .tab-content>.active {
   /* background: #f7f7f7;
    border: 1px solid #dddddd;
    border-top: 0;*/
}
.home-trend-link-container {
    text-align: center;
}
a.trend-link {
    display: block;
    margin: 0 auto;
    position: relative;
    background-size: cover;
    background-position: center bottom;
    height: 200px;
}
.trend-title-shadow{
    position: absolute;
    height: 60px;
    bottom: 0;
    width: 100%;
}
h3.trend-title {
    padding: 16px 0 0px;
    position: absolute;
    width: 100%;
    bottom: 0;
    margin: 0;
    transition: .2s ease;
    font-weight: 100;
}
a.trend-link:hover h3.trend-title{
    font-size: 26px;
    padding: 10px 0 0px;
}
tr.contact_row {
    display: flex;
    justify-content: space-between;
    padding: 6px 0;
}
td.contact_row_labelcell {
    min-width: 70px;
}
.contact_send_row button.contact_send_button {
    border: 0;
    margin: 20px 0 0 0;
    padding: 10px 20px;
    width: 100%;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 2px;
}
.categoriesTree {
    padding: 0 0 0 20px;
    transition: all .5s ease;
    overflow: hidden;
    display: block;
    height: 0;
}
.categoriesTree.categoryLevel-0 {
    height: auto;
}
.category-description-text {
    display: inline-block;
}
a.accordion-level-0 {
    font-size: 150%;
    font-weight: 200;
    text-transform: uppercase;
}
a.accordion-level-1 {
    font-size: 130%;
    font-weight: 300;
}
a.accordion-level-2 {
    font-size: 110%;
    font-weight: 600;
}
a.accordion-level-3 {
    font-weight: 400;
}
ul.home-category-list.simple li {
    background: transparent;
    padding: 0 5px 0 0;
    margin: 0 0 8px;
}
ul.home-category-list.cloud {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
ul.home-category-list.cloud li {
    width: auto;
    margin: 4px;
}
#pre-footer {
    border-top: 1px solid #292929;
    padding-bottom: 63px;
}

.sub-categories-list {
    width: 90%;
    margin: 0 auto;
}
.SubcategoriesList {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 0;
}
.SubCategoriesListItem{
    padding: 0 10px 20px; 
}
.SubCategoriesListItem a {
    display: block;
    width: 150px;
}
.SubCategoriesListItem a .sub-category-bg-image{
    background-image: url(/data/template/AXstore/css/images/dummy-01.jpg);
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 70px; 
    margin-bottom: 5px;
    opacity: 0.7;
    transition: all 0.5s ease;    
}
.SubCategoriesListItem a .sub-category-bg-image:hover {
    opacity: 1;
}
.SubCategoriesListItem .sub-category-title {
    width: 100%;
    color: #333;
}

.slick-prev:before, .slick-next:before {
    color: #292929;
}
.slick-dots {
    bottom: -50px;
}
.category-block {
    line-height: 28px;
}
.category-level-content {
    padding-left: 30px;
}
.categoty-block-item.last {
    float: left;
    margin-right: 20px;
    width: auto;
}
.categoty-block-item.new-line {
    clear: both;
}
.new-line>.categoty-block-item-title {
    padding: 15px 0 5px;
    display: block;
}
.new-line>.categoty-block-item-title.depth-1{
    padding: 5px 0;
}

.category-block a {
    color: #333;
}
.category-block a:hover {
    color: #ec6a13;
}
.SubCategoriesListItem a .sub-category-bg-image {
    opacity: 1 !important;
}
a.categoty-block-item-title.depth-0 {
    font-size: 25px;
    font-weight: 500;
}
a.categoty-block-item-title.depth-1 {
    font-size: 18px;
    font-weight: 300;
}
@media only screen and (max-width: 768px){
    .slick-prev:before, .slick-next:before {
        background: #FFFFFF50;
    }
    .slick-prev {
        left: 0;
    }
        .slick-next {
        right: 14px;
    }
}

@media only screen and (max-width: 767px){
    .dijitImageFader {
        display: none;
    }    
}