
.swiper-wrapper li {
    /*height: 217px;*/
    position: relative;
    font-size: 18px;
    line-height: 24px;
    transition: all 0.5s ease;
}
@media only screen and (max-width: 1400px) {
    .swiper-wrapper li {

    }
}
@media only screen and (max-width: 896px) {
    .swiper-wrapper li {

    }
}
@media only screen and (max-width: 600px) {
    .swiper-wrapper li {

    }
}
.swiper-wrapper li .cat-li-a {
    background: #0A2734;
    display: block;
    position: relative;
}
.swiper-wrapper li div.top {
    color: #fff;
    padding: 5px 12px;
    position: absolute;
    right: 0;
    font-size: 16px;
    line-height: 32.5px;
}

@media only screen and (max-width: 896px) {
    .swiper-wrapper li div.top {
        font-size: 2.3437vw;
        padding: 2.7902vw 1.3393vw;
        line-height: 3.6272vw;
    }
}

.swiper-wrapper li div.bottom {
    color: #0A2734;
    position: absolute;
    right: 0;
    bottom: 34px;
    font-size: 14px;
    line-height: 20px;
    background: #FFFFFF;
    opacity: 0.7;
    border-radius: 28px 0px 0px 28px;
    font-weight: 500;
    padding: 5px 15px;
}
@media only screen and (max-width: 1400px){
    .swiper-wrapper li div.bottom {

    }
}
@media only screen and (max-width: 896px){
    .swiper-wrapper li div.bottom {
        bottom: 6.1384vw;
        font-size: 2.1205vw;
        line-height: 2.2321vw;
        border-radius: 3.125vw 0px 0px 3.125vw;
        padding: 1.6741vw;
    }
}

.swiper-wrapper li div.bottom i {
    display: block;
}
.swiper-wrapper li div.bottom i.old {
    text-decoration: line-through;
}
.swiper-wrapper li div.bottom i.new {
    color: #FF0000;
}
.swiper-wrapper li img {
    width: 100%;
    object-fit: contain;
    height: 112px;
    margin: auto;
    display: block;
    max-width: 100%;
}
@media only screen and (max-width: 896px){
    .swiper-wrapper li img {
        height: 26.1161vw;
    }
}
@media only screen and (max-width: 896px){
    .swiper-wrapper li img {

    }
}
@media only screen and (max-width: 600px){
    .swiper-wrapper li img {

    }
}
.swiper-wrapper li span.info {
    padding: 2px 7px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #6FC727;
    color: #fff;
    position: relative;
    font-weight: 400;
	height: 30px;
}
@media only screen and (max-width: 1400px){
    .swiper-wrapper li span.info {

    }
}
@media only screen and (max-width: 896px){
    .swiper-wrapper li span.info {
        height: 5.2455vw;
    }
}


.swiper-wrapper li span.info .quantity {
    background: #0A2734;
    position: relative;
    font-size: 14px;
    line-height: 25px;
    width: 100%;
    border-radius: 3.75px;
    text-align: right;
    padding-right: 5px;
    padding-left: 5px;
    font-weight: 500;
    display: flex;
    align-items: center;
    column-gap: 5px;
}
@media only screen and (max-width: 1400px){
    .swiper-wrapper li span.info .quantity {

    }
}
@media only screen and (max-width: 896px){
    .swiper-wrapper li span.info .quantity {
        font-size: 1.9vw;
        line-height: 4.3vw;
        border-radius: .4185vw;
        padding-right: .558vw;
        padding-left: .558vw;
        column-gap: .958vw;
    }
}

/*.swiper-wrapper li span.info .quantity:before {
    background-image: url(/local/templates/dikart-new/images/bag-new.svg);
    height: 18px;
    width: 18px;
    content: '';
    position: relative;
    display: block;   
    margin-left: 2px; 
    background-size: contain;
    background-repeat: no-repeat;
    filter: invert(57%) sepia(102%) saturate(219%) hue-rotate(50deg) brightness(120%) contrast(139%);
}
@media only screen and (max-width: 1400px){
    .swiper-wrapper li span.info .quantity:before {

    }
}
@media only screen and (max-width: 896px){
    .swiper-wrapper li span.info .quantity:before {
        height: 3.3482vw;
        width: 3.3482vw;
    }
}*/
.swiper-wrapper li span.info .name {
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
}
@media only screen and (max-width: 1400px){
    .swiper-wrapper li span.info .name {

    }
}
@media only screen and (max-width: 896px){
    .swiper-wrapper li span.info .name {
        font-size: 2.0089vw;
        line-height: 2.2321vw;
    }
}


