body {
    margin: 0;
    background-color: #F5F5F5;
}

.header-baseline .iconed .iconed-message,
#home-product-categories ul li a .iconed .iconed-message {
    font-family: Pacifico, Poppins, Lora, Roboto, Arial, Helvetica, Tahoma, sans-serif !important;
}


/**************************** PAGE CONTAINER */

.page-header-inner,
.page-body-inner,
.page-footer-inner {
    position: relative;
}

.center {
    margin-left: auto;
    margin-right: auto;
}


/**************************** PAGE HEADER */

#page-header {
    top: 0;
    z-index: 3;
    width: 100%;
    height: 70px;
    display: block;
    position: fixed;
    overflow: hidden;
    background-color: transparent;
    box-shadow: 4px 0px 10px 0px rgba(25, 25, 25, 0.5);
    -moz-box-shadow: 4px 0px 10px 0px rgba(25, 25, 25, 0.5);
    -webkit-box-shadow: 4px 0px 10px 0px rgba(25, 25, 25, 0.5);
}

#page-header .col {
    margin-top: 0;
    margin-bottom: 0;
}

#page-header .inner {
    width: 100%;
    height: 100%;
    padding: 10px 0;
    position: relative;
    background-color: transparent;
}

#page-header .inner .center {
    z-index: 1;
    position: relative;
}

#page-header .inner .bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    position: absolute;
    background-color: var(--color-green);
}

#page-header.fxd-bar-top .fixed-bar-logo {
    width: 120px;
    height: 32px;
    display: inline-block;
}

#page-header.fxd-bar-top .fixed-bar-logo a {
    width: 100%;
    height: 100%;
    overflow: hidden;
    display: inline-block;
}

#page-header.fxd-bar-top .fixed-bar-logo a img {
    animation: fadeInUp 0.2s;
}

#page-header.fxd-bar-top .header-shop-cart-nb-wrp {
    animation: fadeInUp 0.2s;
    animation-iteration-count: 1;
}


/* Logo */

.header-logo {
    margin-top: 3px;
}

.header-logo a,
.header-logo a img {
    width: 100%;
    display: inline-block;
}

.header-logo a {
    overflow: hidden;
}


/* Baseline */
.header-baseline {
    margin-top: 7px;
    text-align: center
}
.header-baseline a .iconed .icon i {
    color: var(--color-light-orange);
    font-size: 32px;
}
.header-baseline a .iconed .iconed-message {
    color: var(--color-blush-pink);
    padding-left: 10px;
}
.header-baseline a:hover .iconed .iconed-message {
    color: var(--color-white);
}


/* Contacts */
.header-contacts {
    margin-top: 7px;
    text-align: center;
}
.header-contacts a {
    font-size: 1.1em;
    display: block;
}
.header-contacts a .iconed {
    margin: 0;
}
.header-contacts a .iconed .icon i {
    color: var(--color-light-orange);
}
.header-contacts a .iconed .iconed-message {
    padding-top: 0;
    padding-left: 5px;
    color: var(--color-blush-pink);
}
.header-contacts a:hover .iconed .iconed-message {
    color: var(--color-white);
}


/* Languages */

.langs ul li {
    display: inline-block;
}

.langs ul li a {
    width: 24px;
    height: 17px;
    line-height: 15px;
    display: inline-block;
    background-size: 29px auto;
    background-position: center;
    background-repeat: no-repeat;
    background-color: transparent;
}

.langs ul li a span.lang-text {
    display: block;
    text-align: center;
    visibility: hidden;
}

.langs ul li.ar a {
    background-image: url(../icons/flags/flat/24/ar.png);
}

.langs ul li.en a {
    background-image: url(../icons/flags/flat/24/en.png);
}

.langs ul li.sp a {
    background-image: url(../icons/flags/flat/24/sp.png);
}

.langs ul li.fr a {
    background-image: url(../icons/flags/flat/24/fr.png);
}

.header-langs .langs-title {
    color: #b5b5b5;
}


/* Cart */

