/*
TODO for product images
 width: auto;
 max-height: 20vh;
*/


/*advantages styles starts*/
#advnt {
    background: #ffffff;
}
/*advantages styles ends*/

/*Products Promo styles starts*/

#products-promo{
    margin-top: 8vh;
    margin-left: 0;
    height: 45%;
}

#products-promo--wrap {
    padding-left: 0;
}


#products-promo--container{
    margin-left: 3vw;
}


#products-promo--wrap #page-title{
    font-family: "Arimo Regural";
    font-size: 24px;
    color: var(--color-white);
}

#products-promo--wrap .promo-title {
    margin-top: 5vh;
    margin-bottom: 3vh;
    color: var(--color-white);
    font-family: "Arimo Bold";
    font-size: 28px;
    line-height: 40px;
    margin-left: 2vw;
}

#products-promo-button {
    background: none;
    border: 1px solid #ffffff;
    color: #ffffff;
    margin-left: 2vw;
}

#products-promo-button a{
    text-decoration: none;
}


/*Products Promo styles ends*/


/*Products promo mini styles starts*/

#products-promo-mini{
    margin-top: 8vh;
    height: 45%;
}

#products-promo-mini .sg-items--wrap {
    padding-bottom: 0;
    margin-top: 2vh;
}


#products-promo-mini .sg-item .img--wrap {
    height: 100px;
}

#products-promo-mini .addToCart, #products-promo-mini .fastCheckOut{
    margin: 0 auto;
}

#products-promo-mini .fastCheckOut {
    margin-top: 3%;
}


/*Products promo mini styles ends*/



/*Products styles starts*/
.products--wrap{
    margin: 0 auto 0;
    padding-bottom: 3vh;
    padding-left: 0;
}

#filters--container{
    background: #e5e5e5;
    margin-left: 0 !important;
    padding-left: 0 !important;
}

.filter-item{
    width: 20%;
    padding-left: 0;
}

.filter-name{
    padding: 1vw;
    font-family: "Arimo Regural";
    text-transform: uppercase;
    color: #000000;
    border: none;
    border-right: 1px solid #c6c6c6;
    font-size: 15px;
}

.filter-name.uk-button-default:hover, .filter-name.uk-button-default:focus {
    background-color: transparent;
    color: #333;
    border: none;
    border-right: 1px solid #c6c6c6;
}

.filter-dropdown.uk-dropdown {
    background: #e5e5e5;
    width: inherit;
    margin-top: 0;
}

#more-filters-btn .filter-name{
    border-right: none;
    cursor: pointer;
    line-height: 38px;
}

/*.filter-name::after{*/
    /*display: block;*/
    /*content: url("data:image/svg+xml;charset=UTF-8, <svg xmlns='http://www.w3.org/2000/svg' version='1.1' xmlns='http://www.w3.org/2000/svg'  x='0px' y='0px' viewBox='0 0 48 48' style='enable-background:new 0 0 48 48;' xml:space='preserve'> <path d='M2.6,15.8c-0.9-0.9-0.9-2.3,0-3.1c0.9-0.8,2.3-0.8,3.2,0L24,30.5l18.2-17.9c0.9-0.8,2.3-0.8,3.2,0 c0.9,0.9,0.9,2.3,0,3.1L25.6,35.4c-0.9,0.8-2.3,0.8-3.2,0L2.6,15.8z'/> </svg>");*/
    /*background-size: 48px 48px;*/
    /*height: 48px;*/
    /*width: 48px;*/
/*}*/


.remove--area{
    justify-content: space-between;
    align-items: center;
    padding-bottom: .5vw;
    border-bottom: 2px solid #c6c6c6;
    z-index: 1;
}

.remove--area .tag{

}

.remove{
    font-size: 25px;
    text-decoration: none;
    color: #b2b2b2;
    cursor: pointer;
}


.drop-down--area{
    position: relative;
}

.drop-down--list{
    margin-top: 5%;
    list-style-type: none;
    padding-left: 0;
}


.filter-option{
    margin-bottom: 5%;
    justify-content: space-between;
}

.filter-option a{
    text-decoration: none;
    color: #000000;
    position: relative;
    display: block;
}

.option-qnty{
    float: right;
}

#products-list {
    padding-left: 0 !important;
    margin-left: 0 !important;
}


#products-list--wrap {
    padding-left: 0 !important;
    width: 95%;
    margin: 0 auto;
}

