.product-detail {
    width: 100%;
}

.product-detail .detail-name {
    margin-top: 0;
}

.product-detail > .flex-row > * {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.product-detail .extra-buttons {
    /*max-width: 220px;*/
    display: flex;
    align-items: center;
}

body.language-15 .product-detail .extra-buttons .end:nth-child(2){
    display: none;
}

.product-detail .extra-buttons .text-right:hover{
    color: #d00070;
}

body.language-6 .product-detail .extra-buttons {max-width: 330px;}

.product-images {
    max-width: 600px;
    width: 100%;
    padding-right: 30px;
}

.product-images,
.product-images .images-container,
.product-images .images-thumbnails .slide {
    position: relative;
}

.images-thumbs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row;
    flex-flow: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -5px;
}

.images-thumbs .image {
    width: 20%;
    padding: 0 5px;
}

.images-thumbs .image .image-wrap {
    width: 100%;
    padding-top: 100%;
    overflow: hidden;
}

.images-thumbs .image .image-wrap span {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    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;
    color: white;
    font-size: 32px;
    font-weight: bold;
    background-color: rgba(200, 200, 200, 0.5);
    cursor: pointer;
}

.images-thumbs .image .image-wrap img {
    cursor: pointer;
}

.images-thumbs .image:hover .image-wrap,
.images-thumbs .image.active .image-wrap {
    border: 1px solid #D00070 !important;
}

.product-images .images-container {
    padding-top: 20px;
    margin-bottom: 16px;
}

.product-sections-nav {
    z-index: 4;
    background-color: white;
}

.product-sections-nav-placeholder {
    position: relative;
    display: block;
}

.product-sections-nav.fixed {
    width: 100%;
    position: fixed;
    top: 0;
    border-bottom: 3px solid rgba(0, 0, 0, 0.05);
}

.product-sections-nav .product-image,
.product-images .images-container,
.product-images .images-thumbnails .slide,
.product-images .images-thumbnails .image .image-wrap,
.product-section .treatments,
.product-event-box .cart-image,
.product-section .bordered {
    border: 1px solid #e2e2e2;
}

.product-section.space-left {
    max-width: calc(100% - 350px);
}

.product-images .images-container img {
    max-height: 500px;
}

.product-images .image {
    overflow: hidden;
}

.product-images .images-thumbnails .images-slider {
    margin: 0 -8px;
}

.product-images .images-thumbnails .slide {
    margin: 0 8px;
}

.product-images .discount {
    position: absolute;
    top: 5px;
    right: 5px;
    z-index: 1;
    pointer-events: none;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    border-radius: 90px;
    background: #ff5757;
    color: white;
    font-weight: bold;
}

.product-images .discount span {
    font-size: 20px;
}

.product-images .discount:empty {
    display: none;
}

.productLabels {
    position: absolute;
    top: 5px;
    left: 5px;
    z-index: 1;
    pointer-events: none;
    max-width: 50%;
}

.productLabels .label {
    margin-bottom: 2px;
    text-align: left;
}

.productLabels .label img {
    max-height: 30px;
    display: inline-block;
    width: auto;
    max-width: 100%;
}

.productLabels .label .text {
    display: block;
    background: #f1f1f1;
    padding: 4px 10px;
}

.product-detail .attributes {
    display: block;
}

.product-detail .short-description,
.product-detail .pictograms,
.product-detail .stock-info,
.product-detail .attributes-size {
    margin-bottom: 25px;
}

.product-detail .attributes-size .flex-align-self-end {
    margin: 0;
}

.product-detail .stock-info {
    margin-top: 25px;
}

body.language-13 .product-detail .stock-info{
    margin-top: 20px;
}

body.language-7 .product-detail .stock-info .date-of-delivery {
    display: none;}

.product-detail .short-description p,
.product-detail .short-description ul {
    margin-left: 0 !important;
}

.product-detail .short-description ul {
    padding-left: 18px;
}

.product-detail .pictograms {
    border-bottom: 1px solid #e2e2e2;
    padding: 15px 0;
}

.product-detail .attributes > form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row;
    flex-flow: row;
    margin: 0 -5px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.product-detail .attribute {
    width: 65%;
    padding: 0 5px;
    margin-bottom: 10px;
}

