/************************************************/
/******************* IMPORTS *******************/
/************************************************/

@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,300;0,400;0,600;0,700;1,300;1,600;1,700&display=swap');

/************************************************/
/******************** GLOBAL ********************/
/************************************************/

body {
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    font-family: Roboto;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.25;
    letter-spacing: normal;
    text-align: left;
    color: #313131;
}

p, li {
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.25;
    letter-spacing: normal;
    text-align: left;
    color: #313131;
}

#header a:hover {
    color: #cb007b;
}

a {
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.21;
    letter-spacing: normal;
    text-align: left;
    color: #cb007b;
}

a:hover, a:focus {
    text-decoration: underline;
    color: #cb007b;
}

button:focus {
    outline: none;
}

.h1, h1 {
    font-family: Montserrat;
    font-size: 30px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.13;
    letter-spacing: normal;
    text-align: left;
    color: #313131;
    margin-bottom: 1rem;
}

h2 {
    font-family: Montserrat;
    font-size: 24px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.13;
    letter-spacing: normal;
    text-align: left;
    color: #313131;
    margin-bottom: 1rem;
}

h3 {
    font-family: Roboto;
    font-size: 20px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: left;
    color: #313131;
    margin-bottom: 1rem;
}

.btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary:active.focus, .btn-primary:active:focus, .btn-primary:active:hover, .open > .btn-primary.dropdown-toggle.focus, .open > .btn-primary.dropdown-toggle:focus, .open > .btn-primary.dropdown-toggle:hover {
    color: #fff;
    background-color: #ca4496;
}

.btn-primary.disabled.focus, .btn-primary.disabled:focus, .btn-primary.disabled:hover, .btn-primary:disabled.focus, .btn-primary:disabled:focus, .btn-primary:disabled:hover,
.btn-primary.focus, .btn-primary:focus, .btn-primary:hover {
    background-color: #ca4496;
}

img:not(#product-modal .modal-content .modal-body .product-images img) {
    max-width: 100%;
}

.img-thumbnail {
    background: none;

    border: 0;
}

.svg_ico {
    display: inline-block;
    width: 1em;
    height: 1em;
    stroke-width: 0;
    stroke: currentColor;
    fill: currentColor;
}

#wrapper {
    padding-top: 0;
}

address, dl, ol, ul {
}

figure {
}

label {
}

a:focus, a:active {
    outline: none;
}

.form-group {
    margin-bottom: 10px;
}

.btn-primary, .btn-secondary, .btn-tertiary {
    box-shadow: none;
}

.btn-primary:hover {
    background-color: #ca4496;
}

.btn-primary {
    color: #fff;
    background-color: #2fb5d2;
    border-color: transparent;
    height: 45px;
    border-radius: 24px;
    background-color: #cb007b;
    font-family: Roboto;
    font-size: 12px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff;
    padding: 0 32px;
}

.btn, .btn.focus, .btn:focus, .btn:hover {
    outline: none !important;
}

.btn-tertiary:hover {
    box-shadow: none;

    border: none;
}

.btn.disabled, .btn:disabled {
    opacity: 1;
}

.fa, .fas {
    display: inline-block;

    font: normal normal normal 14px/1 FontAwesome;
}

.card {
    box-shadow: none;

    border: none;

    font-family: inherit;

    background: none;
}

.card .card-title {
    margin: inherit;

    padding-bottom: inherit;
}

#wrapper {
    background: none;

    box-shadow: none;
}

.top-menu .sub-menu {
    box-shadow: none;
}

.carousel {
    box-shadow: none;
}

#wrapper .banner img {
    box-shadow: none;
}

.form-control:focus,
.input-group.focus {
    border: solid 2px #e7e7e7;
    outline: none;
}

input::-ms-clear {
    display: none;
}

input[type=text],
input[type=phone],
input[type=email],
input[type=tel],
input[type=password],
input[type=number],
.form-control,
.form-block.star-rating select,
textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    box-shadow: none;
    line-height: normal !important;
    border: none;
    height: 45px;
    border-radius: 24px;
    border: solid 2px #e7e7e7;
    background-color: #ffffff;
    font-family: Roboto;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.21;
    letter-spacing: normal;
    text-align: left;
    color: #313131;
}

.form-block textarea,
textarea.form-control,
textarea {
    height: 100px;
    border: solid 2px #e7e7e7;
}

.block_newsletter form input[type=email]:focus,
.block_newsletter form input[type=text]:focus {
    border: none;

    padding: 11px;

    outline: 0;
}

#products .product-miniature,
.featured-products .product-miniature,
.product-accessories .product-miniature,
.product-miniature .product-miniature {
}

#products .thumbnail-container,
.featured-products .thumbnail-container,
.product-accessories .thumbnail-container,
.product-miniature .thumbnail-container {
    box-shadow: none;
    width: 100%;
    height: auto;
}

#products .thumbnail-container .product-thumbnail,
.featured-products .thumbnail-container .product-thumbnail,
.product-accessories .thumbnail-container .product-thumbnail,
.product-miniature .thumbnail-container .product-thumbnail {
    height: auto;
    /*  display: flex;*/
}

#products .thumbnail-container .product-thumbnail img,
.featured-products .thumbnail-container .product-thumbnail img,
.product-accessories .thumbnail-container .product-thumbnail img,
.product-miniature .thumbnail-container .product-thumbnail img {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
}

#products .highlighted-informations,
.featured-products .highlighted-informations,
.product-accessories .highlighted-informations,
.product-miniature .highlighted-informations {
    position: static;
    width: 100%;
    height: auto;
    box-shadow: none;
}

#products .thumbnail-container .product-description,
.featured-products .thumbnail-container .product-description,
.product-accessories .thumbnail-container .product-description {
    box-shadow: none;
}

#products .thumbnail-container:focus .product-description:after,
#products .thumbnail-container:hover .product-description:after,
.featured-products .thumbnail-container:focus .product-description:after,
.featured-products .thumbnail-container:hover .product-description:after,
.product-accessories .thumbnail-container:focus .product-description:after,
.product-accessories .thumbnail-container:hover .product-description:after,
.product-miniature .thumbnail-container:focus .product-description:after,
.product-miniature .thumbnail-container:hover .product-description:after {
    content: none;
}

#products .product-description,
.featured-products .product-description,
.product-accessories .product-description,
.product-miniature .product-description {
    position: inherit;
    height: auto;
    width: 100%;
    z-index: 1;
}

#products .product-miniature .discount-amount,
#products .product-miniature .discount-percentage,
#products .product-miniature .on-sale,
#products .product-miniature .online-only,
#products .product-miniature .pack,
#products .product-miniature .product-flags .new,
.featured-products .product-miniature .discount-amount,
.featured-products .product-miniature .discount-percentage,
.featured-products .product-miniature .on-sale,
.featured-products .product-miniature .online-only,
.featured-products .product-miniature .pack,
.featured-products .product-miniature .product-flags .new,
.product-accessories .product-miniature .discount-amount,
.product-accessories .product-miniature .discount-percentage,
.product-accessories .product-miniature .on-sale,
.product-accessories .product-miniature .online-only,
.product-accessories .product-miniature .pack,
.product-accessories .product-miniature .product-flags .new,
.product-miniature .product-miniature .discount-amount,
.product-miniature .product-miniature .discount-percentage,
.product-miniature .product-miniature .on-sale,
.product-miniature .product-miniature .online-only,
.product-miniature .product-miniature .pack,
.product-miniature .product-miniature .product-flags .new {
    box-shadow: none;

    min-height: inherit;

    min-width: inherit;
}

#products img,
.featured-products img,
.product-accessories img,
.product-miniature img {


    width: 100%;
}

article.product-miniature .stars-container img {
    width: 86.5px !important;
}

.product-quantity .add,
.product-quantity .qty {
}

.footer-container {
    box-shadow: none;
}

.ui-widget-content {
    border: none;
}

.ui-menu .ui-menu-item {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}

.ui-menu .ui-menu-item a {
    width: 100%;
    line-height: 1;
    cursor: pointer;
}

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
    border: 0;
    background: none;
}

#search_filters,
#search_filters_brands,
#search_filters_suppliers {
    box-shadow: none;
}

.block-categories {
    box-shadow: none;
}

.products-sort-order .select-title {
    box-shadow: none;
}

.products-sort-order .dropdown-menu {


    box-shadow: none;
}

.block-category {


    margin-bottom: 20px;
    min-height: auto;

    background: none;
}

.block-category #category-description p:first-child {
}

.products-selection .total-products,
.products-selection h1,
.products-selection > div {
}

.products-selection .sort-by {
}

.product-variants > .product-variants-item select {
    box-shadow: none;
}

#search_filters .facet .facet-label .custom-checkbox,
#search_filters .facet .facet-label .custom-radio {
    top: 2px;
    margin-right: 5px;
}

#search_filters .facet .facet-label {
    width: 100%;
    text-align: left;
    display: flex;
}

#search_filters .facet .facet-label a {
    white-space: normal;
}

#search_filters .facet .collapse li,
#search_filters_brands .facet .collapse li,
#search_filters_suppliers .facet .collapse li {
    margin-bottom: 5px;
}

#search_filters .facet .collapse li:last-child,
#search_filters_brands .facet .collapse li:last-child,
#search_filters_suppliers .facet .collapse li:last-child {
    margin-bottom: 5px;
}

#search_filters .ui-slider-horizontal {
    overflow: visible;
    background: #f5f5f5;
}

#search_filters .ui-slider .ui-slider-handle {
    width: 20px;
    height: 20px;
}

.color, .custom-checkbox input[type=checkbox] + span.color {
    box-shadow: none;
    border: none;
}

.bootstrap-touchspin {
    box-shadow: none;
}

.pagination .page-list {
    box-shadow: none;
}

#pagenotfound .page-not-found,
#products .page-not-found {
    box-shadow: none;
}

.product-cover img {
    box-shadow: none;
}

.product-images > li.thumb-container > .thumb {
    box-shadow: none;
}

.tabs {
    box-shadow: none;

    background: none;
}

select.form-control:not([size]):not([multiple]) {


    box-shadow: none;

    -webkit-appearance: none;
}

select::-ms-expand {
    display: none;
}

#product-modal .modal-content .modal-body .product-images img:hover {
    border: none;
}

#header .header-nav {
    max-height: inherit;


    border: 0;

    outline: 0;
}

#header .header-nav #_desktop_contact_link #contact-link {
}

#header .header-top {
}

body#checkout #header .header-nav {
    padding: 0;
    box-shadow: none;
}

body#checkout #header .header-nav .header-nav-inner {
    width: 100%;
}

body#checkout #footer {
    box-shadow: none;
}

body#checkout section.checkout-step {
    box-shadow: none;

    border: none;
}

body#checkout section.checkout-step .delivery-option {


    display: flex;

    align-items: center;

    position: relative;

    background: none;
}

.page-my-account #content .links a span.link-item {
    box-shadow: none;
}

.page-addresses .address, .page-authentication #content {
    box-shadow: none;
}

.page-customer-account #content {
    box-shadow: none;
}

#main .page-content, #main .page-header {


    background: none;
}

#blockcart-modal.modal.in {
    display: flex !important;

    align-items: center;
}

#blockcart-modal.in .modal-dialog {
    height: auto;
}

#blockcart-modal .modal-dialog {
    height: 100%;

    margin: 0 auto;

    display: flex;

    align-items: center;

    justify-content: center;
}

.modal {
    padding: 0 !important;
}

.modal-content {
    box-shadow: none;
}

#blockcart-modal .cart-content .cart-content-btn button {
}

.carousel .carousel-inner {
    height: auto;
}

.cart-grid-body .card-block {
}

.separator {
    display: none;
}

.cart-grid-body .cart-overview {
}

.card-block {
}

.card-block.cart-summary-totals {;
}

.card-block.checkout {
}

@media (max-width: 1199px) {
    .container {
        width: 100% !important;

    }
}

@media (min-width: 1200px) {
    .container {
        width: 1200px !important;

        max-width: 100%;

    }
}

/************************************************/

/******************** AUTHENTICATION  ********************/

/************************************************/

body#password h1,
body#authentication h1 {
    font-family: Montserrat;
    font-size: 30px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.13;
    letter-spacing: normal;
    text-align: center;
    color: #cb007b;
    margin: 20px 0 30px;
    padding-bottom: 20px;
    border-bottom: 1px solid #e7e7e7;
}

div#header-account {
    display: flex;
    align-items: center;
}

#login-box .login,
#login-box .register,
.page-customer-account #content .no-account, .page-customer-account .registered {
    width: 50%;
    text-align: center;
    font-size: 15px;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 45px;
}

#login-box .login,
.page-customer-account #content .no-account {
    background: #f2f2f2;
}

#login-box .login a,
.page-customer-account #content .no-account a {
    font-size: 15px;
    font-weight: bold;
    text-transform: uppercase;
    display: block;
    text-align: center;
    width: 100%;
    color: #777777;
}

#login-box .login a:hover,
.page-customer-account #content .no-account a:hover {
    text-decoration: underline
}

.page-authentication #content {
    max-width: 630px;
    padding: 0;
    margin: 0 auto;
}

#login-box .register, .page-customer-account .registered {
    background: #f5f5f5;
    border-radius: 23px 23px 0 0;
    color: #777777;
}

#login-box .register {
    order: 2;
}

#login-box .login,
.page-customer-account #content .no-account {
    background-color: #dcdcdc;
    height: 45px;
    display: flex;
    align-items: center;
    border-radius: 23px 23px 0 0;
}

#login-box .login a:hover,
.page-customer-account #content .no-account a:hover {
}

#authentication .login-form {
    margin-top: 0;
    padding: 29px 26px 28px;
    background: #f5f5f5;
}

#authentication .login-form .form-group.row {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0 15px;
}

#authentication .login-form label.col-md-3.form-control-label.required,
#authentication .register-form label.col-md-3.form-control-label.required {
    width: 100%;
    max-width: 485px;
    padding: 0;
    text-align: left;
}

#authentication .login-form .form-group > *,
#authentication .register-form .form-group > * {
    width: 100%;
    max-width: 488px;
    padding: 0;
}

#authentication .form-control {
    height: 45px;
}

.page-customer-account #content .forgot-password a {
    font-size: 15px;
}

.page-customer-account #content .forgot-password a:hover {
    text-decoration: underline;
}

.page-customer-account #content .forgot-password {
    padding: 0;
    margin: 20px 0;
}

span.custom-checkbox a:hover {
    text-decoration: underline !important;
}

.register-form button.btn.btn-primary.form-control-submit,
button#submit-login {
    width: 148px;
    padding: 0;
    font-size: 16px;
    transition: 0.3s all ease-in-out;
    font-family: Roboto;
    font-size: 12px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff;
    height: 45px;
}

#fbpsc.authentication {
    background: transparent;
    border: none;
    padding: 0;
    margin: 20px 0 0;
}

#fbpsc .btn-connect {
    border: 0;
    height: 34px;
    width: 108px !important;
    padding: 0 !important;
    border-radius: 0 !important;
    margin: 0 5px 10px 5px !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: .3s all ease-in-out;
}

#fbpsc .btn-title-connect {
    padding: 0 10px 0 31px !important;
    font-family: Roboto;
    font-weight: bold;
    line-height: 1.38;
    text-align: left;
    color: #ffffff;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.btn-social > :first-child {
    width: 34px;
    left: 0;
    top: 0;
    font-size: 16px;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
}

.fa-twitter:before {
    content: "\f099";
    color: #fff;
}

.fa-facebook-square:before {
    content: "\f09a";
    padding-top: 2px;
    font-size: 18px;
}

#fbpsc .btn-facebook {
    background: #3b5998 !important;
}

#fbpsc .btn-facebook:hover {
    background: #294682 !important;
}

#fbpsc .btn-twitter {
    background: #55acee !important;
}

#fbpsc .btn-twitter:hover {
    background: #4196d6 !important;
}

#fbpsc .btn-google {
    background: #dc4e41 !important;
}

#fbpsc .btn-google:hover {
    background: #ce3b2e !important;
}

#fbpsc .btn-paypal {
    background: #005ea6 !important;
}

#fbpsc .btn-paypal:hover {
    background: #024e88 !important;
}

#fbpsc .btn-amazon {
    background: #f6a61f !important;
}

#fbpsc .btn-amazon:hover {
    background: #f19d0f !important;
}

.clr_10 {
    height: 20px;
}

p.send-renew-password-link {
    margin: 20px 0 30px;
    padding: 0;
}

#password .form-group.center-email-fields {
    display: flex;
    flex-direction: column;
}

#password button.form-control-submit.btn.btn-primary.hidden-xs-down {
    text-transform: none;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 8px;
    margin: 20px 0;
    max-width: 430px;
}

#password section#content {
    padding: 0;
}

p.send-renew-password-link {
    margin: 0 0 20px;
    padding: 0;
    font-size: 16px;
    font-weight: bold;
}

.forgotten-password .form-fields label.required {
    width: auto;
    padding: 0;
    display: flex;
    align-items: center;
    margin: 0 0 10px;
    font-size: 16px;
}

#authentication .register-form {
    margin: 0 0 30px 0;
    padding: 29px 26px 28px;
    background: #f5f5f5;
}

.custom-checkbox input[type=checkbox] {
    margin-top: 0;
    opacity: 0;
    cursor: pointer;
    position: absolute;
    width: 25px;
    height: 25px;
}

.custom-checkbox input[type=checkbox] + span {
    margin-right: 3px;
    display: inline-block;
    background-color: #fff;
    width: 25px;
    height: 25px;
    border: solid 2px #e7e7e7 !important;
    vertical-align: middle;
    cursor: pointer;
}

.custom-checkbox input[type=checkbox]:checked + span .checkbox-checked {
    font-size: 20px;
    color: #cb007b;
    width: 25px;
    height: 25px;
    margin: -2px 0 0 -2px;
    display: flex !important;
    align-items: center;
    justify-content: center;
}

.custom-checkbox input[type=checkbox] + span .checkbox-checked {
    color: #cb007b;
}

.custom-checkbox p,
.custom-checkbox label,
#authentication .custom-checkbox label {
    width: 100%;
    padding-left: 0;
    margin: 0;
}

.custom-checkbox label > span,
#authentication .custom-checkbox label > span {
    flex: inherit;
    width: 25px;
}

.custom-checkbox label > span:last-child,
#authentication .custom-checkbox label > span:last-child {
    width: 100%;
    max-width: calc(100% - 40px);
    margin: 2px 0 0 10px;
}

.custom-checkbox label {
    display: flex;
}

#customer-form label.col-md-3.form-control-label,
#authentication #customer-form label.col-md-3.form-control-label {
    margin-bottom: 5px;
    padding: 0;
    width: 100%;
    text-align: left;
}

#customer-form > section,
#authentication #customer-form > section {
    display: flex;
    flex-flow: column;
}

#customer-form .form-group.row:not(.rf_no_display),
#authentication #customer-form .form-group.row:not(.rf_no_display) {
    display: flex;
    flex-flow: column;
    align-items: center;
    width: inherit;
}

#customer-form .form-group.row div,
#authentication #customer-form .form-group.row div {
    width: 100%;
}

#customer-form .col-md-3.form-control-comment,
#authentication #customer-form .col-md-3.form-control-comment {
    padding: 3px 15px 0 15px;
    text-align: right;
}

#customer-form .form-group.row.privacy.customer_privacy,
#authentication #customer-form .form-group.row.privacy.customer_privacy,
#customer-form .form-group.row.form-group-checkbox.form-group-customer_privacy,
#authentication #customer-form .form-group.row.form-group-checkbox.form-group-customer_privacy {
    order: 1!important;
}

#customer-form .form-group.row.form-group-checkbox.form-group-optin,
#authentication #customer-form .form-group.row.form-group-checkbox.form-group-optin {
    order: 2!important;
}
#customer-form .form-group.row.form-group-checkbox.form-group-optin,
#authentication #customer-form .form-group.row.form-group-checkbox.form-group-optin {
    order: 2!important;
}

#customer-form .form-group.row.form-group-checkbox.privacy,
#authentication #customer-form .form-group.row.privacy.privacy {
    order: 3;
}

#customer-form .form-group.row.form-group-checkbox,
#customer-form .form-group.row.form-group-recaptcha,
#authentication #customer-form .form-group.row.form-group-checkbox,
#authentication #customer-form .form-group.row.form-group-recaptcha {
    order: 4;
}

#customer-form .form-group.row.form-group-checkbox.privacy-last,
#authentication #customer-form .form-group.row.privacy.privacy-last {
    order: 5!important;
}

#authentication #customer-form .form-group.row .g-recaptcha {
    display: flex;
    justify-content: center;
}

.register-form footer.form-footer.clearfix {
    display: flex;
    align-items: center;
    justify-content: center;
}

.forgotten-password .form-fields .center-email-fields button,
.forgotten-password .form-fields .email input {
    height: 45px;
}

/* REGISTRATION FIELDS */

#registration_fields {
    width: 100%;
    margin: 0;
    display: flex;
    flex-flow: column;
    align-items: center;
}

#registration_fields label.rf_input_label.required.form-control-label > span {
    display: none;
}

#registration_fields .type_multiboxes {
    position: relative;
}

#registration_fields input[type="checkbox"].form-control,
#registration_fields input[type="radio"].form-control {
    position: absolute;
    height: 100%;
}

#registration_fields input[type="checkbox"]:not(old) + label,
#registration_fields input[type="radio"]:not(old) + label {
    margin-bottom: 0;
}

#registration_fields .rf_no_display {
    display: none;
}

/************************************************/
/******************** HEADER ********************/
/************************************************/

.top-nav {
    display: flex;
    width: 100%;
    height: 45px;
    align-items: center;
    justify-content: space-between;
}

.custombanners.displayNav1 .custom-html {
    display: flex;
    align-items: center;
}

.right-nav {
    display: flex;
    align-items: center;
    padding-right: 15px;
}

.top-link {
    height: 45px;
    display: flex;
    align-items: center;
    padding: 0 15px;
}

.top-link img {
    margin-right: 5px;
}

#header .top-link a:hover {
    color: #cb007b;
}

#header .top-link a {
    cursor: pointer;
    font-family: Roboto;
    font-size: 13px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal;
    text-align: left;
    color: #777777;
}

.callbackform button:hover {
    background: #ca4496 !important;
}

.callbackform button {
    height: 45px;
    border-radius: 24px;
    background-color: #cb007b !important;
    font-family: Roboto;
    font-size: 12px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff;
    cursor: pointer;
    text-transform: uppercase;
}

.right-nav .custom-html {
    height: 45px;
    display: flex;
    align-items: center;
}

.right-nav .custom-html p {
    margin-bottom: 0;
}

#header .header-top {
    padding-bottom: 0;
    border-bottom: 1px solid #e7e7e7;
}

#header .header-nav .user-info a:hover,
#header .right-nav .custom-html a:hover {
    color: #cb007b;
}

#header .right-nav .custom-html a {
    height: 45px;
    display: flex;
    font-size: 14px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.21;
    letter-spacing: normal;
    text-align: left;
    color: #777777;
    align-items: center;
    padding: 0 20px;
    border-right: 1px solid #e7e7e7;
    border-left: 1px solid #e7e7e7;
    text-decoration: none !important;
}

#header .header-nav .user-info a {
    font-size: 14px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.21;
    letter-spacing: normal;
    text-align: left;
    color: #777777;
    text-decoration: none;
    overflow: hidden;
    max-width: 100px;
    text-overflow: ellipsis;
}

#header .header-nav .user-info {
    margin-left: 0;
    margin-top: 0;
    text-align: center;
    white-space: nowrap;
    max-width: 122px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: flex;
    align-items: center;
}

#header .header-nav .user-info a.logout {
    min-width: 15px;
}

#header .header-nav .user-info a.logout.hidden-sm-down {
    display: flex;
    align-items: center;
}

#header .header-nav .material-icons {
    display: none;
}

div#_desktop_user_info {
    height: 45px;
    display: flex;
    align-items: center;
    padding: 0 20px;
    border-right: 1px solid #e7e7e7;
}

#header .header-nav .language-selector svg {
    color: #777;
    width: 9px;
    cursor: pointer;
    margin-left: 5px;
}

#header .header-nav .language-selector {
    margin-top: 0;
}

.language-selector.dropdown.js-dropdown button {
    display: flex;
    align-items: center;
}

div#_desktop_language_selector {
    height: 45px;
    display: flex;
    align-items: center;
    padding: 0 20px;
    border-right: 1px solid #e7e7e7;
}

#header .header-nav .language-selector li {
    border-bottom: 1px solid #e7e7e7;
    padding: 0;
}

#header .header-nav .language-selector ul {
    padding: 0;
    margin-top: 14px;
    margin-left: -21px;
}

#header .dropdown-menu li a {
    font-size: 13px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.15;
    letter-spacing: normal;
    text-align: left;
    color: #777777;
    padding: 12px 25px;
}

#header .header-nav .language-selector li img {
    margin-right: 10px;
}

#header .dropdown-menu li a:hover {
    background: #f5f5f5
}

#header .header-nav .language-selector li.current a {
    color: #cb007b;
}

div#_desktop_logo {
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: url("../img/rickys-background.jpg") repeat-x;
    background: url("../img/rickys-background-new.png") repeat-x;
}

#header .header-top h1 {
    margin: 0;
}

#header .header-nav {
    margin-bottom: 0;
}

div#header-links {
    position: absolute;
    right: 15px;
    top: -45px;
}

#header #header-links a.shop-link:hover {
    background: #ca4496;
}

#header #header-links a.shop-link {
    font-size: 14px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.21;
    letter-spacing: normal;
    text-align: left;
    background: #cb007b;
    padding: 8px 20px;
    border-radius: 17px;
    color: #fff;
    text-decoration: none;
    position: relative;
    right: -25px;
}

#header #header-links a.blog-link:hover {
    background: #e7e7e7;
}

#header #header-links a.blog-link {
    font-size: 14px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.21;
    letter-spacing: normal;
    text-align: left;
    background: #fff;
    padding: 8px 20px 8px 40px;
    border-radius: 17px;
    color: #777;
    text-decoration: none;
}

#module-prestablog-blog #header #header-links a.blog-link:hover {
    background: #ca4496;
}

