/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */


 /****************************************************/
 /******            Lentes de Óculos            ******/
 /****************************************************/

/************ Botão na página produto ************/
 .wco-customize-button {
    background-color: #7761DF !important;
    color: #fff !important;
    margin-bottom: 10px;
 }

 .wco-customize-button:hover {
    background-color: #6A35DD !important;
 }

 .wco-customize-button+.added_to_cart {
    display: none;
}

/*********************************************/
/***** Wrapper de customização de lentes *****/
/*********************************************/

 .wco-glasses-lenses-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #eee;
    z-index: 9999999999;
    overflow-y: scroll;
    overflow-x: hidden;
    display: none;
 }

 .wco-glasses-lenses-wrapper .fa {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
 }

/***** header *****/
 .wco-glasses-lenses-header {
    display: block;
    text-align: center;
    background-color: #1b1b1b;
 }

 .wco-glasses-lenses-header .wco-title {
    max-width: 1160px;
    margin: 0 auto;
    padding: 20px 20px 0 20px;
    text-align: justify;
 }

 .wco-glasses-lenses-header .wco-title::after {
    width: 100%;
    height: 0;
    margin: 0;
    display: inline-block;
    overflow: hidden;
    content: '';
 }


.wco-glasses-lenses-header .wco-title .wco-title-button-group,
.wco-glasses-lenses-footer .wco-footer-wrapper .wco-footer-button-group {
    line-height: 1;
    width: 250px;
 }

.wco-glasses-lenses-header .wco-title .wco-title-button-group, 
.wco-glasses-lenses-header .wco-title img {
    display: inline-block;
    vertical-align: middle;
}

.wco-title-button-group a {
    color: #fff;
    display: none;
}

.wco-title-button-group a:first-child {
    margin-right: 20px;
}

.wco-glasses-lenses-header .wco-title img {
    width: auto;
    height: 60px;
}

.wco-glasses-lenses-header .wco-title .wco-close-button {
    display: inline-block;
    vertical-align: middle;
    font-size: 30px;
    line-height: 1;
    text-align: right;
    width: 250px;
    cursor: pointer;
    color: #fff;
}


/***** Steps de customização *****/
.wco-tab-title {
    display: none;
    font-size: 22px;
    color: #1b1b1b;
    text-align: center;
    margin-bottom: 20px;
    font-weight: bold;
}

.wco-glasses-lenses-steps {
    max-width: 1200px;
    padding: 0 20px 0px 20px;
    margin: 40px auto 0px auto;
}

.wco-steps-component {
    display: block;
    font-size: 0;
}

.wco-steps-component .wco-steps {
    position: relative;
    display: inline-block;
    width: calc(100% / 4);
    text-align: center;
    font-size: 16px;
    vertical-align: top;
}

.wco-steps-component .wco-steps:not(:first-child)::after {
    content: '';
    display: block;
    border-top: 2px dashed #AAD0EB;
    border-bottom: 2px dashed #fff;
    width: calc(100% - 60px);
    position: absolute;
    right: calc(50% + 30px);
    top: 20px;
}

.wco-steps-component .wco-steps.active .wco-steps-button {
    background-color: #AAD0EB;
}

.wco-steps-component .wco-steps .wco-steps-button {
    display: inline-block;
    margin: 0;
    text-align: center;
    width: 40px;
    height: 40px;
    background-color: #bbb;
    color: #fff;
    font-size: 16px;
    border-radius: 50%;
    outline: 0;
    cursor: default;
    padding: 0;
}

.wco-steps-component .wco-steps .wco-steps-button[disabled] {
    cursor: not-allowed;
}

.wco-steps-component .wco-steps .wco-steps-button.allow-click {
    cursor: pointer;
}

.wco-steps-component .wco-steps p {
    margin: 9px 0 0;
    color: #1b1b1b;
    line-height: 1;
    display: block;
    font-weight: bold;
}

.wco-steps-component .wco-steps {
    text-align: center;
    font-size: 16px;
}

.wco-steps-component .wco-steps .choice.active {
    display: block;
}

.wco-steps-component .wco-steps .choice {
    color: #9ABCD5;
    margin-top: 15px;
    display: none;
    text-transform: capitalize;
}




/***** Opções de customização *****/
.wco-options-content.active {
    display: block;
    -webkit-animation: display-down-to-top .5s ease;
    -o-animation: display-down-to-top .5s ease;
    animation: display-down-to-top .5s ease;
}

.wco-options-content {
    line-height: 1;
    max-width: 100%;
    margin: 0px auto 100px auto;
    padding: 50px 20px;
}

.wco-options {
    display: none;
}

.wco-options.current {
    display: block;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}

