/* DEFAULTS */
@font-face {
  font-family: Montserrat;
  src: url(/wp-content/themes/tekland/assets/fonts/Montserrat/Montserrat-VariableFont_wght.ttf);
  font-display: swap;
}
@font-face {
  font-family: Jost;
  src: url(/wp-content/themes/tekland/assets/fonts/Jost/Jost-VariableFont_wght.ttf);
  font-display: swap;
}
@keyframes spinHorizontal {
    0% {
        transform: rotateY(0deg);
    }

    100% {
        transform: rotateY(360deg);
    }
}
@keyframes co_grow {
    0% {
        transform: scale(0.95);
    }

    70% {
        transform: scale(1);
    }

    100% {
        transform: scale(0.95);
    }
}
@keyframes forgo {
    0% {
        transform: rotate(0);
    }
    100% {
        transform: rotate(360deg);
    }
}
@keyframes forgoCart {
    0% {
        transform: rotate(0);
    }
    100% {
        transform: rotate(360deg);
    }
}
@keyframes hideAdded {
    0% {
        visibility: visible;
        opacity: 1;
    }
    90% {
        visibility: visible;
        opacity: 1;
    }
    100% {
        visibility: hidden;
        opacity: 0;
    }
}
@keyframes mozgas {
    0% {
        transform: translatex(0%);
        opacity: 0;
    }
    20% {
        opacity: 1;
    }
    80% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        transform: translatex(100%);
    }
}
:root{
    --globalGreen: #9CB675;
    --globalGreen2: #A6CE39;
    --globalBrown: #56392D;
    --anchorGreen: #1E3F20;
    --textBlack: #121212;
}
body{
    font: 13px/20px PTSansRegular,Arial,Helvetica,sans-serif;
    --wp--preset--font-family--system-font: Montserrat!important;
    font-family: Montserrat!important;
    overflow-x: hidden;
}
/* [data-elementor-type="header"], */
[data-elementor-type="wp-page"],
[data-elementor-type="footer"]{
    overflow-x: hidden;
}
h1{
    width: 100%;
    text-align: center;
    margin-top: 30px!important;
}
h1,
h2,
h3,
h4,
h5,
h6,
button,
input,
select,
p,
span,
textarea,
body > *{
    font-family: Montserrat;
}
p{
    color: #1E3F20;
    font-size: 17px;
    line-height: 30px;    
}
::placeholder{
    color: #d2d2d2!important;
}
body:not(.logged-in) .tl-logout{
    display: none;
}
.tl-reg-reasons{
    display: none;
}
body a,
body a:hover,
body a:after,
body a:before {
    color: var(--anchorGreen);
    text-decoration: none!important;
}
.dashboard-icon{
    position: relative;
}
.wp-site-blocks{
    overflow-x: clip;
}
main{
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    align-content: center;
    justify-content: center;
    max-width: 1200px!important;
    margin: auto;
    margin-bottom: 0!important;
}
@media (min-width: 1024px) {
    header+div.has-global-padding,
    main{
        min-height: calc(100vh - 473px);
    }
}
main.home-page{
    position: unset;
}
#wps_wpr_order_notice,
.woocommerce-message,
.hidden{
    display: none;
}
.woocommerce a.button,
.single_add_to_cart_button,
.button:not(.is-form),
.tl-btn,
.wp-element-button,
input[type="submit"].submit{
    display: block;
    padding: 12px 30px;
    width: fit-content;
    background: #B6050E;
    color: white!important;
    border-radius: 25px;
    /* text-transform: uppercase; */
    font-weight: 600;
    font-size: 14px;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    transition: all .2s;
    background-size: 200% 100%;
    outline: none;
    border: none;
}
.woocommerce a.button,
.single_add_to_cart_button{
    width: 100%;
    box-sizing: border-box;
    line-height: 14px;
    margin-top: 0;
}
.tl-btn.chevron-right{
    display: flex;
    align-items: center;
    position: relative;
}
.tl-btn.chevron-right:after{
    content: '';
    display: inline-block;
    background-image: url('/wp-content/themes/tekland/assets/svg/chevron_right.svg');
    width: 14px;
    height: 14px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.tl-btn.cart-icon-btn{
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 100%;
    box-sizing: border-box;
}
.tl-btn.cart-icon-btn::before{
    content: '';
    display: inline-block;
    background-image: url('/wp-content/themes/tekland/assets/svg/cart.svg');
    width: 14px;
    height: 14px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin-right: 5px;
}
.tl-home-col-2{
    display: grid;
    grid-template-columns: repeat(2, 50%);
    padding: 132px 0;
    margin-top: 0;
    position: relative;
}
.tl-grey-cont .tl-home-col-2{
    padding-bottom: 77px;
}
.tl-home-prods{
    padding: 114px 0;
}
.tl-home-col-2-text{
    max-width: 557px;
    text-align: left;
}
.img-left .tl-home-col-2-text{
    max-width: unset;
}
.tl-home-col-2-imgbox{
    position: relative;
    text-align: center;
}
.tl-home-col-2-imgbox img{
    width: 70%;
    filter: brightness( 100% ) contrast( 100% ) saturate( 150% ) blur( 0px ) hue-rotate( 0deg );
    border-radius: 8px 0px 0px 8px;
}
.img-left .tl-home-col-2-imgbox img.tl-home-col-2-img{
    width: 90%;
}
.tl-subtitle{
    font-family: Jost;
    color: var(--textBlack);
    font-size: 45px;
    font-weight: 500;
    line-height: 60px;
    margin: 0;
}
.tl-subtitle-above{
    font-family: Jost;
    font-size: 18px;
    font-weight: 400;
    color: var(--anchorGreen);
}
.tl-subtitle-above.lighter-green{
    color: var(--globalGreen2);
}
img.tl-home-col-2-imgbg{
    position: absolute;
    bottom: -44px;
    left: 77px;
    width: 200px;
    z-index: 0;
}
.img-left img.tl-home-col-2-top-imgbg{
    position: absolute;
    top: -34px;
    left: 33px;
    width: 86px;
    z-index: 0;
}
.tl-home-col-2-imgbox img.tl-home-col-2-img{
    position: relative;
    z-index: 2;
    border-radius: 0px 8px 8px 0px;
}
.tl-home-col-2-imgbox img.tl-home-col-2-img.small-img{
    max-width: 70%;
}
.button:not(.is-form):hover,
.tl-btn:hover,
.wp-element-button:hover,
input[type="submit"].submit:hover{
    background-color: #8b050c!important;
    border-radius: 25px;
}
.tl-white-cont{
    width: 100%;
    text-align: center;
    background-color: #ffffff;
}
.tl-grey-cont{
    background-color: #F9F9F9;
    position: relative;
    text-align: center;
    width: 100%;
}
.woocommerce-tabs .wc-tab:before,
.tl-grey-cont::before{
    content: '';
    position: absolute;
    background-color: #F9F9F9;
    width: 100vw;
    height: 100%;
    /* max-height: 731px; */
    left: -50%;
    top: 0;
    /* transform: translate(0, -132px); */
    z-index: -1;
}
.woocommerce-tabs .wc-tab:after,
.tl-grey-cont::after{
    content: '';
    position: absolute;
    background-color: #F9F9F9;
    width: 100vw;
    height: 100%;
    /* max-height: 731px; */
    right: -50%;
    top: 0;
    /* transform: translate(0, -132px); */
    z-index: -1;
}
.tl-grid-4{
    display: grid;
    grid-template-columns: repeat(4, 25%);
    margin-top: 115px;
    margin-bottom: 100px;
}
.tl-grid-4-cont{
    padding: 0 0 50px 0;
    margin: 0 20px;
    box-shadow: 0px 28px 31px -6px rgba(232, 232, 232, 0.42);
    border-radius: 0px 0px 15px 15px;
}
.coworkers-grid{
    text-align: left;
}
.coworkers-img-cont{
    display: flex;
    position: relative;
}
.coworkers-img{
    height: 250px;
    width: 100%;
    max-width: 100%;
    object-fit: cover;
    object-position: top;
}
.coworkers-img-cont::after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: #A6CE3938;
}
.coworkers-name{
    font-family: Jost;
    font-size: 20px;
    font-weight: 500;
    color: var(--anchorGreen);
    margin: 0;
}
.coworkers-title{
    font-family: Jost;
    color: var(--textBlack);
    font-size: 14px;
    font-weight: 400;
    margin: 0;
}
.coworkers-icon-cont{
    display: flex;
    flex-flow: row;
    align-items: center;
    gap: 10px;
}
.coworkers-icon-cont a{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 18px;
    height: 18px;
    padding: 0.5em;
    background-color: var(--anchorGreen);
    border-radius: 50%;
}
.coworkers-icon-cont svg{
    fill: #ffffff;
    width: 17px!important;
    height: 14px!important;
}
.tl-home-review-cont{
    position: relative;
    background-color: #ffffff;
    padding: 50px 50px 100px 50px;
    margin-top: 70px;
    margin-bottom: 57px;
}
.tl-home-review-title{
    font-family: Jost;
    font-size: 26px;
    font-weight: 500;
    color: var(--textBlack);
    margin-bottom: 20px;
}
.tl-archive-cont{
    display: flex;
    flex-wrap: wrap;
}
.tl-archive-post-title{
    font-family: Jost;
    font-size: 20px;
    font-weight: 500;
    color: var(--anchorGreen);
    padding: 0px 20px;
    height: 50px;
}
.tl-archive-post-title a{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.tl-home-review-subtitle{
    font-family: Jost;
    font-size: 20px;
    font-weight: 400;
    color: var(--anchorGreen);
}
.tl-home-review-content{
    font-style: italic;
    line-height: 40px;
    color: var(--anchorGreen);
}
.qoute-up{
    position: absolute;
    top: -30px;
    left: 0;
    width: 100px;
}
.qoute-down{
    position: absolute;
    bottom: -30px;
    right: 0;
    width: 100px;
}
.tl-home-col-3{
    display: grid;
    grid-template-columns: repeat(3, 33%);    
    padding-bottom: 115px;
}
.tl-home-col-3-cont{
    display: flex;
    flex-flow: column;
    text-align: left;
}
.tl-home-col-3-cont:first-child{
    max-width: 321px;
}
.tl-home-col-3-cont:nth-child(2){
    max-width: 311px;
    margin: 0 auto;
}
.tl-home-col-3-cont:last-child{
    max-width: 347px;
    margin-left: auto;
}
.tl-home-col-3-cont img{
    width: 64px;
}
.tl-home-prods-col-3{
    display: grid;
    grid-template-columns: repeat(3, calc( 33% - (25px / 3 ) ) );
    grid-gap: 25px;
    margin-top: 70px;
}
.tl-home-prod-col-3{
    display: flex;
    flex-flow: column;
    align-items: center;
    padding: 0px 15px 15px 15px;
    border-style: solid;
    border-width: 0px 0px 0px 0px;
    box-shadow: 4px 3px 10px 0px rgba(209, 209, 209, 0.5);
    border-radius: 10px 10px 10px 10px;
    text-align: center;
}
.tl-home-prod-col-title{
    color: var(--textBlack);
    font-family: "Jost", Sans-serif;
    font-size: 22px;
    font-weight: 500;
}
.tl-small-subtitle{
    font-family: Jost;
    margin-top: 10px;
    margin-bottom: 10px;
    color: var(--textBlack);
    font-size: 22px;
    font-weight: 500;
    line-height: 30px;
}
.tl-small-desc{
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
    margin: 0;
}
.tl-cats-img{
    width: 100%;
    border-radius: 15px 15px 0px 0px;
}
.tl-cats-title{
    font-family: Jost;
    font-size: 26px;
    font-weight: 500;
    line-height: 35px;
    color: var(--anchorGreen);
    padding: 0px 20px;
}
.tl-red-text-btn{
    font-size: 15px;
    font-weight: 500;
    fill: #B6050E;
    color: #B6050E;
}
.arrow-right{
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.arrow-right:after{
    content: '';
    display: inline-block;
    background-image: url('/wp-content/themes/tekland/assets/svg/arrow_right.svg');
    width: 14px;
    height: 11px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.entry-content{
    width: 100%;
}
.entry-content h1{
    text-align: center;
    margin-bottom: 5px;
    font-size: 40px;
    line-height: 1.5;
    color: #333333;
    font-weight: 700;
}
.entry-content h3{
    text-align: left;
    margin-bottom: 5px;
    font-size: 16px;
    line-height: 1.5;
    color: #333333;
    font-weight: 600;
}
.entry-content h4{
    text-align: left;
    font-size: 21px;
    line-height: 1.5;
    color: #333333;
    font-weight: 600;
    margin-top: 1.33em;
    margin-bottom: 1.33em;
}
.entry-content p{
    text-align: left;
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 1.5;
    color: #212121;
}
.entry-content ul{
    margin-bottom: 20px;
}
.entry-content li{
    text-align: left;
    font-size: 16px;
    line-height: 1.5;
    color: #212121;
}
.wp-block-column a,
.entry-content a{
    color: var(--anchorGreen);
    text-decoration: none;
}
.woocommerce .woocommerce-info,
.woocommerce .woocommerce-message {
    background-color: #ffffff;
    border-top: 1px solid #e0dede;
    border-bottom: 1px solid #e0dede;
    color: #4a4e57;
}
.woocommerce .woocommerce-info{
    padding-left: 0;
    padding-right: 0;   
}
.woocommerce .woocommerce-info .button{
    display: block;
    float: none;
    margin-top: 10px;    
}
.woocommerce-page label.woocommerce-form__label-for-checkbox span.optional::before{
    display: none;
}
.tl-prizes .wp-block-column img{
    object-fit: contain;
    max-height: 90px;
    margin-bottom: 20px;
}
.tl-prizes h3,
.tl-prizes p{
    text-align: center;
}
h2.alcim{
    font-weight: 700;
    font-size: 32px;
    margin-bottom: 1.1em;
}
.tl-media figure{
    height: 54px;
}
.tl-media img{
    object-fit: contain;
    width: 100%;
    height: 54px;
}
.tl-animation-cont{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.tl-animation-1{
    width: 200px;
    position: absolute;
    bottom: 0;
    left: -120px;
    opacity: 0;
    animation: rotateKanna;
    animation-duration: 15s;
    /* animation-fill-mode: forwards; */
}
@keyframes rotateKanna {
    0% {
        opacity: 1;
        transform: rotateZ(0deg);
    }

    50% {
        opacity: 1;
        transform: rotateZ(40deg);
    }

    80% {
        opacity: 1;
        transform: rotateZ(40deg);
    }
    100% {
        opacity: 0;
        transform: rotateZ(40deg);
    }
}
.tl-animation-2{
    width: 20px;
    position: absolute;
}
.csepp-1{
    bottom: 49px;
    left: 87px;
    opacity: 0;
    animation: csepp;
    animation-duration: 10s;
    /* animation-fill-mode: forwards; */
    /* animation-iteration-count: infinite; */
}
.csepp-2{
    left: 104px;
    bottom: 19px;
    opacity: 0;
    animation: csepp;
    animation-duration: 10s;
    animation-delay: 0.5s;
    /* animation-fill-mode: forwards; */
    /* animation-iteration-count: infinite; */
}
.csepp-3{
    left: 79px;
    bottom: 0;
    opacity: 0;
    animation: csepp;
    animation-duration: 10s;
    animation-delay: 1s;
    /* animation-fill-mode: forwards; */
    /* animation-iteration-count: infinite; */
}
.csepp-4{
    left: 107px;
    bottom: -19px;
    opacity: 0;
    animation: csepp;
    animation-duration: 10s;
    animation-delay: 1.5s;
    /* animation-fill-mode: forwards; */
    /* animation-iteration-count: infinite; */
}
.csepp-5{
    bottom: -39px;
    left: 77px;
    opacity: 0;
    animation: csepp;
    animation-duration: 10s;
    animation-delay: 2s;
    /* animation-fill-mode: forwards; */
    /* animation-iteration-count: infinite; */
}
@keyframes csepp {
    40% {
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    90% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}
.tl-animation-3,
.tl-animation-4{
    width: 200px;
    position: absolute;
}
.tl-animation-3{
    bottom: -70px;
    left: 0;
    opacity: 0;
    animation: virag;
    animation-duration: 15s;
    animation-fill-mode: forwards;
}
@keyframes virag {
    50% {
        width: 100px;
        bottom: -70px;
        left: 56px;
        opacity: 0;
    }
    59% {
        width: 100px;
        bottom: -70px;
        left: 56px;
        opacity: 0;
    }

    60% {
        width: 100px;
        bottom: -70px;
        left: 56px;
        opacity: 1;
    }

    70% {
        width: 100px;
        bottom: -70px;
        left: 56px;
        opacity: 0;
    }

    90% {
        opacity: 0;
        left: 0;
        width: 200px;
    }

    100% {
        opacity: 1;
        width: 200px;
        bottom: -70px;
        left: 0;
    }
}
.tl-animation-4{
    bottom: -193px;
    left: 12px; 
}
.tl-animation-noveny{
    position: absolute;
    width: 166px;
    bottom: -70px;
    left: 18px;   
}
.tl-animation-kukac{
    position: absolute;
    width: 43px;
    bottom: -115px;
    left: 100px;
    opacity: 0;
    animation: kukac;
    animation-duration: 10s;
    animation-iteration-count: infinite;
}
@keyframes kukac {
    0% {
        bottom: -115px;
        left: 100px;
        opacity: 1;
    }
    25% {
        opacity: 1;
        bottom: -81px;
    }
    50% {
        opacity: 1;
        bottom: -81px;
    }
    75% {
        bottom: -115px;
        left: 100px;
        opacity: 1;
    }
    100% {
        bottom: -115px;
        left: 100px;
        opacity: 1;
    }
}
.tl-animation-sun-1{
    position: absolute;
    bottom: 178px;
    right: -33px;
    width: 60px;
}
.tl-animation-cloud-1{
    position: absolute;
    bottom: 140px;
    right: 40px;
    width: 100px;
}
.tl-animation-cloud-2{
    position: absolute;
    bottom: 157px;
    right: -73px;
    width: 100px;
}
.tl-animation-sky{
    position: absolute;
    bottom: 140px;
    right: -33px;
    width: 100px;
    z-index: 1;
}
.tl-animation-flower-1{
    position: absolute;
    bottom: 0;
    right: 0;
    width: 72px;
}
input[type=date],
input[type=email],
input[type=number],
input[type=password],
input[type=phone-number],
input[type=tel],
input[type=text] {
    border: 1px solid #d2d2d2;
    font-size: 13px;
    color: #747474;
    padding: 8px 15px;
    width: 100%;
    box-sizing: border-box;
}
.woocommerce-error{
    background-color: red;
    color: white;
    border: none;
}
.woocommerce-error[role=alert]::before{
    display: none;
}
.woocommerce-error a{
    display: initial!important;
    width: auto!important;
    padding: 0!important;
    background: unset!important;
    margin-top: auto!important;
    margin-left: 10px;
}
.wp-block-post-excerpt__excerpt {
    font-size: 16px;
    line-height: 1.5;
}
.tl-main{
    width: 100%;
}
.quantity{
    display: flex;
}
.woocommerce div.product form.cart div.quantity{
    display: inline-flex;
}
.quantity input::-webkit-outer-spin-button,
.quantity input::-webkit-inner-spin-button {
    -webkit-appearance: none !important;
    margin: 0!important;
}
.quantity input {
    appearance: textfield !important;
    -moz-appearance: textfield !important;
    margin: 0!important;
}
.quantity .qty-button{
    cursor: pointer !important;
}
.quantity .qty-button.minus{
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
}
.quantity .qty-button.plus{
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
}
.woocommerce-cart table.cart .quantity .qty-button {
    vertical-align: middle;
    margin-bottom: 0;
}
.woocommerce-page .woocommerce-checkout #customer_details,
.woocommerce-page .woocommerce-checkout .col2-set{
    width: 100%;
}
.mobile{
    display: none;
}
@media (max-width: 1024px) {
    #wps_wpr_order_notice{
        display: none;
    }
}
/* DEFAULTS END*/
/* HEADER */
header:not(.woocommerce-Address-title){
    position: sticky;
    top: 0;
    background-color: #ffffff;
    z-index: 999;
    transition: max-height 0.25s ease;
    height: auto;
    box-shadow: 0 0 10px 0 rgba(0,0,0,0.2);
}
body.logged-in.admin-bar header:not(.woocommerce-Address-title){
    top: 32px;
}
body.logged-in header:not(.woocommerce-Address-title){
    top: 0;
}
.wp-site-blocks{
    padding-top: 0;
    padding-bottom: 0;
}
.tl-head-row-1{
    display: flex;
    justify-content: center;
    align-items: center;
    background: var(--globalGreen);
    min-height: 44px;
}
.tl-head-row-1-inner{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 1200px;
}
.tl-head-row-1 p{
    display: flex;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    margin: 0 10px;
    color: #FFF;
    font-size: 14px;
    font-weight: 600;
}
.tl-head-row-1 a:not(.telephely-anchor){
    display: flex;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    color: #ffffff;
    text-decoration: none;
    margin: 0 10px;
    font-weight: 600;
    font-size: 14px;
}
.tl-head-row-1 svg{
    fill: #ffffff;
    width: 17px!important;
    height: 14px!important;
    margin-right: 5px;
}
.tl-telephely-dropdown-cont br{
    display: none;
}
.tl-head-row-1 span:not(.telephely-span){
    color: #ffffff;
    margin-left: auto;
    font-weight: 600;
    margin-right: 10px;
    font-size: 14px;
}
.tl-head-row-1 a.reg-anchor{
    margin-left: auto;
    text-decoration: underline!important;
}
.tl-head{
    max-width: 1200px;
    margin: auto;
    padding: 0;
}
header:not(.sticky) .tl-head{
    background: #ffffff;
}
.tl-head a:not(.tl-btn) {   
    text-decoration: none!important;
    font-size: 14px;
    font-weight: 500;
    flex: none;
}
.tl-logout a{
    padding-right: 0;
}
.tl-logo-link{
    display: flex;
    flex-wrap: wrap;
    max-width: 181px;
    width: 100%;
    box-sizing: border-box;
    text-align: center;
    justify-content: center;
}
footer{
    margin-block-start: 0;
}
footer .tl-logo-link{
    justify-content: flex-start;
}
.cart-trig img{
    width: auto!important;
    height: 31px!important;
}
.tl-head-mid{
    display: flex;
    flex-flow: row;
    align-items: center;
    justify-content: space-between;
    padding-top: 2.5px;
}
h1.wp-block-heading:not(.blog-archive-title),
h1.wp-block-post-title:not(.blog-archive-title){
    display: none;
}
.blog-archive-title{
    margin: 0!important;
}
.wp-container-2.wp-container-2{
    --navigation-layout-justify: center!important;
    margin: auto;
}
.tl-search-form{
    display: flex;
    flex-flow: row;
    position: relative;
    max-width: 500px;
    width: 100%;
    margin-left: auto;
    margin-right: 30px;
}
.tv-icon{
    width: 75px;
    text-align: center;
}
.tv-small-icon,
.tv-icon img{
    animation: spinHorizontal 2.5s infinite linear;
}
.wc-block-mini-cart{
    margin-right: 30px;
}
.tl-nav-icon{
    width: 40px;
    margin: auto;
}
.cart-icon:after{
    height: 20px;
    width: 100%;
    content: "Kosaram";
    color: #212121;
    margin-bottom: 10px;
    display: block;
    font-size: 11px;
    text-align: center;
}
.dashboard-icon:after{
    content: "Belépés";
    height: 20px;
    width: 100%;
    color: #ffffff;
    display: block;
    text-align: center;
}
img.logged-in,
body.logged-in img.logged-out{
    display: none;
}
body.logged-in img.logged-in{
    display: block;
}
body.logged-in .dashboard-icon:after{
    content: "Fiókom";
}
body.logged-in .reg-anchor{
    display: none;
}
.contact-div{
    display: flex;
    width: auto;
    justify-content: center;
    position: relative;
    margin-top: 80px;
    margin-bottom: 80px!important;
}
.contact-div .tl-home-col-2-top-imgbg{
    position: absolute;
    width: 100px;
    left: -47px;
    top: -29px;
    z-index: -1;
}
.contact-div img.tl-home-col-2-imgbg{
    position: absolute;
    bottom: -64px;
    right: -62px;
    left: unset;
    width: 200px;
    z-index: 0; 
}
.woocommerce-form,
#contact-form{
    display: flex;
    flex-flow: wrap;
    width: 100%;
    max-width: 600px!important;
    box-shadow: 0 0 10px 0 rgba(0,0,0,0.1);
    background-color: #ffffff;
    z-index: 2;
    padding: 20px;
    border-radius: 25px;
    box-sizing: border-box;
}
.woocommerce-form{
    flex-flow: column;
}
.u-column2.col-2:not(.woocommerce-Address){
    display: flex;
    flex-flow: column;
    align-items: center;
    position: relative;
}
.u-column2.col-2:not(.woocommerce-Address) h2{
    text-align: center;
    margin-bottom: 20px;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation li.is-active a::before{
    content: '•';
}
.woocommerce-form label,
.woocommerce-form span,
#contact-form label{
    font-family: Jost;
    font-size: 16px;
    line-height: 1.2;
    color: var(--anchorGreen);
    margin-top: 10px;
    margin-bottom: 5px;
    padding-left: 10px;
}
.woocommerce-form span{
    padding-left: 0;
}
.woocommerce-form input:not([type="submit"]),
#contact-form input:not([type="submit"]),
#contact-form textarea{
    border-radius: 25px;
    background-color: #F9F9F9;
    border-color: #d2d2d2;
}
#contact-form textarea{
    box-sizing: border-box;
}
#contact-form input[type="submit"]{
    margin-top: 20px;
}
.gmaps-right iframe,
.gmaps-right{
    width: 100%;
}
.gmaps-right iframe{
    height: 400px;
}
#toTop:not(.hidden){
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    bottom: 70px;
    right: 5px;
    background-color: #ffffff;
    border-radius: 50%;
    z-index: 10000;
    border: 2px solid #000000;
    width: 25px;
    height: 25px;
}
#toTop svg{
    transform: rotate(180deg);
}
.woocommerce-product-gallery__image{
    text-align: center;
}
.tl-hamburger{
    background: linear-gradient(to right, #f35310, #fbbe2a);
    color: white!important;
    text-align: center;
    margin-right: 30px;
    padding: 5px 10px!important;
    border-radius: 10px;
}
.sticky .tl-hamburger{
    z-index: 1;
}
.cart-trig{
    display: flex;
    flex-flow: row;
    position: relative;
    align-items: baseline;
    box-sizing: border-box;
    margin-right: 5px;
}
.mini-cart-text{
    display: block;
    text-align: center;
    color: #212121;
    font-size: 11px;
    width: 100%;
}
.tl-contact-anchor{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    font-size: 16px;
    line-height: 2rem;
    margin: 0;
    color: var(--anchorGreen);
}
.tl-contact-anchor svg{
    margin-right: 10px;
    fill: var(--anchorGreen);
}
.tl-mini-cart__badge{
    display: flex;
    font-size: 10px;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: -7px;
    right: 0;
    background: white;
    width: 20px;
    border: 1px solid var(--anchorGreen);
    color: var(--anchorGreen);
    border-radius: 75%;
    height: 20px;
}
.wp-block-cb-carousel .slick-slide{
    padding-left: 0;
    padding-right: 15px;
}
div.slick-active:last-of-type{
    padding-right: 0;
}
.dashboard-icon,
.fav-icon{
    display: flex;
    align-items: baseline;
    flex-flow: column;
    justify-content: center;
}
.fav-icon{
    margin-right: auto;
}
#tl-search-input{
    width: 100%;
    height: 40px;
    font-size: 14px;
    line-height: 100%;
    padding: 10px 15px;
    margin: 0;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -webkit-appearance: none;
    box-sizing: border-box;    
}
.tl-search-form button[type="submit"].tl-search-btn{
    font-size: 14px;
    font-weight: 700;
    overflow: visible;
    position: absolute;
    border: 0;
    padding: 10px 25px;
    margin: 0;
    cursor: pointer;
    height: 40px;
    right: 0;
}
.wp-block-navigation-item::before{
    width: 28px;
    height: 28px!important;
    background-size: 100% 100%;
    object-fit: contain!important;
    margin-top: -5px;
    margin-right: 5px;
}
.tl-mobile-sep{
    display: flex;
    flex-flow: row;
}
.keszletmobilra,
.tl-mobile-search-trig,
.tl-mobile-trig{
    display: none;
}
img.tl-standard-logo{
    max-width: unset;
    height: 69px;
}
.single-csomag_tart{
    display: flex;
    flex-flow: row;
    align-items: center;
}
.single-product .wp-block-column .single-csomag_tart .product-thumbnail,
.single-product .wp-block-column .single-csomag_tart img{
    width: 65px!important;
    height: 37px!important;
}
.single-product .wp-block-column .single-csomag_tart img{
    object-fit: contain;
}
.single-product .wp-block-column .csomag_tart_cont a.show_csomag_single,
.single-product .wp-block-column .single-csomag_tart a.product-name{
    color: var(--anchorGreen);
}
.csomag_tart_cont_inner{
    display: none;
}
.tekland-def-hidden{
    display: none;
}
.woocommerce-form-register p.tl-respcont{
    margin-bottom: 0;
    color: #8b050c;
}
.confirm-reg{
    margin-top: 20px;
    margin-left: auto;
}
.woocommerce div.product div.woocommerce-product-gallery a.woocommerce-product-gallery__trigger{
    box-sizing: content-box;
}
.tl-prod-cont p,
.tl-prod-cont li,
.wc-tab p,
.wc-tab li{
    font-size: 13px;
}
ul li .star-rating{
    display: none;
}
@media(min-width: 1025px) {
    .sticky .wp-block-template-part,
    .sticky .tl-logo-link:after,
    .sticky .tl-search-form,
    .sticky .tl-mobile-sep,
    .sticky .mini-cart-text{
        display: none;
    }
    .sticky .tl-head-mid{
        position: absolute;
        justify-content: space-between;
    }
    .sticky .tl-standard-logo{
        display: block;
        width: 95px;
        height: auto;
        filter: grayscale(1) brightness(1.5);      
    }
    .sticky .tl-logo-link{
        max-width: 115px;
    }
    .sticky .cart-trig{
        width: 57px;
    }
    /* .sticky .cart-trig img{
        height: auto!important;
        filter: brightness(0) invert(1);
        max-width: 100%;
    } */
    .sticky .tl-mini-cart__badge{
        left: 40%;
        height: 18px;
        width: 18px;
    }
    .sticky .tl-head{
        position: relative;
    }
    header.sticky{
        height: 50px;
        padding: 5px 0;
    }
}
@media (max-width: 1024px) {
    header{
        height: auto;
        top: 0!important;
    }
    .tl-head{
        padding: 5px 20px;
        overflow: hidden;
    }
    .tl-head-row-1{
        display: none;
    }
    .tl-standard-logo{
        width: 90px;
        height: auto;
    }
    .tl-logo-link:after{
        white-space: pre-wrap;
        line-height: 1;
        text-align: center;
        margin-left: 0;
    }
    img.tl-standard-logo{
        height: auto;
    }
}
.cpapp-close{
    display: none;
}
@media (max-width: 904px) {
    .tl-mobile-sep,
    .mini-cart-text{
        display: none;
    }
    .tl-mobile-trig{
        display: flex;
        align-items: center;
        flex: none;
        padding-right: 0!important;
        margin-left: 20px;
    }
    .tl-mobile-trig svg{
        transform: rotate(180deg);
    }
    .tl-logo-link{
        padding-right: 0;
        margin-right: auto;
        max-width: 118px;
    }
    .cart-trig{
        width: 30px;
        padding-right: 0!important;
    }
    .cart-trig img{
        width: 30px;
        height: 30px!important;
    }
    .tl-mini-cart__badge{
        left: 18px;
    }
    .tl-search-form{
        display: none;
    }
    .tl-mobile-search-trig{
        display: flex;
        align-items: center;
        height: 30px;
        padding-right: 0!important;
        margin-right: 20px;
    }
    .tl-search-form.open{
        display: flex;
        position: fixed;
        width: 100%;
        height: 100%;
        align-items: center;
        background-color: white;
        justify-content: center;
        z-index: 100000;
        left: 0;
        top: 0;
        padding: 20px;
        box-sizing: border-box;
    }
    .tl-search-form.open .tl-search-btn{
        top: calc(50% - 20px);
        right: 20px;
        min-height: unset;
    }
    .open .cpapp-close{
        position: absolute;
        top: 10px;
        right: 10px;
        fill: #000000;
        width: 20px;
        display: block;
    }
    .tl-mobile-sep.open{
        display: flex;
        z-index: 1000000;
        position: fixed;
        top: 61px;
    }
}
/* HEADER END */
/* HOME SLIDES */
.tl-slides-cont{
    max-width: 1200px;
    position: relative;
}
.slick-next:before,
.slick-prev:before,
#tl-home-slides-nav-left,
#tl-home-slides-nav-right{
    display: flex;
    position: absolute;
    width: 30px;
    height: 34px;
    top: 50%;
    transform: translateY(-50%);
    padding: 5px 10px;
    background-color: rgba(0, 0, 0, 0.8);
    box-sizing: border-box;
    fill: #c5c5c5;
    cursor: pointer;
}
#tl-home-slides-nav-left{
    left: 0;
}
#tl-home-slides-nav-right{
    right: 0;
}
.tl-slides{
	display: flex;
	flex-flow: row;
	overflow: visible;
	padding: 0;
    scroll-behavior: smooth;
}
/* Hide scrollbar for Chrome, Safari and Opera */
.tl-slides::-webkit-scrollbar{
  display: none;
}
/* Hide scrollbar for IE, Edge and Firefox */
.tl-slides{
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */
}
#tl-home-slides a{
    display: block;
	width: 100%;
}
#tl-home-slides img{
    height: auto;
    max-width: 1200px;
    object-fit: cover;
}
.tl-home-slide{
    width: 100%;
}
.tl-cat-slide{
    width: 275px;
    flex: none;
    position: relative;
}
.tl-cat-slide a{
    display: flex;
    flex-flow: row;
    align-items: center;
    color: #000000;
    text-decoration: none;
    padding: 0 25px;
}
.tl-cat-slide a span{
    font-weight: 700;
    font-size: 16px;
    max-width: calc(100% - 110px);
}
.tl-cat-slide a img{
    max-width: 60px;
    max-height: 60px;
    margin-left: auto;
}
.tl-cat-slide:before {
    position: absolute;
    right: 0px;
    width: 2px;
    height: 100%;
    content: "";
    top: 0;
    background: rgba(0, 0, 0, 0.4);
}
.termekeink-col a:first-child{
    height: 100%;
}
.tl-home-hero,
.tl-home-hero-inner{
    display: flex;
    flex-flow: column;
    justify-content: center;
    height: 848px;
}
.tl-home-hero{
    align-items: center;
    color: #ffffff;
}
.tl-home-hero-inner{
    z-index: 1;
    text-align: center;
    align-items: center;
}
.tl-home-hero-upper-text{
    font-size: 15px;
    font-weight: 400;
    text-transform: uppercase;
    font-style: normal;
    text-decoration: none;
    line-height: 1.5em;
    letter-spacing: 10px;
    color: #ffffff;
}
.tl-home-hero-inner h1{
    font-size: 58px;
    font-weight: 600;
    line-height: 90px;
    margin: 0;
    color: #ffffff;
}
.tl-home-hero-bottom-text{
    font-size: 19px;
    font-weight: 400;
    text-transform: none;
    font-style: normal;
    text-decoration: none;
    line-height: 35px;
    letter-spacing: 0px;
    color: #ffffff;
}
.tl-home-hero::before{
    content: '';
    position: absolute;
    height: 848px;
    width: 100%;
    left: 0;
    /* top: 0; */
    background-image: url('/wp-content/themes/tekland/assets/img/banners/Tekland_nyitoblokk.webp');
    background-position: 0% 100%;
    background-repeat: no-repeat;
    background-size: cover;
}
.tl-home-hero-inner::before{
    content: '';
    position: absolute;
    height: 848px;
    width: 100%;
    left: 0;
    background-color: var(--textBlack);
    opacity: 0.5;
    z-index: -1;
}
/* HOME SLIDES END */
/* FOOTER */
footer{
    border-top: 1px solid #F9F9F9;
    background-color: #ffffff;
    width: 100%; 
}
#tl-footer{
	display: flex;
	flex-wrap: wrap;
	margin: auto;
	width: 100%;
    max-width: 1200px;
    padding-top: 60px;
}
#tl-footer-row-3,
#tl-footer-row-4{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: baseline;
}
#tl-footer-row-1{
    width: 30%;
}
#tl-footer-row-1 p{
    font-size: 15px;
    font-weight: 400;
    line-height: 1.5;
}
#tl-footer-row-2{
    display: flex;
    width: calc(70% - 90px);
    padding-left: 90px;
}
#tl-footer-row-2 .tl-footer-details{
    width: 33%;
}
#tl-footer-row-2 .tl-footer-details:last-child{
    width: 39%;
}
#tl-footer-bottom{
    background-color: var(--globalGreen);
    width: 100%;
}
#tl-footer-bottom-inside{
    display: flex;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    max-width: 1140px;
    margin: auto;
    color: #ffffff;
}
#tl-footer-bottom-inside p{
    margin-right: auto;
    font-size: 14px;
    font-weight: 500;
    color: #ffffff;
}
#tl-footer-bottom-inside a{
    color: #ffffff;
    font-size: 14px;
    font-weight: 500;
}
#tl-footer-bottom-inside .footer-divider{
    margin: 0 25px;
}
#tl-footer-row-5 p{
    color: #515151;
    font-size: 13px;
    text-align: center;
}
.tl-footer-row img{
    max-width: 100%;
}
.tl-footer-details-title{
    font-size: 1.3em;
    font-weight: 500;
    color: var(--globalBrown);
}
.tl-footer-subtitle{
    font-size: 15px;
    font-weight: 400;
    line-height: 23.8px;
    color: var(--anchorGreen);
    margin: 0;
    text-decoration: none;
    text-align: left;
}
.tl-footer-subtitle a{
    text-decoration: none;
    color: #515151;
}
#tl-footer-social{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
}
#tl-footer-social a{
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 5px;
}
#tl-footer-social svg{
    width: 12px;
    height: 13px;
    fill: #ffffff;
}
.tl-footer-contact,
.tl-footer-info{
    list-style: none;
    padding: 0;
    text-align: left;
    font-size: 11px;
}
.tl-footer-info{
    text-align: center;
}
.tl-footer-li-item{
    display: flex;
    flex-flow: row;
    align-items: center;
    margin-top: 5px;
    padding-bottom: 5px;
    font-size: 15px;
    font-weight: 400;
    color: var(--anchorGreen);
}
.tl-footer-li-item svg{
    fill: var(--globalGreen);
    width: 17px!important;
    height: 14px!important;
    margin-right: 5px;
}
@media (max-width: 1024px) {
    #tl-footer{
        padding-left: 10px;
        padding-right: 10px;
        max-width: 100%;
        box-sizing: border-box;
    }
    #tl-footer-social{
        justify-content: flex-start;
    }
    #tl-footer-social a{
        margin: 5px;
    }
}
@media (max-width: 700px) {
    .tl-footer-row{
        width: 50%;
    }
}
@media (max-width: 370px) {
    .tl-footer-row{
        width: 100%;
    }
}
/* FOOTER END */
/* HOME CSS */
.tl-home-mid{
    display: flex;
    margin-top: 40px!important;
}
.tl-home-mid-left{
    width: 66.66666667%;
    padding: 0px 2.88%;
}
.tl-home-mid-left img{
    width: 100%;
    height: 100%;
}
.tl-home-mid-right{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    align-content: center;
    width: 33.3333333%;
    background-image: url('/wp-content/uploads/2023/05/torzsvasarloi-banner.webp');
    background-size: 100% 100%;
    text-decoration: none;
}
.tl-home-mid-right img{
    display: block;
    width: 45px;
}
.tl-home-mid-right p{
    width: 100%;
    color: #ffffff;
    text-align: center;
    font-weight: 700;
    line-height: 1.5;
    margin: 0;
    padding: 0 40px;
    font-size: 21px;
}
.tl-home-mid-right p:first-of-type{
    font-size: 32px;
    text-transform: uppercase;
    margin-top: 10px;
    margin-bottom: 10px;
}
.tl-icon-row-1{
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    animation: co_grow 2s infinite !important;
}
.tl-icon-row-2{
    display: grid;
    position: relative;
    grid-template-columns: repeat(4, 1fr);
    background-color: #ebebeb;
    background-position: center center;
    background-repeat: no-repeat;
    border-width: 0px 0px 0px 0px;
    border-color: #eae9e9;
    border-style: solid;
    margin-top: 40px!important;
    /* box-shadow: 100vw 0 0 #ebebeb, 1520px 0 0 #ebebeb, -100vw 0 0 #ebebeb, -1520px 0 0 #ebebeb; */
}
.tl-icon-row-2:before{
    content: '';
    position: absolute;
    width: 100vw;
    background-color: #ebebeb;
    height: 204px;
    left: -100vw;
    z-index: -1;
}
.tl-icon-row-2:after{
    content: '';
    position: absolute;
    width: 100vw;
    background-color: #ebebeb;
    height: 204px;
    right: -100vw;
    z-index: -1;
}
.tl-icon-row-2-box{
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    align-content: center;
    justify-content: center;
    height: 204px;
}
.tl-icon-row-2-box p{
    width: 100%;
    text-align: center; 
}
.tl-icon-row-2-box strong{
    display: block;
}
.tl-icon-box{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: rgb(238, 238, 238) 5px 5px 15px 0px;
    padding: 20px 20px 0px;
}
.tl-icon-box svg{
    width: 32px;
    fill: var(--orange);
}
.tl-icon-box p{
    text-align: center;
    font-size: 16px;
}
.tl-icon-box a{
    color: var(--orange);
    text-decoration: none;
    font-style: italic;
    text-align: center;
}
.tl-home-list-row{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.tl-home-list-row-list{
    width: 50%;
    padding-left: 0;
    list-style: none;
    column-count: 2;
    height: fit-content;
}
.tl-home-list-row-list li{
    text-decoration: none;
    line-height: 30px;
    font-size: 14px!important;
    transition: 0.3s ease-in-out;
    margin-bottom: 10px;
}
.tl-home-list-anchor{
    position: relative;
    line-height: 30px;
    font-size: 14px!important;
    transition: 0.3s ease-in-out;
    color: #000000;
    text-decoration: none!important;
    left: 0;
}
.tl-home-list-anchor:before {
    content: "🠒";
    margin-right: 10px;
    transform: translatex(-30px)!important;
    transition: 0.4s ease-in-out;
    visibility: hidden;
}
.tl-home-list-anchor:hover{
    color: var(--anchorGreen);
    left: 10px;
}
.tl-home-list-anchor:hover:before{
    visibility: visible;
}
.tl-home-list-row-right{
    width: 50%;
}
.tl-home-list-row img{
    width: 100%;
    border-radius: 20px;
    transition: 0.3s ease-in-out;
}
.tl-home-list-row img:hover{
    transform: scale(0.97);
}
@media (max-width: 1024px) {
    .tl-slides-cont{
        max-width: 100%;
    }
    .tl-home-mid-left{
        padding-left: 0;
    }
    .tl-home-mid,
    .tl-home-list-row{
        padding: 0 10px;
    }
    .tl-home-list-anchor:before{
        display: none;
    }
    .tl-icon-row-1{
        grid-template-columns: 100%;
    }
    .tl-icon-box{
        flex-flow: column;
        align-items: center;
        padding-bottom: 20px;
    }
    .tl-home-slide{
        flex: none;
    }
    #tl-home-slides img:not(.mobile){
        display: none;
    }
    #tl-home-slides img.mobile{
        display: block;
        max-width: 100%;
        width: 100%;
    }
    body .is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)){
        max-width: 100%!important;
    }
    .tl-icon-row-2:before,
    .tl-icon-row-2:after{
        display: none;
    }
}
@media (max-width: 760px) {
    .tl-home-mid{
        flex-flow: column;
    }
    .tl-home-mid-left,
    .tl-home-mid-right,
    .tl-home-list-row-list,
    .tl-home-list-row-right{
        width: 100%;
    }
    .tl-home-mid-right{
        background-size: cover;
        background-position: center;
        padding: 10px;
        max-width: 100%;
        box-sizing: border-box;
    }
    .tl-icon-row-2{
        width: 100%;
        grid-template-columns: 50% 50%;
    }
    h1{
        font-size: 28px!important;
    }
}
@media (max-width: 400px) {
    .tl-icon-row-2{
        grid-template-columns: 100%;
    }
}
/* HOME END */
/* PRODUCT CSS */
.woocommerce .star-rating{
    height: 19px;
}
.woocommerce .woocommerce-Reviews .comment-form-rating p.stars a::before,
.woocommerce .star-rating{
    color: #B6050E;
}
.woocommerce .star-rating span::before{
    font-family: WooCommerce;
}
li.product{
    display: flex;
    flex-wrap: wrap;
    position: relative;
    align-content: flex-start;
}
.product h2{
    font-family: Jost;
    color: #212121;
    font-size: 24px;
    line-height: 1.5;
    margin-bottom: 20px;
}
.product .wp-block-woocommerce-product-price,
.product .wp-block-post-excerpt{
    display: flex;
    margin-bottom: 20px;
}
li.product .wp-block-woocommerce-product-price,
li.product .wp-block-post-excerpt{
    display: flex;
    justify-content: center;
    align-items: center;
    /* min-height: 85px; */
}
.product main a{
    color: #000000;
    text-decoration: none!important;
}
.product h3,
.product h3 a{
    display: -webkit-box;
    max-width: 100%;
    width: 100%;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 15px!important;
    color: #333333;
    font-weight: 600;
    text-align: center;
    height: 35px;
    line-height: 1.2;
}
ul li.product h3{
    padding: 0 12px;
}
.wp-block-woocommerce-related-products ul li.product h3{
    padding: 0 25px;
}
ul li .amount {
    font-weight: 700;
    font-family: Montserrat;
    font-size: 18px;
    margin: 0 auto;
    color: #212121;
}
.amount bdi:after{
    content: '/ db';
    margin-left: 5px;
}
.woocommerce-checkout-review-order-table .amount bdi:after,
.cart_totals .amount bdi:after,
.product-subtotal .amount bdi:after,
.tl-raklap-ar .amount bdi:after{
    display: none;
}
.tl-raklap-ar{
    min-height: 11px;
}
.tl-raklap-ar,
.tl-raklap-ar .amount{
    font-size: 13px;
    line-height: 1;
    color: #1E3F20;
}
ul li .tl-raklap-ar,
ul li .tl-raklap-ar .amount{
    font-size: 11px;
}
.woocommerce-info .button.wc-forward{
    width: auto;
    margin-left: auto;
    padding: 0.5rem 1rem;
}
.single-product-form a.add_to_cart_button{
    width: auto;
    padding: 13px 29px;
    line-height: 17px;
    font-size: 14px;
    margin-top: 0;
    font-weight: 700;
}
.woocommerce a.button:hover,
.single_add_to_cart_button:hover{
    background-size: 100% 100%!important;
}
.added_to_cart.wc-forward{
    display: none!important;
}
.wp-block-woocommerce-product-price{
    width: 100%;
}
.wc-block-components-product-image img{
    height: 215px!important;
    max-width: 250px!important;
    transition: 0.2s ease-in-out;
    object-fit: contain!important;
    width: 100%;
}
.wp-block-woocommerce-related-products .wc-block-components-product-image img{
    height: 250px!important;
}
.tinv-wraper.tinv-wishlist.tinvwl-above_thumb-add-to-cart {
    top: 0;
    left: -15px;
}
.wp-block-post-featured-image{
    position: relative;
    margin: 0;
}
:not(.tl-side-posts) > li .wp-block-post-featured-image,
:not(.tl-side-posts) > li .wp-block-post-featured-image img{
    height: 220px!important;
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
}
.single-prod-col{
    margin-bottom: 20px!important;
}
.woocommerce div.product ol.flex-control-thumbs{
    display: flex;
    flex-wrap: wrap;
}
.woocommerce div.product ol.flex-control-thumbs li{
    margin-right: 0;
    width: 15%;
}
.single-product .wp-block-column img{
    max-width: 100%!important;
    height: auto!important;
    width: auto!important;
}
.single-product .wp-block-post-title{
    font-family: Jost;
    font-size: 24px;
    font-weight: 600;
    color: #212121;    
}
.tl-stock-status,
.egysegar{
    text-align: left;
    font-size: 13px;
    color: #212121;
}
.tl-stock-status{
    width: 100%;
    color: var(--globalGreen);
    font-weight: 400;
}
div.taxonomy-product_cat{
    font-size: 13px;
}
.quantity{
    display: flex;
    flex-flow: row;
    justify-content: center;
    margin-right: auto;
    margin-left: auto;
}
.quantity button,
.quantity input{
    height: 30px!important;
    width: 40px!important;
    font-size: 13px!important;
    background-color: white;
	border: 1px solid #e0dede;
    color: #212121;
    padding: 0!important;
    text-align: center;
    box-sizing: content-box;
    outline: none!important;
    margin: 0!important
}
.quantity input::-webkit-outer-spin-button,
.quantity input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.quantity input[type=number] {
    -moz-appearance: textfield;
}
.minus,
.plus {
    cursor: pointer;
}
.wc-block-breadcrumbs{
    width: 100%;
    text-align: left;
    font-size: 10px!important;
    color: #333333;
    padding-right: 10px;
}
.wc-block-breadcrumbs a{
    text-decoration: none;
}
.woocommerce-account .woocommerce-MyAccount-content{
    width: 70%;
}
.wps_ways_to_gain_points_section{
    display: none;
}
.woocommerce-orders-table__header.woocommerce-orders-table__header-order-actions{
    width: 130px;
}
.product .cart{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: baseline;
    align-content: space-between;
    width: 100%;
}
.product .variations_form.cart{
    height: unset;
    justify-content: flex-end;
}
.product .variations_form.cart td{
    text-align: right;    
}
.reset_variations{
    display: block;
}
.product .cart.single-product-form{
    justify-content: flex-start;
    align-content: baseline;
    height: unset;
    align-items: flex-start;
}
.single-product-form .add_to_cart_inline{
    width: auto;
}
.tl-stock-count{
    display: block !important;
    font-size: 13px;
    text-align: center;
    font-weight: 600;
    color: green;
    width: 100%;
}
.add_to_cart_inline{
    width: 100%;
    margin: 0;
}
.wp-block-woocommerce-product-price del .amount{
    display: block;
    width: 100%;
    font-size: 21px;
    color: grey;
    text-decoration: line-through;
}
.egysegar.discounted{
    color: grey;
    text-decoration: line-through;
    font-size: 14px;
}
.wp-block-woocommerce-product-price ins{
    text-decoration: none;
}
.wp-block-woocommerce-product-price ins .amount{
    font-weight: 700!important;
    font-family: Montserrat;
    font-size: 34px;
    line-height: 0em!important;
    color: red;
}
.wc-block-grid__product-price ins .amount {
    font-weight: 700;
    color: red;
    font-size: 30px;
}
.single-prod-col{
    width: 100%;
}
.wp-block-woocommerce-product-details{
    width: 100%;
}
.wp-block-woocommerce-product-meta{
    margin-top: 20px;
}
.wp-block-woocommerce-product-sku strong{
    font-weight: 400;
}
.taxonomy-product_cat a{
    color: var(--anchorGreen);
}
.wp-block-woocommerce-product-meta .wp-block-group{
    flex-flow: column;
    text-align: left;
    justify-content: flex-start;
    align-items: baseline;
}
.wp-block-woocommerce-product-details ul.wc-tabs{
    padding-left: 0;
    margin-bottom: 0;
    border: none;
    margin-bottom: 5px;
}
.woocommerce-tabs .tabs li{
    display: flex!important;
    opacity: 1;
    padding: 0!important;
    border: none!important;
}
.woocommerce-tabs .tabs li.active {
    border: none!important;
    border-bottom: none!important;
    min-height: 40px;
    margin-left: 0px;
    border-radius: 0;
    background: var(--globalGreen);
    border-radius: 25px;
}
.woocommerce-tabs .tabs li a {
    border: none!important;
    padding: 10px 20px;
    color: var(--anchorGreen);
    font-size: 13px;
    font-weight: 400!important;
}
.woocommerce-tabs .tabs li.active a{
    color: #ffffff;
}
.woocommerce-tabs .wc-tab{
    position: relative;
    padding: 20px;
    margin: 0;
    box-sizing: border-box;
}
.wp-block-query-pagination{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    margin-top: 40px!important;
    font-size: 9px;
    line-height: normal;
}
.page-numbers{
    display: inline-flex;
    position: relative;
    float: none;
    margin: 0 4px;
    padding: 0;
    border: 1px solid;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    margin-left: calc((30px)/ 10);
    margin-right: calc((30px)/ 10);
    border: 1px solid #e0dede;
    font-size: 12px;
    color: var(--anchorGreen);
}
.page-numbers.current{
    background-color: var(--anchorGreen);
    color: #ffffff;
}
.wp-block-query-pagination-previous,
.wp-block-query-pagination-next{
    font-size: 12px;
}
.wp-block-query-pagination-previous:before{
    content: '\2039';
    margin-right: 5px;
}
.wp-block-query-pagination-next:after{
    content: '\203A';
    margin-left: 5px;
}
.register .blockOverlay:before,
.add_to_cart_button:before{
    content: '';
    width: 40px;
    height: 40px;
    display: none;
    position: absolute;
    top: calc(25% - 20px);
    left: calc(50% - 20px);
    background-color: rgba(0,0,0,.8);
    background-size: 80% 80%;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 50%;
    transition: all .5s;
}
.add_to_cart_button.added:before{
    display: block;
    background-image: url('/wp-content/themes/tekland/assets/svg/checkmark.svg');
    animation: hideAdded 2.5s linear;
    visibility: hidden;
    opacity: 0;
}
.register .blockOverlay:before{
    top: calc(50% - 20px);
}
.register .blockOverlay:before,
.add_to_cart_button.loading:before{
    display: block;
    background-image: url('/wp-content/themes/tekland/assets/svg/spinner.svg');
    animation: forgoCart 1.5s infinite linear;
}
li.product:hover .add_to_cart_button.added:before{
    visibility: visible;
    opacity: 1;
}
.wp-block-post-template.is-flex-container{
    row-gap: 2em;
    justify-content: left;
}
.wc-block-components-product-price.wc-block-grid__product-price{
    display: flex;
    flex-flow: column;
    line-height: 32px;
    font-weight: 600;
    margin-bottom: 0!important;
}
body.single-product main{
    position: relative;
}
body.single-product .tinv-wraper{
    position: absolute;
    top: 20px;
    right: 0;
}
.wp-block-post-template.is-flex-container.is-flex-container.columns-3 > li {
    width: calc(33% - 1.25em);
    padding: 0;
    box-sizing: border-box;
}
.wp-block-post-template.is-flex-container.is-flex-container.columns-4 > li {
    width: calc(25% - 1.25em);
    padding: 0;
    box-sizing: border-box;
}
.wc-block-components-product-image a{
    display: block;
    width: 100%;
    text-align: center;
}
.tl-raklap{
    font-size: 13px;
    line-height: 1.5;
    height: 33px;
    margin-bottom: 10px;
    color: var(--anchorGreen);
}
ul li .tl-raklap{
    font-size: 11px;
}
.tl-home-review-navcont{
    display: flex;
    flex-flow: row;
    justify-content: center;
    margin-top: 28.5px;
    margin-bottom: 28.5px;
}
.tl-home-review-nav{
    width: 15px;
    height: 15px;
    background-color: #A6CE3A;
    border-radius: 50%;
    opacity: 0.5;
    margin: 0 5px;
    cursor: pointer;
}
.tl-home-review-nav.current{
    opacity: 1;
}
#telephely_select{
    float: left;
}
.new-telephely{
    float: right;
}
.tl-telephely-dropdown-cont{
    display: flex;
    margin-left: auto;
}
.tl-telephely-dropdown-cont.long-cont{
    flex-wrap: wrap;
}
.tl-telephely-dropdown-cont ul{
    display: inline-block;
    vertical-align: top;
    list-style: none;
    margin: 5px;
    padding: 0;
    height: 39px;
    line-height: 39px;
    color: #333333;
    position: relative;
    z-index: 100;
    cursor: pointer;
}
.telephely-dropdown ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: none;
    background-color: #fbfaf9;
}
.tl-telephely-dropdown-cont.long-cont ul{
    width: 100%;
    border: 1px solid #d2d2d2;
    padding: 0 15px;
    margin: 0;
}
.telephely-dropdown > li:hover > ul {
    display: block;
    position: absolute;
    height: auto;
    overflow: hidden;
    border-radius: 25px;
    background: rgba(156, 182, 117, 0.6);
    width: 185px;
    left: 50%;
    top: 30px;
    transform: translateX(-50%);
    backdrop-filter: blur(10px);
}
.telephely-dropdown > li > ul > li:hover{
    font-weight: 600;
}
.tl-telephely-dropdown-cont.long-cont .telephely-dropdown > li:hover > ul{
    background: #ffffff;
    width: 100%;
    top: 39px;
    border-radius: 0;
    box-sizing: border-box;
}
/* .telephely-dropdown,
.telephely-dropdown ul li a {
    width: 185px;
} */
.telephely-dropdown ul li a {
    display: block;
    font-size: 12px;
    padding: 0 13px;
    max-width: 205px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    box-sizing: border-box;
    color: #ffffff;
    text-align: center;
    margin: auto;
}
.telephely-dropdown .current-li {
    display: block;
    font-size: 14px;
}
.telephely-dropdown .current-li a{
    display: block;
    max-width: 205px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #ffffff;
}
.tl-telephely-dropdown-cont.long-cont .current-li a{
    color: #121212;
}
.tl-telephely-dropdown-cont.long-cont .telephely-dropdown ul li a{
    color: #121212;
    text-align: left;
}
/* .telephely-dropdown>li:after {
    display: block;
    content: '';
    background-image: url('../../assets/svg/chevron_down.svg');
    z-index: 101;
    position: absolute;
    top: 0;
    right: 0;
    text-align: center;
    height: 100%;
    width: 15px;
    border-left: 1px solid #dbdbdb;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 12px 12px;
}
.telephely-dropdown > li:after {
    width: 39px;
} */
#billing_tax_number_field{
    display: block!important;
}
#billing_country_field, 
#shipping_country_field{
    display: none!important;
}
.wc-block-order-confirmation-status,
.wc-block-order-confirmation-summary{
    width: 100%;
}
.wc-block-order-confirmation-status{
    margin-top: 40px!important;
}
@media (max-width: 436px){
    body.single-product .tl-loyalty{
        min-height: 63px;
    }
    body.single-product .tl-loyalty-info:before{
        content: '';
        border-style: solid;
        border-width: 10px 10px 10px 10px;
        border-color: transparent transparent red transparent;
        position: absolute;
        top: 5px;
        visibility: hidden;
        opacity: 0;
        transition: all 0.5s ease;
        z-index: 100;
    }
    body.single-product .tl-loyalty-info:after{
        top: 24px;
        left: -124px;
        border-radius: 15px 15px 15px 15px;  
    }
    body.single-product .tl-loyalty::before{
        max-width: 300px;
    }
    body.single-product .tl-loyalty-info:hover:before{
        visibility: visible;
        opacity: 1;
    }
}
.tl-loyalty-info:hover:after{
    visibility: visible;
    opacity: 1;
}
@keyframes growBg {
    0% {
        box-shadow: 0 0 0 0 red;
    }

    70% {
        box-shadow: 0px 0px 0px 4px red;
    }

    100% {
        box-shadow: 0 0 0 0 red;
    }
}
img.tv-small-icon{
    position: absolute;
    top: 0;
    left: 0;
    width: 40px;
    height: 40px!important;
    z-index: 10;
    border: none!important;
}
.tv-popup{
    min-width: 250px;
    position: fixed;
    top: 50%;
    left: 50%;
    background-color: white;
    padding: 20px;
    transform: translate(-50%, -50%);
    z-index: 100000;
    border-radius: 15px;
    box-shadow: 0 0 10px 0px rgba(0, 0, 0, 0.3);
    text-align: center;
    max-height: 80vh;
    overflow: auto;
}
.tv-popup img{
    display: block;
    margin: auto;
}
.tv-popup p{
    font-size: 16px;
}
.tv-popup a{
    font-weight: 600;
}
.tv-popup-close{
    display: block;
    position: absolute;
    right: 9px;
    top: 7px;
    width: 25px;
    height: 25px;
    cursor: pointer;
}
.wp-element-button br{
    display: none;
}
#tl-upsl{
    display: flex;
    flex-wrap: wrap;
}
.tl-calc-main{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
}
.tl-calc-res-row{
    display: flex;
    align-items: baseline;
    margin-bottom: 10px;
}
.tl-calc-res-row span{
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: var(--anchorGreen);
    color: white;
    border-radius: 50%;
    margin-right: 10px;
}
.tl-calculate{
    border-radius: 30px!important;
}
.tl-showcase ul li .amount{
    font-size: 14px!important;
}
.tl-showcase .tl-raklap,
.tl-showcase .tl-raklap-ar,
.tl-showcase .tl-raklap-ar .amount{
    font-size: 11px!important;
}
.hide-desktop{
    display: none!important;
}
.co-single-product{
    overflow: hidden;
}
.woocommerce-account .woocommerce-MyAccount-navigation{
    width: 15%;
}
.woocommerce-account .woocommerce-MyAccount-content{
    width: 85%;
}
@media (max-width: 1024px){
    .tl-single-product{
        padding: 0 10px;
    }
    body.single-product .tinv-wraper {
        top: 39px;
        right: 3px;
    }
}
@media (max-width: 929px){
    .wp-block-post-template.is-flex-container.is-flex-container.columns-4 > li {
        width: calc(50% - 1.25em);
        padding: 0 1.25em;
        box-sizing: border-box;
    }
    .wp-block-post-template.is-flex-container.is-flex-container.columns-3 > li {
        width: 100%;
    }
    .woocommerce-tabs .wc-tab{
        padding: 20px;
    }
    .wp-block-woocommerce-product-details ul.wc-tabs{
        display: flex;
        flex-flow: column;
    }
    .woocommerce-tabs .tabs li.active{
        border: none!important;
    }
    .woocommerce-tabs .tabs li a{
        padding-left: 0;
    }
    .tl-home-prods-col-3{
        grid-template-columns: repeat(2, calc( 50% - 12.5px));
    }
    .tl-grid-4{
        grid-template-columns: repeat(2, 50%);
    }
    .tl-home-col-3{
        grid-template-columns: repeat(2, calc(50% - 20px));
        gap: 40px;
    }
    .tl-home-col-3-cont:last-child{
        max-width: 100%;
    }
    .tl-home-hero-upper-text{
        font-size: 13px;
    }
    .tl-home-hero-inner h1{
        font-size: 48px;
        line-height: 70px;
    }
    .tl-home-hero-bottom-text{
        font-size: 15px;
    }
    .tl-subtitle-above{
        font-size: 16px;
    }
    .tl-subtitle{
        font-size: 35px;
        line-height: 50px;
    }
    .tl-home-col-2{
        padding-bottom: 182px;
    }
    p{
        font-size: 15px;
    }
    img.tl-home-col-2-imgbg {
        bottom: 34px;
        left: 50px;
    }
    #tl-footer-row-1{
        width: 100%;
    }
    #tl-footer-row-2{
        width: 100%;
        padding-left: 0;
    }
    .tl-animation-cont{
        height: calc(100% - 30px);
    }
    #tl-footer-bottom-inside a,
    #tl-footer-bottom-inside p{
        font-size: 11px;
    }
    #tl-footer-bottom-inside .footer-divider{
        margin: 0 10px;
    }
    #tl-footer-bottom-inside{
        padding: 0 10px;
    }
    .tl-home-col-2-text{
        max-width: 100%;
        width: 100%;
    }
    .wp-block-post-template.is-flex-container.is-flex-container.columns-4>li {
        width: calc(33% - .9375em)!important;
    }
    .woocommerce-tabs .tabs li a {
        padding-left: 15px;
    }
}
@media (max-width: 787px){
    .has-global-padding{
        padding-left: 10px;
        padding-right: 10px;
    }
    .tl-home-col-2{
        grid-template-columns: 100%;
        gap: 40px;
    }
    .tl-cats-title{
        font-size: 22px;
    }
    .wp-block-post-template.is-flex-container.is-flex-container.columns-4>li {
        width: calc(50% - .9375em)!important;
        padding: 0 0.25em!important;
    }
    .tl-footer-bottom-list-el .elementor-icon-list-item:after{
        display: none;
    }
}
@media screen and (max-width: 782px) {
    html {
        margin-top: 0!important;
    }
}
@media (max-width: 599px){
    .hide-desktop{
        display: block!important;
    }
}
@media (max-width: 500px){
    .wp-block-post-template.is-flex-container.is-flex-container.columns-4 > li {
        width: calc(50% - 1.25em);
        padding: 0 1.25em;
        box-sizing: border-box;
    }
    .wp-block-post-template.is-flex-container.is-flex-container.columns-4 > li.tl-uk-prod {
        width: calc(100% - 1.25em);
    }
    .single-product-form .add_to_cart_inline{
        width: 100%;
        margin-top: 10px;
    }
    .woocommerce div.product form.cart div.quantity{
        margin-right: 0;
    }
    #tl-footer-row-2{
        flex-wrap: wrap;
    }
    #tl-footer-row-2 .tl-footer-details{
        width: 50%;
    }
    #tl-footer-row-2 .tl-footer-details:last-child{
        width: 100%;
    }
    ul li .amount{
        font-size: 18px;
    }
    .woocommerce a.button,
    .single_add_to_cart_button,
    .button:not(.is-form),
    .tl-btn,
    .wp-element-button{
        padding: 12px 20px;
    }
    ul li .tl-raklap {
        line-height: 1.5;
        color: var(--anchorGreen);
        margin-bottom: 15px;
    }
    .woocommerce div.product form.cart div.quantity {
        margin-left: 0;
        margin-right: auto;
        margin-top: 10px;
    }
}
@media (max-width: 390px){
    .product h3,
    .product h3 a{
        font-size: 12px!important;
        height: 29px;
    }
    .woocommerce a.button,
    .single_add_to_cart_button,
    .button:not(.is-form),
    .tl-btn,
    .wp-element-button{
        font-size: 12px;
        padding: 12px 5px;
    }
    ul li .amount {
        font-size: 15px;
    }
    ul li .tl-raklap {
        font-size: 10px;
    }
}
/* PRODUCT CSS END */
/* ARCHIVE CSS */
.tl-main-col{
    padding: 0 5px;
    width: calc( 80% - 10px );
}
.tl-side-col{
    width: 18%;
    margin-left: auto;
}
.tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart-plus.no-txt,
.tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart.no-txt {
    transition: 0.4s ease-in-out;
}
.tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart.no-txt:hover {
    transform: rotate(360deg) scale(1.2);
}
.wc-block-components-product-image{
    width: 100%;
}
.tl-archive-prod-img:hover{
    transform: scale(0.95);
    filter: brightness(90%);
}
.default-img{
    filter: grayscale(1) brightness(1.5);
}
.default-img:hover{
    transform: scale(0.95);
    filter: none;
}
.tl-archive-img-1{
    position: absolute;
    left: 0;
    top: 10px;
    transform: rotate(-45deg);
}
.tl-archive-img-2{
    position: absolute;
    left: -45px;
    top: 48px;
    transform: rotate(35deg);
}
.tl-archive-img-3{
    position: absolute;
    left: -5px;
    top: 110px;
    transform: rotate(35deg);
}
.tl-archive-img-4{
    position: absolute;
    top: 50%;
    right: 0;
}
.tl-archive-img-5{
    position: absolute;
    bottom: 40px;
    left: -45px;
}
.tl-showcase .attachment-woocommerce_thumbnail{
    height: 169px !important;
    max-width: 250px !important;
    transition: 0.2s ease-in-out;
    object-fit: contain !important;
    width: 100%;
}
.tl-showcase h2{
    display: -webkit-box;
    max-width: 100%;
    width: 100%;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 14px!important;
    color: var(--anchorGreen);
    font-weight: 600!important;
    text-align: center;
    height: 39px;
}
.tl-showcase .price{
    display: flex;
    flex-flow: column;
    line-height: 32px;
    margin-bottom: 20px;
}
.tl-showcase a.add_to_cart_button{
    display: block;
    padding: 12px 30px;
    width: 100%;
    font-size: 14px!important;
}
.calc-ajax-btn{
    margin-left: auto;
}
@media (max-width: 1160px){
    ul li.product h3 {
        padding: 0 8px;
    }
    .wp-block-woocommerce-related-products ul li.product h3 {
        padding: 0 19px;
    }
}
@media (max-width: 1024px){
    .tl-main-col{
        padding: 0 5px;
        width: calc( 100% - 10px );
    }
    .tl-side-col{
        display: none;
    }
}
@media (max-width: 444px){
    .tl-order-by-cont{
        flex-direction: unset;
        flex-wrap: wrap;
        justify-content: flex-start;
    }
    .orderby-order-container{
        display: block;
        width: 100%;
    }
}
/* ARCHIVE CSS END */
/* THANK YOU */
.woocommerce-page .woocommerce-table--order-details,
.woocommerce-page .woocommerce-customer-details address{
    width: 100%!important;
}
p.woocommerce-thankyou-order-received{
    text-align: center!important;
    margin-bottom: 10px!important;
    font-size: 40px!important;
    line-height: 1.4!important;
    color: #333333!important;
    font-weight: 700!important;    
}
body.woocommerce-order-received .woocommerce-order h2{
    width: 100%;
    text-align: center;
    border-bottom: 2px solid rgb(135, 131, 127);
    margin-bottom: 30px;
    font-size: 21px;
    line-height: 1.5;
    margin-top: 20px;
    font-weight: 600;
}
body.woocommerce-order-received .woocommerce-order tfoot td,
body.woocommerce-order-received .woocommerce-order .woocommerce-table__product-total.product-total,
body.woocommerce-order-received .woocommerce-order .woocommerce-table__product-table.product-total{
    text-align: right;
}
body.woocommerce-order-received .woocommerce-order section{
    margin-top: 60px;
}
/* THANK YOU END */
/* KEDVENCEK */
.tinv-header h2{
    font-size: 32px;
    font-weight: 700;
    color: #333333;
}
.tinvwl-to-left.look_in{
    display: none;
}
.tinvwl-table-manage-list th,
.tinvwl-table-manage-list td{
    font-size: 16px;
}
.tinvwl-table-manage-list td.product-stock p{
    font-size: 12px;
    font-weight: 500;
}
.ftinvwl {
    font-size: 19px;
    margin-left: -1px;
}
.tinv-wishlist .product-remove button[name="tinvwl-remove"]{
    padding: 0;
    margin: 0;    
}
.tinv-wishlist tfoot .tinvwl-to-right{
    width: 100%;
    text-align: left;
}
.tinv-wishlist button {
    font-size: 11px!important;
    margin-bottom: 10px!important;
    margin-left: 20px!important;
}
/* KEDVENCEK END*/
/* LOGIN */
body.woocommerce-account h2{
    font-size: 32px;
    line-height: 1.5;
    color: #333333;
    font-weight: 700;
    border-bottom: 1px solid #e0dede;
    padding-bottom: 10px;
    margin-bottom: 20px;
}
/* .u-column1.col-1,
.u-column2.col-2{
    box-sizing: border-box;
    border: 1px solid #e0dede;
    overflow: hidden;
    padding: 30px;    
} */
.woocommerce form .form-row .input-text,
.woocommerce-page form .form-row .input-text{
    box-sizing: border-box;
    width: 100%;
    font-size: 13px;
    padding: 0 15px;
    height: 29px;
}
.woocommerce-page .woocommerce-form-login .show-password-input {
    top: 0.4rem;
    right: 0.8rem;
}
.woocommerce-page label.woocommerce-form__label-for-checkbox span::before {
    height: 15px;
    width: 15px;
}
.woocommerce form .form-row-first,
.woocommerce-page form .form-row-first,
.woocommerce form .form-row-last,
.woocommerce-page form .form-row-last{
    float: none;
    width: 100%;
}
.woocommerce-LostPassword a,
.woocommerce-form-register p{
    font-size: 13px;
}
.woocommerce-form-register p.tl-small-subtitle{
    font-size: 16px;
    margin-bottom: 0;
}
.woocommerce-form-login__submit,
.woocommerce-form-register__submit{
    padding: 13px 29px!important;
    line-height: 17px;
    font-size: 14px!important;
}
/* LOGIN END */
/* NAV START */
button.wp-block-navigation__responsive-container-open,
button.wp-block-navigation__responsive-container-close{
    background-color: unset;
    color: #000000;
    padding: 0;
}
/* NAV END */
.woocommerce form .show-password-input,
.woocommerce-page form .show-password-input{
    top: 0;
}
.woocommerce form.register .show-password-input{
    top: 6px;
    margin: 0;
}
.logged-in #tl_viszontelado{
    display: none;
}
.woocommerce-page .cart-collaterals table.shop_table_responsive th{
    width: 50%;
}