*{
    padding: 0;
    margin: 0;
    list-style: none;
    text-decoration: none;
}


body
{
    max-width: 1920px;
    font-family: 'Rubik', sans-serif;
}








header {
    display: block;
    /* height: 5vw; */
    margin: 15px 40px;
    margin: 1.0269vw 2.7384vw;
/*    position: fixed;*/
    width: 100%;
    background-color: transparent;
    z-index: 2000;
/*    top: 0;*/
    margin: 0;
    /* border-bottom: solid 1px #f3f3f3; */
    padding: 1vw 2.8vw;
    position: absolute;
}
header {
/*    position: fixed;
    top: 0;*/
    height: 6.3461vw;
    width: 100%;
    transition: font-size 0.8s, height 0.8s;
    -webkit-transition: font-size 0.8s, height 0.8s;
    -moz-transition: font-size 0.8s, height 0.8s;
}


header > div{
    width: 84.1889vw;
    margin-left: auto;
    margin-right: auto;
    border-bottom: solid 0.12vw transparent;
    display: flex;
    transition: font-size 0.5s, height 0.5s;
    -webkit-transition: font-size 0.5s, height 0.5s;
    -moz-transition: font-size 0.5s, height 0.5s;    
}
body#home header > div{
    width: 84.1889vw;
    margin-left: auto;
    margin-right: auto;
    border-bottom: solid 0.12vw white;
    display: flex;
    transition: font-size 0.5s, height 0.5s;
    -webkit-transition: font-size 0.5s, height 0.5s;
    -moz-transition: font-size 0.5s, height 0.5s;    
}
/*------- MENU ------->>>*/

#ix-logo {
    width: 32%;
    display: inline-block;
    float: left;
    cursor: pointer;
}

#ix-logo img {
    width: 8.7268vw;
    padding: 1vw 0;
    transition: 1.2s;
    -webkit-transition: 1.2s;
    -moz-transition: 1.2s;
}
nav#ix-main-menu {
    width: 56%;
    display: inline-block;
    float: left;
    padding-top: 30px;
    padding-top: 1.0538vw;
    height: 100%;
    transition: font-size 0.5s, height 0.5s;
    -webkit-transition: font-size 0.5s, height 0.5s;
    -moz-transition: font-size 0.5s, height 0.5s;  
}

nav ul li {
    display: inline-block;
    float: left;
}

nav ul li a {
    color: white;
    display: inline-block;
    font-weight: 400;
    font-size: 0.8vw;
    padding: 0.7vw 2.0538vw 2vw 2.0538vw;
    float: right;
    border-bottom: solid 0.3593vw transparent;
    transition: font-size 0.5s, height 0.5s;
    -webkit-transition: font-size 0.5s, height 0.5s;
    -moz-transition: font-size 0.5s, height 0.5s;    
}

nav ul li a:hover,
nav ul li a:focus,
nav ul li.ix-menu-item-active a,
nav ul li a:active {
    color: white;
    text-decoration: none;
    background-image: url('');
    background-repeat: no-repeat;
    background-size: 1.5vw auto;
    background-position: 50% 1.6vw;
    border-bottom: solid 0.3593vw #f9593d;
}

nav#ix-main-menu ul li:nth-child(5n) {
    border: solid 0.126vw white;
}
nav#ix-main-menu ul li:nth-child(5n) a {
    padding: 0.5vw 2.0538vw 0.2vw 2.0538vw;
}
nav#ix-main-menu ul li:nth-child(5n) a:hover {
    border-bottom: solid 0.3593vw transparent;
}
nav#ix-main-menu ul li:nth-child(5n) a:hover li:nth-child(5n){
    border: solid 0.2vw transparent;
    padding: 0.5vw 2.0538vw 0.2vw 2.0538vw;
}
.nav-container-small-screen {
    display: none;
}

nav#ix-main-menu ul li div.dropdown ul li:nth-child(5n) a{
    border-bottom: solid 0vw transparent;
}

header.ix-header-small {
    /* font-size: 15px; */
    height: 3.22305vw;
    padding: 0vw 2.8vw;
    border-bottom: solid 0px #f3f3f3;
    transition: 1.2s;
    -webkit-transition: 1.2s;
    -moz-transition: 1.2s;
    background-color: white;
}
header.ix-header-small nav#ix-main-menu ul li:nth-child(5n) a {
    color: black;
}
header.ix-header-small nav#ix-main-menu ul li:nth-child(5n) {
    border: solid 0.2vw black;
}
#ix-main-menu.ix-voice-menu-small {
    padding-top: 0.34vw;
    transition: 1.2s;
    -webkit-transition: 1.2s;
    -moz-transition: 1.2s;
}
#ix-main-menu.ix-voice-menu-small ul li a {
    padding: 0.7vw 2.0538vw 0.8vw 2.0538vw;
    color: black;
    transition: font-size 0.5s, height 0.5s;
    -webkit-transition: font-size 0.5s, height 0.5s;
    -moz-transition: font-size 0.5s, height 0.5s;      
}
#ix-main-menu.ix-voice-menu-small ul li div.dropdown {
    top: 2.7vw;
}
#ix-logo-img.ix-logo-small img{
    width: 5.7268vw;
    padding: 0.7vw 0;
    transition: 1.2s;
    -webkit-transition: 1.2s;
    -moz-transition: 1.2s;
    display: none;
}
#ix-red-logo-img img{
    width: 8.7268vw;
    padding: 1vw 0;
    transition: 1.2s;
    -webkit-transition: 1.2s;
}
header.ix-header-small #ix-red-logo-img img{
    display: block;
    width: 5.7268vw;
    padding: 0.7vw 0;
    transition: 1.2s;
    -webkit-transition: 1.2s;
    -moz-transition: 1.2s;    
}
#ix-red-logo-img.ix-logo-small img{
    width: 5.7268vw;
    padding: 0.7vw 0;
    transition: 1.2s;
    -webkit-transition: 1.2s;
    -moz-transition: 1.2s;
    display: none;
}
header.ix-header-small > div {
    height: 3.42305vw;
    transition: 1.2s;
    -webkit-transition: 1.2s;
    -moz-transition: 1.2s;    
}
header.ix-header-small > div {
    border-bottom: solid 0vw white;
}


#ix-main-menu {
    padding-top: 2.0538vw;
    transition: 1.2s;
    -webkit-transition: 1.2s;
    -moz-transition: 1.2s;
}
#ix-red-logo-img img{
    display: none;
}



ul li div.dropdown {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  transition: all 0.5s ease;
  margin-top: 1rem;
  left: 0;
  display: none;
    background-color: white;
    color: black;
}
ul li div.dropdown{
    visibility: visible;
    opacity: 1;
    position: absolute;
    transition: all 0.5s ease;
    margin-top: 1rem;
    left: 0;
    /* display: none; */
    background-color: white;
    color: #f9593d;
    top: 5.7vw;
    width: 100%;
    border-top: solid 0.2vw #f9593d;
    padding: 3vw 0;
}
ul li div.dropdown >.ix-dropdown-desktop-menu-parent{
    width: 62.4229vw;
    margin-left: auto;
    margin-right: auto;
}

ul li:hover > div.dropdown,
ul li ul:hover {
  visibility: visible;
  opacity: 1;
  display: block;
}

ul li div.dropdown ul li {
  clear: both;
  width: 100%;
}
ul li div.dropdown ul li a{
  color: #f9593d;
}

.ix-dropdown-desktop-menu-parent{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    max-width: 84.1889vw;
    margin-left: auto;
    margin-right: auto;
}
.ix-dropdown-desktop-menu-item{
    flex-grow: 5;
    text-align: center;
    position: relative;
    width: 10.2669vw;
}
.ix-dropdown-desktop-menu-last-item{
    width: 19.1991vw;
}
ul li div.dropdown ul li a {
    color: #f9593d;
    border-bottom: solid 0vw;
    padding: 0.2vw 0;
    float: none;
    font-size: 0.74vw;
    font-weight: 300;
}
ul li div.dropdown ul li a:hover {
    color: #f9593d;
    text-decoration: underline;
    cursor: pointer;
}
ul li div.dropdown ul li {
    text-align: left;
}
.ix-dropmenu-desktop-title{
    font-style: italic;
    font-weight: 500;
    padding-bottom: 1vw;
}
nav#ix-main-menu div.dropdown ul li:nth-child(5n) a {
    padding: 0.2vw 0px 0.2vw;;
}
nav#ix-main-menu div.dropdown ul li:nth-child(5n) {
    border: solid 0vw white;
}
#ix-main-menu.ix-voice-menu-small ul li div.dropdown ul li a {
    color: #f9593d;
    border-bottom: solid 0vw;
    padding: 0.2vw 0;
    float: none;
    font-size: 0.74vw;
    font-weight: 300;
}


#ix-home-intro {
    background-image: url(../images/BIKEEN_home_intro-min.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    height: 55.4414vw;
}
#ix-home-intro .ix-home-intro-title{
    text-align: center;
    padding-top: 19.4vw;
}
#ix-home-intro .ix-home-intro-title img {
    width: 19.6vw;
}
#ix-home-intro .ix-home-intro-subtitle {
    text-align: center;
    padding-top: 1vw;
    color: white;
    font-weight: 500;
    font-size: 3vw;
    font-style: italic;
}
.ix-inner-title.ix-home-first-title {
    text-align: center;
    padding-top: 6.0574vw;
    padding-bottom: 6.0574vw;
    margin-top: 0vw;
}
.ix-home-first-title h2{
    padding-bottom: 1.2vw;
}
.ix-inner-title span{
    color: #f9593d;    
}
.ix-inner-subtitle{
    font-size: 1.08vw;
}
h2{
    font-weight: 500;
    font-size: 2.44vw;
    color: black;
    font-style: italic;
}
.ix-inner-title.ix-home-first-title.ix-featured-ads-title {
    text-align: center;
    padding-top: 5.1334vw;
    padding-bottom: 3.0800vw;
}
.ix-inner-title.ix-home-first-title.ix-featured-ads-title{
    margin-top: 0vw;
}
.ix-br-desktop-only{
}
.ix-home-find-your-bike {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    max-width: 84.1889vw;
    margin-left: auto;
    margin-right: auto;
}
.ix-home-find-your-bike-item {
    flex-grow: 4;
    text-align: center;
    position: relative;
}
.ix-home-find-your-bike-item > div {
    width: 18.4804vw;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}