#products-list--wrap .container{
    margin-left: 0 !important;
}
.product-item{
    border: 2px solid #e5e5e5;
    padding: 2%;
    margin-left: 0 !important;
}

.product-item .img--wrap {
    position: relative;
    padding-left: 0;
    width: 25%;
}
.product-item.thumb .img--wrap{
    display: flex;
    justify-content: center;
    flex-direction: column;
    height: 150px;
    align-items: center;
}
.product-item .img--wrap .img {
    width: auto;
    max-height: 200px;
}
.product-item .tools {
    position: absolute;
    left: 1px;
    top: 1px;
    width: 24px;
}

.product-item .badges{
    position: absolute;
    float: right;
    right: 4px;
    z-index: 2;
    max-width: 100px;
}

.details--wrap .title{
    font-family: "Arimo Bold";
    font-size: 24px;
    line-height: 31px;
    color: #000000;
    text-decoration: none;
}

.availability{
    margin-top: .5vw;
}

.availability span.available {
    color: #43a047;
    border: 1px solid #43a047;
    padding: 1%;
    font-family: "Arimo Regural";
    font-size: 10px;
}

.details--wrap .price{
    margin-top: 1vw;
}

.details--wrap .price .price--current {
    font-family: "Arimo Bold";
    color: #000000;
    font-size: 28px;
}

.details--wrap .price .price--old {
    font-size: 20px;
    font-family: "Arimo Regural";
    color: #000000;
    text-decoration: line-through;
}

.details--wrap .profit{
    font-family: "Arimo Regural";
    font-size: 14px;
    color: #000000;
}

.details--wrap .addToCart  {
    background: #ffffff;
    color: #3c3c3c;
    border: 2px solid #3c3c3c;
    font-family: "Arimo Bold";
    margin-top: 1.5vw;
}

.details--wrap .addToCart:hover  {
    color: #ffb300;
    border: 2px solid #ffb300;
}

.details--wrap .addToCart:active  {
    color: #43a047;
    border: 2px solid #43a047;
}

 .details--wrap .fastCheckOut  {
    background: #43a047;
    color: #ffffff;
    border: 2px solid #43a047;
    font-family: "Arimo Bold";
     margin-top: 1.5vw;
 }

.details--wrap .fastCheckOut:hover  {
    background: #ffb300;
    border: 2px solid #ffb300;
}

.details--wrap .fastCheckOut:active  {
    background: #000000;
    border: 2px solid #000000;
}


.product-item .details--wrap{
    padding-left: 0;
    margin-left: 3%;
}

.product-item .descr--wrap {
    padding-left: 0;
    margin-left: 2%;
}
.product-item .descr--wrap .descr-list .item{
    font-family: "Arimo Regural";
    color: #000000;
    font-size: 15px;
}


.details--wrap .code {
    width: 100%;
    font-family: "Arimo Regural";
    color: #000000;
    font-size: 13px;
}


#products-list-nav {
    padding-left: 0 !important;
    width: 85%;
    margin: 1vw auto 1vw;
}

#nav-pagination--top .uk-pagination>li>a, #nav-pagination--bottom .uk-pagination>li>a {
    background: none;
    color: #444;
}

#nav-pagination--bottom {
    padding-left: 0 !important;
    width: 95%;
    margin: 2vw auto;
}

#nav-pagination--bottom .uk-pagination, .paginationjs-pages .uk-pagination{
    margin: 0 auto;
}

#nav-views{
    text-align: right;
}

#view-list, #view-thumbs{
    cursor: pointer;
}

#view-list.inactive svg{
    fill: #b2b2b2;
}

#view-list.active svg{
    fill: #000000;
}


#view-thumbs.inactive svg{
    fill: #b2b2b2;
}
#view-thumbs.active svg{
    fill: #000000;
}


.product-item.thumb {
    width: 22%;
    margin-right: 3%;
    margin-top: 0;
    margin-bottom:3vh;
}

.product-item.thumb .img--wrap, .product-item.thumb  .details--wrap, .product-item.thumb .details--wrap .addToCart, .product-item.thumb .details--wrap .fastCheckOut  {
    width: 100%;
}

.product-item.thumb  .details--wrap .price, .product-item.thumb  .availability {
  margin-top: 0;
}

.product-item.thumb .details--wrap .addToCart, .product-item.thumb .details--wrap .fastCheckOut{
    margin-top: .5vw;
}

.product-item.thumb .img--wrap .img{
    width: auto;
    max-height: 150px;
}