.product-detail .attribute:not(.color) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row;
    flex-flow: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

body.language-13 .product-detail .attribute.color {
    margin-bottom: 27px;
}

.product-detail .attribute.color {
    width: 100%;
    margin-bottom: 30px;
}

.product-detail .attribute.color .name {
    margin-bottom: 10px;
}

.product-detail .attribute .name {
    font-weight: bold;
    margin-right: 10px;
}

.product-detail .attribute .list {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.product-detail .attribute .radio-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row;
    flex-flow: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.product-detail .attribute .radio-list label {
    margin: 0 25px 5px 0;
}

.product-detail .attribute .bg-color {
    margin: 0 0 0 10px;
    padding: 6px;
}

.product-detail .attribute .select2-selection__arrow,
.product-detail .attribute .select2-selection__arrow b {
    background-color: transparent;
    border-left: none;
}

.product-detail .stock-state,
.product-detail .date-of-delivery {
    color: green;
    display: block;
    margin: 0 0 2px 0;
}

.product-detail .prices > * {
    display: block;
}

#price {
    font-size: 30px;
    color: #D00070;
}

.pictogram-blocks {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
}

.pictogram-blocks > * {
    -webkit-box-flex: initial;
    -ms-flex: initial;
    flex: initial;
    margin-right: 25px;
    margin-bottom: 15px;
}

.pictogram-blocks .image {
    padding-right: 10px;
}

.pictogram-blocks .image img {
    max-width: 54px;
}

.product-detail .number-input {
    width: 1px;
}

.product-detail .number-input input {
    width: 80px;
    font-weight: 600;
    font-size: 16px;
}

.product-detail .number-input input,
.product-detail .inp.cart .btn,
.product-detail .inp.cart .in-cart {
    height: 40px;
    line-height: 40px;
    text-align: center;
}

.product-detail .inp.cart .in-cart{
    line-height: normal;
}

.product-detail .inp.cart {
    padding-left: 20px;
    width: 225px;
}

.product-detail .inp.cart .btn,
.product-detail .inp.cart .in-cart {
    padding: 0 15px;
    margin-left: 0;
    width: 100%;
}

body.language-6 .product-detail .inp.cart .in-cart {font-size: 12px;}
body.language-7 .product-detail .inp.cart .in-cart {font-size: 10px;}
body.language-23 .product-detail .inp.cart .in-cart {font-size: 12px;}


.product-detail .inp.cart .btn {
    font-weight: 600;
}

.product-detail .inp.cart .in-cart {
    margin-top: 20px;
}

.product-detail .inp.cart .in-cart i {
    margin-left: 8px;
}

.product-manufacturer a {
    color: #464646;
}

.product-manufacturer a:hover{
    color: #d00070;
}

.detail-row,
.under-detail-row {
    margin-bottom: 30px;
}

.under-detail-row,
.product-sections-nav {
    border-top: 1px solid #e2e2e2;
    border-bottom: 1px solid #e2e2e2;
    padding: 10px 0;
}

.extra-info {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.extra-buttons span {
    text-decoration: underline;
}

.extra-buttons i {
    margin-right: 8px;
}

.product-sections-nav nav ul li:not(:last-child),
.extra-info > *:not(:last-child) {
    padding-right: 6px;
    margin-right: 7px;
    border-right: 1px solid #888888;
}

.product-sections-nav nav ul li,
.extra-info > * {
    height: 15px;
    line-height: 15px;
}

.product-detail .valuables > .container {
    padding-left: 0;
    padding-right: 0;
}

.product-section {

}

.product-section#product-testimonials {
}





.product-review-box {display: inline-flex;width: 33%;
    margin-bottom: 35px;}
