@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,600;1,900&display=swap');
body {
    font-family: "Poppins", sans-serif;
    margin: 0;
    padding: 0; 
    color: #303030!important;
    text-rendering: optimizeLegibility; 
    font-size: 15px!important; 
    font-weight: 600;
}

header
{
    margin-top: -55px; 
    width: 30%;
    margin-left: 35%;
}
 p {
   font-size: 15px!important;
   font-weight: 600;
   
}
a , a:hover , a:focus , a:active {
    text-decoration: none;
    color: #007B7F;
}
 
.categ-home span , .categ-home span:hover , .categ-home span:focus {
    font-size: 25px!important;
    color:white!important;
    background: rgb(255 98 70 / 70%);
    text-decoration: none!important;
}
 
/* default font size */
.fa {
    font-size: 27px;
}
/* Override the bootstrap defaults */
h1 {
    font-size: 30px;
}
h2 {
    font-size: 23px;
}
h3 {
    font-size: 15px;
}
h5 {
    font-size: 15px;
}
h6 {
    font-size:  15px;
}
 
legend {
    font-size: 16px;
    background: #007B7F;
    padding: 7px ;
    color: white;
}
label {
    font-size: 15px;
    font-weight: normal;
}   
 textarea.form-control, input[type="text"].form-control, input[type="password"].form-control, input[type="datetime"].form-control, input[type="datetime-local"].form-control, input[type="date"].form-control, input[type="month"].form-control, input[type="time"].form-control, input[type="week"].form-control, input[type="number"].form-control, input[type="email"].form-control, input[type="url"].form-control, input[type="search"].form-control, input[type="tel"].form-control, input[type="color"].form-control {
     display: block;
    border: none;
    border-bottom: 1px solid #ccc;
    width: 100%;
    padding: 10px;
    color: #303030!important;
}
 
.select.form-control {
    padding: 6px;
    display: block;
    border: none;
    border-bottom: 1px solid #ccc;
    width: 100%;

}

 
.input-group .input-group-addon {
    font-size: 15px;
    height: 30px;
}
/* Fix some bootstrap issues */
span.hidden-xs, span.hidden-sm, span.hidden-md, span.hidden-lg {
    display: inline;
}

.nav-tabs {
    margin-bottom: 14px;
}
div.requi#cb6d18 .control-label:before {
    content: '* ';
    color: #F00;
      
}
/* Gradent to all drop down menus */
.dropdown-menu  {
   background: #ffffff;
   font-size: 15px!important;

} 
.dropdown-menu li > a:hover {
    text-decoration: none;
    background: white;
    color: #007B7F!important;
    padding: 9px;
}
.btn-block {
    width: fit-content;
    margin-top: 15px;
}
 
/* content */
#content { 
    width: 80%!important;
    margin-left: 10%!important;
    margin-right: 10%!important;
    margin-top: 1%!important;
    margin-bottom:  1%!important;
}
@media (max-width: 767px) { 

#tosc {
    margin-bottom: 55px;
}
#content { 
    width: 100%!important;
    margin-left:0%!important;
    margin-right: 0%!important; 
} 
}
/* footer */
footer {
    margin-top: 30px;
    padding-top: 30px;
    background: black;
    border-top: 1px solid #ddd;
    color: #e2e2e2;
    width:100%;
    margin-left: :5%;
}
footer hr {
    border-top: none;
    border-bottom: 1px solid #666;
}
footer a {
    color: #ccc;
     font-size: 13px;
}
footer p {
    color: #ccc;
     font-size: 13px;
}
footer a:hover {
    color: #fff;
}
footer h5 {
    font-size: 13px;
      
    color: #fff;
}

/* alert */
.alert   {
  padding: 8px 14px 14px 14px;
  width:80%;
  margin-left:10%;
  margin-top: 10px;
  text-align: center;
  background: #007B7F;
  color: white;
}
  .addcartcss{
 padding: 8px 14px 8px 14px;
    width: 80%;
    margin-left: 10%;
    margin-top: 10px;
    text-align: center;
    background: #007B7F;
    color: white;
     border-radius:  0px;
}


.alert-dismissable .close, .alert-dismissible .close {
    position: relative;
    top: -2px;
    right: 0px;
    color: inherit;
} 
/* buttons */
.buttons {
    margin: 1em 0;
}



/* carousel */
.carousel-caption {
    color: #FFFFFF;
    text-shadow: 0 1px 0 #A3C1DA;
}
.carousel-control .icon-prev:before {
    content: '\f053';
}
.carousel-control .icon-next:before {
    content: '\f054';
}