.wco-options.step-1,
.wco-options.step-4 {
    max-width: 1200px;
    margin: 0 auto;
    text-align: justify;
    padding: 0;
}

.wco-options,
.wco-options.step-2 {
    line-height: 1;
    -webkit-animation: display-down-to-top .5s ease;
    -o-animation: display-down-to-top .5s ease;
    animation: display-down-to-top .5s ease;
}

.wco-options.step-2 {
    max-width: 1200px;
    width: 58%;
    margin: 0 auto;
}

.wco-options.step-1::after,
.wco-options.step-4::after, 
.wco-options.step-2 .main-options::after {
    width: 100%;
    height: 0;
    margin: 0;
    display: inline-block;
    overflow: hidden;
    content: '';
}

.wco-options.step-1 .options.unavailable,
.wco-options.step-3 .options.unavailable,
.wco-options.step-4 .options.unavailable{ 
    cursor: not-allowed;
    opacity: 0.3;
}

.wco-options.step-1 .options.selected, 
.wco-options.step-1 .options:not(.unavailable):hover,
.wco-options.step-2 .options.selected, 
.wco-options.step-2 .options:not(.unavailable):hover,
.wco-options.step-4 .options.selected, 
.wco-options.step-4 .options:not(.unavailable):hover {
    border-color: #AAD0EB;
    -webkit-box-shadow: 0 15px 15px 0 rgba(1,1,1,.1);
    -moz-box-shadow: 0 15px 15px 0 rgba(1,1,1,.1);
    box-shadow: 0 15px 15px 0 rgba(1,1,1,.1);
}

.wco-options.step-1 .options:nth-child(2n+4), 
.wco-options.step-1 .options:nth-child(2n+5),
.wco-options.step-1 .options:nth-child(2n+6),
.wco-options.step-4 .options:nth-child(2n+4), 
.wco-options.step-4 .options:nth-child(2n+5),
.wco-options.step-4 .options:nth-child(2n+6) {
    margin-top: 30px;
}

.wco-options.step-2 .options:nth-child(2n+3), 
.wco-options.step-2 .options:nth-child(2n+4) {
    margin-top: 30px;
}


.wco-options.step-4 .options:nth-child(2n+1),
.wco-options.step-4 .options:nth-child(2n+2),
.wco-options.step-4 .options:nth-child(2n+4),
.wco-options.step-4 .options:nth-child(2n+5) {
    margin-right: 1.5%;
}

.wco-options.step-1 .options,
.wco-options.step-2 .options,
.wco-options.step-4 .options {
    min-height: 140px;
    padding: 20px 0;
    display: inline-block;
    background: #fff;
    border-radius: 3px;
    text-align: center;
    border: solid 1px transparent;
    cursor: pointer;
    vertical-align: top;
    position: relative;
    -webkit-transition: all ease-in-out .3s;
    -moz-transition: all ease-in-out .3s;
    -ms-transition: all ease-in-out .3s;
    -o-transition: all ease-in-out .3s;
    transition: all ease-in-out .3s;
}

.wco-options.step-4 .options {
    height: 180px;
}

.wco-options.step-4 .options#coloracao_gamer {
    width: calc(100% - 17px);
}

.wco-options.step-1 .options,
.wco-options.step-4 .options {
    width: calc(33% - 17px);
}

.wco-options.step-2 .options {
    width: calc(50% - 33px);
    margin: 0 15px;
}


.wco-options.step-1 .options h4,
.wco-options.step-2 .options h4,
.wco-options.step-4 .options h4 {
    font-size: 22px;
    text-transform: none;
    color: #1b1b1b;
    margin: 0 auto 15px auto;
    max-width: 80%;
}

.wco-options .options .option-box-price {
    color: #AAD0EB;
    margin-top: 10px;
    font-weight: bold
}

.wco-options .options .option-box-price span {
    font-size: 24px;
    margin-left: 3px;
}

.wco-options .options .option-description {
    padding: 0 50px;
    color: #4f4f4f;
    margin-top: 20px;
    line-height: 1.4;
    font-size: 14px;
    font-weight: bold;
}

/***** Upload File Option, User Prescription && Login Account Prescription *****/
.wco-options-content .sub-content {
    display: none;
    -webkit-animation: display-down-to-top .5s ease;
    -o-animation: display-down-to-top .5s ease;
    animation: display-down-to-top .5s ease;
    margin: 0 auto;
    background: #fff;
}

.wco-options-content .sub-content.active {
    display: block;
}

.wco-options-content .sub-content.upload,
.wco-options-content .sub-content.account {
    margin: 0 auto;
    padding: 30px 35px;
    width: 60%;
}

