/*!
 * Bootstrap Grid v4.0.0 (https://getbootstrap.com)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
@-ms-viewport {
    width: device-width;
}

html {
    box-sizing: border-box;
    -ms-overflow-style: scrollbar;
}

*,
*::before,
*::after {
    box-sizing: inherit;
}

body.woocommerce-account .my-account-title { display: none; }
body.logged-in.woocommerce-account .my-account-title { display: inline-block; }

body:not(.logged-in) .my-account-wrap .woocommerce-notices-wrapper { margin-top: 5rem; }

/*created for https://tictac.metawork.studio/a-minha-conta/edit-account/*/
.my-account-wrap .woocommerce form{
    background: #FFF0ED;
    -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
            border-radius: 20px;
    width: inherit;
    height: inherit;
    padding: 50px;
    position: relative;
    border: 1px dashed #FF7F65;
    -webkit-box-shadow: 5px 5px 0px 0px #fff inset, 5px 5px 0 0px #FFF0ED;
        -moz-box-shadow: 5px 5px 0px 0px #fff inset, 5px 5px 0 0px #FFF0ED;
            box-shadow: 5px 5px 0px 0px #fff inset, 5px 5px 0 0px #FFF0ED;
    margin: 0 5px 5px 0;
    display: inline-block;
    font-family: Nunito;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 22px;
    text-indent: 30px;
    color: #7E8184;
    margin-bottom: 20px;
}

.my-account-wrap .my-accounts-login-form-no-modal { margin: 10rem auto; }

@media screen and (max-width: 768px) {
    .my-account-wrap .woocommerce form { padding: 30px; }
}

.my-account-wrap .woocommerce form {
    width: 100%;
    max-width: 420px;
    background: transparent;
    border: 0;
    border-radius: 0;
    display: block;
    box-shadow: none;
    padding: 0;
    margin: 0 auto;
}
.my-account-wrap .woocommerce form.login .form-row,
.woocommerce .modal form.login .form-row { margin-bottom: 20px !important; }
.my-account-wrap .woocommerce form label {
    padding: 0;
    margin: 0;
    line-height: 1.5;
}
.my-account-wrap .woocommerce form.login label.woocommerce-form-login__rememberme {
    margin-bottom: 20px;
    -webkit-justify-content: center;
        -moz-justify-content: center;
            -ms-justify-content: center;
                justify-content: center;
}
.my-account-wrap .woocommerce form.login label.woocommerce-form-login__rememberme span,
.woocommerce .modal form.login label.woocommerce-form-login__rememberme span { margin-left: -30px; }
.my-account-wrap .woocommerce form .input-text {
    width: 100%;
    height: 50px;
    margin-top: 5px;
    /*background: #FFFFFF;*/
    text-indent: 0;
}
.my-account-wrap .woocommerce form.login .woocommerce-form__input-checkbox {
    width: auto;
    height: auto;
}


.woocommerce form em ,
.woocommerce form label{
    font-family: Nunito;
    font-weight: normal;
    font-size: 16px;
    line-height: 22px;
    text-indent: 30px;
    color: #7E8184;
    margin-bottom: 20px;
}
.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}


.parallax {
    width: 100%;
    height: 100vh;
    position: fixed;
    background-position: top 740px right;
    background-repeat: no-repeat;
    z-index: -10;
    top: 0;
}

