/** Nowe po 27 06 2022 */

.woocommerce-checkout #lingerie_size_notes-description {
    display: block !important;
    background: #be9b64;
}

.woocommerce-checkout #lingerie_size_notes-description:before {
    border-top-color: #be9b64;
}

.woocommerce-checkout #lingerie_size_notes_field {
    padding: 17px 17px 0px 17px;
    margin-bottom: 0px;
    border: 1px solid #be9b64;
    border-bottom: 0px;
    margin-top: 15px;
}

.woocommerce-checkout #forbidToCall_checkbox_field {
    padding: 0px 17px 17px 17px;
    border: 1px solid #be9b64;
    border-top: 0px;
}


/** Przeniesione z Uner-Child */

i.t-icon.icon-question-circle {
    cursor: pointer;
}


/**
* Stylowanie przycisku otwierającego Przymeirzalnię na desktopie
*/

a#przymierzalniaa.fitterActivator {
    white-space: nowrap;
}


/**
* Kafelek Gwarancji Dopasowania w archiwach
*/

.waranty #gwarancja_dopasowania {
    padding: 64px 30px;
    background-color: #cfc1b9;
    color: #fff;
    height: 519px;
    margin-top: 0;
}

.box-heading {
    text-align: center;
}

.waranty #gwarancja_dopasowania p {
    margin-bottom: 0px;
    font-weight: 700;
    font-size: 14px;
}

.waranty #gwarancja_dopasowania ul li {
    list-style: square inside;
    padding-left: 20px;
}

.waranty #gwarancja_dopasowania li::before {
    color: #fff;
}

li.product.type-product.waranty {
    background-color: #fff;
    background: white;
    padding: 10px 10px 6px 10px!important;
    text-align: center;
    /* height:510px; */
}

li.product.type-product.waranty #gwarancja_dopasowania {
    background-image: url("../assets/przymierzalnia.png");
    height: 387px!important;
}

li.product.type-product.waranty a.new.button {
    -webkit-box-shadow: 0px 14px 15px 0px rgba(0, 0, 0, 0.07);
    box-shadow: 0px 14px 15px 0px rgba(0, 0, 0, 0.07);
    border-radius: 50px;
    float: initial;
}

li.product.type-product.waranty a.new.button:hover {
    color: #be9b64;
}

.waranty #gwarancja_dopasowania {
    text-align: center;
}

i.icon-chevron-left {
    font-size: 30px;
}

.woocommerce-cart a#przymierzalniaa,
.woocommerce-checkout a#przymierzalniaa {
    display: none;
}

@media (max-width: 980px) {
    #przymierzalniaa {
        display: none;
    }
}

div#instructional_tips {
    left: unset;
}

div#changingroom_contactform h5,
div#changingroom_contactform p {
    color: #000;
}


/** 
* Animacje
*/

body #animatedModalShapes {
    transform: translateY(100%);
}

body #animatedModalSizes {
    transform: translateY(100%);
}

body #animatedModalSummary {
    transform: translateY(100%);
}

body.fitterOpened #animatedModalShapes.open,
body.fitterOpened #animatedModalSizes.open,
body.fitterOpened #animatedModalSummary.open {
    transform: translateY(0);
}

@media screen and (min-width: 601px) {
    body #animatedModalShapes {
        transform: translateX(-100%);
    }
    body #animatedModalSizes {
        transform: translateX(-100%);
    }
    body #animatedModalSummary {
        transform: translateX(-100%);
    }
    body.fitterOpened #animatedModalShapes.open,
    body.fitterOpened #animatedModalSizes.open,
    body.fitterOpened #animatedModalSummary.open {
        transform: translateX(0);
    }
}

#animatedModalShapes,
#animatedModalSizes,
#animatedModalSummary {
    transition: transform .35s ease-in-out;
}

.interactedWith input.amount:not(:focus):not(.correctly) {
    animation: lvl_pulse .5s ease-in-out infinite alternate;
}

@keyframes lvl_pulse {
    0% {
        opacity: 0.4;
    }
    70%,
    100% {
        opacity: 1;
    }
}


/** 
* Druga kolumna
*/

#animatedModalSizes.modal_overlay {
    display: block;
    z-index: 10020;
}