.wco-options-content .sub-content.upload .sub-content-title,
.wco-options-content .sub-content.manually .sub-content-title,
.wco-options-content .sub-content.account .sub-content-title {
    text-align: center;
    margin: 0 auto 30px auto;
}

.wco-options-content .sub-content.upload .sub-content-title::after,
.wco-options-content .sub-content.manually .sub-content-title::after,
.wco-options-content .sub-content.account .sub-content-title::after {
    width: 100%;
    height: 0;
    margin: 0;
    overflow: hidden;
    content: '';
    vertical-align: middle;
    clear: both;
}

.wco-options-content .sub-content.upload .sub-content-title .sub-content-title-back,
.wco-options-content .sub-content.manually .sub-content-title .sub-content-title-back,
.wco-options-content .sub-content.account .sub-content-title .sub-content-title-back {
    float: left;
    line-height: 21px;
    cursor: pointer;
}

.wco-options-content .sub-content.upload .sub-content-title h4,
.wco-options-content .sub-content.manually .sub-content-title h4,
.wco-options-content .sub-content.account .sub-content-title h4 {
    display: inline-block;
    font-size: 21px;
    max-width: 60%;
    margin-bottom: 0px;
}


.wco-options-content .sub-content.upload .upload-content-wrapper .upload-body,
.wco-options-content .sub-content.manually .manually-content-wrapper .manually-body,
.wco-options-content .sub-content.account .account-login-content-wrapper .account-login-body {
    text-align: center;
}

.wco-options-content .sub-content.upload .upload-content-wrapper .upload-list {
    border: 1px dashed #dcdcdc;
    background: #f5f5f5;
}

.wco-options-content .sub-content.upload .upload-content-wrapper .upload-list .col {
    padding: 15px;
}

.wco-options-content .sub-content.upload .upload-content-wrapper .upload-list .webuploader {
    margin: 15px;
    padding: 15px;
    background-color: #fff;
    border: 2px solid #AAD0EB;
}

.wco-options-content .sub-content.upload .upload-content-wrapper .upload-list .webuploader img {
   display: block;
    margin: 0 auto; 
}

.wco-options-content .sub-content.upload .upload-content-wrapper .upload-list .webuploader .tab-info {
   display: block;
    margin: 36px 0 5px; 
}

.wco-options-content .sub-content.upload .upload-content-wrapper .upload-list .upload-limit {
    font-style: italic;
    color: #4f4f4f;
    display: block;
    margin-bottom: 20px;
}

.wco-options-content .sub-content.upload .upload-content-wrapper .upload-right-panel {
    font-size: 14px;
    color: #4f4f4f;
}

.wco-options-content .sub-content.upload .upload-content-wrapper .upload-info .state.waiting-upload {
    color: #4f4f4f;
}

.wco-options-content .sub-content.upload .upload-content-wrapper .upload-info .state {
    display: none;
}

.wco-options-content .sub-content.upload .upload-content-wrapper .upload-info .state.active {
    display: block;
}

.wco-options-content .sub-content.upload .upload-content-wrapper p {
    line-height: 18px;
    margin-bottom: 0px;
}

.wco-options-content .sub-content.upload .upload-content-wrapper .upload-right-panel .additional-information {
    margin: 15px;
}

.wco-options-content .sub-content.upload .upload-content-wrapper .upload-right-panel .additional-information textarea {
    font-style: italic;
    outline: 0;
    background-color: #fff;
    border: 2px solid #AAD0EB;
    padding-top: 18px;
}

.wco-options-content .sub-content.upload button,
.wco-options-content .sub-content.manually button,
.wco-options-content .sub-content.account button {
    background-color: #AAD0EB;
    color: #fff;
    border: 2px solid #AAD0EB;
}

.wco-options-content .sub-content.upload button:hover,
.wco-options-content .sub-content.manually button:hover,
.wco-options-content .sub-content.account button:hover {
    box-shadow: inset 0 0 200px rgba(0,0,0,.1);
    border: 2px solid #AAD0EB;
}




/***** Insert Manually Option && User Account Prescription*****/
.wco-options-content .sub-content.manually{
    margin: 0 auto;
    padding: 30px 35px;
    width: 70%;
}

.wco-options-content .sub-content.manually .help {
    float: right;
    line-height: 21px;
    cursor: pointer;
}

.wco-options-content .sub-content.manually .form-control {
    font-size: 13px !important;
}

.wco-options-content .sub-content.manually .form-group.olhos .textOE,
.wco-options-content .sub-content.manually .form-group.olhos .textOD {
    height: calc(1.5em + .75rem + 2px);
    display: inline-block;
    padding-top: 12px;
}

