
/* 
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */

 @import url('https://fonts.googleapis.com/css?family=Montserrat:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');


 /* Remove OS-dependant styling from form controls. Define a default font size */
input{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0;
    border: none;
} 
.block_newsletter input[type="checkbox"]{
    -webkit-appearance: checkbox;
    -moz-appearance: checkbox;
    appearance: checkbox;
    border-radius: 0;
    border: none;
} 
#order-detail input[type="checkbox"]{
    -webkit-appearance: checkbox;
    -moz-appearance: checkbox;
    appearance: checkbox;
    border-radius: 0;
    border: none;
} 

main{
    overflow-x: hidden;
}
 /*doofinder layer*/
 #dfclassic{
     width: 100% !important;
     left: 0px !important;
     margin-top: 5px;
 }
 #dffullscreen{
    margin-top: 103px;
 }
 #dffullscreen #df-topbar__dffullscreen{
    padding-top: 0px;
 }
 .df-icon--close{
    width: 35px !important;
    height: 35px !important;
 }
 .df-icon--close svg{
    width: 100% !important;
    height: 100% !important;
    fill: #ea1818 !important;
 }
 .df-classic .df-panel__title, .df-classic .df-selected-filters__title{
    background-color: #2294d1 !important;
    color: #fff !important;
 }
 .df-classic [data-role=close]{
     top: 0px !important;
 }

.dfd-card-type-medicamentos span.dfd-card-price:not(.dfd-card-price--sale) {
    display: none;
}

.dfd-card-type-medicamentos span.dfd-card-price--sale {
    color: black;
}

 body{
    font-family: 'Montserrat', sans-serif;
    overflow-x: hidden;
 }
 #wrapper{
     padding-top: 0px;
     background-color: #fff;
 }
 #content{
    padding-top: 0px;
 }
 .page-content.page-cms{
     padding: 10px;
 }
 .products_filters a:hover{
     background-color: #3bc701 !important;
 }
 .products_filters .pagination a:hover{
    background-color: transparent !important;
 }
 .products_filters a:active{
    background-color: #3bc701 !important;
}
.products_filters .pagination a:active{
    background-color: transparent !important;
 }
.products_filters a:focus{
    background-color: #3bc701 !important;
}
.products_filters .pagination a:focus{
    background-color: transparent !important;
 }
#amazzing_filter .compact-toggle:hover{
    background-color: #3bc701 !important;
}
#amazzing_filter .compact-toggle:active{
    background-color: #3bc701 !important;
}
#amazzing_filter .viewFilteredProducts{
    background-color: #ff5a00 !important;
}
#amazzing_filter .viewFilteredProducts:hover{
    background-color: #ff5a00 !important;
}
#amazzing_filter .viewFilteredProducts:active{
    background-color: #ff5a00 !important;
}
#totblockcart{
    cursor: pointer;
}
#totblockcart .quantity a:first-child{
    border-left: 1px solid #000;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    padding-top: 2px;
}
#totblockcart .quantity a button{
    background-color: #fff !important;
    color: #777777 !important;
    padding-left: 6px !important;
}
#totblockcart .quantity a:last-child{
    border-right: 1px solid #000;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    padding-top: 2px;
}
#totblockcart .quantity .productQuantity{
    padding-left: 15px !important;
    padding-right: 15px !important;
    border: 1px solid #000;
    padding-top: 2px;
    border-bottom: 1px solid #000;
}

#dfclassic .av_category_stars{
    position: absolute;
    bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}
#dfclassic .df-card__content{
    position: relative;
}
#dfclassic .df-card__title{
    margin-bottom: 40px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.product-row .product-actions{
    position: relative;
    top: -10px;
    display: block;
}
.product-actions .js-mrshopmailnotification .add-to-cart{
    margin-top: 0px;
    padding: 2rem 2.5rem !important;
}

 .btn-primary{
     background-color: #0094d1;
 }
 .container{
     width: 1366px;
 }
 .green-separator{
    margin: auto;
    margin-bottom: 30px;
    height: 4px;
    width: 40px;
    border-radius: 3px;
    border: 2px solid #3bc701;
}
.white-separator{
    margin: auto;
    margin-top: 30px;
    margin-bottom: 30px;
    height: 4px;
    width: 40px;
    border-radius: 3px;
    border: 2px solid #fff;
}
h2{
    text-align: center;
    font-weight: bold;
    font-size: 26px;
}
.add-to-cart{
    background-color: #ff5a00;
}
.carousel-indicators{
    display: none;
}
.carousel-control-prev{
    position: absolute;
    top: 45%;
    color: #000;
    border: 1px solid #ccc;
    background-color: #fff;
    left: -12px;
}
.carousel-control-prev .material-icons{
    font-size: 50px;
}
.carousel-control-next{
    position: absolute;
    top: 45%;
    color: #000;
    border: 1px solid #ccc;
    background-color: #fff;
    right: -12px;
}
.carouselmobile .carousel-control-prev{
    left: -12px;
}
.carouselmobile .carousel-control-next{
    right: -12px;
}

.carousel-control-next .material-icons{
    font-size: 50px;
}
.no-padding{
    padding: 0px;
}
.carousel{
    box-shadow: none;
}
#wrapper{
    box-shadow: none;
}

.page-manufacturer #content-wrapper{
    background-color: #fff !important;
}

 /* HEADER */
 #header .header-nav{
     border-bottom: none;
 }
 #_desktop_logo h1{
    margin-bottom: 0px;
}
 #header .header-nav>.container>.row>.hidden-sm-down{
 display: flex;
 align-items: center;
}
 #header .header-nav>.container>.row>.hidden-sm-down>.col-xs-12{
    display: flex;
    align-items: center;
 }
 #header .header-nav-fixed{
    position: fixed;
    z-index: 10000;
    background-color: #fff;
    width: 100vw;
    top: 0px;
    border-bottom: 1px solid #ccc;
    max-height: 80px !important;
}
#header .header-nav-fixed>.container{
    margin-bottom: 10px;
}
 #header .header-top{
    background-color: #0094d1;
    padding-bottom: 0px;
 }
 #header #_desktop_top_menu{
    margin-bottom: 0px;
 }
 #header #_desktop_top_menu .popover{
    top: 37px !important;
    z-index: 2000;
 }
 #header #top-menu{
     margin-bottom: 0px;
     background-color: #fff;
 }
 #header #top-menu .category.current{
    padding-bottom: 0px;
 }
 #header #top-menu>.category.current>.dropdown-item{
    border-bottom: 3px solid #3bc701;
 }
 #header #top-menu>.category>.dropdown-item:hover{
    border-bottom: 3px solid #3bc701;
    margin-bottom: -3px;
 }
 #header #top-menu>li>a{
    color: #fff;
    font-size: 12px;
    font-weight: 700;
 }
 #header #top-menu>li{
    background-color: #0094d1;
    padding-top: 5px;
    padding-bottom: 3px;
 }

 #header #top-menu #category-146{
     background-color: #3bc701;
 }
 #header #top-menu #lnk-marcas{
    background-color: #3bc701;
    padding-left: 20px;
    padding-right: 20px;
}
#header #top-menu>li:last-child{
    background-color: #ff5a00;
    width: 100px;
    text-align: center;
}

 #header #totblockcart::before{
    background-image: url(../img/carro.png);
    background-size: 30px 30px;
    display: inline-block;
    width: 30px;
    height: 30px;
    content: "";
    background-repeat: no-repeat;
    position: absolute;
    left: 15px;
    top: 8px;
    pointer-events: none;
 }
 #totblockcart_button_cart{
     background-color: transparent;
     box-shadow: none;
     width: 100%;
    height: 100%;
    display: block;
 }
 #totblockcart-nb{
    background-color: #ff5a00;
    position: absolute;
    top: 4px;
    right: 7px !important;
    border-radius: 20px;
    width: 17px;
    font-size: 11px;
    font-weight: 700;
    padding-top: 2px;
    padding-bottom: 2px;
 }

 #totblockcart #totblockcart_dropdown{
    border-top: 4px solid #ff5a00;
 }

#header #totblockcart_button_cart #totblockcart-btn-pic{
    display: none;
}
#header #totblockcart_button_cart #totblockcart-btn-txt{
    display: none;
}
#header #totblockcart .totCartNumber .checkout{
    background-color: #ff5a00;
}

#headertext{
    background-color: #0094d1;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    text-align: center;
    height: 30px;
    padding-top: 5px;
}
#headertext a{
    color: #fff !important;
}
#headertext img{
    width: 10px;
    height: auto;
    margin-left: 9px;
    margin-right: 5px;
    padding-bottom: 1px;
}
#wrapper .breadcrumb li:after{
    margin: 0px;
}
#header .header-nav{
    max-height: 70px;
    padding-top: 10px;
    margin-bottom: 10px;
}

#search_widget .material-icons{
    color: #3bc701;
}