.header-shop-cart-open {
    width: 100%;
    height: 35px;
    margin-top: 10px;
    position: relative;
}
.header-shop-cart-open a {
    top: 0;
    width: 100%;
    height: 100%;
    display: block;
    overflow: hidden;
    position: relative;
    color: #fabb5b;
}
.header-shop-cart-label,
.header-shop-cart-caddy {
    position: relative;
    vertical-align: middle;
    display: inline-block;
}
.header-shop-cart-label {
    text-align: center;
}
.header-shop-cart-caddy {
    width: 40px;
    height: 35px;
    z-index: 0;
}
.header-shop-cart-icon {
    top: 0;
    width: 32px;
    height: 32px;
    z-index: 0;
    position: absolute;
    color: var(--color-blush-pink);
}
.header-shop-cart-open a:hover .header-shop-cart-icon {
    color: var(--color-white);
}
.header-shop-cart-nb-wrp {
    top: 0;
    z-index: 1;
    width: 23px;
    height: 23px;
    line-height: 22px;
    position: absolute;
    text-align: center;
    color: var(--color-green);
    background-color: transparent;
}
.header-shop-cart-nb {
    z-index: 1;
    font-weight: bold;
    font-size: .9em;
    position: relative;
    color: var(--color-green);
}
.header-shop-cart-nb-bg {
    top: 0;
    left: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: #fabb5b;
}


/* Search */

.header-search {
    margin-top: 9px;
}

.header-search .search-field {
    height: 32px;
    line-height: 32px;
}

.header-search form .field {
    color: #B9AFE5;
}


/* Devices Search */

.header-search-open {
    margin-top: 12px;
}


/* Page et subPage Title */

.page-title,
.sub-page-title {
    font-weight: bold;
    position: relative;
    display: inline-block;
    display: block;
    padding: 0 10px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
    padding-bottom: 10px;
    text-align: center;
}

.page-title h2,
.sub-page-title h3 {
    margin: 0;
    z-index: 1;
    position: relative;
    display: inline-block;
}

.page-title .page-title-line,
.sub-page-title .page-title-line {
    left: 50%;
    bottom: 0;
    width: 50px;
    z-index: 1;
    margin-left: -25px;
    position: absolute;
}


/* Page Title */

.page-title {
    /*width:280px;*/
    color: #555;
}

.page-title .page-title-line {
    border-bottom: 3px solid #F14001;
}


/* Sub Page Title */

.sub-page-title {
    color: #747171;
}

.sub-page-title i {
    color: #333;
    color: #FF6600;
}

.sub-page-title .page-title-line {
    border-bottom: 1px solid #a5a5a5;
}


/* Page Content */

.page-content {
    padding: 30px 20px;
    overflow: hidden;
    background-color: transparent;
}

.page-content-form {
    padding: 15px;
    max-width: 600px;
    margin: 0 auto;
    background-color: #efefef;
    border: 1px solid #ede9e9;
    box-shadow: -1px 1px 2px 0px rgb(191 189 189 / 50%);
    -moz-box-shadow: -1px 1px 2px 0px rgb(191 189 189 / 50%);
    -webkit-box-shadow: -1px 1px 2px 0px rgb(191 189 189 / 50%);
}


/* Boxes */

.box {
    padding: 15px;
    overflow: hidden;
    margin-bottom: 10px;
    background-color: #e5e2e2;
    border-bottom: 2px solid #F2F2F2;
}

.box-latest {
    margin-bottom: 0;
}

.box-shadowed {
    box-shadow: 0 1px 10px rgb(0 0 0 / 12%);
}

.box-center {
    text-align: center;
}

.box .box-title {
    color: #333;
    display: block;
    overflow: hidden;
    padding: 15px 10px;
    font-weight: bold;
    margin-bottom: 15px;
    background-color: #F5F5F5;
    text-transform: uppercase;
}

.box .box-title h2 {
    margin: 0;
}

.box-white {
    background-color: var(--color-white);
    border-bottom-color: #EAEAEA;
}

.box-grey {
    background-color: #DEDEDE;
    border-bottom-color: #DEDEDE;
}

.box-grey .box-title {
    color: #ff6600;
    border-bottom-color: #F6F6F6;
}

.box-orange {
    background-color: var(--color-white)CF2;
    border-bottom-color: var(--color-white)7C4;
}

.box-orange .box-title {
    color: #ff6600;
    border-bottom-color: #FCF0BC
}

.box .box-content {
    overflow: hidden;
    padding: 15px 10px;
}

.box .box-menu {
    display: block;
}

.box .box-menu ul {
    margin: 0;
}

.box .box-menu ul li,
.box .box-menu ul li a {
    display: block;
}

.box .box-menu ul li a {
    padding: 1px 0;
}

.box .box-menu ul li.current a,
.box .box-menu ul li a:hover {
    font-weight: bold;
}

