/* Large desktops and laptops */
@media (min-width: 1200px) {
    visible-lg-custom{
        display: inline-block;
    }
    div.item_subasta img {
       margin-bottom: 10px;
        min-height: 150px;
    }
    .lot-count{
        position: relative;
    }

    .timeLeft{
        position: absolute;
        right: -25px;
    }

}

@media (max-width: 1200px) {
	.margin-auto-lg {
		margin: auto;
	}

	.d-block-lg {
		display: block !important;
	}

	.text-center-lg {
		text-align: center;
	}

	/* Margin top */
	.mt-lg-1 {
		margin-top: 1rem;
	}
	.mt-lg-2 {
		margin-top: 2rem;
	}
	.mt-lg-3 {
		margin-top: 3rem;
	}
	.mt-lg-4 {
		margin-top: 4rem;
	}
	.mt-lg-5 {
		margin-top: 5rem;
	}

	/* Margin bottom */
	.mb-lg-1 {
		margin-bottom: 1rem;
	}
	.mb-lg-2 {
		margin-bottom: 2rem;
	}
	.mb-lg-3 {
		margin-bottom: 3rem;
	}
	.mb-lg-4 {
		margin-bottom: 4rem;
	}
	.mb-lg-5 {
		margin-bottom: 5rem;
	}

	/* Margin left */
	.ml-lg-1 {
		margin-left: 1rem;
	}
	.ml-lg-2 {
		margin-left: 2rem;
	}
	.ml-lg-3 {
		margin-left: 3rem;
	}
	.ml-lg-4 {
		margin-left: 4rem;
	}
	.ml-lg-5 {
		margin-left: 5rem;
	}

	/* Margin right */
	.mr-lg-1 {
		margin-right: 1rem;
	}
	.mr-lg-2 {
		margin-right: 2rem;
	}
	.mr-lg-3 {
		margin-right: 3rem;
	}
	.mr-lg-4 {
		margin-right: 4rem;
	}
	.mr-lg-5 {
		margin-right: 5rem;
	}

}

/* Landscape tablets and medium desktops */
@media (min-width: 992px) and (max-width: 1199px) {
        .capaOculta{
            visibility: hidden;
        }

            .info .dropdown-menu{
                min-width: 100%;
                background: white;

                padding: 10px;

            }
            .box,
            .box ul li{
                border-top: 0 !important;
            }
            .box{
                margin-bottom: 10px;
                margin-top: 5px;
            }

			.tienda-banner img{
				max-height: 164px;
			}

}

@media (max-width: 992px) {
	.tienda-banner img{
		max-height: none;
	}

	.content-page-banner > .container > .row {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	}

	.content-page-banner .col-md-4 {
		width: 80%;
    	margin-top: 2rem;
    	flex: initial;
	}

	.margin-auto-md {
		margin: auto;
	}

	.d-block-md {
		display: block !important;
	}

	.text-center-md {
		text-align: center;
	}

	.frmLogin {
		margin-bottom: 4rem;
	}

	.hammer-icon {
		top: 67px;
	}

	/* Margin top */
	.mt-md-1 {
		margin-top: 1rem;
	}
	.mt-md-2 {
		margin-top: 2rem;
	}
	.mt-md-3 {
		margin-top: 3rem;
	}
	.mt-md-4 {
		margin-top: 4rem;
	}
	.mt-md-5 {
		margin-top: 5rem;
	}

	/* Margin bottom */
	.mb-md-1 {
		margin-bottom: 1rem;
	}
	.mb-md-2 {
		margin-bottom: 2rem;
	}
	.mb-md-3 {
		margin-bottom: 3rem;
	}
	.mb-md-4 {
		margin-bottom: 4rem;
	}
	.mb-md-5 {
		margin-bottom: 5rem;
	}

	/* Margin left */
	.ml-md-1 {
		margin-left: 1rem;
	}
	.ml-md-2 {
		margin-left: 2rem;
	}
	.ml-md-3 {
		margin-left: 3rem;
	}
	.ml-md-4 {
		margin-left: 4rem;
	}
	.ml-md-5 {
		margin-left: 5rem;
	}

	/* Margin right */
	.mr-md-1 {
		margin-right: 1rem;
	}
	.mr-md-2 {
		margin-right: 2rem;
	}
	.mr-md-3 {
		margin-right: 3rem;
	}
	.mr-md-4 {
		margin-right: 4rem;
	}
	.mr-md-5 {
		margin-right: 5rem;
	}

	.autoformulario .input-group[class*=col-] {
		padding-left: 15px;
		padding-right: 15px;
	}

}