#animatedModalSizes.modal_overlay,
#animatedModalShapes.modal_overlay,
#animatedModalSummary.modal_overlay {
    width: 100%;
    bottom: 0px;
    border-radius: 7px 7px 0px 0px;
    padding: 50px 20px 5px 20px;
}

@media screen and (min-width: 601px) {
    #animatedModalSizes.modal_overlay {
        padding-right: 0px;
    }
    #animatedModalSizes.modal_overlay,
    #animatedModalShapes.modal_overlay,
    #animatedModalSummary.modal_overlay {
        border-radius: unset;
        width: 440px;
    }
}

@media screen and (min-width: 601px) {
    #fitter_sizes {
        max-height: calc(100vh - 50px);
    }
}

#fitter_sizes .modal_overlay .boxes_containter {
    position: relative;
    height: auto;
}

#measurements {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: flex-start;
    justify-content: flex-start;
    align-items: flex-start;
}

.fittingroom_sliders_container {
    border-bottom: 1px solid #be9b64;
    padding-bottom: 30px;
    width: 100%;
}

.fittingroom_sliders_container.interactedWith {
    opacity: 1;
}

.fittingroom_sliders_container>div {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: space-between;
    justify-content: space-between;
    align-items: flex-start;
    margin-right: 0px;
}

.fittingroom_sliders_container span.title {
    font-size: 18px;
    line-height: 1.7em;
    padding-top: 19px;
    display: block;
    padding-bottom: 9px;
    font-weight: 300;
    color: #1d1d1d;
}

.fittingroom_sliders_container .description {
    padding-right: 45px;
}

.fittingroom_sliders_container .description p {
    padding-bottom: 0.4em;
    font-size: 12px;
    letter-spacing: 0px;
    font-weight: 300;
    line-height: 1.3em;
}

.fittingroom_sliders_container>div>.column:nth-child(2) {
    flex-basis: 130px;
    flex-shrink: 0;
}

#visual_tip {
    margin-top: 30px;
    box-sizing: content-box;
    border: 1px solid #be9b64;
    padding: 15px 15px 41px 15px;
    background: white;
    width: 100px;
    height: 150px;
    overflow: hidden;
}

#visual_tip section.shape_container {
    position: relative;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

#visual_tip img {
    width: 100px;
    height: 150px;
    max-height: unset;
    position: relative;
    left: 0;
    right: 0;
}

.underbust #visual_tip img,
.bust #visual_tip img,
.half_bust #visual_tip img,
.hips #visual_tip img,
.waist #visual_tip img,
.height #visual_tip img {
    top: 0px;
    transition: all 1s ease-in-out;
    animation-delay: 1s !important;
}


/** Animacje przymierzalni **/

.half_bust #visual_tip img {
    transition: all 1s ease-in-out;
}

.half_bust #visual_tip:hover img,
.half_bust #visual_tip.hover img {
    transform: scale(2);
    transform-origin: 0% 50%;
}

.bust #visual_tip img {
    /* transition: all 2s ease-in-out; */
}

.bust #visual_tip:hover img,
.bust #visual_tip.hover img,
.underbust #visual_tip:hover img,
.underbust #visual_tip.hover img {
    transform: scale(2);
    transform-origin: 5% 31%;
    animation: moveIt 3s infinite alternate;
}

.waist #visual_tip:hover img,
.waist #visual_tip.hover img {
    transform: scale(2);
    transform-origin: 0% 56%;
    animation: moveIt 3s infinite alternate;
}

.hips #visual_tip:hover img,
.hips #visual_tip.hover img {
    transform: scale(2);
    transform-origin: 0% 75%;
    animation: moveIt 3s infinite alternate;
}

.height #visual_tip:hover img,
.height #visual_tip.hover img {
    transform: scale(2);
    transform-origin: 75% 0%;
    animation: moveItDown 3s infinite alternate;
}

@keyframes moveIt {
    0% {
        transform: scale(2) translateX(0px);
    }
    100% {
        transform: scale(2) translateX(-47px);
    }
}

@keyframes moveItDown {
    0% {
        transform: scale(2) translate(0, 0);
    }
    100% {
        transform: scale(2) translate(5%, -47%);
    }
}

#fitter_sizes .inputAmountSection {
    color: #2d2d2d;
    font-size: 14px;
    line-height: 0.2em;
    text-align: right;
    margin-top: -28px;
    position: relative;
}