.wco-options-content .sub-content.manually .form-group.olhos .label-oe,
.wco-options-content .sub-content.manually .form-group.col-sph .sphOE,
.wco-options-content .sub-content.manually .form-group.col-cyl .cylOE,
.wco-options-content .sub-content.manually .form-group.col-axis .axisOE,
.wco-options-content .sub-content.manually .form-group.col-add .addOE,
.wco-options-content .sub-content.manually .form-group.col-dp .dpOE,
.wco-options-content .sub-content.manually .form-group.col-perto-pd .dp_pertoOE {
    margin-top: 15px;
}

.wco-options-content .sub-content.manually .form-group.col-dp .dp_OE,
.wco-options-content .sub-content.manually .form-group.col-dp .dp_OD,
.wco-options-content .sub-content.manually .form-group.col-perto-pd .dp_perto_OE,
.wco-options-content .sub-content.manually .form-group.col-perto-pd .dp_perto_OD {
    height: 34px;
}

.wco-options-content .sub-content.manually .form-group.col-dp .dp_both {
    height: calc(1.5em + .75rem + 53px);
}

.wco-options-content .sub-content.manually .form-group.col-dp .dpBoth {
    display: none;
}

.wco-options-content .sub-content.manually .form-group.col-dp .dpBoth-button {
    font-size: 10px;
    font-style: italic;
    text-decoration: underline;
    color: #7761DF;
}

.wco-options-content .sub-content.manually .form-group.col-dp .dpBoth-button:hover {
    color: #AAD0EB;
    cursor: pointer;
}

.wco-options-content .sub-content.manually .help-row {
    display: none;
    border: 2px dashed #aad0eb;
    margin-bottom: 20px;
}

.wco-options-content .sub-content.manually .help-row div,
.wco-options-content .sub-content.manually .help-row div p {
    padding: 15px;
}

.wco-options-content .sub-content.manually .help-row div p {
    min-height: 140px;
    line-height: 18px;
    margin-bottom: 0px;
}

.wco-options-content .sub-content.manually .help-row .help-col-1 p {
    background-color: #7761df;
}

.wco-options-content .sub-content.manually .help-row .help-col-2 p {
    background-color: #aad0eb;
}

.wco-options-content .sub-content.manually .help-row .help-col-3 p {
    background-color: #25d366;
}

.wco-options-content .sub-content.manually .help-row .help-col-4 p {
    background-color: #c5c5c5;
}

.wco-options-content .sub-content.manually .help-row .help-col-1 p,
.wco-options-content .sub-content.manually .help-row .help-col-3 p{
    color: #fff;
}

.wco-options-content .sub-content.manually .help-row .help-col-2 p,
.wco-options-content .sub-content.manually .help-row .help-col-4 p{
    color: #4f4f4f;
}

.wco-options-content .sub-content.manually .manually-info-text {
    text-align: left;
}

.wco-options-content .sub-content.manually .manually-additional-information textarea {
    min-height: 60px;
}

.wco-options-content .sub-content.manually .manually-additional-information textarea::placeholder {
    color: #4f4f4f;
}

.wco-options-content .sub-content.manually .col-manually-button {
    margin-bottom: 0;
    margin-top: 25px;
}



/***** Upload File Option, User Prescription && Login Account Prescription *****/
.wco-options-content .sub-content.account .account-login-content-wrapper .account-login-list {
    width: 50%;
    margin-left: auto;
    margin-right: auto;
    padding: 15px;
    background-color: #f5f5f5;
    border: 2px solid #AAD0EB;
}



.wco-options-content .sub-content.account .account-login-content-wrapper .account-login-list label {
    font-weight: bold;
}

.wco-options-content .sub-content.account .account-login-content-wrapper .account-login-list input {
    background-color: #fff;
    margin-bottom: 25px;
}

.wco-options-content .sub-content.account .account-login-content-wrapper .account-login-list .logged-load {
    padding: 20px;
    font-size: 15px;
    line-height: 20px;
}

.wco-options-content .sub-content.account .account-login-content-wrapper .account-login-list .login-error {
    display: none;
}


/***** Opções de customização STEP 3 - Carousel *****/

.wco-options.step-3 .top-options.active {
    display: block;
}

.wco-options.step-3 .top-options {
    text-align: center;
    margin-bottom: 40px;
}

.wco-options.step-3 .top-options li.active::after {
    border-top-color: #AAD0EB;
}

.wco-options.step-3 .top-options li::after {
    content: "";
    position: absolute;
    border: 7px solid transparent;
    border-top-color: transparent;
    top: 100%;
    left: calc(50% - 7px);
}

