.arrow-left-pos i,.arrow-right-pos i {
    color: #505050;
    font-size: 44px;
}

.arrow-left-pos:hover, .arrow-right-pos:hover{
    cursor: pointer;
    box-shadow: -1px 1px 4px 2px #cacaca;
}

.envio.available{
    font-size: 13px;
}

.product-image-container{
    position: relative;
}

body#product .carouselAjax {
    margin-top: 25px;
    margin-bottom: 10px;
}

.carousele .product-info-container {
    text-align: left;
}

.carousele .product {
    box-shadow: 0 1px 4px 0 #cacaca;
    margin: 10px 5px 5px;
    padding: 8px;
    border-radius: 4px;
}

.glider {
    margin: 0;
    scrollbar-width: none;
    padding-bottom: 0;
}

[id^="lecarousel-"] {
  margin-left: -10px;
  margin-right: -10px;
  max-width: 1790px;
}

.old-price {
    color: #767676;
    font-size: 12px;
    font-weight: normal;
    text-decoration: line-through;
    height: 16px;
}

.discountField {
    height: 16px;
}

.item-carousel .discount-percentage-carousel {
    display: inline-block;
    align-content: center;
    padding: 1px 5px 0;
    margin-left: 0;
    font-size: 12px;
    line-height: 1;
    color: #fff;
    background-color: #369;
    border-radius: 20px;
  }

span.price-percent-reduction {
    background-color: #336699;
    color: white;
    display: inline-block;
    padding: 0 5px;
    border-radius: 20px;
    font-size: 12px;
    vertical-align: middle;
    height: 15px;
}

div:not(.carousel-container-category):not(#lecarousel-manufacturer) > .carousele:not(.category-carousel) .glider-slide:hover {
    box-shadow: 0 1px 4px 2px #cacaca;
    -webkit-transform: translateY(-8px);
    -ms-transform: translateY(-8px);
    transform: translateY(-8px);
    border-radius: 4px;
}

.carousele.product-carousel .glider-slide:hover {
    box-shadow: none !important;
}

.carousele.product-carousel .glider-slide:hover > .product {
    box-shadow: 0 1px 4px 2px #cacaca !important;
}

.title_carouseles h3 {
    font-size: 20px;
}

.product_name_carousel{
    margin-top: 0;
    line-height: 1.1em;
    max-height: fit-content;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.underline-carousel{
    color: #DA740E !important;
    text-decoration: underline !important;
}

a.product_name_carousel:hover {
    text-decoration: underline;
}

#previous:hover,#next:hover, [class*="carousel-container-"]:not(.isready) .glider .item-carousel{
    display: flex;
    flex: 0 0 auto;
    flex-direction: column;
}

[class*="carousel-container-"].isready .glider .item-carousel {
    height: auto
}

.glider:not(.drag) .item-carousel .carousel-a {
  display: block;
}

.glider.drag .item-carousel a, .glider.drag .item-carousel {
    cursor: grabbing;
}

.glider:not(.drag) .item-carousel a, .glider:not(.drag) .item-carousel {
    cursor: pointer;
    transition: transform 0.3s;
}

.carousele .item-carousel:first-child {
    margin-left: 10px !important;
}

.carousele .item-carousel:last-child {
    margin-right: 50px !important;
}

.carousele{
    display: flex;
    padding: 0;
}

.product_img1, .product_img2 {
    width: 100%;
}

.arrow-left-pos, .arrow-right-pos{
    background: #fff;
    width: 40px;
    height: 100px;
    margin: auto 0;
    box-shadow: 0 0 4px 0 #cacaca;
    position: absolute;
    transition: 0.3s;
    opacity: 0;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
}

.linear-left:hover i, .linear-right:hover i{
    color: #336699 !important;
}

.arrow-left-pos{
  left: 0;
}

.arrow-right-pos{
    right: 0;
}

