.widget-product-cds__link {
    height: 90px;
    font-family: "Open Sans", sans-serif;
}


.widget-product-cds__know-wrap {
    display: none;
}

.widget-product-cds__know-more {
    width: 70%;
    height: 50px;
    line-height: 50px;
}

.widget-product-cds__price, .widget-product-cds__price:hover {
    width: 100%;
    padding: 8px 2px;
    -webkit-transition: width .35s ease-in-out;
    transition: width .35s ease-in-out;
}

.widget-product-cds__basket {
    width: 65%;
    right: -65%;
    padding: 12px 12px 12px 5px;
    -webkit-transition: right .35s ease-in-out;
        transition: right .35s ease-in-out;
    font-family: 'Open Sans', sans-serif;
}

.widget-product-cds__types {
    bottom: 20px;
    width: 90%;
    display: none;
}

.widget-product-cds__basket:hover {
    background-color: #027541;
}

.widget-product-cds__container:hover .widget-product-cds__price {width: 40%;}
.widget-product-cds__container:hover .widget-product-cds__basket {right: 0;}
.widget-product-cds__container:hover .widget-product-cds__types {display: block;}
.widget-product-cds__container:hover .widget-product-cds__know-wrap {display: block;}
.widget-product-cds__container:hover .widget-product-cds__link {color: white; z-index: 5;}

.widget-product-cds__left-arrow {
    width: 33.33%;
}

.widget-product-cds__declination {
    display: none;
}

.widget-product-cds__right-arrow {
    width: 33.33%;
}

.prod-active-type {
    display: block;
    width: 33.33%;
}


.widget-product-cds__subtitle {
    line-height: 1.2;
}



.product-cds-cat__container .widget-product-cds__price, .product-cds-cat__container .widget-product-cds__price:hover {
    width: 100%;
    padding: 8px 2px;
    -webkit-transition: width .35s ease-in-out;
    transition: width .35s ease-in-out;
}

.widget-product-cds__basket {
    width: 60%;
    right: -65%;
    padding: 12px 12px 12px 5px;
    -webkit-transition: right .35s ease-in-out;
        transition: right .35s ease-in-out;
    font-family: 'Open Sans', sans-serif;
}

.product-cds-cat__container .widget-product-cds__types {
    bottom: 50px;
    width: 90%;
    display: none;
}

.widget-product-cds__basket:hover {
    background-color: #027541;
}
.product-cds-cat__container:hover .product-cds-cat__container .widget-product-cds__price {width: 35%;}
.product-cds-cat__container:hover .widget-product-cds__basket {right: 0;}
.product-cds-cat__container:hover .product-cds-cat__container .widget-product-cds__types {display: block;}
.product-cds-cat__container:hover .product-cds-cat__container .widget-product-cds__know-wrap {display: block;}
.product-cds-cat__container:hover .product-cds-cat__container .widget-product-cds__link {color: white; z-index: 5;}