.box-grey .box-content .icon i {
    color: #959595;
}


/**************************** PAGE BODY */

#page-body {
    z-index: 1;
    padding: 100px 0 20px 0;
    position: relative;
    animation: fadeIn .5s;
    background-color: transparent;
}

#home-page-wrp #page-body {
    padding-top: 0;
}


/****************** Home Page */


/* Video */
#primavera-vdo {
    width: 100% !important; 
    height: 100% !important;
    padding: 10px 0;
}

#primavera-vdo video {
    width: auto !important; 
    height: 100% !important;
    display: block;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    box-shadow: -1px 0px 7px 6px rgb(0 0 0 / 27%);
}


/* Home Categories */

#home-product-categories,
#home-product-categories.stick .bg {
    background-color: var(--color-light-orange);
}

#home-product-categories {
    padding: 40px 0;
    overflow: hidden;
    position: relative;
    text-align: center;
    position: relative;
}

#home-product-categories.stick {
    padding: 0;
    background-color: transparent;
    box-shadow: 4px 0px 10px 0px rgba(25, 25, 25, 0.5);
    -moz-box-shadow: 4px 0px 10px 0px rgba(25, 25, 25, 0.5);
    -webkit-box-shadow: 4px 0px 10px 0px rgba(25, 25, 25, 0.5);
}

#home-product-categories.stick .bg {
    left: 0;
    top: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    position: absolute;
}

#home-product-categories ul {
    z-index: 1;
    position: relative;
}

#home-product-categories ul li {
    margin: 0 25px;
    display: inline-block;
}

#home-product-categories ul li a {
    display: block;
}

#home-product-categories ul li a .iconed .icon i {
    color: var(--color-green);
}

#home-product-categories ul li a .iconed .iconed-message {
    color: var(--color-white);
}

#home-product-categories ul li:hover a .iconed .iconed-message,
#home-product-categories ul li.current a .iconed .iconed-message,
#home-product-categories ul li.current a:hover .iconed .iconed-message {
    color: #357852;
}


/* Product Catégorries */

#product-categories {
    margin: auto;
    padding: 50px 0;
}

#product-categories ul li a {
    width: 100px;
    height: 100px;
    line-height: 100px;
    text-align: center;
    display: inline-block;
    border: 1px solid #efefef;
    border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
}

#product-categories ul li a:hover {
    border-color: #ccc;
}

#product-categories ul li.active a {
    border-color: #ff6600;
    border-width: 2px;
}

#product-category-title {
    padding: 5px;
    display: block;
    color: #ff6600;
    text-align: center;
    background-color: transparent;
}


/* Search Sidebar */

#search-sidebar .search-field {
    margin-top: 10px;
}

#search-sidebar .sidebar-title {
    background-color: #424242;
}


/* Home Products */

.home-products {
    clear: both;
    display: block;
    overflow: hidden;
    padding: 20px 0;
}

.list-products-utilities {
    overflow: hidden;
}

.list-products-utilities .list-products-nb-wrp {
    color: #555;
    margin-top: 7px;
}

.list-products-utilities .list-products-nb-wrp .list-products-nb {
    color: var(--color-light-orange);
    font-weight: bold;
}

.list-products-utilities .list-products-order-by .field {
    margin-bottom: 0;
    height: 26px;
    line-height: 26px;
    border-radius: 15px;
    -o-border-radius: 15px;
    -ms-border-radius: 15px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
}


/* List Products */

.list-products {
    clear: both;
    overflow: hidden;
}

.list-products-all-link {
    clear: both;
    display: none;
    margin: 5px auto;
    text-align: center;
}

.list-products-paging {
    clear: both;
    display: block;
    margin: 25px auto;
    text-align: center;
}

.list-products-paging .loproduct-more-btn {
    text-align: center;
    display: inline-block;
}

.list-products-paging .loproduct-more-btn a {
    display: inline-block;
}

.list-products-paging .loproduct-more-btn a:hover {
    color: var(--color-white);
    background-color: #1D76BD;
}


/* Single Product */

#single-product {
    overflow: hidden;
}

#single-product .product-section {
    overflow: hidden;
}

#single-product .product-photos {
    overflow: hidden;
    z-index: 1;
    position: relative;
}

#single-product .product-contents {
    overflow: hidden;
    padding-top: 15px;
    z-index: 0;
    position: relative;
}

#single-product .product-contents .product-main-title {
    color: var(--color-white);
    display: inlien-block;
}

