/* ThinkAdvance */

body {
    font-family: 'Avenir-Roman', sans-serif !important;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.wrapper {
    padding-top: 111px;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-weight: normal;
}

b, strong, dt, label {
    font-weight: normal;
}

input { outline: 0 !important; }

img {
    max-width: 100%;
    height: auto;
}

a:hover {
    color: #859216;
}

a:focus {
    color: #859216;
}

button a:focus {
    color: #fff;
}

.scrollblock {
    overflow: hidden !important;
}

.containerno {
    max-width: 100%;
    padding: 0;
}

form {
    display: block;
}

input.input-text,
textarea {
    padding: 10px;
}

input,
select,
textarea,
button {

}

input.input-text,
select,
textarea {
    border: 1px solid #cfcfcf;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    font-size: 12px;
}

a:hover,
a:focus {
    text-decoration: none;
}

a:focus {
    outline: none;
}

.std ul {
    padding: 0;
}

figure.product-image__figure {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-bottom: 80%;
}

figure.product-image__figure img {
    display: block;
    height: 100%;
    width: auto;
    position: absolute;
    z-index: 2;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    filter: alpha(opacity =100);
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    -webkit-transition: opacity .35s ease-in-out 0s;
    -moz-transition: opacity .35s ease-in-out 0s;
    -ms-transition: opacity .35s ease-in-out 0s;
    transition: opacity .35s ease-in-out 0s;
}

figure.product-image__figure img.hide {
    display: block!important;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    filter: alpha(opacity =0);
    z-index: 1;
}

.product-image--full {
    background-color: #f9f9f9;
    margin-top: 10px;
    padding: 100px 0;
}

.cart-gray{background-color:#FFFFFF !important;}
/* .shop-description { padding-top: 100px; } */

.shop-description h1 {
    color: #2f383d;
    font-size: 18px;
    line-height: 24px;
    margin: 0 0 10px;
}

.shop-description p {
    color: #909090;
    font-size: 15px;
    line-height: 30px;
}

.shop-description br {
    display: block;
    height: 0;
}

.subtitle, .sub-title {
    font-size: 20px;
}

.opc {
    margin-top: 40px;
    position: relative;
}

.margin--bottom-20 {
    margin-bottom: 40px !important;
}

#backtotop {
    color: #000;
    background: #f9f9f9;
}

#backtotop:hover {
    color: #fff;
    background: #859216;
}

.btn-disable {
    -moz-opacity: 0.60;
    -khtml-opacity: 0.60;
    opacity: 0.60;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha"(Opacity=60);
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=60);
    filter:alpha(opacity=60);
    cursor: default !important;
    pointer-events: none;
}

.validation-advice {
    display: block;
    visibility: visible;
    position: relative !important;
    top: initial !important;
    left: initial !important;
}

.mb-only-show {
    display: none;
}

/* Bootstrap <*/
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    position: initial;
}


/* Product view sidebar */

.product-view .product-shop .price-box {
    margin-bottom: 20px;
}

.product-view .product-shop-content .regular-price .price {
    color: #000;
    margin-bottom: 20px;
    opacity: 1;
    filter: alpha(opacity=100);
}

.price-notice {
    padding-left: 0;
}

.product-view .product-shop .product-name h1 {
    text-transform: none;
    letter-spacing: normal;
}

.product-view .no-rating {
    display: none;
}

.product-view .product-shop .short-description {
    font-size: 14px;
    color: #909090;
    line-height: 2;
}

.product-view .product-shop-content {
    border: 0;
    display: table;
    text-align: left;
    padding: 100px 25px;
    width: 100%;
}

.product-options ul.options-list {
    margin: 0;
}

.product-options ul.options-list li {
    display: inline-block;
}

.product-options ul.options-list input.radio {
    opacity: 0;
    filter: alpha(opacity=0);
}

.product-options ul.options-list label {
    margin-bottom: 0;
    cursor: pointer;
    padding: 10px;
}

.product-options ul.options-list label:hover { color: #000; }

.product-options ul.options-list input.radio:checked + .label label {
    color: #fff;
    cursor: default;
}

.product-options ul.options-list .label {
    border-radius: 0;
    color: #909090;
    cursor: pointer;
    letter-spacing: 1px;
    margin: 0;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: normal;
    padding: 0;
}

.product-options ul.options-list input.radio:checked + .label {
    background-color: #859216;
    border: 0 none;
    color: #fff;
}

.product-options-bottom .add-to-cart {
    width: 100%;
}

.product-view .add-to-cart button.button {
    float: none;
    border: none;
}

.product-shop .product-options-bottom .price-box {
    display: none;
}

.product-view .product-shop .add-to-cart button.button span span.view-cart.ag-add-to-cart {
    background-color: #ffc1cb;
    color: #fff;
    height: 40px;
    line-height: 40px;
    text-transform: none;
    width: 260px;
}

.product-view .product-shop .add-to-cart button.button span span.view-cart.ag-add-to-cart:hover {
    background-color: #859216;
}

.short-description {
    margin-bottom: 25px;
}

/* Detalles carrito */

.ag-add-detail {
    font-size: 0;
    text-align: center;
}

.ag-add-detail h3 {
    padding: 40px 0;
}

.ag-add-detail .product {
    display: inline-block;
    padding: 0;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 20px;
    vertical-align: top;
}

.ag-add-detail figure {
    height: 88%;
}

.ag-add-detail .product__image {
    max-height: 295px;
    max-width: 100%;
    padding: 20px;
}

.ag-add-detail .product__name {
    margin: 0 0 11px;
    color: #000;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.ag-add-detail .product__name a {
    color: #000;
    font-size: 15px;
}

.ag-add-detail .product__price {
    font-size: 14px;
    color: #000;
    opacity: .3;
    filter: alpha(opacity=30);
}

.cart .page-title h1 {
    margin: 10px 0 0;
    color: #979797;
    text-transform: none;
    font-size: 16px;
}

.cart button.button {
    border: none;
    display: block;
    width: 100%;
}

.cart button.button span {
    background-color: #f0f0f0;
    text-transform: none;
    font-size: 14px;
}

.btn-proceed-checkout span {
    padding: 0 !important;
    background: none;
}

.cart button.button span span {
    background: none;
}

button.button.btn-checkout:hover span {
    background: #859216;
    color: inherit;
}

.registered-users button.button span:hover,
.opc button.button span:hover {
    background-color: #859216;
}

.mini-contentCart .actions a:hover,
.btn-block:hover {
    background-color: #859216 !important;
}

button.button span span:hover {
    /*background-color: transparent !important;*/
}

.checkout-cart-index .cart {
    background-color: #f9f9f9;
}

.data-table .odd,
.data-table .even {
    background: none;
}

.cart .page-title {
    padding: 40px 0;
    margin: 0;
}

.cart .cart-collaterals {
    padding: 40px 0;
    margin: 0;
}

.cart-collaterals {
    border-top: 1px solid #eaeaec;
}

.cart-table .product-name {
    text-transform: none;
    font-weight: normal;
    font-size: 16px;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 100%;
    display: block;
    overflow: hidden;
}

.cart .totals {
    background: none;
    padding: 0 15px;
    margin: 0;
}

.cart .discount,
.cart .shipping {
    border: none;
    padding: 0;
    margin: 0;
}

.images-container a:hover img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.images-container img {
    transition: all .45s ease-out 0s;
    -moz-transition: all .45s ease-out 0s;
    -webkit-transition: all .45s ease-out 0s;
    -o-transition: all .45s ease-out 0s;
}

.gift-message-block {
    padding: 0 30px;
    border-right: 1px solid #eaeaec;
    float: left;
    width: 100%;
}

.btn-gift-message {
    background: none;
    border: none;
    text-decoration: none;
    float: right;
    padding: 10px 20px;
    font-size: 14px;
    background-color: #f0f0f0;
    width: 180px;
    margin-top: 10px;
    transition: all 500ms ease-in-out 0s;
    -moz-transition: all 500ms ease-in-out 0s;
    -webkit-transition: all 500ms ease-in-out 0s;
    -o-transition: all 500ms ease-in-out 0s;
}

.btn-gift-message:hover {
    background-color: #333333;
    color:#fff;
}

.cart .discount h2,
.cart .gift-message-block h2,
.cart .shipping h2 {
    text-transform: none;
    font-size: 16px;
    margin: 0 0 5px;
}

.cart .discount input.input-text,
.cart .gift-message-block textarea,
.cart #textarea-message-gift {
    background: none;
    border: 1px solid #cfcfcf;
}

.cart .gift-message-block textarea,
.cart #textarea-message-gift {
    width: 100%;
    height: 106px;
    padding: 5px;
}

.cart .discount .buttons-set,
.cart .shipping .buttons-set {
    width: 180px;
}

.cart .price-box {
    margin: 0;
}

.data-table thead th,
.cart-header-table-title {
    color: #909090;
    font-size: 10px;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-size: 10px;
    padding: 0 0 10px;
}

.cart-table .nobr {
    font-size: inherit;
}

.product-list-cart {
    padding: 20px 10px;
    border-top: 1px solid #eaeaec;
    margin: 0;
}

.product-list-cart img {
    width: auto;
    max-height: 120px;
}

.cart-update-btns {
    height: 40px;
    margin: 0 auto;
    display: block;
    max-width: 132px;
}

input.qty {
    background-color: #ffffff;
    float: left;
    text-align: center;
    border: none;
    margin: 0 1px;
    height: 40px;
    padding: 0;
}

.btn-qty-cart {
    background-color: #fff;
    margin: 0;
    font-size: 16px;
    float: left;
    height: 40px;
    line-height: 40px;
    width: 40px;
}

.cart-list-price {
    color: #909090;
}

.cart .page-title h1 {
    text-align: left;
}

.cart .title-buttons .checkout-types li {
    float: right;
}

.btn-remove-txt {
    background-color: #dddddd;
    background-image: url("../images/btn_trash.png");
    background-position: 6px 5px;
    background-repeat: no-repeat;
    display: block;
    font-size: 0;
    line-height: 0;
    overflow: hidden;
    padding: 12px;
    text-indent: -999em;
}

.btn-remove-txt:hover {
    background-color: #859216;
}

.btn-cart-sidebar {
    display: block !important;
    margin-top: 20px !important;
    font-size: 15px !important;
}

.btn-message-sent,
.btn-message-not {
    float: left;
    padding: 5px 0;
    font-size: 14px;    
}

.gifts-messages-notifications {
    visibility: hidden;
}

