.toolbar {
    padding: 0;
    margin: 30px 0;
    text-align: center;
    display:flex;
}
.toolbar .limiter, .toolbar .sorter {
    padding-top: 0;
}
.sorter {
    display:flex;
    padding-right:15px;
    align-items: center;
}
.sorter-label, .limiter .label {
    font-size: 14px;
    font-weight: 400;
    color: #2a2a2a;
    float: left;
    padding: 0 15px 0 0;
    margin: 0;
    line-height: 30px;
}
.sorter select.sorter-options {
    max-width: 84px;
    height: 30px;
}
.sorter select, .limiter select {
    background-color: #fff;
    color: #252525;
    font-size: 14px;
    border: 1px solid #dddedf;
    padding: 5px 5px;
    text-align: left;
    vertical-align: middle;
    margin: 0;
}.sorter-action {
    vertical-align: initial;
    padding-left: 5px;
}
.toolbar-products .limiter .control {
    display: inline-block;
}
.limiter {
    float: left;
    padding: 4px 0 0;
}
.field.limiter {
    margin: 0;
    padding: 0 0 0 15px;
}
.img-last {
    opacity:0;
    position: absolute;
    top: 0;
    
    width:100%;
    transition: all .8s;
}
.img-first{
  height:100%;
  width:100%;
  transition: all 0.8s;
}

.img-product:hover .img-first {
     opacity:0;
}

.img-product:hover .img-last {
    opacity:1;
   
}
.photo {
    overflow: hidden;
    position: relative;
}
.price-box .price, .special-price .price {
    color: #999999;
}
.price-box .price {
    font-size: 14px;
    cursor: pointer;
}

/*.grid.products-grid .item {*/
/*    text-align: center;*/
/*    float: left;*/
/*    list-style-type: none;*/
/*}*/

.category-products.grid .item .product-image-photo {
    bottom: 0;
    display: block;
    /*height: 591px;*/
    left: 0;
    margin: 0px;
    width: 100%;
   
    right: 0;
    top: 0;
}
.products-textlink {
    padding: 22px 0 0px 0;
    text-align: center;
}
.products-grid .product-name {
    margin: 0 0 11px;
}

.products-grid .price-box {
    margin: 5px 0 0;
}
.products-grid .price-box {
    margin-bottom: 10px;
}
.sticker.top-left {
    left: 18px;
    top: 18px;
}
.sticker {
    position: absolute;
   
    z-index: 20;
}
 .sticker.top-left .labelnew {
    color: #ffffff;
    background-color: #51c0b3;
    cursor: pointer;
}
.labelnew, .labelsale {
    display: block;
    height: 45px;
    line-height: 45px;
    text-align: center;
    text-transform: uppercase;
    font-size: 12px;
    width: 45px;
    border-radius: 50%;
}

.roducts.wrapper ~ .toolbar:before {
    position: absolute;
    left: 0;
    right: 0;
    width: 485px;
    height: 1px;
    background-color: #ddd;
    margin: 0 auto;
    content: "";
}
.hover-box {
    bottom: 0;
    left: 0;
    /*position: absolute;*/
    right: 0;
    top: 0;
}
.item:hover .images-container .actions {
    opacity: 1;
    visibility: visible;
    bottom: 0;
    transform: scale(1) rotate(0deg);
    -moz-transform: scale(1) rotate(0deg);
    -webkit-transform: scale(1) rotate(0deg);
    -o-transform: scale(1) rotate(0deg);
    border: 1px solid #a4a7ab;
   
}
.actions-no .actions {
    z-index: 2;
    background-color: #fff;
    padding: 14px 12px 0;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    right: 0;
    bottom: -35px;
    transition: all 300ms ease-in-out 0s;
    -moz-transition: all 300ms ease-in-out 0s;
    -webkit-transition: all 300ms ease-in-out 0s;
    -o-transition: all 300ms ease-in-out 0s;
    transform: scale(0) rotate(0deg);
    -moz-transform: scale(0) rotate(0deg);
    -webkit-transform: scale(0) rotate(0deg);
    -o-transform: scale(0) rotate(0deg);
}
.item .actions-no .button.btn-cart, .item .actions-no .button.btn-cart span, .item .actions-no .button.btn-cart span .icons, .item .actions-no .add-to-links a {
    float: none;
    width: 35px;
    height: 35px;
    line-height: 34px;
    overflow: hidden;
    padding: 0;
    margin-bottom: 10px;
    font-size: 18px;
    text-align: center;
   
}
.product-items{
  list-style-type: none;
     display: grid;
    grid-auto-columns: 1fr;
    grid-column-gap: 30px;
    grid-row-gap: 12px;
    grid-template-columns: 1fr 1fr 1fr;
    justify-items: center;
}
.link-view {
    margin-bottom: 10px;
}
.link-view .quickview {
    font-size: 100%;
    width: 35px;
    height: 35px;
    line-height: 34px;
    padding: 0;
    color: black;
    background:#fff;
    border: 1px solid;
    
    display: flex;
    justify-content: center;
    align-items: center;
}
.actions-primary .action {
   font-size: 100%;
    width: 35px;
    height: 35px;
    line-height: 34px;
    padding: 0;
    color: black;
}

.close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5;
}
.modal-header .close {
    padding: 1rem;
    margin: -1rem -1rem -1rem auto;
}
.swatch {
    padding: 10px 0;
    width: 100%;
}
.valueChild {
    cursor: pointer;
    padding: 0 10px;
    margin-right: 7px;
    border: #ebebeb 1px solid;
    line-height: 30px;
}
.product-quantity{
  display:none;
}
.size-category{
  color:#949494!important;
  cursor: pointer;
}
.valueChild.active {
    line-height: 30px;
    background-color: #a4a7ab;
    color: white;
}
.cate-size{
  display:flex;
  justify-content: center;
  flex-wrap: wrap;
}
@media only screen and (max-width: 479px){
 .cart-container .form-cart{
   width:100% !important;
   padding: 0px 30px !important;
 }
 .items thead{
   display:none;
}
.action-1{
  width:100% !important;
  margin-bottom: 10px !important;
}
.action-1 span{
  text-align:center;
  display:block;
}
.cart-summary{
  
  width: 100% !important;
    padding: 0px 30px !important;
}
.cart.table-wrapper .item .col.item{
    padding: 25px 0 10px 120px;
    display: inline-block;
    float: left;
    width: 200px;
    padding-left: 0px;
}
.cart.table-wrapper .product-item-photo{
  position: static;
    display: block !important;
    left: 0;
    max-width: 60px;
    padding: 0;
    /* position: absolute; */
    top: 15px;
    width: 100%;
}
.cart.table-wrapper .col.qty:before, .cart.table-wrapper .col.price:before, .cart.table-wrapper .col.subtotal:before, .cart.table-wrapper .col.msrp:before {
    content: attr(data-th) 'price:';
    display: block;
    font-weight: 700;
    padding-bottom: 10px;
}
.cart.table-wrapper .col{
  display: block;
    float: left;
    text-align: center;
    width: 33%;
}
.cart.table-wrapper .product-item-name{
  margin-top:5px !important;
}
}

@media (min-width: 1201px){
/*.product-items .product-item {*/
   
/*    width: 33.333333333%;*/
/*}*/
/*.product-item+.product-item{*/
/*   padding: 0 0 0 30px;*/
/*}*/
.product-items .product-item:nth-child(3n+1) {
    clear: left;
}
}