@import url(base.css);

/*********
Header
*********/
* {
    font-family: 'Jost', 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    box-sizing: border-box;
    transition: .5s;
}

.btn {
    background-image: none;
    background: #227ed1;
    border: 1px solid #227ed1;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-family: 'Jost', 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: 400;
    padding: 9px 20px;
    font-size: 15px;
    box-sizing: border-box;
    vertical-align: middle;
    border-radius: 3px;
}

.btn-primary:active:focus {
    background: #227ed1;
    border: 1px solid #227ed1;
    color: #fff;
}

.btn-primary:hover,
.btn-primary.active:hover,
.btn-primary:active:hover,
.open>.btn-primary.dropdown-toggle:hover {
    background-color: #333333;
    border-color: #333333;
}

.btn-primary.focus,
.btn-primary:focus,
.btn-primary,
.btn-primary.active.focus,
.btn-primary.active:focus,
.btn-primary:active.focus,
.btn-primary:active:focus,
.open>.btn-primary.dropdown-toggle.focus,
.open>.btn-primary.dropdown-toggle:focus {
    background: #b89454;
    border-color: #b89454;
}

@media (max-width: 1199px) {
    .container {
        width: 100%;
        max-width: 970px;
        box-sizing: border-box;
    }
}

@media (max-width: 991px) {
    .container {
        width: 100%;
        max-width: 750px;
        box-sizing: border-box;
    }
}

@media (max-width: 767px) {
    .container {
        width: 100%;
        max-width: 620px;
        margin-left: auto;
        margin-right: auto;
        box-sizing: border-box;
    }
}

@media (max-width: 639px) {
    .container {
        width: 100%;
        max-width: 460px;
        margin-left: auto;
        margin-right: auto;
        box-sizing: border-box;
    }
}

@media (max-width: 479px) {
    .container {
        width: 100%;
        max-width: 370px;
        margin-left: auto;
        margin-right: auto;
        box-sizing: border-box;
    }

    .row {
        margin-right: -10px;
        margin-left: -10px;
    }
}

@media (max-width: 379px) {
    .container {
        width: 100%;
        max-width: 100%;
        margin-left: auto;
        margin-right: auto;
        box-sizing: border-box;
    }
}

.top-padding {
    padding-top: 35px;
}

.bottom-padding {
    padding-bottom: 35px;
}

.top-margin {
    margin-top: 35px;
}

.bottom-margin {
    margin-bottom: 35px;
}

@media(max-width: 991px) {
    .top-padding {
        padding-top: 25px;
    }

    .bottom-padding {
        padding-bottom: 25px;
    }

    .top-margin {
        margin-top: 25px;
    }

    .bottom-margin {
        margin-bottom: 25px;
    }
}

@media(max-width: 767px) {
    .top-padding {
        padding-top: 20px;
    }

    .bottom-padding {
        padding-bottom: 20px;
    }

    .top-margin {
        margin-top: 20px;
    }

    .bottom-margin {
        margin-bottom: 20px;
    }
}

@media(max-width: 479px) {
    .top-padding {
        padding-top: 10px;
    }

    .bottom-padding {
        padding-bottom: 10px;
    }

    .top-margin {
        margin-top: 10px;
    }

    .bottom-margin {
        margin-bottom: 10px;
    }
}

#header {
    float: left;
    width: 100%;
    display: block;
    clear: both;
    position: relative;
}

#header .header-nav {
    float: left;
    width: 100%;
    display: block;
    padding-bottom: 0;
    border-bottom: 1px solid #e8e8e8;
    max-height: none;
    margin: 0;
}

#_desktop_language_selector,
#_desktop_currency_selector {
    float: left;
    position: relative;
}

.payment-currency-block>div {
    margin-left: 10px;
    padding-left: 18px;
}

.payment-currency-block>div:first-child {
    margin-left: 0;
    padding-left: 0;
}

.payment-currency-block>div:first-child::after {
    display: none;
}

.payment-currency-block>div::after {
    position: absolute;
    height: 12px;
    width: 1px;
    background: #888888;
    left: 0;
    top: 50%;
    content: "";
    display: block;
    transform: translate(0, -50%);
}

#header .header-nav .currency-selector,
#header .header-nav .language-selector {
    padding-right: 0;
    letter-spacing: 0.5px;
    margin: 0;
}

#header .header-nav .currency-selector>button,
#header .header-nav .language-selector>button {
    cursor: pointer;
    color: #333333;
    padding: 10px 0;
    line-height: 1;
    transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
}

#header .header-nav .currency-selector>button .expand-more,
#header .header-nav .language-selector>button .expand-more {
    color: #333333;
}

#header .header-nav .currency-selector>button:hover .expand-more,
#header .header-nav .language-selector>button:hover .expand-more {
    color: #227ed1;
}

#header .header-nav .currency-selector>.dropdown-menu .dropdown-item,
#header .header-nav .language-selector>.dropdown-menu .dropdown-item {
    padding: 4px 10px;
    font-size: 13px;
}

#header .header-nav .right-nav .user-info .material-icons {
    display: none;
}

#_desktop_user_info {
    float: right;
}

#header .header-nav .right-nav .user-info,
#header .header-nav .right-nav #contact-link {
    margin: 0;
    padding-left: 15px;
    letter-spacing: 0.5px;
}

#header .header-nav .user-info .account {
    margin-left: 0;
    /* margin-right: 10px; */
}

#_desktop_user_info a {
    padding: 12px 6px;
    display: inline-block;
    vertical-align: middle;
    color: #333333;
    text-decoration: none;
    transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
}

#header .header-nav .right-nav .user-info>a:active,
#header .header-nav .right-nav .user-info>a:focus,
#header .header-nav .right-nav .user-info>a:visited,
#header .header-nav .right-nav #contact-link>a:active,
#header .header-nav .right-nav #contact-link>a:visited,
#header .header-nav .right-nav #contact-link>a:focus {
    color: #333333;
}

#header .header-nav .right-nav .user-info>a:hover,
#header .header-nav .right-nav #contact-link>a:hover {
    color: #227ed1;
}

#header .header-nav .material-icons.expand-more,
#header .header-nav .material-icons {
    margin: 0;
    line-height: 21px;
}

.dropdown:hover .expand-more {
    color: #227ed1;
}

.btn-unstyle:focus .expand-more {
    color: #227ed1;
}

#header .header-top {
    float: left;
    width: 100%;
    display: block;
    padding: 0;
}

#_desktop_logo {
    float: left;
    display: table;
    height: 100px;
    margin-top: 0;
    margin-bottom: 0;
}

#_desktop_logo>a {
    margin: 0;
    max-width: 100%;
    display: table-cell;
    vertical-align: middle;
    float: none;
}

#header a:hover {
    color: #227ed1;
}

.search-widget form button[type="submit"] .search:hover,
.search-widget form input[type="text"]:focus+button .search {
    color: #227ed1;
}

#_desktop_cart {
    margin-left: 30px;
    padding: 30px 0;
    position: relative;
    float: right;
}

#_desktop_cart .header>a {
    position: relative;
    display: block;
    padding-left: 50px;
}

#_desktop_cart .header>a .text {
    position: static;
    height: auto;
    width: auto;
    color: #333;
    font-weight: 600;
    display: block;
    text-transform: capitalize;
    font-size: 14px;
    line-height: 20px;
}

#_desktop_cart .header>a .cart-qty {
    display: block;
    margin: 0;
    padding: 0;
    font-size: 14px;
    line-height: 20px;
    color: #333333;
    font-weight: 400;
}

#_desktop_cart .header>a::before {
    font-size: 18px;
    color: #ffffff;
    content: "\f290";
    font-family: 'Fontawesome';
    background: #051829;
    height: 40px;
    width: 40px;
    line-height: 40px;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(0, -50%);
}

#_desktop_cart .header>a:hover::before {
    background: #227ed1;
}

#_desktop_cart .header {
    line-height: 45px;

}

#header .header-top .search-widget {
    float: right;
    position: relative;
    width: 370px;
    margin-left: 15px;
    padding: 29px 0;
}

.search-widget form button[type="submit"] {
    right: 0;
    text-align: center;
    height: 42px;
    width: 40px;
    transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    bottom: 0;
    padding: 0;
}

.header-top .search-widget form input[type="text"] {
    margin: 0;
    padding-right: 43px;
    position: static;
    border: none;
    height: 42px;
    border-radius: 0;
    padding-left: 15px;
    font-size: 14px;
    background-color: #ececec;
}

.search-widget form input[type="text"]:focus {
    outline: none;
}

#pagenotfound .page-not-found .search-widget,
#products .page-not-found .search-widget {
    float: none;
    padding: 0;
    min-width: 100%;
}

.page-not-found .search-widget form {
    display: inline-block;
    width: 100%;
}

#pagenotfound .page-not-found .search-widget input,
#products .page-not-found .search-widget input {
    width: 100%;
    padding-right: 40px;
}

#header .header-contact-block {
    float: right;
    margin-left: 30px;
    padding: 30px 0;
}

#header .header-contact-block .item {
    display: inline-block;
    vertical-align: middle;
    font-size: 0;
    box-sizing: border-box;
}

#header .header-contact-block .item .icon-block {
    display: inline-block;
    vertical-align: middle;
    font-size: 18px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #051829;
    color: #ffffff;
    border-radius: 50%;
    margin-right: 10px;
    box-sizing: border-box;
    transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
}

#header .header-contact-block .item:hover .icon-block {
    background: #227ed1;
}

#header .header-contact-block .item .text-block {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
}

#header .header-contact-block .item .text-block>a {
    color: #333333;
    display: block;
    font-weight: 600;
    font-size: 15px;
    letter-spacing: 0;
    text-transform: initial;
    text-decoration: none;
    transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
}

#header .header-navfullwidth {
    display: block;
    background: #051829;
    float: left;
    width: 100%;
    clear: both;
}

.top-navigation-menu {
    display: block;
    background: #051829;
}

.top-navigation-menu #_desktop_top_menu {
    float: none;
    width: 100%;
    padding: 0;
}

#header .top-navigation-menu .top-menu {
    margin: 0;
    display: block;
}

.top-menu .sub-menu {
    margin-left: 0;
}

#header .top-navigation-menu .top-menu .level0 {
    margin: 0;
    display: inline-block;
    position: relative;
}

#header .top-navigation-menu .top-menu .level0:hover>a,
#header .top-navigation-menu .top-menu .level0:active>a {
    color: #227ed1;
}

#header .top-navigation-menu .top-menu .level0:hover>.sub-menu {
    display: block;
    top: 100% !important;
}

#header .top-navigation-menu .top-menu .level1 a:hover,
#header .top-navigation-menu .top-menu .level1 a:active {
    color: #227ed1;
}

#header .top-navigation-menu .top-menu .level0:first-child>a {
    padding-left: 0;
}

#header .top-navigation-menu .top-menu .level0>a {
    position: relative;
    display: block;
    font-size: 14px;
    font-weight: 500;
    padding: 18px 10px;
    letter-spacing: 0.5;
    color: #fff;
    line-height: 20px;
    transition: all .3s ease-in 0s;
    -moz-transition: all .3s ease-in 0s;
    -webkit-transition: all .3s ease-in 0s;
}

#header .top-navigation-menu .top-menu .level1 {
    position: relative;
}

#header .top-navigation-menu .top-menu .level1>a {
    font-size: 14px;
    position: relative;
    font-weight: 600;
    padding: 18px 10px;
    letter-spacing: 0.5;
    color: #333333;
    line-height: 20px;
    transition: all .3s ease-in 0s;
    -moz-transition: all .3s ease-in 0s;
    -webkit-transition: all .3s ease-in 0s;
}

#header .top-navigation-menu .top-menu .level2 {
    margin-left: 30px;
}

#header .top-navigation-menu .top-menu .level3 {
    margin-left: 5px;
    position: relative;
}

#header .top-navigation-menu .top-menu .level3>a {
    color: #4c4c4c;
    font-size: 13px;
}

#header .top-navigation-menu .top-menu .level4 {
    margin-left: 15px;
    position: relative;
}

#header .top-navigation-menu .top-menu .level4>a {
    color: #4c4c4c;
    font-size: 12px;
}

/*
#header .navbar-block .top-menu .category .sub-menu{
    display: block;
    top: 56px;
    width: auto;
    margin: 0;
}
#header .navbar-block .top-menu .category .sub-menu .top-menu .category a{
    position: relative;
    display: block;
    font-size: 14px;
    font-weight: 600;
    padding: 18px 20px;
    letter-spacing: 0.5;
    color: #222;
    line-height: 20px;
    transition: all .3s ease-in 0s;
    -moz-transition: all .3s ease-in 0s;
    -webkit-transition: all .3s ease-in 0s;
}
*/
.image-slider-block {
    float: left;
    width: 100%;
    clear: both;
    display: block;
    margin-bottom: 35px;
}

.image-slider-block .carousel-item .caption {
    display: block;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    left: 0;
    right: 0;
    text-align: center;
    bottom: unset;
    max-width: unset;
}

.image-slider-block .caption .caption-description {
    display: block;
    max-width: 425px;
    width: 100%;
    text-align: left;
    float: right;
    margin-right: 180px;
}

.image-slider-block .caption .caption-description h2 {
    margin-top: 0;
    margin-bottom: 30px;
    font-size: 58px;
    font-weight: normal;
    color: #051829;
    display: block;
}

.image-slider-block .caption .caption-description h2 span {
    color: #227ed1;
}

.image-slider-block .caption .caption-description h2 strong {
    font-weight: 600;
}

.image-slider-block .caption .caption-description .action.primary {
    background: #227ed1;
    border: 1px solid #227ed1;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-weight: 400;
    font-size: 15px;
    box-sizing: border-box;
    vertical-align: middle;
    padding: 13px 20px;
    min-width: 160px;
    text-transform: uppercase;
    border-radius: 3px;
    text-align: center;
}

.image-slider-block .caption .caption-description .action.primary:hover {
    background: #333;
    border-color: #333;
}

.image-slider-block ul>li:first-child .caption .caption-description {
    float: left;
    margin-left: 180px;
    margin-right: 0;
}

.image-slider-block .caption .caption-description h2 i {
    font-family: "pristina";
    font-weight: 500;
}

.image-slider-block .caption .caption-description h3 {
    font-weight: 500;
    font-size: 31px;
    padding-bottom: 9px;
    margin-bottom: 10px;
    color: #fff;
}

.image-slider-block .caption .caption-description .slider-btn {
    display: block;
    width: 100%;
    float: left;
}

.image-slider-block .caption .caption-description .btn.btn-primary {
    text-align: center;
    margin-top: 25px;
    margin-bottom: 0px;
    background: #fabd48;
    color: #111;
    font-size: 20px;
    font-weight: 700;
    padding: 15px 34px;
    text-transform: capitalize;
}

.image-slider-block .caption .caption-description .btn.btn-primary:hover {
    opacity: 0.8;
}

.image-slider-block .carousel .carousel-inner {
    height: auto;
    margin-bottom: 0;
}

.image-slider-block .carousel-control .icon-next {
    margin-right: 0;
    width: 35px;
    height: 35px;
    background-color: transparent;
    right: 30px;
    border: 1px solid #227ed1;
}

.image-slider-block .carousel-control .icon-prev {
    width: 35px;
    height: 35px;
    background-color: transparent;
    left: 30px;
    margin-left: 0;
    border: 1px solid #227ed1;
    transition: 0.5s;
}

.image-slider-block .carousel .carousel-control .icon-prev i,
.image-slider-block .carousel .carousel-control .icon-next i {
    font-size: 25px;
    transition: 0.5s;
    vertical-align: inherit;
    line-height: 35px;
    color: #227ed1;
}

.carousel .carousel-control .icon-next:hover,
.carousel .carousel-control .icon-prev:hover {
    background-color: #227ed1;
}

.image-slider-block .carousel .carousel-control .icon-prev:hover i,
.image-slider-block .carousel .carousel-control .icon-next:hover i {
    color: #ffffff;
}

@media (max-width: 1199px) {
    .image-slider-block .slider-description .desc-content h2 {
        font-size: 48px;
    }
}

@media (max-width: 991px) {
    .image-slider-block .caption .caption-description h2 {
        font-size: 42px;
        margin-bottom: 20px;
    }

    .image-slider-block ul>li:first-child .caption .caption-description {
        margin-left: 120px;
    }

    .image-slider-block .caption .caption-description {
        margin-right: 15px;
    }

    .image-slider-block .caption .caption-description .action.primary {
        font-size: 13px;
        padding: 7px 10px;
        min-width: 130px;
    }

    .image-slider-block {
        margin-bottom: 20px;
    }
}

@media (max-width: 767px) {
    .image-slider-block .caption .caption-description h2 {
        font-size: 34px;
        padding-bottom: 5px;
        margin-bottom: 5px;
    }

    .image-slider-block .caption .caption-description {
        max-width: 300px;
    }
}

@media (max-width: 639px) {
    .image-slider-block .caption .caption-description h2 {
        font-size: 24px;
        padding-bottom: 0px;
        margin-bottom: 5px;
    }

    .image-slider-block ul>li:first-child .caption .caption-description {
        margin-left: 90px;
        text-align: left;
    }

    .image-slider-block .caption .caption-description {
        max-width: 100%;
        text-align: right;
        margin-right: 90px;
    }

    .image-slider-block {
        margin-bottom: 10px;
    }
}

@media (max-width: 479px) {
    .image-slider-block .caption .caption-description h2 {
        font-size: 16px;
        padding-bottom: 0px;
        margin-bottom: 5px;
    }

    .image-slider-block .caption .caption-description .action.primary {
        font-size: 13px;
        padding: 5px 10px;
        min-width: 100px;
    }
}