.ix-home-find-your-bike-item img {
    width: 100%;
}
.ix-home-find-your-bike-text {
    position: absolute;
    top: 0vw;
    padding: 1.2vw;
    text-align: left;
    left: 0;
}
.ix-home-find-your-bike-text h4 {
    font-weight: 600;
    font-size: 2.4vw;
    color: black;
    font-style: italic;
    padding-bottom: 0.5vw;
}
.ix-home-find-your-bike-text p {
    font-size: 0.79vw;
    color: black;
    font-style: italic;
}






.ix-home-top-slider .slick-list.draggable{
    padding-left: 0vw !important;
    padding-right: 0vw !important;
}
.ix-home-top-slide-inner-text {
    position: absolute;
    top: 4vw;
    width: 50%;
}
.ix-home-top-slider .ix-home-intro-arrow {
    width: 100%;
    text-align: center;
    color: white;
    top: 19vw;
    position: relative;
	-moz-animation: bounce 4s infinite;
	-webkit-animation: bounce 4s infinite;
	animation: bounce 4s infinite;
}
.ix-home-top-slider .ix-home-intro-arrow img {
    width: 4vw;
    margin-left: auto;
    margin-right: auto;
}
.ix-home-top-slide-1{
    
}
.ix-home-top-slide-2{
    
}
.ix-home-top-slider .ix-home-intro-title {
    text-align: center;
    padding-top: 19.4vw;
    margin-left: auto;
    margin-right: auto;
    width: 19.6vw;
}
.ix-home-top-slider .ix-home-intro-title img {
    width: 19.6vw;
}
.ix-home-top-slider .ix-home-intro-subtitle {
    text-align: center;
    padding-top: 1vw;
    color: white;
    font-weight: 500;
    font-size: 3vw;
    font-style: italic;
}





.ix-home-slide > a > div{
    width: 18.4804vw;
    margin-left: auto;
    margin-right: auto;
}
.ix-home-slide-img {
    height: 22.9979vw;
    width: 18.4804vw;
    background-image: url(../images/slider_home/00-min.png);
    background-repeat: no-repeat;
    background-size: cover;
}
.ix-home-slide-txt a{
    color: black;
    text-decoration: none;
}
.ix-home-first-title.ix-featured-ads-title h2 {
    padding-bottom: 0vw;
}
.ix-home-first-title.ix-featured-ads-title {
    padding-bottom: 2vw;
}
.ix-home-slider .slick-track{
    padding-left: 11vw;
}
.ix-home-slider .slick-list{
    padding-bottom: 2vw !important;
}
.ix-home-slider .slick-dots li button:before {
    font-size: 2vw;
}
.ix-slide-price {
    display: inline-block;
    font-size: 1.2vw;
    line-height: 0.7;
}
.ix-slide-price .ix-discounted-price{
    color: #f9593d;
    display: inline-block;
    float: left;
    padding-right: 0.5vw;
}
.ix-slide-price .ix-base-price-crossed-out {
    display: inline-block;
    float: left;
    color: black;
    text-decoration: line-through;
    text-decoration-thickness: 0.08vw;
}
.ix-home-slide-txt{
    padding-top: 1vw;
    text-decoration: none;
    width: 18.4804vw;
}
.ix-slide-title{
    color: black;
    text-transform: uppercase;
    font-size: 1.3vw;
    font-weight: 600;
}
.ix-slide-type{
    color: black; 
    text-transform: uppercase;
    padding-bottom: 0.8vw;
}
.ix-slide-state{
    color: black;    
}
.ix-slide-location{
    color: black;    
}
.ix-home-slider a:hover{
    text-decoration: none;
}

.ix-home-last-banner {
    width: 62.4229vw;
    margin: 7vw auto;
}
.ix-home-last-banner img{
    width: 100%;
}



footer{
    background-color: black;
    color: #f9593d;
}
.ix-prefooter{
    background-color: #f9593d;
    color: black;    
}
.ix-prefooter-title{
    width: 79.0554vw;
    margin-left: auto;
    margin-right: auto;
    padding-top: 3.0800vw;
    padding-bottom: 3.0800vw;
}
.ix-prefooter-title h2{
    font-weight: 500;
    color: white;
    font-style: italic;
}
.ix-prefooter-title h2 span{
    color: black;
}
.ix-inner-subtitle.ix-prefooter-subtitle{
    color: black;
}
.ix-home-prefooter-flexbox-container {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    max-width: 81.6221vw;
    margin-left: auto;
    margin-right: auto;
    border-left: solid 0.12vw;
    border-right: solid 0.12vw;
}
.ix-home-prefooter-flexbox-item {
    flex-grow: 4;
    text-align: center;
    /* position: relative; */
    width: 19vw;
    padding-bottom: 1.8vw;
}
.ix-home-prefooter-flexbox-item img{
    width: 17.7104vw;
    margin-left: auto;
    margin-right: auto;
}
.ix-home-prefooter-text {
    width: 17.7104vw;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
}
.ix-home-prefooter-text h4 {
    text-transform: uppercase;
    line-height: 1.4vw;
    font-size: 0.92vw;
}
.ix-home-prefooter-text p{
    font-weight: 300;
}
.ix-home-prefooter-flexbox-item-1{
    border-right: solid 0.12vw;
}
.ix-home-prefooter-flexbox-item-1 img{
    padding-top: 1.8vw;
}
.ix-home-prefooter-flexbox-item h4 {
    padding-top: 1.8vw;
    margin-top: 0vw;
}
.ix-home-prefooter-flexbox-item-2{
    border-right: solid 0.12vw;
}
.ix-home-prefooter-flexbox-item-3{
    border-right: solid 0.12vw;
}
.ix-home-prefooter-flexbox-item-3 .ix-home-prefooter-text p {
    font-weight: 300;
    padding-top: 1.8vw;
}
.ix-home-prefooter-flexbox-item-4 img{
    padding-top: 1.8vw;
}
.ix-home-prefooter-single-item-link{
    
}
.ix-home-prefooter-single-item-link a {
    color: black;
    font-style: italic;
    font-weight: 500;
}
.ix-home-prefooter-single-item-link a:hover{
    color: black;
    font-style: italic;
    font-weight: 500;
}
.ix-home-prefooter-flexbox-item-2 .ix-home-prefooter-single-item-link{
    padding-bottom: 1.8vw;
}

.ix-footer-container-inner{
}
.ix-footer-flexbox-container{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    width: 68.7885vw;
    margin-left: auto;
    margin-right: auto;
    padding-top: 6.6735vw;
    padding-bottom: 6.6735vw;
}
.ix-footer-flexbox-item{
    flex-grow: 6;
    text-align: center;
    /* position: relative; */
    width: 19vw;
    padding-bottom: 1.8vw;
}
.ix-footer-logo{
    width: 3.3367vw;
}
.ix-footer-logo img{
    width: 100%;
}
.ix-footer-link{
    text-align: left;
}
.ix-footer-link a{
    color: #f9593d;
    font-weight: 300;
}
.ix-footer-link a:hover{
    color: #f9593d;
    text-decoration: underline;
}
.ix-footer-text h4{
    text-align: left;
    font-style: italic;
}
.ix-footer-facebook-icon, 
.ix-footer-instagram-icon {
    width: 1.2833vw;
    height: 1.2833vw;
    display: inline-block;
    margin: 0 0 0 1vw;
}
.ix-footer-facebook-icon img,
.ix-footer-instagram-icon img{
    width: 100%;
}
.ix-footer-second-row{
    border-top: solid 0.1vw;
    border-bottom: solid 0.1vw;
    width: 68.7885vw;
    margin-left: auto;
    margin-right: auto;
}
.ix-footer-second-row.ix-footer-flexbox-container{
    /*width: 41.7864vw;*/
    justify-content: center;
}
.ix-footer-flexbox-container.ix-footer-second-row > div{
    width: 41.7864vw;
}
.ix-footer-second-row .ix-footer-flexbox-container {
    padding-top: 3vw;
    padding-bottom: 3vw;
    width: 41.7864vw;
}
.ix-footer-second-row-logo-1 img,
.ix-footer-second-row-logo-2 img,
.ix-footer-second-row-logo-3 img
{
    height: 4.1067vw;
}
.ix-footer-third-row .ix-footer-third-row-col {
    text-align: left;
    font-weight: 300;
}
.ix-footer-third-row span{
    font-weight: 400;
}
.ix-footer-third-row .ix-footer-third-row-col-2{
    padding-left: 4.4147vw;
}
.ix-footer-third-row .ix-footer-third-row-col-3{
    text-align: right;
}
.ix-footer-flexbox-container.ix-footer-third-row{
    padding-top: 0vw;
    padding-bottom: 0vw;
}
p{
    font-size: 0.82vw;
}
:focus {
    outline: -webkit-focus-ring-color auto 0px;
}
a:focus {
    outline: thin dotted;
    outline: 0px auto -webkit-focus-ring-color;
    outline-offset: 0px;
}
/*.ix-home-intro-arrow {
    position: relative;
    bottom: 8vw;
    width: 100%;
    text-align: center;
    color: white;
}
.ix-home-intro-arrow img{
    width: 4vw;
    text-align: center;
}*/
.ix-home-ads {
    width: 54.8254vw;
    margin-left: auto;
    margin-right: auto;
    border: solid 0.6673vw #f9593d;
    border-right: solid 4.1067vw #f9593d;
    background-color: black;
    height: 14.3737vw;
    margin-top: 8.2135vw;
}
.ix-home-ads-logo {
    position: relative;
    right: -51vw;
    height: 13vw;
    top: 1.5vw;
}
.ix-home-ads-logo img{
    height: 10vw;
}



.ix-product-category-main-container {
    max-width: 1680px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 8vw;
}
.ix-product-category-container {
 /*    display: flex;
   width: 1680px;
    max-width: 1680px;
   margin-left: auto;
    margin-right: auto;
 */}