.product-review-box-inner {margin: 20px;padding: 20px;border: 1px solid #ccc;text-align: center;color: #b8ad85;min-height: 454px;position: relative;}

.product-review-box img {width: 150px;position: relative;top: -70px;background: white;}

.product-review-box-description {
    position: relative;
    top: -55px;}
.product-review-box-description p {font-style: italic;}

.product-review-box-title {border-top: 1px solid #ccc;padding: 10px 0px;font-size: 20px;color: #b8ad85;position: absolute;bottom: 0px;width: 89%;}
.product-review-box-title span {font-weight: lighter;}

.showMoreReviews {display: none;}
.product-review-box.hidden {display: inline-flex !important;}


.product-section-reviews .collapsible-content:after {
    content: "";
    display: block;
    clear: both;
}

.product-section .stillnotsure {
    border: 1px solid #ccc;
    background: url('/images/template/questionmark.jpg') left center no-repeat;
}

.product-section .stillnotsure h2 {
    margin-top: 15px;
    margin-bottom: 10px;
}

.product-section .stillnotsure a,
#teoxane-banner .button-teoxane-banner a{
    background: #D00070;
    color: white;
    padding: 10px 30px;
    text-decoration: underline;
    display: inline-block;
}

.product-section .stillnotsure a:hover,
#teoxane-banner .button-teoxane-banner a:hover{
    background: #84005d;
    text-decoration: none;
}

.product-section .stillnotsure p {
    margin-bottom: 20px;
}

.product-section .questiongirl {
    background: url('/images/template/questiongirl.jpg') right center no-repeat;
    padding: 20px 300px 25px 100px;
}

.product-sections-nav .product-image,
.product-event-box .cart-image {
    width: 100px;
    height: 100px;
    overflow: hidden;
    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;
}

.product-sections-nav .product-image img,
.product-event-box .cart-image img {
    max-width: 100px;
    max-height: 100px;
}

.product-sections-nav .product-info {
    padding-left: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
}

body.language-6 .product-sections-nav .product-info .sections-nav ul li {font-size: 13px;}

.product-sections-nav nav,
.product-sections-nav nav ul,
.product-sections-nav nav ul li {
    display: block;
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.product-sections-nav nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.product-sections-nav nav ul li a {
    padding: 0;
    text-decoration: none;
    color: #464646;
}

.product-sections-nav nav ul li a:hover,
.product-sections-nav nav ul li a:focus,
.product-sections-nav nav ul li a:active {
    color: #D00070;
}

.product-sections-nav nav ul li a span {
    text-decoration: underline;
}

.product-sections-nav nav ul li a i {
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 1px 4px;
}

.product-sections-nav nav ul li a:hover span {
    text-decoration: none;
}

.product-sections-nav .product-title {
    font-size: 20px;
    margin: 0 0 10px 0;
}

body.menu-item-223 .product-detail .product-faq .collapsible-title,
body.menu-item-223 .product-detail .product-faq .collapsible-content {display: none;}

.product-detail .product-faq {
    min-width: 350px;
    padding-left: 50px;
    padding-top: 30px;
}

.product-detail .product-faq .personal-contact {
    padding-top: 20px;
    margin-bottom: 70px;
}

.product-detail .product-faq .faq,
.product-section,
.product-section .treatments {
    margin-bottom: 30px;
}

body.language-6 #product-size-chart-section,
body.language-6 .product-section.product-faq-responsive{
    margin-bottom: 0px;}

.product-detail .product-faq .faq {
    min-width: 300px;
    max-width: 300px;
    width: 300px;
}

.product-sections h2 {
    color: #a69966;
}

#product-size-chart-section .col-md-10{
   width: 76.333% !important;
}


body.language-6 #product-size-chart-section ul.nav.nav-tabs {display: none;}
/*body.language-6 #product-size-chart-section div#table-cm {font-size: 11px;}*/

body.language-23 #product-size-chart-section ul.nav.nav-tabs {display: none;}
/*body.language-23 #product-size-chart-section div#table-cm {font-size: 11px;}*/

body.language-7 #product-size-chart-section ul.nav.nav-tabs {display: none;}

.product-section[id]:not(.tab-pane):before,
.product-section *[id]:not(.tab-pane):before {
    content: "";
    position: relative;
    margin-top: -50px;
    display: block;
    height: 50px;
    visibility: hidden;
}

.product-section .treatments {
    margin-top: 30px;
}