#module-prestablog-blog #header #header-links a.blog-link {
    font-size: 14px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.21;
    letter-spacing: normal;
    text-align: left;
    background: #cb007b;
    padding: 8px 23px;
    border-radius: 17px;
    color: #fff;
    text-decoration: none;
    position: relative;
    left: 0;
}

#module-prestablog-blog #header #header-links a.shop-link:hover {
    background: #e7e7e7;
}

#module-prestablog-blog #header #header-links a.shop-link {
    font-size: 14px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.21;
    letter-spacing: normal;
    text-align: left;
    background: #fff;
    padding: 8px 40px 8px 20px;
    border-radius: 17px;
    color: #777;
    text-decoration: none;
}

#header .header-top .position-static {
    position: static;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

/*** search ***/

.header-top .search-widget form {
    position: absolute !important;
    width: 967px;
    max-width: 100%;
    right: 109px;
    top: 60px;
    display: none;
    z-index: 999;
}

#search_widget form input {
    border-radius: 30px;
    background-color: #fff;
}

.header-top .search-widget form input[type=text] {
    min-width: inherit;
    width: 100%;
    height: 55px;
    border-radius: 28px;
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.16);
    background-color: #ffffff;
    font-family: Roboto;
    font-size: 17px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: normal;
    text-align: left;
    color: #777777;
    color: #cb007b;
    padding: 0 30px;
}

.header-top .search-widget form input[type=text]:focus {
    outline: none;
}

.header-top .search-widget form button[type=submit]:hover {
    background-color: #ca4496;
}

.header-top .search-widget form button[type=submit] {
    bottom: 0;
    right: 0;
    color: #fff;
    width: 56px;
    height: 55px;
    border-radius: 28px;
    background-color: #cb007b;
    cursor: pointer;
    outline: none !important;
}

.search-widget form button[type=submit] svg {
    color: #fff !important;
}

body.open-search {
    height: 100vh;
    overflow: hidden;
}

.open-search .header-top .search-widget form {
    display: block;
}

.open-search .header-top .overlay {
    position: fixed;
    top: 0;
    right: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 99;
}

.search-widget {
    min-width: 40px;
}

.ui-menu .ui-menu-item {
    border-bottom: 1px solid #e7e7e7;
    padding: 15px 0 15px 5px;
}

.sr-imagen {
    width: 60px;
    margin: 0 15px;
}

.sr-imagen img {
    max-width: 60px;
}

.ui-menu .ui-menu-item a > .container-fluid {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.ui-menu .ui-menu-item a .container-fluid:after {
    display: none;
}

.sr-producto {
    width: calc(75% - 90px);
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.29;
    letter-spacing: normal;
    text-align: left;
    color: #313131;
    padding: 0 15px;
}

.sr-precios {
    width: 25%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: wrap;
}

.ui-menu .ui-menu-item a.ui-state-focus, .ui-menu .ui-menu-item a.ui-state-active {
    margin: 0;
}

.ui-menu .ui-menu-item:hover {
    background: #f5f5f5;
}

.sr-price-final {
    font-family: Roboto;
    font-size: 20px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: normal;
    text-align: left;
    color: #313131;
    order: 3;
}

.sr-price-final.has_discount {
    color: #cb007b;
}

.sr-price-discount {
    font-family: Roboto;
    font-size: 14px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: normal;
    text-align: left;
    color: #cb007b;
    padding: 0 15px;
    order: 2;
}

.sr-price-old {
    font-family: Roboto;
    font-size: 13px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: normal;
    text-align: left;
    color: #777777;
    text-decoration: line-through;
}

.ui-widget-content {
    max-height: 287px;
    overflow: auto;
}

#header .header-top .search-widget {
    float: right;
    width: 54px;
    height: 55px;
    min-width: inherit;
    display: flex;
    align-items: center;
    justify-content: center;
    border-right: 1px solid #e7e7e7;
    border-left: 1px solid #e7e7e7;
}

div#search_widget a.svg {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

div#search_widget svg.svg_ico.svg_control_cross {
    display: none;
}

div#search_widget svg {
    width: 20px;
    font-size: 20px;
    color: #313131;
}

/***menu***/


.container.container-iqit-menu {
    padding: 0;
    margin: 0 auto 0 0;
    width: calc(100% - 150px) !important;
}

#iqitmegamenu-horizontal {
    background: #fff;
}

#cbp-hrmenu > ul > li > a, #cbp-hrmenu > ul > li > span.cbp-main-link {
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: normal;
    text-align: center;
    color: #313131;
    margin: 0 30px 0 0px;
    text-transform: uppercase;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cbp-hrmenu ul {
    display: flex;
    align-content: center;
}

#cbp-hrmenu .cbp-tab-title {
    line-height: 1;
}

@media (min-width: 1170px) {
    .cbp-hrmenu .cbp-hrsub {
        width: 100vw;
        left: calc(-50vw + 585px);
        top: 55px;
        background-color: #fff;
        border-top: 1px solid #e7e7e7;
        border-bottom: 1px solid #E7E7E7;
    }

    .cbp-hrmenu .cbp-hrsub-inner {
        max-width: 1170px;
        margin: 0 auto;
    }

    .cbp-hrmenu .cbp-hrsub-inner > .row:last-child {
        margin: 20px -15px 40px 0;
    }
}

.cbp-hrmenu .cbp-hrsub-inner {
    border: none;
}

.cbp-hrmenu > ul > li.cbp-hropen > a {
    color: #cb007b !important;
}

.cbp-hrmenu > ul > li.cbp-has-submeu.cbp-hropen > a:after {
    height: 5px;
}

.cbp-hrmenu > ul > li.cbp-hropen > a:after {
    width: 100%;
    height: 4px;
    background: #cb007b;
    display: block;
    content: "";
    position: absolute;
    bottom: -1px;
    left: 0;
}

#header a.cbp-column-title.cbp-category-title:hover {
    color: #cb007b;
}

#header a.cbp-column-title.cbp-category-title {
    font-family: Roboto;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: normal;
    text-align: left;
    text-align: left;
    color: #313131;
    margin-bottom: 10px;
}

ul.cbp-links.cbp-category-tree {
    flex-direction: column;
}

#header ul.cbp-links.cbp-category-tree a:hover {
    color: #cb007b;
}

#header ul.cbp-links.cbp-category-tree a {
    font-family: Roboto;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.21;
    letter-spacing: normal;
    text-align: left;
    color: #777777;
}

.cbp-hrmenu .cbp-links li {
    margin: 10px 0 0;
}

#cbp-hrmenu1 .cbp-hrsub-inner .cbp-column-title, #cbp-hrmenu1 .cbp-hrsub-inner a.cbp-column-title:link, #cbp-hrmenu .cbp-hrsub-inner .cbp-column-title, #cbp-hrmenu .cbp-hrsub-inner a.cbp-column-title:link {
    line-height: 1;
    margin: 0;
}

.cbp-hrmenu .cbp-categories-row > div {
    margin-top: 15px;
}

a.cbp-column-title.cbp-category-title:before {
    content: "\f054";
    font-family: FontAwesome;
    font-size: 8px;
    color: #cb007b;
    position: absolute;
    top: 4px;
    left: -15px;
}

div#iqitmegamenu-horizontal.cbp-sticky nav#cbp-hrmenu {
    padding: 0 15px;
}

/*** header***/

#_desktop_cart {
    width: 96px;
    height: 55px;
    border-right: 1px solid #e7e7e7;
    display: flex;
    align-items: center;
}

#_desktop_cart .blockcart {
    background-color: #fff !important;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

svg.svg_ico.svg_ico_cart {
    font-size: 20px;
    color: #313131;
}

#_desktop_cart .blockcart .header {
    color: #313131;
}

span.cart-products-count {
    width: 30px;
    height: 30px;
    background: #cb007b;
    display: flex;
    color: #fff;
    font-size: 14px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin-left: 7px;
    font-weight: bold;
    padding-top: 2px;
}

#_desktop_cart .blockcart .header a,
#_desktop_cart .blockcart .header {
    color: #313131;
    display: flex;
    align-items: center;
}

/************************************************/

/********************* HOME *********************/

/************************************************/

.box-shadow, .img-box-shadow img {
    box-shadow: none;
}

.cb-wrapper.home-slider.box-shadow {
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
}

.custombanners .bx-wrapper .bx-pager.bx-default-pager a.bx-pager-link {
    width: 6px;
    height: 6px;
    border: none;
    background: #dcdcdc;
    border-radius: 100%;
}

.custombanners .bx-wrapper .bx-pager.bx-default-pager a.bx-pager-link:hover, .custombanners .bx-wrapper .bx-pager.bx-default-pager a.bx-pager-link.active {
    background: #cb007b;
}

.bx-wrapper .bx-pager.bx-default-pager a {
    margin: 0 3px;
}

.bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
    bottom: 5px;
}

.custombanners .bx-wrapper .bx-controls-direction a {
    width: 50px;
    height: 50px;
    border-radius: 25px;
    border: solid 2px #e7e7e7;
    background-color: rgba(255, 255, 255, 0.75);
}

.custombanners .bx-wrapper .bx-controls-direction a.bx-prev {
    left: 40px;
}

.custombanners .bx-wrapper .bx-controls-direction a {
    right: 40px;
}

.custombanners .bx-wrapper .bx-controls-direction a:before {
    content: '\f054';
    font-family: "FontAwesome";
    height: 5px;
    padding: 0;
    color: #777;
    width: 5px;
    font-size: 10px;
    left: 21px;
}

.custombanners .bx-wrapper .bx-controls-direction a.bx-prev:before {
    content: '\f053';
    right: 21px;
}

.custombanners .bx-wrapper .bx-controls-direction a:hover {
    background: #e7e7e7;
}

.custombanners .bx-wrapper .bx-controls-direction a:hover:before {
    color: #777;
}

.custombanners .bx-controls.bx-has-pager {
    margin-bottom: 30px;
}

.custombanners .categories-carrusel .bx-wrapper .bx-controls-direction a.bx-prev {
    left: -22px;
}

.custombanners .categories-carrusel .bx-wrapper .bx-controls-direction a {
    right: -22px;
}

.banner-item.title-category-banners .h2 {
    font-family: Montserrat;
    font-size: 35px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.11;
    letter-spacing: normal;
    text-align: center;
    color: #b4b4b4;
    margin-bottom: 29px;
    width: 100%;
    text-transform: none;
    display: flex;
    align-items: center;
    justify-content: center;
}

.categories-carrusel .banner-item-content .banner-img {
    width: 100%;
}

.categories-carrusel .banner-item-content {
    position: relative;
    margin: 0 5px;
}

.banner-title {
    display: none;
}

.stores .row {
    margin: 0 -5px;
}

.stores .stores-inner {
    display: flex;
    flex-flow: wrap;
    justify-content: center;
}

.stores .stores-inner > * {
    padding: 0 5px;
    margin-bottom: 10px;
}

.stores .stores-inner .stores-item {
    position: relative;
}

.categories-carrusel .banner-title h2,
.stores .stores-inner h2 {
    display: flex;
    font-family: Montserrat;
    font-size: 17px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 2;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff;
    background: #cb007b;
    text-decoration: none;
    text-transform: uppercase;
    margin: 0;
    height: 64px;
    width: 100%;
    padding: 5px 10px;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: 0;
    transition: 0.3s all ease-in-out;
}

.categories-carrusel .banner-title,
.stores .stores-inner .banner-title {
    align-items: center;
    justify-content: center;
    height: 64px;
    width: 100%;
    bottom: 0;
    display: flex;
}

.categories-carrusel a:hover .banner-title h2,
.stores .stores-inner a:hover .banner-title h2 {
    height: 100%;
}

.cb-wrapper.categories-carrusel {
    margin: 0 -5px 50px;
}

.featured-products h2.h2.products-section-title.text-uppercase {
    font-family: Montserrat;
    font-size: 35px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.11;
    letter-spacing: normal;
    text-align: center;
    color: #b4b4b4;
    text-transform: none !important;
    margin-bottom: 30px;
}

#index .block {
    background: #f5f5f5;
    width: 100vw;
    left: -50vw;
    right: -50vw;
    position: relative;
    margin-left: 50%;
    margin-right: 50%;
    margin-bottom: 50px
}

#index .block h4 {
    display: none;
}

ul#brandscarousel {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0;
}

ul#brandscarousel .owl-stage {
    display: flex;
    align-items: center;
}

ul#brandscarousel .owl-item li {
    border: none;
}

ul#brandscarousel .owl-dots {
    display: none;
}

ul#brandscarousel .owl-item li {
    border: none;
    border-radius: 0;
    margin: 29px 0 !important;
}

ul#brandscarousel .owl-item li a {
    display: flex;
    align-items: center;
    justify-content: center;
}

#manufacturer .ms-grid .brands-grid-block .brand {
    padding-top: 30px;
    padding-bottom: 30px;
}

ul#brandscarousel .owl-item li.item > a > img {
    border-radius: 0;
    max-width: 160px !important;
    margin: 0 !important;
}

ul#brandscarousel .owl-item li.item > a:hover > img {
    opacity: 0.5;
}

#brandscarousel button.owl-prev,
#brandscarousel button.owl-next {
    width: 50px;
    height: 50px;
    border-radius: 25px;
    border: solid 2px #e7e7e7;
    background-color: rgba(255, 255, 255, 0.75);
}

#brandscarousel button.owl-prev:hover, #brandscarousel button.owl-next:hover {
    background-color: #e7e7e7;
}

#brandscarousel button.owl-prev span,
#brandscarousel button.owl-next span {
    display: none;
}

#brandscarousel button.owl-next:before {
    content: '\f054';
    font-family: "FontAwesome";
    height: 5px;
    padding: 0;
    color: #777;
    width: 5px;
    font-size: 10px;
    left: 21px;
}

#brandscarousel button.owl-prev:before {
    content: '\f053';
    right: 21px;
    font-family: "FontAwesome";
    height: 5px;
    padding: 0;
    color: #777;
    width: 5px;
    font-size: 10px;
}

ul#brandscarousel .owl-item li.item > a > img {
    border-radius: 0;
    max-width: 160px !important;
    margin: 0 !important;
}

#brandscarousel button.owl-prev {
    left: -66px;
    top: 35%;
}

#brandscarousel button.owl-next {
    right: -66px;
    top: 35%;
}

a.all-product-link.float-xs-left.float-md-right.h4 {
    display: none;
}

.cb-wrapper.col-right {
    display: flex;
    flex-flow: column;
    justify-content: space-between;
    gap: 10px;
}

.displayCustomBanners1 .banner-item a:before {
    content: "";
    width: calc(100% - 40px);
    height: calc(100% - 40px);
    border: 1px solid #fff;
    display: flex;
    background: transparent;
    position: absolute;
    /*z-index: 99999;*/
    top: auto;
    left: auto;
    transition: 0.3s all ease-in-out;
    bottom: auto;
    right: auto;
}

.displayCustomBanners1 .banner-item a {
    display: flex;
    align-items: center;
    justify-content: center;
}

.displayCustomBanners1 .banner-item a:hover:before {
    width: 100%;
    height: 100%;
    opacity: 0;
}

.custombanners.displayCustomBanners1.clearfix {
    margin: 0 -15px;
    display: flex;
    flex-flow: wrap;
    gap: 20px 0;
}

/************************************************/
/******************** FOOTER ********************/
/************************************************/

#footer {
    padding-top: 40px;
    border-top: 1px solid #e7e7e7;
}

.footer-container {
    padding: 0;
    margin: 0;
}

footer#footer {
    margin-top: 35px;
}

footer#footer .links.wrapper {
    float: right;
}

h3#block-newsletter-title {
    font-family: Montserrat;
    font-size: 30px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.03;
    letter-spacing: normal;
    text-align: left;
    color: #b4b4b4;
}

h3#block-newsletter-title strong {
    font-weight: bold;
}

.block_newsletter form {
    margin-top: 9px;
    max-width: 427px;
}

p#block-newsletter-label {
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.14;
    letter-spacing: normal;
    text-align: left;
    color: #777777;
    padding: 0;
}

.block_newsletter form input[type=email],
.block_newsletter form input[type=text] {
    overflow: hidden;
    padding: 11px 15px 10px !important;
    height: 45px;
    width: 100%;
    border-radius: 24px;
    border: solid 2px #e7e7e7 !important;
    background-color: #ffffff;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: normal;
    text-align: left;
    color: #313131;
    margin-bottom: 10px;
    max-width: 427px;
}

.block_newsletter ::-webkit-input-placeholder {
    color: #313131 !important;
}

.block_newsletter :-ms-input-placeholder {
    color: #313131 !important;
}

#search_widget ::placeholder {
    color: #777 !important;
    opacity: 1 !important;
}

#search_widget ::-webkit-input-placeholder {
    color: #777 !important;
    opacity: 1 !important;
}

#search_widget :-ms-input-placeholder {
    color: #777 !important;
    opacity: 1 !important;
}

#search_widget ::placeholder {
    color: #777 !important;
    opacity: 1 !important;
}

.block_newsletter input.btn.btn-primary {
    position: absolute;
    top: 1px;
    right: 17px;
    background: url("../img/ico_send.svg") no-repeat center transparent;
    background-size: 20px;
    transition: 0.3s all ease-in-out;
    padding: 0;
    width: 50px;
}

.block_newsletter input.btn.btn-primary:hover {
    background: url("../img/ico_send_h.svg") no-repeat center transparent;
    background-size: 20px;
}

.col-md-6.col-xs-12.newsletter {
    padding: 0;
    margin-left: -30px;
}

.block_newsletter .custom-checkbox label {
    text-align: left;
    font-family: Roboto;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.21;
    letter-spacing: normal;
    text-align: left;
    color: #777;
}

.block_newsletter div#gdpr_consent {
    margin-left: 15px;
}

.block-social ul li {
    background-color: #fff;
    border: 1px solid #cb007b;
    width: 45px;
    height: 45px;
    border-radius: 23px;
}

.block-social ul {
    margin: 0;
    align-content: center;
    justify-content: flex-start;
    flex-flow: wrap;
}

.block-social ul li {
    background-color: #fff;
    background-repeat: no-repeat;
    display: inline-block;
    margin: 3px 7px 3px 0;
    cursor: pointer;
    border: 1px solid #cb007b;
    width: 45px;
    height: 45px;
    border-radius: 23px;
    transition: 0.3s all ease-in-out;
    background-position: center;
}

.block-social ul li:hover {
    background-color: #cb007b;
}

.block-social .facebook {
    background-image: url(../img/ico_soc_facebook.svg) !important;
}

.block-social .youtube {
    background-image: url(../img/ico_soc_youtube.svg) !important;
}

.block-social .instagram {
    background-image: url(../img/ico_soc_instagram.svg) !important;
}

.block-social .facebook:hover {
    background-image: url(../img/ico_soc_facebook_h.svg) !important;
}

.block-social .youtube:hover {
    background-image: url(../img/ico_soc_youtube_h.svg) !important;
}

.block-social .instagram:hover {
    background-image: url(../img/ico_soc_instagram_h.svg) !important;
}

#block_myaccount_infos .myaccount-title a,
.links p.h3.hidden-sm-down {
    font-family: Roboto;
    font-size: 14px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.21;
    letter-spacing: normal;
    text-align: left;
    color: #313131;
    text-decoration: none !important;
}

.footer-container li {
    margin-bottom: 8px;
}

.footer-container li a:hover {
    color: #cb007b;
    text-decoration: none;
}

.footer-container li a {
    font-family: Roboto;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.21;
    letter-spacing: normal;
    text-align: left;
    color: #313131;
}

.copy {
    height: 40px;
    background-color: #f5f5f5;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
}

.copy p {
    margin: 0;
    font-family: Roboto;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.29;
    letter-spacing: normal;
    text-align: left;
    color: #777777;
    display: flex;
    align-items: center;
    justify-content: center;
}

.copy a {
    color: #777777;
}

.copy svg {
    width: 104px;
    margin-left: 5px;
}

/************************************************/

/*********** MINIATURA PRODUCTOS ****************/

/************************************************/

.featured-products .products {
    margin: 0 -15px 10px;
}

.js-product-list #products .product-miniature {
    max-width: 300px;
    width: 25% !important;
}

#products .product-title a:hover, .featured-products .product-title a:hover, .product-accessories .product-title a:hover, .product-miniature .product-title a:hover {
    text-decoration: underline !important;
}

#products .product-title a, .featured-products .product-title a, .product-accessories .product-title a, .product-miniature .product-title a {
    height: 36px;
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.29;
    letter-spacing: normal;
    text-align: left;
    color: #313131;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    display: -webkit-box;
    line-clamp: 2;
    -webkit-line-clamp: 2;
    box-orient: vertical;
    -webkit-box-orient: vertical;
    flex-wrap: wrap;
}

.product-miniature .stars-container span {
    display: none;
}

.product-miniature .stars-container div {
    margin: 0 0 5px !important;
    padding: 0 !important;
    text-align: left;
}

#products .product-price-and-shipping, .featured-products .product-price-and-shipping, .product-accessories .product-price-and-shipping, .product-miniature .product-price-and-shipping {
    font-family: Roboto;
    font-size: 20px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: normal;
    text-align: left;
    color: #313131;
    display: flex;
    align-items: center;
}

#products .regular-price, .featured-products .regular-price, .product-accessories .regular-price, .product-miniature .regular-price {
    order: 2;
    padding: 0 15px;
    font-family: Roboto;
    font-size: 13px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.15;
    letter-spacing: normal;
    text-align: left;
    color: #777777;
}

#products .product-price-and-shipping .discount-product, .featured-products .product-price-and-shipping .discount-product, .product-accessories .product-price-and-shipping .discount-product, .product-miniature .product-price-and-shipping .discount-product {
    display: flex;
    order: 3;
    font-family: Roboto;
    font-size: 14px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.21;
    letter-spacing: normal;
    text-align: left;
    color: #cb007b;
}

.product-price-and-shipping.has-discount .price {
    color: #cb007b;
}

#products .product-title, .featured-products .product-title, .product-accessories .product-title, .product-miniature .product-title {
    margin-top: 0;
}

.product-miniature form.buttons {
    position: relative;
    margin-top: -64px;
    background-color: rgba(255, 255, 255, 0.9);
    display: flex;
    align-items: center;
    justify-content: center;
    height: 60px;
    opacity: 0;
    transition: 0.3s all ease-in-out;
    z-index: 2;
    bottom: 9px;
}

.product-miniature:hover form.buttons {
    opacity: 1;
}

.product-miniature form.buttons button.btn.btn-primary.pal-add-to-cart.disabled {
    display: none;
}

#product .product-miniature .psproductcountdown,
.product-miniature .psproductcountdown {
    font-size: 100% !important;
    transform: scale(0.65);
    position: absolute;
    right: -44px;
    bottom: 0;
}

#product .product-miniature .psproductcountdown .pspc-main .pspc-time .pspc-count,
.product-miniature .psproductcountdown .pspc-main .pspc-time .pspc-count {
    font-family: Roboto;
    font-size: 23px;
    font-weight: bold;
    color: #313131;
}

#product .product-miniature .pspc-main .pspc-label,
.product-miniature .pspc-main .pspc-label {
    font-size: 14px;
    color: #313131;
    padding: 0;
    font-weight: normal;
    line-height: 1;
    margin: 0;
}

button.btn.btn-primary.pal-add-to-cart:hover {
    background-color: #ca4496
}

button.btn.btn-primary.pal-add-to-cart {
    width: 45px;
    height: 45px;
    background-color: #cb007b;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    padding: 0;
    border-radius: 50%;
    margin: 0 7px;
}

button.btn.btn-primary.pal-add-to-cart svg.svg_ico.svg_ico_cart {
    width: 22px;
    font-size: 22px;
    color: #fff;
}

.buttons .wishlist a:hover,
.buttons a.addToWishlist:hover,
.buttons a.btn.btn-info.pal-btn:hover, .buttons .wrap_allert.wishlist #wishlist_button:hover {
    background-color: #e7e7e7
}

.buttons .wishlist a,
.buttons a.addToWishlist,
.buttons a.btn.btn-info.pal-btn, .buttons .wrap_allert.wishlist #wishlist_button {
    width: 45px;
    height: 45px;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #777;
    padding: 0;
    border: solid 2px #e7e7e7;
    border-radius: 50%;
    margin: 0 7px;
    text-decoration: none;
    font-size: 0;
    line-height: 0;
}

.buttons a.btn.btn-info.pal-btn span.material-icons, .buttons .wrap_allert.wishlist i {
    color: #777;
}

.buttons a.checked.addToWishlist {
    flex-direction: column;
    font-size: 0px;
    line-height: 0;
}

.buttons a.btn.btn-info.pal-btn {
    order: 3
}

.buttons .wrap_allert.wishlist p.buttons_bottom_block {
    margin: 0 !important;
}

.product-miniature:hover .pspc-wrp.pspc-wrp-over-img {
    display: block !important;
    opacity: 0;
}

.product-miniature .pspc-wrp.pspc-wrp-over-img {
    transition: 0.3s all ease-in-out;
}

li.product-flag.discount {
    display: none;
}

.product-miniature .product-flags {
    top: auto;
    bottom: 89px;
    transition: 0.3s all ease-in-out;
}

.product-flags li.product-flag {
    background-color: #cb007b;
    box-shadow: none;
    font-family: Roboto;
    font-size: 13px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff;
    padding: 6px 8px;
    height: 25px !important;
    margin-top: 3px;
    border-radius: 0 25px 25px 0;
    min-height: 25px !important;
    width: 67px !important;
}

.product-flags li.product-flag.new {
    background: #313131;
}

.product-flags li.product-flag.out_of_stock {
    display: none !important;
}

/*.product-miniature:hover .product-flags {opacity: 0}*/


/************************************************/
/************ VISTA CATEGORÍAS ******************/
/************************************************/

#category #wrapper .breadcrumb[data-depth="1"] {
    display: flex;
}

#wrapper .breadcrumb {
    background: #f5f5f5;
    padding: 0;
    height: 40px;
    display: flex;
    align-items: center;
    width: 100vw;
    left: -50vw;
    right: -50vw;
    position: relative;
    margin-left: 50%;
    margin-right: 50%;
    margin-bottom: 30px;
}