/* product list */
.product-thumb    {
    border: none;
    height: auto;
    background: #fffffd;
}
.product-thumb   .image {
  text-align: center;
}
.product-thumb   .image a {
  display: block;
}
.product-thumb   .image a:hover {
  opacity: 0.8;
}
.product-thumb   .image img {
   width: 100%;
    height: auto;
    padding: 5px;
    overflow: hidden;
    border-radius: 20px;
    object-fit: cover;
} 
.product-thumb   h2  {
    
    color: #007B7F;
}
.product-thumb   .caption {
    padding: 0 20px;
    height: auto; 
} 
.product-thumb    .caption a {
    color: #333;
    font-weight: bolder;
} 
.product-thumb   .namee{ 
  height: 66px;
}
h2.price {
  margin: 0;
}
.product-thumb   .price {
  color: #444;
}
.product-thumb   .price-new {
  font-weight: 600;
}
.product-thumb   .price-old {
  color: #999;
  text-decoration: line-through;
}
 .product-thumb   .price-taxp {
    color: #cb6d18;
    font-size: 25px;
    display: block;
    font-weight: bolder;
    display:inline;
    text-decoration: line-through;
}
 .product-thumb   .price-taxsmallp {
    color: #cb6d18;
    font-size:18px;
    display:inline;
    text-decoration: line-through;
}
 .product-thumb   .price-tax {
    color:#007B7F;
    font-size: 36px;
    display: block;
    font-weight: bolder;
    display:inline;
}
 .product-thumb   .price-taxsmall {
    color: #007B7F;
     font-size: 13px;
    display:inline;
} 
 
.product-thumb   .nameee{ 
 height: 60px;
}

  


 @media (max-width: 991px) {
 
 .product-thumb   .price-taxp {
     font-size: 13px;
}
 .product-thumb   .price-taxsmallp {
    font-size:10px;
}
 .product-thumb   .price-tax {
    font-size: 25px;
}
 .product-thumb   .price-taxsmall {
    font-size: 13px;
}
.product-thumb   .namee{ 
  height:   70px;
} 
.product-thumb   .nameee{ 
      height: 70px;
} 
} 

.product-thumb   .button-group {
  border-top: none;
  background-color: transparent;
  overflow: auto;
}
.product-thumb .button-group {
    border-left: none;
}
  
.product-thumb   .button-group button {
    width: 33%!important;
    display: inline-block;
    float: left;
    background-color: transparent;
    color: #007B7F;
    line-height: 50px;
    text-align: center;
    border:none;
}

.product-thumb   .button-group button:hover {
    color: #e73184;
    background-color: #e4eff6;
    text-decoration: none;
    cursor: pointer; 
}
 
/* /////////end products */
.thumbnails {
    overflow: auto;
    clear: both;
    list-style: none;
    padding: 0;
    margin: 0;
}
.thumbnails > li {
    margin-left: 20px;
}
.thumbnails {
    margin-left: -20px;
}
.thumbnails > img {
    width: 100%;
}
.image-additional a {
    margin-bottom: 20px;
    padding: 5px;
    display: block;
    border: 1px solid #ddd;
}
.image-additional {
    max-width: 78px;
}
.thumbnails .image-additional {
    float: left;
    margin-left: 20px;
}

@media (min-width: 1200px) {
    #content .col-lg-2:nth-child(6n+1),
    #content .col-lg-3:nth-child(4n+1),
    #content .col-lg-4:nth-child(3n+1),
    #content .col-lg-6:nth-child(2n+1) {
        clear:left;
    }
}
@media (min-width: 992px) and (max-width: 1149px) {
    #content .col-md-2:nth-child(6n+1),
    #content .col-md-3:nth-child(4n+1),
    #content .col-md-4:nth-child(3n+1),
    #content .col-md-6:nth-child(2n+1) {
        clear:left;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    #content .col-sm-2:nth-child(6n+1),
    #content .col-sm-3:nth-child(4n+1),
    #content .col-sm-4:nth-child(3n+1),
    #content .col-sm-6:nth-child(2n+1) {
        clear:left;
    }
}

/* fixed colum left + content + right*/
@media (min-width: 768px) {
    #column-left  .product-layout .col-md-3 {
       width: 100%;
    }

    #column-left + #content .product-layout .col-md-3 {
       width: 50%;
    }

    #column-left + #content + #column-right .product-layout .col-md-3 {
       width: 100%;
    }

    #content + #column-right .product-layout .col-md-3 {
       width: 100%;
    }
}

/* fixed product layouts used in left and right columns */
#column-left .product-layout, #column-right .product-layout {
    width: 100%;
}

/* fixed mobile cart quantity input */
.input-group .form-control[name^=quantity] {
    min-width: 50px;
}

/* Missing focus and border color to overwrite bootstrap */
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
    background-image: none;
    background-color: #df5c39;
}
/*////// header nav */
  .navbar { 
    background-color: #A3C1DA;
    z-index: 9999;
    border: 0;
    line-height: 1.42857143 !important;
    letter-spacing: 4px;
    border-radius: 0; 
  }
  .navbar-nav>li>a {  
    line-height: 35px;
    font-size: 22px!important;
}
  .navbar li a, .navbar .navbar-brand {
      color: #fff !important; 
  }
  .navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {
    color: #007B7F!important; 
}
  #top-links li a:hover,  #top-links li.active a {
    color: #007B7F !important;
    background: white;
    padding: 8px;
    border-radius: 50%;
}
 
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover {
    color: transparent;
    background-color: transparent;
}
 
