.at--store .at--catalog {
    margin-bottom: 20px
}

.at--store .at--catalog .at--catalog-item {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
    align-content: flex-start;
    gap: 10px;
    padding: 20px 20px 20px 1px;
    border: 1px solid #cdcdcd;
    margin-bottom: 16px;

}

.at--store .at--catalog .at--catalog-item.alt {
    background-color: #ffffff
}

.at--store .at--catalog .at--catalog-item .at--catalog-item-image {
    flex-grow: 0;
    flex-shrink: 1;
    flex-basis: 150px;
    max-width: 150px
}

.at--store .at--catalog .at--catalog-item .at--catalog-item-image .img-container {
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    background-color: #fff;
    border: 0px solid #ccc;
    width: 150px;
    height: 150px;
    padding: 10px;
    overflow: hidden
}

.at--store .at--catalog .at--catalog-item .at--catalog-item-image .img-container img {
    max-width: 130px;
    max-height: 130px
}

.at--store .at--catalog .at--catalog-item .at--catalog-item-image .img-container span.no-image {
    text-align: center
}

.at--store .at--catalog .at--catalog-item .at--catalog-item-description {
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 0
}

.at--store .at--catalog .at--catalog-item .at--catalog-item-description .at--title {
    margin-top: 0
}

.at--store .at--catalog .at--catalog-addToCart {
    display: flex;
    gap: 10px
}

.at--store .at--catalog .at--catalog-addToCart .at--quantity .at--quantity-button {
    padding: 4px 8px
}

.at--store .at--catalog .at--catalog-addToCart .at--quantity .at--quantity-button.at--dec {
    border: 1px solid #ccc;
    border-right: 0 none;
    border-radius: 4px 0 0 4px
}

.at--store .at--catalog .at--catalog-addToCart .at--quantity .at--quantity-button.at--inc {
    border: 1px solid #ccc;
    border-left: 0 none;
    border-radius: 0 4px 4px 0
}

.at--store .at--catalog .at--catalog-addToCart .at--quantity .at--quantity-textbox {
    text-align: center;
    border: 1px solid #ccc;
    width: 30px;
    white-space: nowrap;
    padding: 4px
}

.at--store .at--catalog .at--catalog-addToCart .at--quantity .at--quantity-textbox::-webkit-inner-spin-button,.at--store .at--catalog .at--catalog-addToCart .at--quantity .at--quantity-textbox::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0
}

.at--store .at--catalog .at--catalog-addToCart .at--commands .at--command-button {
    padding: 4px 8px;
    border: 1px solid #ccc;
    border-radius: 4px
}

.at--store .at--catalog-pager .at--page-button {
    border: 1px solid #ccc;
    padding: 4px 8px;
    background-color: #fff
}

.at--store .at--catalog-pager .at--page-button:hover:not(:disabled) {
    background-color: #efefef;
    cursor: pointer
}

.at--store .at--catalog-pager .at--page-button.at--dec {
    background-color: #efefef;
    border-right: 0 none;
    border-radius: 4px 0 0 4px
}

.at--store .at--catalog-pager .at--page-button.at--inc {
    background-color: #efefef;
    border-left: 0 none;
    border-radius: 0 4px 4px 0
}

.at--store .at--catalog-search {
    display: flex;
    gap: 10px
}

@media (max-width: 576px) {
    .at--store .at--catalog .at--catalog-item {
        flex-direction:column
    }

    .at--store .at--catalog .at--catalog-item .at--catalog-item-image,.at--store .at--catalog .at--catalog-item .at--catalog-item-description {
        max-width: 100%
    }
}