.wco-options.step-3 .top-options li.active {
    background-color: #AAD0EB;
    -webkit-box-shadow: 0 1px 2px 0 rgba(1,2,2,.1);
    -moz-box-shadow: 0 1px 2px 0 rgba(1,2,2,.1);
    box-shadow: 0 1px 2px 0 rgba(1,2,2,.1);
}

.wco-options.step-3 .top-options li {
    display: inline-block;
    position: relative;
    min-width: 233px;
    padding: 12px 10px;
    background-color: #c5c5c5;
    -webkit-box-shadow: inset 1.5px 2.598px 3px 0 rgba(1,2,2,.1);
    -moz-box-shadow: inset 1.5px 2.598px 3px 0 rgba(1,2,2,.1);
    box-shadow: inset 1.5px 2.598px 3px 0 rgba(1,2,2,.1);
    border-radius: 3px;
    color: #fff;
    font-size: 20px;
    cursor: pointer;
    font-weight: bold;
}

.wco-options.step-3 .top-options li:last-child {
    margin-left: 10px;
}

.wco-options.step-3 .top-options-item {
    text-transform: capitalize;
}

/*.wco-options.step-3 .row.carousel > div:not(:first-child) {
    display: none;
}*/

.wco-options.step-3 .MultiCarousel { 
    float: left; 
    overflow: hidden; 
    padding: 15px; 
    width: 100%; 
    position:relative; 
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.wco-options.step-3 .MultiCarousel .MultiCarousel-inner { 
    transition: 1s ease all; 
    float: left; 
    display: -webkit-flex; /* Safari */     
    display: flex; /* Standard syntax */
    flex-direction: row;
}

.wco-options.step-3 .MultiCarousel .MultiCarousel-inner .item {
    float: left;
    flex-direction: column;
}

.wco-options.step-3 .MultiCarousel .MultiCarousel-inner .item.unavailable{ 
    cursor: not-allowed;
    opacity: 0.3;
}

.wco-options.step-3 .MultiCarousel .MultiCarousel-inner .item.recomendado .item-wrapper {
    position: relative;
}

.wco-options.step-3 .MultiCarousel .MultiCarousel-inner .item.recomendado .item-wrapper::before,
.wco-options.step-3 .MultiCarousel .MultiCarousel-inner .item.recomendado .item-wrapper::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    border-color: transparent;
    border-style: solid;
}

.wco-options.step-3 .MultiCarousel .MultiCarousel-inner .item.recomendado .item-wrapper::before {
    border-width: 2em;
    border-right-color: #AAD0EB;
    border-top-color: #AAD0EB;
}

.wco-options.step-3 .MultiCarousel .MultiCarousel-inner .item.recomendado .item-wrapper::after {
    content: "★";
    position: absolute;
    top: 1%;
    right: 2%;
    color: #fff;
}


.wco-options.step-3 .MultiCarousel .MultiCarousel-inner .item > div { 
    text-align: center; 
    padding:10px; 
    margin:10px;
    background:#fff; 
    color:#666;
    flex-direction: column;
    display: flex;
    height: 100%;
}

.wco-options.step-3 .MultiCarousel .MultiCarousel-inner .item > div:hover {
    border: solid 1px #AAD0EB;
    -webkit-box-shadow: 0 15px 30px 0 rgba(0,0,0,.08);
    -moz-box-shadow: 0 15px 30px 0 rgba(0,0,0,.08);
    box-shadow: 0 15px 30px 0 rgba(0,0,0,.08);
}

.wco-options.step-3 .MultiCarousel .MultiCarousel-inner .item.recomendado > div {
    border: solid 2px #AAD0EB;
}

.wco-options.step-3 .MultiCarousel .leftLst, 
.wco-options.step-3 .MultiCarousel .rightLst { 
    position:absolute; 
    border-radius:50%;
    top:calc(50% - 20px); 
    border: 2px solid #AAD0EB;
    background-color: transparent;
}

.wco-options.step-3 .MultiCarousel .leftLst:hover, 
.wco-options.step-3 .MultiCarousel .rightLst:hover {
    background-color: #AAD0EB;
    border-color: #AAD0EB;
    color: #fff;
}

.wco-options.step-3 .MultiCarousel .leftLst:active, 
.wco-options.step-3 .MultiCarousel .rightLst:active {
    border: 2px solid #AAD0EB !important;
    background-color: transparent !important;
}

.wco-options.step-3 .MultiCarousel .leftLst:focus, 
.wco-options.step-3 .MultiCarousel .rightLst:focus {
    box-shadow: none !important;
}

.wco-options.step-3 .MultiCarousel .leftLst { 
    left:0; 
}

.wco-options.step-3 .MultiCarousel .rightLst { 
    right:0; 
}
    
