.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  filter: alpha(opacity=0);
  opacity: 0;

  line-break: auto;
}
.tooltip.in {
  filter: alpha(opacity=90);
  opacity: .9;
}
.tooltip.top {
  padding: 5px 0;
  margin-top: -3px;
}
.tooltip.right {
  padding: 0 5px;
  margin-left: 3px;
}
.tooltip.bottom {
  padding: 5px 0;
  margin-top: 3px;
}
.tooltip.left {
  padding: 0 5px;
  margin-left: -10px;
}
.tooltip-inner {
  max-width: 300px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 4px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-left .tooltip-arrow {
  right: 5px;
  bottom: 0;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;  
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

.commentaires{
  display: none;
}

.commentaires.active{
  display: block;
  margin-bottom: 20px;
}

.commentaires textarea{
  width: 100%;
  resize: none;
  padding: 10px;  
  box-sizing: border-box;
}

#wpdm-popup-link{display:none}

.text-right{text-align:right}
.text-center{text-align: center;}
.text-lowercase{text-transform: lowercase;}

#OrderAliscom{
    padding: 0;
    min-height: calc(100vh - 133px - 177px);
}

.autocomplete{
  position: relative;
}

.autocomplete input{
  width: 100%;
  padding: 10px;
  margin: 10px 0;
  text-transform: uppercase;
  box-sizing: border-box;
  border: 1px solid silver;
}

.autocomplete.active:after{
  content: '';
  width: 25px;
  height: 25px;
  position: absolute;
  top: 15px;
  right: 10px;
  z-index: 500;
  background-size: 100%;
  background-image: url('/wp-content/plugins/aliscom/assets/img/loader.gif');
}

.form-control{
  width: 100%;
  padding: 8px;
  box-sizing: border-box;
  border: 1px solid silver;
}

#offcanvas .table td{
  vertical-align: middle;
}

#offcanvas .table tr.options td{
  background-color: #F4F4F4;
  border-top: 1px solid silver;
}

#offcanvas .table tr.options > td:nth-child(1){  
  border-left: 1px solid silver;
}
#offcanvas .table tr.options > td:nth-child(9){ 
  border-right: 1px solid silver;
}

#offcanvas .table tr.options2 > td:nth-child(1){  
  border-left: 1px solid silver;
}
#offcanvas .table tr.options2 > td:nth-child(8){ 
  border-right: 1px solid silver;
}

#offcanvas .table tr.options2 > td:nth-child(9){ 
  border-bottom: 0px !important;
  background-color: white;
}

#offcanvas .table tr.options2 td{
  background-color: #F4F4F4;
}

#offcanvas .table tr.options2.finish td{
  border-bottom: 1px solid silver;
}

#offcanvas .table thead th,
#offcanvas .table tfoot td{
  background-color: #F4F4F4;
  border: 1px solid #F4F4F4;
}

#offcanvas .hide{
  display: none;
}

#OrderAliscom h1{
  margin-bottom: 0px;
}

#global_wrapper{
  min-height: 100vh;
}

#offcanvasProducts.active{
  display: block;
}

#offcanvasProducts{
  display: none;
  position: absolute;
  top: 0px; right: 0px; left: 0px;
  width: 100vw;
  height: 100vh;
  z-index: 50000;
  background-color: white;
}

#offcanvasProducts .offcanvasContainer{
  background-color: white;
}

#offcanvasProducts .offcanvasContainer .offcanvasProduct-content{
  padding: 20px;
  overflow-y: auto;
  height: calc(100vh - 50px);
}

#offcanvasProducts .offcanvas-header {
  display: flex;
  align-items: center;
  vertical-align: center;
  justify-content: space-between;
  padding: 0rem 1rem;
  height: 50px;
}

#offcanvasProducts .offcanvas-header h3{
  margin-bottom: 0px;
  text-transform: uppercase;
}

#offcanvasProducts .offcanvas-header button{
  border: 0px !important;
  cursor: pointer;
  border: 0px;
  background-color: transparent !important;
}