.product-item.thumb .details--wrap .title {
    font-size: 21px;
}

.product-item.thumb .descr--wrap {
    display: none;
}


.product-item.thumb .product-item .details--wrap {
    text-align: center;
}

.product-item.thumb .img--wrap, .product-item.thumb  .details--wrap{
    border: none;
    text-align: center;
}

.product-item.thumb .product-item .details--wrap{
    margin-left: 0;
}


.product-item.thumb .title {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 1.5em;
    height: 3em;
}

.filter-option > a.checked > .option::before{
    content: "✔ ";
}
.uk-pagination .active > a{
    font-weight: bold;
    color:var( --color-yellow1);
}
/*Products styles ends*/

/*more filters drawer styles starts*/
#more-filters-drwr {
    position: fixed;
    top: 0;
    -webkit-transition: visibility 1s ease-out;
    transition: visibility 1s ease-out;
    z-index: 9993;
    background: rgba(76, 76, 76, 0.85);
}

#more-filters-drwr.close {
    visibility: hidden;
}

#more-filters-drwr.open {
    visibility: visible;
    overflow-y:scroll ;

}


#more-filters-drwr--wrap {
    position: absolute;
    top: 0px;
    right: 0px;
    /*height: 100%;*/
    min-height: 100vh;
    width: 100%;
    max-width: 400px;
    background-color: #e5e5e5;
    padding: 2%;
    -webkit-transition: transform 1s ease-out;
    transition: transform 1s ease-out;
    transform: translate3d(100%, 0, 0);
}

#more-filters-drwr.open #more-filters-drwr--wrap {
    transform: translate3d(0, 0, 0);
}

#more-filters-drwr-close {
    cursor: pointer;
    position: fixed;
    right: 0;
    margin-right: 10%;
}

#more-filters-drwr-close svg{
    width:20px;
}

#more-filters-drwr--wrap .header{
    margin-bottom: 1vw;
    color: #000000;
    font-family: "Arimo Bold";
}

#more-filters-drwr--wrap > .container {
    padding-top: .5vw;
    border-top: 1px solid #7f7f7f;
    height: 100%;
}

#more-filters--list{
    padding-left: 0;
}

#more-filters--list .filter {
    min-height: 50px;
    position: relative;
    font-size: 17px;
    color: #000000 !important;
    cursor: pointer;
}

#more-filters--list .filter .uk-button{
    padding-left: 0;
}


#more-filters--list .filter-dropdown {
    list-style: none;
    min-width: -webkit-fill-available;
    min-width: -moz-fill-available;
    min-width: fill-available;
    margin-top: 1vw;
    background: #e5e5e5;
    padding: 16px;
}

#more-filters--list .filter-dropdown  .drop-down--list {
    margin-top: 0;
}

#more-filters--list .filter-dropdown .filter-choice{
justify-content: space-between;
}

#more-filters--list .filter-dropdown .filter-choice .choice-qnty{
    float: right;
}

/*more filters drawer styles ends*/
/*Top Brands css starts*/

#brands{
    background: #f6f6f6;
}

.brands--wrap{
    margin: 4vh auto 0;
    width: 95%;
    padding-bottom: 6vh;
}

.brands--wrap .pageTitle {
    margin-bottom: 3vh;
    font-family: "Arimo Regural";
    color: #000000;
    font-size: 26px;
    padding-left: 0;
}

.brand {
    width: 15%;
    box-sizing: border-box;
    margin-bottom: 1em;
}
.brand a {
    display: grid;
    min-height: 150px;
    border:2px solid var(--color-blue2);
    justify-content: center;
    color: var(--color-blue2);
    align-items: center;
    text-decoration: none;
    font-family: "Arimo Bold";
}

.brand:hover a {
    background: var(--color-yellow1);
    color: var( --color-blue1);
}

.brands-row{
    margin-top: 0 !important;
}
/*Top Brands css ends*/


/*MEDIA QUERIES*/

