@media screen and (max-width: 600px) {
    .main-title {
        display: block;
    }
    figure.cover {
        min-height: 225px !important;
        background: white !important;
    }
}

.grid {
    box-sizing: border-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    -webkit-box-flex: 0;
    flex: 0 1 auto;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -12px 0 -12px;
}

.grid.grid-nogutter {
    margin: 0;
}

.grid.grid-nogutter>.col {
    padding: 0;
}

.col {
    box-sizing: border-box;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    -webkit-flex-basis: 0;
    flex-basis: 0;
    max-width: 100%;
    min-width: 0;
    padding: 0 12px 0 12px;
}

.col-align-top {
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
}

.col-align-bottom {
    align-self: flex-end;
}

.col-align-middle {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
}

.col-top {
    justify-content: flex-start !important;
    flex-direction: column;
    display: flex;
}

.col-bottom {
    justify-content: flex-end !important;
    flex-direction: column;
    display: flex;
}

.col-middle {
    justify-content: center;
    flex-direction: column;
    display: flex;
}

.grid-start {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.grid-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.grid-end {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.grid-around {
    justify-content: space-around;
}

.grid-between {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.col-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
}

.col-last {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
}

.grid-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

@media only screen and (max-width : 780px) {
    .grid-reverse-mobile {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }
}

.col-fixed {
    flex: initial;
}

.col-grow-2 {
    flex-grow: 2;
}

.col-grow-3 {
    flex-grow: 3;
}

.col-grow-4 {
    flex-grow: 4;
}

.col-grow-5 {
    flex-grow: 5;
}

.col-grow-6 {
    flex-grow: 6;
}

.col-grow-7 {
    flex-grow: 7;
}

.col-grow-8 {
    flex-grow: 8;
}

.col-grow-9 {
    flex-grow: 9;
}

.col-grow-10 {
    flex-grow: 10;
}

.col-grow-11 {
    flex-grow: 11;
}

.col-1 {
    -ms-flex-preferred-size: 8.3333333333%;
    -webkit-flex-basis: 8.3333333333%;
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
}

.col-2 {
    -ms-flex-preferred-size: 16.6666666667%;
    -webkit-flex-basis: 16.6666666667%;
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
}

.col-3 {
    -ms-flex-preferred-size: 25%;
    -webkit-flex-basis: 25%;
    flex-basis: 25%;
    max-width: 25%;
}

.col-4 {
    -ms-flex-preferred-size: 33.3333333333%;
    -webkit-flex-basis: 33.3333333333%;
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
}

.col-5 {
    -ms-flex-preferred-size: 41.6666666667%;
    -webkit-flex-basis: 41.6666666667%;
    flex-basis: 41.6666666667%;
    max-width: 41.6666666667%;
}

.col-6 {
    -ms-flex-preferred-size: 50%;
    -webkit-flex-basis: 50%;
    flex-basis: 50%;
    max-width: 50%;
}

.col-7 {
    -ms-flex-preferred-size: 58.3333333333%;
    -webkit-flex-basis: 58.3333333333%;
    flex-basis: 58.3333333333%;
    max-width: 58.3333333333%;
}

.col-8 {
    -ms-flex-preferred-size: 66.6666666667%;
    -webkit-flex-basis: 66.6666666667%;
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
}

.col-9 {
    -ms-flex-preferred-size: 75%;
    -webkit-flex-basis: 75%;
    flex-basis: 75%;
    max-width: 75%;
}

.col-10 {
    -ms-flex-preferred-size: 83.3333333333%;
    -webkit-flex-basis: 83.3333333333%;
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
}

.col-11 {
    -ms-flex-preferred-size: 91.6666666667%;
    -webkit-flex-basis: 91.6666666667%;
    flex-basis: 91.6666666667%;
    max-width: 91.6666666667%;
}

.col-12 {
    -ms-flex-preferred-size: 100%;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
    max-width: 100%;
}

.col-brand {
    -ms-flex-preferred-size: 12.5%;
    -webkit-flex-basis: 12.5%;
    flex-basis: 12.5%;
    max-width: 12.5%;
}

@media only screen and (max-width: 624px) {
    .col-brand {
        -ms-flex-preferred-size: 25%;
        -webkit-flex-basis: 25%;
        flex-basis: 25%;
        max-width: 25%;
    }
}

@media only screen and (max-width: 480px) {
    .col-brand {
        -ms-flex-preferred-size: 33.3333333333%;
        -webkit-flex-basis: 33.3333333333%;
        flex-basis: 33.3333333333%;
        max-width: 33.3333333333%;
    }
}

@media only screen and (max-width: 480px) {
    .col-sm {
        flex: 100%;
        max-width: 100%;
    }

    .col-sm-4 {
        flex: 33.3333%;
        max-width: 33.3333%;
    }

    .col-sm-6 {
        flex: 50%;
        max-width: 50%;
    }
}

@media only screen and (max-width: 624px) {
    .col-md {
        flex: 100%;
        max-width: 100%;
    }

    .col-md-6 {
        flex: 50%;
        max-width: 50%;
    }

    .col-md-3 {
        flex: 25%;
        max-width: 25%;
    }
}

@media only screen and (max-width: 744px) {
    .col-lg {
        flex: 100%;
        max-width: 100%;
    }
}

.spacer-small {
    height: 24px;
    width: 100%;
    display: block;
}

@media only screen and (max-width : 480px) {
    .col.col-xs-6 {
        width: 50%;
        flex-basis: 50%;
        max-width: 50%;
    }
}


.col-fixed section#justtest {
    margin-left: 0 !important;
}

.branded_content {
    background: #f8f8f8;
    padding: 12px;
    border-radius: 10px;
    margin: 0 0 20px;
    box-shadow: 0 -1px 2px rgba(24, 28, 71, 0.04), 0 2px 4px rgba(24, 28, 71, 0.1);
    border: 1px solid #d7def0;
  }
  .branded_content .title {
    font-weight: 700;
    color: #72bedf;
    font: 700 16px / 30px 'roboto condensed' !important;
  }
  .branded_content ul {
    padding-left: 20px;
  }
  .branded_content ul li {
    margin-bottom: 6px;
    font: 300 16px / 20px 'roboto condensed' !important;
  }
  .branded_content ul li::marker {
    color: #72bedf;
  }
  
  @media only screen and (max-width: 600px) {
    .branded_content {
      background: white;
      margin-top: initial !important;
      margin-bottom: 0px !important;
      border-radius: 0 !important;
      border: 0 !important;
    }
    .branded_content .title {
      font-weight: 700;
      color: #72bedf;
      margin: 12px;
      font-size: 17px;
      box-shadow: none !important;
      display: block;
      text-align: center;
    }
    .branded_content ul li {
        margin-bottom: 16px !important;
        font-size: 16px !important;
    }
    .branded_content ul li a {
      color: initial !important;
    }
    header.noBounce {
        position: sticky;
        top: 0;
    }
    #newslist {
        padding-top: 15px !important;
    }
    body.sml-open.in nav.slide-menu-left {
        position: fixed;
        height: 100vh;
    }
    body.sml-open.in:before {
        background: rgba(0, 0, 0, .86); 
        backdrop-filter: blur(12px);
        -webkit-backdrop-filter: blur(12px);    
    }
    #autocomplete-search-results {
        position: fixed !important;
        top: 0 !important;
        left: 0 !important;
        width: 100% !important;
        z-index: 2 !important;
    }
    .main-title {
        color: #0f172a !important;
        font: 700 30px / 32px 'roboto condensed' !important;
    }
    .news-blocks .metadata {
        display: flex;
        align-items: center;
    }
    .metadata .icon {
        border-radius: 60px;
        background-size: 26px !important;
        height: 40px !important;
        width: 40px !important;
    }
    .news-blocks .metadata .date {
        font-size: 14px;
    }
    .news-blocks .metadata .comment {
        color: #94a3b8;
        font-weight: 400;
        font-size: 12px;
    }
    .news-blocks .block-padding > p, .news-blocks .livestream > p, .news-blocks .stars_desc > p, .news-blocks .new-item p {
        color: #0f172a !important;
        text-align: left !important;
        margin: 18px 0px !important;
        font-size: 18px !important;
        line-height: 28px !important;
        font-weight: 400;
        font: 400 18px / 28px 'Roboto' !important;
    }
  }


  @media screen and (max-device-width: 1240px) {
    .tiles_holder.responsive .tile .title_tabs {
        color: #000;
        font-size: 20px;
        text-align: left;
        text-shadow: none;
        margin-bottom: 20px;
        text-transform: capitalize;
        background: white;
    }
}

