.products-item {
    display: flex;
    flex-direction: column;
    height: 100%;
    margin-bottom: 34px;
    border: none;
    border-radius: 0;
    padding-bottom: 8px;
    background: transparent;
    box-shadow: none;
}

.products-item-inner {
    display: flex;
    flex-direction: column;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.product-card-body {
    display: flex;
    flex-direction: column;
    flex: 1;
    padding: 0;
}

.products-item .buy-block--footer {
    margin-top: auto;
}

.product-card-footer {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    width: 100%;
    margin-top: auto;
    padding-top: 8px;
}
.products-item .offer-description p {
    margin-bottom: 0;
}

.admin-action {
    display: none;
}
.products-item:hover .admin-action {
    display: block;
}
.offer-description {
    font-size: 16px;
    padding-top: 12px;
    color: #555;
}
.products-item-inner{
    position: relative;
    overflow: hidden;
   /* margin-bottom: 8px;/
}
.products-item:hover {
   /* box-shadow: 0px 0px 4px 2px #c3bfbf;*/
}
 .shipping-block-inner { display: none;
    font-size: 27px;
    color: var(--brand-red, #C8102E);
    text-shadow: 1px 1px #ccc;
    margin-bottom: 10px;
    background-color: #f8f8f8;
    padding: 4px 8px;
    border-radius: 8px;
    border: 1px solid;   
    background-image: linear-gradient(45deg, #f7f7f7 25%, transparent 25%), linear-gradient(-45deg, #f7f7f7 25%, transparent 25%), linear-gradient(45deg, transparent 75%, #f7f7f7 75%), linear-gradient(-45deg, transparent 75%, #f7f7f7 75%);
  background-size: 20px 20px;
  background-position: 0 0, 0 10px, 10px -10px, -10px 0px;
 }
 .shipping-block-inner .title {
    font-weight: 700;
    font-size: 18px;
    text-transform: uppercase;
     
 }
 .shipping-block-inner .description {
  font-size: 24px;
  margin-top: 0;
 }
 
.banner {
  background-color: #e3e3e3;
  background-image: linear-gradient(45deg, #f7f7f7 25%, transparent 25%), linear-gradient(-45deg, #f7f7f7 25%, transparent 25%), linear-gradient(45deg, transparent 75%, #f7f7f7 75%), linear-gradient(-45deg, transparent 75%, #f7f7f7 75%);
  background-size: 20px 20px;
  background-position: 0 0, 0 10px, 10px -10px, -10px 0px;
  padding: 20px;
  text-align: center;
}

 

.img-wrapper {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
}
 
.products-item .img-wrapper img {
    max-width: 100%;
    width: 100%;
    height: auto; 
    object-fit: cover;
    transition: transform 0.7s ease-out;
}

.bg-contain .img-wrapper img,
.dc-list-element.bg-contain .img-wrapper img {
    object-fit: contain;
}

.bg-cover .img-wrapper img,
.dc-list-element.bg-cover .img-wrapper img {
    object-fit: cover;
} 

.img-wrapper:hover img {
  /*transform: scale(1.1);*/
}

 
 
 

.pagination-block {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 24px;
    flex-direction: column;
}
@media screen and ( min-width: 620px ){
    .pagination-block {
        flex-direction: row;
    }
}
.product-pagination {
 
}


 

.products-item .buy-block {
  /*  height: 39px;*/
    /* padding: 0 0px 0 8px; */
    /* display: flex; */
    /* align-content: center; */
    /* justify-content: space-between; */
    align-items: center;
    margin-top: 0px;
}
.products-item a {
    position: relative;
}

.products-item .buy-block-wrapper {
        height: 42px;
}
.products-item .img-wrapper {
    margin-bottom: 4px;
    position: relative;
   
}
.products-item .name {
    color: var(--brand-dark, #111827);
    font-weight: 700;
    font-size: 16px;
    line-height: 1.4;
}
.products-item .discount-block
{
display: flex;
    position: absolute;
    top: -16px;
    left: -30px;
    transform: rotate(-45deg);
    overflow: hidden;
    /* height: 40px; */
    padding: 20px 24px 0px 11px;
    background: #fff;
}
.products-item   .countdown-timer {

}

.products-item .discount-percent {
    font-weight: 700;
    color: #f00;
    background: #ffffff;
    padding: 0px 4px;
 
    display: inline-block;
}
.products-item:hover .discount-block {
   /* display:none;*/
}

.products-item .discount-percent:after{
  /*  content: "";*/
    display: block;
    position: absolute;
    border: 7px solid transparent;
    border-top: 7px solid #c50303;
    border-right: 4px solid #f74811;
    left: 1px;
}
 
.products-item .price-block {
     line-height: 2;
}
.products-item  .free-shipping a{
    color: #838383;
}
.products-item .buy-block .price-block .price {
font-size:18px;
color: #000;
font-weight:700;
position:relative;
display:inline-block;
    text-wrap: nowrap;
}
.products-item .buy-block .price-block .price .currency{
    font-size: 90%;

}
.products-item .buy-block .price-block .price.price-old {
    white-space: nowrap;
    color: #777;
    /* margin-left: 4px; */
    max-width: 100%;
    
}
.products-item .buy-block .price-block .price.price-old:after{
	content:"";
	display:block;
	position:absolute;
	left:0;top:50%;
	color:#999;
	width:100%;
	height:0;
	border-bottom:1px solid #333;
	transform:rotate(10deg);
}
 

.products-item .buy-block .price-block .price.price-hot {
color: var(--brand-red, #C8102E);
}

.products-item .buy-block .action-block .btn-buy {
background: var(--brand-red, #C8102E);
color:#fff;
display:block;
border-radius: var(--brand-radius-button, 8px);
font-size:18px;
font-weight: 700;
min-height: 44px;
padding: 10px 16px;
}

.products-item .buy-block .action-block .cart-actions .btn-cart-go {
background: var(--brand-red, #C8102E);
color:#fff;
border-radius: var(--brand-radius-button, 8px) 0 0 var(--brand-radius-button, 8px);
font-size:18px;
line-height:14px;
font-weight:700;
padding:9px 10px;
flex-grow:1;
min-height: 44px;
}

.products-item .buy-block .action-block .cart-actions .btn-cart-go span {
font-size:14px;
border-bottom:1px solid;
display:block;
margin-bottom:3px;
padding-bottom:4px;
margin-top:-5px;
}

.products-item .buy-block .action-block .cart-actions .btn-cart-inc {
background: var(--brand-red-hover, #A00D25);
color:#fff;
display:block;
border-radius:0 var(--brand-radius-button, 8px) var(--brand-radius-button, 8px) 0;
font-size:18px;
padding:10px;
min-height: 44px;
}

.products-item .offer-countdown {
    margin-bottom: 12px;
    margin-top: -16px;
}

.products-item .offer-countdown .title {
letter-spacing: normal; display: none;
    color: #a2a2a2;
}

.products-item .countdown {
display:flex;
}

.products-item .count {
color: #333;
padding: 0px 5px 0 0;
}
.products-item .count:first-child {
    display: none;
}
.products-item .count p {
    color: #E62E04;
    font-size: 14px;
    display: inline;
    margin-bottom: 0;
}

.products-item .count span {
    color: #666;
    font-size: 12px;
    font-weight: normal;
    line-height: 14px;
    display: inline;
}

 
.catalog-filter-offfcanvas {
    background: #fff;
    padding: 15px 10px;
} 
 .sort-panel {
 
    margin-bottom: 10px;
 
 }
.sort-panel fieldset.option {
    display: inline-block;
}

.sort-panel label.radio {
    margin-right: 15px;
}

 .sort-panel .radio input {
  position: absolute;
  z-index: -1;
  opacity: 0;
  margin: 10px 0 0 7px;
}
 .sort-panel .radio__text {
    position: relative;
    padding: 0 0 0 1.5rem;
    cursor: pointer;
    line-height: 0.71rem;
}
 .sort-panel .radio__text:before {
content: '';
    position: absolute;
    top: -3px;
    left: 0;
    width: 16px;
    height: 17px;
    border: 1px solid #CDD1DA;
    border-radius: 30%;
    background: #FFF;
}
 .sort-panel .radio__text:after {
content: '';
    position: absolute;
    top: 0px;
    left: 2px;
    width: 12px;
    height: 12px;
    border-radius: 30%;
    background: #1976d2;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.5);
     opacity: 0;  
    transition: .2s;
}

 .sort-panel label {
padding: 5px 5px 0px 0px;
}
.sort-panel .form-control{
    width: auto;
}
.radio input:checked + .radio__text:after {
  opacity: 1;
}
.radio input:focus + .radio__text:before {
  box-shadow: 0 0 0 3px rgba(255,255,0,.7);
}

.products-item  .select_attr {
    margin-bottom: 8px;
    font-weight: 700;
    color: #015294;
    margin-top: 8px;
}
  .select_attr .title {
margin-right: 8px;
 
}
.products-item  .select_attr a  {
border-bottom: 1px dashed #c2bdbd;
margin-right: 8px;
}
.products-item  .select_attr a.active  {
display: none;    
}



  #product-list-1  [class*="col-"] {
    
  }
#product-list-1    .col-6 {
   /*padding-right: 4px;
    padding-left: 4px;*/
  }
  
  
.products-item .stickers-block {
 
     
}
.products-item  .offer-description{
    display: none;
}

.products-item:hover .stickers-block{
   /* display:none; */ 
}
.products-item .stickers-block .sticker {
    padding: 0px 8px;
    right: 0;
    position: relative;
    margin-top: 0;
    font-size: 14px;
    align-items: center;
}

.sticker.sticker-id-316 {
/*background: linear-gradient(45deg, #82D4FA, #039BE4);*/
}
.sticker.sticker-id-38 {
    background: linear-gradient(218deg, #1b8d00, #2db700);
}

.sticker.sticker-id-130 {
    background: linear-gradient(201deg, #7dca2b, #377a01);
}

.sticker.sticker-id-321 {
background: linear-gradient(45deg, #CE94D8, #AB46BC);
}

.sticker.sticker-id-1863 {
    text-transform: capitalize;
    background: linear-gradient(45deg, #af0000, #ff1100);
    font-family: serif;
    font-size: 18px;
    top: -7px;
  
}
.products-item .stickers-block .sticker.sticker-id-1861 {
   /* display: none;*/
}

ul.catalog-list-pagination {
    display: flex;
    padding-left: 0;
}



 
.catalog_items .hvr__images {
  position: relative;
}

.catalog_items .hvr__sectors {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
}

.catalog_items .hvr__sector {
  flex-grow: 1;
}



.catalog_items .images {
  display: flex;
  overflow: hidden;
}

.catalog_items .image {
  display: block;
}

.catalog_items .hvr__dots {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 2px -4px;
}

.catalog_items .hvr__dot {
    width: 100%;
    height: 4px;
    margin: 0px 4px 0;
    /* border-radius: 50%; */
    background: #cfd1d3;
}

.catalog_items .hvr__dot--active {
  background: #0476a9;
}

.catalog_items .img-wrapper > .images {
    margin-bottom: 4px
}

.free-shipping {
    font-size: 14px;
    display: none;
    text-align: center;
    background: blue;
    color: #fff;
}