#new-products section#wrapper,
#prices-drop section#wrapper {
    margin-top: 30px;
}

.PM_ASBlockOutput .card-block a.ok {
    display: none;
}

#wrapper .breadcrumb ol {
    padding-left: 0;
    margin-bottom: 0;
    width: 1170px;
    margin: 0 auto;
    max-width: 100%;
}

#wrapper .breadcrumb li a:hover {
    color: #cb007b;
}

#wrapper .breadcrumb li a {
    font-family: Roboto;
    font-size: 13px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.15;
    letter-spacing: normal;
    text-align: left;
    color: #777777;
    text-decoration: none;
}

.block-category h1 {
    text-transform: none;
}

.block-category .block-category-inner #category-description {
    font-family: Roboto;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.21;
    letter-spacing: normal;
    text-align: left;
    color: #313131;
}

.block-category .col-md-9 {
    padding: 0 15px 0 0;
}

div#left-column {
    padding-left: 0;
    padding-right: 22px;
}

div#right-column .block-categories,
div#left-column .block-categories {
    padding: 0;
}

.PM_ASBlockOutput .card {
    padding: 0;
}

.PM_ASBlockOutput .card-header,
a.text-uppercase.h6 {
    height: 36px;
    background-color: #cb007b;
    width: 100%;
    display: flex;
    align-items: center;
    padding: 0 15px;
    color: #fff;
    font-family: Roboto;
    font-size: 14px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 2.43;
    letter-spacing: normal;
    text-align: left;
    color: #ffffff;
    text-decoration: none;
    border-radius: 10px 10px 0 0;
    margin: 0;
}

.block-categories .category-sub-menu {
    margin-top: 1px;
}

.block-categories .category-sub-menu li[data-depth="0"] > a:hover {
    color: #cb007b;
}

.block-categories .category-sub-menu li[data-depth="0"] > a {
    height: 36px;
    background-color: #f9f9f9;
    display: flex;
    align-items: center;
    margin: 0;
    padding: 0 15px;
    font-size: 14px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.21;
    letter-spacing: normal;
    text-align: left;
    color: #313131;
    text-decoration: none;
    border-bottom: 1px solid #fff;
}

.block-categories .collapse-icons i:hover,
.block-categories .collapse-icons:hover {
    color: #cb007b !important;
}

.block-categories .collapse-icons i {
    font-size: 20px;
}

.block-categories .collapse-icons {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #777777;
    height: 36px;
}

.block-categories .category-sub-menu .category-sub-link:hover {
    color: #cb007b;
}

.block-categories .category-sub-menu .category-sub-link {
    height: 36px;
    background-color: #fff;
    display: flex;
    align-items: center;
    margin: 0;
    padding: 0 15px;
    font-size: 14px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.21;
    letter-spacing: normal;
    text-align: left;
    color: #313131;
    text-decoration: none;
    border-bottom: 1px solid #e7e7e7;
}

.block-categories .category-sub-menu li[data-depth="1"] {
    margin-bottom: 0;
}

.PM_ASBlockOutput .card-header {
    text-transform: uppercase;
}

.PM_ASBlockOutput .card-block {
    padding: 15px 0 0;
}

div#content-wrapper.left-column {
    padding-right: 0;
    padding-left: 8px;
}

.left-column #products .product-miniature {
    width: 33.333% !important;
}

.PM_ASBlockOutputVertical .PM_ASSelections {
    display: none;
}

span.PM_ASCriterionsGroupName {
    font-family: Roboto;
    font-size: 14px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.21;
    letter-spacing: normal;
    text-align: left;
    color: #313131;
}

.PM_ASBlockOutputVertical .PM_ASSelections {
    margin: 0;
}

.PM_ASResetSearch:before {
    display: none;
}

.PM_ASBlockOutputVertical .PM_ASResetSearch:hover {
    background-color: #e7e7e7;
    border-color: #e7e7e7;
}

.PM_ASBlockOutputVertical .PM_ASResetSearch {
    margin: 0 0 15px;
    border-radius: 24px;
    border: solid 2px #dcdcdc;
    box-shadow: none;
    padding: 14.5px 15px;
    font-family: Roboto;
    font-size: 12px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: normal;
    text-align: center;
    color: #777777;
    text-transform: uppercase;
    max-width: 132px;
    text-decoration: none;
}

.PM_ASBlockOutputVertical .card-block .PM_ASCriterionCheckbox {
    visibility: hidden;
    display: none;
}

.PM_ASBlockOutputVertical .PM_ASCriterionCheckbox:checked + label:before {
    font-family: "Material Icons";
    content: "check";
    line-height: 0.9;
    color: #cb007b;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
}

.PM_ASBlockOutputVertical .PM_ASCriterionCheckbox + label:before {
    content: '';
    color: #707070;
    display: inline-flex;
    width: 25px;
    height: 25px;
    margin-right: 15px;
    border: solid 2px #e7e7e7;
    background-color: #ffffff;
    cursor: pointer;
}

label.PM_ASLabelCheckbox {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.PM_ASBlockOutputVertical .PM_ASCriterionsGroup ul.PM_ASCriterionGroupCheckbox {
    margin-bottom: 0;
    max-height: 390px;
    overflow: auto;
}

.PM_ASBlockOutputVertical .PM_ASCriterionsGroupTitle {
    border-bottom: none;
    margin-top: 15px;
}

.PM_ASearchTitle, .PM_ASBlockOutputHorizontal a, .PM_ASBlockOutputVertical a {
    font-size: 14px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.21;
    letter-spacing: normal;
    text-align: left;
    color: #313131;
    text-decoration: none !important;
}

.PM_ASBlockOutputVertical .PM_ASCriterionsGroup {
    margin-bottom: 15px;
}

.PM_ASResetGroup {
    margin-top: 15px !important;
    display: block;
}

.PM_ASBlockOutputVertical .PM_ASCriterionsGroup ul.PM_ASCriterionGroupCheckbox li:last-child label.PM_ASLabelCheckbox {
    margin: 0;
}

.PM_ASCriterionGroupCheckbox .PM_ASLabelCheckboxSelected .PM_ASLabelLink, .PM_ASCriterionGroupCheckbox .PM_ASLabelCheckbox .PM_ASLabelLink:hover {
    font-weight: 400;
}

.PM_ASLabelCheckbox:hover a.PM_ASLabelLink,
.PM_ASResetGroup:hover,
.PM_ASCriterionGroupCheckbox .PM_ASLabelCheckbox .PM_ASLabelLink:hover {
    color: #cb007b !important;
}

.PM_ASResetGroup {
    font-size: 12px;
    margin-top: 5px;
    color: #777 !important;
}

.PM_ASCritRange.ui-widget-content {
    overflow: visible;
    margin: 20px 8px;
    background: #f5f5f5;
    height: 5px;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    background: #cb007b !important;
    font-weight: 400;
    color: #555;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: none;
    cursor: pointer;
    top: -8px;
}

.ui-slider-horizontal .ui-slider-range {
    top: 0;
    height: 5px;
    background: #cb007b;
}

.PM_ASCritRangeValue {
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.21;
    letter-spacing: normal;
    text-align: left;
    color: #313131;
    margin: 9px 0 0;
}

p.PM_ASCriterionNoChoice {
    color: #7777;
}

.PM_ASCriterionGroupColor.color_to_pick_list li a, .PM_ASCriterionGroupLinkColor span.PM_ASCriterionColorSquare {
    width: 25px;
    height: 25px;
    border-radius: 13px;
    border: solid 2px #e7e7e7;
    margin-right: 15px !important;
}

.PM_ASCriterionGroupColor.color_to_pick_list li, .PM_ASCriterionGroupLinkColor span.PM_ASCriterionColorSquare {
    border: none;
    margin-bottom: 8px;
    display: flex;
    align-items: center;
    font-family: Roboto;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.21;
    letter-spacing: normal;
    text-align: left;
    color: #313131;
}

a.PM_ASCriterionLink:hover:before,
a.PM_ASCriterionLink.PM_ASCriterionLinkSelected:before {
    width: 29px;
    height: 29px;
    content: "";
    display: block;
    border: 2px solid #cb007b;
    border-radius: 50%;
    position: relative;
    top: -4px;
    left: -4px;
}

ul.PM_ASCriterionGroupColor.color_to_pick_list {
    display: flex;
    flex-direction: column;
}

#products .product-miniature, .featured-products .product-miniature, .product-accessories .product-miniature, .product-miniature .product-miniature {
    padding: 0 15px;
    margin: 0;
}

.custombanners.displayLeftColumn .banner-item-content a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.custombanners.displayLeftColumn .banner-item a:before {
    content: "";
    width: calc(100% - 40px);
    height: calc(100% - 40px);
    border: 1px solid #fff;
    display: flex;
    background: transparent;
    position: absolute;
    top: auto;
    left: auto;
    transition: 0.3s all ease-in-out;
    bottom: auto;
    right: auto;
}

.custombanners.displayLeftColumn .banner-item a:hover:before {
    width: 100%;
    height: 100%;
    opacity: 0;
}

#products .thumbnail-container, .featured-products .thumbnail-container, .product-accessories .thumbnail-container, .product-miniature .thumbnail-container {
    margin-bottom: 20px;
    z-index: 1;
}

.col-md-6.hidden-sm-down.total-products p {
    font-family: Roboto;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.21;
    letter-spacing: normal;
    text-align: left;
    color: #777777;
}

div#js-product-list-header {
    border-bottom: 1px solid #e7e7e7;
}

.PM_ASSelections {
    background-color: transparent;
    border: none;
    margin-bottom: 15px;
    border-bottom: 1px solid #e7e7e7;
    padding: 0;
}

.active_filters .active-filter-title {
    font-family: Roboto;
    font-size: 14px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.21;
    letter-spacing: normal;
    text-align: left;
    color: #313131;
}

.active_filters {
    background: #f5f5f5;
    padding: 20px;
}

.active_filters ul {
    display: flex;
    flex-flow: wrap;
    margin: 0;
}

.active_filters .filter-block:hover {
    color: #cb007b !important;
}

.active_filters .filter-block {
    box-shadow: none;
    background: none;
    height: 30px;
    border-radius: 15px;
    border: 1px solid #f5f5f5;
    background-color: #ffffff;
    display: flex;
    align-items: center;
    font-family: Roboto;
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.17;
    letter-spacing: normal;
    text-align: left;
    color: #313131;
    text-decoration: none !important;
    margin: 15px 15px 0 0;
}

a.PM_ASSelectionsRemoveLink:before {
    display: none;
}

.active_filters .filter-block svg {
    margin-left: 7px;
}

.products-selection {
    margin-top: 15px;
}

.products-sort-order .select-title {
    box-shadow: none;
    border-radius: 24px;
    border: solid 2px #e7e7e7;
    background-color: #ffffff;
    height: 40px;
    font-family: Roboto;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: normal;
    text-align: left;
    color: #777777;
    display: flex;
    align-items: center;
    padding: 0 10px 0 16px;
    justify-content: space-between;
}

.products-sort-order .select-title i {
    font-size: 10px;
}

.products-sort-order .select-title i {
    font-size: 10px;
    position: relative;
    top: -2px;
}

.products-sort-order .select-list:hover {
    background: #cb007b;
}

.products-sort-order .dropdown-menu {
    width: 100%;
    max-width: 362px;
}

.pagination > div:first-child {
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.21;
    letter-spacing: normal;
    text-align: left;
    color: #777777;
}

.pagination a:not(.previous):not(.next) {
    letter-spacing: .125rem;
    font-family: Roboto;
    font-size: 18px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.22;
    letter-spacing: normal;
    text-align: center;
    color: #777777;
}

.pagination .current a {
    color: #cb007b !important;
    text-decoration: none !important;
}

.pagination a:not(.previous):not(.next):hover {
    text-decoration: underline !important;
}

.pagination .page-list {
    box-shadow: none;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.pagination .page-list li {
    display: inline;
    width: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 10px;
}

.pagination .next i,
.pagination .previous i {
    color: #777777 !important;
    font-size: 9px;
}

.pagination .next,
.pagination .previous {
    float: left;
    width: 50px;
    height: 50px;
    border-radius: 25px;
    border: solid 2px #e7e7e7;
    background-color: rgba(255, 255, 255, 0.75);
    display: flex;
    align-items: center;
    justify-content: center;
}

.pagination .next:hover, .pagination .previous:hover {
    background: #e7e7e7;
    text-decoration: none;
    color: #777;
}

.pagination .col-md-6.offset-md-1.pr-0 {
    margin: 0 -15px;
}

.pagination {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0;
    flex-wrap: wrap;
}

.pagination > div:first-child {
    padding: 0;
}

.addcatdesc {
    border-top: none;
    margin-top: 40px;
    padding-top: 0;
}

.addcatdesc.block h1 {
    font-family: Roboto;
    font-size: 25px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.2;
    letter-spacing: normal;
    text-align: left;
    color: #313131;
}

.addcatdesc.block h2 {
    font-family: Roboto;
    font-size: 20px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.2;
    letter-spacing: normal;
    text-align: left;
    color: #313131;
}

.addcatdesc.block h3 {
    font-family: Roboto;
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.2;
    letter-spacing: normal;
    text-align: left;
    color: #313131;
}

.addcatdesc.block h4 {
    font-family: Roboto;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.2;
    letter-spacing: normal;
    text-align: left;
    color: #313131;
}

.addcatdesc.block li {
    font-family: Roboto;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.21;
    letter-spacing: normal;
    text-align: left;
    color: #313131;
    position: relative;
    padding-left: 10px;
}

.addcatdesc.block p {
    font-family: Roboto;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.21;
    letter-spacing: normal;
    text-align: left;
    color: #313131;
    margin-bottom: 15px;
}

.addcatdesc.block ul li:before {
    content: "";
    width: 4px;
    height: 4px;
    background-color: #cb007b;
    display: table;
    margin: 0 6px 0 0;
    position: absolute;
    top: 4px;
    left: 0px;
    border-radius: 50%;
}

.addcatdesc.block ul li ul li:before {
    content: "-";
    color: #313131;
    background-color: transparent;
    display: table;
    margin: 0 6px 0 0;
    position: absolute;
    top: 0px;
    left: 0px;
}

.addcatdesc.block li ul {
    padding-left: 15px;
}

.addcatdesc.block ul {
    margin-bottom: 20px;
}

.addcatdesc.block ul li ul {
    margin-bottom: 0;
}

/*** marcas ***/

#manufacturer .page-title span {
    font-family: Montserrat;
    font-size: 30px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.13;
    letter-spacing: normal;
    text-align: center;
    color: #cb007b;
    text-transform: none;
}

#manufacturer .page-title {
    text-align: center;
    border: none;
    padding-top: 0;
    padding-bottom: 20px;
    border-bottom: 1px solid #e7e7e7;
    margin-bottom: 20px;
}

#manufacturer .ms-grid .brands-grid-block .brand {
    width: 25%;
}

#manufacturer .alphabetical-buttons, #manufacturer .view-all-block {
    display: none;
}

#manufacturer .ms-grid .brands-grid-block .brand .brand-img:hover img {
    opacity: 0.5;
}

#brand-header .brand-img img {
    max-width: 170px;
    border: 1px solid #e7e7e7;
    margin-right: 30px;
}

.row.with-image {
    margin: 0;
    display: flex;
}

#manufacturer .ms-grid .row.brands-grid-block {
    margin-bottom: 40px;
    margin-right: -35px;
    margin-left: -35px;
}

#manufacturer div#content-wrapper.col-md-12 {
    padding: 0;
}

.category-cover {
    margin-right: 30px;
    width: 170px;
}

div#brand-header {
    display: flex;
    flex-flow: wrap;
    margin: 0;
    padding-bottom: 20px;
    border-bottom: 1px solid #e7e7e7;
}

div#brand-header h1 {
    width: 100%;
}

div#brand-header .brand-img {
    float: left;
    margin-right: 25px;
}

div#brand-header .brand-desc {
    padding-top: 25px;
}

@media (max-width: 767px) {
    #manufacturer .ms-grid .brands-grid-block .brand {
        width: 33.333%;
    }

    #manufacturer div#content-wrapper.left-column {
        width: 100%;
    }

    div#brand-header {
        margin-top: 0;
        border: none;
    }

}

@media (max-width: 575px) {
    #manufacturer .ms-grid .brands-grid-block .brand {
        width: 50%;
    }
}

/*** carrusel productos ***/


.swiper-container {
    width: 100%;
    height: 100%;
}

.products.swiper-wrapper {
    display: flex;
    flex-wrap: nowrap;
    padding: 1px 0 1px 4px;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.swiper-slider {
    position: relative;
}

:root {
    --swiper-theme-color: #fff;
}

.swiper-button-prev:hover, .swiper-button-next:hover {
    background: #e7e7e7;
    border-color: #e7e7e7;
}

.swiper-button-prev, .swiper-button-next {
    z-index: 2 !important;
    margin: 0;
    width: 50px;
    height: 50px;
    border-radius: 25px;
    border: solid 2px #e7e7e7;
    background-color: rgba(255, 255, 255, 0.75);
    color: #777;
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
    opacity: .35;
    cursor: auto;
    pointer-events: none;
}

.swiper-button-next:before {
    content: "navigate_next";
}

.swiper-button-prev:before, .swiper-button-next:before {
    font-family: Material Icons;
    font-size: 22px;
}

.swiper-button-prev:before {
    content: "navigate_before";
}

article.swiper-slide.product-miniature.js-product-miniature {
    margin: 0;
    flex-direction: column;
    max-width: 233px;
    box-shadow: 0 0 0 1px #e2e2e2;
    overflow: hidden;
    height: auto;
    justify-content: space-between;
    background: #f8f8f8;
}

.swiper-button-next, .swiper-container-rtl .swiper-button-prev,
.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    background-image: none !important;
}

.swiper-button-next:after, .swiper-container-rtl .swiper-button-prev:after,
.swiper-button-prev:after, .swiper-container-rtl .swiper-button-next:after {
    display: none;
}

.swiper-slider .swiper-button-prev, .swiper-slider .swiper-container-rtl .swiper-button-next,
.swiper-slider .swiper-button-next, .swiper-slider .swiper-container-rtl .swiper-button-prev {
    display: none;
}

.swiper-slider {
    margin: 0 -30px 0 0;
}

@media (max-width: 992px) {


    section.product-accessories.clearfix .products {
        display: inline-flex;
        flex-wrap: nowrap;
    }

    .swiper-slider .swiper-button-prev, .swiper-slider .swiper-container-rtl .swiper-button-next,
    .swiper-slider .swiper-button-next, .swiper-slider .swiper-container-rtl .swiper-button-prev {
        display: flex;
        position: relative;
        right: 0;
        left: 0;
        margin: 0 8px;
        outline: none;
    }

    .featured-products .swiper-slider .products {
        flex-wrap: nowrap;
        display: inline-flex;
        margin: 0 -8px 10px;
        padding-left: 1px;


    }

    .swiper-slider {
        margin: 0 -15px 0 0;
        position: relative;

    }

    .featured-products .swiper-slider .products .product-miniature {
        padding: 0 7px;
    }

    .swiper-buttons {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        top: -13px;
        position: relative;
        margin-left: -7px;
    }

    section.product-accessories.clearfix .swiper-buttons {
        margin-left: 0;
    }

    section.product-accessories.clearfix .swiper-slider {
        margin: 0 -7px;
    }
}

/************************************************/

/******************** FICHA PRODUCTO  ********************/

/************************************************/


#product #content {
    max-width: 100%;
}

.product-info h1 {
    text-transform: none;
    border-bottom: 1px solid #e7e7e7;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

.product-cover {
    margin-bottom: 15px;
}

.comment_anchor_content img {
    width: 86.5px !important;
    margin-right: 5px;
}

.comment_anchor_content {
    display: flex;
    align-items: center;
    padding: 0 !important;
}

.comment_anchor:hover {
    text-decoration: underline
}

.comment_anchor {
    cursor: pointer;
    font-family: Roboto;
    font-size: 13px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.15;
    letter-spacing: normal;
    text-align: left;
    color: #cb007b;
}

.product-intro {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.product-reference span {
    font-family: Roboto;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.21;
    letter-spacing: normal;
    text-align: right;
    color: #313131;
}

.product-info-price {
    color: #2fb5d2;
    display: flex;
    align-items: flex-start;
    flex-flow: wrap;
    margin: 28px 0 20px;
}

.product-info-price .current-price {
    font-size: 29px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: normal;
    text-align: left;
    color: #313131;
    margin: 0 20px 0 0 !important;
}

.product-info-price .product-prices {
    margin-top: 0;
    display: flex;
    width: 100%;
    align-items: flex-start;
    flex-wrap: wrap;
}

.product-info-price .product-prices .tax-shipping-delivery-label {
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.15;
    letter-spacing: normal;
    text-align: left;
    color: #777777;
    margin: 0 20px 0 0;
}

.product-discounts {
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.product-info-price .product-prices div {
    margin-bottom: 0;
}

.product-shop-price,
.product-shop-price p {
    font-family: Roboto;
    font-size: 13px;
    font-weight: normal;
    text-align: left;
    color: #777777;
}

.product-shop-price {
    margin-top: 5px;
}

.product-shop-price p {
    margin-bottom: 0;
}

.product-shop-price .regular-price {
    text-decoration: line-through;
}

#product-availability svg {
    margin-right: 5px;
    font-size: 16px;
}

#product-availability {
    margin-top: .625rem;
    display: inline-block;
    font-weight: 700;
    font-size: 13px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.15;
    letter-spacing: normal;
    text-align: left;
    color: #7abe43;
    margin: 0;
    display: flex;
    align-items: center;
    padding-left: 20px;
    border-left: 1px solid #e7e7e7;
    height: 25px;
    margin-top: 2px;
}

span#product-availability.no-stock {
    color: #cb007b;
}

#product-availability.no-stock svg {
    margin-right: 5px;
    font-size: 13px;
}

.product-description {
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.21;
    letter-spacing: normal;
    text-align: left;
    color: #313131;
}

.product-information a {
    padding: 5px 0;
    display: flex;
}

.product-add-to-cart .control-label {
    display: none;
}

.product-quantity #quantity_wanted {
    width: 134px;
    height: 45px;
    border-radius: 24px;
    border: solid 2px #e7e7e7;
    background-color: #ffffff;
    text-align: center;
    position: relative;
    z-index: 1;
    -moz-appearance: textfield;
}

input.js-cart-line-product-quantity.form-control {
    -moz-appearance: textfield;
}

.product-quantity .input-group-btn-vertical {
    width: 134px;
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    position: absolute;
    z-index: 2 !important;
    top: 13px;
    align-items: center;
    padding: 0px 13px;
}

.product-quantity .input-group-btn-vertical .btn {
    padding: 0;
    width: 20px;
    height: 20px;
    border: none;
    display: flex;
    align-items: center;
    background: transparent;
}

.product-quantity .input-group-btn-vertical .btn i {
    display: none;
}

.product-quantity .input-group-btn-vertical .btn:hover:before {
    color: #cb007b !important;
}

button.btn.btn-touchspin.js-touchspin.bootstrap-touchspin-down:before {
    content: "remove";
    font-family: Material Icons;
    color: #777;
    font-size: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    position: relative;
    top: 1px;
}

button.btn.btn-touchspin.js-touchspin.bootstrap-touchspin-up:before {
    content: "add";
    font-family: Material Icons;
    color: #777;
    font-size: 20px;
    height: 20px;
    display: flex;
    align-items: center;
}

.product-quantity .qty {
    margin: 0;
}

.product-actions .add-to-cart:hover {
    background-color: #ca4496;
}

.product-actions .add-to-cart {
    height: 45px;
    border-radius: 24px;
    background-color: #cb007b;
    font-family: Roboto;
    font-size: 12px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 25px;
    margin-left: 25px;
}

.product-actions .add-to-cart[disabled] {
    /* display: none; */
    background-color: #b4b4b4;
    opacity: 0.5;
}

.product-additional-info {
    display: flex;
    margin-bottom: 20px;
}

.product-actions .add-to-cart svg {
    color: #fff;
    font-size: 18px;
    margin-right: 10px;
}

.content-add {
    position: relative;
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    padding-bottom: 56px;
}

.content-add .social-sharing ul {
    display: flex;
    align-items: center;
}

.content-add .social-sharing {
    position: absolute;
    left: 0;
    width: 100%;
    padding-top: 15px;
    border-top: 1px solid #e7e7e7;
    margin-top: 20px;
    font-size: 13px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.15;
    letter-spacing: normal;
    text-align: left;
    color: #777777;
    bottom: 0;
    display: flex;
    align-items: center;
}

.product-add-to-cart {
    margin: 0 22px 0 0;
}

.content-add .buttons_bottom_block a {
    text-decoration: none !important;
    font-size: 0;
    line-height: 0;
}

.content-add .buttons_bottom_block:hover {
    background-color: #e7e7e7;
}

.content-add .buttons_bottom_block {
    width: 45px;
    height: 45px;
    border: solid 2px #e7e7e7;
    background-color: #ffffff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    /* position: absolute;
     top: 0;
     left: 352px;*/
}

.js-mailalert {
    display: flex;
    flex-direction: column;
    background: #fff;
}

.product-additional-info {
    display: flex;
}

.js-mailalert input.form-control {
    /* order: 2; */
    margin-bottom: 10px;
}

.product-additional-info .tabs {
    margin: 0 22px 0 -156px;
    z-index: 2;
}

div#gdpr_consent {
    order: 3;
    margin: 10px 0 0;
}

.js-mailalert br {
    display: none;
}

#wishlist_button_block i {
    color: #777;
}

#wishlist_button_block {
    padding-bottom: 0;
}

#wishlist_button {
    height: 45px;
    line-height: inherit;
    padding: 0;
    background: none;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 45px;
}

#wishlist_button i {
    margin: 0;
    color: #777;
}

#wishlist_button_block i.material-icons {
    color: #777 !important;
}

#wishlist_button.wishlist_btn_17:hover {
    background-color: transparent !important;
    color: #777 !important;
}

#wishlist_button.wishlist_btn_17:HOVER i {
    color: #777 !important;
}