textarea.cke_dialog_ui_input_textarea.cke_source {
    white-space: normal !important;
}

@media only screen and (max-width: 600px) {
    .block-padding p a {
        color: #0076ac !important;
    }
    .news-blocks ul, .news-blocks ol {
        font-weight: 400;
    }
}

@media screen and (min-width: 992px) {
	.branded_content.evergreen {
		margin: 10px 20px;
	}
	
	.branded_content.evergreen ul {
	    columns: 2;
		  -webkit-columns: 2;
		  -moz-columns: 2;
	}
}
#menu_network .link_network_hdgreen:hover a {
    color: #059669;
    text-decoration: underline;
}

#menu_network .link_network_hdbusiness:hover a {
    color: #39739D;
    text-decoration: underline;
}
#menu_network .link_network_hdhome:hover a {
    color: #7e22ce;
    text-decoration: underline;
}
.link_network_hdblog a {
	padding-left: 0 !important;
	padding-right: 12px !important;
}

ol.breadcrumb {
    list-style-type: none;
    padding: 0;
    margin: 0;
    margin-bottom: 6px;
}

ol.breadcrumb li {
    display: inline;
    font-size: 12px;
    text-transform: uppercase;
    margin-right: 6px;
}

ol.breadcrumb li:before {
    display: inline-block;
    content: "//";
    font-weight: 700;
    color: #CCCCCC;
}

