/* GENERAL TEMPLATE CSS START
------------------------------------------------------- */
html body,
body {
    font-family: 'Varela Round', sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue" !important;
}

.t11-wrapper,
.wrapper {
    max-width: 1010px;
    width: 97%;
}

/* GENERAL TEMPLATE CSS END
------------------------------------------------------- */
/* HEADER BOX END
------------------------------------------------------- */
.contain-content-max {
    padding-top: 10px;
}

.t11-header {
    padding-top: 120px;
}

.t11-header .slider img {
    width: 100%;
    max-width: 400px;
    border: 1px solid #ccc;
    margin: 0px auto;
    border: none;
}

@media screen and (min-width:1024px) {
    .wrapper-right {
        max-width: 530px;
    }
}

.t11-header .t11-header-text h1 {
    font-size: 50px;
    font-weight: 700;
    line-height: 1;
}

.t11-header .t11-header-text p {
    font-size: 27px;
    line-height: 1.3em;
    font-weight: 500;
}

.t11-header .t11-header-text .t11-header-stars span:first-child {
    font-size: 24px;
    color: #ffeb3b !important;
    position: relative;
    top: 2px;
    margin-right: 10px;
}

button {
    outline: none;
}

button::-moz-focus-inner {
    border: 0;
}

button:focus {
    outline: none;
    border: 0;
}

.t11-header .t11-header-text .t11-header-buttons-holder button:first-child {
    border-radius: 20px;
    padding: 10px 15px;
    border: none;
    cursor: pointer;
    text-transform: uppercase;
    margin-right: 20px;
}

.t11-header .t11-header-text .t11-header-buttons-holder button:last-child {
    border-radius: 20px;
    padding: 10px 15px;
    border: none;
    cursor: pointer;
    text-transform: uppercase;
}

.t11-header .t11-header-text .t11-header-buttons-holder button:first-child:hover {
    color: #0b0038;
    background-color: #c6be4a;
}

.t11-header .t11-header-text .t11-header-buttons-holder button:last-child:hover {
    color: #fff;
    background-color: #a7a7a7 !important;
}

.t11-header .t11-header-text .t11-header-benefits-holder {
    max-width: 450px;
}

.t11-header .t11-header-text .t11-header-benefits-holder .t11-header-benefits-item {
    margin-left: 2px;
    margin-right: 2px;
}

.t11-header .t11-header-text .t11-header-benefits-holder .t11-header-benefits-item img {
    width: 100%;
    max-width: 32px;
}

.t11-header .t11-header-text .t11-header-benefits-holder .t11-header-benefits-item p {
    font-size: 14px;
}

/* HEADER BOX END
------------------------------------------------------- */



/* SELECTOR BOX START
------------------------------------------------------- */
.t11-selector-box h2 {
    font-size: 30px;
    font-weight: 500;
}

.t11-selector-box .t11-selector .t11-description p,
.t11-selector-box .t11-selector .t11-select span {
    font-size: 22px;
}

.t11-selector-box .t11-selector .t11-description span:first-child {
    text-decoration: line-through;
    text-align: right;
    font-size: 28px;
    padding-right: 20px;
}

.t11-selector-box .t11-selector .t11-description span:last-child {
    text-decoration: initial;
    text-align: right;
    font-size: 38px;
    padding-right: 20px;
}

.t11-selector-box .t11-selector .t11-stars img {
    width: 100px;
    position: relative;
    top: 3px;
    margin: 0 3px 0 0;
}

.t11-selector .c086 img {
    width: 100%;
    max-width: 500px;
}

.selector-slider-thumbnails {
    max-width: 500px;
}

.t11-selector .c086 .c038 img {
    border: 1px solid #8e8e8e;
    width: 70px;
    float: left;
    margin: 2px;
    opacity: 0.5;
    cursor: pointer;
    padding: 1px;
}

.selector-slider-thumbnails img:hover {
    opacity: 1;
    cursor: pointer;
}

.t11-selector .t11-selector-text {
    max-width: 600px;
}

.t11-selector-box .t11-selector select {
    width: 100%;
    max-width: 170px;
    font-size: 24px;
    padding: 10px 30px 10px 10px;
}

.t11-selector .t11-selector-text .t11-quantity .t11-select .selector-holder {
    margin-left: 20px;
    margin-right: 20px;
}

.t11-selector .t11-selector-text .t11-quantity .t11-select .button-holder {
    width: 100%;
}

.t11-selector-box .t11-selector button {
    width: 100%;
    max-width: 210px;
    font-size: 20px;
    font-weight: 600;
    border: none;
    border-radius: 3px;
    cursor: pointer;
}

.t11-selector-box .c088 {
    margin-top: 10px;
}

.t11-selector .t11-selector-text .t11-card-holder img {
    width: 100%;
    max-width: 300px;
}

.t11-selector .t11-selector-text .t11-recommendation-holder {
    border: 1px solid #eee;
}

.t11-selector .t11-selector-text .t11-recommendation-holder .icon {
    margin-right: 20px;
}

.t11-selector .t11-selector-text .t11-recommendation-holder .icon img {
    width: 100%;
    max-width: 30px;
}

.t11-selector .t11-selector-text .t11-recommendation-holder .text p {
    text-align: left;
}

.t11-selector .t11-selector-text .t11-benefits-list-holder div span {
    margin-right: 10px;
    font-size: 20px;
}

.t11-selector .t11-selector-text .t11-benefits-list-holder div p {
    font-size: 19px;
    margin: 0;
}

.blinking {
    animation: blinker-two 2s linear infinite;
}

@keyframes blinker-two {
    100% {
        opacity: 0;
    }
}

/* SELECTOR BOX END
------------------------------------------------------- */

/* SOCIAL COMMENTS BOX START
------------------------------------------------------- */
.t11-social-comments-box {
    width: 100%;
}

.t11-social-comments-box h2 {
    font-size: 34px;
    line-height: 1;
    text-align: center;
}

/* SOCIAL COMMENTS BOX END
------------------------------------------------------- */
/* WARRANTY BOX START
------------------------------------------------------- */
.t11-warranty-box {
    text-align: center;
}

.t11-warranty-box h2 {
    font-size: 40px;
    margin-top: 0;
}

.t11-warranty-box h3 {
    font-size: 1.5em;
    margin-top: 0;
    font-weight: 600;
}

.t11-warranty-box .benefits-holder img {
    max-width: 60px;
    margin-right: 20px;
    filter: invert(50%);
}

.t11-warranty-box .benefits-holder h4 {
    text-align: left;
    font-size: 22px;
    color: #333;
    font-size: 1.6em;
    margin-bottom: 5px;
    margin-top: 5px;
    font-weight: 600;
}

.t11-warranty-box .benefits-holder p {
    text-align: left;
    color: #4c545a;
}

.t11-warranty-box .media-holder {
    max-width: 500px;
    width: 100%;
}

.wistia_responsive_padding {
    width: 100%;
}

/* WARRANTY BOX END
------------------------------------------------------- */
/* ORDER FORM BOX START
------------------------------------------------------- */
.t11-order-form-box h2 {
    font-size: 34px;
    text-align: center;
    line-height: 1;
}

.t11-order-form-item {
    width: 98%;
}

.t11-order-form .t11-order-form-item .t11-order-form-media-holder img {
    width: 100%;
    max-width: 500px;
}

.t11-order-form .t11-order-form-item .t11-order-form-media-holder {
    max-width: 600px;
    /*margin-top: 60px;*/
}

.form-bonus .form-bonus-wrapper .bonus-item,
.form-bonus .form-bonus-wrapper .description {
    width: 100% !important;
}

.t11-order-form-item {
    padding: 10px 0 !important
}

.labtit {
    display: none;
}

span.agreement {
    margin-top: 5px;
}

/* ORDER FORM BOX END
------------------------------------------------------- */
/* TABLE SIZE START
------------------------------------------------------- */
.description_table {
    margin-bottom: 20px;
}

.description_table table {
    border-collapse: collapse;
    margin-top: 15px;
}

.description_table tbody {
    background-color: #fff;
}

.description_table table,
th,
td {
    border: 1px solid black;
}

.description_table table td {
    color: #000;
    padding: 10px;
    text-align: center;
    font-size: 16px;
    vertical-align: middle;
}

.description_table table tr:first-child td {
    font-weight: 700;
}

/* TABLE SIZE END
------------------------------------------------------- */
/* TABLE BOX START
------------------------------------------------------- */
.table-holder {
    display: block;
    margin: auto;
    padding: 10px 5px;
    text-align: center;
    max-width: 650px;
    width: 100%;
    margin-bottom: 20px;
}

.table-holder table td,
.table-holder table th {
    color: #000;
    padding: 10px;
    text-align: center;
    font-size: 15px;
    border: 1px solid #000;
}

.table-holder table {
    border-collapse: collapse;
    margin: 0 auto;
    background: #fff;
}

.table-holder table tr td.velicina-t {
    padding-top: 20px;
}

.table-holder .table-title h3 {
    font-size: 20px;
    font-weight: 600;
}

.table-holder p {
    margin: 10px 0;
    font-size: 1em !important;
}

.table-fill {
    overflow-x: auto;
}

.table-holder img {
    max-width: 300px;
    width: 100%;
    display: block;
    margin: 0 auto;
    padding: 5px 0px;
}

.table-holder p {
    font-size: 18px;
    margin-bottom: 0px;
    text-align: center;
}



@media screen and (max-width:768px) {
    .table-holder {
        float: none;
        display: block;
        width: 100%;
        border: none;
    }

    .table-holder table {
        float: none;
        display: block;
        width: 100%;
        border: none;
        max-width: 100%;
    }

    .table-holder table td,
    .table-holder table th {
        padding: 8px 3px !important;
        font-size: 13px !important;
    }

    .table-holder img {
        display: block;
        margin: 0 auto;
    }
}

/* TABLE BOX END */

#videodiv {
    max-width: 500px;
    width: 100%;
    margin-right: 20px;
    height: fit-content;
    flex: 3;
}

.t11-header-text3 {
    max-width: 490px;
    width: 100%;
    margin-top: 5px;
}

.iner-wrraper {
    max-width: 440px;
}

#kom {
    font-size: 14px;
    color: #768391;
    font-weight: 500;
}

#stars {
    color: #ffc107 !important;
    font-size: 15px;
}

#text-second {
    margin-top: 14px;
    line-height: 1.35;
    font-size: 18px;
    color: #4caf50;
    font-weight: bold;
    margin-bottom: 10px;
}

#text-3 {
    margin-bottom: 15px;
    font-size: 2.2em;
    color: #22282f;
    margin-top: 6px;
}

.list {
    font-weight: 600;
    color: #4c545a;
}

.list1,
.list2,
.list3 {
    padding-bottom: 2px;
    text-indent: -30px;
    padding-left: 30px;
}

.list span {
    color: #4caf50;
    font-size: 18px;
    padding-right: 10px;
    position: relative;
    top: 2px;
}

.wrapper-bounce {
    margin: 25px auto 0px;
    cursor: pointer;
}


.pr {
    background: linear-gradient(30deg, #cc5500, #c12000);
    color: #000 !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 5px 15px;
    border-radius: 5px;
    font-size: 26px;
    font-weight: 600;
    width: 100%;
    margin-bottom: 15px;
}

.pr .del {
    font-size: 18px;
    text-decoration: line-through;
    color: #000 !important;
    margin-right: 20px;
}

.pr .descount,
.pr div {
    display: flex;
    align-items: center;
}

.pr .descount {
    background-color: #2dbe3c;
    border-radius: 2px;
    box-shadow: 0 0 0 2px #fff;
    color: #fff;
    font-weight: 600;
    transform: translateY(20px) rotate(15deg);
    font-size: 16px;
    justify-content: center;
    line-height: 1;
    padding: 4px 6px 2px;
    margin-right: -30px;
    -webkit-animation: up_dwn-data-v-67da7062 1s ease-in-out infinite;
    animation: up_dwn-data-v-67da7062 1s ease-in-out infinite;
}

.cod-wr {
    width: 100%;
    text-align: center;
    font-weight: 600;
    font-size: 16px;
    color: #000;
    background: linear-gradient(#ffc107, #ffc107);
    border-radius: 0 0 6px 6px;
    padding: 10px 8px 9px;
    margin-top: -4px;
}

.cod-wr span {
    display: inline-flex;
    align-items: center;
}

.cod-wr img {
    margin-right: 10px;
    margin-top: -1px;
}

.stage {
    display: block;
    position: relative;
    top: -10px;
    left: -130px;
}

.box-new {
    align-self: flex-end;
    animation-duration: 1s;
    animation-iteration-count: infinite;

    background-color: #4caf50;
    border-radius: 2px;
    box-shadow: 0 0 0 2px #ffc107;
    color: #fff;
    font-weight: 600;

    font-size: 16px;
    justify-content: center;
    line-height: 1;
    padding: 4px 6px 2px 6px;
    margin-right: -30px;
}

.bounce-1 {
    animation-name: bounce-1;
    animation-timing-function: linear;
}


@keyframes bounce-1 {

    0%,
    to {
        transform: translateY(20px) rotate(15deg)
    }

    50% {
        transform: translateY(25px) rotate(15deg)
    }
}


.bold1 {
    font-weight: 600;
    display: flex;
    flex-direction: row;
    align-items: center;
    text-align: left;
    line-height: 1.2;
}

#videodiv {
    position: relative;
}

.white-bg {
    border-radius: 4px;
    margin: 0 0 0 6px;
    font-size: 14px;
    padding: 3px 5px;
    line-height: 1;
    background-color: #fff;
    color: #191d24;
    font-weight: 600;
}

.images-3box {
    max-width: 500px;
    width: 100%;
}

.grid-fullW {
    max-width: 1000px;
    flex-shrink: 0;
    flex: 1;
    width: 100%;
}

#specs .specs .head svg {
    transition: all .2s ease-in-out;
    transition-property: transform;
}