@media (min-width: 576px) {
    .container {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    .container {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    .container {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1140px;
        /*max-width: 1920px;*/
    }
}

.container-fluid {
    width: 100%;
    padding-right: 0!important;
    padding-left: 0!important;
    margin-right: auto;
    margin-left: auto;
}

.row {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.no-gutters {
    margin-right: 0;
    margin-left: 0;
}

.no-gutters > .col,
.no-gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0;
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 5px;
    padding-left: 5px;
}



@font-face {
    font-family: "WaveeWeekend";
    src: url(../fonts/WaveeWeekend-OriginalPrototype.ttf);
}

@font-face {
    font-family: Nunito;
    src: url(../fonts/Nunito-Light.ttf);
}

.description-paragraph {
    font-family: Nunito;
    font-style: normal;
    font-weight: 300;
    font-size: 24px;
    line-height: 160%;
    color: #7E8184;
    margin-top: 50px;
    border-radius: 20px;
    position: relative;
    z-index: 10;
    margin-bottom: 140px;
}

.description-paragraph .description-text {
    background: #FFF0ED;
    border-radius: 20px;
    width: inherit;
    height: inherit;
    padding: 50px;
    position: relative;
}

.description-paragraph .description-text-border-wrapper {
    position: absolute;
    border: 1px dashed #FF7F65;
    width: 100%;
    z-index: 999;
    height: 100%;
    border-radius: 20px;
    left: -6px;
    top: -6px;
}

.description-paragraph {
    font-family: Nunito;
    font-style: normal;
    font-weight: 300;
    font-size: 24px;
    line-height: 160%;
    color: #7E8184;
    margin-top: 50px;
    border-radius: 20px;
    position: relative;
    z-index: 10;
    margin-bottom: 140px;
}

.description-paragraph .description-text {
    background: #FFF0ED;
    border-radius: 20px;
    width: inherit;
    height: inherit;
    padding: 50px;
    position: relative;
}

.description-paragraph .description-text-border-wrapper {
    position: absolute;
    border: 1px dashed #FF7F65;
    width: 100%;
    z-index: 999;
    height: 100%;
    border-radius: 20px;
    left: -6px;
    top: -6px;
}
input{
    width: 100%;
    height: 50px;
    background: #F5F6F8;
    border: none;
    border-radius: 100px;
    text-indent: 30px;
    font-family: Nunito;
    font-style: normal;
    font-size: 16px;
    line-height: 22px;
    color: #7E8184;
}
.btn-primary, a.btn-primary, .woocommerce #respond input#submit, .woocommerce a.button, 
.woocommerce button.button, .woocommerce input.button, .search-submit {
    width: 275px;
    height: 60px;
    border: none;
    border-radius: 100px;
    background: #FF7F65;
    color: #FFFFFF;
    font-family: Nunito;
    font-style: normal;
    font-weight: 800;
    font-size: 14px;
    line-height: 19px;
    text-align: center;
    letter-spacing: 0.1em;
    position: relative;
    /*z-index: 9999;*/
    display: block;
}
.woocommerce .woocommerce-error .button, .woocommerce .woocommerce-info .button, 
.woocommerce .woocommerce-message .button, .woocommerce-page .woocommerce-error .button, 
.woocommerce-page .woocommerce-info .button, .woocommerce-page .woocommerce-message .button,
.woocommerce table.my_account_orders .button {
        width: auto;
    min-height: 30px;
    line-height: 30px;
    padding: 0 20px;
    font-size: 10px;
    display: flex;
    align-items: center;
    height: auto;
    margin-bottom: 10px;
}
.search-submit {
    width: auto;
    height: 40px;
    padding: 0 40px;
    margin: 15px auto 40px;
}
a.btn-primary {
    line-height: 60px;
    display: block;
    margin: 0 auto;
}
.btn-primary:hover, a.btn-primary:hover, .woocommerce #respond input#submit:hover, .woocommerce a.button:hover,
.woocommerce button.button:hover, .woocommerce input.button:hover, .search-submit:hover {
    background: #FF937D;
    color: #FFFFFF;
    cursor: pointer;
    box-shadow: none;
    text-decoration: none;
}

.btn-primary:active, a.btn-primary:active, .btn-primary:not(:disabled):not(.disabled):active, 
.woocommerce #respond input#submit:active, .woocommerce a.button:active,
.woocommerce button.button:active, .woocommerce input.button:active, .search-submit:active {
    background: #F0694E;
    color: #FFFFFF;
    cursor: pointer;
    box-shadow: none;
    text-decoration: none;
    border: 0;
}

.btn-primary:focus, a.btn-primary:focus, .woocommerce #respond input#submit:focus, .woocommerce a.button:focus,
.woocommerce button.button:focus, .woocommerce input.button:focus, .search-submit:focus {
    outline: 0;
    color: #FFFFFF;
    box-shadow: none;
    text-decoration: none;
}

.btn-secondary {
    width: 275px;
    height: 60px;
    border: 1px solid #FF7F65;
    border-radius: 100px;
    background: #FFFFFF;
    color: #FF7F65;
    font-family: Nunito;
    font-style: normal;
    font-weight: 800;
    font-size: 14px;
    line-height: 19px;
    text-align: center;
    letter-spacing: 0.1em;
    position: relative;
    z-index: 9999;
}

.btn-secondary:hover {
    color: #FF937D;
    border: 1px solid #FF937D;
    cursor: pointer;
}

.btn-secondary:active {
    color: #F0694E;
    border: 1px solid #F0694E;
    cursor: pointer;
}

.btn-secondary:focus {
    outline: 0;
}

.btn-tetriary {
    width: 275px;
    height: 60px;
    border: none;
    border-radius: 100px;
    background: #FFFFFF;
    color: #FF7F65;
    font-family: Nunito;
    font-style: normal;
    font-weight: 800;
    font-size: 14px;
    line-height: 19px;
    text-align: center;
    letter-spacing: 0.1em;
    position: relative;
    z-index: 9999;
}

.btn-tetriary:hover {
    color: #FF937D;
    cursor: pointer;
}

.btn-tetriary:active {
    color: #F0694E;
    cursor: pointer;
}

.btn-tetriary:focus {
    outline: 0;
}

span.woocommerce-Price-currencySymbol {
    padding: 0px 0px 0px 5px;
}

.description-paragraph {
    font-family: Nunito;
    font-style: normal;
    font-weight: 300;
    font-size: 24px;
    line-height: 160%;
    color: #7E8184;
    margin-top: 50px;
    border-radius: 20px;
    position: relative;
    z-index: 10;
    margin-bottom: 140px;
}

.description-paragraph .description-text {
    background: #FFF0ED;
    border-radius: 20px;
    width: inherit;
    height: inherit;
    padding: 50px;
    position: relative;
}

.description-paragraph .description-text-border-wrapper {
    position: absolute;
    border: 1px dashed #FF7F65;
    width: 100%;
    z-index: 999;
    height: 100%;
    border-radius: 20px;
    left: -6px;
    top: -6px;
}

.label {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    font-family: Nunito;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 22px;
    text-indent: 30px;
    color: #7E8184;
    margin-bottom: 20px;
}

.input {
    width: 100%;
    height: 50px;
    background: #F5F6F8;
    border: none;
    border-radius: 100px;
    text-indent: 30px;
    font-family: Nunito;
    font-style: normal;
    font-size: 16px;
    line-height: 22px;
    color: #7E8184;
    position: relative;
    z-index: 9999;
}

.input::-webkit-input-placeholder {
    color: #AAAAAA;
}

.input:-ms-input-placeholder {
    color: #AAAAAA;
}

.input::-ms-input-placeholder {
    color: #AAAAAA;
}

.input::placeholder {
    color: #AAAAAA;
}

.input:focus {
    outline: 0;
    border: 1px solid #FF7F65;
    font-weight: 600;
    color: #7E8184;
    background: #FFFFFF;
}

.input :invalid {
    background: #FFF5F5;
    color: #F1333A;
}

.select {
    width: 260px;
    height: 50px;
    background: #F5F6F8;
    border: none;
    border-radius: 100px;
    text-indent: 30px;
    font-family: Nunito;
    font-style: normal;
    font-size: 16px;
    line-height: 22px;
    color: #7E8184;
    position: relative;
    z-index: 9999;
}

.select::-webkit-input-placeholder {
    color: #AAAAAA;
}

.select:-ms-input-placeholder {
    color: #AAAAAA;
}

.select::-ms-input-placeholder {
    color: #AAAAAA;
}

.select::placeholder {
    color: #AAAAAA;
}

.select:focus {
    outline: 0;
    border: 1px solid #FF7F65;
    font-weight: 600;
    color: #7E8184;
    background: #FFFFFF;
}

.select :invalid {
    background: #FFF5F5;
    color: #F1333A;
}

.checkbox {
    /*-webkit-appearance:none;
    -moz-appearance:none;
    appearance:none;*/
    width: 16px;
    height: 16px;
    border: 1.5px solid #C4C4C4;
    box-sizing: border-box;
    border-radius: 4px;
    cursor: pointer;
    position: relative;
    z-index: 9999;
}

.checkbox:checked {
    background: #FF7F65;
    color: #FFFFFF;
}

.radio {
    width: 15px;
    height: 15px;
    border: 2px solid #C4C4C4;
    box-sizing: border-box;
    border-radius: 4px;
    position: relative;
    z-index: 9999;
}

.radio:checked {
    background: #FF7F65;
    color: #FFFFFF;
}

.container {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    /*cursor: pointer;*/
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-family: Nunito;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 270%;
    letter-spacing: 0.02em;
    color: #7E8184;
}

/*.container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}*/

.checkmark {
    position: absolute;
    top: 8px;
    left: 0;
    height: 16px;
    width: 16px;
    background-color: #ffffff;
    border: 1.5px solid #C4C4C4;
    border-radius: 4px;
}

.container:hover input ~ .checkmark {
    background-color: #ccc;
}

.container input:checked ~ .checkmark {
    background-color: #FF7F65;
    border: none;
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.container input:checked ~ .checkmark:after {
    display: block;
}

.container .checkmark:after {
    left: 6px;
    top: 2px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.description-paragraph {
    font-family: Nunito;
    font-style: normal;
    font-weight: 300;
    font-size: 24px;
    line-height: 160%;
    color: #7E8184;
    margin-top: 50px;
    border-radius: 20px;
    position: relative;
    z-index: 10;
    margin-bottom: 140px;
}

.description-paragraph .description-text {
    background: #FFF0ED;
    border-radius: 20px;
    width: inherit;
    height: inherit;
    padding: 50px;
    position: relative;
}

.description-paragraph .description-text-border-wrapper {
    position: absolute;
    border: 1px dashed #FF7F65;
    width: 100%;
    z-index: 999;
    height: 100%;
    border-radius: 20px;
    left: -6px;
    top: -6px;
}

.drop {
    cursor: pointer;
}

.dropdown {
    display: none;
    position: absolute;
    right: 0;
    text-align: center;
    border: 1px solid #FFF0ED;
    box-sizing: border-box;
    border-radius: 15px;
    z-index: 2;
    background: #FFFFFF;
    text-transform: uppercase;
}

.dropdown p {
    font-family: Nunito;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 0.02em;
    text-align: center;
    padding: 5px 15px;
    margin: 0;
}

.dropdown p:hover {
    background: #F5F6F8;
    cursor: pointer;
}

.dropdown p:first-child {
    border-radius: 15px 15px 0 0;
}

.dropdown p:last-child {
    border-radius: 0 0 15px 15px;
}

.drop:hover > .dropdown {
    display: block;
    height: auto;
}

.description-paragraph {
    font-family: Nunito;
    font-style: normal;
    font-weight: 300;
    font-size: 24px;
    line-height: 160%;
    color: #7E8184;
    margin-top: 50px;
    border-radius: 20px;
    position: relative;
    z-index: 10;
    margin-bottom: 140px;
}

.description-paragraph .description-text {
    background: #FFF0ED;
    border-radius: 20px;
    width: inherit;
    height: inherit;
    padding: 50px;
    position: relative;
}

.description-paragraph .description-text-border-wrapper {
    position: absolute;
    border: 1px dashed #FF7F65;
    width: 100%;
    z-index: 999;
    height: 100%;
    border-radius: 20px;
    left: -6px;
    top: -6px;
}

.description {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    font-family: Nunito;
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 140%;
    max-width: 100%;
    margin-top: 13px;
}

.description span:last-child {
    font-family: Nunito;
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 160%;
    color: #7E8184;
}
.description a span {
    font-weight: 900 !important;
}

.description .woocommerce-Price-amount {
    font-family: Nunito;
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 160%;
    color: #7E8184;
}

.new-price {
    color: #FF7F65;
    margin-left: 20px;
    font-family: Nunito;
    font-style: normal;
    font-weight: 800 !important;
    font-size: 18px;
    line-height: 140%;
}

.like {
    position: absolute;
    top: 4%;
    right: 6%;
    cursor: pointer;
}

.like:hover {
    background: url(/wp-content/themes/tictac/app/img/like2.svg);
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
}

.delete {
    position: absolute;
    top: 4%;
    right: 6%;
    cursor: pointer;
    width: 30px;
    height: 30px;
    padding: 6px;
    background: #FFFFFF;
    border-radius: 100px;
}

.delete:hover {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    transition: 1s;
}

.title {
    position: absolute;
    left: 25px;
    bottom: 40px;
    font-family: WaveeWeekend;
    font-size: 36px;
    line-height: 130%;
    letter-spacing: 0.02em;
    color: #FFFFFF;
    padding: 0 25px;
    cursor: pointer;
}
a.title:hover {
    color: #FF7F65;
    border: 2px dashed #FF7F65;
    border-radius: 20px;
    transition: 1s;
}
/*div:hover > .title {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    transition: all 4s ease;
}*/

.title-color {
    position: absolute;
    left: 20px;
    bottom: 30px;
    font-family: WaveeWeekend;
    font-style: normal;
    font-weight: bold;
    font-size: 22px;
    line-height: 160%;
    letter-spacing: 0.02em;
    color: #FFFFFF;
    background: #FF7F65;
    border-radius: 100px;
    padding: 0 25px;
    cursor: pointer;
}

div:hover > .title-color {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    transition: all 4s ease;
}

.title-boy {
    position: relative;
    background: #EBF8FC;
    padding-left: 50px;
    padding-bottom: 1px;
    min-height: 134px;
    position: relative;
}

.title-girl {
    position: relative;
}

.title-boy a:before,
.title-girl a:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;

}

.title-boy h4 {
    font-family: WaveeWeekend;
    font-size: 36px;
    line-height: 130%;
    letter-spacing: 0.02em;
    color: #88D4E9;
}

.title-boy p {
    font-family: Nunito;
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 160%;
    color: #7E8184;
    margin: 0;
}

.title-boy img {
    /*position: absolute;
    right: 4%;
    top: 10%;*/
    position: absolute;
    right: 4%;
    top: 50%;
    /*width: 100%;*/
    transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
        max-width: 50px;
}

.title-girl {
    position: relative;
    background: #FFF0ED;
    padding-left: 50px;
    padding-bottom: 1px;
    margin-left: 10px;
    height: 134px;
}

.title-girl h4 {
    font-family: WaveeWeekend;
    font-size: 36px;
    line-height: 130%;
    letter-spacing: 0.02em;
    color: #FF7F65;
    padding-top: 17px;
}

.title-girl p {
    font-family: Nunito;
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 160%;
    color: #7E8184;
    margin: 0;
}

.title-girl img {
    /*position: absolute;
    right: 4%;
    top: 10%;*/
     position: absolute;
    right: 4%;
    top: 50%;
    /*width: 100%;*/
    transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
        max-width: 50px;
}

.sale {
    position: absolute;
    z-index: 10;
    left: 0;
    top: 22px;
    width: 40%;
}
.woocommerce div.product.sale {
    margin-bottom: 0;
    position: relative;
    width: 100%;
    top: inherit;
    left: inherit;
    z-index: inherit;
}
.color {
    width: 85px;
    height: 255px;
    position: absolute;
    right: 6px;
    bottom: 74px;
    background: #FFFFFF;
    border-radius: 26px 0 0 0;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    font-family: Poppins;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 140%;
    text-align: center;
    letter-spacing: 0.02em;
}

.color span:not(:first-child) {
    width: 22px;
    height: 23px;
    display: block;
    border-radius: 100px;
    margin-bottom: 10px;
}

.color span:not(:first-child):hover {
    cursor: pointer;
}

.color .active {
    border: 4px solid #FFFFFF;
    box-shadow: 0px 2px 4px rgba(65, 65, 65, 0.25);
    width: 33px !important;
    height: 34px !important;
    margin-bottom: 13px;
}

.color__1 {
    background: #D2C09E;
}

.color__2 {
    background: #EBBF01;
}

.color__3 {
    background: #91CEA2;
}

.color__4 {
    background: #88D4E9;
}

.color__5 {
    background: #3D4246;
}

@media (max-width: 768px) {
    .like {
        top: 4%;
        right: 6%;
    }

    .description {
        font-family: Nunito;
        font-style: normal;
        font-weight: 600;
        font-size: 18px;
        line-height: 140%;
    }

    .description span:last-child {
        font-family: Nunito;
        font-style: normal;
        font-weight: 300;
        font-size: 18px;
        line-height: 140%;
    }

    .title, .title-color {
        width: 100%;
        text-align: center;
        padding: 0;
        left: 0;
        font-family: WaveeWeekend;
        font-size: 28px;
        line-height: 130%;
        letter-spacing: 0.02em;
    }

    .sale {
        left: -10px;
    }
}

.description-paragraph {
    font-family: Nunito;
    font-style: normal;
    font-weight: 300;
    font-size: 24px;
    line-height: 160%;
    color: #7E8184;
    margin-top: 50px;
    border-radius: 20px;
    position: relative;
    z-index: 10;
    margin-bottom: 140px;
}

.description-paragraph .description-text {
    background: #FFF0ED;
    border-radius: 20px;
    width: inherit;
    height: inherit;
    padding: 50px;
    position: relative;
}

.description-paragraph .description-text-border-wrapper {
    position: absolute;
    border: 1px dashed #FF7F65;
    width: 100%;
    z-index: 999;
    height: 100%;
    border-radius: 20px;
    left: -6px;
    top: -6px;
}

.top-navbar {
    position: absolute;
    z-index: 100;
    top: -4px;
    right: 0;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center;
    border-radius: 80px 0 0 80px;
    border: 1.5px solid #FFF0ED;
    height: 76px;
    width: calc(100% - 252px);
    background: #ffffff;
}

.top-navbar__left {
    display: -webkit-flex;
    display: flex;
    cursor: pointer;
}
.logged_in_user--name {
    white-space: nowrap;
    color: #88d4e9ff;
    font-size: 15px;
    display: inline-block;
    padding: 13px 20px;
    border-radius: 50px;
    border: 1px dashed #96d8eb;
    border-radius: 100px;
    position: relative;
    left: 5px;
    font-family: Nunito;
    font-style: normal;
    padding-right: 45px;
}
.logged_in_user {
    position: relative;
    background-size: 100% 100%;
    border-radius: 100px;
    background: #d9f7ff;
}
img:hover > .top-navbar__left__search {
    display: -webkit-flex;
    display: flex;
}

.top-navbar__item {
    margin-left: 20px;
}

.top-navbar__right {
    display: -webkit-flex;
    display: flex;
}

.top-navbar__search {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center;
    position: relative;
    /*overflow: hidden;*/
}

.top-navbar__search input {
    width: 485px;
    height: 46px;
    background: #FFF0ED;
    border-radius: 100px;
    padding: 13px auto 14px 28px;
    position: relative;
    z-index: inherit;
/*    -webkit-animation: show 2s;
    animation: show 2s;*/
}

.top-navbar__search input:focus {
    background: #FFF0ED;
    color: #FF7F65;
}

.top-navbar__search .search-icon {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center;
    position: absolute;
    right: 23px;
    width: 70px;
    cursor: pointer;
}
#minicart{
    position: relative;
}
#minicart span{
    position: absolute;
    background: #96a0a8;
    border-radius: 100%;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    color: #fff;
    right: 0;
	top: 0;
}
.cart-empty {
    text-align: center;
    margin: 50px auto 30px;
}

@-webkit-keyframes show {

    0% {
        width: 0;
    }
    100% {
        width: 405px;
    }
}

@keyframes show {

    0% {
        width: 0;
    }
    100% {
        width: 405px;
    }
}

@-webkit-keyframes hidden {

    0% {
        width: 0;
    }
    100% {
        width: 405px;
    }
}

@keyframes hidden {

    0% {
        width: 0;
    }
    100% {
        width: 405px;
    }
}

.top-navbar__lang, .top-navbar-mobile__lang {
    text-decoration: none;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    margin: 0 40px 0 70px;
    cursor: pointer;
    font-family: Nunito;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 19px;
    text-align: center;
    color: #7E8184;
}

.top-navbar__lang .select-lang, .top-navbar-mobile__lang .select-lang {
    padding-right: 8px;
    text-transform: uppercase;
}

.top-navbar__lang .dropdown, .top-navbar-mobile__lang .dropdown {
    min-width: 100px;
    right: 0;
    top: 45px;
}

.top-navbar-mobile {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center;
    background: #FFFFFF;
    min-height: 62px;
    position: absolute;
    width: 100%;
    z-index: 100;
}

.top-navbar-mobile__left {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.top-navbar-mobile__left img:nth-child(1) {
    margin-left: 16px;
    margin-right: 5px;
}

.top-navbar-mobile__left img:nth-child(2) {
    margin-left: 16px;
    margin-right: 5px;
}

.top-navbar-mobile__item {
    margin-left: 25px;
}

.top-navbar-mobile__right {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin-right: 15px;
}

.top-navbar-mobile__right a {
    margin-left: 15px;
    margin-right: 15px;
}

.top-navbar-mobile__gadgets, .top-navbar-mobile__search {
    width: 100%;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center;
}

.top-navbar-mobile__gadgets .top-navbar-mobile__item, .top-navbar-mobile__search .top-navbar-mobile__item {
    margin-left: 15px;
    margin-right: 17px;
}

.top-navbar-mobile__search input {
    width: 100%;
    border: none;
    outline: 0;
    margin-left: 0;
}

.top-navbar-mobile__center {
    margin-left: 15px;
}

.top-navbar-mobile__center .top-navbar-mobile__item {
    margin-right: 12px;
    width: 40px;
    height: 35px;
}

.top-navbar-mobile__lang {
    margin: 0;
}

@-webkit-keyframes showGadgets {
    from {
        top: -62px;
    }
    to {
        top: 0;
    }
}

@keyframes showGadgets {
    from {
        top: -62px;
    }
    to {
        top: 0;
    }
}


@media (min-width: 768px) {
    .top-navbar-mobile {
        display: none;
    }
}

.description-paragraph {
    font-family: Nunito;
    font-style: normal;
    font-weight: 300;
    font-size: 24px;
    line-height: 160%;
    color: #7E8184;
    margin-top: 50px;
    border-radius: 20px;
    position: relative;
    z-index: 10;
    margin-bottom: 140px;
}

.description-paragraph .description-text {
    background: #FFF0ED;
    border-radius: 20px;
    width: inherit;
    height: inherit;
    padding: 50px;
    position: relative;
}

.description-paragraph .description-text-border-wrapper {
    position: absolute;
    border: 1px dashed #FF7F65;
    width: 100%;
    z-index: 999;
    height: 100%;
    border-radius: 20px;
    left: -6px;
    top: -6px;
}

.left-navbar {
    position: fixed;
    display: -webkit-flex;
    display: flex;
    top: 0;
    left: 0;
    z-index: 100;
    -webkit-flex-direction: column;
    flex-direction: column;
    height: 100vh;
    width: 258px;
    background: url("../img/Wave pattern.svg");
}

.left-navbar__logo {
    position: absolute;
    top: 0;
    left: -10px;
    z-index: 5;
}

.left-navbar__menu {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    overflow-y: auto;
    direction: rtl;
}

.left-navbar__menu::-webkit-scrollbar-button {
    display: block;
    height: 13px;
    border-radius: 0;
    background-color: #FFF0ED;
}

.left-navbar__menu::-webkit-scrollbar-button:hover {
    background-color: #FFF0ED;
}

.left-navbar__menu::-webkit-scrollbar-thumb {
    background-color: #FF7F65;
}

.left-navbar__menu::-webkit-scrollbar-thumb:hover {
    background-color: #FF7F65;
}

.left-navbar__menu::-webkit-scrollbar-track {
    background-color: #FFF0ED;
}

.left-navbar__menu::-webkit-scrollbar-track:hover {
    background-color: #FFF0ED;
}

.left-navbar__menu::-webkit-scrollbar {
    width: 5px;
}

.left-navbar__menu-block {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    padding-top: 117px;
    padding-left: 73px;
    font-family: Nunito;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 160%;
    letter-spacing: 0.02em;
    color: #7E8184;
}
#menu-my-account{
    /*padding-left: 25px;*/
    margin-top: 0;
}
.left-navbar__menu-block:last-child {
    margin-top: 72px;
}

.left-navbar__menu-block:last-child .left-navbar__menu-item a {
    font-family: Nunito;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 300%;
    letter-spacing: 0.02em;
    text-transform: uppercase;
}


.left-navbar__menu .sidebar-info-menu a {
    font-family: Nunito;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 300%;
    letter-spacing: 0.02em;
    text-transform: uppercase;
}

.left-navbar__menu-block:last-child li:last-child {
    margin-top: 25px;
    margin-left: -10px;
}

.left-navbar__menu-item a,
.menu-item a {
    font-family: Nunito;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 300%;
    -webkit-align-items: center;
    align-items: center;
    letter-spacing: 0.02em;
    color: #7E8184;
    text-decoration: none;
    text-transform: capitalize;
}

.left-navbar__dropdown,
.sub-menu {
    /*display: none;*/
    /*margin: 0 10px;*/
    padding: 0;
    height: 0;
    padding-left: 10px;
    transition: max-height 0.15s ease-out;
    visibility: hidden;
    /*transition: 4s;*/
}

.left-navbar__menu-item:hover > .left-navbar__dropdown,
.menu-item:hover > .sub-menu {
    /*display: block;*/
    height: 100%;
    transition: max-height 0.25s ease-in;
    visibility: visible;
    opacity: 1;
}

.left-navbar__menu-item a:hover,
.left-navbar__dropdown a:hover,
.menu-item a:hover {
    color: #FF7F65 !important;
}

.current-menu-item a {
    color: #FF7F65 !important;
}

.left-navbar__dropdown-item a,
.left-navbar__dropdown .left-navbar__menu-item a,
.sub-menu a {
    font-family: Nunito;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 16px;
    -webkit-align-items: center;
    align-items: center;
    letter-spacing: 0.02em;
    color: #7E8184;
    text-decoration: none;
    margin: 15px 0;
    max-width: 120px;
}

.left-navbar__icon {
    margin-right: 5px;
}

.left-navbar a > img {
    margin: 0 10px;
}

.left-navbar-mobile {
    position: absolute;
    z-index: 1000;
    background: #FFFFFF;
    background-image: url("../img/Bg pattern.svg");
    background-size: cover;
    width: 100%;
    margin-top: 62px;
    height: calc(100vh - 62px);
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: center;
    align-items: center;
    height: 100%;
    overflow: hidden;
}

.left-navbar-mobile__menu {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
}

.left-navbar-mobile__menu-block {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    font-family: Nunito;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 300%;
    text-align: center;
    letter-spacing: 0.02em;
    padding-left: 0;
}


.social-networks-menu {
    display: flex;
    align-items: center;
    justify-content: center;
}

.social-networks-menu a {
    font-size: 28px;
    color: #FF7F65;
    margin: 0 10px;
    display: inline-block;
}

.social-networks-menu a:hover {
    opacity: .6;
}

.left-navbar-mobile__menu-block:last-child {
    margin-top: 50px;
}

.left-navbar-mobile__menu-block:last-child .left-navbar-mobile__menu-item a {
    font-family: Nunito;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 300%;
    letter-spacing: 0.02em;
    text-transform: uppercase;
}

.left-navbar-mobile__menu-block:last-child li:last-child {
    margin-top: 25px;
    text-align: center;
}

.left-navbar-mobile__menu-item {
    text-align: center;
}

.left-navbar-mobile__menu-item a {
    font-family: Nunito;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 300%;
    -webkit-align-items: center;
    align-items: center;
    letter-spacing: 0.02em;
    color: #7E8184;
    text-decoration: none;
}

.left-navbar-mobile__dropdown {
    display: none;
    margin: 0 15px;
    padding: 0;
    height: 0;
}

.left-navbar-mobile__menu-item:hover > .left-navbar-mobile__dropdown {
    display: block;
    height: auto;
    transition: 4s;
}

.left-navbar-mobile__menu-item a:hover, .left-navbar-mobile__dropdown a:hover {
    color: #FF7F65;
}

.left-navbar-mobile__dropdown-item a {
    font-family: Nunito;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 240%;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    letter-spacing: 0.02em;
    color: #7E8184;
    text-decoration: none;
}

.left-navbar-mobile__icon {
    margin-right: 25px;
}

.left-navbar-mobile a > img {
    margin: 0 10px;
}


@media (min-width: 768px) {
    .left-navbar-mobile {
        display: none;
    }
    .page-template-page_cart .woocommerce-cart-form .product {
    width: auto!important;
}
}
.current-cart-info .container {
	max-width: 100%;
}
.account__menu ul {
    padding-left: 84px;
    margin-top: 62px;
}

.account__menu ul li {
    max-width: 120px;
}

.account__menu ul li:first-child {
    margin-bottom: 22px;
    margin-left: -11px;
}

.account__menu ul li:nth-child(2) {
    padding-bottom: 8px;
}

.account__menu ul li:nth-child(3) {
    padding-bottom: 16px;
}

.account__menu ul li:nth-child(4) {
    margin-bottom: 23px;
}

.account__menu ul li:nth-child(4) a {
    line-height: 0;
}

.account__menu ul:last-child {
    margin-top: 111px;
    padding-left: 94px;
}

.account__link a {
    font-family: Nunito;
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 300%;
    letter-spacing: 0.1em;
    color: #7E8184;
}

.description-paragraph {
    font-family: Nunito;
    font-style: normal;
    font-weight: 300;
    font-size: 24px;
    line-height: 160%;
    color: #7E8184;
    margin-top: 50px;
    border-radius: 20px;
    position: relative;
    z-index: 10;
    margin-bottom: 140px;
}

.description-paragraph .description-text {
    background: #FFF0ED;
    border-radius: 20px;
    width: inherit;
    height: inherit;
    padding: 50px;
    position: relative;
}

.description-paragraph .description-text-border-wrapper {
    position: absolute;
    border: 1px dashed #FF7F65;
    width: 100%;
    z-index: 999;
    height: 100%;
    border-radius: 20px;
    left: -6px;
    top: -6px;
}

.mb-medium {
    margin-bottom: 208px;
}

.footer, .footer-account {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    background-color: #fff0ed;
    /*min-height: 480px;*/
    width: 100%;
    padding-left: 235px;
    text-align: center;
    position: relative;
    margin-top: 20px;
    padding-top: 124px;

}
.footer .current-menu-item a {
    color: #fff!important;
    text-decoration: underline;
}
.footer > *, .footer-account > * {
    z-index: 2;
    position: relative;
}

.footer:before,
.footer-account:before {
    content: '';
    background: url(../img/footer_bg.svg) right -23px top -32px;
    position: absolute;
    top: -70px;
    left: 0;
    bottom: 0;
    z-index: 1;
    width: 100%;
    height: 160px;
}

.footer__headline {
    font-family: Nunito;
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 27px;
    text-align: center;
    letter-spacing: 0.02em;
    color: #FF7F65;
}

.footer__paragraph {
    font-family: Nunito;
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 180%;
    letter-spacing: 0.02em;
    color: #7E8184;
    margin-bottom: 60px;
    margin-top: 10px;
}

.footer__top {
    padding-bottom: 114px;
}

.footer__bottom {

    background: #FF7F65;
    width: calc(100% + 50px);
    margin-left: -15px;
    padding: 10px 70px;
    text-align: left;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center;
    color: #ffffff;
    font-family: Nunito;
    min-height: 62px;
    max-width: 100%;
    padding-left: 15rem;
}

.footer__bottom p {
    padding-left: 23px;
}

.footer__bottom-elem {
    color: #ffffff;
    font-size: 16px;
    letter-spacing: 0.02em;
}

.footer__bottom-elem:last-child {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
}

.footer__link,
.footer-menu a {
    text-decoration: none;
    color: #ffffff;
    text-align: center;
    padding-right: 30px;
    margin-left: 27px;
    font-weight: 300;
    font-size: 16px;
}

.footer-menu a:hover {
    color: #fff !important;
    opacity: .6;
}

.footer-menu {
    display: flex;
    align-items: center;
    margin: 0;
    padding: 0;
}
.footer__subscribe {
    margin: 0 auto;
}
.footer__subscribe form {
    width: 100%;
}
.footer__subscribe label {
    display: none;
}
.footer__subscribe .tnp-email,
.footer__input {
    min-width: 90%;
    height: 60px;
    padding-right: 190px;
    background: #FFFFFF;
}
.footer__subscribe .tnp-field .tnp-button {
        height: 60px;
    margin: 0!important;
        white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.footer__subscribe {
    position: relative;
    width: 574px;
    display: -webkit-flex;
    display: flex;
}
.footer__subscribe .tnp-field { 
    position: relative;
    z-index: 1;
}
.footer__button,
.footer__subscribe .tnp-field-button  {
    position: absolute;
    top: 0;
    right: 0;
    width: 178px;
}
.footer__subscribe .footer__button { 
    z-index: 5
}


.product-item-mobile {
	margin-bottom: 20px!important;
}

.sold-information,
.sale-information  {
    display: inline-block;
    padding: 10px 20px 10px 68px;
    font-size: 1.4vw;
    background-color: #CCCCCC;
    border-radius: 0 50px 50px 0;
    color: #fff;
    font-family: WaveeWeekend;
    text-align: right;
    font-weight: 500;
    position: absolute;
    top: 25px;
    left: 0;
}
.sale-information {
    background-color: #FF7F65;
}
.category-item .sold-information,
.category-item .sale-information {
    left: 15px;
}
.sold-information:before,
.sale-information:before {
    content: '';
    background-image: url(/wp-content/uploads/2019/09/smile-sold.svg);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    width: 1.8vw;
    height: 1.8vw;
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
}
.sale-information:before  {
	    background-image: url(/wp-content/uploads/2019/09/smile-3.svg);

}
.category__show .show {
    cursor: pointer;
}
ins {
	    text-decoration: none!important;
}
ins .woocommerce-Price-amount,
ins .woocommerce-Price-amount .woocommerce-Price-currencySymbol {
	color: #FF7F65!important;
}

@media (max-width: 767px) {
        .sold-information,
        .sale-information
         {
            font-size: 4vw;
    }
    .sold-information:before,
    .sale-information:before {
            width: 6vw;
    height: 6vw;
    }

    .footer, .footer-account {
        display: -webkit-flex;
        display: flex;
        -webkit-flex-direction: column;
        flex-direction: column;
        -webkit-align-items: center;
        align-items: center;
        -webkit-justify-content: flex-end;
        justify-content: flex-end;
        width: 100%;
        margin: 0;
        padding: 0 !important;
        /*overflow: hidden;*/
        /*background: url("../img/footer_bg.svg") top left -900px;*/
    }

    .footer__top {
        padding-top: 80px;
        height: 326px;
    }

    .footer__headline, .footer__paragraph {
        margin-left: 0;
    }

    .footer__headline {
        font-family: Nunito;
        font-style: normal;
        font-weight: bold;
        font-size: 18px;
        line-height: 25px;
        text-align: center;
        letter-spacing: 0.02em;
    }

    .footer__paragraph {
        font-family: Nunito;
        font-style: normal;
        font-weight: 300;
        font-size: 16px;
        line-height: 140%;
        text-align: center;
        padding: 0 15px;
    }

    .footer__subscribe {
        width: 100%;
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: center;
        justify-content: center;
        padding: 0;
    }

    .footer__input {
        width: 341px;
        height: 50px;
    }

    .footer__button {
        position: absolute;
        top: 0;
        right: 16px;
        width: 120px;
        height: 50px;
    }

    .footer__bottom {
        text-align: center;
        min-height: 104px;
        max-width: 100%;
        margin: 0;
        padding: 0;
        padding-top: 40px;
        padding-bottom: 25px;
    }

    .footer__bottom p {
        padding: 0;
        font-family: Nunito;
        font-style: normal;
        font-weight: 300;
        font-size: 14px;
        line-height: 200%;
        text-align: center;
        letter-spacing: 0.02em;
        margin-bottom: -50px;
    }

    .footer__bottom:first-child {
        font-family: Nunito;
        font-style: normal;
        font-weight: 300;
        font-size: 14px;
        line-height: 200%;
        text-align: center;
        letter-spacing: 0.02em;
    }

    .footer__bottom-elem:last-child {
        -webkit-justify-content: center;
        justify-content: center;
        font-family: Nunito;
        font-style: normal;
        font-weight: bold;
        font-size: 14px;
        line-height: 200%;
        text-align: center;
        letter-spacing: 0.02em;
    }

    .footer__link {
        font-family: Nunito;
        font-style: normal;
        font-weight: bold;
        font-size: 14px;
        line-height: 200%;
        text-align: center;
        letter-spacing: 0.02em;
        padding: 0;
        margin: 0;
    }

    .footer__link:nth-child(odd) {
        padding-left: 4px;
        -webkit-order: 2;
        order: 2;
    }

    .footer__link:nth-child(even) {
        padding-right: 4px;
        -webkit-order: 1;
        order: 1;
    }

    .footer:before, .footer-account:before {
        background-position: top;
        top: -110px;
    }

    .delivery__img {
        background-size: cover !important;
        height: 605px;
        background-position: center !important;
    }

    .mb-medium {
        margin-bottom: 0 !important;
    }

    .delivery .delivery__description {
        padding: 46px 19px 22px 15px;
    }

    a.btn-primary,
    .btn-primary,
    button.btn-primary:not(.footer__button.btn-primary) {
        margin: 0 auto !important;
        width: 238px !important;
        height: 50px !important;
        max-width: 238px !important;
        max-height: 50px !important;
    }

    .delivery__content a.btn-primary {
        margin-bottom: 30px !important;
    }
}
@media only screen and (max-width: 380px) {
	#payment .woocommerce-SavedPaymentMethods-saveNew {
		flex-wrap: nowrap;
	}
	#payment .woocommerce-SavedPaymentMethods-saveNew label {
		    line-height: 1.2;
	}
	.product-thumbnail {
		padding: 0!important;
	}
	.product-name b {
		font-size: 13px!important;
	}
	.product-name {
		line-height: 1.1;
	}
	.product-price span,
	.product-attr span {
		font-size: 14px!important;
	}
	.cart__form-1 .quantity input.qty {
		font-size: 14px!important;
	}
}
@media only screen and (max-width: 320px) {

    .footer__input {
        width: 96%;
    }

}