.gift-disabled {
    color: #bbb;
    cursor: default;
    pointer-events: none;
}

ul.slimmenu li .sub-collapser {
    z-index: 9;
}

/* Checkout */

.block-content--process dl > div {
    display: inline-block;
    vertical-align: top;
}

.block-content--process dl > div + div {
    margin-left: 20px;
}

.co-btn-login {
    cursor: pointer;
    font-size: 15px;
    padding: 10px 0;
    display: block;
    text-decoration: underline;
}

.co-btn-login:hover {
    text-decoration: none;
}

.co-login-hidden {
    display: none;
}

.co-login-shown {
    display: block;
}

.co-container {}

.opc .step {
    border: none;
}

.opc .step-title {
    border: none;
    line-height: initial;
}

.opc .step-title h2 {
    width: 100%;
    color: #909090;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 11px;
    padding: 10px 0 15px 20px;
    margin-bottom: 40px;
    border-bottom: 1px solid #eaeaec;
    line-height: initial;
}

.opc-wrapper-opc {
    width: 80%;
    margin: 0;
}

.opc-wrapper-opc h2 {
    color: #979797;
    font-size: 15px;
    font-weight: normal;
}

.opc-wrapper-opc * {

}

.md-modal-footer {
    border: none;
}

.opc-wrapper-opc .opc-login-trigger {
    display: none;
    background: none;
}

.co-step-subtitle {}

.co-step-subtitle h3 {
    border: none;
    background: none;
    font-size: 15px;
    padding: 0;
    color: #000;
}

.md-content-wrapper {
    padding: 0;
}

.opc-wrapper-opc label {
    color: #979797;
    font-size: 12px;
}

.opc-wrapper-opc em,
.form-list label.required em {
    color: #979797;
}

.opc-wrapper-opc input {
    font-size: 14px;
}

.opc-wrapper-opc .form-list .input-box input[type="text"],
.opc-wrapper-opc .form-list .input-box input[type="password"] {
    height: auto;
}

.opc-wrapper-opc .btn {
    display: block;
    width: 100%;
    border-radius: 0;
}

.opc-wrapper-opc .btn span {
    background: #859216;
    display: block;
    border-radius: 0;
}

.opc-wrapper-opc .btn span span {
    background: none;
    text-transform: none;
    font-size: inherit;
}

.back-link {
    font-size: 15px;
}

.opc-wrapper-opc a:hover {
    color: #333;
}

.restore-account {
    font-size: 14px;
}

.form-list li {
    margin: 0 0 5px;
}

.opc-process-main .form-list select {
    height: 39px;
    border-radius: 0 !important;
}

#billing-address-select {
    margin-bottom: 60px;
}

.bg-gray-checked {
    background-color: #f9f9f9;
}

.co-container-gray {
    padding: 20px;
    margin-bottom: 15px;
}

.co-container-gray label {
    padding-left: 10px;
    font-size: 13px;
    font-weight: normal;
}

.co-container-gray input {
    float: left;
    margin-right: 0 !important;
}

.opc-wrapper-opc li {
    list-style: none;
}

#register-customer-password,
#cif-nif-container {
    margin-bottom: 40px;
}

#cif-nif-container input {
    width: 100%;
}

#register-customer-password input {
    width: 100%;
}

.opc-review-actions {
    border: none;
}

.opc-wrapper-opc .payment-block dt {
    background: none;
}

button.button.btn-checkout span,
.opc-wrapper-opc .btn-checkout span span {
    background: none;
}

.opc-ajax-loader {
    background-color: #fff;
    -moz-opacity: 0.60;
    -khtml-opacity: 0.60;
    opacity: 0.60;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha"(Opacity=60);
    filter: progid: DXImageTransform.Microsoft.Alpha(opacity=60);
    filter: alpha(opacity=60);
}

.opc-wrapper-opc .btn-checkout.button-disabled span {
    background: #859216;
}

.opc-wrapper-opc .payment-block dt:hover,
.opc-wrapper-opc .payment-block dt.active {
    background: none;
}

.opc .buttons-set button {
    border: none;
    background-color: #ffc1cb;
    display: block;
    text-align: center;
    font-size: 14px;
}

.opc .buttons-set button span {
    padding: 0;
    background: none;
    height: 40px;
    color: #fff;
    text-transform: none;
    font-size: 15px;
    line-height: 40px;
}

.opc .buttons-set button span span {
    background: none;
    padding: 0;
}

.review-menu-block {
    padding-top: 225px;
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    width: 20%;
    background-color: #f9f9f9;
}

.co-review-container {
    min-width: 80%;
    float: left;
    padding: 0 0 0 30px;
}

#checkout-review-table-wrapper {
    overflow: inherit;
    max-height: inherit;
}

.review-menu-block h3 {
    font-weight: normal;
    font-size: 14px;
    color: #979797;
}

.co-txt-sub-left {
    text-align: left;
    color: #979797;
}

.co-txt-sub-right {
    text-align: right;
}

.co-txt-sub-left,
.co-txt-sub-right {
    margin: 10px 0;
}

.checkout-cart-index .co-txt-sub-left {
    color: #909090;
}

.checkout-cart-index .title-total-rv {
    color: #000;
}

.sep-grand-total {
    padding-top: 20px;
    margin-top: 20px;
    border-top: 1px solid #ebebeb;
}

#checkout-review-table-wrapper {
    padding: 0;
}

.block__row table tr {
    line-height: 40px;
}

.block__row table td {
    font-size: 14px;
}

.block__row tfoot tr:last-child {
    border-top: 1px solid #ebebeb;
    line-height: 80px;
}

.review-menu-block .info p {
    font-size: 16px;
}

.title-total-rv {
    color: #000;
}

.price-total-rv {
    font-size: 24px !important;
}

.section-hidden {
    display: none;
}

.section-show {
    display: block;
}

.opc-login-show {
    display: block !important;
}

.opc-passw-show {
    display: block;
}

.opc-process-main h1 {
    color: #979797;
    font-size: 16px;
    text-transform: none;
    font-weight: normal;
}

.opc .buttons-set a.f-left:hover {
    color: #333;
}

.opc .buttons-set a.f-left {
    color: #000;
}

.block-progress p {
    font-size: 16px
}

.block__row table {
    width: 100%;
}

.form-list label {
    font-weight: normal;
}

.form-list li.control input.radio,
.form-list li.control input.checkbox {
    margin-top: 4px;
}

.title-progress {
    color: #000;
    font-size: 16px;
    margin-bottom: 20px;
    font-weight: normal;
}

.changelink {
    font-size: 11px;
    letter-spacing: 0.1em;
    position: absolute;
    right: 20px;
    text-transform: uppercase;
    top: 10px;
}
.changelink a {
    color: #859216;
}

.content-progress,
.content-progress address {
    color: #979797;
    line-height: 1.5;
    font-size: 14px;
}

.block-content--process dl > div + div {
    margin-left: 0;
}

.co-billing-form {
    margin-bottom: 60px;
}

#billing-new-address-form {
    margin-top: 60px;
}

.total-resume-block {
    display: block;
}

.total-resume-block strong {}

.grand-total-block {
    display: block;
}

.grand-total-block strong {}

#please-wait {
    position: fixed;
    top: 0;
    left: 0;
    botom: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.5);
    z-index: 9999;
    overflow: hidden !important;
    -webkit-transition: all .6s ease-out 0s;
    transition: all .6s ease-out 0s;
}
#please-wait h3 {
    font-size: 20px;
    color:#666;
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.comment-box-shipping {
    display: none;
}
.opc-date-selector input {
    width: 100%;
}
.opc-date-selector label,
.opc-time-selector label {
    font-size: 12px;
    float: left;
    width: 100%;
}
.opc-time-selector select {
    width: 100%;
    height: 39px;
}

.opc .section {
    position: relative;
}

.payment-pw {
    visibility: hidden;
}

.opc .gift-messages-form {
    background: none;
    border: none;
}

#onepage-checkout-shipping-method-additional-load {
    
}

.sp-methods label,
.date-select-block,
.time-select-block  {
    width: 100%;
}

.time-select-block input {
    width: 100%;

}

.time-select-block select {
    width: 100%;
    height: 39px;
}

.title-look-store {
    display: none;
}

.hide-date-block + .sp-methods {
    display: none !important;
}

#shipping-tanatorio {
    margin-top: 20px;
}

.chapel-label {
    margin: 0;
}

.gift-messages,
.gift-activator-check,
.gift-field-from,
.gift-field-to {
    display: none !important;
}

.gift-message-opc h2 {
    font-size: 16px;
}


/*Calendar*/

.calendar {
    /*position: relative !important;
    left: initial !important;
    top: initial !important;*/
}

.calendar,
.calendar table {
    background: #fff;
    border: 1px solid #cfcfcf;
}

.calendar .button {
    border: none;
}

.calendar .title {
    border: none !important;
    background: none !important;
    color: #000 !important;
}

.calendar thead .headrow,
.calendar tfoot .footrow {
    
}

.calendar .daysrow:hover {
    background: none !important;
}

.calendar tbody td.selected {
    border: none !important;
}

.calendar .hilite {
    background: none !important;
    border: none !important;
}

.calendar table .wn,
.daysrow .wn {
    border: none !important;
    background: none !important;
}

.calendar thead .name {
    border: none;
    background: #fff;
}

.calendar tbody .day {
    text-align: center;
}

.calendar tbody .day:hover {
    background: #eee !important;
}

.calendar tbody .disabled {
    color: #909090;
}

.calendar tbody td.today {
    font-weight: normal;
    color: #000;
    background: #eeeeee;
    border: none;
}

.calendar tbody td.weekend,
.calendar thead .weekend {
    color: initial;
}

#calendar-embed-main {
    margin-bottom: 20px;
}

#shipping_deliver_date,
#shipping_arrival_date_display1 {
    width: 100%;
    height: 39px;
    display: none;
}

.ui-datepicker-inline {
    background: none;
    width: 100%;
    border: 1px solid #cfcfcf;
    padding: 5px 10px;
}

.ui-datepicker .ui-datepicker-header {
    background: none;
    border: none;
    border-bottom: 1px solid #ebebeb;
    border-radius: 0;
    color: #000;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    border: 1px solid transparent;
    background: none;
    font-weight: normal;
    color: #000;
    text-align: center;
    height: 45px;
    line-height: 38px;
}

.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
    border: 1px solid transparent;
    background: none;
    color: #000;
}