.bg-lightblue {
    background-color: #efefef;
}

.window-plus {
    position: relative;
}

.check-list {
    display: flex;
    margin-bottom: 10px;
}

.benefits-holder {
    justify-content: center;
}


.bg-blue {
    background-color: #333333;
}

.select-qt {
    width: 100%;
    max-width: 420px;
    margin: 0 auto;
    padding: 10px;
    border-radius: 10px;
    background-color: #f4f4f4;
    box-shadow: 0 2px 6px rgb(0 0 0 / 13%);
    border-top: 6px solid #4caf50;
}

.select-qt h3 {
    text-align: center;
    font-size: 1.6em;
    color: #22282f;
    line-height: 1;
    margin-bottom: 6px;
    margin-top: 6px;
}

.guarantee-badge {
    display: flex;
    position: relative;
    padding: 10px;
    border-radius: 5px;
    font-size: 14px;
    background-color: #4caf5026;
    color: #000;
    box-shadow: 0 0 0 1px rgb(164 66 17 / 10%), 0 10px 10px -5px rgb(76 37 18 / 38%);
    margin: 15px 0;
}

.guarantee-badge img {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: none;
    width: 74px;
    margin-right: 10px !important;
    height: 100%;
}

.guarantee-badge>div h4 {
    margin-top: 0;
    font-weight: 600;
    color: #000;
    line-height: 1;
    margin-bottom: 6px;
    margin-top: 6px;
}

.prev-image-wr {
    position: relative;
}


#qanda {
    padding: 40px 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    background-size: cover;
    background-position: 50%;
    -moz-background-position: cover;
    -o-background-position: cover;
}

#qanda div.container {
    max-width: 1000px;
    flex-shrink: 0;
    flex: 1;
    width: 100%;
}

#qanda h3 {
    font-size: 1.6em;
    color: #22282f;
    line-height: 1;
    margin-bottom: 16px;
    margin-top: 6px;
}

#qanda h4 {
    color: #22282f;
    line-height: 1;
    margin-bottom: 16px;
    margin-top: 16px;
}

#qanda p {
    color: #4c545a;
    font-weight: 500;
}

#qanda .ans {
    border-top: 1px solid rgba(0, 0, 0, .129);
    margin-top: 40px;
}

#qanda .ans p {
    margin-top: 10px;
    text-align: center;
}

html body .deliveryTimes {
    font-size: 13px;
}

html body .order-button-wrapper .agreement {
    font-size: 15px;
}

html body .season-banner-wrapper,
html body .first-line,
html body .phone-oper-note p {
    display: none !important;
}

html body .ws-hdr-navbar {
    margin-top: -6px;
}

html body .ws-hdr-wrapper {
    box-shadow: none;
    background-color: #333333;
}

html body .ws-hdr-navbar .txt-holder span {
    color: #fff;
}

html body .ws-hdr-navbar .logo-holder img {
    filter: invert(100%);
}

.phoneHeader {
    filter: invert(100%);
}



html body .t11-header {
    padding-top: 70px !important;
}

html body video {
    max-width: 500px;
    width: 100%;
    margin: 0px !important
}

html body span.best-choice {
    background-color: #4caf50 !important;
    color: #fff !important;
}

html body div.userChoice div.btnWrapper span.choice-selected {
    background-color: #333 !important;
}

html body .userChoice span.choice-selected:after {
    border: 2px solid #22282f !important;
    box-shadow: 1px 1px 2px 0 rgb(103 58 183) !important;
}

html body div.userChoice div.btnWrapper span.choice-selected p.choice-price-p,
html body div.userChoice div.btnWrapper span.choice-selected .perPeace {
    color: #fff !important;
}

.embedsocial-reviews {
    display: none !important;
}

html body div.chat-box div.chat-box-wrap div.chat {
    display: none !important;
}

html body .surprise-gift-box .headline .text-add {
    font-weight: bold;
    color: #000;
    font-size: 18px;
    background: #fff;
    padding: 4px 5px;
    border-radius: 5px;
}

html body .surprise-gift-box .headline .text-surprise-gift-title {
    line-height: 1.2;
    font-size: 17px;
    color: #fff;
}

html body .surprise-gift-box .headline label[for=surprise-gift]:before {
    max-width: 15px;
    width: 100%;
    height: 15px;
}

html body .surprise-gift-box .headline .text-add img {
    position: relative;
    top: 1px;
    max-width: 16px;
}

html body .surprise-gift-box .headline {
    padding-top: 10px;
}

html body #fb-root {
    display: none !important;
}


html body .cstm_c_h_wrap {
    top: -1px;
}

html body .doki-mail a img {
    filter: initial !important;
}

html body .t3-button {
    background-color: #ee7b1c !important;
    background: #ee7b1c !important;
    color: #ffffff !important;
    font-size: 17px;
    letter-spacing: 1px;
}

html body .ft_l1_main_wrap_1 {
    background-color: #22282f !important;
    background: #333333 !important;
}

.sticky-bottom-line {
    background-color: #22282f !important;
    background: #22282f !important;
    display: none;
    justify-content: space-between;
    bottom: -1px !important;
}

html body .sticky-bottom-price {
    margin-left: 10px !important;
    margin-right: 10px !important;
}

html body .new_p {
    font-size: 24px;
}

body .warranty-bonus-element img,
body .shipping-bonus-element img,
body .safety-bonus-element img {
    margin-right: 5px;
    height: fit-content;
}

body .order-form-bonus .bonus-button-wrapper span {
    display: flex;
    justify-content: center;
    align-items: center;
}

body .cstm_c_h_inner {
    padding: 8px 5px;
}


/* form fixes start */
body .userChoice {
    margin: 0 auto;
}

body .payment-choice {
    flex-flow: column !important;
    margin-top: 45px;
}

body #komentar {
    padding-top: 5px;
}

body .payment-choice .payment-card,
body .payment-choice .payment-cod {
    padding: 10px 5px;
    cursor: pointer;
    border: 1px solid #c7c7c7;
    border-radius: 3px;
    background: #fff;
    margin-bottom: 10px;
    font-family: 'Varela Round', sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue" !important;
}

body div.input-item input,
body div.input-item select,
body div.input-item textarea {
    background-color: #fff;
    border-color: #c9c9c9;
    border: 1px solid #ccc;
    box-shadow: none;
    border-radius: 4px;
    color: #8c8d8e;
    min-height: 45px;
    line-height: 1;
    padding: 3px 7px 0;
    max-width: initial;
    width: 100%;
    display: block;
    float: none;
    margin: 0;
    font: 400 13.3333px Calibri;
    font-weight: 400;
    font-size: 12px;
    font-family: 'Varela Round', sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue" !important;
    height: 40px;
    outline: none;
}

body .orderButton {
    height: inherit;
    line-height: initial;
    text-indent: 0;
    display: block;
    font-family: 'Varela Round', sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue" !important;
    font-size: 26px;
    letter-spacing: -1px;
    font-weight: bold;
    font-style: normal;
    text-decoration: none;
    text-align: center;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    float: none;
    width: 100%;
    background: #4caf50;
    color: #fff;
    padding: 20px 0px;
    margin: 20px auto 0px;
    box-shadow: none;
}

body .orderButton:hover {
    background: #1eab35;
}

body .fb-messenger-checkbox,
body .order-button-wrapper span:nth-child(0) {
    display: none !important;
}

body div.payment-block input[type=radio]:checked+label,
body div.payment-block input[type=radio]:not(:checked)+label,
body div.payment-choice input[type=radio]:checked+label,
body div.payment-choice input[type=radio]:not(:checked)+label {
    font-size: 15px;
}

body .order-form-bonus {
    width: 100%;
    max-width: 450px;
    margin-top: 7px;
}

body .order-form-wrapper,
.safety-bonus-element {
    width: 100%;
}

body .order-form-bonus .bonus-title {
    width: 100%;
    background-color: #292938;
    padding: 12px 9px;
    cursor: pointer;
    border-bottom: 1px solid #ffff;
    margin-bottom: 5px;
    background-color: #e9ffec;
    border-radius: 4px;
    border: 2px solid red;
    border-color: #4caf50;
}

body .safety-bonus-element img {
    max-width: 45px;
}

body .shipping-bonus-element img {
    max-width: 45px;
}

body .warranty-bonus-element img {
    max-width: 45px;
}

body .order-form-bonus .bonus-title p,
body .order-form-bonus .bonus-button-wrapper {
    margin: 0px;
    color: #333;
    text-transform: uppercase;
    font-size: 10px;
    font-weight: bold;
    font-family: 'Varela Round', sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue" !important;
    width: 50%;
}