/*///// account page*/
.nav-tabs>li>a {
    margin-right: 2px;
    color:  #007B7F;
    line-height: 1.42857143;
    border-radius: 0px;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
    color: #ffffff;
    cursor: default;
    background-color:  #007B7F;
    border-bottom-color: transparent;
}
#cofinga{
    color: black;
}
#cofinga:hover {
    color: #007B7F;
    text-shadow: 0 4px 0 #FFEB3B;
    
}  
/*///////////////////////*/
/* to fix the promo text if it promo
================================= */
.text {
    background-color: #ff2323;
    color: #ffffff;
     font-size: 13px;
    padding: 9px 14px;
    border-radius: 50%;
}
.promo {
    display: block;
    position: absolute;
    top: 11px;
    left: 0;
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
}
@media(max-width: 1149px){
.text {
    background-color: #007B7F;
    color: #ffffff;
    font-size: 21px;
    padding: 9px 14px;
    border-radius: 40px;
}

}
@media(max-width: 991px){
.text {
    background-color: #007B7F;
    color: #ffffff;
    font-size: 13px;
    padding: 6px 11px;
    border-radius: 40px;
}

}
@media(max-width: 767px){
.text {
    background-color: #007B7F;
    color: #ffffff;
    font-size: 13px;
    padding: 6px 11px;
    border-radius: 40px;
}

}
/*//////////////////*/
.qtyminus{
    background: #007B7F;
    color: white;
    border: none;
    padding: 2px;
    border-radius: 50%;
}
.qtyplus {
    background: #007B7F;
    color: white;
    border: none;
    padding: 2px;
    border-radius: 50%;
}
.divqte{
    margin-top:  0px;
    margin-bottom: 6px;
}  
 #catconfig
{
   color: #007B7F;
     font-size: 13px
    
}
 #titreimprimante
{
    color: whitesmoke;
    background: #e73184;
    padding-bottom: 10px;
    padding-top: 10px;
    width: 90%;
    text-align: center;
    margin-left: 5%;
    font-size: 14px;
}
.chmsuiv1{
     background: #007B7F;
    color: white;
}
.chmsuiv1 a{
    color: white;
}
#discounted{
    text-decoration: line-through;
    text-align: center;
    background:#007B7F;
    
    color: white;
    margin: 6px 10px;
}
#titreprdt{
    color: brown;
     font-size: 13px;
    
     
}
#price{
     text-align: center;
    background: #009688;
    
    color: white;
   margin: 6px 10px;
} 
.mdmd
{
     margin-top: 21px;
}
@media(max-width: 903px){
    .mdmd
{
     margin-top: 59px;
}
}
@media(max-width: 767px){
    .mdmd
{
 margin-top:42px;
}
}
.prdtprm{
     color: #cb6d18;
    
}
.prdtbig{
     color: #007B7F;
    
} 
  
}
/*////// slider left and right*/
.carousel-control.right  {
    right: 0;
    left: auto;
    background: none;
}
.carousel-control.left  {
    left: 0;
    right: auto;
    background: none;
}
.carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
    margin-right: -14px;
    color: blue; 
}
.carousel-control .glyphicon-chevron-left, .carousel-control .icon-previous {
    margin-right: -14px;
    color: blue; 
}
  

.btndes{
    width: 100%;
    padding: 20px;
    background: #007B7F;
    border: none;
    color: white;
    margin-top: 6px;
}
#to-fit-manuf { 
    width: 100%;
    background:#007B7F;
    width:
}

#to-fit-manuf a{ 
    color: white!important;
}
#to-fit-manuf a:hover,#to-fit-manuf a:focus , #to-fit-manuf a:active { 
    color:#007B7F!important;
    background: white!important;
}

 #id-steps {
    background:rgb(158 158 158 / 8%);
    padding: 2%;
    color: #303030;
    font-weight: 600;
} 
 

/*contact*/
#form-id{
     color: #303030!important;
    background: rgba(148, 148, 148, 0.08) !important;
    padding: 16px;
    font-size: 13px!important;
}
#id-input ,#id-input:hover ,#id-input:active , #id-input:focus , .id-input,.id-input ,.id-input:hover ,.id-input:active , .id-input:focus {
    padding: 14px;
    display: block;
    border: none;
    border-bottom: 1px solid #ccc;
    width: 100%;
    font-size: 14px !important;
    color: #140d10 !important;

} 
.form-control { 
    height: 50px;
    padding:   12px;
   font-size: 14px!important;
    border-radius: 0px;
    }
#id-select{
    display: block;
    border: none;
    border-bottom: 1px solid #ccc;
    width: 100%;
    padding: 10px;
    font-size: 13px!important;
      color: #303030!important;

}
 .contact-alert {
  padding: 20px; 
  background-color: #007B7F;
  color: white;
  font-weight: normal;
}
/*/// auathentifaction*/
#authen{
    background:  white; 
     margin-top: -21px;
      border-radius: 0px; 

}


#authen-img{ 
    background:  white; 
      border-radius: 0px; 
    
}

.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {

    border: 1px solid transparent;
}
 
/*/////account*/
.nav-tabs.nav-justified>.active>a, .nav-tabs.nav-justified>.active>a:focus, .nav-tabs.nav-justified>.active>a:hover {
    border-bottom-color: #007B7F;
    background: #007B7F;
    color: white!important;
}
.nav-tabs.nav-justified>li>a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
    color: #007B7F;
    background: transparent;
}

.btn-info,.btn-info:hover,.btn-info:active,.btn-info:focus , .btn-info.active.hover,.btn-info.active.focus, .btn-info.active:focus, .btn-info.active:hover, .btn-info:active.focus, .btn-info:active:focus, .btn-info:active:hover, .open>.dropdown-toggle.btn-info.focus, .open>.dropdown-toggle.btn-info:focus, .open>.dropdown-toggle.btn-info:hover {
    color: #fff;
    background-color: #007B7F;
    border-color: #007B7F;
    width: 100%;
     font-size: 13px;
}
/* The container RADIO BUTTON DESIGN */
.containerr {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 14px;
  font-weight: 600;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default radio button */
.containerr input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}


