/*GLOBALS*/

body {
    overflow-x: hidden;
}

nav.breadcrumb ol li a {
    color: #8D8D8D;
}

nav.breadcrumb ol li:last-child a {
    color: #444444;
}

body#product section#main .product-container {
    margin-top: 60px;
    margin-bottom: 50px;
}

body#product section#content {
    position: relative;
}

.product-container ul.product-flags .trapezoids {
    position: absolute;
    left: 12px;
    z-index: 1;
    margin-bottom: 0;
}

.product-container .product-trapezoid {
    height: 44px;
    transform: skew(
            18deg);
    display: inline-block;
    position: relative;
    vertical-align: top;
}

.product-container .trapezoids .trapezoid-black {
    width: 77px;
    background: linear-gradient(
            90deg, rgba(49, 49, 48, 1) 0%, rgba(14, 14, 10, 1) 100%);
}

.product-container .trapezoid-green {
    width: 83px;
    background: rgb(77, 182, 0);
    background: linear-gradient(
            90deg, rgba(77, 182, 0, 1) 0%, rgba(99, 189, 2, 1) 100%);
    margin-left: -5px;
}

.product-container .product-trapezoid > label {
    transform: skew(
            -18deg);
    color: white;
    font-size: 14px;
    font-weight: 800;
    text-align: center;
    text-transform: uppercase;
    font-style: italic;
    line-height: 14px;
    margin-top: 8px;
    height: 28px;
    padding: 0px 5px;
    text-shadow: 1px 0px 1px #005008;
}

.product-container img.thumb.js-thumb {
    opacity: 50%;
}

.product-container img.thumb.js-thumb.selected {
    opacity: 100%;
}

.product-container img.thumb.js-thumb:hover {
    cursor: pointer;
}

.product-container h1.h1 {
    font-size: 30px;
    line-height: 30px;
    color: #141414;
    font-weight: 800;
    text-transform: uppercase;
    margin-bottom: 25px
}

.product-container .product-prices {
    display: flex;
    align-items: center;
    padding-bottom: 20px;
    border-bottom: 1px solid #c8c8c8;
    margin-bottom: 20px;
}

.product-container .product-discount, body#product .product-container .current-price span#price_txt_from {
    font-size: 16px;
    color: #797979;
    font-family: Arial;
    line-height: 38px;
    font-weight: 400;
}

body#product .product-container .current-price span#price_txt_from {
    display: block;
    height: 38px;
}

body#product .product-container .current-price span {
    font-size: 35px;
    color: #141414;
    font-family: Arial;
    font-weight: 600;
    line-height: 24px;
    height: 30px;
}

.product-container span.zdp-sprite.product-page-discount {
    width: 78px;
    height: 74px;
    background-position: -96px -149px;
    margin-left: 45px;
}

img.in-product-brand-big {
    margin-left: auto;
}

.product-container span.zdp-sprite.product-page-discount > i {
    width: 100%;
    margin-left: -5.5px;
    display: block;
    text-align: center;
    line-height: 66px;
    font-family: Arial;
    font-weight: 600;
    font-size: 20px;
    color: #fff;
}

.product-short-description *, .product-short-description p, .product-short-description {
    font-style: italic;
    margin-top: 10px;
    color: #646464;
    font-family: Arial;
    font-size: 16px;
}

.scroll-box-arrows {
    display: none;
}

div#product-picture-cover {
    position: relative;
}

body#product li.thumb-container {
    margin-bottom: 15px;
}

.product-cover .layer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    background: #fff;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    background: hsla(0, 0%, 100%, 0);
    text-align: center;
    cursor: pointer;
    z-index: 2;
}

#product .fade.in {
    opacity: 1;
}

#product .modal-backdrop.in {
    opacity: 0.5;
}

#product-modal .modal-content {
    padding: 0;
    background: transparent;
    border: none;
}

#product-modal .modal-content .modal-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: -30%;
}

#product-modal .modal-content .modal-body .product-cover-modal {
    background: #fff;
}

#product-modal .modal-content .modal-body .image-caption {
    width: 800px;
    padding: 0.625rem 1.25rem;
    background: #fff;
    border-top: #f6f6f6 1px solid;
}

#product-modal .modal-content .modal-body .thumbnails {
    position: relative;
}

#product-modal .modal-content .modal-body .mask.nomargin {
    margin-top: 0;
}

#product-modal .modal-content .modal-body .mask {
    position: relative;
    z-index: 1;
    max-height: 49.38rem;
    margin-top: 2.188rem;
    overflow: hidden;
}

#product-modal .modal-content .modal-body .product-images {
    margin-left: 2.5rem;
}

.product-images > li.thumb-container {
    display: inline;
}

#product-modal .modal-content .modal-body .product-images img {
    width: 9.25rem;
    cursor: pointer;
    background: #fff;
}

.modal .product-images > li.thumb-container > .thumb.selected, .modal .product-images > li.thumb-container > .thumb:hover {
    border: 3px solid rgba(255, 139, 13, 1);
}

.product-images > li.thumb-container > .thumb {
    margin-bottom: .625rem;
    cursor: pointer;
}

.images-container .owl-nav .owl-prev, .images-container .owl-nav .owl-next {
    border: none;
    position: absolute;
    top: calc(50% - 30px);
}

.images-container button.owl-prev {
    left: 0;
}

.images-container button.owl-next {
    right: 0;
}

button.owl-prev > span, button.owl-next > span {
    width: 40px;
    height: 60px;
    background: #F0F0F0;
    display: block;
    position: relative;
    float: left;
    background-image: url(https://www.zonadepadel.es/themes/child_classic/assets/img/sprites_new.png);
    background-repeat: no-repeat;
    cursor: pointer;
    border: none;
    z-index: 3;
    font-size: 0;

}

button.owl-prev > span {
    background-position: -573px 18px;
}

button.owl-next > span {
    float: right;
    background-position: -572px -36px;
}

.ul-related-categories a {
    display: inline-flex;
    padding: 4px 10px;
    opacity: 0.6;
    border: 1px solid #ACACAC;
    background-color: white;
    color: #0C0C0C;
    border-radius: 2px;
    text-transform: uppercase;
    font-weight: bold;
    cursor: pointer;
    font-size: 12px;
    margin: 10px 3px 0 0;
}

.ul-related-categories a:hover {
    opacity: 1;
    border: 1px solid #0C0C0C;
    text-decoration: none;
}

.product-additional-info {
    margin-top: 12px;
}

span.opinar {
    cursor: pointer;
    font-size: 13px;
    display: block;
    color: #797979;
    text-align: left;
    margin-left: 113px;
}

body#product .ratingbox.revi {
    margin: 40px 0 15px;
}

.product-discounts {
    margin-bottom: 1.5rem;
}

.product-quantity {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.product-quantity .qty .bootstrap-touchspin {
    border: 1px solid #C8C8C8;
    width: auto;
    float: left;
    display: inline-block;
    border-radius: 2px;
    height: 46px;
}

.product-quantity #quantity_wanted {
    color: #444444;
    background-color: #fff;
    height: 2.75rem;
    padding: 0 30px;
    width: 100px;
    border: none;
    margin-left: 0;
    text-align: left;
    font-weight: 800;
    font-family: Arial;
    font-size: 15px;
    font-style: italic;
}

.product-quantity span.input-group-btn-vertical {
    position: absolute;
    top: 0;
    right: 0;
    width: 30px;
    height: 100%;
    display: block;
    background: #F0F0F0;
    z-index: 3;
}

.product-quantity span.input-group-btn-vertical:before {
    content: "";
    background: #fff;
    width: 100%;
    height: 1px;
    position: absolute;
    top: 50%;
}

.product-quantity .input-group .btn {
    display: block;
    position: relative;
    z-index: 2;
    width: 100%;
    height: 50%;
    padding: 0;
    margin: 0;
}

.product-quantity input::-webkit-outer-spin-button,
.product-quantity input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.product-quantity input[type=number] {
    -moz-appearance: textfield;
}

.orange-btn, .product-actions-mobile .add-to-cart, .product-actions .add-to-cart {
    margin-top: 33px;
    line-height: 15px;
    padding: 30px 0;
    background: rgb(255, 139, 13);
    background: linear-gradient(
            180deg, rgba(255, 139, 13, 1) 0%, rgba(255, 80, 8, 1) 100%);
    border: none;
    height: 76px;
    max-width: 526px;
    width: 100%;
    font-size: 20px;
    font-weight: 800;
}

