img {
  max-width: 100%;
  height: auto;
}

.amazon-product-details-continer-loaded {
  overflow: hidden;
  height: 100vh;
}

/*******************
Product Search Form
***********************/
.wpas-search-form-container {
  position: relative;
  display: flex;
  margin-bottom: 30px;
}
.wpas-search-form-container .wpas-search-input-field {
  position: relative;
  width: calc(100% - 100px);
}
.wpas-search-form-container .wpas-search-input-field label {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  box-sizing: border-box;
  padding: 10px;
  color: #000000;
  transition: 0.2s all;
  font-size: 14px;
  line-height: 30px;
  margin: 0 !important;
  cursor: text;
}
.wpas-search-form-container .wpas-search-input-field input.wpas-search-input {
  background-color: #fff;
  color: #000000;
  height: 50px;
  padding: 10px;
  margin: 0;
  border: none;
  width: 100%;
  line-height: 30px;
  box-sizing: border-box;
  outline: none;
  transition: 0.2s;
  position: relative;
  border-bottom: 2px solid #eeeeee;
  box-shadow: 0 0 10px #eeeeee;
}
.wpas-search-form-container .wpas-search-input-field input.wpas-search-input:focus {
  background-color: #fafafa;
  border-bottom: 2px solid #218df7;
}
.wpas-search-form-container .wpas-search-input-field input.wpas-search-input:focus ~ label, .wpas-search-form-container .wpas-search-input-field input.wpas-search-input:valid ~ label {
  top: -40px;
  color: #000000;
}
.wpas-search-form-container button {
  height: 50px;
  padding: 10px;
  border: none;
  width: 100px;
  font-size: 18px;
  line-height: 30px;
  box-sizing: border-box;
  background: #218df7;
  transition: 0.2s all;
  color: #ffffff;
  box-shadow: 0 0 10px #eeeeee !important;
  cursor: pointer;
}
.wpas-search-form-container button:hover {
  background: #0873dd;
  color: #ffffff;
}

/*******************
Product Grid
***********************/
.wpas-products-wrapper {
  display: flex;
  flex-flow: row wrap;
  flex-basis: 100%;
  justify-content: center;
  position: relative;
  margin-right: -15px;
  margin-left: -15px;
}
.wpas-products-wrapper .wpas-product-item {
  padding-right: 15px;
  padding-left: 15px;
}

/*******************
Product List
***********************/
.amazon-product-box {
  box-sizing: border-box;
  width: 215px;
  padding: 5px;
  background-color: #fff;
  text-align: center;
  border: 1px solid #f5f5f5;
  position: relative;
  margin-bottom: 30px;
  transition: 0.2s;
}
.amazon-product-box .amazon-product-thumb {
  position: relative;
  width: 160px;
  height: 160px;
  margin: 0 auto;
}
.amazon-product-box .amazon-product-thumb .amazon-product-prime {
  display: block;
  background: rgba(255, 255, 255, 0.5) url("../images/amazon-splash.png") no-repeat;
  height: 15px;
  width: 54px;
  background-position: -5px -490px;
  position: absolute;
  right: 0;
  top: 10px;
}
.amazon-product-box .amazon-product-info h3 {
  font-size: 16px;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 100%;
  overflow: hidden;
  margin: 5px 0 !important;
  box-sizing: border-box;
}
.amazon-product-box .amazon-product-brekdown {
  display: none;
}
.amazon-product-box .amazon-product-brekdown ul {
  margin: 0 !important;
  padding: 0;
}
.amazon-product-box .amazon-product-brekdown ul li {
  list-style: none;
  display: block;
  text-align: left;
  margin: 5px 0 !important;
}
.amazon-product-box .amazon-product-action {
  display: flex;
  align-items: center;
}
.amazon-product-box .amazon-product-action a {
  display: block;
  cursor: pointer;
  margin: 1px;
  flex-basis: 100%;
  border: none;
  padding: 10px 5px;
  color: #fff !important;
  transition: 0.2s;
  font-size: 14px;
  background-color: #404040;
}
.amazon-product-box .amazon-product-action a.wpas-custom-request-trigger {
  background-color: #404040;
  width: 100%;
}
.amazon-product-box .amazon-product-action a:hover {
  background: #272727;
}
.amazon-product-box .amazon-product-price-breakdown {
  padding: 10px 0;
}
.amazon-product-box .amazon-product-price-breakdown button {
  border: none;
  background: transparent;
  cursor: pointer;
  color: #000000;
  font-weight: bold;
}
.amazon-product-box:hover {
  box-shadow: 0 6px 8px -4px #eeeeee;
}
.amazon-product-box p {
  margin: 5px 0 !important;
}
.amazon-product-box a {
  text-decoration: none;
  color: inherit;
}