.footer-account {
    background: none;
    max-height: 57px;
    position: absolute;
    bottom: 0;
}

@media (max-width: 768px) {
    .footer-account {
        position: static;
    }
}

* {
    box-sizing: border-box;
}

body, html {
    margin: 0;
    padding: 0;
    min-height: 100vh;
}

body p, html p {
    font-family: Nunito;
    font-style: normal;
    font-weight: 300;
    font-size: 24px;
    line-height: 160%;
    color: #7E8184;
    letter-spacing: -0.44px;
}

body b, html b,
body strong, html strong {
    font-family: Nunito;
    font-style: normal;
    font-weight: bold;
    font-size: 22px;
    line-height: 30px;
    color: #7E8184;
}

body a, html a {
    text-decoration: none;
    font-family: inherit;
    color: #FF7F65;
}

body ul, body ol, html ul, html ol {
    list-style: none;
    padding: 0 auto 0 5px;
    text-align: left;
}

body ul li, body ol li, html ul li, html ol li {
    margin-top: -4px;
}

body h1, body h2, html h1, html h2 {
    padding: 25.46px;
    font-family: WaveeWeekend;
    font-size: 42px;
    line-height: 140%;
    letter-spacing: 0.02em;
    color: #FF7F65;
    font-weight: 600;
}
body h1 {
       margin-top: 45px;
}
body h3, body h4, body h5, body h6, html h3, html h4, html h5, html h6 {
    padding: 0;
    margin: 0;
}

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