/********
promotion-block
********/
.home-images-block-one {
    float: left;
    width: 100%;
    clear: both;
    display: block;
}

.home-images-block-one .row {
    font-size: 0;
}

.home-images-block-one .item {
    padding-left: 15px;
    padding-right: 15px;
    display: inline-block;
    vertical-align: top;
    width: 50%;
    font-size: 14px;
}

.home-images-block-one .item .item-inner {
    display: block;
    position: relative;
}

.home-images-block-one .item .item-inner .img-responsive {
    width: 100%;
    height: auto;
    display: block;
}

.home-images-block-one .item .item-inner .text-content {
    position: absolute;
    top: 50%;
    left: 9%;
    color: #051829;
    font-weight: 400;
    transform: translate(0, -50%);
}

.home-images-block-one .item .item-inner .text-content p {
    font-size: 30px;
    line-height: 1.3;
    margin-bottom: 28px;
    color: #051829;
}

.home-images-block-one .item .item-inner .text-content p>span {
    color: #227ed1;
}

.home-images-block-one .item .item-inner .text-content strong {
    font-weight: 600;
}

.action.btn-primary {
    vertical-align: middle;
    display: inline-block;
    vertical-align: middle;
    padding: 9px 20px;
    line-height: 22px;
    border-radius: 3px;
    background: #227ed1;
    border: 1px solid #227ed1;
    font-weight: 400;
    font-size: 15px;
}

.action.btn-primary:hover {
    background: #333;
    border-color: #333;
}

@media (max-width: 1199px) {
    .home-images-block-one .item .item-inner .text-content p {
        font-size: 24px;
    }
}

@media (max-width: 991px) {
    .home-images-block-one .item .item-inner .text-content p {
        font-size: 18px;
        margin-bottom: 15px;
    }

    .action.btn-primary {
        padding: 5px 14px;
    }
}

@media (max-width: 639px) {
    .home-images-block-one .item:last-child {
        margin-bottom: 0;
    }

    .home-images-block-one .item {
        width: 100%;
        margin-bottom: 15px;
    }
}

@media (max-width: 479px) {
    .home-images-block-one .item {
        padding: 0 10px;
    }
}

/*******lookbook-section*******/
.home-images-block-two {
    float: left;
    width: 100%;
    background-image: url('../img/parallax-bg.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    clear: both;
    display: block;
    padding: 110px 0;
    text-align: center;
}

.home-images-block-two .content-main h3 {
    font-size: 58px;
    color: #fff;
    margin-top: 0;
    margin-bottom: 20px;
    font-weight: 500;
}

.home-images-block-two .content-main>a.link-btn {
    font-size: 28px;
    color: #fff;
    font-weight: 500;
    text-decoration: none;
    position: relative;
    display: inline-block;
    line-height: 34px;
    transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
}

.home-images-block-two .content-main>a.link-btn::after {
    content: "\f101";
    font-family: "Fontawesome";
    display: inline-block;
    vertical-align: middle;
    font-size: 24px;
    margin-left: 5px;
}

.home-images-block-two .content-main>a.link-btn>span {
    border-bottom: 1px solid #fff;
    line-height: 34px;
    display: inline-block;
}

.home-images-block-two .content-main>a.link-btn:hover {
    color: #fff;
    text-decoration: none;
    opacity: 0.8;
}

@media (max-width: 991px) {
    .home-images-block-two .content-main h3 {
        font-size: 48px;
    }
}

@media (max-width: 767px) {
    .home-images-block-two .content-main h3 {
        font-size: 34px;
    }

    .home-images-block-two {
        padding: 80px 0;
    }
}

@media (max-width: 639px) {
    .home-images-block-two .content-main h3 {
        font-size: 30px;
    }
}

/*title*/
.section-title {
    display: block;
    position: relative;
    text-align: center;
    margin-bottom: 50px;
    color: #051829;
    font-size: 40px;
    font-weight: 400;
}

.section-title>span {
    position: relative;
}

.section-title>span::after {
    left: 100%;
    background-image: linear-gradient(to right, #a0783b, #babdc2);
    margin-left: 20px;
}

.section-title>span::before,
.section-title>span::after {
    background-color: #babdc2;
    position: absolute;
    content: "";
    top: 50%;
    height: 1px;
    width: 200px;
    display: block;
}

.section-title>span::before {
    right: 100%;
    background-image: linear-gradient(to right, #babdc2, #a0783b);
    margin-right: 20px;
}

.section-title>span>i {
    color: #227ed1;
    font-style: italic;
}

/*navigation arrow*/
.owl-theme .owl-controls .owl-pagination .owl-page {
    box-shadow: none;
    border-radius: 25px;
    margin: 0 6px;
    transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
}

.owl-theme .owl-controls .owl-pagination .owl-page>span {
    width: 7px;
    height: 7px;
    margin: 6px 6px;
    background: #c3c4c8;
    transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    border-radius: 30px;
    border: none;
}

.owl-theme .owl-controls .owl-page.active {
    background: #c3c4c8;
}

.owl-theme .owl-controls.clickable .owl-page:hover {
    background: #c3c4c8;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
    background: #051829;
}

.owl-theme .owl-controls.clickable .owl-buttons>div {
    box-shadow: none;
    border-radius: 0;
    background: transparent;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    font-size: 0;
}

.owl-theme .owl-controls.clickable .owl-buttons .owl-prev {
    left: -10px;
}

.owl-theme .owl-controls.clickable .owl-buttons .owl-next {
    right: -10px;
}

.owl-theme .owl-controls.clickable .owl-buttons>div .prev-arrow {
    background-repeat: no-repeat;
    background-position: center center;
    width: 50px;
    height: 50px;
    border: 1px solid #d8e8f7;
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 3px;
    background-image: url(../img/arrow-left.png);
}

.owl-theme .owl-controls.clickable .owl-buttons .owl-next .next-arrow {
    background-repeat: no-repeat;
    background-position: center center;
    width: 50px;
    height: 50px;
    border: 1px solid #d8e8f7;
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 3px;
    background-image: url(../img/arrow-right.png);
}

@media (max-width: 1199px) {
    .section-title {
        font-size: 30px;
    }

    .owl-theme .owl-controls.clickable .owl-buttons .owl-prev {
        left: 0;
    }

    .owl-theme .owl-controls.clickable .owl-buttons .owl-next {
        right: 0;
    }
}

@media (max-width: 991px) {

    .section-title>span::before,
    .section-title>span::after {
        width: 100px;
    }
}

@media (max-width: 639px) {

    .section-title>span::before,
    .section-title>span::after {
        display: none;
    }

    .section-title {
        margin-bottom: 30px;
    }
}

/*******
products
*******/
#products .product-title a,
.featured-products .product-title a,
.product-accessories .product-title a,
.product-miniature .product-title a {
    color: #555555;
    font-size: 16px;
    text-decoration: none;
    font-weight: 500;
    transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
}

#products .product-title a:hover,
.featured-products .product-title a:hover,
.product-accessories .product-title a:hover,
.product-miniature .product-title a:hover {
    color: #227ed1;
}

#products .products-grid .products .product-item.list-view .product-description .product-title>a {
    color: #333333;
}

#products .products-grid .products .product-item.list-view .product-description .product-title>a:hover {
    color: #227ed1;
}

.products-grid .btn-primary.add-to-cart .material-icons {
    display: none;
}

#products .product-title,
.featured-products .product-title,
.product-accessories .product-title,
.product-miniature .product-title {
    margin-bottom: 15px;
    text-align: left;
}

#products .highlighted-informations,
.featured-products .highlighted-informations,
.product-accessories .highlighted-informations,
.product-miniature .highlighted-informations {
    box-shadow: none;
}

#products .product-description,
.featured-products .product-description,
.product-accessories .product-description,
.product-miniature .product-description {
    width: 100%;
}

#products .highlighted-informations,
.featured-products .highlighted-informations,
.product-accessories .highlighted-informations,
.product-miniature .highlighted-informations {
    width: 100%;
}

.featured-products .products-grid .products .product-item .product-miniature .thumbnail-container .product-description .product-short-desc {
    display: none !important;
}

.product-flags li.product-flag,
#products .products-grid .products .product-item .product-flags>li,
.products-grid .products .product-item .product-flags>li {
    background: #051829;
    color: #ffffff;
    font-weight: 500;
    padding: 2px 8px 2px;
    position: absolute;
    right: 10px;
    left: auto;
    text-transform: uppercase;
    top: 10px;
    font-size: 13px;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    z-index: 1;
    margin: 0;
    min-height: auto;
    min-width: auto;
    line-height: 18px;
    box-shadow: none;
}

.product-flags li.product-flag.new,
.products-grid .products .product-item .product-flags>li.new,
#products .products-grid .products .product-item .product-flags>li.new {
    position: absolute;
    left: 10px;
    top: 10px;
    right: auto;
    background: #227ed1;
}

.product-flags li.product-flag.pack,
.products-grid .products .product-item .product-flags>li.pack,
#products .products-grid .products .product-item .product-flags>li.pack {
    position: absolute;
    left: 10px;
    top: 10px;
    right: auto;
}

.product-flags li.product-flag.new+.product-flag.pack,
.products-grid .products .product-item .product-flags>li.new+.product-flag.pack,
#products .products-grid .products .product-item .product-flags>li.new+.product-flag.pack {
    left: 10px;
    top: 45px;
}

.product-flags li.product-flag.pack,
.products-grid .products .product-item .product-flags>li.pack,
#products .products-grid .products .product-item .product-flags>li.pack {
    background: #8b8f98;
}

.product-flags li.product-flag.on-sale,
.products-grid .products .product-item .product-flags>li.on-sale,
#products .products-grid .products .product-item .product-flags>li.on-sale {
    background: #8b8f98;
}

.product-flags li.product-flag.on-sale+.product-flag.discount,
.products-grid .products .product-item .product-flags>li.on-sale+.product-flag.discount,
#products .products-grid .products .product-item .product-flags>li.on-sale+.product-flag.discount {
    right: 10px;
    top: 45px;
}

#products .products-grid .products .product-item .product-flags li.product-flag.on-sale {
    width: max-content !important;
    width: -moz-max-content;
    left: auto;
}

#product #content .product-flags .product-flag {
    font-size: 16px;
    font-weight: 700;
    padding: 6px 15px 5px;
}

.discount-percentage {
    top: -210px !important;
}

#products .product-miniature .on-sale.on-sale,
li.product-flag.on-sale {
    width: max-content !important;
    width: -moz-max-content;
    left: auto;
}

.product-flags li.product-flag.discount,
.product-flags li.product-flag.discount-amount,
.product-flags li.product-flag.discount-percentage {
    background-color: #051829;
}

#search_filters>.h6,
#search_filters_brands>.h6,
#search_filters_suppliers>.h6 {
    display: block;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #d1d1d1;
    font-size: 14px;
    font-weight: 600;
    color: #232323;
}

.featured-products .all-products .material-icons {
    display: none;
}

.featured-products .all-products {
    text-align: -moz-center;
    margin-top: 30px;
    margin-bottom: 0;
    display: block;
}

.featured-products .all-products>a {
    background: #227ed1;
    font-size: 14px;
    letter-spacing: 1px;
    margin: 0;
    padding: 10px 20px;
    font-weight: 600;
    line-height: 20px;
    display: block;
    width: -moz-max-content;
    color: #fff;
    box-sizing: border-box;
    text-transform: uppercase;
    float: none !important;
}

.all-products>a:hover,
.featured-products .all-products a:hover {
    background-color: #333;
}

#products img,
.featured-products img,
.product-accessories img,
.product-miniature img {
    margin: 0;
    display: block;
    height: auto;
    max-width: 100%;
}

#products .thumbnail-container,
.featured-products .thumbnail-container,
.product-accessories .thumbnail-container,
.product-miniature .thumbnail-container {
    height: 100%;
}

#products .products-grid {
    font-size: 0;
}

.products-grid .products .product-item {
    padding-left: 15px;
    padding-right: 15px;
    display: inline-block;
    font-size: 14px;
}

.products-grid .products .product-item .product-miniature,
#products .products-grid .products .product-item .product-miniature {
    margin: 0;
}

.products-grid .products .product-item .product-miniature .thumbnail-container,
#products .products-grid .products .product-item .product-miniature .thumbnail-container {
    width: 100%;
    height: 100%;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    margin: 0;
    background: transparent;
}

.products-grid .products .product-item .product-miniature .thumbnail-container .product-image-block,
#products .products-grid .products .product-item .product-miniature .thumbnail-container .product-image-block {
    position: relative;
    display: block;
    overflow: hidden;
    border: none;
}

#products .highlighted-informations,
.featured-products .highlighted-informations,
.product-accessories .highlighted-informations,
.product-miniature .highlighted-informations {
    background: #e1e1e1;
    opacity: 0.95;
}

.products-grid .products .product-item .product-miniature .thumbnail-container .product-image-block .highlighted-informations,
#products .products-grid .products .product-item .product-miniature .thumbnail-container .product-image-block .highlighted-informations {
    bottom: -90px;
    height: auto;
    padding: 8px 0;
}

.products-grid .products .product-item:hover .product-miniature .thumbnail-container .product-image-block .highlighted-informations,
#products .products-grid .products .product-item:hover .product-miniature .thumbnail-container .product-image-block .highlighted-informations {
    bottom: 0px;
}

#products .variant-links,
.featured-products .variant-links,
.product-accessories .variant-links,
.product-miniature .variant-links {
    background: transparent;
}

.products-grid .products .product-item .product-miniature .thumbnail-container .product-description,
#products .products-grid .products .product-item .product-miniature .thumbnail-container .product-description {
    position: static;
    background: transparent;
    height: auto;
}

.products-grid .products .product-item .product-miniature .thumbnail-container .product-description:after,
#products .products-grid .products .product-item .product-miniature .thumbnail-container .product-description:after {
    display: none;
}

.products-grid .products .product-item .product-miniature .thumbnail-container .product-description .add,
#products .products-grid .products .product-item .product-miniature .thumbnail-container .product-description .add {
    margin: 6px 0 0;
    text-align: left;
}

.products-grid .products .product-item .product-miniature .thumbnail-container .product-description .product-price-and-shipping,
#products .products-grid .products .product-item .product-miniature .thumbnail-container .product-description .product-price-and-shipping {
    margin: 9px 0 15px;
    font-size: 18px;
    font-weight: 600;
    white-space: nowrap;
    color: #000000;
    text-align: left;
}

#products .regular-price,
.featured-products .regular-price,
.product-accessories .regular-price,
.product-miniature .regular-price {
    font-size: 14px;
    font-weight: 600;
    white-space: nowrap;
    color: #555555;
    line-height: 24px;
}

#products .highlighted-informations .quick-view:hover,
.featured-products .highlighted-informations .quick-view:hover,
.product-accessories .highlighted-informations .quick-view:hover,
.product-miniature .highlighted-informations .quick-view:hover {
    color: #227ed1;
}

.color.active,
.color:hover,
.custom-checkbox input[type="checkbox"]+span.color.active,
.custom-checkbox input[type="checkbox"]+span.color:hover,
.facet-label.active .custom-checkbox span.color,
.facet-label:hover .custom-checkbox span.color {
    border-color: #227ed1;
}

#product .add {
    width: auto;
    margin: 0;
}

#product .add .btn {
    line-height: 24px;
}

.add .btn {
    font-weight: 500;
    padding: 9px 13px;
    font-size: 14px;
    box-shadow: none;
}

.featured-products {
    display: block;
    clear: both;
    float: left;
    width: 100%;
}

/*******
latest-offer
*******/
.latest-offer-section {
    display: block;
    float: left;
    clear: both;
    max-width: 100%;
    width: 100%;
    margin: 25px 0;
}

.latest-offer-section .offer-inner {
    background-position: center center;
    background-repeat: no-repeat;
    clear: both;
    background-image: url(../img/bizkick-parralex-image.jpg);
    float: left;
    padding: 90px 0;
    text-align: center;
    width: 100%;
    background-size: cover;
}

.latest-offer-section .offer-inner>p {
    color: white;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 20px;
    margin-top: 0;
}

.latest-offer-section .offer-inner>h1 {
    color: #ffffff;
    font-size: 60px;
    font-weight: 700;
    letter-spacing: 2px;
    margin-top: 0;
    margin-bottom: 36px;
    line-height: 1.1;
}

.latest-offer-section .offer-inner>a {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    font-size: 14px;
    letter-spacing: 1.5px;
    margin: 0;
    padding: 15px 25px;
    border: 2px solid #227ed1;
    color: #fff;
    font-weight: 700;
    box-sizing: border-box;
    text-transform: uppercase;
}

.latest-offer-section .offer-inner>a:hover {
    background-color: #227ed1;
}

/*********
block-reassurance
*********/
#product #block-reassurance {
    box-shadow: none;
}

#block-reassurance ul {
    margin: 0;
    border: 1px solid rgba(0, 0, 0, .25);
}

.block-reassurance-item .icon-img {
    display: inline-block;
}

#block-reassurance ul {
    margin: 0;
}

#product #block-reassurance {
    box-shadow: none;
    border: 1px solid #e1e1e1;
    overflow: hidden;
    background: #f6f6f6;
}

#block-reassurance li {
    border-bottom: 1px solid #e1e1e1;
}

#product #block-reassurance li span {
    font-weight: 500;
}

.blockreassurance_product {
    margin-top: 25px;
    box-shadow: none;
    border: 1px solid rgba(0, 0, 0, .25);
    overflow: hidden;
    background: #fff;
}

.blockreassurance_product>div {
    border-bottom: 1px solid rgba(0, 0, 0, .25);
    padding: 1rem 1.5rem;
}

.blockreassurance_product>div>p {
    margin-bottom: 0;
}

.blockreassurance_product>div:last-child {
    border-bottom: none;
    padding: 0;
}

