/********** Template CSS **********/

/*@import url("https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,400;0,500;0,600;1,400;1,500;1,600,900&family=Marcellus&family=Gothic+A1:wght@300;400;500;600;700&display=fallback");

@import url('https://fonts.googleapis.com/css2?family=Kanit:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Poppins&display=swap');
*/
@font-face {
    font-family: 'Kanit';
    font-style:thin;
    font-weight:100;
    font-display: swap;
    src: url("../fonts/Kanit-Thin.ttf") format('woff2');
}

@font-face {
    font-family: 'Kanit';
    font-style:light;
    font-weight:light;
    font-display: swap;
    src: url("../fonts/Kanit-Light.ttf") format('woff2');
  }
  @font-face {
    font-family: 'Kanit';
    font-style:normal;
    font-weight:200;
    font-display: swap;
    src: url("../fonts/Kanit-Regular.ttf") format('woff2');
  }
  @font-face {
    font-family: 'Kanit';
    font-style:medium;
    font-weight: 400;
    font-display: swap;
    src: url("../fonts/Kanit-Medium.ttf") format('woff2');
  }
  @font-face {
    font-family: 'Kanit';
    font-style:bold;
    font-weight: 600;
    font-display: swap;
    src: url("../fonts/Kanit-Bold.ttf") format('woff2');
  }

  /*@font-face {
    font-family: 'Lora';
    font-style:bolder;
    font-weight: 900;
    font-display: swap;
    src: url("../fonts/Lora-ExtraBold.ttf") format('woff2');
  }*/

  /*BOOTSTRAP 5 - primary:#0d6efd;*/

:root {
    --primary: #0d6efd;
    --secondary: #E93C05;
    --tertiary: #555555;
    --light: #DFE4FD;
    --dark: #011A41;

    

    --accent-color: #0d0d0d;
    --bs-gray-100: #f3f3f3;
    --bs-gray-200: #e7e5e2;
    --bs-primary: /*#4a4d3f;*/#2d3705;
    --bs-secondary: #F6F5F2;
    --bs-primary-rgb: 120, 125, 98;
    --bs-body-bg-rgb: 246, 245, 242;
    --bs-light: #fff;
    --bs-dark: #343a40;
    --navbar-color-color: #131814;
    --swiper-theme-color: #787d62 !important;
    --swiper-pagination-color: #787d62 !important;

    --text-primary: #515445;
}

.bg-alb{background-color: #fff;}

.back-to-top {
    position: fixed;
    display: none;
    right: 30px;
    bottom: 30px;
    z-index: 99;
}

/* #f6f5f2 */
body {
  margin: 0 auto;
    background-color: rgb(246, 245, 242, 1);
     color: #000;

     font-size: 20px;

   /* font-size: 18px;line-height: 20px;
    font-family: Kanit, sans-serif; font-weight: 200 !important;*/
  }

h1,
.h1,
h2,
.h2,
.fw-bold {
    font-weight: 600 !important;font-family: Kanit, sans-serif;
}

h3,
.h3,
h4,
.h4,
.fw-medium {
    font-weight: 200 !important;font-family: Kanit, sans-serif;
}

h5,
.h5,
h6,
.h6,
.fw-semi-bold {
    font-weight: 200 !important;
}

a {
    color: #046734;
    text-decoration: none;
    transition: 0.3s color ease-out;
  }
  
  a:hover {
    text-decoration: none;
    color: rgb(55, 0, 255);
  }

/*** Spinner **
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}*/


/*** Button **
.btn {
    transition: .5s;
    font-weight: 600;
}

.btn-primary,
.btn-outline-primary:hover {
    color: #fff;
}*/

/*
.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
}*/


/*** Navbar ***/
.fixed-top {
    transition: .5s;
}

.top-bar {
    height: 45px;
    border-bottom: 1px solid rgba(53, 94, 252, .07); 
}

.navbar{background-color: rgba(255, 255, 255, 0.4);font-family: Kanit;}

.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    margin-left: 8px;
}

.navbar .navbar-nav .nav-link {
    padding: 20px 10px;
    color: #000;
    font-weight: 400;
    outline: none;

    display: block;

    text-decoration: none;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out;
}

.navbar .navbar-nav .nav-link.active {
  color:#fff;background-color: #2d3705;
}

