/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/


/******* TITLE *******/
.st-title-header {
  box-sizing: border-box !important;
  font-family: "Roboto Condensed", Helvetica, "Helvetica Neue", Arial, sans-serif !important;
  font-style: italic !important;
  font-weight: bold !important;
  color: #393939 !important;
  text-transform: uppercase !important;
  margin-top: 20px !important;
  margin-bottom: 10px !important;
  line-height: 1.1 !important;
}

.st-title-header-variant {
  box-sizing: border-box !important;
  font-family: "Roboto Condensed", Helvetica, "Helvetica Neue", Arial, sans-serif !important;
  font-style: italic !important;
  font-weight: bold !important;
  color: #ffffff !important;
  text-transform: uppercase !important;
  margin-top: 20px !important;
  margin-bottom: 10px !important;
  line-height: 1.1 !important;
}

.st-title-header span, .st-title-header-variant span {
  color: #0082c3!important;
}

.st-paragraph-header {
  box-sizing: border-box;
  font-family: "Roboto Condensed", Helvetica, "Helvetica Neue", Arial, sans-serif;
  font-style: italic;
  font-weight: 700;
  color: #0082c3;
  line-height: 1.1;
  margin-top: 20px;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.st-product-header {
  box-sizing: border-box;
  font-family: "Roboto Condensed", Helvetica, "Helvetica Neue", Arial, sans-serif;
  font-size: 22px;
  font-style: italic;
  font-weight: 300;
  color: #393939;
  margin-top: 20px;
  line-height: 1.1;
  margin-bottom: 10px;
  text-transform: uppercase;
  margin-top: 5px;
}

.st-subtitle-header {
  box-sizing: border-box;
  font-family: "Roboto Condensed", Helvetica, "Helvetica Neue", Arial, sans-serif;
  font-size: 26px;
  font-style: italic;
  line-height: 1.1;
  font-weight: 700;
  margin-top: 20px;
  margin-bottom: 10px;
  color: #393939;
}


/******* BUTTONS *******/

.st-btn,
.st-btn:after,
.st-btn:before {
  box-sizing: border-box;
}
.st-btn {
  position: relative;
  z-index: 0;
  display: inline-block;
  padding: 10px 35px;
  margin-bottom: 10px;
  overflow: hidden;
  font-family: "Roboto Condensed", Helvetica, "Helvetica Neue", Arial, sans-serif;
  font-size: 16px;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
}
.st-btn.disabled {
  cursor: not-allowed;
  opacity: .5;
  box-shadow: none !important;
}
.st-btn:active:not(.disabled):before {
  display: none;
}
.st-btn.st-btn-left:after,
.st-btn.st-btn-right:after {
  position: absolute;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  font-stretch: normal;
  line-height: 1;
  font-family: Material-Design-Iconic-Font;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}
.st-btn:active,
.st-btn:hover {
  text-decoration: none;
  outline: 0;
}
.st-btn:hover:not(.disabled):before {
  z-index: -1;
  width: 100%!important;
  -webkit-transform: none !important;
          transform: none !important;
}
.st-btn.st-btn-left:before {
  position: absolute;
  top: 0;
  width: 36px;
  height: 100%;
  content: "";
  background: #fff;
  opacity: 0.8;
}
.st-btn.st-btn-left:after {
  top: 50%;
  font-size: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.st-btn.st-btn-left {
  padding: 10px 35px 10px 51px;
}
.st-btn.st-btn-left:before {
  left: 0;
  -webkit-transform: skew(10deg);
          transform: skew(10deg);
  -webkit-transform-origin: 0 100% 0;
          transform-origin: 0 100% 0;
}
.st-btn.st-btn-left:after {
  left: 12px;
  content: "\f2fa";
}
.st-btn.st-btn-right:before {
  position: absolute;
  top: 0;
  width: 36px;
  height: 100%;
  content: "";
  background: #fff;
  opacity: 0.8;
}
.st-btn.st-btn-right:after {
  top: 50%;
  font-size: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.st-btn.st-btn-right {
  padding: 10px 51px 10px 35px;
}
.st-btn.st-btn-right:before {
  right: 0;
  -webkit-transform: skew(-10deg);
          transform: skew(-10deg);
  -webkit-transform-origin: 100% 100% 0;
          transform-origin: 100% 100% 0;
}
.st-btn.st-btn-right:after {
  right: 12px;
  content: "\f2fb";
}
.st-btn.st-btn-primary {
  background: -webkit-linear-gradient(#4eb0ed 0, #0173b9 100%);
  background: linear-gradient(#4eb0ed 0, #0173b9 100%);
  box-shadow: rgba(0, 0, 0, 0.168627) 0 1px 2px 0;
}
.st-btn.st-btn-primary:hover {
  box-shadow: rgba(0, 0, 0, 0.270588) 0 1px 3px 0;
}
.st-btn.st-btn-primary:active:not(.disabled) {
  background: #0173b9;
  box-shadow: none;
}
.st-btn.st-btn-primary:active,
.st-btn.st-btn-primary:hover {
  color: #ffffff;
}
.st-btn.st-btn-primary::before {
  opacity: 0.2;
}
.st-btn.st-btn-left.st-btn-small:after,
.st-btn.st-btn-right.st-btn-small:after {
  font-size: 18px;
}
.st-btn.st-btn-left.st-btn-small:after {
  left: 9px;
}
.st-btn.st-btn-small {
  font-size: 14px;
}
.st-btn.st-btn-small.st-btn-left {
  padding: 5px 25px 5px 37px;
}
.st-btn.st-btn-small.st-btn-right {
  padding: 5px 37px 5px 25px;
}
.st-btn.st-btn-small:before {
  width: 26px;
}
.st-btn.st-btn-right.st-btn-small:after {
  right: 9px;
}
.st-btn.st-btn-xl{
    font-size: 25px;
}
.st-btn.st-btn-xl:after,
.st-btn.st-btn-xl:after {
  font-size: 30px;
}
.st-btn.st-btn-default {
  background: -webkit-linear-gradient(#fafafa 0, #e2e2e2 100%);
  background: linear-gradient(#fafafa 0, #e2e2e2 100%);
  border: 1px solid #dcdbdb;
  box-shadow: rgba(0, 0, 0, 0.0470588) 0 1px 1px 0;
}
.st-btn.st-btn-default:hover {
  border-color: #e6e6e6;
  box-shadow: rgba(0, 0, 0, 0.0980392) 0 1px 3px 0;
}
.st-btn.st-btn-default:active:not(.disabled) {
  background: #e2e2e2;
  border-color: #e2e2e2;
  box-shadow: none;
}
.st-btn.st-btn-default.st-btn-left {
  padding: 9px 34px 9px 50px;
}
.st-btn.st-btn-default,
.st-btn.st-btn-default:active,
.st-btn.st-btn-default:hover {
  color: #393939;
}
.st-btn.st-btn-default:before {
  opacity: 0.6;
}
.st-btn.st-btn-default.st-btn-small.st-btn-left {
  padding: 4px 24px 4px 36px;
}
.st-btn.st-btn-default.st-btn-small.st-btn-right {
  padding: 4px 36px 4px 24px;
}
.st-btn.st-btn-default.st-btn-right {
  padding: 9px 50px 9px 34px;
}
.st-btn.st-btn-yellow {
  background:linear-gradient(#fef63a 0,#eec423 100%);
  box-shadow:rgba(0,0,0,.0901961) 0 1px 2px 0
}
.st-btn.st-btn-yellow:hover {
  box-shadow:rgba(0,0,0,.117647) 0 1px 2px 0
}
.st-btn.st-btn-yellow:active:not(.disabled) {
  background:#eec423;
  box-shadow:none
}
.st-btn.st-btn-yellow,
.st-btn.st-btn-yellow:active,
.st-btn.st-btn-yellow:hover {
  color:#393939
}
.st-btn.st-btn-yellow::before {
  opacity:.3
}


/******* BUTTON YELLOW ADD TO CART CUBE *******/

.cta[class*=icon] {
    padding: 10px 40px 10px 15px!important;
}
.cta {
    width: auto;
    height: auto;
    text-decoration: none;
    max-width: 250px;
    display: inline-block;
    font-size: 14px;
    line-height: 1.28571429;
    padding: .78571429em 3.5em .78571429em 2.5em;
    color: #fff;
    border-radius: 2px;
    font-weight: 700;
    text-transform: uppercase;
    background-color: #0082c3;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    transition: background-color .45s ease .09s;
    z-index: 1;
}
.cta.left, .cta.right {
    width: auto;
}
.cta.yellow {
    background-color: #ffea28;
    color: #333;
}
a.cta {
    text-decoration: none;
}
.cta[class*=icon]:before {
    font-size: 1.4em;
}
@font-face {
  font-family: DecathlonCube;
  src: url(/wp-content/themes/flatsome-child/fonts/DecathlonCube.eot);
  src: url(/wp-content/themes/flatsome-child/fonts/DecathlonCube.eot) format("embedded-opentype"),url(/wp-content/themes/flatsome-child/fonts/DecathlonCube.woff2) format("woff2"),url(/wp-content/themes/flatsome-child/fonts/DecathlonCube.woff) format("woff"),url(/wp-content/themes/flatsome-child/fonts/DecathlonCube.ttf) format("truetype"),url(/wp-content/themes/flatsome-child/fonts/DecathlonCube_46661d6d65debc63884004fed6e37e5c.svg) format("svg");
  font-weight: 400;
  font-style: normal;
}
.cta:before {
    font-family: DecathlonCube;
    right: 0;
    top: 0;
    height: 100%;
    width: 2.2em;
    font-size: 1em;
    display: flex;
    position: absolute;
    justify-content: center;
    align-items: center;
    font-weight: 400;
    line-height: 1;
    z-index: 1;
}
.icon-cart:before {
    content: "\E002";
}
.cta.yellow:after, .cta.yellow:hover:not(.disabled):not([disabled]) {
    background-color: #fdd835;
}
.cta:after {
    content: "";
    background-color: #0074af;
    position: absolute;
    height: 150%;
    width: 150%;
    transition: transform .18s ease;
    transform: rotate(-10deg);
    top: 100%;
    left: -25%;
    z-index: -1;
    transform-origin: calc(83.33333333333334% - 2.857142857142857em) 0;
}

/******* PRICE TAGS *******/

.st-price {
    display: inline-block !important;
    text-align: right !important;
}
.pricetag {
    display: inline-block !important;
    height: 55px !important;
    padding: 0 10px 0 24px !important;
    font-family: "Roboto Condensed" !important;
    font-size: 0 !important;
    background: url(/wp-content/uploads/2019/04/pricetag-yellow.png) no-repeat top left;
    background-size: 185px !important;
    color: #333 !important;
}
.pricetag .price {
    display: inline-block !important;
    padding: 5px 0 !important;
    font-size: 30px !important;
    font-weight: bold !important;
    line-height: 1 !important;
    letter-spacing: -.03em !important;
}
.pricetag .decimal {
    position: relative !important;
    display: inline-block !important;
    font-size: 18px !important;
    font-weight: bold !important;
}

/******* PARAGRAPH *******/

p.st-paragraph {
  font-family: Roboto, Helvetica, "Helvetica Neue", Arial, sans-serif;
  box-sizing: border-box;
  font-weight: normal;
  color: #515151;
  font-size: 14px;
  margin: 0px 0px 10px;
}


/******* PRICE TABLE *******/

.price-table #content .list {
  width: 100%;
  display: inline-block;
  text-align: center;
}

.price-table .product-card {
  width: 25%;
  display: inline-block;
  background-color: #fff;
  position: relative;
  z-index: 20;
  box-shadow: 0 1px 11px 0 rgba(0, 0, 0, 0.1);
  border-radius: 2px;
  margin: 0 20px 40px 20px;
  -webkit-transition: all 250ms ease-out;
  -moz-transition: all 250ms ease-out;
  -ms-transition: all 250ms ease-out;
  -o-transition: all 250ms ease-out;
  transition: all 250ms ease-out;
  border-radius: 10px;
  padding: 5px 20px;
  vertical-align: top;
}
.price-table .product-card h2 {
  width: 100%;
  padding: 0px;
  margin: 30px 0 0;
  color: #0082c3;
}
.price-table .product-card figure {
  width: 100%;
  display: inline-block;
  margin: 0px;
  padding: 0px;
}
.price-table .product-card figure img {
  display: inline-block;
  max-width: 80%;
  margin: 30px 0;
}
.price-table .product-card:hover {
  transform: scale(1.01);
  box-shadow: 0 1px 11px 0 rgba(0, 0, 0, 0.3);
}
.price-table .product-card-advantages {
    text-align: left;
    padding: 0 20px;
}
.price-table .product-card .price {
    text-align: center;
}


/******* DELETE BREADCRUMB *******/

.woocommerce-breadcrumb {
    display: none;
}


/******* DELETE STOCK RUPTURE *******/

.stock.out-of-stock {
    display: none;
}


/******* DELETE CONTINUE SHOPPING & UPDATE CART *******/

.continue-shopping {
    display: none;
}

.update_cart {
    display: none;
}


/******* SIZE OF PRICE ON PRODUCT PAGE *******/

.product-page-price {
    font-size: 2em !important;
}


/******* FITNESS PRODUCT PAGE FR *******/

.column_nopadding .col{
    padding: 0 !important;
}


/******* DELETE LOGIN LINK & CREATE ACCOUNT CHECKBOX & ORDER COMMENTS ON ORDER PAGE *******/

.cart-container .woocommerce-form-login-toggle {
    display: none;
}

.cart-container .woocommerce-account-fields {
    display: none;
}

.cart-container .woocommerce-additional-fields {
    display: none;
}


/******* DELETE BUTTON RETURN TO SHOP : CART EMPTY *******/

.return-to-shop {
    display: none;
}


/******* STYLE FOR FLAGS *******/

.select_lang img {
    width: 25px;
}

.select_lang a {
    margin: 0 2px;
}


/******* REMOVE PADDING ARROUND ROW WHO CONTAINS VIDEO HOMEPAGE *******/

.home-video-remove-padding .col{
    padding: 0 !important;
}

.home-video-remove-padding{
    margin: 0 !important;
}


@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/
.price-table .product-card {
    width: 90%;
}

/******* STYLE FOR FLAGS *******/

.select_lang img {
    width: 30px !important;
}
.parent-flag-mobile {
    display: block !important;
}

}