.ix-product-category-left-colmn {
/*    width: 19.6600vw;
    display: inline-block;
    float: left;*/
}
.ix-product-category-right-colmn {
/*    width: 72.2484vw;
    display: inline-block;
    float: left;*/
    padding: 0vw 0vw 0vw 3.4907vw;
}
.page-product-category{
    
}
h1.ix-page-product-category-title{
    font-weight: 500;
    font-size: 2.44vw;
    color: black;
    font-style: italic;
    text-transform: uppercase;
    display: inline-block;
}
h1.ix-page-product-category-title span{
    color: #f9593d;
}
body#page-product-category nav ul li a {
    color: black;
}
body#page-product-category header {
    border-bottom: solid 0.14vw;
}
body#page-product-category #ix-logo-img img {
    display: none;
}
body#page-product-category #ix-red-logo-img img {
    display: block;
}

body#page-product nav ul li a {
    color: black;
}
body#page-product header {
    border-bottom: solid 0.14vw;
}
body#page-product #ix-logo-img img {
    display: none;
}
body#page-product #ix-red-logo-img img {
    display: block;
}
.ix-preview-single-product-description .ix-slide-title {
    color: black;
    text-transform: uppercase;
    font-size: 1.3vw;
    font-weight: 600;
    line-height: 1.3vw;
    padding-top: 0.8vw;
    padding-bottom: 0.4vw;
}
.ix-breadcrumbs-container {
    text-transform: uppercase;
    padding-top: 11vw;
    width: 1680px;
    margin-left: auto;
    margin-right: auto;
}
body#page-product-category .ix-breadcrumbs-container {
    padding-top: 0vw;
    /* display: inline-block; */
    width: 50vw;
    margin-left: 0vw;
    margin-right: 0vw;
    padding-bottom: 0.4vw;
}
/*BIKE IST: SINLE ITEM >>>*/

.ix-bike-list-item {
    height: 34.1375vw;
}
.ix-bike-list-item .ix-home-slider-txt-left {
    padding-top: 1.54vw;
    width: 18.9938vw;
}
.ix-bike-list-item .ix-slide-title {
    padding-top: 0.5133vw;
    line-height: 1.2vw;
    padding-bottom: 0.5133vw;
}
.ix-bike-list-item .ix-slide-type {
    padding-bottom: 0.77vw;
}
.ix-bike-list-item .ix-slide-type {
    color: black;
    text-transform: uppercase;
    padding-bottom: 0.77vw;
    line-height: 0.7vw;
}
.ix-bike-list-item .ix-slide-price {
    display: inline-block;
    font-size: 1.2vw;
    line-height: 0.7;
}
.ix-bike-list-item .ix-slide-state {
    color: black;
    line-height: 0.7vw;
    padding-bottom: 0.5133vw;
}
.ix-bike-list-item{
    height: 37vw;
}
.ix-preview-single-product-img {
    width: 20.67vw;
    max-width: 370px;
}
.ix-preview-single-product{
    width: 20.67vw;
    max-width: 370px;
}
.ix-preview-single-product-img img{
    width: 100%;
}
.ix-preview-product-annuncio_top {
    position: absolute;
    top: 20.56vw;
    left: 15.67vw;
    width: 5vw;
    height: 5vw;
    z-index: 1;
}
.ix-preview-product-annuncio_top img{
    width: 100%;
}
.ix-preview-single-product-description {
    padding-top: 1.54vw;
    padding-bottom: 2vw;
    height: 11.72vw;
}
a.ix-preview-single-product-link{
    
}
.ix-preview-single-product-hover{
    
}
.ix-preview-single-product-image{
    display: block;
    /*height: 23.5112vw;*/
    position: relative;
}
.ix-preview-single-product .ix-preview-single-product-hover {
    opacity: 0;
    position: absolute;
    top: 0vw;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 25.56vw;
    background: #ff2700a6;
    color: #fff;
    padding: 15px;
    -moz-transition: all 0.4s ease-in-out 0s;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -ms-transition: all 0.4s ease-in-out 0s;
    transition: all 0.1s ease-in-out 0s;
}
a.ix-preview-single-product-link:hover .ix-preview-single-product-hover, 
a.ix-preview-single-product-link:active .ix-preview-single-product-hover {
    opacity: 1;
}
a.ix-preview-single-product-link:hover .ix-preview-single-product-img>img {
    width: 100%;
}

/*BIKE IST: SINLE ITEM <<<*/
.ix-breadcrumbs-container{
    text-transform: uppercase;
}
.ix-search-number-results {
    text-transform: uppercase;
    display: inline-block;
    padding-left: 1vw;
    font-weight: 500;
}
.ix-page-list-bike-intro {
    padding-top: 0.4vw;
}
.ix-page-list-bike-intro h3 {
    text-transform: uppercase;
    font-size: 1.167vw;
    font-weight: 500;
    padding-bottom: 0.4vw;
}
.ix-page-list-bike-intro .ix-page-list-bike-decription {
    width: 45.1vw;
    padding-bottom: 2.5667vw;
}



/*ACCORDION >>>*/
.ix-filter-clmn .ix-accordion {
    /*height: 100%;*/
    padding: 0vw 0vw 3.4230vw 0vw;
    max-width: 800px;
    max-width: 54.7692vw;
    margin-left: auto;
    margin-right: auto;
}

.ix-filter-clmn .ix-accordion-item {
    margin-bottom: 1.3692vw;
}

.ix-filter-clmn .ix-accordion-title {
    position: relative;
    padding-left: 30px;
    padding-left: 0.0538vw;
    cursor: pointer;
    font-weight: 400;
    line-height: 24px;
    line-height: 1.6430vw;
    border-top: solid 0.01vw #000000;
    padding-top: 20px;
    padding-top: 1.3692vw;
    font-size: 19px;
    font-size: 0.89vw;
    padding-right: 0vw;
}

.ix-filter-clmn .ix-accordion-arrow {
    left: 15vw;
    position: relative;
    top: -3vw;
}
.ix-filter-clmn .ix-accordion-arrow::before,
.ix-filter-clmn .ix-accordion-arrow::after {
    content: "";
    width: 0.6846vw;
    height: 0.05vw;
    background-color: #000;
    position: absolute;
    top: 2.0538vw;
    transition: all 0.3s ease 0s;
}

.ix-filter-clmn .ix-accordion-arrow:before {
    transform: rotate(90deg);
    left: 0.4vw;
}
.ix-filter-clmn .ix-accordion-arrow::after {
    transform: rotate(0deg);
    left: 0.4vw;
}

.ix-filter-clmn .ix-accordion-arrow.active::before,
.ix-filter-clmn .ix-accordion-arrow.active::after {
    background-color: #7dd6bd;
}

.ix-filter-clmn .ix-accordion-arrow.active::before {
    transform: rotate(-40deg);
}

.ix-filter-clmn .ix-accordion-arrow.active::after {
    transform: rotate(40deg);
}
.ix-filter-clmn .ix-accordion-text {
    display: none;
    padding-top: 10px;
    padding-top: 0.6846vw;
    font-weight: 200;
    line-height: 20px;
    line-height: 1.3692vw;
    font-size: 14px;
    font-size: 0.9584vw;
    padding: 20px 32px;
    padding: 1.3692vw 6.0907vw 1.3692vw 2.1907vw;
}  

/* IX ACCORDION <<<*/



.ix-red-btn-submit{
    text-align: center;    
}
.ix-red-btn-submit input[type="submit"] {
    background-color: #f9593d;
    color: white;
    border: solid 0vw transparent;
    padding: 0.6vw 1vw;
    text-transform: uppercase;
    font-weight: 500;
    font-style: italic;
    font-size: 0.89vw;
}

 
/*PAGE SINGLE PRODUCT >>>*/
.bk-page{
/*    max-width: 1680px;
    margin-left: auto;
    margin-right: auto;*/
}
.bk-page-product-container {
    padding-top: 1vw;
/*    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: space-between;*/
}
/*.bk-page-product-container > main {
    order: 2;
    width: 61.0882vw;
}
.bk-page-product-container > aside{
    order: 2;
    width: 26.6940vw;
}*/

body#page-product main>div{
    width: 61.0882vw;
}
.bk-sgl-product-basic-information{
    background-color: #f5f6f6;
    padding: 2.05vw 2.566vw;
}
.bk-sgl-product-basic-information .ix-slide-price{
    padding-bottom: 1.02vw;
}
.bk-sgl-product-basic-information .ix-slide-title {
    color: black;
    text-transform: uppercase;
    font-size: 1.8vw;
    font-weight: 600;
    line-height: 2vw;
    padding-bottom: 1.7967vw;
}
.bk-sgl-product-basic-information .ix-slide-type {
    padding-bottom: 0.3vw;
    font-size: 1vw;
}
.bk-sgl-product-basic-information .ix-slide-state {
    font-size: 1vw;
    padding-bottom: 0vw;
}
.bk-sgl-product-basic-information .ix-slide-location {
    font-size: 1vw;
}
.bk-sgl-product-financing-box{
    background-color: #f5f6f6;
    border: solid 0.2vw #f9593d; 
    padding: 2.05vw 2.566vw;
    margin-top: 1.54vw;
}
.bk-sgl-product-financing-box h4 {
    text-transform: uppercase;
    color: black;
    font-style: italic;
    font-size: 1.2vw;
}
.bk-sgl-product-financing-detail-box{
    text-align: right;
    padding-top: 0.5133vw;
}
.bk-sgl-product-financing-detail-box button{
    background-color: black;
    color: white;
    text-transform: uppercase;
    font-style: italic;
    font-weight: 500;
    font-size: 0.89vw;
    padding: 0.4vw;
    border: none;
}
.bk-chebanca-logo{
    width: 7vw;
}
.bk-chebanca-logo img{
    width: 100%;
}
.bk-sgl-product-financing-box-inner-row{
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: space-between;
}
.bk-sgl-product-financing-box-inner-row>div{
    order: 3;
}
.bk-sgl-product-financing-box-inner-row{
    padding: 1.02vw 0;
    border-top: solid 0.1vw black;
    border-bottom: solid 0.1vw black;
}
.bk-financing-price{
    font-size: 1.2vw;
    font-weight: 500;
    font-style: italic;
}
.bk-sgl-product-financing-box-inner-row p {
    color: #f9593d;
    text-decoration: underline;
    font-weight: 400;
    line-height: 1.6vw;
}
.bk-page-sgl-product-img-product{
    width: 61.0882vw;
}
.bk-page-sgl-product-img-product img{
    width: 100%;
}

