.spc-main {
    background-color: #f7f7f7;
    padding: 10px 0px;
    padding-bottom: 30px;
}

.spc-main a {
    text-decoration: none;
}

/* filters */
.spc-main .filters {
    width: 290px;
    display: inline-block;
    vertical-align: top;
    background-color: white;
    margin-right: 10px;
    border-top: 1px solid #eeebeb;
    border-bottom: 1px solid #eeebeb;
}

@media only screen and (max-width: 769px) {
    .spc-main .filters {
        display:none;
    }
}

.spc-main .filters .list .filter .title {
    background-color: #7d7a78;
}
.spc-main .filters .list .filter .title h3 {
    font-size: 12px;
    color: white;
    font-weight: bold;
    line-height: 40px;
    padding-left: 10px;
    text-transform: uppercase;
    margin: 0px;
}

.spc-main .filters .list .filter .options {
    padding: 10px 0px 10px 0px;
}

.spc-main .filters .list .filter .options table tbody tr td{
    line-height: 28px;
    padding-left: 10px;
}

.spc-main .filters .list .filter .options input[type=checkbox]{
    width: 14px;
    position: relative;
    top: 2px;
}

/* main product overview (list) */
.spc-main .products {
    width: calc(100% - 305px);
    display: inline-block;
    vertical-align: top;
}

@media only screen and (max-width: 769px) {
    .spc-main .products {
        width: 100%;
    }
}

.spc-main .products .list {
    background-color: white;
    border-top: 1px solid #eeebeb;
}

/* product overview (grid) */
.spc-main .products .grid {
    border-top: 0px;
    border-bottom: 0px;
}
.spc-main .products .grid .spc-product-item {
    background-color: white;
    border-top: 1px solid #eeebeb;
    width: calc( 33% - 12px );
    display: inline-block;
    border-top: 0px;
    border-bottom: 0px;
    margin: 0px 10px 10px 0px;
}
@media only screen and (max-width: 420px) {
    .spc-main .products .grid .spc-product-item {
        width: 100%;
        margin-bottom: 10px;
        margin-right: 0px;
        margin-left: 0px;
    }
}
@media only screen and (min-width: 420px) and (max-width: 580px) {
    .spc-main .products .grid .spc-product-item {
        width: calc( 50% - 2px );
        margin-bottom: 10px;
        margin-right: 5px;
        margin-left: 5px;
        margin: 0px;
    }
}

@media only screen and (min-width: 580px) and (max-width: 769px) {
    .spc-main .products .grid .spc-product-item {
        width: calc( 33% - 1px );
        margin-bottom: 10px;
        margin-right: 5px;
        margin-left: 5px;
        margin: 0px;
    }
}

@media only screen and (min-width: 769px) and (max-width: 1024px) {
    .spc-main .products .grid .spc-product-item {
        width: calc( 50% - 12px );
    }
}

.spc-main .products .grid .spc-product-item-head {

}
.spc-main .products .grid .spc-product-item-head .spc-product-item-title {
    margin: 0px;
    padding-left: 10px;
}
.spc-main .products .grid .spc-product-item-image {
    width: 100%;
    height: 210px;
    overflow: hidden;
    display: block;
}
@media only screen and (max-width: 769px) {
    .spc-main .products .grid .spc-product-item-image {
        height: 170px;
    }
}

@media only screen and (min-width: 769px)  and (max-width: 1024px) {
    .spc-main .products .grid .spc-product-item-image {
        height: 210px;
    }
}

.spc-main .products .grid .spc-product-item-content {
    width: 100%;
    height: 140px;
    overflow: hidden;
    display: block;
    padding-top: 18px;
}
@media only screen and (max-width: 769px) {
    .spc-main .products .grid .spc-product-item-content {
        padding-left: 10px;
    }
}
.spc-main .products .grid .spc-product-item-price {
    font-size: 18px;
    font-weight: bold;
    color: #222222;
    padding-left: 20px;
    padding-bottom: 20px;
}
@media only screen and (max-width: 769px) {
    .spc-main .products .grid .spc-product-item-price {
        padding-left: 10px;
    }
}



/* block product (grid) */
.spc-block {
    margin-top: 20px;
}

/* @media only screen and (max-width: 769px) {
    .spc-block {
        padding: 0px 15px;
    }
} */
.spc-block a {
    text-decoration: none;
}
.spc-block .title {
    border-bottom: 2px solid #a31a1a;
    margin-bottom: 20px !important;
    height: 32px;
}
.spc-block .title h2 {
    background-color: #a31a1a;
    display: inline;
    margin: 0px;
    padding: 10px 20px !important;
    color: white;
    font-size: 18px !important;
    font-weight: 700 !important;
    line-height: 2px  !important;
}
.spc-block .products {
    width: 100%;
    display: inline-block;
    vertical-align: top;
}
.spc-block .products .grid {
    background-color: white;
    border-top: 0px;
    border-bottom: 0px;
}
@media only screen and (max-width: 769px) {
    .spc-block .products .grid {
        width: calc(100% + 10px);
        position: relative;
        left: -5px;
    }
}
.spc-block .products .grid .spc-product-item {
    box-shadow: 0px 1px 25px -4px rgba(34, 34, 34, 0.07);
    border-radius: 2px;
    background-color: white;
    border-bottom: 1px solid #eeebeb;
    width: calc( 25% - 15px );
    margin-bottom: 20px;
    margin-right: 20px;
    display: inline-block;
    position: relative;
    transition: 0.2s ease;
}