a#wishlist_button.checked i {
    opacity: 0.8;
}

.social-sharing li {
    box-shadow: none;
    height: 40px;
    width: 30px;
}

.social-sharing .facebook {
    background: url("../img/ico_soc_facebook_grey.svg") no-repeat center;
    background-size: 8px;
}

.social-sharing .facebook:hover {
    background: url("../img/ico_soc_facebook.svg") no-repeat center;
    background-size: 8px;
}

.social-sharing .twitter {
    background: url("../img/ico_soc_twitter_grey.svg") no-repeat center;
    background-size: 18px;
}

.social-sharing .twitter:hover {
    background: url("../img/ico_soc_twitter.svg") no-repeat center;
    background-size: 18px;
}

.social-sharing .pinterest {
    background: url("../img/ico_soc_pinterest_grey.svg") no-repeat center;
    background-size: 13px;
}

.social-sharing .pinterest:hover {
    background: url("../img/ico_soc_pinterest.svg") no-repeat center;
    background-size: 13px;
}

.product-actions .control-label {
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.21;
    letter-spacing: normal;
    text-align: left;
    color: #313131;
    padding: 0 15px 0;
    margin-bottom: 7px;
}

.product-variants-item ul {
    display: flex;
    align-items: center;
    margin-bottom: 0;
}

.product-variants-item ul label {
    display: flex;
    align-items: center;
    margin-right: 10px;
}

.product-variants > .product-variants-item .color {
    margin-left: 0;
    margin-top: 0;
    width: 25px;
    height: 25px;
    border-radius: 13px;
    border: solid 2px #e7e7e7;
    margin: 0 10px 0 0;
}

.product-variants-item ul label .input-color {
    height: 100%;
    width: 100%;
}

.input-color:checked + span:before, .input-color:hover + span:before, .input-radio:checked + span:before, .input-radio:hover + span:before {
    width: 29px;
    height: 29px;
    content: "";
    display: block;
    border: 2px solid #cb007b;
    border-radius: 50%;
    position: relative;
    top: -4px;
    left: -4px;
}

.product-variants > .product-variants-item ul li {
    margin: 0 0 0 15px;
}

.product-variants > .product-variants-item {
    margin: 10px 0;
}

.product-variants .product-variants-item:first-child {
    margin-top: 20px;
}

.product-variants > .product-variants-item select {
    box-shadow: none;
    height: 45px !important;
    display: flex;
    border: solid 2px #e7e7e7;
    background-color: #ffffff;
    width: 349px;
    align-items: center;
    border-radius: 24px;
    padding: 0 15px;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.21;
    letter-spacing: normal;
    text-align: left;
    color: #313131;
}

.product-discounts {
    margin-bottom: 20px;
}

.product-discount .regular-price {
    text-decoration: line-through;
    font-weight: 400;
    margin-right: .625rem;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.19;
    letter-spacing: normal;
    text-align: left;
    color: #777777;
}

.product-info .product-discount .regular-price {
    position: relative;
    top: -2px;
}

.product-info-price .discount {
    display: flex;
    align-items: center;
    font-size: 20px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.2;
    letter-spacing: normal;
    text-align: left;
    color: #cb007b;
    margin-right: 20px;
}

.product-info .psproductcountdown {
    transform: scale(0.85);
}

.product-info-price .product-prices > div {
    display: flex;
    align-items: center;
}

#product .product-info .psproductcountdown {
    margin: 10px 0 0 -20px !important;
}

.product-info .pspc-main .pspc-count {
    font-family: Roboto;
    font-size: 22px;
    font-weight: bold !important;
}

.pspc-main .pspc-label {
    font-weight: normal;
    font-family: Roboto;
    font-size: 12px;
    font-weight: bold;
    color: #777777 !important;
}

.product-info .pspc-main .pspc-label {
    margin-top: -6px;
}

#product .product-info .psproductcountdown {
    background-size: 52px !important;
    height: 60px !important;
}

#main .images-container .js-qv-mask.scroll {
    width: calc(100% - 121px);
}

.carrusel-mobile {
    display: none;
}

.scroll-box-arrows i:hover {
    background-color: #e7e7e7
}

.scroll-box-arrows i {
    bottom: 50px;
    width: 50px;
    height: 50px;
    border-radius: 25px;
    border: solid 2px #e7e7e7;
    background-color: rgba(255, 255, 255, 0.75);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #777;
    font-size: 18px;
    font-weight: bold;
}

.product-images > li.thumb-container > .thumb {
    display: inline;
    opacity: 1;
}

.product-images > li.thumb-container > .thumb.selected, .product-images > li.thumb-container > .thumb:hover {
    border: none;
    opacity: 0.5;
}

.product-cover .layer .zoom-in {
    font-size: 6.25rem;
    color: #7a7a7a;
    width: 66px;
    height: 66px;
    border: solid 2px #e7e7e7;
    background-color: #ffffff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 38px;
}

div#tabs_link {
    position: relative;
    top: -60px;
}

.tabs {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0;
}

ul.nav.nav-tabs {
    display: flex;
    margin: 0 auto;
    min-height: 45px;
    border-radius: 24px;
    border: 2px solid #e7e7e7;
    justify-content: center;
    align-items: center;
    width: auto;
    flex-wrap: wrap;
}

div#tab-content {
    margin: 30px 0 22px;
}

.tabs .nav-tabs .nav-item {
    position: relative;
    top: -1px;
}

.tabs .nav-tabs .nav-link {
    color: #7a7a7a;
    border: 0 solid transparent;
    font-family: Roboto;
    font-size: 12px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: normal;
    text-align: left;
    color: #777777;
    text-transform: uppercase;
    padding: 0 24px;
}

.nav-tabs .nav-item + .nav-item {
    margin-left: 0;
}

.tabs .nav-tabs .nav-link.active, .tabs .nav-tabs .nav-link:hover {
    border-bottom: none;
}

.tabs .nav-tabs .nav-link.active {
    border-bottom: none;
    height: 45px;
    background: none;
    display: flex;
    align-items: center;
    background: #cb007b;
    border-radius: 23px;
    color: #fff;
}

.tabs .nav-tabs .nav-link.active:hover {
    color: #fff;
}

.tabs .nav-tabs .nav-link:hover {
    color: #cb007b;
}

.tabs .nav-tabs .nav-link {
    border-bottom: none;
    height: 45px;
    background: none;
    display: flex;
    align-items: center;
    background: none;
    border-radius: 23px;
}

.nav-tabs .nav-item h2 {
    margin: 0 !important;
    font-size: 18px;
}

.tabs .tab-pane {
    padding-top: 0;
}

.tabs .tab-pane h1 {
    font-family: Roboto;
    font-size: 25px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: left;
    color: #313131;
}

.tabs .tab-pane h2 {
    font-family: Roboto;
    font-size: 20px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: left;
    color: #313131;
}

.tabs .tab-pane h3 {
    font-family: Roboto;
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: left;
    color: #313131;
}

.tabs .tab-pane h4 {
    font-family: Roboto;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: left;
    color: #313131;
}

.tabs .tab-pane li {
    font-family: Roboto;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.21;
    letter-spacing: normal;
    text-align: left;
    color: #313131;
    position: relative;
    padding-left: 10px;
}

.tabs .tab-pane p {
    font-family: Roboto;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.21;
    letter-spacing: normal;
    text-align: left;
    color: #313131;
    margin-bottom: 15px;
}

.tabs .tab-pane ul li:before {
    content: "";
    width: 4px;
    height: 4px;
    background-color: #cb007b;
    display: table;
    margin: 0 6px 0 0;
    position: absolute;
    top: 4px;
    left: 0px;
    border-radius: 50%;
}

.tabs .tab-pane ul li ul li:before {
    content: "-";
    color: #313131;
    background-color: transparent;
    display: table;
    margin: 0 6px 0 0;
    position: absolute;
    top: 0px;
    left: 0px;
}

.tabs .tab-pane li ul {
    padding-left: 15px;
}

.tabs .tab-pane ul {
    margin-bottom: 20px;
}

.tabs .tab-pane ul li ul {
    margin-bottom: 0;
}

section.featured-products > h2,
section.product-accessories > h2 {
    font-family: Montserrat;
    font-size: 35px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.11;
    letter-spacing: normal;
    text-align: center;
    color: #b4b4b4;
    text-transform: none !important;
    margin-bottom: 30px;
}

#product section.featured-products,
#product section.product-accessories {
    margin-top: 0 !important;
    padding-top: 30px;
    border-top: 1px solid #e7e7e7;
}

.tabs .product-features {
    margin-top: 0;
    margin-left: 0;
}

.product-features > dl.data-sheet dd.value:nth-of-type(2n), .product-features > dl.data-sheet dt.name:nth-of-type(2n),
.product-features > dl.data-sheet dd.value, .product-features > dl.data-sheet dt.name {
    background: #f9f9f9;
    margin-right: 0;
    min-height: 35px;
    margin-bottom: 2px;
}

.product-features > dl.data-sheet dt.name {
    font-family: Roboto;
    font-size: 14px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.21;
    letter-spacing: normal;
    text-align: left;
    color: #313131;
    padding: 0 15px;
    display: flex;
    align-items: center;
}

.product-features > dl.data-sheet dd.value {
    -ms-flex: 1 0 72%;
    flex: 1 0 72%;
    display: flex;
    align-items: center;
    padding: 5px 15px;
}

.product-features > dl.data-sheet dt.name {
    -ms-flex: 1 0 28%;
    flex: 1 0 28%;
}

/*** comentarios ***/


div#lgcomment {
    background: #f9f9f9;
    margin-bottom: 17px
}

span#send_review:hover {
    background-color: #dcdcdc;
}

.privacy_wp {
    display: flex;
}

.privacy_wp p {
    margin: 0;
}

.html_box,
.html_box p,
.form-group.row.privacy,
.form-group.row.privacy p {
    color: #7a7a7a;
}

.gformbuilderpro_action {
    margin-top: 20px;
}

span#send_review {
    font-family: Roboto;
    font-size: 12px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: normal;
    text-align: center;
    color: #777777;
    text-transform: uppercase;
    height: 45px;
    border-radius: 24px;
    border: solid 2px #dcdcdc;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 20px;
    margin: 0;
    cursor: pointer;
}

#lgcomment .content-button {
    width: 25%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    margin: 0;
    padding-bottom: 33px;
}

.lgcomment_summary {
    width: 75%;
    background: none;
    padding: 0;
    border: none;
    padding-bottom: 33px;
}

p.lgcomment_button {
    margin: 0 !important;
}

.comments-filters {
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    border-bottom: 2px solid #fff;
    justify-content: flex-end;
    padding: 33px 0 0;
}

.commentfiltertitle {
    font-family: Roboto;
    font-size: 14px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.21;
    letter-spacing: normal;
    text-align: left;
    color: #313131;
    text-transform: none !important;
    margin-bottom: 10px;
}

.commentfilter {
    font-family: Roboto;
    font-size: 14px;
    font-weight: normal;
    color: #cb007b;
    margin-right: 35px;
}

.commentfilterreset:hover {
    text-decoration: underline
}

.commentfilterreset {
    width: 100%;
    margin-top: 10px;
    font-family: Roboto;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.43;
    letter-spacing: normal;
    text-align: left;
    color: #cb007b;
}

.commentfilter:hover .no {
    text-decoration: underline
}

.productComment.row {
    margin: 0 !important;
    padding: 20px;
    border-bottom: 2px solid #fff;
    display: flex;
}

.col-md-12.info-block {
    width: 25%;
    padding: 0;
}

#lgcomment .productComment .content-block {
    border-left: none;
    width: 75%;
    padding: 0;
}

.col-md-12.info-block img {
    width: 87px !important;
    margin-bottom: 7px;
}

#lgcomment .productComment .date,
#lgcomment .productComment .nick {
    font-family: Roboto;
    font-size: 13px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.15;
    letter-spacing: normal;
    text-align: left;
    color: #777777;
}

#lgcomment .productComment .title {
    margin-bottom: 7px;
    font-family: Roboto;
    font-size: 14px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.21;
    letter-spacing: normal;
    text-align: left;
    color: #313131;
}

.col-md-12.content-block p {
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.21;
    letter-spacing: normal;
    text-align: left;
    color: #313131;
}

span.answer_title {
    font-family: Roboto;
    font-size: 14px;
    font-weight: bold;
    font-stretch: normal;
    font-style: italic;
    line-height: 1.21;
    letter-spacing: normal;
    text-align: left;
    color: #777777;
}

#lgcomment .productComment .answer {
    padding-left: 30px;
}

#lgcomment .productComment .answer p {
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: italic;
    line-height: 1.21;
    letter-spacing: normal;
    text-align: left;
    color: #313131;
    margin: 7px 0 0;
}

button#displayLess:hover,
button#displayMore:hover {
    text-decoration: underline;
}

button#displayLess,
button#displayMore {
    width: 100%;
    background: none;
    font-family: Roboto;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.21;
    letter-spacing: normal;
    text-align: center;
    color: #ca4496;
}

/*** consultas ***/

div#tab_lgconsultas {
    background: #f9f9f9;
    margin-bottom: 17px;
}

.lgconsultas_button_container {
    display: flex;
    padding: 33px 35px;
    border-bottom: 2px solid #fff;
}

a#enviar_consulta:hover {
    text-decoration: none;
    background-color: #dcdcdc;
}

a#enviar_consulta {
    font-family: Roboto;
    font-size: 12px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: normal;
    text-align: center;
    color: #777777;
    text-transform: uppercase;
    height: 45px;
    border-radius: 24px;
    border: solid 2px #dcdcdc;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 20px;
}

table.faqconsultas tbody {
    width: 100%;
}

table.faqconsultas {
    padding: 20px;
    display: flex;
    border-bottom: 2px solid #fff;
}

table.faqconsultas tr {
    width: 100%;
    display: flex;
}

table.faqconsultas .first_column {
    width: 25% !important;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    font-family: Roboto;
    font-size: 13px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.15;
    letter-spacing: normal;
    text-align: left;
    color: #777777;
}

table.faqconsultas .second_column {
    width: 75%;
}

.faq_answer > span,
.faq_question > span {
    font-family: Roboto;
    font-size: 14px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.21;
    letter-spacing: normal;
    text-align: left;
    color: #313131;
    margin-bottom: 7px;
}

.faq_question p,
.faq_question {
    display: flex;
    flex-direction: column;
    font-family: Roboto;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.21;
    letter-spacing: normal;
    text-align: left;
    color: #313131;
}

.faq_answer p {
    margin-left: 30px;
    font-family: Roboto;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: italic !important;
    line-height: 1.21;
    letter-spacing: normal;
    text-align: left;
    color: #313131;
    margin: 7px 0 0 !important;
}

.faq_answer {
    margin-left: 30px;
    font-family: Roboto;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: italic !important;
    line-height: 1.21;
    letter-spacing: normal;
    text-align: left;
    color: #313131;
}

.faq_answer > span {
    font-style: italic !important;
    color: #777777;
}

#displayMoreC, #displayLessC {
    cursor: pointer;
    background: none;
    font-family: Roboto;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.21;
    letter-spacing: normal;
    text-align: center;
    color: #ca4496;
}

#displayMoreC:hover, #displayLessC:hover {
    text-decoration: underline;
}

div#faq_buttons {
    display: flex;
    justify-content: flex-end;
}

/*** popup ***/
#form_review_popup h3,
form#form_consulta h3 {
    font-family: Montserrat;
    font-size: 20px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.13;
    letter-spacing: normal;
    text-align: left;
    color: #313131;
}

#form_review_popup #submit_review:hover,
a#submit_consulta:hover {
    background-color: #ca4496;
}

#form_review_popup #submit_review,
a#submit_consulta {
    height: 45px;
    border-radius: 24px;
    background-color: #cb007b;
    font-family: Roboto;
    font-size: 12px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    text-transform: uppercase;
}

select#lg_score {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 27px;
    padding: 0 10px;
}

body#checkout #footer {
    padding: 0;
    padding-top: 40px;
}

body#checkout .container {
    min-height: auto;
}

input#check_cond {
    width: 20px;
    height: 20px;
    position: relative;
    top: 2px;
}

input#check_cond:before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    vertical-align: middle;
    cursor: pointer;
    border: 1px solid #ccc;
    background: #fff;
    margin: 0;
    top: 0;
    left: 0;
    position: absolute;
}

input#check_cond:checked:after {
    content: "done";
    display: inline-block;
    width: 20px;
    height: 20px;
    vertical-align: middle;
    cursor: pointer;
    margin: 0;
    top: 0;
    left: 0;
    position: absolute;
    font-family: Material Icons;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #cb007b;
    font-size: 20px;
}

.form-block.star-rating img {
    float: right;
    max-width: 87px;
}

.form-block.star-rating {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

/************************************************/

/********************  CART  ********************/

/************************************************/

/*** modal add to card ***/

#blockcart-modal .modal-header {
    min-height: 56px;
    background-color: #cb007b;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 12px;
    color: #fff;
}

#blockcart-modal .modal-header .close .material-icons {
    color: #363a42;
    text-shadow: none;
    color: #fff;
}

#blockcart-modal .modal-title i.material-icons {
    margin-right: 10px;
    color: #fff;
}

#blockcart-modal .modal-header .close {
    opacity: 1;
    position: absolute;
    top: 0;
    right: 0;
    height: 56px;
    padding: 0 20px;
}

#blockcart-modal .modal-title {
    font-family: Roboto;
    font-size: 18px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 0.83;
    letter-spacing: normal;
    text-align: left;
    color: #ffffff;
}

#blockcart-modal .modal-title svg {
    position: relative;
    top: 2px;
}

#blockcart-modal .modal-header .close svg {
    color: #fff;
    width: 12px;
    top: 3px;
    position: relative;
}

#blockcart-modal .product-image {
    max-width: 200px;
}

#blockcart-modal .product-name {
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.25;
    letter-spacing: normal;
    text-align: left;
    color: #313131;
}

#blockcart-modal .product-price {
    font-family: Roboto;
    font-size: 20px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 0.75;
    letter-spacing: normal;
    text-align: left;
    color: #313131;
}

#blockcart-modal .modal-body .divide-right span {
    font-family: Roboto;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.07;
    letter-spacing: normal;
    text-align: left;
    color: #777777;
}

#blockcart-modal .cart-content p.cart-products-count {
    font-family: Roboto;
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 0.83;
    letter-spacing: normal;
    text-align: left;
    color: #cb007b;
    margin-bottom: 13px;
}

#blockcart-modal .cart-content p span {
    font-family: Roboto;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.07;
    letter-spacing: normal;
    text-align: left;
    color: #777777;
}

#blockcart-modal .cart-content p .label, #blockcart-modal .cart-content p .value {
    font-weight: 600;
    font-family: Roboto;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.07;
    letter-spacing: normal;
    text-align: left;
    color: #777777;
}

#blockcart-modal .cart-content p {
    justify-content: flex-start;
    padding: 0;
    margin-bottom: 7px;
}

#blockcart-modal .divide-right {
    border-right: 1px solid #e7e7e7;
}

#blockcart-modal .cart-content p.product-total {
    background-color: transparent;
    padding: 0;
    order: 3;
}

#blockcart-modal .cart-content p.product-total span {
    font-family: Roboto;
    font-size: 15px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: normal;
    text-align: left;
    color: #313131;
}

#blockcart-modal .cart-content p.product-tax {
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.07;
    letter-spacing: normal;
    text-align: left;
    color: #777777;
}

#blockcart-modal .cart-content .cart-content-btn button.btn:hover {
    background-color: #dcdcdc;
}

#blockcart-modal .cart-content .cart-content-btn button.btn {
    font-family: Roboto;
    font-size: 12px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: normal;
    text-align: center;
    color: #777777;
    background: transparent;
    border-radius: 24px;
    border: solid 2px #dcdcdc;
    padding: 0 25px;
    height: 45px;
    display: flex;
    margin-right: 20px;
    align-items: center;
}

#blockcart-modal .cart-content a.btn:hover {
    background-color: #ca4496
}

#blockcart-modal .cart-content a.btn {
    border-radius: 24px;
    background-color: #cb007b;
    font-family: Roboto;
    font-size: 12px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff;
    height: 45px;
    display: flex;
    align-items: center;
    padding: 0 25px;
    margin: 0;
}

#blockcart-modal .cart-content a.btn i {
    display: none;
}

#blockcart-modal .cart-content .cart-content-btn {
    display: -ms-inline-flexbox;
    display: flex;
    align-items: flex-start;
    margin-top: 20px;
    order: 4;
}

#blockcart-modal .modal-body .divide-right span strong {
    font-weight: normal;
}

#blockcart-modal .cart-content {
    padding-left: 20px;
    display: flex;
    flex-direction: column;
}

#blockcart-modal .cart-content .cart-content-btn {
    order: 4;
    margin-top: 20px;
}

#pscarthover_shoppingcart {
    display: none !important;
}

/*** carrito ***/

.cart-grid-body .card-block h1 {
    margin-bottom: 0;
    text-transform: none;
    border-bottom: 1px solid #e7e7e7;
    padding: 20px 0;
}

.cart-grid-body .card-block {
    padding: 0;
}

.card.cart-summary {
    background: #f5f5f5;
    margin-top: 72px;
    padding: 0;
}

.cart-overview.js-cart {
    padding: 15px 0 0;
}

.product-line-grid-left.col-md-2.col-xs-4 {
    padding: 0;
}

.cart-grid-body .card.cart-container {
    padding-right: 0;
    padding-left: 0;
}

.product-line-grid-body > .product-line-info > .title:hover {
    text-decoration: underline;
}

.product-line-grid-body > .product-line-info > .title {
    padding: 0;
    line-height: inherit;
    text-align: left;
    white-space: inherit;
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.29;
    letter-spacing: normal;
    text-align: left;
    color: #313131;
    margin-bottom: 7px;
}

.product-price {
    font-size: 20px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: left;
    color: #313131;
}

.has-discount.product-price, .has-discount p {
    color: #cb007b;
}

.has-discount .discount {
    background: transparent;
    padding: 0;
    font-size: 14px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.21;
    letter-spacing: normal;
    text-align: left;
    color: #cb007b;
    margin: 0;
}

.product-line-info .value, .product-line-info .label {
    font-family: Roboto;
    font-size: 13px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.15;
    letter-spacing: normal;
    text-align: left;
    color: #777777;
}

.product-line-info.product-price.h5.has-discount {
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    justify-content: flex-end;
}

.js-cart-line-product-quantity.form-control {
    -moz-appearance: textfield;
}

.product-line-info.product-price.h5.has-discount .product-discount .regular-price {
    font-family: Roboto;
    font-size: 13px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.15;
    letter-spacing: normal;
    text-align: left;
    color: #777777;
    margin: 0 15px;
}

input.js-cart-line-product-quantity.form-control {
    width: 134px;
    height: 45px;
    border-radius: 24px !important;
    border: solid 2px #e7e7e7;
    background-color: #ffffff;
    text-align: center;
    position: relative;
    z-index: 1;
}

.bootstrap-touchspin .input-group-btn-vertical {
    width: 134px;
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    position: absolute;
    z-index: 2 !important;
    top: 13px;
    align-items: center;
    padding: 0px 13px;
}

.bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-down, .bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-up {
    padding: 0;
    width: 20px;
    height: 20px;
    border: none;
    display: flex;
    align-items: center;
    background: transparent;
    cursor: pointer;
}

.bootstrap-touchspin .input-group-btn-vertical i {
    display: none;
}

button.btn.btn-touchspin.js-touchspin:hover:before {
    color: #cb007b;
}

.input-group .form-control:active, .input-group .form-control:focus, .input-group .form-control:hover {
    z-index: 1;
}

.product-line-grid-body.col-md-4.col-xs-8 {
    padding-left: 25px;
}

.product-line-grid-right.product-line-actions .row.price-line {
    margin-left: 0;
    margin-right: -45px;
}

.product-line-grid-right.product-line-actions {
    padding: 0 0 0 15px;
}

.product-line-grid-right .col-md-6.col-xs-2.price {
    text-align: left;
    padding-right: 0;
    display: flex;
    align-items: center;
    height: 45px;
    padding-left: 25px;
}

.product-line-grid-right .cart-line-product-actions .remove-from-cart:hover, .product-line-grid-right .product-price .remove-from-cart:hover {
    color: #cb007b;
}

.product-line-grid-right .cart-line-product-actions .remove-from-cart, .product-line-grid-right .product-price .remove-from-cart {
    color: #777;
    margin-top: 10px;
}

a.continue-shoping:hover {
    background-color: #dcdcdc;
}

a.continue-shoping {
    font-family: Roboto;
    font-size: 12px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: normal;
    text-align: center;
    color: #777777;
    text-transform: uppercase;
    text-decoration: none;
    height: 45px;
    border-radius: 24px;
    border: solid 2px #dcdcdc;
    padding: 13.5px 25px;
    margin-left: 15px;
}

.card-block.lgmessage.lgdebug {
    display: none;
}

.cart-detailed-totals {
    display: flex;
    flex-direction: column;
}

.card-block.cart-summary-totals {
    order: 3;
}

.card.cart-summary .block-promo .promo-code-button {
    padding: 10px 0 15px;
}

.block-promo .promo-code-button a {
    font-size: 15px;
}

.block-promo {
    margin-bottom: 0;
}

.block-promo .promo-code-button.cancel-promo:hover {
    color: #cb007b;
    text-decoration: underline
}

.block-promo .promo-code-button.cancel-promo {
    font-family: Roboto;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.21;
    letter-spacing: normal;
    text-align: left;
    color: #cb007b;
}

.block-promo .promo-code form {
    position: relative;
}

.block-promo .promo-input {
    height: 45px;
    border-radius: 24px;
    border: solid 2px #e7e7e7;
    background-color: #ffffff;
    width: 100%;
    font-family: Roboto;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.21;
    letter-spacing: normal;
    text-align: left;
    color: #cb007b;
}

a.collapse-button.promo-code-button.cancel-promo {
    padding-top: 0 !important;
}

.card.cart-summary .block-promo .promo-code {
    padding: 15px 15px 0;
}

.block-promo .promo-code {
    padding: 15px 0 0;
}