.product-actions .add-to-cart:disabled {
    background: -moz-linear-gradient(bottom, #1A1A1A 0, #4B4B4B 100%);
    background: -webkit-linear-gradient(bottom, #1A1A1A 0, #4B4B4B 100%);
    background: -o-linear-gradient(bottom, #1A1A1A 0, #4B4B4B 100%);
    background: -ms-linear-gradient(bottom, #1A1A1A 0, #4B4B4B 100%);
    background: linear-gradient(bottom, #1A1A1A 0, #4B4B4B 100%);
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    opacity: 1 !important;
    cursor: pointer;
    pointer-events: all;
}

.product-actions .add-to-cart:disabled:hover {
    background: #1A1A1A;
    background: -moz-linear-gradient(bottom, #1A1A1A 0, #656464 100%);
    background: -webkit-linear-gradient(bottom, #1A1A1A 0, #656464 100%);
    background: -o-linear-gradient(bottom, #1A1A1A 0, #656464 100%);
    background: -ms-linear-gradient(bottom, #1A1A1A 0, #656464 100%);
}

i.material-icons.touchspin-up, i.material-icons.touchspin-down {
    width: 7px;
    height: 11px;
    background-position: -120px -75px;
    margin: 0 auto;
    display: block;
}

i.material-icons.touchspin-up {
    transform: rotate(-90deg) scale(0.8);
}

i.material-icons.touchspin-down {
    transform: rotate(90deg) scale(0.8);
}

body#product .product-features-row span.from-a-look {
    font-weight: 800;
    text-transform: uppercase;
    font-size: 18px;
    margin: 20px 0;
    display: block;
    text-align: center;
    line-height: 27px;
    color: #141414;
}

body#product .line-centered {
    content: " ";
    width: 100%;
    height: 2px;
    background: rgb(222, 222, 222);
    background: radial-gradient(
            circle,
            rgba(232, 232, 232, 1) 28%,
            rgba(255, 255, 255, 0) 73%
    );
    display: block;
    margin-top: 10px;
}

.product-info-presenter {
    display: block;
    position: relative;
    margin: 55px auto 35px auto;
}

.product-info-presenter > h2, div#maybeyoulikeit .from-a-look, div#our-best-products .from-a-look, section#main-footer-bottom-product .from-a-look {
    text-align: center;
    font-size: 30px;
    font-weight: 800;
    text-transform: uppercase;
    color: #141414;
    line-height: 30px;
    margin-bottom: 17px;
}

div#maybeyoulikeit .from-a-look, div#our-best-products .from-a-look, section#main-footer-bottom-product .from-a-look {
    display: block;
    padding: 59px 0 28px;
}

.product-info-presenter > div {
    text-align: center;
}

.product-info-presenter > div label {
    color: #646464;
    font-family: arial;
    font-style: italic;
    font-size: 14px;
}

.product-info-presenter > div > label:first-child {
    margin-right: 20px;
}

.features-HTML {
    width: 100%;
    display: flex;
    position: relative;
    min-height: 50px;
    margin: 25px auto 30px auto;
}


.features-HTML .product-feature {
    flex: 1 1 0px;
}

.features-HTML .product-feature > .feature-pic {
    width: 90%;
    height: 21vw;
    display: block;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    margin: 0 auto;
}

.features-HTML .product-feature > .feature-title {
    font-size: 19px;
    text-align: center;
    width: 100%;
    margin-bottom: 15px;
    color: #141414;
    font-weight: bolder;
    font-style: italic;
}

.features-HTML .product-feature > div.text,
.features-HTML .product-feature > div.text * {
    font-size: 15px;
    line-height: 17px;
    color: #646464;
    font-family: Arial, Helvetica, sans-serif;
    width: 95%;
    min-height: 70px;
    margin: 13px auto 5px auto;
}

.features-HTML .product-feature > div.text::after {
    content: " ";
    width: 94%;
    height: 3px;
    background: rgb(232, 232, 232);
    background: linear-gradient(90deg, rgba(203, 203, 204, 1) 46%, rgba(255, 255, 255, 0) 76%);
    display: block;
    margin: -3px auto 0px auto;
}

/**FEATURE BG's**/
.feature-pic.feature-1 {
    background-image: url('../../../../img/features/feature-1.png');
}

.feature-pic.feature-2 {
    background-image: url('../../../../img/features/feature-2.png');
}

.feature-pic.feature-3 {
    background-image: url('../../../../img/features/feature-3.png');
}

.feature-pic.feature-4 {
    background-image: url('../../../../img/features/feature-4.png');
}

body#product .score-block.score-block-active {
    background: #65BD09;
}

body#product .score-block {
    width: 12px;
    height: 24px;
    background: #C9C9C9;
    display: inline-block;
    vertical-align: top;
    border-radius: 2px;
}

body#product .product-features-row img {
    height: 22px;
}

body#product .product-features-row .line-centered {
    margin-top: 0;
}

body#product .product-features-row .line-centered.second {
    margin-top: 10px;
}

body#product .product-features-row span {
    font-size: 16px;
    line-height: 20px;
    color: #646464;
    font-weight: 600;
}

body#product .score-container {
    margin-top: 10px;
}

body#product div#contenidodetallesficha .detallesficha {
    display: flex;
    flex-direction: column;
    font-family: Arial;
    line-height: 22px;
    color: #646464;
    font-size: 14px;
    position: relative;
}

body#product span.titulardetalle {
    font-size: 18px;
    color: #141414;
    line-height: 25px;
    text-align: center;
    font-weight: 800;
    font-family: Raleway;
    margin-bottom: 10px;
    display: block;
}

body#product div#contenidodetallesficha > div img {
    padding-bottom: 25px;
    max-width: 100%;
}

body#product .product-info-presenter .line-centered {
    width: 524px;
    margin: 10px auto 0;
}


div#detallesficha {
    margin-top: -15px;
    margin-bottom: 45px;
}

.detallesficha:after {
    content: "";
    width: 100%;
    height: 2px;
    background-image: linear-gradient(to right, rgba(232, 232, 232, 1) 28%, transparent);
    position: absolute;
    bottom: -15px;
}

.product-description-div h3 {
    font-weight: 800;
}

.product-description-div p, .product-description-div li {
    font-size: 15px;
    line-height: 22px;
    color: #646464;
    font-family: Arial;
}

h3.zonadepadel {
    font-weight: 800
}

.product-description-div ul {
    list-style: disc;
    padding-left: 12px;
}

.product-description-div ul li {
    margin-top: 5px;
}


.product-description-div h2.zonadepadel {
    font-weight: 800;
    font-size: 1.50rem;
}

body#product .product-description-div p span.zonadepadel {
    font-size: 20px;
    color: #141414;
    line-height: 25px;
    font-family: Raleway;
    font-weight: 800;
    display: block;
    margin-bottom: 20px;
}

.product-features {
    background: #2E2E2E;
}

.product-features > span.title {
    color: #B4B4B4;
    font-style: italic;
    font-size: 19px;
    text-transform: uppercase;
    font-weight: 800;
    display: block;
    width: 100%;
    text-shadow: 2px 2px rgb(0 0 0 / 70%);
}

body#product span.title.first-bar {
    color: #B4B4B4;
    font-size: 19px;
    font-weight: 800;
    text-shadow: 2px 2px rgb(0 0 0 / 70%);
    padding: 20px 30px;
    position: relative;
}

body#product span.title.first-bar:after, body#product .product-features > span.info::after {
    position: absolute;
    margin-left: -30px;
    bottom: 0;
    margin-bottom: 0;
}

body#product section.product-features > span.info {
    font-weight: 600;
    font-size: 15px;
    line-height: 18px;
    color: #ffffff;
    display: block;
    padding: 14px 30px;
    position: relative;
}

section#main-middle-product button#add-to-cart-copy-button {
    margin-top: 3px;
}

#wrapper-middle-product {
    margin-top: -45px;
    background: #F2F2F2;
    padding-top: 70px;
    padding-bottom: 55px;
}

#product #wrapper > .container {
    transform: skewY(1.6deg);
}

#product #wrapper {
    /*box-shadow: 0 0 21px -5px grey;*/
    transform: skewY(-1.6deg);
    margin-top: -25px;
    padding-top: 25px;
    padding-bottom: 50px;
    background: #ffffff;
    position: relative;
    z-index: 2;
}

body#product .container-pack {
    padding-bottom: 77px;
}

body#product .container-pack:last-child {
    padding-bottom: 0;
}

.product-features > span.title::after, .product-features > span.info::after {
    width: 100%;
    height: 2px;
    margin-left: -45px;
    background: url(https://www.zonadepadel.es/themes/child_classic/assets/img/header_bars.png);
    background-repeat: repeat;
    display: block;
    margin-bottom: 5px;
    position: relative;
    content: "";
}

#fake-select-qty {
    display: none;
}

.product-quantity .qty {
    display: none;
}

.product-variants {
    width: 100%;
}

.product-variants-item {
    position: relative;
}

.product-variants-item select.form-control.form-control-select.combinations-select {
    display: none;
}

div#fake-combinations-select {
    width: 100%;
    max-width: 526px;
    height: 46px;
    appearance: none;
    -webkit-appearance: none;
    font-size: 14px;
    color: #444444;
    font-weight: 600;
    line-height: 46px;
    border: 2px solid #F2F2F2;
    border-radius: 2px;
    position: relative;
}

div#fake-combinations-select:before {
    content: "";
    width: 8px;
    height: 8px;
    background-image: url(https://www.zonadepadel.es/themes/child_classic/assets/img/sprites_new.png);
    background-position: -8px -101px;
    position: absolute;
    right: 16px;
    top: 21px;
}

div#fake-combinations-select.open:before {
    top: 19px;
    transform: rotate(-180deg);
}

div#fake-combinations-select ul.select_size li {
    border: 1px solid #F2F2F2;
    border-left: 0;
    border-right: 0;
}

.equivalence_attributes.desktop div#fake-combinations-select li, .equivalence_attributes.desktop div#fake-combinations-select #current-size {
    cursor: pointer;
    padding-left: 10px;
}

div#fake-combinations-select #current-size {
    display: block;
    width: 100%;
    padding-left: 10px;
}

span#current-size.selected {
    font-weight: 800;
}

div#fake-combinations-select li[data-combination ='0'] {
    cursor: not-allowed;
}

.product-variants-item.open::before {
    top: 19px;
    transform: rotate(-180deg);
}

a.size-guide {
    font-size: 12px;
    margin-top: 13px;
    display: block;
    color: #8D8D8D;
    font-weight: 800;
}

section#wrapper-footer-top-product, #wrapper-footer-bottom-product {
    box-shadow: 0px -10px 10px -10px grey;
}

.images-container {
    position: relative;
    width: 100%;
}

.images-container .layer.hidden-sm-down {
    position: absolute;
    top: 0;
    width: calc(100% - 16.66%);
    height: 100%;
    cursor: pointer;
}

.images-container .owl-dots {
    display: none;
}

.images-container img.image-product {
    max-width: 100%;
}

.images-container .owl-item {
    text-align: center;
}

.advertise-text-review {
    font-size: 15px;
    color: #646464;
    padding: 0 0 30px;
    text-align: center;
}

div#fake-combinations-select.open ul {
    border-top: 0;
}

.only-mobile-open {
    display: none;
}

#product i.cross-black.material-icons {
    width: 10px;
    height: 10px;
    background-position: -136px -75px;
    transform: scale(0.8);
    margin-right: 6px;
}

/*ESTIMATEDTIME*/
.est_link {
    color: #008BD6;
    font-size: 14px;
    font-family: Arial;
}

.finan-pic {
    padding-right: 13px;
    width: 75px;
}

body#product span.est_link {
    cursor: pointer;
}

body#product .popup-content-header.educational-popup-header .popup-content-header-close button {
    margin: 0;
    padding: 0;
    -ms-flex-item-align: end;
    align-self: flex-end;
    border: none;
    background: none;
    cursor: pointer;
}

