*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body{

    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    opacity: 1;
}

::-moz-selection { /* Code for Firefox */
  color: white;
  background: #28a745;
}

::selection {
  color: white;
  background: #28a745;
}

[class*=icheck-]>input:first-child+input[type=hidden]+label::before, [class*=icheck-]>input:first-child+label::before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 22px;
    height: 22px;
    border: 1px solid #D3CFC8;
    border-radius: 20%;
    margin-left: -29px;
}

.btn-success {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745;
    box-shadow: none;
    border-radius: 30px;
}

.btn-group-lg>.btn, .btn-lg {
    padding: .5rem 1rem;
    font-size: 1.15rem;
    line-height: 1.5;
}

/* Portrait phones and smaller */
@media (max-width: 480px) {
.btn-group-lg>.btn, .btn-lg {
    padding: .5rem 1rem;
    font-size: small;
    line-height: 1.5;
}
}

h1{

    font-size: 2.5rem;
    font-weight: 700;

}





h2{
    font-size: 1.82rem;
        font-weight: 600;

}





h3{


    font-size: 1.4rem;


        font-weight: 700;





}





h4{


    font-size: 1.1rem;


}





h5{


    font-size: 1rem;


    font-weight: 400;


    color: #1d1d1d;


}





button{


    font-size: 0.8rem;


    font-weight: 700;


    outline: none;


    border: none;


    background-color:#1d1d1d ;


    color: aliceblue;


    padding: 13px 30px;


    cursor: pointer;


    text-transform: uppercase;


}





hr{


    width: 90px;


    height: 2px;


    background-color: #28a745;


}





.star{


    padding: 10px 0;


}





.star i{


font-size: 0.8rem;


color: goldenrod;


}


.carousel .carousel-item {
    height: 350px;
  }
  
  .carousel-item img {
      position: absolute;
      object-fit: cover;
      top: 0;
      left: 0;
      min-height: 350px;
  }





.navbar-light .navbar-nav .nav-link{


    color: black;


    transition: 0.3s ease;


}



.nav-sidebar .menu-open>.nav-link i.right {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}


.navbar-light .navbar-nav .nav-link:hover,


.navbar i:hover,


.navbar-light .navbar-nav .nav-link.active,


.navbar i.active {


color: #28a745;


}











#bar {


    font-size: 1.5rem;


    padding: 7px;


    cursor: pointer;


   


    transition: 0.3s ease;


    color: black;


}





#bar:hover,


#bar.active{


    color:#fff;


}





@media only screen and (max-width:991px){


    body > nav > div > button:hover,


    body > nav > div > button:focus{


        background-color: #28a745;


    }


    body > nav > div > button:hover #bar,


    body > nav > div > button:focus #bar{


        color: #fff;


    }





    #navbarSupportedContent > ul{


     margin: 1rem;


     justify-content: flex-end;


     align-items: flex-end;


     text-align: right;   


    }





    #navbarSupportedContent > ul > li:nth-child(n) > a{


      padding: 10px 0;


    }


}





/* mobile Nav*/


.navbar-light .navbar-toggler{


border: none;


outline: none;


}





#home {


    background-image: url("../../../files/img/back.jpg");


    width: 100%;


    height: 78vh;


    background-size: cover;


    background-position: top center;


    display: flex;


    flex-direction: column;


    justify-content: center;


    align-items: flex-start;


    }





#home span{


color: coral;


}





#new .one img{


    width: 100%;


    height: 100%;


    background-position: center center;


    background-size: cover;


    position: relative;


}





#new .one .details{


    position: absolute;


    width: 100%;


    height: 100%;


    top: 0;


    left: 0;


    transition: 0.3s ease;


}





#new .one:hover .details {


    cursor: pointer;


    background-color: rgba(245, 178, 178, 0.7);


}





#new .one .details button{


    display: inline;


    font-size: 14px;


    font-weight: 500;


    color: #2a2a2a;


    background: none;


    text-transform: uppercase;


    border-bottom: 1px solid #2a2a2a;


    padding: 2.5px;


    transform: translateY(70px);


    transition:0.3s ease;


}