.product-section .treatments .pictogram {
    margin-right: 0 !important;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.product-section .treatments .image img {
    height: 100px;
    width: 100px;
    margin-right: 20px;
}

.product-section .treatments,
.product-sections .bordered,
.product-sections .padding {
    padding: 25px;
}

.product-section h3 {
    margin-top: 0;
}

.sold-out {
    margin-bottom: 30px;
}

.categories-am-in {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row;
    flex-flow: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 0 30px 0;
    padding: 0;
}

.categories-am-in span {
    margin: 0 10px;
    width: 1px;
    background: #D00070;
}

.categories-am-in a {
    color: #D00070;
    text-decoration: underline;
    transition: .6s;
}

.categories-am-in a:hover{
    opacity: .7;
}

#product-about-us-section .article {
    text-align: justify;
}

#product-about-us-section .logo {
    padding: 0 40px;
}

#product-size-chart-section + #product-about-us-section {
    margin-top: -30px;
    margin-bottom: 60px;
}

#product-size-chart-section img {
    max-width: 400px;
    max-height: 400px;
}
body.language-6 #product-size-chart-section img {max-width: 350px;max-height: 350px;}
body.language-7 #product-size-chart-section img {max-width: 400px;max-height: 400px;} /* upraveno 5.5.2020 z duvodu tbf-variant - původně 800x800 */
body.language-7 #product-size-chart-section .tab-content img{
    max-width: 100%;
    max-height: 100%;
}

body.language-13 #product-size-chart-section .tab-content img{
    max-width: 100%;
    max-height: 100%;
}

body.language-3 #product-size-chart-section .tab-content img{
    max-width: 100%;
    max-height: 100%;
}

body.language-9 #product-size-chart-section .tab-content img{
    max-width: 100%;
    max-height: 100%;
}

body.language-24 #product-size-chart-section .tab-content img{
    max-width: 100%;
    max-height: 100%;
}

body.language-25 #product-size-chart-section .tab-content img{
    max-width: 100%;
    max-height: 100%;
}

body.language-6 #product-size-chart-section .tab-content img{
    max-width: 100%;
    max-height: 100%;
}

body.language-15 #product-size-chart-section .tab-content img{
    max-width: 100%;
    max-height: 100%;
}

body.language-23 #product-size-chart-section .tab-content img{
    max-width: 100%;
    max-height: 100%;
}

body.language-2 #product-size-chart-section .tab-content img{
    max-width: 100%;
    max-height: 100%;
}

body.language-26 #product-size-chart-section .tab-content img{
    max-width: 100%;
    max-height: 100%;
}

#product-size-chart-section table {
    width: 100% !important;
    border-collapse: collapse;
}

#product-size-chart-section table,
#product-size-chart-section table tr,
#product-size-chart-section table td,
#product-size-chart-section table th {
    border: 1px solid transparent;
}

#product-size-chart-section thead > tr > *,
#product-size-chart-section table > tbody:first-child tr:first-child > * {
    background: #D00070;
    color: white;
}

#product-size-chart-section thead > tr > *,
#product-size-chart-section table > tbody:first-child tr:first-child > *,
#product-size-chart-section .td-bg-gold,
#product-size-chart-section .tr-bg-gold > * {
    border: 1px solid white;
}

#product-size-chart-section td,
#product-size-chart-section th {
    padding: 8px 10px;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
}

#product-size-chart-section tbody tr:nth-child(even) {
    background: #efefef;
}

#product-size-chart-section .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row;
    flex-flow: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

#product-size-chart-section .row .col-md-4 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.td-bg-pink,
.td-bg-pink > * {
    background: #D00070 !important;
    color: white !important;
}

.td-bg-gold,
.tr-bg-gold > * {
    background: #a69966 !important;
    color: white !important;
}

#size-chart-modal .modal-dialog {
    max-width: 500px;
}

#size-chart-modal .modal-dialog .modal-body {
    padding: 40px;
}


.getDiscountBanner {max-width: 600px;margin-top: 10px;}
.getDiscountBanner img {width: 100%; transition:.5s;}

.getDiscountBanner:hover img{
    -webkit-box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.75);
}

a[href='#size-chart-modal'] {
    color: #D00070;
    border: 1px solid #D00070;
    padding: 4px 0px 4px 34px !important;
    width: 195px;
    margin: 0 auto;
    background: url('/images/template/chooseSize.jpg') 5px 5px no-repeat;
    background-size: 27px;
}