.swiper-wrapper li span.info .left {
	display: flex;
    align-items: center;
}

.swiper-wrapper li span.info .tooltip-ico {
    font-size: 13px;
    line-height: 27px;
    background: #0A2734;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    font-weight: 500;
    margin-right: 7px;
    display: flex;
    align-items: center;
    justify-content: center;
    display: none;
}
@media only screen and (max-width: 1400px) {
	.swiper-wrapper li span.info .tooltip-ico {

	}
}
@media only screen and (max-width: 896px) {
	.swiper-wrapper li span.info .tooltip-ico {
        font-size: 2.3437vw;
        line-height: 3.0134vw;
        width: 3.3482vw;
        height: 3.3482vw;
        margin-right: 1.1161vw;	
	}
}



.vertical-wrapper .swiper-button-next:after {
    content: '';
    width: 15px;
    height: 8px;
    background-image: url("img/arrow.svg");
    opacity: 0.8;
    background-size: cover;
  }
  @media only screen and (max-width: 896px) {
    .vertical-wrapper .swiper-button-next:after {
        width: 6.25vw;
        height: 6.25vw;
        background-image: url(/local/templates/dikart-new/images/gall-swiper-arrow.svg);
    }
  }
  @media only screen and (max-width: 600px) {
    .vertical-wrapper .swiper-button-next:after {

    }
  }
  .vertical-wrapper .swiper-button-next:hover:after {
    opacity: 1;
  }
  .vertical-wrapper .swiper-button-next:focus {
    outline: none;
  }

  .vertical-wrapper .swiper-button-prev:after {
    content: '';
    width: 15px;
    height: 8px;
    background-image: url(img/arrow.svg);
    opacity: 0.8;
    background-size: cover;
    transform: rotate(180deg);
  }
  @media only screen and (max-width: 896px) {
    .vertical-wrapper .swiper-button-prev:after {
        width: 37px;
        height: 37px;
        background-image: url(/local/templates/dikart-new/images/gall-swiper-arrow.svg);
    }
  }
  @media only screen and (max-width: 896px) {
    .vertical-wrapper .swiper-button-prev:after {
        width: 6.25vw;
        height: 6.25vw;
    }
  }
  .vertical-wrapper .swiper-button-prev:hover:after {
    opacity: 1;
}
.vertical-wrapper .swiper-button-prev:focus {
   outline: none;
}

.vertical-swiper {
    height: 447px;
}
@media only screen and (max-width: 896px) {
    .vertical-swiper {
        height: 31.3616vw;
    }
}
.vertical-wrapper {
    position: relative;
}
@media only screen and (max-width: 896px) {
    .vertical-wrapper {
        background-color: #fff;
        /*padding-bottom: 8.5938vw;*/
        padding: 0 2.4554vw 8.5938vw 2.4554vw;
    }
}
.vertical-wrapper .swiper-button-next {
    top: -27px;
    margin: 0;
    left: 0;
    right: 0;
    height: 15px;
    background-color: #fff;
}
@media only screen and (max-width: 896px) {
    .vertical-wrapper .swiper-button-next {
        height: unset;
        background-color: unset;
        margin-right: 0;
        top: var(--swiper-navigation-top-offset, calc(50% - 8vw));
        width: fit-content;
        left: unset;
    }
}
@media only screen and (max-width: 600px) {
    .vertical-wrapper .swiper-button-next {

    }
}
.vertical-wrapper .swiper-button-prev {
    bottom: -17px;
    top: unset;
    margin: auto;
    left: 0;
    right: 0;
    height: 15px;
    background-color: #fff;
}
@media only screen and (max-width: 896px) {
    .vertical-wrapper .swiper-button-prev {
        bottom: unset;
        height: unset;
        margin-left: 0;
        right: unset;
        background-color: unset;
        top: var(--swiper-navigation-top-offset, calc(50% - 8vw));
    }
}
@media only screen and (max-width: 600px) {
    .vertical-wrapper .swiper-button-prev {
        
    }
}