html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

* {
    font-family: Roboto,sans-serif;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    outline: none !important;
    box-sizing: border-box;
}

body {
    margin: 0 auto;
    background-color: #fff;
    color: #202121;
    padding: 0px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
}

b,strong {
    font-weight: 500;
}

p,div,li {
    font-size: 14px;
    color: #202121;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
}

.ty-tygh {
    background-color: #fff;
    height: 100vh;
}

a {
    font-size: 14px;
    text-decoration: none !important;
    font-weight: normal;
    font-style: normal;
    outline: none;
    color: #202121;
    cursor: pointer;
    border-bottom: 0;
    -webkit-transition: all 150ms;
    -moz-transition: all 150ms;
    -o-transition: all 150ms;
    transition: all 150ms;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
}

a:hover {
    text-decoration: none !important;
}

a:focus {
    outline: none;
}

p {
    margin: 0;
    padding: 6px 0;
}

ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

ol {
    padding: 0 0 0 15px;
}

img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
}

.clearfix:before,.clearfix:after {
    display: table;
    content: "";
    line-height: 0;
    width: 100%;
}

.clearfix:after {
    clear: both;
}

article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary {
    display: block;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 0;
}

.ty-center {
    text-align: center;
}

.ty-inline-block {
    display: inline-block;
}

.ty-help-info {
    display: inline;
}

.ty-btn-reset {
    background: none;
    border: 0;
    padding: 0;
}

button,html input[type="button"],input[type="reset"],input[type="submit"] {
    appearance: button;
    -webkit-appearance: button;
    cursor: pointer;
}

.radio, .checkbox, input[type="radio"], input[type="checkbox"] {
    margin: -4px 8px 0 0;
    padding: 0;
    vertical-align: middle;
}

.ty-btn.ty-btn__primary,
.ty-btn.ty-btn__secondary {
    border-radius: 6px;
    font-weight: 500;
    padding: 6px 14px;
    display: inline-block;
    background: #7D55AA;
    color: #fff;
}

.ty-btn.ty-btn__secondary {
    background: #fff;
    color: #7D55AA;
    border: 1px solid #7D55AA;
}

.ty-fileuploader__file-input {
    position: absolute;
    top: 0;
    left: 0;
    padding: 0;
    width: 100%;
    height: 300px;
    border: 0;
    opacity: 0;
    cursor: pointer;
    z-index: 2;
}

.ty-no-image {
    position: relative;
    display: block;
    border: 1px solid #ebebeb;
    background: #fcfcfc;
    color: #c8c8c8;
    cursor: default;
    aspect-ratio: 1;
    max-width: 100%;
    height: auto !important;
}

.ty-no-image__icon {
    position: absolute;
    top: 50%;
    left: 50%;
    display: inline-block;
    margin: -16px 0 0 -16px;
    width: 32px;
    height: 32px;
    font-size: 32px;
    line-height: 32px;
}

input[type=checkbox] {
    position: relative;
    cursor: pointer;
}