.search-widget form button[type=submit]{
    right: auto;
    left: 0px;
}
.search-widget form input[type=text]{
    background-color: #f2f2f2;
    border: 1px solid #f2f2f2;
    padding-left: 30px;
}
.search-widget form input[type=text]:focus{
    background-color: #f2f2f2;
    border: 1px solid #f2f2f2;
    outline: none;
}
.search-widget form button[type=submit] span{
    display: block !important;
    position: absolute;
    left: 255px;
    top: -10px;
    background-color: #3bc701;
    height: 42px;
    color: #fff;
    text-transform: uppercase;
    padding-top: 12px;
    font-weight: 700;
    font-size: 12px;
    padding-left: 15px;
    padding-right: 15px;
}

.search-widget form button[type=submit] span::before{
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    bottom: 18px;
    left: 0px;
    box-sizing: border-box;
    border: 6px solid black;
    border-color: transparent transparent #3bc701 #3bc701;
    transform-origin: 0 0;
    transform: rotate(45deg);
}


#wishlisticon{
    margin-top: 8px;
    color: #0094d1;
    font-size: 14px;
    border-right: 2px solid #0094d1;
    padding-right: 15px;
    font-weight: 600;
    margin-bottom: 7px;
    padding-top: 3px;
}
#wishlisticon a{
    color: #0094d1;
    font-size: 14px;
}
#wishlisticon a:hover{
    color: #0094d1;
    font-size: 14px;
}
#wishlisticon img{
    width: 30px;
    height: auto;
}
#wishtlist_top .wishtlist{
    margin-top: 10px !important;
    margin-left: 0px !important;
    margin-right: 45px; 
}
#wishtlist_top .material-icons{
    display: none;
}
#wishtlist_top .cart-wishlist-number::before{
    background-image: url(../img/mi-lista.png);
    background-size: 30px 28px;
    display: inline-block;
    width: 30px;
    height: 30px;
    content: "";
    background-repeat: no-repeat;
}
#wishtlist_top .cart-wishlist-number::after{
    content: "Mi lista";
    position: absolute;
    top: -12px;
    margin-left: 5px;
    color: #0094d1;
    font-size: 14px;
    font-weight: 600;
}
#wishtlist_top .cart-wishlist-number{
    position: relative;
}
#wishtlist_top .cart-wishlist-number .hidden-sm{
    display: none;
}
#wishtlist_top .cart-wishlist-number .count{
    position: absolute;
    left: 0px;
    top: -10px;
    font-size: 12px;
    font-weight: 700;
    width: 100%;
    text-align: center;
    color: #0094d1;
}


#wishtlist_top .wishtlist .cart-wishlist-number {
    display: inline !important;
}

.tooltipster-sidetip.tooltipster-top .tooltipster-arrow{
    display: none;
}
.av_category_stars{
    margin: 10px 0px;
}
.ratingText{
    display: none !important;
}

#manufacturer #left-column{
    display: none;
}
#manufacturer #content-wrapper{
    width: 100%;
}
#manufacturer #content-wrapper #main>ul{
    display: grid;
    grid-template-columns: 33% 33% 33%;
}
#manufacturer #content-wrapper #main .brand{
    border-bottom: 1px solid #ccc;
    margin-top: 30px;
    padding-bottom: 30px;
    text-align: center;
    display: flex;
    grid-template-rows: 40% 15% 15% 30%;
    flex-flow: column;
    align-items: center;
    justify-content: center;
}
#manufacturer #content-wrapper #main .brand .brand-img{
    margin-bottom: 15px;
}
#manufacturer #content-wrapper #main .brand .brand-img img{
    width: 75%;
}
#manufacturer #content-wrapper #main .brand .brand-products a:first-child{
    display:none;
}
#manufacturer #content-wrapper #main .brand .brand-infos p{
    margin-bottom: 2px;
}

h2::after{
    bottom: -30px !important;
}

#_desktop_user_info{
    border-right: 2px solid #0094d1;
    padding-right: 15px;
    margin-bottom: 7px;
    margin-top: 8px;
}
#_desktop_user_info .material-icons{
    display: none;
}
#_desktop_user_info .user-info{
    display: flex;
    align-items: center;
    margin-top: 0px !important;
    margin-left: 15px !important;
}
#_desktop_user_info .user-info a::before{
    background-image: url(../img/acces.png);
    background-size: 30px 30px;
    display: inline-block;
    width: 30px;
    height: 30px;
    content: "";
    background-repeat: no-repeat;
    
}
#_desktop_user_info .user-info a{
    margin-left: 10px;
    color: #0094d1;
    font-size: 14px;
    font-weight: 600;
    display: flex;
    align-items: center;
}
#_desktop_user_info .user-info a span{
    margin-left: 5px;
}
#_desktop_user_info .logout{
    display: none !important;
}
#buybutton{
    background-color: #ff5a00;
    display: flex;
    align-items: center;
    padding-left: 20px;
    padding-right: 20px;
    margin-left: 10px;
}
#buybutton a{
    color: #fff;
    font-size: 14px;
    font-weight: 600;
}
#buybutton a:hover{
    color: #fff !important;
}

.top-menu[data-depth="1"]{
    float: none;
    display: grid;
    grid-template-columns: 100%;
}
.top-menu[data-depth="1"] li{
    overflow-x: hidden;
}
.top-menu[data-depth="1"] li a{
    white-space: unset;
}

a.dropdown-item[data-depth="2"] {
    display: none;
}


 /*hompage - slider*/

 #carousel .carousel-inner {
    height: auto !important;
    margin-bottom: 0px;
}
#carousel .carousel-inner figure{
    margin-bottom: 0px;
}
 .slider-home .carousel{
    margin-bottom: 0px;
 }
 .slider-home{
     margin-bottom: 20px;
     margin-top: 20px;
 }



 #category .row:after{
     display: none;
 }
 /*labels products miniatures*/
 .thumbnail-container{
     position: relative;
 }
 .islabel{
     position: absolute;
     z-index: 3;
     background-repeat: no-repeat;
     background-size: contain;
     width: 130px;
     height: 130px;
     right: -11px;
     top: -11px;
 }
 .islabel span{
    transform: rotate(45deg);
    width: 100%;
    height: 100%;
    display: flex;
    color: #fff;
    font-weight: 600;
    font-size: 14px;
    padding-top: 27%;
    justify-content: center;
 }
.istopsell{
    background-image: url("../img/farma_etiquetes-taronja.png");
}
.isrecomended{
    background-image: url("../img/farma_etiquetes-verd.png");
}
.isforgift{
    background-image: url("../img/farma_etiquetes-blau.png");
}
.istvad{
    background-image: url("../img/farma_etiquetes-blau.png");
}
.isoffer{
    background-image: url("../img/farma_etiquetes-verd.png");
}
 /*Discount label*/
.discount-product{
    background-image: url("../img/farma_etiquetes-descompte.png") !important;
    background-repeat: no-repeat !important;
    background-size: contain !important;
    background-color: transparent !important;
    box-shadow: none !important;
    width: 70px;
    height: 52px;
    display: flex !important;
    justify-content: center;
    align-items: center;
    left: -0.5275rem !important;
    top: 10px !important;
    position: absolute;
    left: -.4375rem;
    padding: .3125rem .4375rem;
    color: #fff;
    background: #2fb5d2;
    text-transform: uppercase;
    min-width: 3.125rem;
    min-height: 1.875rem;
    font-size: 1rem;
    font-weight: 600;
    padding-bottom: 8px !important;
}


 /*hompage - marcas*/
.owl-item img{
    float: none;
    width: 85%;
}

 /*hompage - banners*/
.banner-row-1{
    display: flex;
    flex-wrap: wrap;
    margin-bottom: -1rem;
}
.banner-row-1 div{
    margin-bottom: 20px;
}
.banner-row-2{
    display: flex;
    flex-wrap: wrap;
}
.page-home>.row:first-child{
    display: flex;
}
.banners-slider-home{
    margin-bottom: 20px;
    display: flex;
    justify-content: space-between;
    flex-flow: column;
 }
 .banners-slider-home .hidden-md-down{
    padding: 0;
    margin-top: 20px;
}
.banners-slider-home .hidden-md-down img{
    width: 100%;
    bottom: 0;
}
.banners-slider-home .first-banner img{
    top: 0;
}
.banner-row-2 span{
    position: absolute;
    font-size: 18px;
    left: 30px;
    top: 15px;
    color: #fff;
    font-weight: 700;
}
.banner-row-2 div{
    margin-top: 10px;
    margin-bottom: 10px;
}


/*Sitemap page*/
#sitemap .sitemap>div:first-child ul li:last-child{
    display: none;
}



 /*hompage - featured products*/
.featured-products{ 
    margin-top: 3rem;
}
#products .products, .featured-products .products, .product-accessories .products, .product-miniature .products{
    justify-content: space-around;
}
/*Home - brands*/
#ybc-mnf-block{
    margin: 10px 0px;
}
#ybc-mnf-block .ybc-mnf-block-title{
    display: none;
}
#ybc-mnf-block .owl-wrapper{
    display: flex !important;
    align-items: center;
}
.ybc-mnf-block-a-img > img{
    height: auto;
}

