
/* GENERAL */

#wrapper .breadcrumb li::after {
    margin: .3125rem;
    color: #7a7a7a;
    content: "›";
}

#wrapper{
    background: #FFF;
}

body  a {
    color: #333;
    text-decoration: none;
}

body a:hover {
    color: #000;
    text-decoration: none;
}

.btn-primary, .btn-simple, .btn-transparent, .btn-blue, .btn-white, .btn-black, .btn-dark-grey, .btn-grey, .btn-green, .btn-yellow, .btn-orange, .btn-red, .btn-disabled {
    display: inline-block;
    cursor: pointer;
    border-radius: 0px;
    padding: 12px;
    margin-bottom: 4px;
    font-size: 18px;
    font-weight: 400;
}

/* MODULES */

body #main h2.products-section-title {
    text-align: left;
}

/* LISTINGS */


#subcategories {
    margin-bottom: 20px;
    border-top: none;
}
#subcategories ul li {
    width: calc(100%/6 - 26px);
    min-width: 200px;
    margin: 13px;
    text-align: center;
}

#subcategories ul li .subcategory-image a,
#subcategories ul li:hover .subcategory-image a {
    padding: 5px;
    border: none;
}


.product-flags li.product-flag {
    background: #000;
}

.product-cover{
    margin-bottom: 12px;
}

.page-content-image ul.product-images{
    display: flex;
}

.product-miniature .product-description {
    position: relative;
    bottom: 0;
    height: auto;
    padding: .25rem .25rem .7rem;
    background: none;
    font-size: 16px;
}
.product-miniature .thumbnail-container {
    position: relative;
    height: auto;
    margin-bottom: 1.563rem;
    overflow: hidden;
    background: none;
}



.pagination .current a {
    background: #000;
    color: #fff;
    font-size: 1.25rem;
    text-align: center;
    text-decoration: none;
    text-decoration: none;
    display: inline-block;
    min-width: 20px;
}


#wrapper  .brands-sort .select-list:hover,
#wrapper .products-sort-order .select-list:hover,
#wrapper .suppliers-sort .select-list:hover {
    background: #000;
}

#wrapper .dropdown-menu{
    padding: 0;
    background: #fff;
    border: 1px solid #CCC;
}


/* PRODUCT */

.product-images picture img {
    width: 64px;
    display: block;
    height: 64px;
}
.product-images > li.thumb-container .thumb.selected, .product-images > li.thumb-container .thumb:hover {
    border: 1px solid #FFF ;
}

#product-modal .modal-content .modal-body .product-images img.thumb {
    width: 90px;
    height: 90px;
    border: 1px solid rgba(255,255,255,0) ;
    background: none;
}
#product-modal .modal-content .modal-body .product-images img:hover {
    border: 1px solid #FFF ;
}



.product-variants .input-radio:checked + span{
     background: #000;
     color: #fff;
     border: none;
}


.product-variants .input-color{
    width: 36px;
    height: 36px;
    border: none;
}
.product-variants span.color{
    width: 36px;
    height: 36px;
    border-radius:50%;
    border: 2px solid rgba(255,255,255,0);
    box-shadow: 0px 3px 6px rgba(0,0,0,0.3);
}
.product-variants .input-color:checked + span.color{
    border: 2px solid rgba(255,255,255,1);
    box-shadow: 0px 3px 6px rgba(0,0,0,0.4);
}
.product-actions  button.add-to-cart{
    display: flex;
    align-items: center;
    height: 44px;
    padding-top: 12px;
}
.product-actions  button.add-to-cart img{
    margin-right: 5px;
}

body .wishlist-button-add{
    box-shadow: none;
    border-radius: 0px;
    border:1px solid #ccc;
    height: 44px;
    width: 44px;
}

.product-flags li.product-flag.on-sale {

    background: #000;
}

.product-price {
    font-size: 24px;
    color: #333;
}

/* HOME */

.carousel{
    min-height: 680px;
}

.carousel .carousel-inner {
    height: auto;
}

.carousel  .carousel-control .icon-prev,
.carousel  .carousel-control .icon-next {
    width: 50px;
    top: 45%;
}

.carousel  .carousel-control .icon-prev {
    left: 80px;
}

.carousel  .carousel-control .icon-next {
    right:80px;
}

.carousel .carousel-item .caption {
    left: 200px;
    top: 45%;
    max-width: 480px;
}


.carousel .carousel-item .caption h2.display-1 {
    font-size: 28px;
    margin: 0;
}

.carousel .carousel-item .caption u {
    font-size: 14px;
    text-decoration: none;
    border-bottom:1px solid rgba(0,0,0,0.5);
    padding: 0;
}




@media (min-width: 1480px) {
    .container {
        width: 1480px;
        max-width: 100%;
    }



}

@media screen and (max-width: 1280px)
{
    body .carousel .direction {

        top: calc(30%);

    }

    .carousel{
        min-height: 360px;
    }

    .carousel  .carousel-control .icon-prev,
    .carousel  .carousel-control .icon-next {
        width: 40px;
        padding: 10px;


    }

}