#product.mobile_device #image-block #bigpic_list_frame.owl-carousel .owl-dots .owl-dot span{
    background-color: #545454;
    border: 1px solid #FFF;
}

#product.mobile_device #image-block #bigpic_list_frame.owl-carousel .owl-dots .owl-dot.active span{
    width: 15px;
    height: 15px;
    margin: 2.5px 7px;
}

#product.mobile_device #image-block .on_sale{
    margin-right: 20px;
}

#product.mobile_device .pb-center-column .product_name_price .product_name_secondary h3{
    font-size: 14px;
}

#product.mobile_device .reference_quantity__wrapper #pQuantityAvailable{
    font-size: 10px;
}

#product.mobile_device .sizes_selector_container{
    margin-bottom: 15px;
}

#product.mobile_device .sizes_selector_container .sd_row{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

#product.mobile_device .sizes_selector_container .sd_row .col-md-8{
    flex: 1 1 66.6%;
    padding: 0 0 0 5px;
}

#product.mobile_device .sizes_selector_container .sd_row .col-md-8 #buy_block .qt_cart_box{
    height: 40px;
}

#product.mobile_device .sizes_selector_container .sd_row .col-md-8 #add_to_cart button{
    height: 40px;
}

#product.mobile_device .sizes_selector_container .sd_row .col-md-4{
    flex: 1 1 33.3%;
    padding: 0 5px 0 0;
}

#product.mobile_device .sizes_selector_container .sd_qty{
    height: 40px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    border: 1px solid #A09F9F;
    border-radius: 8px;
}

#product.mobile_device .sizes_selector_container .sd_select{
    position: relative;
    width: 100%;
    margin-bottom: 15px;
}

#product.mobile_device .sizes_selector_container .sd_select_background.sd_open {
	width: 100%;
	height: 100%;
	overflow: hidden;
}

#product.mobile_device .sizes_selector_container .sd_select-container.sd_open {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;

	border: none;
	background: none;

	position: fixed;
	top: auto;
	left: 0;
	right: 0;
	bottom: 70px;
	z-index: 5;
}

#product.mobile_device .sizes_selector_container .sd_select_text.sd_open {
	border: none;
	height: 70px;
	position: fixed;
	top: auto;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 5;
}

#product.mobile_device .sizes_selector_container .sd_select_background {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    width: 0;
    height: 0;
    backdrop-filter: blur(5px);
}

#product.mobile_device .sizes_selector_container .sd_select_text.sd_open {
    border: none;
    height: 70px;
    position: fixed;
    top: auto;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 5;
}

#product.mobile_device .sizes_selector_container .sd_select-container.sd_open {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border: none;
    background: none;
    position: fixed;
    top: auto;
    left: 0;
    right: 0;
    bottom: 70px;
    z-index: 5;
}

#product.mobile_device .sizes_selector_container .sd_select-container_close {
    width: 100%;
    padding: 10px;
    background-color: #c7c7c7;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
}

#product.mobile_device .sizes_selector_container .sd_select-container .sd_select_option {
    border-top: 0;
    border-bottom: 1px solid #000;
}

#product.mobile_device .sizes_selector_container .sd_select-container .sd_select_option:not(.is_selected) {
    background: #FFF;
}

#product.mobile_device .sd_qty .sd_qty_value{
    font-weight: bold;
}

#product.mobile_device .sd_qty .sd_qty_minus,
#product.mobile_device .sd_qty .sd_qty_plus{
    font-size: 10px;
}

#product.mobile_device .sizes_selector_container .sd_qty .sd_qty_minus,
#product.mobile_device .sizes_selector_container .sd_qty .sd_qty_plus{
    width: 33.3%;
    text-align: center;
    cursor: pointer;
}

#product.mobile_device .sizes_selector_container .sd_buy .whatsapp_button_wrap{
    display: none;
}

#product.mobile_device .sizes_selector_container .qt_cart_box #add_to_cart_wrap {
    flex: 1 1 60%;
}

#product.mobile_device .sizes_selector_container .qt_cart_box #add_to_cart_wrap button {
    background-color: #3b6134;
    border-color: #3b6134;
    border-radius: 8px;
}

#product.mobile_device .sd_select_option-disponibility{
    flex-direction: column;
    align-items: flex-start;
}

#product.mobile_device .line_separator{
    border-top: .2px solid #545454;
    margin: 7px auto;
}

#product.mobile_device .sizes_guide_container{
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
}

#product.mobile_device .sizes_guide_container .abrirguiadetallas{
    text-transform: uppercase;
    text-decoration: underline;
    color: #000;
    font-size: 14px;
    font-weight: 700;
}

#product.mobile_device #product_reference span{
    color: #545454;
}

#product.mobile_device #more_info_tabs>li.tab-show .fa-chevron-right{
    display: none;
}