.containerr span {
  color: #007B7F;
}

/* Create a custom radio button */
.checkmarkk {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
  border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.containerr:hover input ~ .checkmarkk {
  background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.containerr input:checked ~ .checkmarkk {
  background-color: #007B7F;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmarkk:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.containerr input:checked ~ .checkmarkk:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.containerr .checkmarkk:after {
  top: 9px;
  left: 9px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: white;
}
.btnsearch , .btnsearch:focus , .btnsearch:hover{ 
    width: 50%;
    margin-top: 10px;
    background: #007B7F;
    border: 1px solid #007B7F;
    color: white;
    padding: 10px;
    margin-left: 25%;
    border-radius: 12px;
}

#snackbar {
    visibility: hidden;
    background-color: #007B7F;
    color: #fff;
    text-align: center;
    border-radius: 2px;
    padding: 16px;
    position: fixed;
    z-index: 1;
    left: 4%;
    right: 4%;
    bottom: 30px;
     font-size: 13px;
}

#snackbar.show {
    visibility: visible;
    -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
    animation: fadein 0.5s, fadeout 0.5s 2.5s;
}
webkit-keyframes fadein {
    from {bottom: 0; opacity: 0;} 
    to {bottom: 30px; opacity: 1;}
}

@keyframes fadein {
    from {bottom: 0; opacity: 0;}
    to {bottom: 30px; opacity: 1;}
}

@-webkit-keyframes fadeout {
    from {bottom: 30px; opacity: 1;} 
    to {bottom: 0; opacity: 0;}
}

@keyframes fadeout {
    from {bottom: 30px; opacity: 1;}
    to {bottom: 0; opacity: 0;}
}


/*the container must be positioned relative:*/
.custom-select  {
  background-color: #007B7F;
    border: 6px solid transparent;
    border-color: #fff transparent transparent transparent;
    color: #ffffff;
    padding: 14px 16px;
    border: 1px solid transparent;
    border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
    cursor: pointer;
    user-select: none;
}
 option:after{ 
    padding: 14px 16px; 
}

option { 
    display: block!important;
    white-space: pre!important; 
    padding:  10px!important;
}
.input-group .form-control:last-child, .input-group-addon:last-child, .input-group-btn:first-child>.btn-group:not(:first-child)>.btn, .input-group-btn:first-child>.btn:not(:first-child), .input-group-btn:last-child>.btn, .input-group-btn:last-child>.btn-group>.btn, .input-group-btn:last-child>.dropdown-toggle {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    font-size: 13px;
    height: 40px;
}


/* list group */
.list-group {
    padding-left: 0;
    margin-bottom: 0px; 
      width: 100%; 

}
.list-group-item.active, .list-group-item.active:focus, .list-group-item.active:hover {
    z-index: 2;
    color: #444444;
    background: rgb(255, 255, 255);
    border: 1px solid rgba(148, 148, 148, 0.31);
      width: 100%; 
}

.list-group a { 
  color: #007B7F; 
  width: 100%; 
   font-size: 13px;
   font-weight: 600;
}
.list-group a.active, .list-group a.active:hover, .list-group a:hover {
    color: #007B7F;
    background: transparent;
    border: none;
    text-shadow: 0 1px 0 #FFF;
   font-weight: 600;
      width: 100%; 
}
 
.list-group .classbutton ,.list-group .classbutton:hover  ,.list-group .classbutton:active ,.list-group .classbutton:focus {
    float: right;
    background: rgba(148, 148, 148, 0.3);
    border: none!important;
    color: #007B7F!important;
    font-size: 13px;
   font-weight: 600;
    padding: 1% 3%
  }

  button
{
    border-color:transparent;
}
.list-group h1, h2, h3 {
    margin-top: 5px;
    margin-bottom:5px;
}

/*///////////PRICE RANGE SELECTOR*/
.slidecontainer {
  width: 100%;
}

.slider {
  -webkit-appearance: none;
  width: 100%;
  height: 14px;
  border-radius: 5px;
  background: #d3d3d3;
  outline: none;
  opacity: 0.7;
  -webkit-transition: .2s;
  transition: opacity .2s;
}

.slider:hover {
  opacity: 1;
}

.slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: #007B7F;
  cursor: pointer;
}

.slider::-moz-range-thumb {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: #007B7F;
  cursor: pointer;
}

 

#idrefresh , #idrefresh:hover , #idrefresh:focus , #idrefresh:active{
    background: #A3C1DA;
    color: white;
    padding: 14px;
    font-size: 14px;
    border: 1px solid #A3C1DA;
}
 

/* The container */
.container {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer; 
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
   font-size: 13px
}

/* Hide the browser's default checkbox */
.container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #eee;
}

/* On mouse-over, add a grey background color */
.container:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.container input:checked ~ .checkmark {
  background-color: #005170;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.container input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.container .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.btnplus{
    background: white;
    border: 1px solid #007B7F; 
    font-size: 13px;
    padding:6px;
    color: #007B7F; 
    width: 100%;
    border-radius: 5px;
}
.btnplus:hover{
    background: #007B7F;
    border: 1px solid #007B7F; 
    font-size: 13px;
    color: white; 
    width:  100%;
    border-radius: 5px; 
} 