body#product .popup-content-header.educational-popup-header .popup-content-header-close button svg g {
    fill: #444;
}

body#product .educational-popup-component .educational-popup-extra-info {
    text-align: center;
    margin: 32px auto 0;
    max-width: 400px;
}

body#product .educational-popup-component .educational-popup-extra-info span {
    color: rgb(36, 31, 46);
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
}

body#product .popup-content-header .popup-content-header-close button svg {
    width: 24px;
    height: 24px;
}

body#product .popup-wrapper {
    background: rgba(0, 0, 0, 0.6);
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2147483645;
    overflow-y: auto;
}

body#product .popup-content.banner {
    max-width: 583px;
    display: block;
    background-color: #fff;
    min-width: 320px;
    height: auto;
    width: auto;
    margin: 5% auto;
    overflow: hidden;
    border-radius: 8px;
}

body#product .popup-content-header.educational-popup-header {
    background-color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: auto;
    margin: 24px 24px 16px 48px;
    padding: 0;
    min-height: auto;
}

body#product .popup-content-header.educational-popup-header .popup-content-header-close {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-height: 24px;
    margin: 0;
    padding: 0;
    position: relative;
    top: 0;
    right: 0;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

body#product .popup-content-header-title {
    margin: 0 !important;
    padding: 0;
    font-size: 13px;
    line-height: 16px;
    text-align: left;
    color: #444;
    font-weight: 600;
}

body#product .educational-popup-component {
    font-weight: 700;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    line-height: 22px;
    color: #191919;
    margin: 0 48px;
}

body#product .educational-popup-component .education-popup-payment-method-properties-list {
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
    color: #191919;
    text-align: left;
}

body#product .educational-popup-component .icon-with-text-component {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 0;
    text-align: center;
    margin-bottom: 40px;
}

body#product .educational-popup-component .icon-with-text-component .icon-with-text-component-icon {
    margin-bottom: 24px;
}

body#product .educational-popup-component .icon-with-text-component .icon-with-text-component-title {
    font-size: 22px;
    line-height: 26px;
    margin-bottom: 16px;
}

body#product .educational-popup-component .education-popup-payment-method-properties-list .education-popup-payment-method-properties-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 8px;
}

body#product .educational-popup-component .education-popup-payment-method-properties-list .education-popup-payment-method-properties-item .education-popup-payment-method-properties-item-bullet {
    margin-left: 6px;
    margin-right: 18px;
}

body#product .popup-footer-component {
    background-color: #fff;
    color: #6a6b6f;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-top: 48px;
}

body#product .popup-footer-component .popup-footer-component-title {
    margin-bottom: 16px;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    text-align: center;
    color: #444;
}

body#product .popup-footer-component .popup-footer-component-logo {
    height: 21px;
}

#est-container-parent {
    background: #F0F0F0;
    padding: 25px 35px;
}

#est-container .est_carrier_image {
    margin-right: 13px;
}

#est-container ul,
#est-container ul li {
    margin-bottom: 0px;
    padding-bottom: 0px;
}

#est-container li.est_title {
    padding-bottom: 15px;
    margin-bottom: 20px;
    font-weight: bold;
    font-size: 16px;
    text-transform: uppercase;
    border-bottom: 1px solid rgba(0, 0, 0, .25);
}

#est-container .block-est-item {
    border-bottom: 0px;
}

#est-container .est_carrier_name {
    font-size: 14px;
}

.est_black,
#est-container .est_black {
    color: #646464;
    font-size: 15px;
    font-weight: 600;
    line-height: 20px;
    display: inline-block;
}

.est-flex, div#est-container-parent > .row {
    display: flex;
    align-items: center;
}

.est_float {
    display: inline-block;
}

#est-container .final_date_green {
    width: 100%;
    color: #65BD09;
    font-weight: 800;
    font-size: 15px;
    line-height: 17px;
    text-transform: uppercase;
    float: left;
}

.est_black > b {
    text-transform: uppercase;
    color: #444444;
}

/*END ESTIMATEDTIME*/

/*VENTACOMPLEMENTARIA*/

#ventacomplementariaproduct div.breakdown-prices-chart .sum-breakdown-row .breakdown-price {
    text-decoration: line-through;
}

#ventacomplementariaproduct .pack_item_slide {
    width: 100%;
    margin-bottom: 1em;
    display: block;
    margin-top: 25px;
}

#ventacomplementariaproduct .pack_name {
    margin-bottom: 60px;
    display: block;
    background: rgb(241, 241, 241);
    padding: 20px 25px;
    font-size: 25px;
    font-weight: 800;
}

#ventacomplementariaproduct .pack_name > a {
    color: #141414;
}

#ventacomplementariaproduct .more_item {
    background: #000;
    border-radius: 100%;
    width: 36px;
    height: 36px;
    display: inline-block;
    color: white;
    font-size: 30px;
    text-align: center;
    font-weight: 600;
    line-height: 36px;
    position: absolute;
    right: -0.75rem;
    top: calc(50% - 18px);
    z-index: 2;
}

.breakdown-prices-chart {
    background: #2E2E2E;
    padding: 13px 0px 13px 0px;
}

#ventacomplementariaproduct .vc_picture {
    display: inline-block !important;
    vertical-align: middle;
}

#ventacomplementariaproduct .pack_item {
    display: inline-block;
    vertical-align: top;
}

#ventacomplementariaproduct .pack_item_product.pack_item_price {
    display: inline-block;
    vertical-align: top;
}

#ventacomplementariaproduct .current-price-pack.invalidPrice {
    text-decoration: line-through;
}

#ventacomplementariaproduct .firstPrice,
.secondPrice {
    display: block;
    text-align: center;
}

#ventacomplementariaproduct .pack_item_buy {
    text-align: center;
}

#ventacomplementariaproduct .pack_item_buy:hover {
    color: white;
    background: #2592a9;
}

#ventacomplementariaproduct .pack_item_buy a:hover {
    color: white;
}

#ventacomplementariaproduct .pack_item_buy {
    background-color: #2fb5d2;
    padding: 8px;
}

#ventacomplementariaproduct .vc_addToChartBtn {
    color: white;
    padding-left: 1em;
    padding-right: 1em;
    padding-top: 1vh;
    padding-bottom: 1vh;
}

#ventacomplementariaproduct .pack_item_buy {
    display: block;
    position: relative;
}

#ventacomplementariaproduct .old-price-pack {
    font-size: 27px;
    font-weight: bold;
    line-height: 33px;
    display: block;
}

#ventacomplementariaproduct .current-price-pack {
    font-size: 1.1em;
    font-weight: bold;
    line-height: 1vh;
}

#ventacomplementariaproduct
.pack_items_content
> div
> div
> div
> div.owl-stage-outer
> div
> div
> div
> img {
    width: initial;
}

#ventacomplementariaproduct .page-product-heading {
    font-size: 30px;
    font-weight: 800;
    display: block;
    margin-bottom: 58px;
    text-align: center;
    margin-top: 64px;
    line-height: 30px;
    text-transform: uppercase;
}

#ventacomplementariaproduct
.pack_items_content
> div
> div
> div
> div.owl-stage-outer
> div {
    width: 2000px !important;
}

#ventacomplementariaproduct .owl-stage {
    transition: all 1s;
}

#ventacomplementariaproduct .owl-item {
    margin-left: 10px;
    margin-right: 10px;
}

#ventacomplementariaproduct .noPricesMarginFix {
    margin-top: 9vh !important;
}

#ventacomplementariaproduct .float-item-pack {
    float: left;
    margin-right: 10px;
}

#ventacomplementariaproduct div.pl-0.pr-0 {
    margin-top: 0;
    margin-bottom: 0;
}

#ventacomplementariaproduct .only-mobile.owl-carousel.owl-loaded,
.only-mobile {
    display: none;
}

#ventacomplementariaproduct div.breakdown-prices-chart .product-breakdown-row,
#ventacomplementariaproduct div.breakdown-prices-chart .sum-breakdown-row,
#ventacomplementariaproduct div.breakdown-prices-chart .saving-breakdown-row,
#ventacomplementariaproduct div.breakdown-prices-chart .pack-breakdown-row {
    font-size: 14px;
    text-align: left;
    margin-right: 0px;
    margin-left: 0px;
}

#ventacomplementariaproduct div.breakdown-prices-chart .breakdown-price {
    padding-left: 15px;
    padding-right: 15px;
}

#ventacomplementariaproduct div.breakdown-prices-chart .sum-breakdown-row {
    padding-top: 5px;
    color: #ff0000;
}

#ventacomplementariaproduct div.breakdown-prices-chart .saving-breakdown-row {
    color: #ff0000;
}

#ventacomplementariaproduct
div.breakdown-prices-chart
.product-breakdown-row
.breakdown-price,
#ventacomplementariaproduct div.breakdown-prices-chart .sum-breakdown-row,
#ventacomplementariaproduct
div.breakdown-prices-chart
.sum-breakdown-row
.breakdown-price {
    color: initial;
}

#ventacomplementariaproduct div.breakdown-prices-chart .pack-breakdown-row {
    color: #2fb5d2;
    padding-bottom: 5px;
}

#ventacomplementariaproduct
div.breakdown-prices-chart
.sum-breakdown-row
.breakdown-price,
#ventacomplementariaproduct
div.breakdown-prices-chart
.saving-breakdown-row
.breakdown-price,
#ventacomplementariaproduct
div.breakdown-prices-chart
.pack-breakdown-row
.breakdown-price {
    font-weight: bold;
}

#ventacomplementariaproduct
div.breakdown-prices-chart
.sum-breakdown-row
.breakdown-price {
    text-decoration: line-through;
}

#ventacomplementariaproduct div.pack_item_product.pack_item_price button.add-to-cart {
    width: 100%;
    margin-top: 4px;
    background: rgb(255, 139, 13);
    background: linear-gradient(
            180deg, rgba(255, 139, 13, 1) 0%, rgba(255, 80, 8, 1) 100%);
    border: none;
    border-radius: 2px;
    height: 60px;
    font-style: italic;
    font-weight: 800;
    font-size: 18px;
    text-transform: uppercase;
}