body input[type=checkbox], html input[type=checkbox] {
    background: #FF7F65;
    border-radius: 4px;
    color: #FFFFFF;
}

body hr, html hr {
    border-color: #FFF0ED;
    background-color: #FFF0ED;
}

body textarea, html textarea {
    padding: 10px;
    border: none;
}

body textarea:focus, html textarea:focus {
    outline: 0;
    border: 1px solid #FF7F65;
}

.content {
    color: #7E8184;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    align-items: center;
    /*padding-top: 100px;*/
    padding-left: 258px;
    padding-top: 72px;
    /*width: calc(100% - $sidebarWidth);*/
    max-width: 1920px;
    /*background: url('/wp-content/themes/tictac/app/img/Bg pattern.svg') top 740px right repeat;*/
	
  position: relative;
  /*top: -32px;*/


}

@media (min-width: 981px) {

    .pl-content {
        padding-left: 130px;
    }

}

@media (min-width: 2500px) {
    .content {
        margin: 100px auto;
    }
}

@media (max-width: 767px) {
    .content {
        padding: 0;
        width: 100%;
    }
}

/*-------- seach bar -----*/
/*--------*/
.yith-ajaxsearchform-container #yith-ajaxsearchform > div {
    background: #FFF0ED;
    border-radius: 100px;
    padding: 13px auto 14px 28px;
    position: relative;
    z-index: inherit;
    border: none;
    text-indent: 30px;
    font-family: Nunito;
    font-style: normal;
    font-size: 16px;
    line-height: 22px;
    color: #7E8184;
    position: relative;
    padding: 5px 80px 5px 0px;
    cursor: auto;
}
.yith-ajaxsearchform-container input[type=submit] {
    background: url("/wp-content/themes/tictac/app/img/Search mobile.svg");
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    border: none;
    display: inline-block;
    cursor: pointer;
    position: absolute;
    top: 50%;
    margin-top: -10px;
    right: 60px;

}
.yith-ajaxsearchform-container input[name=s] {
    width: 405px;
    height: 46px;
    background: transparent;
    padding: 13px auto 14px 28px;
    border: none;
    text-indent: 0!important;
    font-family: Nunito;
    font-style: normal;
    font-size: 16px;
    line-height: 22px;
    color: #7E8184;
}
@media (min-width: 768px) {
    .yith-ajaxsearchform-container input[name=s] {
        /*animation: show 2s;*/
        padding-right: 125px;
    }
}
.yith-ajaxsearchform-container{
    position: relative;
}
.yith-ajaxsearchform-container .autocomplete-suggestions {
    background: #fff0ed !important;
    margin: 0px auto;
    display: inline-block;
    left: 0;
    right: 0;
    border: none;
    top: 100%;
    margin-top: 5px;
    max-height: 500px !important;
}
.yith-wcwl-add-to-wishlist{
    height: 0;
}

.yith-ajaxsearchform-container .autocomplete-suggestion {
    background: transparent;
    text-indent: 30px;
    font-family: Nunito;
    font-style: normal;
    font-size: 16px;
    line-height: 22px;
    color: #7E8184;
}
.yith-ajaxsearchform-container #yith-ajaxsearchform > div .back {
display: inline-block;
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -12px;
    cursor: pointer;
    background-size: contain;
    background-repeat: no-repeat;
}
.yith-ajaxsearchform-container{display: none;}

.top-navbar-mobile__search .yith-ajaxsearchform-container #yith-ajaxsearchform > div ,
.top-navbar-mobile__search #yith-ajaxsearchform {
    background: transparent;
}
.top-navbar-mobile__search .yith-ajaxsearchform-container input[type=submit]{
    display: none;
}

@media (max-width: 768px) {
    .yith-ajaxsearchform-container,
    #yith-ajaxsearchform,
    .yith-ajaxsearchform-container input[name=s]{
            width: 100%;
    }
    .yith-ajaxsearchform-container .autocomplete-suggestions{
        width: 100% !important;
        max-width: 100% !important;
        height: auto;
        max-height: 9999px !important;
    }
    .yith-ajaxsearchform-container {
        position: inherit;
    }
}
/*-------- end of seach bar -----*/

/*-------- add to wishlist -----*/
div#yith-wcwl-popup-message::after {
    position: absolute;
    border: 1px dashed #FF7F65;
    width: 100%;
    z-index: 999;
    height: 100%;
    border-radius: 20px;
    left: -6px;
    top: -6px;
    display: block;
    content: " ";
}
div#yith-wcwl-message {
    border: none;
    border-radius: 20px;
    background: #FFF0ED;
    color: #7E8184;
    padding: 17px 25px;
    font-family: Nunito;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 160%;
    letter-spacing: 0.02em;
}
#yith-wcwl-popup-message{
    margin: 0;
    padding: 0;
    border: none;
    background: none;
}
/*-------- end of add to wishlist -----*/




/*---------- newsletter ---------*/
.newsletter main.content > p,
.tnp-subscription { margin: 20rem auto; }
.tnp-subscription label { text-indent: 30px; }
.tnp-field input[type="submit"],
.tnp-subscription input.tnp-submit {
    margin: 10px auto !important;
    border: none !important;
    border-radius: 100px;
    background: #FF7F65 !important;
    color: #FFFFFF;
    font-family: Nunito;
    font-style: normal;
    font-weight: 800;
    font-size: 14px;
    line-height: 19px;
    text-align: center;
    letter-spacing: 0.1em;
    display: block;
    outline: 0;
    text-indent: 0;
    padding: 15px 30px !important;
}
.tnp-field input[type="submit"]:hover,
.tnp-field input[type="submit"]:active,
.tnp-field input[type="submit"]:focus,
.tnp-subscription input.tnp-submit:hover,
.tnp-subscription input.tnp-submit:active,
.tnp-subscription input.tnp-submit:focus {
    background: #FF937D !important;
    color: #FFFFFF;
    cursor: pointer;
    box-shadow: none;
    text-decoration: none;
}
@media screen and (max-width: 768px) {
    .newsletter main.content > p {
        text-align: center;
        margin: 20rem auto 12rem;
    }
    .tnp-subscription {
        margin: 15rem auto !important;
        padding: 0 15px;
    }
}
/*---------- end newsletter ---------*/




.my-accounts-login-form .modal-dialog {
    max-width: 540px;
}

.my-accounts-login-form .form-row {
    display: block;
    float: none!important;
    width: 100%!important;
    margin: 0!important;
}

.my-accounts-login-form .form-row input {
    background: rgb(245, 246, 248);
    border: 1px solid rgb(245, 246, 248);
    border-radius: 100px;
    font-family: Nunito;
    font-style: normal;
    font-size: 16px;
    line-height: 22px;
    color: rgb(126, 129, 132);
    position: relative;
    z-index: 9999;
    height: 50px;
    padding: 10px 27px;
    border-color: rgb(245, 246, 248);
    z-index: 1;
    text-indent: 0!important;
}

.my-accounts-login-form .form-row label {
    font-family: Nunito;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 22px;
    color: #7E8184;
    padding: 0 25px 0 27px;
    border: 0;
}
.my-accounts-login-form .form-row label .required {
	display: none;
 }
.my-accounts-login-form .form-row button[type="submit"] {
    border: none;
    border-radius: 100px;
    background-color: #FF7F65;
    color: #FFFFFF;
    font-family: Nunito;
    font-style: normal;
    font-weight: 800;
    font-size: 14px;
    line-height: 19px;
    text-align: center;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
    display: block;
    min-height: 50px;
}
.my-accounts-login-form .form-row button[type="submit"]:hover, 
.my-accounts-login-form .form-row button[type="submit"]:focus  {
    background-color: #FF937D;
    outline: none!important;
}

.my-accounts-login-form .form-row input:focus {
	border: 1px solid #FF7F65!important;
	background-color: #fff!important;
}

.my-accounts-login-form  .modal-header,
.my-accounts-login-form  .modal-footer {
    border: 0!important;
}

.my-accounts-login-form .register_msg.fail, .login_msg.fail {
    display: block;
    font-size: 12px;
    text-align: center;
}

.my-accounts-login-form .modal-body {
    max-width: 333px;
    margin: 0 auto;
    padding: 0;
    width: 100%;
}

.my-accounts-login-form .woocommerce-form-login__rememberme {
    display: flex!important;
    -webkit-align-items: center;
        -moz-align-items: center;
            -ms-align-items: center;
                align-items: center;
}
.my-accounts-login-form .woocommerce-form-login__rememberme input {
    margin-right: 10px!important;
    width: auto;
    height: auto;
}

.my-accounts-login-form .modal-content {
    border: 1px solid #FFF0ED;
    box-sizing: border-box;
    border-radius: 10px;
    min-height: 640px;
    padding-bottom: 45px;
}

.my-accounts-login-form .woocommerce-form-login__rememberme,
.modal .woocommerce-form-login__rememberme {
    display: flex!important;
    -webkit-align-items: center;
        -moz-align-items: center;
            -ms-align-items: center;
                align-items: center;
    -webkit-justify-content: center;
        -moz-justify-content: center;
            -ms-justify-content: center;
                justify-content: center;
}
.woocommerce .modal form.woocommerce-form-login.login,
.woocommerce .modal form.register {
    padding: 0;
    border: 0;
}
.modal .woocommerce-form-login__rememberme { margin-bottom: 20px !important; }
.modal.my-accounts-login-form .form-row label {
    padding-left: 0;
    margin-bottom: 0;
}
.my-accounts-login-form .woocommerce-message {
    border-top: 3px dashed #ff7f65;
    width: 100%;
    font-family: Nunito;
    font-style: normal;
    font-weight: bold;
    font-size: 22px;
    line-height: 30px;
    color: #7e8184;
}
.my-accounts-login-form .woocommerce #respond input#submit,.my-accounts-login-form .woocommerce a.button, .my-accounts-login-form .woocommerce button.button,.my-accounts-login-form .woocommerce input.button {
    border-radius: 20px;
    background: #FF7F65;
    color: #FFFFFF;
    font-family: Nunito;
    font-style: normal;
    font-weight: 800;
    font-size: 14px;
    line-height: 19px;
    text-align: center;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    outline: none !important;
        -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.woocommerce-message::before {
    color: #FF7F65;
}
.my-accounts-login-form .woocommerce #respond input#submit:hover,.my-accounts-login-form .woocommerce a.button:hover, .my-accounts-login-form .woocommerce button.button:hover, .my-accounts-login-form .woocommerce input.button:hover {
    background: #FF937D;
    color: #FFFFFF;
}