.blockreassurance_product>div:nth-last-child(2) {
    border-bottom: none;
}

/*******
custom-text
*******/

/*******
blogpost-block
*******/
.blog-section {
    display: block;
    clear: both;
    float: left;
    width: 100%;
}

.blogpost-block .blog-block .blog-inner {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 0;
    box-sizing: border-box;
    display: block;
}

.blogpost-block .blog-block .blog-inner .blog-inner-block {
    display: block;
    position: relative;
}

.blogpost-block .blog-block .blog-inner .blog-image {
    display: block;
    position: relative;
}

.blogpost-block .blog-block .blog-inner .blog-image>a {
    display: block;
}

.blogpost-block .blog-block .blog-inner .blog-image>a>img {
    display: block;
    width: 100%;
    height: auto;
}

.blogpost-block .blog-block .blog-inner .blog-image .post-date {
    position: absolute;
    bottom: 20px;
    left: 20px;
}

.blogpost-block .blog-block .blog-inner .blog-image .post-date>span {
    display: block;
    padding: 3px 10px;
    background: #051829;
    color: #fff;
    font-size: 13px;
    font-weight: 600;
}

.blogpost-block .blog-block .blog-inner .blog-content {
    display: block;
    text-align: center;
    padding: 25px 10px 0;
    box-sizing: border-box;
}

.blogpost-block .blog-block .blog-inner .blog-content>h3 {
    display: block;
    margin-bottom: 12px;
    color: #333;
    font-size: 16px;
    text-transform: uppercase;
    line-height: 1.5;
    font-weight: 600;
    text-decoration: none;
    transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
}

.blogpost-block .blog-block .blog-inner .blog-content>h3>a {
    color: #333;
}

.blogpost-block .blog-block .blog-inner .blog-content>h3>a:hover {
    color: #227ed1;
}

.blogpost-block .blog-block .blog-inner .blog-content>p {
    display: block;
    margin-bottom: 18px;
    font-size: 14px;
    font-weight: 500;
    color: #555;
}

.blogpost-block .blog-block .blog-inner .blog-content .action.primary {
    padding: 5px 15px;
    font-size: 13px;
    font-weight: 500;
}

@media(max-width: 767px) {
    .blog-section {
        margin: 20px 0;
    }
}

/*******
brand-section
*******/
.brand-section {
    float: left;
    clear: both;
    width: 100%;
    padding: 25px 0;
}

.brand-section .brand-section-title {
    position: relative;
    display: none;
    margin-bottom: 25px;
    text-align: center;
}

.brand-section .brand-section-title>h4 {
    border-bottom: 2px solid #555;
    display: inline-block;
    font-size: 20px;
    margin-top: 0;
    padding-bottom: 10px;
    letter-spacing: 0.5px;
    color: #222222;
    margin-bottom: 0;
    text-align: left;
    text-transform: uppercase;
    line-height: 24px;
    font-weight: 600;
}

.brand-section .brand-section-title>h4 a:visited,
.brand-section .brand-section-title>h4 a:active,
.brand-section .brand-section-title>h4 a:focus,
.brand-section .brand-section-title>h4 a:hover,
.brand-section .brand-section-title>h4 a {
    color: #222222;
}

.brand-content {
    float: left;
    width: 100%;
    clear: both;
}

.brand-content .brand-row {
    margin-left: -10px;
    margin-right: -10px;
}

.brands-slider {
    position: relative;
    list-style: none;
    padding: 0;
    margin: 0;
}

.brand-content .brands-list {
    display: block;
    float: left;
    margin: 0;
}

.brand-content .brands-list li {
    display: block;
    float: left;
    padding: 0 10px;
}

.brand-content .brands-list li a {
    display: block;
}

.brands-slider li {
    padding-left: 10px;
    padding-right: 10px;
    display: block;
}

.brands-slider li a {
    display: block;
}

.brands-slider li img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    height: auto;
}

.brands-slider .owl-controls.clickable {
    display: none !important;
    margin: 0;
    position: absolute;
    right: 10px;
    top: -65px;
}

.brands-slider .owl-controls.clickable .owl-buttons>div {
    background: #333333;
    padding: 7px 12px;
    opacity: 1;
    font-size: 14px;
    line-height: 16px;
    margin: 0 0 0 3px;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -webkit-transition: all .3s ease 0s;
    color: #ffffff;
}

.brands-slider .owl-controls.clickable .owl-buttons>div:hover {
    background: #227ed1;
}

#products .row.products-selection {
    border: 1px solid #e1e1e1;
}

.page-manufacturer #wrapper #content-wrapper ul {
    margin: 0 -15px;
    display: block;
    font-size: 0;
}

.page-manufacturer #wrapper #content-wrapper ul .brand {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    font-size: 14px;
    width: 25%;
    text-align: center;
    padding: 0 15px;
    margin-bottom: 15px;
}

.page-manufacturer #wrapper #content-wrapper ul .brand .brand-img {
    display: block;
    border: 1px solid #e1e1e1;
    margin-bottom: 10px;
}

@media (max-width: 767px) {
    .page-manufacturer #wrapper #content-wrapper ul .brand {
        width: 33.33%;
    }
}

@media (max-width: 479px) {
    .page-manufacturer #wrapper #content-wrapper ul .brand {
        width: 50%;
    }
}

/******
footer
*****/
#footer {
    margin-top: 25px;
    float: left;
    clear: both;
    width: 100%;
    padding: 0;
    background: #F5F5F5;
}

#footer .footer-top {
    padding-top: 60px;
    padding-bottom: 60px;
    display: block;
    background: #fff;
    float: left;
    width: 100%;
    clear: both;
    border-top: 1px solid #e1e1e1;
}

#footer .footer-top .block_newsletter {
    display: block;
    width: 100%;
    float: left;
    clear: both;
    border: none;
    margin: 0;
    padding: 0 15px;
    max-width: unset;
}

#footer .footer-top .block_newsletter .newsletter-title {
    display: block;
    position: relative;
    text-align: center;
    margin-bottom: 35px;
}

#footer .footer-top .block_newsletter .newsletter-title h2 {
    position: relative;
    color: #051829;
    font-size: 40px;
    font-weight: 400;
    margin-bottom: 0;
}

#footer .footer-top .block_newsletter .newsletter-title h2 span {
    position: relative;
}

#footer .footer-top .block_newsletter .newsletter-title h2 i {
    color: #227ed1;
}

#footer .footer-top .block_newsletter .newsletter-title h2 span::after {
    left: 100%;
    background-image: linear-gradient(to right, #a0783b, #babdc2);
    margin-left: 20px;
}

#footer .footer-top .block_newsletter .newsletter-title h2 span::after,
#footer .footer-top .block_newsletter .newsletter-title h2 span::before {
    background-color: #babdc2;
    position: absolute;
    content: "";
    top: 50%;
    height: 1px;
    width: 200px;
    display: block;
}

#footer .footer-top .block_newsletter .newsletter-title h2 span::before {
    right: 100%;
    background-image: linear-gradient(to right, #babdc2, #a0783b);
    margin-right: 20px;
}

#footer .footer-top .block_newsletter .footer-block-toggle-content {
    display: block;
    clear: both;
}

#footer .footer-top .block_newsletter .footer-block-toggle-content p {
    max-width: 375px;
    text-align: center;
    display: block;
    margin: 0 auto 35px;
    color: #555;
    font-weight: 500;
    font-size: 14px;
}

#footer .footer-top .block_newsletter .footer-block-toggle-content form {
    float: none;
    max-width: 100%;
    width: auto;
    margin: 0;
}

#footer .footer-top .block_newsletter .footer-block-toggle-content form .subscribe-block {
    display: block;
    margin: 0 auto;
    max-width: 570px;
    float: none;
    padding: 0;
}

#footer .footer-top .block_newsletter form .condition {
    padding: 0;
}

#footer .footer-top .block_newsletter form input[type="email"] {
    margin: 0;
    padding: 8px 165px 8px 20px;
    height: 58px;
    box-sizing: border-box;
    width: 100%;
    border-color: #e1e1e1;
}

#footer .footer-top .block_newsletter form .btn.btn-primary {
    display: block;
    width: auto;
    position: absolute;
    top: 8px;
    right: 10px;
    margin-left: 0;
    white-space: nowrap;
    border-radius: 3px;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: normal;
    border: none;
    padding: 11px 15px;
    min-width: 145px;
}

#footer .footer-top .block_newsletter form .condition p {
    color: #333;
    margin-bottom: 0;
    max-width: 100%;
    padding-top: .625rem;
}

#footer .block-social {
    width: 100%;
    text-align: center;
    margin-top: 18px;
}

#footer .block-social>ul {
    margin-bottom: 0;
    display: block;
}

#footer .block-social ul>li {
    background-color: #227ed1;
    color: #fff;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-size: 35px;
    background-position: center;
}

#footer .footer-container {
    float: left;
    width: 100%;
    margin: 0;
    padding: 70px 0 0;
    box-shadow: none;
}

#footer .footer-container .links {
    float: left;
    width: 50%;
    margin-bottom: 40px;
}

#footer .footer-container .h3.hidden-sm-down {
    color: #000;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
    display: block;
    margin-bottom: 35px;
}

.footer-container li {
    display: block;
    margin-bottom: 9px;
}

.footer-container li a {
    color: #555;
    font-weight: 500;
    display: block;
    font-size: 15px;
    text-decoration: none;
    transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    padding-left: 0;
}

#footer .footer-container #block_myaccount_infos {
    width: 25%;
    margin-bottom: 40px;
}

#footer .footer-container #block_myaccount_infos>h3 {
    color: #000;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
    display: block;
    margin-bottom: 35px;
}

#footer .footer-container #block_myaccount_infos>h3>a {
    font-size: 16px;
    font-weight: 600;
}

#footer .footer-container .footer-link {
    float: left;
    display: block;
    width: 20%;
    padding: 0 15px;
    margin-bottom: 25px;
}

#footer .footer-container .footer-link .footer-title {
    float: left;
    display: block;
    width: 100%;
}

#footer .footer-container .footer-link .footer-title>h3 {
    margin: 0;
    display: block;
    margin-bottom: 25px;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 600;
    color: #222222;
    line-height: 1.1;
}

#footer .footer-container .footer-link .footer-title>h3:after {
    background: #222222;
    bottom: 0;
    content: "";
    display: block;
    height: 2px;
    width: 25px;
    margin-top: 13px;
}

#footer .footer-container .footer-link .footer-content {
    float: left;
    display: block;
    width: 100%;

}

#footer .footer-container .footer-link .footer-content>ul>li {
    color: #555555;
    display: block;
    margin-bottom: 14px;
    font-weight: 400;
    line-height: 1.42857;
}

#footer .footer-container .links ul>li>a:hover {
    color: #227ed1;
    text-decoration: none;
    padding-left: 8px;
}

#footer .footer-container .footer-link .footer-content>ul>li>a>span>i {
    margin-right: 8px;
}

#footer .footer-container .footer-link .footer-content .contact {
    margin-bottom: 15px;
    position: relative;
    color: #555555;
    margin-top: 0;
}

#footer .footer-container .footer-link .footer-content .contact>strong {
    font-weight: 600;
    display: block;
    margin-bottom: 6px;
    color: #333333;
    font-size: 13px;
}

#footer .footer-container .footer-link .footer-content .contact>span {
    display: block;
    padding-left: 22px;
}

#footer .footer-container .contactinfo-section .links {
    width: 100%;
}

#footer .footer-bottom .copyright {
    display: inline-block;
    vertical-align: middle;
    padding-right: 10px;
    box-sizing: border-box;
    width: 50%;
}

#footer .footer-bottom .copyright .copyright-block {
    line-height: 30px;
    margin-bottom: 0;
    display: block;
    padding: 5px 0;
    text-align: left;
    font-size: 14px;
    font-weight: 500;
}

#footer .footer-bottom .copyright .copyright-block>a {
    color: #555555;
}

#footer .footer-bottom .cards {
    display: inline-block;
    vertical-align: middle;
    padding-left: 10px;
    box-sizing: border-box;
    width: 50%;
}

#footer .footer-bottom .cards .footer-payment-icon {
    display: block;
    padding: 5px 0;
    margin: 0;
    text-align: right;
}

#footer .footer-bottom .cards .footer-payment-icon>li {
    display: inline-block;
    list-style-type: none;
    margin-bottom: 0;
    position: relative;
}

#footer .footer-bottom .cards .footer-payment-icon>li>a {
    display: block;
    padding: 0 3px;
    box-sizing: border-box;
    color: #555555;
    font-size: 28px;
    line-height: 30px;
    text-decoration: none;
    transition: all .2s ease-in 0s;
    -moz-transition: all .2s ease-in 0s;
    -webkit-transition: all .2s ease-in 0s;
}

.cards .footer-payment-icon>li>a:before {
    display: none;
}

#footer .footer-bottom .cards .footer-payment-icon>li>a:hover {
    color: #555555;
    text-decoration: none;
}

#footer .footer-bottom .cards .footer-payment-icon>li:last-child>a {
    padding-right: 0;
}

#footer .footer-bottom {
    float: left;
    width: 100%;
    clear: both;
    display: block;
    padding: 0;
}

#footer .footer-bottom .footer-inner {
    border-top: 1px solid #d1d1d1;
    padding: 20px 0;
    display: block;
    font-size: 0;
}

.contactinfo-section {
    float: left;
    width: 25%;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 13px;
    margin-bottom: 40px;
}

.contactinfo-section .footer-links-column .footer-colum-title {
    display: block;
    position: relative;
}

.contactinfo-section .footer-links-column .footer-colum-title>h3 {
    color: #000;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
    display: block;
    margin-bottom: 35px;
}

.contactinfo-section .footer-links-column .footer-column-content .content .add-item {
    display: block;
    position: relative;
    margin-bottom: 16px;
}

.contactinfo-section .footer-links-column .footer-column-content .content .add-item:last-child {
    margin-bottom: 0;
}

.contactinfo-section .footer-links-column .footer-column-content .content .add-item .icon {
    position: absolute;
    left: 0;
    top: 0;
    color: #227ed1;
    font-size: 16px;
    width: 16px;
    text-align: center;
}

.contactinfo-section .footer-links-column .footer-column-content .content .add-item .text {
    padding-left: 28px;
    display: block;
    box-sizing: border-box;
}

.contactinfo-section .footer-links-column .footer-column-content .content .add-item .text>strong {
    font-weight: 600;
    font-size: 15px;
    display: block;
    margin-bottom: 4px;
    color: #333;
}

.contactinfo-section .footer-links-column .footer-column-content .content .add-item .text>p {
    color: #555;
    font-weight: 500;
    display: block;
    font-size: 15px;
}

.contactinfo-section .footer-links-column .footer-column-content .content .add-item .text>a {
    color: #555;
    font-weight: 500;
    display: block;
    font-size: 15px;
}

/*logo social*/
#footer .footer-text-content {
    display: block;
    clear: both;
    padding: 0 15px;
}

#footer .footer-text-content .logo-socials {
    display: block;
    text-align: center;
    padding-top: 50px;
    padding-bottom: 50px;
    border-top: 1px solid #ccc;
}

#footer .footer-text-content .logo-socials>img {
    max-width: 100%;
    margin-bottom: 30px;
    display: inline-block;
    height: auto;
}

#footer .footer-text-content .logo-socials p {
    display: block;
    max-width: 625px;
    margin: 0 auto 25px;
    color: #555;
    font-weight: 500;
    font-size: 14px;
}

#footer .footer-text-content .social-block {
    margin: 0;
    float: none;
    padding: 0;
    clear: both;
}

#footer .footer-text-content .social-block>ul {
    list-style: none;
    padding: 0;
    margin: 0 -3px 0;
    display: block;
}

#footer .footer-text-content .social-block>ul>li {
    display: inline-block;
    margin-left: 3px;
    margin-right: 3px;
    margin-bottom: 4px;
}

#footer .footer-text-content .social-block>ul>li>a {
    display: block;
    width: 30px;
    height: 30px;
    line-height: 28px;
    border: 1px solid #333;
    color: #333333;
    font-size: 16px;
    text-align: center;
    box-sizing: border-box;
    transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
}

#footer .footer-text-content .social-block>ul>li>a:hover {
    color: #ffffff;
    background-color: #227ed1;
    border-color: #227ed1;
    text-decoration: none;
}

@media(max-width: 1199px) {
    #footer .footer-top .block_newsletter .newsletter-title h2 {
        font-size: 30px;
    }
}

@media(max-width: 991px) {

    #footer .footer-top .block_newsletter .newsletter-title h2 span::after,
    #footer .footer-top .block_newsletter .newsletter-title h2 span::before {
        width: 100px;
    }
}

@media only screen and (max-width: 767px) {
    #footer .footer-container .links {
        width: 100%;
        margin-bottom: 0;
    }

    #footer .footer-container #block_myaccount_infos {
        width: 100%;
        margin-bottom: 0;
    }

    #footer .footer-container .footer-link {
        width: 100%;
        margin-bottom: 0;
        padding: .625rem;
        font-size: 1rem;
    }

    #footer .footer-container .footer-link .footer-title>h3::after {
        display: none;
    }

    #footer .footer-text-content .logo-socials {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    #footer .footer-text-content {
        margin-top: 15px;
    }
}

/******
category-page
*******/
#content-wrapper .block-category {
    border: none;
    min-height: unset;
    box-shadow: none;
    max-height: unset;
    margin-bottom: 20px;
}

.block-category .category-cover {
    margin-top: 0;
    margin-bottom: 0;
}

.block-category .category-cover-block {
    width: 100%;
    position: relative;
    z-index: 0;
    padding: 15px;
    border: 1px solid #e1e1e1;
    background: #f9f9f9;
}