ol.breadcrumb li:first-child:before {
    content: "";
}


@media screen and (max-width: 600px) {
	ol.breadcrumb {
	    list-style-type: none;
	    padding-left: 14px !important;
	    margin: 0;
	    margin-bottom: -16px;
	    margin-top: 16px;
	}
	ol.breadcrumb li a{
	    color: #333 !important;
    }
    #tabsbar div .tabs {
        list-style-type: none !important;
        margin: auto !important;
        padding: 0 !important;
        border-radius: 0 !important;
        text-align: left !important;
        display: block !important;
        overflow-x: scroll !important;
        overflow-y: hidden !important;
        white-space: nowrap !important;
        width: 100vw !important; 
    }
    
    #tabsbar div {
        width: initial !important;
        height: 70px !important;
        position: initial !important;
        top: initial !important;
        overflow-x: scroll !important;
        width: 100vw !important;
    }
    nav.menu li {
        padding: 10px 20px !important;
    }
    nav.menu.slide-menu-left.overthrow span {
        font-weight: 700;
        text-transform: uppercase;
        font-size: 12px;
        margin: 12px;
        margin-bottom: -6px;
        display: block;
    }
    /* Force video ADV on left (mobile only) */
	[class^="vr-"][class*="bottom-right-position"] {
	    left: 0 !important;
	    bottom: -1px !important;
	}
    section.newsletter_signup {
        padding: 24px 12px;
        margin-top: 12px;
        margin-bottom: -5px;
        border-bottom: 1px solid #bdbdbd;
    }
}

@media screen and (min-width: 992px) {
	.branded_content.evergreen {
		margin: 10px 20px;
	}
	
	.branded_content.evergreen ul {
	    columns: 2;
		  -webkit-columns: 2;
		  -moz-columns: 2;
	}
    .autocomplete .item_movil {
        width: 190px;
    }
}

#topsearch {
    width: 561px !important;
} 

#topsearch-text {
    width: 538px !important;
}
i.toffer.small {
    zoom: 0.6;
}