.cursor-pointer {
	cursor: pointer;
}

/*.my-accounts-login-form .woocommerce-form-login,
.my-accounts-login-form .woocommerce-form-register {
    border: 0!important;
    padding: 0!important;
    margin: 0!important;
}*/

.my-accounts-login-form .woocommerce-form-register p,
.my-accounts-login-form .woocommerce-ResetPassword p {
    font-family: Nunito;
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 1.4;
    text-align: center;
    color: #7E8184;
    margin-bottom: 0;
    padding: 10px 0;
}
.my-accounts-login-form .register_msg.success,
.my-accounts-login-form .login_msg.success {
    font-size: 15px!important;
}
.my-accounts-login-form .close {
	position: absolute;
	    top: 20px;
    right: 20px;
}

.my-accounts-login-form .close:focus {
	outline: none!important;
}

.my-accounts-login-form .close span {
	    font-size: 44px;
    font-weight: 300;
}

.my-accounts-login-form .modal-header {
	    padding-top: 63px;
    text-align: center;
    display: block;
    /*padding-bottom: 38px;*/
}

.my-accounts-login-form .my-accounts-login-form-title {
	font-family: WaveeWeekend;
    font-size: 42px;
    line-height: 140%;
    letter-spacing: 0.02em;
    color: #FF7F65;
    font-weight: 600;
    display: table;
    background-image: url(/wp-content/uploads/2019/08/Line.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    margin: 0 auto 38px;
}

.my-accounts-login-form .lost_password {
display: none!important;
    padding-top: 48px;
}
.my-accounts-login-form .lost_password {
	font-family: Nunito;
    font-style: normal;
    font-weight: bold;
    font-size: 15px;
    line-height: 140%;
    color: #7E8184;
    text-align: center;
}

.my-accounts-login-form {
	padding-right: 0!important;
}

.my-accounts-login-form .login_loader {
    font-size: 16px;
    text-align: center;
}

.my-accounts-login-form .login_loader img {
	    position: relative;
    top: -12px;
    right: 7px;
}

.my-accounts-login-form .login_msg.fail a {
	display: none;
}
.my-accounts-login-form .login_msg.fail  strong {
	font-size: 17px;
	margin-right: 10px;
}

.dp-tab-content {
    display: none;
}

.dp-tab-content.current {
    display: block;
}

.my-accounts-login-form .registration-tab-title,
.my-accounts-login-form .login-tab-title {
	font-family: Nunito;
	font-style: normal;
	font-weight: 800;
	font-size: 14px;
	line-height: 19px;
	text-align: center;
	letter-spacing: 0.1em;
	color: #FF7F65;
	cursor: pointer;
		padding-top: 10px;
}
.my-accounts-login-form .registration-tab-title:hover,
.my-accounts-login-form .login-tab-title:hover {
    text-decoration: underline;
}
.my-accounts-login-form .new-user-tab-title,
.my-accounts-login-form .lost-password-title {
	font-family: Nunito;
	font-style: normal;
	font-weight: normal;
	font-size: 15px;
	line-height: 1.4;
	text-align: center;
	color: #7E8184;
	margin-bottom: 0;

}

.my-accounts-login-form .lost-password-title  {
	margin-bottom: 48px;
    padding-top: 34px;    
        font-weight: 600;
        font-size: 16px;
        cursor: pointer;
}

.my-accounts-login-form .lost-password-title:hover {
    text-decoration: underline;
}

.my-accounts-login-form-no-modal {
    max-width: 90%;
    width: 550px;
    margin: 0 auto;
    padding-top: 40px;
    padding-bottom: 40px;
}
.my-accounts-login-form .form-row label {
    text-align: left;
}

.my-accounts-login-form-no-modal .form-row {
    display: flex!important;
    flex-direction: column!important;
}

.account-footer {
        overflow: hidden;
    max-width: 90%;
    margin-left: auto;
}

/*Account*/

.account-footer .footer__bottom {
    margin-left: auto;
	padding-left: 15rem;
}
.my-account-wrap {
    min-height: 80vh;
    width: 90%;
    margin: 0 auto;
    padding: 0 20px;
}

.my-account-wrap:before {
    content: '';
    position: absolute;
    background-image: url('/wp-content/uploads/2019/08/bg-4.svg');
}

.my-account-title {
    padding: 0!important;
    margin-bottom: 110px;
    text-decoration: none;
    display: inline-block;
    background: url(/wp-content/uploads/2019/08/Line.svg) left 85px center no-repeat;
    background-position: center;
    padding-top: 18px !important;
}

.my-account-item {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    border-radius: 50%;
    min-width: 350px;
    min-height: 350px;
    width: 100%;
    max-width: 350px;
    max-height: 350px;
    margin: 0 auto;
      -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    text-decoration: none;
  
}

.my-account-item:before {
    content: '';
      position: absolute;
    left: 54%;
    top: 50%;
    transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    border-radius: 50%;
    min-width: 350px;
    min-height: 350px;
    width: 100%;
    max-width: 350px;
    max-height: 350px;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    
}

.my-account-item:hover {
    text-decoration: none!important;
}
.my-account-item:hover:before {
    text-decoration: none;
    left: 50%;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

.my-account-item-title {
    font-family: Nunito;
    font-style: normal;
    font-weight: bold;
    font-size: 22px;
    line-height: 35px;
    text-align: center;
    letter-spacing: 0.02em;
    color: #7E8184;
}

.my-account-item-img {
    margin-bottom: 50px;
}

.woocommerce {
    width: 100%;
}

.my-account-item-order {
    background-color: #EBF8FC;
}
.my-account-item-order:before {
    border: 1px dashed #88D4E9;
}


.my-account-item-payments {
    background-color: #FFF0ED;
}

.my-account-item-payments:before {
    border: 1px dashed #FF7F65;
}


.my-account-item-profile {
    background-color: #EEF2F4;
}

.my-account-item-profile:before {
    border: 1px dashed #96A0A8;
}

.woocommerce {
    min-height: calc(100vh - 136px);
}

/*Main Image Front Page*/

.front-page-main-image {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 800px;
  margin-top: -72px!important;
      margin-left: -1%;
    width: 101%;
}

.top-picks__products-new {
    width: 95%!important;
    margin: 0 auto!important;
}

.main-title-front-page h1 {
    background-position: center;
      text-align: center;
    color: #7E8184;
    font-size: 46px;
}
.about__left a {
    font-size: 25px;
    display: inline-block;
    padding-top: 30px;
}
.about__row {
    width: 100%;
  padding-bottom: 130px;
}

.products-category-lists {
width: 83%!important;
    margin: 0 auto!important;
      padding-bottom: 100px;
}

.about__row .container {
    max-width: 90%;
}

.about__row-title {
    padding-top: 45px!important;
    padding-bottom: 45px!important;
}

/*Contacts Page*/


.contact {
  min-height: 100vh;
  padding-left: 100px!important;
  background-color: #D2D5D7;
  background: url("/wp-content/uploads/2019/09/contacts-new-img.jpg") top -29px right 3px no-repeat;
  background-size: cover;
    background-repeat: no-repeat;
    background-position: right;

}
.contact:after {
      content: '';
    /*background-color: rgba(143, 143, 143, 0.72);*/
    background-color: rgba(255, 255, 255, 0.5);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  z-index: 1;
  
}

.contact > div {
    position: relative;
  z-index: 2;
  
}

.contactos .footer, .contacts .footer {
margin-top: 0;
}

.contact h1 {
  background: url(/wp-content/uploads/2019/08/title-line-whote.png) no-repeat;
     
}
.contact__form .ninja-forms-field-error > * {
    font-size: 13px!important;
    margin-left: 30px!important;
    color: #FF7F65!important;
}
.contact__form label {
      display: inline;
    font-family: Nunito;
    font-style: normal;
    font-size: 16px;
    line-height: 22px;
    text-indent: 30px;
    /*color: #7E8184;*/
    color: #444;
    margin-bottom: 20px;
    text-align: left;
      font-weight: 300!important;
}
.ninja-forms-req-symbol { color: #FF7F65; }
/*.contact__form label span:after {
  content: "*";
  color: #FF7F65;
}*/
.contact__form input:not([type="submit"]) {
  background: #FFFFFF;
  width: 100%;
  margin-top: 10px;
}
.contact__form textarea {
  -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
        border-radius: 20px;
  padding: 20px;
  margin-top: 10px;
  font-family: Nunito;
  font-style: normal;
  font-size: 16px;
  line-height: 22px;
  color: #7E8184;
}

.contact__form .ninja-forms-all-fields-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.contact__form .ninja-forms-required-items,
.contact__form .input-message-wrap,
.contact__form .submit-wrap {
  width: 100%;
}
.contact__form .ninja-forms-required-items { display: none; }
.contact__form .text-wrap input {
    background: #FFFFFF;
    margin-top: 10px;
    height: 50px;
    /*background: #F5F6F8;*/
    border: none;
    border-radius: 100px;
    text-indent: 30px;
    font-family: Nunito;
    font-style: normal;
    font-size: 16px;
    line-height: 22px;
    color: #7E8184;
    position: relative;
    z-index: 999;
    width: 100%;
}
.contact__form  label {
	font-weight: 800!important;
}

.contact__form .text-wrap input:focus,
.contact__form textarea:focus{
    outline: 0;
    border: 1px solid #FF7F65;
    font-weight: 600;
    color: #7E8184;
    background: #FFFFFF;
}

.contact__form .text-wrap {
  width: 47%;
}

.contact__form input[type="submit"] {
    display: inline-block;
    -webkit-align-self: flex-end;
    align-self: flex-end;
    float: right;
    width: 195px;
    height: 60px;
    max-height: 50px;
    margin-top: -23px;
    border: none;
    border-radius: 100px;
    background: #FF7F65;
    color: #FFFFFF;
    font-family: Nunito;
    font-style: normal;
    font-weight: 800;
    font-size: 14px;
    line-height: 19px;
    text-align: center;
    text-indent: 0;
    letter-spacing: 0.1em;
    position: relative;
    z-index: 999;
    text-transform: uppercase;
}
/** #Contacts Page*/

/* Our Story */
.mobile-scroll-content {
    margin-bottom: 80px;
}
.mobile-scroll-content h2
 {
background: url(/wp-content/uploads/2019/08/title-line.png) no-repeat;
    text-align: center;
    background-position: center;
  margin-bottom: 20px;
}
.terms-content-wrap h2 {
  background: url(/wp-content/uploads/2019/08/title-line.png) no-repeat;
    text-align: left;
    background-position: left;
  margin-bottom: 20px;
}
.our-story-main-banner {
    min-height: 877px;
    background-position: right;
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 161px;
      padding-left: 30px;
    padding-right: 30px;
}
.our-story-main-banner h1 {
    margin-bottom: 176px;
      text-align: center;
    background-position: center;
}
.our-story-main-banner h2 {
    font-family: Nunito;
    font-style: italic;
    font-weight: 800;
        margin: 0 auto;
    font-size: 35px;
    line-height: 51px;
    color: #FF7F65;
    padding-top: 12px;
      padding-top: 0;
    margin-top: 0;
    padding-left: 19px;
      text-align: center;
    max-width: 80%;
}

.our-story-main-banner h2,
.our-story-main-banner h1 {
padding-left: 0!important;
  
}

 .story__content .lead {
    font-family: Nunito;
    font-style: italic;
    font-weight: normal;
    font-size: 22px;
    line-height: 140%;
    text-align: center;
    padding: 0;
    background: none;
  }
  .story__content p {
    font-family: Nunito;
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 140%;
    text-align: center;
  }
.our-story-info-wrap {
        margin-bottom: 100px;
}
.our-story-info-wrap h2 {
        font-family: Nunito;
    font-style: italic;
    font-weight: normal;
    font-size: 32px;
    line-height: 140%;
    background: url(/wp-content/uploads/2019/08/Lead-svg.png) top left no-repeat;
    background-size: cover;
      color: #7E8184;
      margin-bottom: 40px;
}

  .our-story-item {
   margin-bottom: 80px!important; 
  }

.our-story-item-last {
    margin-bottom: 185px;
}

.story_img_cover:after {
    content: '';
    width: 40px;
    height: calc(100% - 45px);
    display: block;
    position: absolute;
    top: 15px;
    z-index: 1;
}
.cover_right_blue:after {
    right: 5px;
    background: url(/wp-content/themes/tictac/app/img/story/border_right_blue.svg) center right repeat-y;
}
.cover_right_grey:after {
    right: 5px;
    background: url(/wp-content/themes/tictac/app/img/story/border_right_grey.svg) center right repeat-y;
}
.cover_left_blue:after {
    left: 5px;
    background: url(/wp-content/themes/tictac/app/img/story/border_left_blue.svg) center right repeat-y;
}
.cover_left_grey:after {
    left: 5px;
    background: url(/wp-content/themes/tictac/app/img/story/border_left_grey.svg) center right repeat-y;
}
.bg_right_blue {
    padding: 40px 40px 40px 0;
    background: url(/wp-content/themes/tictac/app/img/story/border_top_blue.svg) top right repeat-x, url(/wp-content/themes/tictac/app/img/story/border_bottom_blue.svg) bottom right repeat-x;
    position: relartive;
    z-index:3;
}
.bg_right_grey {
    padding: 40px 40px 40px 0;
    background: url(/wp-content/themes/tictac/app/img/story/border_top_grey.svg) top right repeat-x, url(/wp-content/themes/tictac/app/img/story/border_bottom_grey.svg) bottom right repeat-x;
    position: relartive;
    z-index:3;
}
.bg_left_blue {
    padding: 40px 0 40px 40px;
    background: url(/wp-content/themes/tictac/app/img/story/border_top_blue.svg) top left repeat-x, url(/wp-content/themes/tictac/app/img/story/border_bottom_blue.svg) bottom left repeat-x;
    position: relartive;
    z-index:3;
}
.bg_left_grey {
    padding: 40px 0 40px 40px;
    background: url(/wp-content/themes/tictac/app/img/story/border_top_grey.svg) top left repeat-x, url(/wp-content/themes/tictac/app/img/story/border_bottom_grey.svg) bottom left repeat-x;
    position: relartive;
    z-index:3;
}

.pink_bg_right {
    background: url(/wp-content/themes/tictac/app/img/story/ellipse-2.svg) bottom right no-repeat;
    background-size: auto 65%;
}
.blue_bg_center {
    background: url(/wp-content/themes/tictac/app/img/story/ellipse-1.svg) bottom center no-repeat;
    background-size: auto 35%;
}




.has_bottom_line { position: relative; }
.has_bottom_line > * {
  position: relative;
  z-index: 3;
}
.has_bottom_line:after {
  content: '';
  width: 100%;
  height: 120px;
  display: block;
  background: url(/wp-content/themes/tictac/app/img/story/story_line.svg) center center repeat-x;
  background-size: contain;
  position: absolute;
  z-index: 1;
  bottom: 30px;
  right: 0;
  -webkit-transform: rotate(1.08deg);
    -moz-transform: rotate(1.08deg);
        transform: rotate(1.08deg);
}


/* #Our Story */



/*Checkout*/

#add_payment_method #payment ul.payment_methods li img.stripe-icon, .woocommerce-checkout #payment ul.payment_methods li img.stripe-icon {
	max-width: 25px!important;
}

.woocommerce-checkout #payment  {
	display: block!important;
}

.woocommerce-checkout #payment ul.payment_methods li {
	width: 100%!important;
	    margin-bottom: 20px!important;
}
.cart__form-2 .cart__summary .payment .payment__method label {
	width: 100%!important;
}