/***********************
Load More button
****************************/
.wpas-load-more-wrapper {
  text-align: center;
}
.wpas-load-more-wrapper button {
  margin: 3px;
  width: 200px;
  border: 1px solid #218df7;
  background: #218df7;
  padding: 10px;
  cursor: pointer;
  font-weight: bold;
  color: #fff;
  transition: 0.2s;
}
.wpas-load-more-wrapper button span {
  padding-left: 5px;
}
.wpas-load-more-wrapper button:hover {
  background: #0873dd;
  color: #fff;
}

/*******************
Product Search Pre Loader
***********************/
.wpas-ajax-pre-loader-container, .wpas-search-no-products {
  margin: 0 auto;
  clear: both;
  width: 100%;
  text-align: center;
}

/***********************
Product Details popup
****************************/
.amazon-product-details-continer {
  position: fixed;
  z-index: 999;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.82);
  display: none;
  overflow-y: auto;
}
.amazon-product-details-continer .wpas-ajax-pre-loader-container {
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 100%;
  overflow: hidden;
  width: 100px;
  height: 100px;
  border: 3px dotted #404040;
}
.amazon-product-details-continer .amazon-product-details-inner {
  position: relative;
  height: 100%;
}
.amazon-product-details-continer .amazon-product-details-inner .amazon-product-details-close-btn button {
  display: table;
  width: 50px;
  height: 50px;
  background: #ff0000;
  border: none;
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
  color: #fff;
  font-size: 28px;
  z-index: 999;
}
.amazon-product-details-continer .amazon-product-details-inner .amazon-product-details-close-btn button:hover {
  background: #cc0000;
}
.amazon-product-details-continer .amazon-product-details-table {
  display: table;
  width: 100%;
  height: 100%;
  text-align: left;
}
.amazon-product-details-continer .amazon-product-details-table .amazon-product-details-table-center {
  display: table-cell;
  vertical-align: middle;
}
.amazon-product-details-continer .wpas-popup-container {
  background-color: #fff;
  padding: 15px;
  position: relative;
}
.amazon-product-details-continer .wpas-popup-container .amazon-product-single-image {
  text-align: center;
  padding: 10px;
  box-sizing: border-box;
  background: url(../images/pre-loader.gif) no-repeat center;
  min-height: 100px;
}
.amazon-product-details-continer .wpas-popup-container .amazon-product-details-inner h2 {
  font-size: 24px;
  line-height: 1.5;
}
.amazon-product-details-continer .wpas-popup-container .amazon-product-details-inner p.amazon-product-details-price {
  font-size: 18px;
  margin: 15px 0;
  color: #ff0000;
}
.amazon-product-details-continer .wpas-popup-container .amazon-product-details-inner #amazon-product-action-details {
  margin: 5px 0;
}
.amazon-product-details-continer .wpas-popup-container .amazon-product-details-inner #amazon-product-action-details a {
  display: block;
  cursor: pointer;
  margin: 1px;
  width: 200px;
  text-align: center;
  border: 1px solid #f5f5f5;
  padding: 10px 5px;
  font-weight: bold;
  color: #fff;
  transition: 0.2s;
  font-size: 14px;
  background-color: #404040;
}
.amazon-product-details-continer .wpas-popup-container .amazon-product-details-inner .amazon-product-single-product-info {
  padding: 10px 0;
  font-size: 14px;
  line-height: 1.5;
}
.amazon-product-details-continer .wpas-popup-container .amazon-product-details-inner .amazon-product-single-product-info ul {
  margin: 0;
  padding: 0;
}
.amazon-product-details-continer .wpas-popup-container .amazon-product-details-inner .amazon-product-single-product-info ul li {
  display: block;
  padding: 3px 0;
}