.fittingroom_sliders_container .inputAmountSection input.amount {
    padding-right: 28px;
    width: 100%;
    font-size: 16px;
    text-align: right;
    display: block;
    font-weight: 300;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #be9b64;
    cursor: pointer;
    border-top-style: dashed;
    color: #1d1d1d;
}

.fittingroom_sliders_container .inputLingerieSizeSection input.lingerie_sizeNbrand {
    margin-top: 10px;
    padding: 5px 15px;
    width: 100%;
    border-color: #be9b64;
    color: #3e3e3e;
}

#fitter_sizes .inputAmountSection span.unit {
    position: absolute;
    top: 13px;
    right: 4px;
    opacity: 0.5;
    pointer-events: none;
}

#fitter_sizes {
    overflow-y: auto;
    overflow-x: hidden;
    -ms-overflow-style: none;
    /* IE and Edge */
    scrollbar-width: none;
    /* Firefox */
}

@media screen and (min-width: 601px) {
    #fitter_sizes {
        padding-right: 20px;
    }
}

#fitter_sizes::-webkit-scrollbar {
    display: none;
}

.fittingroom_sliders_container:last-child {
    border-bottom-width: 0px;
}

#visual_tip span.line {
    animation: lvl_pulse 3s infinite alternate;
}

#visual_tip span.line {
    background: white;
    display: block;
    position: absolute;
}


/** wymiary **/

.half_bust span.line {
    width: 45px;
    height: 2px;
    top: 57px;
    left: 48px;
}

.half_bust span.line::before {
    display: block;
    position: absolute;
    left: 0;
    top: -4px;
    background: white;
    height: 11px;
    width: 2px;
    content: '';
}

.bust span.line {
    width: 58px;
    height: 2px;
    top: 55px;
    left: 39px;
}

.underbust span.line {
    width: 49px;
    height: 2px;
    top: 65px;
    left: 44px;
}

.hips span.line {
    width: 58px;
    height: 2px;
    top: 113px;
    left: 38px;
}

.waist span.line {
    width: 33px;
    height: 2px;
    top: 86px;
    left: 54px;
}

.height span.line {
    width: 2px;
    height: 104px;
    top: 28px;
    left: 72px;
}


/**
* Podsumowanie
*/

#animatedModalSummary.modal_overlay {
    z-index: 10019;
}

#animatedModalSummary .boxes_containter {
    margin-top: 44px;
}

.step-1 footer {
    background: #ffffff;
}

div#animatedModal header h3 {
    margin-bottom: 1.7em!important;
}

.fadeOutDown {
    -webkit-animation-duration: 0.85s !important;
    animation-duration: 0.85s !important;
}

.white_bg {
    background-color: #fff!important;
}

#size_summary p {
    margin: 0;
}

.modal_overlay {
    position: fixed;
    bottom: 0;
    left: 0;
    height: calc(100% - 80px);
    width: 440px;
    z-index: 1;
    max-height: none;
    background: white;
    border-right: 1px solid #be9b64;
    padding: 50px 30px 0px 30px;
    /* box-shadow: -12px 0px 20px 0px #be9b64; */
    display: block;
    z-index: 10021;
}

@media screen and (min-width: 601px) {
    .modal_overlay {
        height: 100%;
    }
}

.modal_overlay {
    -webkit-transition: background-color 0.2s ease-in;
    -webkit-transition: background-color 0.2 ease-in;
    -o-transition: background-color 0.2 ease-in;
    transition: background-color 0.2 ease-in;
    -webkit-transition-delay: 0.5s;
    -o-transition-delay: 0.5s;
    transition-delay: 0.5s;
}

.modal_overlay .img-box {
    text-align: center;
}

.modal_overlay a.button {
    background: white;
    color: #be9b64;
    padding: 1px 20px !important;
    float: left;
    margin-top: 33px;
    font-size: 14px;
    border-radius: 25px !important;
}

.modal_overlay a.button:hover {
    color: white;
    background: #be9b64;
    border-radius: 50px;
    border: 2px solid #be9b64;
    -webkit-box-shadow: 0px 14px 15px 0px rgba(0, 0, 0, 0.07);
    box-shadow: 0px 14px 15px 0px rgba(0, 0, 0, 0.07);
}