#products .row.products-selection {
    border: 1px solid #e1e1e1;
}

.block-category #category-description {
    padding: 0;
    position: relative;
    box-sizing: border-box;
    display: block;
    text-align: left;
    margin: 20px 0 0;
    font-size: 14px;
    color: #666666;
}

.block-category #category-description>p {
    font-size: 14px;
    color: #666666;
    line-height: 20px;
    display: block;
    margin-bottom: 0;
}

#products .page-not-found {
    box-shadow: none;
    border: 1px solid rgba(0, 0, 0, .125);
}

#products .products-grid .products .product-item {
    margin-bottom: 40px;
}

.products-sort-order .select-title {
    box-shadow: none;
    line-height: 24px;
}

.products article .thumbnail-container .wishlist-button-add {
    top: 45px;
    left: 10px;
    right: auto;
}

.products-sort-order .dropdown-menu {
    width: 100%;
}

.products-sort-order .dropdown-menu .select-list:hover {
    color: #fff;
}

/*******
product-page
*******/
/*.images-container .product-cover img,
#product #block-reassurance,.bootstrap-touchspin,
.product-images > li.thumb-container > .thumb,
.product-variants > .product-variants-item select,
.product-information .tabs {
    box-shadow: none;
}
.product-information .tabs{
    padding: 0;
    font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.product-information .tabs p{
    font-size: 13px;
}
.product-information .tabs .nav-tabs .nav-link.active, .product-information .tabs .nav-tabs .nav-link:hover{
    border-color: #227ed1;
    color: #227ed1;
}
.product-images > li.thumb-container > .thumb.selected, .product-images > li.thumb-container > .thumb:hover,
.product-images > li.thumb-container > .thumb.selected, .product-images > li.thumb-container > .thumb:hover, .input-color:checked + span, .input-color:hover + span, .input-radio:checked + span, .input-radio:hover + span{
    border: 2px solid #227ed1;
}
#product #block-reassurance{
    margin-bottom: 25px;
}*/
.tabs {
    margin-top: 25px;
    margin-bottom: 25px;
}

.tabs .nav-tabs {
    border-bottom: none;
}

.tabs .nav-tabs .nav-item {
    margin: 0;
}

.tabs .nav-tabs .nav-link.active,
.tabs .nav-tabs .nav-link:hover {
    border: 1px solid #e1e1e1;
    background: #fff;
    color: #333;
    text-decoration: none;
}

.tabs .nav-tabs .nav-link {
    background: #f6f6f6;
    border: 1px solid #e1e1e1;
}

.tabs .tab-content {
    background: #fff;
    padding: 20px;
    border: 1px solid #e1e1e1;
}

#product .tabs .tab-pane {
    padding: 0;
}

#product .tabs .tab-pane .product-description>p {
    color: #333;
    margin-bottom: 10px;
}

#product .tabs .tab-pane .product-description>ul {
    text-align: justify;
    list-style-type: disc;
    padding-left: 30px;
}

#product .tabs .tab-pane .product-description>ul>li {
    margin-bottom: 10px;
}

#product .h1 {
    color: #333;
    font-size: 28px;
    font-weight: 600;
    text-transform: capitalize;
    line-height: 35px;
}

#product .product-discount .regular-price {
    color: #000;
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
}

#product .product-price {
    color: #227ed1;
    font-size: 28px;
    line-height: 28px;
    font-weight: 700;
    display: block;
    margin-bottom: 15px;
}

#product .product-price .current-price>span {
    display: inline-block;
    vertical-align: middle;
}

#product .product-information {
    margin: 18px 0 10px;
    border-top: 1px solid #e1e1e1;
    padding-top: 15px;
}

#product .product-actions .control-label {
    color: #333333;
    font-weight: 600;
    margin-bottom: 10px;
}

.social-sharing span {
    font-weight: 600;
}

.social-sharing ul>li>a {
    border: 1px solid #e1e1e1;
    border-radius: 3px;
}

.modal.quickview .social-sharing ul>li>a {
    border: none;
}

.product-short-desc p {
    margin-bottom: 10px;
    text-align: justify;
    font-size: 15px;
    color: #555555;
    line-height: 24px;
}

.product-short-desc ul {
    text-align: justify;
    list-style-type: disc;
    padding-left: 30px;
}

.product-short-desc ul>li {
    margin-bottom: 10px;
    font-size: 15px;
    color: #555555;
    line-height: 24px;
}

#blockcart-modal .modal-body .divide-right span.color {
    height: auto;
    width: auto;
    border: none;
    margin: 0 0 0.3125rem;
    cursor: auto;
}

/*service-block*/
.home-servives-block {
    clear: both;
    display: block;
    float: left;
    width: 100%;
}

.home-servives-block .services-main {
    display: block;
    font-size: 0;
}

.home-servives-block .services-main .services-inner {
    display: inline-block;
    width: 33.33%;
    padding-left: 15px;
    padding-right: 15px;
    vertical-align: top;
    font-size: 14px;
}

.home-servives-block .services-main .services-inner .services-inner-main {
    display: block;
    position: relative;
}

.home-servives-block .services-main .services-inner .services-inner-main .services-icon {
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    width: 45px;
    transform: translate(0, -50%);
}

.home-servives-block .services-main .services-inner .services-inner-main .services-icon>img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}

.home-servives-block .services-main .services-inner .services-inner-main .services-content {
    padding-left: 60px;
    box-sizing: border-box;
    position: relative;
}

.home-servives-block .services-main .services-inner .services-inner-main .services-content>strong {
    font-weight: 600;
    text-transform: uppercase;
    font-size: 16px;
    color: #000000;
    display: block;
}

.home-servives-block .services-main .services-inner .services-inner-main .services-content>p {
    font-size: 14px;
    color: #555555;
    margin: 0;
}

@media (max-width: 991px) {
    .home-servives-block .services-main .services-inner .services-inner-main {
        text-align: center;
    }

    .home-servives-block .services-main .services-inner .services-inner-main .services-icon {
        position: relative;
        padding: 0;
        margin: 0 auto;
    }

    .home-servives-block .services-main .services-inner .services-inner-main .services-content {
        padding-left: 0;
    }
}

@media (max-width: 639px) {
    .home-servives-block .services-main .services-inner {
        width: 100%;
    }

    .home-servives-block .services-main .services-inner .services-inner-main {
        text-align: left;
        padding: 15px 0;
    }

    .home-servives-block .services-main .services-inner .services-inner-main .services-icon {
        margin: 0;
        position: absolute;
    }

    .home-servives-block .services-main .services-inner .services-inner-main .services-content {
        padding-left: 74px;
    }
}

/*fullwidth block*/
.home-fullwidth-block {
    background: #F5F5F5;
    clear: both;
    float: left;
    padding: 65px 0;
    text-align: center;
    width: 100%;
    margin: 25px 0;
}

.home-fullwidth-block h1 {
    color: #333333;
    font-size: 34px;
    font-weight: 600;
    margin-bottom: 30px;
}

.home-fullwidth-block ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.home-fullwidth-block ul li {
    display: block;
    margin: 0;
}

.home-fullwidth-block ul li h1 {
    color: #227ed1;
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 18px;
}

.home-fullwidth-block ul li p {
    color: #666666;
    font-size: 16px;
    line-height: 28px;
    display: block;
    max-width: 80%;
    margin: 0 auto 30px;
}

.home-fullwidth-block .action.primary {
    background: #333333;
    border-color: #333333;
    border-width: 2px;
    font-size: 14px;
    letter-spacing: 1.5px;
    margin: 0;
    padding: 15px 25px;
    color: #ffffff;
    display: inline-block;
    vertical-align: middle;
    text-transform: uppercase;
}

.home-fullwidth-block .action.primary:active,
.home-fullwidth-block .action.primary:visited,
.home-fullwidth-block .action.primary:focus {
    background: #333333;
    border-color: #333333;
    color: #ffffff;
}

.home-fullwidth-block .action.primary:hover {
    background: #227ed1;
    border-color: #227ed1;
    color: #ffffff;
}

#header a {
    color: #333333;
}

.card {
    box-shadow: none;
    margin-top: 15px;
    margin-bottom: 0;
}

@media(min-width: 768px) {
    #header .header-top .position-static {
        width: 75%;
    }

    #_desktop_logo {
        width: 25%;
    }
}

@media(max-width: 1199px) {
    #header .header-top .search-widget {
        width: 220px;
    }

    #_desktop_cart {
        margin-left: 15px;
    }

    #header .header-contact-block {
        margin-left: 15px;
    }
}

@media(max-width: 767px) {
    #header .header-contact-block {
        display: none;
    }

    #header .header-nav>.container {
        max-width: 100%;
    }

    #header .header-top {
        position: relative;
        box-shadow: none;
        background: #fff;
    }

    #header .header-top>.container {
        max-width: 100%;
    }

    #header .header-nav .top-logo {
        float: left;
        display: table;
        height: 74px;
        padding-top: 0;
    }

    #header .header-nav .top-logo>a {
        margin: 0;
        float: none;
        display: table-cell;
        vertical-align: middle;
    }

    #header .header-nav .top-logo>a>img {
        max-height: 100%;
        max-width: 100%;
    }

    #header .header-nav #menu-icon {
        padding: 12px 0;
    }

    #header .header-nav #menu-icon .material-icons {
        color: #333333;
    }

    #header .header-nav #menu-icon .material-icons:hover {
        color: #227ed1;
    }

    #mobile_top_menu_wrapper {
        box-shadow: 0 5px 5px 1px rgba(0, 0, 0, 0.15);
        position: absolute;
        z-index: 100;
        left: 0;
        right: 0;
        margin: 0;
        top: 0;
    }

    #header #mobile_top_menu_wrapper .top-menu>li>a {
        text-transform: capitalize;
    }

    /*currency-language css*/
    #mobile_top_menu_wrapper .js-top-menu-bottom #_mobile_contact_link {
        display: none;
    }

    #mobile_top_menu_wrapper .js-top-menu-bottom #_mobile_currency_selector {
        border: 1px solid #e1e1e1;
        padding: 8px 10px;
    }

    #mobile_top_menu_wrapper .js-top-menu-bottom .currency-selector {
        padding: 0;
        display: block;
        cursor: pointer;
        width: 100%;
    }

    #mobile_top_menu_wrapper .js-top-menu-bottom .currency-selector select {
        padding: 8px 10px;
        background: #f6f6f6;
        border: 1px solid #e1e1e1;
        display: block;
        cursor: pointer;
        width: 100%;
    }

    #mobile_top_menu_wrapper .js-top-menu-bottom .language-selector-wrapper {
        padding: 8px 10px;
        background: #fff;
        border: 1px solid #e1e1e1;
        display: block;
        cursor: pointer;
        width: 100%;
    }

    #mobile_top_menu_wrapper .js-top-menu-bottom .language-selector-wrapper #language-selector-label {
        display: none;
    }

    #mobile_top_menu_wrapper .js-top-menu-bottom .currency-selector #currency-selector-label {
        display: none;
    }

    #mobile_top_menu_wrapper .js-top-menu-bottom .language-selector-wrapper .language-selector select {
        width: 100%;
        background: #f6f6f6;
        padding: 8px 10px;
        border: 1px solid #e1e1e1;
    }

    #mobile_top_menu_wrapper .top-menu .sub-menu li>a {
        border: none;
        font-weight: 500;
    }

    #products .thumbnail-container .product-description,
    .featured-products .thumbnail-container .product-description,
    .product-accessories .thumbnail-container .product-description {
        box-shadow: none;
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
    }

    #products .product-title,
    .featured-products .product-title,
    .product-accessories .product-title,
    .product-miniature .product-title {
        margin-bottom: 10px;
        margin-top: 12px;
    }

    #products .products-grid .products .product-item {
        margin-bottom: 25px;
    }

    .products-grid .products .product-item .product-miniature .thumbnail-container .product-description .product-price-and-shipping,
    #products .products-grid .products .product-item .product-miniature .thumbnail-container .product-description .product-price-and-shipping {
        margin: 9px 0 10px;
    }

    #products .product-title a,
    .featured-products .product-title a,
    .product-accessories .product-title a,
    .product-miniature .product-title a {
        font-size: 14px;
    }

    #search_widget {
        margin: 10px 0;
    }

    #mobile_top_menu_wrapper .dropdown select {
        cursor: pointer;
    }

    #mobile_top_menu_wrapper .dropdown select:hover {
        color: #227ed1;
    }

    #_mobile_cart {
        margin-right: 15px;
        margin-top: 17px;
        margin-bottom: 17px;
    }

    #header .header-nav .blockcart {
        padding: 0;
        width: 40px;
        text-align: center;
        height: 40px;
        margin: 0;
        background: transparent;
    }

    #header .header-nav .blockcart .header {
        position: relative;
        display: inline-block;
        vertical-align: middle;
        font-size: 18px;
        width: 40px;
        height: 40px;
        line-height: 40px;
        text-align: center;
        background: #333333;
        color: #ffffff;
        border-radius: 50%;
        cursor: pointer;
        margin: 0;
    }

    #header .header-nav .cart-preview a {
        position: relative;
    }

    #header .header-nav .cart-preview a:before {
        color: #ffffff;
        line-height: 23px;
        content: "\f290";
        font-family: "Fontawesome";
        font-size: 18px;
        font-weight: normal;
    }

    #header .header-nav .cart-preview a:hover::before {
        color: #227ed1;
    }

    #header .header-nav .cart-preview a span {
        display: none;
    }

    #header .header-top #_desktop_cart {
        height: auto;
        padding: 0;
        margin: 0;
    }

    #header .header-nav .cart-preview.active {
        background: transparent;
        margin: 0;
    }

    #header .header-nav .cart-preview a,
    #header .header-nav .cart-preview a:active,
    #header .header-nav .cart-preview a:focus,
    #header .header-nav .cart-preview a:visited,
    #header .header-nav .cart-preview i {
        color: #333333;
    }

    #header .header-nav .cart-preview.active a,
    #header .header-nav .cart-preview.active a:active,
    #header .header-nav .cart-preview.active a:focus,
    #header .header-nav .cart-preview.active a:visited,
    #header .header-nav .cart-preview.active i {
        color: #333333;
    }

    #header .header-nav .cart-preview a .cart-products-count {
        color: #333333;
    }

    #header .header-nav .cart-preview a:hover,
    #header .header-nav .cart-preview i:hover {
        color: #227ed1;
    }

    #header .header-nav .cart-preview.active a:hover,
    #header .header-nav .cart-preview.active i:hover {
        color: #227ed1;
    }

    #header .header-nav .cart-preview a:hover .cart-products-count {
        color: #227ed1;
    }

    #_mobile_user_info {
        padding: 17px 0;
    }

    #header #_mobile_user_info .user-info {
        margin: 0;
    }

    #header #_mobile_user_info .user-info a {
        text-decoration: none;
        display: inline-block;
        float: right;
        width: 40px;
        height: 40px;
        line-height: 40px;
        text-align: center;
        border-radius: 50%;
        background: #333333;
        color: #ffffff;
        margin-top: 0;
        margin-bottom: 0;
        cursor: pointer;
        margin-left: 5px;
        margin-right: 5px;
    }

    #header .header-nav .user-info .account:visited,
    #header .header-nav .user-info .account:hover,
    #header .header-nav .user-info .account:active,
    #header .header-nav .user-info .account {
        color: #ffffff;
    }

    #header .header-nav .user-info .account:hover {
        color: #227ed1;
    }

    #header .header-nav .user-info .logged {
        color: #ffffff;
    }

    #header .header-nav .user-info .logged:hover {
        color: #227ed1;
    }

    #header .header-top .search-widget {
        width: 100%;
        margin: 0;
        padding: 15px 0;
    }

    #footer .footer-top {
        padding: 30px 0;
    }

    .footer-container .links .title {
        padding: 9px 15px;
    }

    .footer-container .links .h3 {
        margin-bottom: 0;
        color: #000000;
    }

    .footer-container .links ul {
        background: transparent;
    }

    .footer-container .links ul>li {
        padding: 4px 15px;
        margin-bottom: 0;
        border-bottom: none;
        font-weight: 400;
    }

    .footer-container .links .navbar-toggler {
        display: inline-block;
        padding: 0;
        height: 25px;
        width: 25px;
    }

    .contactinfo-section {
        width: 100%;
        margin-bottom: 0;
    }

    .contactinfo-section .footer-links-column .footer-colum-title>h3 {
        padding: 9px 0;
        margin-bottom: 0;
    }

    .contactinfo-section .footer-links-column .footer-column-content .content>p {
        margin-bottom: 8px;
    }

    #footer .block-social ul>li {
        width: 50px;
        height: 50px;
        margin: 0;
    }

    #footer .block-social {
        margin-top: 10px;
    }

    #footer .footer-container {
        padding: 25px 0 0;
    }

    #main .page-footer {
        margin-bottom: 0;
    }

    #footer .footer-container .footer-block-title:after {
        position: absolute;
        display: inline-block;
        content: "\f107";
        color: #333;
        top: 0;
        right: 6px;
        text-align: center;
        vertical-align: middle;
        line-height: 38px;
        font-size: 20px;
        font-family: FontAwesome;
        font-weight: 600;
        cursor: pointer;
    }

    #footer .footer-container .footer-colum-title.active-tab:after {
        content: "\f106";
    }

    #footer .footer-container .footer-block-toggle-content {
        display: none;
    }

    #footer .footer-bottom .copyright {
        padding-right: 0;
        width: 100%;
    }

    #footer .footer-bottom .copyright .copyright-block {
        text-align: center;
    }

    #footer .footer-bottom .cards {
        padding-left: 0;
        width: 100%;
    }

    #footer .footer-bottom .cards .footer-payment-icon {
        text-align: center;
    }

    #footer .footer-top .block_newsletter form .btn.btn-primary {
        min-width: 90px;
    }
}