#single-product .product-contents .product-main-title h2 {
    margin: 0;
    font-size: 1em;
    font-weight: bold;
    padding: 15px 10px;
    display: inline-block;
    text-transform: uppercase;
    background-color: #728b9f;
}

#single-product .product-contents .product-title {
    color: #000;
    font-size: 1.3em;
}

#single-product .product-contents .product-prices {
    color: #555;
    margin-top: 20px;
}

#single-product .product-contents .product-prices .product-price-detail {
    display: inline-block;
}

#single-product .product-contents .product-prices .product-price {
    color: #B2D805;
    font-weight: bold;
    font-size: 1.1em;
}

#single-product .product-contents .product-prices-promo .product-price-real {
    color: #555;
    font-size: 1em;
    position: relative;
    font-weight: normal;
}

#single-product .product-contents .product-prices-promo .product-price-real:before {
    content: "";
    width: 100%;
    height: 1px;
    z-index: 2;
    top: 50%;
    left: 10%;
    position: absolute;
    background-color: #999;
    transform: rotate(15deg);
}

#single-product .product-contents .product-prices .product-price-unit {
    color: #777;
}

#single-product .product-contents .product-details {
    color: #555;
}

#single-product .adding-to-cart-status {
    display: block;
    margin-top: 20px;
    padding-top: 20px;
    border-top: 2px solid #DEDEDE;
}

#single-product .adding-to-cart-status .add-to-cart a .iconed .icon {
    color: #C1D805;
}

#single-product .adding-to-cart-status .remove-from-cart a .iconed .icon {
    color: #f00;
}

#single-product #product-gallery,
#single-product #product-gallery-thumbs {
    overflow: hidden;
}

#single-product #product-gallery {
    margin-bottom: 10px;
}

#single-product #product-gallery,
#single-product #product-gallery-thumbs .swiper-slide {
    border: 1px solid #e5e2e2;
}

#single-product #product-gallery-thumbs .swiper-slide {
    cursor: pointer;
}


/****************** Contacts Page */

#contacts-page-wrp .contact-details .contact-row .cntTitle h3 {
    margin: 0;
}

#contacts-page-wrp .contact-details .contact-row .postAdress p {
    margin: 0;
}


/* Maps */

#contacts-page-wrp #map {
    width: 100%;
    height: 450px;
}

#marker-buttons {
    display: block;
    overflow: hidden;
}

#marker-buttons button {
    display: block;
    overflow: hidden;
}


/**************************** PAGE FOOTER */

#page-footer {
    z-index: 1;
    position: relative;
    overflow: hidden;
    background-color: var(--color-white);
}

#page-footer a:hover {
    font-weight: bold;
    text-decoration: underline;
}

#page-footer li.current a {
    font-weight: bold;
}

#page-footer li.current a:hover {
    cursor: default;
}


/* Footer Top */

#footer-top {
    padding: 25px 0;
    background-color: #dddcc4;
}
#footer-top .primavera-presentation h2 {
    font-size: 18px;
    text-transform: uppercase;
    font-style: italic;
    color: var(--color-green)
}
#footer-top .primavera-vdo {
    text-align: center;
}
#footer-top .primavera-vdo a {
    width: 90%;
    height: auto;
    overflow: hidden;
    position: relative;
    display: inline-block;
    box-shadow: 0px 0px 20px 5px rgba(25, 25, 25, 0.5);
    -moz-box-shadow: 0px 0px 20px 5px rgba(25, 25, 25, 0.5);
    -webkit-box-shadow: 0px 0px 20px 5px rgba(25, 25, 25, 0.5);
}
#footer-top .primavera-vdo a:hover {
    box-shadow: none;
}
#footer-top .primavera-vdo a i {
    z-index: 2;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
    font-size: 72px;
    color: var(--color-light-orange);
}
#footer-top .primavera-vdo a:hover i {
    font-size: 80px;
    color: var(--color-blue);
}
#footer-top .primavera-vdo a img {
    z-index: 1;
    position: relative;
    width: 100%;
    height: auto;
}

/* Footer Middle */
#footer-middle {
    color: var(--color-white);
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #555;
    background-repeat: repeat;
    background-size: 50%;
    background-image: url(../images/common/bg-black.jpg);
}