.woocommerce-error.wc-stripe-error {
	    margin-bottom: 0;
	        font-size: 18px;
}
.woocommerce-checkout #payment ul.payment_methods li input+label {
	max-width: 100px!important;
    display: flex;
    text-align: center;
}
#payment .woocommerce-SavedPaymentMethods-saveNew {
	display: flex;
    align-items: center;
        justify-content: space-between;
}
.woocommerce-checkout #payment ul.payment_methods li .woocommerce-SavedPaymentMethods-saveNew input+label {
	       max-width: 90%!important;
    background: transparent;
    border: 0;
    min-height: auto;
    text-align: left;
}
.payment_method_stripe #wc-stripe-new-payment-method + label {
	    display: inline-block;
    max-width: 90%!important;
}

.woocommerce-checkout #payment input[type="tel"]{
    width: 100%!important;
    max-width: 100%!important;
        margin-top: 10px!important;
    margin-right: 0!important;
}

/*#Checkout*/
       
@media only screen and (min-width: 1921px) {
    .content {
    	max-width: 100%!important;
	}
}
@media only screen and (min-width: 1551px) {
	.sidebar {
    	width: 36%!important;
}
}
@media only screen and (max-width: 1920px) {

body p {
    font-size: 18px;
}

}
@media only screen and (max-width: 767px) {
     .account-footer {
            max-width: 100%;
     }
}

.our-story-main-banner, .contact {
	position: relative;
    /*top: -72px;*/
    padding-top: 76px;
    margin-top: -72px;
}
.contactos .footer:before, .contacts .footer:before, .footer-account:before {
	top: -110px;
	height: 180px;
}
.contactos .contact, .contacts .contact {
	padding-bottom: 75px;
}
.contactos .contact, .contacts .contact {
	padding-left: 35px;
}
.delivery .footer {
	padding-left: 190px;
}
.slider-span {
	margin-left: auto;
    margin-right: auto;
}
.slider-range {
	margin-left: auto;
    margin-right: auto;
}


.sub-menu {
  overflow: hidden;
  max-height: 0;
  transition: all 1s ease;
}
.menu-item:hover .sub-menu {
  display: block;
  max-height: 1000px;
	transition: all 1.5s ease;
}

.product .product__image img {
	margin-bottom: 20px;
}
.product .product__image, .product .product__info {
	margin-bottom: 80px;
}

.product table,
.product table td {
    border: 0!important;
}
.product table td {
    /*padding: 0!important;*/
    /*display: inline-block;*/
}
.product table .product-thumbnail img {
       width: auto;
    /*min-width: 120px;
    height: 120px;*/
        min-width: 6.5vw;
    height: 6.5vw;
}

/*.cart_item-table-wrap tr {
        display: flex;
    align-items: center;
    justify-content: space-between;
}*/
.cart_item-table-wrap .quantity .qty_btn img {
    width: 9px;
    min-width: 5px;
    height: auto;
    display: block;
    margin: 2px auto;
}

.cart__form-1 .cart-empty {
        max-width: 50%;
            margin: 0 auto;
}
.current-cart-info,
.current-cart-info .woocommerce-notices-wrapper  {
    width: 100%;
}
.footer {
	padding-left: 235px;
}


.top-navbar-mobile {
	top: 0;
}
.contact__form input[type="submit"] {
		margin-top: 5px !important;
}
/*.contact__form .ninja-forms-cont {
		min-width: 50vw !important;
}*/
.my-account-wrap .woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {
		padding-left: 20px;
}

.header__img {
	background-position: center;
}
/*.our-story-main-banner h2 {
	text-shadow: 1px 2px 1px rgba(0, 0, 0, 0.4);
}*/
.order__head {
  min-height: 58px;
/* 	height: auto; */
}
.category__filter .filter div:last-child form {
	margin-top: 50px;
	margin-bottom: 50px;
}
.category__filter .filter {
	height: auto;
}
.account-footer .footer__bottom {
    padding-left: 15rem !important;
}



@media (min-width: 768px) {
.contact {
	margin-left: -4%;
}

}

@media (max-width: 800px) {
	
}
@media (max-width: 1200px) {

	.about {
		margin-bottom: 0 !important;
	}
	.about__right {
		display: flex !important;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-around !important;
    order: 1;
		margin-top: 0 !important;
		min-width: 100%;
	}
	.about__left {
		order: 2;
		padding-top: 90px;
		background: none !important;
		padding-left: 0 !important;
		text-align: center;
		min-width: 100%;
	}
	.about__left a:after {
    padding-left: 5px;
    content: url("https://tictac.metawork.studio/wp-content/themes/tictac/app/img/Arrow.svg");
	}
	.about__right div {
		max-width: 150px;
	}
	/*.termos-e-condicoes .content p {
		margin-left: 30px;
	}*/
}

/*.cart-products-list {
    display: flex;
    align-items: center;
}*/
.cart-products-list-header {
    margin-right: 50px;
    margin-left: 10%;
    padding-right: 15px;
    padding-left: 20px;
}
@media (max-width: 767px) {

    .header .header__title .header__img {
        background-position: center !important;
    }
    .content, .footer {
        padding-left: 0;
    }
    .top-navbar {
        display: none;
    }
    .top-navbar-mobile {
        display: flex;
    }
    .left-navbar {
        display: none;
    }
    .left-navbar-mobile {
        margin-top: 25px;
    }
    .termos-e-condicoes .content h1 {
        font-size: 28px;
    }
    /*.our-story-info-wrap p {
        padding-left: 20px;
    padding-right: 20px; 
    }*/
    .account-footer {
        max-width: 100%;
    margin-left: 0;
    }
    .account-footer .footer__bottom {
        margin-left: 0;
    }
    
  .our-story-main-banner {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
            flex-direction: column;
    padding-top: 70px;
    background-size: cover;
    height: 700px;
  }
  .our-story-main-banner .story__header-title {
    position: static;
    -webkit-align-items: center;
            align-items: center;
  }
  .our-story-main-banner h1,
  .contact h1,
  .category__header h1 {
    font-family: WaveeWeekend;
    font-size: 28px!important;
    line-height: 130%!important;
    text-align: center!important;
    letter-spacing: 0.02em!important;
    margin: 20px 0 0;
  }
  .our-story-main-banner h2 {
    font-family: Nunito;
    font-style: italic;
    font-weight: 800;
    font-size: 22px;
    line-height: 130%;
    text-align: center;
  }
  .our-story-main-banner p {
    font-family: Nunito;
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 140%;
    text-align: center;
    width: 100%;
    margin-top: 0px;
    margin-bottom: 10px;
  }
  .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
    padding-right: 15px!important;
    padding-left: 15px!important;
}

.container-fluid {
padding-right: 15px!important;
    padding-left: 15px!important;
}
    .collection_block .collection-item .title-boy {
        margin-left: 0 !important;
    }
    .left-navbar-mobile {
        margin-top: 15px !important;
    }
    .top-navbar-mobile__gadgets .top-navbar-mobile__item {
        margin: 0;
    }
    .top-navbar-mobile__gadgets .top-navbar-mobile__center {
    	width: 100%;
            max-width: 30%;
    justify-content: space-around;
    display: flex;
    align-items: center;
    }
    .container {
        padding-left: 15px;
    }
    .header__title {
        text-align: center;
    }
    .header__title .header__text {
        font-size: 44px;
    }
    .header .header__title .header__img {
        background-position-x: 30% !important;
    }
    .header__text:first-of-type {
        background-position: center !important;
        background-size: contain;
    }
    .about__row .about__right {
        padding-left: 5px;
        margin-top: 50px;
    }
    .about .about__heading {
        margin-top: 0;
        white-space: nowrap;
    }
    .about {
        margin-bottom: 0;
    }
    .footer:before {
        top: -90px!important;
    }
    .footer__button {
        right: 2%;
        max-width: 40% !important;
    }
    .footer__subscribe form, .footer__subscribe .footer__input {
        width: 96%;
    }
    h1 {
        margin-top: 85px;
        text-align: center;
    background-size: contain !important;
    background-position: center !important;
        font-size: 28px;
    }
    .my-account-wrap .my-account-title {
        margin-top: 50px;
    text-align: center;
    background-size: contain !important;
    background-position: center !important;
    width: 100%;
    }
    .contact {
        padding-left: 35px;
    padding-right: 35px;
    }
    .our-story-main-banner {
        background: url("https://tictac.metawork.studio/wp-content/uploads/2019/09/bg-1.png") no-repeat;
        background-position-x: 100%;
    background-size: 180%;
    background-position-y: 120px;
      margin-bottom: 0;
    }
    .our-story-main-banner h2 {
        text-align: center;
    padding-right: 0;
    }
    .our-story-content-left {
        order: 2;
    }
    .woocommerce table.my_account_orders .button {
        margin-top: 25px;
    }
   /* .termos-e-condicoes .content p {
        padding-left: 30px;
        padding-right: 30px;
    }*/
}
/*#Account*/ 


.woocommerce div.product form.cart .variations label { line-height: 34px; }

.newsletter-content-wrap {
	padding: 100px 0 200px 0;
    min-height: calc(100vh - 500px);
}
.newsletter-content-wrap  > * {
	font-size: 21px;
}
/* -- Size modal -- */
.sizes_table { padding-right: 0; }
.sizes_table .modal-dialog {
    max-width: 743px;
    margin: 30px auto;
}
.sizes_table .modal-content {
    padding: 30px;
    border: 2px solid #FFF0ED;
    -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
            -ms-border-radius: 10px; 
}
.sizes_table .modal-header {
    display: block;
    padding: 0;
    margin-bottom: 25px;
    border: 0;
    position: relative;
}
.sizes_table .title_modal {
    width: 100%;
    display: block;
    font-family: Nunito;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 160%;
    align-items: center;
    text-align: center;
    letter-spacing: 0.02em;
    color: #7E8184;
}
.sizes_table .desc_modal,
.sizes_table .desc_modal strong {
    font-family: Nunito;
    font-style: normal;
    /*font-weight: bold;*/
    font-size: 14px;
    line-height: 160%;
    text-align: center;
    color: #7E8184;
}
.sizes_table .desc_modal { margin-top: 30px; }
.sizes_table .desc_modal a {
    color: #FF7F65;
}
.sizes_table .modal-header .close,
.sizes_table .modal-header .close::before,
.sizes_table .modal-header .close::after {
    width: 33px;
    height: 33px;
    display: block;
    position: absolute;
    -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
            border-radius: 50%;
            outline: none!important;
}
.sizes_table .modal-header .close {
    top: 7px;
    right: 30px;
    cursor: pointer;
    overflow: visible;
    -webkit-opacity: 1;
        -moz-opacity: 1;
            opacity: 1;

}
.sizes_table .modal-header .close::before {
    content: '';
    top: 0;
    left: -2px;
    background: #FFF0ED;
    -webkit-transform: translate(0);
        -moz-transform: translate(0);
            transform: translate(0);
}
.sizes_table .modal-header .close::after {
    content: '';
    top: 0;
    right: -2px;
    border: 1px dashed #FF7F65;
}
.sizes_table .modal-header .close span {
    color: #FF7F65;
    position: relative;
    z-index: 500;
    font-size: 26px;
    font-weight: 100;
    display: block;
    height: 15px;
    line-height: 15px;
    margin: -1px 0 0 1px;
    text-indent: 0;
}
.sizes_table .table_size {
    width: 100%;
    height: auto;
    display: block;
    padding: 9px;
    margin: 15px auto;
    border: 1px dashed #FF7F65;
    -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
            border-radius: 10px;
}
.sizes_table .table_size .head,
.sizes_table .table_size .content_size .row_item {
    width: 100%;
    display: -webkit-flex;
        display: flex;
    -webkit-justify-content: space-between;
        -moz-justify-content: space-between;
            -ms-justify-content: space-between;
                justify-content: space-between;
    -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
}
.sizes_table .table_size .head .item,
.sizes_table .table_size .content_size .row_item .item {
    width: calc( ( 100% - 120px ) / 5);
    text-align: center;
}
.sizes_table .table_size .head .item:first-child,
.sizes_table .table_size .content_size .row_item .item:first-child {
    width: 120px;
    text-align: left;
}