#new .one .details button:hover {


    color: #fff;


    border-bottom: 1px solid #fff;


}





#new .one:nth-child(1) .details {


display: flex;


justify-content: center;


flex-direction: column;


align-items:flex-start;


text-align: start;


}





#new .one:nth-child(2) .details {


    display: flex;


    justify-content: center;


    flex-direction: column;


    align-items:center;


    text-align: center;


    }


    


#new .one:nth-child(3) .details {


        display: flex;


        justify-content: center;


        flex-direction: column;


        align-items:flex-end;


        text-align: end;


        }



        /* products */
        .product {
        background-color: white;
    padding: 0.8rem;
margin-bottom: 1rem;
        }


.brand-content{

    cursor: pointer;
    background-color: #ffffff;

}



.product img {
    transition: 0.3s all;
}


img.img-thumbnail.thum-novidade {
    padding: 0.25rem;
    border: 0;
}


/*.product:hover img{


    opacity: 0.7;


}*/





.brand:hover img{
    opacity: 0.6;
}


        


.product .buy-btn{
    background: #28a745 ;  
    transform: translateY(20px);
    opacity: 0;
    transition: 0.3s all;
  }


  .product .buy-btn-collapse{
    background: #28a745 ;  
  }





.product:hover .buy-btn{


transform: translateY(0);


opacity: 1;


}





#banner {


    background-image: url("../../../files/img/banner/6.jpg");


    width: 100%;


    height: 100vh;


    background-size: cover;


    background-position: top 70px center;


    background-repeat: no-repeat;


    background-attachment: fixed;


    display: flex;


    flex-direction: column;


    justify-content: center;


    align-items: flex-start;


    }





#banner h4{


    color:#D8D9D8


}





#banner h1{


    color:#fff;


}





#banner button{


    background-color:#28a745


}











footer h5{


    color: #000000;


    font-weight: 700;


    font-size: 1.2rem;


}





footer h6{


    color: #000000;


}





footer li{


 padding-bottom: 4px;


}





footer li a {


    font-size: 0.8rem;


    color: #000000;


   }





   footer li a:hover{


    font-size: 0.8rem;


    color: #494949;


   }





   footer P{

    color: rgb(0, 0, 0);

    font-size: 0.8rem;

    display: inline-flex;

   }





   footer .copyright .a-social{


     color: #000;


     width: 38px;


     height: 38px;


     background-color: #fff;


     display: inline-block;


     text-align: center;


     line-height: 38px;


     border-radius: 50%;


     transition: 0.3s ease;


     margin: 0 5px;


   }





   footer .copyright .a-social:hover {


    color: #fff;


    background-color: #28a745;


   }


   img.img-footer {
    width: auto;
    height: 20px;
}
img.img-header {
    width: 2rem;
}

   .inner {


    overflow: hidden;


   }





   .inner img{


    transition: transform 0.25s;





   }





   .inner:hover img{


    transform: scale(1.3);


}





   button.buy-btn-collapse {


    margin-bottom: 3rem;


    width: 80%;


    background-color: #28a745;


    transition: all 0.5s;


    cursor: pointer;


}





button.buy-btn-collapse:hover {


    background-color: #034466;


    border: 0;


}


.card-content {


    bottom: 0;


    left: 0;


    padding: 1vh;


    position: absolute;


    text-align: center;


    width: 100%;


}








.newsletter {
    position: relative;
    width: 100%;
    background: #28a745;
    color: white;
}

p.p-newsletter {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
}

a.btn.btn-default.search-toggle {
    font-size: 1.15rem;
    color: #000000;
    background: white;
    border: 0;
}


.newsletter_text {


    height: 120px;


}





.newsletter_form {


    height: 120px;


}





#newsletter_email {
    width: 300px;
    height: 46px;
    background: #FFFFFF;
    border: none;
    padding-left: 20px;
    border-radius: 0;
}





.newsletter_submit_btn {
    width: 160px;
    height: 46px;
    background: #636566;
    color: #ffffff;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    cursor: pointer;
}