/*home - why recomended*/
.col-xs-4 .recomended-items:hover{
    background-image: linear-gradient(#0094d1,#3bc701);
    color: #fff;
}
.col-xs-4 .recomended-items{
    padding-top: 75px;
    padding-bottom: 100px;
    height: 100%;
    cursor:pointer;
}
.carousel-item .recomended-items{
    padding-top: 75px;
    padding-bottom: 100px;
    height: 100%;
}
.recomended-items .image{
    text-align: center;
}
.recomended-items .firstrow{
    margin-bottom: 60px;
    display: flex;
}
.recomended-items .secondrow{
    display: flex;
}
.recomended-items .image img{
    width: auto;
    height: 80px;
}
.col-xs-4 .recomended-items .image img:nth-child(2){
    display: none;
}
.col-xs-4 .recomended-items{
    position: relative;
    text-align: center;
    border: 1px solid #ccc;
    box-shadow: 0px 0px 8px 0 rgba(0,0,0,.25);
}
.carousel-item .recomended-items{
    position: relative;
    text-align: center;
    border: 1px solid #ccc;
    box-shadow: 0px 0px 8px 0 rgba(0,0,0,.25);
}
.recomended-items .title{
    bottom: 37%;
    width: 100%;
    padding: 0px 25%;
    font-weight: 600;
    margin-top: 15px;
}
.recomended-items .txt{
    bottom: 17%;
    width: 100%;
    padding: 0px 10%;
    margin-top: 15px;
}
.recomended-items .link{
    position: absolute;
    bottom: -13px;
    width: 100%;
}
.recomended-items .link a{
    border-top: 1px solid #ccc;
    border-radius: 40px;
    padding: 18px 2px;
    background-color: #fff;
}
.recomended-items .link a span{
    background-color: #3bc701;
    border-radius: 15px;
    padding: 7px 20px;
    color: #fff;
    font-weight: 500;
    margin: 10px;
}

.recomended-items .carousel-item{
    margin-top: 10px;
}
.recomended-items .carousel-indicators{
    display: block;
    bottom: -63px;
}
.recomended-items .carousel-indicators li{
    border: 1px solid rgb(128, 123, 123);
}
.recomended-items .carousel-indicators .active{
    background-color: #3bc701;
    border: 1px solid #fff;
}
.row.recomended-items{
    margin-bottom: 100px;
    margin-top: 2rem;
}

/*home - custom text*/
#custom-text{
    text-align: left;
}
#custom-text h3{
    margin-top: 40px;
    margin-bottom: 30px;
    font-size: 16px;
}
#custom-text p{
    font-size: 16px;
    font-weight: 500;
}


.owl-controls{
    position: absolute !important;
    top: 65px !important;
    width: 100% !important;
    height: 0px;
}
.owl-controls .owl-prev{
    position: absolute !important;
    left: -23px !important;
    width: 44px !important;
    height: 45px !important;
    cursor: pointer;
}
.owl-controls .owl-prev .material-icons{
    color: #3bc701;
    font-size: 35px;
}
.owl-controls .owl-next{
    position: absolute !important;
    right: -30px !important;
    width: 44px !important;
    height: 45px !important;
    cursor: pointer;
}
.owl-controls .owl-next .material-icons{
    color: #3bc701;
    font-size: 35px;
}

/*home - opinions desktop*/
.opinionesverificadasfooter{
    max-width: 1366px;
    margin: auto;
    margin-bottom: 3rem;
    padding: 0 3rem;
}
.opinionesverificadasfooter .carousel-inner{
    height: 100%;
    padding-bottom: 20px;
}
.opinionesverificadasfooter .comments-resume{
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
}
.opinionesverificadasfooter .comments-resume .title{
    margin-bottom: 20px;
}
.opinionesverificadasfooter .logoov{
    text-align: center;
}
.opinionesverificadasfooter .logoov img{
    width: 100%;
    max-width: 300px;
}
.opinionesverificadasfooter .comments_note {
    margin: initial;
    margin-bottom: 10px;
}
.opinionesverificadasfooter .comments-resume .comments_note .star_content{
    display: flex;
    justify-content: center;
}
.opinionesverificadasfooter .nota {
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 20px;
}
.opinionesverificadasfooter .comments_note .star_content .star{
    width: 20px;
    height: 20px;
    background-size: contain !important;
}

.carouselReviews .carousel-item{
    margin-top: 10px;
}
.carouselReviews .carousel-item .carousel-item-inside{
    display: flex;
}
.carouselReviews .carousel-indicators{
    display: block;
    bottom: -30px;
}
.carouselReviews .carousel-indicators li{
    border: 1px solid rgb(128, 123, 123);
}
.carouselReviews .carousel-indicators .active{
    background-color: #3bc701;
    border: 1px solid #fff;
}
.carouselReviews .comment_box{
    border: 1px solid #efefef;
    padding-bottom: 30px;
    box-shadow: 0px 0px 8px 0 rgba(0,0,0,.35);
    padding-left: 15px;
    padding-right: 15px;
    height: 100%;
    display: grid;
    grid-template-rows: 65% 15% 20%;
}

.carouselReviews .commentTitle{
    margin-top: 30px;
    font-weight: 600;
    margin-bottom: 10px;
}
.carouselReviews .commentContent{
    margin-bottom: 20px;
    margin-top: 20px;
}
.carouselReviews .comments_note{
    margin: 0px;
    margin-bottom: 30px;
}
.carouselReviews .commentName{
    display: block;
    margin-bottom: 10px;
}
.carouselReviews .commentDate{
    font-size: 15px;
}
.carouselReviews .comments_note .star{
    width: 20px;
    height: 20px;
    background-size: contain !important;
    margin-top: 5px;
}


/*home - opinions mobile*/
#carouselCommentsMobile{
    margin-left: 5%;
    margin-right: 5%;
}
#carouselCommentsMobile .carousel-item{
    margin-top: 10px;
}
#carouselCommentsMobile .carousel-indicators{
    display: block;
    bottom: -30px;
}
#carouselCommentsMobile .carousel-indicators li{
    border: 1px solid rgb(128, 123, 123);
}
#carouselCommentsMobile .carousel-indicators .active{
    background-color: #3bc701;
    border: 1px solid #fff;
}
#carouselCommentsMobile .comment_box{
    border: 1px solid #efefef;
    padding-bottom: 30px;
    box-shadow: 0px 0px 8px 0 rgba(0,0,0,.35);
    padding-left: 15px;
    padding-right: 15px;
}

#carouselCommentsMobile .commentTitle{
    margin-top: 30px;
    font-weight: 600;
    margin-bottom: 10px;
}
#carouselCommentsMobile .commentContent{
    margin-bottom: 20px;
}
#carouselCommentsMobile .comments_note{
    margin: 0px;
    margin-bottom: 30px;
}
#carouselCommentsMobile .commentName{
    display: block;
    margin-bottom: 10px;
}
#carouselCommentsMobile .commentDate{
    font-size: 15px;
}
#carouselCommentsMobile .comments_note .star{
    width: 20px;
    height: 20px;
    background-size: contain !important;
    margin-top: 5px;
}

.medstext{
    margin-bottom: 20px;
    line-height: 30px;
}
.onlyInMeds{
    display: none;
}

.category-medicamentos #main{
    display:flex;
    flex-direction: column;

}

.category-medicamentos #main #products{
    order:3;
}

.category-medicamentos #main .medstext{
    order:2;
}

.category-medicamentos #main .h1{
    order:1;
}

.category-medicamentos #main .col-xs-12 {
    order:4;
}

 /*Product miniatures*/
.product-miniature .thumbnail-container{
    height: 360px !important;
    width: 225px !important;
    border: 1px solid #ccc;
    max-width: 100%;
    margin: auto;
    margin-bottom: 1.563rem;
}
.product-miniature .thumbnail-container a.thumbnail.product-thumbnail {
    height: 160px;
    text-align: center;
}
.product_show_list .thumbnail-container a.thumbnail.product-thumbnail{
    height: auto;
}
.carouselmobile .thumbnail-container{
    height: 100% !important;
}
.filter_button_mobile{
    display: none;
    z-index: 10;
}
.product-miniature .thumbnail-container .product-price-and-shipping .price{
    color: #3bc701;
}

#products .product-title, .featured-products .product-title, .product-accessories .product-title, .product-miniature .product-title{
    min-height: 57px;
}