.bk-product-information{
    background-color: #f5f6f6;
    margin-top: 5.1334vw;
    padding: 3.0800vw;
}
.bk-product-information h4 {
    margin-bottom: 2vw;
    font-style: italic;
    color: black;
}

 
.bk-sgl-product-technical-specifications-table{
    width: 100%;
}
.bk-sgl-product-table-specific-voice{
    width: 7vw;
}
.bk-sgl-product-technical-specifications-table td{
    padding: 0.2vw;
}

/*slider product >>>*/
.ix-single-product-slider .slick-list.draggable{
    padding-left: 0vw !important;
    padding-right: 0vw !important;
}
.ix-single-product-slider-container{
    height: 30vw;
}
.ix-single-product-slide{
    background-image: url('/images/bici-1.png');
    background-repeat: no-repeat;
    background-size: cover;
    width: 50vw;
    height: 38vw;
}
/*slider product <<<*/

.bk-aside-seller-card{
    background-color: #f5f6f6;
    margin-top: 1.54vw;
    padding: 1.54vw;
}
.bk-aside-seller-card h4{
    text-transform: uppercase;
    color: black;
    font-style: italic;
    font-size: 1.2vw;
}
.bk-seller-profile{
    width: 50%;
    order:2;
}
.bk-user-evaluation-wishlist{
    width: 50%;
    order:2;
}
.bk-user-evaluation-wishlist img{
    width: 100%;
}
.bk-aside-seller-card-double-colmn{
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: space-between;
}
.bk-see-ads-btn{
    text-align: center;
    padding-top: 1.54vw;
}
.bk-see-ads-btn button {
    background-color: black;
    color: white;
    text-transform: uppercase;
    font-style: italic;
    font-weight: 500;
    font-size: 0.89vw;
    padding: 0.77vw;
    border: none;
    width: 13.3470vw;
}
.bk-seller-profile img {
    width: 6vw;
    margin-bottom: 1vw;
    margin-top: 1vw;
}
.bk-contact-seller-btn{
    text-align: center;
    margin-top: 1.54vw;
}
.bk-contact-seller-btn button{
    font-style: italic;
    font-weight: 500;
    text-transform: uppercase;
    color: white;
    font-size: 1.2vw;
    background-color: #f9593d;
    padding: 1vw;
    border: solid 0vw transparent;
    width: 100%;
}

.bk-single-product-bikken-ads{
    border: solid 1.02vw #f9593d;
    border-bottom: solid 5.1334vw #f9593d;
    margin-top: 1.54vw;
    margin-bottom: 1.54vw;
    background-color: black;
    height: 19.1991vw;
    width: 17.7104vw;
    margin-left: auto;
    margin-right: auto;
}
.ix-page-product-ads-logo {
    position: relative;
    right: -3vw;
    height: 13vw;
    top: 14.5vw;
}
.ix-page-product-ads-logo img {
    width: 10.2669vw;
}
.ix-bk-sgl-produt-video-btn{
    position: absolute;
    left: 51vw;
    top: 47.2vw;
}
.ix-bk-sgl-produt-video-btn button{
    border: solid 0vw transparent;
    background-color: black;
    color: white;
    font-style: italic;
    font-weight: 500;
    font-size: 1vw;
    padding: 0.6vw 1.2vw;
}
.ix-black-line-page-single-product{
    border-bottom: solid 0.1vw black;
}
.bk-single-product-aside{
    width: 26.6940vw;
    margin-left: auto;
}
/*PAGE SINGLE PRODUCT <<<*/

    .ix-bike-list-parent{
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .ix-bike-list-item{
        order: 3;
    }

/*PAGE PRODUCT CATEGORY ASIDE >>>*/

.ix-cat-grey-clmn-aside
{
    background-color: #f5f6f6;
    font-family: 'Rubik', sans-serif;
    padding: 2.6vw;
    width: 20.67vw;
    margin-bottom: 1vw;
} 
.ix-cat-grey-clmn-aside h2 {
    color: black;
    font-style: italic;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 1.4vw;
    padding-bottom: 1.7967vw;
    line-height: 1vw;
}
.ix-select-element
{
    margin: 0.5vw 0.5vw 0.5vw 0;
}
.ix-select-element.ix-select-element-side-by-side {
    display: inline-block;
    float: left;
    width: 7.5vw;
    margin: 0vw 0vw 0.5vw 0;
}
.ix-select-element.ix-select-element-side-by-side.ix-select-element-side-by-side-1{
    margin-right: 0.4vw;
}
/*.ix-select-element.ix-select-element-side-by-side .edd-root {
    width: 7.96vw;
}*/
 
/*FILTERS >>>*/ 
    
.ix-filter-clmn .ix-select-element .edd-head, 
.ix-filter-clmn .ix-select-element .edd-body {
    border-radius: 0vw;
    background-color: #ffffff;
    border: solid 0vw black;
    color: black;
    font-family: 'Rubik', sans-serif;
}    
.ix-filter-clmn .ix-select-element .edd-value {
    padding: 0.3vw 0.3vw 0.3vw 0.3vw;
}
.ix-filter-clmn .ix-select-element.ix-select-element-side-by-side .edd-root {
    width: 16.6vw;
    left: -2.2vw;
}
.ix-filter-clmn .ix-select-element .edd-arrow {
    width: 0.6vw;
    height: 0.6vw;
    top: calc(50% - 0.2vw);
    right: calc(2vw - 1vw);
}
.ix-filter-clmn .edd-arrow::before {
    width: 0.6vw;
    height: 0.6vw;
    border-right: 0.1vw solid currentColor;
    border-bottom: 0.1vw solid currentColor;
    top: -0.2vw;
    transform-origin: 50% 25%;
}
.ix-filter-clmn .ix-select-element .edd-option {
    padding: 0.6vw 0.8vw;
    border-bottom: 0.1vw solid #6d6d6d00;
    transition: background-color 250ms, color 250ms, border-color 250ms;
    color: #000000;
    background-color: #f5f6f6;
}


.edd-root-focused .edd-head{
    border: solid 0.1vw black !important;
}
/*FILTERS <<<*/    

/* CHECKBOX-SWITCH >>> */    

.ix-checkbox-switch-km0, 
.ix-checkbox-switch-used,
.ix-checkbox-switch-private,
.ix-checkbox-switch-shops,
.ix-checkbox-switch-purchase,
.ix-checkbox-switch-rental,
.ix-checkbox-switch
{
    display: inline-block;
    width: 48%;
    padding-bottom: 1.7vw;
}
.ix-checkbox-switch-km0 h3 a,
.ix-checkbox-switch-used h3 a,
.ix-checkbox-switch-private h3 a,
.ix-checkbox-switch-shops h3 a,
.ix-checkbox-switch-purchase h3 a,
.ix-checkbox-switch-rental h3 a,
.ix-checkbox-switch h3 a
{
    color: black;
    display: inline-block;
    float: left;
    line-height: 26px;
    line-height: 1.78vw;
    padding-right: 14px;
    padding-right: 1.0269vw;
    text-decoration: none;
    display: contents;
    font-size: 0.78vw;
    font-weight: 400;
}
.ix-checkbox-switch-km0 h3, 
.ix-checkbox-switch-used h3, 
.ix-checkbox-switch-private h3, 
.ix-checkbox-switch-purchase h3, 
.ix-checkbox-switch-shops h3, 
.ix-checkbox-switch-rental h3 {
    display: inline-block;
    padding-left: 0.3vw;
}   
.no-switch {
    display: inline-block;
    position: relative;
    width: 2.8vw;
    height: 1.4vw;
    border-radius: 1.3692vw;
/*
    background: rgb(0, 234, 156);
*/
    /* #dfd9ea; */
    background-color: #f9593d;
    transition: background 0.28s cubic-bezier(0.4, 0, 0.2, 1);
    vertical-align: middle;
    cursor: pointer;
}
.ix-filter-description{
    font-size: 0.8vw;
}
.no-switch::before {
    content: '';
    position: absolute;
    top: -0.1vw;
    right: -0.1vw;
    width: 1.6vw !important;
    height: 1.6vw !important;
    background: #dadada;
    border-radius: 50%;
    transition: right 0.28s cubic-bezier(0.4, 0, 0.2, 1), background 0.28s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.28s cubic-bezier(0.4, 0, 0.2, 1);
} 

.no-switch:active::before {
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.28), 0 0 0 20px rgba(128, 128, 128, 0.1);
    box-shadow: 0 0.1369vw 0.5476vw rgba(0, 0, 0, 0.28), 0 0 0 1.3692vw rgba(128, 128, 128, 0.1);
}

input:checked+.no-switch {
    background: #464747;
}

input:checked+.no-switch::before {
    right: 1.41026vw;
    background: #dadada;
}

input:checked+.no-switch:active::before {
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.28), 0 0 0 20px rgba(0, 150, 136, 0.2);
    box-shadow: 0 0.1369vw 0.5476vw rgba(0, 0, 0, 0.28), 0 0 0 1.3692vw rgba(0, 150, 136, 0.2);
}

.switch {
    display: inline-block;
    position: relative;
    width: 50px;
    width: 3.24230vw;
    height: 25px;
    height: 1.57115vw;
    border-radius: 20px;
    border-radius: 1.3692vw;
    background: #dfd9ea;
    transition: background 0.28s cubic-bezier(0.4, 0, 0.2, 1);
    vertical-align: middle;
    cursor: pointer;
}

.switch::before {
    content: '';
    position: absolute;
    top: 1px;
    top: 0.14684vw;
    left: 2px;
    left: 0.1810263061vw;
    width: 1.293061vw !important;
    height: 1.293061vw !important;
    background: #fafafa;
    border-radius: 50%;
    transition: left 0.28s cubic-bezier(0.4, 0, 0.2, 1), background 0.28s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.28s cubic-bezier(0.4, 0, 0.2, 1);
}

.switch:active::before {
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.28), 0 0 0 20px rgba(128, 128, 128, 0.1);
    box-shadow: 0 0.1369vw 0.5476vw rgba(0, 0, 0, 0.28), 0 0 0 1.3692vw rgba(128, 128, 128, 0.1);
}

input:checked+.switch {
    background: rgb(0, 234, 156);
    background: linear-gradient(90deg, rgba(0, 234, 156, 1) 0%, rgba(0, 230, 218, 1) 99%);
}

input:checked+.switch::before {
    left: 27px;
    left: 1.8484vw;
    background: #fff;
}