.block-promo .promo-input + button:hover {
    background-color: #ca4496;
}

.block-promo .promo-input + button {
    height: 45px;
    border-radius: 24px;
    background-color: #cb007b;
    border: none;
    position: absolute;
    top: 3px;
    right: 0;
    font-family: Roboto;
    font-size: 12px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff;
    text-transform: uppercase;
}

.block-promo .promo-code-button.cancel-promo {
    margin: 10px auto 0 !important;
    display: table !important;
}

.card-block.cart-summary-totals .cart-summary-line.cart-total {
    background-color: transparent;
    padding: 0;
    font-family: Roboto;
    font-size: 15px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: normal;
    text-align: left;
    color: #313131;
    margin: 10px 0 0;
}

.card-block.cart-summary-totals .cart-summary-line.cart-total .label,
.card-block.cart-summary-totals .cart-summary-line.cart-total .value {
    font-size: 15px;
}

.card-block.cart-summary-totals {
    display: flex;
    flex-direction: column-reverse;
}

.card-block.cart-summary-totals .cart-summary-line {
    padding: 0;
}

.card-block.cart-summary-totals {
    padding: 0 20px;
}

.card-block.checkout {
    padding: 0 20px 25px;
}

.checkout.cart-detailed-actions.card-block .btn:hover {
    background-color: #ca4496;
}

.checkout.cart-detailed-actions.card-block .btn {
    border-radius: 24px;
    background-color: #cb007b;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 45px;
    font-size: 12px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff;
}

.card-block.cart-summary-totals .cart-summary-line span.value.sub {
    text-align: left;
    font-size: .88rem;
    float: right;
}

/*** checkout ***/

body#checkout section.checkout-step.-current {
    box-shadow: none;
    border: none;
    background: #f5f5f5;
    border-bottom: none !important;
}

body#checkout section#content {
    margin-top: 29px;
}

body#checkout section.checkout-step.-unreachable .step-title {
    opacity: 1;
    font-family: Roboto;
    font-size: 18px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.22;
    letter-spacing: normal;
    text-align: left;
    color: #b4b4b4;
}

body#checkout section.checkout-step {
    box-shadow: none;
    border: none;
    border-bottom: 1px solid #e7e7e7 !important;
}

body#checkout section.checkout-step.-current .step-title {
    cursor: default;
    font-family: Roboto;
    font-size: 18px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.22;
    letter-spacing: normal;
    text-align: left;
    color: #cb007b;
    margin-bottom: 10px;
}

#checkout-personal-information-step ul.nav.nav-inline {
    height: 45px;
    border-radius: 24px;
    border: 1px solid #b4b4b4;
    display: flex;
    align-items: center;
    width: 300px;
    justify-content: space-between;
}

#checkout-personal-information-step .nav-separator {
    display: none !important;
}

#checkout-personal-information-step .nav-item .nav-link {
    color: #7a7a7a;
    font-weight: 700;
    font-family: Roboto;
    font-size: 12px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: normal;
    text-align: center;
    color: #777777;
    text-transform: uppercase;
    padding: 0 22px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#checkout-personal-information-step .nav-item .nav-link:hover {
    color: #b4b4b4
}

#checkout-personal-information-step .nav-item .nav-link.active {
    height: 45px;
    border-radius: 24px;
    background-color: #b4b4b4;
    color: #fff;
}

.nav-inline .nav-item + .nav-item, .nav-inline .nav-link + .nav-link {
    margin-left: 0;
}

body#checkout section.checkout-step #customer-form .form-control-label,
body#checkout section.checkout-step #delivery-address .form-control-label,
body#checkout section.checkout-step #invoice-address .form-control-label,
body#checkout section.checkout-step #login-form .form-control-label {
    text-align: left;
    font-family: Roboto;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: normal;
    text-align: left;
    color: #313131;
}

body#checkout .form-group.row {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

input.form-control.js-child-focus.js-visible-password {
    border-radius: 23px;
}

.input-group .input-group-btn > .btn[data-action=show-password]:hover {
    background-color: #e7e7e7;
    border-color: #e7e7e7;
}

.input-group .input-group-btn > .btn[data-action=show-password] {
    height: 45px;
    border-radius: 24px;
    border: solid 2px #dcdcdc;
    background-color: #ffffff;
    color: #777;
    position: absolute;
    top: 0;
    right: 0;
    font-weight: bold;
    font-size: 12px;
    line-height: 0.5;
}

span.social-login {
    font-family: Roboto;
    font-size: 14px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.21;
    letter-spacing: normal;
    text-align: center;
    color: #313131;
    position: relative;
    bottom: -20px;
    width: 100%;
    display: none;
}

#authentication span.social-login {
    display: block
}

#authentication .radio-inline .custom-radio {
    width: 30px;
    height: 30px;
    border: 2px solid #e7e7e7;
}

#authentication .custom-radio input[type=radio]:checked + span {
    width: 14px;
    height: 14px;
    left: 6px;
    top: 6px;
}

body#checkout section.checkout-step .forgot-password {
    margin-left: 26%;
    margin-top: 15px;
}

body#checkout section.checkout-step .forgot-password a {
    font-family: Roboto;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.21;
    letter-spacing: normal;
    text-align: left;
    color: #cb007b;
}

.custom-radio input[type=radio]:checked + span {
    background-color: #cb007b;
}

.col-md-3.form-control-comment {
    padding: 0;
    font-size: 12px;
    color: #777;
}

input.form-control[name=birthday] + span.form-control-comment {
    font-size: 11px;
    color: #777;
    padding: 0 15px;
    position: absolute;
    bottom: 15px;
    float: right;
    right: 13px;
}

body#checkout .custom-checkbox input[type=checkbox] + span {
    background-color: #fff;
}

input.form-control[name=birthday] {
    padding-right: 125px;
}

body#checkout .tab-pane .custom-checkbox input[type=checkbox] + span {
    width: 20px;
    height: 20px;
    margin: 0;
}

body#checkout .tab-pane .custom-checkbox input[type=checkbox]:checked + span .checkbox-checked {
    width: 20px;
    height: 20px;
}

body#checkout .tab-pane .custom-checkbox em {
    padding: 0 0 0 23px;
    display: table;
}

body#checkout section.checkout-step .address-item.selected {
    background: #fff;
    border: 3px solid #2fb5d2;
    border-radius: 17px;
    border: solid 1px #cb007b;
    background-color: #ffffff;
}

body#checkout section.checkout-step .step-title .done {
    color: #a9d685;
    padding: 0;
    margin-right: 0;
}

body#checkout section.checkout-step .step-title {
    text-transform: uppercase;
    cursor: pointer;
    margin-bottom: 0;
    color: #a9d685;
}

body#checkout section.checkout-step.-complete {
    padding: 23px 15px;
}

body#checkout section.checkout-step.-reachable.-complete h1 .step-edit {
    font-family: Roboto;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.07;
    letter-spacing: normal;
    text-align: left;
    color: #777777 !important;
    text-transform: none;
}

body#checkout section.checkout-step.-reachable.-complete h1 .step-edit:hover {
    color: #cb007b !important;
}

body#checkout section.checkout-step .step-edit .edit {
    font-size: 20px;
}

body#checkout section.checkout-step .address-alias {
    display: inline-block;
    font-weight: 600;
    margin-bottom: .625rem;
    font-family: Roboto;
    font-size: 16px;
    font-weight: bold;
    color: #313131;
    margin-left: 11px;
}

body#checkout section.checkout-step .radio-block {
    padding: .9375rem;
    text-align: left;
    cursor: pointer;
    width: 100%;
}

body#checkout section.checkout-step .address {
    margin-left: 46px;
    font-family: Roboto;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.07;
    letter-spacing: normal;
    text-align: left;
    color: #313131;
}

body#checkout section.checkout-step .address-item {
    max-width: 315px;
}

body#checkout section.checkout-step .delete-address:hover, body#checkout section.checkout-step .edit-address:hover {
    color: #cb007b !important;
}

body#checkout section.checkout-step .delete-address, body#checkout section.checkout-step .edit-address {
    display: inline-block;
    margin: 0 .3125rem;
    font-family: Roboto;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.07;
    letter-spacing: normal;
    text-align: left;
    color: #777777;
    text-decoration: none;
}

body#checkout section.checkout-step .delete-address .delete, body#checkout section.checkout-step .delete-address .edit, body#checkout section.checkout-step .edit-address .delete, body#checkout section.checkout-step .edit-address .edit {
    font-size: 20px;
    margin-right: 5px;
}

body#checkout section.checkout-step .add-address a i {
    display: none;
}

body#checkout section.checkout-step .add-address a:hover {
    text-decoration: none;
    border-color: #e7e7e7;
    background-color: #e7e7e7;
}

body#checkout section.checkout-step .add-address a {
    color: #232323;
    font-family: Roboto;
    font-size: 12px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: normal;
    text-align: center;
    color: #777777;
    text-transform: uppercase;
    border-radius: 24px;
    border: solid 2px #dcdcdc;
    padding: 14.5px 25px;
    margin-bottom: 25px;
    display: table;
}

body#checkout section.checkout-step #delivery-addresses, body#checkout section.checkout-step #invoice-addresses, body#checkout section.checkout-step .add-address {
    margin: 10px 0 0;
}

body#checkout a:hover {
    color: #cb007b;
}

input#use_same_address {
    position: relative;
}

input#use_same_address:before {
    content: "";
    display: inline-block;
    width: 15px;
    height: 15px;
    vertical-align: middle;
    cursor: pointer;
    border: 1px solid #ccc;
    background: #fff;
    margin: 0;
    top: 0;
    left: -2px;
    position: absolute;
}

input#use_same_address:checked:after {
    content: "done";
    display: inline-block;
    width: 15px;
    height: 15px;
    vertical-align: middle;
    cursor: pointer;
    margin: 0;
    top: 0;
    left: -2px;
    position: absolute;
    font-family: Material Icons;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #cb007b;
}

select.form-control:not([size]):not([multiple]) {
    height: 45px;
    padding: 0 15px;
}

body#checkout .cancel-address {
    margin: 0 20px;
    color: #7a7a7a;
    text-decoration: underline;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.form-control-select {
    background: #fff url(../img/control_arrow.svg) no-repeat center right 15px;
    background-size: 8px;
}

#checkout #search_widget {
    display: block;
}

body#checkout section.checkout-step .address-item {
    border-radius: 17px;
    border: solid 1px #e7e7e7;
    background-color: #ffffff;
}

body#checkout section.checkout-step .custom-radio {
    width: 30px;
    min-width: 30px;
    height: 30px;
    border: solid 2px #e7e7e7;
    background-color: #fff;
}

body#checkout section.checkout-step .custom-radio input[type=radio]:checked + span {
    width: 14px;
    height: 14px;
    left: 6px;
    top: 6px;
}

body#checkout section.checkout-step .custom-radio input[type=radio]
body#checkout section.checkout-step .custom-radio input[type=radio]:checked {
    height: 26px;
    width: 26px;
    background: #fff;
    opacity: 1;
    -webkit-appearance: none;
    border-radius: 50%;
}

.js-address-form p {
    margin-bottom: 26px;
}

div#delivery-addresses {
    flex-wrap: wrap;
}

div#delivery-addresses p {
    width: 100%;
}

div#freeshippinginfo {
    display: none;
}

body#checkout section.checkout-step .delivery-option {
    display: flex;
    align-items: center;
    position: relative;
    background: none;
    height: 63px;
    border-radius: 32px;
    border: solid 1px #e7e7e7;
    background-color: #ffffff;
    margin-bottom: 11px;
    display: flex;
    align-items: center;
    cursor: pointer;
}

body#checkout section.checkout-step .delivery-option:hover,
body#checkout section.checkout-step .delivery-option.check {
    border: solid 1px #cb007b;
}

body#checkout section.checkout-step .custom-radio input[type=radio] {
    height: 60px;
    width: 84px;
    position: absolute;
    top: -18px;
    left: -17px;
}

#checkout-delivery-step p.info {
    margin-bottom: 20px;
}

body#checkout section.checkout-step .delivery-option img {
    width: 40px;
}

body#checkout section.checkout-step .delivery-option label {
    margin: 0;
    cursor: pointer;
}

body#checkout section.checkout-step .delivery-option label .row {
    display: flex;
    align-items: center;
}

.info_carrier {
    padding-left: 0;
    display: flex;
    flex-direction: column;
}

.info_carrier {
    padding-left: 0;
    display: flex;
    flex-direction: column;
    min-height: 57px;
    justify-content: center;
}

body#checkout section.checkout-step .carrier-name {
    margin-bottom: 5px;
}

body#checkout section.checkout-step span.carrier-delay {
    font-family: Roboto;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.21;
    letter-spacing: normal;
    text-align: left;
    color: #777777;
}

body#checkout section.checkout-step span.carrier-price {
    height: 57px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    font-family: Roboto;
    font-size: 15px;
    font-weight: bold;
    text-align: right;
    color: #313131;
    padding-right: 5px;
}

.order-options label {
    margin: 9px 0 10px;
    padding: 0 15px;
}

body#checkout section.checkout-step.-current {
    padding-bottom: 36px;
}

.order-options .gif label {
    margin: 9px 0 10px;
    padding: 0 10px;
    font-family: Roboto;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.21;
    letter-spacing: normal;
    text-align: left;
    color: #777777;
}

.custom-checkbox.gif input[type=checkbox] + span {
    flex: 0 0 25px !important;
    -ms-flex: 0 0 25px;
    max-width: 25px;
}

div#gift {
    margin: 20px 0;
}

body#checkout #gift_message {
    border: solid 2px #e7e7e7;
}

body#checkout #delivery textarea, body#checkout #gift_message textarea {
    height: 75px;
    padding: 15px;
}

body#checkout section.checkout-step .payment-options .payment-option {
    margin-bottom: 11px;
    height: 63px;
    border-radius: 32px;
    border: solid 1px #e7e7e7;
    background-color: #ffffff;
    display: flex;
    align-items: center;
    padding: 0 15px;
}

body#checkout section.checkout-step .payment-options .payment-option:hover,
body#checkout section.checkout-step .payment-options .payment-option.check {
    border: solid 1px #cb007b;
}

body#checkout section.checkout-step .payment-options label {
    font-family: Roboto;
    font-size: 15px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.2;
    letter-spacing: normal;
    text-align: left;
    color: #313131;
    display: flex;
    align-items: center;
    margin: 0;
    width: 100%;
    cursor: pointer;
}

body#checkout section.checkout-step .payment-options label img {
    margin-right: 15px;
}

body#checkout .additional-information p {
    color: #777;
}

body#checkout #checkout-payment-step .custom-checkbox span {
    -ms-flex: 0 0 25px;
    flex: 0 0 25px;
    max-width: 25px;
}

#conditions-to-approve li {
    display: flex;
    align-items: center;
}

body#checkout #checkout-payment-step .condition-label {
    margin-left: 10px;
}

body#checkout #checkout-payment-step .condition-label label {
    color: #777;
}

div#payment-confirmation {
    text-align: right;
}

section#checkout-personal-information-step.-complete {
    border-top: solid 1px #e7e7e7 !important;
}

section#js-checkout-summary {
    padding: 0;
    display: flex;
    flex-direction: column;
    border: solid 1px #e7e7e7 !important;
}

section#js-checkout-summary .card-block {
    padding: 20px;
}

section#js-checkout-summary .card-block .card-block {
    padding: 0;
}

a.show_details span:last-child {
    display: none;
}

a.show_details[aria-expanded="true"] span:last-child {
    display: block;
}

a.show_details[aria-expanded="true"] span:first-child {
    display: none;
}

.cart-summary-products p {
    margin: 0 0 5px;
}

section#js-checkout-summary .block-promo .promo-code-button {
    padding-top: 15px;
    border-top: 1px solid #e7e7e7;
    margin-top: 10px;
    padding-bottom: 6px;
}

.cart-summary-products {
    padding-bottom: 10px;
    border-bottom: 1px solid #e7e7e7;
    margin-bottom: 10px;
}

.cart-summary-line .value {
    font-size: 16px;
}

.card-block.cart-summary-totals .cart-summary-line span.value.sub {
    font-size: 16px;
}

.card-block.cart-summary-totals .cart-summary-line.cart-total .value {
    font-size: 18px;
}

.block-promo .promo-name .cart-summary-line span,
.block-promo .promo-name .cart-summary-line .label {
    font-family: Roboto;
    font-size: 14px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.07;
    letter-spacing: normal;
    text-align: left;
    color: #cb007b;
    margin-left: 2px;
}

.block-promo .promo-name a {
    color: #777;
}

.block-promo .promo-name .material-icons {
    font-size: 23px;
    margin-left: 0;
    position: relative;
    top: -3px;
}

ul.promo-name.card-block .float-xs-right span {
    font-size: 16px;
}

a.collapse-button.promo-code-button.cancel-promo {
    border: none !important;
}

.cart-detailed-totals .card-block {
    padding-bottom: 0;
}

body#checkout #cart-summary-product-list img {
    border: none;
    min-width: 49px;
}

.media-body span.product-name {
    font-family: Montserrat;
    font-size: 13px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.23;
    letter-spacing: normal;
    text-align: left;
    color: #313131;
    max-width: 167px;
}

body#checkout #cart-summary-product-list .media-body {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

body#checkout #cart-summary-product-list li.media {
    display: flex;
    width: 100%;
    margin-bottom: 22px;
}

#cart-summary-product-list .product-line-info.product-line-info-secondary.text-muted {
    order: 4;
    width: 100%;
}

body#checkout #cart-summary-product-list li.media:last-child {
    margin-bottom: 5px;
}

#cart-summary-product-list .product-quantity {
    order: 3;
    width: 100%;
}

body#checkout #cart-summary-product-list li.media .product-price {
    font-size: 15px;
}

body#checkout #cart-summary-product-list .media-body br {
    display: none;
}

body#checkout #cart-summary-product-list .media-list {
    padding-left: 0;
    list-style: none;
    margin: 15px 0 0;
}

body#checkout #cart-summary-product-list a.collapse-button.promo-code-button.cancel-promo {
    margin: 10px auto 0 !important;
    padding: 0 !important;
}

section#js-checkout-summary {
    padding-bottom: 20px;
}

/*** confirmación pedido ***/

section#content-hook_order_confirmation h3 {
    font-family: Roboto;
    font-size: 22px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.22;
    letter-spacing: normal;
    text-align: left;
    color: #cb007b;
    margin: 0 0 20px;
}

section#content-hook_order_confirmation p {
    padding: 0 0 0 51px;
}

section#content-hook_order_confirmation h3 i {
    color: #cb007b;
}

section#content-hook_order_confirmation {
    border: 1px solid #cb007b;
    margin: 30px 0 0;
}

#order-confirmation #order-items .card-title.h3 {
    display: none;
}

#order-confirmation #order-items .card-title.h3:first-child {
    font-size: 18px !important;
    display: block;
    text-align: left !important;
}

#order-confirmation #order-items .image img {
    width: 150px;
}

#order-details > .card-title {
    margin-bottom: 1.875rem;
    font-family: Roboto;
    font-size: 18px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.22;
    letter-spacing: normal;
    text-align: left;
    color: #313131;
}

div#order-items .row:after {
    display: none;
}

div#order-items .row {
    display: flex;
    justify-content: space-between;
    margin: 0 0 20px;
    flex-wrap: wrap;
    font-size: 16px;
}

#order-items table tr.total-value {
    background-color: transparent;
}

#order-items hr {
    border-top-color: #e7e7e7;
}

section.page-content.page-order-confirmation.card {
    background: #f5f5f5 !important;
    margin: 20px 0;
}

div#order-items .row .col-xs-4.text-sm-center.text-xs-right.bold {
    text-align: right !important;
}

#order-items {
    border-right: none;
}

section#content-hook_payment_return {
    padding: 0;
    margin: 0 -15px 30px;
}

section#content-hook_payment_return .card-block {
    margin: 0 15px;
    background: #f5f5f5;
}

.definition-list dl dd:nth-of-type(2n), .definition-list dl dt:nth-of-type(2n),
.definition-list dl dd, .definition-list dl dt {
    background: #ffff;
}

/************************************************/

/********************  AREA INTERNA  ********************/

/************************************************/

#module-advansedwishlist-mywishlist h1.page-heading,
#module-lgcomments-accountreviews header h1,
#module-ps_emailalerts-account h2,
body#order-return .page-header h1,
body#order-detail .page-header h1,
body#addresses .page-header h1,
body.page-customer-account .page-header h1,
body#my-account h1 {
    text-transform: none;
    font-family: Montserrat;
    font-size: 30px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.13;
    letter-spacing: normal;
    text-align: center;
    color: #cb007b;
    margin: 20px 0 30px;
    padding-bottom: 20px;
    border-bottom: 1px solid #e7e7e7;
}

.page-my-account #content .links a:hover,
.page-my-account #content .links a:focus {
    text-decoration: none !important;
}

.page-my-account #content .links a span.link-item {
    height: 106px;
    border-radius: 10px;
    background-color: #f5f5f5;
    font-family: Roboto;
    font-size: 16px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 0.94;
    letter-spacing: normal;
    text-align: center;
    color: #313131;
    text-transform: none;
}

.page-my-account #content .links a i {
    color: #cb007b;
}

.page-my-account #content .links a:hover span.link-item {
    background-color: #cb007b;
    color: #fff;
}

.page-my-account #content .links a:hover i {
    color: #fff;
}

body#my-account footer.page-footer a {
    font-family: Roboto;
    font-size: 12px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: normal;
    text-align: center;
    color: #777777;
    text-transform: uppercase;
    display: table;
    padding: 15px 27px 14px;
    border-radius: 24px;
    border: solid 2px #dcdcdc;
    background-color: #ffffff;
    margin: 0 auto;
}

body#my-account footer.page-footer a:hover {
    background-color: #e7e7e7;
    border-color: #e7e7e7;
    text-decoration: none;
}

body#my-account #main .page-content {
    margin-bottom: 0;
}

.custom-checkbox label em {
    margin-left: 32px;
    display: table;
}

.page-footer .account-link i {
    display: none;
}

.page-footer .account-link:hover {
    text-decoration: none;
    background-color: #e7e7e7;
    border-color: #e7e7e7;
}

.page-footer .account-link {
    margin-right: 1rem;
    font-family: Roboto;
    font-size: 12px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: normal;
    text-align: center;
    color: #777777;
    text-transform: uppercase;
    border-radius: 24px;
    border: 2px solid #dcdcdc;
    padding: 14px 27px;
    text-decoration: none !important;
}

.page-footer .account-link span {
    font-size: 12px;
}

.page-addresses .address {
    margin-bottom: 1.875rem;
    font-size: .875rem;
    color: #232323;
    border-radius: 17px;
    border: solid 1px #e7e7e7;
    background-color: #ffffff;
}

.page-addresses .address .address-body h4 {
    font-family: Roboto;
    font-size: 16px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 0.94;
    letter-spacing: normal;
    text-align: left;
    color: #313131;
}

.page-addresses .address .address-body {
    padding: 20px 30px;
}

.page-addresses .address .address-body address {
    font-family: Roboto;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.2;
    letter-spacing: normal;
    text-align: left;
    color: #313131;
    margin: 0;
}

.page-addresses .address .address-footer a i {
    font-size: 20px;
}

.page-addresses .address .address-footer a:hover {
    color: #cb007b;
    text-decoration: none;
}

.page-addresses .address .address-footer {
    border-top: 1px solid #e7e7e7;
}

.addresses-footer {
    margin: 0 0 30px;
}

.addresses-footer a i {
    display: none;
}

.addresses-footer a:hover {
    background-color: #ca4496;
}

.addresses-footer a {
    font-family: Roboto;
    font-size: 12px !important;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff !important;
    background: #cb007b;
    padding: 16px 25px 17px;
    border-radius: 24px;
    display: table;
    text-decoration: none;
    text-transform: uppercase;
}

.page-addresses .addresses-footer a span {
    font-family: Roboto;
    font-size: 12px !important;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff;
    display: table;
    margin: 0;
    text-decoration: none;
    text-transform: uppercase;
}

.page-addresses section#content {
    margin: 0 -15px;
}

.page-addresses #main .page-footer {
    display: flex;
}

.page-addresses .addresses-footer {
    margin: 0 0 30px 15px;
}

.page-customer-account #content {
    font-size: 14px;
    color: #313131;
}

.thead-default th {
    color: #313131;
}

.table-bordered, .table-bordered td, .table-bordered th {
    border: none;
    background: #f5f5f5;
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: transparent;
}

.page-order-detail .box {
    box-shadow: none;
    background: #f5f5f5;
    padding: 1rem;
    margin-bottom: 1rem;
    color: #313131;
}

div#order-return-infos {
    padding: 0;
}

div#order-return-infos .card-block {
    padding: 0;
}

#exportDataToCsv, #exportDataToPdf {
    display: flex;
    align-items: center;
    justify-content: center;
}

#module-ps_emailalerts-account #content ul {
    display: flex;
    flex-wrap: wrap;
}

#module-ps_emailalerts-account #content ul li {
    width: 25%;
    position: relative;
    padding: 15px;
}

@media (max-width: 767px) {
    #module-ps_emailalerts-account #content ul li {
        width: 50%;
        position: relative;

    }
}

#module-ps_emailalerts-account #content ul li a img {
    max-width: 100%;
}

#module-ps_emailalerts-account #content ul li a {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #313131;
    font-family: Montserrat;
    font-weight: bold;
}

a.js-remove-email-alert:hover:before {
    color: #cb007b
}

a.js-remove-email-alert:before {
    content: "delete";
    font-family: "Material Icons";
    width: 20px;
    height: 20px;
    display: block;
    font-size: 20px;
    color: #777;
}

a.js-remove-email-alert {
    position: absolute;
    top: 0;
    right: 0;
    color: #fff !important;
}

/*** mis listas de deseos ***/

