/*
Theme Name: Apluswater - Flatsome
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/
.underline {
  text-decoration: underline;
}

.price,
.price .amount {
  color: red;
}

.single-product .product-short-description,
.woocommerce-breadcrumb,
.header-block,
.single-product  .price-wrapper + [itemprop="description"],
.flip-slide .product-short-description,
.flip-slide [itemprop="description"],
.product_meta,
.page-title.shop-page-title.product-page-title,
.checkout-breadcrumbs {
  display: none;
}

.admind-mobile-show {
  display: none !important;
}

.woocommerce-ordering select {
  padding-right: 40px;
}

.products .title-wrapper .op-7,
#text-9,
#text-10 {
  display: none;
}

.admind-cart-container {
  padding-bottom: 0px;
}

.admind-cart-container > h3 {
  color: red;
  text-transform: uppercase;
}

.admind-recommended-product {
  position: relative;
  display: inline-block;
}

.admind-recommended-product > h6 {
  position: absolute;
  left: 0;
  top: 100px;
  width: 100%;
  display: inline-block;
  background-color: rgba(33,30,117, 0.8);
  opacity: 1;
  color: white;
  padding: 8px 5px;
}

.admind-recommended-product > p {
  margin: 10px 0;
}

.admind-cart-icon-button {
  margin-left: 20px;
}

.admind-cart-icon-button:hover {
  opacity: 0.8;
}

.admind-cart-icon-button i {
  font-size: 18px;
}

.admind-cart-icon-button > a {
  color: white !important;
  border-color: #D36E48 !important;
  background-color: #D36E48 !important;
  height: 35px;
  line-height: 32px !important;
}

.admind-terms-button {
  display: block;
  text-align: center;
  font-size: 12px;
  width: 160px;
  border-radius: 12px;
  clear: both;
  background-color: #5073AF;
}

.product-description-container {
  margin-top: 40px;
}

.wpvl_auto_thumb_box_wrapper {
  height: 100px;
  overflow: hidden;
  position: relative;
  margin-top: 1em;
}

.wpvl_auto_thumb_box,
.wpvl_auto_thumb_box > img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 100% !important;
}

.wpvl_auto_thumb_box {
  height: 100px !important;
}

.wpvl_auto_thumb_box > img {
  height: auto !important;
  z-index: 1;
}

.wpvl_auto_thumb_play {
  top: 50%;
  left: 50%;
  margin: -25px 0 0 -37px;
  z-index: 2;
}

@media only screen and (max-width: 849px) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/
  .admind-mobile-show {
    display: block !important;
  }

  .admind-cart-icon-button > a {
    height: 25px;
    line-height: 22px !important;
  }

  .add-to-cart-button {
    font-size: 12px;
  }

  .shop-container table td {
    font-size: 12px;
  }

  .box-excerpt.is-small,
  .shop-page-title,
  .admind-mobile-menu-modal ~ .widget_text,
  .header-block {
    display: none;
  }

  .page-title-inner {
    padding-top: 0;
  }

  #wide-nav {
    display: none;
  }

  .col ul {
    padding-left: 20px;
  }

  .col ul ul {
    padding-left: 0;
  }

  .products.row {
    display: block;
  }

  .box-image {
    text-align: center;
    max-height: 200px;
  }

  .box-image img {
    width: 70%
  }

  .admind-recommended-product > h6 {
    font-size: 9px;
  }

  .col {
    padding-bottom: 0;
  }

  .col,
  .col-inner p {
    margin-bottom: 0;
  }

  #content,
  .term-description,
  .product-info,
  .product-footer {
    font-size: 12px;
  }

  #main h1 {
    font-size: 120% !important;
    padding: 10px 0;
    margin-bottom: 0;
  }

  #main h1 > a {
    font-size: inherit;
  }

  #main > .row {
    padding-top: 10px;
  }

  #content + .col,
  #main > .row .col:first-child,
  #product-sidebar {
    padding: 0;
  }

  #product-sidebar > .sidebar-inner .button,
  #main > .row .col:first-child .button,
  #content + .col .button {
    margin-bottom: 10px !important;
  }

  .page-wrapper {
    padding-top: 15px;
  }

  .single-product .attachment-shop_single {
    max-height: 110px;
    width: auto;
  }

  .single-product .product-info {
    padding-top: 0;
  }

  .woocommerce-cart .page-wrapper {
    padding-top: 0;
  }

  #logo img {
    max-height: 55px !important;
  }

  .mobile-fs-6 {
    font-size: 6px !important;
  }

  .mobile-fs-7 {
    font-size: 7px !important;
  }

  .mobile-fs-8 {
    font-size: 8px !important;
  }

  .mobile-fs-9 {
    font-size: 9px !important;
  }

  .mobile-fs-10 {
    font-size: 10px !important;
  }

  .mobile-fs-11 {
    font-size: 11px !important;
  }

  .mobile-fs-12 {
    font-size: 12px !important;
  }

  .mobile-fs-13 {
    font-size: 13px !important;
  }

  .mobile-fs-14 {
    font-size: 14px !important;
  }

  .mobile-fs-15 {
    font-size: 15px !important;
  }

  .mobile-fs-16 {
    font-size: 16px !important;
  }

  .mobile-fs-17 {
    font-size: 17px !important;
  }

  .mobile-fs-18 {
    font-size: 18px !important;
  }

  .mobile-fs-19 {
    font-size: 19px !important;
  }

  .mobile-fs-20 {
    font-size: 20px !important;
  }

  .mobile-fs-21 {
    font-size: 21px !important;
  }

  .mobile-fs-22 {
    font-size: 22px !important;
  }

  .flickity-viewport .slide .large-6.col {
    width: 50%;
  }

  .flickity-viewport .slide .large-6.col .inner-padding {
    padding: 30px 5px;
  }

  .flickity-page-dots {
    left: 0;
    right: 0;
  }
}