.featured-products a img, .product-accessories a img, .product-miniature a img{
    margin-left: 0px !important;
    height: 100% !important;
    padding: 10px;
}
.featured-products .carouselmobile a img, .product_show_list a img{
    width: auto !important;
}
#products .product-description, .featured-products .product-description, .product-accessories .product-description, .product-miniature .product-description{
    width: 100% !important;
}
#products .highlighted-informations, .featured-products .highlighted-informations, .product-accessories .highlighted-informations, .product-miniature .highlighted-informations{
    width: 100%;
}
.product-miniature .product-description{
    height: 200px !important;
    padding-left: 15px;
    padding-right: 15px;
}
.product-miniature  .product-description::after{
    border: none !important;
}
.product-miniature  .product-description h3{
    text-align: left !important;
}
.product-miniature  .product-description h3 a{
    font-weight: 700;
}
.product-miniature  .product-description h2 a{
    font-weight: 700;
}
.product-miniature  .product-description h2{
    text-align: left !important;
}
.product-miniature  .product-description .product-price-and-shipping{
    text-align: left !important;
}
.product-miniature  .comments_note {
    margin: initial;
}
.product-miniature  .comments_note span{
    display: none;
}
.product-miniature  .comments_note .star{
    width: 15px;
    height: 15px;
    background-size: contain !important;
    margin-top: 5px;
}
.product-miniature .highlighted-informations{
    z-index: 17 !important;
    bottom: 0 !important;
    background-color: #ff5a00 !important;
    padding-top: 0.925rem !important;
}
.product-miniature .highlighted-informations button{
    color: #fff !important;
    font-weight: 700;
    background-color: transparent;
    border: none;
    cursor: pointer;
}
.product-miniature .highlighted-informations a{
    color: #fff;
    font-weight: 700;
}
.product-miniature .highlighted-informations a i{
    margin-right: 7px;
    font-weight: 300;
}
.product-miniature .highlighted-informations .bootstrap-touchspin{
    display: none;
}
.product-miniature .highlighted-informations .variant-links{
    display: none;
}
.product-miniature .highlighted-informations img{
    width: 20px !important;
    margin-right: 7px;
}

#netreviews_reviews_tab #netreviews_rating_section{
    display: none;
}
#tab-content #reviews .logoov{
    max-width: 300px;
}
#tab-content #reviews .logoov img{
    width: 100%;
}
#tab-content #reviews .netreviews_review_part{
    padding-left: 0px;
    margin-left: 0px;
}

#accordionMobile #collapse-reviews .logoov{
    max-width: 300px;
}
#accordionMobile #collapse-reviews .logoov img{
    width: 100%;
}
#accordionMobile #collapse-reviews  .netreviews_review_part{
    padding-left: 0px;
    margin-left: 0px;
}
#accordionMobile #collapse-reviews #netreviews_reviews_tab{
    background-color: #FFF;
}


/*footer - newsletter*/
#footer {
    padding-top: 10px;
}
#footer>.container{
    width: 100vw;
}
#footer .block_newsletter{
    width: 100%;
    background-color: #3bc701;
    color: #fff;
}

#footer .block_newsletter{
    margin-left: 0px;
    margin-right: 0px;
}
#footer .block_newsletter .image{
    text-align: center;
    margin-top: 50px;
    margin-bottom: 40px;
}
#footer .block_newsletter .image img{
    width: 100px;
}
#footer .block_newsletter .title{
    text-align: center;
    display: flex;
    justify-content: center;
}
#footer .block_newsletter .title h3{
    width: 100% !important;
    font-size: 26px;
    max-width: 800px;
}
#footer .block_newsletter .btn-primary{
    background-color: #0094d1;
}
#footer .block_newsletter input::placeholder{
    color: #3bc701;
    font-weight: 800;
}
#footer .block_newsletter form .accept-conditions{
    margin-top: 30px;
    margin-bottom: 50px;
    font-size: 11px;
    font-weight: 600;
}
#footer .block_newsletter form .accept-conditions input{
    height: auto;
    margin-right: 10px;
}
#footer .block_newsletter a{
    text-decoration: underline;
    color: #fff;
    font-size: 11px;
    font-weight: 600;
}
#footer .block_newsletter .info-conditions{
    font-size: 11px;
    margin-bottom: 50px;
    font-weight: 600;
}

#footer .footer-container{
    box-shadow: none;
    margin-top: 0px;
    padding-top: 0px;
}
#footer .footer-container .container{
    width:100vw;
}
#footer .footer-container .payment-icons{
    display: flex;
    justify-content: space-between;
    margin: auto;
    margin-top: 5px;
    margin-bottom: -8px;
    width: 1366px;
    max-width: 70%;
}
#footer .footer-container .payment-icons img{
    width: auto;
    height: 50px;
    margin-bottom: 30px;
}
#footer .footer-container .main-footer>.col-xs-12{
    background-color: #0094d1;
    padding-top: 70px;
    padding-bottom: 70px;
}
#footer .footer-container .main-footer .main-footer-inside{
    width: 1366px;
    margin: auto;
    color: #fff;
}
#footer .footer-container .main-footer p{
    color:#fff;
    font-weight: 500;
    font-size: 15px;
    margin-bottom: .6125rem;
}
#footer .footer-container .main-footer li{
    margin-bottom: .6125rem;
}
#footer .footer-container .main-footer .footer-contact{
    padding-left: 100px;
}
#footer .footer-container .main-footer .footer-txt-strong p{
    font-size: 16px;
    font-weight: 800;
}
#footer .footer-container .main-footer .footer-txt-strong p a{
    font-size: 16px;
    font-weight: 800;
}
#footer .footer-container .main-footer a{
    color:#fff;
    font-weight: 500;
    font-size: 15px;
}
#footer .footer-container .main-footer a:hover{
    color:#fff;
}
#footer .footer-container .main-footer .col-md-4 h3{
    margin-top: 30px;
}
#footer .footer-container .main-footer .col-md-4 h3 a{
    font-weight: 700;
    font-size: 1.125rem;
}
#footer .footer-container .main-footer .col-md-4 img{
    width: auto;
    height: 50px;
}
#footer .footer-container .main-footer .footer-contact .footer-txt-strong img{
    height: 15px;
}

#footer .footer-container .main-footer .footer-icons{
    padding-left: 0px;
    margin-top: 25px;
}
#footer .footer-container .main-footer .footer-icons img{
    margin-right: 20px;
    height: 35px;
}


#footer .footer-container .custom-after-footer .text-sm-center{
    margin: auto;
    margin-top: 10px;
    max-width: 1366px;
    margin-bottom: 10px;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#footer .footer-container .custom-after-footer .text-sm-center a{
    font-size: 12px;
    color: #000;
}

#footer .footer-container .custom-after-footer .footer-after-txt{
    display: inline;
    font-size: 12px;
    color: #000;
}
#footer .footer-container .custom-after-footer .social-icons{
    display: inline;
    order: 2;
}
#footer .footer-container .custom-after-footer .social-icons img{
    margin-right: 10px;
}
#footer .footer-container .custom-after-footer img{
    width: 40px;
    height: auto;
}


/*Category pages list view*/
.header-category{
    margin-top: 30px;
}
.product_show_list{
    width: auto;
    min-width: 450px;
}
.product_show_list .thumbnail-container{
    height: 170px !important;
    width: 94% !important;
    display: grid;
    grid-template-columns: repeat(2, 50%);
    grid-template-rows: repeat(3, 33%);
    max-width: 450px;
}

.product_show_list .thumbnail-container .product-thumbnail{
    grid-column: 1 / 2;
    grid-row: 1 / span 3;
    display: flex !important;
    justify-content: center;
    align-items: center;
}
.product_show_list .thumbnail-container .product-thumbnail img{
    width: auto;
    height: 100%;
}
.product_show_list .thumbnail-container .product-description{
    grid-column: 2/2;
    grid-row: 1 / span 2;
    padding-left: 0px !important;
    height: 100% !important;
    display: flex !important;
    position: relative !important;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start; 
}
.product_show_list .thumbnail-container .product-description h2{
    margin-bottom: 2px;
}
.product_show_list .thumbnail-container .product-description .product-title{
    margin-top: 0px !important;
}
.product_show_list .thumbnail-container .highlighted-informations{
    grid-column: 2/2;
    grid-row: 3/3;
    height: 70% !important;
    position: relative !important;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 0px !important;
    margin-top: 10px;
    width: 97% !important;
}
.product_show_list .discount-percentage{
    top: 5px !important;
    left: -6px !important;
    width: 50px !important;
    font-size: 12px !important;
    display: flex !important;
    justify-content: center !important;
    align-items: flex-start !important;
    padding-top: 7px !important;
}
.product_show_list .islabel{
    display: none;
}

.product_show_list .av_category_stars{
    margin: 0px 0px;
    margin-top: 4px;
}

.js-mrshopmailnotification{
    width: 100%;
}
.js-mrshopmailnotification .add-to-cart{
    width: 100%;
    height: 3.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

body#module-mrshopmailnotifications-account .page-header h1{
    padding-top: 30px;
}