@media (max-width: 1400px) {
    /*Products Promo styles starts*/
    #products-promo {
        margin-top: 10vh;
    }

    #products-promo--wrap #page-title {
        font-size: 21px;
    }

    #products-promo--wrap .promo-title {
        font-size: 25px;
    }
    /*Products Promo styles ends*/

    /*Products mini Promo styles starts*/
    #products-promo-mini {
        margin-top: 10vh;
    }

    #products-promo-mini .addToCart, #products-promo-mini .fastCheckOut {
        width: 80%;
        font-size: 11px;
        line-height: 28px;
    }

    #products-promo-mini .sg-item .img--wrap .img {
        width: 100px;
    }

    #products-promo-mini .sg-items--wrap .pageTitle {
        font-size: 21px;
    }

    #products-promo-mini .sg-item .title {
        font-size: 12px;
    }

    #products-promo-mini  .sg-item .price .price--old {
        font-size: 14px;
    }

    #products-promo-mini  .sg-item .price .price--current {
        font-size: 22px;
    }

    /*Products mini Promo styles ends*/

    /*Products styles starts*/
    .product-item .img--wrap {
        width: 20%;
    }

    .product-item .img--wrap .img{
        width: auto;
        max-height: 200px;
    }

    .product-item .details--wrap {
        width: 45%;
    }

    .product-item .descr--wrap {
        width: 25%;
        margin-left: 0;
    }

    .details--wrap .title {
        font-size: 21px;
    }

    .details--wrap .price .price--old {
        font-size: 16px;
    }

    .details--wrap .addToCart, .details--wrap .fastCheckOut {
        font-size: 12px;
        line-height: 33px;
    }

    .product-item.thumb .details--wrap .title {
        font-size: 16px;
        line-height: 20px;
    }

    #view-thumbs svg, #view-list svg {
        width: 30px;
    }

    #products-list-nav {
        width: 90%;
        margin: 2vw auto 2vw;
    }
    /*Products styles ends*/




}
@media (max-width: 1366px) {
    .brand {
        width: 25%;
    }
}
@media (max-width: 1280px) {
    /*Products Promo styles starts*/
    #products-promo {
        margin-top: 6vw;
        width: 100%;
    }

    /*Products Promo styles ends*/

    /*Products mini Promo styles starts*/
    #products-promo-mini{
        display: none;
    }
    /*Products mini Promo styles ends*/

    /*Products styles starts*/

    .filter-name {
        font-size: 13px;
    }

    .remove--area {
        font-size: 14px;
    }


    .filter-option {
        font-size: 14px;
    }

    /*Products styles ends*/

    /*more filters drawer styles starts*/
    #more-filters--list .filter-dropdown .filter-choice {
        font-size: 14px;
        line-height: 25px;
    }
    /*more filters drawer styles ends*/

}
@media (max-width: 1024px) {

    /*Products Promo styles starts*/
    #products-promo {
        margin-top: 8vw;
        height: 40vw;
    }

    #products-promo--wrap .promo-title {
        font-size: 22px;
        margin-top: 5vw;
        margin-bottom: 2vw;
    }
    /*Products Promo styles ends*/

    /*Products mini Promo styles starts*/
    /*Products mini Promo styles ends*/

    /*Products styles starts*/
    #nav-views{
        display: none;
    }

    .product-item {
        width: 30%;
        margin-right: 3%;
        margin-top: 0 !important;
        margin-bottom: 4vw;
    }

    .product-item  .img--wrap,.product-item  .details--wrap, .product-item  .details--wrap .addToCart, .product-item .details--wrap .fastCheckOut  {
        width: 100%;
    }

    .product-item  .details--wrap .price, .product-item  .details--wrap .availability {
        margin-top: 0;
    }

    .product-item  .details--wrap  .addToCart, .product-item  .details--wrap  .fastCheckOut{
        margin-top: .5vw;
    }

    .product-item .img--wrap .img{
        width: 8vw;
    }
    .product-item .img--wrap{
        display: flex;
        justify-content: center;
        flex-direction: column;
        height: 150px;
        align-items: center;
    }

    .product-item.thumb  {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        line-height: 1.5em;
        height: 3em;
    }


    .product-item .details--wrap .title {
        font-size: 16px;
        line-height: 20px;
    }

    .product-item .descr--wrap {
        display: none;
    }


     .product-item .details--wrap {
        text-align: center;
    }

    .product-item .img--wrap, .product-item .details--wrap{
        border: none;
        text-align: center;
    }

   .product-item .details--wrap{
        margin-left: 0;
    }

   #productsPage #sg-items .sg-item{
       width: 30%;
       margin-bottom: 2.5vw;
   }

    #products-list-nav {
        margin: 3vw auto 3vw;
    }

    #nav-pagination--top{
        width: 100%;
    }

    #nav-pagination--top .uk-pagination{
        margin:  0 auto;
        width: 40%;
        box-sizing: border-box;
    }

    .products--wrap {
        padding-bottom: 0;
    }

    #nav-pagination--bottom {
        margin: 1vw auto;
    }

    /*Products styles ends*/

    /*more filters drawer styles starts*/
    #more-filters--list .filter {
        min-height: 37px;
    }
    /*more filters drawer styles ends*/
    .brand {
        width: 33%;
        margin-bottom: 1.5em;
    }
}