a.user-logout{


    background: #28a745;  


    color: white;


  }





  a.myaccount-btn{


    border: 1px solid #28a745;


    color: #28a745;


}


  a.myaccount-btn:hover{


        background: #28a745;  


        color: #ffffff;


  }











  .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #000000;
    border-bottom: 4px solid #28a745;
    border-color: white white #28a745;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link {
    color: #c1c1c1;
}
.p-nome {
    font-size: 14px;
    line-height: 18px;
    height: 54px;
    margin: auto;
    margin-top: 5px;
    font-weight: 700;
    color: #616161;
    width: 100%;
    position: relative;
    overflow: hidden;
}

.p-nome:hover {
    color: #28a745;
}

.link-product:hover {
    color: #28a745;
}

.moedasign {
    font-size: 1.255rem;
}

.p-price {
    font-size: 1.1rem;
    color: #00a325;
    font-weight: 800;
}

h4.p-price-discont  {
    color: #dc3545;
}

del.p-price.me-2 {
    color: #a7a7a7;
    font-size: 0.84rem;
}

h2.font-weight-bold.section-title {
    color: #28a745;
}

.jumbotron.text-white.jumbotron-image.jumbotron-banner{
    border-radius: 0;
    background-size: cover;
}


.jumbotron-image {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
  }





  #product-prices {
    margin-top: 10px;
}





.flex-container {
    display: flex;
    flex-flow: wrap;
}








.product-prices {
    color: #28a745!important;
    font-weight: 700;
    font-size: 1.8rem;
}





.cents {
    font-size: 1.5rem;
}





small.indication-single a {
    color: #a1a1a1;
}





small.indication-single a:hover {
    color: #383636;
}



.fw-light {


    font-weight: 300 !important;


}


.form-label {


    margin-bottom: .5rem;


    font-size: .9rem;


    color: #6e6e6e;


}





figure.zoom img:hover {


	opacity: 0;


  cursor: pointer;


}





figure.zoom img {


	transition: opacity .5s;


	display: block;


	width: 100%;





}





figure.zoom {


	background-position: 50% 50%;


	position: relative;


	overflow: hidden;


	cursor: zoom-in;


	background-repeat: no-repeat;


}





.card {


    width: 350px;


    flex-direction: column;


    min-width: 0;


    word-wrap: break-word;


    background-color: #fff;


    background-clip: border-box;


    border: 1px solid #d2d2dc;


    border-radius: 6px;


    -webkit-box-shadow: 0px 0px 5px 0px rgb(249, 249, 250);


    -moz-box-shadow: 0px 0px 5px 0px rgba(212, 182, 212, 1);


    box-shadow: 0px 0px 5px 0px rgb(161, 163, 164);


  }


  


  .cookies a {


    text-decoration: none;


    color: #000;


    margin-top: 8px;


  }


  


  .cookies a:hover {


    text-decoration: none;


    color: #28a745;


    margin-top: 8px;


  }





  .text-end {


    text-align: right !important;


}








.navbar-one.flex.main-header {


    padding: 0 20px;


}





.flex{


    display: flex;


    justify-content: space-between;


    align-items: center;


}





.navbar-one{


    background-color:#28a745 ;


    color:white;


    height: 40px;


}





.left > div + div{


    margin-left: 40px;


}





.right > div{


    margin-left:40px ;


}





.navbar-second{


    background-color: white;


    height: 70px;


    position: sticky;


    top: 0;


}





/* Landscape tablets and medium desktops */


@media (min-width: 992px) {


    .row.p-0.m-0.home-three{


    height: 93vh;


  }


 


  }


  /* Portrait phones and smaller */


  @media (max-width: 480px) {


    .nav-link {


      font-size: 14px;


  }





  }





  @media (max-width: 480px) {


    h4.p-price {


        font-size: 1.100rem;


    


    }


      }


/* Landscape phones and portrait tablets */


@media (max-width: 767px) {


    .navbar-one.flex.main-header {


        padding: 0 10px;


        font-size: 7px;


    }


  


    }



@media (min-width: 768px) {


    #btn-back-to-top {

    display: block;
    right: 102px;
    z-index: 1500;
    position: fixed;
    width: 50px;
    bottom: 39px;


      }
      
}


