/** disable preloader **/
body::after {
    display: none;
}

body {
    font: 300 16px "Heebo", sans-serif;
}
h1 {
}
h2 {
}
h3 {
}
h4 {
}
h5 {
}
h6 {
}

/** Buttons **/
.button {
    border-radius: 0px;
}
.button-reveal-right-dark {
    background-color: #007d39 !important;
    border-color: #007d39 !important;
}
.button-dark {
    background-color: #007d39 !important;
    border-color: #007d39 !important;
}

.product .product-img .product-img-hover {
    background-color:#007d39 !important;
    border-radius: 0 0 0px 0px;
}

/** Input Fields **/
.custom-select {
    border-radius: 0px;
}
input, textarea {
    border-radius: 0px;
}

/** show/hide account menu on mobile **/
@media (max-width: 992px) {
    .noshowonmobile {
        display: none !important;
    }
    .nav.noshowonmobile {
        display: none !important;
    }
    .showonmobile {
        display: block !important;
    }
}
@media (min-width: 992px) {
    .showonmobile {
        display: none !important;
    }
    .navbar .nav .nav-item.nav-dropdown .dropdown-menu {
    border-radius: 0px;
}
}
/** Announcement Bar **/
.header-top {
    background:#007d39;
    color:#ffffff;
    padding:8px 0;
    font-size:12px;
}

/** Mobile fullscreen menu **/
.fullscreen-menu {
    background: #002912 !important;
}

/** Cookie Consent **/
#cookie-consent {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 997;
  visibility: visible;
  opacity: 1;
  -webkit-transition: ease-out 0.2s;
  transition: ease-out 0.2s;
}

#cookie-consent.consent-hidden {
  visibility: hidden;
  opacity: 0;
}

/** Navigation Bar **/
.navbar .nav .nav-item .nav-link {
    font: 300 14px "Heebo", sans-serif;
    color: #000000;
    line-height:40px;
}
a:hover {
    color:#007d39;
}
.navbar .nav .nav-item .nav-link:hover {
    color:#007d39;
}

.navbar .nav .nav-item {
    text-transform: uppercase;
}
.navbar .nav .nav-item .dropdown-menu {
    top: 35px;
    right: 30px;
    left: 0px;
    text-transform: uppercase;
    font: 300 14px "Heebo", sans-serif;
}
.navbar .navbar-brand img {
    max-height: 45px;
}
.navbar {
    background-color: #ffffff;
    height:110px;
    text-transform:uppercase;
    font: 300 14px "Heebo", sans-serif;
}

.nav-link { 
    .nav-link a:hover {
    width   : auto;
    height  : 70px;   
    position: relative;
    z-index : 1;
    
    &:before {
      content : "";
      position: absolute;
      left    : 0;
      top  : 0px;
      height  : 1px;
      width   : 90%;  /* percentage of the element width*/
      border-bottom:1px solid black;
      margin-top:1.5em; /*move the border below the text*/
    }
  }
}


.navbar-shrink {
    height:110px;
}
@media screen and (max-width: 991px) {
    .navbar .navbar-brand img {
        max-height: 25px;
    }
}

@media (max-width: 920px) {
    .navbar .nav .nav-item .dropdown-menu {
        top: 0px;
    }
}

/** Page Header **/

.section.bg-image .container {
    padding: 120px 20px 70px 20px;
}

/** Home Page **/
    .px-pager {
        display: none;
    }
    .px-navigation {
        display: none;
    }

/**  **/
.product .product-info .product-options {
  position: absolute;
  top: 90px;
  right: 0;
}
/** Number of Cart Items **/
span.circled {
    border-style: solid;
    border-width: 1px;
    border-color: #707070;
    background-color: #707070;
    display: inline-block;
    margin: 0 3px;
    width: 1.7em;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    font-family:heebo;
    font-size:10px;
    color:white;
}

.portfolio-item .portfolio-box:hover .portfolio-title {
    opacity:0.9;
}

.divider-width-500px{
    width:500px;
    margin:auto;
}