#ventacomplementariaproduct i.material-icons.next {
    font-size: 45px;
    position: absolute;
    top: 55%;
    transform: translateY(-40%);
    z-index: 2;
    right: -15px;
    cursor: pointer;
}

#ventacomplementariaproduct i.material-icons.before {
    font-size: 45px;
    position: absolute;
    top: 55%;
    transform: translateY(-40%);
    z-index: 2;
    left: -15px;
    cursor: pointer;
}

#ventacomplementariaproduct .owl-dots {
    display: none;
}

#ventacomplementariaproduct .row.product-breakdown-row {
    line-height: 90%;
    margin-top: 10px;
}

.breakdown-price,
.ventacomplementaria-product-price {
    text-align: right;
}

.row.sum-breakdown-row.breakdown-row .product-name,
.ventacomplementaria-product-price,
.pack-link, .product-breakdown-row.breakdown-row .product-name{
    color: #ffffff;
    font-style: italic;
    font-weight: 600;
    font-size: 14px;
}

.pack-link:hover {
    color: #fff;
}

.row.sum-breakdown-row.breakdown-row::before {
    width: 100%;
    height: 2px;
    background: url(https://www.zonadepadel.es/themes/child_classic/assets/img/header_bars.png);
    background-repeat: repeat;
    display: block;
    margin: 8px 0px;
    position: relative;
    content: "";
}

.row.sum-breakdown-row.breakdown-row .product-name {
    text-transform: uppercase;
}

.saving-breakdown-row {
    margin: 2px 0px;
}

.pack-breakdown-row .breakdown-price,
.pack-breakdown-row .product-name,
.saving-breakdown-row .product-name,
.saving-breakdown-row .breakdown-price {
    color: #FF5E0E;
    font-weight: 900;
    font-size: 16px;
    text-transform: uppercase;
    text-shadow: 2px 2px rgba(0, 0, 0, 0.7);
}

#ventacomplementariaproduct div.breakdown-prices-chart .sum-breakdown-row .breakdown-price,
.pack-breakdown-row .breakdown-price,
.pack-breakdown-row .product-name {
    color: #fff;
}

.only-desktop .item {
    position: relative;
}

.only-desktop .item img {
    width: 150px;
}

/*END VENTACOMPLEMENTARIA*/

/*CAROUSEL*/
body#product .owl-item {
    float: left;
}

body#product .owl-stage article.product-miniature.js-product-miniature {
    width: 100%;
}

body#product .owl-stage-outer {
    padding-left: 0;
    padding-top: 6px;
    overflow: hidden;
}

body#product .owl-stage-outer article.product-miniature > .thumbnail-container {
    margin-bottom: 25px;
}

div#maybeyoulikeit, div#our-best-products {
    margin-bottom: 25px;
}

div#maybeyoulike-products, div#our-best-products-carousel {
    position: relative;
}

#carousel-maybeyoulikeit .owl-nav, #carousel-our-best-products .owl-nav {
    position: absolute;
    top: calc(50% - 49px);
}

.images-container button.owl-next, #carousel-maybeyoulikeit button.owl-next, #carousel-our-best-products button.owl-next, .images-container button.owl-prev, #carousel-maybeyoulikeit button.owl-prev, #carousel-our-best-products button.owl-prev {
    position: absolute;
    width: 45px;
    height: 80px;
    padding: 0;
    font-size: 0;
    background: #F0F0F0;
    border: none;
}


#carousel-maybeyoulikeit button.owl-next, #carousel-our-best-products button.owl-next {
    right: -3rem;
}

#carousel-maybeyoulikeit button.owl-prev, #carousel-our-best-products button.owl-prev {
    left: -3rem;
}

.images-container button.owl-prev > span, #carousel-maybeyoulikeit button.owl-prev > span, #carousel-our-best-products button.owl-prev > span {
    margin-left: 2.5px;
}

.images-container button.owl-next > span, #carousel-maybeyoulikeit button.owl-next > span, #carousel-our-best-products button.owl-next > span {
    margin-right: 2.5px;
}

#carousel-maybeyoulikeit .owl-dots, #carousel-our-best-products .owl-dots {
    display: none;
}

/*END CAROUSEL*/

/*REVI*/
section#wrapper-footer-bottom-product {
    background: #F1F1F1;
}

.footer_product.rating_revi, .revi_top_left .rating_revi {
    background-size: 123px;
    height: 18px;
    margin-bottom: 14px;
    background: url(../img/ratings.svg) no-repeat;
    background-size: 95px;
    text-align: right;
    font-size: 14px;
    color: #979797;
    padding: 0;
}

.rating_revi, .footer_product.rating_revi {
    background-position-x: center;
}

.revi_product_footer .total_ratings {
    color: #797979;
    font-family: Arial;
    font-size: 15px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 20px;
    text-align: center;
}

.rating_revi.rating_revi_5 {
    background-position-y: 0;
}

.rating_revi.rating_revi_45 {
    background-position-y: -18px !important;
}

.rating_revi.rating_revi_4 {
    background-position-y: -36px !important;
}

.rating_revi.rating_revi_35 {
    background-position-y: -55px !important;
}

.rating_revi.rating_revi_3 {
    background-position-y: -74px !important;
}

.rating_revi.rating_revi_25 {
    background-position-y: -92px !important;
}

.rating_revi.rating_revi_2 {
    background-position-y: -110px !important;
}

.rating_revi.rating_revi_15 {
    background-position-y: -129px !important;
}

.rating_revi.rating_revi_1 {
    background-position-y: -148px !important;
}

.rating_revi.rating_revi_05 {
    background-position-y: -167px !important;
}

.rating_revi.rating_revi_0, .revi_product_list_blank {
    background-position-y: -185px !important;
}

section#main-footer-bottom-product .rte {
    margin-top: 56px;
    padding-bottom: 20px;
}

.revi_review_holder {
    height: 118px;
    margin-bottom: 54px;
}

.revi_top, .revi_top_left {
    display: flex;
    position: relative;
}

.revi_top_left {
    width: 60%;
    text-align: left;
}

.revi_top_left .revi_name {
    color: #797979;
    font-family: Arial;
    font-size: 15px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 20px;
}

.revi_product_list_blank, #total_rating_stars .rating_revi_custom, .footer_rating .rating_revi_custom, .footer_top_comment .rating_revi_custom, .revi_top_left .rating_revi {
    width: 100px !important;
    margin: 0;
}

.revi_top_left .rating_revi {
    margin-left: 14px;
}

.revi_top_right .revi_date {
    color: #797979;
    font-family: Arial;
    font-size: 15px;
    font-style: italic;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 20px;
    text-align: right;
}

.revi_top_right {
    width: 40%;
    text-align: right;
}

.revi_top::after {
    content: '';
    width: 100%;
    height: 2px;
    position: absolute;
    top: 35px;
    background: linear-gradient(270deg, #F1F1F1 0%, #C9C9C9 100%);
}

.revi_bottom {
    height: 110px;
    margin-top: 40px;
    color: #646464;
    font-family: Arial;
    font-size: 15px;
    letter-spacing: normal;
    line-height: 22px;
    overflow: hidden;
}

/*END REVI*/

/*BLOCKCART*/
#blockcart-modal .modal-header {
    background: #65BD09;
    margin: 2px 2px;
    border-top: 1px solid white;
    border-radius: initial;
}

#blockcart-modal .modal-content {
    border-radius: 2px;
}

#blockcart-modal .modal-header .close {
    opacity: 1;
}

.modal-header .close {
    position: absolute;
    right: 10px;
    top: 10px;
}

button.close {
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    height: 10px;
}

button.close span {
    display: block;
    height: 100%;
}

.close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: 0.2;
}

#blockcart-modal .modal-header .close .material-icons {
    font-size: 0;
    background-position: -150px -75px;
    width: 10px;
    height: 10px;
}

h4#myModalLabel {
    font-size: 16px;
    color: #ffffff;
    font-weight: 600;
    line-height: 24px;
    text-align: center;
    width: 100%;
    text-shadow: 1px 1px 3px rgb(0 0 0 / 60%);
}

.zdp-sprite.ico-ok-white-check {
    background-position: -83px -100px;
    width: 23px;
    height: 21px;
    margin-top: 0px;
    margin-right: 5px;
}

#blockcart-modal .cart-modal-block:last-child {
    margin-top: 57px;
}

#blockcart-modal .product-image {
    width: 100%;
    max-width: 140px;
    display: block;
    margin: 0 auto;
}

#blockcart-modal .product-name {
    color: #141414;
    font-size: 20px;
    font-weight: 800;
    text-transform: uppercase;
    line-height: 20px;
    margin-bottom: 46px;
    margin-top: 20px;
    height: 20px;
    overflow: hidden;
}

#blockcart-modal .product-price {
    color: #141414;
    display: block;
    font-family: Arial;
    font-weight: 600;
    font-size: 35px;
    line-height: 24px;
    margin-bottom: 6px;
}

#blockcart-modal span.product-quantity-modal {
    font-family: Arial;
    font-size: 14px;
    line-height: 14px;
    color: #646464;
}

#blockcart-modal .cart-products-count {
    width: calc(100% + 60px);
    font-weight: 800;
    font-size: 15px;
    line-height: 20px;
    color: #141414;
    padding: 20px 32px;
    background: #F0F0F0;
    margin: 0 -30px 25px;
}

#blockcart-modal .padded-modal-totals {
    margin-bottom: 39px;
}

#blockcart-modal .padded-modal-totals p {
    display: flex;
    margin-bottom: 20px;
    line-height: 16px;
}

#blockcart-modal span.label {
    font-family: Arial;
    font-size: 14px;
    line-height: 16px;
    color: #141414;
    text-align: left;
    width: 50%;
}

#blockcart-modal span.value {
    font-family: Arial;
    font-size: 14px;
    line-height: 16px;
    color: #141414;
    text-align: right;
    width: 50%;
}

#blockcart-modal span.label.total, #blockcart-modal span.value.total {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 16px;
}

#blockcart-modal .cart-content-btn {
    display: flex;
    height: 49px;
    justify-content: end;
}