.form-control-select,
.form-group.select_box select {
    background: #fff url(data:image/svg+xml;base64,PCEtLSBHZW5lcmF0ZWQgYnkgSWNvTW9vbi5pbyAtLT4KPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjQ5IiBoZWlnaHQ9IjMyIiB2aWV3Qm94PSIwIDAgNDkgMzIiIGZpbGw9IiM3NzciPgo8dGl0bGU+Y29udHJvbF9hcnJvdzwvdGl0bGU+CjxwYXRoIGQ9Ik0yNC42NTYgMzJsLTI0LjY1Ni0yNC42NTYgNy4zNDQtNy4zNDQgMTcuMzExIDE3LjMxMSAxNy4zMTEtMTcuMzExIDcuMzQ0IDcuMzQ0LTI0LjY1NiAyNC42NTZ6Ij48L3BhdGg+Cjwvc3ZnPgo=) no-repeat center right 15px;
    background-size: 8px;
}


select#wishlist_select_popup {
    outline: none;
    box-shadow: none;
    line-height: normal !important;
    border: none;
    height: 45px;
    border-radius: 24px;
    border: solid 2px #e7e7e7;
    background-color: #ffffff;
    font-family: Roboto;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.21;
    letter-spacing: normal;
    text-align: left;
    color: #313131;
    padding: 0 20px;
    margin: 0 20px 0 0;
}

button.popup_button_wishlist:hover {
    background-color: #ca4496;
}

button.popup_button_wishlist {
    color: #fff;
    background-color: #2fb5d2;
    border-color: transparent;
    height: 45px;
    border-radius: 24px;
    background-color: #cb007b;
    font-family: Roboto;
    font-size: 12px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff;
    padding: 0 32px;
    text-transform: uppercase;
    margin: 0;
}

div#wishlist_popup_form .wishlist {
    margin-top: 20px;
}

button#submitWishlist:hover,
.page-order-detail .page-content .btn.btn-primary:hover,
body.page-customer-account .page-content .btn.btn-primary:hover {
    opacity: 0.8
}

div#mywishlist {
    margin: 0 -15px;
}

#form_wishlist input.inputTxt {
    padding: 0 5px;
    height: 38px;
    width: 260px;
    font-size: 12px;
    color: #666;
    border: 2px solid #e7e7e7;
}

#module-advansedwishlist-mywishlist ul.footer_links.clearfix {
    display: none;
}

div#mywishlist {
    margin: 0 -15px;
}

#mywishlist td.wishlist_delete a:hover {
    color: #30302f;
}

#mywishlist td.wishlist_delete a {
    color: #cb007b;
    text-shadow: none;
    background: none;
}

td.col-xs-2.col-md-2.wishlist_default:hover i {
    color: #cb007b;
}

td.col-xs-2.col-md-2.wishlist_default i {
    color: #313131;
    cursor: pointer;
}

div#block-history tr a {
    color: #cb007b;
}

a#hideWishlist {
    margin-top: 9px;
}

a#hideWishlist:hover {
    color: #313131;
}

p.wishlisturl.form-group input {
    height: 45px !important;
}

#mywishlist .btn_action {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

select.wishlist_group_actions, #mywishlist .table select {
    width: 100%;
    max-width: 100%;
    border-radius: 23px;
    padding: 8px 15px;
    cursor: pointer;
    border: 2px solid #e7e7e7 !important;
}

#mywishlist .table .btn_action a:hover {
    text-decoration: underline;
}

#mywishlist .table .btn_action a {
    display: block;
    text-align: center;
    padding: .5rem 1.25rem;
    padding: 0;
    padding: 5px;
    text-align: right;
    width: 100%;
}

.table-active, .table-active > td, .table-active > th, .table-hover .table-active:hover, .table-hover .table-active:hover > td, .table-hover .table-active:hover > th, .table-hover tbody tr:hover {
    background-color: transparent;
}

select.wishlist_group_actions {
    margin: 10px 0;
    width: auto;
}

select.wishlist_change_button {
    margin: 10px 0;
}

.wlp_bought p.product_name {
    font-family: Montserrat;
    font-size: 13px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.23;
    letter-spacing: normal;
    text-align: left;
    color: #313131;
}

button#submitWishlist {
    font-family: Roboto;
    font-size: 12px !important;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff !important;
    background: #cb007b;
    padding: 14px 25px;
    border-radius: 24px;
    display: table;
    text-decoration: none;
    text-transform: uppercase;
}

span.button.ajax_add_to_cart_button.btn.btn-default.disabled,
#mywishlist .table .btn_action a.btn.btn-primary.add_cart.wishlist_add_to_cart.ajax_add_to_cart_button.exclusive {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 0 10px;
    height: 38px;
    border-radius: 24px;
    background-color: #cb007b;
    font-family: Roboto;
    font-size: 12px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff;
    text-transform: uppercase;
    width: 100%;
}

input.wl_product_qty {
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

a.btn.btn-default.btn-secondary.button.button-small {
    padding: 0;
    background: transparent;
    color: #cb007b;
    text-transform: none;
}

a.btn.btn-default.btn-secondary.button.button-small:hover {
    text-decoration: underline;
}

@media (max-width: 767px) {
    #table_wishlist tr {
        display: flex;
        flex-wrap: wrap;
    }

    #table_wishlist td.wishlist-product-actions {
        border: none;
        background: transparent;
    }

    #mywishlist.mywishlist_17 .table .btn_action a {
        color: #cb007b;
    }

    #mywishlist.mywishlist_17 .table td.col-xs-1.col-md-1 {
        display: none;
    }

    #mywishlist.mywishlist_17 .table thead th {
        display: none;
    }

    #mywishlist.mywishlist_17 .table td:first-child {
        width: 92px;
    }
}

/************************************************/

/******************** CONTACTO ********************/

/************************************************/

.contact-form .form-control-label {
    padding-top: .625rem;
    PADDING: 0 15px 0;
}

.contact-form section.form-fields {
    display: flex;
    flex-wrap: wrap;
}

.contact-form .form-group {
    width: 50%;
    margin: 0 0 18px;
    padding: 0 15px;
    position: relative;
}

.contact-form .form-group.not-logged.row {
    width: 100%;
}

.contact-form select.form-control.form-control-select, .contact-form input.form-control {
    width: 100% !important;
}

.form-group.row.textarea, .form-group.row.privacy {
    width: 100%;
}

.contact-form {
    background: #fff;
    padding: 1rem;
    color: #7a7a7a;
    width: 100%;
    padding: 0;
    margin: 0 -15px 0 0;
}

#contact section#content {
    padding: 0;
}

#contact .contact-form section.form-fields {
    margin: 0 -15px;
}

.contact-rich {
    background-color: #f5f5f5;
    padding: 30px 34px 10px;
}

#contact h1 {
    text-transform: none;
    font-family: Montserrat;
    font-size: 30px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.13;
    letter-spacing: normal;
    text-align: center;
    color: #cb007b;
    margin: 20px 0 30px;
    padding-bottom: 20px;
    border-bottom: 1px solid #e7e7e7;
}

.contact-rich {
    color: #cb007b;
}

.contact-rich .block a,
a.contact-link-phone-advise {
    color: #313131 !important;
    cursor: pointer;
}

.contact-rich .block a:hover,
a.contact-link-phone-advise:hover {
    text-decoration: none !important;
    color: #cb007b !important;
}

.contact-rich .block .icon i {
    font-size: 23px;
}

.contact-rich .block {
    margin-bottom: 20px;
    display: flex;
    align-items: center;
}

.contact-rich .block .icon {
    width: 26px;
    margin-right: 10px;
}

.contact-rich .block .icon svg.svg_ico.svg_ico_whatsapp {
    width: 20px;
    font-size: 20px;
}

.contact-rich .block .icon svg.svg_ico.svg_ico_tel {
    width: 20px;
    font-size: 15px;
}

.form-control-comment {
    font-family: Roboto;
    font-size: 13px;
    font-weight: normal;
    font-stretch: normal;
    font-style: italic;
    line-height: 1.15;
    letter-spacing: normal;
    text-align: left;
    color: #777777;
}

.contact-form span.form-control-comment {
    position: absolute;
    top: 0;
    right: 30px;
    padding: 0;
    text-align: right;
}

.contact-form textarea {
    height: 125px;
}

#contact #content input.btn.btn-primary {
    float: left;
}

.bootstrap-filestyle.input-group input {
    border-radius: 24px;
    border: solid 2px #e7e7e7;
    background-color: #ffffff;
    border-radius: 24px;
    width: 100%;
}

.bootstrap-filestyle.input-group .input-group-btn > .btn {
    text-transform: uppercase;
    height: 45px;
    border-radius: 24px !important;
    border: solid 2px #dcdcdc;
    background-color: #ffffff;
    color: #777;
    font-weight: bold;
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    align-items: center;
}

span.group-span-filestyle.input-group-btn {
    display: flex;
    position: absolute;
    right: 0;
    border: none !important;
    outline: none !important;
}

span.group-span-filestyle.input-group-btn span.buttonText {
    border: none !important;
    outline: none;
}

.bootstrap-filestyle.input-group .input-group-btn > .btn:hover {
    background-color: #e7e7e7;
    border-color: #e7e7e7;
}

.input-group-addon:not(:last-child), .input-group-btn:not(:first-child) > .btn-group:not(:last-child) > .btn, .input-group-btn:not(:first-child) > .btn:not(:last-child):not(.dropdown-toggle), .input-group-btn:not(:last-child) > .btn, .input-group-btn:not(:last-child) > .btn-group > .btn, .input-group-btn:not(:last-child) > .dropdown-toggle, .input-group .form-control:not(:last-child) {
    border-bottom-right-radius: 24px;
    border-top-right-radius: 24px;
}

.contact-form .g-recaptcha {
    margin-left: -42%;
}

/*** Tiendas ***/

body#module-storelocator-storedetails h1.page-heading,
body#stores h1 {
    font-family: Montserrat;
    font-size: 30px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.13;
    letter-spacing: normal;
    text-align: center;
    color: #cb007b;
    margin: 20px 0 30px;
    padding-bottom: 20px;
    border-bottom: 1px solid #e7e7e7;
}

#fmeStorePage2 {
    background: #f5f5f5;
    padding: 15px 65px 26px;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 10px;
}

#stores section#content {
    padding: 0;
}

div#fmeStorePage2 h2 {
    font-family: Roboto;
    font-size: 20px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: left;
    color: #cb007b;
}

div#fmeStorePage2 h2:before {
    content: "location_on";
    font-family: Material Icons;
    margin-left: -39px;
    margin-right: 14px;
    font-size: 25px;
    position: relative;
    top: 5px;
}

#fmeStorePage2 .form-group {
    padding: 0;
}

#fmeStorePage2 p {
    margin: 0;
    padding: 0;
}

#fmeStorePage2 > p {
    width: 100%;
    margin: 0 0 25px;
    padding: 0 !important;
}

#fmeStorePage2 input.button.btn.btn-primary {
    font-family: Roboto;
    font-size: 12px;
    font-weight: bold;
    margin-top: 24px;
    max-width: 230px;
}

#stores input#addressInput {
    width: 420px;
}

select#radiusSelect {
    width: 339px;
    background: #fff url(../img/control_arrow.svg) no-repeat center right 15px;
    background-size: 8px;
}

#fmeStorePage2 .form-group {
    padding: 0 20px 0 0 !important;
    width: auto !important;
}

#fmeStorePage2 .form-group div {
    padding: 0;
    width: auto;
}

#fmeStorePage2 .clearfix {
    display: none;
}

#fmeStorePage2 .col-lg-4 {
    padding: 0;
    width: auto;
}

#stores label {
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.21;
    letter-spacing: normal;
    text-align: left;
    color: #313131;
}

#fmeStorePage2 p {
    padding-right: 0 !important;
}

img#stores_loader {
    display: none !important;
}

#fmmsl_split_list ul li a {
    font-size: 14px;
    font-weight: bold;
}

#fmmsl_split_list a.button.btn.btn-primary.fmmsl_storeview {
    padding: 16px 26px;
    font-size: 12px !important;
    font-weight: bold;
    margin-top: -10px;
}

#fmmsl_split_list ul li {
    border-bottom: 1px solid #e7e7e7;
}

body#module-storelocator-storedetails h1.page-heading {
    margin-top: 0;
}

body#module-storelocator-storedetails section#content {
    padding: 0;
}

#fmmsl_single_store_content {
    padding: 0;
}

.fmmsl_subwrap h2 {
    display: none;
}

#fmmsl_single_store_content .fmmsl_subwrap {
    padding: 0;
    background: transparent;
}

#fmmsl_single_store_content {
    display: flex;
    flex-wrap: wrap;
}

#fmmsl_single_store_content .fmmsl_subwrap {
    padding: 20px 35px;
    background: #f5f5f5;
    height: 100%;
    display: flex;
    align-items: center;
}

.fmmsl_subwrap table {
    margin-left: 50px;
    width: auto;
    background: none;
    margin-bottom: 0;
}

.fmmsl_subwrap tr {
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
}

.fmmsl_subwrap td {
    padding: 0 0 5px;
    font-family: Roboto;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.21;
    letter-spacing: normal;
    text-align: left;
    color: #313131;
}

.fmmsl_subwrap td span {
    font-weight: bold;
}

.fmmsl_subwrap span#address:before {
    content: "location_on";
    font-family: Material Icons;
    margin-left: -37px;
    margin-right: 12px;
    font-size: 25px;
    position: relative;
    top: 5px;
    color: #cb007b;
}

.fmmsl_subwrap span#phone:before {
    content: "";
    background: url(../img/ico_tel.svg) no-repeat center left;
    margin-left: -33px;
    margin-right: 7px;
    font-size: 25px;
    position: relative;
    top: 18px;
    color: #cb007b;
    width: 20px;
    height: 20px;
    display: flex;
    margin-top: -14px;
}

.fmmsl_subwrap span#email:before {
    content: "\f0e0";
    font-family: FontAwesome;
    margin-left: -32px;
    margin-right: 16px;
    font-size: 16px;
    position: relative;
    top: 0px;
    color: #cb007b;
}

.fmmsl_subwrap span#clock:before {
    content: "";
    background: url(../img/ico_horario.svg) no-repeat center left;
    margin-left: -33px;
    margin-right: 7px;
    font-size: 25px;
    position: relative;
    top: 18px;
    color: #cb007b;
    width: 20px;
    height: 20px;
    display: flex;
    margin-top: -14px;
    background-size: 19px;
}

#fmmsl_single_store_maparea {
    margin-top: 30px;
    padding-top: 0;
    padding-bottom: 0;
}

.col-lg-3.fmmsl_store_hours_details {
    display: none;
}

#fmmsl_single_store_maparea .col-lg-9 {
    width: 100%;
}

#store_single_map {
    margin-bottom: 30px;
}

.fmms_shop_map {
    margin-bottom: 30px;
}

a.button.btn.btn-primary.back {
    padding: 16px 5px;
    margin: 0 auto;
    display: flex;
    width: 264px;
    align-content: center;
    justify-content: center;
}

/************************************************/

/******************** CMS ********************/

/************************************************/

body#cms .page-header h1 {
    text-transform: none;
    font-family: Montserrat;
    font-size: 30px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.13;
    letter-spacing: normal;
    text-align: center;
    color: #cb007b;
    margin: 20px 0 0;
    padding-bottom: 20px;
    border-bottom: 1px solid #e7e7e7;
}

body#cms #main .page-header {
    margin-bottom: 10px;
}

body#cms section#content {
    padding-bottom: 0 !important;
    padding-right: 0;
    padding-left: 0;
}

body#cms section#content img {
    max-width: 100%;
    height: auto !important;
    margin-bottom: 20px;
}

.faq_content {
    display: none;
    margin-top: 17px;
}

.faq {
    border-radius: 25px;
    border: solid 1px #e7e7e7;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 16px 20px;
    margin-bottom: 10px;
    cursor: pointer;
    position: relative;
}

.faq:hover:after,
.faq:hover h2 {
    color: #cb007b
}

.faq h2 {
    font-family: Roboto;
    font-size: 14px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.21;
    letter-spacing: normal;
    text-align: left;
    color: #313131;
    margin: 0;
    padding-right: 20px;
}

.faq:after {
    content: "add";
    font-family: Material Icons;
    position: absolute;
    top: 13px;
    right: 20px;
    color: #777777;
    font-size: 20px;
}

.faq.active {
    background: #f5f5f5;
    border-color: #f5f5f5;
}

.faq.active .faq_content {
    display: block;
}

.faq.active:after {
    content: "remove";
}

.faq.active h2 {
    color: #cb007b
}

#cms #content ul li {
    position: relative;
    padding-left: 12px;
    margin-bottom: 5px;
}

#cms #content ul li:before {
    content: "";
    width: 4px;
    height: 4px;
    background: #cb007b;
    display: block;
    border-radius: 50%;
    position: absolute;
    top: 7px;
    left: 0;
    border-radius: 50%;
}

#cms #content ul li ul {
    padding-left: 25px;
    margin: 8px 0;
}

#cms #content ul li ul li:before {
    background: #999;
}

#cms #content ul li ul li ul li:before {
    content: "-";
    background: transparent;
    top: 0;
}

/*** page 404 ***/

#pagenotfound #main .page-header h1 {
    font-family: Montserrat;
    font-size: 30px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.13;
    letter-spacing: normal;
    text-align: center;
    color: #cb007b;
}

#pagenotfound #main .page-content, #products #main .page-content {
    margin-bottom: 0;
}

#pagenotfound .page-not-found, #products .page-not-found {
    max-width: 800px;
}

section#content.page-not-found p {
    font-family: Roboto;
    font-size: 17px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.29;
    letter-spacing: normal;
    color: #777777;
    margin-bottom: 25px;
}

#search section#content.page-not-found {
    text-align: left;
    width: 100%;
    max-width: 100%;
    padding: 20px 0;
}

#search section#content.page-not-found p {
    text-align: left;
}

#search section#content.page-not-found a.button.btn.btn-primary.back {
    margin: 0;
}

#pagenotfound #main .page-header, #products #main .page-header {
    margin: 50px 0 0;
}

.gm-style-iw-d a,
.gm-style-iw-d table.table-striped.table-bordered {
    display: none;
}

.form-group.checkbox_box .col-xs-12.col-md-4 {
    display: none;
}

.form-group.checkbox_box .row {
    display: flex;
    flex-direction: column;
}

section#content .privacy_des p {
    font-size: 14px;
    color: #313131;
}

button#submitForm:hover {
    background-color: #ca4496;
}

button#submitForm span {
    text-transform: uppercase;
}

button#submitForm {
    height: 45px;
    border-radius: 24px;
    background-color: #cb007b;
    font-family: Roboto;
    font-size: 12px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff;
    padding: 0 32px;
}

.privacy_wp .checkbox_privacy:checked:after {
    font-family: "Material Icons";
    content: "check";
    line-height: 0.9;
    color: #cb007b;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    position: absolute;
    top: 3px;
    left: 3px;
    cursor: pointer;
}

.privacy_wp .checkbox_privacy:before {
    content: '';
    color: #707070;
    display: inline-flex;
    width: 25px;
    height: 25px;
    margin-right: 15px;
    border: solid 2px #e7e7e7;
    background-color: #ffffff;
    cursor: pointer;
    position: absolute;
    top: 0;
    left: 0;
}

.form-group.capcha_box {
    margin: 5px 0 20px;
}

.privacy_wp .checkbox_privacy {
    width: 25px;
    height: 25px;
    position: relative;
    top: -4px;
    margin-right: 9px;
}

.lgcookieslaw_message {
    padding: 14px 5px !important;
}

.lgcookieslaw_message p {
    margin: 0;
    font-family: Roboto;
    font-size: 13px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.54;
    letter-spacing: normal;
    text-align: left;
    color: #ffffff;
}

body div#lgcookieslaw_banner {
    opacity: 1;
    padding: 10px 0;
    background-color: rgba(0, 0, 0, 0.8);
    border: none;
    box-shadow: none;
}

body .lgcookieslaw-banner .container,
.lgcookieslaw-banner.lgcookieslaw-reject-button-enabled .container {
    display: flex;
    align-items: center;
    padding: 0 15px !important;
}

body .lgcookieslaw-banner .container:after {
    display: none;
}

body .lgcookieslaw-reject-button-enabled .lgcookieslaw-button-container {
    width: auto;
    display: flex;
    gap: 10px;
}

body .lgcookieslaw-button-container .lgcookieslaw-reject-button,
body .lgcookieslaw-reject-button-enabled .lgcookieslaw-button-container .lgcookieslaw-accept-button {
    width: auto;
    height: 30px;
    min-height: 30px;
    font-size: 13px;
    font-weight: bold;
    border-radius: 16px;
    border: 0;
    padding: 5px 20px;
}

body .lgcookieslaw-banner-message {
    width: 100% !important;
}

body .lgcookieslaw-banner-message p,
body #lgcookieslaw_banner .lgcookieslaw-banner-message p,
body #lgcookieslaw_banner .lgcookieslaw-banner-message a,
body #lgcookieslaw_banner a {
    font-size: 13px;
    margin-bottom: 0 !important;
}

body #lgcookieslaw_banner .lgcookieslaw-link-container {
    margin-top: 5px;
}

body #lgcookieslaw_banner .lgcookieslaw-banner-message a {
    text-decoration: underline;
    border-bottom: 0;
}

@media (max-width: 767px) {
    body .lgcookieslaw-banner .container {
        flex-flow: wrap;
    }
}

/************************************************/
/***************** RESPONSIVE  ******************/
/************************************************/

/*********** Responsive home ***********/

/*** MD ***/

@media (max-width: 1199px) {
    #header .header-top .position-static,
    .right-nav {
        padding-right: 0 !important;
    }

    .custombanners .categories-carrusel .bx-wrapper .bx-controls-direction a.bx-prev {
        left: 0;
    }

    .custombanners .categories-carrusel .bx-wrapper .bx-controls-direction a {
        right: 0;
    }

    #cbp-hrmenu > ul > li > a, #cbp-hrmenu > ul > li > span.cbp-main-link {
        font-size: 13px;
        margin-right: 16px;
    }

    .top-link {
        padding: 0 0 0 15px;
    }

    #index section#wrapper {
        overflow: hidden;
    }

    #brandscarousel button.owl-next {
        right: 4px;
    }

    #brandscarousel button.owl-prev {
        left: 4px;
    }

    .left-nav {
        width: 100%;
    }

    .top-link {
        padding: 0;
    }

    .custombanners.displayNav1 .custom-html {
        justify-content: space-between;
        padding: 0 15px;
    }

    #product .pspc-main .pspc-label,
    .pspc-main .pspc-label {
        top: 34px;
    }

    #product .product-miniature .psproductcountdown,
    .product-miniature .psproductcountdown {
        right: auto;
        bottom: auto;
        top: 0;
        width: 249px;
        max-width: 307px;
        left: auto;
        position: relative;
        margin: 0 !important;
    }

    #product .psproductcountdown .pspc-main,
    .psproductcountdown .pspc-main {
        width: 174px;
    }

    #product .product-miniature .pspc-wrp.pspc-wrp-over-img,
    .product-miniature .pspc-wrp.pspc-wrp-over-img {
        display: flex;
        align-items: flex-start;
        justify-content: center;
    }
}

/*** SM ***/

@media (max-width: 999px) {
    .lgcookieslaw_container {
        display: flex !important;
        flex-direction: column;
        padding: 10px 43px 10px 15px;
    }

    .lgcookieslaw_btn-close {
        right: 10px !important;
        top: 26px !important;
    }

    .cbp-spmenu-push-toright {
        left: 0;
    }

    ul#iqitmegamenu-accordion {
        top: 125px;
        height: calc(100% - 125px);
        background: #fff;
        box-shadow: none;

    }

    .cbp-spmenu-left.cbp-spmenu-open {
        left: 0px;
        width: 100%;

    }

    .cbp-spmenu-overlay-show #cbp-close-mobile {
        display: none;
    }

    .iqitmegamenu-wrapper {
        z-index: 97;
        clear: both;
        width: 40px;
        position: absolute;
        top: -92px;
        left: -15px;
    }

    #iqitmegamenu-horizontal {
        background: transparent;
    }

    #iqitmegamenu-mobile #iqitmegamenu-shower, #cbp-close-mobile {
        background: transparent;
        padding: 0;
    }

    div#iqitmegamenu-shower span {
        display: none;
    }

    #iqitmegamenu-mobile .iqitmegamenu-icon {
        margin-right: 0;
        color: #fff;
        background-color: transparent;
        width: auto;
        padding: 0 15px;
        top: 9px;
        position: relative;
    }

    #iqitmegamenu-mobile .iqitmegamenu-icon i.icon.fa.fa-reorder {
        font-size: 22px;
    }

    #iqitmegamenu-accordion li a {
        color: #313131;
    }

    .cbp-spmenu a:active {
        background: transparent;
    }

    .iqitmegamenu-icon .fa-reorder:before {
        content: "";
        background: url("../img/ico_menu.svg") no-repeat center;
        display: block;
        width: 20px;
        height: 30px;
    }

    body.cbp-spmenu-push-toright .iqitmegamenu-icon .fa-reorder:before {
        content: "";
        background: url("../img/control_cross.svg") no-repeat center;
    }

    .cbp-spmenu-push-toright header#header {
        top: -45px;
    }

    .cbp-spmenu-vertical a {
        border-bottom: none;
    }

    .cbp-spmenu-vertical li {
        border-bottom: 1px solid #e7e7e7;
    }

    .cbp-spmenu-vertical li ul li ul li {
        border: none;
    }

    #iqitmegamenu-accordion.cbp-spmenu > li a {
        font-size: 14px;
        font-weight: bold;
        text-align: left;
        padding: 15px;

    }

    #iqitmegamenu-accordion div.responsiveInykator {
        top: 0;
        height: 45px;
        color: #777777;
        font-weight: lighter;
        font-size: 0px;
        margin: 0;
        padding: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        right: 15px;
    }

    .responsiveInykator.open:before {
        content: "remove";
        font-family: Material icons;
        font-size: 24px;
    }

    .responsiveInykator:before {
        content: "add";
        font-family: Material icons;
        font-size: 24px;
    }

    #iqitmegamenu-accordion.cbp-spmenu > li ul {
        background-color: #f5f5f5;
        padding: 0;
        box-shadow: none;
    }

    #iqitmegamenu-accordion.cbp-spmenu > li ul div.responsiveInykator {
        color: #777;
    }

    #iqitmegamenu-accordion.cbp-spmenu > li ul a {
        font-weight: normal;
        text-transform: none;
        font-size: 16px;
        padding: 12.5px 15px;
        margin: 0;
    }

    #iqitmegamenu-accordion.cbp-spmenu > li ul li ul a {
        color: #777;
        font-size: 14px;
        padding: 6px 15px;
    }

    #iqitmegamenu-accordion.cbp-spmenu li a:hover {
        -webkit-box-shadow: inset -134px 0px 10px -133px rgba(0, 0, 0, 0.4);
        -moz-box-shadow: inset -134px 0px 10px -133px rgba(0, 0, 0, 0.4);
        box-shadow: none;
        color: #cb007b;
        text-decoration: none;
    }

    #iqitmegamenu-accordion.cbp-spmenu .responsiveInykator.open + a {
        color: #cb007b !important;
    }

    #iqitmegamenu-accordion.cbp-spmenu > li ul ul {
        margin: 0px;
        padding-bottom: 15px;
    }

    .header-top .search-widget form {
        width: 829px;
        right: 92px;
    }

    .pspc-main .pspc-time {
        margin: 0;
    }

    body .product-miniature .psproductcountdown {
        padding-left: 6px !important;
    }

    .block-social {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .copy p {
        padding: 0;
        display: block;
        max-width: 550px;
        margin: 0 auto;
        float: none;
    }
}