#offcanvasProducts .offcanvas-header img{
  height: 25px;
}

#offcanvas .offcanvasContainer #MyCart{
  margin-bottom: 30px;
}

#offcanvas .offcanvasContainer #MyCart tr:not(:last-child) td{
  border-bottom: 1px solid silver;
}

input[name="qty"].alert{
  padding: 8px !important;
  border-radius: 0px !important;
  margin-bottom: 0px !important;
  border: 1px solid #f5c2c7 !important
}

#offcanvas.active{
  display: block;
}

#offcanvas h3{
  margin-bottom: 0px;
  text-transform: uppercase;
}

#OrderAliscom > .d-flex{
  margin-bottom: 20px;
}

#OrderAliscom .info{ 
  cursor: pointer;
}

#OrderAliscom .info:hover{
  border-bottom: 1px solid black
}


.d-flex{
  display: flex;
  align-items: center;
  vertical-align: center;
  justify-content: space-between;
}

.d-grid{
  display: grid;
  grid-gap: 10px;
  align-items: center;
}

.d-flex h2{
  margin-bottom: 0px;
}

.btn {
  display: inline-block;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  border-radius: 0.25rem;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.btn-new{
  color: #fff;
  font-size: 15px;
  border-radius: 0px;
  background-color: #134789;
  border-color: #134789;
  text-transform: uppercase;
}

.btn-new:hover {
  color: #134789;
  background-color: transparent;
  border-color: #134789;
}

.btn-cart{
  color: #6c757d;
  font-size: 13px;
  border-radius: 0px;
  border-color: #6c757d;
  text-transform: uppercase;
}

.btn-cart:hover {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-order{
  color: #fff;
  font-size: 15px;
  border-radius: 0px;
  font-weight: bold;
  background-color: #134789;
  border-color: #134789;
  text-transform: uppercase;
}

.btn-order:hover {
  color: #134789;
  background-color: transparent;
  border-color: #134789;
}

.bg-light {
  opacity: 1;
  background-color: rgba(248, 249, 250, 1) !important;
}



#offcanvas .offcanvas-content{
  position: relative;
}

#offcanvas .offcanvas-content #MyCart::-webkit-scrollbar {
  width: 5px;
}

#offcanvas .offcanvas-content #MyCart::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
 
#offcanvas .offcanvas-content #MyCart::-webkit-scrollbar-thumb {
  background-color: darkgrey;
  outline: 1px solid slategrey;
}

#offcanvas .offcanvas-content #MyCart > li .Containerpadding{
  padding: 20px;
}

#offcanvas .offcanvas-content #MyCart > li .ListOptions{
  padding: 20px;
  background-color: #F4F4F4;
  display: grid;
  grid-gap: 10px;
  grid-template-columns: repeat(3, 1fr);
}

#offcanvas .offcanvas-content #MyCart > li{
  padding-bottom: 0px;
  list-style: none;
  margin-bottom: 20px;
  position: relative;
  border: 1px solid silver;
}

#offcanvas .offcanvas-content #MyCart > li img.arrow{
  width: 20px;
  margin-right: 10px;
  cursor: pointer;
}

#offcanvas .offcanvas-content #MyCart > li > .d-flex > span{
  width: calc(100% - 40px);
  display: block;
}

#offcanvas .offcanvas-content #MyCart .removeProduct{
  cursor: pointer;
}

#offcanvas .offcanvas-content #MyCart .removeProduct img{
  width: 20px;
}

#offcanvas .offcanvas-content #MyCart > li ul li{
  list-style: none;
  padding-left: 10px;
  margin-bottom: 5px;
  padding-bottom: 0px;
  border-left: 1px solid silver;
}

#offcanvas .offcanvas-footer{
  width: 100%;
  text-align: center;
  padding: 2rem 0rem;
}

.priceFooter{
  background-color: rgba(248, 249, 250, 1) !important;
}

#OrderAliscom .autocomplete input{
    width: 100%;
    padding: 10px 8px;
    box-sizing: border-box;
}

