/*
 Theme Name:   XStore Child
 Theme URI:    http://8theme.com/
 Description:  XStore Child Theme
 Author:       8theme
 Author URI:   http://8theme.com
 Template:     xstore
 Version:      0.0.1
 Text Domain:  xstore-child
*/

.wpo-field {
	text-align: right;
}
.wpo-field-description {
	text-align: right;
}
.wpo-field.wpo-field-file_upload {
    float: right;
    margin: 10px;
    width: 200px;
}
.woocommerce-product-gallery__image {
    width: 50%;
}
html, body {
    max-width: 100%;
    overflow-x: hidden;
}

.whatsapp-float {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 65px;
  right: 40px;
  background-color: #25d366;
  color: #FFF;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  box-shadow: 2px 2px 3px #999;
  z-index: 100;
}

.whatsapp-float:hover {
  background-color: #dc143c;
  color: #FFF;
}

.my-float {
  margin-top: 16px;
}