.envio{
    text-align: left;
    width:100%;
}
.content_price-carousel{
    text-align: left;
    margin-bottom: 4px;
    margin-top: -2px;
    width:100%;
}
.delivery-time{
    font-size: 13px;
    color: #595959;
}

.product-price-carousel {
    font-size: 15px;
    color: #D54101;
}
.delivery-shipment{
    text-align: left;
    margin-top: 2px;
    margin-bottom: 7px;
    width:100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.carousele .available{
    color: #007b00
}
#product-description_carousel{
    width:100%;
}

.product_name_carousel_container{
    width:100%;
    height: 55px;
    margin-top: 7px;
    overflow: hidden;
}
.product_name_carousel_container p, .product_name_carousel_container a{
    overflow: inherit !important;
}

.isready{
   max-height: none !important;
}
.carousel-counter span{
    font-size:13px;
    margin: 0;
    float: right;
    display: inline-block;
}

[id*="npage-"] {
    margin-right:4px !important;
}

.beforeload{
    position:absolute;
    left:0;
    right:0;
    margin-left:auto;
    margin-right:auto;
}
.all .mdfBullet{
    width: fit-content;
}
.ti{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.ti .all{
    width: fit-content;
}

[id*="title_carouseles-"] {
    margin: 0 0 10px;
}

@-moz-document url-prefix() {
    [id*="lecarousel-product"].glider-wrap,  [id*="lecarousel-product"].carousele{
        overflow-y: hidden;
    }
}

.item-carousel [class*="nohidden"]:not(.short_description_blockm){
    opacity:0;
}

.product-image-container .container-small-logo{
    display: flex;
    justify-content: flex-end;
}

.container-small-logo {
  position: relative;
}

.product-image-container .container-small-logo .extramanufacturer-img{
  padding: 0;
  max-width: 50px;
  max-height: 50px;
}

.hidecontent{
    opacity:0;
}

.placeholder-title > * {
    opacity:0;
}

#center_column .carousel-container-manufacturer .carousel {
    margin: 0 -10px;
    position: relative;
}
#center_column [class*="carousel-container"] .carousel::-webkit-scrollbar {
    display: none;
}

body.tablet .carousel-container-manufacturer #manufacturerRightArrow{
    display: none;
}

.seeAllDesktop {
    display: none;
    margin: 0;
    font-weight: 600;
}

.carouselAjax [id*="title_carouseles"] {
    display: flex;
    align-items: baseline;
}

body#module-ybc_blog-blog .carouselAjax [id*="title_carouseles"] {
    margin: 0 0 10px;
}

@media screen and (min-width: 307px) {
    .carousele.product-carousel .glider-slide {
        width: calc((100vw - -14px) / 2.3) !important;
    }
}

@media screen and (min-width: 446px) {
    .carousele.product-carousel .glider-slide {
        width: calc((100vw - -6px) / 2.4) !important;
    }
}

@media screen and (max-width: 586px) {
    .glider::-webkit-scrollbar {
        width: 0px;
    }
}

@media screen and (min-width: 586px) {
    .carousele.product-carousel .glider-slide {
        width: calc((100vw - 14px) / 3.8) !important;
    }
}

@media screen and (min-width: 725px) {
    .carousele.product-carousel .glider-slide {
        width: calc((100vw - 26px) / 4.8) !important;
    }
    body#product .carouselAjax {
        margin-top: 50px;
    }
}

@media screen and (min-width: 768px) {
    .carousele.product-carousel .glider-slide {
        width: calc((100vw - 26px) / 5) !important;
    }
}

@media screen and (min-width: 1000px) {
    .carousele.product-carousel .glider-slide {
        width: calc((100vw - 50px) / 5.2) !important;
    }
}

@media screen and (min-width: 1150px) {
    .carousele.product-carousel .glider-slide {
        width: calc((100vw - 50px) / 6.1) !important;
    }
}

@media screen and (min-width: 1290px) {
    .carousele.product-carousel .glider-slide {
        width: calc((100vw - 50px) / 6.1) !important;
    }
}