.modal_overlay .modal_content {
    width: 100%;
    height: calc(100%);
    padding-bottom: 50px;
    overflow-y: auto;
}

@media (min-width: 601px) {
    .modal_overlay .modal_content {
        height: auto;
        position: relative;
        height: calc(100%);
        transition: all .5s ease-in-out;
    }
    #animatedModalSizes .modal_content {
        top: 0px;
        transform: unset;
        transition: unset;
        padding-top: 7px;
        padding-bottom: 50px;
    }
}

.modal_content>header {
    position: relative;
    padding-top: 10px;
    border-bottom: 1px solid rgb(190, 155, 100, 0.19);
}

.modal_content>header .title {
    font-size: 33px;
    color: #2d2d2d;
    font-weight: 300;
}

.modal_content>header .subtitle {
    font-size: 18px;
    line-height: 1.7em;
    color: #2d2d2d;
    font-weight: 300;
    margin-top: 10px;
    margin-bottom: 10px;
}

.modal_overlay ul li {
    color: #fff;
}

#animatedModalShapes.modal_overlay .boxes_containter {
    padding: 0px;
    overflow-x: hidden;
    overflow-y: auto;
}

.modal_overlay input#step_1 {
    display: none;
}

@media (max-width: 955px) {
    #animatedModalShapes .modal_overlay .boxes_containter {
        padding: 30px 10px;
    }
}

.modal_overlay .boxes_containter .box p {
    color: #000;
}

.modal_overlay .boxes_containter .box {
    background-color: #fff;
    padding: 25px;
    margin-bottom: 10px;
}

.close_modal {
    position: relative;
    bottom: 25px;
    height: 60px;
    border-radius: 50px;
    background: #fff;
    width: 100%;
    text-align: left;
    padding: 25px 35px;
    color: #be9b64;
    -webkit-box-shadow: 0px 8px 22.68px 4.32px rgba(157, 137, 126, 0.22);
    box-shadow: 0px 8px 22.68px 4.32px rgba(157, 137, 126, 0.22);
    font-size: 18px;
    line-height: 9px;
}

.close_modal .close {
    display: block;
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 0;
    padding: 15px;
    opacity: 1;
    color: #fff;
    background-color: #be9b64;
    border-radius: 55px;
    height: 60px;
    width: 60px;
}

.close_modal .close:after {
    font-family: 'ETmodules';
    content: "\4d";
    height: 30px;
    width: 30px;
    font-size: 44px;
    line-height: 30px;
    position: absolute;
    right: 21px;
    top: 15px;
    font-weight: 400;
}

#animatedModalSizes .close_modal .close:after,
#animatedModalShapes .close_modal .close:after {
    right: 23px;
    top: 13px;
    content: "\34";
}

#accept_shapes {
    margin: 0px 5px 0px 5px;
    position: relative;
    display: block;
    padding-top: 15px;
}

@media screen and (max-width: 680px) {
    .modal_overlay {
        padding: 0 35px 0 0;
    }
    .modal_overlay .boxes_containter {
        height: auto;
        overflow: unset;
        padding: 0;
    }
    .close.mobile {
        display: block;
        cursor: pointer;
        position: fixed;
        top: 10px;
        right: 8px;
        padding: 15px;
        opacity: 1;
        color: #be9b64;
        background-color: #ffffff;
        border-radius: 55px;
        height: 60px;
        width: 60px;
        z-index: 99;
    }
    .close.mobile:after {
        font-family: 'ETmodules';
        content: "\4d";
        height: 30px;
        width: 30px;
        font-size: 44px;
        line-height: 30px;
        position: absolute;
        right: 21px;
        top: 15px;
        font-weight: 400;
    }
    #animatedModalSizes .close.mobile:after,
    #animatedModalShapes .close.mobile:after {
        right: 23px;
        top: 13px;
        content: "\34";
    }
    .pc {
        display: none;
    }
    .modal_overlay .boxes_containter .box {
        padding-top: 10px;
        padding: 0;
    }
    .modal_overlay a.button {
        float: left;
        margin-top: 8px;
        margin-right: -50%;
        margin-bottom: 15px;
        position: relative;
        z-index: 1;
    }
    .box h3 {
        font-size: 16px;
    }
    .col-md-6.col-xs-4.img-box {
        margin-top: 40px!important;
    }
    .box.last {
        height: 280px;
    }
}