/*Category pages*/
#wrapper .breadcrumb[data-depth="1"] {
    display: block !important;
}
#wrapper .breadcrumb[data-depth="1"]>ol {
    display: none !important;
}
.page-index #wrapper .breadcrumb[data-depth="1"] {
    display: none !important;
}
#js-product-list .products{
    padding-top: 25px;
    width: 103%;
    margin-left: -15px;
}
#wrapper #js-product-list-header{
    padding-left: 10px;
    padding-bottom: 0px;
    color: #3bc701; 
}
#wrapper #js-product-list-header .block-category{
    box-shadow: none;
    border: none;
    padding: 0;
    min-height: 100%;
    background-color: transparent;
    padding: 5px 0px;
}
#wrapper #js-product-list-header .block-category p{
    font-size: 17px;
}
.breadcrumb{
    padding-top: 10px !important;
}
.breadcrumb ol li a span img{
    width: 12px;
    margin-top: -4px;
}
#wrapper .breadcrumb li:after{
    content:">";
    font-size: 10px;
}
#wrapper .breadcrumb li a {
    font-size: 12px;
}
#content-wrapper{
    margin-bottom: 10px;
}
#content-wrapper.left-column{
    background-color: #f9f9f9;
    padding-top: 30px;
}
.page-contact #content-wrapper.left-column{
    background-color: #fff;
    padding-top: 0px; 
}

.page-contact .contact-rich .social-icons img{
    width: 100%;
    height: auto;
    max-width: 30px;
    margin-right: 10px;
}

#category-description{
    line-height: 25px;
}
#left-column{
    padding-left: 0;
    padding-right: 0;
}
#left-column .title_block{
    display: none;
}
#amazzing_filter{
    box-shadow: none;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
}
#amazzing_filter .af_filter, .af_filter.type-3.closed{
    border-bottom: 0px;
}
#amazzing_filter .af_filter{
    margin-bottom: 30px;
}
#amazzing_filter .af_subtitle_heading{
    margin-bottom: 10px;
}
#amazzing_filter .af_subtitle_heading .af_subtitle{
    background-color: #3bc701;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    padding-left: 10px;
    cursor: initial;
}
#amazzing_filter .closed .af_filter_content, .af_filter.expandable.closed .toggle-cut-off{
    display: block;
}
#amazzing_filter .af_subtitle_heading .af_subtitle::before{
    display: none;
}
#amazzing_filter .af_filter_content{
    overflow: hidden;
}
#amazzing_filter .af_filter_content .slider-container .pointer.low{
    border-radius: 0px;
    background-color: #0094d1;
    border-color: #0094d1;
}
#amazzing_filter .af_filter_content .af_slider{
    margin-left: 1px;
    margin-right: 1px;
}
#amazzing_filter .af_filter_content .slider-container .pointer.high{
    border-radius: 0px;
    background-color: #0094d1;
    border-color: #0094d1;
}
#amazzing_filter .af_filter_content .slider-container .back-bar{
    background-color: #ccc;
}
#amazzing_filter .af_filter_content .slider-container .selected-bar{
    background-color: #0094d1;
}
#amazzing_filter .toggle-cut-off{
    text-align: left;
}
#amazzing_filter .toggle-cut-off .more{
    color: #3bc701;
    color: #3bc701;
    padding-left: 16px;
    font-weight: 600;
    font-size: 14px;
}
#amazzing_filter .toggle-cut-off .less{
    color: #3bc701;
    color: #3bc701;
    padding-left: 16px;
    font-weight: 600;
    font-size: 14px;
}
#amazzing_filter .af_filter_content .checkbox{
    display: none;
}
#amazzing_filter .af_filter_content li label{
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: space-between;
}
#amazzing_filter .af_filter_content .name{
    padding-left: 15px;
    font-weight: 600;
    order: 1;
}
#amazzing_filter .af_filter_content .count{
    display: none;
}
#amazzing_filter .af_filter_content .af-toggle-child{
    order: 2;
}
#amazzing_filter .af_filter_content .af-toggle-child span{
    color: #0094d1;
    font-size: 20px;
}
.block-categories{
    box-shadow: none;
    padding-left: 0px;
    padding-top: 0px;
}
.block-categories .h6{
    display: none;
}
    
.block-categories .category-top-menu li .category-sub-menu li a{
    font-weight: 600;
}
.block-categories .category-top-menu>li>.category-sub-menu>li>a{
    background-color: #0094d1 !important;
    color: #fff;
    text-transform: uppercase;
    font-weight: 800;
    padding-top: 3px;
    padding-left: 15px;
    padding-bottom: 0px;
    border-bottom: 0px;
    margin-bottom: 5px;
}

.block-categories .category-sub-menu>li .navbar-toggler{
    color: #fff;
    margin-top: 4px;
}

.show_list, .show_grid {
    cursor:pointer;
    opacity:1.0;
}

.show_list:hover, .show_grid:hover {
    opacity:0.7;
}
.show_list.active{
    display: inline;
}

.show_grid.active{
    display: inline;
}

.product_show_list .product-thumbnail {
    text-align:center;
}
.products-selection .sort-by{
    font-weight: 700;
    margin-left: .5375rem;
}

.products-selection .show-by{
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
}
.products-selection .show_list{
    width: 27px !important;
    margin-left: 20px !important;
}
.products-selection .show_grid{
    width: 27px !important;
    margin-left: 20px !important;
}
.products-selection .products-sort-order{
    margin-left: 25px;
}
.products-selection .products-sort-order button{
    font-weight: 600;
    background-color: #f9f9f9;
    padding-right: 30px !important;
    max-width: 130px !important;
    max-height: 30px !important;
    overflow: hidden;
}
.products-selection .products-sort-order .select-title{
    padding-top: 5px;
    padding-bottom: 1px;
    /* border: 1px solid #000; */
    padding-right: 0px;
    box-shadow: none;
}
.products-selection .products-sort-order .select-title .material-icons{
    position: absolute;
    right: 0;
    top: 2px;
}
.products-selection .pagination{
    margin-top: 0px;
    margin-bottom: 0px;
}
.products-selection .pagination>div:first-child{
    line-height: 1.25em;
}
.products-selection .pagination .page-list{
    display: flex;
    justify-content: flex-end;
    box-shadow: none;
    background-color: #f9f9f9;
}
.products-selection .pagination .page-list li{
    width: 40px;
    margin-left: 3px;
}
.products-selection .pagination .current a{
    color: #3bc701;
    font-size: 1rem;
}
.products-selection .pagination .material-icons{
    font-size: 21px;
}


.form-group label{
    color: #3bc701;
    text-transform: uppercase;
    font-size: 18px;
    text-align: left;
    font-weight: 600;
}
.custom-checkbox label{
    color: black;
    text-transform: none;
    font-size: 16px;
    text-align: left;
    font-weight: 400;
}

#submit-login{
    background-color: #3bc701;
}
.no-account a {
    color: #3bc701;
}
.forgot-password a{
    color: #000;
}
.register-form p:first-child a {
    color: #3bc701;
}