body .order-form-bonus .bonus-title p {
    margin-right: auto;

    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

body .order-form-bonus .bonus-button-wrapper {
    margin-left: auto;
}

body .order-form-bonus .bonus-button-wrapper span {
    margin-left: auto;
    margin-right: 7px;
    color: red;
    font-size: 14px;
    font-weight: 500;
}

body .order-form-bonus .bonus-button-wrapper span:active {
    padding-top: 14px;
}

body .shipping-bonus-element .bonus-title,
body .shipping-bonus-element .additional-info,
body .warranty-bonus-element .bonus-title,
body .warranty-bonus-element .additional-info {
    background-color: #fff !important;
    border-color: #d4ded6 !important;
}

body .order-form-bonus .bonus-button-wrapper button {
    font-family: inherit;
    vertical-align: baseline;
    border: 0;
    outline: 0;
    cursor: pointer;
    display: inline-block;
    color: #fff !important;
    text-decoration: none;
    line-height: 1;
    border-radius: 0px;
    width: 100%;
    background: #41cc02;
    transition: box-shadow .2s, background .2s;
    font-weight: 900;
    text-transform: uppercase;
    position: relative;
    top: 0px;
    background: #305388;
    box-shadow: none;
    max-width: 80px;
    padding: 1em 0.25em 1em;
    font-size: 10px;
}

body .order-form-bonus .additional-info p {
    margin: 0px;
    color: #333;
    font-size: 14px;
    line-height: 1.4;
    font-family: 'Varela Round', sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue" !important;
}

body .order-form-bonus .additional-info {
    background-color: #e9ffec;
    padding: 12px 2.5%;
    margin-top: -5px;
    margin-bottom: 5px;
}

body .order-form-bonus .bonus-button-wrapper button.clicked {
    box-shadow: none;
    color: #fff !important;
    background: #41cc02;
}

body .the-messenger-note {
    display: none;
}

.t11-advantage-text {
    width: 95%;
}

body .deliveryTimes {
    margin-bottom: 15px;
}

/* form fixes end */

/* MEDIA QUERIES START
------------------------------------------------------- */
@media screen and (max-width:768px) {
    .t11-logo {
        max-width: 120px;
        max-height: 35px;
        position: relative;
        top: 3px;
    }

    .t11-button {
        line-height: 32px;
        font-size: 16px;
    }

    .t11-header {
        padding-top: 95px;
    }

    .t11-header .t11-price1 .t11-price-before-discount {
        margin-left: initial;
    }

    .t11-header .t11-header-text h1 {
        font-size: 34px;
        line-height: 1;
        text-align: center;
    }

    .t11-warranty-box h2 {
        font-size: 28px;
    }

    .t11-header .t11-header-text p {
        font-size: 22px;
        line-height: 1.2;
        text-align: center;
    }

    .t11-warranty-box h3 {
        font-size: 18px;
        font-weight: 500;
    }

    .t11-header .t11-wrapper {
        flex-flow: column;
    }

    .t11-header .t11-header-text {
        order: 2;
        justify-content: center;
        align-items: center;
    }

    .t11-header .t11-header-image {
        order: 1;
    }

    .t11-benefit-image img {
        max-width: 80px;
    }

    .t11-advantage-image {
        order: 1 !important
    }

    .t11-advantage-text {
        order: 2 !important
    }

    .t11-benefit-box .t11-benefits,
    .t11-benefit-box .t11-benefit-single-image,
    .t11-warranty-box .t11-media-warranty,
    .t11-selector .t11-selector-text .t11-quantity .t11-select {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        /**/
        width: 100%;
        margin: 0;
        /* column */
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column;
        flex-flow: column;
    }

    div.userChoice {
        max-width: 320px !important;
    }

    .t11-selector .t11-selector-text .t11-quantity .t11-select .button-holder {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;

        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;

        margin-top: 20px;
    }

    .t11-testimonials-box .t11-wrapper div {
        flex: initial;
        margin: 0 0 20px;
        max-width: 300px;
    }

    .t11-header .t11-header-text .t11-header-benefits-holder .t11-header-benefits-item p {
        font-size: 12px;
    }

    .t11-benefit-box .t11-benefit-item .t11-benefit-text h4 {
        font-size: 22px;
        line-height: 1.3;
        margin-bottom: 5px;
    }

    .t11-benefits .t11-benefit-item,
    .t11-header-text,
    .t11-header-image,
    .t11-advantage-text.flex-1,
    .t11-advantage-image.flex-1,
    .t11-advantages .t11-advantage-item,
    .t11-postage-box .t11-postage-01,
    .t11-postage-box .t11-postage-02,
    .selector-slider.flex-1,
    .t11-selector-text.flex-1,
    .t11-specification-box .specs .specs-item.flex-1,
    .gallery-item,
    .t11-specification-box .specs .c063 {
        flex: initial;
    }

    .t11-specification-box h2,
    .t11-advantages .t11-advantage-item,
    .t11-benefits .t11-benefit-item,
    .t11-testimonials-box .t11-testimonials-title {
        margin-bottom: 15px;
    }

    .t11-specification-box .specs .c063 {
        padding-top: 0;
        padding-bottom: 0
    }

    .t11-specification-box .specs .specs-item {
        padding-top: 0;
        padding-bottom: 0;
    }

    .t11-advantages .t11-advantage-item:nth-child(even) .t11-advantage-text {
        order: initial;
    }

    .t11-selector .t11-price2 .t11-price-before-discount {
        font-size: 20px;
    }

    .t11-selector .t11-price2 .t11-price-after-discount {
        font-size: 30px;
    }

    .t11-selector-box .t11-selector .t11-description p,
    .t11-selector-box .t11-selector .t11-select span {
        font-size: 19px;
    }

    .t11-header .t11-price1 {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 103%;
        padding: 0;
        margin-top: 10px;
    }

    .t11-order-form-item,
    .t11-order-form-media-holder {
        width: 100%;
        margin: 0 auto;
        float: none;
        max-width: 450px;
    }

    .t11-benefits .t11-benefit-item:first-child,
    .t11-advantages .t11-advantage-item:first-child {
        margin-top: 20px;
    }

    .t11-selector-box .t11-selector select {
        max-width: 200px;
        font-size: 20px;
        padding: 5px 20px 5px 5px;
        margin-top: 1px;
    }

    .t11-selector-box .t11-selector button {
        font-size: 22px;
        width: 95%;
        max-width: 100%;
    }

    .t11-selector .t11-price2 {
        position: relative;
        top: 10px;
    }

    .specs-item {
        padding: 0 10px;
    }

    .description_table,
    .description_table table {
        margin: 5px auto;
        float: none;
        display: block;
        border: none;
        max-width: 315px;
    }

    .t11-selector .c086 .c038 img {
        width: 60px;
    }

    .c034 .c053 {
        margin-top: 0px;
        margin-bottom: 0px;
    }

    .t11-order-form .t11-order-form-item .t11-order-form-media-holder {
        margin-top: 15px;
    }

    .t11-360-box h2 {
        font-size: 28px;
    }

    .t11-360-box #canvas {
        width: 97%;
        height: 97%;
    }

    .t11-360-box .c034 .c007 {
        position: relative;
        top: -38px;
    }

    #videodiv {
        margin-right: initial;
    }

    .iner-wrraper {
        width: 92%;
    }

    .t11-warranty-box .benefits-holder h4 {
        font-size: 1.17em;
    }

    .bg-lightblue {
        padding-right: 10px;
        padding-left: 10px;
    }

    body .modular-form-wrapper {
        width: 98%;
    }

    body .order-form-bonus .bonus-title {
        padding: 12px 5px;
    }

    .sticky-bottom-line {
        display: flex;
    }

    html body .order-button-wrapper .agreement {
        font-size: 10px;
    }


}

@media(max-width: 479px) {

    html body .surprise-gift-box .headline .text-add {
        font-size: 15px;
    }

    html body .surprise-gift-box .headline .text-surprise-gift-title {
        font-size: 14px;
    }

    .ws-hdr-navbar .logo-holder img {
        max-width: 105px !important;
    }

    .phone-oper-note p {
        font-size: 9px !important;
        padding-top: 5px !important;
    }

    .contain-content-max {
        padding-top: 20px;
    }

    .box-new {
        margin-right: -44px;
    }

    .t11-advantage-image .gif {
        width: 255px;
    }

    .t11-advantage-image img {
        max-width: 255px;
    }

    .select-qt {
        width: 98%;
    }

    .guarantee-badge img {
        position: absolute;
        right: -20px;
        top: -20px;
        width: 50px;
        height: auto;
    }

    .select-qt h3 {
        font-size: 1.17em;
    }

    #qanda div.container {
        margin-bottom: 0px;
    }
}

.t11-wrapper {
    max-width: 1140px;
}

#videodiv,
.t11-header-text {
    max-width: 100%;
    width: 50%;
}

.iner-wrraper {
    max-width: 100%;
}

#videodiv h1 {
    font-family: "Rubik", Sans-serif;
    font-size: 46px;
    font-weight: 600;
    padding: 0 5px;
    text-transform: uppercase;
    text-align: center;
}

#videodiv h2 {
    font-family: "Rubik", Sans-serif;
    font-size: 24px;
    font-weight: 500;
    font-style: oblique;
    margin: 15px 0 25px;
    text-align: center;
}

.elementor-star-rating__wrapper {
    text-align: center;
    margin-bottom: 10px;
}

.elementor-star-rating__title {
    font-family: "Roboto", Sans-serif;
    font-size: 19px;
    font-weight: 500;
    margin-right: 5px;
}

.elementor-star-rating__title img {
    max-width: 100%;
    width: 100px;
}

.elementor-star-rating__wrapper img{
    max-width: 100%;
    width: 116px;
    margin-bottom: 3px;
} 

.elementor-widget-container img {
    vertical-align: middle;
    display: inline-block;
    height: auto;
    max-width: 100%;
    border: none;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.t11-header-text .iner-wrraper {
    width: 100%;
}

.elementor-widget-container2 {
    background-color: #FF0000;
    text-align: center;
    color: #FFFDFD;
    font-family: "Rubik", Sans-serif;
    font-size: 31px;
    font-weight: 700;
    width: 100%;
    margin-bottom: 20px;
    padding: 5px 0;
    text-transform: uppercase;
}

.elementor-widget-container3,
.elementor-widget-container4 {
    margin: -5px 0px 0px 0px;
}

.elementor-icon-list-items {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.elementor-icon-list-items li {
    list-style-type: none;
    margin-bottom: 5px;
}

.elementor-icon-list-icon svg {
    width: 27px;
    margin-right: 10px;
}

.elementor-icon-list-item {
    font-size: inherit;
    margin-bottom: 5px;
}

.elementor-icon-list-text {
    font-family: "Rubik", Sans-serif;
    font-size: 23px;
    font-weight: 500;
    line-height: 34px;
}

.elementor-widget-container4 {
    margin-top: 20px;
    padding-left: 3px;
    text-transform: uppercase;
}

.elementor-widget-container4 .elementor-icon-list-icon svg {
    width: 23px;
}

.t2b-button-holder a {
    font-family: "Roboto", Sans-serif;
    font-size: 22px;
    font-weight: 500;
    background-color: #FE6A00 !important;
    border-radius: 6px 6px 6px 6px;
    padding: 12px 30px 15px;
    text-decoration: inherit;
    color: #ffffff !important;
    animation: bounce-in 1s ease;
    margin-bottom: 20px;
    margin-top: 30px !important;
}

@keyframes bounce-in {
    0% {
        opacity: 0;
        transform: scale(.3);
    }

    50% {
        opacity: 1;
        transform: scale(1.05);
    }

    70% {
        transform: scale(.9);
    }

    100% {
        transform: scale(1);
    }
}

.t2b-button-holder a svg {
    width: 20px;
    margin-right: 10px;
}

.elementor-widget-container5 {
    text-align: center;
    width: 100%;
    margin: 2px 0px 0px 0px;
    color: #000000;
    font-family: "Roboto", Sans-serif;
    font-size: 44px;
    font-weight: 800;
    line-height: 46px;
}

.t2b-button {
    margin-top: 15px !important;
}

.elementor-icon-list-item:last-child {
    margin-bottom: -10px;
}

.elementor-widget-container4 .elementor-icon-list-text {
    font-family: "Rubik", Sans-serif;
    font-size: 23px;
    font-weight: 500;
    line-height: 30px;
}

.t11-warranty-box {
    background-color: #ECEAE8 !important;
    padding: 0 !important;
}

.t11-media-warranty {
    padding: 2px 0 0 !important;
}

.t11-header .t11-wrapper {
    padding: 5px 0 !important;
}

.t11-warranty-box h3 {
    font-family: "Roboto", Sans-serif;
    font-size: 34px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 0 !important;
}

.benefits-holder {
    justify-content: stretch !important;
    padding: 0 !important;
    text-align: center;
    color: #000000;
    font-family: "Roboto", Sans-serif;
    font-size: 22px;
    font-weight: 400;
    line-height: 25px;
    letter-spacing: -0.1px;
    word-spacing: 0px;
    text-align: center !important;
}

.t11-warranty-box .benefits-holder p {
    text-align: center !important;
    color: black !important;
}

.benefits-holder .benefit .parent {
    margin-bottom: 20px !important;
}

.benefits-holder .benefit .parent:last-child {
    margin: 0 auto;
}

.media-holder,
.benefits-holder {
    width: 50% !important;
}

.media-holder img {
    width: 86%;
    margin-top: 5px;
}

.media-holder .images-3box {
    max-width: 100%;
}

.benefits-holder .btn2 {
    text-transform: uppercase;
}

.benefits-holder .elementor-button-text {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
    display: inline-block;
}

.benefits-holder .elementor-button-text small {
    font-size: 80%;
}

.benefits-holder .t2b-button-holder a {
    font-size: 25px !important;
}

.benefits-holder .t2b-button-holder {
    margin: 7px -19px -3px -19px;
}

.t11-warranty-box .media-holder {
    max-width: 100% !important;
}

.tmpl-new-view {
    padding: 10px 0;
}

.tmpl-new-view h3 {
    text-align: center;
    color: #000000;
    font-family: "Roboto", Sans-serif;
    font-weight: 600;
    font-size: 2rem;
    text-transform: uppercase;
}

.tmpl-new-view-container {
    max-width: 1140px;
    margin-right: auto;
    margin-left: auto;
    position: relative;
}

.tmpl-new-view-box {
    width: 33.333%;
    padding: 30px 10px 20px;
}

.tmpl-new-view-video {
    width: 100%;
}

.tmpl-new-view-video img,
.tmpl-new-view-video video {
    max-width: 100%;
    width: 100%;
}

.tmpl-new-view-box h2 {
    font-size: 1.5rem;
    text-align: center;
    font-family: "Roboto", Sans-serif;
    margin: 20px 0;
    text-transform: uppercase;
}

.tmpl-new-view-box p {
    font-size: 18px;
    text-align: center;
    font-family: "Roboto", Sans-serif;
    color: #000;
}

.tmpl-uniqe h3 {
    text-align: center;
    color: #26A95F;
    font-family: "Roboto", Sans-serif;
    font-weight: 600;
    font-size: 2rem;
    margin-top: 10px;
    text-transform: uppercase;
}

.tmpl-uniqe .tmpl-new-view-box {
    width: 50%;
    padding: 20px 10px 20px;
}

.tmpl-uniqe .tmpl-new-view-video img,
.tmpl-uniqe .tmpl-new-view-video video {
    max-width: 100%;
    display: block;
    width: 68%;
    margin: 0 auto;
}

.tmpl-uniqe h2 {
    color: #006D09;
    font-size: 1.5rem;
    text-align: center;
    font-family: "Roboto", Sans-serif;
    margin: 20px 0;
}

.tmpl-uniqe .elementor-icon-list-text {
    font-family: "Roboto", Sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
}

.tmpl-uniqe .elementor-icon-list-icon svg {
    width: 20px;
}

.tmpl-new-sat-cost h2 {
    text-align: center;
    color: #000000;
    font-family: "Roboto", Sans-serif;
    font-weight: 600;
    font-size: 2rem;
    margin-top: 20px;
    margin-bottom: 25px;
}

.tmpl-new-sat-cost .elementor-star-rating {
   max-width: 100%; width: 114px; 
   filter: invert(4%);
}

.skills {
    max-width: 1140px;
    margin: 0 auto;
    margin-bottom: 15px;
}

.progress-bar-container h2 {
    font-family: "Roboto", Sans-serif;
    letter-spacing: 1px;
    font-size: 20px;
    margin-right: 30px;
    font-size: 34px;
    font-weight: 600;
    margin-top: 15px;
}

.progress-bar {
    width: 85%;
    height: 30px;
    margin-top: 10px;
    border-radius: 2px;
    background-color: #eee;
}

.percentage {
    display: block;
    height: 100%;
    background-color: #FCB900;
    border-radius: 2px;
    animation: progress 1500ms ease-in;
}

.rate5 {
    width: 95%;
}

.rate4 {
    width: 65%;
}

.rate3 {
    width: 40%;
}

.rate2 {
    width: 0%;
}

.rate1 {
    width: 0%;
}

@keyframes progress {
    from {
        width: 0;
    }
}

.tmpl-new-view.testimonials-view .tmpl-new-view-container {
    border-bottom: 1px solid black;
    padding-bottom: 25px;
}

.tmpl-new-view.testimonials-view .tmpl-new-view-box {
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
    margin: 5px 5px 5px 5px;
    --e-column-margin-right: 5px;
    --e-column-margin-left: 5px;
    padding: 0px 0px 0px 0px;
    border-radius: 15px 15px 15px 15px;
}

.testimonials-view-name {
    text-align: center;
    color: #000000;
    font-family: "Roboto", Sans-serif;
    font-size: 22px;
    font-weight: 600;
    margin-top: 10px;
}

.testimonials-view-title {
    color: #000000;
    font-family: "Roboto", Sans-serif;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 20px;
}

.testimonials-view-title-rate {
    margin-right: 5px;
}

.tmpl-new-view.testimonials-view .tmpl-new-view-video img,
.tmpl-new-view.testimonials-view .tmpl-new-view-video video {
    width: 93%;
    transition-duration: 0s;
    border-radius: 17px 17px 17px 17px;
    display: block;
    margin: 0 auto !important;
}

.tmpl-new-view.testimonials-view .tmpl-new-view-box p {
    text-align: center;
    color: #000000;
    font-family: "Roboto", Sans-serif;
    font-weight: 500;
    line-height: 21px;
    letter-spacing: 0.2px;
    word-spacing: 0px;
    font-style: italic;
    padding: 10px 8px;
    font-size: 16px;
}

.tmpl-new-view.testimonials-view .elementor-widget-container {
    text-align: right;
    color: #039E21;
    font-family: "Roboto", Sans-serif;
    font-size: 16px;
    font-weight: 600;
    margin-right: 5px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.tmpl-new-wyg {
    max-width: 1140px;
    margin: 0 auto;
    margin-top: 30px;
    margin-bottom: 20px;
}

.tmpl-new-wyg-box1,
.tmpl-new-wyg-box2 {
    width: 50%;
}

.tmpl-new-wyg-box1 img {
    height: auto;
    max-width: 95%;
    border: none;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.tmpl-new-wyg-box2 h3 {
    color: #FF0000;
    font-family: "Roboto", Sans-serif;
    font-size: 36px;
    font-weight: 600;
    text-align: center;
}

.tmpl-new-wyg .elementor-icon-list-text {
    font-family: "Roboto", Sans-serif;
    font-size: 21px;
    font-weight: 500;
    line-height: 32px;
}

.tmpl-new-wyg .elementor-icon-list-items {
    margin-bottom: 20px;
}

.tmpl-new-wyg-payship {
    margin-top: 15px;
    margin-bottom: 5px;
}

.tmpl-new-wyg-shipping {
    margin-bottom: 20px;
}

.tmpl-new-wyg-payship,
.tmpl-new-wyg-shipping {
    font-family: "Roboto", Sans-serif;
    font-size: 19px;
    font-weight: 600;
}

.tmpl-new-wyg-payship svg,
.tmpl-new-wyg-shipping svg {
    width: 30px;
    margin-right: 5px;
}

#the-order-form .t11-wrapper {
    max-width: 420px;
    padding: 10px;
}

#qanda,
#qanda h3,
#qanda h4,
#qanda p {
    font-family: "Roboto", Sans-serif;
}

#qanda h3 {
    font-size: 2rem;
}

#qanda h4,
#qanda p {
    font-size: 22px;
}