@media (min-width: 900px) {
    .col-solidarity{
        display: flex;
        align-items: center;
    }
	.form-group-custom {
	    margin-bottom: 15px;
	    float: left;
	    margin-right: 20px;
	    width: 46%;
	}
        header ul.items_top_responsive{
            text-align: right;
        }
        .table-responsive>.table>tbody>tr>td{
            max-width: 200px;
        }

        .timeLeft{
            padding-left: 10px;
        }


}
/* Portrait tablets and small desktops */
@media (min-width: 769px) and (max-width: 991px) {
                .info .dropdown-menu{
                min-width: 100%;
                background: white;

                padding: 10px;

            }
            .box,
            .box ul li{
                border-top: 0 !important;
            }
            .box{
                margin-bottom: 10px;
                margin-top: 5px;
            }


    .timeLeft{
            padding-left: 10px;
        }
        .control{
            display: block;
            opacity: 1;
        }
        .item_lot_large .img_lot{
            height: 160px;
        }
        .info_single div.pre,
        .precio_minimo_no_alcanzado,
        .precio_minimo_alcanzado,
        .ficha_V .info_single_button{
            width: 200px;
        }
        .capaOculta{
            visibility: hidden;
        }
        div.item_subasta img {
            margin-bottom: 10px;
            min-height: 126px;
        }
        .lot-grid{
            margin-bottom: 20px;
        }
        .lot-grid a{
            color: #707B7C;
            -webkit-transition: .2s color linear;
            -o-transition: .2s color linear;
            transition: .2s color linear;
            text-decoration: none;
        }

}

@media(width <= 768px) {

	.user-accout-item-wrapper > div {
		flex-direction: column;
	}

}


/* Landscape phones and portrait tablets */
@media (max-width: 768px) {
    .no_dispo-band p {
    font-size: 36px;

}
                .info .dropdown-menu{
                min-width: 100%;
                background: white;

                padding: 10px;

            }
            .box,
            .box ul li{
                border-top: 0 !important;
            }
            .box{
                margin-bottom: 10px;
                margin-top: 5px;
            }
    footer {
        padding-bottom: 30px;
   }
    div.module_footer{
        text-align: center;
    }
    .lot-grid{
        margin-bottom: 20px;
    }
    .lot-grid a{
        color: #707B7C;
        -webkit-transition: .2s color linear;
        -o-transition: .2s color linear;
        transition: .2s color linear;
        text-decoration: none;
    }
        .capaOculta{
            visibility: hidden;
        }
	.navbar-nav>li:nth-child(1) a {
		border-left: none;
	}
	.mt_re {
		margin-top: 35px;
	}
        #pujar_ordenes_w{
            font-size: 15px;
            min-height: 46px;
        }
	#owl-carousel-responsive {
		margin-bottom: 40px;
	}
	.change_row {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		display: table-header-group;
	}
	.left_row {
	    -webkit-order: 2;
	    -ms-order: 2;
	    order: 2;
	}
	.right_row {
		-webkit-order: 1;
		-ms-order: 1;
		order: 1;
	}
        .item_lot_mini{
            position:relative;

        }
        .item_lot_mini .data_container{
            height: 40px;
        }
        .timeLeft{
            font-size: 14px;
            padding-top: 10px;
            text-align: right;

        }
        h1.titlePage,
        .title-head-grid .lot-count,
        .title-head-grid .lot-grid,
        .lot-detail h1.titlePage{

            padding-bottom: 10px;
            margin-bottom: 10px;
            margin-top: 10px;
            font-size: 30px;
    }
    #add_fav.btn,
    #del_fav.btn{
        position: absolute;
        font-size: 12px;
        left: 45px;
        z-index: 2;
        height: 36px;
        width: 200px;

    }
    #add_fav.btn p,
    #del_fav.btn p,
    #add_fav.btn i,
    #del_fav.btn i{
        font-size: 13px;
    }
    .it_ro h1.titleSingle{
        font-size:25px;
    }

    .info_single div.pre,
    .precio_minimo_no_alcanzado,
    .precio_minimo_alcanzado,
    .ficha_V .info_single_button{
        width: 200px;
    }

    .item_lot_large .img_lot{
        min-height: 160px;
        }
    div.item_subasta img {
        margin-bottom: 10px;
        min-height: 126px;
    }

	.packengers-button-adjudicaciones {
		padding-right: 0;
		padding-bottom: 1rem;
	}

	.account-item-border {
		border: none;
	}

	.margin-auto-sm {
		margin: auto;
	}

	.d-block-sm {
		display: block !important;
	}

	.text-center-sm {
		text-align: center;
	}

	/* Margin top */
	.mt-sm-1 {
		margin-top: 1rem;
	}
	.mt-sm-2 {
		margin-top: 2rem;
	}
	.mt-sm-3 {
		margin-top: 3rem;
	}
	.mt-sm-4 {
		margin-top: 4rem;
	}
	.mt-sm-5 {
		margin-top: 5rem;
	}

	/* Margin bottom */
	.mb-sm-1 {
		margin-bottom: 1rem;
	}
	.mb-sm-2 {
		margin-bottom: 2rem;
	}
	.mb-sm-3 {
		margin-bottom: 3rem;
	}
	.mb-sm-4 {
		margin-bottom: 4rem;
	}
	.mb-sm-5 {
		margin-bottom: 5rem;
	}

	/* Margin left */
	.ml-sm-1 {
		margin-left: 1rem;
	}
	.ml-sm-2 {
		margin-left: 2rem;
	}
	.ml-sm-3 {
		margin-left: 3rem;
	}
	.ml-sm-4 {
		margin-left: 4rem;
	}
	.ml-sm-5 {
		margin-left: 5rem;
	}

	/* Margin right */
	.mr-sm-1 {
		margin-right: 1rem;
	}
	.mr-sm-2 {
		margin-right: 2rem;
	}
	.mr-sm-3 {
		margin-right: 3rem;
	}
	.mr-sm-4 {
		margin-right: 4rem;
	}
	.mr-sm-5 {
		margin-right: 5rem;
	}

}