a.blz_btn {
    margin: 12px 0;
    display: flex;
    justify-content: left;
    align-items: center;
    border-radius: 6px;
    background-color: white;
    background-image: initial;
    text-decoration: none;
    box-shadow: -2px 4px 0 #2fafd1;
    transition: box-shadow .12s ease;
    color: #000;
    border: 2px solid #000;
    padding-left: 0 !important;
    padding: 0 6px !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

a.blz_btn:hover {
    background-color: white !important;
    transition: box-shadow .12s ease;
    border-color: #2fafd1;
    color: #000 !important;
    box-shadow: -4px 6px 0 #2fafd1;
}

a.blz_btn .blz_flex {
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
}

a.blz_btn span.price {
    font-weight: 700;
    font-size: 14px;
}

a.blz_btn span.price small {
    color: #555;
    font-weight: 300;
}


a.blz_btn.blz_btn_ebay {
    font-size: 14px;
}

a.blz_btn.blz_btn_amzn {

    font-size: 14px;
}

a.blz_btn.blz_btn_ebay img {
    width: 100%;
    height: auto;
    max-width: 43px;
    margin-left: 6px;
}

a.blz_btn.blz_btn_amzn img {
    width: 100%;
    height: auto;
    max-width: 63px;
    margin-top: 6px;
    margin-left: 1px;
}


a.blz_btn::after {
    display: none;
    opacity: 0;
}

i.toffer.small {
    zoom: 0.6;
}
.offer_list_item {
    display: flex; 
    align-items: center; 
    justify-content: space-between; 
    padding: 6px; 
    margin: 6px 0;
    min-height: 60px;
    border-bottom: 1px solid #F2F0F0;
}

.offer_list_item_price {
    color: #000;
    font-size: 20px;
    font-weight: 700;
}

.offer_list_item_currency {
    color: #000;
    font-size: 12px;
    font-weight: normal;
}

.offer_list_item_btn {
    background-color: #FC9C1E;
    color: white;
    padding: 6px 12px;
    border-radius: 6px;
}

.offer-list {
    padding: 0px 0px !important;
}


a.hd_product_card {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #F1F4F7;
    padding: 20px;
    border-radius: 8px;
    margin: 10px auto;
    cursor: pointer;
    text-decoration: none !important;
}
  .hd_product_card_left {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 40%;
  }
  
  .hd_product_card_left img {
    object-fit: contain;
    height: 90px;
    width: 90px;
  }
  
  .hd_product_card_left span {
      display: block;
      margin: 0 10px;
      font-size: 16px;
      color: #333;
      line-height: 20px;
      font-family: 'Roboto Condensed';
  }
  
  .hd_product_card_right {
    border-radius: 8px;
    position: relative;
    background: white;
    padding: 10px;
    width: 50%;
    min-height: 90px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  
  .hd_product_card_right::after {
      content: '';
      display: block;
      height: 0;
      position: absolute;
      width: 0;
      border-width: 12px 18px 12px 0;
      border-style: inset solid inset inset;
      top: 40px;
      left: -16px;
      border-color: transparent white transparent transparent;
  }
  
  .hd_product_card_merchant {
  text-align: center;
  }
  
  .hd_product_card_merchant img {
    object-fit: contain;
    height: 40px;
    width: 80px;
  }
  
  .hd_product_card_merchant span {
    display: block;
    font-size: 12px;
    color: #666;
    margin-top: 6px;
    font-family: 'Roboto Condensed';
    text-decoration: none !important;
  }
  
  .hd_product_card_price {
    text-align: center;
  }
  
  .hd_product_card_price span {
    font-size: 26px;
    color: #000;
    font-weight: 400;
    margin-bottom: 5px;
    display: block;
    font-family: 'Roboto Condensed';
    text-decoration: none !important;
  }
  
  .hd_product_card_cta  {
    background: #FC9C1E;
    text-decoration: none !important;
    color: white;
    padding: 8px 10px;
    font-weight: 500;
    border-radius: 5px;
    text-transform: uppercase;
    transition: background .2s ease;
    font-family: 'Roboto Condensed';
  }

.hd_product_card:hover .hd_product_card_cta {
    background: #fdb04b;
}
  
.hd_product_card:hover .hd_product_card_left span {
    text-decoration: underline;
}

#etiqueta.etichettaavviso.domination .item_big_fichas .title {
    color: #090909 !important;
    text-align: left !important;
    line-height: normal;
    transform: rotate(-30deg) !important;
    margin-top: 18px;
    margin-left: 37px;
}

.hd_product_card_cta.no-price {
    font-size: 12px;
    padding: 16px 8px;
}

#etiqueta.etichettanoprice {
    width: 200px;
    height: 188px;
    position: absolute;
    background: #ffffff url(../../theme_darklight/img/etiqueta_empty.png) no-repeat !important;
    right: -18px;
    margin-top: 25px;
  }

  #etiqueta.etichettanoprice .item_big_fichas {
    left: 30px;
    width: 130px;
    top: 58px;
  }

  #etiqueta.etichettanoprice .item_big_fichas span {
    font-size: 20px !important;
    line-height: 20px;
  }