.btnminus{
    background: white;
    border: 1px solid #e23030; 
    font-size: 13px;
    padding:6px;
    color: #e23030; 
    width: 100%;
    border-radius: 5px;
}
.btnminus:hover{
    background: #e23030;
    border: 1px solid #e23030; 
    font-size: 13px;
    border-radius: 50px; 
    color: white; 
    width:  100%;
    border-radius: 5px; 
} 


.parent {
  position: relative;
    overflow: hidden;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    top: 25px;
} 
.child {
    width: 100%;
    height: 450px;
    margin: 0%;
    background:rgb(255 98 70 / 7%);
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
}
 
@media(max-width:991px){
.child {
    height: 400px;
}
}
 @media(max-width:767px){
 
.child {
    height: 280px;
}
}  
 
.circle {
    width: 70px;
    height: 70px;
    line-height: 500px;
    border-radius: 50%;
    font-size: 50px;
    color: #fff;
    text-align: center;
    background: transparent;
    border: 2px solid #fbfbfb;
    margin-top: -28px; 
    margin-left: 36%; 
}
.circlee {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    font-size: 22px;
    color: #fff;
    text-align: center;
    background: white;
    border: 2px solid #007B7F;
    margin-top: 9px;
    margin-left: 8px;
    line-height: 45px; 
}

@media(max-width:991px){
.circle { 
    margin-left: 12%;
}
}


 @media(max-width:767px){
.circle { 
    margin-left: -11px;
} 
h1 {
    font-size: 22px;
}
}  
.childd {
    width: 100%;
    height: 300px;
    margin: 0%;
    background:rgb(162 9 50 / 58%);
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
}
.uurg{
    width: 314px;
    margin-left: -160px;
}



.mrgn  {
     margin-top: 100px; 
}

@media(max-width:1024px){
.mrgn {
       margin-top: 72px;
}
}  
 @media(max-width:767px){

.mrgn {
       margin-top: 80px;
}
 
}  
.thumbnail {
    display: block;
    padding: 4px;
    margin-bottom: 20px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-transition: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out;
}
 @media(max-width:767px){
.circle { 
    margin-left: -11px;
} 
}  
/*/////SIDENAV*/
.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color:#A3C1DA;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
}

.sidenav a {
  padding: 8px 8px 8px 12px;
  text-decoration: none;
  font-size: 15px;
  color: Black;
  display: block;
  transition: 0.3s;
}

.sidenav a:hover {
  color: #007B7F;
}

.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
  font-weight: 600;
}

@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
}


.panel {
    background-color: #000;
    border: 1px solid#000;
}
.panel-group {
    background: black;
}
.panel-title>a:before {
  float: right !important;
  font-family: FontAwesome;
  content: "\f068";
  padding-right: 5px;
  order: 2;
}

.panel-title>a.collapsed:before {
   float: right !important;
   content: "\f067";
}


.panel-default>.panel-heading {
    color: #fffdfd;
    background-color: #000;
    border-color: #000;
}
.sidenav .panel-default>.panel-heading a {
    color: #fffdfd!important;
}



 #promo   {
    background:rgba(48, 48, 48, 0.43);
    padding: 10px;
  }
#promo h2 {
    font-size: 28px;
    color:white;
  }
 #promo .price {
  color: #444;
}
 #promo .price-new {
  font-weight: 600;
}
 #promo .price-old {
  color: #999;
  text-decoration: line-through;
}
 #promo .price-taxp {
    color: white;
    font-size: 25px;
    display: block;
    font-weight: bolder;
    display:inline;
}
 #promo .price-taxsmallp {
    color: white;
    font-size:18px;
    display:inline;
}
 #promo .price-tax {
    color: #cc2b33;
    font-size: 40px;
    display: block;
    font-weight: bolder;
    display:inline;
}
 #promo .price-taxsmall {
    color: crimson;
    font-size: 20px;
    display:inline;
} 

  #promo-image{
    width: 20%;
    position: absolute;
    margin-top: 1%;
    margin-left: 74%;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    border-radius: 45% 0% 45% 0%;
  
   } 
@media(max-width: 991px){
#promo h2 {
    font-size: 20px; 
}
 
} 

@media(max-width: 767px){
  #promo-image{
    margin-top: 4%;
    margin-left: 79%;
   } 
 
} 
 table { 
  border-collapse: collapse;
  width: 100%;
}

td, th {
  border: 1px solid #dddddd;
  text-align: left;
  padding: 8px;
}

tr:nth-child(even) {
  background-color: #dddddd;
}

#logo {
    width: 50%;
    margin-left: 25%;
    padding-top:  2%;
    padding-bottom: 2%;
}

 

 .card_home {
  width: 100%;
  height: auto;
  transition: all 0.2s;
  position: relative;
  border-radius: 10px;
  cursor: pointer;
  box-shadow: 7px 7px 0px 0px #007B7F;
  margin:2%;
}

.card_home-inner {
  width: inherit;
  height: inherit;
  background: rgba(255, 255, 255, 0.05);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
  backdrop-filter: blur(10px);
  border-radius: 8px;
  padding:8%;
}

 
.circle_home {
  width: 100px;
  height: 100px;
  background: white;
  border-radius: 50%;
  position: absolute;
  box-shadow: 0px 0px 5px 5px #007B7F;
  animation: move-up6 2s ease-in infinite alternate-reverse;
}