#blockcart-modal a.empty-btn {
    width: 240px;
    min-width: 240px;
    box-sizing: content-box;
    border: 1px solid #aaaaaa;
    font-size: 14px;
    text-align: center;
    text-transform: uppercase;
    color: #2e2e2e;
    letter-spacing: normal;
    font-weight: 800;
    line-height: 49px;
    border-radius: 2px;
    align-items: center;
    display: flex;
    justify-content: center;
}

#blockcart-modal .orange-btn {
    margin-top: 0;
    width: 180px;
    height: 49px;
    line-height: 15px;
    padding: 19px 8px;
    font-size: 14px;
    color: #ffffff;
    margin-left: 10px;
    border-radius: 2px;
    text-transform: uppercase;
    text-align: center;
    align-items: center;
    display: flex;
    justify-content: center;
}

#blockcart-modal .modal-body {
    padding: 16px 32px 26px;
}

/*END BLOCKCART*/

#block-product-gift {
    margin-top: 40px;
    max-width: 526px;
}

#product div#add-to-cart-error {
    display: none;
    margin-top: 15px;
    margin-bottom: 0;
    max-width: 526px;
}

button#main-add-to-cart {
    margin: 0;
}

.descatalogado-message {
    font-weight: 800;
    color: #323232;
    font-size: 24px;
    line-height: 20px;
    text-align: center;
    padding-top: 30px;
    margin-bottom: 50px;
    position: relative;
}

.descatalogado-message:before {
    content: "";
    position: absolute;
    top: -40px;
    width: 52px;
    height: 52px;
    background-image: url(https://www.zonadepadel.es/themes/child_classic/assets/img/sprites_new.png);
    background-position: -45px -232px;
    left: calc(50% - 25px);
}

.cn_product article.product-miniature.js-product-miniature {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
}

.cn_element.cn_products {
    margin-left: -24px;
    margin-right: -24px;
}

body:not(.lang-es):not(.lang-en) .product-trapezoid.trapezoid-black label{
    font-size: 11px;
    margin-left: -5px;
}

body#product section#wrapper .product-container .product-flags .fw-labels-container{

}

body#product section#wrapper .product-container .product-flags .fw-labels-container .bg-black-friday {
    background: linear-gradient(
            270deg, rgba(17, 17, 13, 1) 28%, rgba(53, 53, 52, 1) 65%);
}

body#product section#wrapper .product-container .product-flags .fw-labels-container {
    width: 75px;
    height: 75px;
    display: block;
    position: absolute;
    right: 20%;
    z-index: 1;
    border-radius: 100%;
    box-shadow: 0px 3px 4px -3px grey;
    margin-top: -6px;
    text-align: center;
    padding: 8px 8px;
    text-transform: uppercase;
    text-shadow: 1px 1px rgb(0 0 0 / 70%);
}

body#product section#wrapper #carousel-deprecated-alternatives .product-flags .fw-labels-container{
    right: -6px;
}

body#product section#wrapper .product-container .product-flags .fw-labels-container > label {
    font-weight: 800;
    font-style: italic;
    color: white;
    font-size: 13px;
    line-height: 13px;
    display: block;
    width: 100%;
    margin-left: -1px;
    text-align: center;
}

body#product section#wrapper .product-container .zdp-sprite.ico-llama {
    background-position: -239px -280px;
    width: 17px;
    height: 23px;
}

button#btn-dropdown-lang-mobile:focus-visible,button#btn-dropdown-lang-mobile:active,button#btn-dropdown-lang-mobile:focus,button#btn-dropdown-lang-mobile:focus-within,button#btn-dropdown-lang-mobile:target,button#btn-dropdown-lang-mobile:hover,button#btn-dropdown-lang-mobile:visited {
    outline: none;
}

body#product .bg-offer-red {
    background: linear-gradient(
            270deg, rgba(232, 0, 34, 1) 28%, rgba(255, 42, 80, 1) 65%);
}

body#product .bg-offer-orange {
    background: linear-gradient(
            270deg, rgba(255, 79, 0, 1) 28%, rgba(255, 119, 60, 1) 65%);
}

body#product .bg-black-friday {
    background: linear-gradient(
            270deg, rgba(17, 17, 13, 1) 28%, rgba(53, 53, 52, 1) 65%);
}

.pala-test-product {
    display: flex;
    align-items: center;
    width: 230px;
    margin-top: 20px;
    padding: 10px 15px;
    background: #01A1FF 0% 0% no-repeat padding-box;
    box-shadow: 0.53px 0.85px 1px #00000099;
    border-radius: 2px;
    color: #ffffff;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    text-shadow: 0.53px 0.85px 1px #00456D;
    cursor: pointer;
}

.zdp-sprite.more-info {
    background-position: -28px -146px;
    width: 30px;
    height: 23px;
}

.pala-test-product span {
    padding-left: 8px;
}

.youtube {
    text-align: center;
    margin: 30px 0;
}

#youtube-api-box iframe, div.youtube iframe {
    width: 672px;
    height: 395px;
}

@media(min-width: 992px) and (max-width: 1199.98px){
    body#product span.titulardetalle {
        height: 50px;
        overflow: hidden;
        align-items: end;
        display:flex;
        justify-content: center;
        font-size: 17px;
    }
}

div#coupon-message {
    padding: 10px;
    background: black;
    color: white;
    margin-top: 15px;
    font-weight: 600;
}
div#coupon-message:before{
    content: "";
    background-image: url(https://www.zonadepadel.es/themes/child_classic/assets/img/sprites_new.png?v1.00);
    background-repeat: no-repeat;
    display: inline-block;
    vertical-align: top;
    background-position: -239px -280px;
    width: 17px;
    height: 23px;
}

.banner-socios {
    border: 1px solid #ACACAC;
    border-radius: 3px;
    padding: 0px 35px;
    background: url(https://www.zonadepadel.es/modules/fw_socios/views/img/halftone.jpg);
    display: flex;
    align-items: center;
    gap: 33px;
    margin-top: 30px;
    max-height: 95px;
    background-position-x: right;
    background-repeat: no-repeat;
}

.banner-socios .img-bote {
    position: relative;
}

.banner-socios .img-bote img {
    max-width: 100px;
    position: relative;
    top: -6px;
}

.banner-socios span.title-socios {
    display: block;
    color: #65BF03;
    font-size: 23px;
    font-weight: 800;
    line-height: 28px;
}

.banner-socios span.description-socios {
    color: #7A7A7A;
    font-weight: bold;
    font-size: 17px;
}

.banner-socios span.description-socios span.more-info {
    color: #5397fb;
}

/*SIZE GUIDE*/

div#container-guide-size {
    border-radius: 5px;
    background: #f0f0f0;
    padding: 20px;
    position: relative;
    margin: 15px 0 0;
}

.product-add-to-cart{
    margin-top: 15px;
}

span.title_convert {
    display: block;
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 10px;
}

ul#select_convert {
    display: flex;
}

.equivalence_attributes.desktop ul#select_convert {
    margin-bottom: 5px;
}

ul#select_convert li {
    margin-right: 10px;
    padding: 5px 10px;
    border-radius: 5px;
    cursor: pointer;
}

ul#select_convert li.selected {
    color: #fff;
    font-weight: bold;
    background: #5cb85c;
}

.equivalence_attributes.desktop ul.select_size {
    display: inline-block;
    margin-bottom: 0;
}

.equivalence_attributes.desktop ul.select_size li {
    width: 120px;
    float: left;
    cursor: pointer;
    padding: 15px 5px;
    background: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 5px;
    text-align: center;
    margin: 5px 5px 0 0;
    font-weight: bold;
    display: flex;
    flex-direction: column;
}

li.not-available {
    color: #adacac;
}

.equivalence_attributes.desktop li.not-available:hover {
    color: red;
}

.equivalence_attributes.desktop ul.select_size li.available:hover {
    color: #058105;
}

.equivalence_attributes.desktop ul.select_size li.available.selected {
    background: #5cb85c !important;
    color: #fff;
}

.equivalence_attributes.desktop ul.select_size li span.availability_text {
    font-size: 8px;
}

.equivalence_attributes.desktop ul.select_size li.available span.availability_text {
    color: #058105;
}

.equivalence_attributes.desktop ul.select_size li.available.selected span.availability_text{
    color: white;
}

button.size-guide-product {
    position: absolute;
    right: 15px;
}

div#sizeGuideModal table {
    margin-bottom: 30px;
    width: 100%;
    border: 1px solid #dee2e6;
}

div#sizeGuideModal table tr:first-child {
    background-color: #ff700b;
    color: #fff;
    font-weight: 700;
}

div#sizeGuideModal td.item-size-name {
    font-weight: 700;
    text-transform: uppercase;
}

div#sizeGuideModal table td {
    padding: 3px;
    font-size: 10px;
    border-right: 1px solid #dee2e6;
    border-bottom: 1px solid #dee2e6;
}

div#sizeGuideModal table td.item-size-attribute {
    text-align: center;
}

div#sizeGuideModal tr:nth-child(2n + 1) {
    background: #eaeaea;
}

div#sizeGuideModal .size_guide_bottom {
    display: flex;
}

div#sizeGuideModal .description {
    font-size: 12px;
    line-height: 18px;
    color: #666;
    padding-left: 15px;
}

div#sizeGuideModal .size_guide_bottom img {
    max-width: 300px;
}

div#sizeGuideModal .size_guide_bottom ol {
    padding-left: 0;
}

button.size-guide-product {
    background-color: black;
    color: #fff;
    padding: 5px 15px;
    border-radius: 30px;
    border: none;
}

.content-size-guide{
    display: none;
    height: 100%;
}

div#fake-combinations-select.open .content-size-guide {
    display: initial;
}

#fake-combinations-select .header-size-mobile {
    height: 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#fake-combinations-select .header-size-mobile span.title-size-guide {
    text-transform: uppercase;
}

div#fake-combinations-select.open .content-size-guide {
    display: initial;
    position: fixed;
    top: 0;
    left: 0;
    padding: 10px;
    width: 100%;
    height: 100%;
    background: white;
}

.equivalence_attributes.mobile ul#select_convert li {
    margin-right: 15px;
    border-top: 0;
}

