/*
Theme Name: Salient Child Theme
Description: This is a custom child theme for Salient
Theme URI:   https://themeforest.net/item/salient-responsive-multipurpose-theme/4363266
Author: ThemeNectar
Author URI:  https://themeforest.net/user/themenectar
Template: salient
Version: 1.0
*/

/* FONTS  */
@font-face {
    font-family: "source";
    src: url(fonts/SourceSansPro-Regular.ttf) format("truetype");
}
@font-face {
    font-family: "source-semibold";
    src: url(fonts/SourceSansPro-Semibold.ttf) format("truetype");
}
@font-face {
    font-family:"source-light";
    src: url(fonts/SourceSansPro-Light.ttf) format("truetype");
}
html,
body,
input,
select,
textarea,
header,
footer,
p,
a,
strong,
b
{
  font-family: "source";
}

h1, h2, h3, h4 {
  font-family: "source-semibold"!important;
  color: #211915;
}
h2 {
  font-size: 32px;
}

.woocommerce-page .woocommerce p.cart-empty {
    font-family: "source-semibold"!important;
}

/* HEADER */
#header-outer[data-format="centered-menu-under-logo"] #top #logo img {
    margin: 0!important;
}
div#header-outer {
    box-shadow: none !important;
}
.sf-menu {
  padding-top: 20px!important;
}
.sf-menu .menu-item a {
  font-family: "source-semibold"!important;
  color: #211915!important;
  font-size: 18px!important;
}
.sf-menu .menu-item {
  margin-left: 20px;
  margin-right: 20px
}
#header-outer #header-secondary-outer a.cart-contents .cart-wrap span {
  background-color: #211915!important;
  width: 10px;
  height: 10px;
  font-size: 14px!important;
  margin-top: 6px!important;
}
#header-secondary-outer .icon-salient-cart {
  color: #fff!important;
}
.custom-cart {
  display: block;
  width: auto;
  height: 32px;
  float: right;
  cursor: pointer!important;
}
.custom-cart span {
  cursor: pointer!important;
}

.wpml-ls-item {
  margin-left: 0!important;
  margin-right: 0!important;
}
#menu-item-wpml-ls-45-ca {
  border-right: 1px solid #ccc;
}
.wpml-ls-item {
  margin-top: 7px!important;
}
.wpml-ls-item a {
  padding-top: 2px!important;
  padding-bottom: 2px!important;
}
.wpml-ls-current-language a span{
  color: #f2a900!important;
}
#header-secondary-outer {
    position: relative;
    top: 0px;
    left: 0px;
    width: 100%;
    z-index: 9900001!important;
    background-color: #211915;
    border-bottom: 1px solid #211915;
    padding-top: 5px!important;
}

.button-variable-item-mida-1,
.button-variable-item-mida-2,
.button-variable-item-mida-3,
.button-variable-item-20x20,
.button-variable-item-30x30,
.button-variable-item-40x40,
.button-variable-item-50x50,
.button-variable-item-60x60,
.button-variable-item-70x70,
.button-variable-item-80x80,
.button-variable-item-90x90,
.button-variable-item-100x100,
.button-variable-item-200x200 {
  height: 50px!important;
}


#header-outer #header-secondary-outer .cart-wrap {
    position: relative;
    right: 0;
    top: -1px;
    font-size: 12px;
    margin-right: 0;
    z-index: 10;
    float: right;
}
#header-secondary-outer ul {
    height: 32px;
    float: left;
    z-index: 1000;
    padding-top: 0!important;
}
#header-secondary-outer nav >ul >li:last-child {
    border-right: 0 solid #ddd!important;
}
#header-secondary-outer .wpml-ls-item a {
  color: #fff!important;
  text-decoration: none!important;
  font-family: "source"!important;
  font-size: 13px!important;
  border-left: 0 solid #ddd!important;
  text-transform: uppercase!important;
}
.container-banner {
    margin-right: auto;
    margin-left: auto;
    width: 100%;
    background: #000;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    padding: 15px 0;
}
.banner-content a {
  font-family: "source-semibold";
  font-size: 30px;
  color: #f39c12;
}
.banner-content a:hover {
  text-decoration: none!important;
}
.banner-content a span {
  color: #fff;
}
nav .buttons {
  display: none!important;
}