.sizes_table .table_size .head {
    font-family: Nunito;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 160%;
    color: #7E8184;
    background: #FFF0ED;
    padding: 8px 18px;
    -webkit-border-radius: 6px;
        -moz-border-radius: 6px;
            border-radius: 6px;
}
.sizes_table .table_size .head div:first-child { color: #FF7F65; }
.sizes_table .table_size .content_size {
    padding: 10px 0;
}
.sizes_table .table_size .content_size .row_item {
    font-family: Nunito;
    font-style: normal;
    font-weight: 100;
    font-size: 14px;
    line-height: 160%;
    padding: 3px 18px;
}

.woocommerce div.product {
	width: 100%!important;
}

.about__left {
	position: relative;
    z-index: 12;
}

.error404 .search {
    position: relative;
    z-index: 22;
}

.error404 .search-input {
        padding-right: 140px;
}	
#post-404 {
	text-align: center;
}
.sidebar {
	    max-width: 100%;
    width: 80%;
    padding-bottom: 87px;
}
.error404 .search-submit {
position: absolute;
    top: 0;
    margin: 0;
    min-height: 50px;
    right: 0;
}

@media only screen and (max-width: 1550px) {
  .our-story-main-banner {
    background-position: -50px;
  }

}

@media only screen and (min-width: 981px) and (max-width: 1200px) {
	.collection_block .collection-item .normal_img {
		max-height: 300px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.progress_line .item .name {
		    white-space: normal!important;
		    line-height: 1.1!important;
		    font-size: 8px!important;
	}
}

@media only screen and (min-width: 768px) and (max-width: 980px) {

.product__description .product__description-text {
	    padding: 20px!important;
}

	.description a {
		font-size: 15px;
    	line-height: 1.1;
	}


  
  .terms-content-wrap {
    padding-left: 30px;
  }

  .footer__input {
    width: 100%!important;
  }
  .footer__top {
      padding-right: 20px;
    padding-left: 55px;
  }
.our-story-main-banner {
    padding-left: 40px;
   background-position: -114px;
    min-height: 500px;
    margin-bottom: 20px;
  }

  
.our-story-main-banner h1 {
    margin-bottom: 0;
}
  .our-story-main-banner h2 {
    max-width: 75%;
    font-size: 30px;
  }
  .our-story-content-right,
  .our-story-content-left {
    padding-left: 30px!important;
    padding-right: 30px!important;
  }
  .footer__bottom {
        padding-left: 30px!important;
    padding-right: 30px!important;
  }
   .footer__subscribe {
    width: 100%;
  }
  .about__right {
    padding-left: 5px!important;
  }
  .about__right {
    margin-bottom: 60px!important;
  }
  .collection_block .collection-item .normal_img {
    max-height: 200px;
  }
}

@media screen and (max-width: 768px) {
    .sizes_table .modal-dialog { margin: 0; }
    .sizes_table .modal-content .modal-header {
        padding-left: 20px;
        padding-right: 20px;
    }
    .sizes_table .modal-content {
        padding-left: 0;
        padding-right: 0;
        border: 0;
        -webkit-border-radius: 0;
            -moz-border-radius: 0;
                border-radius: 0;
                max-width: 96%;
    margin: 0 auto;
    margin-top: 6px;
    margin-bottom: 6px;
    }
    .sizes_table .desc_modal, .sizes_table .desc_modal strong { font-size: 12px; }
    .sizes_table .modal-body { padding: 0; }
    .sizes_table .table_size {
        padding: 0;
        border-left: 0;
        border-right: 0;
    }
    .sizes_table .table_size,
    .sizes_table .table_size .head {
        -webkit-border-radius: 0;
            -moz-border-radius: 0;
                border-radius: 0;
    }
    .sizes_table .table_size .head,
    .sizes_table .table_size .content_size .row_item {
        font-size: 13px;
        line-height: 120%;
        padding-left: 25px;
        padding-right: 25px;
    }


}



@media only screen and (min-width: 981px) {
.ml-40 {
margin-left: -40px;
}
  .our-story-content-right {
      padding-right: 90px!important;
  }
  .our-story-content-left {
      padding-left: 90px!important;
  }
  .our-story-info-wrap h2 {
    padding-left: 60px
  }

}


.full-bg-new {
	margin-left: -1%;
    width: 101%;
}

.full-bg-new .container {
	max-width: 100%!important;

}
.cart-empty,
.woocommerce-notices-wrapper {
	height: 100%;
}
@media only screen and (max-width: 767px) {

/*Main mobile Style*/

.footer__subscribe .tnp-email {
    width: 100%;
    text-indent: 0;
    padding-left: 10px;
        padding-right: 112px;
            font-size: 13px;
            min-width: 100%;
}

footer .footer__subscribe .tnp-button {
            font-size: 10px;
    width: 120px;
    right: 0;
        padding: 5px!important;
}
#payment .woocommerce-SavedPaymentMethods-saveNew {
		    padding: 0!important;
	}

.checkout.woocommerce-checkout {
	    padding-top: 25px!important;
}

.table-mobile-products-info td:first-child {
	text-align: left!important;
}

.data_product_mobile {
    background-color: rgba(210, 213, 215, .2);
        display: flex;
    align-items: center;
    justify-content: space-between;
}
.cart-button {
	max-width: 100%!important;
	width: 100%!important
}

.cart__form-1 .product .product-item-mobile {
	    margin: 0;
}

.cart-body-footer .footer {
	padding-bottom: 115px!important;
}

.product-thumbnail {
	padding-right: 0!important;
}

 .current-cart-info {
 	    margin-top: 40px!important;

 }

.cart__summary-mobile {
	    padding: 10px 0 15px 0!important;
}

.top-navbar-mobile {
position: relative;
    z-index: 9999;

}

.my-accounts-login-form {
	    padding-top: 40px!important;
    padding-bottom: 40px!important;
}

	.wishlist__menu {
		justify-content: space-between!important;
		padding-left: 0!important;
    	padding-right: 0!important;
	}


.left-navbar-mobile .sidebar-info-menu {
	padding-top: 90px!important;
}

.left-navbar-mobile .sidebar-info-menu a {
	    text-transform: uppercase;
    font-weight: 400;
}

.error404 h1 {
	margin-top: 90px!important;
    font-size: 28px;
}

.error404 h2 {
	    text-align: center;
    font-size: 20px;
}
.woocommerce {
	min-height: auto;
}

.cart-title {
	order: 1!important;
}

.top-navbar__progress-mobile {
	order: 2!important;
	margin-bottom: 30px;
}

.current-cart-info {
	order: 3!important;
}

body .cart__form-1 h1 {
	margin-bottom: 0!important;
}

body .progress_line {
	max-width: 95%!important;
}

body .progress_line .item .name {
	white-space: normal!important;
	text-align: center;
}
body .progress_line .item:last-child .name {
	    left: -50%;
}
body .progress_line .item:first-child .name {
	    left: 100%;
}

.current-cart-info .container  {
max-width: 100%!important;
}


.cart__summary-mobile.row  {
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 1;
}
.cart-empty {
	height: 100%!important;
}

.woocommerce-message {
	margin-top: 50px!important;
	font-size: 16px!important;
}

.pagination .page-item > * {
	color: #7E8184!important;
	    font-weight: 400!important;
	        width: 45px!important;
    height: 45px!important;
        min-width: 45px!important;
    min-height: 45px!important;
}
.pagination .page-item.active > * {
	    color: #FF7F65!important;
}
.pagination {
	    padding: 0!important;
    justify-content: center!important;
    margin-top: 60px!important;
    margin-bottom: 60px!important;
}

	.category__items .description {
padding: 0;
	}
.category__menu {
	margin-top: 0!important;
}
.category__filter {
	    margin: 0!important;
}
body .category__header h1 {
	margin-left: 0!important;
    padding: 0!important;
    background-size: 90px!important;
}
.category__header p{
	margin: 0!important;
}

	.delivery__img {
		margin-bottom: -50px;
		    background-position: top!important;
	}
	.delivery {
		padding-left: 0!important;
		padding-right: 0!important;
	}
	.delivery__content:before {
		content: '';
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		background: rgba(255,255,255,1);
background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(225,226,221,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(100%, rgba(225,226,221,1)));
background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(225,226,221,1) 100%);
background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(225,226,221,1) 100%);
background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(225,226,221,1) 100%);
background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(225,226,221,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e1e2dd', GradientType=0 );
		z-index: -1;
	}
/*	.delivery:after {
		content: '';
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		background: red;}*/

.delivery h1 {
	    margin-top: 90px!important;
}

	.top-navbar-mobile {
		-webkit-box-shadow:  0px -3px 11px 0 rgba(0, 0, 0, 0.22);
    box-shadow: 0px -3px 11px 0 rgba(0, 0, 0, 0.22);
	}
.about__heading {
	background-size: 150px !important;
    background-position: center!important;
    font-size: 28px!important;
}

.collection_block .description {
	padding-left: 0!important;
}

.delivery__description {
	width: 100%!important;
    margin-top: 45px!important;
}

/*Single Product*/
.collection_block .collection-item .normal_img {

    max-height: 350px;
}

.product__img-container img {
	    height: 600px;
    max-height: 600px;
    -o-object-fit: cover;
       object-fit: cover;
    min-height: 600px;
}

.product > .container {
	    max-width: 100%!important;
}
/*#Single Product*/

  .mobile-scroll-content {
    margin-bottom: 0!important;
  }
 body .about__left p {
        font-size: 18px!important;
    font-style: normal!important;
 }

/*
  .our-story-main-banner:after {
    content: '';
    background-image: url('/wp-content/uploads/2019/09/ourstory-img-mobile.jpg');
    display: block;
        display: block;
   min-height: 605px;
    background-size: cover;
    background-position: bottom;
    background-repeat: no-repeat;
      position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    min-height: 550px;
    z-index: 1;
    max-height: 650px;
  }
*/
.yith-wcwl-add-to-wishlist {
        text-align: center;
            height: 0;
}
.woocommerce-variation-add-to-cart .yith-wcwl-add-to-wishlist {
            margin-bottom: 46px;

}

.yith-wcwl-add-button a.add_to_wishlist {
        margin-bottom: 0!important;
}

  body .product__info h1  {

  }

  .product__description {
    margin-left: 0!important;
    margin-right: 0!important;
  }

.our-story-main-banner {
    background-size: cover!important;
    margin-bottom: 50px!important;
}
  
  .contact:after {
    content: '';
    background-image: url(/wp-content/uploads/2019/09/mobile-contact-us-img.jpg);
    display: block;
    display: block;
    min-height: 605px;
    background-size: cover;
    background-position: bottom;
    background-repeat: no-repeat;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    min-height: 550px;
    z-index: 1;
    max-height: 650px;
        top: auto!important;
    
  }
/*
  .our-story-main-banner:before {
    content: '';
       background-image: url('/wp-content/uploads/2019/09/our-story-top-img.svg')!important;
        background-size: contain!important;
    background-position: top!important;
    background-repeat: no-repeat!important;
        position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
  }
*/
  /*.our-story-main-banner {
    
    min-height: 1000px!important;
  background: rgba(254,250,247,1)!important;
  background: -moz-linear-gradient(left, rgba(254,250,247,1) 0%, rgba(246,242,239,1) 100%)!important;
  background: -webkit-gradient(left top, right top, color-stop(0%, rgba(254,250,247,1)), color-stop(100%, rgba(246,242,239,1)))!important;
  background: -webkit-linear-gradient(left, rgba(254,250,247,1) 0%, rgba(246,242,239,1) 100%)!important;
  background: -o-linear-gradient(left, rgba(254,250,247,1) 0%, rgba(246,242,239,1) 100%)!important;
  background: -ms-linear-gradient(left, rgba(254,250,247,1) 0%, rgba(246,242,239,1) 100%)!important;
  background: linear-gradient(to right, rgba(254,250,247,1) 0%, rgba(246,242,239,1) 100%)!important;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefaf7', endColorstr='#f6f2ef', GradientType=1 )!important;
     

  }*/
  
  .our-story-main-banner {
  background-position: left!important; 
    min-height: 450px!important;
  }
  
    .our-history-preview-info h2 {
    font-size: 22px!important;
    font-style: italic;
          position: relative;
    z-index: 2;
      line-height:  29px!important;
  }
    body p, html p {
    font-size: 18px;
  }
 
  .footer__top {
      padding-right: 20px;
    padding-left: 20px;
  }
  .footer__subscribe {
    width: 100%;
  }
  .our-story-main-banner h1 {
    position: relative;
    z-index: 2;
  }