#qanda p {
    color: #000;
    font-weight: 400;
}

#qanda .ans p {
    font-size: 16px;
}

@media(max-width: 1200px) {
    .t11-warranty-box .benefits-holder .t2b-button-holder {
        margin: 0;
    }
}

@media(max-width: 768px) {

    .t11-header .t11-wrapper {
        width: 100%;
        flex-flow: initial !important;
        padding-bottom: 0 !important;
    }

    #videodiv {
        margin-top: -15px;
        padding: 5px 10px;
    }

    #videodiv h1 {
        font-size: 28px;
        padding: 10px;
    }

    .t11-header .t11-header-text {
        margin-bottom: -10px;
        padding: 0 5px 0 10px;
    }

    .t11-warranty-box .t11-wrapper {
        margin-top: -5px;
    }

    .t11-warranty-box .t11-media-warranty {
        flex-flow: initial !important;
    }

    .t11-warranty-box .t11-media-warranty .media-holder {
        justify-content: initial !important;
    }

    .t11-warranty-box .t11-wrapper {
        width: 100%;
        margin-bottom: -25px;
    }

    .tmpl-new-view .tmpl-new-view-box {
        padding: 25px 10px 20px;
    }

    .tmpl-new-view .tmpl-new-view-container {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 0 10px;
    }

    .tmpl-new-view .tmpl-new-view-box p {
        line-height: 28px;
    }

    .skills {
        padding: 0 10px;
    }

    .tmpl-new-view.testimonials-view {
        margin-top: -10px;
    }

    .tmpl-new-view.testimonials-view .tmpl-new-view-container {
        padding: 0 0 20px 0;
    }

    .tmpl-new-view.testimonials-view .tmpl-new-view-box {
        width: 32%;
    }

    .tmpl-new-view.testimonials-view .tmpl-new-view-box p {
        padding: 10px 0;
    }

    .tmpl-new-wyg-box1 img {
        display: block;
        margin: 0 auto;
    }

    .tmpl-new-wyg-box2 {
        padding: 0 10px;
    }

    .tmpl-new-wyg-box2 .elementor-widget-container {
        margin-top: 20px;
    }

    .tmpl-new-wyg-box2 .elementor-widget-container5 {
        margin-top: 30px;
    }

    #qanda {
        padding: 40px 10px;
    }
}

@media(max-width:479px) {

    .t11-header .t11-wrapper {
        width: 100%;
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-flow: column !important;
        flex-flow: column !important;
        padding-bottom: 0 !important;
    }

    .t11-header #videodiv,
    .t11-header .t11-header-text {
        width: 100%;
    }

    #videodiv h1 {
        padding: 10px 0;
    }

    #videodiv h2 {
        margin: 0 0 10px;
    }

    #videodiv .elementor-star-rating__title {
        font-size: 17px;
    }

    .t11-header .t11-header-text .elementor-widget-container2 {
        font-size: 22px;
        padding: 3px 0;
        margin-bottom: 10px;
    }

    .t11-header .t11-header-text {
        padding: 0 5px 0 5px;
    }

    .t11-header .elementor-icon-list-icon svg {
        width: 23px;
    }

    .t11-header .elementor-icon-list-text {
        font-size: 21px;
        line-height: 26px;
        margin-bottom: 13px;
    }

    .t11-header .elementor-widget-container4 .elementor-icon-list-text {
        font-size: 20px;
        margin-bottom: 0px;
    }

    .t11-header .elementor-widget-container5 {
        font-size: 44px;
        margin-top: -15px;
        line-height: 42px;
        margin-bottom: 15px;
    }

    .t11-warranty-box h3 {
        font-size: 30px;
        padding: 0 20px 20px;
    }

    .t11-warranty-box .t11-media-warranty {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-flow: column !important;
        flex-flow: column !important;
    }

    .media-holder,
    .benefits-holder {
        width: 100% !important;
    }

    .media-holder .images-3box {
        width: 100%;
        padding: 0 5px;
    }

    .t11-warranty-box .benefits-holder p {
        font-size: 24px;
        padding: 0 5px;
    }

    .t11-warranty-box .benefits-holder .t2b-button-holder {
        margin-top: -20px;
    }

    .t11-warranty-box .t2b-button-holder a {
        border-radius: 10px;
        padding: 10px 20px;
        font-size: 23px !important;
        box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
    }

    .t11-warranty-box .t2b-button-holder a svg {
        margin-right: 0;
        width: 25px;
        margin-bottom: -3px;
    }

    .tmpl-new-view h3 {
        font-size: 30px;
        padding: 0 5px;
        line-height: 30px;
    }

    .tmpl-new-view .tmpl-new-view-container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column;
        flex-flow: column;
        margin-top: 10px;
    }

    .tmpl-new-view .tmpl-new-view-box {
        width: 100%;
    }

    .tmpl-new-view .tmpl-new-view-box {
        padding: 5px 10px 0px;
    }

    .tmpl-new-view-box h2 {
        margin: 20px 0 15px;
    }

    .tmpl-uniqe h3 {
        font-size: 33px;
    }

    .tmpl-uniqe h2 {
        font-size: 18px;
        padding: 0 5px;
    }

    .tmpl-uniqe .tmpl-new-view-video img,
    .tmpl-uniqe .tmpl-new-view-video video {
        width: 100%;
    }

    .tmpl-uniqe .elementor-icon-list-text {
        font-size: 16px;
        line-height: 25px;
    }

    .tmpl-new-sat-cost h2 {
        margin-bottom: 10px;
    }

    .tmpl-new-sat-cost .elementor-star-rating__title {
        font-size: 17px;
        margin-right: 0;
    }

    .tmpl-new-sat-cost .elementor-star-rating img {
        width: 90%;
        margin-top: -2px;
    }

    .skills {
        padding: 0 20px;
    }

    .skills .progress-bar-container h2 {
        font-size: 29px;
        margin-right: 10px;
        margin-top: 8px;
    }

    .skills .progress-bar-container {
        display: -ms-flexbox;
        display: -webkit-box;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-bottom: 8px;
    }

    .tmpl-new-view.testimonials-view .tmpl-new-view-box {
        margin: 0 0 10px;
        width: 100%;
    }

    .tmpl-new-view.testimonials-view .tmpl-new-view {
        padding: 10px 5px;
    }

    .tmpl-new-view.testimonials-view .tmpl-new-view-box p {
        font-size: 20px;
        text-align: left;
        letter-spacing: 0;
    }

    .tmpl-new-view.testimonials-view .tmpl-new-view-box p {
        padding: 10px;
    }

    .tmpl-new-view.testimonials-view .elementor-widget-container {
        font-size: 15px;
        text-align: center;
    }

    .tmpl-new-wyg {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column;
        flex-flow: column;
    }

    .tmpl-new-wyg .tmpl-new-wyg-box1,
    .tmpl-new-wyg .tmpl-new-wyg-box2 {
        width: 100%;
    }

    .tmpl-new-wyg-box2 h3 {
        margin-top: 20px;
        line-height: 34px;
    }

    .tmpl-new-wyg .elementor-icon-list-icon svg {
        width: 23px;
    }

    .tmpl-new-wyg .elementor-icon-list-text {
        font-size: 19px;
        line-height: 30px;
    }

    .tmpl-new-wyg .elementor-widget-container5 {
        font-size: 41px;
    }
}

/* MEDIA QUERIES END
------------------------------------------------------- */
/* !!! DAS ENDE !!! */

/* TESTIMONIALS BOX START
------------------------------------------------------- */
.t1-testimonials-box {
    font-family: "Roboto", Sans-serif;
    border-bottom: 1px solid #000;
}

.t1-testimonials-box .t1-testimonials-title {
    font-size: 24px;
}

.t1-testimonials-box .t1-wrapper div {
    width: 98%;
    max-width: 340px;
    margin: 0 5px 0px;
    flex: 1;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    background-color: #fff;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    padding: 0 0 20px;
}

.t1-testimonials-box .t1-wrapper div img:first-of-type {
    order: 3;
}

.t1-testimonials-box .t1-wrapper div p:last-of-type {
    order: 1;
}

.t1-testimonials-box .t1-wrapper div p:first-of-type {
    order: 4;
    font-style: italic;
}

.t1-testimonials-box .t1-wrapper .testimonial-add {
    box-shadow: initial;
    width: initial;
    order: 2;
    flex: none;
    webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0;
}