.ui-datepicker td span, .ui-datepicker td a:hover {
    border: 1px solid transparent;
    background: #eee;
}

.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
    border: 1px solid transparent;
    background: none;
}

.ui-datepicker .ui-datepicker-prev {
    left: initial;
    top: initial;
}

.ui-datepicker .ui-datepicker-next {
    right: 2px;
    top: initial;
}

.ui-state-active {
    border: 1px solid transparent;
    background: #eee !important;
}

.calendar-cont-block {

}

.ui-widget-header,
.ui-datepicker th {
    font-weight: normal;
}

#checkout-payment-method-load label {
    width: 91.66666666666666%;
}

#checkout-payment-method-load dd {
    background-color: #f9f9f9;
    margin-top: -5px;
    padding-bottom: 10px;
}

#billing-address-select {
    margin-bottom: 30px;
}

.title-paypal {
    width: 100%;
    float: left;
    margin-bottom: 10px;
}

.img-paypal {
    width: 140px;
}

label[for*="p_method_redsys"]:after {
    content: url('../images/visa-master.png');
    margin-top: 10px;
    float: left;
}

.disable-date-link {
    pointer-events: none;
    cursor: default;
}


/* Checkout list product */

.sidebar .block.block-progress.opc-block-progress {
    background-color: #f9f9f9;
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    width: calc(50% - 300px);
    padding: 200px 20px 0;
    margin: 0;
    overflow-y: scroll;
}

.opc-block-progress h4 {}

.block__row {
    padding: 20px 0;
    margin: 0 20px;
    max-width: 300px;
}

.block__row + .block__row {
    border-top: 1px solid #ebebeb;
}

.block__row--product {
    overflow: hidden;
}

.block__row--product figure {
    float: left;
    margin-right: 20px;
}

.block__row--product .info {
    padding: 20px 0;
}

.block__row--product .info p:last-child {
    color: rgba(0, 0, 0, .3);
}

.block__row > p {
    font-size: 0;
}

.block__row > p span {
    display: inline-block;
    font-size: 19px;
    font-size: 19px;
    font-size: 1.2rem;
}

.block__row > p span:first-child {
    color: #979797;
    width: 70%;
}

.block__row:last-child > p span:first-child {
    color: #000;
}

.block__row > p span:last-child {
    text-align: right;
    width: 30%;
}


/* Layout page */

.std img {
    max-width: 100%;
}

.lay-page--3col {
    font-size: 0;
}

.lay-page--3col > div {
    color: #909090;
    display: inline-block;
    letter-spacing: .02em;
    line-height: 1.5em;
    font-size: 14px;
    vertical-align: top;
    padding: 10px 1%;
    width: 33%;
}

.lay-page--3col > div:first-child {
    color: #000;
    font-size: 16px;
    width: 23%;
}

.lay-page--3col > div:last-child {
    width: 38%;
}

.block-banner-home a img {
    -webkit-transition: all .45s ease-out 0s;
    transition: all .45s ease-out 0s;
}

.block-banner-home a:hover img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.home-title,
.block-title .related-title {
    font-size: 25px;
    padding: 20px 0 30px;
    font-weight: normal;
}

.home-title--small {
    padding: 30px 0 20px;
    margin-bottom: 0;
    font-size: 15px;
}

.banner-top .collection-name {
    position: absolute;
    top: 30px;
    left: 15px;
    font-size: 22px;
}

.banner-top .collection-name.collection-name--bottom {
    top: auto;
    bottom: 30px;
}

.home-title,
.home-title--small {
    color: #979797;
    text-align: center;
}

.container-hero {
    max-width: 1200px;
    margin: 0 auto;
    text-align: left;
}

.banner-free--static .container-hero h2 {
    color: #ffc1cb;
}

.container-hero a {
    
}

.highlight-title-slider {
    color: #000;
}

.recommended-products li {
    list-style: none;
}

.recommended-products .images-container,
.recommended-products .product-info {
    background: none;
}

.newproduct-home .item {
    width: 25% !important;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 20px;
    margin-left: 0 !important;
}

.newproduct-home .images-container {
    background-color: transparent;
}

.newproduct-home .item:first-child {
    padding-left: 0;
}

.newproduct-home .item:last-child {
    padding-right: 0;
}

.footer-bottom__list-link {
    float: left;
    -webkit-column-count: initial;
    -moz-column-count: initial;
    column-count: initial;
}

.footer-bottom__copyright {
    margin-top: 20px;
}

.footer-bottom__list-social .fa {
    font-size: 16px;
}

.footer-bottom__list-social{
    text-align: right;
}

.footer .terms p{
    text-align: right;
}

@media (max-width: 768px){
    .footer .terms{
        padding: 0;
    }

    .footer .terms p{
        text-align: left;
    }

    .social-btns{
        padding: 0;
    }

    .social-btns .footer-bottom__list-social{
        text-align: left;
    }
}

@media (max-width: 768px){
    .social-btns .footer-bottom__list-social{
        margin: 0;
    }
}

.footer-bottom__list-social a,
.footer-bottom__copyright,
.footer-bottom__list-link a {
    color: #cacaca;
    opacity: 1;
    filter: alpha(opacity=100);
}

.footer-bottom__list-social a{
    color: #b2b2b2 !important;
}

.truncated .truncated_full_value .item-options {
    display: none;
}

#search_autocomplete {
    display: none !important;
}

.banner-free--footer {
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    bottom: 2%;
    color: #87817c;
    font-size: 14px;
}

.banner--shipping-prices {
    margin-top: 15px;
    font-size: 14px;
}

/* Header */

.header {
    top: 40px;
    padding: 0;
    position: fixed;
    -moz-transition: all .4s ease 0s;
    -webkit-transition: all .4s ease 0s;
    transition: all .4s ease 0s;
    background-color: rgba(255,255,255,.8);
    z-index: 200;
}

.header.scrolled {
    background-color: #fff;
    padding: 0;
    top: -1px;
    z-index: 800;
}

.header .container {
    border-top: 1px solid #f0f0f0;
    padding: 7px 0;
    z-index: -1;
    position: relative;
    max-width: 1170px;
}

@media (max-width: 1200px){
    .header .container{
        max-width: 940px;
    }
}

@media (max-width: 992px){
    .header .container{
        max-width: 750px;
        padding: 5px 15px 0;
    }
}

body.scrollblock .header-top-info {
    z-index: 190;
}

.header-top-info {
    height: 40px;
    width: 100%;
    line-height: 40px;
    background-color: #fff;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
}

.header-top-info span{
    font-size: 14px;
    color: #484848;
}

.language-top-list li {
    display: inline-block;
    margin-left: 10px;
}

.banner-free--static h2 {
    line-height: 1.2;
}

.header .logo-tablet {
    display: none;
}

.header-container-fixed .header {
    background-color: rgb(255, 255, 255);
    background-color: rgba(255, 255, 255, .95);
    padding: 12px 0;
}

@media (max-width: 992px){
    .header-center{
        padding: 0;
    }
}

.mini-maincart .mini-contentCart,
.settting-switcher .header-login {
    display: block;
    top: 0;
    bottom: 0;
    position: fixed;
    right: -300px;
    -webkit-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
    box-shadow: none;
    border: none;
    padding: 100px 20px 20px;
    cursor: auto;
    background-color: #fff;
    width: 300px;
}

.mini-maincart .mini-contentCart {
    overflow-y: scroll;
}

.mini-maincart:hover .mini-contentCart,
.settting-switcher:hover .header-login {
    right: -240px;
}

.mini-maincart.active .mini-contentCart,
.settting-switcher.active .header-login {
    right: 0;
}

.header .header-search .dropdown-switcher {
    height: 130px;
    left: 0;
    position: fixed;
}

.header .header-right .header-search .dropdown-switcher {
    padding: 40px 30%;
    width: 100%;
}

.header .header-search .search-switcher.active .dropdown-switcher {
    top: 0;
}

.header-container-fixed .header .top-form-language .lang-switcher:hover .dropdown-switcher,
.header-container-fixed .header .currency_top .currency-switcher:hover .dropdown-switcher,
.header-container-fixed .header .header-setting .settting-switcher:hover .dropdown-switcher,
.header-container-fixed .header .header-search .search-switcher.active .dropdown-switcher {
    top: 0;
}

.header .form-search input.input-text {
    border: 0;
    font-size: 20px;
}

.header .form-search button.button {
    display: none;
}

.header-left {
    z-index: 9;
    position: relative;
}

.search-switcher.active .dropdown-search-toggle {
    position: relative;
    z-index: 100;
}

.search-switcher .dropdown-search-toggle:after {
    content: '';
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all .5s ease-in-out 0s;
    transition: all .5s ease-in-out 0s;
}