/*************************
Product Cart PopUp
***************************/
.wp-amazon-shop-cart-continer {
  position: fixed;
  background-color: #fff;
  box-shadow: 0px 0px 5px #000000;
  left: calc(100% / 5);
  right: calc(100% / 5);
  z-index: 999999;
  top: 0;
  display: none;
}
.wp-amazon-shop-cart-continer .wp-amazon-shop-cart-continer-close-btn button {
  display: table;
  width: 40px;
  height: 40px;
  background: #ff0000;
  border: none;
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
  color: #fff;
  font-size: 28px;
  z-index: 999;
}
.wp-amazon-shop-cart-continer .wp-amazon-shop-cart-continer-close-btn button:hover {
  background: #cc0000;
}
.wp-amazon-shop-cart-continer .wpas-cart-table .wpas-cart-body {
  overflow-y: auto;
  max-height: calc(100vh - 146px);
}
.wp-amazon-shop-cart-continer .wpas-cart-table .wpas-cart-body .wpas-cart-row {
  display: flex;
  flex-wrap: nowrap;
  padding: 10px 0;
}
.wp-amazon-shop-cart-continer .wpas-cart-table .wpas-cart-body .wpas-cart-row:nth-child(odd) {
  background-color: #f5f5f5;
}
.wp-amazon-shop-cart-continer .wpas-cart-table .wpas-cart-body .wpas-cart-row .wpas-cart-cell {
  padding: 5px 20px;
  position: relative;
}
.wp-amazon-shop-cart-continer .wpas-cart-table .wpas-cart-body .wpas-cart-row .wpas-cart-cell:nth-child(1) {
  width: calc(100% - 250px);
}
.wp-amazon-shop-cart-continer .wpas-cart-table .wpas-cart-body .wpas-cart-row .wpas-cart-cell:nth-child(2) {
  width: 100px;
}
.wp-amazon-shop-cart-continer .wpas-cart-table .wpas-cart-body .wpas-cart-row .wpas-cart-cell:nth-child(3) {
  padding-right: 40px;
  width: 150px;
}
.wp-amazon-shop-cart-continer .wpas-cart-table .wpas-cart-body .wpas-cart-row .wpas-cart-cell h3 {
  font-size: 14px;
  line-height: 150%;
  margin: 2px 0;
}
.wp-amazon-shop-cart-continer .wpas-cart-table .wpas-cart-body .wpas-cart-row .wpas-cart-cell input.wpas-cart-item-qnty {
  width: 60px;
  margin-bottom: 0 !important;
}
.wp-amazon-shop-cart-continer .wpas-cart-table .wpas-cart-body .wpas-cart-row .wpas-cart-cell .wpas-remove-cart-item {
  position: absolute;
  right: 20px;
  cursor: pointer;
}
.wp-amazon-shop-cart-continer .wpas-cart-table .wpas-cart-body .wpas-cart-row .wpas-cart-cell .wpas-remove-cart-item:hover {
  color: #ff0000;
}
.wp-amazon-shop-cart-continer .wpas-cart-action {
  display: flex;
  justify-content: space-between;
}
.wp-amazon-shop-cart-continer .wpas-cart-action button {
  margin: 3px;
  border: none;
  background: #218df7;
  color: #fff;
  padding: 10px;
  width: 50%;
  box-sizing: border-box;
  cursor: pointer;
  font-weight: bold;
  transition: 0.2s;
}
.wp-amazon-shop-cart-continer .wpas-cart-action button:hover {
  background: #0873dd;
}