.modal_overlay .close {
    position: absolute;
    top: 40px;
    right: 5px;
    z-index: 2;
    border-radius: 50%;
    cursor: pointer;
}

.modal_overlay .close span.icon {
    font-family: ETmodules;
    font-weight: 400;
    -webkit-font-feature-settings: normal;
    font-feature-settings: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    font-size: 38px;
    font-style: normal;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    direction: ltr;
    opacity: 1;
    color: #2d2d2d;
    padding: 10px;
    border-radius: 50%;
    background: white;
}

.footer-changing-button {
    font-size: 130%;
    padding-left: 25px;
}

@media screen and (min-width:650px) {
    .footer-changing-button {
        position: fixed;
        bottom: 40px;
        left: 40px;
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        line-height: 60px;
        height: 60px;
        background: #fff;
        color: #be9b64;
        padding-left: 15px;
        border-radius: 50px;
        z-index: 99;
        -webkit-box-shadow: rgba(0, 0, 0, 0.1) 1px 1px 15px 2px;
        box-shadow: rgba(0, 0, 0, 0.1) 1px 1px 15px 2px;
        cursor: pointer;
        padding-right: 25px;
        transition: width .25s ease-in-out;
        width: 240px;
        overflow: hidden;
        -webkit-transform: scale(0.8);
        -ms-transform: scale(0.8);
        transform: scale(0.8);
        -webkit-transform-origin: left bottom;
        -ms-transform-origin: left bottom;
        transform-origin: left bottom;
    }
    /* .footer-changing-button:hover,
    .footer-changing-button:focus,
    .footer-changing-button:active {
        width: 240px;
    } */
    .changing-icon {
        background: #be9b64;
        border-radius: 33px;
        width: 60px;
        height: 60px;
        padding: 9px 15px;
        margin-left: -15px;
        margin-right: 15px;
    }
}

.desc span {
    color: #000000;
}

i.t-icon.icon-question-circle:before {
    content: "?";
    color: #be9b64;
    border: 1px solid;
    padding: 5px 9px;
    border-radius: 50px;
    margin-bottom: -13px;
}

.fittingroom_sliders_container i {
    margin-left: 10px;
    vertical-align: inherit;
}

#choose_classical_way #cloned_variation_dropdown select {
    color: #fff;
    border: 1px solid #ffffff;
}

#choose_classical_way #cloned_variation_dropdown:after {
    color: #fff;
}

#choose_classical_way #cloned_variation_dropdown select option {
    background: rgb(243, 153, 123);
    color: #fff;
}

.fadeInUp .scale-in-center {
    -webkit-animation: scale-in-center .5s cubic-bezier(0.250, 0.460, 0.450, 0.940) 0.5s both;
    animation: scale-in-center .5s cubic-bezier(0.250, 0.460, 0.450, 0.940) 0.5s both;
}


/**
 * ----------------------------------------
 * animation scale-in-center
 * ----------------------------------------
 */

@-webkit-keyframes scale-in-center {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 1;
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
}

@keyframes scale-in-center {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 1;
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
}


/** KONIEC Przeniesione z Uner-Child KONIEC */

.box .container-fluid {
    padding: 20px 15px;
}

.box .container-fluid {
    display: flex;
}

.modal_overlay .boxes_containter {
    position: relative;
}

#animatedModalSizes .modal_content,
#animatedModalShapes .modal_content #changing_room_shape,
#animatedModalShapes .modal_content {
    display: block;
}

.modal_overlay .img-box img {
    width: auto;
}


/**
 * Klasyczny wybór rozmiaru z listy dostępnych rozmiarów
 */

div#choose_classical_way {
    display: none;
}


/**
 * Zawartość doboru ROZMIARU .size.content
 */

#choose_classical_way #cloned_variation_dropdown {
    position: relative;
}

#choose_classical_way #cloned_variation_dropdown select {
    width: 100%;
    margin-right: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    color: #000;
    background-color: transparent;
    padding: 8px 15px 7px;
    text-transform: capitalize;
    cursor: pointer;
    border: 1px solid #b1b1b1;
}

#choose_classical_way #cloned_variation_dropdown:after {
    content: '\e93a';
    display: inline-block;
    font: normal normal normal 14px/1 linearicons;
    color: #000;
    position: absolute;
    top: 12px;
    right: 15px;
    opacity: 1;
    pointer-events: none;
}