@media (max-width:600px){
    .newsletter-wrapper {
        margin: 0 50px;
        padding: 10px 30px;
    }



    .newsletter-wrapper .tit_newsletter{
        font-size: 20px;
    }



    .languaje #selectorIdioma{
        width: 73px !important;
        height: 27px !important;
        font-size: 11px !important;
        padding: 0;
    }
    .menu-access{
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        margin-top: 30px;
    }
    .search-component form .form-group input{
        width: 185px;
        font-size: 9px;
    }
    header ul.items_top_responsive{
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
        .tabs-custom ul li{
            margin-bottom: 15px;
            flex-basis: 100%;
        }
        #add_fav.btn,
        #del_fav.btn{
            top: 10px;
            left: 10px;
            z-index: 2;
            font-size: 5px;
            height: 35px;
            width: 44px;
    }
        .button-follow-responsive {
            opacity: 1;
            background: transparent;
            z-index: 100;
            display: flex;
            align-items: center;
            top: -20px;
            left: -3px;


        }
        #add_fav.btn i,
        #del_fav.btn i{
            font-size: 20px;
        }


        .save_orders span.text-uppercase {

            font-size: 30px;
        }
        .group-pujar-custom{
            display: block;
        }
        .group-pujar-custom .input-group-btn #pujar_ordenes_w,

        .group-pujar-custom #bid_modal_pujar{
            border-radius: 0;
        }
}
/* Portrait phones and smaller */
@media (max-width: 480px) {

    .logo a img{
        max-width: 70px;
    }


    .search-component{
        margin-left: 0;
    }
    .search-component form .form-group input {
        width: 160px;

    }
    .header-content {

        justify-content: space-around;
    }
    .newsletter-wrapper #newsletter-btn {

        font-size: 10px;


    }
    .newsletter-icon-title {
        flex-direction: column;
    }

    .newsletter-input .form-control.input-lg{
        width: 100%;
    }

    .newsletter-wrapper .tit_newsletter{
        text-align: center;
        font-size: 18px;
        margin-left: 0;
    }

    .newsletter-wrapper {
        justify-content: center;
        margin: 0 10px;
        padding: 10px;
        height: auto;
    }

	div.form-group-custom label {
		padding-top: 24px;
		padding-bottom: 8px;
    }


	#owl-carousel div.owl-prev {
		left: 0;
		position: absolute;
		top: 30px;
	}
	#owl-carousel div.owl-next {
		right: 0;
		position: absolute;
		top: 30px;
	}
	#owl-carousel div.owl-prev, #owl-carousel div.owl-next {
		font-size: 40px;
		border-radius: 0;
		background-color: transparent;
	}
	div.module_footer {
		margin-bottom: 80px;
	}
	.btn-registro {
		width: 100%
	}
        .sub-o{
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
                -ms-flex-direction: column;
                    flex-direction: column;
            -webkit-box-pack: center;
                -ms-flex-pack: center;
                    justify-content: center;
        }
        .content_item_mini a .retired{
            font-size: 10px;
            right: 14px;
        }


	.account-item-border {
		border: none;
	}

	.margin-auto-xs {
		margin: auto;
	}

	.d-block-xs {
		display: block !important;
	}

	.text-center-xs {
		text-align: center;
	}

	/* Margin top */
	.mt-xs-1 {
		margin-top: 1rem;
	}
	.mt-xs-2 {
		margin-top: 2rem;
	}
	.mt-xs-3 {
		margin-top: 3rem;
	}
	.mt-xs-4 {
		margin-top: 4rem;
	}
	.mt-xs-5 {
		margin-top: 5rem;
	}

	/* Margin bottom */
	.mb-xs-1 {
		margin-bottom: 1rem;
	}
	.mb-xs-2 {
		margin-bottom: 2rem;
	}
	.mb-xs-3 {
		margin-bottom: 3rem;
	}
	.mb-xs-4 {
		margin-bottom: 4rem;
	}
	.mb-xs-5 {
		margin-bottom: 5rem;
	}

	/* Margin left */
	.ml-xs-1 {
		margin-left: 1rem;
	}
	.ml-xs-2 {
		margin-left: 2rem;
	}
	.ml-xs-3 {
		margin-left: 3rem;
	}
	.ml-xs-4 {
		margin-left: 4rem;
	}
	.ml-xs-5 {
		margin-left: 5rem;
	}

	/* Margin right */
	.mr-xs-1 {
		margin-right: 1rem;
	}
	.mr-xs-2 {
		margin-right: 2rem;
	}
	.mr-xs-3 {
		margin-right: 3rem;
	}
	.mr-xs-4 {
		margin-right: 4rem;
	}
	.mr-xs-5 {
		margin-right: 5rem;
	}

}