.acl-container {
  max-width: 1170px;
  padding-left: 15px;
  padding-right: 15px;
  margin: 0 auto;
}
.acl-container .acl-row {
  display: flex;
  margin-right: -15px;
  margin-left: -15px;
}
.acl-container .acl-row > div {
  flex-basis: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

@media screen and (max-width: 767px) {
  .acl-row {
    flex-wrap: wrap;
  }

  .acl-col-sm-6 {
    width: 100%;
  }
}
/*************************
Custom Product Request
***************************/
.amazon-product-custom-request-continer {
  position: fixed;
  background-color: #fff;
  box-shadow: 0px 0px 5px #000;
  max-width: 600px;
  z-index: 999999;
  top: 120px;
  box-sizing: border-box;
  margin: 0 auto;
  left: 50%;
  display: none;
  margin-left: -300px;
}
.amazon-product-custom-request-continer .amazon-product-custom-request-close-btn button {
  display: table;
  width: 50px;
  height: 50px;
  color: #fff;
  background-color: #ff0000;
  border: none;
  position: absolute;
  right: -50px;
  top: 0;
  cursor: pointer;
  font-size: 28px;
  z-index: 999;
}
.amazon-product-custom-request-continer .amazon-product-popup-container {
  padding: 15px;
}
.amazon-product-custom-request-continer .amazon-product-popup-container .amazon-product-custom-request-form label {
  display: table;
}
.amazon-product-custom-request-continer .amazon-product-popup-container .amazon-product-custom-request-form input {
  padding: 4px 6px;
  height: 35px;
  width: 100%;
  box-sizing: border-box;
  display: block;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 20px;
  color: #000000;
  vertical-align: middle;
  border: 1px solid #eeeeee;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  transition: border linear 0.2s, box-shadow linear 0.2s;
}
.amazon-product-custom-request-continer .amazon-product-popup-container .amazon-product-custom-request-form input:focus {
  border-color: rgba(82, 168, 236, 0.8);
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
}
.amazon-product-custom-request-continer .amazon-product-popup-container .amazon-product-custom-request-form button {
  margin: 3px;
  width: 100%;
  border: 1px solid #218df7;
  background-color: #218df7;
  padding: 10px;
  cursor: pointer;
  font-weight: bold;
  color: #fff;
  transition: 0.2s;
}

/*************************************
Amazon Star
*************************************/
.amazon-product-rating i, .amazon-product-rating p {
  display: inline-block;
}
.amazon-product-rating i {
  width: 80px;
  height: 18px;
  background-image: url("../images/amazon-splash.png");
  background-size: 400px 900px;
  background-repeat: no-repeat;
  position: relative;
  vertical-align: text-top;
}
.amazon-product-rating i.a-star-5 {
  background-position: -5px -368px;
}
.amazon-product-rating i.a-star-4 {
  background-position: -21px -368px;
}
.amazon-product-rating i.a-star-3 {
  background-position: -37px -368px;
}
.amazon-product-rating i.a-star-2 {
  background-position: -53px -368px;
}
.amazon-product-rating i.a-star-1 {
  background-position: -69px -368px;
}
.amazon-product-rating i.a-star-0 {
  background-position: -85px -368px;
}
.amazon-product-rating i.a-star-4-5 {
  background-position: -175px -368px;
}
.amazon-product-rating i.a-star-3-5 {
  background-position: -191px -368px;
}
.amazon-product-rating i.a-star-2-5 {
  background-position: -207px -368px;
}
.amazon-product-rating i.a-star-1-5 {
  background-position: -223px -368px;
}
.amazon-product-rating i.a-star-0-5 {
  background-position: -239px -368px;
}
.amazon-product-rating .a-icon-alt {
  position: absolute;
  left: -9999px;
  top: auto;
  display: block;
  width: 1px;
  height: 1px;
  line-height: 1px;
  font-size: 1px;
  overflow: hidden;
}
.amazon-product-rating [class*=a-icon-star] > .a-icon-alt {
  left: auto;
  width: 100%;
  height: 100%;
  font-size: inherit;
  line-height: normal;
  opacity: 0;
}

/*************************************
Product Comparison Table
*************************************/
.wpas-comparison-shortcode-wrapper {
  width: 100%;
  border: 1px solid #f5f5f5;
}
.wpas-comparison-shortcode-wrapper .wpas-comparison-shortcode-inner {
  display: flex;
  align-items: flex-end;
  position: relative;
}
.wpas-comparison-shortcode-wrapper .wpas-comparison-shortcode-inner .wpas-comparison-item {
  overflow: hidden;
  flex-basis: 100%;
}
.wpas-comparison-shortcode-wrapper .wpas-comparison-shortcode-inner .wpas-comparison-item:before {
  display: block;
  content: "";
  position: absolute;
  height: 100%;
  background-color: #f5f5f5;
  width: 1px;
  top: 0;
}
.wpas-comparison-shortcode-wrapper .wpas-comparison-shortcode-inner .wpas-comparison-item:first-child {
  flex-basis: 180px;
  overflow: visible;
}
.wpas-comparison-shortcode-wrapper .wpas-comparison-shortcode-inner .wpas-comparison-item .wpas-comparison-item-inner .wpas-comparison-base {
  padding: 15px 8px;
  border-bottom: 1px solid #f5f5f5;
}
.wpas-comparison-shortcode-wrapper .wpas-comparison-shortcode-inner .wpas-comparison-item .wpas-comparison-item-inner .wpas-comparison-base > * {
  white-space: nowrap;
  text-overflow: ellipsis;
}
.wpas-comparison-shortcode-wrapper .wpas-comparison-shortcode-inner .wpas-comparison-item .wpas-comparison-item-inner .wpas-comparison-base h4 {
  overflow: hidden;
  font-size: 18px;
  margin: 0;
}
.wpas-comparison-shortcode-wrapper .wpas-comparison-shortcode-inner .wpas-comparison-item .wpas-comparison-item-inner .wpas-comparison-base a {
  text-decoration: none;
  color: inherit;
}
.wpas-comparison-shortcode-wrapper .wpas-comparison-shortcode-inner .wpas-comparison-item .wpas-comparison-item-inner .wpas-comparison-base p {
  margin: 0;
}
.wpas-comparison-shortcode-wrapper .wpas-comparison-shortcode-inner .wpas-comparison-item .wpas-comparison-item-inner .wpas-comparison-base.wpas-comparison-product-action {
  height: 75px;
}
.wpas-comparison-shortcode-wrapper .wpas-comparison-shortcode-inner .wpas-comparison-item .wpas-comparison-item-inner .wpas-comparison-base.wpas-comparison-product-action a {
  display: block;
  cursor: pointer;
  padding: 10px !important;
  background-color: #218df7;
  color: #fff;
  text-decoration: none;
  text-align: center;
}
.wpas-comparison-shortcode-wrapper .wpas-comparison-shortcode-inner .wpas-comparison-item .wpas-comparison-item-inner .wpas-comparison-base.wpas-comparison-product-action a:hover {
  background-color: #0873dd;
}

@media screen and (max-width: 767px) {
  .wpas-comparison-shortcode-inner {
    flex-wrap: wrap;
  }
  .wpas-comparison-shortcode-inner .wpas-comparison-unite {
    display: none;
  }
}
/*************************************
Product ToolTip
*************************************/
.wpas-toobtip-shortcode-wrapper {
  display: inline;
  position: relative;
  border-bottom: 1px dotted #000000;
}
.wpas-toobtip-shortcode-wrapper .wpas-toobtip-top {
  min-width: 200px;
  top: 0;
  left: 50%;
  transform: translate(-50%, -100%);
  padding: 3px;
  position: absolute;
  z-index: 99999999;
  box-sizing: border-box;
  display: none;
}
.wpas-toobtip-shortcode-wrapper .wpas-toobtip-top i.wpas-toobtip-down-arrow {
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -12px;
  width: 24px;
  height: 12px;
  overflow: hidden;
}
.wpas-toobtip-shortcode-wrapper .wpas-toobtip-top i.wpas-toobtip-down-arrow:after {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  background-color: #eeeeee;
  box-shadow: 0 1px 8px rgba(0, 0, 0, 0.5);
}
.wpas-toobtip-shortcode-wrapper .wpas-toobtip-top .wpas-product-item {
  padding: 0;
}
.wpas-toobtip-shortcode-wrapper .wpas-toobtip-top .wpas-product-item .amazon-product-box {
  margin-bottom: 0;
}
.wpas-toobtip-shortcode-wrapper:hover .wpas-toobtip-top {
  display: block;
}

/* Compatibility styles for frameworks like bootstrap, foundation e.t.c */
.xzoom-source img, .xzoom-preview img, .xzoom-lens img {
  display: block;
  max-width: none;
  max-height: none;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
}

/* --------------- */
/* xZoom Styles below */
.xzoom-container {
  display: inline-block;
}

.xzoom-single {
  margin: 0 auto;
  max-width: 500px;
  max-height: 500px;
  overflow: hidden;
}

.xzoom-thumbs {
  text-align: center;
}

.xzoom-thumbs a {
  display: inline-block;
  margin: 2px;
  max-width: 80px;
  max-height: 80px;
  overflow: hidden;
  vertical-align: middle;
  outline: none;
}

.xzoom-thumbs a img {
  display: block;
  margin: 1px;
  width: calc(100% - 3px);
}

.xzoom {
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5);
}