.ui-menu{
  z-index: 99999999 !important;
}

.ui-menu li{
    list-style: none;
    padding: 0px;
}

.ui-menu li div{
    padding: 5px;
}

#ResultDATA table{
    margin: 10px 0 20px;
    border: 1px solid silver;
    width: 100%;
}

#ResultDATA table tr > td{
    border-bottom: 1px solid silver;
}

.bgSelect{
    color: white;
    background-color: #134789
}

/**/

#ResultDATA .group{
    color: #134789 !important;
    background-color: #F4F4F4 !important;
}

#ResultDATA .group label{
    font-weight: bold;
    color: #134789 !important;
}

/*.inputGroup {
  background-color: #fff;
  display: block;
  margin-bottom: 10px;
  position: relative;
  border: 1px solid silver;
}*/
.inputGroup label {
  padding: 15px 10px;
  width: 100%;
  display: block;
  text-align: left;
  color: #134789;
  cursor: pointer;
  position: relative;
  z-index: 2;
  font-weight: normal;
  font-size: 13px;
  transition: color 200ms ease-in;
  overflow: hidden;
}

.GridColumn3{
    display: grid;
    grid-gap: 10px;
    grid-template-columns: 1fr 1fr 1fr;
}

.inputGroup:not(.NoINput, .group) label:before {
  width: 100%;
  height: 10px;
  border-radius: 50%;
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale3d(1, 1, 1);
  transition: all 300ms cubic-bezier(0.4, 0, 0.2, 1);
  opacity: 0;
  z-index: -1;
}
.inputGroup:not(.NoINput) label:after {
  width: 25px;
  height: 25px;
  content: "";
  border: 2px solid #D1D7DC;
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.414 11L4 12.414l5.414 5.414L20.828 6.414 19.414 5l-10 10z' fill='%23fff' fill-rule='nonzero'/%3E%3C/svg%3E ");
  background-repeat: no-repeat;
  background-position: 0px 0px;
  border-radius: 50%;
  z-index: 2;
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  transition: all 200ms ease-in;
}
.inputGroup:not(.group) input:checked ~ label {
  color: white;
}
.inputGroup input:checked ~ label:before {
  transform: translate(-50%, -50%) scale3d(56, 56, 1);
  opacity: 1;
}
.inputGroup:not(.group) input:checked ~ label:after {
  background-color: #134789;
  border: 0px
}
.inputGroup.group input:checked ~ label:after {
  background-color: #134789;
  border: 0px
}
.inputGroup input {
  width: 32px;
  height: 32px;
  order: 1;
  z-index: 2;
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  visibility: hidden;
}

/**/

.steps {
  margin-bottom: 10px
}

.steps ul {
  display: flex;
  margin-top: 10px;
  position: relative
}

.steps ul li {
  width: 25%;
  list-style: none;
  margin-right: 10px
}

.steps ul li a {
  display: inline-block;
  width: 100%;
  height: 7px;
  color: #134789 !important;
  line-height: 30px;
  background: #F4F4F4;
  border-radius: 3.5px
}

.steps ul li a .number{
  display: none;
}

.steps ul li.first a,
.steps ul li.current a,
.steps ul li.done a {
  color: #134789;
  background: #134789;
  transition: all 0.5s ease
}

.steps ul li.current a{
  font-weight: bold !important;
}

#wizard .content h4{
  display: none;
}

#wizard table thead td{
  background-color: #f4f4f4;
}

#wizard table td{
  vertical-align: middle;
}

#wizard section{
  padding: 0px;
}

.actions ul {
  display: flex;
  margin-top: 10px;
  justify-content: space-between
}

.actions ul.step-last {
  justify-content: flex-end
}

.actions ul.step-last li:first-child {
  display: none
}

.actions li{
  list-style: none;
  padding-bottom: 0px;
}

.actions li a {
  border: none;
  display: inline-flex;
  padding: 10PX;
  align-items: center;
  background: #134789;
  cursor: pointer;
  color: #fff !important;
  position: relative;
  text-decoration: none;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  font-weight: 400
}