@media (max-width: 815px) {

    /*Products Promo styles starts*/
    /*Products Promo styles ends*/

    /*Products mini Promo styles starts*/
    /*Products mini Promo styles ends*/

    /*Products styles starts*/
    #nav-pagination--top .uk-pagination {
        width: 50%;
    }

    #nav-pagination--bottom .uk-pagination{
       width: 50%;
    }

    .filter-item{
        display: none;
    }


    .filter-item:first-of-type{
        display: block;
        width: 50%;
    }

    .filter-item:last-of-type{
        display: block;
        width: 50%;
    }
    /*Products styles ends*/

    /*more filters drawer styles starts*/
    #more-filters-drwr--wrap {
        max-width: 350px;
        padding: 4%;
    }

    #more-filters--list .filter .uk-button {
        font-size: 13px;
    }
    /*more filters drawer styles ends*/

}


@media (max-width: 668px) {

    /*Products Promo styles starts*/
    /*Products Promo styles ends*/

    /*Products mini Promo styles starts*/
    /*Products mini Promo styles ends*/

    /*Products styles starts*/
    /*Products styles ends*/

}

@media (max-width: 668px) {

    /*Products styles starts*/
    .product-item {
        width: 47%;
    }

    /*Products styles ends*/

}


@media (max-width: 605px) {
    /*Products Promo styles starts*/
    /*Products Promo styles ends*/

    /*Products mini Promo styles starts*/
    /*Products mini Promo styles ends*/

    /*Products styles starts*/
    .availability span.available {

         border: none;
    }
    /*Products styles ends*/
}

@media (max-width: 510px) {

    /*Products Promo styles starts*/
    #products-promo {
        margin-top: 30vw;
        height: 65vw;
    }

    #products-promo--wrap .promo-title {
        font-size: 17px;
        line-height: 23px;
    }

    #products-promo--wrap #page-title {
        font-size: 18px;
    }

    #products-promo-button {
        font-size: 13px;
        line-height: 28px;
    }
    /*Products Promo styles ends*/

    /*Products mini Promo styles starts*/
    /*Products mini Promo styles ends*/

    /*Products styles starts*/
    .product-item {
        width: 47%;
        margin-right: 3%;
        margin-top: 0;
    }

    .product-item .details--wrap .title {
        font-size: 11px;
        line-height: 14px;
        display: inline-block;
    }

    .details--wrap .code {
        font-size: 10px;
    }

    .details--wrap .price .price--old {
        font-size: 14px;
    }

    .details--wrap .price .price--current {
        font-size: 21px;
    }

    .product-item .img--wrap .img {
        width: 60px;

    }

    .details--wrap .profit {
        font-size: 10px;
    }

    .product-item .details--wrap .addToCart, .product-item .details--wrap .fastCheckOut {
        margin-top: 1.5vw;
        font-size: 10px;
        line-height: 25px;
        padding: 0 10px;
    }

    #productsPage #sg-items .sg-item {
        width: 45%;
        margin-bottom: 2.5vw;
    }

    #products-list--wrap {
        width: 95%;
    }

    .product-item .details--wrap {
        margin-top: 2vw;
    }


    .filter-name {
        font-size: 11px;
    }

    .remove--area .tag, .filter-option a{
        font-size: 12px;
    }

    .remove {
        font-size: 19px;
    }

    .drop-down {
        top: 62px;
    }

    #products-list-nav-results{
        width: 100%;
        font-size: 13px;
    }

    #nav-pagination--top .uk-pagination, #nav-pagination--bottom .uk-pagination {
        width: 100%;
        font-size: 12px;
    }

    #nav-pagination--top {
        width: 100%;
        margin-top: 3vw;
        margin-bottom: 3vw;
    }

    #nav-pagination--bottom {
        margin: 2vw auto;
    }

    .products--wrap {
        padding-bottom: 5vw;
    }
    /*Products styles ends*/

    /*more filters styles starts*/
    #more-filters-drwr--wrap {
        max-width: 290px;
        padding: 6%;
    }
    /*more filters styles ends*/

    .brand {
        width: 100%;
    }

    .brand a {
        min-height: 100px;
    }

}