@media(max-width: 639px) {
    #footer .footer-container {
        padding: 15px 0 0;
    }

    #main .page-footer {
        margin-bottom: 0;
    }

    #footer .footer-top .block_newsletter .newsletter-title h2 span::after,
    #footer .footer-top .block_newsletter .newsletter-title h2 span::before {
        display: none;
    }
}

@media(max-width: 479px) {
    #footer .footer-container .links {
        padding: 0 10px;
    }

    .products-grid .products .product-item {
        padding-left: 15px;
        padding-right: 15px;
    }

    #header .header-nav .top-logo>a>img {
        max-width: 120px;
    }
}

#blockcart-modal .cart-content .cart-content-btn .btn {
    font-size: 14px;
}

.card-block.checkout {
    padding: 15px;
    margin: 0;
}

body#checkout .top-navigation-menu {
    display: none;
}

body#checkout #header .header-nav {
    padding: 0;
}

body#checkout #header .header-nav .text-xs-right {
    display: none;
}

.contact-rich {
    background: #f9f9f9;
    padding: 15px;
}

#contact .contact-rich .block a {
    display: inline-block;
    vertical-align: middle;
    margin-top: 0;
}

/* 
.pagination .page-list {
    box-shadow: none;
}

.pagination .page-list li {
    display: inline-block;
    border: 1px solid #e1e1e1;
    height: 30px;
    width: 30px;
    vertical-align: middle;
    margin: 0 2px;
}

.pagination a {
    color: #000;
    font-weight: 500;
    font-size: 1.25rem;
}

.pagination .next {
    float: right;
    font-size: 0;
}

.pagination .next>i {
    font-size: 24px;
    vertical-align: middle;
    line-height: 30px;
    height: 30px;
    width: 30px;
}

.pagination .previous {
    float: left;
    font-size: 0;
}

.pagination .previous>i {
    font-size: 24px;
    vertical-align: middle;
    line-height: 30px;
    height: 30px;
    width: 30px;
} */

.pagination {
    background: #f9f9f9;
    padding: 0 15px;
    margin-top: 0;
}

.pagination .pagination-summary {
    margin: 0px;
    color: #666;
    font-size: 14px;
    line-height: inherit;
    padding: 5px 0;
}

.pagination .pagination-btn {
    margin: 0;
    width: 66.66667%;
    padding: 0px;
}

.pagination .pagination-btn ul {
    margin: 0;
    float: right;
    box-shadow: none;
    background: #f9f9f9;
    padding: 10px 0;
}

.pagination .page-list li {
    display: inline-block;
    margin: 0 2px;
    vertical-align: top;
    position: relative;
}

.pagination li a {
    cursor: pointer;
    display: inline-block;
    height: 30px;
    width: 30px;
    line-height: 30px;
    font-size: 13px;
    vertical-align: top;
    color: #222222;
    text-align: center;
}

.pagination li a i {
    color: #000000;
    cursor: default;
    height: 30px;
    width: 30px;
    line-height: 30px;
    position: absolute;
    left: 0;
    right: 0;
    font-size: 20px;
    cursor: pointer;
}

.pagination li a:hover,
.pagination li.current a,
.pagination li.current span,
.pagination li:hover span {
    color: #ffffff;
    font-size: 13px;
    background-color: #222222;
}

.pagination li a:hover i {
    color: #ffffff;
}

.pagination .page-list {
    box-shadow: none;
}

.pagination li a.next,
.pagination li a.previous {
    font-size: 0;
}


#toTop {
    z-index: 95;
    border-radius: 50%;
    text-align: center;
    width: 45px;
    height: 45px;
    bottom: 100px;
    right: 25px;
    text-indent: inherit;
    background: transparent;
    display: block;
}

#toTopHover::after {
    position: absolute;
    display: inline-block;
    color: #fff;
    opacity: 1;
    bottom: 0;
    left: 0;
    top: 0;
    right: 0;
    text-align: center;
    vertical-align: middle;
    line-height: 43px;
    font-size: 16px;
    font-family: FontAwesome;
    content: "\f077";
}

#toTopHover {
    height: 100%;
    width: 100%;
    display: block;
    background: #227ed1;
    border-radius: 50%;
    opacity: 1 !important;
}

#toTop:hover #toTopHover {
    opacity: 0.7 !important;
}

.btn.btn-comment.post-product-comment:hover {
    background: #333333;
    border-color: #333333;
}

.product-comment-list-item {
    padding: 20px 15px;
}

#product-comments-list .btn-comment.post-product-comment {
    margin: 0;
}

.product-comments {
    margin: 70px 0 55px;
    margin-top: 70px;
    float: left;
    width: 100%;
    clear: both;
    background-color: #fff;
    border: 2px solid #e1e1e1;
    margin-top: 40px;
}

#product-comments-list-header {
    padding: 15px;
    border-bottom: 1px solid #e1e1e1;
}

#product-comments-list-header .comments-nb {
    padding-left: 0;
    padding-top: 3px;
    font-size: 16px;
    font-weight: 700;
    color: #7a7a7a;
}

.comments-note {
    padding-left: 0;
    font-size: 16px;
    font-weight: 700;
    color: #7a7a7a;
}

#product-comments-list {
    padding: 0 15px;
}

.product-comment-list-item.row {
    padding: 20px 15px;
    background-color: #FFFFFF;
    text-align: left;
    border-bottom: 1px solid #e1e1e1;
}

.product-comment-list-item:last-child {
    border: none;
}

#product-comments-list-footer {
    border-top: none;
}

#product-comments-list-footer {
    min-height: 100%;
}

#product-comments-list-footer .post-product-comment {
    margin: 30px auto;
    display: block;
}


/*Home Page*/

.header-top .search-widget form input[type="text"] {
    min-width: 100%;
}

.header-top #search_widget input {
    padding-right: 43px !important;
}

.product-miniature .product-flags li.product-flag {
    min-width: unset;
    min-height: unset;
}

.product-miniature .product-price-and-shipping {
    text-align: left;
}

.featured-products.clearfix.top-margin.bottom-margin {
    margin-bottom: 0;
}


/*Newsletter*/
.block_newsletter form input[type="email"]:focus {
    border-width: 1px;
}


/*Product Page*/

.product-quantity .add {
    margin-right: 20px !important;
}

.product-images>li.thumb-container .thumb.selected,
.product-images>li.thumb-container .thumb:hover {
    border: 2px solid #227ed1;
}

.btn-primary.active,
.btn-primary:active,
.open>.btn-primary.dropdown-toggle,
.custom-radio input[type="radio"]:checked+span {
    background-color: #227ed1;
}


/*Category Page*/
.block-category .block-category-inner {
    flex-direction: column;
}

#subcategories {
    border: 1px solid #e1e1e1;
    padding: 10px;
}

#subcategories ul li:hover .subcategory-image a {
    border: 1px solid #227ed1;
    padding: 9px;
}

#products .row.products-selection {
    display: flex;
    align-items: center;
}

#subcategories ul li .subcategory-name {
    color: #333;
}

#subcategories ul li .subcategory-name:hover,
.block-categories .arrows .arrow-down:hover,
.block-categories .arrows .arrow-right:hover,
.block-categories .collapse-icons .add:hover,
.block-categories .collapse-icons .remove:hover,
.cart-grid-body a.label:hover {
    color: #227ed1;
}

.brands-sort .select-list:hover,
.products-sort-order .select-list:hover,
.suppliers-sort .select-list:hover,
.btn-secondary:hover,
.btn-tertiary:hover {
    background: #333;
}

.product-price {
    color: #b89454;
}

#blockcart-modal .product-name {
    color: #333;
}

#blockcart-modal .cart-content .cart-content-btn .btn {
    display: flex;
    align-items: center;
}


/*Cart Page*/
.bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-down,
.bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-up {
    color: #333;
}

#cart .product-price {
    color: #333 !important;
}

/*Order Page*/

.js-cart .cart-summary-products>p>a::after {
    display: none;
}

.js-cart .cart-summary-products>p>a .material-icons {
    float: right;
}

body#checkout section.checkout-step.-reachable.-current .step-number {
    background-color: transparent;
    color: #333;
    font-size: 18px;
}

body#checkout section.checkout-step .step-title {
    font-size: 18px;
}

body#checkout section.checkout-step .radio-inline input[type="radio"]:checked+span {
    left: 0;
    top: 45%;
    right: 0;
    margin: 0 auto;
    transform: translate(0, -50%);
}

body#checkout section.checkout-step.-complete .step-title {
    padding-top: 0;
    border-bottom: 0;
}

body#checkout #cart-summary-product-list .media-body .product-name a,
#checkout-personal-information-step .content p a,
#cta-terms-and-conditions-0,
#cta-terms-and-conditions-footer-0 {
    color: #333;
}

body#checkout a:hover {
    color: #227ed1;
}

#product .featured-products.clearfix.mt-3,
#cart .featured-products {
    display: none;
}

#product .product-comment-list-item {
    padding: 20px 0px;
}

#product #empty-product-comment {
    text-align: left;
}

#cart .card-block.cart-detailed-subtotals+.cart-summary-totals .cart-total,
body#checkout section.checkout-step.-current+.checkout-step .step-title {
    border-top: none;
}

#cart .cart-detailed-totals.js-cart-detailed-totals .card-block,
#cart .card.cart-container {

    border: 1px solid #e1e1e1;
}

#cart .cart-grid-body .card-block h1 {
    font-weight: 600;
}

body#checkout section.checkout-step.-current+.checkout-step .step-title,
body#checkout section.checkout-step.-complete:first-of-type .step-title {
    padding-top: 0;
}

.btn-primary.active,
.btn-primary:active,
.open>.btn-primary.dropdown-toggle,
.custom-radio input[type="radio"]:checked+span {
    background-color: #333333;
}

.carousel .carousel-item figure {
    display: block;
    margin: 0;
}

#header .header-top .position-static {
    width: 100%;
}

.owl-theme .owl-controls.clickable .owl-buttons>div {
    top: 33%;
}

/* Login Page */
.forgot-password a,
.no-account a {
    color: #227ed1;
}

@media (max-width: 991px) {
    .image-slider-block .carousel-item .caption {
        top: 50%;
    }

    .image-slider-block .caption .caption-description {
        margin-right: -36px;
    }

    .carousel .direction .carousel-control i {
        background: transparent;
    }

    .carousel .direction .carousel-control .icon-next {
        right: 20%;
    }

    .carousel .direction .carousel-control .icon-prev {
        left: 20%;
    }

}

@media (max-width:767px) {
    #subcategories ul {
        justify-content: left;
    }

    .dropdown-item {
        color: #232323 !important;
    }

    .nav.nav-inline.my-2 {
        display: flex;
    }

    .col-xs-4.col-sm-3.hidden-md-up.filter-button {
        display: none;
    }

    .col-xs-8.col-sm-7.col-md-9.products-sort-order.dropdown {
        width: 100%;
    }

    #products .row.products-selection {
        flex-direction: column;
    }

    .products-selection .sort-by-row {
        justify-content: center;
    }

    #products .row.products-selection .col-lg-7 {
        width: 100%;
    }

    .pagination>div:first-child {
        text-align: center;
    }
}


@media (max-width: 639px) {
    .carousel .direction .carousel-control .icon-next {
        right: 10%;
    }

    .image-slider-block ul>li:first-child .caption .caption-description {
        margin-left: 58px;
    }

    .carousel .direction .carousel-control .icon-prev {
        left: 10%;
    }

    .image-slider-block .caption .caption-description {
        margin-right: 65px;
    }
}

@media (max-width:479px) {
    .image-slider-block .caption .caption-description {
        margin-right: 47px !important;
    }

    .image-slider-block .carousel-item .caption {
        top: 36%;
    }

    .image-slider-block ul>li:first-child .caption .caption-description {
        margin-left: 43px !important;
    }

}

/* Home Page */
.block_newsletter #block-newsletter-label {
	line-height:normal;
}
.blogpost-block {
	margin-bottom: 35px;
}
.brand-section {
	margin-top: 35px;
}

#header .top-menu a[data-depth="0"]:hover,
#header a:hover {
    color: #333333;
}

#products .up .btn-secondary {
    color: #fff;
}

.group-span-filestyle .btn-default {
    background: #227ed1;
}

#contact .block a {
    color: #333;
}

#contact #content {
    border: 1px solid #e1e1e1;
}

#content-hook_order_confirmation .card-title .done {
    padding-left: 0;
}

a {
    color: #227ed1;
}

.wishlist-modal .modal-cancel:hover {
    opacity: 1;
    color: #fff;
}

#footer .footer-text-content .social-block>ul>li>a {
    line-height: 30px;
}

.image-slider-block .caption .caption-description {
    margin-right: 85px;
}

.image-slider-block ul>li:first-child .caption .caption-description {
    margin-left: 85px;
}

.page-footer a,
.wishlist-footer-links a,
.wishlist-container-header a {
    color: #333333 !important;
}

.alert-info {
    background-color: rgba(255, 154, 82, .3);
    border-color: #ff9a52;
    color: #232323;
}

#product .product-price {
    color: #333333;
    font-size: 14px;
}

#blockcart-modal .product-name {
    color: #227ed1;
    font-size:  1.125rem;
}

.btn-primary.active,
.btn-primary:active,
.open>.btn-primary.dropdown-toggle,
.custom-radio input[type="radio"]:checked+span {
    background-color: #227ed1;
}

.btn-secondary:hover,
.btn-tertiary:hover {
    color: #fff;
}

/* Account Page   */


.carousel .carousel-control .icon-next:hover i,
.carousel .carousel-control .icon-prev:hover i,
.dropdown:hover .expand-more,
.page-my-account #content .links a:hover i,
.search-widget form button[type="submit"] .search:hover,
.top-menu .sub-menu a:hover {
    color: #227ed1;
}

/* cart  */
.product-line-grid-body>.product-line-info>.label {
    font-weight: 400;
}

/* order */

body#checkout section.checkout-step .step-title {
    font-weight: 600;
}

#js-checkout-summary {
    border: 1px solid #e1e1e1 !important;
}
body#checkout section.checkout-step .address-item.selected {

	border: #227ed1 3px solid;
}

.logo-socials .social-block {
	display: none;
}

#stores .page-stores .store-item {
	border: 1px solid #e1e1e1;
}

.owl-wrapper {
    width: auto;
    left: 0px;
    display: block;
}
.product-miniature {
    display: flex;
    flex-direction: column;
}
/* 1. Forzar a que todas las tarjetas de producto tengan la misma altura */
.featured-products .products {
    display: flex !important;
    flex-wrap: wrap !important;
}

.featured-products .product-miniature {
    display: flex !important;
    flex-direction: column !important;
    height: 100% !important; /* Obliga a todas a estirarse igual */
    background: #ffffff;
    border: 1px solid #e5e5e5; /* Opcional: añade un borde fino elegante */
    padding-bottom: 15px;
}

/* 2. El contenedor interno de la descripción también se estira */
.featured-products .product-description {
    display: flex !important;
    flex-direction: column !important;
    flex-grow: 1 !important; /* Absorbe el espacio vacío */
    padding: 10px !important;
}

/* 3. Fijar altura máxima para el título (Evita el descuadre por nombres largos) */
.featured-products .product-title {
    height: 44px !important; /* Espacio para unas 2 líneas de texto */
    overflow: hidden !important;
    margin-bottom: 10px !important;
}

.featured-products .product-title a {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* 4. Forzar a que el botón de "Añadir al carrito" o el precio se queden SIEMPRE abajo del todo */
.featured-products .product-price-and-shipping {
    margin-top: auto !important; /* Empuja el precio hacia abajo */
    margin-bottom: 10px !important;
}

.featured-products .add {
    margin-top: auto !important; /* Si hay botón de carrito, lo fija abajo */
}

.featured-products .add .btn {
    width: 100% !important; /* Hace el botón simétrico */
}
/* ===================================================
   BLOQUEO DEFINITIVO DE IMÁGENES DE PRODUCTO (PRESTASHOP 9)
   =================================================== */

/* 1. Obliga a la imagen a rellenar el cuadro sin encogerse jamás */
.product-thumbnail picture img, 
.product-thumbnail img {
    width: 100% !important;
    height: 100% !important;
    max-width: 100% !important;
    max-height: 100% !important;
    min-width: 100% !important;
    min-height: 100% !important;
    object-fit: cover !important;
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
}

/* 2. Mantiene el contenedor rígido y cuadrado pase lo que pase */
.product-thumbnail {
    display: block !important;
    width: 100% !important;
    aspect-ratio: 1 / 1 !important;
    position: relative !important;
}
/* ============================================================
   DISEÑO PREMIUM ESTILO MUSEO - PORTADA DESTACADOS
   ============================================================ */

/* 1. Forzar que el contenedor del botón no empuje los textos */
.featured-products .thumbnail-top,
.featured-products .thumbnail-container {
    position: relative !important;
    overflow: hidden !important;
}

/* 2. Ocultar el rectángulo fantasma y forzar que sea flotante */
.featured-products .quick-view {
    position: absolute !important;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -30%) !important; /* Un poco desplazado para el efecto */
    margin: 0 !important;
    background: rgba(35, 35, 35, 0.95) !important;
    color: #ffffff !important;
    border: 1px solid #a0783b !important;
    font-family: 'Cinzel', serif !important;
    font-size: 11px !important;
    font-weight: 700 !important;
    letter-spacing: 2px !important;
    text-transform: uppercase !important;
    padding: 12px 20px !important;
    z-index: 999 !important;
    opacity: 0 !important; /* Totalmente invisible */
    visibility: hidden !important; /* No ocupa espacio físico */
    transition: all 0.25s ease-in-out !important;
    white-space: nowrap !important;
}