/*** XS ***/

@media (max-width: 991px) {
    .cb-wrapper.mobile_info.hidden {
        display: block !important;
    }

    .cb-wrapper.hidden-sm-down {
        display: none;
    }

    .cb-wrapper.mobile_info.hidden .top-link a {
        display: flex;
        align-items: center;
    }

    div#_desktop_logo {
        height: 60px;
        justify-content: flex-start;
        background: #cb007b;
        padding-left: 50px;
    }

    #header .logo {
        width: auto;
        height: 50px;
    }

    div#header-links {
        position: absolute;
        right: 15px;
        top: -45px;
        display: none;
    }

    #_desktop_cart {
        position: absolute;
        right: 0;
        top: -57px;
        background: transparent;
    }

    #_desktop_cart .blockcart {
        background-color: transparent !important;
    }

    #header .header-top .search-widget {
        position: absolute;
        right: 95px;
        top: -54px;
    }

    .cbp-spmenu-overlay-show #cbp-close-mobile {
        display: none;
    }

    #iqitmegamenu-horizontal.cbp-sticky {
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }

    .iqitmegamenu-wrapper {
        top: -47px;
        left: -91px;
    }

    ul#iqitmegamenu-accordion {
        top: 61px;
        height: calc(100% - 61px);
        box-shadow: none;
    }

    .js-product-list #products .product-miniature {
        width: 33% !important;
        max-width: 100%;
    }

    #iqitmegamenu-mobile .iqitmegamenu-icon {
        top: 2px;

    }

    main {
        padding-top: 105px;
    }

    header#header {
        position: fixed;
        top: 0;
        right: 0;
        width: 100%;
        z-index: 3;
        transition: 0.3s all ease-in-out;
    }

    #header .header-top {
        border-bottom: none;
    }

    header#header.fixed {
        top: -45px;
    }

    #iqitmegamenu-accordion li.extra-menu-links a {
        color: #777;
    }

    div#_mobile_user_info, div#_mobile_language_selector, .extra-menu-links {
        background: #f5f5f5;
        border-bottom: 1px solid #e7e7e7;
    }

    #iqitmegamenu-accordion li.extra-menu-links .cbpm-ul-showed li {
        border: none;
    }

    #iqitmegamenu-accordion li.extra-menu-links .cbpm-ul-showed a {
        color: #313131;
        font-size: 14px;
        align-items: center;
        display: flex;
    }

    #iqitmegamenu-accordion li.extra-menu-links .cbpm-ul-showed a div.img {
        margin-left: 3px;
        width: 20px;
        margin-right: 11px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    #iqitmegamenu-accordion li.extra-menu-links.contact ul li a {
        padding: 0 15px 18px;
    }

    #iqitmegamenu-accordion li.extra-menu-links .cbpm-ul-showed a i {
        color: #cb007b;
        margin-right: 10px;
    }

    #iqitmegamenu-accordion li.extra-menu-links .cbpm-ul-showed a svg {
        width: 25px;
        font-size: 20px;
    }

    #iqitmegamenu-accordion li.extra-menu-links .cbpm-ul-showed a svg.svg_ico.svg_ico_tel {
        font-size: 15px;
    }

    .left-nav {
        width: 50%;
    }

    .open-search .header-top .search-widget form {
        display: block;
        width: 100vw;
        max-width: 100vw;
        left: 0;
        position: fixed;
        top: 107px;
    }

    .header-top .search-widget form input[type=text] {
        height: 62px;
        border-radius: 0;
        border: none;
    }

    .header-top .search-widget form button[type=submit] {
        bottom: 0;
        color: #cb007b;
        width: 62px;
        height: 62px;
        background-color: transparent;

    }

    .header-top .search-widget form button[type=submit]:hover {
        background-color: transparent;
    }

    .search-widget form button[type=submit] svg {
        color: #cb007b !important;
    }

    .open-search .fixed .header-top .search-widget form {
        top: 60px;
    }

    .open-search .header-top .overlay {
        top: 106px;
    }

    #header .header-top .search-widget {
        position: absolute;
        right: 95px;
        top: -57px;
        border: none;
    }

    div#search_widget svg {
        color: #fff;
    }

    .open-search div#search_widget svg.svg_ico.svg_control_cross {
        display: block;
    }

    .open-search div#search_widget a svg.svg_ico.svg_ico_search {
        display: none;
    }

    #_desktop_cart svg.svg_ico.svg_ico_cart {
        font-size: 20px;
        color: #fff;
    }

    span.cart-products-count {
        width: 30px;
        height: 30px;
        background: #fff;
        display: flex;
        color: #cb007b;
        font-size: 14px;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        margin-left: 7px;
        font-weight: bold;
    }

    #header .header-top .search-widget {
        right: 89px;
    }

    #_desktop_cart {
        width: 80px;
        height: 55px;
        border-right: none;
        display: flex;
        align-items: center;
        padding-right: 15px;
    }

    .ui-widget-content {
        max-height: 287px;
        overflow: auto;
        width: 100% !important;
        padding: 0;
        border-radius: 0;
        margin-top: -1px;
        border-top: 1px solid #e7e7e7;
    }

    .sr-price-final.has_discount {
        order: 1;
    }

    .sr-price-old {
        order: 3;
    }

    .sr-price-discount {
        padding: 5px 0;
        order: 2;
        width: 100%;
        text-align: right;
    }

    .sr-producto {
        width: calc(75% - 117px);
        font-size: 13px;
        padding: 0 15px 0 0;
    }

    .ui-menu .ui-menu-item a > .container-fluid {
        padding: 0;
    }

    .sr-precios {
        padding-right: 15px;
    }

    .ui-menu .ui-menu-item {
        padding: 15px 0 15px;
    }

    .ui-menu .ui-menu-item a {
        padding: 0;
    }

    .displayCustomBanners1 .banner-item a:before {
        width: calc(100% - 20px);
        height: calc(100% - 20px);
    }
}

/********************************/

/*** SM ***/

@media (max-width: 767px) {


    #header .header-top .position-static, .right-nav {
        background: #cb007b;
    }

    .right-nav {
        display: none !important;
    }

    .left-nav {
        width: 100%;
    }

    .js-product-list #products .product-miniature {
        width: 50% !important;
    }

    .custombanners.displayNav1 .custom-html {
        justify-content: center;
    }

    .language-selector.dropdown .expand-more {
        color: #2fb5d2;
        display: block !important;
        font-family: Roboto;
        font-size: 14px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.21;
        letter-spacing: normal;
        text-align: left;
        color: #313131;
        margin-left: 10px;
    }

    div#_mobile_user_info span.hidden-sm-down {
        display: block !important;
    }

    #_mobile_language_selector .dropdown-menu {
        position: relative;
        top: auto;
        bottom: 0;
        left: 0;
        border: none;
        background: transparent;
    }

    #_mobile_user_info i.material-icons {
        display: none;
    }

    div#_mobile_user_info a:hover span.hidden-sm-down {
        color: #cb007b
    }

    div#_mobile_user_info a:hover {
        text-decoration: none
    }

    div#_mobile_user_info a {
        color: #777 !important;
        text-transform: uppercase;
        font-size: 14px;
        font-weight: bold;
        width: 100%;
    }

    #_mobile_user_info .user-info {
        display: flex;
        align-items: center;
        flex-direction: row-reverse;
        justify-content: flex-end;
        position: relative;
    }

    div#_mobile_user_info a.logout svg {
        position: absolute;
        right: 23px;
        top: 15px;
    }

    .language-selector-wrapper {
        display: flex;
        align-items: flex-start;
        text-transform: uppercase;
        font-weight: bold;
        color: #777;
        padding: 14px 15px;
    }

    .language-selector.dropdown.js-dropdown {
        width: 100%;
        position: relative;
    }

    .language-selector.dropdown.js-dropdown button .svg_control_minus {
        display: none;
    }

    .language-selector.dropdown.js-dropdown.open button .svg_control_minus {
        display: block;
    }

    .language-selector.dropdown.js-dropdown.open button .svg_control_plus {
        display: none;
    }

    .language-selector.dropdown.js-dropdown button svg {
        position: absolute;
        right: 8px;
        top: 1px;
        color: #777;
    }

    .dropdown-backdrop {
        display: none !important;
    }

    #_mobile_language_selector .dropdown-menu a {
        text-transform: none;
        padding: 9px 10px;
        font-family: Roboto;
        color: #313131 !important;
        font-size: 14px;
        font-weight: normal;

    }

    #_mobile_language_selector .dropdown-menu a img {
        margin-right: 6px;
    }

    #_mobile_language_selector .dropdown-menu li {
        border: none;
    }

    #_mobile_language_selector .dropdown-menu li.current {
        display: none;
    }

    #header .logo {
        height: 40px;
    }

    .bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
        bottom: -26px;
    }

    .custombanners .bx-wrapper .bx-pager.bx-default-pager a.bx-pager-link {
        margin: 0 5px;
    }

    .cb-wrapper.home-slider.box-shadow.desktop {
        display: none;
    }

    .banner-item.title-category-banners .h2 {
        font-family: Montserrat;
        font-size: 22px;
    }

    .cb-wrapper.categories-carrusel {
        margin: 0 -5px 45px;
    }

    .owl-nav,
    .bx-controls-direction {
        display: flex;
        height: 45px;
        position: relative;
        margin: 0 auto;
        width: 115px;
        top: 10px;
    }

    .owl-nav {
        top: -38px;
    }

    ul#brandscarousel {
        max-height: 152px;
    }

    #index .block {
        margin-bottom: 45px;
    }

    .featured-products h2.h2.products-section-title.text-uppercase {
        margin-bottom: 15px;
        font-size: 22px;
    }

    section#content .banner-item.title-category-banners p {
        margin-bottom: 20px;
    }

    #brandscarousel button.owl-prev {
        left: -6px;
        top: 10%;
    }

    #brandscarousel button.owl-next {
        right: -6px;
        top: 10%;
    }

    .categories-carrusel .banner-title h2 {
        font-size: 15px;
        line-height: 1.2;
    }

    .custombanners.displayCustomBanners1.clearfix .banner-item {
        margin-bottom: 20px;
    }

    .banner-item-content .banner-img {
        width: 100%;
    }

    #index footer.page-footer {
        margin: 0;
    }

    ul#brandscarousel .owl-item li {
        margin: 22px 0 !important;
    }

    /*** footer ***/
    footer#footer {
        margin-top: 20px;
        padding-top: 30px;
    }

    .col-md-6.col-xs-12.newsletter {
        padding: 0 15px;
        margin: 0;
    }

    .block_newsletter {
        border-bottom: none;
        padding-bottom: 0;
    }

    .block-social ul {
        justify-content: center;
    }

    h3#block-newsletter-title {
        font-size: 22px;
    }

    .block_newsletter form {
        margin-top: 0;
    }

    .block_newsletter div#gdpr_consent {
        margin-top: 0;
    }

    .block-social .facebook {
        background-size: 9px;
    }

    .block-social .youtube {
        background-size: 20px;
    }

    .block-social .instagram {
        background-size: 16px;
    }

    .block-social {
        margin-bottom: 30px;
    }

    .footer-container, #footer {
        padding-top: 20px;
    }

    .copy {
        height: auto;
        padding-top: 10px;
        padding-bottom: 10px;
        margin-top: 15px;
    }

    .copy p {
        padding: 0;
        text-align: center;

    }

    .footer-container .links .h3 {
        line-height: 1;
        font-size: 14px;
    }

    .links .title {
        padding: 0 15px;
        border-bottom: none;
        cursor: pointer;
    }

    .footer-container .links ul {
        background-color: transparent;
    }

    .footer-container .links ul > li {
        padding: 0 15px;
        border-bottom: none;
    }

    .links ul {
        padding-bottom: 15px;
    }

    span.navbar-toggler.collapse-icons {
        position: relative;
        top: -5px;
        color: #777;
    }

    .links .title[aria-expanded="true"] .h3 {
        color: #cb007b
    }

    .footer-container .wrapper {
        padding-top: 10px;
    }

    .footer-container .links ul > li a {
        color: #313131;
    }

    .footer-container .links ul > li a:hover {
        color: #cb007b;

    }
}

/*** XS ***/

@media (max-width: 575px) {
    #product .product-miniature .psproductcountdown .pspc-main .pspc-time .pspc-count,
    .product-miniature .psproductcountdown .pspc-main .pspc-time .pspc-count {
        font-size: 11px;
    }

    #product .product-miniature .pspc-main .pspc-label,
    .product-miniature .pspc-main .pspc-label {
        font-size: 7px;
    }

    #product .pspc-main .pspc-label,
    .pspc-main .pspc-label {
        top: 16px;
    }

    .product-miniature .psproductcountdown, #product .product-miniature .psproductcountdown {
        right: auto;
        bottom: auto;
        top: 0;
        margin: 0 auto !important;
        background-size: 27px !important;
        height: 7px !important;
        width: 127px !important;
        left: 0;
        display: table;
        padding: 0 25px 0 0 !important;
        min-width: 100px;
        transform: none;
    }

    #product .pspc-main .pspc-time,
    .pspc-main .pspc-time {
        width: 20% !important;
        min-width: 20%;
        height: 24px;
        margin: 0;
    }

    #product .product-miniature .pspc-wrp.pspc-wrp-over-img,
    .product-miniature .pspc-wrp.pspc-wrp-over-img {
        display: block;
    }

    #product .product-miniature .psproductcountdown .pspc-main,
    .psproductcountdown .pspc-main {
        height: 29px;
        width: 100px;
    }

    .product-price-and-shipping.has-discount {
        flex-wrap: wrap;
    }

    #products .product-title a, .featured-products .product-title a, .product-accessories .product-title a, .product-miniature .product-title a {
        height: 32px;
        font-size: 13px;
        line-height: 1.23;

    }

    .product-miniature .product-flags li.product-flag {
        font-size: 11px;
    }

    .product-miniature .product-flags li.product-flag {
        font-size: 11px;
        padding: 6px 4px;
        height: 20px !important;
        min-height: 20px !important;
        width: 60px !important;
    }

    .product-price-and-shipping.has-discount .price {
        width: 100%;
        margin-bottom: 3px;
    }

    #products .regular-price, .featured-products .regular-price, .product-accessories .regular-price, .product-miniature .regular-price {
        padding-left: 3px;
    }

    #products .product-miniature, .featured-products .product-miniature, .product-accessories .product-miniature, .product-miniature .product-miniature {
        padding: 0 7px;
    }

    .featured-products .products {
        margin: 0 -7px 10px;
    }

}

/*********** Responsive listados ***********/


@media (max-width: 1199px) {
    #wrapper .breadcrumb ol {
        padding: 0 15px;
    }

    .category-cover img {
        max-width: 100%;
        height: auto;
    }

    .products-selection .sort-by {
        margin-right: 0;
        margin-left: 0;
        text-align: right;
        padding: 0;
    }
}

@media (max-width: 1099px) {
    div#right-column,
    div#left-column {
        padding-right: 15px;
    }

    div#content-wrapper.left-column {
        padding-right: 0;
        padding-left: 0;
    }

    div#content-wrapper.left-column .product-miniature .psproductcountdown {
        padding-left: 4px !important;
    }

    .products.row {
        margin-right: -7px;
        margin-left: -7px;
    }

    .left-column #products .product-miniature {
        width: 33.333% !important;
        padding: 0 7px;
    }

    .container {
        padding-left: 10px;
        padding-right: 10px;
    }

    .custombanners.displayLeftColumn .banner-item a:before {
        width: calc(100% - 20px);
        height: calc(100% - 20px);
    }

}

@media (max-width: 992px) {
    .container {
        padding-left: 15px;
        padding-right: 15px;
    }

    .left-column #products .product-miniature {
        width: 50% !important;
    }

    .pagination {
        flex-direction: column;
    }

    .pagination .col-md-6.offset-md-1.pr-0 {
        margin: 0;
        width: 100%;
        padding: 0;
        display: flex;
        justify-content: center;
        margin-top: 20px;
    }

    .pagination .page-list {
        padding: 0;
    }

    .pagination > div:first-child {
        text-align: center;
    }

    #lgcookieslaw_banner a.lgcookieslaw_btn, #lgcookieslaw_banner span.lgcookieslaw_btn {
        padding: 8px 15px;
    }

}

@media (max-width: 767px) {
    .PM_ASBlockOutput {
        display: none;
    }

    .block-categories ul.category-top-menu {
        display: none;
    }

    .custombanners.displayLeftColumn.clearfix {
        display: none;
    }

    #brand-header .brand-img img,
    div#manufacturer-description,
    div#category-description {
        display: none;
    }

    .row.with-image {
        flex-direction: column;
    }

    .categories-tree.hidden-md-up {
        width: 100%;
    }

    .categories-tree .block-categories {
        padding: 0;
    }

    div#right-column .block-categories,
    div#left-column .block-categories {
        padding: 0;
        display: none;
    }

    .block-category .col-md-9 {
        padding: 0 15px;
    }

    .block-category h1 {
        font-size: 22px;
        margin: 0 0 15px;
    }

    #brand-header .brand-img.col-md-3 {
        display: none;
    }

    .block-categories {
        padding: 0 15px;
        margin: 0;
    }

    .brand-description.col-md-9 {
        padding: 0;
    }

    a.text-uppercase.h6.hidden-md-up.link-categories {
        height: 36px;
        border-radius: 18px;
        background-color: #cb007b;
        position: relative;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding-right: 12px;
    }

    .block-categories.open a.link-categories i.material-icons.add {
        display: none
    }

    .block-categories a.link-categories i.material-icons.remove {
        display: none
    }

    .block-categories.open a.link-categories i.material-icons.remove {
        display: block
    }

    .block-categories.open a.text-uppercase.h6.hidden-md-up.link-categories {
        border-radius: 18px 18px 0 0;

    }

    .block-categories.open ul.category-top-menu {
        display: block;
    }

    a.text-uppercase.h6.hidden-md-up.link-categories i {
        font-size: 19px;
    }

    div#js-product-list-header {
        border-bottom: none;
    }

    .block-category {
        margin-bottom: 15px;
    }

    .navbar-toggler.collapse-icons[aria-expanded="true"] + .collapse {
        display: block;
        margin: 0;
    }

    #wrapper .breadcrumb {
        margin-bottom: 20px;
    }

    .filters a {
        height: 40px;
        border-radius: 20px;
        background-color: #cb007b;
        font-size: 14px;
        text-transform: uppercase;
        font-weight: bold;
        color: #fff;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .filters {
        padding-left: 7px;
    }

    .products-sort-order {
        padding-right: 7px;
    }

    .open-filters footer#footer, .open-filters div#content-wrapper, .open-filters nav.breadcrumb {
        display: none !important;
    }

    .open-filters .PM_ASBlockOutput.PM_ASMobileMode .card-block,
    .open-filters .PM_ASBlockOutput {
        display: block
    }

    .PM_ASBlockOutput.PM_ASMobileMode .card-header {
        display: none;
    }

    .open-filters header#header {
        position: absolute;
        top: 0 !important;
    }

    .buttons {
        display: flex;
        align-items: center;
        margin-bottom: 20px;
    }

    .buttons a.ok {
        height: 40px;
        border-radius: 20px;
        background-color: #cb007b;
        display: flex !important;
        padding: 0 25px;
        align-items: center;
        justify-content: center;
        color: #fff;
        font-size: 14px;
        font-weight: bold;
        width: calc(50% - 7.5px) !important;
    }

    .PM_ASBlockOutputVertical .PM_ASResetSearch {
        margin: 0 15px 0 0;
        padding: 12px 15px;
        min-width: calc(50% - 7.5px) !important;
    }

    .h6.active-filter-title {
        width: 100%;
        display: table;
    }

    .active_filters .filter-block {
        margin: 0 10px 5px 0;
    }

    .PM_ASSelections {
        padding-bottom: 10px;
    }

    .products-top {
        display: flex;
        flex-direction: column-reverse;
    }

    .products-selection {
        margin-top: 0;
    }

    .col-sm-12.hidden-md-up.text-sm-center.showing {
        padding: 0;
        margin-bottom: 20px;
    }

    .addcatdesc {
        margin-top: 20px;
    }
}

/*********** Responsive ficha producto ***********/


@media (max-width: 1099px) {
    .comments-filters {
        flex-direction: column-reverse;
        padding: 33px 20px 0;
    }

    .lgcomment_summary {
        width: 100%;
    }

    .lgconsultas_button_container {
        align-items: center;
        justify-content: center;
    }

    #lgcomment .content-button {
        width: 100%;
    }
}

@media (max-width: 991px) {
    .h1, h1 {
        font-size: 22px;
    }

    .product-info-price .product-prices > div {
        flex-wrap: wrap;
    }

    .product-prices .clear {
        width: 100%;
        height: 3px;
    }

    .commentfilter img {
        width: auto;
    }

    .commentfilter {
        margin-right: 26px;
        margin-bottom: 7px;
        width: auto;
    }

    #lgcomment .productComment .content-block {
        padding: 0;
        border: none;
    }

    #lgcomment .productComment .info-block {
        text-align: left;
    }

    .lgcomment_summary {
        width: 100%;
        display: flex;
        align-items: center;
        flex-wrap: wrap;
    }

    section.featured-products > h2, section.product-accessories > h2 {
        font-size: 22px;
    }

    .tabs .nav-tabs .nav-link {
        padding: 0 20px;
    }

    .product-variants > .product-variants-item {
        margin: 10px 0 0;
    }

    .product-actions .add-to-cart {
        margin-left: 0;
    }

    .product-quantity .qty {
        margin-bottom: 15px;
    }

    .product-quantity {
        flex-direction: column;
    }

    .content-add {
        align-items: flex-end;
    }

    .product-additional-info {
        margin-bottom: 25px;
    }
}

@media (max-width: 767px) {
    .col-md-6.product-img {
        margin-top: 25px;
    }

    .product-images > li.thumb-container > .thumb {
        opacity: 0 !important;
        width: 6px;
        margin: 0 !important;
    }

    .product-images > li.thumb-container > img.thumb.js-thumb.selected {
        opacity: 1 !important;
        border: 10px solid #cb007b;
    }

    li.thumb-container {
        width: 6px;
        height: 6px;
        background: #dcdcdc;
        margin: 0 10px 0 0;
        display: flex !important;
        border-radius: 50%;
        overflow: hidden;
    }

    .scroll-box-arrows.scroll {
        display: none;
    }

    ul.product-images.js-qv-product-images {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .product-cover, .js-qv-mask.mask.scroll {
        display: none;
    }

    .carrusel-mobile {
        display: block;
    }

    .owl-dots .owl-dot span {
        width: 6px;
        height: 6px;
        background-color: #dcdcdc;
        display: flex;
        margin: 0 5px;
        border-radius: 50%;
    }

    .owl-dots .owl-dot.active span {
        background-color: #cb007b;
    }

    .owl-dots {
        margin-top: 5px;
        margin-bottom: 15px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    #main .images-container .js-qv-mask.scroll {
        width: 100%;
    }

    .tabs .nav-tabs .nav-item {
        width: 100%;
    }

    .tabs .nav-tabs .nav-link,
    .tabs .nav-tabs .nav-link.active, .tabs .nav-tabs .nav-link:hover {
        justify-content: center;
    }

    .commentfilter {
        margin-bottom: 7px;
        margin-right: 0;
    }

    .lgcomment_summary {
        justify-content: space-between;
    }

    .product-miniature:hover form.buttons {
        opacity: 0;
    }

    .product-miniature form.buttons {
        display: none;
    }

    #blockcart-modal .modal-title {
        padding-right: 40px;
        padding-left: 35px;
        position: relative;
        line-height: 1;
    }

    #blockcart-modal .modal-title i.material-icons {
        margin-right: 10px;
        color: #fff;
        margin-left: 0;
        position: absolute;
        top: -4px;
        left: 0;
    }

    #blockcart-modal .cart-content p.product-tax,
    #blockcart-modal .cart-content p, #blockcart-modal .divide-right {
        display: none;
    }

    #blockcart-modal .cart-content .cart-content-btn {
        order: 4;
        margin-top: 0;
        flex-direction: column;
    }

    #blockcart-modal .cart-content {
        padding-left: 0;
    }

    #blockcart-modal .cart-content .cart-content-btn .btn, #blockcart-modal .cart-content .cart-content-btn button.btn:hover {
        width: 100%;
        margin: 0;
        justify-content: center;
    }

    #blockcart-modal .cart-content .cart-content-btn button.btn {
        margin-bottom: 20px !important;
    }

    .content-add .social-sharing {
        padding-top: 10px;
    }

    .product-features > dl.data-sheet dt.name {
        margin-bottom: 0 !important;
        padding-top: 10px;
    }

    .product-features > dl.data-sheet dd.value {
        padding-bottom: 10px;
    }

    .product-features > dl.data-sheet dd.value:nth-of-type(2n), .product-features > dl.data-sheet dt.name:nth-of-type(2n), .product-features > dl.data-sheet dd.value, .product-features > dl.data-sheet dt.name {
        min-height: auto;
    }

    .lgcomment_summary .clearfix {
        display: none;
    }
}