.xzoom2, .xzoom3, .xzoom4, .xzoom5 {
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5);
}

/* Thumbs */
.xzoom-gallery, .xzoom-gallery2, .xzoom-gallery3, .xzoom-gallery4, .xzoom-gallery5 {
  border: 1px solid #cecece;
}

.xzoom-source, .xzoom-hidden {
  display: block;
  position: static;
  float: none;
  clear: both;
}

/* Everything out of border is hidden */
.xzoom-hidden {
  overflow: hidden;
}

/* Preview */
.xzoom-preview {
  border: 1px solid #888;
  background: #2f4f4f;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
}

.xzoom-preview, .xzoom-source {
  z-index: 9999;
}

/* Lens */
.xzoom-lens {
  border: 1px solid #555;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
  cursor: crosshair;
}

/* Loading */
.xzoom-loading {
  background-position: center center;
  background-repeat: no-repeat;
  border-radius: 100%;
  opacity: 0.7;
  background: url(../images/xloading.gif);
  width: 48px;
  height: 48px;
}

/* Additional class that applied to thumb when it is active */
.xactive {
  -webkit-box-shadow: 0px 0px 3px 0px #4aa9d2;
  -moz-box-shadow: 0px 0px 3px 0px #4aa9d2;
  box-shadow: 0px 0px 3px 0px #4aa9d2;
  border: 1px solid #4aaad2;
}

/* Caption */
.xzoom-caption {
  position: absolute;
  bottom: -43px;
  left: 0;
  background: #000;
  width: 100%;
  text-align: left;
}

.xzoom-caption span {
  color: #fff;
  font-family: Arial, sans-serif;
  display: block;
  font-size: 0.75em;
  font-weight: bold;
  padding: 10px;
}

/*# sourceMappingURL=frontend.css.map */