/* SLIDER */
#slider {
  padding: 0 50px;
}
#slider p {
    color: #626262;
    font-family: "source";
    font-size: 28px;
    line-height: 31px;
    margin-bottom: 32px;
}
.owl-nav.disabled {
  display: block!important;
}
.owl-prev {
    width: 50px;
    height: 50px;
    position: absolute;
    top: 35%!important;
    margin-left: -50px!important;
    display: block !important;
    border:0px solid black;
}
.owl-next {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 35%!important;
    right: -50px!important;
    display: block !important;
    border:0px solid black;
}
.owl-theme .owl-nav [class*='owl-'] {
    color: #D6D6D6;
    font-size: 70px;
    margin: 5px;
    padding: 4px 7px;
    background: #FFF;
}
.owl-theme .owl-nav [class*='owl-']:hover {
    color: #D6D6D6;
    font-size: 70px;
    background: #FFF;
}
.owl-theme .owl-dots {
    margin-top: 0!important;
}

.owl-theme .owl-dots .owl-dot span {
    -webkit-transform: scale(1.4);
    transform: scale(1.4);
    background-color: #fff;
    border: 1px solid #ccc;
}
.span_12.dark .owl-theme .owl-dots .owl-dot.active span {
  background-color: #000!important;
  border: 1px solid #000!important;
}


/* WOOCOMMERCE  */
.nectar-slide-in-cart {
  top: 70px!important;
}
ul.products.columns-4 li.classic {
    margin-right: 0!important;
    width: 24.99%;
    clear: none;
    padding: 20px 15px;
    border-top: 1px solid #e9e9e9;
    border-bottom: 1px solid #e9e9e9;
    border-left: 1px solid #e9e9e9;
    position: relative;
    min-height: 480px;
}
ul.products.columns-4 li.classic:last-child {
  border-right: 1px solid #e9e9e9;
}
.woocommerce-loop-product__title {
    font-family: "source-semibold"!important;
    font-size: 20px!important;
    line-height: 22px;
}
.woocommerce-Price-amount.amount,
.wc-measurement-price-calculator-price {
    font-family: "source"!important;
    font-weight: normal;
    font-size: 16px;
}
.woocommerce .product-wrap {
  overflow:visible!important;
}
.product-wrap a.button {
    position: absolute!important;
    transform: translateY(0)!important;;
    -webkit-transform: translateY(0)!important;;
    top: auto!important;
    bottom: -220px!important;
    left: 0;
    z-index: 20;
    border-radius: 100px;
    width: 100%;
    font-size: 18px;
    opacity: 0;
}
.product-wrap a.button:hover{
  opacity: 1;
}
ul.products.columns-4 li.classic:hover .product-wrap a.button {
  opacity: 1;
}
.woocommerce-mini-cart-item a {
  font-family: "source"!important;
}

.woocommerce-variation-add-to-cart {
  display: flex;
  align-items: center;
  position: relative;
}

.postid-85 .woocommerce-variation-add-to-cart,
.postid-5689 .woocommerce-variation-add-to-cart {
  display: inherit;
}



.woocommerce-product-gallery__image {
  overflow: visible!important;
}
.single-product .images .product-slider, .single-product .product-thumbs.flickity {
    overflow: visible!important;
}

.woocommerce-page .minus,
.woocommerce-page .plus {
  display: none!important;
}

.single-product.woocommerce-page .input-text {
    border: 1px solid #e9e9e9!important;
    border-radius: 32px 0 0 32px!important;
    background-color: #fff!important;
    width: 100px!important;
    height: 52px!important;
    font-family: "source"!important;;
    font-size: 16px!important;
    line-height: 18px!important;
    color: #a3a3a3!important;
}

.single-product div.product form.cart div.quantity {
    float: left!important;
}
.woocommerce div.product form.cart div.quantity, .woocommerce-page div.product form.cart div.quantity {
  margin-right: 0!important
}

.fpd-customization-required .input-text {
  display: none!important;
}

.input-text {
  font-family: "source"!important;
  font-size: 18px!important;
}
.product_title {
  font-size: 32px;
  line-height: 35px;
}

.woocommerce-Price-amount.amount,
.woocommerce-Price-currencySymbol,
.wc-measurement-price-calculator-price {
  font-size: 25px!important;
  font-family: "source-semibold"!important;
  color: #f2a900!important;
}

div.product .woocommerce-tabs .full-width-content[data-tab-style="fullwidth"] ul.tabs {
    text-align: center;
    margin: 0!important;
}

.woocommerce-tabs .full-width-content[data-tab-style="fullwidth"] ul.tabs li a {
  background-image: linear-gradient(to right, #f1a904 0%, #f1a904 100%)!important;
  text-transform: uppercase;
  font-weight: bold;
}
.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).selected, .woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).selected:hover {
    box-shadow: 0 0 0 2px rgba(241,169,4,.9)!important;
}
.ppom-field-wrapper.dies .show_description {
  display: block;
  width: 100%;
  font-weight: normal!important;
  padding-left: 0;
  margin-left: 0;
}
.fpd-mainbar .fpd-navigation div:first-child {
  display: none;
}
.zoomImg {
  display: none!important;
}

