.minicart-items .product-item-pricing .label {
    width: auto;
}
.c-footer{margin:0 auto;text-align: center !important;}
.c-footer ul.c-footer__nav__list {padding-right:1px;gap: 0;}
.page-footer {
   font-family: Roboto,sans-serif;
   color: #fff;
   background: #005eac !important;				
   position: relative;
   clear: both;
   padding:20px;
   margin-top:20px;
}
.page-footer .footer.content {
   text-align: center
}
.page-footer .footer.content .links a {
   color: #fff;
}
.page-footer .footer.content .links strong {
   color: #fff;
}
.page-footer .sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    border: 0;
}
.page-footer .o-container {
   margin: 0 auto;
   max-width: 100%;
   display: flex;
   flex-direction: column;
   align-items: flex-start;
   padding:0;
}
.c-footer__top {
   display: flex;  
   flex-direction: column;    			
}			
.c-footer__brand {				
   display: flex;
   flex-direction: column;
   margin-bottom: 20px;
   color:#FFF;				
}
.c-footer__info {
   margin-bottom:20px;
}
.c-footer__copyright {				
   margin-bottom:20px;
   flex-direction:column;	
   align-items: flex-start;			
}
.c-footer__copyright__txt {
   font-size: 12px;				
   line-height: 20px;
   font-family: "Merriweather", sans-serif;				
   color:#FFF;
}
.c-footer__copyright__txt a {
   color:#FFF;	
}
.c-footer__share, .c-footer__app {	
   display: flex;
   flex-direction: row;
   align-items: center;
   width: 100%;
   gap:10px;
}	
.c-footer__share__nav {				
   display: flex;				
   gap: 10px;
   width:100%;
}
.c-footer__share a {
   width: 26px;
   height: 26px;
   display: inline-block;
   color:#FFF;
   text-align: center;				
}
.c-footer__share a svg {
   height:100%;	
}	
.c-footer__share__item--twitter {
   transform: translate(-4px,0);	
}		
.c-footer__links {
   font-size: 14px;				
   line-height: 20px;
   width:100%;
}
.c-footer__nav {
   border-top: 1px solid #fff;
   padding: 20px;				
   display: flex;
   flex-direction: column;				
   gap:20px;
   align-items: flex-start;
   justify-content:flex-start;
}
.c-footer__nav__title {
   font-weight: 700;
   text-transform: uppercase;
}
.c-footer__nav__list {
   display: flex;
   flex-direction: column;				
   gap:5px;
}
ul.c-footer__nav__list {
    padding-left: 0;
}
.c-footer__nav a {
   color: #fff;
   display: block;
   font-family: "Merriweather", sans-serif;
   text-transform: none;
}
.c-footer__colaborators .o-container {
   flex-direction: row;
   gap:10px;
   justify-content: flex-start;
}
@media (min-width: 768px) {
   .c-footer {					
       padding:0 0 0 60px;
   }
   .c-footer .o-container {
       max-width:990px;
       flex-direction:row;
   }
   .c-footer__top {					
       flex-direction: row;  				
   }
   .c-footer__info {
       width:45%;
       margin-bottom:0;
   }
   .c-footer__copyright {					
       margin-bottom:36px;	
   }
   .c-footer__share {
       padding-bottom:15px;
   }
   .c-footer__links {
       display:grid;
       grid-template-columns:repeat(3, 1fr);
   }
   .c-footer__nav {
       border-top: 0;
   }
   .c-footer__colaborators {
       display:flex;
       flex-direction: row;
       margin: 0 auto;
       justify-content: center;
       align-items: center;
       max-width: 990px;
   }
   .c-footer__colaborators .o-container {
       flex-direction: row;
       gap: 40px;
       justify-content: flex-start;
       max-width: none;
       margin-left: 33%;
       margin-right:13%;	
   }				
   .c-footer__app svg {
       height: 28px;
   }
   .c-footer__share__nav {
       gap: 7px;	
   }
}

a.action.tocompare {
    display: none !important;
}
.product-item-details {
    text-align: center;
}