#size_summary {
    display: none;
}

#size_summary.up {
    display: block;
}

#size_summary p {
    font-size: 18px;
    font-weight: 200;
    line-height: 2em;
    color: #be9b64;
}

#size_summary>div.info {
    font-size: 14px;
    color: #1d1d1d;
    font-weight: 300;
    margin-top: 44px;
}

#size_summary div.buttonExplanation {
    font-size: 12px;
    line-height: 1.3em;
    margin-top: 5px;
}


/**
 * SUWAK
 */

.fittingroom_sliders_container .slider {
    border-bottom: 1px solid #999;
}

.fittingroom_sliders_container .slider .ui-slider-handle {
    left: 32.7869%;
    width: 1px;
    height: 16px;
    background: #999;
    top: 11px;
    margin: 0px;
}

.fittingroom_sliders_container div.slider {
    width: calc( 100% - 125px - 40px - 30px);
    display: inline-block;
}

.fittingroom_sliders_container input.amount::-webkit-input-placeholder {
    color: rgba(0, 0, 0, 0.5);
}

.fittingroom_sliders_container input.amount::-moz-placeholder {
    color: rgba(0, 0, 0, 0.5);
}

.fittingroom_sliders_container input.amount::-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.5);
}

.fittingroom_sliders_container input.amount::placeholder {
    color: rgba(0, 0, 0, 0.5);
}

.fittingroom_sliders_container input.lingerie_sizeNbrand::-webkit-input-placeholder {
    color: rgba(0, 0, 0, 0.5);
}

.fittingroom_sliders_container input.lingerie_sizeNbrand::-moz-placeholder {
    color: rgba(0, 0, 0, 0.5);
}

.fittingroom_sliders_container input.lingerie_sizeNbrand:-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.5);
}

.fittingroom_sliders_container input.lingerie_sizeNbrand::-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.5);
}

.fittingroom_sliders_container input.lingerie_sizeNbrand::placeholder {
    color: rgba(0, 0, 0, 0.5);
}

.fittingroom_sliders_container input.amount.correctly,
.fittingroom_sliders_container input.lingerie_sizeNbrand.correctly {
    border-color: #2dcc1c;
    border-style: solid;
    border-width: 1px;
}

.fittingroom_sliders_container input.amount.incorrectly,
.fittingroom_sliders_container input.lingerie_sizeNbrand.incorrectly {
    border-color: #cc1c1c;
    border-style: solid;
    border-width: 1px;
}

.fittingroom_sliders_container .ui-slider-horizontal {
    height: 20px;
}

.fittingroom_sliders_container i {
    margin-left: 3px;
    font-size: 14px;
    vertical-align: baseline;
}

@media screen and (min-width: 960px) {
    .fittingroom_sliders_container div.slider {
        width: 170px;
    }
}


/**
 * SCROLLBAR - wyłaczenie
 */


/*.modal_overlay::-webkit-scrollbar, .boxes_containter::-webkit-scrollbar { */

.modal_overlay::-webkit-scrollbar {
    display: none;
}


/* Hide scrollbar for IE and Edge */

.modal_overlay {
    -ms-overflow-style: none;
}


/**
 * Stylowanie sekcji z figurami
 */

#animatedModalShapes input[type="radio"] {
    display: none;
}

.modal_overlay .modal_content .shapes_to_choose form {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: flex-end;
    justify-content: space-between;
    align-items: flex-end;
}

.modal_overlay .modal_content .shapes_to_choose form label.inline {
    display: block;
    width: auto;
    margin-right: unset;
    flex: 1 1 0px;
}

#changing_room_shape .informational_bar>h5 {
    margin-top: 0px;
}

.step-1 .inline {
    white-space: normal;
    text-align: center;
    cursor: pointer;
}

section.shapes_to_choose {
    margin-top: 35px;
}

.shapes_to_choose label header {
    width: 100%;
    display: inline-block;
    font-size: 11px;
}

.img_container {
    display: inline-block;
    position: relative;
    width: 100%;
    padding-bottom: 8px;
    transition: all .3s ease-in-out;
}

.shapes_to_choose input:not(:checked)+.img_container {
    opacity: 0.2;
}