/* 3. Mostrar el botón en el centro perfecto al pasar el ratón por la foto */
.featured-products .thumbnail-top:hover .quick-view,
.featured-products .product-miniature:hover .quick-view {
    opacity: 1 !important;
    visibility: visible !important;
    transform: translate(-50%, -50%) !important; /* Sube al centro */
}

/* 4. Efecto Hover sobre el propio botón */
.featured-products .quick-view:hover {
    background: #a0783b !important;
    color: #ffffff !important;
    text-decoration: none !important;
}

/* 5. Títulos estilo romano simétricos */
.featured-products .product-title a {
    font-family: 'Cinzel', serif !important;
    font-weight: 700 !important;
    font-size: 20px !important;
    letter-spacing: 1.5px !important;
    text-transform: uppercase !important;
    color: #232323 !important;
    text-align: center !important;
    display: block !important;
}
.featured-products .product-title a:hover {
    color: #a0783b !important;
}

/* 6. Precios en oro centrado */
.featured-products .product-price-and-shipping {
    text-align: center !important;
    display: block !important;
    width: 100% !important;
}
.featured-products .product-price-and-shipping .price {
    font-family: 'Cinzel', serif !important;
    font-weight: 700 !important;
    font-size: 22px !important;   
    color: #a0783b !important;   
    letter-spacing: 1px !important;
    display: inline-block !important;
}
.featured-products .product-price-and-shipping .regular-price {
    font-family: 'Cinzel', serif !important;
    font-size: 14px !important;
    color: #999999 !important;
    text-decoration: line-through !important;
    margin-right: 8px !important;
    display: inline-block !important;
}
/* ============================================================
   SOLUCIÓN DEFINITIVA PARA ETRENDLITE - VISTA RÁPIDA FLOTANTE (CORREGIDO)
   ============================================================ */

/* 1. Forzar que el botón sea un fantasma absoluto y no ocupe espacio abajo */
.etrend-product-slider .quick-view,
.featured-products .quick-view,
.product-miniature .quick-view,
#content .quick-view,
.boton-vista-museo {
    position: absolute !important;
    top: 50% !important;
    left: 50% !important;
    /* CORRECCIÓN: Eje central perfecto en reposo para evitar saltos */
    transform: translate(-50%, -50%) !important; 
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    margin: 0 !important;
    padding: 12px 20px !important;
    background: rgba(35, 35, 35, 0.95) !important;
    color: #ffffff !important;
    border: 1px solid #a0783b !important;
    font-family: 'Cinzel', serif !important;
    font-size: 11px !important;
    font-weight: 700 !important;
    letter-spacing: 2px !important;
    text-transform: uppercase !important;
    z-index: 9999 !important;
    
    /* Esconder de raíz el rectángulo inferior en carga inicial */
    opacity: 0 !important;
    visibility: hidden !important; 
    transition: opacity 0.25s ease-in-out, visibility 0.25s ease-in-out !important;
    white-space: nowrap !important;
    height: auto !important;
    width: auto !important;

    /* ANTIPARPADEO: El botón ignora el ratón hasta que la foto se activa */
    pointer-events: none !important; 
}

/* 2. Asegurar que la foto de etrendlite sea el contenedor de referencia exacto */
.etrend-product-slider .thumbnail-container,
.featured-products .thumbnail-container,
.product-miniature .thumbnail-container,
.thumbnail-top {
    position: relative !important;
    overflow: hidden !important;
}

/* 3. Hacer que el botón aparezca en el centro al pasar el ratón por la foto */
.product-miniature:hover .quick-view,
.thumbnail-container:hover .quick-view,
.thumbnail-top:hover .quick-view,
.thumbnail-top:hover .boton-vista-museo {
    opacity: 1 !important;
    visibility: visible !important;
    transform: translate(-50%, -50%) !important;
    /* Recupera el tacto para que el cliente pueda hacer clic */
    pointer-events: auto !important; 
}

/* 4. Efecto dorado al pasar el ratón sobre el propio botón */
.etrend-product-slider .quick-view:hover,
.featured-products .quick-view:hover,
.quick-view:hover,
.boton-vista-museo:hover {
    background: #a0783b !important;
    color: #ffffff !important;
    text-decoration: none !important;
}

/* 5. Títulos medievales/romanos perfectamente centrados */
.etrend-product-slider .product-title a,
.featured-products .product-title a,
.product-miniature .product-title a,
.product-title a {
    font-family: 'Cinzel', serif !important;
    font-weight: 700 !important;
    font-size: 20px !important;
    letter-spacing: 1.5px !important;
    text-transform: uppercase !important;
    color: #232323 !important;
    text-align: center !important;
    display: block !important;
    margin-bottom: 5px !important;
    margin-top: 15px !important;
}

.etrend-product-slider .product-title a:hover,
.featured-products .product-title a:hover,
.product-miniature .product-title a:hover {
    color: #a0783b !important;
}

/* 6. Precios en oro antiguo alineados y centrados en todas las secciones */
.etrend-product-slider .product-price-and-shipping,
.featured-products .product-price-and-shipping,
.product-miniature .product-price-and-shipping,
.product-price-and-shipping {
    text-align: center !important;
    display: block !important;
    width: 100% !important;
    margin-top: 10px !important;
}

.etrend-product-slider .product-price-and-shipping .price,
.featured-products .product-price-and-shipping .price,
.product-miniature .product-price-and-shipping .price,
.product-price-and-shipping .price {
    font-family: 'Cinzel', serif !important;
    font-weight: 700 !important;
    font-size: 22px !important;   
    color: #a0783b !important;   
    display: inline-block !important;
}
/* 1. Resetear el contenedor de la descripción para que trabaje en bloque natural */
.product-miniature .product-description {
    position: relative !important;
    height: auto !important;
    max-height: none !important;
    display: block !important;
}

/* 2. Forzar al título a ocupar su espacio real y romper restricciones */
.product-miniature .product-title,
.product-miniature h3.product-title,
.product-miniature .product-description h3 a {
    position: relative !important;
    display: block !important;
    height: auto !important;
    max-height: none !important;
    white-space: normal !important;
    overflow: visible !important;
    margin-bottom: 20px !important; /* Espacio de seguridad obligado abajo */
}

/* 3. DESACTIVAR el posicionamiento absoluto del precio (La raíz del problema) */
.product-miniature .product-price-and-shipping,
.product-miniature .product-prices,
.product-miniature .price {
    position: relative !important; /* Cambia de absolute a relative */
    top: auto !important;          /* Anula coordenadas fijas desde arriba */
    bottom: auto !important;       /* Anula coordenadas fijas desde abajo */
    left: auto !important;
    display: block !important;
    clear: both !important;        /* Rompe cualquier flotado lateral */
    transform: none !important;    /* Anula movimientos por CSS translate */
    margin-top: 10px !important;   /* Separa el precio del título */
}
/* --- NUEVO EFECTO DE ZOOM LIMPIO Y MÁS GRANDE EN PRODUCTO --- */

/* 1. Preparar el contenedor principal */
.product-cover,
.images-container .product-cover {
    overflow: hidden !important; /* Esconde el exceso de la imagen al ampliarse */
    position: relative !important;
    z-index: 10 !important;
    box-shadow: none !important;
}

/* 2. Definir el movimiento suave y el cursor estándar */
.product-cover img,
.images-container .product-cover img {
    transition: transform 0.5s ease-in-out !important; /* Tiempo del zoom */
    cursor: default !important; /* Fuerza el cursor de flecha estándar (NADA DE LUPAS) */
    position: relative !important;
    z-index: 1 !important;
}

/* 3. EL EFECTO DE ZOOM MÁS GRANDE AL PASAR EL RATÓN (Hover) */
.product-cover:hover img,
.images-container .product-cover:hover img {
    transform: scale(1.35) !important; /* <--- AHORA AMPLÍA UN 35%. Es un zoom profundo. Si lo quieres menos grande, prueba con 1.25 */
}

/* 4. SEGUIR DESACTIVANDO LA SOMBRA/OVERLAY DEL TEMA POR DEFECTO */
.product-cover:hover .zoom-overlay,
.images-container .product-cover:hover .zoom-overlay,
.images-container .product-cover:after {
    display: none !important;
    background: transparent !important;
    opacity: 0 !important;
    visibility: hidden !important;
}

/* ==========================================================================
   ATAQUE DIRECTO AL TOP-NAVIGATION-MENU (CINZEL + MAYÚSCULAS)
   ========================================================================== */
@import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@500;600;700&display=swap');

/* 1. Forzamos la fuente en el contenedor principal y en cualquier réplica */
.top-navigation-menu,
.top-navigation-menu *,
#header .top-navigation-menu a {
    font-family: 'Cinzel', serif !important;
}

/* 2. Ajustamos los enlaces principales: Fuente, Grosor y MAYÚSCULAS */
.top-navigation-menu a,
.top-navigation-menu .menu-item a {
    font-weight: 600 !important;
    letter-spacing: 0.5px !important;
    text-transform: uppercase !important; /* Fuerza las letras a Mayúsculas */
}

/* 3. Ajustamos los submenús desplegables (también en Mayúsculas si lo deseas) */
.top-navigation-menu .sub-menu a,
.top-navigation-menu .dropdown-menu a,
.top-navigation-menu .dropdown-item {
    font-weight: 500 !important;
    text-transform: uppercase !important; /* Quita esta línea si prefieres los desplegables en minúscula */
}
/* ==========================================================================
   DESTACAR EL PRECIO EN LA PÁGINA DE PRODUCTO
   ========================================================================== */

/* 1. Precio principal (el precio actual/final) */
.page-product .current-price span[content],
.page-product .product-prices .current-price .price,
.page-product .product-price {
    font-size: 28px !important;       /* Aumenta el tamaño (ajusta a tu gusto) */
    font-weight: 700 !important;       /* Lo hace más grueso/negrita */
    color: #b89454 !important;         /* Color actual. Cambia por tu color corporativo (ej: #b89454 para dorado) si quieres */
    display: inline-block;
    margin-bottom: 5px;
}

/* 2. Precio antiguo (si el producto tiene descuento, para que contraste) */
.page-product .product-discount .regular-price {
    font-size: 16px !important;       /* Más pequeño para que no compita con el precio nuevo */
    color: #999999 !important;         /* Color gris para que se note que está tachado */
    text-decoration: line-through;
}

/* 3. Etiqueta de porcentaje de descuento (ej: -20%) */
.page-product .has-discount .discount-badge {
    background-color: #d9534f !important; /* Fondo rojo para el descuento (puedes cambiarlo) */
    color: #ffffff !important;
    font-weight: bold !important;
    padding: 4px 8px !important;
    font-size: 14px !important;
    margin-left: 10px;
    border-radius: 3px;
}
/* ==========================================================================
   RESETEO RADICAL DE ESPACIOS PARA PRODUCTOS DESTACADOS
   ========================================================================== */

/* 1. Vaciamos a la fuerza los márgenes y paddings de TODO lo que esté debajo de la imagen */
.featured-products .product-miniature *,
.featured-products .product-item *,
#products .product-miniature * {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}

/* 2. Le devolvemos un margen mínimo y controlado de 5px SOLO al título y al precio para que no se peguen las letras */
.featured-products [class*="title"], 
.featured-products [class*="name"],
.featured-products h3,
.featured-products h2 {
    margin-top: 4px !important;
    margin-bottom: 20px !important;
}

.featured-products [class*="price"],
.featured-products .current-price {
    margin-bottom: 8px !important; /* Un poco de espacio abajo del precio antes del final de la ficha */
}
/* ==========================================================================
   OCULTAR EL ICONO DE CORAZÓN (WISHLIST) EN LAS FICHAS DE PRODUCTO
   ========================================================================== */

/* Apuntamos a todas las variantes de botones de favoritos/wishlist que usa Etrendlite */
.featured-products .wishlist-button,
.featured-products .wishlist-icon,
.featured-products .wb-wishlist-button,
.product-item .wishlist,
.product-item .wb-wishlist,
.product-miniature .wishlist-button,
.product-miniature [class*="wishlist"],
.product-miniature .favorite-button {
    display: none !important; /* Lo hace desaparecer por completo */
}
/* ==========================================================================
   BOTÓN AÑADIR AL CARRITO OVALADO Y PERSONALIZADO
   ========================================================================== */

/* 1. Estilo base: Forzar forma ovalada, fondo transparente y fuente negra */
.featured-products .add-to-cart-button,
.featured-products .ajax_add_to_cart_button,
.featured-products [data-button-action="add-to-cart"],
.product-item .add-to-cart-button,
.product-miniature .add-to-cart-button {
    background-color: transparent !important;   /* Eliminamos el fondo azul */
    background: none !important;                /* Aseguramos que no haya degradados */
    color: #000000 !important;                  /* Fuente negra */
    border: 2px solid #000000 !important;       /* Borde negro fino */
    border-radius: 50px !important;             /* ¡Efecto ovalado/píldora! */
    padding: 8px 20px !important;               /* Margen interno para que quede estilizado */
    font-weight: 600 !important;                /* Un poco de grosor a la letra */
    text-transform: uppercase !important;       /* Letras en mayúsculas si no lo estaban */
    transition: all 0.3s ease !important;       /* Transición suave para el cambio de color */
    display: inline-block !important;
    box-shadow: none !important;                /* Eliminamos sombras azules */
    
    /* Forzamos que suba de posición */
    margin-top: 5px !important;
    margin-bottom: 5px !important;
}

/* ==========================================================================
   EFECTO HOVER: BOTÓN EN BRONCE CON LETRAS BLANCAS
   ========================================================================== */

.featured-products .add-to-cart-button:hover,
.featured-products .ajax_add_to_cart_button:hover,
.featured-products [data-button-action="add-to-cart"]:hover,
.product-item .add-to-cart-button:hover,
.product-miniature .add-to-cart-button:hover {
    background-color: #b89454 !important;   /* El fondo se rellena de color bronce */
    color: #ffffff !important;                  /* Las letras cambian a blanco limpio */
    border-color: #b89454 !important;           /* El borde se funde con el fondo bronce */
}
/* ==========================================================================
   EFECTO DE ZOOM Y TARJETA FLOTANTE AL PASAR EL RATÓN (HOVER)
   ========================================================================== */

/* 1. Preparamos el contenedor del producto para que pueda "sobresalir" suavemente */
.featured-products .product-miniature,
.featured-products .product-item,
#products .product-miniature {
    transition: transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1) !important;
    position: relative !important;
    z-index: 1 !important;
    background-color: #ffffff !important; /* Asegura fondo blanco para que no sea transparente al flotar */
    border-radius: 8px !important;       /* Bordes sutilmente redondeados en la tarjeta */
}

/* 2. EFECTO HOVER DE LA TARJETA: Se agranda y proyecta una sombra elegante */
.featured-products .product-miniature:hover,
.featured-products .product-item:hover,
#products .product-miniature:hover {
    transform: scale(1.06) !important;   /* Agranda la tarjeta un 6% */
    z-index: 10 !important;              /* La coloca por encima de las tarjetas de los lados */
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.15) !important; /* Sombra profunda de joyería de lujo */
}

/* 3. Preparamos la imagen para que haga zoom hacia ADENTRO sin salirse de su recuadro */
.featured-products .product-thumbnail,
.featured-products .thumbnail-container,
.product-item .wb-image-block,
.product-item [class*="image"] {
    overflow: hidden !important;        /* Truco clave: recorta la imagen si se sale de los bordes */
}

.featured-products .product-thumbnail img,
.featured-products .thumbnail-container img,
.product-item [class*="image"] img {
    transition: transform 0.5s ease !important; /* Movimiento suave de la cámara */
}

/* 4. EFECTO HOVER DE LA IMAGEN: Zoom interno al pasar el ratón */
.featured-products .product-miniature:hover img,
.featured-products .product-item:hover img,
#products .product-miniature:hover img {
    transform: scale(1.12) !important;  /* Zoom del 12% hacia el detalle de la joya */
}
/* ==========================================================================
   EFECTO DE ZOOM Y TARJETA FLOTANTE AL PASAR EL RATÓN (HOVER)
   ========================================================================== */

/* 1. Preparamos el contenedor del producto para que pueda "sobresalir" suavemente */
.featured-products .product-miniature,
.featured-products .product-item,
#products .product-miniature {
    transition: transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1) !important;
    position: relative !important;
    z-index: 1 !important;
    background-color: #ffffff !important; /* Asegura fondo blanco para que no sea transparente al flotar */
    border-radius: 8px !important;       /* Bordes sutilmente redondeados en la tarjeta */
}

/* 2. EFECTO HOVER DE LA TARJETA: Se agranda y proyecta una sombra elegante */
.featured-products .product-miniature:hover,
.featured-products .product-item:hover,
#products .product-miniature:hover {
    transform: scale(1.06) !important;   /* Agranda la tarjeta un 6% */
    z-index: 10 !important;              /* La coloca por encima de las tarjetas de los lados */
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.15) !important; /* Sombra profunda de joyería de lujo */
}

/* 3. Preparamos la imagen para que haga zoom hacia ADENTRO sin salirse de su recuadro */
.featured-products .product-thumbnail,
.featured-products .thumbnail-container,
.product-item .wb-image-block,
.product-item [class*="image"] {
    overflow: hidden !important;        /* Truco clave: recorta la imagen si se sale de los bordes */
}

.featured-products .product-thumbnail img,
.featured-products .thumbnail-container img,
.product-item [class*="image"] img {
    transition: transform 0.5s ease !important; /* Movimiento suave de la cámara */
}

/* 4. EFECTO HOVER DE LA IMAGEN: Zoom interno al pasar el ratón */
.featured-products .product-miniature:hover img,
.featured-products .product-item:hover img,
#products .product-miniature:hover img {
    transform: scale(1.12) !important;  /* Zoom del 12% hacia el detalle de la joya */
}
/* ==========================================================================
   EFECTO DE ZOOM Y TARJETA FLOTANTE AL PASAR EL RATÓN (HOVER)
   ========================================================================== */