.search-switcher.active .dropdown-search-toggle:after {
    position: absolute;
    top: 50%;
    left: 30px;
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

body.cms-home .main-container {
    padding: 0;
}

@media (max-width: 566px){
    .main-container{
        padding-top: 48px; 
    }
}

.cart-header {
    background-color: #ff5a5f;
    border-radius: 0;
    right: -35px;
    bottom: auto;
    top: -5px;
    line-height: 30px;
    width: 30px;
    height: 30px;
}

@media (max-width: 566px){
    .header .cart-header{
        display: none;
    }
}

.mini-maincart {
    padding: 0;
}

.crat-icon,
.icon-setting,
.icon-search {
    width: 20px;
    height: 20px;
}

.cartSummary span {
    font-size: 14px;
}

.cartSummary span,
.icon-search .fa,
.icon-setting .fa,
.cartSummary span.item{
    color: #ffffff;
}

@media (max-width: 768px){
    .cartSummary span,
    .icon-search .fa,
    .icon-setting .fa{
        color: #3f3f3f;
    }
}

.login-sidebar a {
    width: 100%;
    float: left;
    text-align: center;
    margin-bottom: 20px;
    padding: 7px;
    font-size: 14px;
}
.login-sidebar h1 {
    font-size: 20px !important;
    margin: 0 !important;
    text-align: center;
}
.login-sidebar a {
    transition:all 500ms ease-in-out 0s;
    -moz-transition:all 500ms ease-in-out 0s;
    -webkit-transition:all 500ms ease-in-out 0s;
    -o-transition:all 500ms ease-in-out 0s;
}
.login-sidebar a:hover {
    color: #fff;
    background-color: #333333;
}
.btn-create {
    font-size: 14px !important;
}

.header-right{
    margin: 15px 0;
    padding-right: 46px;
    text-align: right;
}

@media (max-width: 768px){
    .header-right{
        margin: 10px 0;
    }
}

.header .header-search,
.header .header-setting,
.miniCartWrap {
    margin: 0 10px;
    display: inline-block;
}

@media (max-width: 566px){
    .miniCartWrap{
        padding-right: 20px;
    }

    .collapse-button{
        margin-left: 10px;
    }
}

.dropdown-switcher {
    box-shadow: none !important;
}

.subcategories-list-top {
    margin: 30px 0;
}

.subcategories-list-top li {
    display: inline-block;
    font-size: 11px;
    padding-right: 30px;
    text-transform: uppercase;
    font-weight: 900;
    letter-spacing: 1px;
}

.subcategories-list-top a {
    color: #b7b7b7;
    font-family: "Monserrat", sans-serif;
    font-weight: normal;
}

.subcategories-list-top .active a {
    color: #859216;
}

/* Homepage */
.bx-wrapper .bx-caption{
    position: absolute;
    top: 0;
    left: 100px;
    height: 100%;
    width: 36%;
}

@media (max-width: 992px){
    .bx-wrapper .bx-caption{
        width: 60%;
        padding: 20px;
        left: 20px;
    }
}

@media (max-width: 768px){
    .bx-wrapper .bx-caption{
        padding: 10px;
        left: 40px;
    }
}

@media (max-width: 566px){
    .bx-wrapper .bx-caption{
        left: 20px;
        width: 60%;
    }
}

.slider--caption{
    display: table;
    height: 100%;
    text-align: left;
}

.slider--caption-container{
    display: table-cell;
    vertical-align: middle;
}

.slider--item{
    position: relative;
}

@media (max-width: 566px){
    .slider--item figure{
        position: relative;
        width: 100%;
        overflow: hidden;
    }

    .slider--item figure img{
        /* position: relative; */
        /* width: 185%; */
		width:100%;
        max-width: inherit;
        /* right: 160px; */
		margin-top:70px;
    }
}

.slider--caption-title{
    font-family: 'Avenir-Heavy', sans-serif;
}

.slider--caption-description,
.slider--caption-button{
    font-family: 'Avenir-Roman', sans-serif;
}

.slider--caption-title{
    font-size: 36px;
    color: #ffffff;
    margin: 0 0 20px;
}

@media (max-width: 992px){
    .slider--caption-title{
        font-size: 26px;
    }
}

@media (max-width: 768px){
    .slider--caption-title{
        font-size: 22px;
    }
}

@media (max-width: 566px){
    .slider--caption-title{
        margin: 0 0 10px;
        font-size: 16px;
    }
}

.slider--caption-description{
    font-size: 19px;
    color: #ffffff;
    margin: 0 0 35px;
}

@media (max-width: 992px){
    .slider--caption-description{
        font-size: 16px;
        margin: 0 0 30px;
    }
}

@media (max-width: 768px){
    .slider--caption-description{
        font-size: 14px;
    }
}

@media (max-width: 566px){
    .slider--caption-description{
        display: none;
    }
}

.slider--caption-button{
    background: none;
    border: 2px solid rgba(255,255,255,.3);
    color: #ffffff;
    padding: 12px 40px;
    font-size: 16px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    min-width: 270px;
}

@media (max-width: 992px){
    .slider--caption-button{
        padding: 12px 30px;
        font-size: 14px;
    }
}

@media (max-width: 566px){
    .slider--caption-button{
        width: 100%;
        display: block;
        text-align: center;
        min-width: inherit;
        padding: 4px 10px;
        font-size: 14px;
    }
}

.slider--caption-info{
    border: none;
    background: none;
    text-decoration: underline;
    margin-left: 30px;
    font-size: 16px;
    color: #ffffff;
}

@media (max-width: 992px){
    .slider--caption-info{
        margin-left: 10px;
        font-size: 14px;
    }
}

@media (max-width: 566px){
    .slider--caption-info{
        margin-left: 0;
        margin-top: 10px;
        display: block;
    }
}

.slider--caption-info a,
.slider--caption-info a:hover{
    color: #ffffff;
}

.caption--red{
    color: #ff5a5f;
}

.caption--dark{
    color: #484848;
}

.caption--dark:hover,
.caption--dark:focus{
    color: #484848 !important;
}

.caption--white,
.caption--white:hover,
.caption--white:focus{
    color: #fff;
}

.caption--dark-border{
    border: 1px solid rgba(72, 72, 72, .3);
}

.slider--caption-info .caption--dark{
    color: #484848;
}

@media (max-width: 992px){
    .slider .bx-caption{
        padding: 30px;
    }
}

@media (max-width: 566px){
    .slider .bx-caption{
        padding: 0;
    }
}

.bx-wrapper{
    margin: 0 auto;
	margin-top:-25px !important;
}

.bx-wrapper .bx-controls-direction a,
.bx-wrapper .bx-controls-direction a:hover{
    background-color: transparent;
}

@media (max-width: 566px){
    .home{
        padding-top: 26px;
    }
}

.home--title{
    /* padding: 40px 0 30px; */
    font-size: 19px;
    font-family: "Avenir-Roman", sans-serif;
    color: #484848;
}

@media (max-width: 992px){
    .home--title{
        padding: 20px 0;
    }
}

@media (max-width: 566px){
    .home--title{
        padding: 0;
        margin-bottom: 24px;
        font-size: 19px;
        line-height: 24px;
    }
}

.home--title-big{
    font-size: 36px;
    font-family: Avenir-Heavy, sans-serif;
    color: #484848;
}

@media (max-width: 566px){
    .home--title-big{
        font-size: 26px;
    }
}

@media (max-width: 566px){
    .cms-index-index .products-grid,
    .cms-index-index .home--collections-list{
        white-space: nowrap;
        overflow-y: hidden;
        overflow-x: scroll;
        -webkit-overflow-scrolling: touch;
    }
}

.category-products ul{
    list-style: none;
    font-size: 0;
}

.home--suggestions,
.home--collections,
.home--recommended{
    display: block;
}

@media (max-width: 992px){
    .home--collections{
        margin: 0;
    }
}

@media (max-width: 768px){
    .home--collections{
        margin: 24px 0;
    }
}

.home--collections-item .figure-wrapper{
    overflow: hidden;
    position: relative;
}

@media (max-width: 992px){
    .home--collections-item .figure-wrapper{
        padding-bottom: 150%;
    }
}

.home--collections-item figure{
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 25rem;
    transition: all .45s ease-out 0s;
    -moz-transition: all .45s ease-out 0s;
    -webkit-transition: all .45s ease-out 0s;
    -o-transition: all .45s ease-out 0s;
}

@media (max-width: 992px){
    .home--collections-item figure{
        position: absolute;
        width: 100%;
        height: 100%;
    }
}

.home--collections-item a:hover figure{
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.home--collections-item{
    padding-left: 8px;
    padding-right: 8px;
}

.home--collections-item{
    display: inline-block;
    vertical-align: top;
    padding-left: 6px;
    padding-right: 6px;
    padding-bottom: 30px;
}

@media (min-width: 993px){
    .home--collections-item{
        width: 16.666666666666664%;
    }
}

@media (max-width: 992px){
    .home--collections-item{
        width: 33.3333%;
    }

    .home--collections-item a{
        display: block;
    }
}

@media (max-width: 768px){
    .home-carousel--item{
        width: 42%;
        padding-left: 6px;
        padding-right: 6px;
    }
}

.home--collections-item h4{
    font-family: 'Avenir-Roman', sans-serif;
    font-size: 15px;
    color: #484848;
    margin: 8px 0;
}

@media (max-width: 992px){
    .home--collections-item h4{
        white-space: pre-line;
        margin: 8px 0 0;
        line-height: 18px;
    }
}

.slick-prev{
    left: -25px;
    background-image: url("../images/arrow-left.svg");
    z-index: 9;
}

@media (max-width: 768px){
    .slick-prev{
        left: 30px;
    }
}

@media (max-width: 566px){
    .slider .slick-prev{
        left: 10px;
    }
}

.slider .slick-arrow{
    top: 50%;
}

@media (max-width: 566px){
    .slider .slick-arrow{
        top: inherit;
        bottom: 10px;
    }
}

.slick-arrow{
    position: absolute;
    top: 38%;
    border: none;
    background-color: transparent;
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: center;
    text-indent: -9999px;
}

@media (max-width: 566px){
    .slider .slick-arrow{
        width: 15px;
        background-size: 15px;
    }
}

.slick-next{
    right: -25px;
    background-image: url("../images/arrow-right.svg");
    z-index: 9;
}

@media (max-width: 768px){
    .slick-next{
        right: 30px;
    }
}

@media (max-width: 566px){
    .slider .slick-next{
        right: 10px;
    }
}

.slick-disabled{
    opacity: 0;
    filter: alpha(opacity =0);
    transition: all .45s ease-out 0s;
    -moz-transition: all .45s ease-out 0s;
    -webkit-transition: all .45s ease-out 0s;
    -o-transition: all .45s ease-out 0s;
    cursor: default;
}

@media (max-width: 566px){
    .home--best-features{
        margin: 20px 0;
    }
}

.home--best-features h2{
    margin: 15px 0 75px;
}

@media (max-width: 768px){
    .home--best-features h2{
        margin: 0 0 40px;
    }
}

@media (max-width: 566px){
    .home--best-features h2{
        margin: 0 0 30px;
    }
}

.home--best-features h4{
    color: #484848;
    font-size: 22px;
    font-family: 'Avenir-Heavy', sans-serif;
    margin: 0 0 30px;
}

@media (max-width: 566px){
    .home--best-features h4{
        font-size: 19px;
    }
}

.home--best-features p{
    color: #484848;
    font-size: 19px;
    font-family: 'Avenir-Roman', sans-serif;
}

@media (max-width: 566px){
    .home--best-features p{
        font-size: 16px;
    }
}

@media (max-width: 768px){
    .home--best-features-item{
        margin: 0 0 30px;
    }
}

.home--newsletter h2{
    margin: 45px 0;
}

@media (max-width: 566px){
    .home--newsletter h2{
        margin: 20px 0;
    }
}

.newsletter--fields{
    font-size: 0;
    font-family: 'Avenir-Roman', sans-serif;
    margin: 0 0 80px;
}

.newsletter label{
    width: 100%;
    font-size: 15px;
}

.newsletter--field,
.newsletter--submit{
    display: inline-block;
    vertical-align: middle;
    width: 25%;
    padding: 0 10px;
}

@media (max-width: 992px){
    .newsletter--field,
    .newsletter--submit{
        width: 50%;
        padding: 0 10px 20px;
    }
}

@media (max-width: 566px){
    .newsletter--field,
    .newsletter--submit{
        width: 100%;
        padding: 0 0 10px;
    }
}

@media (max-width: 992px){
    .newsletter--fields .newsletter--field:nth-child(2),
    .newsletter--fields .newsletter--field:nth-child(4) {
        padding-left: 0;
    }

    .newsletter--fields .newsletter--field:nth-child(3) {
        padding-right: 0;
    }
}

.newsletter--field input{
    color: #767676;
    opacity: 0.60;
    filter: alpha(opacity =60);
    width: 100%;
    height: 42px;
    padding: 8px;
    border: 1px solid #dce0e0;
}

.newsletter--submit{
    opacity: 1;
    filter: alpha(opacity =100);
}

.newsletter--submit:last-child{
    padding-right: 0;
}

.newsletter--field input,
.newsletter--submit input{
    font-family: 'Avenir-Roman', sans-serif;
    font-size: 19px;
    line-height: 19px;
}

.newsletter--submit input{
    background-color: #ff5a5f;
    border: none;
    padding: 8px;
    margin-top: 26px;
    color: #ffffff;
    width: 100%;
    height: 42px;
}

#newsletter--warning,
#newsletter--confirmed{
    display: none;
}

.footer h3{
    font-family: Avenir-Heavy, sans-serif;
    color: #484848;
    text-transform: capitalize;
    font-size: 19px;
}

.footer p{
    font-size: 15px;
    margin: 0 0 40px;
}

@media (max-width: 768px){
    .footer p{
        margin: 0 0 20px;
    }
}

.footer ul{
    font-family: 'Avenir-Roman', sans-serif;
    font-size: 15px;
    width: 100%;
    margin: 0 0 40px;
}

.footer ul li a{
    color: #484848;
}

.copyright{
    font-family: 'Avenir-Roman', sans-serif;
    padding: 26px 0;
    float: left;
    width: 100%;
    border-top: 1px solid #dce0e0;
}

@media (max-width: 566px){
    .copyright{
        padding: 26px 0 0;
    }
}

.copyright p,
.copyright a{
    font-size: 15px;
    color: #767676;
}

/*Mobile slider*/
.mobile-slider--container,
.home-carousel--container{
    position: relative;
}

@media (max-width: 992px){
    .mobile-slider--wrapper{
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch;
        margin-left: -24px;
        margin-right: -24px;
    }
}

@media (max-width: 768px){
    .home-carousel--wrapper{
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch;
        margin-left: -24px;
        margin-right: -24px;
    }
}

@media (max-width: 992px){
    .mobile-slider--wrapper::-webkit-scrollbar{
        display: none !important;
    }
}

@media (max-width: 768px){
    .home-carousel--wrapper::-webkit-scrollbar{
        display: none !important;
    }
}

.mobile-slider--items,
.home-carousel--items{
    font-size: 0;
}

@media (max-width: 992px){
    .mobile-slider--items{
        white-space: nowrap;
        overflow-x: auto;
        overflow-y: hidden;
        padding: 0 18px;
        margin-bottom: -30px;
        transition: ms-transform .5s, webkit-transform .5s, transform .5s;
        -webkit-transition: -webkit-transform .5s, transform .5s;
    }
}

@media (max-width: 768px){
    .home-carousel--items{
        white-space: nowrap;
        overflow-x: auto;
        overflow-y: hidden;
        padding: 0 14px !important;
        margin-bottom: -30px;
        transition: ms-transform .5s, webkit-transform .5s, transform .5s;
        -webkit-transition: -webkit-transform .5s, transform .5s;
    }
}

@media (max-width: 992px){
    .mobile-slider--items::-webkit-scrollbar{
        -webkit-appearance: none !important;
        display: none !important;
    }
}

@media (max-width: 768px){
    .home-carousel--items::-webkit-scrollbar{
        -webkit-appearance: none !important;
        display: none !important;
    }
}

@media (max-width: 566px){
    .slider .container{
        padding-left: 0;
        padding-right: 0;
    }
}

.slick-dots{
    display: none !important;
}

/* AG Product view */

.ag-product-view {
    padding: 80px 0;
}

.ag-product-figure {
    float: left;
    text-align: center;
    width: 70%;
}

.ag-product-figure img {
    max-width: 100%;
}

.ag-product-sidebar {
    float: left;
    text-align: center;
    width: 30%;
}

.ag-product-sidebar .regular-price .price {
    font-size: 25px;
    opacity: 1;
    filter: alpha(opacity=100);
}

.ag-product-sidebar .short-description {
    padding: 40px 0;
}

.ag-product-sidebar .std p {
    color: #909090;
    font-size: 14px;
}

.ag-product-sidebar .product-options ul.options-list input.radio {
    opacity: 0;
    filter: alpha(opacity=0);
}

.ag-product-sidebar .product-options ul.options-list input.radio:checked + span {
    border: 2px solid black;
}

.image-fw {
    width: 100%;
}

.image-fw img {
    width: 100%;
}

.product-view .product-essential {
    padding: 40px 0;
}

.product-essential {
    background-color: #f9f9f9;
}

.product-view-container,
.cart-container,
.footer-container {
    max-width: 1200px;
    margin: 0 auto;
}

.footer-container .container{
    padding: 0;
}

.product-options ul.options-list input.radio:checked + .label {
    border: 1px solid #999;
}

.product-options dt label {
    color: #333;
    font-size: 15px;
}

.product-options dt label.required em {
    display: none;
}

.product-view .product-shop .add-to-cart button.button span span.view-cart.ag-add-to-cart {
    letter-spacing: 0;
    font-size: 15px;
}

.product-update-btns {}
.product-update-btns .product-custom-option {
    border-color: transparent;
    border-style: solid;
    border-width: 1px 0;
    display: inline-block;
    vertical-align: top;
    width: 60px !important;
}
.product-update-btns .button-options {
    background-color: #fff;
    border: 1px solid #fff;
    display: inline-block;
    font-size: 14px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    width: 40px;
}

.block-title .related-title {
    text-transform: none;
    color: #979797;
    letter-spacing: 0;
    padding: 20px 0;
}

.block-title {
    margin: 0;
}

.block-title h2 {
    font-weight: normal;
}

.block.block-related .block-content li.item {
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 20px;
}

.product-shop-content .validation-failed {
    border: none;
    background: none;
}

.product-shop-content .validation-failed .label {
    border: none;
}

.mini-products-list {
    margin: 0;
}

.options-list .price-notice {
    display: none;
}

.product-shop-content .product-options input[type="radio"] {
    opacity: 0;
    filter: alpha(opacity=0);
    position: absolute;
    left: 0;
}

.product-shop-content .product-options input[type="radio"]:checked + .label {
    border: 1px solid #999;
    color: #000;
}

.product-shop-content .product-options .label {
    border-radius: 0;
    color: #909090;
    cursor: pointer;
    letter-spacing: 2px;
    margin: 0;
    text-transform: uppercase;
    font-size: 10px;
    font-weight: normal;
    padding: 0;
    width: 100%;
    float: left;
    border: 1px solid transparent;
}

.product-shop-content .product-options label {
    margin-bottom: 0;
    cursor: pointer;
    padding: 0;
}

.product-shop-content .product-options li {
    display: inline-block;
    line-height: 1.5;
    position: relative;
}

.product-view .product-shop .short-description .std p {
    font-size: 14px;
    color: #909090;
    line-height: 2;
}

.product-view .add-to-box .add-to-cart {
    float: none;
}

.price-custom-option-field {
    display: block;
}

.product-options dd input.input-text {
    background: none;
    text-align: center;
}

.product-share__list-social {
    text-align: justify;
    position: relative;
    max-width: 260px;
    width: auto;
}

.product-share__list-social::after {
    content: '';
    width: 100%;
    display: inline-block;
    font-size: 0;
    line-height: 0;
}

.product-share__list-social li {
    display: inline-block;
}

.product-share__list-social a, .product-share__copyright, .product-share__list-link a {
    color: #cacaca;
    opacity: 1;
    filter: alpha(opacity=100);
}

.product-share__list-social .fa {
    font-size: 16px;
}

.add-to-cart {
    padding: 15px 0;
}

/* Banner Free */

.banner-free--static {
    position: absolute;
    top: 35%;
    width: 100%;
    left: 0;
    text-align: center;
}

.banner-free--static h2 {
    color: #000;
    font-size: 50px;
}

.banner-free--static a {
    border-bottom: 1px solid #000;
    color: #000;
    font-size: 16px;
}

.reference-title {
    color: #909090;
    margin: 0;
}

/* Mini Cart y Login*/

.mini-contentCart .subtotal {
    padding: 20px 0;
}

.mini-contentCart .block-content .block-subtitle,
.mini-contentCart .subtotal .label,
.header-login .page-title h1 {
    color: #979797;
    font-size: 14px;
    text-transform: none;
}

.mini-contentCart .subtotal .price {
    color: #000;
    float: right;
    font-size: 14px;
}

.mini-maincart .mini-products-list .product-details {
    color: #bababa;
    color: rgba(0, 0, 0, .3);
}

.mini-contentCart .actions .btn-green {
    display: block;
}

.mini-contentCart .actions .btn-green,
.btn-green,
button.button.btn-green,
button.button.btn-green span {
    background: #ffc1cb;
    border: none;
    color: #fff;
    font-size: 15px;
    font-weight: normal;
    text-transform: none;
    padding: 0;
}

.mini-contentCart .actions .btn-black,
.btn-black,
button.button.btn-black,
button.button.btn-black span {
    background: #1e1e1e;
    border: none;
    color: #fff;
    font-size: 13px;
    font-weight: normal;
    text-transform: none;
}

.btn-block {
    display: block;
    text-align: center;
    -webkit-transition: all 500ms ease-in-out 0s;
    transition: all 500ms ease-in-out 0s;
    height: 35px;
    line-height: 35px;
}

.btn-block:hover {
    color: #fff;
    background-color: #333;
}

.block-related .mini-products-list .product-details {
    padding-left: 0;
}

.mini-products-list .product-details .product-name a {
    font-size: 14px;
    text-transform: none;
    color: #000;
}

.mini-maincart .mini-products-list li {
    padding: 25px 0;
}

.btn-remove2:hover,
.btn-edit:hover {
    background-color: #859216;
}

.bg-close {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 100%;
    background-color: rgba(0, 0, 0, .5);
    z-index: -1;
    -webkit-transition: all .6s ease-out 0s;
    transition: all .6s ease-out 0s;
    cursor: url("../images/cross.png"), auto;
}

.active .bg-close {
    left: 0;
}

.account-login .content {
    min-height: inherit;
}

.buttons-set button.button,
button#send2 {
    float: none !important;
    width: 100%;
}