@media screen and (min-width: 1500px) {
    .carousele.product-carousel .glider-slide {
        width: calc((100vw - 50px) / 7.4) !important;
    }
}

@media screen and (min-width: 1290px) {
    body#module-ybc_blog-blog #center_column [class*="carousel-container"] .carousel {
        margin: 0;
    }
}

@media screen and (min-width: 1290px) {
    body#module-ybc_blog-blog #center_column [class*="carousel-container"] .carousel {
        margin: 0;
    }
}

@media screen and (min-width: 1800px) {
    .carousele.product-carousel .glider-slide {
        width: calc(1756px / 7.4) !important;
    }

    #center_column [class*="carousel-container"] .carousel {
        margin: 0 0
    }

}

@-moz-document url-prefix() {
    .carousele.product-carousel {
        display: -webkit-box;
    }
}

@media all and (-ms-high-contrast: none),(-ms-high-contrast: active) {
    .product_name_carousel_container {
        overflow-y: hidden;
        width: 100%;
        height: 36px;
        margin: 7px 0 4px;
    }
}

@media screen and (min-width: 768px) {
    body#module-ybc_blog-blog #center_column [class*="carousel-container"] .carousel {
        margin-left: 0;
    }
    .carouselAjax [id*="title_carouseles"] {
        justify-content: space-between;
    }
    .seeAllDesktop {
        display: inline;
    }
}

@media screen and (max-width: 768px) {
    .carousel {
        background-color: #fff;
    }

    #loright-homecarousel, #loright-relatedproducts, #loright-moreproducts, #loright-crossselling {
        display: none !important;
    }

    #loleft-homecarousel, #loleft-relatedproducts, #loleft-moreproducts, #loleft-crossselling {
        display: none !important;
    }

    .carousel-counter {
        display: none;
    }

    .product-image-container .container-small-logo{
        display: flex;
        justify-content: flex-end;
    }

    .product_name_carousel_container{
        height: 50px;
        font-size: 15px;
        margin-top: 5px;
        margin-bottom: 1px;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .product_name_carousel_container p{
        margin: 15px 0 15px;
    }

    .content_price-carousel .product-price-carousel {
        top: 280px;
    }
    .product_name_carousel_container .product_name_carousel{
        margin: 0;
    }
    .carousel_content .available,.content_price-carousel,.product-price-carousel{
        margin-top: 10px;
        transform:none;
        position:inherit;
    }
    .product-price-carousel {
        top: 0;
    }

    #title_carouseles{
        margin-left: 14px;
        margin-bottom: 10px;
    }

    [id*="title_carouseles"] p{
        display:none;
    }

    .content_price-carousel span {
        margin:0 auto;
    }
    .item.glider-slide .content_price-carousel{
        width:122px;
    }
    .a_image_product img:last-child{
        display: block;
        opacity: 1;
    }

    .carousele .product-info-container {
        margin-top: auto;
    }

    .carousel_content .item-carousel:active {
        opacity: 0.3;
    }

    .envio{
        text-align: left;
    }
    .content_price-carousel{
        margin-top: 8px;
    }

    .delivery-shipment{
        margin-top: 7px;
    }

    .item-carousel{
        float: left;
    }

    .carousele.product-carousel{
        display: flex;
    }

    [class*="title_carousel"]{
        opacity:0;
    }

    [id*="title_carouseles-"],[class*="fa-angle"]{
        opacity: 1;
    }

    .glider::-webkit-scrollbar {
        opacity: 1;
        -webkit-appearance: none;
        width: 7px;
        height: 3px;
    }

    .glider::-webkit-scrollbar-thumb {
        opacity: 1;
        border-radius: 99px;
        background-color: #959595;
        box-shadow: 0 0 1px rgba(255,255,255,.25);
    }
}


body#product .carouselAjax.active.isset:empty {
    display: none;
    margin: 0;
    padding: 0;
}