input:checked+.switch:active::before {
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.28), 0 0 0 20px rgba(0, 150, 136, 0.2);
    box-shadow: 0 0.1369vw 0.5476vw rgba(0, 0, 0, 0.28), 0 0 0 1.3692vw rgba(0, 150, 136, 0.2);
}

.switch-2 {
    display: inline-block;
    position: relative;
    width: 50px;
    width: 3.24230vw;
    height: 25px;
    height: 1.57115vw;
    border-radius: 20px;
    border-radius: 1.3692vw;
    background: #dfd9ea;
    transition: background 0.28s cubic-bezier(0.4, 0, 0.2, 1);
    vertical-align: middle;
    cursor: pointer;
}

.switch-2::before {
    content: '';
    position: absolute;
    top: 1px;
    top: 0.14684vw;
    left: 2px;
    left: 0.1810263061vw;
    width: 1.293061vw !important;
    height: 1.293061vw !important;
    background: #fafafa;
    border-radius: 50%;
    transition: left 0.28s cubic-bezier(0.4, 0, 0.2, 1), background 0.28s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.28s cubic-bezier(0.4, 0, 0.2, 1);
}

.switch-2:active::before {
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.28), 0 0 0 20px rgba(128, 128, 128, 0.1);
    box-shadow: 0 0.1369vw 0.5476vw rgba(0, 0, 0, 0.28), 0 0 0 1.3692vw rgba(128, 128, 128, 0.1);
}

input.ix-checkbox-2:checked+.switch-2 {
    background: rgb(0, 234, 156);
    background: linear-gradient(90deg, rgba(0, 234, 156, 1) 0%, rgba(0, 230, 218, 1) 99%);
}

input.ix-checkbox-2:checked+.switch-2::before {
    left: 27px;
    left: 1.8484vw;
    background: #fff;
}

input.ix-checkbox-2:checked+.switch-2:active::before {
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.28), 0 0 0 20px rgba(0, 150, 136, 0.2);
    box-shadow: 0 0.1369vw 0.5476vw rgba(0, 0, 0, 0.28), 0 0 0 1.3692vw rgba(0, 150, 136, 0.2);
}


/* CHECKBOX-SWITCH <<< */    

    
    
/*EASYDROPDOWN >>>*/
    
    
.ix-select-element .edd-root
{
    width: 100%;
}
.ix-select-element .edd-value 
{
    padding: 0.7vw 0.7vw 0.7vw 0.7vw;
}
.ix-select-element .edd-head, 
.ix-select-element .edd-body {
    border-radius: 0vw;
    background-color: #f5f6f6;
    border: solid 0.1vw black;
    color: black;
    font-family: 'Rubik', sans-serif;
    width: 15.5vw;
}
.ix-select-element .edd-arrow {
    position: absolute;
    width: 0.77vw;
    height: 0.77vw;
    top: calc(50% - 0.3vw);
    right: calc(25px - 0.6vw);
    transition: transform 150ms;
    pointer-events: none;
    color: #000;
}
.ix-select-element .edd-option {
    padding: 0.6vw 0.8vw;
    border-bottom: 0.1vw solid #000;
    transition: background-color 250ms, color 250ms, border-color 250ms;
    color: #9a9a9a;
    background-color: #f5f6f6;
/*    margin-left: 0.4vw;
    margin-right: 0.4vw;*/
    text-transform: uppercase;
}
.ix-select-element .edd-option-focused:not(.edd-option-disabled) {
    background: #e5e7e7 !important;
    border-bottom-color: black !important;
    color: black !important;
}
.ix-select-element .edd-root-open .edd-arrow, 
.ix-select-element .edd-root:not(.edd-root-disabled):not(.edd-root-open) .edd-head:hover .edd-arrow {
    color: black;
}
.ix-select-element .edd-body {
    margin-top: 0vw;
    border-top: solid 0vw;
}
.ix-select-element .edd-value {
    font-size: 0.84vw;
}    
.ix-select-element-side-by-side .edd-head, 
.ix-select-element-side-by-side .edd-body {
    width: 100%;
}
/*EASYDROPDOWN <<<*/
  
.ix-checkbox-category-container{
    padding-top: 2.3vw;
}    
    
/*CHECKBOX 2nd TYPE >>>*/    
.ix-filter-clmn label {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 0.89vw;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-weight: 400;
}
/* Create a custom checkbox */
[type='checkbox'] {
  position: absolute;
  top: 0;
  left: 0;
  height: 1vw;
  width: 1vw;
  background-color: #eee;
}

.edd-arrow::before {
    content: '';
    position: absolute;
    width: 0.7vw;
    height: 0.7vw;
    border-right: 0.1vw solid currentColor;
    border-bottom: 0.1vw solid currentColor;
    top: -0.2vw;
    right: 0;
    transform: rotate(45deg);
    transform-origin: 50% 25%;
}

/*CHECKBOX 2nd TYPE <<<*/    


/*PAGE PRODUCT CATEGORY ASIDE <<<*/
.dk-related-products{
    padding-bottom: 7vw;
}
.ix-inner-title.ix-related-products-title{
    text-align: center;
    padding-bottom: 3vw;
    padding-top: 2vw;
}
.dk-related-product-slide{
    width: 18.4804vw;
    height: 32vw;
}
.dk-related-product-slide > a {
    width: 18.4804vw;
    height: 32vw;
}
.dk-related-product-slide > a > div{
    width: 18.4804vw;
    margin-left: auto;
    margin-right: auto;
}
.dk-related-product-img {
    height: 22.9979vw;
    width: 18.4804vw;
    background-image: url(../images/slider_home/00-min.png);
    background-repeat: no-repeat;
    background-size: cover;
}
.dk-related-product-txt a{
    color: black;
    text-decoration: none;
}
.dk-related-product-slide a{
    color: black;
    text-decoration: none;
}
.dk-related-product-txt {
    padding-top: 1vw;
    text-decoration: none;
    width: 18.4804vw;
}
.dk-related-products-slider .slick-track{
    padding-left: 11vw;
}
.dk-related-products-slider .slick-list{
    padding-bottom: 2vw !important;
}
.dk-related-products-slider .slick-dots li button:before {
    font-size: 2vw;
}
.dk-related-products-slider a:hover{
    text-decoration: none;
}
/*RELATED PRODUCTS >>>*/










/*RELATED PRODUCTS <<<*/

/* PAGINA PROFILO VENDITORE DASHBOARD PRE ACQUISTO >>>*/

.bk-page.bk-page-profile-seller-dashbard-pre-purchase-container{
    padding-top: 12vw;
}
.bk-inner-page-container-inner{
    display: flex;
    width: 1680px;
    margin-left: auto;
    margin-right: auto;
}
.bk-left-small-colmn{
    width: 20.6600vw;
    display: inline-block;
    float: left;
}
.bk-right-large-colmn {
    width: 73.2484vw;
    display: inline-block;
    float: left;
    padding: 0vw 0vw 0vw 3.4907vw;
}
.bk-inner-page-subtitle h3 {
    text-transform: uppercase;
    font-size: 1.167vw;
}
.bk-inner-page-intro {
    width: 45.2vw;
    padding-bottom: 2.5667vw;
}

.bk-inner-page-large-right-part-parent{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}
.bk-inner-page-large-right-part-parent .bk-inner-page-item {
    order: 3;
    width: 20.7vw;
    padding: 2vw;
}
.bk-inner-page-large-right-part-parent .bk-inner-page-item h2{ 
    color: black;
}
.bk-inner-page-large-right-part-parent .bk-inner-page-item h2 span{ 
    color: white;
}
.bk-inner-page-large-right-part-parent .bk-inner-page-item ul li{ 
    list-style: disc;
    margin-left: 1vw;
}
.bk-inner-page-large-right-part-parent .bk-inner-page-item ul{
    margin-top: 1vw;
} 
.bk-inner-page-large-right-part-parent .bk-inner-page-item .bk-sale-item-list{ 
    padding-top: 1vw;
    padding-bottom: 1vw;
}
.bk-basic-sale-item{
    background-color: #a7a7a7;
    color: black;
}
.bk-plus-sale-item{
    background-color: #f9593d;
    color: black;
}
.bk-rental-item{
    background-color: black;
    color: white;
}
.bk-sale-item-price{
    font-weight: 500;
    font-size: 2.44vw;
    font-style: italic;
}
.bk-sale-item-price span{
    font-size: 1.3vw;
}
.bk-white-btn button {
    background-color: white;
    border: solid 0vw;
    text-transform: uppercase;
    font-style: italic;
    font-weight: 500;
    font-size: 0.89vw;
    padding: 0.77vw;
    width: 100%;
    color: black;
}
.bk-black-btn button {
    background-color: black;
    border: solid 0vw;
    text-transform: uppercase;
    font-style: italic;
    font-weight: 500;
    font-size: 0.89vw;
    padding: 0.77vw;
    width: 100%;
    color: white;
}
.bk-red-btn button {
    background-color: #f9593d;
    border: solid 0vw;
    text-transform: uppercase;
    font-style: italic;
    font-weight: 500;
    font-size: 0.89vw;
    padding: 0.77vw;
    width: 100%;
    color: white;
}
.bk-black-btn button {
    background-color: black;
    border: solid 0vw;
    text-transform: uppercase;
    font-style: italic;
    font-weight: 500;
    font-size: 0.89vw;
    padding: 0.77vw;
    width: 100%;
    color: white;
}
.ix-profile-seller-clmn-aside {
    background-color: #f5f6f6;
    font-family: 'Rubik', sans-serif;
    padding: 2vw;
    width: 20.6600vw;
    margin-bottom: 1vw;
    margin-top: 7.35vw;
}
.ix-profile-seller-clmn-aside .bk-page-profile-seller-name {
    text-align: center;
    font-size: 1.3vw;
    font-weight: 500;
    padding-top: 2vw;
    padding-bottom: 0.3vw;
    margin-top: -7.6vw; 
}
.ix-profile-seller-clmn-aside .bk-page-profile-seller-image{
    position: relative;
    background-image: url(../images/provisional-images/profile-test.png);
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
    width: 10vw;
    height: 10vw;
    top: -7vw;
    left: 3vw;
    border-radius: 50%;
}
.ix-profile-seller-clmn-aside .bk-page-profile-seller-typology{
    text-align: center;
    font-weight: 500;
    font-size: 0.89vw;
    padding-bottom: 2vw;
}
.bk-page-profile-seller-aside-contatti{
    padding-bottom: 3vw;
} 
.bk-page-profile-seller-aside-contatti a{
    color: black;
    text-decoration: none;
}
.bk-page-profile-seller-aside-contatti a{
    color: black;
    text-decoration: underline;
}
.bk-page-profile-seller-aside-info-ads{
    padding-bottom: 3vw;    
}