.btn-forgot {
    text-align: left;
    display: block;
    margin-bottom: 10px;
}

.minicart-on .miniCartWrap,
.login-user-on .header-setting {
    z-index: 100;
}

.proceed-container {
    padding: 0 10px 0 26px;
}

.btn-proceed {
    margin: 0 0 0 26px;
}

.blog-postbox .button-set button.button span, .postContent .aw-blog-read-more, button.button span, .cutom-top.menu-extra .block-custom1 .view-more {
    height: 40px;
    line-height: 40px;
}


/* Buscador */

.label-search-hidden {
    -webkit-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
    opacity: 0;
    filter: alpha(opacity=0);
    position: absolute;
    top: 300%;
    left: 30px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.label-search-text {
    position: absolute;
    top: 50%;
    left: 30px;
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

/* Menu */

.magicmenu {
    display: table;
    table-layout: fixed;
    text-align: center;
    width: 100%;
    font-family: 'Avenir-Roman', sans-serif;
}

.magicmenu .nav-desktop .level0:not(.noChild) > a {
    /* pointer-events: none; */
    cursor: default;
}

.magicmenu .nav-desktop .level0:first-child > a {
    cursor: pointer;
}

.magicmenu .nav-desktop:hover .level0:not(:hover) a {
    color: #909090;
}

.magicmenu .nav-desktop .level0:hover a:before {
    content: '';
    position: absolute;
    top: 0px;
    right: -90px;
    bottom: -40px;
    left: -90px;
    z-index: 0;
}

.magicmenu .nav-desktop .level0:first-child:hover a:before {
    left: -300px;
}

.magicmenu .nav-desktop .level0 .level-top-mega {
    position: fixed;
    padding: 141px 0 60px;
    width: 100%;
    box-shadow: none;
    top: -100% !important;
    left: 0 !important;
    -webkit-transition: all .6s ease-out 0s;
    transition: all .6s ease-out 0s;
    z-index: -1;
}

.magicmenu .nav-desktop .level0:hover .level-top-mega {
    top: 0 !important;
}

.magicmenu .nav-desktop .level0 .level-top-mega .content-mega-horizontal {
    width: auto !important;
}

.magicmenu .nav-desktop .level0 .level-top-mega .mage-column.cat-mega {
    display: block;
    text-align: center;
    float: none;
}

.magicmenu .nav-desktop .level0 .level-top-mega .mage-column .children,
.magicmenu .nav-desktop .level0 {
    float: none;
    display: inline-block;
    vertical-align: top;
}

.magicmenu .nav-desktop .level0 .level-top-mega .children .level-3 {
    border: none;
    margin: 15px 0 0;
}

.magicmenu .nav-desktop .level0 .level-top-mega .children .level-3 a {
    font-size: 16px;
    text-transform: capitalize;
    letter-spacing: 0;
    color: #484848;
}

.magicmenu .nav-desktop .level0 .level-top-mega .children a,
.magicmenu .nav-desktop p {
    color: #797979;
    font-size: 14px;
    text-transform: none;
    line-height: 28px;
    letter-spacing: 0;
}

.magicmenu .nav-desktop .level0 .level-top-mega .children a:before {
    content: none;
}

.magicmenu .nav-desktop .level0 .level-top > span {
    font-size: inherit;
    letter-spacing: 0;
}

.magicmenu .nav-desktop .level0 .level-top{
    font-size: 14px;
    color: #484848;
}

.magicmenu .nav-desktop {
    text-align: center;
    display: table-row;
}

.magicmenu .nav-desktop .level0 + .level0 {
    margin-left: 20px;
}

.magicmenu .nav-desktop .level0 .level-top-mega .mage-column .children {
    width: auto;
    display: inline-block;
}

.magicmenu .nav-desktop .level0 .level-top-mega .mage-column .children + .children {
    margin-left: 30px;
}


/* Instafeed */

.home--instagram{
    margin: 0 0 30px;
}

@media (max-width: 768px){
    .home--instagram{
        margin: 20px 0;
    }
}

#instafeed:before,
#instafeed:after {
    content: " ";
    display: table;
}

#instafeed:after {
    clear: both;
}

