
.product-best-offers {
    width: 100%;
    margin: 0 0 10px -17px;
    position: relative;
}

.skp-widget {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    font-family: Open Sans, sans-serif;
    font-style: normal;
    text-align: center;
    line-height: 1.42857143;
    color: #333;
    padding: 15px 10px 10px 10px;
    background-color: #ecf1f5;
    margin: 0 18px;
    position: relative;
    border-radius: 3px;
    font-size: 14px;
}

.skp-widget h1,
.skp-widget h2,
.skp-widget h3,
.skp-widget h4,
.skp-widget h5,
.skp-widget h6 {
    margin: 0;
    padding: 0;
}

.skp-widget img {
    vertical-align: middle;
    border: 0;
}

.skp-widget *, .skp-widget :after, .skp-widget :before {
    box-sizing: border-box;
}

.skp-widget-wrapper {
    overflow: hidden;
    position: relative;
}

.skp-widget-head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 0 15px 0;
}

.skp-widget-head h2 {
    margin: 0;
    width: auto;
    color: #333;
    font-family:Open Sans,sans-serif;
    font-size: 1.2em;
}

.skp-widget-info {
    color: #9fa6ae;
    font-size: .9em;
}

.skp-widget-info img {
    margin-left: .5em;
    margin-bottom: 2px;
}

.skp-widget-slider {
    height: 235px;
    min-height: 235px;
    max-height: 235px;
    overflow-x: scroll;
    margin: 0;
    padding: 0;
    width: 100%;
    max-width: 100vw;
    display: flex;
}

.skp-widget-box {
    float: left;
    padding: 0 3px;
    position: relative;
    width: 135px;
    max-width: 135px;
    height: 220px;
}

.skp-widget-box a {
    height: 220px;
    width: 128.5px;
    background-color: #fff;
    border-radius: 4px;
    display: inline-block;
    padding: 15px 10px 10px;
    text-decoration: none;
    color: inherit;
}

.skp-widget-img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 120px;
}

.skp-widget-box img {
    max-height: 120px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    vertical-align: middle;
    border: 0;
    max-width: 100%;
    height: auto;
}

.skp-widget-content {
    padding: 0 20px;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}

h3.skp-widget-title {
    height: 3em;
    display: flex;
    justify-content: center;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 5px auto;
    font-size: .8em;
    line-height: 1.5;
    border-bottom: none;
    text-align: center;
    text-transform: none;
    font-family: inherit;
}

.skp-widget-currency {
    font-size: .8em;
    padding: 4px 0;
    border-top: 1px solid #e2e2e2;
    color: #0092dd;
    font-weight: 400;
    margin: 0;
    line-height: 1.5;
    border-top: 1px solid #e2e2e2;
}

.skp-widget-currency-number {
    font-size: 1.6em;
    font-weight: 600;
}

.skp-widget-currency-decimal {
    font-size: .6em;
    vertical-align: super;
}

.skp-widget-button {
    display: block;
    background-color: #0092dd;
    border-radius: 5px;
    height: 40px;
    width: 36px;
    position: absolute;
    top: 45%;
    cursor: pointer;
    color: #fff;
    font-weight: 600;
    padding: 8px 12px;
    border: none;
}

.skp-widget-button-next {
    right: -5px;
}
.skp-widget-button-prev {
    left: -5px;
    display: none;
}

h3.skp-widget-title {
    height: 3em;
    display: flex;
    justify-content: center;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 5px auto;
}

.skp-widget-button .icon {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    color: #fff;
    display: inline-block;
    width: 16px;
    height: 16px;
    stroke-width: 0;
    stroke: currentColor;
    fill: currentColor;
}

@media screen and (max-width: 525px) {
    .skp-widget-head {
        flex-direction: column;
    }
}