.wco-options.step-3 .MultiCarousel .leftLst.over, 
.wco-options.step-3 .MultiCarousel .rightLst.over { 
    pointer-events: none; 
    background:transparent; 
}

.wco-options.step-3 .MultiCarousel .item .step3-item-title {
    font-size: 21px;
    line-height: 2.5;
    color: #1b1b1b;
    max-width: 80%;
    margin: 0 auto;
}

.wco-options.step-3 .MultiCarousel .item .tag {
    font-weight: bold;
    font-size: 20px;
    font-style: italic;
    text-shadow: 0px 0px 1px #0E89E1;
    color: #222;
}

.wco-options.step-3 .MultiCarousel .item.recomendado .step3-item-title {
    margin-left: 70px;
}

.wco-options.step-3 .MultiCarousel .item .step3-item-description {
    font-size: 14px;
    color: #4f4f4f;
    margin: 20% auto 18px auto;
}

.wco-options.step-3 .MultiCarousel .item .step3-item-description.rec-description {
    font-weight: 700;
    color: #AAD0EB;
    font-size: 16px;
    margin-top: 5%;
}

.wco-options.step-3 .MultiCarousel .item .step3-item-price {
    font-size: 21px;
    color: #AAD0EB;
    text-transform: uppercase;
    margin: 15px 0;
}

.wco-options.step-3 .MultiCarousel .item .step3-item-price .step3-item-origin-price {
    font-size: 16px;
    color: #4f4f4f;
    text-decoration: line-through;
}

.wco-options.step-3 .MultiCarousel .step3-item-details {
    text-align: center;
    max-width: calc(100% - 70px);
    margin: 0 auto;
    font-size: 14px;
    color: #4f4f4f;
}

.wco-options.step-3 .MultiCarousel .step3-item-details .details,
.wco-options.step-3 .MultiCarousel .step3-item-description {
    text-align: left;
    line-height: 1.5;
    display: flex;
}

.wco-options.step-3 .MultiCarousel .step3-item-details .details.with-details::before {
    content: "";
    display: inline-block;
    width: 9px;
    height: 5px;
    transform: rotate(-45deg);
    border-left: solid 2px #AAD0EB;
    border-bottom: solid 2px #AAD0EB;
    margin-right: 10px;
}

.wco-options.step-3 .MultiCarousel .step3-item-details .details.without-details::before {
    content: "×";
    color: #ec1d25;
    font-size: 16px;
    margin-right: 10px;
    display: inline-block;
    vertical-align: middle;
}


.wco-options.step-3 .MultiCarousel .qa {
    vertical-align: middle;
    display: inline-block;
    position: relative;
}

.wco-options.step-3 .MultiCarousel .qa a {
    display: block;
    width: 14px;
    height: 14px;
    font-size: 10px;
    font-style: normal;
    text-align: center;
    vertical-align: middle;
    border-radius: 50%;
    border: solid 1px #4f4f4f;
    color: #4f4f4f;
    background: #fff;
    line-height: 14px;
    transform: scale(.75);
}

.wco-options.step-3 .MultiCarousel .qa a:hover {
    background-color: #AAD0EB;
    color: #1b1b1b;
}


.wco-options.step-3 .MultiCarousel .qa .hover-info {
    display: none;
    position: absolute;
    color: #434343;
    font: 12px latoregular;
    line-height: normal;
    line-height: 1.5;
    border: solid 1px #c9c9c9;
    background-color: #fefefe;
    width: 200px;
    padding: 10px;
    top: 23px;
    right: -97px;
    -webkit-box-shadow: 3px 3px 0 0 rgba(204,204,204,.4);
    -moz-box-shadow: 3px 3px 0 0 rgba(204,204,204,.4);
    box-shadow: 3px 3px 0 0 rgba(204,204,204,.4);
    text-align: left;
    z-index: 999;
    max-height: 100px;
    cursor: default;
}

.wco-options.step-3 .MultiCarousel .hover-info::after {
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    transform: rotate(45deg);
    border-left: solid 1px #c9c9c9;
    border-top: solid 1px #c9c9c9;
    background: #fefefe;
    position: absolute;
    top: -6px;
    left: 50%;
    border-left: none;
    border-top: none;
}

/***** Opções de customização STEP 4 *****/
.suplementos-options-content {
    display: none;
    margin: 30px auto;
    font-size: 16px;
    max-width: 1200px;
    text-align: center;
}

.suplementos-options-content .explanation {
    margin: 30px 15% 20px 15%;
    line-height: 1.5em;
    color: #4f4f4f;
    font-size: 18px;
}

.suplementos-options-content img[alt="blueprotect"] {
    box-shadow: 4px 4px 4px 1px rgba(1,1,1,0.2);
}