#instafeed figure {
    float: left;
    display: block;
    margin: 1%;
    width: 31.6666%;
}

#instafeed figure:nth-child(n+4){
    display: none;
}

#instafeed figure:first-child {
    margin-left: 0;
}

#instafeed figure:last-child {
    margin-right: 0;
}

/* Catalog */

.product-hover .product-image img,
.product-hover a:hover img {
    transition: all .45s ease-out 0s;
    -moz-transition: all .45s ease-out 0s;
    -webkit-transition: all .45s ease-out 0s;
    -o-transition: all .45s ease-out 0s;
}

.product-hover a:hover img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.product-hover {
    position: initial;
}

.images-container {
    overflow: visible;
    border: none;
    background-color: #f9f9f9;
    padding: 40px 10px;
}

.product-info,
.block.block-related .products-textlink {
    padding: 10px 0;
    text-align: left;
}

@media (max-width: 1200px){
    .products-grid{
        margin: 5px;
    }
}

.products-grid .product-name {
    margin: 0 0 5px;
    display: inline;
    white-space: pre-line;
}

.products-grid .product-name a {
    color: #484848;
    font-family: Avenir-Book, sans-serif;
}

.category-products .products-grid .category-products-grid .images-container,
.products-list-container .images-container {
    height: 345px;
}

@media (max-width: 1200px){
    .category-products .products-grid .category-products-grid .images-container,
    .products-list-container .images-container{
        height: auto;
    }
}

@media (min-width: 769px){
    .category-products .item{
        width: 25%;
    }
}

.category-products .item {
    padding-left: 10px;
    padding-right: 10px;
    display: inline-block;
    vertical-align: top;
    float: none;
}

.category-products .products-grid .category-products-grid{
    margin: 0 0 20px;
}

@media (max-width: 566px){
    .category-products .products-grid .category-products-grid{
        margin: 0;
    }
}

.pager .pages .current {
    border: none;
    color: #fff;
    background: #859216;
}

.pager .pages li {
    border: none;
    color: #000;
    background: #f9f9f9;
    border-left: 2px solid #fff;
}

.pager .pages li:hover {
    background: #859216;
}

.name-price-tb-mb,
.short-tab-mob {
    display: none;
}

.special-price {
    padding: 0;
}

.special-price .price {
    font-size: 18px;
    color: #859216;
}

.labelsale {
    background-color: #859216 !important;
}


/* Mensajes */

.error-msg,
.success-msg,
.note-msg,
.notice-msg {
    background: none;
    color: #555;
    border: none;
    padding: 0;
    font-size: 13px;
}

.cms-index-index .messages,
.customer-account-login .messages {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    text-align: center;
    background-color: #fff;
    z-index: 999;
    /*display: none !important;*/
}

.cms-index-index .success-msg,
.customer-account-login .success-msg {
    background-color: #859216;
}

.cms-index-index .success-msg > ul > li,
.customer-account-login .success-msg > ul > li,
.cms-index-index .success-msg > ul > li a,
.customer-account-login .success-msg > ul > li a {
    color: #fff;
}

.cms-index-index .success-msg > ul > li a,
.customer-account-login .success-msg > ul > li a  {
    text-decoration: underline;
}

.cms-index-index .success-msg > ul > li a:hover,
.customer-account-login .success-msg > ul > li a:hover {
    text-decoration: none;
}

.checkout-cart-index .messages {
    text-align: center;
}

#messages_product_view {
    text-align: center;
    margin: 20px 0;
    font-size: 14px;
}

.messages li {
    margin: 0;
    font-size: 14px;
    list-style: none;
    color: #979797;
}

.messages {
    padding: 0;
    text-align: center;
}

.notice-msg {
    padding: 10px;
    background-color: #FFA701;
    line-height: 1;
}

.notice-msg span {
    color: #fff;
}

.success-msg {
    padding: 20px 0 !important;
}

/*Menu Normal*/

.navigation {
    max-height: inherit;
    position: relative;
    right: inherit;
    width: auto;
    background: transparent;
}


/*Página de Inicio y de Registro */

.customer-account-create .page-title,
.customer-account-login .page-title,
.customer-account-forgotpassword .page-title,
.checkout-onepage-success .page-title,
.checkout-onepage-failure .page-title,
.customer-account-resetpassword .page-title,
.customer-account-changeforgotten .page-title,
.customer-account-confirmation .page-title {
    text-align: center;
}

.account-login .buttons-set .f-left {
    color: #333;
}

.fieldset {
    border: none;
    padding: 0;
}


/* Selector de idiomas */
.language-main-block {
    position: relative;
}

.block-lang-hid {
    visibility: hidden;
}

.title-lang-menu {
    margin: 15px 0 0 !important;
    padding: 0px 0 10px !important;
    font-size: 16px !important;
    color: #000 !important;
    float: left;
}




/* Sección Explorar */

.explore-container-main h1,
.explore-container-main h3,
.explore-container-main p {
    color: #000;
}

.explore-container-main h1 {
    font-size: 18px;
}

.explore-container-main h3 {
    font-size: 18px;
    padding-bottom: 20px;
    margin-top: 40px;
}

.explore-container-main p {
    font-size: 14px;
    color: #909090;
}

.explore-container-main h3,
.explore-container-main ul,
.explore-container-main p,
.main-exp-cont-block form {
    padding-left: 120px;
}

.main-exp-cont-block form .form-list {
    padding-left: 0;
}

.main-exp-img-block,
.main-exp-cont-block {
    margin-bottom: 100px;
    float: left;
    padding-left: 0 !important;
}

.title-cont-header {
    margin-top: 0 !important;
}

.contacts-index-index .page-title h1 {
    text-align: center;
}

.contacts-index-index .page-title p {
    text-align: justify;
}

.page-title h1,
.page-title h2 {
    text-transform: none;
    margin-bottom: 10px;
    font-size: 20px;
}

.contacts-index-index .form-list select {
    height: 39px;
}