#footer-middle h3 {
    font-style: italic;
    margin-top: 0;
    color: #99815e;
}
#footer-middle a {
    color: var(--color-blush-pink);
}
#footer-middle .iconed .icon i {
    color: var(--color-blue);
}
#footer-middle .iconed .iconed-message {
    padding-left: 10px
}

/* Footer payment means */
#footer-middle .footer-payment-means h3 {
    padding-top: 20px;
    margin-bottom: 10px !important;
}
#footer-middle .footer-payment-means .payment-mean .payment-mean-title .iconed .iconed-message {
    color: #3f766a;
    font-weight: bolder;
}
#footer-middle .footer-payment-means .payment-mean .payment-mean-list {
    font-size: .9em;
}
#footer-middle .footer-payment-means .payment-mean .payment-mean-list .sep {
    color: #555;
}

/* Footer schedules */
#footer-middle .footer-schedules .schedules {
    padding: 20px 40px;
    display: inline-block;
    border: 1px solid #222
}
#footer-middle .footer-schedules .schedules .schedule {
    text-align: center;
}
#footer-middle .footer-schedules .schedules .schedule:first-child {
    padding-bottom: 10px;
    border-bottom: 2px dashed #323232
}
#footer-middle .footer-schedules .schedules .schedule h4 {
    color: #3f766a;
    margin: 10px 0 5px;
}
#footer-middle .footer-schedules .schedules .schedule .schedule-times {
    color: #f5f5f5;
}

#footer-middle .footer-schedules .download-pdf-menu {
    margin-top: 20px;
}


/* Footer reviews */
#footer-middle .footer-reviews {
    padding: 0 10px;
}
#footer-middle .footer-reviews .swiper-container {
    transition: height 0.6s cubic-bezier(0.68, -0.55, 0.27, 1.55);
}
#footer-middle .footer-reviews .list-reviews .review .review-header,
#footer-middle .footer-reviews .list-reviews .review .review-body {
    display: block;
}
#footer-middle .footer-reviews .list-reviews .review .review-header {
    width: 100%;
}
#footer-middle .footer-reviews .list-reviews .review .review-header .review-avatar {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    display: inline-block;
}
#footer-middle .footer-reviews .list-reviews .review .review-header .review-author {
    display: inline-block;
    padding-left: 5px;
    vertical-align: top;
}
#footer-middle .footer-reviews .list-reviews .review .review-header .review-author .review-nb {
    color: #888;
}

#footer-middle .footer-reviews .list-reviews .review .review-body {
    margin-top: 5px;
    clear: both;
    width: 100%;
}
#footer-middle .footer-reviews .list-reviews .review .review-body .review-vote {
    width: 100%;
    font-style: italic;
}
#footer-middle .footer-reviews .list-reviews .review .review-body .review-vote .review-stars {
    display: inline-block;
}
#footer-middle .footer-reviews .list-reviews .review .review-body .review-vote .review-date {
    display: inline-block;
    padding-left: 5px;
    color: #5e5e5e;
}
#footer-middle .footer-reviews .list-reviews .review .review-body .review-comment {
    margin-top: 5px;
    color: #888;
    text-align: justify;
}
#footer-middle .footer-reviews a.comment-link {
    margin-top: 13px;
    display: block;
}


/* Footer Menu */
#footer-middle .footer-menu ul li {
    display: block;
    margin-top: 0;
}
#footer-middle .footer-menu ul li.first {
    margin-top: 0;
}
#footer-middle .footer-menu ul .other-menu {
    margin-top: 2px;
}

/* Footer Socials */
#footer-middle .footer-socials {
    margin-top: 30px;
}
#footer-middle .footer-socials a {
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    display: inline-block;
    margin: 0 2px;
    border: 1px solid var(--color-light-orange);
}
#footer-middle .footer-socials a:hover {
    border-color: #357c5a;
}
#footer-middle .footer-socials a img {
    width: 20px;
    height: 20px;
}

/* Footer Website Languages */
#footer-middle .footer-langs {
    margin-top: 15px;
}

/* Footer Categories */
#footer-middle .footer-categories ul li,
#footer-middle .footer-categories ul li a {
    display: block;
}


/* Footer Bottom */

#footer-bottom {
    color: #5e5d5c;
    padding-top: 5px;
    padding-bottom: 5px;
    overflow: hidden;
    background-color: #111;
}

#page-footer .admin a {
    background-size: 16px;
    background-repeat: no-repeat;
    background-image: url('../icons/form/others/locked.png');
}

#page-footer .devloper .powered-by-link a {
    text-decoration: underline
}