.header-size-mobile::after{
    content: "";
    border-bottom: 1px solid #f2f2f2;
    width: 100%;
    position: absolute;
    left: 0;
}
.header-size-mobile::after{
    top: 60px;
}

.equivalence_attributes.mobile ul#select_convert::after{
    top: 178px;
}

ul.select_size li {
    display: flex;
    justify-content: space-between;
}

.equivalence_attributes.mobile ul.select_size li.available .availability_text {
    color: green;
}

.equivalence_attributes.mobile ul.select_size li.not-available .availability_text {
    color: red;
}

section.product-discounts {
    display: none;
}

div#sizeGuideModal button.close {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 45px;
    font-weight: 400;
    width: 40px;
    height: 40px;
    right: 5px;
    top: 5px;
}

div#sizeGuideModal button.close span {
    display: block;
    height: initial;
    width: initial;
}

/*END SIZE GUIDE*/

div#add-to-cart-error {
    margin: 0 0 15px 0 !important;
}

/*ACCESSORIES*/
.combinations-block {
    display: flex;
}

.combinations-block li{
    margin-right: 5px;
    border: 1px solid #eaeaea;
    width: 50px;
    height: auto;
}

.combinations-block li.current{
    border-color: #000;
}

.combinations-block li img{
    width: 100%;
}
/*END ACCESSORIES*/

span.attributes_modal {
    display: block;
    margin-top: -50px;
    margin-bottom: 20px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 16px;
}

/*END GLOBALS*/

@media (min-width: 1199.98px) {
    div#detallesficha{
        margin-bottom: 60px !important;
    }
}

/*DESKTOP*/

/*END DESKTOP*/

/*MOBILE*/

/*MEDIA QUERIES MOBILE*/
@media (min-width: 576px) {

}

@media (min-width: 768px) {
    #ventacomplementariaproduct .owl-item:first-child {
        display: none;
    }

    .equivalence_attributes.mobile {
        display: none;
    }

    div#sizeGuideModal .modal-dialog {
        max-width: 890px;
    }
}

@media (min-width: 992px) {

}

@media (max-width: 1199.98px) {

    .modal-header .close {
        right: 25px;
        top: 25px;
    }

    #blockcart-modal .product-name {
        margin-bottom: 51px;
    }

    #blockcart-modal .orange-btn {
        width: 50%;
        text-align: center;
    }

    #blockcart-modal a.empty-btn {
        width: 50%;
    }

    a.size-guide {
        margin-top: 7px;
    }

    /*CAROUSEL*/
    #carousel-maybeyoulikeit .owl-nav, #carousel-our-best-products .owl-nav {
        display: none;
    }

    #carousel-maybeyoulikeit .owl-dots, #carousel-our-best-products .owl-dots {
        display: inline-block;
        bottom: -13px;
        height: 20px;
        position: absolute;
        text-align: center;
    }

    #carousel-maybeyoulikeit .owl-dots button span, #carousel-our-best-products .owl-dots button span {
        width: 12px;
        height: 12px;
        border-radius: 100%;
        border: 1px solid white;
        margin: 0 10px 0 0;
        display: block;
        cursor: pointer;
        background-color: #DDDDDD;
    }

    div#maybeyoulikeit, div#our-best-products {
        margin-bottom: 59px;
    }

    #carousel-maybeyoulikeit .owl-dots button.owl-dot, #carousel-our-best-products .owl-dots button.owl-dot {
        padding: 0;
        border: none;
        background: none;
    }

    #carousel-maybeyoulikeit .owl-dots button.active span, #carousel-our-best-products .owl-dots button.active span {
        background-color: #141414;
    }

    /*END CAROUSEL*/
    .product-images > li.thumb-container > .thumb {
        width: 71px;
    }

    .product-container h1.h1 {
        margin-bottom: 64px;
    }

    .product-container .product-prices {
        padding-bottom: 13px;
        margin-bottom: 13px;
    }

    .product-short-description, .product-container .product-discount {
        font-size: 14px;

    }

    .product-short-description {
        margin-top: 13px;
    }

    body#product .product-container .current-price span {
        font-size: 30px;
    }

    .product-additional-info {
        margin-top: 10px;
    }

    body#product .ratingbox.revi {
        margin-top: 21px;
    }

    #est-container-parent {
        padding: 21px 25px;
    }

    .est_black, #est-container .est_black {
        font-size: 13px;
    }

    #est-container .final_date_green {
        font-size: 13px;
        line-height: 20px;
    }

    .product-discounts {
        margin-bottom: 16px;
    }

    .product-actions .add-to-cart {
        margin-top: 23px;
    }

    body#product section#main .product-container {
        margin-bottom: 30px;
    }

    body#product .product-features-row span.from-a-look {
        margin: 22px 0 29px;
    }

    body#product .product-features-row span {
        font-size: 14px;
    }

    body#product .score-block {
        width: 10px;
    }

    body#product .product-features-row .line-centered.second {
        margin-top: 17px;
    }

    #ventacomplementariaproduct .pack_name {
        font-size: 20px;
        padding: 30px;
    }

    #ventacomplementariaproduct .pack_name {
        margin-bottom: 49px;
    }

    body#product .container-pack {
        padding-bottom: 43px;
    }

    #product #wrapper {
        padding-bottom: 70px;
    }

    .row.sum-breakdown-row.breakdown-row .product-name, .ventacomplementaria-product-price, .pack-link {
        font-size: 13px;
    }

    .saving-breakdown-row .product-name, .saving-breakdown-row .breakdown-price {
        font-size: 15px;
    }

    body#product .product-info-presenter .line-centered {
        margin-top: 21px;
    }

    body#product div#contenidodetallesficha > div {
        font-size: 14px;
    }

    .features-HTML {
        margin-bottom: 58px;
    }

    .product-description-div p, .product-description-div li, h3.zonadepadel {
        font-size: 14px;
    }

    .product-description-div h2.zonadepadel {
        font-weight: 800;
        font-size: 1.50rem;
    }

    body#product .product-description-div p span.zonadepadel {
        margin-bottom: 20px;
    }

    #wrapper-middle-product {
        padding-bottom: 95px;
    }

    body#product section.product-features > span.info {
        font-size: 14px;
    }

    .product-actions .add-to-cart, #product #combination-error, #product div#img-free-change {
        max-width: 100%;
    }

    .product-actions .add-to-cart, #product #combination-error {
        font-size: 18px;
    }

    div#fake-combinations-select {
        max-width: 100%;
    }

    div#maybeyoulikeit .from-a-look, div#our-best-products .from-a-look, section#main-footer-bottom-product .from-a-look {
        padding: 60px 0 25px;
    }

    section#main-footer-bottom-product .from-a-look {
        margin-bottom: 0;
    }

    .footer_product.rating_revi, .revi_top_left .rating_revi {
        margin-bottom: 13px;
    }

    section#main-footer-bottom-product .rte {
        margin-top: 43px;
    }

    .revi_top_left .revi_name {
        display: none;
    }

    .revi_top_left .rating_revi {
        margin-left: 0;
    }

    .revi_bottom {
        margin-top: 28px;
    }

    .revi_review_holder {
        margin-bottom: 57px;
    }

    body#product img#img-free-change {
        margin-top: 20px;
        max-width: 100% !important;
    }

    body#product section#wrapper #carousel-deprecated-alternatives .product-flags .fw-labels-container{
        padding:3px;
        width: 65px;
        height: 65px;
    }

    body#product section#wrapper #carousel-deprecated-alternatives .product-flags .fw-labels-container label{
        font-size: 11px;
    }
}

@media (max-width: 991.98px) {
    section#main-middle-product button#add-to-cart-copy-button {
        max-width: 100%;
    }

    #wrapper-middle-product {
        padding-bottom: 57px;
    }

    .features-block-bottom {
        margin-top: 57px;
    }

    #ventacomplementariaproduct .pack_item_slide .only-desktop > div.item:nth-child(3) span.more_item {
        display: none;
    }

    .product-features-row {
        text-align: center;
    }

    .product-features-row > div:nth-child(5), .product-features-row > div:nth-child(6), .product-features-row > div:nth-child(7) {
        margin-top: 23px;
    }

    .product-images > li.thumb-container > .thumb {
        width: 90px;
    }

    .js-qv-mask.mask {
        text-align: center;
        margin-top: 17px;
    }

    body#product li.thumb-container {
        margin-right: 15px;
    }

    .ul-related-categories {
        text-align: center;
    }

    .only-desktop .item img {
        width: 180px;
    }

    .images-container {
        display: contents;
    }

    div#product-picture-cover {
        padding: 0;
    }

    #block-product-gift {
        max-width: 100%;
    }

    body#product section#wrapper .product-container .product-flags .fw-labels-container {
        right: 0;
    }

    body#product section#wrapper #carousel-deprecated-alternatives .product-flags .fw-labels-container{
        right: -6px;
    }

    div#detallesficha {
        margin-bottom: 55px;
    }

    .detallesficha:nth-child(3),.detallesficha:nth-child(4) {
        margin-top: 30px;
    }

    div#container-button-guidesize {
        display: none !important;
    }
}