.t1-testimonials-box .t1-wrapper .testimonial-add span {
    color: black;
    display: inherit;
}

.t1-testimonials-box .t1-wrapper .testimonial-add img {
    max-width: 100%;
    width: 89px;
    margin: 0;
    filter: invert(6%);
    margin-left: 5px;
}

.t1-testimonials-box .t1-wrapper div img {
    width: 93%;
    margin: 0 auto;
    margin-bottom: 15px;
    border-radius: 17px;
}

.t1-testimonials-box .t1-wrapper div img:nth-child(2) {
    max-width: 150px;
    padding: 0 10px;
    margin: 0 0 16px;
}

.t1-testimonials-box .t1-wrapper div p {
    margin: 0 0 5px;
    font-size: 16px;
    line-height: 1.3;
    color: #000;
    padding: 0 10px;
    font-weight: 500;
    text-align: center;
}

.t1-testimonials-box .t1-wrapper div p:last-child {
    margin: 0;
    font-size: 22px;
    font-weight: 700;
    text-align: center;
    padding: 10px 5px 0px;
}
.header-div-fixed {
    max-width: 1370px;
    margin: 15px auto 10px auto;
    width:100%;
    background: linear-gradient(0deg, #EDF1F4 0%, #EDF1F4 100%), #FFF;
    box-shadow: 0px 0px 10px 0px rgba(14, 14, 33, 0.06), 0px 6px 16px 0px rgba(14, 14, 33, 0.04), 0px 4px 6px 0px rgba(14, 14, 33, 0.04), 0px 2px 2px 0px rgba(14, 14, 33, 0.04);
    padding: 10px 0px;
 }
 .header-div-fixed-main {
    max-width:900px;
    width:100%;
    margin:0px auto;
    display:block;
    padding: 0px 5px;
 }
 .header-div-box-main {
    display:flex;
    align-items: center;
    justify-content:center;
 }
 .header-div-box {
    display:flex;
    align-items: center;
    justify-content:center;
    color: #171717;
    font-family:'Roboto', sans-serif !important;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    width: calc(100% / 3);
 }
 .header-div-box img {
    margin-right:5px;
 }
 .header-div-box img {
    width: 32px;
  }

@media screen and (max-width:768px) {
    .header-div-fixed {
        margin: 15px auto 10px auto;
        padding: 8px 0px;
    }
    .t1-testimonials-box .testimonial-item.flex-1,
    .t1-icon-benefits-box .icon-benefits-item.flex-1,
    .t1-description-box .description.flex-1,
    .t1-description-box .the-benefits-wrap.flex-1,
    .t1-order-form-item,
    .t1-order-form-media-holder {
        flex: initial;
        width: 100%;
    }

    .t1-bot-box .list-benefits span {
        font-size: 20px;
        margin-bottom: 10px;
    }

    .t1-testimonials-box .t1-wrapper div {
        flex: initial;
        margin: 0 0 20px;
    }

    .t1-testimonials-box .t1-wrapper div p {
        margin: 0;
    }

    .t1-testimonials-box .t1-testimonials-title {
        margin-bottom: 20px;
    }
}

.tmpl-uniqe .elementor-widget-container li {
    list-style-type: none;
}

.tmpl-uniqe .elementor-widget-container span {
    color: #006D09;
    font-size: 1.5rem;
    text-align: center;
    font-family: "Roboto", Sans-serif;
    margin: 20px 0;
    text-align: center;
    font-weight: bold;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-transform: uppercase;
}

.tmpl-uniqe .elementor-widget-container {
    margin-top: 20px;
    font-family: "Roboto", Sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
}

@media screen and (max-width:479px) {
    .t1-testimonials-box .t1-wrapper div {
        max-width: 100%;
    }
    .tmpl-uniqe .elementor-widget-container span {
        font-size: 18px;
    }
    .t1-testimonials-box .t1-wrapper div p {
        font-size: 20px;
        text-align: left;
    }

    .tmpl-uniqe .elementor-widget-container li {
        font-size: 16px;
        line-height: 25px;
        margin-bottom: 5px;
    }
}
.tmpl-new-wyg .tmpl-new-wyg-box2 .elementor-widget-container5 .elementor-heading-title {
    text-transform: lowercase;
}

.tmpl-new-wyg .tmpl-new-wyg-box2 .elementor-widget-container ul {
    margin-bottom: 15px;
}

.tmpl-new-wyg .tmpl-new-wyg-box2 .elementor-widget-container ul li {
    font-family: "Roboto", Sans-serif;
    font-size: 21px;
    font-weight: 500;
    line-height: 32px;
    list-style-type: none;
    margin-bottom: 5px;
}

@media screen and (max-width:479px) {
    .tmpl-new-wyg .tmpl-new-wyg-box2 .elementor-widget-container ul li {
        font-size: 19px;
        line-height: 30px;
    }
}
  @media screen and (max-width:450px) {
    .header-div-box {
       font-size: 12px;
    }
 }.txt-align-left {
  text-align: left !important;
}

.txt-small {
  font-size: 14px;
}

.txt-bold {
  font-weight: 600;
}

.medHold {
  width: 95% !important;
  max-width: 500px !important;
  margin: 0 auto !important;
}

.medHold img {
  width: 95% !important;
  max-width: 500px !important;
  margin: 0 auto !important;
  display: block
}

.rev {
  max-width: 600px !important;
}

.bot-holder {
  width: 90% !important;
  max-width: 500px !important;
  display: block !important;
  float: none !important;
  margin: 30px auto !important;
  border-radius: 5px !important;
}

.bot-holder .bkb-wrapper {
  border: 1px solid #ddd !important;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}


/* ORDER FORM BLACKBOX REGENERATION FIX @=>1.10.2020 */
.contact-form-box {
  position: relative;
}

div#newform div#repp3,
div#newform div#repp33,
div#newform div#repp34 {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100% !important;
  background: #000;
  z-index: 9999999;
  color: #fff;
  opacity: .9;
  font-size: 20px;
  text-align: center;
  line-height: 1.5em;
  font-family: inherit;
  padding-top: 100px;
}

/* COUPONS */

.coupons {
  display: flex;
  justify-content: space-between;
}

.coupon_wrapper {
  width: 100%;
  float: left;
}

.coupon_field {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  text-align: center;
  color: #fff;
  z-index: 99999999999999999;
  font-weight: 900;
}

@media screen and (min-width: 1025px) {
  .coupon_field {
    padding: 5px;
  }
}

.valid_coupon {
  background: #5cb85c;
}

.invalid_coupon {
  background: #ff0000;
}

#checkCoupon {
  float: right;
  font-weight: 600;
  font-size: 19px;
  height: 45px;
  line-height: 45px;
  background-color: #82b541 !important;
  color: #ffffff;
  padding: 0px;
  padding-left: 5px;
  padding-right: 5px;
  cursor: pointer;
  text-indent: 0;
  display: block;
  letter-spacing: -1px;
  font-style: normal;
  text-decoration: none;
  text-align: center;
  /* border-radius: 3px; */
  border: none;
}

#checkCoupon:hover {
  transition: all 0.2s ease;
  background-color: #8fc050 !important;
}

.t8-selector .t8-selector-text .t8-quantity .t8-select .selector-holder {
  margin: 0px !important;
}

/* TOS */

.tosbody {
  padding-top: 130px !important;
}

/* FAQ & 404 page */

.faq {
  padding-top: 130px !important;
}

/* Niche template product of the day image fix */
.selector-slider .slider-wrapper .main-image img {
  max-width: 280px;
}

/* Blured logo fix */

.logo-holder img {
  /* image-rendering: -moz-crisp-edges; Firefox */
  image-rendering: -o-crisp-edges;
  /* Opera */
  image-rendering: -webkit-optimize-contrast;
  /* Webkit (non-standard naming) */
  /* image-rendering: crisp-edges; */
  -ms-interpolation-mode: nearest-neighbor;
  /* IE (non-standard property) */
}


.property-image {
  width: 50px;
}

body .instantAddChecked {
  background-color: #0be881 !important;
}


.send_instant_added {
  position: fixed;
  left: 50%;
  bottom: -10px;
  transform: translate(-50%, -50%);
  margin: 0 auto;
  background-color: #4caf50;
  border: none;
  color: #fff !important;
  padding: 10px;
  text-align: center;
  text-decoration: none;
  font-size: 16px;
  cursor: pointer;
  width: 95%;
  max-width: 600px;
  font-weight: 600;
  line-height: 1.35;
  box-shadow: 0px 6px 17px 24px rgb(0 0 0 / 44%);
  -webkit-box-shadow: 0px 6px 17px 24px rgb(0 0 0 / 44%);
  -moz-box-shadow: 0px 6px 17px 24px rgb(0 0 0 / 44%);
  z-index: 999997;
  border-radius: 10px;
  border: 3px solid #fff;
}

.instant_add {
  margin: 15px auto;
  display: block;
  border: none;
  padding: 10px;
  text-align: center;
  text-decoration: none;
  font-size: 16px;
  cursor: pointer;
  width: 95% !important;
  max-width: 600px;
  font-weight: 600;
  line-height: 1.35;
  box-shadow: 2px 4px 8px 1px rgb(121 121 121 / 20%);
  -webkit-box-shadow: 2px 4px 8px 1px rgb(121 121 121 / 20%);
  -moz-box-shadow: 2px 4px 8px 1px rgb(121 121 121 / 20%);
  z-index: 999997;
  border-radius: 2px;
}

.fixed-btn {
  position: relative;
  display: block;
  justify-content: space-between;
  align-items: center;
  padding: 10px 15px;
  width: 100%;
  text-align: center;
  margin: 0 auto;
}

.buttonItsNo {
  display: block;
  text-decoration: none;
  color: #333353;
  font-size: 18px;
  text-align: center;
  font-weight: 600;
  background: #d2d2d2;
  box-shadow: 0 6px 6px -6px #000;
  border-radius: 3px;
  cursor: pointer;
  border: 1px solid #fff;
  max-width: 600px;
  float: none;
  margin: 30px auto 5px;
}


.discount-bln {
  position: absolute;
  font-weight: bold;
  padding: 5px;
  background: #EA5C3D;
  border-radius: 100px;
  width: 45px;
  height: 45px;
  color: #fff;
  line-height: 33px;
  margin: 5px;
}


/* INSTANT UPSELL MESSAGE TEST START */
.thankyou-heading-instant {
  margin-bottom: 10px;
}

.thankyou-description-instant p {
  margin-bottom: 10px;
}

.fragment {
  font-size: 15px;
  height: auto;
  border: 1px solid #ccc;
  border-radius: 5px;
  display: block;
  padding: 10px;
  box-sizing: border-box;
  text-decoration: none;
  width: 95%;
  max-width: 600px;
  margin: 10px auto;
  float: none;
  color: #333;
  text-align: center;
  line-height: 1.5;
  box-shadow: 2px 4px 8px 1px rgb(121 121 121 / 20%);
  -webkit-box-shadow: 2px 4px 8px 1px rgb(121 121 121 / 20%);
  -moz-box-shadow: 2px 4px 8px 1px rgb(121 121 121 / 20%);
}

.fragment:hover {
  box-shadow: 2px 2px 5px rgba(0, 0, 0, .2);
}

.fragment h3 {
  padding: 0;
  margin: 0;
  color: #000;
  font-size: 32px;
}

#the-close {
  float: right;
  display: inline-block;
  padding: 0;
  background: none;
  color: #000;
  font-size: 24px;
  position: relative;
  top: -10px;
  left: 2px;
}

/* INSTANT UPSELL MESSAGE TEST END */


/* Seasonal text animation start */

.season-banner-wrapper h2 {
  -webkit-animation: color-change 4s infinite;
  -moz-animation: color-change 4s infinite;
  -o-animation: color-change 4s infinite;
  -ms-animation: color-change 4s infinite;
  animation: color-change 4s infinite;
}

@keyframes color-change {
  0% {
    color: white;
  }
  25% {
    color: white;
  }
  50% {
    color: #ea5c3d;
  }
  75% {
    color: #ea5c3d;
  }
  100% {
    color: white;
  }
}
@-webkit-keyframes color-change {
  0% {
    color: white;
  }

  25% {
    color: white;
  }

  50% {
    color: #ea5c3d;
  }

  75% {
    color: #ea5c3d;
  }

  100% {
    color: white;
  }
}

/* Seasonal text animation end */

video {
  max-width: 600px;
  width: 95%;
  margin: 10px auto !important;
}


/* Book package note css fix START */
.t2-availability,
.t2b-availability {
  margin-bottom: 3px !important;
}

.t2-button,
.t2b-button {
  margin-top: 30px !important;
}
.t2b-header-image .circle_holder span:first-child{
  font-size: 22px;
  justify-content: center;
  display: flex;
  align-items: center;
}
.t2b-order-form video{
  width: 100%;
}
.c044 {
  margin-bottom: 10px !important;
}