.bk-page-profile-seller-table-container{
    background-color: #f5f6f6;
    padding: 2vw 0;
}
.bk-page-profile-seller-table-container table{
    max-width: 1680px;
    margin-left: auto;
    margin-right: auto;
}
.bk-page-profile-seller-table-container table td {
    width: 22.7vw;
    padding: 0.4vw 0;
}
.bk-page-profile-seller-table-container table td.bk-table-first-colmn {
    width: 14.7vw;
    padding: 0.4vw 0;
}
.bk-page-profile-seller-table-container table h2 {
    text-align: center;
    padding-bottom: 0.8vw;
}
.bk-page-profile-seller-table-container table h2 span{
    font-size: 1vw;
    font-weight: 400;
    text-transform: uppercase;
}
.bk-table-voices{
    text-align: right;
    text-transform: uppercase;
    font-weight: 500;
    font-style: italic;
}
.bk-table-options{
    text-align: center;
    text-transform: uppercase;
    font-weight: 500;
    font-style: italic;
}
.bk-table-border-red>div{
    border-top: solid 0.1vw #f9593d;    
    margin-left: 2vw;
    margin-right: 2vw;
}
.bk-table-first-colmn.bk-table-border-red>div{
    border-top: solid 0.1vw #f9593d;    
    margin-left: 1vw;
    margin-right: 0vw;
}
.bk-table-border-grey>div {
    border-top: solid 0.1vw #acacac;
    margin-left: 2vw;
    margin-right: 2vw;
}
.bk-page-profile-seller-table-container.bk-2nd-table .bk-red-btn{
    margin-left: 2vw;
    margin-right: 2vw;
}
td.bk-table-options-results-price {
    text-align: center;
    text-transform: uppercase;
    font-weight: 500;
    font-style: italic;
    font-size: 1.6vw;
}
td.bk-table-options-results-price span{
    text-align: center;
    text-transform: uppercase;
    font-weight: 500;
    font-style: italic;
    font-size: 1.2vw;
}
.dk-steps-black-interline{
    width: 100%;
    border-bottom: solid 0.1vw black;
    margin-bottom: 1vw;
    margin-top: 1vw;
}
.bk-steps-voices-title{
    text-transform: uppercase;
}
.bk-steps-colmns-container{
    display: flex;
    padding-top: 1vw;
    padding-bottom: 1vw;
}
.bk-steps-colmns-container>div{
    width: 50%;
    display: inline-block;
    float: left;
}
.bk-red-btn.bk-red-btn-continue{
    width: 14vw;
    margin: 2vw auto;
    display: inline-block;
    float: right;
}
.bk-black-btn.bk-black-btn-back {
    width: 14vw;
    margin: 2vw auto;
    display: inline-block;
}
.bk-upload-ad-step-1-text-container {
    background-color: #f5f6f6;
    padding: 2vw;
    margin-bottom: 10vw;
}
.bk-steps-flex-parent{
   display: flex;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: center;
}
.bk-steps-flex-item{
   order: 6;
   text-align: center;
   z-index: 5;
   width: 10vw;
}
.bk-steps-red-circle-with-number{
   background-color: #f9593d;
   color: white;
   text-align: center;
   padding: 0.4vw;
   width: 4vw;
   height: 4vw;
   border-radius: 50%;
   margin-left: auto;
   margin-right: auto;
   font-size: 1.5vw;
   font-style: italic;
   line-height: 3vw;
   font-weight: 500;
}
.bk-steps-black-circle-with-number {
   background-color: black;
   color: white;
   text-align: center;
   padding: 0.4vw;
   width: 4vw;
   height: 4vw;
   border-radius: 50%;
   margin-left: auto;
   margin-right: auto;
   font-size: 1.5vw;
   font-style: italic;
   line-height: 3vw;
   font-weight: 500;
}
.bk-steps-red-line{    
   border-bottom: solid 0.2vw #f9593d;
   width: 4vw;
   margin-bottom: 2vw;
}
.bk-steps-black-line{    
   border-bottom: solid 0.2vw black;
   width: 4vw;
   margin-bottom: 2vw;
}
.bk-upload-ad-steps-black-line-underline{
   border-bottom: solid 0.2vw black;
   width: 4vw;    
   display: none;
}
.bk-upload-ad-steps-black-line-underline {
   border-bottom: solid 0.2vw black;
   width: 59vw;
   position: absolute;
   top: 2.95vw;
   z-index: 1;
   left: 22vw;
   display: none;
}
.bk-upload-ad-single-steps-main-container{
   display: flex;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: center;
}
.bk-steps-exit{
   width: 3vw;
   line-height: 5vw;
   height: 4vw;
   font-weight: 500;
   font-style: italic;
   font-size: 1vw;
}
.bk-upload-ad-itinerary-section{
   width: 100%;
   position: absolute;
}
.bk-upload-ad-step-1{
   margin-left: auto;
   margin-right: auto;
}
.bk-steps-flex-item a:hover{
   text-decoration: none;
}
   .bk-upload-ad-step-1{
   padding-top: 8vw;
}
.bk-upload-ad-step-1>div {
    width: 52.8vw;
    margin-left: auto;
    margin-right: auto;
}
.bk-upload-ad-step-1>div img{
   width: 100%;
   margin-left: auto;
   margin-right: auto;
}
.bk-upload-ad-step-1-text-container{
   background-color: #f5f6f6;
   padding: 2vw;
}
.bk-steps-flex-item a:hover{
    text-decoration: none;
}
.bk-upload-speps-product-type{
    padding-bottom: 0.3vw;
    font-size: 1vw;
    color: #f9593d;
}
.bk-upload-speps-product-title {
    color: #f9593d;
    text-transform: uppercase;
    font-size: 1.8vw;
    font-weight: 600;
    line-height: 2vw;
    padding-bottom: 1.7967vw;
    letter-spacing: 0.1vw;
}
.bk-upload-ad-steps-text-container{
    background-color: #f5f6f6;
    padding: 3vw;
}
.bk-upload-ad-step-4-text-container{
    background-color: #f5f6f6;
    padding: 3vw;
}
.bk-upload-ad-step-4-text-container .bk-upload-ad-step-isruction-description {
    width: 22.7vw;
    padding-bottom: 2.2vw;
}
.bk-upload-ad-step-4-text-container .ix-page-product-category-title{
    padding-bottom: 2vw;
}
.bk-upload-ad-step-4-text-container .bk-aside-seller-card{
    padding-left: 0vw;
    margin-top: 0vw;
}
.bk-upload-ad-step-4-text-container .bk-aside-seller-card h4 {
    text-transform: uppercase;
    color: black;
    font-style: italic;
    font-size: 1.2vw;
    font-weight: 500;
}
.bk-upload-ad-step-4-text-container .ix-select-element .edd-head, 
.bk-upload-ad-step-4-text-container .ix-select-element .edd-body {
    border-radius: 0vw;
    background-color: #ffffff;
    border: solid 0vw black;
    color: black;
    font-family: 'Rubik', sans-serif;
    width: 11.29vw;
}
.bk-upload-ad-step-4-text-container .grid.grid-cols-2.gap-4 .edd-head, 
.bk-upload-ad-step-4-text-container .grid.grid-cols-2.gap-4 .edd-body {
    width: 20vw;
}
.bk-upload-ad-step-4-text-container .ix-select-element .edd-value {
    padding: 0.3vw 0.3vw 0.3vw 0.3vw;
}
.bk-upload-ad-step-4-text-container h5 {
    font-size: 1vw;
    padding-top: 1vw;
    padding-bottom: 1.6vw;
}
.bk-upload-ad-step-4-text-container .ix-select-element {
    padding-bottom: 1vw;
}
.bk-upload-ad-step-1-text-container h1.ix-page-product-category-title {
    padding-bottom: 1vw;
}
.bk-upload-ad-step-1-text-container .bk-upload-ad-step-isruction-description {
    width: 23vw;
    font-weight: 300;
}
.bk-upload-ad-step-1-text-container .bk-aside-seller-card {
    padding-left: 0vw;
    font-weight: 500;
}
.bk-steps-voices-title {
    text-transform: uppercase;
    font-weight: 400;
    font-size: 0.89vw;
    letter-spacing: 0.02vw;
    padding-bottom: 0.8vw;
}
.bk-upload-ad-step-1-text-container .ix-select-element .edd-head, .bk-upload-ad-step-4-text-container .ix-select-element .edd-body {
    border-radius: 0vw;
    background-color: #ffffff;
    border: solid 0vw black;
    color: black;
    font-family: 'Rubik', sans-serif;
    width: 11.29vw;
}
.bk-upload-ad-step-2-text-container{
    background-color: #f5f6f6;
    padding: 3vw;
}

/*UPLOAD IMAGES>>>*/

.bk-steps-upload-image .logoContainer {
    width: 9.7vw;
    height: 12.3vw;
    margin: 2vw;
    padding: 0;
    background-color: white;
}
.bk-steps-upload-image .logoContainer img{
	max-width:100%;
}
.bk-steps-upload-image .fileContainer.sprite>span>img {
    width: 5vw;
    margin-left: auto;
    margin-right: auto;
}
.bk-steps-upload-image .fileContainer {
    width: 9.7vw;
    height: 12.3vw;
    overflow: hidden;
    position: relative;
    color: #f9593d;
    padding: 4.2vw 3vw;
    margin: 0vw;
    cursor: pointer !important;
    top: -15vw;
    left: 2vw;
}
.bk-steps-upload-image .fileContainer span{
	overflow:hidden;
	display:block;
	white-space:nowrap;
	text-overflow:ellipsis;
	cursor: pointer;
}
.bk-steps-upload-image .fileContainer input[type="file"]{
	opacity:0;
	margin: 0;
	padding: 0;
	width:100%;
	height:100%;
	left: 0;
	top: 0;
	position: absolute;
	cursor: pointer;
}
.bk-steps-upload-image{
    height: 15.4vw;
}
.bk-upload-cover-image-text-left{
    padding-top: 3vw;
}
.bk-upload-cover-image-text-right{
    padding-top: 5vw;
}
.bk-upload-ad-step-4-text-container .bk-upload-cover-image-text-left>h5 {
    font-size: 1vw;
    padding-top: 2vw;
    padding-bottom: 0.6vw;
}
.bk-upload-ad-step-4-text-container .bk-upload-cover-image-text-left>p {
    padding-right: 4vw;
}