.navbar .navbar-nav .nav-link:hover {
  color:#fff;background-color: #787d62;
}

/*nume user logat*/
.nmsess{color: rgba(var(--bs-danger-rgb));}
/*text "cosul meu"*/
#cart-item{margin-right: -10px;}

/* eu - prima pagina -----------------------------------------------------------------*/

/********** Template CSS **********/

.container,
.container-fluid,
.container-sm,
.container-md,
.container-lg,
.container-xl,
.container-xxl {
  width: 100%;
  padding-right: var(--bs-gutter-x, 0.75rem);
  padding-left: var(--bs-gutter-x, 0.75rem);

  margin-right: auto;
  margin-left: auto;
}

/*** About - 2 div full - poza cover stanga -    background-color: #eddfdd; ***/
@media (min-width: 992px) {
    .container.about {
      max-width: 100% !important;
    }
  
    .about-text {
      padding-right: calc(((100% - 960px) / 2) + 0.75rem);
    }
  }
  
  @media (min-width: 1200px) {
    .about-text {
      padding-right: calc(((100% - 1140px) / 2) + 0.75rem);
    }
  }
  
  @media (min-width: 1400px) {
    .about-text {
      padding-right: calc(((100% - 1320px) / 2) + 0.75rem);
    }
  }

/*NAV - SOCIAL*/
.ve01{background-color: rgba(255, 255, 255, 0.6); padding: 1px 8px;border-radius: 10px;font-weight: 500;margin-right: 4px;}
  /*NAV  orar - nr tel*/
.ve0{background-color: rgba(255, 255, 255, 0.6); padding: 1px 6px;border-radius: 10px;font-weight: 500;}