.books {
  margin: 0 auto;
}

.t1-description-box .the-benefits,
.t1-header .the-benefits {
  max-height: 100% !important;
}

/* Book package note css fix END */



/* Hiding delivery time on tmpl_1 START */
.t1-header .the-benefits .benefit-item:nth-child(2) {
  display: none !important;
}

/* Hiding delivery time on tmpl_1 END */


/* Modal/pop up style START */
div#cp-modal-background {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.75);
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 999999998;
  display: block;
}

div#cp-modal {
  width: 90%;
  max-width: 400px;
  height: fit-content;
  position: fixed;
  top: 15%;
  bottom: 0;
  right: 0;
  left: 0;
  /* inset: 0px; */
  margin: auto;
  padding: 0px 5px 5px;
  background-color: rgb(255, 255, 255);
  box-sizing: border-box;
  z-index: 99999999999;
  text-align: center;
  border: 3px solid #fe9901;
  border-radius: 5px;
}

div#cp-modal button {
  position: absolute;
  top: 5px;
  right: 5px;
  transition: all 200ms;
  font-size: 13px;
  font-weight: bold;
  text-decoration: none;
  color: rgb(51 51 51 / 60%) !important;
  background: none;
  border: none;
  float: right
}

div#cp-modal img {
  width: 100%;
  max-width: 240px;
  margin: 5px auto 0;
  float: none;
  display: block;
}

div#cp-modal h2 {
  color: #f5313b;
  font-weight: 700;
  padding-top: 0;
  padding-bottom: 10px;
  font-size: 17px;
  text-transform: uppercase;
}

div#cp-modal p {
  color: #333;
  font-size: 15px;
  line-height: 1.35;
  width: 97.5%;
  display: block;
  margin: 15px auto;
  float: none;
}

div.coupon-code-holder {
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: fit-content;
  margin: 5px auto 10px;
}

div#cp-modal span:first-child {
  border-right: none;
  padding: 0 10px;
  border-radius: 5px 0px 0px 5px;
  font-size: 16px;
  color: #000000;
  background: #f9f9f9;
  min-height: 35px;
  justify-content: center;
  align-items: center;
  border: 2px dashed #ffdf00;
  border-right: none;
}

div#cp-modal span:last-child {
  border-left: none;
  padding: 0 10px;
  border-radius: 0px 5px 5px 0px;
  font-size: 24px;
  background: #ffdf00;
  min-height: 35px;
  justify-content: center;
  align-items: center;
  color: #000;
}

div#cp-modal span {
  display: inline-flex;
  font-style: normal;
  font-weight: 700;
  margin: 0 auto;
  width: fit-content;
}

div#cp-modal a {
  display: block;
  font-size: 14px;
  color: #999;
  margin: 10px auto 5px;
  font-weight: 300;
  font-style: italic;
}

body .clickA {
  margin: 0 !important;
  padding: 0 !important;
  display: flex !important;
}

/* Modal/pop up style END */


/* Video feed START */
.video-feed-wrapper {
  /*flex*/
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  /*row*/
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row;
  flex-flow: row;
  /*h-center*/
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  /*v-center*/
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  /* rest */
  max-width: 1000px;
  margin: 0 auto;
  padding: 10px 5px;
}

.video-feed-single {
  /*flex*/
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  /*h-center*/
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  /*v-center*/
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width:768px) {
  .video-feed-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
  }
}

/* Video feed END */

/* Product of the day css */
.daily-product {
  text-align: center;

  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 8px;

  background: #CED8E1 !important;

  /* Inside auto layout */

  flex: none;
  align-self: stretch;
  flex-grow: 0;

  margin: 0;
  padding: 8px 16px;

  width: 100%;
  font-size: 24px;
  line-height: 32px;
}
.daily-product::before,
.daily-product::after {
  content: '';
  display: inline-block;
  width: 32px; /* Set width and height as needed */
  height: 32px;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none"><path d="M9.88469 14.7694C8.53558 14.7694 7.38419 14.2925 6.43052 13.3389C5.47684 12.3852 5 11.2338 5 9.88469C5 8.53558 5.47684 7.38419 6.43052 6.43052C7.38419 5.47684 8.53558 5 9.88469 5C11.2338 5 12.3852 5.47684 13.3389 6.43052C14.2925 7.38419 14.7694 8.53558 14.7694 9.88469C14.7694 11.2338 14.2925 12.3852 13.3389 13.3389C12.3852 14.2925 11.2338 14.7694 9.88469 14.7694ZM9.88469 11.9781C10.4662 11.9781 10.9607 11.7748 11.3682 11.3682C11.7758 10.9616 11.9791 10.4671 11.9781 9.88469C11.9781 9.30318 11.7748 8.80913 11.3682 8.40253C10.9616 7.99594 10.4671 7.79218 9.88469 7.79125C9.30318 7.79125 8.80913 7.99501 8.40253 8.40253C7.99594 8.81006 7.79218 9.30411 7.79125 9.88469C7.79125 10.4662 7.99501 10.9607 8.40253 11.3682C8.81006 11.7758 9.30411 11.9791 9.88469 11.9781ZM22.4453 27.33C21.0962 27.33 19.9448 26.8532 18.9911 25.8995C18.0375 24.9458 17.5606 23.7944 17.5606 22.4453C17.5606 21.0962 18.0375 19.9448 18.9911 18.9911C19.9448 18.0375 21.0962 17.5606 22.4453 17.5606C23.7944 17.5606 24.9458 18.0375 25.8995 18.9911C26.8532 19.9448 27.33 21.0962 27.33 22.4453C27.33 23.7944 26.8532 24.9458 25.8995 25.8995C24.9458 26.8532 23.7944 27.33 22.4453 27.33ZM22.4453 24.5387C23.0268 24.5387 23.5213 24.3355 23.9289 23.9289C24.3364 23.5223 24.5397 23.0278 24.5387 22.4453C24.5387 21.8638 24.3355 21.3698 23.9289 20.9632C23.5223 20.5566 23.0278 20.3528 22.4453 20.3519C21.8638 20.3519 21.3698 20.5556 20.9632 20.9632C20.5566 21.3707 20.3528 21.8647 20.3519 22.4453C20.3519 23.0268 20.5556 23.5213 20.9632 23.9289C21.3707 24.3364 21.8647 24.5397 22.4453 24.5387ZM6.95388 27.33L5 25.3761L25.3761 5L27.33 6.95388L6.95388 27.33Z" fill="%23E73710"/></svg>');
  flex-shrink: 0;
}

/* Hide breadcrumbs */
.crumbs {
  display: none;
}










/*Surprise gift box START*/
.surprise-gift-box {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)),
    linear-gradient(0deg, rgba(47, 63, 102, 0.7), rgba(47, 63, 102, 0.7)),
    linear-gradient(180deg, #77B6FF 0%, #113B80 100%),
    linear-gradient(0deg, #EDF1F4, #EDF1F4),
    linear-gradient(0deg, #FEC100, #FEC100),
    linear-gradient(0deg, rgba(255, 255, 255, 0.66), rgba(255, 255, 255, 0.66));
  width: 100%;
  overflow: hidden;
  border-radius: 8px;
  margin: 24px 0 0;
  float: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 16px;
  gap: 10px;
  box-shadow: 0px 0px 10px rgba(14, 14, 33, 0.06), 0px 6px 16px rgba(14, 14, 33, 0.04), 0px 4px 6px rgba(14, 14, 33, 0.04), 0px 2px 2px rgba(14, 14, 33, 0.04);
  position: relative;
  cursor: pointer;
}
.surprise-gift-box::before {
  font-family: Roboto, sans-serif;
  width: 100%;
  text-align: left;
  padding-bottom: 10px;
  border-bottom: 0.5px solid #657785;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  color: #FEFEFE;
}
.surprise-gift-box.added {
  background: linear-gradient(0deg, rgba(47, 63, 102, 0.7), rgba(47, 63, 102, 0.7)), linear-gradient(180deg, #77B6FF 0%, #113B80 100%), linear-gradient(0deg, #EDF1F4, #EDF1F4), linear-gradient(0deg, rgba(255, 255, 255, 0.66), rgba(255, 255, 255, 0.66)), #FEC100;
}
html body .surprise-gift-box .headline {
  padding-top: 0px;
}
.surprise-gift-box .headline {
  padding: 4px 24px !important; /* important because of a template override */
  background: #EA5C3D;
  font-size: 1.2em;

  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  gap: 8px;
  border: 1.4px solid #0B1223;
  border-radius: 4px;
  color: #2f3f66;
  align-self: flex-end;
  margin-top: -47px;
  position: relative;
  width: auto;
}
.surprise-gift-box .headline::after {
  content: url('/svg/hand_pointer.svg');
  position: absolute;
  bottom: -10px;
  right: -10px;
}
.surprise-gift-box.added .headline {
  background-color: #41CC02;
  border: none;
}
.surprise-gift-box.added .headline::after {
  display: none;
}

.surprise-gift-box .headline label[for=surprise-gift] {
  width: 100%;
  cursor: pointer;
  position: relative;
  top: 1px;

  justify-content: center;
}

.surprise-gift-box .headline label[for=surprise-gift]:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  content: "";
  transition: color, ease, .2s;
  max-width: 20px;
  width: 100%;
  height: 20px;
  border-radius: 3px;
  background-color: #fff;
  border: 2px solid #fff;
  /* margin-right:.2em; */
  position: relative;
  top: -3px;
  margin-top: 5px;
  display: none;
}

.surprise-gift-box .headline .text-add {
  color: #000;
  font-weight: 600 !important;
  font-size: 16px !important;
  line-height: 19px;
  background: #fff;
  padding: 0 !important;
  border-radius: 5px;

  visibility: hidden;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.surprise-gift-box .headline .text-add::after {
  visibility: visible;
  position: absolute;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  text-align: right;
  color: #FEFEFE;
  white-space: nowrap;
  font-family: Roboto, sans-serif;
}

.surprise-gift-box .headline .text-add img {
  position: relative;
  top: 3px;

  display: none;
}
.surprise-gift-box .headline .surprise-gift-arrow {
  font-size: 1.8em;
  margin: 0 .1em;
  margin-bottom: 7px;
  color: #fff;
}

.surprise-gift-box .headline .text-surprise-gift-title {
  line-height: 1.2;
  font-size: 20px;
  color: #fff;
  margin-top: 6px;

  display: none;
}

.surprise-gift-box .headline .price-surprise-gift {
  font-weight: 700;
  color: #fff;
  font-size: 23px;

  display: none;
}

.surprise-gift-box .content {
  overflow: hidden;

  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  margin-top: 8px;
}

.surprise-gift-box .content .image-holder {
  width: 100% !important;
  max-width: 107px;
  order: 1;
}

.surprise-gift-box .content .text-holder {
  width: 75%;
}

.surprise-gift-box .content .image-holder img {
  max-width: 60px;
  width: 100%;
  height: fit-content;

  content: url('/svg/mysterybox.svg');
}

.surprise-gift-box .content .text-holder p {
  color: #FEFEFE;
  font-size: 14px;
  line-height: 18px;

  font-family: Roboto, sans-serif;
}

.surprise-gift-box .content .text-holder p b {
  color: #FFF8E1;
}

#remove-surprise-package,
#remove-insurance-package {
  text-decoration: none;
  color: #000;
}

#remove-surprise-package img {
  margin-left: 5px;
}

.payu-modal img {
  margin: 0 auto;
  display: block;
}

.covid-19-disclaimer {
  overflow: hidden;
  top: 10px;
  border-radius: 3px;
}

.surprise-gift-box .content {
  display: flex
}

/*.surprise-gift-box{background-image:url(image.php?static=surprise-bckgrd.png);background-size:cover;background-repeat:no-repeat;background-position:center center;padding:10px 10px 80px}*/
@media(max-width:500px) {
  .surprise-gift-box .headline .text-surprise-gift-title {
    font-size: 14px;
  }

  .surprise-gift-box .headline .text-add {
    font-size: 15px;
  }

  .surprise-gift-box .headline .price-surprise-gift {
    font-size: 19px;
  }
}

/*Surprise gift box END*/

/*Xmas gift box START*/
.xmas-gift-box {
  font-family: "Calibri", Helvetica, Arial, sans-serif !important;
  background-color: #fff;
  border: 1px solid #c9c9c9;
  width: 100%;
  overflow: hidden;
  border-radius: 3px;
  margin: 10px auto 0;
  float: none;
  display: block
}

.xmas-gift-box .headline {
  padding: 2% 1.5%;
  width: 100%;
  background-color: #d60000;
  font-size: 1.2em;
  position: relative;
  justify-content: center;
  justify-items: center;
}

.xmas-gift-box .headline input#xmas-gift {
  margin-right: 5px;
  position: absolute;
  top: 0;
  opacity: 0;
  margin-left: 6px
}