@media (max-width: 767.98px) {
    .features-HTML {
        display: block;
    }

    .features-HTML .product-feature {
        width: 49%;
        display: inline-block;
        flex: none;
        vertical-align: top;
    }

    .product-info-presenter > .line-centered {
        width: 100%;
    }

    .features-HTML .product-feature > div.text, .features-HTML .product-feature > div.text * {
        margin: 13px auto 10px auto;
        min-height: 50px;
    }

    .features-HTML .product-feature > .feature-pic {
        height: 42vw;
    }

    .features-HTML .product-feature > .feature-title {
        margin-top: 20px;
    }

    ul.product-images.js-qv-product-images {
        margin-bottom: 0;
    }

    .product-container h1.h1 {
        margin-bottom: 40px;
        margin-top: 42px;
    }

    .product-container h1.h1 {
        font-size: 28px;
    }

    .product-short-description {
        text-align: center;
    }

    .product-short-description, .product-container .product-discount {
        font-size: 16px;
    }

    body#product .product-container .current-price span {
        font-size: 33px;
    }

    .product-container .product-prices {
        padding-bottom: 21px;
        margin-bottom: 21px;
    }

    .product-short-description {
        margin-top: 21px;
    }

    .product-additional-info {
        margin-top: 28px;
    }

    body#product .ratingbox.revi {
        width: 230px;
        margin: 33px auto 28px;
    }

    .ul-related-categories a {
        font-size: 11px;
    }

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

    .est_black, #est-container .est_black {
        font-size: 15px;
    }

    #est-container .final_date_green {
        font-size: 15px;
    }

    #est-container-parent {
        padding: 24px 31px;
    }

    .product-discounts {
        margin-bottom: 22px;
    }

    .product-actions .add-to-cart {
        margin-top: 42px;
    }

    .product-actions .add-to-cart {
        max-width: 100%;
    }

    .product-quantity {
        position: relative;
        display: none;
    }

    .product-quantity .qty {
        display: none;
    }

    select#fake-select-qty {
        height: 40px;
        width: 330px;
        padding: 20px 14px;
        font-size: 14px;
        font-weight: 600;
        color: #444444;
        line-height: 20px;
        appearance: none;
        -webkit-appearance: none;
        background: white;
        border-color: rgb(206, 212, 218);
    }

    .product-variants-item::before {
        top: 28px;
    }

    .product-quantity.open::before {
        top: 25px;
        transform: rotate(-180deg);
    }

    .product-variants-item.open::before {
        top: 25px;
    }

    body#product .product-features-row span.from-a-look {
        margin-top: 20px;
        font-size: 18px;
    }

    body#product .score-container {
        margin-top: 17px;
    }

    body#product .product-features-row .line-centered.second {
        margin-top: 22px;
    }

    #ventacomplementariaproduct .page-product-heading {
        margin-bottom: 44px;
    }

    #ventacomplementariaproduct .pack_name {
        margin-bottom: 30px;
    }

    .row.sum-breakdown-row.breakdown-row .product-name, .ventacomplementaria-product-price, .pack-link {
        font-size: 14px;
    }

    .saving-breakdown-row .product-name, .saving-breakdown-row .breakdown-price {
        font-size: 16px;
    }

    body#product .container-pack {
        padding-bottom: 62px;
    }

    #product #wrapper {
        padding-bottom: 65px;
    }

    .product-info-presenter > h2, div#maybeyoulikeit .from-a-look, div#our-best-products .from-a-look, section#main-footer-bottom-product .from-a-look {
        line-height: 30px;
    }

    .product-info-presenter {
        margin-bottom: 30px;
    }

    .detallesficha:after {
        margin-top: 28px;
    }

    div#contenidodetallesficha > div:nth-child(3), div#contenidodetallesficha > div:nth-child(4) {
        margin-top: 46px;
    }

    .features-block-bottom {
        margin-top: 57px;
    }

    #wrapper-middle-product {
        padding-bottom: 57px;
    }

    #fake-select-qty {
        display: block;
    }

    #product #wrapper, #product #wrapper > .container {
        transform: none;
    }

    .product-variants-item select.form-control.form-control-select.combinations-select {
        border-radius: 2px;
        height: 60px;
    }

    a.size-guide {
        margin-top: 20px;
    }

    div#fake-combinations-select.open ul.select_size {
        height: calc(100vh - 150px);
        overflow: scroll;
    }

    div#fake-combinations-select ul {
        animation: bottomToTop ease 1s;
        -webkit-animation: bottomToTop ease 1s;
        -moz-animation: bottomToTop ease 1s;
        -o-animation: bottomToTop ease 1s;
        -ms-animation: bottomToTop ease 1s;
    }

    @keyframes bottomToTop {
        0% {
            top: 100%;
        }
        100% {
            top: 20%;
        }
    }

    @-moz-keyframes bottomToTop {
        0% {
            top: 100%;
        }
        100% {
            top: 20%;
        }
    }

    @-webkit-keyframes bottomToTop {
        0% {
            top: 100%;
        }
        100% {
            top: 20%;
        }
    }

    @-o-keyframes bottomToTop {
        0% {
            top: 100%;
        }
        100% {
            top: 20%;
        }
    }

    @-ms-keyframes bottomToTop {
        0% {
            top: 100%;
        }
        100% {
            top: 20%;
        }
    }

    div#fake-combinations-select.open span.only-mobile-open {
        display: inline-flex;
        justify-content: center;
        align-items: center;
        position: absolute;
        bottom: 10px;
        left: calc(50% - 100px);
        width: 200px;
        height: 50px;
        text-align: center;
        border: 2px solid #f2f2f2;
        cursor: pointer;
        color: #2e2e2e;
        font-weight: 800;
        font-size: 12px;
        animation: bottomToTop2 ease 1s;
        -webkit-animation: bottomToTop2 ease 1s;
        -moz-animation: bottomToTop2 ease 1s;
        -o-animation: bottomToTop2 ease 1s;
        -ms-animation: bottomToTop2 ease 1s;
        z-index: 3;
    }

    @keyframes bottomToTop2 {
        0% {
            bottom: -500px;
        }
        100% {
            bottom: 10px;
        }
    }

    @-moz-keyframes bottomToTop2 {
        0% {
            bottom: -500px;
        }
        100% {
            bottom: 10px;
        }
    }

    @-webkit-keyframes bottomToTop2 {
        0% {
            bottom: -500px;
        }
        100% {
            bottom: 10px;
        }
    }

    @-o-keyframes bottomToTop2 {
        0% {
            bottom: -500px;
        }
        100% {
            bottom: 10px;
        }
    }

    @-ms-keyframes bottomToTop2 {
        0% {
            bottom: -500px;
        }
        100% {
            bottom: 10px;
        }
    }


    div#fake-combinations-select.open li {
        font-size: 16px;
        height: 56px;
        line-height: 56px;
    }

    div#fake-combinations-select.open li .size{
        font-weight: 800;
    }

    div#fake-combinations-select.open #current-size {
        display: none;
    }

    body.open-size header#header {
        height: 80px;
    }

    body.open-size header#header, body.open-size .product-container ul.product-flags, body.open-size button.owl-prev > span, body.open-size button.owl-next > span, body.open-size .product-info-presenter {
        z-index: -1;
    }

    body.open-size {
        overflow: hidden;
    }

    body.open-size #wrapper {
        padding-top: 0 !important;
    }

    div#fake-combinations-select.open:before {
        display: none;
    }

    .images-container {
        display: contents;
    }

    /*ESTIMATEDTIME*/
    #est-container-parent .col-xl-6.col-lg-6.col-md-6.col-sm-12.col-xs-12:last-child {
        margin-top: 26px;
    }

    /*END ESTIMATEDTIME*/
    /*VENTACOMPLEMENTARIA*/
    #ventacomplementariaproduct .only-mobile.owl-carousel.owl-loaded,
    .only-mobile {
        display: block;
    }

    #ventacomplementariaproduct
    div.pack_item_slide
    div.only-desktop.owl-theme.owl-loaded {
        display: none;
    }

    #ventacomplementariaproduct div.center .pack_item_product,
    .pack_name.center {
        text-align: center;
    }

    #ventacomplementariaproduct i.material-icons.next,
    #ventacomplementariaproduct i.material-icons.before {
        display: none;
    }

    #ventacomplementariaproduct .pack_item {
        width: 100%;
        margin-bottom: 0px;
    }

    #ventacomplementariaproduct .pack_item_product.pack_item_price {
        width: 100%;
        margin-top: 0px;
    }

    #ventacomplementariaproduct .vc_picture {
        margin-bottom: 1em;
    }

    #ventacomplementariaproduct .owl-item {
        text-align: center;
    }

    #ventacomplementariaproduct .owl-dots {
        display: none;
    }

    #ventacomplementariaproduct .only-desktop{
        display: none;
    }

    #ventacomplementariaproduct .pack_item_slide{
        text-align: center;
    }

    /*END VENTACOMPLEMENTARIA*/

    div#youtube-api-box, div.youtube {
        position: relative;
        height: 0;
        margin-bottom: 15px;
        padding-bottom: 56.25%;
    }

    div#youtube-api-box iframe, div.youtube iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        max-height: 100%;
    }

    button.size-guide-product {
        display: none;
    }

    .equivalence_attributes.desktop {
        display: none;
    }

    div#container-guide-size {
        background: white;
        margin: 0;
    }

    button.size-guide-product-mobile {
        display: none !important;
    }

    div#fake-combinations-select.open button.size-guide-product-mobile {
        display: inline-flex !important;
        justify-content: center;
        align-items: center;
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        z-index: 3;
        height: 50px;
        text-align: center;
        border: 2px solid #f2f2f2;
        cursor: pointer;
        color: #20a1ff;
        text-decoration: underline;
        background: white;
        font-size: 12px;
        font-weight: 800;
        text-transform: uppercase;
    }

    div#sizeGuideModal .modal-dialog {
        max-width: 100%;
        height: 100%;
        margin: 0;
        background: white;
    }

    div#sizeGuideModal .modal-dialog .modal-content{
        border: none;
    }

    div#sizeGuideModal .size_guide_top tbody {
        display: flex;
    }

    div#sizeGuideModal .size_guide_top tbody tr {
        display: flex;
        flex-direction: column;
        width: 100%;
    }

    div#sizeGuideModal table {
        /*border: none;*/
    }

    div#sizeGuideModal .modal-body {
        display: flex;
        flex-direction: column-reverse;
    }

    div#sizeGuideModal .size_guide_bottom {
        display: flex;
        flex-direction: column;
    }

    div#sizeGuideModal .size_guide_bottom img {
        max-width: 100%;
    }

    div#sizeGuideModal td.item-size-name{
        text-align: center;
        padding: 12px 0;
    }

    div#sizeGuideModal table td {
        background: white;
        color: initial;
        font-weight: initial;
    }

    td.item-size-attribute{
        padding: 6px 0 !important;
    }

    td.item-size-attribute:nth-child(even) {
        background-color: rgb(242 242 242) !important;
    }

    .body-size-mobile ul#select_convert {
        margin: 10px 0;
    }
}

@media (min-width: 360px) and (pointer: coarse) {
    .images-container img.image-product {
        min-height: 336px;
        min-width: 336px;
    }
}