/*bg h1*/
.ve2{background-color: rgba(0, 0, 0, 0.1);}
/*h1*/
.ve1{font-weight: bolder; color: #FFFFFF; text-shadow: 1px 2px 2px rgba(0,0,0,0.9);}

/*subtitluri*/
.subtit{background-color: #FFFFFF;color: var(--bs-primary);}

/*CARD PRODUSE adauga in cos pp*/
.ve3{font-size: 19px;margin:0 10px;color: #198754;}
.ve4{ color:#9d3906;}
.ve5{color: #ef2809;font-size: 28px;font-weight: 600;}
.ve6{color: #000; font-weight: 300;font-size: 18px;margin-left: 5px;}

/*zecimale pret vechi*/
.sup-w1 {font-size: 12px; vertical-align: top;}
/*zecimale pret*/
.sup-w { color:#bf1e05;font-size: 14px; vertical-align: top;}

/*recenzii - pp - sampoane plic - flacon*/
/*star*/
.checked {color: orange;}
.recdat{font-style: oblique;font-size: 14px;}
.rec1{min-height: 25px; font-weight: 400;color: var(--bs-primary);}
.rrecst{margin: 0 auto;}
.rectit{margin-top: 5px;font-weight: 600;font-size: 20px;}
.rec2{margin-top: -10px;}


/*Recenzii Nuantator*/
.nuant_1{height: 15px; font-weight: 600;color: var(--bs-primary);}
.rnuant_st{margin: 0 auto;}
.nuant_tit{margin-top: -10px;font-weight: 600;font-size: 20px;}
.nuant_2{margin-top: -10px;}
.nuant_dat{float: right;margin-top: -15px;margin-bottom: -10px;font-style: oblique;font-size: 14px;}


/* COS - */
.cos1{margin-top: 130px;min-height: 600px;}
.cos2{background-color: #fff; border-radius: 10px;}
.tb1{vertical-align: middle;}
.tb2{margin-top: 20px;}


/****************MATRITA MAGINI**********************/
.matrita{margin-top: 150px;height: 600px;}





/* 3. Icon Box - Company Services luat de la templateul furnics
/*----------------------------------------------
.icon-box .icon-box-icon svg {
    width: 50px;
    height: 50px;
    color: var(--bs-primary);
}

.icon-box-content h3.card-title {
    font-size: 1.5em;
}
.text-dark {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-dark-rgb),var(--bs-text-opacity))!important;
}*/


/* Div-uri - Despre Noi si Form Mesaj - Imagine in stanga cover */
.dmg {
    min-height: 400px;
  }
  
  .dmg1 {
    object-fit: cover;
  }


.icon-box-icon.pe-3.pb-3 {
    border: 1px solid var(--bs-primary);
    border-radius: 50%;
  }
  
  /*
  .icon-box .icon-box-icon svg {
    width: 50px;
    height: 50px;
    color: var(--bs-primary);
  }
  
  .icon-box .icon-box-content {
    width: 60%;
  }
  
  .icon-box-content h3.card-title {
    font-size: 1.5em;
  }

  .icon-box-effect .social-links .libutton {
    position: relative;
    bottom: 80px;
    opacity: 0;
    display: inline-block;
    margin: 7px;
    padding: 5px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: var(--secondary-color);
  }
  
  .icon-box-effect .social-links button:hover {
    background-color: var(--bs-primary);
  }*/






/*** Facts titlu h3***/
.facts {
    background: linear-gradient(rgba(230, 231, 233, 0.95), rgba(233, 234, 238, 0.95)), url(../img/bg.png);
}

.facttx{max-width: 900px}

/*card produse cu cos - am redenumit cardprod - conflict cu card testimoniale*/
.cardprod {
    transition: transform 0.2s ease;
   background-color: #fff;
    border-radius: 15px;
    border: 0;
    margin-bottom: 1.5em;
  }
  .cardprod:hover {
    transform: scale(1.03);box-shadow: 0 4px 16px 0 rgba(22, 22, 26, 0.9);
  }


/*card produse cu cos - pagina SAMPON - am redenumit cardprod - conflict cu card testimoniale*/
.cardprod2 {
  transition: transform 0.2s ease;
 background-color: #fff;
  border-radius: 15px;
  border: 0;
  margin-bottom: 1.5em;
}
.cardprod2:hover {
  box-shadow: 0 1px 10px 0 rgba(22, 22, 26, 0.3);
}  

/*ALERTE COS - Anulat
#message{margin-top: 130px; z-index: 100;position: absolute; }*/




@media (max-width: 991.98px) {
    .navbar .navbar-nav {
        margin-top: 10px;
        border-top: 1px solid rgba(0, 0, 0, .07);
        background: #FFFFFF;
    }

    .navbar .navbar-nav .nav-link {
        padding: 10px ;
    }

    .cos1{margin-top: 80px;min-height: 600px;}
}

@media (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        visibility: hidden;
        top: 100%;
        transform: rotateX(-75deg);
        transform-origin: 0% 0%;
        transition: .5s;
        opacity: 0;
    }

    .navbar .nav-item:hover .dropdown-menu {
        transform: rotateX(0deg);
        visibility: visible;
        transition: .5s;
        opacity: 1;
    }

    .navbar-toggler-icon {
        color: rgba(0,0,0);
        border-color: rgba(0,0,0,.9);
    }
}


/*** Header carousel*/
.carousel-caption {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: start;
    z-index: 1;
}
/*
.carousel-control-prev,
.carousel-control-next {
    width: 3rem;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    width: 3rem;
    height: 3rem;
    background-color: var(--primary);
    border: 10px solid var(--primary);
}

.carousel-control-prev-icon {
    border-radius: 0 3rem 3rem 0;
}

.carousel-control-next-icon {
    border-radius: 3rem 0 0 3rem;
} 

@media (max-width: 768px) {
    #header-carousel .carousel-item {
        position: relative;
        min-height: 450px;
    }
    
    #header-carousel .carousel-item img {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
}***/


/*
.cardrow{max-width: 600px}
.carousel-item{width: 550px;}*/

.card {
    border: none;
    border-radius: 0;
    box-shadow: 2px 6px 8px 0 rgba(22, 22, 26, 0.18);
  }


.testim{padding: 1em;}

/*
  .carousel-control-prev,
  .carousel-control-next {
    background-color: var(--bs-primary);
    width: 6vh;
    height: 6vh;
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
  }
  .carousel-control-prev span,
  .carousel-control-next span {
    width: 1.5rem;
    height: 1.5rem;background-color: var(--bs-primary);
  }*/

  /* ---------                 carousel ---------------------------------*/

.carousel-inner {
  padding: 0 5px;
}
.card {
  margin: 0 0.5em;
  /* box-shadow: 2px 6px 8px 0 rgba(22, 22, 26, 0.18);*/
  border: 1px solid #ccc;
  height: 100%;
}


  /*.carousel-inner {
   margin: 0 auto;
  }*/

.carousel-control-prev,
.carousel-control-next {
  background-color: #444242;
  color: #ff0000;
  width: 3vh;
  height: 3vh;
  border-radius: 50%;
  top: 50%;
  transform: translateY(-50%);
}



/**/
@media (min-width: 768px) {



  .carousel-item {
    margin-right: 0;
    flex: 0 0 33.333333%;
    display: block;
  }
  .carousel-inner {
    display: flex;
  }


  }

  /*
  .card .img-wrapper {
    max-width: 100%;
    height: 128px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .card img {
    max-height: 100%;
  }
*/






  @media screen and (max-width: 576px) {

    .card:not(:first-child) {
      display: none;
    }
    .cart{font-size: 16px;}
  }


  @media screen and (max-width: 303px) {

    .navbar-toggler-icon {
      display: inline-block;
      width: 1em;
      height: 1.5em;
      vertical-align: middle;
      background-repeat: no-repeat;
      background-position: center;
      background-size: 100%;
  }

  .navbar-toggler {
     padding: 0.25rem 0.25rem;}

     th{font-size: 12px;}

  }



/*gdpr -------------------------------------------*/
/* GDPR Cookie dialog ---------------------------------------------------------------------------------*/

/* GDPR Cookie dialog */


.gdprcookie {
  position: fixed;
  color: white;
  font-size: .8em;
  line-height: 1.5em;
  right: 1.5rem;
  bottom: 1.5rem;
  max-width: 25em;
  padding: 1rem;
  background: black;
}
.gdprcookie h1,
.gdprcookie h2 {
  font-size: 1.2em;
  margin-bottom: .5rem;
}
.gdprcookie h2 {
  font-size: 1.2em;
}
.gdprcookie a {
  color: inherit;
}


/* GDPR Cookie buttons */

.gdprcookie-buttons {
  text-align: center;
}
.gdprcookie-buttons button {
  color: rgb(255, 255, 255);
  font-family: inherit;
  font-size: 1em;
  padding: .4rem;
  border: solid .05rem currentColor;
  border-radius: .15rem;
  margin: 0 .5rem;
  background: none;
  cursor: pointer;
}
.gdprcookie-buttons button:disabled {
  color: rgba(255,255,255,.5);
}


/* GDPR Cookie types */

.gdprcookie-types ul {
  overflow: hidden;
  padding: 0;
  margin: 0 0 1rem;
}
.gdprcookie-types li {
  display: block;
  list-style: none;
  float: left;
  width: 50%;
  padding: 0;
  margin: 0;
}
.gdprcookie-types input[type=checkbox] {
  margin-right: .25rem;
}

/* GDPR Cookie dialog ---------------------------------------------------------------------------------*/


/**
FORMULAR CONTACT - prima pagina -------------------------------------------------------------------------------------------
*/

.form-pp{background-color: #f3f3f3;}
.form-gx-pp{padding: 0 150px;}
/* Create a custom checkbox */
input[type="checkbox"] {
  border: 2px solid #00539C;width: 25px;height: 25px;
}

/*input[type="text" i] {
  width: 100%;
}*/

/*  Form creaza cont   pf/pj      ------------------------------ */
.bgpf{background-color: #dbffec;}
.bgpj{background-color: #dbe3ff;}


select{ width: 80%;height: 35px;}

.codsec{font-size: 12px;color: #0a3c7d;font-weight: bold;display:flexbox;}

.erigchead {
  font-size: 18px;
  color: #c00;
  float: none;
  text-align: center;
 
} /*border: 1px solid #000;*/
/*Afisare eroare send after submit*/
.err3 { margin-top: 115px;margin-bottom: -80px;
  float: none;
  text-align: center;
  min-height: 20px;
  background-color: #000;
  padding: 10px 0;
}
.err31 {
  font-size: 22px;
  color: #f00;
  font-weight: bold;

}
/*Succes trimitere*/
.erigchead2 {
  float: none;
  text-align: center;
  min-height: 20px;
  background-color: #046f1a;
  opacity: 0.9;
  padding: 10px 0;
  font-size: 22px;
  color: #fff;
  font-weight: bold;
  text-shadow: 1px 1px 0 #000;
}
/*Mesaje eroare in form sub imput CONTACT */
.ermail {
  color: #c00;
  float: left;
  margin-top: 5px; margin-left: 10px;margin-bottom: 5px;
  font-size: 16px;
  line-height: 18px;
}

/*Mesaj suces*/
.succ1{margin-top: 200px;}

/*Mesaje eroare in form sub imput CREEAZA CONT */
.ermail2 {
  color: #c00;
  float: left;
  margin-top: -10px; margin-left: 10px;margin-bottom: 1px;
  font-size: 16px;
  line-height: 18px;
}

/*form inregistrare - div imput text*/
.form-floating{width: 100%;}

/*erori autentificare*/
.error{font-size: 14px;color: #f00;}

/*--------------------    CONTUL MEU  - Comenzile mele     --------------------------------------------     */
.whcom1{background-color: #fff;border-radius: 5px;}

.panel-heading-user{background: linear-gradient(45deg,#940946,#0057a1);text-align: center;border-radius: 5px 5px  0  0;min-height: 70px;}
.hruw0{font-size: 14px; color: #fff; font-weight: 400;margin-top: 20px;vertical-align: middle;}
.hruw{font-size: 18px; color: #fff; font-weight: 600;vertical-align: middle;}

.specific-textarea {
  display: block;

    height: 50px;
  word-break: break-word;
}

/*culori*/
.unchecked{color: #ccc;}
.bgculoare{background-color: #fff; border: 1px solid #c6c4c4; border-radius: 3px; padding: 3px 6px;}
.cyan{color: #0dcaf0;}
.satdes{color: #c93;}
.satinc{color: #874e14;}
.blu1{color: #0057a1;}
.green1{color: #04813e;}
.nbcount{padding:0 30px;}

/************* DISTRIBUIE butoane share
***********************************
*********************************************/
/*
.social-bg-top{background-color: #e4eaf8}
*/

.share-handler {  
  color: #04813e;
    padding: 0;margin: 0;
    font-size: 16px; font-weight: bold;
letter-spacing: 1px;
}

/*
.button {
text-align: left;border: 1px solid #f8faff;margin: 5px 0 auto;
}

.button{
  text-decoration: none;
  text-shadow: 1px 0 1px rgba(0, 0, 0, 1);color: #874e14;
}*/

.button:hover.facebook {
  background: #3b5998;color: #fff;
 }

 .button:hover.twitter {
  background: #026f9a;color: #fff;
}

.button:hover.linkedin {
  background: #0e76a8; color: #fff;
}

.button:hover.whatsapp {
  background: #026937; color: #fff;
}
.button:hover.pinterest {
  background: #c8232c; color: #fff;
}


.button.email {
  background: #000; color: #fff;
}



/* PAGINATIE - comenzile mele ca la sporttop*/

.pagination-row {
  text-align: center; 
}


.pnx {
font-size: 16px;
  padding:5px 10px; text-decoration: none;


background: #FFF;
  color: #4479BA;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: solid 1px #20538D;

}

.pnx:hover, .pnx:focus {
  background: #20538D;
  border: solid 1px #20538D;
  text-decoration: none;color: #FFF;
}

.pnx:active {
  -webkit-box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.6);
  -moz-box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.6);
  box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.6);
  background: #2E5481;
  border: solid 1px #203E5F;
}



/*** Footer ***/
/* 9. Brand Collection
/*----------------------------------------------
#brand-collection a img {
    opacity: 0.3;
    transition: opacity 0.3s ease-out;
  }
  #brand-collection a:hover img {
    opacity: 1;
  }*/

  .foo1{ font-weight: 600;color: var(--bs-primary);}

  .footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
   color: var(--bs-dark);
    font-size: 18px;
    font-weight: normal;
    transition: 0.3s;text-decoration: none;
  }
  
  /* text-transform: capitalize;*/
  
  .footer .btn.btn-link::before {
    position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 10px;
  }
  
  .footer .btn.btn-link:hover {
    color: var(--primary);
    letter-spacing: 1px;
    box-shadow: none;
  }

  .footer .copyright {
    font-size: 20px;font-weight: 600;padding-bottom: 20px;
  }


/*************/



 