.actions li a:hover {
  background: #6fafc6
}

.actions li a:hover:before {
  -webkit-animation-name: hvr-icon-wobble-horizontal;
  animation-name: hvr-icon-wobble-horizontal;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1
}

.actions li[aria-disabled="true"] a {
  display: none
}

.actions li:first-child a {
  color: black !important;
  background: #e6e6e6;
}

.actions li:first-child a:hover {
  background: #ccc
}

.actions li:last-child a {
  padding-left: 29px;
  width: 167px;
  font-weight: 400
}

.actions li:last-child a:before {
  right: 30px
}

.alert-danger {
  color: #842029;
  background-color: #f8d7da;
  border-color: #f5c2c7;
}
.alert-success {
  color: #0f5132;
  background-color: #d1e7dd;
  border-color: #badbcc;
}
.alert {
  position: relative;
  padding: 1rem 1rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.input-group-btn button{
  padding: 8px 9px;
  border: 1px solid silver;
}

.input-group input{
  width: 60px;
  box-sizing: border-box;
  text-align: center;
}

.input-group-btn button.left{
  border-right: 0px;
}

.input-group-btn button.right{
  border-left: 0px;
}

#recap thead td,
#recap tfoot td{
  background-color: #f4f4f4;
}

.loader{
  position: fixed;
  top: 0; left: 0px;  
  width: 100%;
  height: 100%;
  text-align: center;
  background-color: rgba(255,255,255,0.7);
}

.lds-ring {
  display: inline-block;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  width: 80px;
  height: 80px;
}
.lds-ring div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 32px;
  height: 32px;
  margin: 8px;
  border: 4px solid #134789;
  border-radius: 50%;
  animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #134789 transparent transparent transparent;
}
.lds-ring div:nth-child(1) {
  animation-delay: -0.45s;
}
.lds-ring div:nth-child(2) {
  animation-delay: -0.3s;
}
.lds-ring div:nth-child(3) {
  animation-delay: -0.15s;
}
@keyframes lds-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}


#ListAddress{
  display: grid;
  grid-gap: 20px;
  margin-bottom: 40px;
  grid-template-columns: repeat(3, 1fr);
}

#ListAddress > li{
  list-style: none;
  padding-bottom: 0px;
}

#ListAddress > li input{
  display: none;
}

#ListAddress > li label{
  border: 1px solid #F4F4F4;
  background-color: #F4F4F4;
  cursor: pointer;
  width: 100%;
  display: block;
  padding: 20px;
  min-height: 140px;
}

#ListAddress > li:not(.noHover) label:hover,
#ListAddress > li:not(.noHover) input:checked + label{
  background-color: #134789;
  color: white;
}

#ListAddress > li.noHover label{
  cursor: auto !important;
}

.TOTALcart{
  font-size: 18px;
}

.history-order td{
  vertical-align: middle;
}

.history-order thead tr th{
  border-bottom: 1px solid rgba(0,0,0, 0.5);
}

.history-order tbody tr td{
  border-bottom: 1px solid rgba(0,0,0, 0.1);
}

#raq_quote_list_popup_icon_container{
  display: none !important;
}

#global_wrapper .gbtr_header_wrapper .content_header,
#global_wrapper .gbtr_tools_wrapper .tr_content_wrapper,
#global_wrapper .global_content_wrapper,
#global_wrapper .gbtr_light_footer_wrapper .tr_content_wrapper{
  max-width: 1300px;
}

#global_wrapper .gbtr_header_wrapper.default_header .gbtr_menu_wrapper_default .menus_wrapper{
  padding-right: 0px;
}

.input-groupBootstrap {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  width: 100%;
}

.input-groupBootstrap>.form-control {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: 1%;
  margin-bottom: 0;
}

.input-groupBootstrap .input-group-append, 
.input-groupBootstrap .input-group-prepend {
  margin-left: -1px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}