@media only screen and (max-width: 380px) {
    .spc-block .products .grid .spc-product-item {
        width: calc( 100% - 10px );
        margin-bottom: 10px;
        margin-right: 5px;
        margin-left: 5px;
    }
}

@media only screen and (min-width: 380px) and (max-width: 920px) {
    .spc-block .products .grid .spc-product-item {
        width: calc( 50% - 10px );
        margin-bottom: 10px;
        margin-right: 5px;
        margin-left: 5px;
    }
}

@media only screen and (min-width: 920px) and (max-width: 1024px) {
    .spc-block .products .grid .spc-product-item {
        width: calc( 25% - 15px );
        margin-bottom: 10px;
        margin-right: 5px;
        margin-left: 5px;
    }
}


.spc-block .products .grid .spc-product-item:hover {
    box-shadow: 0px 1px 25px -4px rgba(34, 34, 34, 0.17);

}
.spc-block .products .grid .spc-product-item:last-child {
    margin-right: 0px;
}
.spc-block .products .grid .spc-product-item-name {
    color: #222222;
    font-size: 24px;
    font-weight: 900;
    text-transform: none;
    font-style: normal;
    text-decoration: none;
    line-height: 1.0em;
    letter-spacing: 0px;
    height: 26px;
    margin-top: 20px;
    margin-bottom: 10px;
    padding-left: 10px;
}
.spc-block .products .grid .spc-product-item-image {
    width: 100%;
    height: 210px;
    overflow: hidden;
    display: block;
    position: relative;
}
.spc-block .products .grid .spc-product-item-image-img{
    width: 100%;
    object-fit: cover;
    width:100%;
    height: 100%;
}
.spc-block .products .grid .spc-product-item-content {
    width: 100%;
    height: 140px;
    overflow: hidden;
    display: block;
    padding-top: 8px;
}
@media only screen and (max-width: 769px) {
    .spc-block .products .grid .spc-product-item-content {
        padding-left: 10px;
    }
}

.spc-block .products .grid .spc-product-item-price {
    font-size: 18px;
    font-weight: bold;
    color: #222222;
    padding-left: 20px;
    padding-bottom: 20px;
}
@media only screen and (max-width: 769px) {
    .spc-block .products .grid .spc-product-item-price {
        padding-left: 10px;
    }
}



/* product item */
.spc-product-item {
    width: 100%;
    height: auto;
    border-bottom: 1px solid #eeebeb;
    overflow: hidden;
    padding: 0px;
}

.spc-product-item-head {
    height: 42px;
    line-height: 42px;
    background-color: #a31a1a;
    margin-bottom: 4px;
}

.spc-product-item-title {
    font-size: 14px !important;
    color: white;
    font-weight: bold;
    line-height: 40px;
    padding-left: 10px;
}
@media only screen and (max-width: 769px) {
    .spc-product-item-title {
        padding-left: 0px;
    }
}
.spc-product-item-context {
    padding: 0px 0px;
}

.spc-product-item-image {
    width: 200px;
    height: 150px;
    display: inline-block;
    overflow: hidden;
    vertical-align: top;
    position: relative;
}

.spc-product-item-image-img {
    max-width: 100%;
    object-fit: cover;
    width:100%;
    height: 100%;
}

.spc-product-item-image .sold-img {
    position: absolute;
    top: 0px;
    right: 0px;
}

.spc-product-item-content {
    width: calc( 100% - 204px );
    height: 150px;
    display: inline-block;
    vertical-align: top;
    padding-left: 20px;
    overflow: hidden;
}

.spc-product-item-content ul {
    list-style-type: none;
}

.spc-product-item-content ul li {
    line-height: 28px;
    font-size: 14px;
    color: #7d7a78;
}
@media only screen and (max-width: 769px) {
    .spc-product-item-content ul li {
        font-size: 12px;
    }
}

@media only screen and (min-width: 850px)  and (max-width: 1024px) {
    .spc-product-item-content ul li {
        font-size: 13px;
    }
}

.spc-product-item-content ul li span:first-child {
    font-weight: bold;
}

/* product page */

.spc-product {
    padding-top: 30px;
}
@media only screen and (max-width: 768px) {
    .spc-product {
        padding-top: 10px;
    }
}
@media only screen and (min-width: 768px)  and (max-width: 1024px) {
    .spc-product {
        padding: 20px 10px 0px 10px;
    }
}

.spc-product-info-wrapper {
    border-bottom: 1px solid #eeebeb;
    padding: 0px 0px 20px 0px;
}
@media only screen and (max-width: 769px) {
    .spc-product-info-wrapper {
        padding: 0px 15px;
    }
}