.circle_home:nth-child(1) {
  top: -25px;
  left: -25px;
}

.circle_home:nth-child(2) {
  bottom: -25px;
  right: -25px;
  animation-name: move-down1;
}

@keyframes move-up6 {
  to {
    transform: translateY(-10px);
  }
}

@keyframes move-down1 {
  to {
    transform: translateY(10px);
  }
}


.home-description2  {
    padding: 12px;
    background-size: cover!important;
    height: 270px;
    background:rgb(0 0 0 / 81%);
} 

.home-description2 h4 {
    color: #a3c1da;
    background: rgb(0 0 0 / 60%);
    padding: 5%;
    text-transform: uppercase;
    text-align: center;
    font-size: 40px;
} 

@media(max-width: 991px){ 
.home-description2  {
    padding: 10px;
    height: 220px;
}  

.home-description2 h4  { 
    font-size: 22px;
} 
} 
@media(max-width: 767px){ 
.home-description2  {
    padding: 10px;
    height: auto;
}  


.home-description2 h4  { 
    font-size: 20px;
} 
} 



.card_rs {
    width: 50%;
    margin-left: 25%;
    height: fit-content;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    gap: 6px;
    margin-top: 4%;
}

/* for all social containers*/
.socialContainer {
  width: 52px;
  height: 52px;
  border-radius: 5px;
  background-color: rgb(44, 44, 44);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  transition-duration: 0.3s;
}
/* instagram*/
.containerOne:hover {
  background-color: #d62976;
  transition-duration: 0.3s;
}
/* Tiktok*/
.containerTwo:hover {
  background-color: #25f4ee;
  transition-duration: 0.3s;
}
/* Facebook*/
.containerThree:hover {
  background-color: #1877f2;
  transition-duration: 0.3s;
}
/* Whatsapp*/
.containerFour:hover {
  background-color: #007B7F;
  transition-duration: 0.3s;
}

.socialContainer:active {
  transform: scale(0.9);
  transition-duration: 0.3s;
}

.socialSvg {
  width: 19px;
}
.largeIcon {
  width: 27px; /* Ancho específico solo para el icono de TikTok */
}
.socialSvg path {
  fill: rgb(255, 255, 255);
}

.socialContainer:hover .socialSvg {
  animation: slide-in-top 0.3s both;
}

@keyframes slide-in-top {
  0% {
    transform: translateY(-50px);
    opacity: 0;
  }

  100% {
    transform: translateY(0);
    opacity: 1;
  }
}