/*Mi Cuenta*/
.box-account {
    border: none;
    padding: 0;
}
.block-account .block-content li.current {
    color: #666;
    font-size: 14px;
}
.col-left .block .block-title strong span {
    margin-bottom: 10px;
}
.block-account .block-content li a:hover,
.dashboard .box-info a:hover,
.addresses-list a:hover {
    color: #859216;
}
.col-left .actions {
    margin: 2px 8px 8px;
}
.col-left button {
    width: 100%;
}
.col-left .block-cart .amount,
.col-left .block-cart .subtotal {
    font-size: 14px;
}
.block-cart .subtotal {
    margin: 10px 0;
    padding: 10px;
}
.block-cart .subtotal .label {
    font-size: 14px;
    font-weight: normal;
}
.col-left .block .block-subtitle {
    margin: 10px;
    font-size: 14px;
}
.col-left #cart-sidebar img {
    padding: 10px;
}
.col-left .block-cart .mini-products-list .product-details {
    padding: 10px;
}
.col-left .block-cart .actions {
    border: none;
}
.col-left .block-account .block-content li a {
    font-size: 14px;
    line-height: 2.6;
}
.dashboard .welcome-msg {
    margin: 0 0 40px 0;
}
.dashboard .box-account {
    margin: 0 0 40px;
}
.dashboard .welcome-msg p {
    font-size: 14px;
}
.dashboard .box-recent .box-head h2,
.dashboard .box-info .box-head h2,
.dashboard .box .box-title h3,
.dashboard .box .box-title h4,
.dashboard .box-info h4,
.addresses-list h2,
.addresses-list h3 {
    background: none;
    padding: 0;
    text-transform: none;
    font-size: 20px;
}
.dashboard .box-account p,
.dashboard .box-account address {
    font-size: 14px;
    line-height: 1.6;
    color: #979797;
}
.col-left .truncated a.details {
    display: none;
}
.addresses-list li.item {
    border: none;
    padding: 20px;
    background-color: #f9f9f9;
}
.addresses-list li.empty {
    background-color: transparent !important;
}
.addresses-list address,
.addresses-list p {
    font-size: 14px;
    line-height: 1.6;
}
.addresses-list .addresses-additional li.item {
    padding: 20px;
}
.my-account .form-list select {
    height: 39px;
}
.my-account .info-box {
    background: none;
    border: none;
}
.order-info,
.data-table tbody.odd tr {
    background: #f9f9f9;
    border: none;
    padding: 10px;
}
.order-info-box {
    border: 1px solid #eeeeee;
}
.data-table thead th {
    border: 1px solid #eee;
}
.data-table tfoot td {
    padding-top: 5px;
    padding-bottom: 5px;
}
.link-reorder,
.link-print {
    color: #859216;
}
.data-table td {
    padding: 10px;
    border: 1px solid #eee;
}


/* Menú Móvil */

.nav-mobile .level-top a,
.nav-mobile .level-top > li > a {
    pointer-events: none;
}

.nav-mobile .slimmenu li:first-child a {
    pointer-events: auto;
}

.nav-mobile .nav a {
    pointer-events: auto;
}

.ul.slimmenu.collapsed li .sub-collapser {
    height: 47px;
}

.nav-mobile .language-main-block .lang-list-main a {
    pointer-events: initial;
}

@media (max-width: 768px){
    .nav-mobile .level-top .blog{
        pointer-events: auto;
    }
	
	.nav-mobile .level-top .mothers-day{
        pointer-events: auto;
    }
	
	.nav-mobile .level-top .dia-de-la-madre{
        pointer-events: auto;
    }
	
	.nav-mobile .level-top .dia-de-la-mare{
        pointer-events: auto;
    }
}


/* Bodas */

#overlay {
    background:rgba(0,0,0,0.7);
    width:100%;
    height:100%;
    position:fixed;
    top:0;
    left:0;
    display:none;
    text-align:center;
    z-index: 999;
}

.overlay-img-container {
    width: 60%;
    margin: 0 auto;
    margin-top: 5%;
    position: relative;
}

#overlay img {
    vertical-align: middle;
    text-align: center;
    margin: 0 auto;
    width: 100%;
    border: 20px solid #fff;
}

#close-container {
    position: absolute;
    top: -10px;
    right: -5px;
    width: 35px;
    height: 35px;
    margin: 0;
    padding: 0;
    background: none;
    border: none;
}

.close-btn {
    font-size: 40px;
}

.premio {
    float: left;
    width: 13%;
    margin-right: 2%;
    margin-top: 40px;
}

.block-footer-bottom .footer {
    float: left;
    width: 100%;
    padding: 50px 0;
    border-top: 1px solid #dce0e0;
}

.checkout-onepage-index .block-footer-bottom .footer{
    width: 74%;
    border-top: none;
    padding: 0;
}

.checkout-onepage-index .footer-container{
    padding: 0 15px;
}

.text-white,
.text-white h2,
.text-white a {
    color: #ffffff !important;
}

.text-white p {
    font-size: 18px;
    margin: 0;
}

.text-white p .sm-message {
    text-transform: uppercase;
    font-size: 9px;
    letter-spacing: 3px;
}

.text-white h2 {
    font-size: 36px;
    font-weight: 700;
    margin-top: 40px;
    margin-bottom: 10px;
}

.text-white a {
    border: none;
}

/*----------------------------------------------
CSS for PopUp
------------------------------------------------*/

.aplicable {
    color: black;
    font-weight: bold;
    font-size: 12px;
}

.emailQuieres {
    color: black;
    font-size: 10px;
}

#bienvenidoPopUp {
    font-weight: bold;
    color: black;
    font-size: 30px;
}

#mandadoEmailPopUp {
    color: black;
    font-size: 20px;
}


/* Media queries */


/*2101px*/

@media (min-width: 2101px) {
    .opc-wrapper-opc {
        width: 100%;
        margin: 0;
    }
}


/*2100px*/

@media (max-width: 2100px) {
    .opc-wrapper-opc {
        width: 90%;
        margin: 0;
    }
    .opc-index-index .footer {
        width: 90%;
    }
}


/*1680px*/

@media (max-width: 1680px) {
    .opc-wrapper-opc {
        width: 80%;
        margin: 0;
    }
    .opc-index-index .footer {
        width: 80%;
    }
}


/*1300px*/

@media (max-width: 1300px) {
    .opc-wrapper-opc {
        width: 65%;
        margin: 0;
    }
    .opc-index-index .footer {
        width: 65%;
    }
    .review-menu-block {
        width: 30%;
    }
    .explore-container-main p,
    .explore-container-main h3,
    .explore-container-main ul,
    .main-exp-cont-block form {
        padding-left: 60px;
    }
    .header .header-search,
    .header .header-setting,
    .miniCartWrap {
        margin: 0 10px;
    }
    .shop-description {
        padding-left: 40px;
    }
}


/*1200px*/

@media (max-width: 1200px) {
    .container-hero {
        max-width: 992px;
    }
}


@media (max-width: 1100px) {
    .sidebar .block.block-progress.opc-block-progress {
        width: calc(50% - 250px);
    }
}


/*1024px*/

@media (max-width: 1024px) {
    .header .logo-tablet {
        display: block;
    }
    .header .logo {
        display: none;
    }
    .mini-maincart {
        padding: 0;
    }
    .magicslider .bx-viewport > div {
        width: 100% !important;
    }
    .magicslider .bx-clone {
        width: auto !important;
        float: none !important;
    }
    .magicslider .bx-wrapper img {
        height: 575px;
        width: auto;
        max-width: none;
        -webkit-transform: translate3d(-340px, 0px, 0px);
                transform: translate3d(-340px, 0px, 0px);
    }
    .banner-free--static h2 {
        font-size: 40px;
    }
    .text-white h2 {
        font-size: 34px;
    }
    .newproduct-home .item {
        width: 33.33% !important;
    }
    .newproduct-home .item:last-child {
        display: none;
    }
    .home-products-block,
    .instagram-block-home {
        display: none;
    }
    .block-footer-bottom .footer {
        padding: 20px 15px;
    }
    .mini-maincart:hover .mini-contentCart,
    .settting-switcher:hover .header-login {
        right: -550px;
    }
    .mini-maincart.active .mini-contentCart,
    .settting-switcher.active .header-login {
        right: 0;
    }
    .mini-maincart .mini-contentCart,
    .settting-switcher .header-login {
        width: 50%;
        right: -550px;
    }
    .banner-free--static {
        top: 40%;
    }
    .name-price-tb-mb .regular-price .price {
        font-size: 35px;
        opacity: 1;
        filter: alpha(opacity=100);
        line-height: 1.2;
    }
    .name-price-tb-mb .product-name h1 {
        font-size: 20px;
    }
    .product-view .add-to-cart button.button,
    .product-view .product-shop .add-to-cart button.button span span.view-cart.ag-add-to-cart {
        width: 100%;
    }
    .product-options-bottom .add-to-cart {
        display: block;
    }
    .short-tab-mob {
        display: block;
        font-size: 16px;
        margin: 10px 0;
        color: #909090;
    }
    .block.block-related .block-content li.item {
        margin-bottom: 20px;
        padding-bottom: 0;
    }
    .block-related {
        padding: 20px 25px;
    }
    .cart-container {
        padding: 0 15px;
    }
    .cart .discount .buttons-set,
    .cart .shipping .buttons-set {
        width: 100%;
    }
    .footer-bottom__list-social .fa {
        font-size: 20px;
    }
    .cart .page-title,
    .cart .cart-collaterals {
        padding: 15px 0;
        margin: 0; 
    }
    .cart .page-title {
        margin: 0;
    }
    .cart .totals {
        padding: 0 30px;
    }
    .product-img-content {
        padding: 0;
    }
    .explore-container-main p,
    .explore-container-main h3,
    .explore-container-main ul,
    .main-exp-cont-block form {
        padding-left: 0;
    }
    .shop-description {
        padding-top: 0;
        padding-left: 40px;
        padding-right: 40px;
        text-align: center;
    }
    .container-hero {
        max-width: 750px;
    }
    .premio {
        margin-top: 0;
    }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1) {
    .magicmenu .nav-desktop .level0 .level-top-mega .mage-column .children {
        width: 175px;
        margin-left: 30px;
        margin-bottom: 30px;
    }
}


/*992px*/