a[href='#size-chart-modal']:hover {
    text-decoration: none;
}


.attributes-size a[href='#product-size-chart'] {
    color: #D00070;
    border: 1px solid #D00070;
    padding: 4px 0px 4px 34px !important;
    width: 230px;
    margin: 0 auto;
    background: url('/images/template/chooseSize.jpg') 5px 5px no-repeat;
    background-size: 27px;
}

.product-detail .pictograms.product-size-chart-de-custom {padding: 0px 0px 15px}
.product-size-chart-de-custom a[href='#grossentabelle'],
.product-size-chart-de-custom a[href='#product-size-chart']
{
    color: #D00070;
    padding: 0px 0px 5px 40px !important;
    width: 100%;
    margin: 0 auto;
    background: url('/images/template/chooseSize.jpg') 5px 5px no-repeat;
    background-size: 27px;
}



a[href='#product-size-chart']:hover {
    text-decoration: none;
}

#chooseSize .title {
    font-size: 24px;
    margin-bottom: -2px;
}

#chooseSize .description {
    text-align: center;
    color: black;
    margin: 20px auto;
}

#chooseSize fieldset {
    border: 2px solid #e0e0e0;
    padding: 20px;
    margin-bottom: 20px;
    color: #929292;
}

#chooseSize .number-input {
    width: 1px;
}

#chooseSize .number-input input {
    padding: 0 10px;
    height: 40px;
    width: 70px;
    font-weight: bold;
    text-align: center;
}

#chooseSize .result {
    margin-top: 20px;
    margin-bottom: 20px;
}

#chooseSize .result.correct {
    font-size: 60px;
    color: #D00070;
}

#chooseSize .alert {
    display: block;
}

#chooseSize .article {
    margin: 0 -40px -40px;
    padding: 30px 40px;
    border-top: 1px solid #e0e0e0;
}

#chooseSize .article .icon {
    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;
    padding-right: 20px;
}

#chooseSize .article a {
    display: block;
}

#chooseSize .article img {
    max-width: 55px;
    max-height: 55px;
}

.more-specifics img {
    height: 250px;
}

.more-specifics .text {
    max-width: 390px;
}

#recently-views-products {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 22;
    background: white;
}

#recently-views-products > .flex-row > .label {
    padding: 20px;
    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;
    height: 60px;
    margin: 5px 0;
    border: 1px solid transparent;
}

#recently-views-products > .flex-row > .label i {
    margin-right: 8px;
}

#recently-views-products:hover > .flex-row > .label i {
    background: url("/images/template/icons/double-arrow-down.png") center center / 100% auto no-repeat;
}

#recently-views-products .products {
    padding: 0 10px;
    margin: 5px 0;
    border-left: 1px solid #e2e2e2;
    display: none;
}

#recently-views-products:hover .products {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

#recently-views-products .products > .product {
    border: 1px solid #e2e2e2;
    margin: 0 5px 0 0;
}

#recently-views-products .products > .product > .image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    width: 58px;
    height: 58px;
}

#recently-views-products .products > .product:hover,
#recently-views-products .products > .product:hover > .inner-product > .product > .wrap {
    border-color: #D00070 !important;
}

#recently-views-products .products > .product > .image img {
    max-width: 55px;
    max-height: 55px;
}

#recently-views-products .products > .product:hover .inner-product {
    display: block;
}

#recently-views-products .products > .product:hover > .wrap {

}

#recently-views-products .inner-product {
    position: absolute;
    bottom: 100%;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    max-width: 300px;
    padding-bottom: 8px;
    display: none;
}

#recently-views-products .inner-product .product > .wrap {
    background-color: white;
}

.product-description,
#product-parameters > h2 {
    padding-left: 25px;
}

#product-parameters .content p,
#product-parameters .content ul,
.treatments p,
.product-description p,
.product-description ul,
#nothing-found-search ul,
#shippingBox ul {
    margin-left: 0 !important;
}

#product-parameters .content ul,
.product-description ul:not(.categories-am-in),
#nothing-found-search ul,
#shippingBox ul {
    padding-left: 17px;
}

#shippingBox .shipping-zones {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

#shippingBox .shipping-zones table {

}

