/*-----------------------------------------------------------------------------------
	2022pedidos-clientes-purina
	About: Sistema de pedidos Purina®
	Author: Triactiva
	Version: 1.0
	Built with Blocs
-----------------------------------------------------------------------------------*/
body{
	margin:0;
	padding:0;
    background:#FFFFFF;
    overflow-x:hidden;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.page-container{overflow: hidden;} /* Prevents unwanted scroll space when scroll FX used. */
a,button{transition: background .3s ease-in-out;outline: none!important;} /* Prevent blue selection glow on Chrome and Safari */
a:hover{text-decoration: none; cursor:pointer;}


/* Preloader */

.page-preloader{position: fixed;top: 0;bottom: 0;width: 100%;z-index:100000;background:#FFFFFF url("img/pageload-spinner.gif") no-repeat center center;animation-name: preloader-fade;animation-delay: 2s;animation-duration: 0.5s;animation-fill-mode: both;}
.preloader-complete{animation-delay:0.1s;}
@keyframes preloader-fade {0% {opacity: 1;visibility: visible;}100% {opacity: 0;visibility: hidden;}}

/* = Web Fonts
-------------------------------------------------------------- */

@font-face {
	font-family:'AvertaDemoPECuttedDemo-Regular';
	src: url('./fonts/AvertaDemoPECuttedDemo-Regular/AvertaDemoPECuttedDemo-Regular.woff2');
	src: url('./fonts/AvertaDemoPECuttedDemo-Regular/AvertaDemoPECuttedDemo-Regular.woff2') format('woff2'),
	url('./fonts/AvertaDemoPECuttedDemo-Regular/AvertaDemoPECuttedDemo-Regular.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

/* = Blocs
-------------------------------------------------------------- */

.bloc{
	width:100%;
	clear:both;
	background: 50% 50% no-repeat;
	padding:0 20px;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	position:relative;
	display:flex;
}
.bloc .container{
	padding-left:0;
	padding-right:0;
}


/* Sizes */

.bloc-sm{
	padding:20px;
}

/* = Full Screen Blocs 
-------------------------------------------------------------- */

.bloc-fill-screen{
	min-height:100vh;
	display: flex;
	flex-direction: column;
	padding-top:20px;
	padding-bottom:20px;
}
.bloc-fill-screen > .container{
	align-self: flex-middle;
	flex-grow: 1;
	display: flex;
	flex-wrap: wrap;
}
.bloc-fill-screen > .container > .row{
	flex-grow: 1;
	align-self: center;
	width:100%;
}
.bloc-fill-screen .fill-bloc-top-edge, .bloc-fill-screen .fill-bloc-bottom-edge{
	flex-grow: 0;
}
.bloc-fill-screen .fill-bloc-top-edge{
	align-self: flex-start;
}
.bloc-fill-screen .fill-bloc-bottom-edge{
	align-self: flex-end;
}

/* = Full Width Blocs 
-------------------------------------------------------------- */

.full-width-bloc{
	padding-left:0;
	padding-right:0;
}
.full-width-bloc .row{
	margin-left:0;
	margin-right:0;
}
.full-width-bloc .container{
	width:100%;
	max-width:100%!important;
}
.full-width-bloc .carousel img{
	width:100%;
	height:auto;
}


/* Dark theme */

.d-bloc{
	color:rgba(255,255,255,.7);
}
.d-bloc button:hover{
	color:rgba(255,255,255,.9);
}
.d-bloc .icon-round,.d-bloc .icon-square,.d-bloc .icon-rounded,.d-bloc .icon-semi-rounded-a,.d-bloc .icon-semi-rounded-b{
	border-color:rgba(255,255,255,.9);
}
.d-bloc .divider-h span{
	border-color:rgba(255,255,255,.2);
}
.d-bloc .a-btn,.d-bloc .navbar a, .d-bloc a .icon-sm, .d-bloc a .icon-md, .d-bloc a .icon-lg, .d-bloc a .icon-xl, .d-bloc h1 a, .d-bloc h2 a, .d-bloc h3 a, .d-bloc h4 a, .d-bloc h5 a, .d-bloc h6 a, .d-bloc p a{
	color:rgba(255,255,255,.6);
}
.d-bloc .a-btn:hover,.d-bloc .navbar a:hover,.d-bloc a:hover .icon-sm, .d-bloc a:hover .icon-md, .d-bloc a:hover .icon-lg, .d-bloc a:hover .icon-xl, .d-bloc h1 a:hover, .d-bloc h2 a:hover, .d-bloc h3 a:hover, .d-bloc h4 a:hover, .d-bloc h5 a:hover, .d-bloc h6 a:hover, .d-bloc p a:hover{
	color:rgba(255,255,255,1);
}
.d-bloc .navbar-toggle .icon-bar{
	background:rgba(255,255,255,1);
}
.d-bloc .btn-wire,.d-bloc .btn-wire:hover{
	color:rgba(255,255,255,1);
	border-color:rgba(255,255,255,1);
}
.d-bloc .card{
	color:rgba(0,0,0,.5);
}
.d-bloc .card button:hover{
	color:rgba(0,0,0,.7);
}
.d-bloc .card icon{
	border-color:rgba(0,0,0,.7);
}
.d-bloc .card .divider-h span{
	border-color:rgba(0,0,0,.1);
}
.d-bloc .card .a-btn{
	color:rgba(0,0,0,.6);
}
.d-bloc .card .a-btn:hover{
	color:rgba(0,0,0,1);
}
.d-bloc .card .btn-wire, .d-bloc .card .btn-wire:hover{
	color:rgba(0,0,0,.7);
	border-color:rgba(0,0,0,.3);
}


/* Light theme */

.d-bloc .card,.l-bloc{
	color:rgba(0,0,0,.5);
}
.d-bloc .card button:hover,.l-bloc button:hover{
	color:rgba(0,0,0,.7);
}
.l-bloc .icon-round,.l-bloc .icon-square,.l-bloc .icon-rounded,.l-bloc .icon-semi-rounded-a,.l-bloc .icon-semi-rounded-b{
	border-color:rgba(0,0,0,.7);
}
.d-bloc .card .divider-h span,.l-bloc .divider-h span{
	border-color:rgba(0,0,0,.1);
}
.d-bloc .card .a-btn,.l-bloc .a-btn,.l-bloc .navbar a,.l-bloc a .icon-sm, .l-bloc a .icon-md, .l-bloc a .icon-lg, .l-bloc a .icon-xl, .l-bloc h1 a, .l-bloc h2 a, .l-bloc h3 a, .l-bloc h4 a, .l-bloc h5 a, .l-bloc h6 a, .l-bloc p a{
	color:rgba(0,0,0,.6);
}
.d-bloc .card .a-btn:hover,.l-bloc .a-btn:hover,.l-bloc .navbar a:hover, .l-bloc a:hover .icon-sm, .l-bloc a:hover .icon-md, .l-bloc a:hover .icon-lg, .l-bloc a:hover .icon-xl, .l-bloc h1 a:hover, .l-bloc h2 a:hover, .l-bloc h3 a:hover, .l-bloc h4 a:hover, .l-bloc h5 a:hover, .l-bloc h6 a:hover, .l-bloc p a:hover{
	color:rgba(0,0,0,1);
}
.l-bloc .navbar-toggle .icon-bar{
	color:rgba(0,0,0,.6);
}
.d-bloc .card .btn-wire,.d-bloc .card .btn-wire:hover,.l-bloc .btn-wire,.l-bloc .btn-wire:hover{
	color:rgba(0,0,0,.7);
	border-color:rgba(0,0,0,.3);
}

/* Row Margin Offsets */

.voffset{
	margin-top:30px;
}


/* = NavBar
-------------------------------------------------------------- */

/* = Sticky Nav
-------------------------------------------------------------- */

.sticky-nav.sticky{
	position:fixed;
	top:0;
	z-index:1000;
	box-shadow:0 1px 2px rgba(0,0,0,.3);
	 transition: all .2s ease-out;
}
/* Handle Multi Level Navigation */
.dropdown-menu .dropdown-menu{
	border:none}
@media (min-width:576px){
	
.navbar-expand-sm .dropdown-menu .dropdown-menu{
	border:1px solid rgba(0,0,0,.15);
	position:absolute;
	left:100%;
	top:-7px}.navbar-expand-sm .dropdown-menu .submenu-left{
	right:100%;
	left:auto}}@media (min-width:768px){
	.navbar-expand-md .dropdown-menu .dropdown-menu{
	border:1px solid rgba(0,0,0,.15);
	border:1px solid rgba(0,0,0,.15);
	position:absolute;
	left:100%;
	top:-7px}.navbar-expand-md .dropdown-menu .submenu-left{
	right:100%;
	left:auto}}@media (min-width:992px){
	.navbar-expand-lg .dropdown-menu .dropdown-menu{
	border:1px solid rgba(0,0,0,.15);
	position:absolute;
	left:100%;
	top:-7px}.navbar-expand-lg .dropdown-menu .submenu-left{
	right:100%;
	left:auto}
}
/* = Bric adjustment margins
-------------------------------------------------------------- */

.mg-clear{
	margin:0;
}
.mg-sm{
	margin-top:10px;
	margin-bottom:5px;
}
.mg-md{
	margin-top:10px;
	margin-bottom:20px;
}
img.mg-sm,img.mg-md,img.mg-lg{
	margin-top: 0;
}
img.mg-sm{
	margin-bottom:10px;
}
img.mg-md{
	margin-bottom:30px;
}
img.mg-lg{
	margin-bottom:50px;
}

/* = Buttons
-------------------------------------------------------------- */

.btn-d,.btn-d:hover,.btn-d:focus{
	color:#FFF;
	background:rgba(0,0,0,.3);
}

/* Prevent ugly blue glow on chrome and safari */
button{
	outline: none!important;
}

.btn-rd{
	border-radius: 40px;
}
.btn-style-none,.btn-style-none:hover,.btn-style-none:active,.btn-style-none:focus{
	background:none;
	box-shadow: none;
	padding:0;
}
.btn-wire{
	background:transparent!important;
	border:2px solid transparent;
}
.btn-wire:hover{
	background:transparent!important;
	border:2px solid transparent;
}
.icon-spacer{
	margin-right:5px;
}


/*  Rounded Image */
.img-rd-md{
	border-radius:20px;
}
.img-rd-lg{
	border-radius:34px;
}



/* = Cards
-------------------------------------------------------------- */
.card-sq, .card-sq .card-header, .card-sq .card-footer{
	border-radius:0;
}
.card-rd{
	border-radius:30px;
}
.card-rd .card-header{
	border-radius:29px 29px 0 0;
}
.card-rd .card-footer{
	border-radius:0 0 29px 29px;
}

/* = Classic Dividers
-------------------------------------------------------------- */
.divider-h{
	min-height: 1px;
	background-color:rgba(0,0,0,.2);
	margin: 20px 0;
}
.divider-half{
	width: 50%;
}
.dropdown-menu .divider-h{
	margin:0;
}

/* = Forms
-------------------------------------------------------------- */

.form-control{
	border-color:rgba(0,0,0,.1);
	box-shadow:none;
}


.carousel-nav-icon{
	fill: none;
	stroke: #fff;
	stroke-width: 2px;
	fill-rule: evenodd;
	stroke-linecap:round;
}


/* ScrollToTop button */

.scrollToTop{
	width:36px;
	height:36px;
	padding:5px;
	position:fixed;
	bottom:20px;
	right:20px;
	opacity:0;
	z-index:999;
	transition: all .3s ease-in-out;
	pointer-events:none;
}
.showScrollTop{
	opacity: 1;
	pointer-events:all;
}
.scroll-to-top-btn-icon{
	fill: none;
	stroke: #fff;
	stroke-width: 2px;
	fill-rule: evenodd;
	stroke-linecap:round;
}
/* = Lightbox
-------------------------------------------------------------- */

a[data-lightbox]{
	position: relative;
	display: block;
	text-align: center;
}
a[data-lightbox]:hover::before{
	content:"+";
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial;
	font-size:32px;
	line-height: 42px;
	width:50px;
	height:50px;
	margin-left:-25px;
	border-radius: 50%;
	background:rgba(0,0,0,.5);
	color:#FFF;
	font-weight:100;
	z-index: 1;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}
a[data-lightbox]:hover img{
	opacity: 0.6;
	-webkit-animation-fill-mode: none;
	animation-fill-mode:none;
}
.lightbox-caption{
	padding: 20px;
	color: #FFF;
	background: rgba(0,0,0,.5);
	position: absolute;
	left: 15px;
	right: 15px;
	bottom: 5px;
}
.close-lightbox:hover,.next-lightbox:hover, .prev-lightbox:hover{
	background:rgba(0,0,0,.5);
}
.next-lightbox, .prev-lightbox,.close-lightbox{
	position: absolute;
	padding:6px;
	background:rgba(0,0,0,.3);
	line-height:0;
	transition: background .2s ease-in-out;
	border-radius:.25rem;
	border:none;
	z-index:20;
}
.next-lightbox, .prev-lightbox{
	top:45%;
}
.close-lightbox{
	top:20px;
	right:20px;
}
.next-lightbox{
	right:25px;
}
.prev-lightbox{
	left:25px;
}
.lightbox-prev-icon,.lightbox-next-icon,.lightbox-close-icon{
	fill:none;
	stroke: #fff;
	stroke-width: 3px;
	fill-rule: evenodd;
	stroke-linecap:round;
}
.lightbox-close-svg{
	pointer-events:none;
}

/* = Custom Styling
-------------------------------------------------------------- */

h1,h2,h3,h4,h5,h6,p,label,.btn,a{
	font-family:"Poppins";
	font-weight:300;
	color:#5E5E5E!important;
}
.container{
	max-width:1140px;
}
.navbar-brand img{
	width:120px;
}
.formulario{
	border-style:solid;
	border-color:#929292!important;
	height:48px;
	color:#373332!important;
	font-size:14px;
	font-weight:400;
	margin:10px 0px 10px 0px;
	border-radius:15px 15px 15px 15px;
	border-width:3px 3px 3px 3px;
}
.margen-10{
	color:#363231!important;
	margin:10px 10px 10px 10px;
}
.pad-20{
	margin-bottom:20px;
}
.card-header-style{
	height:48px;
}
.h3-color{
	color:#ffffff;
}
.check-color{
	color:#4A4341!important;
	font-size:22px;
}
.row-style{
	width:52.79%;
}
.card-style{
	width:90.1%;
}
.row-bloc-0-style{
	width:44.39%;
}
.pading-logo{
	padding:8px 8px 8px 8px;
}
.margen-superior-grupo-logos{
	padding-top:15px;
}
.round{
	border-style:solid;
	border-radius:15px 15px 15px 15px;
}
.btn-agregar{
	color:#ffffff;
	display:inline;
	font-family:"helvetica";
	font-weight:bold;
	background-color:#B2683F;
	text-transform:uppercase;
	border-radius:8px 8px 8px 8px;
}
.precio{
	color:#B1663F!important;
	font-size:32px;
	font-family:"helvetica";
	font-weight:bold;
}
.descuento{
	font-size:12px;
	color:#EAEAEA!important;
}
.descuento-color{
	color:#FEFFFF!important;
	font-size:12px;
}
.icon{
	width:100px;
	height:100px;
}
.p-bloc-1-style{
	width:89.47%;
}
.tiendas-titulo{
	padding-right:0px;
	padding-bottom:0px;
	padding-left:0px;
	margin-top:-10px;
}
.card-body-style{
	height:69px;
}
.margin-icon{
	margin-top:-5px;
	color:#00B565!important;
}
.tienda{
	margin-top:-3px;
	color:#4A4441!important;
}
.alert-style{
	height:74px;
}
.unnidades{
	font-size:9px;
}
.margin-top{
	margin-top:120px;
}
.formato{
	margin-top:130px;
}
.container-div-style{
	width:100%;
}
.amarillo-texto{
	color:#FEFB00!important;
}
.form{
	height:36px;
	border-style:_popUpItemAction:;
	padding-top:5px;
	font-family:"Poppins";
	font-size:14px;
	margin-bottom:10px;
	border-color:transparent!important;
	box-shadow:0px 0px 3px #919191;
	color:#5E5E5E!important;
	font-weight:500;
	border-radius:15px 15px 15px 15px;
}
.margen-inferior-30{
	margin-bottom:20px;
}
.img-mas-un-sa-style{
	width:236px;
}
.sub-detalle{
	font-size:20px;
}
.titulo-producto{
	color:#212121!important;
	font-size:15px;
	font-family:"Poppins";
	font-weight:600;
	text-decoration:none;
	text-transform:uppercase;
}
.color-cafe{
	color:#8D1611!important;
	font-weight:900;
}
.boton-pedido-carro{
	width:100px;
}
.desc-producto{
	font-family:"Poppins";
	font-size:16px;
	color:#5E5E5E!important;
	text-transform:none;
	font-weight:500;
}
.precio-normal{
	font-size:22px;
	font-family:"helvetica";
	text-decoration:line-through!important;
	color:#FA0000!important;
}
.antes{
	font-size:14px;
	font-family:"helvetica";
	color:#5E5E5E!important;
	text-transform:uppercase;
}
.producto-contenedor{
	width:100%;
	border-style:none;
	border-color:#D5D3D6!important;
	background-color:#FEFFFF;
	box-shadow:0px 0px 6px #D5D5D5;
	opacity:1.0;
	margin-bottom:10px;
	text-transform:none;
	font-weight:normal;
	margin-right:auto;
	margin-left:auto;
	padding:5px 10px 30px 10px;
	border-radius:4px 4px 4px 4px;
	border-width:1px 1px 1px 1px;
}
.alto-banner{
	height:400px;
}
.img-producto{
	max-height:200px;
}
.col-lg-3{
	padding-right:6px;
	padding-left:6px;
}
.table-responsive{
	font-size:16px;
	color:#A3A3A3!important;
	font-family:"AvertaDemoPECuttedDemo-Regular";
	font-weight:normal;
}
.table-total{
	font-size:18px;
	font-weight:600;
	color:#613020!important;
	font-family:"Poppins";
}
.menu-superior{
	margin-top:15px;
	color:#FDFFFE!important;
	font-size:18px;
	font-family:"helvetica";
	font-weight:400;
}
.img-dogchowlogo-2x-style{
	width:115px;
}
.logo-tienda{
	width:200px;
	margin-top:8px;
	margin-bottom:6px;
}
.espacio{
	margin-right:10px;
	margin-left:10px;
}
.lg{
	font-size:22px;
}
.menu-superior-mobile{
	font-family:"Poppins";
	color:#FEFFFF!important;
	font-size:16px;
	font-weight:300;
}
p{
	font-family:"helvetica";
	font-size:18px;
}
label{
	font-family:"helvetica";
	font-size:14px;
	color:#000000!important;
}
a{
	font-family:"helvetica";
}
.navbar-nav li a{
	font-family:"helvetica";
}
.navbar-brand{
	font-family:"helvetica";
}
.btn-mas-productos{
	font-family:"helvetica";
	text-transform:uppercase;
	font-size:18px;
	font-weight:bold;
}
.detalle-titulo{
	text-transform:uppercase;
}
.agregar{
	background-color:#DE312B;
	font-weight:500;
	color:#FEFFFF!important;
	text-transform:uppercase;
	font-family:"Poppins";
	border-style:solid;
	box-shadow:0px 0px 10px #929292;
	font-size:13px;
	border-radius:6px 6px 6px 6px;
	border-width:2px 2px 2px 2px;
}
.agregar:hover{
	background-color:#FF2600;
}
.pad-producto{
	width:100%;
	padding-right:0px;
	padding-left:0px;
}
.label-style{
	font-size:18px;
}
.tipo-envio{
	font-size:18px;
}
.blanco{
	color:#FEFFFF!important;
	font-family:"Poppins";
	font-weight:bold;
	font-size:14px;
}
.subtitulo-bold{
	font-size:22px;
	font-weight:bold;
	color:#424242!important;
	font-family:"Helvetica";
}
.divisor{
	height:3px;
	background-color:#D5D5D5;
	margin-bottom:10px;
	padding:1px 1px 1px 1px;
}
.boton-modal{
	width:300px;
	font-size:18px;
	color:#FEFFFF!important;
	font-weight:300;
	font-family:"Poppins";
}
.subtitulo{
	font-size:22px;
}
.titulo-modal{
	color:#FEFFFF!important;
	font-weight:bold;
}
.contenido{
	color:#000000!important;
	font-size:18px;
}
.editar{
	font-size:18px;
}
.webpay{
	width:300px;
	margin-top:0px;
}
.link{
	font-size:18px;
	text-decoration:underline!important;
	color:#693C25!important;
}
.marquesina{
	font-size:16px;
}
.sub-item{
	width:100%;
	font-family:"helvetica";
	font-size:16px;
}
.menu-display{
	font-family:"AvertaDemoPECuttedDemo-Regular";
	font-weight:bold;
}
.boton{
	font-weight:bold;
}
.padsuperior{
	margin-top:30px;
}
.ancho-total{
	width:100%;
}
.login{
	background-color:#FFFEFE;
	border-style:_popUpItemAction:;
	box-shadow:0px 2px 16px #A9A9A9;
	padding:20px 20px 20px 20px;
	border-radius:20px 20px 20px 20px;
}
.negro{
	color:#000000!important;
}
.resumen{
	font-size:12px;
}
.banner-destacado{
	height:400px;
	background-image:url("img/bodegon-2022.jpg");
	background-size:contain;
}
.form-check-label{
	font-weight:500;
	font-size:14px;
	font-family:"Poppins";
	color:#5E5E5E!important;
}
.btn-buscar-style{
	font-weight:bold;
	color:#FEFFFF!important;
}
.filtro{
	font-family:"AvertaDemoPECuttedDemo-Regular";
}
.logo-nestle{
	width:255px;
}
.table-mini{
	font-size:14px;
}
.table{
	font-size:14px;
	font-family:"Poppins";
	font-weight:500;
	color:#5E5E5E!important;
}
.bold{
	font-weight:500;
	font-family:"Poppins";
}
h6{
	font-family:"Poppins";
	font-weight:500;
}
h5{
	font-family:"Poppins";
	font-weight:500;
}
h4{
	font-family:"Poppins";
	font-weight:500;
}
h3{
	font-family:"Poppins";
	font-weight:500;
}
h2{
	font-family:"Poppins";
	font-weight:500;
}
h1{
	font-family:"Poppins";
	font-weight:500;
}
.btn-wire{
	font-family:"Poppins";
	font-weight:600;
}

/* = Colour
-------------------------------------------------------------- */

/* Background colour styles */

.bgc-red-pigment{
	background-color:#ED1C24;
}
.bgc-platinum{
	background-color:#EAEAEA;
}
.bgc-outer-space{
	background-color:#424242;
}
.bgc-white{
	background-color:#FEFFFF;
}
.bgc-davys-grey{
	background-color:#5E5E5E;
}

/* Text colour styles */

.tc-outer-space{
	color:#424242!important;
}
.tc-davys-grey{
	color:#5E5E5E!important;
}
.tc-platinum{
	color:#EAEAEA!important;
}
.tc-seashell{
	color:#FAF6EE!important;
}

/* Button colour styles */

.btn-red-pigment{
	background:#ED1C24;
	color:#FFFFFF!important;
}
.btn-red-pigment:hover{
	background:#be161d!important;
	color:#FFFFFF!important;
}
.btn-princeton-orange{
	background:#FF9300;
	color:#FFFFFF!important;
}
.btn-princeton-orange:hover{
	background:#cc7600!important;
	color:#FFFFFF!important;
}
.btn-north-texas-green{
	background:#00923A;
	color:#FFFFFF!important;
}
.btn-north-texas-green:hover{
	background:#00752e!important;
	color:#FFFFFF!important;
}
.btn-taupe-gray{
	background:#929292;
	color:#FFFFFF!important;
}
.btn-taupe-gray:hover{
	background:#757575!important;
	color:#FFFFFF!important;
}
.btn-north-texas-green-2{
	background:#02933A;
	color:#FFFFFF!important;
}
.btn-north-texas-green-2:hover{
	background:#02762e!important;
	color:#FFFFFF!important;
}
.btn-caput-mortuum{
	background:#613120;
	color:#FFFFFF!important;
}
.btn-caput-mortuum:hover{
	background:#4e271a!important;
	color:#FFFFFF!important;
}
.wire-btn-taupe-gray{
	color:#929292!important;
	border-color:#929292!important;
}

/* Icon colour styles */

.icon-platinum{
	color:#EAEAEA!important;
	border-color:#EAEAEA!important;
}
.icon-white{
	color:#FEFFFF!important;
	border-color:#FEFFFF!important;
}
.icon-isabelline{
	color:#F5F1E8!important;
	border-color:#F5F1E8!important;
}

/* Bloc image backgrounds */




/* = Bloc Padding Multi Breakpoint
-------------------------------------------------------------- */

@media (min-width: 576px) {
    .bloc-xxl-sm{padding:200px 20px;}
    .bloc-xl-sm{padding:150px 20px;}
    .bloc-lg-sm{padding:100px 20px;}
    .bloc-md-sm{padding:50px 20px;}
    .bloc-sm-sm{padding:20px;}
    .bloc-no-padding-sm{padding:0 20px;}
}
@media (min-width: 768px) {
    .bloc-xxl-md{padding:200px 20px;}
    .bloc-xl-md{padding:150px 20px;}
    .bloc-lg-md{padding:100px 20px;}
    .bloc-md-md{padding:50px 20px;}
    .bloc-sm-md{padding:20px 20px;}
    .bloc-no-padding-md{padding:0 20px;}
}
@media (min-width: 992px) {
    .bloc-xxl-lg{padding:200px 20px;}
    .bloc-xl-lg{padding:150px 20px;}
    .bloc-lg-lg{padding:100px 20px;}
    .bloc-md-lg{padding:50px 20px;}
    .bloc-sm-lg{padding:20px;}
    .bloc-no-padding-lg{padding:0 20px;}
}


/* = Mobile adjustments 
-------------------------------------------------------------- */
@media (max-width: 1024px)
{
    .bloc.full-width-bloc, .bloc-tile-2.full-width-bloc .container, .bloc-tile-3.full-width-bloc .container, .bloc-tile-4.full-width-bloc .container{
        padding-left: 0; 
        padding-right: 0;  
    }
}
@media (max-width: 991px)
{
    .container{width:100%;}
    .bloc{padding-left: constant(safe-area-inset-left);padding-right: constant(safe-area-inset-right);} /* iPhone X Notch Support*/
    .bloc-group, .bloc-group .bloc{display:block;width:100%;}
}
@media (max-width: 767px)
{
    .bloc-tile-2 .container, .bloc-tile-3 .container, .bloc-tile-4 .container{
        padding-left:0;padding-right:0;
    }
    .btn-dwn{
       display:none; 
    }
    .voffset{
        margin-top:5px;
    }
    .voffset-md{
        margin-top:20px;
    }
    .voffset-lg{
        margin-top:30px;
    }
    form{
        padding:5px;
    }
    .close-lightbox{
        display:inline-block;
    }
    .blocsapp-device-iphone5{
	   background-size: 216px 425px;
	   padding-top:60px;
	   width:216px;
	   height:425px;
    }
    .blocsapp-device-iphone5 img{
	   width: 180px;
	   height: 320px;
    }
}

@media (max-width: 991px){
	.top-formato{
		margin-top:-260px;
	}
	.formato{
		margin-top:130px;
		font-size:16px;
	}
	.btn-agregar{
		font-size:12px;
		padding-top:6px;
		font-family:"helvetica";
		text-transform:uppercase;
		text-decoration:none;
		font-weight:bold;
	}
	.precio{
		font-size:30px;
	}
	.descuento{
		font-size:14px;
	}
	.unnidades{
		font-size:12px;
	}
	.alto-banner{
		height:300px;
	}
	.desc-producto{
		font-size:14px;
	}
	.lg{
		font-size:16px;
	}
	h1,h2,h3,h4,h5,h6,p,label,.btn,a{
		font-family:"Poppins";
		font-weight:300;
	}
	label{
		font-family:"helvetica";
	}
	a{
		font-family:"helvetica";
	}
	.producto-contenedor{
		font-family:"helvetica";
		font-weight:normal;
	}
	p{
		font-family:"helvetica";
	}
	h1{
		font-family:"Poppins";
		font-weight:500;
	}
	h2{
		font-family:"Poppins";
		font-weight:500;
	}
	h3{
		font-family:"Poppins";
		font-weight:500;
	}
	h4{
		font-family:"Poppins";
		font-weight:500;
	}
	.minimo-tabla{
		min-width:200px;
	}
	.boton-modal{
		margin-top:10px;
		margin-bottom:10px;
	}
	.h3-color{
		color:#ffffff;
	}
	.titulo-modal{
		font-family:"helvetica";
		font-size:26px;
	}
	.subtitulo-bold{
		font-family:"helvetica";
		color:#613020!important;
	}
	.form{
		height:36px;
		font-size:14px;
	}
	.menu-superior-mobile{
		font-size:14px;
	}
	.form-check-label{
		font-size:14px;
	}
	.blanco{
		font-weight:bold;
	}
	h5{
		font-family:"Poppins";
		font-weight:500;
	}
	h6{
		font-family:"Poppins";
		font-weight:500;
	}
	.bold{
		font-family:"Poppins";
		font-weight:500;
	}
	.btn-wire{
		font-weight:600;
	}
	
}

@media (max-width: 767px){
	.card-style{
		width:100%;
	}
	.row-style{
		width:100%;
	}
	.precio{
		font-size:32px;
	}
	.descuento{
		font-size:18px;
	}
	.unnidades{
		font-size:12px;
	}
	.btn-agregar{
		font-size:14px;
		font-weight:bold;
	}
	.top-formato{
		margin-bottom:0px;
	}
	.formato{
		margin-top:140px;
		font-size:20px;
	}
	.btn-warning{
		font-size:12px;
		width:150px;
	}
	.text-right{
	}
	.text-left{
	}
	.text-center{
	}
	.desc-producto{
		font-size:12px;
	}
	.boton-pedido-carro{
	}
	label{
		font-family:"helvetica";
	}
	h1,h2,h3,h4,h5,h6,p,label,.btn,a{
		font-family:"Poppins";
		font-weight:300;
	}
	.p-8-style{
		font-weight:bold;
	}
	.subtitulo-bold{
		font-weight:bold;
		color:#424242!important;
	}
	.table-responsive{
		font-size:14px;
	}
	.form{
		margin-bottom:20px;
	}
	.menu-superior-mobile{
		font-size:14px;
	}
	.table-total{
		color:#941100!important;
		font-weight:bold;
	}
	.agregar{
		font-size:12px;
	}
	.blanco{
		font-weight:bold;
	}
	h6{
		font-family:"Poppins";
		font-weight:500;
	}
	h5{
		font-family:"Poppins";
		font-weight:500;
	}
	h4{
		font-family:"Poppins";
		font-weight:500;
	}
	h3{
		font-family:"Poppins";
		font-weight:500;
	}
	h2{
		font-family:"Poppins";
		font-weight:500;
	}
	h1{
		font-family:"Poppins";
		font-weight:500;
	}
	.btn-wire{
		font-weight:600;
	}
	
}

@media (max-width: 575px){
	.footer-link{
		text-align:center;
	}
	.pad-20{
	}
	.card-style{
		width:100%;
	}
	.row-style{
		width:100%;
	}
	.row-bloc-0-style{
		width:100%;
	}
	.pading-logo{
		padding:2px 2px 2px 2px;
	}
	.margen-superior-grupo-logos{
		padding-top:6px;
	}
	.carrusel-top{
		padding-top:10px;
	}
	.btn-agregar{
		font-family:"helvetica";
		text-transform:none;
		font-weight:normal;
		text-decoration:none;
	}
	.amarillo-texto{
		color:#FEFB00!important;
	}
	.nombre-tienda{
		font-size:14px;
	}
	.margin-icon{
		margin-top:-10px;
		display:block;
	}
	.card-body-style{
		height:71px;
	}
	.tienda{
	}
	.p-bloc-1-style{
		width:69.59%;
	}
	.margin-top{
		margin-top:110px;
	}
	.top-formato{
		margin-bottom:200px;
	}
	.formato{
		font-size:12px;
	}
	.navbar-brand img{
		width:80px;
	}
	.h3-primera-compra-style{
		font-size:22px;
	}
	.h3-segunda-compra-style{
		font-size:22px;
	}
	.h3-tercera-compra-style{
		font-size:22px;
	}
	.h3-cuarta-compra-style{
		font-size:22px;
	}
	.producto-contenedor{
		font-family:"helvetica";
		width:106%;
		padding:10px 10px 10px 10px;
	}
	.img-producto{
		width:123px;
		height:auto;
	}
	.h3-bloc-2-style{
		font-size:14px;
	}
	.form{
		font-size:12px;
		height:40px;
		font-family:"Poppins";
		font-weight:300;
		border-style:solid;
		border-color:#000000!important;
	}
	.precio{
		font-size:22px;
		font-family:"helvetica";
	}
	.alto-banner{
		height:200px;
	}
	.desc-producto{
		font-size:12px;
		min-height:40px;
	}
	.titulo-producto{
		font-size:14px;
	}
	.antes{
		font-size:12px;
	}
	.col-lg-3{
		padding-right:4px;
		padding-left:4px;
	}
	.btn-warning{
		font-size:10px;
		font-family:"BronnRust-Medium";
		height:34px;
		width:120px;
	}
	.menu-superior{
		font-size:12px;
		font-family:"helvetica";
		font-weight:700;
		color:#FDFFFE!important;
	}
	.espacio{
		margin-right:5px;
		margin-left:5px;
	}
	.logo-tienda{
		margin-bottom:4px;
		width:110px;
		margin-top:6px;
	}
	.lg{
		font-size:13px;
	}
	.menu-superior-mobile{
		font-size:12px;
		font-family:"Poppins";
		color:#FDFFFE!important;
		font-weight:300;
	}
	.bloc{
		;
	}
	.sticky-nav{
	}
	h1,h2,h3,h4,h5,h6,p,label,.btn,a{
		font-family:"Poppins";
		font-weight:300;
	}
	label{
		font-family:"helvetica";
	}
	p{
		font-family:"helvetica";
		font-size:14px;
	}
	.precio-normal{
		font-family:"helvetica";
	}
	.agregar{
		font-size:10px;
		font-weight:500;
		width:100%;
		font-family:"Poppins";
	}
	.table-responsive{
		font-size:14px;
	}
	.boton-modal{
		width:250px;
		font-size:14px;
	}
	.subtitulo-bold{
		color:#424242!important;
		font-weight:bold;
		font-size:16px;
		font-family:"Helvetica";
	}
	.subtitulo{
		font-size:18px;
	}
	.titulo-modal{
		font-size:18px;
		font-weight:bold;
	}
	.tipo-envio{
		font-size:18px;
	}
	.editar{
		font-size:18px;
	}
	.contenido{
		font-size:18px;
		font-weight:normal;
	}
	.link{
		color:#613020!important;
		font-size:18px;
		font-weight:normal;
	}
	.blanco{
		font-weight:bold;
	}
	.menu-display{
		font-size:14px;
		font-family:"HomepageBaukasten-Bold";
	}
	.sub-item{
		font-family:"helvetica";
	}
	.btn-buscar-style{
		font-weight:bold;
		color:#FEFFFF!important;
	}
	.table-total{
		font-family:"AvertaDemoPECuttedDemo-Regular";
	}
	.p-style{
		font-family:"AvertaDemoPECuttedDemo-Regular";
	}
	.table{
		font-size:14px;
	}
	.form-check-label{
		font-size:12px;
	}
	h1{
		font-family:"Poppins";
		font-weight:500;
	}
	h2{
		font-family:"Poppins";
		font-weight:500;
	}
	h3{
		font-family:"Poppins";
		font-weight:500;
	}
	h4{
		font-family:"Poppins";
		font-weight:500;
	}
	h5{
		font-family:"Poppins";
		font-weight:500;
	}
	h6{
		font-family:"Poppins";
		font-weight:500;
	}
	.btn-wire{
		font-weight:600;
	}
	
}


.cantidad-pedido{
height: 26px;
border-style: _popUpItemAction:;
padding-top: 5px;
font-family: "Poppins";
font-size: 14px;
margin-bottom: 10px;
border-color: transparent!important;
box-shadow: 0px 0px 3px #919191;
color: #5E5E5E!important;
font-weight: 500;
border-radius: 15px 15px 15px 15px;
width: 70px;
}