.type--A {
  --line_color: #007B7F;
  --back_color: #ffecf6;
}
.type--B {
  --line_color: #007B7F;
  --back_color: #e9ecff;
}
.type--C {
  --line_color: #007B7F;
  --back_color: #defffa;
}
.button_about {
  position: relative;
  z-index: 0;
  width: 240px;
  height: 56px;
  text-decoration: none;
  font-size: 14px;
  font-weight: bold;
  color: var(--line_color);
  letter-spacing: 2px;
  transition: all 0.3s ease;
}
.button_about__text {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.button_about::before,
.button_about::after,
.button_about__text::before,
.button_about__text::after {
  content: "";
  position: absolute;
  height: 3px;
  border-radius: 2px;
  background: var(--line_color);
  transition: all 0.5s ease;
}
.button_about::before {
  top: 0;
  left: 54px;
  width: calc(100% - 56px * 2 - 16px);
}
.button_about::after {
  top: 0;
  right: 54px;
  width: 8px;
}
.button_about__text::before {
  bottom: 0;
  right: 54px;
  width: calc(100% - 56px * 2 - 16px);
}
.button_about__text::after {
  bottom: 0;
  left: 54px;
  width: 8px;
}
.button_about__line {
  position: absolute;
  top: 0;
  width: 56px;
  height: 100%;
  overflow: hidden;
}
.button_about__line::before {
  content: "";
  position: absolute;
  top: 0;
  width: 150%;
  height: 100%;
  box-sizing: border-box;
  border-radius: 300px;
  border: solid 3px var(--line_color);
}
.button_about__line:nth-child(1),
.button_about__line:nth-child(1)::before {
  left: 0;
}
.button_about__line:nth-child(2),
.button_about__line:nth-child(2)::before {
  right: 0;
}
.button_about:hover {
  letter-spacing: 6px;
}
.button_about:hover::before,
.button_about:hover .button_about__text::before {
  width: 8px;
}
.button_about:hover::after,
.button_about:hover .button_about__text::after {
  width: calc(100% - 56px * 2 - 16px);
}
.button_about__drow1,
.button_about__drow2 {
  position: absolute;
  z-index: -1;
  border-radius: 16px;
  transform-origin: 16px 16px;
}
.button_about__drow1 {
  top: -16px;
  left: 40px;
  width: 32px;
  height: 0;
  transform: rotate(30deg);
}
.button_about__drow2 {
  top: 44px;
  left: 77px;
  width: 32px;
  height: 0;
  transform: rotate(-127deg);
}
.button_about__drow1::before,
.button_about__drow1::after,
.button_about__drow2::before,
.button_about__drow2::after {
  content: "";
  position: absolute;
}
.button_about__drow1::before {
  bottom: 0;
  left: 0;
  width: 0;
  height: 32px;
  border-radius: 16px;
  transform-origin: 16px 16px;
  transform: rotate(-60deg);
}
.button_about__drow1::after {
  top: -10px;
  left: 45px;
  width: 0;
  height: 32px;
  border-radius: 16px;
  transform-origin: 16px 16px;
  transform: rotate(69deg);
}
.button_about__drow2::before {
  bottom: 0;
  left: 0;
  width: 0;
  height: 32px;
  border-radius: 16px;
  transform-origin: 16px 16px;
  transform: rotate(-146deg);
}
.button_about__drow2::after {
  bottom: 26px;
  left: -40px;
  width: 0;
  height: 32px;
  border-radius: 16px;
  transform-origin: 16px 16px;
  transform: rotate(-262deg);
}
.button_about__drow1,
.button_about__drow1::before,
.button_about__drow1::after,
.button_about__drow2,
.button_about__drow2::before,
.button_about__drow2::after {
  background: var(--back_color);
}
.button_about:hover .button_about__drow1 {
  animation: drow1 ease-in 0.06s;
  animation-fill-mode: forwards;
}
.button_about:hover .button_about__drow1::before {
  animation: drow2 linear 0.08s 0.06s;
  animation-fill-mode: forwards;
}
.button_about:hover .button_about__drow1::after {
  animation: drow3 linear 0.03s 0.14s;
  animation-fill-mode: forwards;
}
.button_about:hover .button_about__drow2 {
  animation: drow4 linear 0.06s 0.2s;
  animation-fill-mode: forwards;
}
.button_about:hover .button_about__drow2::before {
  animation: drow3 linear 0.03s 0.26s;
  animation-fill-mode: forwards;
}
.button_about:hover .button_about__drow2::after {
  animation: drow5 linear 0.06s 0.32s;
  animation-fill-mode: forwards;
}
@keyframes drow1 {
  0% {
    height: 0;
  }
  100% {
    height: 100px;
  }
}
@keyframes drow2 {
  0% {
    width: 0;
    opacity: 0;
  }
  10% {
    opacity: 0;
  }
  11% {
    opacity: 1;
  }
  100% {
    width: 120px;
  }
}
@keyframes drow3 {
  0% {
    width: 0;
  }
  100% {
    width: 80px;
  }
}
@keyframes drow4 {
  0% {
    height: 0;
  }
  100% {
    height: 120px;
  }
}
@keyframes drow5 {
  0% {
    width: 0;
  }
  100% {
    width: 124px;
  }
}

.container_about {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.button_about:not(:last-child) {
  margin-bottom: 64px;
} 


.contactButton {
  background: #007B7F;
  color: white;
  font-family: inherit;
  padding: 0.45em;
  padding-left: 1em;
  font-size: 17px;
  font-weight: 500;
  border-radius: 0.9em;
  border: none;
  cursor: pointer;
  letter-spacing: 0.05em;
  display: flex;
  align-items: center;
  box-shadow: inset 0 0 1.6em -0.6em #A3C1DA;
  overflow: hidden;
  position: relative;
  height: 2.8em;
  padding-right: 3em;
}

.iconButton {
  margin-left: 1em;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 2.2em;
  width: 2.2em;
  border-radius: 0.7em;
  box-shadow: 0.1em 0.1em 0.6em 0.2em #007B7F;
  right: 0.3em;
  transition: all 0.3s;
}

.contactButton:hover {
  transform: translate(-0.05em, -0.05em);
  box-shadow: 0.15em 0.15em #A3C1DA;
}

.contactButton:active {
  transform: translate(0.05em, 0.05em);
  box-shadow: 0.05em 0.05em #A3C1DA;
} 


/*///////////////////NEW*/

/* From Uiverse.io by akshat-patel28 */ 
.button-container {
     display: flex;
    background-color: rgb(0 123 127);
    width: 250px;
    margin-top: 4px;
    margin-right: 40px;
    height: 65px;
    align-items: center;
    justify-content: space-around;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px, rgb(207 205 147) 5px 10px 15px;
}

.button {
  outline: 0 !important;
  border: 0 !important;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  transition: all ease-in-out 0.3s;
  cursor: pointer;
}

.button:hover {
  transform: translateY(-3px);
}

.icon {
  font-size: 20px;
}


.containerCo {
  width: 100%;
  height: 280px; 
}
.coffee-header {
  width: 100%;
  height: 80px;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #ddcfcc;
  border-radius: 10px;
}
.coffee-header__buttons {
  width: 25px;
  height: 25px;
  position: absolute;
  top: 25px;
  background-color: #282323;
  border-radius: 50%;
}
.coffee-header__buttons::after {
  content: "";
  width: 8px;
  height: 8px;
  position: absolute;
  bottom: -8px;
  left: calc(50% - 4px);
  background-color: #615e5e;
}
.coffee-header__button-one {
  left: 15px;
}
.coffee-header__button-two {
  left: 50px;
}
.coffee-header__display {
  width: 50px;
  height: 50px;
  position: absolute;
  top: calc(50% - 25px);
  left: calc(50% - 25px);
  border-radius: 50%;
  background-color: #9acfc5;
  border: 5px solid #43beae;
  box-sizing: border-box;
}
.coffee-header__details {
  width: 8px;
  height: 20px;
  position: absolute;
  top: 10px;
  right: 10px;
  background-color: #9b9091;
  box-shadow: -12px 0 0 #9b9091, -24px 0 0 #9b9091;
}
.coffee-medium {
  width: 90%;
  height: 160px;
  position: absolute;
  top: 80px;
  left: calc(50% - 45%);
  background-color: #bcb0af;
}
.coffee-medium:before {
  content: "";
  width: 90%;
  height: 100px;
  background-color: #776f6e;
  position: absolute;
  bottom: 0;
  left: calc(50% - 45%);
  border-radius: 20px 20px 0 0;
}
.coffe-medium__exit {
  width: 60px;
  height: 20px;
  position: absolute;
  top: 0;
  left: calc(50% - 30px);
  background-color: #231f20;
}
.coffe-medium__exit::before {
  content: "";
  width: 50px;
  height: 20px;
  border-radius: 0 0 50% 50%;
  position: absolute;
  bottom: -20px;
  left: calc(50% - 25px);
  background-color: #231f20;
}
.coffe-medium__exit::after {
  content: "";
  width: 10px;
  height: 10px;
  position: absolute;
  bottom: -30px;
  left: calc(50% - 5px);
  background-color: #231f20;
}
.coffee-medium__arm {
  width: 70px;
  height: 20px;
  position: absolute;
  top: 15px;
  right: 25px;
  background-color: #231f20;
}
.coffee-medium__arm::before {
  content: "";
  width: 15px;
  height: 5px;
  position: absolute;
  top: 7px;
  left: -15px;
  background-color: #9e9495;
}
.coffee-medium__cup {
  width: 80px;
  height: 47px;
  position: absolute;
  bottom: 0;
  left: calc(50% - 40px);
  background-color: #fff;
  border-radius: 0 0 70px 70px / 0 0 110px 110px;
}
.coffee-medium__cup::after {
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  top: 6px;
  right: -13px;
  border: 5px solid #fff;
  border-radius: 50%;
}
@keyframes liquid {
  0% {
    height: 0px;
    opacity: 1;
  }
  5% {
    height: 0px;
    opacity: 1;
  }
  20% {
    height: 62px;
    opacity: 1;
  }
  95% {
    height: 62px;
    opacity: 1;
  }
  100% {
    height: 62px;
    opacity: 0;
  }
}
.coffee-medium__liquid {
  width: 6px;
  height: 63px;
  opacity: 0;
  position: absolute;
  top: 50px;
  left: calc(50% - 3px);
  background-color: #74372b;
  animation: liquid 4s 4s linear infinite;
}
.coffee-medium__smoke {
  width: 8px;
  height: 20px;
  position: absolute;
  border-radius: 5px;
  background-color: #b3aeae;
}
@keyframes smokeOne {
  0% {
    bottom: 20px;
    opacity: 0;
  }
  40% {
    bottom: 50px;
    opacity: 0.5;
  }
  80% {
    bottom: 80px;
    opacity: 0.3;
  }
  100% {
    bottom: 80px;
    opacity: 0;
  }
}
@keyframes smokeTwo {
  0% {
    bottom: 40px;
    opacity: 0;
  }
  40% {
    bottom: 70px;
    opacity: 0.5;
  }
  80% {
    bottom: 80px;
    opacity: 0.3;
  }
  100% {
    bottom: 80px;
    opacity: 0;
  }
}
.coffee-medium__smoke-one {
  opacity: 0;
  bottom: 50px;
  left: 102px;
  animation: smokeOne 3s 4s linear infinite;
}
.coffee-medium__smoke-two {
  opacity: 0;
  bottom: 70px;
  left: 118px;
  animation: smokeTwo 3s 5s linear infinite;
}
.coffee-medium__smoke-three {
  opacity: 0;
  bottom: 65px;
  right: 118px;
  animation: smokeTwo 3s 6s linear infinite;
}
.coffee-medium__smoke-for {
  opacity: 0;
  bottom: 50px;
  right: 102px;
  animation: smokeOne 3s 5s linear infinite;
}
.coffee-footer {
  width: 95%;
  height: 15px;
  position: absolute;
  bottom: 25px;
  left: calc(50% - 47.5%);
  background-color: #007b7f;
  border-radius: 10px;
}
.coffee-footer::after {
  content: "";
  width: 106%;
  height: 26px;
  position: absolute;
  bottom: -25px;
  left: -8px;
  background-color: #000;
}




.card_blog {
  max-width: 100%;
  border-radius: 0.5rem;
  background-color: #fff;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  border: 1px solid transparent;
}

.card_blog a {
  text-decoration: none;
    color: #ffffff!important;
  
}

.content_blog {
  padding: 1.1rem;
}

.image_blog {
  object-fit: cover;
  width: 100%;
  height: 300px;
}

.title_blog {
  color: #111827;
  font-size: 20px;
  line-height: 1.75rem;
  font-weight: 600;
}
 
.action_blog {
     display: inline-flex;
    margin-top: 1rem;
    color: #ffffff;
    font-size: 1.875rem;
    line-height: 1.25rem;
    font-weight: 500;
    align-items: center;
    gap: 2.25rem;
    background-color: #007b7f;
    padding: 10px 8px;
    border-radius: 4px;
} 

.action_blog span {
  transition: .3s ease;
    color: #ffffff;

}
 
.action_blog:hover span   {
  transform: translateX(4px);
    color: #ffffff;

}