.suplementos-options-content .suplementos-options-pic.active {
    display: block;
}

.suplementos-options-content .suplementos-options-pic {
    display: none;
    margin: 0 auto;
}

.suplementos-options-content .color-select {
    font-size: 16px;
    color: #4f4f4f;
    margin-top: 15px;
}

.suplementos-options-content.coloracao p,
.suplementos-options-content .color-select p {
    color: red;
    font-weight: bold; 
}

.suplementos-options-content.coloracao p span,
.suplementos-options-content .color-select p span {
    color: #4f4f4f;
    font-weight: normal; 
}

.suplementos-options-content .color-select .color-selector li,
.suplementos-options-content .suplementos-sub-options ul li {
    display: inline-block;
    padding: 7px 6px;
    border-radius: 15%;
    cursor: pointer;
    margin: 5px 3px;
}

.color-select .color-selector li.selected,
.suplementos-sub-options-item.selected {
    border: solid 2px #848282;
    background: #7761DF;
}

.suplementos-options-content .suplementos-sub-options.gradient-options,
.suplementos-options-content .suplementos-sub-options.full-options {
    display: inline-block;
    padding: 0 30px;
}

.suplementos-options-content .suplementos-sub-options p {
    font-size: 18px;
    color: #4f4f4f;
    font-weight: bold;
}

.suplementos-options-content .suplementos-sub-options.transparency-options .transparency-options-title {
    margin: 30px 0 10px 0;
    font-size: 18px;
    color: #4f4f4f;
    font-weight: bold;
}

.suplementos-options-content .suplementos-sub-options.transparency-options ul li.transparency-options-item {
    line-height: 18px;
    color: #1b1b1b;
}

.suplementos-options-content .suplementos-sub-options.transparency-options ul li.transparency-options-item::before {
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    border: solid 1px #c5c5c5;
    border-radius: 50%;
    vertical-align: top;
    margin-right: 10px;
}

.suplementos-options-content .suplementos-sub-options.transparency-options ul li.transparency-options-item.selected::before {
    border: solid 5px #7761DF;
    width: 15px;
    height: 15px;
}

/***** footer *****/
.wco-glasses-lenses-footer {
    display: block;
    position: fixed;
    bottom: 0;
    width: 100%;
    background: #fff;
    color: #4f4f4f;
    -webkit-box-shadow: 0 -5px 10px 0 rgba(1,2,2,.05);
    -moz-box-shadow: 0 -5px 10px 0 rgba(1,2,2,.05);
    box-shadow: 0 -5px 10px 0 rgba(1,2,2,.05);
    z-index: 999;
}

.wco-footer-wrapper {
    max-width: 1200px;
    height: 80px;
    padding: 0 20px;
    margin: 0 auto;
    text-align: justify;
    position: relative;
}

.wco-footer-wrapper::after {
    width: 100%;
    height: 0;
    margin: 0;
    display: inline-block;
    overflow: hidden;
    content: '';
}

.wco-glasses-lenses-footer .wco-footer-wrapper .wco-footer-button-group {
    display: inline-block;
    position: absolute;
    top: 30px;
    left: 12px;
}

.wco-footer-button-group a {
    color: #1b1b1b;
    display: none;
}

.wco-footer-wrapper .price-total {
    font-size: 18px;
    line-height: 74px;
    display: inline-block;
    float: right;
}

.wco-footer-wrapper .price-total .price-total-content {
    display: inline-block;
}

.wco-footer-wrapper .price-total .price-total-content .subtotal-price {
    font-weight: bold;
}

.wco-footer-wrapper .price-total .footer-cart-btn {
    margin-left: 30px;
    background-color: #7761DF !important;
    color: #fff;
}

.wco-footer-wrapper .price-total .footer-cart-btn:hover {
    background-color: #AAD0EB !important;
}


/***** Woocommerce Checkout *****/

.woocommerce-checkout .form-row {
    display: block !important;
}

.woocommerce-cart-form__cart-item .product-name .variation {
    margin-top: 15px;
}

.woocommerce-cart-form__cart-item td.product-name {
    font-weight: bold;
}

.woocommerce-cart-form__cart-item .product-name .variation .item-variation-name {
    color: #9BBED6;
}



@media only screen and (min-width: 769px) and (max-width: 991px){

    .wco-options-content .sub-content.upload,
    .wco-options-content .sub-content.account,
    .wco-options-content .sub-content.manually {
        padding: 30px 20px;
        width: 100%;
    }
    

    /***** Opções de customização STEP 3 - Carousel*****/


}