.shapes_to_choose input:not(:checked)+.img_container:hover {
    opacity: 1;
}

.shapes_to_choose input:checked+.img_container {
    transform: translateY(-20px);
}

input:checked+.img_container {
    transform: translateY(-20px);
}

.step-1 img.shape {
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
}

.step-1 img.overlay {
    position: absolute;
    bottom: 16%;
    width: 70%;
    left: 16.5%;
    height: 53%;
}

.step-1 form label input {
    display: block !important;
    margin: 0 auto;
    position: absolute;
    opacity: 0;
}


/* Create a custom checkbox */

.checkmark {
    position: relative;
    display: inline-block;
    margin: 0 auto;
    top: 0;
    left: 0;
    height: 14px;
    width: 14px;
    border-radius: 15px;
    border: 2px solid #be9b64;
    background-color: white;
    top: 3px;
}

label.inline input:checked~.checkmark {
    background-color: #be9b64;
}

.step-1 footer {
    margin: -46px 5px 15px 5px;
    padding: 66px 15px 15px 15px;
    background: #f5f5f5;
}

.step-1 footer.shapes_descriptions p {
    transition: opacity .35s ease-in-out;
    min-height: 132px;
}

.step-1 footer p {
    margin-bottom: 0px;
}

@media screen and (min-width: 960px) {
    .step-1 .inline {
        white-space: normal;
        text-align: center;
        cursor: pointer;
    }
    .step-1 .shapes_to_choose {
        text-align: center;
    }
    .step-1 .shapes_to_choose form {
        white-space: nowrap;
    }
    .shapes_to_choose label header {
        font-size: 11px;
    }
    .img_container {}
    .step-1 img.shape {
        position: relative;
        top: 0;
        left: 0;
        right: 0;
        width: 100%;
    }
    .step-1 img.overlay {
        position: absolute;
        bottom: 16%;
        width: 70%;
        left: 16.5%;
        height: 53%;
    }
    .step-1 form label input {
        display: block !important;
        margin: 0 auto;
        position: absolute;
        opacity: 0;
    }
    /* Create a custom checkbox */
    .checkmark {
        position: relative;
        display: block;
        margin: 0 auto;
        top: 0;
        left: 0;
        height: 14px;
        width: 14px;
        border-radius: 15px;
        border: 2px solid #be9b64;
        background-color: white;
        top: 3px;
    }
    /* When the checkbox is checked, add a blue background */
    label.inline input:checked~.checkmark {
        background-color: #be9b64;
    }
    .step-1 footer p {
        display: none;
        opacity: 0;
        -webkit-transition: all 1s;
        -o-transition: all 1s;
        transition: all 1s;
    }
    .step-1 footer p#rozek {
        display: block;
        opacity: 1;
    }
}


/**
 * Stylowanie formularza do zgłaszania pomocy w doborze rozmiaru
 */

#changingroom_contactform {
    display: none;
    padding: 15px;
}

#changingroom_contactform p {
    margin-bottom: 5px;
}

#changingroom_contactform .email input {
    border: 1px solid #999;
    padding: 5px 15px;
    width: 100%;
}

#changingroom_contactform .email {
    margin-bottom: 15px;
}

#changingroom_contactform .txt textarea {
    padding: 10px 15px;
    height: 60px;
    margin-bottom: 15px;
    width: 100%;
}

#changingroom_contactform #changingroom_sizesinfo {
    display: none;
}

#changingroom_contactform input.wpcf7-form-control.wpcf7-submit {
    margin: 0 auto;
    display: block;
    padding: 10px 35px;
    color: white;
    background: #be9b64;
    border: none;
    font-size: 18px;
}

#calc_sizes {
    position: fixed;
    left: 0;
    bottom: 0;
    right: 0;
    background: transparent;
}

#calc_sizes button {
    background: #be9b64;
    color: #fff;
    border-radius: 0px;
    padding: 10px 20px;
    float: unset;
    margin-top: 0px;
    outline: none;
    border: 1px solid #be9b64;
    font-size: 16px;
    font-weight: 400;
    cursor: pointer;
    display: block;
    width: 100%;
    position: relative;
    opacity: 0.6;
}

#calc_sizes button:hover {
    cursor: not-allowed;
}

#calc_sizes button.ready_to_calculate {
    opacity: 1;
}