/*///*/
.bk-steps-upload-image-left-side,
.bk-steps-upload-image-right-side{
    height: 20vw;
}
.bk-steps-upload-image-left-side .logoContainer,
.bk-steps-upload-image-right-side .logoContainer {
    width: 20.67vw;
    height: 11.8vw;
    margin: 0vw;
    padding: 3.4vw;
    background-color: white;
}
.bk-steps-upload-image-left-side .logoContainer img,
.bk-steps-upload-image-right-side .logoContainer img{
	max-width: 7.22vw;
}
.bk-steps-upload-image-left-side .fileContainer.sprite>span>img, 
.bk-steps-upload-image-right-side .fileContainer.sprite>span>img {
    width: 3.4vw;
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    left: 16vw;
    top: 7.4vw;
}
.bk-steps-upload-image-left-side .fileContainer,
.bk-steps-upload-image-right-side .fileContainer {
    width: 20.67vw;
    height: 11.8vw;
    overflow: hidden;
    position: relative;
    color: #f9593d;
    padding: 4.2vw 3vw;
    margin: 0vw;
    cursor: pointer !important;
    top: -11.8vw;
    left: 0vw;
}
.bk-steps-upload-image-left-side.fileContainer span,
.bk-steps-upload-image-right-side.fileContainer span{
	overflow:hidden;
	display:block;
	white-space:nowrap;
	text-overflow:ellipsis;
	cursor: pointer;
}
.bk-steps-upload-image-left-side .fileContainer input[type="file"],
.bk-steps-upload-image-right-side .fileContainer input[type="file"]{
	opacity:0;
	margin: 0;
	padding: 0;
	width:100%;
	height:100%;
	left: 0;
	top: 0;
	position: absolute;
	cursor: pointer;
}


.bk-steps-upload-image-left-side .bk-upload-cover-image-text-left>h5,
.bk-steps-upload-image-right-side .bk-upload-cover-image-text-left>h5 {
    font-size: 1vw;
    padding-top: 2vw;
    padding-bottom: 0.6vw;
}
.bk-steps-upload-image-left-side .bk-upload-cover-image-text-left>p,
.bk-steps-upload-image-right-side .bk-upload-cover-image-text-left>p {
    padding-right: 4vw;
}
.bk-steps-upload-image-right-side h5,
.bk-steps-upload-image-left-side h5{
    padding-bottom: 0.8vw;
}
.bk-steps-upload-image-right-side>div>p,
.bk-steps-upload-image-left-side>div>p{
    padding-bottom: 1.2vw;
}

/*////*/
.bk-upload-steps-foto-aggiuntive{
    
}

.bk-upload-steps-foto-aggiuntive .logoContainer {
    width: 100%;
    height: 100%;
    margin: 0vw;
    padding: 0;
    background-color: white;
}
.bk-upload-steps-foto-aggiuntive .logoContainer img{
	max-width:100%;
}
.bk-upload-steps-foto-aggiuntive .fileContainer.sprite>span>img {
    width: 3.8vw;
    margin-left: auto;
    margin-right: auto;
}
.bk-upload-steps-foto-aggiuntive .fileContainer {
    width: 11.4vw;
    height: 8.2vw;
    overflow: hidden;
    position: relative;
    color: #f9593d;
    padding: 2.2vw 2vw;
    margin: 0vw;
    cursor: pointer !important;
    top: -8vw;
    left: 0vw;
}
.bk-upload-steps-foto-aggiuntive .fileContainer span{
	overflow:hidden;
	display:block;
	white-space:nowrap;
	text-overflow:ellipsis;
	cursor: pointer;
}
.bk-upload-steps-foto-aggiuntive .fileContainer input[type="file"]{
	opacity:0;
	margin: 0;
	padding: 0;
	width:100%;
	height:100%;
	left: 0;
	top: 0;
	position: absolute;
	cursor: pointer;
}
.bk-upload-steps-foto-aggiuntive .bk-steps-upload-image {
    height: 8vw;
}
.bk-upload-steps-foto-aggiuntive h5{
    padding-bottom: 0.8vw;
}
.bk-upload-steps-foto-aggiuntive p {
    padding-bottom: 2vw;
    width: 11.6vw;
}
.bk-black-btn.bk-black-btn-add-photo {
    width: 16vw;
    margin-left: auto;
    margin-right: auto;
    margin-top: 2vw;
    margin-bottom: 2vw;
}
/*<<<UPLOAD IMAGES*/

/*UPLOAD VIDEO >>>*/

.bk-steps-upload-video-left-side .fileContainer.sprite>span>img {
    width: 4vw;
    margin-left: auto;
    margin-right: auto;
}

.btn-bs-file{
    position:relative;
}
.btn-bs-file input[type="file"]{
    position: absolute;
    top: -9999999;
    filter: alpha(opacity=0);
    opacity: 0;
    width:0;
    height:0;
    outline: none;
    cursor: inherit;
}
form#upload_form{
    background-color: white;
}
.bk-steps-upload-video-left-side .bk-steps-upload-image .logoContainer {
    width: 19.7vw;
    height: 14.3vw;
    margin: 2vw;
    padding: 0;
    background-color: white;
}
.bk-steps-upload-video-left-side .bk-steps-upload-image .fileContainer {
    width: 19.7vw;
    height: 14.3vw;
    overflow: hidden;
    position: relative;
    color: #f9593d;
    padding: 5.2vw 3vw;
    margin: 0vw;
    cursor: pointer !important;
    top: -16.3vw;
    left: 2vw;
}
.bk-steps-upload-video-right-side{
    padding-top: 6vw;
    padding-left: 3vw;
    padding-right: 3vw;
}
.bk-steps-upload-video-right-side p{
    padding-bottom: 0.2vw;
    font-weight: 300;
}
.bk-steps-upload-video-right-side b{
    font-weight: 500;
}
/*<<<UPLOAD VIDEO*/


/* PAGINA PROFILO VENDITORE DASHBOARD PRE ACQUISTO <<<*/