.xmas-gift-box .headline label[for=xmas-gift] {
  width: 100%;
  cursor: pointer;
  position: relative;
  top: 1px;
}

.xmas-gift-box .headline label[for=xmas-gift]:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  content: "";
  transition: color, ease, .2s;
  max-width: 20px;
  width: 100%;
  height: 20px;
  border-radius: 3px;
  background-color: #fff;
  border: 2px solid #fff;
  /* margin-right:.2em; */
  position: relative;
  top: -3px;
  margin-top: 5px;
}

.xmas-gift-box .headline input#xmas-gift:checked+label[for=xmas-gift]:after {
  content: "";
  position: absolute;
  left: 9px;
  top: -5px;
  display: inline-block;
  transform: rotate(40deg);
  height: 28px;
  width: 13px;
  border-bottom: 3px solid #478b05;
  border-right: 3px solid #478b05;
  margin-top: -5.5px;
  border-radius: 2px;
}

.xmas-gift-box .headline .text-add {
  font-weight: bold;
  color: #000;
  font-size: 21px;
  background: #fff;
  padding: 4px 5px;
  border-radius: 5px;
}

.xmas-gift-box .headline .text-add img {
  position: relative;
  top: 3px;
}

.xmas-gift-box .headline .xmas-gift-arrow {
  font-size: 1.8em;
  margin: 0 .1em;
  margin-bottom: 7px;
  color: #fff;
}

.xmas-gift-box .headline .text-xmas-gift-title {
  line-height: 1.2;
  font-size: 20px;
  color: #fff;
  margin-top: 6px;
}

.xmas-gift-box .headline .price-xmas-gift {
  font-weight: 700;
  color: #fff;
  font-size: 29px;
}

.xmas-gift-box .content {
  overflow: hidden;
  padding: 2.5%;
}

.xmas-gift-box .content .image-holder {
  width: 20%;
}

.xmas-gift-box .content .text-holder {
  width: 80%;
}

.xmas-gift-box .content .image-holder img {
  max-width: 60px;
  width: 100%;
  height: fit-content;
}

.xmas-gift-box .content .text-holder p {
  color: #000;
  font-size: 16px;
  line-height: 1.25;
  margin-left: 25px;
  margin-right: 5px;
}

.xmas-gift-box .content .text-holder p b {
  color: #d60000;
}

#remove-xmas-package img {
  margin-left: 5px;
}

.payu-modal img {
  margin: 0 auto;
  display: block;
}

.covid-19-disclaimer {
  overflow: hidden;
  top: 10px;
  border-radius: 3px;
}

.xmas-gift-box .content {
  display: flex
}

/*.surprise-gift-box{background-image:url(image.php?static=surprise-bckgrd.png);background-size:cover;background-repeat:no-repeat;background-position:center center;padding:10px 10px 80px}*/
@media(max-width:767px) {
  .xmas-gift-box .headline input#xmas-gift:checked+label[for=xmas-gift]:after {
    top: -6px;
  }
}

@media(max-width:500px) {
  .xmas-gift-box .headline .text-xmas-gift-title {
    font-size: 14px;
  }

  .xmas-gift-box .headline .text-add {
    font-size: 15px;
  }

  .xmas-gift-box .headline .price-xmas-gift {
    font-size: 19px;
  }
}

/*Xmas gift box END*/

/* messenger chat */
@media (max-width: 575px) {
  .fb_dialog_content>iframe {
    left: 0 !important;
    bottom: 7px !important;
    z-index: 200;
  }

  .sticky-bottom-line {
    z-index: 999999;
  }
}

/* HR kuna/euro fix for subtemplate 9 */

@media (min-width: 330px) and (max-width: 400px) {
  .t9-selector-box .t9-selector .t9-description span:first-child {
    font-size: 24px !important;
  }

  .t9-selector-box .t9-selector .t9-description span:last-child {
    font-size: 30px !important;
    padding: initial !important;
  }
}

/* COD Subscription test for Perishable products START */

.info-modal-container {
  position: fixed;
  z-index: 1000001 !important;
  display: none;
}
.info-modal-container:before {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1000002;
  margin: auto;
  content: '';
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,.8);
}
.info-modal {
  position: fixed;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 50%;
  z-index: 1000003;
  transform: translate(-50%,-50%);
  width: calc(100% - 30px);
  max-width: 800px;
  max-height: calc(100vh - 108px - 32px); /* - 2x header height - 2x desired padding */
  overflow: auto;
  margin: auto;
  background: #fff;
}
.info-modal-heading {
  padding: 15px 30px;
  background: #10ac84;
  position: relative;
}
.info-modal-heading p {
  margin: 0;
  line-height: 41.6px;
  font-size: 32px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
}
.info-modal-close {
  text-transform: uppercase;
  color: #fff;
  position: absolute;
  right: 16px;
  top: 11px;
  font-size: 40px;
  cursor: pointer;
}
.info-modal-text {
  padding: 30px;
}
.info-modal-text h4 {
  margin: 0 0 15px;
  line-height: 28px;
  font-size: 20px;
}
.info-modal-text ul {
  list-style-position: inside;
  list-style-type: disc;
  margin-top: 20px;
  margin-bottom: 15px;
}
.info-modal-text ul li {
  position: relative;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
  margin: auto;
  width: 100%;
  padding-left: 25px;
  list-style: none;
  line-height: 28px;
  font-size: 20px;
}
.info-modal-text ul li:not(:last-of-type) {
  margin-bottom: 10px;
}
.info-modal-text ul li:before {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  line-height: 15px;
  text-align: center;
  background: #10ac84;
  position: absolute;
  top: 6px;
  right: unset;
  bottom: unset;
  left: 0;
  z-index: 0;
  margin: auto;
  content: '';
}
.info-modal-text p {
  margin: 20px 0 0;
  line-height: 28px;
  font-size: 16px;
}
.info-modal-image img {
  max-height: 450px;
  margin: 0 auto 30px;
  display: block;
  max-width: 100%;
}
@media screen and (max-width: 768px) {
  .t11-header .t11-wrapper{
    padding-top: 20px;
  }
  .info-modal-heading {
      padding: 15px 42px 15px 20px;
  }
  .info-modal-heading p {
      line-height: 31.2px;
      font-size: 24px;
  }
  .info-modal-close {
      font-size: 32px;
  }
  .info-modal-text {
      padding: 20px 20px 0;
  }
  .info-modal-text h4 {
      line-height: 22.4px;
      font-size: 16px;
  }
  .info-modal-text ul li {
      line-height: 22.4px;
      font-size: 16px;
  }
  .info-modal-text p {
      font-size: 14px;
      line-height: 22.4px;
  }
  .info-modal-image img {
      max-height: unset;
      padding: 0 30px;
  }
  .daily-product {
    font-size: 16px;
    line-height: 20px;
  }
  #videodiv{
    margin-top: 5px;
  }
}
@media screen and (max-width: 360px) {
  .discount-bln {
    font-size: 15px;
  }

}
/* COD Subscription test for Perishable products END */

/* Tmpl11 redesign mob gallery & phone code & truck icon fix START */
.c061 > .c037 + .c037,
.cstm_c_h_inner > .phone-oper-note + .phone-oper-note {
  display: none !important;
}  
.t11-header .t11-header-text .cod-wr span::before {
  content: '';
}
/* Tmpl11 redesign mob gallery & phone code & truck icon fix END */


/* pulising animation on main btn  */
@keyframes pulse {
  0% {
      transform: scale(1);
  }
  50% {
      transform: scale(1.05);
  }
  100% {
      transform: scale(1);
  }
}