/* 1. Preparamos el contenedor del producto para que pueda "sobresalir" suavemente */
.featured-products .product-miniature,
.featured-products .product-item,
#products .product-miniature {
    transition: transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1) !important;
    position: relative !important;
    z-index: 1 !important;
    background-color: #ffffff !important; /* Asegura fondo blanco para que no sea transparente al flotar */
    border-radius: 8px !important;       /* Bordes sutilmente redondeados en la tarjeta */
}

/* 2. EFECTO HOVER DE LA TARJETA: Se agranda y proyecta una sombra elegante */
.featured-products .product-miniature:hover,
.featured-products .product-item:hover,
#products .product-miniature:hover {
    transform: scale(1.06) !important;   /* Agranda la tarjeta un 6% */
    z-index: 10 !important;              /* La coloca por encima de las tarjetas de los lados */
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.15) !important; /* Sombra profunda de joyería de lujo */
}

/* 3. Preparamos la imagen para que haga zoom hacia ADENTRO sin salirse de su recuadro */
.featured-products .product-thumbnail,
.featured-products .thumbnail-container,
.product-item .wb-image-block,
.product-item [class*="image"] {
    overflow: hidden !important;        /* Truco clave: recorta la imagen si se sale de los bordes */
}

.featured-products .product-thumbnail img,
.featured-products .thumbnail-container img,
.product-item [class*="image"] img {
    transition: transform 0.5s ease !important; /* Movimiento suave de la cámara */
}

/* 4. EFECTO HOVER DE LA IMAGEN: Zoom interno al pasar el ratón */
.featured-products .product-miniature:hover img,
.featured-products .product-item:hover img,
#products .product-miniature:hover img {
    transform: scale(1.12) !important;  /* Zoom del 12% hacia el detalle de la joya */
}/* ==========================================================================
   BOTÓN AÑADIR AL CARRITO: SUBIR POSICIÓN Y QUITAR FONDO AZUL
   ========================================================================== */

/* 1. Forzar al botón a subir y pegarse al precio */
.featured-products .add-to-cart-button,
.featured-products .ajax_add_to_cart_button,
.product-item [class*="add-to-cart"],
.product-miniature [class*="cart"] {
    margin-top: 5px !important;    /* Lo pega sutilmente debajo del precio */
    margin-bottom: 5px !important;
}

/* 2. Quitar el fondo azul y personalizar el estilo del botón */
.featured-products .add-to-cart-button,
.featured-products .ajax_add_to_cart_button,
.product-item [class*="add-to-cart"],
.product-miniature [class*="cart"] {
    background-color: transparent !important; /* Adiós al fondo azul */
    background: none !important;              /* Doble seguridad contra degradados */
    color: #000000 !important;                /* Color del texto/icono en negro (cámbialo si prefieres otro) */
    border: 1px solid #000000 !important;     /* Le ponemos un borde fino negro muy elegante */
    box-shadow: none !important;              /* Quitamos sombras azules si las tuviera */
}

/* 3. Efecto al pasar el ratón por encima (Hover) */
.featured-products .add-to-cart-button:hover,
.featured-products .ajax_add_to_cart_button:hover,
.product-item [class*="add-to-cart"]:hover,
.product-miniature [class*="cart"]:hover {
    background-color: #000000 !important;     /* Al pasar el ratón, el fondo se vuelve negro... */
    color: #ffffff !important;                /* ...y las letras blancas */
    border-color: #000000 !important;
}
/* ==========================================================================
   EFECTO DE ZOOM Y TARJETA FLOTANTE AL PASAR EL RATÓN (HOVER)
   ========================================================================== */

/* 1. Preparamos el contenedor del producto para que pueda "sobresalir" suavemente */
.featured-products .product-miniature,
.featured-products .product-item,
#products .product-miniature {
    transition: transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1) !important;
    position: relative !important;
    z-index: 1 !important;
    background-color: #ffffff !important; /* Asegura fondo blanco para que no sea transparente al flotar */
    border-radius: 8px !important;       /* Bordes sutilmente redondeados en la tarjeta */
}

/* 2. EFECTO HOVER DE LA TARJETA: Se agranda y proyecta una sombra elegante */
.featured-products .product-miniature:hover,
.featured-products .product-item:hover,
#products .product-miniature:hover {
    transform: scale(1.06) !important;   /* Agranda la tarjeta un 6% */
    z-index: 10 !important;              /* La coloca por encima de las tarjetas de los lados */
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.15) !important; /* Sombra profunda de joyería de lujo */
}

/* 3. Preparamos la imagen para que haga zoom hacia ADENTRO sin salirse de su recuadro */
.featured-products .product-thumbnail,
.featured-products .thumbnail-container,
.product-item .wb-image-block,
.product-item [class*="image"] {
    overflow: hidden !important;        /* Truco clave: recorta la imagen si se sale de los bordes */
}

.featured-products .product-thumbnail img,
.featured-products .thumbnail-container img,
.product-item [class*="image"] img {
    transition: transform 0.5s ease !important; /* Movimiento suave de la cámara */
}

/* 4. EFECTO HOVER DE LA IMAGEN: Zoom interno al pasar el ratón */
.featured-products .product-miniature:hover img,
.featured-products .product-item:hover img,
#products .product-miniature:hover img {
    transform: scale(1.12) !important;  /* Zoom del 12% hacia el detalle de la joya */
}
/* ==========================================================================
   BOTÓN VISTA RÁPIDA: CENTRADO PERFECTO EN MODO PÍLDORA (OVALADO)
   ========================================================================== */

/* 1. Preparamos el contenedor de la imagen para que sea el "ancla" del botón */
.featured-products .product-miniature,
.featured-products .product-item,
.product-item .thumbnail-container {
    position: relative !important;
}

/* 2. Forzamos al botón de vista rápida a posicionarse en el centro absoluto */
.featured-products .quickview,
.featured-products .quick-view,
.featured-products [data-link-action="quickview"],
.product-item [class*="quickview"] {
    position: absolute !important;
    top: 20% !important;               /* Tu valor perfecto que lo clava en la foto */
    left: 50% !important;
    transform: translate(-50%, -50%) scale(0.8) !important; 
    margin: 0 !important;
    z-index: 5 !important;
    
    /* --- CAMBIOS PARA EL MODO PÍLDORA / ÓVALO --- */
    width: auto !important;             /* Eliminamos el ancho fijo redondo */
    height: auto !important;            /* Eliminamos el alto fijo redondo */
    padding: 8px 18px !important;       /* Margen interno para darle forma alargada */
    border-radius: 50px !important;     /* ¡Forma de óvalo o píldora perfecta! */
    white-space: nowrap !important;     /* Obliga a que todo el texto salga en una sola línea */
    
    /* Tipografía refinada */
    font-size: 11px !important;         /* Letra fina estilo joyería */
    font-weight: 600 !important;
    text-transform: uppercase !important; /* Texto en mayúsculas */
    letter-spacing: 0.5px !important;
    
    /* Estilo del botón (Corregido: Fondo blanco con texto y borde negro) */
    background-color: #ffffff !important; 
    color: #000000 !important;           
    border: 1px solid #000000 !important;
    
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    
    /* Lo ocultamos en reposo */
    opacity: 0 !important;
    visibility: hidden !important;
    transition: transform 0.3s ease, opacity 0.3s ease, visibility 0.3s ease !important;
    box-shadow: 0 4px 10px rgba(0,0,0,0.15) !important;
}

/* 3. AL PASAR EL RATÓN: El botón aparece con un efecto suave en el centro */
.featured-products .product-miniature:hover .quickview,
.featured-products .product-miniature:hover .quick-view,
.featured-products .product-miniature:hover [data-link-action="quickview"],
.featured-products .product-item:hover [class*="quickview"] {
    opacity: 1 !important;
    visibility: visible !important;
    transform: translate(-50%, -50%) scale(1) !important; 
}

/* 4. Efecto Hover sobre el propio botón de vista rápida */
.featured-products .quickview:hover,
.featured-products .quick-view:hover,
.featured-products [data-link-action="quickview"]:hover,
.product-item [class*="quickview"]:hover {
    background-color: #b89454 !important; /* Se vuelve bronce al poner el cursor encima */
    color: #ffffff !important;           /* Texto pasa a blanco */
    border-color: #b89454 !important;
}
/* ==========================================================================
   ELIMINACIÓN TOTAL DE LÍNEAS Y SEPARADORES EN EL HOVER DE LA FICHA
   ========================================================================== */

/* 1. Quitamos cualquier línea, borde o sombra que intente pintar el contenedor de la foto */
.featured-products .product-miniature:hover .product-thumbnail,
.featured-products .product-miniature:hover .thumbnail-container,
.featured-products .product-miniature:hover .wb-image-block,
.product-item:hover .thumbnail-container,
.product-item:hover .wb-image-block {
    border: none !important;
    border-bottom: 0 !important;
    box-shadow: none !important;
}

/* 2. Quitamos cualquier borde o sombra del bloque de descripción de abajo */
.featured-products .product-miniature:hover .product-description,
.featured-products .product-miniature:hover .product-meta,
.featured-products .product-miniature:hover .wb-product-desc,
.product-item:hover .product-description,
.product-item:hover .wb-product-desc {
    border: none !important;
    border-top: 0 !important;
    box-shadow: none !important;
}

/* 3. El golpe final: desactivamos los divisores invisibles de CSS (pseudo-elementos) */
.featured-products .product-miniature:hover *::before,
.featured-products .product-miniature:hover *::after,
.product-item:hover *::before,
.product-item:hover *::after {
    background: none !important;
    border: none !important;
    height: 0 !important;
    width: 0 !important;
    display: none !important;
}
/* ==========================================================================
   MÓDULO DE TEXTO PERSONALIZADO (#custom-text): INTEGRACIÓN TOTAL
   ========================================================================== */

/* 1. Forzamos a los títulos (h2, h4) a ignorar su fuente 'Old Standard TT' */
#custom-text h2, 
#custom-text h2 strong, 
#custom-text h4 {
    font-family: inherit !important; /* Hereda la tipografía limpia del resto de la web */
}

/* 2. Ajustamos los estilos para que tengan la misma finura que tu menú/títulos */
#custom-text h2 strong {
    font-size: 15px !important;
    font-weight: 600 !important;
    letter-spacing: 1px !important;  /* Espaciado elegante entre letras estilo joyería */
    text-transform: uppercase !important;
}

#custom-text h4 {
    font-size: 17px !important;      /* Bajamos un pelín el tamaño para que sea más fino y legible */
    font-weight: 400 !important;      /* Letra más ligera, menos pesada */
    line-height: 1.5 !important;      /* Más espacio entre líneas para que respire el texto */
    color: #555555 !important;        /* Un gris un punto más suave y elegante */
}
/* ==========================================================================
   SLIDER PRINCIPAL: ACORTADO VERTICAL MEDIANTE CÓDIGO QUIRÚRGICO
   ========================================================================== */

/* 1. Forzamos el recorte de altura en los contenedores reales */
.image-slider-block,
.image-slider-block #carousel,
.image-slider-block .carousel-inner,
.image-slider-block .carousel-item {
    height: 320px !important;    /* Tu nueva altura máxima (puedes cambiarla a 400px o 450px a tu gusto) */
    max-height: 420px !important;
    overflow: hidden !important;  /* Esconde el exceso de foto */
}

/* 2. Tratamiento anti-deformación para las imágenes de las réplicas */
.image-slider-block .carousel-item img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;     /* Mantiene la proporción de la foto sin aplastarla */
    object-position: center !important; /* El recorte se hace equitativamente por arriba y abajo */
}

/* ==========================================================================
   SLIDER: COLOCACIÓN FIJA (TÍTULO ARRIBA-IZQ / DESC ABAJO-DER)
   ========================================================================== */

/* 1. Convertimos el contenedor en un lienzo libre */
.image-slider-block .carousel-item .caption {
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    transform: none !important;
    width: 100% !important;
    height: 100% !important;
    position: absolute !important;
}

/* 2. Fijamos el Título ARRIBA a la IZQUIERDA */
.image-slider-block .carousel-item .caption h2 {
    position: absolute !important;
    top: 40px !important;    /* Distancia desde el borde superior */
    left: 80px !important;   /* Distancia desde el borde izquierdo (puedes aumentarlo para moverlo a la derecha) */
    text-align: left !important;
    margin: 0 !important;
}

/* 3. Fijamos la Descripción ABAJO a la DERECHA */
.image-slider-block .carousel-item .caption .caption-description {
    position: absolute !important;
    bottom: 40px !important; /* Distancia desde el borde inferior */
    right: 60px !important;  /* Distancia desde el borde derecho (bájalo si quieres pegarlo más a la derecha) */
    text-align: right !important;
    margin: 0 !important;
    width: auto !important;  /* Evita que ocupe todo el ancho */
    max-width: 45% !important; /* Limita el ancho para que el texto no sea infinito */
}

/* 4. Forzamos el texto interior de la descripción */
.image-slider-block .caption-description h3,
.image-slider-block .caption-description p {
    text-align: right !important;
    text-transform: uppercase !important;
    letter-spacing: 1px !important;
    margin: 5px 0 0 0 !important;
}

/* ==========================================================================
   SLIDER: FUENTES DE LA DESCRIPCIÓN EN MAYÚSCULAS (UPPERCASE)
   ========================================================================== */

/* 4. Forzamos el texto en mayúsculas y ajustamos el margen a la derecha */
.image-slider-block .caption-description h3,
.image-slider-block .caption-description p {
    text-align: right !important;
    text-transform: uppercase !important; /* Convierte todo el texto a mayúsculas automáticamente */
    letter-spacing: 1px !important;       /* Separa un pelín las letras para que sea muy legible */
    margin: 5px 0 0 0 !important;
}

/* 4. Opcional: un toque de finura a las flechas de dirección para que queden centradas */
.image-slider-block .carousel-control {
    display: flex !important;
    align-items: center !important;
}
/* ==========================================================================
   SLIDER: FLECHAS DE DIRECCIÓN EN COLOR BRONCE
   ========================================================================== */

/* 1. Cambia el color de los iconos de las flechas (izquierda y derecha) */
.image-slider-block .carousel-control .material-icons {
    color: #b89454 !important; /* Tu color bronce corporativo */
    font-size: 40px !important; /* Por si quieres ajustar el tamaño para que se vean nítidas */
    transition: transform 0.3s ease, color 0.3s ease !important; /* Transición suave */
}

/* 2. EFECTO HOVER: Hace que la flecha se ilumine un poco o se mueva sutilmente al pasar el ratón */
.image-slider-block .carousel-control:hover .material-icons {
    color: #d4af37 !important; /* Un tono bronce dorado un pelín más brillante al hacer hover */
}

.image-slider-block .carousel-control.left:hover .material-icons {
    transform: translateX(-3px) !important; /* Desplazamiento sutil a la izquierda */
}

.image-slider-block .carousel-control.right:hover .material-icons {
    transform: translateX(3px) !important; /* Desplazamiento sutil a la derecha */
}

/* 3. OPCIONAL: Si la plantilla tiene un fondo semitransparente oscuro detrás de la flecha y quieres quitarlo */
.image-slider-block .carousel-control {
    background: none !important; /* Elimina cualquier mancha gris o negra de fondo */
    opacity: 0.8 !important;     /* Hace que la flecha sea un pelín discreta */
}

.image-slider-block .carousel-control:hover {
    opacity: 1 !important;       /* Brillo total al pasar el ratón */
}
/* ==========================================================================
   SLIDER: ELIMINACIÓN TOTAL DEL CUADRADO AZUL Y FLECHAS BRONCE REALES
   ========================================================================= */

/* 1. Desarmamos CUALQUIER elemento o capa que genere el fondo o marco azul */
.image-slider-block .carousel-control,
.image-slider-block .carousel-control *,
.image-slider-block .carousel-control::before,
.image-slider-block .carousel-control::after {
    background: none !important;
    background-color: transparent !important;
    background-image: none !important;
    border: none !important;
    box-shadow: none !important;
    text-shadow: none !important;
}

/* 2. Acotamos el contenedor para que no use espacio innecesario */
.image-slider-block .carousel-control {
    width: 60px !important;
    height: 100% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    opacity: 1 !important;
}

/* ==========================================================================
   SLIDER: FLECHAS PERFECTAMENTE CENTRADAS EN SUS CÍRCULOS BRONCE
   ========================================================================== */

/* 3. Reconstrucción del círculo con centrado de alta precisión */
.image-slider-block .carousel-control .material-icons {
    color: #b89454 !important;
    border: 2px solid #b89454 !important;
    border-radius: 50% !important;
    background-color: transparent !important;
    transition: all 0.3s ease !important;
    
    /* Truco de precisión: Forzamos un tamaño fijo redondo y alineamos el icono dentro */
    width: 44px !important;           /* Ajusta el ancho del círculo */
    height: 44px !important;          /* Ajusta la altura (debe ser igual al ancho) */
    display: flex !important;
    align-items: center !important;   /* Centrado vertical absoluto */
    justify-content: center !important; /* Centrado horizontal absoluto */
    padding: 0 !important;            /* Eliminamos el padding antiguo que desalineaba */
    font-size: 24px !important;       /* Tamaño de la flecha interior */
    line-height: 1 !important;
}

/* 4. EFECTO HOVER: Relleno bronce y flecha blanca manteniendo el centrado */
.image-slider-block .carousel-control:hover .material-icons {
    color: #ffffff !important;
    border-color: #d4af37 !important;
    background-color: #d4af37 !important;
    box-shadow: 0 0 10px rgba(212, 175, 55, 0.4) !important;
}
/* ==========================================================================
   PRODUCTOS: BORRAR CUALQUIER RECUADRO RESIDUAL EN EL BOTÓN
   ========================================================================== */