@media (max-width: 575px) {


    #product .product-info .psproductcountdown {
        height: 50px !important;
        width: 212px;
        transform: none;
        margin: 10px 0 0 !important;
        background-size: 46px !important;
        padding-left: 0 !important;
    }

    .product-info .pspc-main .pspc-count {
        font-size: 18px;
    }

    .product-info .pspc-main .pspc-label {
        margin-top: 0;
        font-size: 11px;
        top: 25px;
        color: #777 !important;
    }

    .product-info .pspc-main .pspc-time {
        width: 29% !important
    }

    .product-additional-info {
        width: auto;
    }

    .product-variants > .product-variants-item select {
        width: 100%;
    }

    .content-add {
        flex-wrap: nowrap;
    }

    .product-info-price .current-price {
        margin: 0 19px 0 0 !important;
    }

    .product-info-price .product-prices .tax-shipping-delivery-label {
        margin: 0 19px 0 0;
    }

    #product-availability {
        padding-left: 17px;
    }

    .product-features > dl.data-sheet dt.name,
    .product-features > dl.data-sheet dd.value {
        -ms-flex: 1 0 100%;
        flex: 1 0 100%;
    }

    .js-mailalert div#gdpr_consent {
        bottom: -4px;
        width: 300px;
        position: absolute;
        text-align: left;
    }

    .js-mailalert {
        position: relative;
        padding-bottom: 40px;
    }

    #product .product-info .pspc-main .pspc-label {
        top: 25px;
    }

    .lgcomment_summary {
        padding-bottom: 25px;
    }

    table.faqconsultas .second_column,
    table.faqconsultas .first_column,
    #lgcomment .productComment .content-block,
    #lgcomment .productComment .info-block {
        width: 100%;
    }

    table.faqconsultas tr,
    #lgcomment .productComment {
        flex-direction: column;
    }

    #lgcomment .productComment .info-block {
        display: flex;
        flex-wrap: wrap;
    }

    .col-md-12.info-block img {
        margin-right: 8px;
    }

}

/*********** Responsive proceso de compra  ***********/


@media (max-width: 992px) {
    a#cart-link {
        position: absolute;
        width: 100%;
        height: 100%;
        display: block;
        top: 0;
        left: 0;
    }

    .card.cart-summary {
        margin-top: 30px;
    }

    body#checkout {
        padding-top: 136px;
    }

    #order-confirmation #order-items .image img {
        width: 150px;
        max-width: 100%;
    }

    section#content-hook_order_confirmation p {
        padding: 0 0 0 34px;
    }

    section#js-checkout-summary {
        margin-top: 30px;
    }

}

@media (max-width: 767px) {
    body#checkout {
        padding-top: 105px;
    }

    .cart-grid-body .card.cart-container {
        padding: 0;
    }

    .product-line-grid-left {
        padding-right: 15px !important;
        padding-left: 0;
    }

    .product-line-grid-right .price, .product-line-grid-right .qty {
        width: 166px;
    }

    body#checkout section.checkout-step .address-item {
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
    }

    .order-options .gif label {
        margin-bottom: 28px;
    }
}

@media (max-width: 575px) {
    .register-form button.btn.btn-primary.form-control-submit, button#submit-login {
        margin: 0 auto;
        display: table;
    }

    #customer-form .form-group.row,
    #authentication #customer-form .form-group.row {
        display: flex;
        align-items: flex-start;
        flex-direction: column;
    }

    #customer-form .form-group.row div,
    #authentication #customer-form .form-group.row div {
        width: 100%;
    }

    .custom-checkbox label em {
        margin-left: 0;
    }

    .col-md-3.form-control-comment {
        padding: 4px 28px 0 0;
        font-size: 12px;
        color: #777;
        text-align: right;
    }

    .form-group div.g-recaptcha {
        transform: scale(0.8);
        margin-left: -25px;
    }

    body#password h1, body#authentication h1 {
        font-size: 22px;
    }

    .row.price-line {
        display: flex;
    }

    a.continue-shoping {
        margin: 0;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .product-line-grid-right .col-md-6.col-xs-2.price {
        padding-left: 0;
    }

    .cart-items {
        padding: 0;
    }

    .product-line-grid-right.product-line-actions .row.price-line {
        margin-left: -30px;
        margin-right: 0;
    }

    #checkout-personal-information-step .nav-item .nav-link {
        padding: 0 12px;
    }

    #checkout-personal-information-step .nav-item .nav-link {
        font-size: 11px;
    }

    li.nav-item.separator {
        display: none;
    }

    #checkout-personal-information-step .nav-inline .nav-item {
        width: 50%;
    }

    #checkout-personal-information-step ul.nav.nav-inline {
        width: 100%;
        margin-top: 0 !important;
    }

    body#checkout .form-group.row .col-md-6 {
        width: 100%;
    }

    .col-md-3.form-control-comment {
        width: 100%;
    }

    body#checkout section.checkout-step #login-form .form-control-label,
    body#checkout section.checkout-step #customer-form .form-control-label {
        padding-top: 0
    }

    body#checkout section.checkout-step .forgot-password {
        margin: 0 0 20px;
        text-align: center;
    }

    body#checkout section.checkout-step .form-footer {
        text-align: center;
        display: flex;
        justify-content: center;
    }

    body#checkout section.checkout-step .address-item {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    }

    body#checkout section.checkout-step .add-address a {
        width: 100%;
    }

    button.btn.btn-primary.continue.float-xs-right {
        width: 100%;
    }

    body#checkout section.checkout-step .delivery-option {
        height: auto;
    }

    body#checkout section.checkout-step .delivery-option img {
        max-width: 100%;
        margin-top: 7px;

    }

    body#checkout section.checkout-step .delivery-option label .col-xs-3 {
        padding: 0;
    }

    body#checkout section.checkout-step .delivery-option label {
        width: 100%;
    }

    body#checkout section.checkout-step span.carrier-price {
        height: auto;
        justify-content: flex-start;
        padding-left: 22%;
    }

    .order-options label {
        text-align: left;
    }

    div#gift {
        margin: 0 0 40px;
    }

    body#checkout section.checkout-step .payment-options .payment-option {
        height: auto;
    }

    body#checkout section.checkout-step .payment-options label {
        padding: 10px 0;
        justify-content: flex-start;
        align-items: center;
    }

    .page-order-confirmation .card-block {
        padding-left: 0;
        padding-right: 0;
    }

    section#content-hook_order_confirmation p {
        padding: 0;
    }

    body#checkout section.checkout-step .payment-options label img {
        margin-right: 10px;
        width: 25%;
    }

    #order-items {
        padding: 0;
    }

    section#content-hook_payment_return {
        padding: 0;
        margin: 0 0 30px;
    }

    section#content-hook_payment_return .card-block {
        margin: 0;
        background: #f5f5f5;
        padding: 15px;
    }

    #payment-confirmation button.btn {
        width: 100%;
    }

}

/*********** Responsive CMS  ***********/


@media (max-width: 1188px) {
    #fmeStorePage2 input.button.btn.btn-primary {
        margin-top: 0 !important;
    }

    .faq {
        margin: 0 15px 10px;
    }

}

@media (max-width: 992px) {
    #fmmsl_single_store_content .col-lg-5 {
        width: 100%;
        margin-top: 20px;
    }

    #fmmsl_single_store_content .col-lg-7 {
        width: 100%;
    }

    #fmmsl_single_store_maparea {
        margin-top: 20px;
    }

    #fmmsl_single_store_content img {
        width: 100%;
    }

    #stores input#addressInput,
    select#radiusSelect,
    #fmeStorePage2 .col-lg-4 {
        width: 100% !important;
    }

    #fmeStorePage2 input.button.btn.btn-primary {
        margin-top: 5px !important;
    }

}

@media (max-width: 767px) {
    body#cms .page-header h1,
    #pagenotfound #main .page-header h1 {
        font-size: 22px;
    }

    section#content.page-not-found p {
        font-size: 15px;
        text-align: center;
    }

    body#cms section#content .col-md-6.col-xs-12 {
        margin-bottom: 20px;
        padding: 0;
    }

    #cms .form-group div.g-recaptcha {
        margin-left: 0;
    }

    .gformbuilderpro_content, .formajaxresult {
        clear: both;
        width: 100%;
        margin: 0;
    }

    #stores input#addressInput {
        width: 100%;
    }

    select#radiusSelect {
        width: 100%;
    }

    #fmeStorePage2 input.button.btn.btn-primary {
        max-width: 100%;
    }

    #fmeStorePage2 {
        padding: 30px 20px;
    }

    div#fmeStorePage2 h2:before {
        margin-left: 0;
        margin-right: 7px;
    }

    #fmeStorePage2 .form-group {
        padding: 0 !important;
        width: 100% !important;
    }

    #stores .store_map {
        margin-top: 20px;
    }

    body#module-storelocator-storedetails h1.page-heading, body#stores h1 {
        font-family: Montserrat;
        font-size: 22px;
        margin-top: 20px;
    }

    .contact-form .form-group {
        width: 100%;
    }

    .contact-form .g-recaptcha {
        margin-left: -12px;
    }

    .contact-form .form-group div.g-recaptcha {
        margin-left: -15%;
        margin-top: -20px;
    }
}

@media (max-width: 575px) {
    .form-group div.g-recaptcha {
        margin-left: -15%;
    }
}

/*********** Responsive Area interna  ***********/

@media (max-width: 767px) {
    .form-control-label {
        padding-top: 0;
    }

    #exportDataToCsv, #exportDataToPdf {
        width: 44%;
    }

    h2 {
        font-size: 18px;
    }

    h3 {
        font-size: 16px;
    }

}

@media (max-width: 575px) {
    #module-advansedwishlist-mywishlist h1.page-heading,
    #module-lgcomments-accountreviews header h1,
    #module-ps_emailalerts-account h2,
    body#order-return .page-header h1,
    body#order-detail .page-header h1,
    body#addresses .page-header h1,
    body.page-customer-account .page-header h1,
    body#my-account h1 {
        font-size: 22px;
    }

    .page-my-account #content .links a {
        width: 100%;
        margin-bottom: 15px;
    }

    footer.page-footer {
        display: flex;
        flex-direction: column;
    }

    .page-footer .account-link {
        margin: 0 0 20px;
    }

    .form-group {
        position: relative;
    }

    .col-md-3.form-control-comment {
        position: absolute;
        top: 0;
    }

    .js-address-form button.btn.btn-primary.float-xs-right {
        width: 100%;
        margin-top: 20px;
    }

    .page-customer-account #content {
        padding: 0;
    }

    .page-addresses .addresses-footer {
        margin: 0 15px 20px;
    }

    .page-addresses .addresses-footer a, .page-addresses .addresses-footer a:hover {
        color: #232323;
        width: 100%;
        text-align: center;
        justify-content: center;
        display: flex;
        margin: 0;
    }

    #exportDataToCsv, #exportDataToPdf {
        width: 100%;
        margin: 0 0 20px;
    }

    #module-ps_emailalerts-account #content ul li {
        width: 100%;
    }

    td.col-xs-3.col-md-2.wishlist-product-priority {
        display: none;
    }
}

/*********** BLOG  ***********/

#module-prestablog-blog div#right-column .PM_ASBlockOutput,
#module-prestablog-blog div#right-column .block-categories,
div#right-column .block-categories.blog {
    display: none;
}

#module-prestablog-blog div#right-column .block-categories.blog {
    display: block;
}

#module-prestablog-blog #wrapper .breadcrumb {
    margin-bottom: 0
}

div#blog-heading {
    background: url("../img/blog_bg.jpg") no-repeat center;
    padding: 0;
    height: 200px;
    display: flex;
    align-items: center;
    width: 100vw;
    left: -50vw;
    right: -50vw;
    position: relative;
    margin-left: 50%;
    margin-right: 50%;
    margin-bottom: 30px;
    justify-content: center;
}

div#right-column {
    padding: 0 22px 0 0;
}

div#content-wrapper.right-column {
    padding: 0 0 0 8px;
}

div#blog-content {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row-reverse;
}

div#blog-heading .h1 {
    font-family: Montserrat;
    font-size: 35px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.11;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff;
    margin: 0;
    text-transform: none;
}

#prestablog_bloc_search #prestablog_search {
    background: #fff;
    color: #cb007b;
}

#prestablog_bloc_search .btn.button-search:hover {
    background-color: #ca4496;
    color: #fff;
}

#prestablog_bloc_search .btn.button-search {
    width: 46px;
    height: 45px;
    border-radius: 24px;
    background-color: #cb007b;
}

#prestablog_bloc_search .btn.button-search::after {
    display: none;
}

#prestablog_bloc_search .btn.button-search svg {
    margin: 4px 0 0;
}

.block-categories.blog h4.title_block {
    height: 36px;
    background-color: #cb007b;
    width: 100%;
    display: flex;
    align-items: center;
    padding: 0 15px;
    color: #fff;
    font-family: Roboto;
    font-size: 14px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 2.43;
    letter-spacing: normal;
    text-align: left;
    color: #ffffff;
    text-decoration: none;
    border-radius: 10px 10px 0 0;
    margin: 0;
    text-transform: uppercase;
}

#prestablog_catliste p a:hover {
    text-decoration: none;
}

#prestablog_catliste p a strong {
    font-size: 14px;
    font-weight: 400;
    font-stretch: normal;
}

#prestablog_lastliste p, #prestablog_catliste p, #prestablog_dateliste li {
    height: 36px;
    background-color: #fff;
    display: flex;
    align-items: center;
    margin: 0;
    padding: 0 15px;
    font-size: 14px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.21;
    letter-spacing: normal;
    text-align: left;
    color: #313131;
    text-decoration: none;
    border-bottom: 1px solid #e7e7e7;
}

#prestablog_catliste p a {
    color: #313131;
}

#prestablog_catliste p a:hover {
    color: #ca4496;
}

.block-categories .category-sub-menu li:not([data-depth="0"]):not([data-depth="1"]):before {
    content: none;
}

#prestablog_catliste li ul {
    display: none;
}

#prestablog_catliste div[aria-expanded="true"] + ul {
    display: block !important;
}

div#prestablog_lastliste {
    margin-top: 15px;
}

div#prestablog_lastliste > div {
    display: flex;
    align-items: flex-start;
    border-bottom: 1px solid #e7e7e7;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

div#prestablog_lastliste h3 a, div#prestablog_lastliste h3 {
    font-family: Roboto;
    font-size: 14px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: normal;
    text-align: left;
    color: #313131;
}

.block-categories a {
    font-family: Roboto;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.21;
    letter-spacing: normal;
    text-align: left;
    color: #ca4496;
}

div#blog_article_related .block_top a:hover img,
#prestablog_lastliste > div > a:hover img.lastlisteimg {
    opacity: 0.5;
}

img.lastlisteimg {
    margin-top: 0;
    min-width: 74px;
    height: auto;
    margin-bottom: 0;
}

#prestablog_lastliste > div > a {
    margin-right: 15px;
    width: 74px;
    background: #cb007b;
}

div#blog_article_related .block_top a {
    background: #cb007b;
    display: block;
}

a.btn-secundary.see_more:hover {
    text-decoration: none;
    background: #e7e7e7;
    border-color: #e7e7e7;
}

a.btn-secundary.see_more {
    font-size: 12px;
    border-radius: 24px;
    border: solid 2px #dcdcdc;
    color: #777;
    font-weight: bold;
    padding: 13.5px 27px;
    margin: 0 auto;
    float: none;
    display: table;
}

#prestablog_block_rss a:hover {
    background-color: #ca4496;
}

#prestablog_block_rss a {
    height: 45px;
    border-radius: 24px;
    background-color: #cb007b;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-family: Roboto;
    font-size: 12px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: normal;
    text-align: left;
    color: #ffffff;
    text-transform: uppercase;
    padding: 0 20px;
}

#prestablog_block_rss a i {
    margin-left: 10px;
}

p#post_quantity {
    font-family: Roboto;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.21;
    letter-spacing: normal;
    text-align: left;
    color: #777777;
    margin-top: 15px;
}

ul#blog_list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}

#blog_list .block_top a {
    display: block;
    background: #cb007b;
}

#blog_list .block_top a:hover img {
    opacity: 0.5;
}

.block_top img {
    max-width: 100%;
    height: auto;
    width: 100%;
}

.block_bas h2 a {
    font-family: Montserrat;
    font-size: 18px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.22;
    letter-spacing: normal;
    text-align: left;
    color: #313131;
    border-bottom: 1px solid #e7e7e7;
    display: flex;
    padding-top: 13px;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.date_blog-cat {
    font-size: 10px;
    font-weight: normal;
    font-family: Roboto;
    font-size: 13px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.15;
    letter-spacing: normal;
    text-align: left;
    color: #777777;
    margin-bottom: 30px;
    display: block;
}

.date_blog-cat a {
    font-size: 10px;
    font-weight: normal;
    font-family: Roboto;
    font-size: 13px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.15;
    letter-spacing: normal;
    text-align: left;
    color: #cb007b;
    margin-bottom: 30px;
}

div.prestablog_pagination {
    display: flex;
    align-items: center;
    justify-content: center;
}

div.prestablog_pagination a {
    margin-right: 2px;
    border: none;
    text-decoration: none;
    color: #aaa;
    background-color: #fff;
    font-family: Roboto;
    font-size: 18px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.22;
    letter-spacing: normal;
    text-align: center;
    color: #777777;
    padding: 0 10px !important;
    margin-right: 0;
}

div.prestablog_pagination span.current {
    color: #cb007b;
    background: none;
    margin: 0;
    border: none;
    margin-right: 2px;
    text-decoration: none;
    background-color: #fff;
    font-family: Roboto;
    font-size: 18px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.22;
    letter-spacing: normal;
    text-align: center;
    padding: 0 10px;
}

div.prestablog_pagination a:hover, div.prestablog_pagination a:active {
    padding: 0 10px !important;
    margin-right: 0;
    border: none;
    color: #777;
    text-decoration: underline;
}

div.prestablog_pagination a.prev,
div.prestablog_pagination a.next,
div.prestablog_pagination span.disabled {
    margin-right: 0;
    color: #ccc;
    width: 50px;
    height: 50px;
    border-radius: 25px;
    border: solid 2px #e7e7e7;
    background-color: rgba(255, 255, 255, 0.75);
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none !important;
}

div.prestablog_pagination a.prev:hover,
div.prestablog_pagination a.next:hover,
div.prestablog_pagination span.disabled:hover {
    background: #e7e7e7;
    border-color: #E7E7E7;
}

div.prestablog_pagination a.prev i, div.prestablog_pagination a.next i, div.prestablog_pagination span.disabled i {
    color: #777;
    font-size: 18px;
    font-weight: 600;
}

.block-categories.blog h4.title_block i {
    display: none;
}

#prestablogfront {
    padding: 0;
    background-color: #fff;
    border: none;
    padding-bottom: 15px;
    border-bottom: 1px solid #e7e7e7;
    margin-bottom: 15px;
}

#prestablogfront h1 {
    margin: 0 0 25px;
    margin-top: 0;
    border: none;
    font-family: Montserrat;
    font-size: 30px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.13;
    letter-spacing: normal;
    text-align: left;
    color: #313131;
    padding: 0;
}

#prestablogfront .info_blog a {
    color: #cb007b;
    font-size: 13px;
    font-weight: normal;
}

#prestablogfront .info_blog {
    font-family: Roboto;
    font-size: 13px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.15;
    letter-spacing: normal;
    text-align: left;
    color: #777777;
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom: 1px solid #e7e7e7;
    margin-top: 14px;
}

#prestablogfont h2 {
    font-family: Roboto;
    font-size: 20px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: left;
    color: #313131;
    margin: 0;
    padding: 0 0 12px;
    border: none;
}

#prestablogfont h3 {
    font-family: Roboto;
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: left;
    color: #313131;
    margin: 0;
    padding: 0 0 12px;
    border: none;
}

#prestablogfont h4 {
    font-family: Roboto;
    font-size: 16px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: left;
    color: #313131;
    margin: 0;
    padding: 0 0 12px;
    border: none;
}

#prestablogfont ul {
    padding-left: 0;
}

#prestablogfont ol {
    padding-left: 17px;
}

#prestablogfont ol li {
    font-family: Roboto;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.21;
    letter-spacing: normal;
    text-align: left;
    color: #313131;
    position: relative;
}

#prestablogfont ul li {
    font-family: Roboto;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.21;
    letter-spacing: normal;
    text-align: left;
    color: #313131;
    position: relative;
    padding-left: 10px;
    list-style: none;
}

#prestablogfont p {
    font-family: Roboto;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.21;
    letter-spacing: normal;
    text-align: left;
    color: #313131;
    margin-bottom: 15px;
}

#prestablogfont ul li:before {
    content: "";
    width: 4px;
    height: 4px;
    background-color: #cb007b;
    display: table;
    margin: 0 6px 0 0;
    position: absolute;
    top: 4px;
    left: 0px;
    border-radius: 50%;
}

#prestablogfont ul li ul li:before {
    content: "-";
    color: #313131;
    background-color: transparent;
    display: table;
    margin: 0 6px 0 0;
    position: absolute;
    top: 0px;
    left: 0px;
}

#prestablogfont ul li ul {
    padding-left: 15px;
}

#prestablogfont ul {
    margin-bottom: 20px;
}

#prestablogfont ul li ul {
    margin-bottom: 0;
}

div#share_post h2,
div#blog_article_related h2,
div#blog_product_related h2 {
    font-family: Montserrat;
    font-size: 29px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.34;
    letter-spacing: normal;
    text-align: center;
    color: #b4b4b4;
    margin-bottom: 20px;
}

div#blog_product_related a,
h3.titre_product_blog {
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.29;
    letter-spacing: normal;
    text-align: left;
    color: #313131;
}

div.separated {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #e7e7e7;
    display: block;
    width: 100%;
    height: 1px;
}

div#blog_article_related .block_cont {
    display: flex;
    margin-bottom: 20px;
}

div#blog_article_related .block_top {
    width: 120px;
    margin-right: 20px;
}

div#blog_article_related .block_bas {
    width: calc(100% - 140px);
}

div#blog_article_related .block_cont h3,
div#blog_article_related .block_cont h3 a {
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.29;
    letter-spacing: normal;
    text-align: left;
    color: #313131;
}

div#share_post {
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #e7e7e7;
}

div#prestablog-fb-comments {
    padding: 0;
    border: none;
}

.rrssb-buttons li a .rrssb-text {
    display: none;
}

.rrssb-buttons li {
    width: 45px !important;
    margin: 0 3px;
}

.rrssb-buttons li a:hover {
    background: #e7e7e7 !important;
}

.rrssb-buttons li a {
    width: 45px;
    height: 45px;
    border-radius: 23px;
    border: solid 1px #e7e7e7;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    background: transparent !important;
    color: #777 !important;
}

ul.rrssb-buttons {
    display: flex;
    justify-content: center;
    align-items: center;
}

.rrssb-buttons li a .rrssb-icon {
    height: 100%;
    padding-top: 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    left: 0;
    top: 0;
}

.rrssb-buttons li a .rrssb-icon svg {
    height: auto;
    position: relative;
    top: 0;
    width: 9px;
    font-size: 20px;
}

.rrssb-buttons li a .rrssb-icon svg.svg_ico.svg_ico_soc_twitter {
    width: 18px;
    font-size: 18px;
}

.rrssb-buttons li a .rrssb-icon svg.svg_ico.svg_ico_soc_pinterest {
    width: 14px;
}

div#blog_product_related img {
    max-width: 100%;
}

@media (max-width: 1099px) {
    div#right-column {
        padding: 0 15px 0 0;
    }

    div#content-wrapper.right-column {
        padding: 0;
    }
}

@media (max-width: 767px) {
    div#blog-content {
        display: flex;
        flex-wrap: wrap;
        flex-direction: column-reverse;
    }

    div#prestablog_block_rss,
    .block-categories.blog.lastitems {
        display: none !important;
    }

    #module-prestablog-blog div#right-column,
    #module-prestablog-blog div#content-wrapper {
        width: 100%;
    }

    li.blog-grid.col-md-6 {
        width: 50%;
    }

    #prestablog_bloc_search {
        margin-bottom: 20px;
    }

    .block-categories.blog.cat div#prestablog_catliste {
        display: none;
    }

    .block-categories.blog.cat.open div#prestablog_catliste {
        display: block;
    }

    .block-categories.blog h4.title_block {
        height: 36px;
        border-radius: 18px;
        background-color: #cb007b;
        position: relative;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding-right: 12px;
    }

    .block-categories.blog.cat.open h4.title_block {
        border-radius: 18px 18px 0 0;
    }

    .block-categories.blog h4.title_block i.add {
        display: block;
    }

    .block-categories.blog.open h4.title_block i.add {
        display: none;
    }

    .block-categories.blog.open h4.title_block i.remove {
        display: block;
    }

    div#blog-heading {
        height: 100px;
    }

    div#blog-heading {
        height: 100px;
        background-size: 945px;
    }

    div#blog-heading h1 {
        font-family: Montserrat;
        font-size: 28px;
    }

    div#blog_product_related a {
        width: 33.333% !important;
        display: block;
        float: left;
    }

    div#share_post h2, div#blog_article_related h2, div#blog_product_related h2 {
        font-size: 22px;
    }
}

@media (max-width: 575px) {
    li.blog-grid.col-md-6 {
        width: 100%;
    }

    div#blog_product_related a {
        width: 50% !important;
    }

    #prestablogfront .info_blog {
        flex-direction: column;
    }
}

#registration_fields img, #registration_fields a, #registration_fields br{
    display:none;
}

#registration_fields p{
    font-size:0.8em;
}

.form-group-id_customer{
    display:none !important;
}

/**radiobutton form**/
#gformbuilderpro_form_1 #gformbuilderpro_28 input[type="radio"]{
    display: inline-block;
    position: relative;
    margin-right: 2px;
    top: 2px;
}