@media (max-width: 992px) {
    .banner-top .collection-name {
        font-size: 18px;
    }
    .header .header-search,
    .header .header-setting,
    .miniCartWrap {
        margin: 0 5px;
    }
    .gift-message-block {
        border: none;
        padding: 0;
    }
    .cart .totals,
    #discount-coupon-form {
        padding: 0;
        float: left;
        width: 100%;
    }
    .product-img-box,
    .product-shop {
        width: 100%;
    }
    .name-price-tb-mb {
        display: block;
        margin: 30px auto 10px;
        text-align: center;
    }
    figure.product-image__figure {
        padding-bottom: 65%;
    }
    .product-view .product-shop .price-box,
    .product-view .product-shop .product-name {
        display: none;
    }
    .product-view .product-essential {
        padding: 0;
    }
    .product-image--full {
        padding: 40px 0;
    }
    .product-options {
        float: left;
        width: 65%;
    }
    .add-to-box,
    .product-social-share,
    .product-options-bottom {
        float: right;
        clear: right;
        width: 35%;
    }
    .product-share__list-social {
        max-width: 100%;
    }
    .btn-continue {
        float: left;
        padding: 0;
        width: 48%;
    } 
    .proceed-container {
        padding: 0;
        float: right;
        width: 48%;
    }
    .btn-proceed {
        margin: 0;
    }
    .product-view .product-shop-content {
        padding: 40px 25px;
    }
    .overlay-img-container {
        width: 70%;
    }
}


/*767px*/

@media (max-width: 767px) {
    .wrapper {
        padding-top: 40px;
    }
    .header .container {
        padding: 0 15px;
    }
    .nav-mobile {
        width: 100%;
    }
    .header .logo-mob {
        margin: 0 auto;
        float: none;
        width: 50px;
        padding: 5px 0;
    }
    .header-left {
        padding: 0;
    }
    .header-right {
        padding: 0;
        position: relative;
        right: inherit;
    }
    .header .header-search,
    .header .header-setting {
        display: none;
    }
    .header .dropdown-toggle {
        padding: 0;
    }
    .miniCartWrap {
        text-align: center;
        width: 100%;
    }
    .header .mini-maincart {
        position: relative;
        padding: 0;
        width: 100%;
    }
    .crat-icon {
        padding: 0;
        width: 22px;
        height: 22px;
        float: right;
        margin-right: 5%;
    }
    .cartSummary span {
        font-size: 14px;
    }
    .header .cart-header {
        position: relative;
        float: right;
        text-align: center;
        left: initial;
        right: initial;
        top: initial;
        bottom: initial;
        margin-right: 20px;
    }
    .header .cartSummary {
        width: 100%;
        float: left;
        z-index: 9999;
    }
    .header .mini-maincart .mini-contentCart {
        top: 0;
    }
    .magicslider .bx-wrapper img {
        -webkit-transform: translate3d(-440px, 0px, 0px);
                transform: translate3d(-440px, 0px, 0px);
        height: 520px;
    }
    .banner-free--static {
        top: 35%;
    }
    .banner-top .banner-inner-content {
        margin: 10px 0 0;
        height: 200px;
    }
    .banner-top .collection-name.collection-name--bottom {
        top: 30px;
    }
    .home-title--small {
        display: none;
    }
    .cms-home .block-banner-home .col-xs-12 {
        padding-left: 0;
        padding-right: 0;
    }
    .adj-fixer {
        left: 30px !important;
    }
    .footer-bottom__copyright,
    .footer ul {
        text-align: center;
    }
    .footer-bottom__block-right {
        margin-top: 20px;
    }
    .header-center {
        display: block;
        position: absolute;
        top: 0;
    }
    .page-title h1,
    .page-title h2 {
        text-transform: none;
        text-align: center;
        margin: 5px 0;
        font-size: 16px;
    }
    .ag-add-detail .product__name {
        width: 90%;
        margin: 0 5%;
    }
    .mini-contentCart {
        overflow-y: scroll;
        height: 100%;
    }

    /*Menu Móvil Nav*/
    .magicmenu {
        display: none;
    }
    .nav-desktop {
        display: none;
    }
    .navigation-toggle {
        position: relative;
        z-index: 99;
    }
    .nav-mobile li {
        display: block;
    }
    .menu-collapser {
        background: none;
        text-shadow: none;
        top: -3px;
        left: -4px;
    }
    .collapse-button {
        background: none;
        box-shadow: none;
        text-shadow: none;
        border: none;
        left: 0;
        right: inherit;
    }
    .collapse-button:hover,
    .collapse-button:focus {
        background: none;
        color: inherit;
    }
    .collapse-button .icon-bar {
        background-color: #333;
        box-shadow: none;
        height: 2px;
        width: 20px;
        margin: 6px 0;
    }
    .collapse-button span:last-child {
        display: none;
    }
    ul.slimmenu li {
        background-color: #fff;
    }
    ul.slimmenu>li {
        border: none;
    }
    ul.slimmenu li a {
        font-size: 14px;
        padding: 12px 60px 12px 10px;
    }
    ul.slimmenu li .sub-collapser {
        background: none;
        text-align: right;
    }
    ul.slimmenu li .sub-collapser>i {
        font-size: 9px;
        padding-top: 4px;
        padding-right: 10px;
        font-style: normal;
    }
    ul.slimmenu li ul li,
    ul.slimmenu li a:hover {
        background-color: transparent;
    }
    ul.slimmenu li .sub-collapser {
        width: 100%;
    }
    .mb-only-show {
        display: block;
    }
    .title-lang-menu {
        font-size: 14px !important;
        color: inherit !important;
        margin: 12px 0 0 !important;
        width: 100%;
    }
    .lang-list-main {
        float: left;
    }
    .ul.slimmenu.collapsed li .sub-collapser {
        height: 44px;
    }
    .slogan-all-year {
        display: none;
    }
    .subcategories-list-top {
        margin-bottom: 20px;
        margin-top: 20px;
    }
    .subcategories-list-top li {
        padding-right: 0;
        text-align: center;
        padding-bottom: 10px;
        padding-right: 10px; 
    }
    .notice-msg {
        line-height: 1.6;
    }
    .product-view .product-img-box {
        margin-bottom: 0;
    }
    .cart-name-attrs {
        position: relative;
    }
    .btn-remove-item {
        position: absolute;
        top: 0;
        left: 0;
    }
    .cart-table .product-name {
        padding-left: 40px;
    }
    .cart-name-attrs-container {
        width: 40%;
        padding-left: 0;
    }
    .cart-item-vert {
        width: 40%;
        line-height: inherit;
        padding-left: 0;
    }
    .a-subtotal.cart-item-vert {
        width: 20%;
        padding-right: 0;
    }
    .product-list-cart {
        height: auto;
    }
    .gift-message-block,
    .cart .totals,
    #discount-coupon-form {
        padding: 0;
    }
    .ag-add-detail {
        margin-top: 30px;
    }
    .banner-free--static .container-hero {
        padding-top: 100px;
        padding-left: 20px;
    }
    .banner-free--static .container-hero h2 {
        font-size: 30px;
    }
    .overlay-img-container {
        width: 90%;
        margin-top: 25%;
    }
    .premio {
        width: 23%;
        padding-left: 15px;
    }
}

@media only screen and (min-device-width: 481px) and (max-device-width: 767px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1) {
    .header .mini-maincart .mini-contentCart {
        top: 60px;
    }
    .menu-collapser {
        left: 15px;
    }
}

/*640px*/
@media (max-width: 640px) {
    .add-to-box,
    .product-options,
    .product-social-share,
    .product-options-bottom {
        float: inherit;
        width: 100%;
    }
}


/*480px*/

@media (max-width: 480px) {
    .mini-maincart .mini-contentCart,
    .settting-switcher .header-login {
        width: 100%;
    }
    .banner-free--static {
        top: 30%;
    }
    .magicslider .bx-wrapper img {
        -webkit-transform: translate3d(-340px, 0px, 0px);
                transform: translate3d(-340px, 0px, 0px);
        height: 380px;
    }
    .bx-wrapper .bx-caption.start,
    .bx-wrapper .bx-caption.play {
        display: block;
    }
    .banner-free--static h2 {
        font-size: 30px;
    }
    .banner-top .collection-name {
        top: 10px;
        left: 15px;
    }
    .banner-top .collection-name.collection-name--bottom {
        top: 10px;
        bottom: initial;
    }
    .name-price-tb-mb .regular-price .price {
        font-size: 30px;
    }
    .name-price-tb-mb .product-name h1 {
        font-size: 18px;
    }
    .product-options ul.options-list {
        margin: 0;
    }
    .product-options dt {
        width: 25%;
    }
    .product-options dl.last dd {
        width: 100%;
    }
    .product-view .product-shop .add-to-cart button.button span span.view-cart.ag-add-to-cart {
        font-size: 16px;
        height: 40px;
        line-height: 40px;
    }
    .product-view .add-to-cart button.button span {
        height: 40px;
    }
    .product-options ul.options-list input.radio {
        margin: 0;
    }
    .block-related .col-mobile-12 {
        width: 100%;
    }
    .block.block-related .block-content li:nth-child(n+3) {
        display: none;
    }
    .products-grid .product-name {
        width: 90%;
    }
    .cart-table .product-name {
        font-size: 14px;
        white-space: initial;
        text-overflow: initial;
        overflow: initial;
    }
    .product-list-cart {
        padding: 15px 0;
        height: auto;
    }
    .cart .page-title h1 {
        font-size: 12px;
        padding: 0;
    }
    .cart .title-buttons .checkout-types {
        margin-top: 0;
        padding: 0;
    }
    .title-buttons button.button span {
        padding: 0 10px;
        font-size: 13px;
        letter-spacing: 0.5px;
    }
    .cart-name-attrs .item-options {
        display: none;
    }
    #co-billing-form {
        margin-top: 20px;
    }
    #billing-new-address-form {
        margin-top: 0;
    }
    .cartSummary .icon-cart {
        font-size: 18px;
    }
    .messages {
        margin-top: 20px;
        padding: 0 20px;
    }
    .cart-empty {
        text-align: center;
    }
    .product-options dt {
        width: 100%;
        padding: 0;
    }
    .product-shop-content .product-options ul {
        width: 100%;
    }
    .banner-free--static .container-hero h2 {
        font-size: 26px;
    }
    .banner-free--static .container-hero a {
        font-size: 14px;
    }
    #image-gallery a {
        pointer-events: none;
    }
    .premio {
        width: 100%;
        margin: 0 auto;
        display: block;
        padding: 0;
        margin: 0;
    }
    .block-footer-bottom .footer {
      width: 100%;
    }
    .toolbar {
        margin: 0;
    }
    .text-white {
        padding-top: 0 !important;
    }
}