/* cms page about us */
#aboutus-wraper * {
    font-family: 'Montserrat', sans-serif;
  }

  #aboutus-wraper .grey-box {
    background-color: #f9f9f9;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0;
  }

  #aboutus-wraper .grey-box > div {
    width: 100%;
  }

  #aboutus-wraper .white-box {
    background-color: #ffffff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 8%;
  }

  #aboutus-wraper .white-box > div {
    width: 100%;
  }

  #aboutus-wraper .img-box {
    background: url(https://www.farmainstant.com/img/cms/bg-farmacia.jpg), rgba(0, 0, 0, 0.6);
    background-position: center;
    background-repeat: no-repeat;
    background-blend-mode: multiply;
    background-size: cover;
  }

  #aboutus-wraper .img-box div {
    color: #ffffff;
    padding: 150px 20px 100px 20px;
    font-size: 28px;
    max-width: 1160px;
    text-align: center;
    margin: auto;
    font-weight: 600;
    line-height: 48px;
  }

  #aboutus-wraper .img-box div a {
    color: #3bc701;
    text-decoration: none;
  }

  #aboutus-wraper h2 {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 35px;
    position: relative;
    margin-bottom: 5%;
    margin-top: 5%;
    text-align: center;
  }

  #aboutus-wraper h2::after {
    content: "";
    width: 62px;
    height: 0;
    border: 3px solid #3bc701;
    border-radius: 4px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -30px;
    margin: auto;
  }

  #aboutus-wraper .img-txt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    padding-bottom: 90px;
  }

  #aboutus-wraper .img-txt div {
    width: 100%;
    text-align: justify;
    font-size: 21px;
    font-weight: 400;
    line-height: 32px;
  }

  #aboutus-wraper .img-txt div:last-child {
    padding-left: 2%;
  }

  #aboutus-wraper .img-txt span {
    width: 60%;
  }

  #aboutus-wraper .img-txt span img {
    width: 100%;
  }

  #aboutus-wraper .img-txt-3 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }

  #aboutus-wraper .img-txt-3 div {
    width: 33.333%;
    text-align: justify;
    font-size: 21px;
    font-weight: 400;
    line-height: 32px;
    padding-right: 3%;
  }

  #aboutus-wraper .img-txt-3 span {
    width: 33.333%;
  }

  #aboutus-wraper .img-txt-3 span img {
    width: 100%;
  }

  #aboutus-wraper .miembro {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    padding-bottom: 90px;
  }

  #aboutus-wraper .miembro > div {
    width: calc(100% - 330px);
    padding-left: 4%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
  }

  #aboutus-wraper .miembro > div h3 {
    margin-top: 0px;
    font-size: 28px;
  }

  #aboutus-wraper .miembro > div h3 span {
    font-size: 22px;
  }

  #aboutus-wraper .miembro > div h3 br {
    display: none;
  }

  #aboutus-wraper .miembro > div div {
    text-align: justify;
    font-size: 21px;
    line-height: 35px;
  }

  #aboutus-wraper .miembro > span {
    width: 330px;
  }

  #aboutus-wraper .miembro > span img {
    width: 100%;
  }

  #aboutus-wraper .reconocimientos {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
    padding-bottom: 100px;
  }

  #aboutus-wraper .reconocimientos span {
    width: 33.33%;
    padding: 0 40px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    text-align: center;
    max-height: 100px;
  }

  #aboutus-wraper .reconocimientos span img {
    max-width: 70%;
    max-height: 70px;
  }

  #aboutus-wraper .two-column-list {
    -webkit-column-count: 2;
            column-count: 2;
    -webkit-column-gap: 8%;
            column-gap: 8%;
    text-align: justify;
    font-size: 17px;
    line-height: 35px;
    font-weight: 400;
    padding-bottom: 100px;
  }

  #aboutus-wraper .two-column-list span {
    display: block;
    margin-bottom: 15px;
  }

  #aboutus-wraper .two-column-list span.sangria {
    margin-left: 30px;
  }

  #aboutus-wraper .two-column-list span.title {
    margin-top: 30px;
    font-weight: 600;
  }

  #aboutus-wraper .team {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    padding-bottom: 90px;
  }

  #aboutus-wraper .team div {
    padding-left: 20px;
  }

  #aboutus-wraper .team div span {
    display: block;
    margin-bottom: 15px;
  }

  #aboutus-wraper .team div span.sangria {
    margin-left: 30px;
  }

  #aboutus-wraper .team div span.title {
    margin-top: 10px;
    font-weight: 600;
  }

  #aboutus-wraper .team > span {
    width: 60%;
  }

  #aboutus-wraper .team > span img {
    width: 100%;
  }

  #aboutus-wraper .hello {
    text-align: center;
    font-size: 30px;
    font-weight: 600;
  }

  #aboutus-wraper .hello-subtext {
    text-align: center;
    font-size: 19px;
    line-height: 30px;
    margin: 40px 0 80px 0;
  }
  #aboutus-wraper .btn-blue-div{
    background-color: #0094d1;
    padding: 20px 60px;
    max-width: 800px;
    margin: auto;
    text-align: center;
  }
  #aboutus-wraper .btn-blue-div a{
    color: #fff;
  }

  #aboutus-wraper a.btn-blue {
    color: white;
    text-decoration: none;
    font-size: 19px;
    text-align: center;
    margin-bottom: 100px;
  }

  #aboutus-wraper a.btn-blue span {
    text-decoration: underline;
    font-weight: 600;
  }

 .checkout-block  .card-block:first-child{
      padding-top: 0px;
  }
.showDiscountsUserCart{
    padding-bottom: 10px;
}
.showDiscountsUserCart .reminderText{
    border-top: 1px solid #ccc;
    padding-top: 10px;
    padding-left: 1.25rem;
}
.showDiscountsUserCart .promoCodeTable{
    width: 100%;
    display: table;
    padding-left: 1.25rem;
}
.showDiscountsUserCart .promoCodeTable .promoTableRow{
    display: table-row;
}
.showDiscountsUserCart .promoCodeTable .headerRow{
    font-weight: 700;
}
.showDiscountsUserCart .promoCodeTable .headerRow .promoTableCell{
    border-bottom: 1px solid #ccc;
    padding-bottom: 5px;
    padding-top: 20px;
}
.showDiscountsUserCart .promoCodeTable .promoTableCell{
    display: table-cell;
    padding-top: 5px;
    border-bottom: 1px solid #eae7e7;
    padding-bottom: 5px;
}
.showDiscountsUserCart .promoCodeTable .promoTableCell:first-child{
    padding-top: 20px;
}
.showDiscountsUserCart .promoCodeTable .normalRow:last-child .promoTableCell{
    border-bottom: 0px;
}

#product .breadcrumb li:nth-last-child(2)::after {
    content: "";
}

#product .breadcrumb li:last-child {
    display: none;
}

#product .product-information{
    margin-top: -15px;
}
#product .product-information hr.first-line{
    margin-top: -15px;
}

#product .products-related{
    padding: 0 3rem;
}
#product .products-related .featured-products{
    padding: 0px;
}
#product .products-related h2{
    text-align: left;
    text-transform: uppercase;
    margin: 0px !important;
    font-size: 22px;
}
#product .products-related .featured-products .products{
    justify-content: space-between;
}
#product .products-related .featured-products .products article:first-child{
    margin-left: 0px;
}
#product .products-related .featured-products .products article:last-child{
    margin-right: 0px;
}

.cms-id-8 #wrapper .container {
    width: 100%;
    padding: 0;
  }

  .cms-id-8 #wrapper .container section {
    padding: 0;
    margin: 0;
  }

  .cms-id-8 section#wrapper {
    padding: 0;
  }

  .cms-id-8 header.page-header {
    display: none;
  }

  .cms-id-8 nav.breadcrumb {
    display: none;
  }

@media (max-width: 1370px){
    #product .products-related .featured-products .products{
        justify-content: normal;
    }
    #product .products-related .featured-products .products article:first-child{
        margin-left: .625rem;
    }
    #product .products-related .featured-products .products article:last-child{
        margin-right: .625rem;
    }
}
@media (max-width: 1274px){
    #AV_widget_iframe_desktop{
        margin-left: 0%;
    }
}

@media (max-width: 1220px) {
    #aboutus-wraper .hello-subtext br {
      display: none;
    }
  }

  @media (max-width: 1200px) {
    #header #top-menu>li>a{
        padding-left: 5px;
        padding-right: 5px;
    }
  }


@media (max-width: 1140px){
    #footer .footer-container .custom-after-footer .text-sm-center{
        display: block;
    }
    #footer .footer-container .custom-after-footer .social-icons{
        display: block;
        margin-bottom: 15px;
        margin-top: 20px;
        text-align: center;
    }
    #footer .footer-container .custom-after-footer .footer-after-txt{
        text-align: center;
        padding-left: 15px;
        display: block;
        padding-right: 15px;
    }
    #wishtlist_top .wishtlist{
        margin-right: 0px;
    }
    #wishtlist_top .cart-wishlist-number::after{
        display: none;
    }
}

@media (max-width: 1100px){
    #dffullscreen{
        margin-top: 95px;
     }
    #_desktop_user_info .user-info a span{
        display: none;
    }
    .recomended-items .image img{
        height: 75px;
    }
    #header #top-menu>li>a{
        font-size: 1vw;
        padding-left: 2px;
        padding-right: 2px;
    }
    .owl-controls {
        top: 45px !important;
    }
    #_desktop_user_info .user-info .account{
        position: relative;
    }
    #_desktop_user_info .user-info .logged{
        display: block;
        height: 1px;
        overflow: hidden;
        border-bottom: 1px solid #2294d1;
        position: absolute;
        bottom: -21px;
        left: 4px;
        width: 21px;
    }
    #main .page-footer{
        margin-bottom: 3.563rem;
    }
}