/*   .our-story-main-banner {
        margin-bottom: 0!important;
  } */
  .mobile_total {
    align-items: center;
  }

 .mobile_total {

 }


  .our-story-main-banner h1,
  .contact h1,
  .terms-title h1,
  .category__header h1,
  .cart__form-1 h1,
  .wishlist__header h1,
  .my-account-title 
   {
        margin-top: 90px!important;
    margin-bottom: 40px!important;
    background-size: 120px!important;
  }
  .our-story-content {
    padding-left: 0!important;
    padding-right: 0!important;
  }
  .our-story-content img {
      padding-top: 50px!important;
    padding-bottom: 50px!important;
        
  }

  .mobile-scroll-content .row {
    flex-wrap: nowrap!important;
        overflow-x: scroll;
        overflow-y: hidden;
  }
 .mobile-scroll-content .title {
        bottom: 20px!important;
  }
  .our-story-info-wrap {
    background-image: url('/wp-content/uploads/2019/09/new-background-img.svg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
    flex-direction: column-reverse;
  }
  .our-story-info-wrap {
    margin-bottom: 0!important;
  }
    .mobile-scroll-content h2,
  .terms-content-wrap h2,
  .main-title-front-page h1,
  .my-account-title {
        font-size: 28px!important;
    background-size: 120px!important;
  }
  .contact__form .text-wrap,
  .contact__form input[type="submit"]{
  width: 100%!important;
  min-width: 100%!important;
  max-width: 100%!important;
  }
  .terms-content-wrap h2 {
    background-position: center;
    text-align: center!important;
  }
  .contact h1 {
      background-size: 165px!important;
}
  .contact {
    background-color: #f7f7f7;
    background-image: none;
    min-height: 1300px;
  }
  .contact {
    padding-left: 0!important;
    padding-right: 0!important;
  }
  .products-category-lists {
        width: auto!important;
        padding-bottom: 50px!important;
        margin-right: -15px!important;
    margin-left: -15px!important;
    
  }
  .top-picks__products .top-picks__img {
    
  }
  .front-page-main-image-wrap > div {
  padding: 0!important;
  }
  .about__row {
    padding-bottom: 65px!important;
  }
  .about__row-title {
    padding-bottom: 0!important;
  }
  .about__left a {
    font-size: 18px;
  }
  .top-picks__products-new {
    width: auto!important;
    margin-right: -15px!important;
    margin-left: -15px!important;
  }
  .about__right p {
    margin-top: 20px!important;
  }
  .about__right {
    margin-bottom: 100px!important;
  }
  .footer__input {
        text-indent: 0;
        padding-left: 15px;
  }
  .product-images-items {.my-account-wrap .my-account-title
    padding: 0!important;
  }
  body .product__info {
    padding-left: 15px!important;
    padding-right: 15px!important;
  }
}

@media only screen and (max-width: 580px) {

	.wishlist .wishlist-item .description div:last-child button, .wishlist .woocommerce .btn_wishlist a.button.alt {
    	height: auto;
    	width: 99%;
    	    min-width: auto;
    	        font-size: 8px!important;
    	            min-width: 100%!important;
    	            line-height: 1.1!important;
	}
	.wishlist .wishlist-item .description span:first-child {
		    font-size: 14px!important;
	}

	.category__items .category-item {
	    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
	}
.sidebar {
    width: 95%;
}
	.product__img-container img {
    height: 350px!important;
    max-height: 350px;
    object-fit: cover;
}
.collection_block .collection-item .normal_img {

    max-height: 250px;
}
	 .top-navbar-mobile__gadgets .top-navbar-mobile__center {
            max-width: 50%;
    
    }
    .footer__button {
       font-size: 10px;
       right: 0%;
       max-width: 35% !important; 

  }
  .footer__input {
    padding-right: 100px!important;
  }
  .our-story-main-banner {
        padding-left: 0;
    padding-right: 0;
  }
  .our-story-main-banner h2 {
    max-width: 100%;
  }
  body .about__right img {
    max-width: 65px!important;
  }
  body .about__right p {
    font-size: 12px!important;
    margin-top: 20px!important;
  }

.woocommerce form em, .woocommerce form label {

}
.variations .label  {
           padding: 0!important;
    margin: 0;
}
.variations label > *
{
 margin: 0;
}
.woocommerce div.product form.cart .variations td.label label{
font-size: 12px!important;
margin: 0!important;
    padding: 0!important;
}

.woocommerce div.product form.cart .variations tr {
        align-items: center;
    justify-content: space-around;
}
}



@media screen and (max-width: 570px) {
    .sizes_table .table_size .head .item span { display: block; }
}


@media screen and (max-width: 400px) {
    .sizes_table .table_size .head .item, .sizes_table .table_size .content_size .row_item .item {
        width: calc( ( 100% - 100px ) / 5);
    }
    .sizes_table .table_size .head .item:first-child,
    .sizes_table .table_size .content_size .row_item .item:first-child { width: 100px; }
    .sizes_table .table_size .head, .sizes_table .table_size .content_size .row_item {
        padding-left: 15px;
        padding-right: 15px;
    }
}

/*mobile dropdown menu*/
.left-navbar-mobile__dropdown {
  display: none;
  margin: 0 15px;
  padding: 0;
  height: 0;
  margin-left: 0;
  padding: 25px;	
	
}
.left-navbar-mobile__menu-item:hover > .left-navbar-mobile__dropdown {
  width: 100vw;
  height: 100vh;
  top: 0;
  position: absolute;
  left: 0;
  display: -webkit-flex !important;
  display: flex !important;
  -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-align-items: center;
          align-items: center;
  background: #FFFFFF;
  background-image: url("../img/Bg pattern.svg");
  background-size: cover;
  z-index: 1000000;
}
.left-navbar-mobile .left-navbar-mobile__dropdown-item {
  font-family: Nunito;
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 130%;
  -webkit-justify-content: center;
          justify-content: center;
  letter-spacing: 0.02em;
  color: #7E8184;
}
.left-navbar-mobile .left-navbar-mobile__dropdown span:first-child {
  width: 100%;
  margin-bottom: 30px;
  text-align: left;
}
.left-navbar-mobile .left-navbar-mobile__dropdown a {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.left-navbar-mobile .left-navbar-mobile__dropdown span:last-child {
  width: 100%;
  margin-top: 30px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-align-items: center;
          align-items: center;
  -webkit-justify-content: center;
          justify-content: center;
}
.left-navbar-mobile .left-navbar-mobile__dropdown span:last-child:before {
  content: "";
  width: 148px;
  height: 1px;
  background: #F3F3F3;
  margin-bottom: 30px;
}
.left-navbar-mobile .left-navbar-mobile__dropdown ul {
  padding-left: 0;
}
.left-navbar-mobile .left-navbar-mobile__dropdown ul li {
  max-width: 143px;
  margin-bottom: 25px;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  text-align: center;
}
.left-navbar-mobile__menu-item a:hover, .left-navbar-mobile__dropdown a:hover {
  color: #FF7F65;
}
.left-navbar-mobile__dropdown-item a {
  font-family: Nunito;
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 240%;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  letter-spacing: 0.02em;
  color: #7E8184;
  text-decoration: none;
}





/*Mobile Menu*/


@media screen and (max-width: 767px) {
	.main_menu_side {

	}
	.main_menu_side ul li {
		justify-content: center!important;
	}
	.social-networks-menu a {
		font-size: 25px!important;
		color: #FF7F65 !important;
	}

	.social-networks-menu {
		margin-top: 50px;
	}
    .main_menu_side {
      position: absolute;
      top: -100%;
      /*left: -400px;*/
      width: 100vw;
      height: 100%;
      background: #fff;
        top: -150%;
      transition: all 0.4s;
      overflow: hidden;
      z-index: 9999;
      /*-webkit-box-shadow: 0px 0px 15px 0 rgba(0, 0, 0, 0.22);
        box-shadow: 0px 0px 15px 0 rgba(0, 0, 0, 0.22);*/
    }
    .main_menu_side ul {
        padding: 0!important;
        list-style: none;
    }
    .main_menu_side li {
        display: flex!important;
        justify-content: space-between;
    }

    .headline {
      text-transform: uppercase;
      font-size: 20px;
      font-weight: 700;
      margin: 0 0 27px 0;
      display: inline-block;
      text-align: left;
    }

    .main_menu_side {
        /*left: -100vw;*/
        width: 100vw;
        margin-top: 62px!important;
        padding: 20px 20px 0 20px;
        background-image: url('/wp-content/uploads/2019/09/Bg-mobile-menu.svg');
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
    }
    .account_page_menu {
        display: block;
        width: 100vw;
        background: #FFFFFF;
        top: -150%;
        position: absolute;
        -webkit-transition: all .4s ease;
            -moz-transition: all .4s ease;
                transition: all .4s ease;
    }
    .account_page_menu.open { top: 0; }
    .account_page_menu .left-navbar__menu {
        position: absolute;
        width: 100%;
        background: #fff;
        padding: 0;
        /*height: 100vh;*/
        height: auto;
        /*overflow-y: auto;*/
        background: url('../img/mobile_account_bg.svg') no-repeat;
        background-size: cover;
    }
    .account_page_menu .left-navbar__logo { display: none; }
    .account_page_menu .left-navbar__menu-block {
        padding-left: 0;
        padding-right: 0;
        padding-bottom: 40px;
    }
    .account_page_menu .left-navbar__menu-block .go_to_shop a {
        position: relative;
        font-weight: normal;
    }
    .account_page_menu .left-navbar__menu-block .go_to_shop a::after {
        content: " ";
        background: url('../img/return_shopt.svg') center center no-repeat;
        width: 10px;
        height: 10px;
        display: inline-block;
        background-size: contain;
        position: absolute;
        top: 50%;
        -webkit-transform: translate(-100%, -50%);
        -moz-transform: translate(-100%, -50%);
        transform: translate(-100%, -50%);
    }
    .account_page_menu .left-navbar__menu-block li { text-align: center; }
}

.main_menu_side .inner {
  overflow-y: scroll;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 40px 0 0 40px;
}

@media screen and (max-width: 1024px) {
  /*.main_menu_side .inner {
        padding: 30px 45px 0 45px;
  }*/
}

@media screen and (max-width: 480px) {
  .main_menu_side .inner {
    padding: 20px 20px 0 20px;
  }
}

.main_menu_side.open {
    z-index: 99;
  top: 0;
}

.main_menu_side .close, .main_menu_side #tx_wwcookie_message .close, #tx_wwcookie_message .main_menu_side .close {
  z-index: 20;
  right: 27px;
}

.main_menu_side a {
  color: #7E8184;
  font-weight: 700;
  transition: all 0.4s;
  display: inline-block;
  text-align: center !important;
  max-width: calc(100% - 70px);
  line-height: 1.5;
  text-decoration: none;
display: block;
    width: 100%;
        font-size: 18px;
    /*line-height: 300%;*/
    display: flex;
    align-items: center;
    text-align: center;
    letter-spacing: 0.02em;
    color: #7E8184;
    justify-content: center;
}


.main_menu_side a:hover {
  color: #90989c;
}

.main_menu_side a:active, .main_menu_side a:focus {
  /*color: #ffffff;*/
}

.main_menu_side a.sub_open {
  /* float: right; */
  padding: 0 20px;
  /*border-left: 1px solid #90989c;*/
  position: absolute;
  width: 60px;
  text-indent: -99999px;
  direction: ltr;
  right: 0;

}

.main_menu_side a.sub_open:after {
  content: "";
  display: block;
  /* font-family: "FontAwesome"; */
  text-indent: 0;
  /*position: absolute;*/
  /*top: 0;*/
  /*left: 20px;*/
  font-size: 19px;
      font-size: 19px;
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
        background-image: url(/wp-content/uploads/2019/09/next-svg.svg);
    width: 50px;
    height: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.main_menu_side a.back {
  display: block;
  padding: 0 0 0 33px;
  margin: 0 0 25px 0;
  color: #90989c;
  position: relative;
  font-weight: 400;
  text-align: left!important;
}

.main_menu_side a.back:before {
  content: "";
  /* font-family: "FontAwesome"; */
  position: absolute;
  left: 7px;
  top: 50%;
  transform: translateY(-50%);
  //@include center_transform;
  font-size: 15px;
  color: #90989c;
  z-index: 1;
}

.main_menu_side a.back:after {
  content: '<';
  display: block;
  color: #FF7F65;
  width: 22px;
  height: 22px;
  line-height: 22px;
  border-radius: 100%;
  /* border: 2px solid #90989c; */
  transition: all 0.4s;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  //@include center_transform;
  z-index: 0;
}

.main_menu_side a.back:hover {
  text-decoration: none;
}

/* .main_menu_side a.back:hover:before {
  color: #000000;
} */

/* .main_menu_side a.back:hover:after {
  background: #90989c;
} */

.main_menu_side ul li {
  margin: 0 0 25px 0;
  
}

.main_menu_side ul li.active > a {
  color: #ffec00;
}

.main_menu_side .headline {
  color: #ffffff;
}

.main_menu_side .headline:hover {
  color: #ffffff;
}

.main_menu_side .sub {
  position: absolute;
  background: #fff;

  height: 100%;
   width: 100vw; 
  padding: 40px 0 0 40px;
  top: 0;
  left: -100%;
}

@media screen and (max-width: 1024px) {
  .main_menu_side .sub {
    padding: 30px 30px 0 30px;
      background-image: url('/wp-content/uploads/2019/09/Bg-mobile-menu.svg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  }
}

@media screen and (max-width: 480px) {
  .main_menu_side .sub {
    width: 100vw;
    padding: 20px 0 0 20px;
  }
}

.main_menu_side .sub.active {
  left: 0;
  z-index: 10;
}

.main_menu_side .sub ul {
  padding: 0;
  margin: 0;

}

.main_menu_side .sub ul.subopen li {
  display: none;
}

.main_menu_side .sub ul.subopen li.open {
  display: block;
}

.main_menu_side .sub ul.subopen li.open li {
  display: block;
}