a.newsletter_icon {
    vertical-align: top;
    background: lightgrey;
    height: 30px;
    width: 30px;
    border-radius: 8px;
    display: inline-block;
    color: #292929 !important;
}

@media screen and (min-width: 992px) {
    a.newsletter_icon {
        background: darkgrey;
    }
    a.newsletter_icon:hover {
        background: #45c0e8;
    }
    a.newsletter_icon svg {
        margin-left: 3px;
    }
}
 
a.social_f {
    background: #3b5998;
    text-decoration: none !important;
    padding: 0 10px;
}
a.social_f span{
    vertical-align: -4px;
    margin-left: -1px;
    margin-right: 0;
}
a.social_x {
    background: #333;
    text-decoration: none !important;
    padding: 0 10px;
}
a.social_x span{
    vertical-align: -4px;
    margin-left: -1px;
    margin-right: 0;
}
a.social_wa {
    background: #25d366;
    text-decoration: none !important;
    padding: 0 10px;
}
a.social_wa span{
    vertical-align: -5px;
    margin-left: -2px;
    margin-right: 0;
}
a.newsletter_button {
    background: #288ce4;
    text-decoration: none !important;
}
a.newsletter_button span{
    vertical-align: -4px;
    margin-left: -6px;
    margin-right: 4px;
}

@media screen and (max-width: 600px) {
    .social_buttons > a {
        position: relative;
    }
    .social_buttons > a span {
        position: absolute;
    }
    a.social_f span{
        left: 10px;
        top: 4px;
    }
    a.social_x span{
        left: 11px;
        top: 4px;
    }
    a.social_wa span{
        left: 11px;
        top: 5px;
    }
    a.newsletter_button {
        width: 90px !important;
        text-align: right;
        padding-right: 8px;
        line-height: 38px;
    }
    a.newsletter_button span {
        left: 14px;
        top: 3px;
    }
}


a.newsletter_icon {
    vertical-align: top;
    background: lightgrey;
    height: 30px;
    width: 30px;
    border-radius: 8px;
    display: inline-block;
    color: #292929 !important;
}

@media screen and (min-width: 992px) {
    a.newsletter_icon {
        background: darkgrey;
    }
    .numshares {
        margin-left: -18px;
    }
    .numshares .number {
        font-size: 28px !important;
    }
    .numshares .label {
        top: 26px !important;
    }
}

a#custom_adv_skin {
    display: block;
    width: 100vw;
    height: 100vh;
    z-index: 0;
    top: 0;
    left: -8px;
    right: 0;
    bottom: 0;
    position: fixed;
    background-repeat: no-repeat;
    background-position: top center;
}

body[data-skin=true] #main_container {
    margin-top: 100px;
}

a#custom_adv_banner {
    width: 300px;
    display: block;
    height: 250px;
    margin-bottom: 20px;
}

a#custom_adv_banner_600 {
    width: 300px;
    display: block;
    margin-bottom: 20px;
}

/* mobile hp video section */