/** Projects Page **/
#projects-attr-titles {
    padding: 10px 0px;
    border-bottom: 1px solid #dedede;
}
.attr-title.preview {
    width: 18%;
}    
.attr-title.details {
    width: 37%;
}    
.attr-title.price {
    width: 7%;
}    
.attr-title.icons {
    width: 37%;
}
.product .product-img img {
    max-height:230px;
    border:solid 1px;
    border-color:#D3D3D3;
}
.dropdown-menu {
    border-radius: 0px;
}

@media screen and (max-width: 768px) {
    .project-icon {
        /**
        margin-bottom: 15px;
        float:none;
        **/
        display: block;
        padding: 8px 0 8px 0;        
    }
    .product-table tr {
        border-bottom: 1px solid #dedede;
    }
    .navbar ul.list-horizontal-unstyled li.projects-mr  {
        margin: 0 0 0 0;
    }
    .product-info input[type="image"] {
    display:none;
    }
    .product-info input, textarea {
    background: transparent;
    width: auto;
    border:none;  
    padding: 0px;
    }
}

@media screen and (min-width: 768px) {
    .project-icon {
        margin-left: 35px;
    }
    /** Project Name **/
    .product-info input, textarea {
    background: transparent;
    width: auto;
    border-width:1px;  
    border-style:inset;
    margin-bottom: -7px;
    padding: 0 0 0 3px;
    }

    .product-info input[type="image"] {
    width:24px;
    border:none;
    }    
}


@media screen and (min-width: 992px) {
    .project-icon {
        margin-left: 55px;
    }
}

@media screen and (min-width: 1200px) {
    .project-icon {
        margin-left: 50px;
    }
}

/** Pagination **/
.pixfizz-page {
	padding: 2px;
	margin: 1px;
}
.pixfizz-page-selected {
	border-style: solid;
	border-width: 1px;
	border-color: #007d39;
	color:#707070;
	border-radius:0px;
	padding:5px;
	font-weight:700;
}

/** Cart and Checkout Page **/
#cart-attr-titles {
    padding: 10px 0px;
    border-bottom: 1px solid #dedede;
}
.cart-attr-titles {
    padding: 10px 20px;
    border-bottom: 0px solid #dedede;
    width:100%;
    font-weight:600;
}
.attr-title.item {
    width: 71%;
}    
.inline-center {
    display: inline-block;
    vertical-align: middle;
}
.attr-title.quantity {
    width: 14%;
}
.attr-title.total {
    width: 10%;
    text-align:right;
}
.attr-title.subtotal {
    width: 19%;
    text-align:right;
}
.product-table {
    border:none;
}
.product-table tr {
    border-bottom: 1px solid #dedede;
}   
.product-table th, .product-table td {
    padding: 10px 0 12px 0;
}

.product-table img {
    max-width: 140px;
    margin-top: 10px;
    border:solid 1px;
    border-color:#D3D3D3;    
}
.cart-product-thumbnail img {
    height:80px;
    border:solid 1px;
    border-color:#D3D3D3;     
}
.cart-project-subtotal{
    text-align:right;
    font-weight:600;
    font-weight:300;
    font-size:14;
}
.cart-continue {
    display:inline-flex;
    width:100%;
    padding: 20px 0 50px 0;
    /*justify-content: flex-end;*/
}
a.button-reveal-right-outline-dark {
    margin-right:20px;
}
.x-delete {
    position: relative;
    margin:-30px -20px;
    width: 0px;
    height: 0px;
    border:0px;
}

select.Variant {
    margin-bottom: 10px;
    background: #282828;
    border-color: #282828;
    color: #fff;
    border-style: solid;
    webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border: 0;
    /**outline: 1px solid #ccc;
    outline-offset: -1px;**/
}
input.Variant {
    margin-bottom: 10px;
    background: #282828;
    border-color: #282828;
    color: #fff;
    border-style: solid;
    webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border: 0;
    outline: 1px solid #ccc;
    outline-offset: -1px;
    min-width:180px;
}
.variant-selector { --variant-image-size: 100px; --border-width: 1px; }
.variant-selector fieldset { border: none; padding: 0; margin: 0; text-align: left; }
.variant-selector .checkbox_set { display: inline-block; }
.variant-selector .checkbox_set input { display: none; }
.variant-selector .checkbox_set label { display: inline-flex; flex-direction: column; border: var(--border-width) solid transparent; cursor: pointer; padding: 10px; width: calc(var(--variant-image-size) + 2*var(--border-width)); }
.variant-selector .checkbox_set label img { /**max-width: var(--variant-image-size);**/ max-height: var(--variant-image-size); }
.variant-selector .checkbox_set label span { font-size: 10px; text-align: center; }
.variant-selector .checkbox_set input:checked ~ label { border-color: #666; }

input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer;
}
.cart-product-quantity.mobile {
    display:none;
}
.cart-project-subtotal.mobile {
    display:none;
}
.mobile-qtn-total {
    display:none;
}
.moveright38 {
    margin-right: 38px;
}
.project-edit {
    width:158px;
}