@media only screen and (min-width: 361px) and (max-width: 768px){
    .wco-tab-title {
        display: block;
    }

    .wco-steps-component .wco-steps p {
        display: none;
    }

    .wco-options.step-1 .options,
    .wco-options.step-2 .options,
    .wco-options.step-4 .options {
        width: calc(100%) !important;
        min-height: 140px;
        padding: 20px 0;
        display: inline-block;
        background: #fff;
        border-radius: 3px;
        text-align: center;
        border: solid 1px transparent;
        cursor: pointer;
        vertical-align: top;
        position: relative;
        -webkit-transition: all ease-in-out .3s;
        -moz-transition: all ease-in-out .3s;
        -ms-transition: all ease-in-out .3s;
        -o-transition: all ease-in-out .3s;
        transition: all ease-in-out .3s;
    }

    .wco-options-content {
        padding: 0 30px 80px 30px;
    }

    .wco-options.step-1 .options:not(:first-child),
    .wco-options.step-2 .options:not(:first-child),
    .wco-options.step-4 .options:not(:first-child) {
    margin-top: 20px;
    }

    .wco-steps-component .wco-steps p {
        margin: 10px 2px 10px;
        font-size: 12px;
    }

    .wco-options-content .sub-content.upload,
    .wco-options-content .sub-content.account,
    .wco-options-content .sub-content.manually {
        padding: 30px 20px;
        width: 100%;
    }

    .form-group {
        min-width: 150px !important;
    }

    .wco-options-content .sub-content.manually .sub-content-title .sub-content-title-back,
    .wco-options-content .sub-content.account .sub-content-title .sub-content-title-back {
        width: 100%;
    }

    .wco-options-content .sub-content.manually .sub-content-title h4,
    .wco-options-content .sub-content.account .sub-content-title h4 {
        max-width: 100%;
        margin-top: 15px;
        margin-bottom: 15px;
        width: 100%;
    }

    .wco-options-content .sub-content.manually .help {
        width: 100%;
    }

    .wco-options-content .sub-content.account .account-login-content-wrapper .account-login-list {
        width: 100%;
    }

    /***** Opções de customização STEP 3 - Carousel*****/

    .wco-options.step-3 .top-options li {
        margin-top: 30px;
    }


}


@media only screen and (max-width: 360px){
    .wco-tab-title {
        display: block;
    }

    .wco-steps-component .wco-steps p {
        display: none;
    }

    .wco-options.step-1 .options,
    .wco-options.step-2 .options,
    .wco-options.step-4 .options {
        width: calc(100%) !important;
        min-height: 140px;
        padding: 20px 0;
        display: inline-block;
        background: #fff;
        border-radius: 3px;
        text-align: center;
        border: solid 1px transparent;
        cursor: pointer;
        vertical-align: top;
        position: relative;
        -webkit-transition: all ease-in-out .3s;
        -moz-transition: all ease-in-out .3s;
        -ms-transition: all ease-in-out .3s;
        -o-transition: all ease-in-out .3s;
        transition: all ease-in-out .3s;
    }

    .wco-options-content {
        padding: 0 30px 80px 30px;
    }

    .wco-options .options .option-description {
        padding: 0 10px;
    }

    .wco-options.step-1 .options h4, .wco-options.step-2 .options h4, .wco-options.step-4 .options h4 {
        font-size: 18px;
        max-width: 100%;
    }

    .wco-options.step-1 .options:not(:first-child),
    .wco-options.step-2 .options:not(:first-child),
    .wco-options.step-4 .options:not(:first-child) {
        margin-top: 20px;
    }

    .wco-steps-component .wco-steps p {
        margin: 10px 2px 10px;
        font-size: 12px;
    }


    .wco-options-content .sub-content.upload,
    .wco-options-content .sub-content.account, 
    .wco-options-content .sub-content.manually {
        padding: 30px 20px;
        width: 100%;
    }

    .form-group {
        min-width: 150px !important;
    }

    .wco-options-content .sub-content.manually .sub-content-title .sub-content-title-back,
    .wco-options-content .sub-content.account .sub-content-title .sub-content-title-back {
        width: 100%;
    }

    .wco-options-content .sub-content.manually .sub-content-title h4,
    .wco-options-content .sub-content.account .sub-content-title h4 {
        max-width: 100%;
        margin-top: 15px;
        margin-bottom: 15px;
        width: 100%;
    }

    .wco-options-content .sub-content.manually .help {
        width: 100%;
    }

    .wco-options-content .sub-content.account .account-login-content-wrapper .account-login-list {
        width: 100%;
    }

    /***** Opções de customização STEP 3 - Carousel*****/

    .wco-options.step-3 .top-options li {
        margin-top: 20px;
    }

    .wco-options.step-3 .top-options li:last-child {
        margin-left: 0px;
    }

    
}