.mobile_video_section#video1_content {
    display: block !important;
    overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap;
    padding: 0 6px;
    margin: 0;
    grid-column: 1 / -1;
}
.mobile_video_section#video1_content a {
    vertical-align: top;
    float: none;
    display: inline-block;
    white-space: normal;
    width: 260px;
    height: 180px;
    position: relative;
    border-radius: 6px;
    margin-right: 20px;
}
.mobile_video_section#video1_content a img {
    width: 260px;
    height: 180px;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 6px;
}
.mobile_video_section#video1_content a p {
    margin: 0;
    color: white;
    position: absolute;
    z-index: 1;
    bottom: 0;
    font-size: 18px;
    padding: 12px;
    font-weight: 400;
}
.mobile_video_section#video1_content a::before {
    background: rgba(0, 0, 0, 0.5);
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
    content: "";
    border-radius: 6px;
    display: block;
    z-index: 1;
}
.mobile_video_section#video1_content a::after {
    height: 30px;
    width: 30px;
    content: "";
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="white" class="size-6"><path fill-rule="evenodd" d="M2.25 12c0-5.385 4.365-9.75 9.75-9.75s9.75 4.365 9.75 9.75-4.365 9.75-9.75 9.75S2.25 17.385 2.25 12Zm14.024-.983a1.125 1.125 0 0 1 0 1.966l-5.603 3.113A1.125 1.125 0 0 1 9 15.113V8.887c0-.857.921-1.4 1.671-.983l5.603 3.113Z" clip-rule="evenodd" /></svg>');
    position: absolute;
    top: 12px;
    right: 12px;
    z-index: 1;
    opacity: 0.8;
}
.mobile_video_section#video1_content a:first-child {
    margin-left: 6px;
}
  

#hero h1 {
    margin: 10px 85px;
    font: 400 50px / 56px "Roboto Condensed", sans-serif;
}

.is_premium {
    background: rgba(131, 188, 225, 0.2196078431) !important;
  
  }

.is_premium .price {
    background: #ffffff !important;
    height: 100px !important;
    margin-top: 8px;
    width: 344px !important;
  }
  .partners_disclaimer {
     color: #6b6b6b;
    font-size: 16px;
    line-height: 25px;
    margin: 20px;
  }
  .compras_items .is_premium {
    border-radius: 5px !important;
  }
  .compras_items .is_premium .item_prod {
    background: transparent !important;
    border-radius: 5px !important;
  }
  .compras_items .is_premium .item_prod .shop_places {
    height: 70px;
  }
  .compras_items .is_premium .item_prod .shop_places .price {
    background: transparent !important;
    height: initial !important;
    margin-top: initial !important;
    width: 130px !important;
  }
  .is_premium .offer_list_item img[src*=logo_amazon] {
    mix-blend-mode: multiply;
  }

  a.blz_btn .price {
    font-size: 12px !important;
}
a.blz_btn.blz_btn_amzn img {
   max-width: 64px !important;
   margin-top: 6px !important;
   margin-left: 1px !important;
}
a.blz_btn.blz_btn_ebay img {
   max-width: 43px !important;
   margin-top: 0px !important;
}
.price-domination{
    font-size: 12px !important;
}

.domination-btn {
    background: linear-gradient(45deg, #ff6b35, #f7931e) !important;
    border: none !important;
    color: white !important;
    font-weight: bold !important;
    text-transform: uppercase !important;
    letter-spacing: 0.5px !important;
    box-shadow: 0 2px 4px rgba(255, 107, 53, 0.3) !important;
}

.domination-btn:hover {
    background: linear-gradient(45deg, #e55a2b, #e8851a) !important;
    transform: translateY(-1px) !important;
    box-shadow: 0 4px 8px rgba(255, 107, 53, 0.4) !important;
}

.domination-btn .title {
    color: white !important;
    font-weight: bold !important;
}
.domination_amazon{
    font-size: 12px !important;
}

.fullhero img {
    max-width: 980px !important;
}

.blz_table .pubtech-adv-incontent {
	display: none !important;
}

.pubtech-adv-home {
    width: 300px;
    float: right;
    text-align: center;
    margin: auto;
    position: sticky;
    top: 0;
}



@media screen and (min-width: 992px) {
	section.live aside,
	section.live aside .liveinfo,
	section.live aside .liveinfo hgroup,
	section.live #comments, 
	section.live aside #comments hgroup {
		width: 350px !important;
	}
	
  aside .movingbox .hgroup h3 {
  	font-size: 30px !important;
  }
	
	#notice_content.live .content, .live .content {
		width: 610px !important;
	}
	
	
	#notice_content.live .item_prod .shop_places, .live .item_prod .shop_places {
		width: 310px !important;
	}

    .blz_card_hdblog .shop_places {
        display: flex;
    }

    div#div-gpt-ad-headofpage {
        margin: 20px auto;
    }
	
}