@media (max-width: 767px) {

 #btn-back-to-top {
 
    display: none;

  }
     
}

/*TEXTO POR ENCOMENDA*/

@media (min-width: 768px) {

.por_encomenda {
    float: right;
}
}


@media (max-width: 767px) {

.por_encomenda {
     font-size: 0.8rem;
}

}

@media (max-width: 767px) {

.ver_tudo {
    line-height: 4rem;
}

}

      


      img.img-fluid.mb-3.card-product {
        width: 100%;
        height: 220px;
        object-fit: contain;
    }


    


    img.img-fluid.mb-3.brand-image{


        width: 120px;


        height: 120px;


        object-fit: contain;


    }


   


.produto-description {
    Overflow: hidden;
    height: 2.5rem;
    line-height: initial;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    text-overflow: ellipsis;
    display: block;
}

        
.produto-deriver-description{
    height: 40px;
    margin-bottom: 1rem;
}


    #product-content {


        text-align: center;


    }


    /* Portrait tablets  */


@media (min-width: 768px) {





}


i.right.fas.fa-angle-left.nav-link {


    padding-top: 0;


    color: #28a745;


}





/* Small devices (landscape phones, less than 768px)*/


@media (max-width: 991.98px) { 


.great {


    font-size: 9px;


  }


  }





  .active_storage {
    background-color: #ffffff;
}


.fa_social{


    position: absolute;


    left: 50px;


    margin-top: 4px;


}


.btn-flat-site {


    border-radius: 5px;


}