@media (max-width: 575.98px) {

    .images-container .owl-dots {
        display: block;
    }

    .images-container .owl-dots {
        display: inline-block;
        bottom: 15px;
        height: 20px;
        position: absolute;
        text-align: center;
        margin: 0 auto;
        text-align: center;
        width: 100%;
    }

    .images-container .owl-dots button span {
        width: 12px;
        height: 12px;
        border-radius: 100%;
        border: 1px solid white;
        margin: 0 10px 0 0;
        display: block;
        cursor: pointer;
        background-color: #DDDDDD;
    }

    .images-container .owl-dots button.owl-dot {
        padding: 0;
        border: none;
        background: none;
    }

    .images-container .owl-dots button.active span {
        background-color: #141414;
    }

    .js-qv-mask.mask {
        display: none;
    }

    body#product nav.breadcrumb {
        margin-top: 15px;
    }

    nav.breadcrumb ol {
        display: inline-block;
        margin-bottom: 15px;
    }

    body#product section#main .product-container {
        margin-top: 15px;
    }

    nav.breadcrumb ol li {
        padding: 0 6px;
        margin-left: 3px;
        float: left;
    }

    button#add-to-cart-copy-button {
        display: none;
    }

    button#add-to-cart-copy-button.fixed {
        display: block;
        z-index: 3;
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        padding: 0;
        box-shadow: 0 -5px 5px -5px grey;
    }

    body#product .product-info-presenter .line-centered {
        width: 100%;
    }

    .product-container h1.h1 {
        margin: 5px 0;
        line-height: 30px;
        text-align: center;
    }

    .product-container .product-prices {
        justify-content: space-between;
    }

    .product-additional-info {
        margin-top: 16px;
    }

    div#est-container {
        margin-bottom: 26px;
    }

    body#product .ratingbox.revi {
        margin: 38px auto;
    }

    body#product .product-features-row span.from-a-look {
        margin-top: 28px;
    }

    .product-features-row > div:nth-child(5), .product-features-row > div:nth-child(6), .product-features-row > div:nth-child(7) {
        margin-top: 26px;
    }

    body#product .product-features-row .line-centered.second {
        margin-top: 34px;
    }

    #ventacomplementariaproduct .page-product-heading {
        margin-top: 55px;
        margin-bottom: 22px;
    }

    #ventacomplementariaproduct .pack_name {
        font-size: 22px;
        margin-bottom: 22px;
    }

    #ventacomplementariaproduct .pack_item_slide {
        margin-top: 22px;
    }

    body#product .container-pack {
        padding-bottom: 33px;
    }

    #product #wrapper {
        padding-bottom: 30px;
    }

    div#contenidodetallesficha > div {
        margin-top: 24px !important;
    }

    .features-HTML {
        margin-bottom: 35px;
    }

    .features-block-bottom {
        margin-top: 0;
    }

    #wrapper-middle-product {
        padding-bottom: 23px;
    }

    div#maybeyoulikeit, div#our-best-products {
        margin-bottom: 43px;
    }

    section#main-footer-bottom-product .rte {
        padding-bottom: 23px;
    }

    .product-actions .add-to-cart {
        margin-top: 0;
        border-radius: 0;
        padding: 25px 0;
        height: 70px;
    }

    .product-variants {
        min-height: 56px;
    }

    #product #combination-error {
        margin-bottom: 15px;
    }

    div#fake-combinations-select {
        margin-top: 5px;
    }

    select#fake-select-qty {
        width: 210px;
    }

    .product-discounts {
        margin-bottom: 0;
    }

    #wrapper-middle-product {
        margin-top: 0;
        padding-top: 35px;
    }

    .product-info-presenter {
        margin-top: 0;
        margin-bottom: 25px;
    }

    div#contenidodetallesficha > div:first-child {
        margin-top: 0;
    }

    .detallesficha:after {
        margin-top: 24px;
    }

    #blockcart-modal .cart-content-btn {
        flex-direction: column;
        justify-content: initial;
        height: auto;
    }

    #blockcart-modal a.empty-btn, #blockcart-modal .orange-btn {
        width: 100%;
    }

    #blockcart-modal .orange-btn {
        margin: 5px 0 0;
    }

    #blockcart-modal .product-name {
        margin: 5px 0 20px;
        height: 40px;
    }

    #blockcart-modal .cart-modal-block:last-child {
        margin-top: 28px;
    }

    .only-desktop .item img {
        width: 126px;
    }

    a.size-guide {
        display: none;
    }

    body#product .product-description-div p span.zonadepadel {
        text-align: center;
    }

    body#product .product-description-div p {
        text-align: justify;
    }

    div#maybeyoulikeit .from-a-look, div#our-best-products .from-a-look, section#main-footer-bottom-product .from-a-look {
        padding: 30px 0;
    }

    .product-info-presenter > h2, div#maybeyoulikeit .from-a-look, div#our-best-products .from-a-look, section#main-footer-bottom-product .from-a-look {
        font-size: 24px;
    }

    #maybeyoulikeit span.from-a-look, #our-best-products span.from-a-look {
        margin-bottom: 0;
    }

    div#fake-combinations-select {
        border-color: #141414;
    }

    #product div#add-to-cart-error {
        margin-bottom: 15px;
    }

    .revi_bottom, .revi_review_holder {
        height: auto;
    }

    #product #est-container .est_carrier_image {
        margin-right: 28px;
    }

    body#product section#wrapper #carousel-deprecated-alternatives .product-flags .fw-labels-container{
        padding: 16px 0 0 0;
        text-align: center;
        width: 58px;
        height: 58px;
    }

    .descatalogado-message {
        padding-top: 65px;
    }

    .descatalogado-message:before {
        top: -5px;
    }

    body#product span.titulardetalle {
        height: 50px;
        line-height: 50px;
    }

    span.attributes_modal {
        margin-top: -20px;
    }
}

@media (max-width: 479.98px) {
    .features-HTML .product-feature > .feature-pic {
        width: 100%;
    }

    .features-HTML .product-feature {
        width: 100%;
        display: block;
        flex: none;
    }

    .features-HTML .product-feature > div.text, .features-HTML .product-feature > div.text * {
        width: 100%;
    }

    .features-HTML .product-feature > .feature-pic {
        height: 92vw;
    }

    .product-container span.zdp-sprite.product-page-discount, img.in-product-brand-big {
        margin-left: 0;
    }

    img.in-product-brand-big {
        max-width: 80px;
    }

    .product-container span.zdp-sprite.product-page-discount {
        transform: scale(0.8);
    }

    .product-features-row > div:nth-child(4) {
        margin-top: 26px;
    }

    /*VENTACOMPLEMENTARIA*/

    #ventacomplementariaproduct .pack_items_content div.pack_product {
        display: inline-block;
    }

    #ventacomplementariaproduct .more_item {
        width: 26px;
        height: 26px;
        font-size: 24px;
        margin-left: 13px;
        line-height: 26px;
    }

    .only-mobile.center.owl-theme {
        display: none;
    }

    .pack_item_slide .only-desktop {
        text-align: center;
    }

    .col-lg-9.col-sm-9.col-xs-9.product-name {
        text-overflow: ellipsis;
        overflow: hidden;
        word-break: break-all;
        white-space: nowrap;
    }

    #ventacomplementariaproduct div.row.col-lg-12 {
        margin-top: 0px;
    }

    #ventacomplementariaproduct .page-product-heading {
        margin-bottom: 1vh;
    }

    #blockcart-modal .product-name {
        margin: 0 0 10px 0;
    }

    #blockcart-modal .product-price {
        font-size: 30px;
        margin-bottom: 10px;
    }

    #blockcart-modal .cart-modal-block:last-child {
        margin-top: 10px;
    }

    #blockcart-modal .cart-products-count {
        margin-bottom: 20px;
    }

    #blockcart-modal .padded-modal-totals p {
        margin-bottom: 10px;
    }

    #blockcart-modal .padded-modal-totals {
        margin-bottom: 20px;
    }

    #blockcart-modal a.empty-btn {
        width: 100%;
        min-width: 100%;
    }

    h4#myModalLabel {
        max-width: 250px;
        text-align: left;
    }

    .banner-socios .img-bote img {
        max-width: 60px;
        top: 0;
    }
    
    .banner-socios span.title-socios {
        font-size: 18px;
    }
    
    .banner-socios span.description-socios {
        font-size: 15px;
        display: block;
        line-height: 20px;
    }
    
    .banner-socios {
        padding-top: 10px;
        padding-bottom: 10px;
        gap: 13px;
    }

    span.attributes_modal {
        margin-top: -10px;
    }
}

/*END MEDIA QUERIES MOBILE*/

/*MEDIA QUERIES DESKTOP*/
@media (min-width: 1200px) {

}

@media (min-width: 1400px) {
}

@media (max-width: 1399.98px) {

    #blockcart-modal .modal-header {
        border-top: 0;
    }

    #blockcart-modal .product-name {
        margin-top: 20px;
    }

    /*VENTACOMPLEMENTARIA*/
    .only-desktop .item img {
        width: 108px;
    }

    /*END VENTACOMPLEMENTARIA*/
    #carousel-maybeyoulikeit button.owl-next, #carousel-our-best-products button.owl-next, #carousel-maybeyoulikeit button.owl-prev, #carousel-our-best-products button.owl-prev {
        width: 40px;
        height: 65px;
    }

    #carousel-maybeyoulikeit button.owl-next > span, #carousel-our-best-products button.owl-next > span {
        margin-right: 0;
    }

    #carousel-maybeyoulikeit button.owl-prev > span, #carousel-our-best-products button.owl-prev > span {
        margin-left: 0;
    }

    #carousel-maybeyoulikeit .owl-nav, #carousel-our-best-products .owl-nav {
        top: calc(50% - 42px);
    }
}

@media (max-width: 1704.98px) {
    #carousel-maybeyoulikeit button.owl-next, #carousel-our-best-products button.owl-next {
        right: 0.75rem;
    }

    #carousel-maybeyoulikeit button.owl-prev, #carousel-our-best-products button.owl-prev {
        left: 0.75rem;
    }
}

/*MEDIA QUERIES DESKTOP*/