a.blz_btn.blz_btn_domination_google .blz_flex {
    line-height: 1;
    padding: 12px 6px;
}

a.blz_btn.blz_btn_domination_google .blz_flex img {
    width: 28px;
    height: 28px;
    margin-left: 22px;
}

.item.domination_google {
    padding: 12px 0px;
    .text {
	    display: flex;
	    justify-content: center;
	    align-items: center;
	    a {
	    	font-size: 14px;
	    	line-height: 14px;
	    }
    }
    .price .vofferta {
	    min-height: 10px;
	    line-height: 2;
	    font-size: 14px;
	    padding: 5px 0 0;
	    width: 170px;
    }
    .price .importo {
    	width: 170px;
    }
}

#notice_content .compras_items .is_premium .item_prod {
    background: #e4f0f8 !important;
}
 
#notice_content .compras_items .is_premium .item_prod .shop_places{
    background: white !important;
}
 
#notice_content .compras_items .is_premium .item_prod .shop_places::after {
	border-color: transparent #ffffff transparent transparent;
}
 
#notice_content .compras_items .is_premium .item_prod .desc {
	display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
  overflow: hidden;
}

a.blz_btn.blz_btn_amzn.bf_badge {
    position: relative;
}

.bf_badge_logo {
    position: absolute;
    left: -9px;
    top: -12px;
    transform: rotate(-7deg);
    filter: invert(1) hue-rotate(-184deg) brightness(1.2);
}

a.blz_btn.blz_btn_amzn.bf_badge .bf_badge_logo img {
		margin-top: 0 !important;
		max-width: 80px !important;
}


@media (max-width: 600px) {
	.is_premium.bf_badge {
	    position: relative;
	}
	.is_premium.bf_badge .bf_badge_logo img {
		margin-top: 0 !important;
		max-width: 80px !important;
		height: auto;
	}
  .bf_badge_logo {
      position: absolute;
      left: 11px;
      top: -2px;
      transform: rotate(-7deg);
      filter: invert(1) hue-rotate(-184deg) brightness(1.2);
  }
}

.comparison_block table {
    width: 100%;
    max-width: 100%;
    overflow-x: auto;
    border: 0 !important;
}
.comparison_block table td, .comparison_block table tr {
    border: 0 !important;
}

:root {
	--table_pad1: 6px;
	--table_pad2: 12px;
	--table_border-color: #eaeaea;
	--table_alt-background: #f5f7fa;
}

table, 
table tr, 
table td {
    border: 1px solid lightgray !important;
    line-height: 1;
    vertical-align: baseline;
    text-align: left !important;
    p {
    	margin-bottom: 4px !important;
    	line-height: 1 !important;
    }
}



table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  border: 1px solid var(--table_border-color);
  font-size: 15px;
  margin: var(--table_pad2) auto;
  
  td {
		padding: var(--table_pad2) !important;
	}
	tr:nth-of-type(odd) {
		background: var(--table_alt-background) !important;
	}
	tr:first-of-type td {
		font-weight: 700;
		vertical-align: middle !important;
	}
}


.table_wrapper table.table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  border: 1px solid var(--table_border-color);
  font-size: 15px;
  margin: var(--table_pad2) auto;
  
  td {
		padding: var(--table_pad2) !important;
	}
	tr:nth-of-type(odd) {
		background: var(--table_alt-background) !important;
	}
	tr:first-of-type td {
		font-weight: 700;
		vertical-align: middle !important;
	}
	
}


.table.table_half td {
	width: 50%;
}

.table.table_tird td {
	width: calc(100% / 3);
}

.table.table_fourth td {
	width: calc(100% / 4);
}

.table.table_fifth td {
	width: calc(100% / 5);
}

.table.table_sixth td {
	width: calc(100% / 6);
}

.table td {
    border-right: 1px solid var(--table_border-color) !important;
}

.table td:last-child {
    border-right: 0;
}



@media screen and (max-width: 600px) {
	.table_wrapper {
    overflow-x: scroll;
	}
}