/* 1. Quitamos bordes, fondos y sombras a los contenedores (la caja "add" y el formulario) */
.add, 
.add .cart-form-url {
    background: transparent !important;
    background-color: transparent !important;
    border: none !important;
    box-shadow: none !important;
    outline: none !important;
}

/* 2. Forzamos el redondeado y limpiamos el botón real */
.add .cart-form-url button[data-button-action="add-to-cart"],
.add .cart-form-url .btn-primary {
    border-radius: 50px !important;    /* Ajusta la píldora */
    overflow: hidden !important;       /* Corta las esquinas del botón si intentan sobresalir */
    border: none !important;           /* Quita bordes del botón */
    box-shadow: none !important;       /* Elimina sombras cuadradas */
    outline: none !important;          /* Elimina el recuadro de clic */
}

/* 3. Por si la plantilla usa un pseudo-elemento (:before o :after) para hacer el cuadrado */
.add .cart-form-url button::before,
.add .cart-form-url button::after {
    display: none !important;
}
/* ==========================================================================
   PLAN DE ATAQUE ABSOLUTO: ELIMINAR CUADRADO DEL CARRITO (FASE NEGRO SOLUCIONADA)
   ========================================================================== */

/* 1. Forzamos el redondeado en todo el bloque */
.add, 
.add *,
.cart-form-url,
.cart-form-url *,
button[data-button-action="add-to-cart"] {
    border-radius: 50px !important;
}

/* 2. Fulminamos el fondo negro del botón para que no manche el bronce */
button[data-button-action="add-to-cart"] {
    background-color: transparent !important; /* Quita el negro de fondo */
    background-image: none !important;        /* Por si fuera un degradado negro */
    border: none !important;
    box-shadow: none !important;
}

/* 3. Limpiamos también los contenedores por si acaso */
.add,
.cart-form-url {
    border: none !important;
    box-shadow: none !important;
    outline: none !important;
    background: transparent !important;
    background-color: transparent !important;
}

/* 4. Evitamos que el negro vuelva al pasar el ratón (Hover) o hacer clic */
button[data-button-action="add-to-cart"]:focus,
button[data-button-action="add-to-cart"]:active,
button[data-button-action="add-to-cart"]:hover {
    border-radius: 50px !important;
    background-color: transparent !important; 
    outline: none !important;
    box-shadow: none !important;
}/* ==========================================================================
   PRODUCTOS: SOLUCIÓN DEFINITIVA AL CUADRADO NEGRO EN EL HOVER
   ========================================================================== */

/* 1. Forzamos el redondeado total en cualquier estado del botón */
.product-item [class*="add-to-cart"],
.product-miniature [class*="cart"],
button[data-button-action="add-to-cart"] {
    border-radius: 50px !important;
    overflow: hidden !important;
}

/* 2. ATREZO INTERCEPTADO: Machacamos el fondo negro cuando se pasa el ratón */
.to-cart-button:hover, 
.featured-products .ajax_add_to_cart_button:hover, 
.product-item [class*="add-to-cart"]:hover, 
.product-miniature [class*="cart"]:hover,
button[data-button-action="add-to-cart"]:hover {
    background-color: transparent !important; /* ¡Adiós al fondo negro! */
    border-color: transparent !important;     /* ¡Adiós al borde cuadrado negro! */
    box-shadow: none !important;
    outline: none !important;
}
/* ==========================================================================
   ESTILO: BOTÓN "CALCULAR GASTOS DE ENVÍO"
   ========================================================================== */
.bloque-simulador-envio {
    margin-top: 15px;
    margin-bottom: 15px;
}

.enlace-popup-envio {
    display: inline-flex;
    align-items: center;
    color: #a88c52 !important; /* Tu color bronce/dorado corporativo, cámbialo si quieres */
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    text-decoration: none !important;
    letter-spacing: 0.5px;
    transition: color 0.3s ease;
}

.enlace-popup-envio i {
    margin-right: 8px;
    font-size: 20px; /* Tamaño del camioncito */
    vertical-align: middle;
}

.enlace-popup-envio:hover {
    color: #000000 !important; /* Cambia a negro al pasar el ratón */
    text-decoration: none !important;
}
/* Asegura que el puntero del ratón marque que es clickeable */
.enlace-popup-envio {
    cursor: pointer;
}
/* ==========================================================================
   LIMPIEZA RADICAL DEL POP-UP DE GASTOS DE ENVÍO (ID 7)
   ========================================================================== */
/* Ocultamos la cabecera completa (Logo, buscador, menús) */
body.page-content-only#cms-page-7 #header,
body.page-content-only#cms-page-7 .header-nav,
body.page-content-only#cms-page-7 .header-top {
    display: none !important;
}

/* Ocultamos el pie de página por completo (Footer, enlaces, copyright) */
body.page-content-only#cms-page-7 #footer,
body.page-content-only#cms-page-7 .footer-container {
    display: none !important;
}

/* Ocultamos los bloques de navegación sobrantes (migas de pan) */
body.page-content-only#cms-page-7 .breadcrumb {
    display: none !important;
}

/* Ajustamos los márgenes para que el texto de las tarifas empiece arriba del todo */
body.page-content-only#cms-page-7 #wrapper {
    padding-top: 10px !important;
    background: #ffffff !important;
}

body.page-content-only#cms-page-7 #content {
    margin: 0 auto !important;
    padding: 15px !important;
    max-width: 100% !important;
}
/* ==========================================================================
   DISEÑO: VENTANA MODAL GASTOS DE ENVÍO
   ========================================================================== */
/* Fondo oscuro que cubre la web */
.modal-envios-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    z-index: 99999;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease;
}

/* Activación de la ventana */
.modal-envios-overlay.activo {
    opacity: 1;
    pointer-events: auto;
}

/* La cajita blanca central */
.modal-envios-wrapper {
    background: #ffffff;
    padding: 30px;
    border-radius: 8px;
    max-width: 500px;
    width: 90%;
    position: relative;
    box-shadow: 0 5px 15px rgba(0,0,0,0.3);
    border: 1px solid #a88c52; /* Tu toque bronce corporativo */
}

/* El botón de cerrar (X) */
.modal-envios-cerrar {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 28px;
    font-weight: bold;
    color: #666;
    cursor: pointer;
    transition: color 0.2s;
}
.modal-envios-cerrar:hover {
    color: #000000;
}

/* Estilo del texto interior */
.modal-envios-body h3 {
    color: #a88c52 !important;
    font-size: 18px;
    margin-bottom: 15px;
    text-transform: uppercase;
    font-weight: 600;
}
.modal-envios-body p {
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 10px;
    color: #333333;
}
/* 1. Reajustar las columnas principales para que sumen 12 y quepan en una línea */
#_desktop_logo {
    flex: 0 0 16.666667% !important;
    max-width: 16.666667% !important; /* Columna de 2 de 12 */
}

.header-top-right {
    flex: 0 0 83.333333% !important;
    max-width: 83.333333% !important; /* Columna de 10 de 12 */
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    align-items: center !important;
    justify-content: space-between !important;
}

/* 2. Forzar que el texto personalizado se quede en el centro y reduzca su tamaño de letra para que quepa */
#custom-text {
    order: 2 !important;
    flex: 1 1 auto !important;
    text-align: center !important;
    margin: 0 15px !important;
    padding: 0 !important;
}

#custom-text h3 {
    font-size: 13px !important; /* Letra un poco más compacta para que no rompa la línea */
    line-height: 1.4 !important;
    margin: 0 !important;
    text-align: center !important;
}

/* 3. Ajustar la barra de búsqueda a la derecha del texto */
#search_widget {
    order: 3 !important;
    flex: 0 0 25% !important; /* Le damos su espacio justo */
    max-width: 25% !important;
    margin: 0 10px 0 auto !important;
    float: none !important;
}

/* 4. Ajustar el carrito en el extremo derecho */
#_desktop_cart {
    order: 4 !important;
    flex: 0 0 auto !important;
    margin-left: 0 !important;
}

.blockcart {
    white-space: nowrap !important;
}
/* ==========================================================================
   1. EL CARRITO (Piso de arriba - Ajustado a la derecha)
   ========================================================================== */
#header #_desktop_cart {
    position: absolute !important;
    top: 5px !important;       
    right: 20px !important;    
    display: block !important;
    z-index: 9999 !important;
}

/* ==========================================================================
   2. LA BARRA DE BÚSQUEDA (Piso de abajo - Bajada para que NO se pisen)
   ========================================================================== */
#header #search_widget, #header #_desktop_search_widget {
    position: absolute !important;
    top: 70px !important;      /* Lo bajamos a 85px para garantizar que no roce el carrito */
    right: 10px !important;    /* Alineado perfectamente en vertical con el carrito */
    width: 260px !important;   
    display: block !important;
    z-index: 9998 !important;
}

/* ==========================================================================
   3. DOMANDO EL BLOQUE DE TEXTO PERSONALIZADO (¡POR FIN CON SU ID REAL!)
   ========================================================================== */
#header #custom-text {
    position: relative !important;
    display: block !important;
    float: left !important;
    /* Forzamos a que el texto solo ocupe la parte izquierda/centro */
    width: calc(100% - 320px) !important; 
    max-width: 60% !important;     
    /* Muro de contención para que no invada la zona del carro y la búsqueda */
    margin-right: 320px !important; 
    top: auto !important;
    right: auto !important;
    text-align: left !important; /* Si prefieres que el bloque entero se alinee a la izquierda */
}

/* Ajuste extra para asegurar que los encabezados de dentro del texto respeten el espacio */
#header #custom-text h3 {
    margin: 0 !important;
    line-height: 1.4 !important;
}
/* Ocultar temporalmente el simulador de gastos de envío */
.bloque-simulador-envio {
    display: none !important;
}
/* --- Unificar Vista Rápida como Cápsula de Inicio (Branco al Hover) --- */

/* 1. Preparamos el contenedor de la imagen en categorías para que acepte elementos flotantes */
#products .product-miniature .thumbnail-container,
#js-product-list .product-miniature .thumbnail-container {
    position: relative;
    overflow: hidden;
}

/* 2. Reseteamos el botón por defecto para convertirlo en cápsula minimalista */
#products .product-miniature .quick-view,
#js-product-list .product-miniature .quick-view {
    /* Reseteamos estilos previos para que no coja todo el ancho */
    all: unset; 
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    cursor: pointer;

    /* Posicionamiento flotante sobre la imagen (igual que en inicio) */
    position: absolute;
    top: 50%; /* Lo centra verticalmente */
    left: 50%; /* Lo centra horizontalmente */
    transform: translate(-50%, -50%) scale(0.5); /* Lo mantiene centrado y pequeño por defecto */
    
    /* Diseño de Cápsula minimalista */
    width: auto !important;
    height: auto !important;
    padding: 10px 18px !important;
    border-radius: 25px !important; /* Bordes muy redondeados tipo cápsula */
    
    /* Colores por defecto (Ajusta si el inicio es blanco o transparente) */
    background: rgba(255, 255, 255, 0.9) !important;
    color: #333 !important;
    font-weight: 500;
    
    /* Sombras y transiciones para que flote suave */
    box-shadow: 0 4px 15px rgba(0,0,0,0.2) !important;
    opacity: 0; /* Oculto por defecto */
    transition: all 0.4s ease !important;
    z-index: 5;
}

/* 3. Ajustamos el icono y el texto dentro de la cápsula (si lo tiene) */
#products .product-miniature .quick-view i,
#js-product-list .product-miniature .quick-view i {
    margin-right: 6px;
    font-size: 18px;
}

/* 4. EFECTO HOVER: Mostramos la cápsula y aplicamos el color BRONCE */
#products .product-miniature:hover .quick-view,
#js-product-list .product-miniature:hover .quick-view {
    opacity: 1; /* Aparece */
    transform: translate(-50%, -50%) scale(1); /* Sube a su tamaño real flotando */
}

/* 5. El toque final: Color BRONCE al hacer hover sobre la propia cápsula */
#products .product-miniature .quick-view:hover,
#js-product-list .product-miniature .quick-view:hover {
    background: #A67C52 !important; /* --- ESTE ES EL COLOR BRONCE --- */
    color: #ffffff !important; /* Texto o icono en blanco para contrastar */
    box-shadow: 0 6px 20px rgba(166, 124, 82, 0.4) !important; /* Sombra también en bronce */
}
/* --- ESTILOS PARA EL FOOTER CHULO --- */

/* Color de fondo del footer (Gris oscuro/negro) */
.footer-container {
    background-color: #1e1e1e !important;
    color: #cccccc !important;
}

/* Títulos de las columnas en color Bronce */
.footer-container h3, 
.footer-container .h3,
.footer-container h4 {
    color: #A67C52 !important; /* Nuestro bronce */
    text-transform: uppercase;
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 20px;
}

/* Enlaces del footer en blanco roto y efecto bronce al pasar el ratón */
.footer-container a {
    color: #dddddd !important;
    transition: color 0.3s ease;
}

.footer-container a:hover {
    color: #A67C52 !important; /* Cambia a bronce al pasar el ratón */
    text-decoration: none;
}
/* --- CONFIGURACIÓN FOOTER ELEGANTE Y BRONCE --- */

/* Fondo oscuro para todo el pie de página */
.footer-container {
    background-color: #1a1a1a !important;
    color: #b3b3b3 !important;
    padding-top: 40px;
    padding-bottom: 30px;
}

/* Títulos de todas las columnas del footer en color BRONCE */
.footer-container h3, 
.footer-container .h3,
.footer-container h4,
.block-contact .title-footer-block {
    color: #A67C52 !important; /* Tono bronce corporativo */
    font-weight: 600 !important;
    text-transform: uppercase;
    font-size: 15px !important;
    letter-spacing: 1px;
    margin-bottom: 20px;
}

/* Enlaces del footer en color blanco suave */
.footer-container ul li a,
.footer-container a {
    color: #e0e0e0 !important;
    font-size: 14px;
    transition: all 0.2s ease;
}

/* Efecto al pasar el ratón por encima de los enlaces: cambia a bronce */
.footer-container ul li a:hover,
.footer-container a:hover {
    color: #A67C52 !important; 
    padding-left: 3px; /* Pequeño efecto de desplazamiento visual */
    text-decoration: none !important;
}

/* Ajuste para los iconos de contacto si los hay */
.footer-container .block-contact i {
    color: #A67C52 !important;
}
/* Forzar que los bloques del footer se organicen en columnas alineadas */
.footer-container .links .wrapper {
    width: 33.33% !important;
    float: left !important;
    min-height: 150px;
    padding: 0 15px;
    box-sizing: border-box;
}

/* Limpiar los flotados para que el fondo no se rompa */
.footer-container .links::after {
    content: "";
    display: table;
    clear: both;
}

/* Ajuste para que en móviles se vuelvan a poner uno debajo de otro y se lea bien */
@media (max-width: 767px) {
    .footer-container .links .wrapper {
        width: 25% !important;
        float: none !important;
        text-align: center;
        margin-bottom: 30px;
    }
}
/* ===================================================
   RESCATE DEL HEADER: REPOSO BLANCO Y HOVER BRONCE
   =================================================== */

/* 1. Enlaces del menú en reposo: BLANCOS */
.menu-dropdown ul li a,
.main-menu a,
#header .menu a,
.et-menu-content a {
    color: #ffffff !important;
}

/* 2. Al pasar el ratón (Hover): SE PONEN BRONCE */
.menu-dropdown ul li a:hover,
.main-menu a:hover,
#header .menu a:hover,
.et-menu-content a:hover,
.et-menu-tabs a:hover {
    color: #A67C52 !important;
}
#block_myaccount_infos p.myaccount-title a.text-uppercase, #block_myaccount_infos p.myaccount-title a, #block_myaccount_infos p.myaccount-title {
    color: #A67C52 !important;
    font-weight: bold !important;
    text-transform: uppercase !important;
    pointer-events: none !important;
    cursor: default !important;
    text-decoration: none !important;
}
/* Este selector es tan sumamente específico que le gana al archivo tardío */
html body #block_myaccount_infos p.myaccount-title a.text-uppercase,
html body #block_myaccount_infos p.myaccount-title a {
    color: #c5a880 !important;
    transition: none !important; /* Evita que el microsegundo haga el amago de cambiar */
}document.addEventListener("DOMContentLoaded", function() {
    function forzarBronce() {
        var tituloCuenta = document.querySelector("#block_myaccount_infos p.myaccount-title a");
        if (tituloCuenta) {
            tituloCuenta.style.setProperty('color', '#A67C52', 'important');
        }
    }
    // Se ejecuta al instante y se repite a los 100ms para machacar al script rebelde sin que se note
    forzarBronce();
    setTimeout(forzarBronce, 50);
    setTimeout(forzarBronce, 200);
});
/* Priorizar el renderizado del primer contenedor del slider */
.homeslider-container {
    content-visibility: auto;
    contain-intrinsic-size: 400px;
}

/* Evitar que el carrusel bxSlider parpadee o tarde en mostrarse */
.rslides li:first-child {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
}
/* Forzar un contraste correcto en el módulo de texto personalizado */
.custom-text, .custom-text p, .custom-text span {
    color: #2c3e50 !important; /* Un tono oscuro muy elegante que Google aprueba siempre */
}
/* Corrección de accesibilidad para el carrusel de productos */
.carousel-inner, [role="listbox"] {
    role: presentation !important;
}

.carousel-item, [role="option"] {
    role: presentation !important;
}
/* Parche SEO para el botón capado de Su Cuenta */
a.text-uppercase[style*="cursor: default"] {
    pointer-events: none !important;
}