.module-border-wrap {


    position: relative;


    background: linear-gradient(to right, #3bb2f7, #01ff70);


    padding: 2px;


}


  


a.nav-link.nav-child-see {


    font-size: 11px;


    color: red;


}





.custom-btn {


    color: #fff;


    border-radius: 5px;


    font-family: 'Lato', sans-serif;


    font-weight: 500;


    background: transparent;


    cursor: pointer;


    transition: all 0.3s ease;


    position: relative;


    display: inline-block;


    outline: none;


  }


  /* 15 */


  .btn-15 {

    background: transparent;

    z-index: 1;

    color: #28a745;

    border-color: #28a745;

    border: 0;
}






:root {
  --color-black: hsl(0, 0%, 10%);
  --color-darks: hsl(0, 0%, 25%);
  --color-greys: hsl(0, 0%, 60%);
  --color-light: hsl(0, 0%, 95%);
  --color-white: hsl(0, 0%, 100%);
  --color-blue-100: hsl(217, 91%, 60%);
  --color-blue-200: hsl(221, 83%, 53%);
  --color-blue-300: hsl(224, 76%, 48%);
  --shadow-small: 0 1px 3px 0 rgba(0, 0, 0, 0.1),
     0 1px 2px 0 rgba(0, 0, 0, 0.06);
  --shadow-medium: 0 4px 6px -1px rgba(0, 0, 0, 0.1),
     0 2px 4px -1px rgba(0, 0, 0, 0.06);
  --shadow-large: 0 10px 15px -3px rgba(0, 0, 0, 0.1),
     0 4px 6px -2px rgba(0, 0, 0, 0.05);
}



.search-toggle, .search-cancel {
  display: block;
  cursor: pointer;
  font-size: 1.35rem;
  line-height: inherit;
  color: var(--color-black);
}
.search-block {
    position: fixed;
    top: 0;
    right: -100%;
    width: 75%;
    height:4rem;
    z-index: 10;
    overflow: hidden;
    background-color: var(--color-white);
    transition: all 0.45s ease-in-out;
}
.search-block.is-active {
  top: 0;
  right: 5rem;
}
.search-form {
  display: flex;
  align-items: center;
  column-gap: 0.75rem;
  padding: 0.75rem 1rem;
}
.search-input {
  display: block;
  font-family: inherit;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  width: 100%;
  height: auto;
  padding: 0.65rem 1.25rem;
  border: none;
  outline: none;
  border-radius: 0.25rem;
  color: var(--color-black);
  background-color: var(--color-light);
}
.search-input::-webkit-search-decoration, .search-input::-webkit-search-cancel-button {
  display: none;
  visibility: hidden;
}

.navbar-badge {
    font-size: 0.7rem;
    font-weight: 600;
    padding: 5px 7px;
    position: absolute;
    right: 10px;
    top: -1px;
    border-radius: 50%;
}

  .btn-15:after {


    position: absolute;


    content: "";


    width: 0;


    height: 100%;


    top: 0;


    right: 0;


    z-index: -1;


    background-color: #28a745;


    border-radius: 5px;


 


    transition: all 0.3s ease;


  }


  .btn-15:hover {


    color: #fff;


  }


  .btn-15:hover:after {


    left: 0;


    width: 100%;


  }


  .btn-15:active {


    top: 2px;


  }





  button.btn.custom-btn {


    font-size: 11px;


}


  /* Center the loader */


#loader {


    position: absolute;


    left: 50%;


    top: 50%;


    z-index: 1;


    width: 120px;


    height: 120px;


    margin: -76px 0 0 -76px;


    border: 16px solid #f3f3f3;


    border-radius: 50%;


    border-top: 16px solid #28a745;


    -webkit-animation: spin 2s linear infinite;


    animation: spin 2s linear infinite;


  }


  


  @-webkit-keyframes spin {


    0% { -webkit-transform: rotate(0deg); }


    100% { -webkit-transform: rotate(360deg); }


  }


  


  @keyframes spin {


    0% { transform: rotate(0deg); }


    100% { transform: rotate(360deg); }


  }


  


  /* Add animation to "page content" */


  .animate-bottom {


    position: relative;


    -webkit-animation-name: animatebottom;


    -webkit-animation-duration: 1s;


    animation-name: animatebottom;


    animation-duration: 1s


  }


  


  @-webkit-keyframes animatebottom {


    from { bottom:-100px; opacity:0 } 


    to { bottom:0px; opacity:1 }


  }


  


  @keyframes animatebottom { 


    from{ bottom:-100px; opacity:0 } 


    to{ bottom:0; opacity:1 }


  }


  


  #myDiv {


    display: none;


  }
  
  .ribbon-card{
    width: auto;
    text-align: center;
    position: absolute;
    top: 21px;
    z-index: 50;
	border-radius: 15px;
  }

  .favorite {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 17px;
    height: 17px;
    color: #d6d6d6;
    z-index: 500;
   cursor: pointer;
}

  .favorite_left
  {
      left: 15px;
  }
  .favorite.active
  {
      visibility: visible;
      opacity: 1;
      
  }
  .product-item:hover .favorite
  {
      visibility: visible;
      opacity: 1;
  }
  i.nav-icon.far.fa-heart.favme.fas {
    color: #28a745;
}

  .card-img-overlay.text-white.d-flex.flex-column.justify-content-center {
    background: radial-gradient(#000000a8, transparent);
}

.nav-pills .nav-link.active {
    color: #fff;
    background-color: #28a745!important;
    font-weight: 700;
}

img#no_founded {
    max-width: 40%;
    height: auto;
}

[class*=sidebar-light-] .sidebar a :hover{
    color: #28a745;
}

.sidebar-open {
    overflow: hidden;
}

 

@media (max-width: 1799px){
    .container-xl {
        max-width: 100%;
    }
}

@media (min-width: 1800px){
    .container-xl {
        max-width: 1584px;
    }
}

.dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #28a745;
}




/* Style the Image Used to Trigger the Modal */
img {
    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s;
}


/* The Modal (background) */
#image-viewer {
    display: none;
    position: fixed;
    z-index: 1021;
    cursor: pointer;
    padding-top: 100px;
    left: 0;
    top: 57px;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(51, 51, 51, 0.95);
}
.modal-content {
    margin: auto;
    display: block;
    width: 100%;
    max-width: 700px;
}
.modal-content { 
    animation-name: zoom;
    animation-duration: 0.6s;
}
@keyframes zoom {
    from {transform:scale(0)} 
    to {transform:scale(1)}
}
#image-viewer .close {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
}
#image-viewer .close:hover,
#image-viewer .close:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
}

@media only screen and (max-width: 700px){
    .modal-content {
        width: 100%;
    }
}






/*------------------*/