.single .summary {
  position: relative;
}

.product-type-simple #fpd-start-customizing-button {
  position: absolute;
  bottom: 0;
  left: 35px;
}
.woocommerce div.product form.cart .variations td.label {
    padding-right: 1em;
    text-align: left;
}

#price_calculator tr {
  background-color: #f6f6f6;
  color: #626262;
}

#price_calculator td {
  padding: 10px 30px;
}

.product_meta {
  display: none;
}
.fpd-element-toolbar-smart {
  display: none!important;
}

/* POPUP CONFIGIURADOR */
.fancybox-bg {
    background-color: rgba(0,0,0,0.8)!important;
}
#intrucciones-de-uso, .boton {
  display: none;
}
button.fancybox-button {
    background-color: #fff!important;
}
a.configurador {
  background-color: #f1a904;
  border-radius: 100px;
  padding: 10px 20px;
  color: #fff;
  margin-top: 20px;
  font-family: "source-semibold"!important;
  display: block;
  float: left;
}
#intrucciones-de-uso span {
  display: block;
  margin-left: 10px;
}
#intrucciones-de-uso li {
  margin-bottom: 15px;
  font-size: 15px;
}

#image-checker iframe {
  width: 100%;
  height: 500px;
}

@media (min-width: 1200px) {
  #intrucciones-de-uso {
    max-width: 70%;
  }
}

/* BUTTONS */
.nectar-button.regular-button {
    font-family: "source"!important;
    font-size: 18px!important;
    padding-left: 40px!important;
    padding-right: 40px!important;
}
.woocommerce-page button[type="submit"].single_add_to_cart_button {
    margin-top: 0!important;
    font-family: "source"!important;
    font-size: 14px!important;
    padding-left: 40px!important;
    padding-right: 40px!important;
    border-radius: 0 32px 32px 0!important;
}
.woocommerce-page div[data-project-style="classic"] button[type="submit"].single_add_to_cart_button:hover {
  background-color: #f4ba33!important;
}

#fpd-start-customizing-button {
  font-family: "source-semibold"!important;
  border-radius: 100px!important;
  background-color: #f1a904!important;
  text-transform: uppercase!important;
  padding-left: 20px;
  padding-right: 20px;
}

#fpd-start-customizing-button:hover {
  text-decoration: none!important;
}

#disseny-personalitzat {
  display: inline-block;
  margin-left: 0!important;
  border-radius: 100px!important;
  background-color: #fff!important;
  border: 2px solid #f1a904!important;
  margin-bottom: 30px;
  color: #f1a904!important;
  padding: 10px 15px 10px 35px;
  position: relative;
}
#disseny-personalitzat i {
  position: absolute;
  top: 15px;
  left: 10px;
}

/* FOOTER */
#footer-outer, #nectar_fullscreen_rows > #footer-outer.wpb_row .full-page-inner-wrap {
    color: #a3a3a3;
    position: relative;
    z-index: 10;
    background-color: #211915!important;
}

#footer-outer .widget h4 {
  font-size: 20px;
  color: #f2a900;
  font-weight: 600;
  line-height: 22px;
}

#footer-outer #copyright {
    padding: 20px 0;
    font-size: 14px;
    background-color: #060404!important;
    color: #777;
}




/* MEDIA QUERIES */
@media (max-width: 768px) {
  h2 {
    font-size: 30px;
    line-height: 32px;
  }
  #slider {
    padding: 0;
  }
  #slider p {
      font-size: 20px;
      line-height: 23px;
      margin-bottom: 22px;
  }
  #slider h1 {
    font-size: 40px;
    line-height: 44px;
  }
  .banner-content a {
    font-family: "source-semibold";
    font-size: 16px;
    color: #f39c12;
  }
  .product-wrap a.button {
    opacity: 1;
    min-height: auto;
  }
.flickity-viewport {
  min-height: 500px;
}
}
.woocommerce .cart_item dt, .woocommerce .cart_item dd{
  width: 40%;
  display: inline-block;
}
.woocommerce .select2-container--default .select2-selection--single{
  height: 43px;
    width: 100%;
    font-size: 14px !important;
    line-height: 24px !important;
    color: #555;
    background-color: #f1f1f1;
    border: none;
    transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
}
.woocommerce .select2-container--default .select2-selection--single .select2-selection__rendered{
    font-size: 14px !important;
    padding: 10px !important;
    line-height: 24px !important;
}

.columns-4 .classic p {
  max-height: 32px;
  overflow: hidden;
}
