/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */


.woocommerce .products .product{
text-align:center;	
}

/*    Whats App Button      */
a.xc-woo-order-whatsapp-btn{
    padding: 8px;
    background-color: #2ab200;
    text-align: center;
    vertical-align: middle;
    color: white;
    font-weight: 600;
    margin: 5px auto;
    border-radius: 10px;
    font-size: 16px;
    display: inline-block;
}

/*    Whats App Image      */
a.xc-woo-order-whatsapp-btn svg{
    display: inline-block !important;
    max-width: 25px !important;
    vertical-align: middle !important;
    margin: 0px 2px 0px 0px !important;
    fill: #ffffff;
}

/* floating buton */
.xc-woo-floating-whatsapp-btn{
  position: fixed;
  z-index: 99999;
  right: 20px;
  bottom: 20px;
  color: #262626;
  transform: scale3d(0, 0, 0);
  transition: transform .3s ease-in-out;
  user-select: none;
  -ms-user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;

}

.xc-woo-floating-whatsapp-show{
  transform: scale3d(1, 1, 1);
  transition: transform .5s cubic-bezier(0.18, 0.89, 0.32, 1.28);	
}

.xc-woo-floating-whatsapp-btn .xc-woo-floating-whatsapp-button {
  position: absolute;
  z-index: 2;
  bottom: 8px;
  right: 8px;
  height: 60px;
  min-width: 60px;
  max-width: 95vw;
  background-color: #25D366;
  color: #fff;
  border-radius: 30px;
  box-shadow: 1px 6px 24px 0 rgba(7, 94, 84, .24);
  cursor: pointer;
  transition: background-color 0.2s linear;
}

.xc-woo-floating-whatsapp-btn .xc-woo-floating-whatsapp-button:hover {
  background-color: #128C7E;
  transition: background-color 0.5s linear;
}

.xc-woo-floating-whatsapp-btn .xc-woo-floating-whatsapp-button:active {
  background-color: #075E54;
  transition: none;
}

.xc-woo-floating-whatsapp-btn .xc-woo-floating-whatsapp-button svg {
  width: 36px;
  height: 60px;
  margin: 0 12px;
  color:#fff;
}
.xc-woo-floating-whatsapp-btn a{
outline:none !important;	
}

.xc-woo-floating-whatsapp-btn-left {
  right: auto;
  left: 20px;
}

.xc-woo-floating-whatsapp-btn-left .xc-woo-floating-whatsapp-button {
  right: auto;
  left: 8px;
}


@media (max-width: 480px) {
  .xc-woo-floating-whatsapp-btn {
    bottom: 6px;
    right: 6px;
  }

  .xc-woo-floating-whatsapp-btn-left {
    right: auto;
    left: 6px;
  }
}