#calc_sizes button.ready_to_calculate:hover {
    cursor: pointer;
    background: white;
    color: #be9b64;
}

#size_summary button.show_fitted_beachwear {
    padding: 10px 20px;
    background: #be9b64;
    color: white;
    border: 1px solid #be9b64;
    width: 100%;
    display: block;
    cursor: pointer;
    font-size: 16px;
    margin-top: 15px;
}

#size_summary button.show_fitted_beachwear:hover {
    background: white;
    color: #be9b64;
}


/**
 * Stylowanie informacji o podaniu/niepodaniu rozmiarów, gdy w sekcji "Podsumowania zamówienia"
 */

div#changing_room_checkout_field {
    display: none;
}


/**
* Stylowanie sekcji z wymiarami klientek na stronie produktu.
*/

p#brafitting_tip {
    background: white;
    padding: 15px;
    color: #333333;
}

p#brafitting_tip table {
    table-layout: fixed;
    width: 100%;
    border-collapse: collapse;
    border: 1px solid #333333;
}

.woocommerce div.product form.cart p#brafitting_tip table td {
    padding: 0.4375em;
}

p#brafitting_tip table thead th,
p#brafitting_tip table thead td,
p#brafitting_tip table tbody td {
    text-align: center;
    border-color: #b5b5b5;
    border-width: 1px;
    border-style: solid;
}

p#brafitting_tip thead th:nth-child(1) {
    width: 2em;
}

p#brafitting_tip thead th:nth-child(3) {
    width: 100px;
}

p#brafitting_tip a {
    font-weight: 600;
    text-decoration: underline;
    color: #337ab7;
}

@media (min-width: 992px) {
    p#brafitting_tip {
        background-color: whitesmoke;
    }
}

@media (min-width: 992px) and (max-width: 1190px) {
    p#brafitting_tip {
        overflow-x: auto;
    }
    p#brafitting_tip table {
        table-layout: auto;
    }
}

#gwarancja_dopasowania {
    padding: 15px;
    background: whitesmoke;
    margin-top: 95px;
}

#gwarancja_dopasowania h4 {
    margin: 0px 0px 20px 0px;
}

#gwarancja_dopasowania p {
    margin-bottom: 0px;
}


/*#gwarancja_dopasowania a {
    float: none;
    text-align: center;
    left: 50%;
    transform: translateX(-50%);
    margin-top: 10px;
}*/


/* RC */

.left-box,
.right-box {
    height: 100vh;
}

footer.shapes_descriptions p {
    color: #000;
}

footer.shapes_descriptions span {
    color: #000;
    font-size: 18px;
    display: block;
    font-weight: bold;
    margin-bottom: 10px;
    text-align: center;
}

a#complete_shape_choice {
    background: #be9b64;
    color: #fff;
    padding: 10px 20px;
    margin: 0px;
    border: 1px solid #be9b64;
    font-size: 14px;
    font-weight: 400;
    cursor: pointer;
    display: block;
    position: relative;
    width: 100%;
    text-align: center;
    transition: all .10s ease-in-out;
}

a#complete_shape_choice:hover {
    background: white;
    color: #be9b64;
}

.new {
    background: #be9b64;
    color: #fff;
    border-radius: 50px;
    padding: 2px 20px;
    float: left;
    margin-top: 0px;
    outline: none;
    border: none;
    font-size: 14px;
    font-weight: 400;
    cursor: pointer;
}

@media screen and (max-width: 1100px) {
    a#complete_shape_choice {
        width: 95%;
        text-align: center;
        margin-left: 5px;
    }
}

.new.white {
    color: #be9b64;
    background: #fff;
    border-radius: 50px;
    border: 1px solid #be9b64;
    margin-left: 22px;
}

.left-box {
    background: url('../assets/chaning-bg.png') no-repeat;
    background-position: -33px 80%;
}

#instructional_tips p {
    color: #000;
}


/**
* Przysłona
*/

.fitter_underlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgb(0, 0, 0, 0.44);
    z-index: 10009;
    visibility: hidden;
    opacity: 0;
    transition: opacity .35s ease-in-out;
}

.fitter_underlay:hover {
    cursor: pointer;
}

body.fitterOpened .fitter_underlay {
    visibility: visible;
    opacity: 1;
}