#shippingBox .shipping-zones table td {
    vertical-align: middle !important;
    padding-top: 10px;
    padding-bottom: 10px;
    border-top: 1px dashed #e2e2e2;
}

#shippingBox .shipping-zones table td:first-child,
#shippingBox .shipping-zones table td:last-child {
    text-align: center;
}

#shippingBox .shipping-zones table td img {
    max-height: 35px;
}

#shippingBox .shipping-zone {
    margin: 0 -15px 15px -15px;
    padding: 15px;
}

#shippingBox .shipping-zone:not(:last-child) {
    border-bottom: 1px solid #e2e2e2;
}

#shippingBox .shipping-zone > strong {
    display: block;
    margin-bottom: 15px;
}

#shippingBox .shipping-zone > strong img {
    margin-right: 10px;
    height: 20px;
}

#shippingBox .shipping-zones tr:first-child,
#shippingBox .shipping-zones tr:first-child > * {
    border: none;
}

#shippingBox .modal-body {
    margin-bottom: 0;
}

#shippingBox .modal-dialog {
    max-width: 750px;
}

#shippingBox .shipping-progress {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-left: 30px;
}

.similarProducts.slick-initialized > button {
    position: absolute;
    bottom: 0;
    right: 0;
    background-color: black;
    border-color: black;
    cursor: pointer;
}

.similarProducts.slick-initialized .slick-dots {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row;
    flex-flow: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    list-style-type: none;
}

.similarProducts.slick-initialized .slick-dots button {
    width: 13px;
    height: 13px;
    font-size: 0;
    border-radius: 50%;
    background-color: #e2e2e2;
    border: 1px solid #e2e2e2;
    margin: 0 2px;
    cursor: pointer;
}

.similarProducts.slick-initialized .slick-dots .slick-active button {
    background-color: #D00070;
}

.similarProducts.slick-initialized .slick-dots button:hover,
.similarProducts.slick-initialized .slick-dots .slick-active button {
    border-color: #D00070;
}

.product-sections.recommendations {
    display: block;
    margin-bottom: 0 !important;
}

.product-sections.recommendations .banner-vertical-wrap {
    padding: 20px;
    border: 1px solid #e2e2e2;
    height: auto;
}

.product-sections.recommendations .banner-vertical-wrap img {
    max-width: 100%;
    max-height: 100%;
}

.product-sections.recommendations .banner-vertical-wrap,
.product-sections.recommendations .banner-vertical-review_people,
.product-sections.recommendations p {
    background-color: transparent;
    display: flex;
    flex-flow: row;
    text-align: left;
}

.product-sections.recommendations .info,
.product-sections.recommendations .image {
    display: flex;
    margin-right: 20px;
    padding-right: 20px;
    border-right: 1px solid #e2e2e2;
}

.product-sections.recommendations .image {
    width: 200px;
    align-items: center;
    justify-content: center;
}

.product-sections.recommendations .info {
    width: 280px;
    flex-flow: column;
    justify-content: center;
}

body.language-13 .product-sections.recommendations .info{
    width: 320px;
}

.product-sections.recommendations p {
    align-items: center;
    margin: 0;
}

.product-sections.recommendations .upper-review-title {
    display: none;
}

.product-sections.recommendations .middle-review-title {
    display: block;
    margin: 0 0 20px 0;
    white-space: nowrap;
}

.product-sections.recommendations .middle-review-title br {
    display: none;
}

.product-sections.recommendations .banner-vertical-wrap .review_people-name {
    margin-top: 0;
}

#product-brand-message .banner-linear.citation {
    display: flex;
    float: none;
    margin: 0;
    border-left: none;
    border-right: none;
}

body.language-23.menu-item-103 .more-specifics img{
    display: none;
}

#teoxane-banner{
    border: 1px solid lightgrey;
    width: 100%;
    padding: 35px;
    background: url('/images/products/teoxane-banner.png') no-repeat center;
    background-size: 100%;
    margin: 50px auto;
}

#teoxane-banner h2{
    color: #464646;
    margin: 10px auto;
    font-size: 27px;
}

#teoxane-banner p{
    font-size: 20px;
    color: #da0070;
    margin: 20px auto;
}

body.language-1 a[href="#size-chart-modal"]{
    width: 230px;
}