@media (max-width: 992px){
    .banners-slider-home .us-parent{
        padding-right: 15px;
    }
    .banners-slider-home .doubts-parent{
        padding-right: 0px;
    }
    .page-home>.row:first-child{
        display: block;
    }
    #product .products-related{
        padding: 0 0.5rem;
    }
    h2::after{
        display: none;
    }
    #carouselrecomended .carousel-inner{
        height: 400px;
    }
    #carouselrecomended .carousel-inner .recomended-items{
        height: 80%;
        width: 75%;
        margin: auto;
        padding-top: 50px;
    }
    .banners-slider-home{
        display: block;
     }
    #footer .footer-container .payment-icons{
        display: block;
    }
    #footer .footer-container .payment-icons img{
        width: 14%;
        height: auto;
    }
    #wishtlist_top .wishtlist{
        margin-top: 15px !important;
    }
    /*hompage - featured products*/
    .products .carousel{
        width: 100%;
    }
    .products .carousel .carousel-inner {
        height: auto;
    }
    .products .carousel .carousel-item{
        margin-top: 10px;
    }
    .products .carousel .thumbnail-container{
        width: 100%;
        box-shadow: none;
    }
    .products .carousel .thumbnail-container .product-thumbnail{
        text-align: center;
    }
    .products .carousel .product-description{
        width: 100%;
        box-shadow: none;
    }
    .us-parent{
        padding-left: 0px;
        padding-right: 5px;
    }
    .us-box{
        width: 100%;
        height: 60px;
        background-color: #3bc701;
        color: #fff;
        font-weight: 700;
        text-align: center;
        padding: 5px;
    }
    .us-inner-box{
        height: 100%;
        border: 1px solid #fff;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .us-inner-box a{
        color: #fff;
    } 
    .doubts-box{
        width: 100%;
        height: 60px;
        background-color: #0094d1;
        color: #fff;
        font-weight: 700;
        text-align: center;
        padding: 5px;
    }
    .doubts-inner-box{
        height: 100%;
        border: 1px solid #fff;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .doubts-inner-box a {
        color: #fff;
    }
    .header-nav{
        padding-top: 0px !important;
    }
    #second-mobile-column{
        display: flex;
        align-items: center;
        justify-content: flex-end;
        height: 67px;
    }
    #second-mobile-column #wishtlist_top{
        height: 100%;
    }
    #second-mobile-column #_desktop_user_info{
        height: 100%;
    }
    #_desktop_user_info .user-info a::before{
        position: relative;
        top: 14px;
    }
    
    #second-mobile-column #totblockcart{
        height: 100%;
        margin-top: 32px;
    }
    #search_widget{
        display: inline;
    }
    #buybutton{
        display: none;
    }
    #wishlisticon{
        display: none;
    }
    #_desktop_user_info{
        display: inline;
        border: none;
        padding-right: 0px;
        margin-top: 0px;
    }

    #_desktop_user_info .user-info{
        display: inline;
    }
    #_desktop_user_info .user-info a{
        display: inline;
    }
    #totblockcart{
        display: inline;
        margin-top: 9px;
    }
    #menu-icon{
        margin-left: 0px !important;
        margin-right: 8px !important;
    }
    #menu-icon .material-icons{
        font-size: 37px;
        color:#0094d1;
    }
    #menu-icons-mobile{
        padding-left: 0px;
        padding-top: 4px;
    }
    #_desktop_logo{
        margin-top: 15px;
        margin-bottom: 0px;
    }

    #search_widget form{
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .owl-controls{
        top: 28px !important;
    }

    #footer .footer-container .main-footer .main-footer-inside{
        max-width: 100%;
        padding-left: 5%;
        padding-right: 5%;
    }

    #footer .footer-container .payment-icons{
        max-width: 100%;
        padding-left: 5%;
        padding-right: 5%;
    }

    .lgcookieslaw_container {
        display: flex !important;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }

    .lgcookieslaw_message p {
        padding: 0 8%;
    }

    #wrapper #js-product-list-header{
        padding: 0px
    }
}

@media (max-width: 991px){
    .products_filters{
        width: 100vw;
        margin-left: -30px;
    }
    .products_filters #filter_button_mobile a:hover{
        background-color: #3bc701;
    }
    #left-column{
        display: none;
    }
    #contact #left-column{
        display: block;
    }
    .filter_pagination_mobile{
        margin-right: 10px;
        margin-left: 10px;
    }
    .filter_button_mobile{
        display: inline-block;
        margin-top: 0px;
        text-align: center;
    }    
    .filter_button_mobile .icon-filter{
        background-color: #3bc701 !important;
        padding-top: 5px !important;
        padding-bottom: 5px !important;
    }
    .filter_button_mobile .icon-filter::before{
        display: none !important;
    }

    body.has-compact-filter #amazzing_filter .icon-filter{
        background-color: #3bc701;
    }
    body.has-compact-filter:not(.show-filter) #amazzing_filter .icon-filter{
        display: none;
    }
    .products-selection{
        padding: 20px 0px;
        margin-left: 1px;
        margin-right: 1px;
        margin-bottom: 25px;
        display: flex;
        align-items: center;
    }

    #js-product-list-header{
        text-align: center;
    }
    #content-wrapper.left-column{
        background-color: #fff;
        padding-top: 0px;
    }
    .products-selection .sort-by{
        display: none;
    }
    .products-selection .show-by span{
        display: none;
    }
    .products-selection .show-by{
        display: flex;
        align-items: center;
        justify-content: flex-start;
    }
    .products-selection .show_grid{
        width: 29px !important;
        height: auto;
        margin-right: 20px;
    }
    .products-selection .show_list{
        width: 29px !important;
        height: auto;
        margin-right: 20px;
    }
    .products-selection>.col-xs-6 .page-list{
        background-color: #fff;
    }
    .products-selection .products-sort-order{
        margin-left: 10px;
    }
    #products .products-selection .pagination .page-list{
        background-color: transparent;
        padding-top: 10px;
    }
    .header-category {
        margin-top: 0px;
    }
}


@media (max-width: 800px){
    #header #top-menu>li>a{
        font-size: 1vw;
        padding-left: 2px;
        padding-right: 2px;
    }
}