@media (max-width: 550px) {

    #ix-home-intro {
        height: 150vw;
        background-position: 50%;
    }
    .ix-home-intro-arrow {
        bottom: 25vw;
    }
    .ix-home-intro-arrow img {
        width: 12vw;
        padding-top: 2vw;
    }
    .ix-inner-title.ix-home-first-title {
        padding-top: 0vw;
        margin-top: -11vw;
    }
    #ix-home-intro .ix-home-intro-title img {
        width: 42.6vw;
    }
    #ix-home-intro .ix-home-intro-title {
        padding-top: 68.4vw;
    }
    #ix-home-intro .ix-home-intro-subtitle {
        padding-top: 1vw;
        font-size: 5vw;
        padding-left: 3.2vw;
        padding-right: 3.2vw;
    }
    h2 {
        font-size: 5.42vw;
        line-height: 6.4vw;
    }
    .ix-inner-subtitle {
        font-size: 4.08vw;
        padding-left: 6vw;
        padding-right: 6vw;
        text-align: left;
    }
    .ix-footer-flexbox-container {
        display: block;
        width: 80%;
    }
    .ix-footer-flexbox-item {
        flex-grow: 1;
        text-align: center;
        width: 100%;
        padding-bottom: 6.8vw;
    }
    .ix-footer-logo {
        width: 10vw;
    }
    .ix-footer-facebook-icon, .ix-footer-instagram-icon {
        width: 8.2833vw;
        height: 8.2833vw;
        margin: 0 6vw 0 6vw;
    }
    .ix-footer-second-row-logo-1 img, .ix-footer-second-row-logo-2 img, .ix-footer-second-row-logo-3 img {
        height: 13.1067vw;
    }
    .ix-footer-second-row .ix-footer-flexbox-container {
        padding-top: 13vw;
        padding-bottom: 13vw;
        width: 100%;
    }
    .ix-footer-second-row {
        width: 80%;
    }    
    .ix-footer-flexbox-container.ix-footer-third-row {
        padding-top: 7vw;
        padding-bottom: 7vw;
        width: 100%;
    }
    .ix-footer-third-row .ix-footer-third-row-col-2 {
        padding-left: 0vw;
    }
    .ix-footer-third-row .ix-footer-third-row-col-3 {
        text-align: left;
    }
    .ix-home-prefooter-flexbox-container {
        display: block;
        width: 90% !important;
        border-left: none;
        border-right: none;
    }
    .ix-home-prefooter-flexbox-item {
        flex-grow: 1;
        width: 100%;
        padding-top: 3vw;
        padding-bottom: 9vw;
    }    
    .ix-home-prefooter-flexbox-item img {
        width: 64.8vw;
        margin-left: auto;
        margin-right: auto;
    }
    .ix-home-prefooter-text {
        width: 96%;
    }
    .ix-home-prefooter-text h4 {
        line-height: 6.2vw;
        font-size: 4.92vw;
        padding-top: 5vw;
    }
    p {
        font-size: 4.2vw;
        line-height: 6.2vw;
    }
    #ix-logo img {
        width: 23.7268vw;
        padding: 3vw 0;
    }
    nav#ix-main-menu{
        display: none;
    }
    .ix-home-slide-img {
        height: 100vw;
        width: 64.4804vw;
    }
    .ix-home-slide > a > div {
        width: 68.4804vw;
    }
    .ix-home-slide-img {
        height: 100vw;
        width: 64.4804vw;
    }
    .ix-home-slide-txt {
        padding-top: 5vw;
        text-decoration: none;
        width: 56.4804vw;
    }
    .ix-slide-price {
        font-size: 4.2vw;
    }
    .ix-slide-title {
        font-size: 4.2vw;
    }
    .ix-home-slider .slick-dots li button:before {
        font-size: 8vw;
    }    
    .ix-br-desktop-only {
        display: none;
    }
    .ix-home-first-title h2 {
        margin-bottom: 7vw;
    }
    .ix-home-slider .slick-list {
        padding-bottom: 12vw !important;
    }
    .ix-home-last-banner {
        width: 100%;
        margin: 22vw auto;
    }
    .ix-home-prefooter-flexbox-item-1 {
        border-right: solid 0vw;
        border-bottom: solid 0.2vw;
        border-top: solid 0.2vw;
        padding-top: 5vw;
    }   
    .ix-home-prefooter-flexbox-item-2 {
        border-right: solid 0vw;
        border-bottom: solid 0.2vw;
    }
    .ix-home-prefooter-flexbox-item-3 {
        border-right: solid 0vw;
        border-bottom: solid 0.2vw;
    }
    .ix-home-prefooter-flexbox-item-4 .ix-home-prefooter-text {
        padding-bottom: 4vw;
    }
    .ix-prefooter-title {
        width: 84%;
        padding-top: 4.08vw;
        padding-bottom: 8vw;
    }
    .ix-prefooter-title h2 {
        padding-bottom: 4vw;
    }
    .ix-home-prefooter-flexbox-item-2 .ix-home-prefooter-text {
        padding-bottom: 5vw;
    }
    .ix-home-prefooter-flexbox-item-3 .ix-home-prefooter-text {
        padding-top: 5vw;
    }
    .ix-home-prefooter-flexbox-item-3 h4 {
        padding-bottom: 3vw;
    }
    .ix-home-find-your-bike-item > div {
        width: 70.4804vw;
    }
    .ix-home-find-your-bike {
        display: block;
    }
    .ix-home-find-your-bike-text h4 {
        font-size: 6.7vw;
    }
    .ix-home-find-your-bike-text p {
        font-size: 3.79vw;
    }
    .ix-home-find-your-bike-text {
        padding: 3.2vw;
    }
    .ix-home-find-your-bike-item {
        padding: 2vw 0;
    }
    .ix-breadcrumbs-container {
        padding-top: 24vw;
        width: 100%;
        margin-left: 4vw;
        margin-right: 4vw;
    }
    .bk-page-product-container {
        padding-top: 4vw;
        display: block;
    }
    .bk-page-product-container > main {
        order: 1;
        width: 100%;
    }
    .ix-single-product-slider-container {
        height: 64vw;
    }
    ix-single-product-slide {
        width: 100vw;
        height: 62vw;
    }
    .bk-single-product-accordion-title {
        line-height: 15.643vw;
        padding-top: 1.3692vw;
        font-size: 4.2vw;
        padding-right: 5vw;
    }
    .bk-page-product-container > aside {
        order: 1;
        width: 100%;
    }
    .bk-sgl-product-basic-information .ix-slide-title {
        font-size: 4.4vw;
        line-height: 6vw;
        padding-bottom: 3.7967vw;
    }
    .bk-sgl-product-basic-information .ix-slide-type {
        padding-bottom: 3.3vw;
        font-size: 4vw;
    }
    .bk-sgl-product-basic-information .ix-slide-state {
        font-size: 4.2vw;
        padding-bottom: 3vw;
    }
    .bk-sgl-product-basic-information .ix-slide-location {
        font-size: 4.2vw;
    }
    .bk-sgl-product-financing-box h4 {
        font-size: 4.2vw;
    }
    .bk-sgl-product-financing-box-inner-row>div {
        order: 1;
    }
    .bk-chebanca-logo {
        width: 35vw;
        margin-left: auto;
        margin-right: auto;
    }
    .bk-sgl-product-financing-box-inner-row {
        display: block;
        text-align: center;
    }
    .bk-financing-price {
        font-size: 6.2vw;
    }
    .bk-sgl-product-financing-detail-box {
        padding-top: 4.5133vw;
    }
    .bk-sgl-product-financing-detail-box button {
        font-size: 4.89vw;
        padding: 3.4vw;
    }
    .bk-sgl-product-financing-box-inner-row {
        padding: 8.02vw 0;
    }
    .bk-sgl-product-financing-box {
        padding: 5.05vw 7.566vw;
        margin-top: 6.54vw;
    }
    .bk-sgl-product-financing-box-inner-row p {
        line-height: 13.6vw;
    }
    .bk-contact-seller-btn button {
        font-size: 5.2vw;
        padding: 5vw;
    }
    .bk-single-product-bikken-ads {
        border: solid 4.02vw #f9593d;
        border-bottom: solid 12.1334vw #f9593d;
        margin-top: 4.54vw;
        margin-bottom: 6.54vw;
        height: 79.1991vw;
        width: 77.7104vw;
    }
    .ix-page-product-ads-logo {
        right: -19vw;
        top: 66.5vw;
    }
    .ix-page-product-ads-logo img {
        width: 32vw;
    }
    .bk-see-ads-btn button {
        font-size: 5.2vw;
        padding: 3.77vw;
        width: 54.347vw;
    }
    .bk-sgl-product-financing-detail-box {
        text-align: center;
    }
    .bk-aside-seller-card h4 {
        font-size: 5.2vw;
    }
 .ix-product-category-container {
        display: block;
        width: 100%;
    }
    .ix-product-category-left-colmn {
        width: 100%;
        display: block;
        float: none;
    }
    .ix-product-category-right-colmn {
        width: 100%;
        display: block;
        float: none;
        padding: 15vw 5vw 0vw 5vw;
    }
    .ix-cat-grey-clmn-aside {
        width: 100%;
        margin-top: 4vw;
    }
    .ix-cat-grey-clmn-aside h2 {
        font-size: 5.4vw;
    }
    .ix-select-element .edd-value {
        font-size: 4.2vw;
    }
    .ix-select-element.ix-select-element-side-by-side {
        width: 42.2vw;
        margin: 4vw 2.8vw 4vw 0;
    }
    .ix-select-element.ix-select-element-side-by-side .edd-root {
        width: 100%;
    }
    .ix-select-element {
        margin: 4vw 0.5vw 4vw 0;
    }
    .ix-select-element .edd-value {
        padding: 2.4vw 1.7vw 2.4vw 2.7vw;
    }
    .no-switch::before {
        top: -0.5vw;
        right: -0.181026vw;
        width: 7.6vw !important;
        height: 7.6vw !important;
    }
    .ix-checkbox-switch-km0, 
    .ix-checkbox-switch-used, 
    .ix-checkbox-switch-private, 
    .ix-checkbox-switch-shops, 
    .ix-checkbox-switch-purchase, 
    .ix-checkbox-switch-rental, 
    .ix-checkbox-switch {
        width: 42vw;
    }
    .no-switch {
        width: 16vw;
        height: 6vw;
        border-radius: 7.3692vw;
    }
    .ix-checkbox-switch-km0 h3 a, 
    .ix-checkbox-switch-used h3 a, 
    .ix-checkbox-switch-private h3 a, 
    .ix-checkbox-switch-shops h3 a, 
    .ix-checkbox-switch-purchase h3 a, 
    .ix-checkbox-switch-rental h3 a, 
    .ix-checkbox-switch h3 a {
        font-size: 4vw;
    }
    .ix-filter-description {
        padding-top: 5vw;
        font-size: 4.2vw;
    }
    input:checked+.no-switch::before {
        right: 9.4vw;
    }
    .ix-cat-grey-clmn-aside {
        padding: 5vw;
    }
    
    .ix-page-list-bike-intro h3 {
        font-size: 5.167vw;
    }
    .ix-page-list-bike-intro .ix-page-list-bike-decription {
        width: 100%;
        padding-bottom: 12vw;
    }
    h1.ix-page-product-category-title {
        font-size: 7.44vw;
        display: block;
    }
    .ix-bike-list-parent {
        display: block;
    }
    .ix-bike-list-item {
        height: 174vw;
    }
    .ix-preview-single-product-img {
        width: 100%;
    }
    .ix-bike-list-item .ix-home-slider-txt-left {
        padding-top: 7.54vw;
        width: 100%;
    }
    .ix-bike-list-item .ix-slide-price {
        font-size: 6vw;
        line-height: 1.7;
    }
    .ix-bike-list-item .ix-slide-title {
        padding-top: 0.5133vw;
        line-height: 5.2vw;
        padding-bottom: 3.5133vw;
        font-size: 5vw;
    }    
    .ix-bike-list-item .ix-slide-type {
        color: black;
        text-transform: uppercase;
        padding-bottom: 2.77vw;
        line-height: 3.7vw;
        font-size: 4.2vw;
    }
    .ix-bike-list-item .ix-slide-state {
        line-height: 3.7vw;
        padding-bottom: 2.5133vw;
    }
    .ix-preview-product-annuncio_top {
        top: -20vw;
        left: 77.9%;
        width: 20vw;
        height: 20vw;
    }
    .ix-preview-single-product .ix-preview-single-product-hover {
        top: -131.6vw;
        height: 112vw;
    }
    .ix-preview-single-product-description {
        margin-top: 39.4vw; 
    }

   .ix-filter-clmn .ix-accordion {
        max-width: 100%;
    }
    .ix-filter-clmn .ix-accordion-item {
        margin-bottom: 3.3692vw;
    }
    .ix-filter-clmn .ix-accordion-title {
        padding-top: 6vw;
        font-size: 4.2vw;
    }   
    .ix-filter-clmn .ix-accordion-arrow {
        left: 84vw;
        top: -4vw;
    }
    .ix-filter-clmn .ix-accordion-arrow::before, .ix-filter-clmn .ix-accordion-arrow::after {
        width: 3.6846vw;
    }
    .ix-filter-clmn label {
        padding-left: 13vw;
        margin-bottom: 5vw;
        font-size: 4.2vw;
    }
    .ix-filter-clmn .ix-select-element .edd-value {
        padding: 4.3vw 2.3vw 3.3vw 2.3vw;
    }
    .ix-filter-clmn .ix-select-element.ix-select-element-side-by-side .edd-root {
        width: 38vw;
        left: -3.2vw;
    }
    .ix-select-element.ix-select-element-side-by-side {
        margin: 7vw 2.8vw 11vw 0;
    }
    .ix-filter-clmn .ix-accordion-text {
        padding-top: 0.6846vw;
        font-size: 4.2vw;
        padding: 6.3692vw 6.0907vw 1.3692vw 2.1907vw;
    }
    .ix-accordion-text ul li{
        padding: 4vw;
    }
    .ix-accordion-text form{
        padding-top: 5vw;
    }
    
    
    
}