.orderButton.ws_submit_btn,
.sticky-bottom-button {
  display: inline-block;
  animation: pulse 1.5s infinite;

}
/* GLOBAL CSS SETTINGS START
------------------------------------------------------- */
.article,.footer,a,abbr,acronym,address,applet,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,form,h1,h2,h3,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video {
  margin:0;
  padding:0;
  border:0;
  vertical-align:baseline
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
body,
html {
  font-family: 'Roboto', sans-serif !important;
  font-weight: 400;
  overflow-x: hidden;
}
::-moz-selection {
  background: #000000;
  color: #fff;
}
::selection {
  background: #000000;
  color: #fff;
}
table {
  background-color: transparent;
  border-spacing: 0;
  border-collapse: collapse;
}
a,
a:link,
a:visited,
a:active,
a:hover {
  cursor: pointer;
  text-decoration: none;
  outline: none;
}
a {
  color: #337ab7;
}
.table>tbody>tr>td,
.table>tbody>tr>th,
.table>tfoot>tr>td,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>thead>tr>th {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: middle;
  border-top: 1px solid #ddd;
}
.h3,
h3 {
  font-size: 24px;
}
ul {
  list-style: disc;
}
input,
textarea,
select {
  font-weight: 300;
  border-radius: 0;
}
.clear {
  clear: both;
  overflow: hidden;
  height: 0px;
  font-size: 0px;
  display: block;
}
.txt-center {
  text-align: center;
}
.w-100 {
  width: 100%
}
.nopad {
  padding: 0;
}
.nomargin {
  margin: 0;
}
.rr {
  margin: 0px;
  padding: 0px;
}
.capitalize {
  text-transform: capitalize;
}
.uppercase {
  text-transform: uppercase;
}
.txt-center {
  text-align: center;
}
/* GLOBAL CSS SETTINGS END
------------------------------------------------------- */
/* BACKGROUND COLORS START
------------------------------------------------------- */
.bg-color-primary {
  background-color: #2f3f66;
}
.bg-color-secondary {
  background-color: #fefefe;
}
.bg-color-tertiary  {
  background-color: rgb(13,0,72)!important;
}
.bg-color-black {
  background-color: #000000;
}
.bg-color-white {
  background-color: #ffffff;
}
.bg-color-action,
.bg-color-action-1 {
  background: #2f3f66;
}
.bg-color-action-2 {
  background: #f4d078;
}
.border-color-1 {
    border-color: #2b4369;
}
/* BACKGROUND COLORS END
------------------------------------------------------- */
/* TEXT COLORS START
------------------------------------------------------- */
.txt-color-primary {
  color: #ffffff;
}
.txt-color-secondary {
  color: #2b4369;
}
.txt-color-tertiary {
  color: #000000;
}
.txt-color-black {
  color: #000000;
}
.txt-color-white,
.txt-white {
  color: #ffffff!important;
}
.txt-color-gray {
  color: #999999!important
}
html body .txt-color-action,
.txt-color-action-1 {
  color: #fefefe !important;
}
.txt-color-action-2 {
  color: #000000;
}
/* TEXT COLORS END
------------------------------------------------------- */
/* FLEX START
------------------------------------------------------- */
.parent {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
}
.row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row;
  flex-flow: row;
}
.column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
}
.h-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.v-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.space-around {
  -ms-flex-pack: distribute;
  justify-content: space-around;
}
.space-evenly {
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
}
.between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.strech {
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
.flex-1 {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.flex-2 {
  -webkit-box-flex: 2;
  -ms-flex: 2;
  flex: 2;
}
.flex-3 {
  -webkit-box-flex: 3;
  -ms-flex: 3;
  flex: 3;
}
.flex-4 {
  -webkit-box-flex: 4;
  -ms-flex: 4;
  flex: 4;
}
.flex-5 {
  -webkit-box-flex: 5;
  -ms-flex: 5;
  flex: 5;
}
.flex-6 {
  -webkit-box-flex: 6;
  -ms-flex: 6;
  flex: 6;
}
.order1 {
  order: 1;
}
.order2 {
  order: 2;
}
.wrap {
  -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.nowrap {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
/* FLEX END
------------------------------------------------------- */
/* PREDEFINED CSS START
------------------------------------------------------- */
/* Margins*/
.mrg-0 {
  margin: 0;
}
.mrg-small {
  margin: 10px;
}
.mrg-medium {
  margin: 20px;
}
.mrg-large {
  margin: 30px;
}
.mrg-top-small {
  margin-top: 10px;
}
.mrg-top-medium {
  margin-top: 20px;
}
.mrg-top-large {
  margin-top: 30px;
}
.mrg-bottom-small {
  margin-bottom: 10px;
}
.mrg-bottom-medium {
  margin-bottom: 20px;
}
.mrg-bottom-large {
  margin-bottom: 30px;
}
.mrg-lateral-small {
  margin-left: 7px;
  margin-right: 7px;
}
.mrg-lateral-medium {
  margin-left: 10px;
  margin-right: 10px;
}
.mrg-lateral-large {
  margin-left: 20px;
  margin-right: 20px;
}
/* Paddings */
.pdn-0 {
  padding: 0;
}
.pdn-small {
  padding: 10px;
}
.pdn-medium {
  padding: 20px;
}
.pdn-large {
  padding: 30px;
}
.pdn-top-small {
  padding-top: 10px;
}
.pdn-top-medium {
  padding-top: 20px;
}
.pdn-top-large {
  padding-top: 30px;
}
.pdn-bottom-small {
  padding-bottom: 10px;
}
.pdn-bottom-medium {
  padding-bottom: 20px;
}
.pdn-bottom-large {
  padding-bottom: 30px;
}
.pdn-lateral-small {
  padding-left: 7px;
  padding-right: 7px;
}
.pdn-lateral-medium {
  padding-left: 10px;
  padding-right: 10px;
}
.pdn-lateral-large {
  padding-left: 20px;
  padding-right: 20px;
}
/* Bold*/
.bold {
  font-weight: 700!important;
}
.semibold {
  font-weight: 600!important;
}
.notbold {
  font-weight: 500!important;
}
.italic {
  font-style: italic;
}
@media screen and (max-width:768px) {
  /* Margins */
  .mrg-small {
    margin: 5px;
  }
  .mrg-medium {
    margin: 10px;
  }
  .mrg-large {
    margin: 15px;
  }
  .mrg-top-small {
    margin-top: 5px;
  }
  .mrg-top-medium {
    margin-top: 10px;
  }
  .mrg-top-large {
    margin-top: 15px;
  }
  .mrg-bottom-small {
    margin-bottom: 5px;
  }
  .mrg-bottom-medium {
    margin-bottom: 10px;
  }
  .mrg-bottom-large {
    margin-bottom: 15px;
  }
  /* Paddings */
  .pdn-small {
    padding: 5px;
  }
  .pdn-medium {
    padding: 10px;
  }
  .pdn-large {
    padding: 15px;
  }
  .pdn-top-small {
    padding-top: 5px;
  }
  .pdn-top-medium {
    padding-top: 10px;
  }
  .pdn-top-large {
    padding-top: 15px;
  }
  .pdn-bottom-small {
    padding-bottom: 5px;
  }
  .pdn-bottom-medium {
    padding-bottom: 10px;
  }
  .pdn-bottom-large {
    padding-bottom: 15px;
  }
}
/* PREDEFINED CSS END
------------------------------------------------------- */
/* CSS FIXES START
------------------------------------------------------- */

/* BUNDLE BOX CSS START
------------------------------------------------------- */
.page-free-bundle-main {
  position: relative;
  max-width: 700px;
  width: 100%;
  height: auto;
  margin: 15px auto 72px;
  transition: all .15s ease-out;
  box-sizing: border-box;
  display: block;
}

.page-free-bundle {
  position: relative;
  max-width: 500px;
  width: 100%;
  height: auto;
  margin: 0 auto;
  outline: none;
  background: #fff;
  box-sizing: border-box;
  border:none!important;
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.25) !important;
  border-radius: 10px 10px 0px 0px !important;
}


.free-bundle-info {
  padding: 10px;
}

.page-free-bundle .bundle-img img{
  width: 115px;
  margin-right: 5px;
}

.page-free-bundle .free-bundle-title {
  text-align: center;
  font-size: 30px;
  font-weight: 700;
  border-radius: 1px 1px 0px 0px;
  text-transform: none !important;
  padding: 3px 0px;
  color: #000;
}

.free-bundle-title-wrapp {
  border-radius: 10px 10px 0px 0px !important;
  background-color: #FFC107 !important;
}

.bundle-product-info-head {
 font-weight: 700;
 font-size: 18px;
 margin-bottom: 5px;
}

.bundle-product-info-txt {
  width: 93%;
}

.page-free-bundle-gift {
  position: absolute;
  bottom: -42px;
  right: -65px;
  width: fit-content;
  height: fit-content;
}

.page-free-bundle-gift img {
  max-width: 95px;
  width: 100%;
}


@media screen and (max-width:769px) {
  .page-free-bundle .free-bundle-info {
    flex-flow: column;
}
  .page-free-bundle-main {
    margin: 65px auto 27px;
  }

  .free-bundle-title {
    text-align:center;
  }
  
  .page-free-bundle .free-bundle-title {
    font-size:24px;
  }

  .page-free-bundle-gift {
      top: -62px;
      left: 43%;
  }

  .bundle-img img {
    max-width: 130px !important;
    width: 100%!important;
  }

  .page-free-bundle-gift img {
      max-width: 65px;
      width: 100%;
    }

    .free-bundle-info {
      padding: 15px 30px 12px 30px;
    }

  .bundle-product-info {
      margin: 0px !important;
  }

  .bundle-product-info-head {
      text-align: center;
  }

  .bundle-product-info-txt {
      width: 100%;
      text-align: center;
}
    
}

@media screen and (max-width:360px) {
  .page-free-bundle-gift {
    left: 42%;
  }
}


/* BUNDLE BOX CSS END
------------------------------------------------------- */


:root {
  --banner-height: 56px;
}

.ws-frilla-main-wrapper {
  padding-top: calc(181px - var(--banner-height));
  position: relative;
}
html body .crumbs{
  padding-top: 150px;
}

/* MOB FLOATER */
.sticky-bottom-line {
    width: 100%!important;
    bottom: 0!important;
}
.product_img {
  width: 100%;
}
@media only screen and (max-width: 767px) {
    html body .t8-header{
      padding-top: 100px!important
    }
    body div.chat-box {
        bottom: 0!important;
    }
}

/* HIDE SOCIAL COMMENTS */
#social_comments {display:none;}

/* BREADCRUMBS */
.categories-link {
  display: none;
}
.crumbs {
  background: #fff;
  padding: 0 5px;
  max-width: 1370px;
  margin: 0 auto;
}
.crumbs a {
  color: #a9a9a9;
}

/* HEADER */
body .brend-header {padding:0!important;margin-top: 107px !important;}
.sorting {
  margin-bottom: 15px;
}
.ws-frilla-wrapper {
  padding: 0;
}


/* BUTTONS */
html body .button-brend button {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 12px 64px !important;
  gap: 8px;
  background: #04a145;
  box-shadow: 0 0 10px rgba(14, 14, 33, 0.06),
    0 6px 16px rgba(14, 14, 33, 0.04), 0 4px 6px rgba(14, 14, 33, 0.04),
    0 2px 2px rgba(14, 14, 33, 0.04) !important;
  border-radius: 8px !important;
  font-weight: 600 !important;
  font-size: 20px !important;
  line-height: 23px;
  color: #fefefe !important;
  width: 100% !important;
  max-width: 600px;
}
html body .button-brend button::after {
  content: url(/svg/material-symbols_shopping-cart.svg);
  margin-top: -1px;
}
.button-brend button, .button-brend a {
  border: none;
  font-size: 18px;
  font-weight: 700;
  box-shadow: 0 6px 6px -6px #000;
  padding: 10px 30px;
  width: 100%;
  text-align: center;
  letter-spacing: 1px;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  border-radius: 5px;
  cursor: pointer;
  max-width: 490px;
  color: #ffffff;
  font-family : inherit;
}

/* VIDEO BLOCK */
.c073 {
  max-width: 600px;
  margin: 0 auto;
}

.brend-colors {
  background-color:#fbedeb;
  color: #000!important;
}

.brend-colors1 {
  background-color:#000000;
  color: #ffffff!important;
}

/* CHAT BUBBLE OFF */
.custom-chat-bubble {
  display: none!important;
}

/* GLOBAL SUBTEMPLATES CSS FIXES */
.first-line h3 {
  margin: 0!important;
}
.sticky-bottom-line {
  padding: 10px 1.5%!important
}
.t3-button {
  top: 0!important
}
.button-brend {
  margin-bottom: 20px
}
.button-brend a {
  width: 95%!important
}
div.chat-box div.chat-box-wrap div.chat {
  margin-left: 5px;
  margin-right: 7px!important;
}
.sticky-bottom-price {
  margin-left: 50px!important
}
.c049 {
  width: 100%
}
.ft_l1_wrap {
  margin: 0 auto!important;
}
.ft_l1_main_wrap_3 img.footer-logo {
  margin-top: 0!important
}
.ft_l1_main_wrap_3 {
  margin-top: 0!important;
  padding: 20px 0
}
.ft_l1_main_wrap_3 h5 {
  text-transform: inherit!important
}
#phone-chat,
#whatsapp {
  display: none!important;
}
button.slick-prev, button.slick-prev:hover,
button.slick-next, button.slick-next:hover {
  color: transparent!important;
}
@media (max-width: 767px) {
  .ft_l1_main_wrap_4 {
    padding-top: 10px!important;
    padding-bottom: 60px!important
  }
  html body .button-brend button {
    max-width: none;
    font-size: 16px !important;
    line-height: 19px;
  }
}
.c049 .bold:first-child,
.selector-holder .mrg-bottom-small:first-child {display: none!important}
/*color fixes start*/
.t9-warranty-box,
.t9-testimonials-box,
.t9-benefit-box,
.t9-selector-box {
    width: 100%
}
.t9-header {
    padding-bottom: 0!important
}
.t9-header .t9-header-text .t9-header-alert {
      border: 2px solid #aa4465!important;
}
 button {
  color: #000;
}
@media (max-width: 767px) {
  .t9-benefit-box .t9-benefits,
  .t9-benefit-box .t9-benefit-single-image img {
    width: 95%!important;
    margin: 0 auto!important;
    margin-left: auto!important;
    margin-right: auto!important;
    float: none;
    display: block;
  }
}
/*color fixes end*/

/* Hide inactive countries from footer  */
#webshop-countries-list li:nth-child(1),#webshop-countries-list li:nth-child(2), #webshop-countries-list li:nth-child(4), #webshop-countries-list li:nth-child(7), #webshop-countries-list li:nth-child(8), #webshop-countries-list li:nth-child(10), #webshop-countries-list li:nth-child(11), #webshop-countries-list li:nth-child(12),#webshop-countries-list li:nth-child(13), #webshop-countries-list li:nth-child(17), #webshop-countries-list li:nth-child(22), #webshop-countries-list li:nth-child(27), #webshop-countries-list li:nth-child(28) {
  display: none;
}

.mainSelector{
  color: black;
}
.ws-frilla-products-box .product-row .product-item .price-box-holder .price-box span:first-child {
    display: block;
}

@media (max-width:767px){
    .ws-frilla-main-wrapper {
      padding-top: calc(154px - var(--banner-height));
    }
}
/* CSS FIXES END END
------------------------------------------------------- */

/* PRODUCT PAGE TABLE
------------------------------------------------------- */
.table-holder {
  margin: 0;
}
.table-holder table {
  margin: 0;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #171717;
  border-collapse: collapse;
  width: 100%;
  border: none;
}
.table-holder table thead,
.table-holder table tbody {
  width: 100%;
}
.table-holder table thead {
  margin-top: 16px;
}
.table-holder table thead th {
  background: #d9d9d9;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #171717;
  text-align: center;
  padding: 12px 16px 8px;
  width: auto;
  border: none;
}
.table-holder table tbody td {
  font-weight: 400;
  font-size: 16px !important;
  line-height: 24px;
  color: #171717;
  border: none;
  text-align: center;
}
.table-holder table tbody tr {
  background: none;
}
.table-holder table tbody tr:hover {
  background: #a9cce3;
  cursor: pointer;
}
td,
th {
  border: 1px solid #d9d9d9;
}
.table-holder table thead th:last-child,
.table-holder table tbody td:last-child {
  padding: 4px 16px 4px 0 !important;
}
.table-holder table thead th:last-child::first-letter {
  text-transform: uppercase;
}
.table-holder table thead th:first-child {
  border-top-left-radius: 8px;
}
.table-holder table thead th:last-child {
  border-top-right-radius: 8px;
}
.table-holder table tbody tr td:first-child {
  border-left: solid 1px #d9d9d9;
}
.table-holder table tbody tr td {
  border-bottom: solid 1px #d9d9d9;
}
.table-holder table tbody tr:last-child td:first-child {
  border-bottom-left-radius: 8px;
}
.table-holder table tbody tr td:last-child {
  border-right: solid 1px #d9d9d9;
}
.table-holder table tbody tr:last-child td:last-child {
  border-bottom-right-radius: 8px;
}
.table-holder table tr td.velicina-t {
  padding-top: 20px;
}
.table-holder .table-title h3 {
  font-size: 20px;
  font-weight: 600;
}
.table-holder p {
  margin: 10px 0;
  font-size: 0.9em;
}
@media screen and (max-width: 768px) {
  .table-holder {
    float: none;
    display: block;
    width: 100%;
    border: none !important;
    max-width: 100%;
  }
  .table-holder table {
    float: none;
    display: block;
    width: 100%;
    border: none;
    max-width: 100%;
  }
  .table-holder table td,
  .table-holder table th {
    padding: 8px 3px !important;
    font-size: 13px !important;
  }
  .table-fill {
    overflow-x: auto;
  }
}
/* PRODUCT PAGE TABLE END
------------------------------------------------------- */