@media (max-width: 767px){
    #_desktop_user_info .user-info a::before{
        position: relative;
        top: 26px;
    }
    #_desktop_user_info .user-info .logged{
        bottom: -25px;
    }
    #products .thumbnail-container .product-description, .featured-products .thumbnail-container .product-description, .product-accessories .thumbnail-container .product-description{
        box-shadow: none !important;
    }
    #product .product-information{
        margin-top: 0px;
    }
    .header-mobile-separator {
        margin-left: 5px;
    }
    .featured-products:nth-of-type(2) {
        margin-top: 2rem;
    }
    h2{
        font-size: 25px !important;
    }
    #dffullscreen{
        margin-top: 118px; 
     }
    .header-nav-fixed .searchmobile{
        display: none;
    }
    #header #top-menu>li>a{
        font-size: 13px;
    }
    #header #top-menu>li>div>ul>.menuItems>li>.dropdown-item{
        font-size: 12px;
    }
    #header #top-menu #category-8{
        display: list-item;
    }
    #header #top-menu #lnk-marcas{
        display: list-item;
        padding-left: 0px;
        padding-right: 0px;
    }
    #header #top-menu>li:last-child{
        display: list-item;
        padding-left: 0px;
        padding-right: 0px;
    }
    #wishtlist_top .cart-wishlist-number{
        top: 9px;
        left: 7px;
    }

    #footer .footer-container .main-footer>.col-xs-12{
        padding-top: 30px;
    }
    #footer .footer-container .main-footer .col-md-4{
        margin-bottom: 50px;
    }
    #footer .footer-container .main-footer .footer-contact{
        padding-left: 15px;
    }
    #mobile_top_menu_wrapper{
        padding: 5px;
    }
    #mobile_top_menu_wrapper li a{
        padding-left: 15px !important;
    }
    #mobile_top_menu_wrapper .top-menu .sub-menu li>a{
        font-weight: 400;
    }
    #mobile_top_menu_wrapper .top-menu .dropdown-submenu .navbar-toggler{
        display: none;
    }
    #mobile_top_menu_wrapper .top-menu{
        display: flex;
        flex-flow: column;
    }
    #header .header-nav .top-logo{
        padding-top: 17px;
    }

    #headertext{
        height: 30px;
        font-size: 12px;
    }
    #menu-icons-mobile{
        margin-top: 8px;
    }
    .headertext-desktop{
        display: none;
    }
    .headertext-mobile{
        display: inline !important;
    }
    #header .header-nav{
        max-height: 100%;
    }
    .searchmobile .search-widget form{
        background-color: #3bc701;
        padding: 10px;
    }
    .searchmobile .search-widget form input{
        width: 100%;
        border-radius: 7px;
        padding-left: 40px;
    }
    .searchmobile .search-widget form button .material-icons{
        color: #666;
        font-size: 29px;
        top: -5px;
        position: relative;
    }
    .searchmobile .search-widget form button span{
        display: none !important;
    }
    .search-widget form button[type=submit]{
        left: 13px;
    }
    .show-by .show_grid{
        margin-right: 0px;
    }
    .show-by .show_list{
        margin-right: 0px;
    }
    .owl-controls{
        top: 30px !important;
    }
    #footer{
        margin-top: -3rem;
        padding-top: 0px;
    }
}



  @media (max-width: 992px) {
    .block-categories{
        margin-bottom: 0px;
        padding-bottom: 0px;
    }
    #aboutus-wraper .miembro {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-flow: column nowrap;
              flex-flow: column nowrap;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      padding-bottom: 90px;
    }
    #aboutus-wraper .miembro > div {
      width: 100%;
      padding: 0;
    }
    #aboutus-wraper .miembro > div h3 {
      text-align: center;
    }
    #aboutus-wraper .miembro > div h3 br {
      display: inline;
    }
    #aboutus-wraper .miembro > div h3 span.guio {
      display: none;
    }
    #aboutus-wraper .reconocimientos {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-flow: column wrap;
              flex-flow: column wrap;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
    }
    #aboutus-wraper .reconocimientos span {
      width: 100%;
      height: 100px;
      margin-bottom: 60px;
    }
    #aboutus-wraper .reconocimientos span img {
      max-width: 100%;
      height: 100%;
    }
    #aboutus-wraper .reconocimientos span:last-child {
      margin: 0;
    }
    #aboutus-wraper .two-column-list {
      -webkit-column-count: 1;
              column-count: 1;
    }
    #aboutus-wraper .img-txt {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-flow: column nowrap;
              flex-flow: column nowrap;
    }
    #aboutus-wraper .img-txt div {
      width: 100%;
    }
    #aboutus-wraper .img-txt div:last-child {
      padding-left: 0;
    }
    #aboutus-wraper .img-txt span {
      width: 100%;
      margin-bottom: 30px;
    }
    #aboutus-wraper .img-txt-3 span {
      -webkit-box-ordinal-group: 0;
          -ms-flex-order: -1;
              order: -1;
    }
    #aboutus-wraper .team {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
    }
    #aboutus-wraper .team div {
      padding: 0;
    }
    #aboutus-wraper .team div span.sangria {
      margin-left: 15px;
    }
    #aboutus-wraper .team div span.title {
      text-align: justify;
    }
    #aboutus-wraper .team > span {
      width: 100%;
    }


  }

  @media (max-width: 576px){
    .js-mrshopmailnotification .add-to-cart{
        font-size: 12px;
    }
    .opinionesverificadasfooter{
        padding: 0px;
    }
    .product_show_list{
        min-width: 100px;
    }
    .product_show_list .product-description h2{
        overflow: hidden;
    }
    .product_show_list .highlighted-informations a{
        font-size: 14px;
    }
    .products-selection .products-sort-order{
        margin-left: 10px;
    }
    #filter_button_mobile{
        display: flex;
        align-items: center;
        justify-content: center;
    }
    #js-product-list .products{
        padding-top: 25px;
        width: 100%;
        margin-left: 0px;
    }
    .products-selection .products-sort-order button{
        max-width: 100% !important;
        width: 100%;
    }
    .products_filters{
        margin-left: -15px;
    }
    .products_filters .products-selection{
        padding: 5px 0px;
        padding-bottom: 2px;
    }
    .products_filters .products-selection>.col-xs-4{
        padding-left: 0px;
        padding-right: 0px;
    }
    .products_filters .products-selection .products-sort-order{
        width: 100%;
    }
    .products-selection>.col-xs-5{
        padding-left: 0px;
        font-size: 13px;
    }
    .filter_button_mobile{
        padding-left: 0px;
        text-align: center;
        margin-left: 20px;
    }

    #products .filter_button_mobile a{
        font-size: 12px;
        padding-top: 7px !important;
        padding-bottom: 7px !important;
    }
    .pagination_button_mobile{
        margin-top: 1px;
        padding-left: 0px;
        padding-right: 8px;
    }

    /*Category pages list view*/
    .js-product-miniature{
        width: auto;
    }
    .js-product-miniature .thumbnail-container{
        height: 170px !important;
        width: 90% !important;
        display: grid;
        grid-template-columns: repeat(2, 50%);
        grid-template-rows: repeat(3, 33%);
        max-width: 450px;
    }
    
    .js-product-miniature .thumbnail-container .product-thumbnail{
        grid-column: 1 / 2;
        grid-row: 1 / span 3;
        display: flex !important;
        justify-content: center;
        align-items: center;
    }
    .js-product-miniature .thumbnail-container .product-thumbnail img{
        width: auto;
        height: 100%;
    }
    .js-product-miniature .thumbnail-container .product-description{
        grid-column: 2/2;
        grid-row: 1 / span 2;
        padding-left: 0px !important;
        height: 100% !important;
        display: flex !important;
        position: relative !important;
        flex-flow: column;
        justify-content: center;
        align-items: flex-start; 
    }
    .js-product-miniature .thumbnail-container .product-description h2{
        margin-bottom: 2px;
    }
    .js-product-miniature .thumbnail-container .product-description .product-title{
        margin-top: 5px !important;
        line-height: 13.2px;
    }
    .js-product-miniature .thumbnail-container .highlighted-informations{
        grid-column: 2/2;
        grid-row: 3/3;
        height: 70% !important;
        position: relative !important;
        display: flex;
        justify-content: center;
        align-items: center;
        padding-top: 0px !important;
        margin-top: 10px;
        width: 97% !important;
    }
    .js-product-miniature .discount-percentage{
        top: 5px !important;
        left: -6px !important;
        width: 50px !important;
        font-size: 12px !important;
        display: flex !important;
        justify-content: center !important;
        align-items: flex-start !important;
        padding-top: 7px !important;
    }
    /* Comented on 26-11-2020 */
    /* .js-product-miniature .islabel{
        display: none;
    } */
    
    .js-product-miniature .av_category_stars{
        margin: 0px 0px;
        margin-top: 4px;
    }
    .js-product-miniature{
        margin-left: 0px !important;
        margin-right: 0px !important;
    }
    .js-product-miniature .product-thumbnail {
        text-align:center;
    }

    .js-product-miniature .thumbnail-container .product-description .product-title a{
        font-size: 12px !important;
    }


    .product-miniature {
        width: 100% !important;
        margin: auto !important;
    }
    #products .thumbnail-container, .featured-products .thumbnail-container, .product-accessories .thumbnail-container, .product-miniature .thumbnail-container{
        margin-bottom: 0.563rem;
    }
    #carouselrecomended .carousel-inner{
        height: 450px;
    }
    .owl-controls{
        top: 15px !important;
    }
     /*hompage - slider*/
     .slider-home{
        margin-top: 0px;
     }
     .slider-home .carousel .direction{
         display: none;
     }
     #carousel .carousel-inner {
        height: auto;
    }
     /*hompage - banners*/
    .banner-row-1 {
        margin-bottom: 0;
    }
    .banner-row-1 div{
        display: none;
        margin-bottom: 0px;
    }
    .banner-row-1 div:first-child{
        display: block;
    }
    .banner-row-2 div:first-child {
        margin-top: 0px;
    }
    .banner-row-2 div {
        margin-bottom: 10px;
    }
    .banner-row-2 span{
        top: 44%;
        font-size: 25px;
    }
    .doubts-parent{
        padding-right: 0px;
        padding-left: 5px;
    }
    .us-parent{
        padding-left: 0px;
        padding-right: 5px;
    }
    .us-box{
        width: 100%;
        height: 60px;
        background-color: #3bc701;
        color: #fff;
        font-weight: 700;
        text-align: center;
        padding: 5px;
    }
    .us-inner-box{
        height: 100%;
        border: 1px solid #fff;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .doubts-box{
        width: 100%;
        height: 60px;
        background-color: #0094d1;
        color: #fff;
        font-weight: 700;
        text-align: center;
        padding: 5px;
    }
    .doubts-inner-box{
        height: 100%;
        border: 1px solid #fff;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    /*hompage - custom text*/
    #custom-text{
        padding :0px;
    }


    #ybc-mnf-block .owl-buttons .owl-prev::before{
        display: none;
    }
    #ybc-mnf-block .owl-buttons .owl-next::before{
        display: none;
    }

    /*hompage - featured products*/
    .products .carousel{
        width: 100%;
    }
    .products .carousel .thumbnail-container{
        width: 100%;
        box-shadow: none;
    }
    .products .carousel .thumbnail-container .product-thumbnail{
        text-align: center;
    }
    .products .carousel .product-description{
        width: 100%;
        box-shadow: none;
    }
    article.product-miniature.js-product-miniature
    {
        margin-bottom: 0px !important;
    }

    .products .carousel .highlighted-informations{
        width: 100%;
    }

    #footer>.container>.row{
        display: flex;
        flex-flow: column;
    }

    #footer .block_newsletter .info-conditions {
        font-size: 15px;
        margin-bottom: 50px;
        font-weight: 400;
        line-height: 26px;
        padding-left: 35px;
        padding-right: 35px;
    }
    #footer .block_newsletter form{
        padding-left: 35px;
        padding-right: 35px;
    }
    .imgMeds{
        text-align: center;
    }
    .imgMeds a img{
        width: 50% !important;
    }

    #products .products-selection .pagination .page-list {
        padding-top: 6px;
    }

    .category-up-filter-button{
        padding-top: 0.7rem;
    }
}

@media (max-width: 450px){
    #wishtlist_top .wishtlist .cart-wishlist-number {
        display: none !important;
    }
}
@media (max-width: 400px){
    .filter_button_mobile{
        text-align: right;
    }
    .js-product-miniature .thumbnail-container .product-thumbnail img{
        max-width: 100%;
        height: auto !important;
    }
    .header-category .filter_button_mobile{
        display: flex;
    }
}

@media (max-width: 1220px){
    .owl-controls{
        top: 55px !important;
    }
} 
@media (max-width: 544px){
    .owl-controls{
        top: 15px !important;
    }
}
@media (max-width: 529px){
    .owl-controls{
        top: 50px !important;
    }
}
@media (max-width: 524px){
    #AV_widget_iframe_desktop{
        display: none;
    }
    #AV_widget_iframe_mobile{
        display: inline;
    }
}
@media (max-width: 380px){
    .owl-controls{
        top: 30px !important;
    }
}

@media (max-width: 320px){
    .owl-controls{
        top: 25px !important;
    }
}





  
