.other_menu{
	display:none;
}
@media screen and (max-width: 800px) {
	.other_menu{
		display:block;
	}
	.breadcrumb{
		display:none;
	}	
}
summary{
	padding: 0.5em 0 0.5em 0;
	color:#6f6f6f;
}
.p_info_detail{
	color: #6f6f6f;
}
.img_cards{
	width:300px;
	margin-block-start: 8px;
}
.diff_pay{
	border-bottom: 1px solid black;
	margin-block-end: .5em;
}
input[name='descuento']{
	border: 2px dashed black;
	text-align: center;
	text-transform: uppercase;
	margin-top: 1em;
	margin-bottom: 1em;

}
ul.breadcrum2{
	text-align:left;
	margin-block-end:1em;
}
.banner_main{
	display:unset;
}
.banner_mobile{
	display:none;
}
@media screen and (width <= 800px) {
	.banner_main{
		display:none;
	}
	.banner_mobile{
		display:unset;
	}
}
.scrollup {
    width: 40px;
    height: 40px;
    opacity: 0.5;
    position: fixed;
    bottom: 1em;
    left:1em;
    text-indent: -9999px;
    background: url('../images/icon_top.png') no-repeat;
}
.detalle_pago{
	margin-left:1em;
}

:nth-child(1 of p.detalle_pago) {
	margin-top: 0.5em;
	margin-bottom: .5em;
}



input[type="radio"].colors_picker {
	transform: scale(2);
	margin-top: 8px;
	margin-left: 8px;
	accent-color:black;
}
@supports (-webkit-font-smoothing: antialiased) {
    input[type="radio"].colors_picker {
		transform: scale(1);
		margin-top: 9px;
		margin-left: 9px;
		accent-color:black;
	}
}

.top_cont .boxtp {
    width: 100%;
    margin: 0;
    display: table;
}

.top_cont .boxtp .boxtp-row {
    display: table-row;
}

.top_cont .boxtp .boxtp-cell {
    display: table-cell;
    width: 33%;
    padding: 10px;
}

.top_cont .boxtp .boxtp-cell.boxtp1 {
    color: white;
    text-align: left;
}

.top_cont .boxtp .boxtp-cell.boxtp2 {
    text-align: center;
    color: white;
    vertical-align: top;
}

.top_cont .boxtp .boxtp-cell.boxtp3 {
    text-align: right;
}

.top_cont .boxtp .boxtp-cell.boxtp4 {
    color: white;
    text-align: left;
}

.top_cont .boxtp .boxtp-cell.boxtp5 {
    text-align: center
}

.top_cont .boxtp .boxtp-cell.boxtp6 {
    text-align: right;
}

@media screen and (max-width: 800px) {
    .top_cont .boxtp .boxtp-cell.boxtp2 {
        display: none;
    }
    .top_cont .boxtp .boxtp-cell {
        width: 40%;
    }
    .cssmenu2 {
        float: left;
    }
    .top_cont .boxtp .boxtp-cell.boxtp4 {
        display: none;
    }

    .top_cont .boxtp .boxtp-cell.boxtp6 {
        display: none;
    }
	.row_detail {
        display: none;
    }
	.row_detail {
		margin-bottom:2em;
	}
}

.mini_socials {
    color: white;
    font-size: 1em;
    margin-right: 1em;
}

.column_detail {
    float: left;
    width: 25%;
    padding: 2em 0 0 0;
    height: 100px;
    text-align: center;
    border-left: 3px solid silver;
}

.row_detail {
	margin-bottom:2em;
}

.row_detail:after {
    content: "";
    display: table;
    clear: both;
}



.col-container {
    display: flex;
	
}

.col_icon_text {
    /*flex: 1;*/
	width:40%;
}

.col1_icon {
    text-align: right;
    font-size: 2em;
	color:darkgray;
}

.col2_icon {
    padding-top: 5px;
    padding-left: 1em;
    text-align: left;

    .span_c {
        color: #04aa6d;
        font-weight: bold;
    }

    .normal {
        color: black;
        font-weight: normal;
        font-size: 14px;
    }
}

div.gallery img {
	width: 100%;
	height: auto;
}

.toys_moms {
	position: relative;
	top: 0;
	left: 0;
	margin:0;
	float: left;
	width: 50%;
}
.gallery{
	position: relative;
	top: 0;
	left: 0;
	padding:0.5em
}

.gallery .mybtn_more {
	position: absolute;
	width: 125px;
	left: 16px;
	bottom: 20px;
	border: 2px solid white;
	text-align: center;
	padding: .5em;
	color: white;
	border-radius: 50px;
	background: rgba(0,0,0,.5);
	cursor: pointer;
	margin-bottom: 0.5em;
	margin-left: 5px;
}
.gallery .mybtn_more:hover{
	background: rgba(255,255,255,.7);
	transition: all 0.2s linear;
	color:black;
}
.til1{
	border-right:4px solid white;
}
.til2{
	border-left:4px solid white;
}
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}
@media only screen and (max-width: 800px) {
	.gallery .mybtn_more {
		width:100px;
		padding:0.25;
	}
	.toys_moms {
		width: 100%;
		margin-bottom:.5em;
	}
	.til1,.til2{
		border:0
	}

}

.cuota_info{
	color:#04aa6d;
	font-weight:bold
}
.envio_gratis{
	color:white;
	background:#04aa6d;
	padding:3px 6px 3px 6px;
	border-radius:5px;
	font-size:14px;
}

.envio_normal{
	font-size:14px;
	color:white;
	background: darkgray;
	padding:3px 6px 3px 6px;
	border-radius:5px;
}
.colors {
	height: 20px;
	width: 20px;
	border-radius: 50%;
	display: inline-block;
	margin-right:5px;
}
.colors2{
	height: 30px;
	width: 30px;
	border-radius: 50%;
	display: inline-block;
	margin-right:5px;
}
hr{
  border-top: 1px solid silver;
  margin-top:1em;
  margin-bottom:1em;
}
.slick-prev:before, .slick-next:before{
	display:none;
}
.sale-box2 span.on_sale2 {
	background: #ff9040;
	color: #fff;
	display: block;
	right: 10px;
	font-size: 1em;
	padding: 5px 0 5px 5px;
	position: absolute;
	text-align: center;
	top: 10px;
	width: 80px;
	z-index: 2;
	text-transform: uppercase;
	border-bottom: 2px solid #ff9040;
}
.carousel_articles{
	width:90%;
	margin:0 auto 2em auto
}

#middle_text{
	display: flex;
	justify-content: center;
	align-items: center;
	height:466px;
	width: 100%;
}

#cantidad{
	margin:0;border:1px solid black;border-radius:3px;text-align:center;
	
}
.cat_detail {
	padding: 0.5em;
	width: auto;
	display: inline-block;
}
.cat_detail2{
	border-bottom: 3px solid #ff9040;
}
@media only screen and (max-width: 800px) {

	.cat_detail{
		padding: 0.5em 0 0 0;
	}
}
