html,
body {
    padding: 0;
    margin: 0%;
}

.magento-product-slide-single img {
    max-width: 100%;
    width: 100%;
}

ul {
    padding: 0;
    margin: auto;
}

.elementor-shortcode {
    max-width: 930px;
    margin: 0 auto;
    position: relative;
}

.magento-product-slide-single .product {
    list-style: none;
}

.magento-product-slide-1 .magento-description ul {
    list-style: none;
    margin-left: 0 !important;
    padding-left: 0;
    line-height: 160%;
}

.magento-product-slide-single {
    width: calc(100% - 44px);
    margin: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
}

.magento-product-slide-single .mag-product {
    margin-top: 10px;
}

.magento-product-slide-single~.swiper-button-next,
.magento-product-slide-single~.swiper-button-prev {
    width: 30px;
    height: 292px;
    margin: auto;
    background-size: 50%;
    line-height: 200px;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
}

.magento-product-slide-single~.swiper-button-next:hover,
.magento-product-slide-single~.swiper-button-prev:hover {
    background-color: rgba(54, 54, 54, 0.05);
}

.magento-product-slide-single~.swiper-button-prev {
    left: 0;
}

.magento-product-slide-single~.swiper-button-next {
    right: 0;
}

.magento-product-slide-single .magento-img-info {
    width: 35.46%;
    margin-right: 20px;
    align-self: center;
}

.magento-product-slide-single .magento-product-info {
    width: 57.68%;
}

.magento-product-slide-single .name {
    margin: 0px auto 15px;
    height: 30px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
}

.magento-product-slide-single .name a {
    text-decoration: none;
    font-size: 16px;
    line-height: 24px;
    color: #000000;
}

.magento-product-slide-single .image a {
    display: block;
    height: 0;
    padding-bottom: 100%;
}

.magento-product-slide-single .buy-it-now {
    display: none;
}

.magento-product-slide-single .flex_line {
    display: flex;
}

.magento-product-slide-single .magentoreview-score-bottom,
.magento-product-slide-single .magentoreview-score-top {
    height: 16px;
    background-size: 80px 16px;
}

.magento-product-slide-single .magentoreview-score-top {
    width: 80px;
    background-image: url(https://cdn.aosom.co.uk/media/nodefront/img/all-no-star.e54248fe.png);
    background-position: 100% 100%;
}

.magento-product-slide-single .magentoreview-score-bottom {
    background-image: url(https://cdn.aosom.pt/media/nodefront/img/all-star.d8393b14.png);
    background-size: 80px 16px;
    height: 16px;
}

.magento-product-slide-single .current-price {
    font-weight: 600;
    font-size: 20px;
    line-height: 28px;
    color: #DC2F2F;
}

.magento-product-slide-single .magento-old-price {
    font-size: 14px;
    line-height: 20px;
    text-decoration-line: line-through;
    color: #666666;
    margin-left: 10px;
}

.magento-product-slide-single .magento-delivery-info {
    font-size: 12px;
    line-height: 20px;
    color: #000000;
    margin: 5px auto;
}

.magento-product-slide-single .magento-review-info {
    font-size: 14px;
    line-height: 14px;
    color: #202223;
    align-self: flex-end;
    margin: 0 5px;
}

.magento-product-slide-single .magento-label {
    height: 17px;
    position: absolute;
    font-size: 14px;
    color: #fff;
    font-weight: 500;
    background-color: transparent;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
}

.magento-product-slide-single .magento-tag-content {
    background: #DC2F2F;
    border-width: 1px 0 1px 1px;
    border-color: #DC2F2F;
    display: inline-block;
    line-height: 15px;
    padding: 0 3px 0 5px;
    text-align: center;
    white-space: nowrap;
    border-style: solid;
}

.magento-product-slide-single .magento-tag-triangle {
    background: transparent;
    border-width: 0;
    display: inline-block;
    height: 17px;
    overflow: hidden;
    width: 13px;
    line-height: 17px;
}

.magento-product-slide-single .magento-tag-triangle:before {
    background: #DC2F2F;
    border: 1px solid #DC2F2F;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    content: "";
    display: inline-block;
    height: 17px;
    -webkit-transform: skew( -30deg) translate(-7px);
    transform: skew( -30deg) translate(-7px);
    width: 13px;
}

.magento-product-slide-single .magento-description {
    font-size: 13px;
    line-height: 150%;
    margin-top: 15px;
    height: 100px;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
}

.magento-product-slide-single .magento-product-btn {
    width: 250px;
    border: 1px solid #DC2F2F;
    box-sizing: border-box;
    border-radius: 2px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    margin-top: 20px;
}

.magento-product-slide-single .magento-product-btn a {
    font-weight: 500;
    font-size: 14px;
    color: #DC2F2F;
    line-height: 14px;
    text-decoration: none;
}

@media only screen and (max-width: 767px) {
    .magento-product-slide-single .product {
        flex-direction: column;
    }
    .magento-product-slide-single .magento-img-info {
        width: 100%;
        margin: auto;
    }
    .magento-product-slide-single .magento-product-info,
    .magento-product-slide-single .magento-product-btn {
        width: 100%;
    }
}