label.cm-required:after{
    padding-left: 3px;
    color: #ea7162;
    content: "*";
    font-size: 13px;
    line-height: 1px;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

.row-fluid {
    width: 100%;
}

.row-fluid:before,.row-fluid:after {
    display: table;
    content: "";
    line-height: 0;
    width: 100%;
}

.row-fluid:after {
    clear: both;
}

.row-fluid [class*="span"] {
    display: block;
    width: 100%;
    float: left;
    margin-left: 2.1276595744681%;
}

.row-fluid [class*="span"]:first-child {
    margin-left: 0;
}
.row-fluid .span16 {
    width: 100%;
}

.row-fluid .span15 {
    width: 93.617021276596%;
}

.row-fluid .span14 {
    width: 87.234042553191%;
}

.row-fluid .span13 {
    width: 80.851063829787%;
}

.row-fluid .span12 {
    width: 74.468085106383%;
}

.row-fluid .span11 {
    width: 68.085106382979%;
}

.row-fluid .span10 {
    width: 61.702127659574%;
}

.row-fluid .span9 {
    width: 55.31914893617%;
}

.row-fluid .span8 {
    width: 48.936170212766%;
}

.row-fluid .span7 {
    width: 42.553191489362%;
}

.row-fluid .span6 {
    width: 36.170212765957%;
}

.row-fluid .span5 {
    width: 29.787234042553%;
}

.row-fluid .span4 {
    width: 23.404255319149%;
}

.row-fluid .span3 {
    width: 17.021276595745%;
}

.row-fluid .span2 {
    width: 10.63829787234%;
}

.row-fluid .span1 {
    width: 4.2553191489362%;
}

@media (max-width: 767px) {
    [class*="span"], .row-fluid [class*="span"] {
        float: none;
        width: 100%;
        margin-left: 0;
    }
}

h1,.ty-wysiwyg-content h1 {
    font-weight: 500;
    font-size: 22px;
    color: #202121;
    text-transform: inherit;
}

h2,.ty-wysiwyg-content h2 {
    font-weight: 500;
    font-size: 20px;
    color: #202121;
    text-transform: inherit;
}

h3,.ty-wysiwyg-content h3,
h3.ty-sidebox-important__title {
    font-weight: 500;
    font-size: 18px;
    color: #202121;
    text-transform: inherit;
}

h1,h2,h3,h4,h5,h6 {
    color: #202121;
    font-weight: 500;
    text-transform: inherit;
}

@media (max-width: 767px) {
    h1,.ty-wysiwyg-content h1 {
        font-size:20px;
    }

    h2,.ty-wysiwyg-content h2 {
        font-size: 18px;
    }

    h3,.ty-wysiwyg-content h3 {
        font-size: 16px;
    }
}

.ty-float-left {
    float: left;
}

.ty-float-right {
    float: right;
}

.ty-clear-both {
    clear: both;
}

.ty-valign {
    vertical-align: middle;
}

.ty-valign-top {
    vertical-align: top;
}

.ty-valign-bottom {
    vertical-align: bottom;
}

.hidden {
    display: none;
    visibility: visible;
}

.ty-strike {
    text-decoration: line-through;
}

.ty-hand {
    cursor: pointer;
}

.ty-nowrap {
    white-space: nowrap;
}


.cm-hint {
    color: #989898;
}

.hidden {
    display: none;
}

.visible-phone {
    display: none !important;
}

.visible-tablet {
    display: none !important;
}

.hidden-desktop {
    display: none !important;
}

.visible-desktop {
    display: inherit !important;
}

@media (min-width: 768px) and (max-width: 979px) {
    .hidden-desktop {
        display:inherit !important;
    }

    .visible-desktop {
        display: none !important;
    }

    .visible-tablet {
        display: inherit !important;
    }

    .hidden-tablet {
        display: none !important;
    }
}

@media (max-width: 767px) {
    .hidden-desktop {
        display:inherit !important;
    }

    .visible-desktop {
        display: none !important;
    }

    .visible-phone {
        display: inherit !important;
    }

    .hidden-phone {
        display: none !important;
    }
}

.ty-helper-container {
    position: relative;
    background: #fff;
}

.tygh-footer > div {
    width: auto;
    min-width: unset;
    max-width: none;
    padding: 0;
}

.container-fluid .ty-footer-grid__full-width {
    padding-left: 15px;
    padding-right: 15px;
}

.cm-warehouse-block-depends-by-location {
    position: relative;
}

.tygh-content > div {
    padding-bottom: 40px;
}

.ty-mainbox-simple-title {
    margin-top: 20px;
    margin-bottom: 10px;
}

.tygh-header {
    background-color: #fff;
    margin-bottom: 10px;
    box-shadow: 0 3px 5px 0 rgba(0,0,0,0.1);
    -webkit-box-shadow: 0 3px 5px 0 rgba(0,0,0,0.1);
}

.tygh-content > div {
    padding-bottom: 40px;
    background-color: #fff;    
}

.bk_container .row-fluid,
.container-fluid {
    max-width: 1200px;
    min-width: 280px;
    margin: 0 auto;
    padding-right: 10px;
    padding-left: 10px;
    float: none;
}

.bk_full_container_fluid {
    max-width: none;
    width: 100%;
    padding: 0;
}

.footer-copyright {
    border-top: 1px solid #d0d6db;
}

.notification-container {
    position: fixed;
    top: 0;
    right: 40px;
    z-index: 1022;
    min-width: 300px;
    width: 40%;
    /* background: rgb(255 255 255 / 70%); */
}

.notification-content {
    position: relative;
    padding: 10px 35px 10px 18px;
    line-height: 150%;
    border-radius: 2px;
}

.notification-content strong {
    margin-right: 7px;
}

.alert-success, .alert-warning, .alert-error {
    position: relative;
    margin: 7px 0 7px 0;
    border: 1px solid;
    font-size: 100%;
    opacity: 0.96;
}

.alert-success {
    border-color: #8bc045;
    background: #d0eaae;
    color: #496e16;
}

.alert-warning {
    border-color: #f39c12;
    background: #f5e08c;
    color: #ac6e0b;
}

.alert-error {
    border-color: #c0392b;
    background: #eb7064;
    color: white;
}

.alert-success .close {
    color: #8bc045;
}

.alert-warning .close {
    color: #f39c12;
}

.alert-error .close {
    color: #c0392b;
}

.close {
    position: absolute;
    top: 5px;
    right: 7px;
    float: right;
    padding: 0;
    border: 0;
    background: transparent;
    font-size: 20px;
    font-family: 'Helvetica Neue',Helvetica,Arial,sans-serif;
    line-height: 15px;
    cursor: pointer;
}

input[type="text"],input[type="password"],input[type="tel"],input[type="number"],textarea,select {
    padding: 4px 8px;
    border: 1px solid #c6c6c6;
    background: #fff;
    font-size: 14px;
    font-style: normal;
    font-weight: normal;
    border-radius: 5px;
    height: 36px;
    min-height: 36px;
}

input[type=checkbox]:before {
    content: "";
    display: block;
    position: absolute;
    width: 20px;
    height: 20px;
    top: -1px;
    left: 0;
    border: 2px solid #c6c6c6;
    border-radius: 4px;
    background-color: white;
}

input[type=checkbox]:checked:before {
    content: "";
    display: block;
    position: absolute;
    width: 22px;
    height: 22px;
    top: -1px;
    left: 0;
    border: none;
    border-radius: 4px;
    background-color: #2bbaa8;
}

input[type=checkbox]:checked:after {
    content: "";
    display: block;
    width: 5px;
    height: 10px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 3px;
    left: 7px;
}

.ty-visually-hidden, .ty-visually-hidden-focusable:not(:focus) {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    white-space: nowrap;
    border: 0;
}

.ty-no-items {
    padding: 60px 20px;
    background: #f8f9f9;
    color: #bdc3c7;
    text-align: center;
    font-size: 115%;
    margin-bottom: 20px;
    width: 100%;
}

@font-face {
    font-family: glyphs;
    src: url('../../../../../../../../design/themes/new_2bk/media/fonts/glyphs.eot');
    src: url('../../../../../../../../design/themes/new_2bk/media/fonts/glyphs.eot') format('embedded-opentype'), 
    url('../../../../../../../../design/themes/new_2bk/media/fonts/glyphs.woff') format('woff'), 
    url('../../../../../../../../design/themes/new_2bk/media/fonts/glyphs.ttf') format('truetype'), 
    url('../../../../../../../../design/themes/new_2bk/media/fonts/glyphs.svg') format('svg');
}

[data-icon]:before {
    font-family: glyphs;
    content: attr(data-icon);
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

[class*="ty-icon-"]:before {
    font-family: inherit;
}

.ty-icon-up-dir,.ty-icon-right-dir,.ty-icon-down-dir,.ty-icon-left-dir,.ty-icon-star-empty,.ty-icon-th-list,.ty-icon-heart,
.ty-icon-flight,.ty-icon-ok,.ty-icon-cancel,.ty-icon-cancel-circle,.ty-icon-minus-circle,.ty-icon-right-thin,.ty-icon-cw,
.ty-icon-left-circle,.ty-icon-right-circle,.ty-icon-help-circle,.ty-icon-back,.ty-icon-products-multicolumns,.ty-icon-print,
.ty-icon-chat,.ty-icon-article-alt,.ty-icon-docs,.ty-icon-zoom-in,.ty-icon-zoom-out,.ty-icon-down-open,.ty-icon-left-open,
.ty-icon-right-open,.ty-icon-up-open,.ty-icon-down-micro,.ty-icon-up-micro,.ty-icon-right-open-thin,.ty-icon-left-open-thin,
.ty-icon-products-without-options,.ty-icon-short-list,.ty-icon-plus-circle,.ty-icon-user,.ty-icon-doc-text,.ty-icon-calendar,
.ty-icon-chart-bar,.ty-icon-download,.ty-icon-search,.ty-icon-lock,.ty-icon-popup,.ty-icon-plus,.ty-icon-folder,.ty-icon-folder-open,
.ty-icon-mail,.ty-icon-twitter,.ty-icon-facebook,.ty-icon-file,.ty-icon-trashcan,.ty-icon-d-arrow,.ty-icon-bubble,.ty-icon-upload,
.ty-icon-cog,.ty-icon-square,.ty-icon-arrow-up-right,.ty-icon-arrow-up-left,.ty-icon-arrow-down-left,.ty-icon-arrow-down-right,
.ty-icon-arrow-down,.ty-icon-arrow-up,.ty-icon-arrow-left,.ty-icon-arrow-right,.ty-icon-location-arrow,.ty-icon-star,.ty-icon-star-half,
.ty-icon-refresh,.ty-icon-basket,.ty-icon-image,.icon-image,.ty-icon-edit,.ty-icon-live-edit,.ty-icon-gift,.ty-icon-ban-circle,
.ty-icon-wrench,.ty-icon-feed,.ty-icon-eye-open,.ty-icon-eye-close,.ty-icon-handler,.ty-icon-youtube,.ty-icon-cart,.ty-icon-target,
.ty-icon-pointer,.ty-icon-shipping,.ty-icon-courier,.ty-icon-cartxd,.bk-icon-listcart,.ty-icon-menuxd,.ty-icon-notificationxd,
.ty-icon-wishlistxd,.bk-icon-wishlistxd,.bk-icon-footerhome,.bk-icon-footerComunity,.bk-icon-footerShop,.bk-icon-footerOffer,
.bk-icon-footerProfile,.ty-icon-instagram {
    font-family: glyphs,Roboto,sans-serif;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
}
.ty-icon-up-dir:before {
    content: "\e000";
}

.ty-icon-right-dir:before {
    content: "\e001";
}

.ty-icon-down-dir:before {
    content: "\e002";
}

.ty-icon-left-dir:before {
    content: "\e003";
}

.ty-icon-star-empty:before {
    content: "\e004";
}

.ty-icon-th-list:before {
    content: "\e005";
}

.ty-icon-heart:before {
    content: "\e006";
}

.ty-icon-flight:before {
    content: "\e007";
}

.ty-icon-ok:before {
    content: "\e008";
}

.ty-icon-cancel:before {
    content: "\e009";
}

.ty-icon-cancel-circle:before {
    content: "\e00a";
}

.ty-icon-minus-circle:before {
    content: "\e00b";
}

.ty-icon-right-thin:before {
    content: "\e00c";
}

.ty-icon-cw:before {
    content: "\e00d";
}

.ty-icon-left-circle:before {
    content: "\e00e";
}

.ty-icon-right-circle:before {
    content: "\e00f";
}

.ty-icon-help-circle:before {
    content: "\e010";
}

.ty-icon-back:before {
    content: "\e011";
}

.ty-icon-products-multicolumns:before {
    content: "\e012";
}

.ty-icon-print:before {
    content: "\e013";
}

.ty-icon-chat:before {
    content: "\e014";
}

.ty-icon-article-alt:before {
    content: "\e015";
}

.ty-icon-docs:before {
    content: "\e016";
}

.ty-icon-zoom-in:before {
    content: "\e017";
}

.ty-icon-zoom-out:before {
    content: "\e018";
}

.ty-icon-down-open:before {
    content: "\e019";
}

.ty-icon-left-open:before {
    content: "\e01a";
}

.ty-icon-right-open:before {
    content: "\e01b";
}

.ty-icon-up-open:before {
    content: "\e01c";
}

.ty-icon-down-micro:before {
    content: "\e01d";
}

.ty-icon-up-micro:before {
    content: "\e01e";
}

.ty-icon-right-open-thin:before {
    content: "\e01f";
}

.ty-icon-left-open-thin:before {
    content: "\e020";
}

.ty-icon-products-without-options:before {
    content: "\e021";
}

.ty-icon-short-list:before {
    content: "\e022";
}

.ty-icon-plus-circle:before {
    content: "\e023";
}

.ty-icon-user:before {
    content: "\e024";
}

.ty-icon-doc-text:before {
    content: "\e025";
}

.ty-icon-calendar:before {
    content: "\e026";
}

.ty-icon-chart-bar:before {
    content: "\e027";
}

.ty-icon-download:before {
    content: "\e028";
}

.ty-icon-search:before {
    content: "\e029";
}

.ty-icon-lock:before {
    content: "\e02a";
}

.ty-icon-popup:before {
    content: "\e02b";
}

.ty-icon-plus:before {
    content: "\e02c";
}

.ty-icon-folder:before {
    content: "\e02d";
}

.ty-icon-folder-open:before {
    content: "\e02e";
}

.ty-icon-mail:before {
    content: "\e02f";
}

.ty-icon-twitter:before {
    content: "\e600";
}

.ty-icon-facebook:before {
    content: "\e601";
}

.ty-icon-file:before {
    content: "\e032";
}

.ty-icon-trashcan:before {
    content: "\e033";
}

.ty-icon-d-arrow:before {
    content: "\e602";
}

.ty-icon-bubble:before {
    content: "\e035";
}

.ty-icon-upload:before {
    content: "\e036";
}

.ty-icon-cog:before {
    content: "\e037";
}

.ty-icon-square:before {
    content: "\e038";
}

.ty-icon-arrow-up-right:before {
    content: "\e039";
}

.ty-icon-arrow-up-left:before {
    content: "\e03a";
}

.ty-icon-arrow-down-left:before {
    content: "\e03b";
}

.ty-icon-arrow-down-right:before {
    content: "\e03c";
}

.ty-icon-arrow-down:before {
    content: "\e03d";
}

.ty-icon-arrow-up:before {
    content: "\e03e";
}

.ty-icon-arrow-left:before {
    content: "\e03f";
}

.ty-icon-arrow-right:before {
    content: "\e040";
}

.ty-icon-location-arrow:before {
    content: "\e901";
}

.ty-icon-star:before {
    content: "\e041";
}

.ty-icon-star-half:before {
    content: "\e042";
}

.ty-icon-refresh:before {
    content: "\e043";
}

.ty-icon-basket:before {
    content: "\e044";
}

.ty-icon-image:before {
    content: "\e045";
}

.icon-image:before {
    content: "\e045";
}

.ty-icon-edit:before {
    content: "\e046";
}

.ty-icon-live-edit:before {
    content: "\e046";
}

.ty-icon-gift:before {
    content: "\e048";
}

.ty-icon-ban-circle:before {
    content: "\e049";
}

.ty-icon-wrench:before {
    content: "\e04a";
}

.ty-icon-feed:before {
    content: "\e603";
}

.ty-icon-eye-open:before {
    content: "\e604";
}

.ty-icon-eye-close:before {
    content: "\e605";
}

.ty-icon-handler:before {
    content: "\e606";
}

.ty-icon-youtube:before {
    content: "\e607";
}

.ty-icon-cart:before {
    content: "\e900";
}

.ty-icon-target:before {
    content: "\e9b3";
}

.ty-icon-pointer:before {
    content: "\e04b";
}

.ty-icon-shipping:before {
    content: "\e04c";
}

.ty-icon-courier:before {
    content: "\e04d";
}

.ty-icon-instagram:before {
    content: "\e04e";
}

.ty-icon-cartxd:before {
    content: "\e902";
}

.bk-icon-listcart:before {
    content: "\e902";
}

.ty-icon-menuxd:before {
    content: "\e904";
}

.ty-icon-notificationxd:before {
    content: "\e905";
}

.ty-icon-wishlistxd:before {
    content: "\e903";
}

.bk-icon-wishlistxd:before {
    content: "\e903";
}

.bk-icon-footerhome:before {
    content: "\e921";
}

.bk-icon-footerComunity:before {
    content: "\e90b";
}

.bk-icon-footerShop:before {
    content: "\e909";
}

.bk-icon-footerOffer:before {
    content: "\e90f";
}

.bk-icon-footerProfile:before {
    content: "\e911";
}

/****** common css for variables start ******/
:root {
    --image-zoom-animation-time: 200ms;
}

:root {
    --space-xxxs: 1px;
    --space-xxs: 2px;
    --space-xs: 5px;
    --space-s: 10px;
    --space-m: 15px;
    --space-l: 20px;
    --space-xl: 25px;
    --space-xxl: 30px;
    --space-xxxl: 35px;
    --space-xxxxl: 40px;
    --width-xxxs: 1px;
    --width-xxs: 2px;
    --width-xs: 5px;
    --width-s: 10px;
    --width-m: 15px;
    --width-l: 20px;
    --width-xl: 25px;
    --width-xxl: 30px;
    --width-xxxl: 35px;
    --width-xxxxl: 40px;
}

@media screen and (min-width: 768px) {
    :root {
        --space-xxxs:2px;
        --space-xxs: 5px;
        --space-xs: 10px;
        --space-s: 20px;
        --space-m: 30px;
        --space-l: 40px;
        --space-xl: 50px;
        --space-xxl: 60px;
        --space-xxxl: 70px;
        --space-xxxxl: 80px;
        --width-xxxs: 2px;
        --width-xxs: 5px;
        --width-xs: 10px;
        --width-s: 20px;
        --width-m: 30px;
        --width-l: 40px;
        --width-xl: 50px;
        --width-xxl: 60px;
        --width-xxxl: 70px;
        --width-xxxxl: 80px;
    }
}

:root {
    --bp-bottom-panel-height: 0;
}

:root {
    --ty-product-reviews-stars-full: "\e041";
    --ty-product-reviews-stars-half: "\e042";
    --ty-product-reviews-stars-empty: "\e004";
    --ty-product-reviews-verified: "\e008";
    --ty-product-reviews-sidebar-width: 280px;
    --ty-product-review-popup-width: 600px;
    /* --ty-product-reviews-accent-color: #feba0f; */
    --ty-product-reviews-accent-color: #57C062;
    --ty-product-reviews-dropzone-background-color: #f8f9f9;
    --ty-product-reviews-dropzone-border-color: #e7e8e8;
    --ty-product-reviews-dropzone-color: #bec3c7;
}

.pro_ratting_count{
    color: #6F6F6F;
    font-size: 13px;
}

.ty-product-review-reviews-stars {
    background: #57C062;
    color: white;
    font-size: 11px;
    padding: 3px;
    border-radius: 3px;
    margin-right: 4px;
    display: flex;
    column-gap: 3px;
    min-width: 36px;
    align-items: flex-start;
    font-family: glyphs;
    -webkit-font-smoothing: antialiased;
}

.ty-product-review-reviews-stars[class*="ty-product-review-reviews-stars--"] {
    line-height: 20px;
    font-size: 13px;
    margin: 0;
    background: transparent;
    color: #57C062;
    padding: 0 4px 0 0;
}

/* .ty-product-review-reviews-stars[class*="ty-product-review-reviews-stars--"] img {
    display: none;
} */

/* .ty-product-review-reviews-stars[class*="ty-product-review-reviews-stars--"]:before {
    letter-spacing: 0.3em;
    display: inline-block;
    vertical-align: middle;
    font-size: 18px;
} */

/* .ty-product-review-reviews-stars--large {
    font-size: 1.5em;
}

.ty-product-review-reviews-stars--xlarge {
    font-size: 1.8em;
} */

.ty-product-review-reviews-stars__link {
    display: inline-flex;
    align-items: center;
}
.ty-product-review-reviews-stars__button {
    display: inline-flex;
    align-items: center;
}

:root {
    --ty-product-reviews-stars-full: url("https://cdn.kindlife.in/images/ui_icon/bk-rating-starGrn.svg");
    --ty-product-reviews-stars-half: url("https://cdn.kindlife.in/images/ui_icon/bk-rating-starGrn-Half.svg");
    --ty-product-reviews-stars-empty: url("https://cdn.kindlife.in/images/ui_icon/bk-rating-starGry.svg");
}

.ty-product-review-reviews-stars[data-ca-product-review-reviews-stars-full="5"]:before {
    content: var(--ty-product-reviews-stars-full) var(--ty-product-reviews-stars-full) var(--ty-product-reviews-stars-full) var(--ty-product-reviews-stars-full) var(--ty-product-reviews-stars-full);
}

.ty-product-review-reviews-stars[data-ca-product-review-reviews-stars-full="4"]:before {
    content: var(--ty-product-reviews-stars-full) var(--ty-product-reviews-stars-full) var(--ty-product-reviews-stars-full) var(--ty-product-reviews-stars-full) var(--ty-product-reviews-stars-empty);
}

.ty-product-review-reviews-stars[data-ca-product-review-reviews-stars-full="3"]:before {
    content: var(--ty-product-reviews-stars-full) var(--ty-product-reviews-stars-full) var(--ty-product-reviews-stars-full) var(--ty-product-reviews-stars-empty) var(--ty-product-reviews-stars-empty);
}

.ty-product-review-reviews-stars[data-ca-product-review-reviews-stars-full="2"]:before {
    content: var(--ty-product-reviews-stars-full) var(--ty-product-reviews-stars-full) var(--ty-product-reviews-stars-empty) var(--ty-product-reviews-stars-empty) var(--ty-product-reviews-stars-empty);
}

.ty-product-review-reviews-stars[data-ca-product-review-reviews-stars-full="1"]:before {
    content: var(--ty-product-reviews-stars-full) var(--ty-product-reviews-stars-empty) var(--ty-product-reviews-stars-empty) var(--ty-product-reviews-stars-empty) var(--ty-product-reviews-stars-empty);
}

.ty-product-review-reviews-stars[data-ca-product-review-reviews-stars-full="4"][data-ca-product-review-reviews-stars-is-half="1"]:before {
    content: var(--ty-product-reviews-stars-full) var(--ty-product-reviews-stars-full) var(--ty-product-reviews-stars-full) var(--ty-product-reviews-stars-full) var(--ty-product-reviews-stars-half);
}

.ty-product-review-reviews-stars[data-ca-product-review-reviews-stars-full="3"][data-ca-product-review-reviews-stars-is-half="1"]:before {
    content: var(--ty-product-reviews-stars-full) var(--ty-product-reviews-stars-full) var(--ty-product-reviews-stars-full) var(--ty-product-reviews-stars-half) var(--ty-product-reviews-stars-empty);
}

.ty-product-review-reviews-stars[data-ca-product-review-reviews-stars-full="2"][data-ca-product-review-reviews-stars-is-half="1"]:before {
    content: var(--ty-product-reviews-stars-full) var(--ty-product-reviews-stars-full) var(--ty-product-reviews-stars-half) var(--ty-product-reviews-stars-empty) var(--ty-product-reviews-stars-empty);
}

.ty-product-review-reviews-stars[data-ca-product-review-reviews-stars-full="1"][data-ca-product-review-reviews-stars-is-half="1"]:before {
    content: var(--ty-product-reviews-stars-full) var(--ty-product-reviews-stars-half) var(--ty-product-reviews-stars-empty) var(--ty-product-reviews-stars-empty) var(--ty-product-reviews-stars-empty);
}

/****** common css for variables end ******/

/****** css for grid columns start ******/
.ty-column1 {
    display: inline-block;
    width: 100%;
    vertical-align: top;
    margin-right: -0.25em;
  }
  .ty-column2 {
    display: inline-block;
    width: 50%;
    vertical-align: top;
    margin-right: -0.25em;
  }
  .ty-column3 {
    display: inline-block;
    width: 33.333333333333%;
    vertical-align: top;
    margin-right: -0.25em;
  }
  .ty-column4 {
    display: inline-block;
    width: 25%;
    vertical-align: top;
    margin-right: -0.25em;
  }
  .ty-column5 {
    display: inline-block;
    width: 20%;
    vertical-align: top;
    margin-right: -0.25em;
  }
  .ty-column6 {
    display: inline-block;
    width: 16.666666666667%;
    vertical-align: top;
    margin-right: -0.25em;
  }
  .ty-column7 {
    display: inline-block;
    width: 14.285714285714%;
    vertical-align: top;
    margin-right: -0.25em;
  }
  .ty-column8 {
    display: inline-block;
    width: 12.5%;
    vertical-align: top;
    margin-right: -0.25em;
  }
  .ty-column9 {
    display: inline-block;
    width: 11.111111111111%;
    vertical-align: top;
    margin-right: -0.25em;
  }
  .ty-column10 {
    display: inline-block;
    width: 10%;
    vertical-align: top;
    margin-right: -0.25em;
  }
  
@media (max-width: 767px) {
    .ty-column2 {
        width: 100%;
    }

    .ty-column3 {
        width: 50%;
    }

    .ty-column4 {
        width: 33.333333333333%;
    }

    .ty-column5 {
        width: 25%;
    }

    .ty-column6 {
        width: 20%;
    }

    .ty-column7 {
        width: 16.666666666667%;
    }

    .ty-column8 {
        width: 14.285714285714%;
    }

    .ty-column9 {
        width: 12.5%;
    }

    .ty-column10 {
        width: 11.111111111111%;
    }
}

/****** css for grid columns end ******/

/****** css for breadcrumbs start ******/
.ty-breadcrumbs {
    position: relative;
    margin-bottom: 14px;
    padding: 10px;
    color: #fff;
}

.ty-breadcrumbs__arrow,.ty-breadcrumbs__a,.ty-breadcrumbs__current {
    display: inline-block;
    padding: 2px;
}

.ty-breadcrumbs__current {
    color: #202121;
}

.ty-breadcrumbs__a {
    display: inline-block;
    color: #acacac;
}

.ty-breadcrumbs__slash {
    display: inline-block;
    margin: 0px 6px;
    padding: 2px 0;
    color: #acacac;
}

.ty-breadcrumbs__a:hover {
    color: #acacac;
}
/****** css for breadcrumbs end ******/


/*********** Responsive css for default setting of admin start  ************/
@media (max-width: 767px) {
    .notification-container {
        top: 0;
        right: 0px;
        min-width: 100%;
        width: 100%;
    }
    .notification-content {
        margin: 0px;
        border: none;
    }
}

@media (min-width: 481px) {
    body .ty-tygh .notification-content.cm-notification-content {
        left: 50%;
        right: auto;
        margin: 0 auto;
        width: 400px;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
    }
}
/*********** Responsive css for default setting of admin end  ************/


/****** Default admin popup for all pages css start ******/
.ui-widget-overlay{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: #000;
    opacity: 0.7;
}

.ui-widget-content.ui-dialog.ui-front {
    position: fixed !important;
    border-radius: 10px;
    max-width: 500px !important;
    width: 95% !important;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%) !important;
    max-height: 85vh !important;
    background-color: #fff;
    overflow: hidden;
}
.ui-dialog .ui-dialog-titlebar {
    border-bottom: 1px solid #d3d3d3;
    padding: 10px 15px;
    margin-bottom: 10px;
}
.ui-dialog .ui-dialog-title{
    font-size: 20px;
    color: #1b1c1e;
    font-weight: 500;
    width: 100%;
    line-height: 25px;
}
.ui-dialog .ui-dialog-titlebar-close {
    position: absolute;
    top: 10px;
    right: 10px;
    border: 0;
    padding: 0;
    width: 25px;
    height: 25px;
    line-height: 22px;
    overflow: hidden;
    background: transparent;
}
.ui-dialog .ui-icon-closethick {
    font-size: 16px;
}
.ui-widget-header .ui-icon-closethick:before {
    font-family: glyphs;
    content: "\e009";
    -webkit-font-smoothing: antialiased;
}
.ui-dialog .ui-dialog-content.ui-widget-content {
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0 15px;
}
.ui-dialog .ui-dialog-content.ui-widget-content .object-container {
    height: auto !important;
}
.notification-container-dialog {
    top: 11px;
    right: 20px;
    min-width: 260px;
    max-width: calc(100% - 40px);
    position: absolute;
    z-index: 1510;
}

/* css for write a review popup start*/
body .ui-dialog .ui-dialog-titlebar .ui-dialog-title.bk_popup-title {
    font-size: 22px;
    width: 100%;
    text-transform: uppercase;
    line-height: 36px;
}
.bk_review_popup_new.bk_pop-up_content.ty-product-review-new-product-review {
    margin-top: 20px;
}
.bk_pop-up_content.ty-product-review-new-product-review form{
    padding-bottom: 10px;
}
.bk_pop-up_content .ty-product-review-new--review__body {
    display: grid;
    grid-template-columns: 60% auto;
    width: 100%;
    overflow: hidden;
    overflow-y: auto;
    height: 300px;
}
.bk_pop-up_content .ty-product-review-new--review__body section {
    position: relative;
}
section.ty-product-review-new-product-review__media {
    border-left: 1px solid #f0f2f5;
    padding-left: 20px;
    grid-area: 1 / 2 / 3;
}
section.ty-product-review-new-product-review-message {
    padding-right: 11px;
}
.bk_pop-up_content .ty-control-group {
    position: relative;
    font-size: 16px;
    font-weight: 500;
}
.bk_pop-up_content .ty-product-review-new-product-review-rating .ty-control-group {
    height: 120px;
}
.bk_review_popup_new .ty-control-group__title {
    font-size: 16px;
    font-weight: 500;
    color: #000;
    padding-bottom: 5px;
    display: inline-block;
}
.ty-product-review-rate__stars {
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
    color: var(--ty-product-reviews-accent-color);
}
.ty-product-review-rate__stars-label {
    width: 1em;
    height: 1em;
    font-family: glyphs;
    color: var(--ty-product-reviews-accent-color);
    font-size: 2em;
    white-space: nowrap;
    overflow: hidden;
    -webkit-font-smoothing: antialiased;
}

.ty-product-review-rate__stars-label:before {
    content: var(--ty-product-reviews-stars-empty);
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.ty-product-review-rate__stars-label--large {
    font-size: 2.5em;
}

.ty-product-review-rate__stars-label--xlarge {
    font-size: 3em;
}

.ty-product-review-rate__stars-label:before {
    color: #D5D3D9;
}

/* .ty-product-review-rate__stars-radio:focus ~ .ty-product-review-rate__stars-label:before, */
.ty-product-review-rate__stars-radio:checked ~ .ty-product-review-rate__stars-label:before,
.ty-product-review-rate__stars-label:hover:before,
.ty-product-review-rate__stars-label:hover ~ .ty-product-review-rate__stars-label:before {
    content: var(--ty-product-reviews-stars-full);
    color: #57C062;
}

.bk_pop-up_content .ty-control-group .ty-product-review-rate + div {
    position: absolute;
    width: 100px;
    right: 20px;
    top: 0;
    font-size: 11px;
    color: #5a5a5a;
}
.bk_review_popup_new img {
    border: 1px solid #f2f2f2;
    padding: 5px;
    margin-bottom: 3px;
}
.bk_pop-up_content.k-ty-product-review .ty-control-group .ty-product-review-rate+div span.ty-no-image {
    width: 100% !important;
    height: 90px !important;
}
.bk_pop-up_content .ty-control-group .ty-product-review-rate+div span {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 16px;
}
.ty-product-review-new-product-review__media .ty-fileuploader__drop-zone--visible {
    margin: 15px 0 5px;
}
.bk_pop-up_content .ty-fileuploader__drop-zone--visible .ty-fileuploader__drop-zone-description {
    position: relative;
    color: #2cb6a5;
    font-size: 12px;
    line-height: 18px;
}
.bk_pop-up_content .ty-fileuploader__drop-zone--visible>.ty-fileuploader__drop-zone-description>div {
    position: relative;
    padding: 5px 20px;
    border: 1px solid #d5d3d9;
    border-radius: 10px;
    width: 95%;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
    row-gap: 10px;
    text-align: center;
}
.bk_pop-up_content .ty-fileuploader__drop-zone--visible .ty-fileuploader__drop-zone-description .ty-icon-image{
    display: inline-block;
    font-size: 30px;
}
.bk_pop-up_content .ty-fileuploader__drop-zone-description .ty-icon-image::before {
    color: #2cb6a5;
}
.bk_pop-up_content .ty-fileuploader__drop-zone--visible .ty-fileuploader__drop-zone-text{
    color: #2cb6a5;
    font-size: 14px;
}
.k-ty-product-review.bk_pop-up_content section.ty-product-review-new-product-review__media .ty-control-group div .ty-nowrap .cm-fu-file .ty-fileuploader__icon {
    position: relative;
    width: 25px;
    height: 25px;
    border-radius: 4px;
    display: inline-block;
    background: url(https://cdn.kindlife.in/images/ui_icon/Image-icon.svg);
    vertical-align: middle;
    margin-right: 5px;
}
.k-ty-product-review.bk_pop-up_content section.ty-product-review-new-product-review__media .ty-control-group div .ty-nowrap .cm-fu-file .ty-fileuploader__icon:before {
    position: absolute;
    right: -5px;
    top: -6px;
    color: #a0a0a0;
}
.bk_pop-up_content span.ty-fileuploader__filename {
    font-weight: 400;
}
.bk_pop-up_content textarea {
    border: 1px solid #f0f0f0;
    text-align: left;
    font-size: 15px;
    color: #797b80;
    width: 100%;
    min-height: 70px;
    border-radius: 5px;
    max-width: 97%;
}

.ui-widget-content.ui-dialog .bk_pop-up_content .buttons-container {
    border-top: 1px solid #f1f1f1;
    text-align: right;
    margin-top: 10px;
    position: static !important;
}
.bk_pop-up_content .ty-btn.ty-btn__primary {
    width: auto;
    font-weight: 500;
    line-height: 22px;
    font-size: 16px;
    margin: 10px 0 0;
    text-transform: capitalize;
    padding: 7px 50px;
    border: 0;
    background: #32D1C1;
}
/* css for write a review popup end*/

@media (min-width: 991px){
    body .ui-widget-content.ui-dialog.bk_popup-container {
        max-width: fit-content !important;
        min-width: 500px;
    }
    .bk_pop-up_content .ty-product-review-new-product-review-rating .ty-control-group {
        padding-right: 200px;
    }    
}

@media (max-width: 991px){
    .bk_pop-up_content .ty-product-review-new--review__body {
        display: flex;
        flex-flow: column;
        row-gap: 20px;
    }
    section.ty-product-review-new-product-review__media {
        border: 0;
        padding: 0;
    }
}

@media (max-width: 480px){
    .ui-dialog .ui-dialog-content.ui-widget-content {
        max-height: 75vh !important;
    }
    .bk_review_popup_new.bk_pop-up_content.ty-product-review-new-product-review {
        margin-top: 10px;
    }
    .bk_review_popup_new.k-ty-product-review .ty-product-review-new--review__body {
        height: calc(75vh - 100px);
    }
    .bk_review_popup_new .ty-btn.ty-btn__primary {
        width: 100%;
        height: 50px;
        background: #32D1C1;
        border-radius: 12px;
    }
    .bk_review_popup_new.k-ty-product-review .ty-control-group .ty-product-review-rate+div {
        width: 90px;
        height: 90px;
    }
    .bk_pop-up_content textarea {
        min-height: 160px;
    }
}

/****** Default admin popup for all pages css end ******/


/****** Default admin popup for notification content for all pages css start ******/
.notification-content-extended{
    position:fixed;
    top:50%;
    left:50%;
    margin: -40px 0 0;
    z-index:1101;
    min-height:140px;
    max-width: 640px;
    width:95%;
    border-radius: 5px;
    overflow: hidden;
    color:#000;
    background-color:#fff;
    border:1px solid gray;
    transform: translateX(-50%);
}
.notification-body-extended{
    color:#000;
}
.notification-content-extended .ty-product-notification__body{
    overflow:auto;
    padding: 15px 20px;
    min-height: 72px;
}
.ty-product-notification__item {
    margin-bottom: 20px;
    float: left;
    width: 100%;
}
.ty-product-notification__image, .ty-product-notification__body .ty-no-image {
    float: left;
    margin-right: 20px;
    padding: 10px;
    min-width: 0px;
}
.ty-product-notification__content {
    margin-top: 10px;
    overflow: hidden;
}
.ty-product-notification__product-name {
    display: inline-block;
    width: calc(100% - 100px);
}
.ty-product-notification__price {
    float: right;
    margin-left: 20px;
    font-weight: 500;
}
.notification-content-extended h1{
    position:relative;
    border-bottom:1px solid #bdc3c7;
    background:#fff;
    white-space:nowrap;
    width:100%;
    overflow:hidden;
    text-overflow:ellipsis;
    font-size: 18px;
    font-weight: 500;
    padding: 20px 40px 20px 20px;
    color: #0A0A0A;
    line-height: 24px;
    margin: 0 0 15px;
}
.notification-content-extended h1 span{
    font:13px/1 'glyphs';
    opacity:0.8;
    line-height: 32px;
    cursor:pointer;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    border: 1px solid #707070;
    position:absolute;
    top: 50%;
    right: 10px;
    color: #707070;
    transform: translateY(-50%);
    text-align: center;
}
.notification-content-extended h1 span:before{
    font-family:glyphs;
    content:"\e009";
    -webkit-font-smoothing:antialiased;
}
.notification-content-extended h1 span:hover{
    color:#1b1c1e;;
    opacity:1;
}
.notification-body-extended .ty-product-notification__buttons {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    width: 100%;
    column-gap: 15px;
    padding: 15px 20px;
    border-top: 1px solid #bdc3c7;
}
.notification-body-extended .ty-product-notification__buttons .ty-float-right .ty-btn.ty-btn__secondary {
    background-color: #7152A2;
    border: 1px solid #7152A2;
    color: #fff;
}

.notification-body-extended .ty-product-notification__buttons .ty-btn.ty-btn__secondary:hover {
    box-shadow: 0px 0px 7px #bfbfbf;
}

@media (max-width: 767px){
    .notification-content-extended h1{
        font-size: 14px;
        padding: 15px 45px 15px 15px;
        margin: 0;
    }
    .ty-product-notification__image {
        margin: 0 auto 20px;
        width: 70px;
        height: 70px;
        float: none;
        display: block;
        padding: 0;
    }
    .notification-body-extended .ty-product-notification__buttons .ty-btn.ty-btn__secondary {
        font-size: 13px;
        padding: 6px 10px;
    }
}
/****** Default admin popup for notification content for all pages css end ******/

/****** Default admin preview image popup for all pages css start ******/
.ty-previewer {
    position: relative;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.ty-owl-previewer__image--flex-fix-wrapper{
    text-align: center;
}

[id^="ui-id-"] .object-container .ty-owl-previewer__container .owl-item .ty-owl-previewer__image--flex-fix-wrapper .ty-owl-previewer__image {
    max-width: 70%;
}

.ty-owl-previewer .owl-buttons {
    position: absolute;
    left: 0;
    right: 0;
    height: 0px;
    bottom: calc(50% + 60px);
    display: flex;
    justify-content: space-between;
}

.ty-owl-previewer__container .owl-controls .owl-buttons div {
    color: #fff;
    display: inline-block;
    padding: 3px 10px;
    font-size: 12px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    background: #bebebe;
    filter: alpha(opacity=70);
    opacity: 0.7;
}

[id^="ui-id-"] .object-container .ty-owl-previewer__container .owl-controls.clickable .owl-buttons .owl-prev, 
[id^="ui-id-"] .object-container .ty-owl-previewer__container .owl-controls.clickable .owl-buttons .owl-next {
    width: 40px;
    height: 40px;
    transform: scale(1);
    position: relative;
    background: transparent;
    border: 1px solid #bebebe;
}

[id^="ui-id-"] .object-container .ty-owl-previewer__container .owl-controls.clickable .owl-buttons .owl-prev:after, 
[id^="ui-id-"] .object-container .ty-owl-previewer__container .owl-controls.clickable .owl-buttons .owl-next:after {
    content: "\e01f";
    font-family: glyphs,Roboto,sans-serif;
    font-size: 30px;
    color: #bebebe;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}

[id^="ui-id-"] .object-container .ty-owl-previewer__container .owl-controls.clickable .owl-buttons .owl-prev:after {
    content: "\e020";
}

.ui-widget .owl-theme .owl-controls .owl-pagination {
    height: 40px;
    text-align: center;
}

.owl-theme .owl-controls .owl-page {
    display: inline-block;
}

.owl-theme .owl-controls .owl-page span {
    display: block;
    width: 20px;
    height: 5px;
    margin: 5px 5px;
    filter: alpha(opacity=50);
    opacity: 0.5;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    background: #a9b0b4;
}

.owl-theme .owl-controls .owl-page.active span, .owl-theme .owl-controls.clickable .owl-page:hover span {
    filter: alpha(opacity=100);
    opacity: 1;
}

/****** Default admin preview image popup for all pages css end ******/

/****** css for banner popup start  ******/
@-webkit-keyframes bounceOut {
    20% {
      -webkit-transform: scale3d(0.9, 0.9, 0.9);
      transform: scale3d(0.9, 0.9, 0.9);
    }
  
    50%,
    55% {
      opacity: 1;
      -webkit-transform: scale3d(1.1, 1.1, 1.1);
      transform: scale3d(1.1, 1.1, 1.1);
    }
  
    to {
      opacity: 0;
      -webkit-transform: scale3d(0.3, 0.3, 0.3);
      transform: scale3d(0.3, 0.3, 0.3);
    }
  }
  
  @keyframes bounceOut {
    20% {
      -webkit-transform: scale3d(0.9, 0.9, 0.9);
      transform: scale3d(0.9, 0.9, 0.9);
    }
  
    50%,
    55% {
      opacity: 1;
      -webkit-transform: scale3d(1.1, 1.1, 1.1);
      transform: scale3d(1.1, 1.1, 1.1);
    }
  
    to {
      opacity: 0;
      -webkit-transform: scale3d(0.3, 0.3, 0.3);
      transform: scale3d(0.3, 0.3, 0.3);
    }
  }
  
  .bounceOut {
    -webkit-animation-duration: 0.75s;
    animation-duration: 0.75s;
    -webkit-animation-name: bounceOut;
    animation-name: bounceOut;
  }

  @-webkit-keyframes bounceIn {
    from,
    20%,
    40%,
    60%,
    80%,
    to {
      -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
      animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
  
    0% {
      opacity: 0;
      -webkit-transform: scale3d(0.3, 0.3, 0.3);
      transform: scale3d(0.3, 0.3, 0.3);
    }
  
    20% {
      -webkit-transform: scale3d(1.1, 1.1, 1.1);
      transform: scale3d(1.1, 1.1, 1.1);
    }
  
    40% {
      -webkit-transform: scale3d(0.9, 0.9, 0.9);
      transform: scale3d(0.9, 0.9, 0.9);
    }
  
    60% {
      opacity: 1;
      -webkit-transform: scale3d(1.03, 1.03, 1.03);
      transform: scale3d(1.03, 1.03, 1.03);
    }
  
    80% {
      -webkit-transform: scale3d(0.97, 0.97, 0.97);
      transform: scale3d(0.97, 0.97, 0.97);
    }
  
    to {
      opacity: 1;
      -webkit-transform: scale3d(1, 1, 1);
      transform: scale3d(1, 1, 1);
    }
  }
  
  @keyframes bounceIn {
    from,
    20%,
    40%,
    60%,
    80%,
    to {
      -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
      animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
  
    0% {
      opacity: 0;
      -webkit-transform: scale3d(0.3, 0.3, 0.3);
      transform: scale3d(0.3, 0.3, 0.3);
    }
  
    20% {
      -webkit-transform: scale3d(1.1, 1.1, 1.1);
      transform: scale3d(1.1, 1.1, 1.1);
    }
  
    40% {
      -webkit-transform: scale3d(0.9, 0.9, 0.9);
      transform: scale3d(0.9, 0.9, 0.9);
    }
  
    60% {
      opacity: 1;
      -webkit-transform: scale3d(1.03, 1.03, 1.03);
      transform: scale3d(1.03, 1.03, 1.03);
    }
  
    80% {
      -webkit-transform: scale3d(0.97, 0.97, 0.97);
      transform: scale3d(0.97, 0.97, 0.97);
    }
  
    to {
      opacity: 1;
      -webkit-transform: scale3d(1, 1, 1);
      transform: scale3d(1, 1, 1);
    }
  }
  
  .bounceIn {
    -webkit-animation-duration: 0.75s;
    animation-duration: 0.75s;
    -webkit-animation-name: bounceIn;
    animation-name: bounceIn;
  }

.sd-popup {
    display: flex;
    width: 100%;
    height: auto;
}

.sd-popup__content {
    position: relative;
    max-width: 100%;
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
    max-height: 100%;
    overflow: auto;
    background-color: transparent;
}

.sd-popup__close {
    color: #aaa;
    font-size: 28px;
    font-weight: bold;
    position: absolute;
    top: 0;
    right: 10px;
}

.sd-popup__close:hover,.sd-popup__close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

.sd-popup {
    position: fixed;
    z-index: 1007;
    overflow: hidden;
}

.sd-popup--top {
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%,0);
    -ms-transform: translate(-50%,0);
    transform: translate(-50%,0);
}

.sd-popup--top-start {
    top: 0;
    left: 0;
}

.sd-popup--top-end {
    top: 0;
    right: 0;
}

.sd-popup--center {
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}

.sd-popup--center-start {
    top: 50%;
    left: 0;
    -webkit-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    transform: translate(0,-50%);
}

.sd-popup--center-end {
    top: 50%;
    right: 0;
    -webkit-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    transform: translate(0,-50%);
}

.sd-popup--bottom {
    bottom: 0;
    left: 50%;
    -webkit-transform: translate(-50%,0);
    -ms-transform: translate(-50%,0);
    transform: translate(-50%,0);
}

.sd-popup--bottom-start {
    bottom: 0;
    left: 0;
}

.sd-popup--bottom-end {
    right: 0;
    bottom: 0;
}

.sd-popup--bottom-wide {
    right: 0;
    bottom: 0;
    left: 0;
}

.sd-popup--bottom-wide .sd-popup__content {
    max-width: 100%;
}

html[dir='rtl'] .sd-popup--top {
    top: 0;
    right: 50%;
    left: auto;
    -webkit-transform: translate(-50%,0);
    -ms-transform: translate(-50%,0);
    transform: translate(-50%,0);
}

html[dir='rtl'] .sd-popup--center {
    top: 50%;
    right: 50%;
    left: auto;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}

html[dir='rtl'] .sd-popup--bottom {
    bottom: 0;
    right: 50%;
    left: auto;
    -webkit-transform: translate(-50%,0);
    -ms-transform: translate(-50%,0);
    transform: translate(-50%,0);
}

.sd-popup-lock-content {
    position: fixed;
    width: 100%;
}

.sd-popup-lock-container {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1006;
    background: rgba(0,0,0,0.4);
}

.sd-popup-lock-container:empty {
    display: none;
}
/****** css for banner popup end ******/

/****** css for ajax loading box start ******/
.ty-ajax-loading-box {
    display: none;
    position: fixed;
    background: black;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    z-index: 100001;
    overflow: visible;
    opacity: 0.8;
    border-radius: 5px;
    width: 52px;
    min-height: 52px;
}

.ty-ajax-loading-box_text_block {
    min-width: 120px;
    min-height: 76px;
    background-position: 44px 10px;
}

.ty-ajax-loading-box-with__text-wrapper {
    color: #fff;
    margin-top: 50px;
    display: block;
    margin-left: 0px;
    width: 100%;
    padding: 0px 5px 5px 5px;
    text-align: center;
    box-sizing: border-box;
}

.ty-ajax-overlay {
    position: fixed;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    z-index: 10000;
    display: none;
}

.ty-ajax-loading-box::before {
    left: calc(50% - (24px + 3px * 2) / 2);
    top: calc(24px / 2);
}

.ty-ajax-loading-box::before {
    box-sizing: content-box;
    position: absolute;
    content: '';
    opacity: 0.6;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    border: 3px solid #4a4a4a;
    border-top: 3px solid transparent;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation: load 1.2s infinite linear;
    animation: load 1.2s infinite linear;
}
@keyframes load{
    0%{
        -webkit-transform:rotate(0deg);
        transform:rotate(0deg);
    }
    100%{
        -webkit-transform:rotate(360deg);
        transform:rotate(360deg);
    }
}
/****** css for ajax loading box  end ******/