/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 17 Jul 2024, 11:41:51
    Author     : hp
*/

.offcanvas__stikcy--toolbar {
  position: fixed;
  bottom: 0;
  background: #fff;
  left: 0;
  right: 0;
  z-index: 99;
  -webkit-box-shadow: 0 0 9px rgba(0, 0, 0, 0.12);
          box-shadow: 0 0 9px rgba(0, 0, 0, 0.12);
  padding: 10px 20px;
  display: none;
}
.mobile_search{
    display: none;
}

@media only screen and (min-width: 500px) {
    .offcanvas__stikcy--toolbar {
        padding: 10px 40px;
    }
    .mobile_search{

    }
}

@media only screen and (min-width: 768px) {
    .offcanvas__stikcy--toolbar {
        padding: 10px 60px;
    }
    .mobile_search{

    }
}

@media only screen and (max-width: 991px) {
    .offcanvas__stikcy--toolbar {
        display: block;
    }
    .mobile_search{
        display: block;
    }
}

.offcanvas__stikcy--toolbar__btn {
  position: relative;
  text-align: center;
}

.offcanvas__stikcy--toolbar__btn:hover .offcanvas__stikcy--toolbar__icon {
  background: #003eff;
  color: #fff;
}

.offcanvas__stikcy--toolbar__btn > * {
  pointer-events: none;
}

.offcanvas__stikcy--toolbar__icon {
    width: 2rem;
    height: 2rem;
    text-align: center;
    background: #003eff;
    line-height: 3.8rem;
    border-radius: 50%;
    font-size: 1rem;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.offcanvas__stikcy--toolbar__label {
  display: block;
  font-size: 0.8rem;
  font-weight: 600;
  margin-top: 6px;
}

.mobile_search .header-item-search {
    width: 100%;
    height: 80px;
    align-items: center;
    display: flex;
    position: relative;
}
.mobile_search .search-input .bootstrap-select.default-select .dropdown-toggle {
    padding: 0px 10px !important;
    min-width: 120px !important;
}

.text-blue{
    color: #003eff;
    font-weight: bold;
}
.text-green{
    color: #00cc00;
    font-weight: bold;
}

.lien_entete li a{
    padding: 0px 7px;
    display: inline-block;
    position: relative;
    text-align: center;
}
.lien_entete li a i:hover{
    color: #3333ff !important;
}
.lien_entete li a span{
    max-width: 80px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
    line-height: 1.2;
}

/*Contact form loading*/
.error_message {
  color: #ed3c0d;
}
.success_message {
  color: #18d26e;
}
.message {
  display: none;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}
.loading {
  display: none;
  text-align: center;
  padding: 15px;
}
.loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  -webkit-animation: animate-loading-notify 1s linear infinite;
  animation: animate-loading-notify 1s linear infinite;
}
@-webkit-keyframes animate-loading-notify {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes animate-loading-notify {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.comment-form-full{
    width: 100%;
}
.comment-form-full input {
    width: 100% !important;
    height: 50px;
    padding: 10px 20px;
    position: relative;
    font-size: 15px;
    border: 1px solid var(--secondary);
    background: transparent;
    border-radius: 10px; 
}

.contact-info.style-1 .text2 {
    color: #000;
    font-weight: 400;
    font-size: 20px;
    margin-bottom: 50px;
}
@media only screen and (max-width: 1199px) {
    .contact-info.style-1 .text2 {
        font-size: 20px;
        margin-bottom: 30px; } 
}
@media only screen and (max-width: 767px) {
    .contact-info.style-1 .text2 {
        font-size: 20px;
        margin-bottom: 15px;
        width: 100%; } 
}
@media only screen and (max-width: 575px) {
    .contact-info.style-1 .text2 {
        font-size: 18px; } 
}

.phone_input{
    border-left: none !important; 
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}

.code_span{
    border: solid 1px #000;
}

.text_overflow{
    text-overflow: ellipsis !important; 
    white-space: nowrap !important; 
    overflow: hidden !important;
}

.product_image{
    min-height: 280px;
}
@media only screen and (max-width: 575px) {
    .product_image{
        min-height: 250px;
    }
}
@media only screen and (max-width: 375px) {
    .product_image{
        min-height: 200px;
    }
}
.custom_input, .cart_input{
    border-radius: 0px !important;
    border: 1px solid #666666 !important;
}
.custom_input{    
    height: 40px !important;
    padding: 0px 20px !important; 
}
.cart_input{    
    height: 30px !important;
    padding: 0px 10px !important; 
}
.custom_btn, .cart_btn{
    border: 1px solid #666666 !important;
    font-size: 20px !important;
}
.custom_btn{
    padding: 0px 20px !important; 
}
.cart_btn{
    padding: 0px 10px !important;
}
.custom_btn:hover, .custom_buy:hover, .custom_cart:hover{
    color: white !important;
}
.custom_btn:hover{
    background: #cccccc;
}

.custom_buy:hover{
    background: #ed3c0d;
}

.custom_cart:hover{
    background: #ff9900;
}

.custom_buy{
    background: linear-gradient(90deg, rgb(255, 119, 0), rgb(255, 73, 0));
    color: white;
}
.custom_cart{
    background: linear-gradient(90deg, rgb(255, 203, 0), rgb(255, 148, 2));
    color: white;
}
.chosen_elt{
    border: solid 2px red !important;
}

.dz-product-detail .dz-info ul{
    margin-bottom: 0px !important;
}