.spc-product-block{
    display: flex;
}
@media only screen and (max-width: 769px) {
    .spc-product-block{
        display: block;
    }
}

.spc-product-block .product-image {
    width: calc( 100% - 460px );
    position: relative;
}
@media only screen and (max-width: 769px) {
    .spc-product-block .product-image {
        width: 100%;
    }
}

.spc-product-block .product-image .title {
    position: absolute;
    top: 20px;
    left: 0px;
    background-color: #7d7a78;
    line-height: 40px;
    padding: 0px 20px;
    color: white;
}

.spc-product-block .product-image .title h1 {
    font-size: 20px;
    margin: 0;
    padding: 0;
}


.spc-product-block .product-image .product-image-master{
    width: 100%;
    height: 477px;
    overflow: hidden;
    text-align: center;
}
@media only screen and (max-width: 768px) {
    .spc-product-block .product-image .product-image-master{
        width: 100%;
        height: 250px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .spc-product-block .product-image .product-image-master{
        width: 100%;
        height: 500px;
    }
}

.spc-product-block .product-image .product-image-master img{
    width: 100%;
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.spc-product-block .product-image .product-image-list{
    width: 100%;
    height: auto;
}
.spc-product-block .product-image .product-image-list .product-image-list-img {
    width: calc(20% - 4px);
    height: 84px;
    margin: 2px;
    vertical-align: top;
    overflow: hidden;
    display: inline-block;
    cursor: pointer;
    margin-top: 4px;
}

@media only screen and (max-width: 769px) {
    .spc-product-block .product-image .product-image-list .product-image-list-img {
        width: calc(33% - 4px);
    }
}

@media only screen and (min-width: 480px) and (max-width: 769px) {
    .spc-product-block .product-image .product-image-list .product-image-list-img {
        width: calc(25% - 4px);
    }
}

.spc-product-block .product-image .product-image-list .product-image-list-img img {
    max-width: 100%;
    opacity: 0.3;
    transition: 0.3s ease;
    object-fit: cover;
    width:100%;
    height: 100%;
}
.spc-product-block .product-image .product-image-list .product-image-list-img img:hover {
    opacity: 0.6;
}
.spc-product-block .product-image .product-image-list .product-image-list-img.selected img {
    opacity: 1;
}

.spc-product-block .product-context {
    width: 463px;
    padding-left: 10px;
}

@media only screen and (max-width: 769px) {
    .spc-product-block .product-context {
        width: 100%;
        padding-left: 0px;
    }
}

.spc-product-block .product-context .product-content-row{
    padding: 10px 0px 10px 10px;
}
@media only screen and (max-width: 769px) {
    .spc-product-block .product-context .product-content-row{
        padding: 10px 0px 0px 0px;
    }
}

.spc-product-block .product-context .product-content-row.title{
    font-size: 20px;
    padding: 0px;
    padding-left: 10px;
}

.spc-product-block .product-context .product-content-row.price{
    font-size: 26px;
    font-weight: bold;
    color: #222222;
    line-height: 50px;
}

.spc-product-block .product-context .product-content-row.attr{

}

@media only screen and (max-width: 769px) {
    .spc-product-block .product-context .product-content-row.attr{
        padding: 10px 0px 0px 0px;
    }
}

.spc-product-block .product-context .product-content-row.attr h2{
    font-size: 28px;
    margin: 0px;
    padding: 0px;
    padding-bottom: 30px;
}

.spc-product-block .product-context .product-content-row.attr table tr td{
    line-height: 32px;
}
@media only screen and (max-width: 769px) {
    .spc-product-block .product-context .product-content-row.attr table tr td{
        line-height: 28px;
        font-size: 13px;
    }
}

.spc-product-block .product-context .product-content-row.attr table tr td:first-child{
    padding-right: 20px;
    font-size: 16px;
    color: #7d7a78;
    font-weight: bold;
}

@media only screen and (max-width: 769px) {
    .spc-product-block .product-context .product-content-row.attr table tr td:first-child{
        padding-right: 10px;
        font-size: 14px;
    }
}

.spc-product-block .product-context .product-content-row.contact {

}

.spc-product-block .product-context .product-content-row.contact button {
    line-height: 30px;
}

.spc-product-block .description{
    margin-top: 40px;
    margin-bottom: 40px;
    width: 100%;
}

.spc-product-block .description .title{
    border-bottom: 2px solid #a31a1a;
    margin-bottom: 20px;
    height: 32px;
}

.spc-product-block .description .title h2{
    background-color: #a31a1a;
    display: inline;
    margin: 0px;
    padding: 10px 20px;
    color: white;
    font-size: 18px;
    font-weight: 700;
}

.spc-product-block .related{
    margin-top: 40px;
    margin-bottom: 40px;
    width: 100%;
}

.spc-product-block .related .title{
    border-bottom: 2px solid #a31a1a;
    margin-bottom: 20px;
    height: 32px;
}

.spc-product-block .related .title h2{
    background-color: #a31a1a;
    display: inline;
    margin: 0px;
    padding: 10px 20px;
    color: white;
    font-size: 18px;
    font-weight: 700;
}