@media (max-width: 850px) {
    .cart-checkout {
        position: absolute;
        top: -20px;
        width: 87%;
        margin: 0 0 10px 0px;
        border-bottom: 1px solid #dedede;
    }
    #cart-attr-titles {
        display:none;
    }
    .cart-continue-shopping {
        display:none;
        width: 100%;
    }
    a.button-reveal-right-outline-dark {
        width: 100%;
    }
    .attr-title.total {
        width:100%;
    }
    .attr-title.subtotal {
        width: 50%;
    }
    .moveright38 {
        margin-right: 0px
    }
    .mobile-qtn-total {
        display:block;
    }
    .cart-product-quantity.desktop {
        display:none;
    }
    .cart-project-subtotal.desktop {
        display:none;
    }
    .cart-product-quantity.mobile {
        display:block;
        width: 50%;
        float: left;
    }
    .cart-project-subtotal.mobile {
        display:block;
        width: 45%;
        float: right;
        margin: 8px 8px 0 0;
    }
    .product-table td {
       border-bottom: none;
    }
    .table-responsive {
        border-bottom: 1px solid #dedede;
        margin-top: 45px;
    }
    .noshowonmobile {
        display:none;
    }
    a.link-color {
        color:#5d5d5d;
    }
    .link-color {
        color:#c6c6c6;
    }
    .product-single {
        height: auto !important;
    }
}
@media (max-width: 991px) and (min-width: 800px) {
    .attr-title.quantity {
        width: auto;
    }
    td.cart-product-thumbnail {
        padding-right:20px;
    }
}
@media (max-width: 678px) {
    .heading-uppercase {
        font-size: 12px;
        white-space: nowrap;
    }
}
.variant-name {
    font-weight: 200;
    font-size:11px;
    letter-spacing:1.5px;
    text-transform: uppercase;
}
.variant-value {
    font-weight: 200;
    font-size:11px;
    letter-spacing:1.5px;
}
.styled-select {
   background: url(https://lisstagingx.pixfizz.com/fz/8c2fcea01a/0/jN7Qq4KhZU3ydWOMQ71jMEfzqKMS0HNP5nbmaLXIfJc/~/angle-down-thin.svg) no-repeat 96% 0;
   height: 29px;
   overflow: hidden;
   width: 240px;
}

.styled-select select {
   background: transparent;
   border: none;
   font-size: 14px;
   height: 29px;
   padding: 5px; /* If you add too much padding here, the options won't show in IE */
   width: 268px;
}

/* -------------------- Colors: Background */
.black   { background-color: #000; }
/* -------------------- Colors: Text */
.black select   { color: #fff; }
/** Checkout Page **/

.payment-detail-box {
    border-radius: 0px 0px 0 0;
}

/**  Confirm Page **/

.confirm table.product-table {
    border-collapse: unset;
    padding:0px;
    text-align: center;
}

.confirm-table-responsive {
    border-bottom: 1px solid #dedede;
}
.confirm input, textarea {
    margin-bottom: 0px;
}
.confirm-product-table {
    width: 100%;
    padding: 30px;
}
.confirm-product-table th, .confirm-product-table td {
    padding: 12px 0 12px 5px;
}
.confirm-product-table .total-title-desktop {
    display:block;
    width:100%;
}
.confirm-total-mobile {
    display:none;
    white-space: nowrap;
}
.shipping-detail-box {
    border: 1px solid #e6e6e6;
    padding: 30px;
    margin-bottom: 12px;
    border-radius: 0px;
}
.notes-box {
    margin-bottom: 12px;
    border-radius: 0px 0px 0 0 !important;
}
.shipping-opton {
    margin-top:12px; 
}
.project-img {
    border:solid 1px;
    border-color:#D3D3D3;
}

@media (max-width: 850px) {
    .confirm-product-table .total-title-desktop {
        display:none;
    }
    .confirm-total-desktop {
        display:none;        
    }
    .confirm-total-mobile {
        display:block;
        float:right;
        padding-right: 20px;
    }
}

.section { 
    padding-top:30px;
}

/**  Projects Page **/
/**[class^=ti-] {color:transparent;}**/

.product-options.dropdown-menu.show { posistion:relative !important; margin-top:200px;
will-change: unset !important;transform: translate3d(-128px, -391px, 0px) !important; }


.breadcrumb {
    display: inline-block !important;
    background: transparent !important;
    margin: 0 0 -10px !important;
    padding: 0 !important;
}

@media screen and (device-aspect-ratio: 40/71) {
    .product .product-img img {
        width: 50px;
    }
    td.product-info {
    max-width: 150px !important;
    }
}

/** Product Filter Pages **/
    ul{
		list-style: none outside none;
		padding-left: 0;
        margin: 0;
	}
    .lightslider .item{
        margin-bottom: 60px;
        margin-top: 20px;
    }
	.content-slider li{
	    background-color: #ed3020;
		text-align: center;
		color: #FFF;
	}
	.content-slider h3 {
		margin: 0;
		padding: 70px 0;
	}
	.lightslider{
	    width: 100%;
	}
    .px-title {
        font-size: 20px;
        font-weight: 500;
        padding: 10px 0 10px;
    }
    .px-radio {
        display: inline-block;
        width: 100%;
    }
    .px-radio input { 
        display: none;
    }
    .px-radio label {
        width: 24%;
    }
    .px-radio input:checked {
        border: 2px solid #007d39;
        padding: 9px;
        font-weight: bold;
        color: #007d39;
    }
    .px-options {
        --variant-image-size: unset;--border-width: 1px;
    }
    .px-options {
        display: inline-block;
        width:100%;
    }
    .px-options label:hover {
        transform: scale(1.1);
        transition: transform .2s; 
    }
    .px-options input {
        display:none;
    }
    .px-options label {
        cursor: pointer;
        width:75%;
        font-size:12px;
        text-align:center;
    }
    .px-options input:checked + img {
        border: 2px solid #27b8fb;
        padding: 9px;
        font-weight: bold;
        color: #ca9b74;        
    }
    .px-options .checkbox_set {
        display: inline-block;
        width: 25%;
    }
    .px-options .checkbox_set input:checked + label {
        border: 2px solid #007d39;
        color: #007d39;
    }
    .px-options .checkbox_set label span {
        display: inline-block;
        padding: 4px 2px 2px;
    }
    .px-radio label span {
        cursor: pointer;
        display: inline-block;
        padding: 4px 12px;
    }
    .px-radio label span:hover {
        opacity: 0.75;
    }
    .px-radio label input:checked + span {
        border: 2px solid #007d39;
        color: #007d39;
    }
/** Size selection **/
    .px-radio-text {
        display: inline-block;
        width: 100%;
    }
    .px-radio-text input { 
        display: none;
    }
    .px-radio-text input:checked {
        border: 2px solid #007d39;
        padding: 9px;
        font-weight: bold;
        color: #5fabdb;
    }
    .px-radio-text label span {
        cursor: pointer;
        display: inline-block;
        padding: 8px 26px;
        min-width:100px;
        width: 96%;
        background-color:#f2f2f2;
        text-align:center;
        margin-bottom:4px;
    }
    .px-radio-text label span:hover {
        opacity: 1;
        color:#ffffff;
        font-weight:500;
        background:#007d39;
    }
    /**
    .px-radio-text label input:checked + span {
        box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.25);
    }   
    **/
    .px-radio-text label input:checked + span:hover {
    -webkit-box-shadow:inset 0px 0px 0px 2px #007d39;
    -moz-box-shadow:inset 0px 0px 0px 2px #007d39;
    box-shadow:inset 0px 0px 0px 2px #007d39;
    color: #000000;
    background: #ffffff;
    padding:10px 20px;
    }      
.px-radio-text .px-options {
    position: relative;
}
.px-radio-text .px-options.px-promotion::after {
    background: #eee;
    color: #3eaeee;
    font-family: "Font Awesome 5 Free";
    content: "\f0c4"; 
    font-weight: 900;
    position: absolute;
    top: 4px;
    left: 3px;
    /*right: 0;*/
    height: 20px;
    width: 20px;
    border-radius: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 13px;
}
.px-radio-text label input:checked + span  {
    color: #ffffff;
    font-weight:500;
    background: #007d39;
    padding:10px 20px;
}   
.px-radio-text .px-options {
    position: relative;
}
.px-radio-text .px-options.px-promotion::after {
    background: #eee;
    color: #3eaeee;
    font-family: "Font Awesome 5 Free";
    content: "\f0c4"; 
    font-weight: 900;
    position: absolute;
    top: 4px;
    left: 3px;
    /*right: 0;*/
    height: 20px;
    width: 20px;
    border-radius: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 13px;
}
.px-options img {
    height: 100px;
    width: 100px;
}

/** show/hide account menu on mobile **/
@media (max-width: 992px) {
    .noshowonmobile {
        display: none !important;
    }
    .showonmobile {
        display: inline-block !important;
    }
}
@media (min-width: 992px) {
    .showonmobile {
        display: none !important;
    }
    /**
    .noshowonmobile {
        display: inline-block !important;
    }
    **/
    .px-radio-text label input:checked + span {
        border: 2px solid #007d39;
        color: #f5f5f5;
        background: #007d39;
    }
}

/** Footer Colors **/
.bg-dark-lighter {
    background: #002912 !important;
}
.bg-dark {
    background: #000000 !important;
}

/** Pixfizz Carousel **/
@media (min-width: 485px) {

	.slide {
	    display:block;
	}
	.slideMobile {
	    display:none;
	}
}
#slider-nav
	{ position: relative; z-index: 10; height: 0; overflow: visible; }
#slider-nav .slick-arrow
	{ position: absolute; width: 30px; height: 30px; display: block; border: 0; background: #fff; border-radius: 2px; text-align: left; text-indent: -9999px; bottom: 21px; cursor: pointer; }
#slider-nav .slick-arrow.slick-prev
	{ left: 100px; background-image: url(""); background-position: center center; background-repeat: no-repeat; background-size: 15px; } 
#slider-nav .slick-arrow.slick-next
	{ left: 134px; background-image: url(""); background-position: center center; background-repeat: no-repeat; background-size: 15px; } 

#slider-nav .slick-dots
	{ position: absolute; bottom: 26px; right: 100px; list-style: none; }
#slider-nav .slick-dots li
	{ float: left; margin: 0 0 0 20px; }
#slider-nav .slick-dots li button
	{ width: 10px; height: 10px; display: block; border: 0; background: #fff; border-radius: 5px; text-align: left; text-indent: -9999px; cursor: pointer; }
#slider-nav .slick-dots li.slick-active button
		{ background: #8bafa4; }
.slider img
	{ display: block; object-fit: cover; object-position: center; width: 100%; height: 100%; }

.slider .slide .quote
	{ position: absolute; top: 0; left: 0; right: 0; bottom: 0; text-align: center; padding: 198px 0 0 0; }
.slider .slide .quote h2
	{ font-size: 36px; line-height: 49px; font-weight: 900; color: #000; margin: 0 0 7px 0; }
.slider .slide .quote p
	{ font-size: 18px; line-height: 25px; color: #000; font-weight: normal; margin: 0 0 32px 0; }
.slider .slide .quote p.centered
	{ margin: 0; }
.px-carousel .px-pager {
    }
.px-carousel .px-pager .px-pager-item[data-active="true"] a {
    background-color:#007d39;
}    

/** Pages nos magsins **/
#ancre ul li{
    display:inline;
    margin:0px 20px 0px 20px;
}    