@-webkit-keyframes triangle-skew-spin {
    25% {
        -webkit-transform: perspective(100px) rotateX(180deg) rotateY(0);
        transform: perspective(100px) rotateX(180deg) rotateY(0);
    }

    50% {
        -webkit-transform: perspective(100px) rotateX(180deg) rotateY(180deg);
        transform: perspective(100px) rotateX(180deg) rotateY(180deg);
    }

    75% {
        -webkit-transform: perspective(100px) rotateX(0) rotateY(180deg);
        transform: perspective(100px) rotateX(0) rotateY(180deg);
    }

    100% {
        -webkit-transform: perspective(100px) rotateX(0) rotateY(0);
        transform: perspective(100px) rotateX(0) rotateY(0);
    }
}

@keyframes triangle-skew-spin {
    25% {
        -webkit-transform: perspective(100px) rotateX(180deg) rotateY(0);
        transform: perspective(100px) rotateX(180deg) rotateY(0);
    }

    50% {
        -webkit-transform: perspective(100px) rotateX(180deg) rotateY(180deg);
        transform: perspective(100px) rotateX(180deg) rotateY(180deg);
    }

    75% {
        -webkit-transform: perspective(100px) rotateX(0) rotateY(180deg);
        transform: perspective(100px) rotateX(0) rotateY(180deg);
    }

    100% {
        -webkit-transform: perspective(100px) rotateX(0) rotateY(0);
        transform: perspective(100px) rotateX(0) rotateY(0);
    }
}

* {
    direction: ltr;
    margin: 0;
    padding: 0;
    outline: none;
    text-decoration: none;
    box-sizing: border-box;
}

*:before,
*:after {
    box-sizing: border-box;
}

/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

ol,
ul {
    list-style: none;
}

a img {
    border: none;
}

a:active {
    outline: none;
}

button::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="file"]>input[type="button"]::-moz-focus-inner {
    margin: 0;
    border: 0;
    padding: 0;
}

input[type="button"],
input[type="submit"],
input[type="reset"],
input[type="text"],
input[type="password"],
textarea {
    border-radius: 0;
}

input[type="button"],
input[type="submit"],
input[type="reset"] {
    -webkit-appearance: none;
}

input::-moz-placeholder {
    opacity: 1;
}

input:-webkit-autofill {
    -webkit-box-shadow: inset 0 0 0 1000px #fff;
}

script {
    display: none !important;
}

/*********** GLOBAL STYLES **********/

@font-face {
    font-family: "prisma";
    src: url("../font/prisma.eot?xwq28l");
    src: url("../font/prisma.eot?xwq28l#iefix") format("embedded-opentype"), url("../font/prisma.ttf?xwq28l") format("truetype"), url("../font/prisma.woff?xwq28l") format("woff"), url("../font/prisma.svg?xwq28l#prisma") format("svg");
    font-weight: normal;
    font-style: normal;
}

body {
    max-width: 100%;
    background-color: #fff;
    overflow-x: hidden;
    font-size: 13px;
    line-height: 1;
}

/* fonts */

.font-open-sans {
    font-family: "Open Sans";
}

.font-open-sans {
    line-height: 1.2;
}

.font-playfair-display {
    font-family: "Playfair Display";
}

.font-playfair-display .product-title {
    line-height: 1.2;
}

.font-playfair-display .responsive-nav-wrapper .cart-qty,
.font-playfair-display .responsive-nav-wrapper .wishlist-qty,
.font-playfair-display .inbox-unread {
    line-height: 15px;
}

.font-comfortaa {
    font-family: "IRANSans";
}

.font-comfortaa .product-title {
    line-height: 1.3;
}

.font-fira-sans {
    font-family: "Fira Sans";
}

.font-fira-sans .product-title {
    line-height: 1.3;
}

.font-fira-sans .responsive-nav-wrapper .cart-qty,
.font-fira-sans .responsive-nav-wrapper .wishlist-qty,
.font-fira-sans .inbox-unread {
    line-height: 18px;
}

/**/

img {
    max-width: 100%;
}

a img {
    opacity: 0.99;
    /*firefox scale bug fix*/
}

table {
    width: 100%;
    border-collapse: collapse;
}

.master-wrapper-page {
    position: relative;
    max-width: 100%;
    overflow-x: hidden;
}

input[type="text"],
input[type="password"],
textarea,
select {
    height: 40px;
    border: 1px solid #e6e6e6;
    padding: 8px;
    vertical-align: middle;
    font-size: 13px;
    color: #bbb;
}

.login-page input[type="text"],
.login-page input[type="password"],
.registration-page input[type="text"],
.registration-page input[type="password"],
.password-recovery-page input[type="text"],
.password-recovery-page input[type="password"],
.change-password-page input[type="password"],
.change-password-page input[type="text"],
.new-ticket-page input[type="text"],
.new-ticket-page input[type="password"] {
    border: none;
    border-bottom: 2px solid #e5e5e5;
}

input,
textarea,
select,
button {
    font-family: inherit;
}

textarea {
    min-height: 150px;
    resize: none;
}

select {
    min-width: 50px;
    height: 40px;
    padding: 6px;
}

select:disabled {
    opacity: 0.5;
}

input[type="checkbox"],
input[type="radio"],
input[type="checkbox"]+*,
input[type="radio"]+* {
    vertical-align: middle;
}

input[type="button"],
input[type="submit"],
button {
    cursor: pointer;
}

label,
label+* {
    vertical-align: middle;
}

.master-wrapper-content {
    position: relative;
    margin: 0 auto;
    z-index: 0;
}

.master-column-wrapper:after {
    content: "";
    display: block;
    clear: both;
}

/* .html-change-password-page .master-column-wrapper,
    .k-ff .master-column-wrapper,
    .k-webkit.k-webkit67 .master-column-wrapper,
    .customer-pages-body .master-column-wrapper {
        display: flex;
        flex-direction: row;
        justify-content: space-around;
        align-items: flex-start;
        flex-wrap: wrap;
        background: #f5f5f5;
        border-bottom: 15px solid #fff;
    }
    
    .html-blog-page .k-ff .master-column-wrapper,
    .html-blog-page .k-webkit.k-webkit67 .master-column-wrapper {
        display: block;
        background: #f5f5f5;
        border-bottom: 15px solid #fff;
    } */

.center-2,
.side-2 {
    margin: 0 0 50px;
}

.block-account-navigation .listbox .list .customer-addresses,
.block-account-navigation .listbox .list .customer-orders,
.block-account-navigation .listbox .list .customer-reviews {
    display: none;
}

.page {
    min-height: 200px;
    text-align: center;
}

.page-title h1 {
    text-transform: uppercase;
    text-align: center;
    font-size: 24px;
    font-weight: normal;
    color: #444;
}

.login-page .page-title h1,
.registration-page .page-title h1,
.registration-result-page .page-title h1,
.password-recovery-page .page-title h1 {
    font-size: 24px;
    font-weight: bolder;
    margin-bottom: 0;
    line-height: 2;
}

.page:after,
.page-title:after,
.page-body:after {
    content: "";
    display: block;
    clear: both;
}

.login-page .page-title::after {
    content: none;
}

.buttons {
    margin: 5px 0 20px;
    text-align: center;
}

.buttons .button-1,
.buttons .button-2,
.notify-me-button {
    padding: 13px 35px;
    border: 0;
    background: #1473e7;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 14px;
    color: #444;
}

.category-description ul,
.manufacturer-description ul,
.full-description ul,
.topic-html-content ul,
.post-body ul,
.custom-tab ul {
    margin: 12px 0;
}

.category-description ol,
.manufacturer-description ol,
.full-description ol,
.topic-html-content ol,
.topic-page ol,
.post-body ol,
.custom-tab ol {
    margin: 12px 0;
    list-style: decimal;
}

.category-description p,
.manufacturer-description p,
.vendor-description p,
.full-description p,
.topic-html-content p,
.topic-page p,
.news-body p,
.custom-tab p {
    margin: 10px 0;
}

::selection {
    background: #ffd83f;
    color: #fff;
}

::-moz-selection {
    background: #ffd83f;
    color: #fff;
}

/*********** GLOBAL FORMS ***********/

.fieldset,
.section {
    position: relative;
    margin: 0 0 20px;
}

.account-page .title,
.registration-page .title {
    margin-bottom: 0;
    padding-bottom: 20px;
    text-align: left;
    text-transform: uppercase;
    font-size: 14px;
    color: #444;
    padding-top: 10px;
    padding-left: 10px;
}

.fieldset .title strong,
.section .title strong,
.manage-tickets-page .title strong {
    position: relative;
    font-size: 14px;
    color: #444;
    padding-bottom: 10px;
}

.account-page .fieldset .title strong::after,
.manage-tickets-page .title strong::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 80%;
    height: 2px;
    background: #ffd83f;
}

.login-page .fieldset .title strong,
.registration-page .fieldset .title strong,
.password-recovery-page .fieldset .title strong {
    font-size: 12px;
    color: #aaa;
}

.form-fields {
    position: relative;
}

.inputs {
    position: relative;
    text-align: center;
    white-space: nowrap;
    font-size: 0;
}

.inputs:after {
    content: "";
    display: block;
    clear: both;
}

.inputs.reversed.remember::after {
    content: none;
}

.inputs label {
    display: block;
    width: 100%;
    margin: 0;
    text-align: center;
    font-size: 13px;
    color: #666;
    line-height: 38px;
    border-left: none;
}

.registration-page .inputs.family {
    width: 47%;
    display: inline-block;
    margin-left: 4%;
}


.registration-page .inputs.name {
    width: 47%;
    display: inline-block;
}

.registration-page .inputs.confirmpassword {
    width: 47%;
    display: inline-block;
    margin-left: 4%;
}

.registration-page .already-log-in {
    text-align: center;
    padding: 25px 0;
}

.registration-page .customer-blocks .returning-wrapper-register>.buttons {
    margin: 25px 0 5px;
}

.registration-page .already-log-in a {
    text-decoration: underline;
    text-align: center;
    margin: 0 auto;
}

.registration-page .inputs.password {
    width: 47%;
    display: inline-block;
}

.inputs label[for="Enquiry"] {
    line-height: 148px;
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 1000px white inset !important;
}

.inputs input[type="text"],
.inputs input[type="password"],
.inputs select,
.inputs textarea {
    width: 350px;
    max-width: 100%;
    vertical-align: middle;
}

.inputs input[type="text"].input-validation-error,
.inputs textarea.input-validation-error,
.inputs input[type="password"].input-validation-error {
    border-bottom: 2px solid #e5e5e5 !important;
    border: none;
    background-color: #f6f6f6;
}

.inputs input[placeholder] {
    color: #aaa;
}

.inputs .option-list {
    overflow: hidden;
    display: inline-block;
    vertical-align: middle;
    white-space: normal;
}

.inputs .option-list li {
    float: right;
    margin: 0 5px;
}

.inputs .option-list label {
    margin: 0 3px;
    width: auto;
}

input[type="checkbox"],
input[type="radio"] {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

input[type="checkbox"]+label,
input[type="radio"]+label,
#Newsletter+input+label,
.inputs.reversed input+input+label,
.selector input+input+label {
    position: relative;
    display: inline-block;
    margin: 0;
    padding: 10px 24px 10px 0;
    text-align: right;
    font-size: 13px;
    cursor: pointer;
}

.login-page .inputs.reversed input+input+label {
    padding: 0 24px 0 0;
}

#Newsletter+input+label,
.inputs.reversed input+input+label,
.selector input+input+label {
    width: auto;
}

input[type="checkbox"]+label:before,
#Newsletter+input+label:before,
.inputs.reversed input+input+label:before,
.selector input+input+label:before,
input[type="radio"]+label:before {
    content: ".";
    position: absolute;
    right: 0;
    top: 50%;
    width: 15px;
    height: 15px;
    background: #ddd;
    -webkit-transform: translateY(-65%);
    -ms-transform: translateY(-65%);
    transform: translateY(-65%);
    text-indent: -9999px;
    font-size: 0;
}

.login-page .inputs.reversed input+input+label:before {
    background: #fff;
    border: 2px solid #ddd;
    border-radius: 3px;
}

input[type="radio"]+label:before,
input[type="radio"]+label:after {
    border-radius: 50%;
}

input[type="radio"]:checked+label:before {
    background: #57b568;
}

input[type="radio"]:checked+label:after {
    content: "";
    position: absolute;
    top: 39%;
    right: 5px;
    border-radius: 5px;
    width: 5px;
    height: 5px;
    background: #fff;
}

#Newsletter:checked+input+label:after,
.inputs.reversed input:checked+input+label:after,
.selector input:checked+input+label:after,
input[type="checkbox"]:checked+label:after {
    content: "\e92a";
    position: absolute;
    right: 0;
    top: 50%;
    width: 15px;
    height: 15px;
    background: #57b568;
    line-height: 15px;
    text-align: center;
    font-family: prisma;
    font-size: 9px;
    color: #fff;
    -webkit-font-smoothing: antialiased;
    -webkit-transform: translateY(-65%);
    -ms-transform: translateY(-65%);
    transform: translateY(-65%);
}

.inputs.reversed {
    text-align: center;
}

.colorOptions .checkbox-list .checked label:after,
.colorOptions .checkbox-list label:after,
.colorOptions .checkbox-list label:before {
    content: none;
    opacity: 0;
}

.required {
    margin-right: 4px;
    font-size: 15px;
    vertical-align: top;
    color: #888;
}

.message-error,
.field-validation-error,
.username-not-available-status,
.poll-vote-error,
.password-error {
    display: block;
    margin-top: 5px;
    font-size: 12px;
    color: #ffd83f;
    vertical-align: bottom;
    background: #535353;
    padding: 5px 10px;
}

.field-validation-valid,
.username-available-status {
    display: inline-block;
    font-size: 12px;
    color: #57b568;
    vertical-align: bottom;
}

.captcha-box {
    text-align: center;
    line-height: 0;
    margin: 10px 0;
}

.captcha-box>div {
    display: inline-block;
    margin-right: -20px;
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
    height: inherit;
}

.captcha-box input {
    height: auto;
}

select {
    padding: 6px 6px 6px 27px;
    border: 0;
    width: 86px;
    background: url("/Themes/Prisma/Content/img/img/arrow-down.png") no-repeat 10% center;
    background-size: 12px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

select::-ms-expand {
    display: none;
}

.no-data {
    text-align: center;
    font-size: 13px;
    color: #666;
}

input:disabled,
textarea:disabled {
    background: #ececec;
}

/*********** GLOBAL TABLES ***********/

.table-wrapper {
    overflow-x: auto;
}

.cart,
.forums-table-section table {
    margin: 0 0 4px;
}

.cart th,
.data-table th,
.forums-table-section th {
    padding: 12px;
    background: #f6f6f6;
    text-transform: uppercase;
    text-align: center;
    font-weight: normal;
    font-size: 11px;
    color: #bbb;
    white-space: nowrap;
}

.cart td,
.data-table td,
.compare-products-table td,
.forums-table-section td {
    padding: 10px;
    border: 1px solid #f6f6f6;
    min-width: 50px;
    background: #fff;
}

.cart {
    border-collapse: separate;
    text-align: center;
}

.cart .remove-from-cart input,
.cart .add-to-cart input {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.cart .remove-from-cart label,
.cart .add-to-cart label {
    display: inline-block;
    padding: 0 24px 0 0;
}

.cart label {
    font-size: 0pt;
}

.cart a,
.data-table a {
    font-weight: bold;
}

.cart .product {
    text-align: center;
}

.cart .product-name {
    margin-bottom: 5px;
    border: 0;
    padding: 0;
    font-weight: normal;
    font-size: 15px;
    color: #666;
}

.cart .product-name:hover {
    color: #57b568;
}

.cart .rental-info,
.cart .recurring-info,
.cart .attributes {
    line-height: 20px;
    font-size: 13px;
    color: #aaa;
}

.data-table .message,
.forum-table .forum-details,
.forum-table .topic-details {
    text-align: right;
}

.cart .remove-from-cart,
.cart .add-to-cart,
.data-table .select-boxes,
.data-table .order {
    text-align: center;
}

.cart td.unit-price {
    font-weight: bold;
    font-size: 14px;
    color: #888;
}

.cart .qty-input,
.cart .qty-dropdown {
    border: 1px solid #eee;
    width: 40px;
    text-align: center;
    font-size: 14px;
    color: #666;
}

.cart .subtotal span {
    display: inline-block;
    margin: 5px 0;
    font-weight: bold;
    font-size: 16px;
    color: #57b568;
    white-space: nowrap;
}

.cart .subtotal .discount,
.cart .subtotal .discount+div {
    font-size: 13px;
    color: #888;
    white-space: nowrap;
}

/*********** NOTIFICATIONS & POPUPS  ***********/

.bar-notification {
    display: none;
    position: fixed;
    bottom: 0;
    right: 0;
    padding: 15px 15px 15px 25px;
    width: 100%;
    color: #fff;
    opacity: 0.95;
    z-index: 1080;
}

.bar-notification.success {
    background: #57b568;
}

.bar-notification.warning {
    background: #f93;
}

.bar-notification.error {
    background: #ff5874;
}

.bar-notification .content {
    float: right;
    margin: 0 0 0 10px;
    font-size: 13px;
}

.bar-notification .content a {
    color: #fff;
    text-decoration: underline;
}

.bar-notification .close {
    position: absolute;
    top: 0;
    left: 0;
    margin: 8px;
    width: 32px;
    height: 32px;
    opacity: 0.7;
}

.bar-notification .close:after {
    content: "\e901";
    position: absolute;
    top: 50%;
    right: 50%;
    font-family: prisma;
    font-size: 12px;
    color: #fff;
    -webkit-transform: translate(50%, -50%);
    -ms-transform: translate(50%, -50%);
    transform: translate(50%, -50%);
}

.bar-notification .close:hover {
    opacity: 0.9;
}

.noscript {
    background-color: #ff9;
    padding: 10px;
    text-align: center;
}

.ajax-loading-block-window {
    position: absolute;
    top: 50%;
    right: 50%;
    margin: -20px -30px 0 0;
    width: 0;
    height: 0;
    border-right: 30px solid transparent;
    border-left: 30px solid transparent;
    border-bottom: 40px solid #57b568;
    -webkit-animation: triangle-skew-spin 3s 0s cubic-bezier(0.09, 0.57, 0.49, 0.9) infinite;
    animation: triangle-skew-spin 3s 0s cubic-bezier(0.09, 0.57, 0.49, 0.9) infinite;
    font-size: 0;
    text-indent: -9999px;
}

.ui-dialog {
    position: absolute !important;
    width: 450px !important;
    max-width: 95%;
    background: #fff;
    box-shadow: 0 1px 15px rgba(0, 0, 0, 0.3);
    z-index: 1080;
}

.ui-dialog-titlebar {
    padding: 13px;
    background: #57b568;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 13px;
    color: #fff;
}


.ui-dialog-titlebar button {
    position: absolute;
    top: 0;
    left: 0;
    margin: 8px;
    border: 0;
    width: 24px;
    height: 24px;
    overflow: hidden;
    background: none;
    font-size: 0;
    opacity: 0.7;
}

.ui-dialog-titlebar button::after {
    content: "\e901";
    position: absolute;
    top: 50%;
    right: 50%;
    font-family: prisma;
    font-size: 10px;
    color: #fff;
    -webkit-transform: translate(50%, -50%);
    -ms-transform: translate(50%, -50%);
    transform: translate(50%, -50%);
}

.ui-dialog-titlebar button:hover {
    opacity: 0.9;
}

.ui-dialog-content {
    height: auto !important;
    padding: 10px;
    font-size: 13px;
    color: #666;
}

.ui-dialog-content .page {
    min-height: 0;
}

.ui-dialog-content .page-title {
    margin: 5px 0;
}

.ui-dialog-content .page-title h1 {
    font-size: 18px;
}

.ui-dialog-content .tooltip {
    margin: 5px 0;
    line-height: 20px;
    text-align: center;
    color: #888;
}

.ui-dialog-content button {
    display: block;
    margin: 10px auto 0;
}

.back-in-stock-subscription-page .page-body>.tooltip {
    width: auto;
}

.reward-points-page .no-data,
.downloadable-products-page .no-data,
.back-in-stock-subscription-list-page .no-data {
    text-align: right;
}

.reward-points-page .no-data {
    margin-top: 20px;
}

.eu-cookie-bar-notification {
    position: fixed;
    top: 50%;
    right: 50%;
    margin: -90px -160px 0 0;
    padding: 20px;
    width: 320px;
    height: 180px;
    background: #f6f6f6;
    text-align: center;
    box-shadow: 0 1px 15px rgba(0, 0, 0, 0.3);
    z-index: 1050;
}

.eu-cookie-bar-notification .text {
    margin-bottom: 20px;
    line-height: 20px;
}

.eu-cookie-bar-notification button {
    margin: 0 0 20px 0;
    padding: 13px 35px;
    border: 0;
    background: #57b568;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 14px;
    color: #fff;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.eu-cookie-bar-notification button:hover {
    background: #fff;
    color: #57b568;
}

.eu-cookie-bar-notification a {
    display: block;
    text-decoration: underline;
}

.scroll-back-button {
    position: fixed;
    left: 14px;
    bottom: 14px;
    border: 1px solid rgba(255, 255, 255, 0.7);
    width: 55px;
    height: 50px;
    overflow: hidden;
    background: #57b568;
    transition: all 0.3s;
    cursor: pointer;
    z-index: 1030;
    opacity: 0.7;
}

.scroll-back-button:hover {
    opacity: 1;
}

.scroll-back-button:after {
    content: "\e926";
    position: absolute;
    top: 50%;
    right: 50%;
    font-family: prisma;
    font-size: 11px;
    color: #fff;
    -webkit-transform: translate(50%, -50%);
    -ms-transform: translate(50%, -50%);
    transform: translate(50%, -50%);
}

/*********** HEADER ***********/

.text-covid {
    display: inline-block;
}

.banner_ads_covid {
    text-align: center;
    direction: ltr;
    padding: 5px;
    color: #fff;
    font-weight: bolder;
    /* background: rgb(141, 199, 63); */
    background: linear-gradient(338deg, #f5b25b 44%, rgba(141, 214, 42, 1) 100%);
    /* background: linear-gradient(338deg, #2d2b28 44%, rgb(102, 104, 99) 100%); */
}

.banner_btn_covid {
    display: inline-block;
    color: #aaa;
    margin-right: 0;
    border-radius: 50px;
    width: 6rem;
    padding: 0;
    font-size: 10px;
    font-weight: 400;
    transition: all 0.3s ease-out;
}

.new-btn_customize {
    width: 300px;
    padding: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    background: #1473E7;
    color: #fff;
    text-align: center;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
}

.limoobit_market_place .rinse-off .lady {
    top: 50%;
    left: 60%;
    transform: translate(-50%, -50%);
}

.limoobit_market_place .rinse-off .glasses {
    left: 6%;
    top: -60px;
    z-index: -1;
}

.limoobit_market_place .rinse-off .shoe {
    right: 0;
    -webkit-animation-name: mymove;
    animation-name: mymove;
    -webkit-animation-duration: 3.5s;
    animation-duration: 3.5s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-play-state: running;
    animation-play-state: running;
    -webkit-animation-direction: alternate;
    animation-direction: alternate;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
    z-index: 1;
}

.limoobit_pannel_dashboard .desktop-laptop {
    width: 60%;
}

.banner_btn_covid:hover {
    color: #fff;
}

.logo-container {
    display: block;
    width: 10%;
    position: absolute;
    left: 4%;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1011;
}

.logo-container img {
    width: 100%;
    vertical-align: middle;
}

.support-user .slogan {
    color: #fff;
    font-size: 14px;
}

.support-part .icon-support {
    width: 60px;
    margin: 0 auto;
    height: 60px;
}

.support-part>div {
    margin: 5px 0;
}

.phone-num-support {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    margin-bottom: 15px !important;
}

.support-part .phone-num-support .num {
    background-color: #fff;
    color: #111;
    border-radius: 20px;
    padding: 3px 13px;
    font-size: 12px;
    font-weight: 600;
    pointer-events: auto;
    transition: none;
}

.support-part .support-e-mails {
    display: none;
    justify-content: space-evenly;
    align-items: center;
}

.support-e-mails>a {
    background-color: #fff;
    color: #333;
    font-size: 12px;
    padding: 5px 0;
    border-radius: 20px;
    width: 60px;
}

.support-e-mails .sales {
    background-color: #1473e7;
    color: #fff;
}

.responsive-nav-wrapper .dem-button a {
    background-color: #1473e7;
    color: #fff;
    font-size: 12px;
    border-radius: 20px;
    padding: 3px 10px;
    font-weight: 500;
    display: none;
}

.admin-header-links {
    background: #fff;
    text-align: center;
}

.admin-header-links * {
    display: inline-block;
    margin: 0 10px;
    line-height: 35px;
    font-weight: bold;
}

.admin-header-links .impersonate {
    display: inline-block;
}

.admin-header-links a {
    font-weight: bold;
    color: #444;
    font-size: 12px;
}

.topic-page-body .master-header-wrapper {
    background-color: transparent !important;
}

.master-header-wrapper {
    margin: 0 0 70px;
    background: #57b568;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.home-page-body .master-header-wrapper {
    margin-bottom: 40px;
}

.master-header-wrapper.stick {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1020;
}

.home-page-body .master-header-wrapper-parent {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    z-index: 7;
}

.master-header-wrapper-parent {
    position: relative;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    z-index: 7;
}

.master-header-wrapper.stick.nav-up {
    top: -180px;
}

.header-wrapper {
    display: inline-block;
    position: absolute;
    left: auto;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    padding: 0;
    z-index: 1011;
}

.header-wrapper:after {
    content: "";
    display: block;
    clear: both;
}

.master-header-wrapper:after {
    content: "";
    display: block;
    clear: both;
}

.header-logo {
    text-align: right;
}

.header-logo a {
    display: inline-block;
    max-width: 100%;
    line-height: 0;
}

.header-logo a img {
    max-width: 100%;
}

.header-links-wrapper .ps-scrollbar-x-rail,
.header-links-wrapper .ps-scrollbar-y-rail {
    display: none !important;
}

.header-links-wrapper,
.support-part {
    opacity: 0;
    position: absolute;
    top: 62px;
    right: -67px;
    background: rgba(37, 46, 55, 0.9);
    box-shadow: 0 7px 15px rgba(0, 0, 0, 0.15);
    border-radius: 7px;
    text-align: center;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: transform 0.3s, opacity 0.3s;
    transition: transform 0.3s, opacity 0.3s;
    pointer-events: none;
    z-index: 1070;
}

.support-part {
    width: 300px;
    padding: 10px;
    visibility: hidden;
}

.header-links-wrapper.ps-container.active.opened::before,
.support-part::before {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 11.5px 13px 11.5px;
    border-color: transparent transparent rgba(37, 46, 55, 0.9) transparent;
    content: "";
    position: absolute;
    top: -13px;
    right: 67px;
}

.header-links-wrapper.opened,
.support-part.opened {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    pointer-events: auto;
}

.support-part.opened {
    visibility: visible;
}

.header-links .admin-logo-t {
    width: 25%;
    margin: 5px auto 0;
    height: 55px;
}

.header-links ul {
    padding: 0 0 6px;
    font-size: 0;
}

.header-links li:first-child {
    margin-top: 0;
}

.header-links li {
    text-align: center;
    margin: 10px 0;
}

.header-links .ico-cart {
    display: none;
}

.header-links a {
    position: relative;
    display: inline-block;
    width: 160px;
    padding: 3.5px 2px;
    text-transform: uppercase;
    font-size: 12px;
    color: #fff;
    border-radius: 20px;
    -webkit-transition: none;
    transition: none;
}

.header-links .register a,
.header-links .logout-myaccount a {
    background-color: #1473e7;
}

.header-links .login-myaccount a,
.header-links .my-account a {
    color: #111;
    background-color: #fff;
}

.inbox-unread,
.responsive-nav-wrapper>div span.wishlist-qty {
    display: inline-block;
    border-radius: 50%;
    width: 16px;
    height: 16px;
    background: #ff5874;
    text-align: center;
    line-height: 17px;
    font-size: 10px;
    color: #fff;
    vertical-align: text-top;
    z-index: 1;
}

.support-part .phone-num-support .num:hover {
    background-color: #1473e7;
    color: #fff;
}

.header-links a:before {
    display: inline-block;
    margin-left: 8px;
    font-family: prisma;
    font-size: 15px;
    color: #fff;
    vertical-align: middle;
}

.header-links a.ico-inbox:before {
    content: "\e927";
}

.header-links a.ico-wishlist:before {
    content: "\e919";
}

.header-links .cart-qty {
    padding: 0 20px 0 0;
}

.header-selectors-wrapper {
    padding: 10px;
    font-size: 0;
}

.header-selectors-wrapper>div {
    position: relative;
    margin: 0 0 10px;
    vertical-align: middle;
}

.header-selectors-wrapper>div:last-child {
    margin-bottom: 0;
}

.language-list {
    max-width: 100%;
    font-size: 0;
    margin-bottom: 0;
    display: flex;
    align-items: center;
}

.language-list li {
    display: inline-block;
    margin: 0 0px 0 5px;
}

.language-list li:nth-child(4n+1) {
    margin-right: 0;
}

.language-list a {
    display: block;
    position: relative;
    width: 25px;
    line-height: 0;
}

.language-list a:hover {
    background: #57b568;
}

.language-list img {
    position: sticky;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
}

.search-box {
    position: relative;
}

.search-box form {
    position: relative;
}

.search-box form:after {
    content: "";
    display: block;
    clear: both;
}

.search-box input {
    border: none;
    height: 45px;
    color: #666;
}

.search-box input.search-box-text {
    width: 89%;
    width: -webkit-calc(100% - 45px);
    width: calc(100% - 45px);
}

.search-box .search-box-button {
    width: 45px;
    font-size: 0;
}

.responsive-nav-wrapper-parent {
    /*float: left;*/
}

.menu-title {
    float: right;
}

/* RESPONSIVE NAV WRAPPER */

.responsive-nav-wrapper {
    text-align: center;
    font-size: 0;
}

.responsive-nav-wrapper:after {
    content: "";
    display: block;
    clear: both;
}

.responsive-nav-wrapper>div {
    display: inline-block;
    padding: 0;
    vertical-align: middle;
}

.responsive-nav-wrapper>div>a,
.responsive-nav-wrapper .back-support .entrance {
    position: relative;
    display: none;
    height: 100%;
    font-size: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.responsive-nav-wrapper .entrance {
    cursor: pointer;
}

.responsive-nav-wrapper .entrance img,
.shopping-cart-link a img {
    width: 20px;
    vertical-align: middle;
}


.responsive-nav-wrapper > div span::after,
.responsive-nav-wrapper > div a::after {
	font-family: prisma;
	font-size: 20px;
	color: #fff;
	cursor: pointer;
}

.responsive-nav-wrapper .search-wrap,
.responsive-nav-wrapper .wishlist-button {
    display: none;
}

.shopping-cart-link,
.support-user {
    position: relative;
    margin: 0 10px;
}

.responsive-nav-wrapper .menu-title>span:after {
    content: "\e908";
}

.header .store-search-box ::-webkit-input-placeholder,
.header .store-search-box ::-moz-placeholder,
.header .store-search-box :-ms-input-placeholder,
.header .store-search-box :-moz-placeholder {
    color: #bbb;
}

.responsive-nav-wrapper>div span.cart-qty,
.responsive-nav-wrapper>div span.wishlist-qty {
    position: absolute;
    bottom: 5px;
    left: 5px;
    border-radius: 50%;
    width: 14px;
    height: 14px;
    line-height: 16px;
    background: #ff5874;
    font-size: 8px;
    color: #fff;
    z-index: 1;
    pointer-events: none;
}

.ui-helper-hidden-accessible {
    display: none;
}

.ui-autocomplete {
    position: absolute;
    border: 1px solid #eee;
    overflow: hidden;
    width: 100% !important;
    max-width: 100%;
    font-size: 14px;
    color: #666;
    background: #fff;
    z-index: 1070;
}

.ui-autocomplete li {
    border-top: 1px solid #ccc;
}

.ui-autocomplete li:first-child {
    border-top: none;
}

.ui-autocomplete a {
    display: block;
    padding: 20px;
    background: #f6f6f6;
    text-align: right;
}

.ui-autocomplete a.ui-state-focus {
    background: #fff;
    color: #57b568;
}

.ui-autocomplete img {
    display: none;
    margin-left: 5px;
    vertical-align: middle;
}

.slider-wrapper.theme-custom {
    margin: 0 auto 30px;
}

/*********** FOOTER ***********/

.footer {
    text-align: center;
    background: #252e37;
}

.certificates .index-holder .custom-documents {
    display: none;
    margin: 0 auto 15px;
}

.certificates .index-holder .custom-documents .item-certification {
    display: none;
    width: 100px;
}

.certificates .index-holder .item-certification a {
    display: none;
}

.certificates .index-holder .acardion-title {
    position: relative;
    padding: 15px;
    color: #fff;
    margin: 10px 0;
}

.certificates .index-holder .acardion-title::after {
    content: "";
    width: 80%;
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
    margin: 0 auto;
    height: 1px;
    background: #999;
}

.certificates .index-holder .acardion-title #show-certifications-button {
    position: relative;
    display: none;
    justify-content: center;
    align-items: center;
    width: 150px;
    padding: 0;
    margin: 0 auto;
    font-size: 15px;
    cursor: pointer;
}

.certificates .index-holder .acardion-title a:hover {
    color: #ffd83f;
}

.certificates .index-holder .acardion-title .ti-arrow-circle-down {
    position: absolute;
    right: -12px;
    padding: 0;
    margin-left: 17px;
    color: #ffd83f;
}

.certificates .index-holder .acardion-title .ti-arrow-circle-up {
    display: none;
    position: absolute;
    right: -12px;
    padding: 0;
    margin-left: 12px;
    color: #ffd83f;
}

.footer-upper {
    padding: 55px 10px 30px;
    overflow: hidden;
    min-height: 240px;
    background-color: #57b568;
    background-repeat: repeat;
}

.footer-upper.electronics-pattern {
    background-image: url(../img/electronics_pattern.png);
}

.footer-upper.baby-pattern {
    background-image: url(../img/baby_bgr.png);
}

.footer-upper.fashion-pattern {
    background-image: url(../img/fashion_pattern.png);
}

.footer-upper.furniture-pattern {
    background-image: url(../img/furniture_pattern.png);
}

.footer-middle {
    padding: 20px 0;
    overflow: hidden;
}

.footer-middle .title {
    margin-bottom: 10px;
    font-weight: bold;
    font-size: 15px;
    color: #fff;
}

.footer-block .list {
    display: none;
    margin-bottom: 30px;
}

.footer-block>.title {
    margin: 0;
    cursor: pointer;
    text-align: left;
}

.footer-middle>div li {
    padding: 10px 0;
    font-size: 13px;
    color: #fff;
    display: flex;
    text-align: left;
    line-height: 1.6;
}

.footer-middle li.address:before,
.footer-middle li.phone:before,
.footer-middle li.email:before,
.footer-middle li.mobile:before {
    margin-right: 10px;
    width: 23px;
}

.footer-middle li.address:before {
    content: url(/Themes/Prisma/Content/img/svg/location.svg);
    width: 55px;
}

.footer-middle li.phone:before {
    content: url(/Themes/Prisma/Content/img/svg/phone.svg);
}

.footer-middle li.email:before {
    content: url(/Themes/Prisma/Content/img/svg/email.svg);
}

.footer-middle li.mobile:before {
    content: url(/Themes/Prisma/Content/img/svg/mobile.svg);
}

.newsletter {
    position: relative;
    padding-bottom: 10px;
}

.newsletter .title {
    margin: 0 0 20px;
    text-transform: uppercase;
    font-size: 20px;
    color: #323232;
}

.newsletter-email {
    margin: 0 auto;
    max-width: 490px;
    overflow: hidden;
}

.newsletter-email .newsletter-subscribe-text {
    float: right;
    border: 0;
    width: -webkit-calc(100% - 52px);
    width: calc(100% - 52px);
    height: 42px;
    border-radius: 50px;
}

.newsletter-email .newsletter-subscribe-text::placeholder {
    text-align: center;
}

.newsletter-email .newsletter-subscribe-button {
    position: relative;
    float: left;
    width: 42px;
    height: 42px;
    border: none;
    font-size: 0;
    background-image: url(/Themes/Prisma/Content/img/svg/telegram-white.svg);
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 50px;
    background-size: 26px;
}

.newsletter-email .options {
    display: none;
}

.newsletter-validation,
.newsletter-result {
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
    line-height: 28px;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
}

.newsletter-result.error {
    color: #f6253b;
    background: #fff;
    width: auto;
    left: 15.4%;
    padding: 5px 9px;
    border: 2px solid #f6253b;
    bottom: 10px;
    border-radius: 50px;
}

.newsletter-result.success {
    color: #8cc63f;
    position: relative;
    text-align: right;
    padding-right: 33px;
}

.newsletter-result.success::before {
    content: "";
    position: absolute;
    border: #8cc63f solid;
    border-width: 0 2px 2px 0;
    width: 8px;
    height: 19px;
    transform: rotate(45deg);
    right: 6px;
}

.newsletter-validation .please-wait {
    display: none !important;
}

.accepted-payment-methods ul {
    font-size: 0;
}

.accepted-payment-methods li {
    display: inline-block;
    width: 50px;
    height: 30px;
    background: url("../img/payment_sprite.png") no-repeat;
}

.accepted-payment-methods .method1 {
    background-position: 0 0;
}

.accepted-payment-methods .method2 {
    background-position: -50px 0;
}

.accepted-payment-methods .method3 {
    background-position: -100px 0;
}

.accepted-payment-methods .method4 {
    background-position: -150px 0;
}

.accepted-payment-methods .method5 {
    background-position: -200px 0;
}

.accepted-payment-methods .method6 {
    background-position: -250px 0;
}

.social-sharing {
    font-size: 0;
    display: flex;
}

.footer-middle .social-sharing li {
    display: inline-block;
    margin: 0 5px;
    padding: 0;
}

.social-sharing a {
    position: relative;
    display: block;
    width: 45px;
    height: 45px;
    border: 8px solid transparent;
    -webkit-transition: background-color 0.2s ease-in;
    transition: background-color 0.2s ease-in;
    border-radius: 50px;
    background-size: 23px;
    background-repeat: no-repeat;
    background-position: center;
}

.social-sharing a:hover {
    background-color: #fff;
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
    border: 0px solid #252e37;
}

.social-sharing .aparat-svg {
    background-image: url(/Themes/Prisma/Content/img/svg/aparat.svg);
}

.social-sharing .telegram-svg {
    background-image: url(/Themes/Prisma/Content/img/svg/telegram.svg);
}

.social-sharing .pinterest-svg {
    background-image: url(/Themes/Prisma/Content/img/svg/pinterest.svg);
}

.social-sharing .linkedin-svg {
    background-image: url(/Themes/Prisma/Content/img/svg/linkedin.svg);
}

.social-sharing .instagram-svg {
    background-image: url(/Themes/Prisma/Content/img/svg/instagram.svg);
}

.footer-lower {
    overflow: hidden;
    margin: 0 9px;
    border-top: 1px solid rgba(0, 0, 0, 0.05);
    font-size: 13px;
    color: #888;
}

.footer-lower-wrapper {
    padding: 30px 25px;
}

.footer-lower-wrapper>div {
    margin-bottom: 5px;
    color: #fff;
}

.footer-powered-by a,
.footer-designed-by a {
    color: #000;
}

.footer-powered-by a:hover,
.footer-designed-by a:hover {
    color: #57b568;
}

.theme-selector {
    margin: 20px auto;
    width: 175px;
}

/*********** LEFT/RIGHT COLUMN ***********/

.block .title {
    background: #fff;
}

.block .title а,
.block .title strong {
    position: relative;
    display: block;
    padding: 15px 20px;
    text-transform: uppercase;
    text-align: right;
    font-size: 14px;
    color: #444;
    cursor: pointer;
}

.block .title а:after,
.block .title strong:after {
    content: "\e923";
    position: absolute;
    top: 50%;
    left: 15px;
    width: 28px;
    height: 28px;
    background: #fff;
    text-align: center;
    line-height: 28px;
    font-family: prisma;
    font-size: 10px;
    color: #bbb;
    -webkit-transform: translateY(-50%) rotate(180deg);
    -ms-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg);
}

.block .title.open а:after,
.block .title.open strong:after {
    -webkit-transform: translateY(-50%) rotate(0);
    -ms-transform: translateY(-50%) rotate(0);
    transform: translateY(-50%) rotate(0);
}

.block .listbox {
    padding: 0;
    text-align: center;
    font-size: 13px;
}

.block .listbox:after {
    content: "";
    display: block;
    clear: both;
}

.block .list a {
    display: inline-block;
    padding: 12px 10px;
    font-size: 14px;
}

.block .list>li>a {
    color: #666;
}

.block .list>li>a:hover,
.block .sublist>li>a:hover {
    color: #000;
}

.block .sublist>li>a {
    color: #888;
}

.block .sublist>li.active>a {
    color: #57b568;
}

.block .list .product-name {
    max-width: 72%;
}

.block-poll .listbox li a:before,
.block-popular-tags .listbox li a:before,
.block-popular-blogtags .listbox li a:before,
.block-recently-viewed-products .listbox li a:before {
    content: none;
}

.block .sublist {
    padding: 0 10px 5px 15px;
    font-size: 12px;
}

.block .view-all {
    margin: 10px 0 0;
}

.block .view-all a {
    display: inline-block;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 13px;
    color: #57b568;
}

.block .view-all a:after {
    content: "\e925";
    display: inline-block;
    margin-right: 10px;
    font-family: prisma;
    font-size: 10px;
    color: #ccc;
    vertical-align: middle;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.block .view-all a:hover:after {
    -webkit-transform: translateX(-5px) rotate(180deg);
    -ms-transform: translateX(-5px) rotate(180deg);
    transform: translateX(-5px) rotate(180deg);
    color: #57b568;
}

.block .tags {
    margin: 0 0 10px;
    font-size: 0;
}

.block .tags ul {
    font-size: 0;
}

.block .tags li,
.product-tags-all-page li {
    display: inline-block;
    position: relative;
    margin: 0 10px;
    overflow: hidden;
}

.block .tags li {
    margin: 2px;
}

.block .tags li a,
.product-tags-all-page li a {
    display: inline-block;
    padding: 3px 10px;
    line-height: 24px;
    font-size: 13px !important;
    color: #888;
    background: #fff;
}

.product-tags-all-page .product-tags-list {
    text-align: right;
}

.product-tags-all-page li a {
    padding: 0;
    background: none;
}

.poll strong {
    display: block;
    margin: 0 0 10px;
    font-weight: normal;
    font-size: 14px;
    color: #444;
}

.poll-options,
.poll-results {
    margin: 0 auto 15px;
    max-width: 420px;
}

.poll-options li,
.poll-results li {
    display: block;
    margin: 5px 0;
    font-size: 14px;
    color: #444;
}

.poll-options li input {
    display: none;
}

.poll-options input[type="radio"]+label {
    display: block;
    padding: 10px 15px;
    border-right: 4px solid transparent;
    background: #fff;
    font-size: 14px;
    color: #888;
    transition: all 0.3s;
    cursor: pointer;
}

.poll-options li label:hover,
.poll-options li input:checked+label {
    border-right-color: #57b568;
}

.poll-options li label:before,
.poll-options li input:checked+label:after {
    content: none;
}

.poll .buttons input {
    padding: 10px 20px;
    border: 0;
    background: #57b568;
    min-width: 150px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 14px;
    color: #444;
}

.poll-total-votes {
    display: block;
    margin: 10px 0 0;
    font-weight: bold;
}

.home-page-polls {
    padding: 40px 0;
    text-align: center;
}

.home-page-polls .poll+.poll {
    margin-bottom: 30px;
}

.home-page-polls .title {
    margin: 0 0 25px;
    padding: 15px 0;
    border-bottom: 1px solid #eee;
    text-transform: uppercase;
    font-size: 24px;
    color: #444;
}

.home-page-polls .title strong {
    font-weight: normal;
}

.home-page-polls input[type="radio"]+label {
    background: #f6f6f6;
}

/********** CATEGORY PAGE **********/

.breadcrumb {
    margin-top: 15px;
    text-align: center;
}

.breadcrumb ul {
    font-size: 0;
}

.breadcrumb li {
    display: inline-block;
    line-height: 1.6;
    font-size: 13px;
}

.breadcrumb li:first-child:before {
    content: "\e938";
    display: inline-block;
    margin-left: 5px;
    font-family: prisma;
    font-size: 15px;
    color: #ddd;
    vertical-align: middle;
}

.breadcrumb li a {
    color: #aaa;
}

.breadcrumb li .delimiter {
    position: relative;
    display: inline-block;
    margin: 0 10px;
    width: 10px;
    height: 10px;
    vertical-align: middle;
    font-size: 0;
}

.breadcrumb li .delimiter:after {
    content: "\e924";
    position: absolute;
    top: 50%;
    right: 50%;
    font-family: prisma;
    font-size: 10px;
    color: #ddd;
    -webkit-transform: translate(50%, -50%);
    -ms-transform: translate(50%, -50%);
    transform: translate(50%, -50%);
}

.breadcrumb strong {
    font-weight: normal;
    color: #444;
}

.html-recently-added-products-page .master-wrapper-content,
.vendor-page .master-wrapper-content,
.manufacturer-page .master-wrapper-content,
.category-page-body .master-wrapper-content {
    width: 100%;
}

.category-page-body .page-body {
    background: #f6f6f6;
}

.category-description,
.manufacturer-description,
.vendor-description {
    padding: 15px;
    line-height: 24px;
    font-size: 13px;
    color: #888;
}

.contact-vendor {
    margin: 0 0 20px;
}

.contact-vendor-button {
    border: 0;
    padding: 12px 20px;
    border: 1px solid #eee;
    background: #fff;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 14px;
    color: #666;
}

.product-tag-page .product-list,
.product-tag-page .product-grid {
    margin: 0;
    padding: 20px;
    background: #f6f6f6;
}

.product-tag-page .pager {
    background: #f6f6f6;
}

.vendor-page .product-grid {
    padding: 5px;
    background: #f6f6f6;
}

.vendor-description,
.manufacturer-description {
    margin-bottom: 20px;
    padding: 20px;
    background: #f6f6f6;
}

.product-filters {
    display: none;
}

.product-selectors {
    padding: 10px 15px;
    border-top: 4px solid #fff;
    border-bottom: 4px solid #fff;
    background: #f6f6f6;
    font-size: 13px;
    color: #aaa;
}

.product-selectors:after {
    content: "";
    display: block;
    clear: both;
}

.product-selectors>div {
    display: inline-block;
    margin: 5px;
    vertical-align: middle;
}

.product-selectors select {
    margin: 0 5px;
    border: 1px solid #eee;
    color: #666;
}

.product-selectors .product-sorting select {
    width: 120px;
}

.product-selectors .product-viewmode {
    display: none;
    font-size: 0;
}

.product-selectors .product-viewmode span {
    vertical-align: middle;
}

.product-selectors .product-viewmode a {
    position: relative;
    display: inline-block;
    width: 37px;
    height: 37px;
    font-size: 0;
    opacity: 0.15;
    vertical-align: middle;
}

.product-selectors .product-viewmode a:after {
    position: absolute;
    top: 50%;
    right: 50%;
    font-family: prisma;
    font-size: 19px;
    color: #000;
    -webkit-transform: translate(50%, -50%);
    -ms-transform: translate(50%, -50%);
    transform: translate(50%, -50%);
}

.product-selectors .product-viewmode a.grid:after {
    content: "\e937";
}

.product-selectors .product-viewmode a.list:after {
    content: "\e93a";
    font-size: 20px;
}

.product-selectors .product-viewmode a.selected {
    opacity: 1;
}

.product-selectors .product-viewmode a.selected:after {
    color: #fff;
}

.product-selectors .product-page-size span {
    float: right;
    margin: 8px 2px;
}

.product-selectors .product-page-size select {
    float: left;
    width: 80px;
}

.product-viewmode a.selected {
    background: #57b568;
}

.item-grid:after,
.product-grid:after,
.product-list:after,
.manufacturer-grid:after {
    content: "";
    display: block;
    clear: both;
}

.pager {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 15px;
    clear: both;
    margin: 0 auto;
}

.pager ul {
    text-align: center;
    font-size: 0;
}

.pager li {
    display: inline-block;
    margin-left: 5px;
    vertical-align: middle;
}

.pager li:last-child {
    margin: 0;
}

.pager li {
    position: relative;
    background: #fff;
    border-radius: 55px;
}

.pager li a,
.pager li span {
    position: relative;
    display: block;
    width: 40px;
    height: 40px;
    line-height: 41px;
    text-align: center;
    font-size: 14px;
    color: #fff;
    cursor: pointer;
    border-radius: 55px;
    padding: 0;
}

.pager li a:hover,
.pager li span:hover,
.pager li.current-page span {
    color: #fff;
    background-color: #ffd83f;
    border: 1px solid #ffd83f;
    font-weight: bold;
    font-size: 16px;
}

.pager li:before,
.pager li.current-page:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: #fff;
    border-radius: 55px;
}

.pager li.current-page:before,
.pager li:hover:before {
    border-radius: 55px;
}

.pager li.previous-page a,
.pager li.next-page a,
.pager li.first-page a,
.pager li.last-page a {
    position: relative;
    font-size: 0;
    border-radius: 55px;
    border: none;
}

.pager li.previous-page a:after,
.pager li.next-page a:after,
.pager li.first-page a:after,
.pager li.last-page a:after {
    position: absolute;
    top: 50%;
    right: 50%;
    font-family: prisma;
    font-size: 16px;
    -webkit-transform: translate(50%, -50%) rotate(180deg);
    -ms-transform: translate(50%, -50%) rotate(180deg);
    transform: translate(50%, -50%) rotate(180deg);
}

.pager li.previous-page a:after {
    content: "\e64a";
    font-family: "themify";
    font-size: 20px;
    font-weight: 600;
}

.pager li.next-page a:after {
    content: "\e649";
    font-family: "themify";
    font-size: 20px;
    font-weight: 600;
}

.pager li.first-page a:after {
    content: "\e924";
}

.pager li.last-page a:after {
    content: "\e925";
}

.category-page .pager~div {
    padding-top: 20px;
    border-top: 4px solid #fff;
}

.category-page .pager~div div {
    background: none;
}

/* home page */

.home-page .product-grid,
.home-page .bestsellers {
    position: relative;
    padding: 50px 0 0;
    border-bottom: 4px solid #fff;
    margin: 0 auto;
    background: #f6f6f6;
}

.home-page-product-grid:before,
.home-page-product-grid:after,
.bestsellers:before,
.bestsellers:after {
    content: ".";
    position: absolute;
    left: 100%;
    top: 0;
    bottom: 0;
    width: 50%;
    background: #f6f6f6;
    text-indent: -9999px;
    font-size: 0;
}

.home-page-product-grid:before,
.bestsellers:before {
    left: 100%;
}

.bestsellers:after,
.home-page-product-grid:after {
    right: 100%;
}

.home-page-category-grid,
.manufacturer-grid {
    margin: 0 0 0;
}

.home-page-category-grid .item-grid {
    font-size: 0;
}

.home-page-category-grid .item-box {
    float: none;
    display: inline-block;
    vertical-align: top;
}

.two-colums-wrapper {
    padding: 50px 0;
    overflow: hidden;
}

.download-sample-button {
    display: inline-block;
    padding: 5px 10px;
    font-size: 14px;
    color: #57b568;
}

.download-sample-button:before {
    content: "\e932";
    display: inline-block;
    margin-left: 5px;
    font-family: prisma;
    font-size: 14px;
    color: #aaa;
}

.product-social-buttons li.facebook {
    background: #4a65a2;
}

.product-social-buttons li.twitter {
    background: #3abafd;
}

.product-social-buttons li.google {
    background: #bd2d45;
}

.product-social-buttons li.pinterest {
    background: #e94949;
}

.product-social-buttons li.facebook a:before {
    background: #4a65a2;
}

.product-social-buttons li.twitter a:before {
    background: #3abafd;
}

.product-social-buttons li.google a:before {
    background: #bd2d45;
}

.product-social-buttons li.pinterest a:before {
    background: #e94949;
}

.product-social-buttons li a:after {
    position: absolute;
    top: 50%;
    right: 50%;
    font-family: prisma;
    color: #fff;
    -webkit-transform: translate(50%, -50%);
    -ms-transform: translate(50%, -50%);
    transform: translate(50%, -50%);
}

.product-social-buttons li.facebook a:after {
    content: "\e934";
    font-size: 14px;
}

.product-social-buttons li.twitter a:after {
    content: "\e915";
    font-size: 16px;
}

.product-social-buttons li.google a:after {
    content: "\e936";
    font-size: 16px;
}

.product-social-buttons li.pinterest a:after {
    content: "\e943";
    font-size: 14px;
}

.full-description {
    clear: both;
    margin: 0 15px 20px;
    line-height: 24px;
    font-size: 13px;
    text-align: right;
    color: #464646;
}

.product-collateral {
    margin: 50px 0;
}

.product-collateral>div {
    margin: 0 0 50px;
}

.product-collateral .title {
    margin: 0 0 20px;
    padding-bottom: 15px;
    border-bottom: 1px solid #eee;
    text-transform: uppercase;
    text-align: center;
    font-size: 24px;
    color: #444;
}

.product-collateral .table-wrapper {
    padding: 30px;
    background: #f9f9f9;
}

.product-collateral .title strong {
    font-weight: normal;
}

.product-specs-box .data-table {
    border-color: #eee;
}

.product-specs-box .data-table td {
    padding: 10px;
    font-size: 14px;
    color: #888;
}

.product-specs-box .data-table .spec-value {
    color: #444;
}

.product-specs-box .attribute-square {
    margin: 0 auto;
    width: 20px;
    height: 20px;
}

.product-tags-list {
    text-align: center;
    font-size: 0;
}

.product-tags-list li {
    display: inline-block;
    margin: 3px;
    padding: 8px 10px;
    background: #eee;
    font-size: 13px;
    color: #888;
}

.product-tags-list li:before {
    content: "\e914";
    display: inline-block;
    font-family: prisma;
    font-size: 15px;
    color: #ccc;
    vertical-align: middle;
    transition: all 0.3s;
}

.product-tags-list li:hover:before {
    -webkit-transform: rotate(15deg);
    -ms-transform: rotate(15deg);
    transform: rotate(15deg);
    transform-origin: top right;
}

.product-tags-list li.separator {
    display: none;
}

.product-tags-list a {
    display: inline-block;
    line-height: 24px;
}

.product-variant-line {
    margin: 0 0 30px;
    padding: 20px 15px;
    background: #f6f6f6;
}

.product-variant-line:after {
    content: "";
    display: block;
    clear: both;
}

.variant-picture {
    position: relative;
    width: 220px;
    margin: 0 auto 15px;
    overflow: hidden;
}

.variant-overview {
    width: 100%;
}

.variant-name {
    margin: 0 0 20px;
    font-size: 18px;
    font-weight: bold;
    color: #444;
}

.variant-overview .variant-description {
    padding: 15px;
    margin: 0;
    border-top: 1px solid #eee;
    line-height: 20px;
    font-size: 14px;
    color: #666;
}

.variant-overview .add-to-wishlist-button {
    display: block;
    float: none;
    clear: both;
    margin: 0 auto;
    padding: 13px 0;
}

.variant-overview button.add-to-wishlist-button span:before {
    margin: 0;
}

.related-products-grid,
.also-purchased-products-grid {
    position: relative;
    border-bottom: 4px solid #fff;
    width: 100%;
}

.related-products-grid .title,
.also-purchased-products-grid .title {
    padding-bottom: 25px;
    margin-bottom: 20px;
    border-bottom: 1px solid #eee;
    text-transform: uppercase;
    text-align: center;
    font-size: 24px;
    color: #444;
}

.related-products-grid .item-grid,
.also-purchased-products-grid .item-grid {
    padding: 30px 30px 0;
}

.ui-tabs {
    margin: 0 0 20px;
}

.ui-tabs .ui-tabs-nav {
    margin-bottom: 4px;
    overflow: hidden;
    font-size: 0pt;
}

.ui-tabs .ui-tabs-nav li {
    position: relative;
    display: inline-block;
    margin-left: 4px;
    background: #f9f9f9;
}

.ui-tabs .ui-tabs-nav li a {
    position: relative;
    display: inline-block;
    padding: 15px 45px;
    text-transform: uppercase;
    font-size: 14px;
    color: #888;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    z-index: 1;
}

.ui-tabs .ui-tabs-nav li:hover a,
.ui-tabs .ui-tabs-nav li.ui-tabs-selected a,
.ui-tabs .ui-state-active.ui-tabs-active a {
    color: #fff;
}

/*********** TOPICS ***********/

.home-page .topic-block {
    margin: 0 auto 20px;
    padding: 30px 0;
    text-align: center;
}

.topic-block-title {
    margin: 0 0 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #eee;
    text-transform: uppercase;
}

.topic-block-title h2 {
    font-size: 24px;
}

.home-page .topic-block-title h2 {
    font-weight: normal;
    font-size: 24px;
    color: #444;
}

.page.home-page .topic-block-body {
    padding: 0;
}

.topic-block-body {
    padding: 0 10px;
    line-height: 20px;
    font-size: 14px;
    color: #888;
}

.topic-block a,
.topic-page a {
    text-decoration: none;
}

.topic-page .page-body {
    line-height: 20px;
    font-size: 14px;
    color: #000;
}

.popup-window .topic-page {
    padding: 15px;
}

.not-found-page p {
    margin: 30px 0;
}

.topic-password {
    margin: 50px 0 100px;
    padding: 20px;
    background: #f6f6f6;
    text-align: center;
}

.topic-password .password-error {
    display: block;
}

.enter-password-title {
    margin: 0 0 10px;
    font-size: 13px;
    color: #666;
}

.enter-password-form {
    display: inline-block;
    overflow: hidden;
}

.enter-password-form input[type="password"] {
    width: 200px;
    height: 36px;
}

.enter-password-form input[type="submit"] {
    display: block;
    width: 150px;
    margin: 20px auto 0;
    padding: 10px 35px;
    border: none;
    height: 36px;
    background: #57b568;
    text-transform: uppercase;
    font-size: 14px;
    color: #fff;
}

.emkanatmain-page .public-features-contain.dropDown-features-item>li h2,
.emkanatmain-page .each_product-contain.dropDown-features-item>li h2,
.emkanatmain-page .dedicated-contain.dropDown-features-item>li h2,
.application-page .public-features-contain.dropDown-features-item>li h2 {
    background-position: left !important;
    padding-left: 20px;
    margin-left: 20px;
}

.password-error {
    margin: 0 0 10px;
}

.registration-page .accept-privacy-policy label {
    display: inline-block;
}

section.sec11.tittle h2 {
    font-size: 17px;
}

.rich-blog-homepage .post-title {
    height: 110px;
    overflow: hidden;

}

/* Change Autocomplete styles in Chrome*/

.login-page .returning-wrapper .inputs input:-webkit-autofill,
.login-page .returning-wrapper .inputs input:-webkit-autofill:hover,
.login-page .returning-wrapper .inputs input:-webkit-autofill:focus,
.registration-page .customer-blocks .fieldset .inputs input:-webkit-autofill,
.registration-page .customer-blocks .fieldset .inputs input:-webkit-autofill:hover,
.registration-page .customer-blocks .fieldset .inputs input:-webkit-autofill:focus {
    border-bottom: 1px solid #ddd;
    -webkit-text-fill-color: #000;
    -webkit-box-shadow: 0 0 0px 1000px #999 inset;
    transition: background-color 5000s ease-in-out 0s;
}

/* Change Autocomplete styles in Firefox*/

.login-page .returning-wrapper .inputs input,
.registration-page .customer-blocks .fieldset .inputs input {
    filter: none;
}

.password-recovery-page #getActivation-button {
    border-bottom: none;
}

.registration-page .customer-blocks .returning-wrapper-register .buttons .button-1 {
    float: none;
    border-bottom: none;
    background-color: #1473e7;
    padding: 5px 15px;
    font-weight: 200;
    color: #fff;
    border-radius: 25px;
    min-width: 135px;
}

.registration-result-page .result {
    margin: 20px 0 40px;
    text-align: center;
    font-size: 14px;
    color: #888;
}

.login-page .customer-blocks,
.registration-page .customer-blocks,
.registration-result-page .customer-blocks,
.password-recovery-page .customer-blocks {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin: 0;
    padding: 0 !important;
    height: 100vh;
}

.registration-page .customer-blocks .returning-wrapper-register {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.registration-page .customer-blocks {
    height: 107vh;
}

.html-login-page .business-partners,
.html-registration-page .business-partners,
.html-password-recovery-page .business-partners,
.html-registration-result-page .business-partners {
    display: none;
}

.login-page .customer-blocks:after {
    content: "";
    display: block;
    clear: both;
    overflow: hidden;
}

.login-page .customer-blocks>div,
.registration-page .customer-blocks>div,
.registration-result-page .customer-blocks>div,
.password-recovery-page .customer-blocks>div {
    position: relative;
    padding: 0 30px 20px;
    background: #fff;
}

.registration-page .li-container::after {
    content: "";
    display: block;
    clear: both;
}

.registration-page .customer-blocks>div,
.registration-result-page .customer-blocks>div
/* ,.password-recovery-page .customer-blocks>div */

    {
    min-height: auto !important;
}

.login-page .fieldset-background .on-background,
.registration-result-page .fieldset-background .on-background,
.registration-page .fieldset-background .on-background,
.password-recovery-page .fieldset-background .on-background {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -40%);
}

.login-page .customer-blocks>div .buttons {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0;
}

.logo-title {
    display: flex;
    justify-content: center;
    flex-direction: row-reverse;
    align-items: flex-end;
}

.logo-title img {
    width: 120px;
}

.logo-title h1 {
    font-size: 3.5rem;
    color: #fff;
    margin: 0;
}

.sign-or-create {
    color: #fff;
    font-size: 1.5rem;
    text-align: justify;
    padding: 10px 0;
    margin: 0 auto;
}

.login-page .title,
.login-page .topic-block-title h2 {
    margin: 0;
    padding: 5px 0;
    text-transform: uppercase;
    text-align: center;
    font-size: 14px;
    color: #444;
    font-weight: bold;
}

.login-page .text {
    margin: 30px 0 10px;
    padding-bottom: 30px;
    border-bottom: 1px solid #eee;
    text-align: center;
    line-height: 30px;
    font-size: 13px;
    color: #666;
}

.login-page .returning-wrapper .inputs {
    padding: 10px 0;
}

.login-page .inputs.reversed {
    margin: 5px 0 10px;
    padding: 0;
    font-size: 12px;
}

.login-page .inputs.reversed.remember {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.login-page .inputs.reversed label {
    float: right;
    width: auto;
}

.forgot-password {
    float: left;
    margin: 11px 0;
    font-weight: bold;
    font-size: 12px;
    color: #57b568;
}

.external-authentication {
    background: #f6f6f6;
    text-align: center;
}

.facebook-login-block {
    margin-top: 20px;
}

.facebook-login-block .buttons {
    margin: 0;
    padding-bottom: 20px;
}

.facebook-login-block .facebook-btn {
    width: 250px;
    height: 45px;
    background: url(../img/fb_custom_btn.jpg) no-repeat;
}

.facebook-login-block .facebook-btn:hover {
    background-position: 0 0;
}

.login-page .topic-block {
    margin: 20px 0;
    padding: 20px;
    background: #f6f6f6;
    text-align: center;
}

.login-page .topic-block-title h2 {
    padding: 0;
    border: 0;
}

.login-page .topic-block-body {
    font-size: 13px;
    color: #666;
}

.password-recovery-page .page-body {
    padding: 0;
    background: #fff;
}

.password-recovery-page .tooltip {
    position: static;
    margin: 20px 0;
    text-align: center;
    font-size: 12px;
    color: #aaa;
    line-height: 2;
    font-family: "IRANSans";
    opacity: 1;
}

.password-recovery-page .result {
    margin: 40px 0 5px;
    text-align: center;
    font-weight: bold;
}

.checkout-as-guest-button {
    margin-bottom: 10px;
}

.checkout-as-guest-or-register-block .buttons input {
    min-width: 250px;
}

.block-account-navigation .title {
    display: none;
    text-align: right;
    font-size: 20px;
}

.block-account-navigation .listbox {
    display: none;
    padding: 10px;
    background-color: #fff;
}

.block-account-navigation li {
    position: relative;
    margin-bottom: 0;
    background: #fff;
    margin: 5px;
}

.block-account-navigation li:first-child {
    margin-top: 0;
}

.block-account-navigation .list li a {
    position: relative;
    display: block;
    padding: 21px 10px 21px 10px;
    text-transform: uppercase;
    text-align: center;
    font-size: 12px;
    color: #444;
    z-index: 1;
}

.block-account-navigation .list>li>a.active,
.block-account-navigation .list>li>a.active:hover,
.block-account-navigation .listbox .list>li>a:hover {
    color: #444;
}

.block-account-navigation .listbox li a:before,
.block-account-navigation .listbox li a:before {
    position: absolute;
    top: 50%;
    right: 20%;
    font-size: 20px;
    color: #bbb;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    -webkit-transform: translate(50%, -50%);
    -ms-transform: translate(50%, -50%);
    transform: translate(50%, -50%);
    font-family: prisma;
    line-height: 40px;
    vertical-align: middle;
}

.block-account-navigation .listbox .list>li>a.active::before {
    background-color: #ffd83f;
    color: #fff;

}

.block-account-navigation .listbox li a:before,
.block-account-navigation .listbox li a:before {
    position: absolute;
    top: 50%;
    left: 0;
    font-size: 20px;

}

.limoobit_services_stores .right_section .squares .light-blue img {
    margin-right: 0 !important;
    margin-left: -26%;

}

.limoobit_services_stores .right_section .squares .ultra-blue img {
    margin-right: 0 !important;
    margin-left: -45%;

}

.limoobit_services_stores .left_section .squares .light-red img {
    margin-right: -20% !important;
}

.limoobit_services_stores .left_section .squares .ultra-red img {
    margin-right: -31% !important;
}

.new-ticket-page .fieldset .form-fields .inputs input,
.account-page .inputs select {
    float: none;
    border: 1px solid #777;
    border-radius: 5px;
}

.customer-info-page .personal .form-fields>div {
    width: 50%;
    height: 120px;
}

.account-page.customer-info-page .fieldset .inputs.fname,
.account-page.customer-info-page .fieldset .inputs.lname {
    border-bottom: 1px solid #e5e5e5;
}

.page.account-page.customer-info-page .inputs input[type="text"] {
    width: 350px;
    border-bottom: 2px solid #e5e5e5;
    border-left: none;
    border-top: none;
    border-right: none;
    margin-right: 20px;
    color: #bbb;
}

.block-account-navigation .listbox {
    display: block;
    padding: 0;
    border-radius: 10px;
}

.account-page .edit-address {
    margin: 0 0 30px;
    padding-bottom: 20px;
    border-bottom: 1px solid #eee;
}

.change-password-page .buttons,
.customer-info-page .buttons,
.change-password-page .buttons {
    margin-bottom: 0;
    padding: 10px 0;
    background: #f6f6f6;
}

.customer-info-page .form-fields {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.new-ticket-page .fieldset.attributees .form-fields {
    justify-content: space-between;
}

.customer-info-page .inputs.fname::before,
.customer-info-page .inputs.phone::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 1px;
    height: 100%;
    background: #ddd;
}

.customer-info-page .fieldset.personal,
.change-password-page .fieldset,
.ticketing-page.new-ticket-page .fieldset {
    background: #fff;
    border-radius: 10px;
    margin: 0;
    padding: 30px 30px 10px 30px;
}

.ticketing-page.new-ticket-page .fieldset.ticket-type {
    padding: 0;
}

.customer-info-page .fieldset.preferences {
    padding: 0;
    margin-bottom: 0;
}

.change-password-page .fieldset {
    margin: 0 0 20px;
}

.customer-pages-body .data-table {
    margin: 30px 0;
    border-color: #eee;
    color: #888;
}

.return-request-page .data-table th,
.customer-pages-body .data-table th {
    border: 1px solid #eee;
    background: #fff;
}

.return-request-page .data-table td,
.customer-pages-body .data-table td {
    padding: 15px;
    border-color: #eee;
    text-align: center;
    font-size: 14px;
}

.customer-pages-body .data-table td.date {
    white-space: nowrap;
}

.customer-pages-body .data-table td.points {
    font-weight: bold;
    color: #666;
}

.customer-pages-body .data-table td.points-balance {
    font-weight: bold;
    color: #57b568;
}

.customer-pages-body .data-table td.message {
    color: #666;
}

.account-page .description {
    margin: 0 0 20px;
    font-size: 13px;
}

.address-list .buttons .button-2,
.order-list .buttons .button-2 {
    position: relative;
    padding: 0;
    width: 30px;
    height: 30px;
    background: #f6f6f6;
    font-size: 0;
    transition: all 0.3s;
}

.address-list .buttons .button-2:hover,
.order-list .buttons .button-2:hover {
    background: #57b568;
}

.address-list .buttons .button-2:after,
.order-list .buttons .button-2:after {
    position: absolute;
    top: 50%;
    right: 50%;
    font-family: prisma;
    font-size: 13px;
    color: #57b568;
    -webkit-transform: translate(50%, -50%);
    -ms-transform: translate(50%, -50%);
    transform: translate(50%, -50%);
    transition: all 0.3s;
}

.address-list .buttons .button-2:hover:after,
.order-list .buttons .button-2:hover:after {
    color: #f6f6f6;
}

.address-list .buttons .edit-address-button:after {
    content: "\e920";
}

.address-list .buttons .delete-address-button:after {
    content: "\e901";
    color: #e53850;
}

.order-list .buttons .order-details-button:after {
    content: "\e931";
}

.order-list .buttons .return-items-button:after {
    content: "\e92e";
    color: #e53850;
}

.add-more-external-records {
    padding: 20px 0;
    font-size: 13px;
    color: #666;
}

.email-to-revalidate,
.email-to-revalidate-note {
    display: inline-block;
    margin: 10px 5px;
    vertical-align: top;
    font-size: 12px;
    white-space: normal;
}

.request-item .title,
.address-list-page .title,
.order-list-page .title {
    padding: 19px 19px 10px 80px;
    border-bottom: 4px solid #f6f6f6;
    background: #fff;
}

.request-item .title {
    padding: 19px;
}

.address-list-page .info,
.order-list-page .info {
    margin: 0 0 10px;
    padding: 15px;
    background: #fff;
    line-height: 20px;
    font-size: 13px;
    color: #666;
}

.address-list .buttons,
.order-list .buttons {
    position: absolute;
    top: 7px;
    left: 7px;
}

.address-list-page .info .name {
    font-weight: bold;
}

.address-list-page .add-button {
    margin: 15px 0;
    text-align: center;
}

.address-list-page .add-button input {
    padding: 13px 35px;
    border: 0;
    background: #57b568;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 14px;
    color: #fff;
}

.customer-pages-body .data-table .select-boxes {
    text-align: center;
}

.select-boxes input,
.use-reward-points input {
    margin: 0;
    padding: 0;
    clip: auto;
    height: auto;
    overflow: visible;
    position: static;
    width: auto;
}

.request-item .details {
    padding: 20px;
    background: #fff;
    text-align: right;
    line-height: 24px;
    font-size: 13px;
}

.request-item label {
    display: inline-block;
    width: 48%;
    color: #888;
}

.request-item label+div {
    display: inline-block;
}

.request-item label+div,
.request-item span {
    color: #444;
}

.request-item a {
    color: #57b568;
}

.request-item a+span {
    width: auto;
}

.return-request-list-page a {
    font-weight: bold;
}

.header-menu>ul>li>a,
.header-menu>ul>li>span {
    display: block;
    font-size: 13px;
    padding: 25px 16px;
    color: #fff;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.language-list li a {
    transition: all 0.3s;
}

.language-list li:hover a {
    background-color: transparent;
    border-radius: 8px;
}

.section-first {
    padding-top: 50px;
}

.text-center {
    text-align: center;
}

.fix-container {
    margin: 0 auto;
    max-width: 95%;
    padding: 0 10px;
}

.row.justify-content-center {
    display: flex;
}

.tab-content-wrap {
    position: relative;
    display: block;
    width: 100%;
    left: 0;
    right: 0;
}

.overview-section.ptb-90 .row {
    display: flex;
}

.tab-right-side .tab-content .tab-pane img {
    position: absolute;
    left: 142px;
    top: 45px;
    width: 913px;
    z-index: 99;
    max-width: none;
}

.nav-tabs-list-item {
    margin-left: 55px;
    display: list-item;
    height: auto;
    overflow: hidden;
    vertical-align: middle;
}

.nav-tabs-list-item h6 {
    color: #333333;
    font-size: 16px;
    line-height: 18px;
}

.box-icon-modern-custom {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 310px;
    padding-top: 36px;
    padding-bottom: 38px;
}

.mb-30 {
    margin-bottom: 30px;
}

.tabs-left>.nav-tabs>li>a span {
    float: left;
    margin-right: 15px;
    color: #007FCC;
    position: absolute;
    top: calc(50% - 20px);
    font-size: 35px;
}

/* ------animation on demo button-----4-4-2021 */

@-moz-keyframes motion {

    0%,
    100% {
        -moz-box-shadow: 1px 0px 8px 1px #1473e7, inset 0px 0px 10px rgba(255, 255, 255, 0.5);
        box-shadow: 1px 0px 8px 8px #1473e7, inset 0px 0px 10px rgb(255 255 255 / 50%);
    }

    50% {
        -moz-box-shadow: 0px 0px 0px 0px rgba(33, 122, 230, 0), inset 0px 0px 0px rgba(255, 255, 255, 0);
        box-shadow: 0px 0px 0px 0px rgba(33, 122, 230, 0), inset 0px 0px 0px rgba(255, 255, 255, 0);
    }
}

@-webkit-keyframes motion {

    0%,
    100% {
        -webkit-box-shadow: 1px 0px 8px 1px #1473e7, inset 0px 0px 10px rgba(255, 255, 255, 0.5);
        box-shadow: 1px 0px 8px 8px #1473e7, inset 0px 0px 10px rgba(255, 255, 255, 0.5);
    }

    50% {
        -webkit-box-shadow: 0px 0px 0px 0px #1473e75d, inset 0px 0px 0px rgba(255, 255, 255, 0);
        box-shadow: 0px 0px 0px 0px #1473e75d, inset 0px 0px 0px rgba(255, 255, 255, 0);
    }
}

@-o-keyframes motion {

    0%,
    100% {
        box-shadow: 1px 0px 8px 1px #1473e7, inset 0px 0px 10px rgba(255, 255, 255, 0.5);
    }

    50% {
        box-shadow: 0px 0px 0px 0px rgb(20, 115, 231), inset 0px 0px 0px rgba(255, 255, 255, 0);
    }
}

@keyframes motion {

    0%,
    100% {
        box-shadow: 1px 0px 8px 1px #1473e7, inset 0px 0px 10px rgba(255, 255, 255, 0.5);
    }

    50% {
        box-shadow: 0px 0px 0px 0px rgb(20, 115, 231), inset 0px 0px 0px rgba(255, 255, 255, 0);
    }
}

.btn-animation {
    text-align: center;
    padding: 10px 20px;
    text-decoration: none;
    color: #fff;
    font-weight: bold;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px 0;
    border-radius: 10px 0;
    margin-left: 20px;
}

.blue {
    text-shadow: 0px 1px 0px #1473e7;
    background-image: -webkit-linear-gradient(top, #1473e7, #217ae6);
    background-image: -moz-linear-gradient(top, #1473e7, #217ae6);
    background-image: -o-linear-gradient(top, #1473e7, #217ae6);
    background-image: linear-gradient(to bottom, #1473e7, #217ae6);
    -webkit-animation: motion 2s infinite;
    -moz-animation: motion 2s infinite;
    -o-animation: motion 2s infinite;
    animation: motion 2s infinite;
}

/* ----------------------------------------------------- */

.login-page .customer-blocks .buttons input,
.registration-result-page .customer-blocks .form .register-continue-button,
.password-recovery-page .customer-blocks .buttons #recovery-button,
.password-recovery-page .customer-blocks .buttons .password-recovery-button {
    width: 48%;
    padding: 2px;
    margin: 0;
    min-width: 0;
    border-radius: 20px;
    font-weight: 400;
}


.registration-page .button-1,
.registration-result-page .button-1,
.login-page .button-1,
.account-page .button-1,
.return-request-page .button-1,
.user-agreement-page .button-1,
.password-recovery-page .customer-blocks .buttons .password-recovery-button {
    background-color: #1473e7;
    color: #fff;
    border: 2px solid #1473e7;
    letter-spacing: 1px;
    font-size: 14px;
}

.customer-info-page .button-1.save-customer-info-button,
.password-recovery-page #getActivation-button,
.change-password-page .buttons .button-1 {
    padding: 4px 25px;
    margin: 0 auto;
    min-width: 0;
    border-radius: 20px;
    font-weight: 400;
}

.account-page .change-phone-number button {
    position: absolute;
    background-color: #fff;
    margin: 0;
    padding: 20px;
    border: none;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.customer-info-page .button-1.save-customer-info-button,
.password-recovery-page #getActivation-button,
.change-password-page .buttons .button-1 {
    font-weight: 400;
}

.account-page .page-title {
    display: none;
}

.html-customer-info-page .master-column-wrapper {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-around;
    align-items: flex-start;
    flex-wrap: wrap;
    background: #f5f5f5;
    border-bottom: 15px solid #fff;

}

.customer-pages-body .master-column-wrapper {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-around;
    align-items: flex-start;
    flex-wrap: wrap;
    background: #f5f5f5;
    border-bottom: 15px solid #fff;
    flex-direction: row;
}

.html-change-password-page .master-column-wrapper {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-around;
    align-items: flex-start;
    flex-wrap: wrap;
    background: #f5f5f5;
    border-bottom: 15px solid #fff;
    flex-direction: row;
}

.customer-pages-body .master-column-wrapper>.page-title {
    display: none;
}

.account-page,
.registration-page .fieldset {
    margin-bottom: 4px;
    padding: 0 0 10px 0;
    min-height: auto;
    background-color: #fff;
    border-radius: 10px;
}

.login-page .customer-blocks>div .buttons .register-button {
    color: #333;
    background-color: #fff;
    border: 2px solid #1473e7;
}

.login-page .customer-blocks,
.registration-page .customer-blocks,
.registration-result-page .customer-blocks,
.password-recovery-page .customer-blocks {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin: 0;
    padding: 0 !important;
    height: 100vh;
}

.login-page .customer-blocks .returning-wrapper.fieldset-background,
.registration-page .returning-wrapper.fieldset-background,
.registration-result-page .customer-blocks .returning-wrapper.fieldset-background,
.password-recovery-page .customer-blocks .returning-wrapper.fieldset-background {
    width: 50%;
    background: url(/Themes/Prisma/Content/img/200_UX_Statistics_every_User_Experience_Professional_Needs_to_Know.jpg) no-repeat;
    background-size: 100%;
    height: 100%;
}

.login-page .customer-blocks>div,
.registration-page .customer-blocks>div,
.registration-result-page .customer-blocks>div,
.password-recovery-page .customer-blocks>div {
    position: relative;
    padding: 0 30px 20px;
    background: #fff;
}

.returning-wrapper.fieldset form,
.registration-result-page .fieldset .form {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.login-page .fieldset-background .on-background,
.registration-result-page .fieldset-background .on-background,
.registration-page .fieldset-background .on-background,
.password-recovery-page .fieldset-background .on-background {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -40%);
}

.login-page .title,
.login-page .topic-block-title h2 {
    margin: 0;
    padding: 5px 0;
    text-transform: uppercase;
    text-align: center;
    font-size: 14px;
    color: #444;
    font-weight: bold;
}

.login-page .fieldset .title strong,
.registration-page .fieldset .title strong,
.password-recovery-page .fieldset .title strong {
    font-size: 12px;
    color: #aaa;
}

.fieldset .title strong,
.section .title strong,
.manage-tickets-page .title strong {
    position: relative;
    font-size: 14px;
    color: #444;
    padding-bottom: 10px;
}

.login-page .customer-blocks>div,
.registration-page .customer-blocks>div,
.registration-result-page .customer-blocks>div,
.password-recovery-page .customer-blocks>div {
    float: right;
    padding-bottom: 60px;
    margin-bottom: 0;
    width: 50%;
}

.page-title h1 {
    text-transform: uppercase;
    text-align: center;
    font-size: 24px;
    font-weight: normal;
    color: #444;
}

.login-page .page-title h1,
.registration-page .page-title h1,
.registration-result-page .page-title h1,
.password-recovery-page .page-title h1 {
    font-size: 24px;
    font-weight: bolder;
    margin-bottom: 0;
    line-height: 2;
}

.account-page.change-password-page .form-fields {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.account-page.change-password-page .form-fields .inputs {
    padding: 93px 7px;
    width: 32%;
}

.account-page.change-password-page .form-fields .inputs input {
    width: 100%;
    background-color: #f6f6f6;
    border-radius: 8px;
    border: none;
}

.login-page .fieldset-background .on-background,
.registration-result-page .fieldset-background .on-background,
.registration-page .fieldset-background .on-background,
.password-recovery-page .fieldset-background .on-background {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -40%);
}

.form-fields {
    position: relative;
}

.logo-title {
    display: flex;
    justify-content: center;
    flex-direction: row;
    align-items: flex-end;
}

.logo-title img {
    width: 120px;
}

.logo-title h1 {
    font-size: 3.5rem;
    color: #fff;
    margin: 0;
}

.login-page .title,
.login-page .topic-block-title h2 {
    margin: 0;
    padding: 5px 0;
    text-transform: uppercase;
    text-align: center;
    font-size: 14px;
    color: #444;
    font-weight: bold;
}

.login-page .forgot-password {
    color: #666;
}

.footer {
    text-align: center;
    background: #252e37;
}

.fixed-img-wrapper,
.fixed-img-wrapper2 {
    display: none;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 999;
    cursor: pointer;
}

.fixed-img-wrapper .img-content,
.fixed-img-wrapper2 .img-content {
    max-width: 50%;
    position: absolute;
    top: 50%;
    right: 50%;
    transform: translate(50%, -50%);
}

.business-partners {
    background: #f4f5f7;
}

.business-partners .nop-jcarousel.manufacturer-grid {
    padding: 0;
}

.business-partners .nop-jcarousel .carousel-title {
    display: none !important;
}

.business-partners .item-box .picture img {
    filter: grayscale(100%);
    transition: filter ease 0.2s;
}

.business-partners .item-box .picture img:hover {
    filter: grayscale(0%);
    transition: filter ease 0.2s;
}

.blog-posts .read-more,
.news-items .read-more {
    padding: 14px 14px;
    border: 1px solid;
    border-radius: 50px;
    display: inline-block;
    font-weight: 500;
    font-size: 14px;
}

.blog-posts {
    width: 95%;
    margin: 0 auto;
}

.post-title,
.news-title {
    display: block;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 12px;
    color: #444;
    text-align: left;
}

.post-date,
.news-date {
    display: block;
    margin-top: 10px;
    font-size: 14px;
    color: #aaa;
}

.post-date:before,
.news-date:before {
    content: "\e930";
    display: inline-block;
    font-family: prisma;
    font-size: 16px;
    color: #ddd;
    vertical-align: middle;
}

.instagram-feed .title {
    background: url('/Themes/Prisma/Content/img/img/instagram.png') no-repeat 4px center;
    background-position: left 4px center;
    background-size: 30px;
    padding: 12px 0 12px 42px;
    text-align: left;
    margin-bottom: 0px;
}

.social-feed .sub-title {
    margin: 0 0 -12px 0;
    padding: 12px 0 12px 21px;
    font-size: 14px;
    font-weight: normal;
    text-align: left;
}

.header-menu .sublist li a:before {
    content: "\e924";
    display: inline-block;
    margin-right: 10px;
    font-family: prisma;
    font-size: 10px;
    color: rgba(0, 0, 0, 0.1);
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.sublist li a span {
    color: #333333;
}

.header-menu .sublist li a {
    display: block;
    padding: 11px 20px 10px;
    font-size: 12px;
    color: #fff;
    -webkit-transition: background 0.3s;
    transition: background 0.3s;
    text-align: left;
}

.header-menu .sublist li:hover>a {
    background: #ffd83f;
}

.header-menu .sublist li {
    position: relative;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.sec3 ul li:before {
    left: 0;
    top: 4px;
}

.page.contact-page .page-title {
    border-bottom: none;
}

.page.contact-page .page-body {
    display: flex;
    justify-content: center;
    align-items: baseline;
    width: 100%;
    padding: 0;
    background-color: #f6f6f6;
}

input.button-1.contact-us-button {
    background-color: #1473e7;
    color: #fff;
    font-size: 13px;
    border-radius: 20px;
    padding: 6px 54px;
}

.page.contact-page .topic-block {
    width: 50%;
}

.page.contact-page .contact-form {
    width: 50%;
}

.page.contact-page .topic-block-body {
    padding: 0;
}

.contact-txt,
.contact-txt-ylw {
    text-align: left;
}

.account-page.customer-info-page .fieldset .inputs.fname,
.account-page.customer-info-page .fieldset .inputs.lname {
    border-bottom: 1px solid #e5e5e5;
}

.customer-info-page .form-fields .inputs #mobile-label {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.customer-info-page .form-fields .inputs #mobile-label .left-two-column label {
    line-height: 3;
}

.change-phone-number {
    position: relative;
    width: 100px;
}


form[action="/contactus"] .form-fields .inputs {
    width: 58%;
    margin: 0 auto;
}

form[action="/contactus"] .form-fields .inputs label {
    display: none;
}

.inputs input[type="text"],
.inputs input[type="password"],
.inputs select,
.inputs textarea {
    width: 350px;
    max-width: 100%;
    vertical-align: middle;
}

.contact-page input[type="text"],
.contact-page textarea {
    width: 400px;
    background-color: #f6f6f6;
    border: none;
    border-bottom: 2px solid #e5e5e5;
}

.inputs input[type="text"],
.inputs input[type="password"],
.inputs select,
.inputs textarea {
    width: 350px;
    max-width: 100%;
    vertical-align: middle;
}

.block.category-in-tabs ul.list {
    display: flex;
    justify-content: center;
    align-items: center;
}

.blog-pages-body .blog-page .page-title {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.drop {
    display: none;
}

.block.block-blog-archive {
    display: none;
}

.blogpost-page .rich-blog-image {
    display: none;
}

.blogpost-page .my-image img {
    width: 100%;
    margin: 0 auto;
}

.bloger-time .timer {
    margin-left: 48px;
}

.post-body .bloger-post {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.blogpost-page .pos-title-top {
    position: relative;
}

.blogpost-page .search-and-category {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    border-bottom: 1px solid #e6e6e6;
    width: 90%;
    margin: 0 auto;
}

.post-body .bloger-time {
    display: flex;
    align-items: center;
}

.post-body .images-blog {
    width: 50%;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 35px;
}

.blogpost-page .row-p {
    padding-left: 10px;
    padding-right: 10px;
}

.push-row-blog {
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
    margin: 20px auto;
}

.post-body .text-blog {
    width: 50%;
    padding-left: 15px;
    padding-right: 15px;
}

.post-body .row-blog {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin: 2px auto;
}

.blogpost-page .post-body p {
    font-size: 14px;
    text-align: justify;
    width: 100%;
    margin: 0 auto;
}

.top-bloger-post {
    position: relative;
}

.post-body .bloger-img img {
    width: 37px;
    height: auto;
    margin-right: 10px;
}

.timer-icon {
    font-size: 40px;
    color: #2d2d2d;
    position: absolute;
}

.blogpost-page .bloger-post .bloger-img a {
    display: inline-flex;
    align-items: center;
}

.sec3 ul li {
    padding-left: 10px;
}

.sec3 ul li:before {
    right: 10px;
}

.nav li.tab_saeed a .sub-title {
    display: none;
}

.color_sec .nav li.tab_saeed a.sub-link-bottom {
    width: 220px;
    display: block;
    text-align: left;
    height: auto;
}

.tabcontent-item .offer-content-description {
    text-align: left;
}

.tabs-left>.nav-tabs>li>a span {
    left: 0;
    font-size: 0;
}

.tabs-left>.nav-tabs>li>a span::before {
    font-size: 38px;
}

.nav-tabs-list-item {
    text-align: left;
}

.footer-middle .footer-logo {
    width: 145px;
    height: 40px;
    background: url(/themes/prisma/content/img/img/logo.svg) no-repeat right;
    font-size: 0;
    display: block;
    margin: 0 auto;
}

.packages-wrapper .packages-box {
    height: 394px;
}

.Branchmainpage .packages-wrapper .packages-box {
    height: auto;
}

.packages-box.tree .price {
    margin: 52px auto !important;
}

.yocab-works {
    margin: 26px 0;
}

.budget-drp.drp-section7 .heading-block {
    width: 100%;
}

.heading-block {
    width: 52%;
}

.blog-pages-body .pager li a:hover,
.blog-pages-body .pager li span:hover,
.blog-pages-body .pager li.current-page span {
    color: #fff;
    background-color: #ffd83f;
    border: 1px solid #ffd83f;
    font-weight: bold;
    font-size: 16px;
}

.pager .prev-active {
    position: relative;
    background-color: #ffe787;
    width: 40px;
    height: 40px;
    z-index: 9999;
    border-radius: 55px;
    margin-left: 5px;
    cursor: no-drop;
}

li.individual-page a {
    background-color: #ffe787;
    border: none;
}

li.next-page a {
    background-color: #ffd83f;
    border: none;
}

.pager .prev-active {
    position: relative;
    background-color: #ffe787;
    width: 40px;
    height: 40px;
    z-index: 9999;
    border-radius: 55px;
    margin-left: 5px;
    cursor: no-drop;
}

.blog-pages-body .pager li.next-page a:after {
    -webkit-transform: translate(50%, -50%) rotate(1deg);
    -ms-transform: translate(50%, -50%) rotate(1deg);
    transform: translate(50%, -50%) rotate(1deg);
}

.blog-pages-body .pager .prev-active::before {
    -webkit-transform: translate(50%, -50%) rotate(180deg);
    -ms-transform: translate(50%, -50%) rotate(180deg);
    transform: translate(50%, -50%) rotate(180deg);
}

.pager .prev-active::before {
    content: "\e649";
    font-family: "themify";
    font-size: 20px;
    font-weight: 600;
    position: absolute;
    right: 50%;
    top: 50%;
    z-index: 9999;
    color: #bbb;
}

.post-body {
    line-height: 25px;
    padding: 0 20px;
}

.pager li.next-page a:after {
    content: "\e649";
    font-family: "themify";
    font-size: 20px;
    font-weight: 600;
}

.how-it-works {
    background-image: url("../img/various/yc-crcle-bg-right.png");
    right: 0;
    top: 35px;
}

.workstep-crcle:nth-child(3) {
    right: 64px;
    top: 167px;
}

.workstep-crcle:nth-child(4) {
    right: 8px;
    top: 383px;
}

.workstep-crcle:after {
    right: -52px;
    top: 40px;
    transform: rotate(212deg);
}

.workstep-crcle:nth-child(2)::after {
    right: -52px;
    top: 98px;
    transform: rotate(-25deg);
    -webkit-transform: rotate(230deg);
}

.workstep-crcle:nth-child(3)::after {
    right: -10px;
    top: 173px;
    transform: rotate(-68deg);
    -webkit-transform: rotate(268deg);
}

.yc-crcle {
    margin: 141px 0 0 28px;
}

.acc-btn::after {
    left: 0;
}

.acc-btn {
    padding: 5px 0 14px 35px;
    text-align: left;
}

.acc-btn::after {
    top: 28%;
}

/* ----------new style for portfolio page---------4-3-2021 */

section.portfolio-page-section {
    background: #f5f5f5 url(/Themes/Prisma/Content/img/portfolio2/background.png) 0 -55px no-repeat;
    margin-top: -14px;
    background-size: 100%;
}

.portfolio-container {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
    margin: 14px auto 0;
}

.portfolio-page-section>h1 {
    font-size: 22px;
    margin: 4px auto;
    text-align: center;
    padding-top: 80px;
}

.portfolio-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 30%;
    margin: 11px;
    box-shadow: 0px 0px 8px -1px grey;
    padding: 10px 16px;
    border-radius: 15px;
    background-color: #fff;
}

.portfolio-details .see-website {
    text-align: left;
    margin: 10px auto;
}

.portfolio-details .see-website a {
    padding: 8px 22px;
    background-color: #1473e7;
    color: #fff;
    border-radius: 55px;
    font-size: 13px
}

/* .portfolio-item .limoobitright.pline2 {
        font-size: 13px;
        overflow: hidden;
        height: 110px;
    } */
/* .portfolio-details {
        width: 100%;
        height: 200px;
    } */

.portfolio-details .limoobitright {
    font-size: 15px;
}

.portfolio-images {
    margin-bottom: 10px;
}

.portfolio-images img {
    border-radius: 15px;
    box-shadow: 0px 3px 10px -3px grey;
}

.img-cover-mobile {
    display: none;
}

.table-features .table tbody>tr>td:first-child {
    text-align: left;
    padding: 8px 0 0 50px;
}

.head-table:first-child {
    text-align: LEFT;
    padding-left: 54px;
}

.public-features-contain.dropDown-features-item>li h3,
.each_product-contain.dropDown-features-item>li h3,
.dedicated-contain.dropDown-features-item>li h3 {
    background: url(../img/add.svg) left no-repeat;
    background-size: 15px;
    padding-left: 36px;
    background-position-y: 19px;
    text-align: left;
    margin-left: 23px;
}

.img-title img {
    width: 25px;
    height: 25px;
    margin-left: 10px;
}

.public-features-contain.dropDown-features-item>.active h3,
.each_product-contain.dropDown-features-item>.active h3,
.dedicated-contain.dropDown-features-item>.active h3 {
    background: url(../img/minus.svg) left no-repeat;
    background-size: 15px;
    padding-left: 36px;
    background-position-y: 19px;
    margin-left: 23px;
}

.bullets.-ticks li {
    position: relative;
    padding-left: 25px;
    line-height: 2;
}

.bullets.-ticks li:before {
    position: absolute;
    left: 0;
    top: 3px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    width: 14px;
    height: 6px;
    border-bottom: 3px solid currentColor;
    border-left: 3px solid currentColor;
    content: "";
}

.app-ylw-content li {
    color: #101010;
    float: right;
    font-size: 13px;
    padding: 12px 3px 12px 20px;
    position: relative;
    width: 50%;
}

.app-ylw-content li:after {
    left: -5px;
}

.app-ylw-right.app-ylw-content {
    padding-left: 100px;
}

.features-table .ft-head {
    margin-left: 40px;
}

.ft-head::after {
    left: -20px;
}

.post-body {
    line-height: 25px;
    padding: 0 20px;
}

.post-body,
.news-body {
    clear: both;
    margin: 0 0 20px;
    line-height: 20px;
    font-size: 15px;
    color: #2d2d2d;
}

.block.category-in-tabs .listbox>ul>li {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

.block.category-in-tabs ul.list li.category {
    margin: 0 15px;
}

.button-1.blog-post-add-comment-button {
    color: #fff;
}

/* .html-home-page .limoobit_pannel_dashboard .desktop-laptop::after {
    position: absolute;
    content: '';
    width: 83%;
    height: 100%;
    background: url(../img/newhomepage/LOPTOP-DEMO.png) no-repeat 0 0;
    background-size: 97%;
    z-index: -1;
    right: 0;
    left: 138px;
    top: -40px;
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}

.limoobit_pannel_dashboard .desktop-laptop .carousel-cell img {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
} */

/* .limoobit_online_sell .main-carousel .flickity-slider {
    margin: 10px -24%;
    height: 95%;
} */

.html-home-page .new-btn_customize .ti-arrow-left {
    display: inline-block;
    margin-left: 15px;
    font-size: 0;
    transform: scale(-1);
}

.limoobit_online_sell .pic-namad img {
    width: 70px;
}

.html-home-page .new-btn_customize a {
    font-size: 12px;
}

.html-home-page .limoobit_online_sell .help-customer a {
    margin-top: 7%;
    font-size: 14px;
    letter-spacing: 0;
}

/* .html-home-page .new-btn_customize {
    width: 395px;
} */

.desktop-model .new-btn_customize {
    width: 350px;
    position: absolute;
    bottom: 40px;
    left: 9%;
}

.html-home-page .limoobit_online_sell .carousel-cell .data-cell-card p {
    font-size: 11px;
}

.template-site-page .main-section-story .tablink {
    font-size: 10px;
    padding: 11px 5px;
    width: 159px;
}

.limoobit_online_sell .carousel-cell .data-cell-card h2 {
    line-height: 1.5;
}

.html-home-page h2 {
    font-size: 35px;
    line-height: 40px;
    font-weight: 600;
}

.html-home-page .limoobit_market_place .post-section-img {
    width: 50%;
    margin-right: 3%;
    position: relative;
}

.html-home-page .limoobit_pannel_dashboard .caption-carousel .carousel-cell p {
    font-size: 14px;
}

.html-home-page .limoobit_pannel_dashboard .caption-carousel .carousel-cell h2 {
    font-size: 22.4px;
    margin-bottom: 30px;
    font-weight: 600;
    margin-top: 1%;
}

.limoobit_pannel_dashboard .flickity-page-dots {
    width: 90%;
}

.html-home-page .limoobit_facility .facility-item .comment {
    font-size: 8px;
}

.limoobit_pannel_dashboard .caption-carousel .carousel-cell h2 {
    line-height: 1.5;
    font-size: 23px;
    font-weight: 600;
    margin-bottom: 30px;
}

.html-home-page .limoobit_online_sell .flickity-page-dots {
    width: 35%;
    bottom: -5px;
    right: 122%;
}

.html-home-page .rich-blog-homepage .flickity-page-dots {
    width: 100%;
    bottom: 36px;
    right: 71%;
}

.html-home-page .rich-blog-homepage .flickity-slider {
    position: absolute;
    width: 100%;
    height: 100%;
    right: -10% !important;
}

.html-home-page .limoobit_services_stores .nav-title {
    font-size: 24px;
    text-align: left;
    margin-bottom: 25px;
    color: #fff;
    font-weight: 600;
}

.main-section-story .ul-service li h6 {
    padding-left: 30px;
}

.html-blogpost-page .text-alert {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
    min-height: 1px;
    padding: 15px 20px;
    border-right: 1px solid #ffffff42;
}

.html-blogpost-page .img-alert {
    max-width: 16.666667%;
    flex: 0 0 16.666667%;
    display: flex;
    justify-content: center;
    min-height: 1px;
    padding-right: 25px;
    padding-left: 25px;
}

.html-blogpost-page .alert-blog .text-alert p {
    margin: 0;
}

.topic-page .sky-page-wrapper .benifits-for-everyone .block-info {
    height: 350px;
}

.topic-page .limoo-portal-page .benifits-for-everyone .block-info {
    height: 370px;
}

.html-blogpost-page .alert-blog.beigei {
    background-color: #e4d9ab;
}

.html-blogpost-page .alert-blog.pinki {
    background-color: #FFADAD;
}

.html-blogpost-page .alert-blog.yellowi {
    background-color: #FFEF78;
}

.html-blogpost-page .alert-blog {
    display: flex;
    flex-wrap: wrap;
    width: 75%;
    align-items: center;
    margin: 15px auto;
    box-shadow: rgb(99 99 99 / 20%) 0px 2px 8px 0px;
    position: relative;
}

.blogpost-page .row-img {
    width: 60%;
    margin: 0 auto;
}

.pricin-page-wrapper .slider .text strong {
    font-weight: bold;
    font-family: inherit;
    direction: ltr;
    color: #ffff;
    font-size: 29px;
    margin-right: 15px;
}

.template-site-page .limoobit_market_place .block-information {
    color: #444;
    font-size: 16px;
    text-align: left;
    font-weight: 400;
}

.topic-page .template-site-page .main-section-story .tab-buttons {
    width: 14%;
}

.template-site-page .limoobit_market_place .block-information li::after {
    left: 0;
}

.limoobit_market_place .block-information li {
    font-size: 15px;
}

.html-home-page .limoobit_online_sell .main-carousel .carousel-cell {
    transform: translateX(2%);
}

.html-home-page .limoobit_market_place .block-information li::after {
    content: '';
    position: absolute;
    width: 8px;
    height: 8px;
    background: #a4a4a4;
    left: 0;
    border-radius: 50%;
    top: 10px;
}

.limoobit_market_place a.arrow-left img {
    transform: scale(-1);
}

.html-home-page .limoobit_market_place .block-information {
    text-align: left;
}

.limoobit_market_place .block-information li::after {
    left: 0 !important;
}

.theme-main-desk-sliders .nivo-caption .content-main-slider p {
    margin: 15px;
    padding: 0;
    font-size: 16px;
    text-align: center;
    line-height: 1;
    color: #464646;
    font-weight: bolder;
}

.theme-main-desk-sliders .nivo-caption .content-main-slider h1 {
    font-size: 22px;
    line-height: 40px;
}

.theme-main-desk-sliders .nivo-caption {
    width: 30%;
    top: 37%;
    bottom: auto;
    left: 80%;
    padding: 15px;
    background-color: transparent;
    text-align: center;
    color: #333;
    font-size: 18px;
    overflow: visible;
    z-index: 6;
    transform: translate(-50%, -50%);
}

.froshgahsaz-page .slik-c2c-section .slick-list {
    float: right;
}

.froshgahsaz-page .slick-slide:hover .c2c-ex-box-content {
    display: block;
    opacity: 1;
    position: absolute;
    top: 100px;
    margin-left: 100px;
}

.froshgahsaz-page .article_sec2 .page-btn {
    right: 0;
}

.froshgahsaz-page .slick-next {
    left: 37px;
}

.froshgahsaz-page .c2c-ex-box-content .page-btn {
    left: 30%;
}

.packages-wrapper-demo .packages-box.one .btn-grps a {
    width: 260px;
}

.html-topic-page .froshgahsaz-page .slick-prev,
.html-topic-page .froshgahsaz-page .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}

.html-topic-page .froshgahsaz-page .slick-prev:before,
.html-topic-page .froshgahsaz-page .slick-next:before {
    font-family: 'slick';
    font-size: 32px;
    line-height: 1;
    opacity: 1;
    color: black;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background-color: #ffffff;
    border-radius: 50%;
    padding: 10px;
    box-shadow: rgb(99 99 99 / 20%) 0px 2px 8px 0px;
}

.packages-wrapper-demo .packages-box.one .description {
    padding-bottom: 40px;
}

.text-first-demo p::before {
    content: url(../img/flash-right.png);
    width: 25px;
    height: 25px;
    display: inline-block;
    padding-top: 2px;
    transform: scale(-1);
}

.text-first-demo p::after {
    content: url(../img/flash-left.png);
    width: 25px;
    height: 25px;
    display: inline-block;
    padding-top: 2px;
    transform: scale(-1);
}

.main-section-story .tablink {
    float: right;
}

@media all and (max-width: 769px) {
    /* .limoobit_pannel_dashboard .desktop-laptop {
        height: 70vw;
    } */

    .limoobit_market_place .rinse-off .lady {
        left: 50%;
    }

    .block .inner-wrapper .list a {
        line-height: 1.3;
        border-bottom: 1px solid #ccc;
    }

    .rich-blog-homepage .flickity-page-dots {
        width: 100%;
        bottom: -75px;
        right: 0;
        left: 0;
    }
}

/* parsa 25-2 */
.new-update-page .hero-slider-section-two {
    position: relative;
    display: block;
    overflow: hidden;
    width: 100%;
    background: linear-gradient(83deg, rgba(255, 221, 49, 1) 0%, rgba(140, 198, 63, 1) 100%);
}

.new-update-page .hero-slider-wrap {
    height: 85vh;
}

.new-update-page .hero-slider-wrap {
    height: 105vh;
}

.new-update-page .hero-slider-wrap .container {
    width: 1280px;
    padding-top: 60px;
}

.new-update-page .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.new-update-page .slider-content-two {
    position: relative;
    display: flex;
    justify-content: center;
    flex-direction: column;
    z-index: 2;
}

.new-update-page .slider-content h1,
.slider-content p {
    color: #fff;
}

.new-update-page .slider-content h1 {
    font-size: 29px;
    line-height: 50px;
    margin-bottom: 20px;
    font-weight: 900;
}

.new-update-page .slider-content .typed {
    color: #ffffff;
    min-height: 54px;
}

.new-update-page .slider-content-two h2 {
    font-size: 22px;
}

.new-update-page span.typed-cursor {
    display: none;
}

.new-update-page .slider-content p {
    margin-bottom: 30px;
    text-align: justify;
    font-size: 16px;
    line-height: 2;
    font-weight: 200;
}

.see-website a {
    padding: 8px 22px;
    background-color: #1473e7;
    color: #fff;
    border-radius: 55px;
    font-size: 13px;
}

.new-update-page .hero-image {
    position: relative;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.new-update-page .river-wave-area {
    width: 100%;
    position: relative;
    bottom: 0;
    left: 0;
    z-index: 1;
}

.new-update-page .river-wave {
    background: url(../img/New-update/wave.svg) repeat-x;
    position: absolute;
    top: -100px;
    width: 6400px;
    height: 100px;
    animation: river-wave 35s cubic-bezier(0.36, 0.45, 0.63, 0.53) infinite;
    transform: translate3d(0, 0, 0);
}

.new-update-page .river-wave-area .river-wave p {
    opacity: 0;
}

.new-update-page .river-wave:nth-of-type(2) {
    top: -56px;
    animation: river-wave 20s cubic-bezier(0.36, 0.45, 0.63, 0.53) -.125s infinite, swell 7s ease -1.25s infinite;
    opacity: 1;
}

#features .container {
    width: 1320px;
}

.section-heading.text-center.mb-40 h2 {
    margin-top: 50px;
}

.new-update-page .hint {
    text-align: center;
    font-weight: 100;
    color: #606060;
}

.new-update-page .fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}

.feature-moc {
    padding-top: 50%;
}

.new-update-page .feature-list .feature-box h3 {
    line-height: 40px;
    font-size: 22px;
    font-weight: 400;
}

.new-update-page .feature-box .feature-content {
    padding: 25px 20px 25px 50px;
    border-top: 2px solid #eee;
    border-right: 2px solid #eee;
    position: relative;
    transition: all 0.3s ease 0s;
}

.new-update-page .feature-box .feature-content::before {
    content: "";
    width: 0;
    height: 2px;
    background: #eee;
    position: absolute;
    bottom: 0;
    right: 0;
    transition: all 0.3s ease 0s;
}

.new-update-page .feature-box .feature-content::before {
    content: "";
    width: 0;
    height: 2px;
    background: #eee;
    position: absolute;
    bottom: 0;
    right: 0;
    transition: all 0.3s ease 0s;
}

*:before,
*:after {
    box-sizing: border-box;
}

*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.feature-content p {
    font-weight: 200;
    margin: 0;
    line-height: 2;
}

.new-update-page .feature-box .feature-icon {
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 50%;
    background: #fff;
    text-align: center;
    font-size: 25px;
    color: #a6a6a6;
    border: 1px solid #eee;
    position: absolute;
    top: -25px;
    left: 0;
    transition: all 0.3s ease 0s;
}

.new-update-page .part-four {
    width: 95%;
    margin: 50px auto;
    padding: 10px 0;
}

.new-update-page .wrapper-3 .part-four .ribbon {
    width: 100%;
    position: absolute;
    right: 0;
    left: 0;
    background-color: #ef3a50;
    padding: 30px 0 130px;
}

.new-update-page .wrapper-3 .ribbon h2 {
    font-size: 28px;
    font-weight: 800;
    color: #fff;
    padding: 30px;
}

.new-update-page .wrapper-3 .ribbon a {
    color: #fff;
}

.new-update-page .wrapper-3 .part-four .ribbon p {
    width: 70%;
    margin: 0 auto !important;
    color: #fff;
    font-size: 15px;
    line-height: 2.5;
    text-align: center;
    font-weight: 200;
}

.new-update-page .wrapper-3 .part-four .subtract-minor.desktop {
    margin: 0 auto;
    padding-top: 300px;
}

.new-update-page .col-md-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}

.new-update-page .wrapper-3 .shelter {
    padding: 15px 15px 10px;
    height: 170px;
    margin: 10px 0;
    border: 1px solid #dee2e6;
    border-radius: 5px;
    background-color: #fff;
    max-height: 200px;
    overflow: hidden;
}

.new-update-page .d-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
}

.new-update-page .d-flex {
    display: flex;
    align-items: center;
}

.new-update-page .col-md-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}

.new-update-page .wrapper-3 .d-flex h3 {
    font-size: 15px;
    font-weight: bold;
    line-height: 1.8;
}

.new-update-page .wrapper-3 .shelter p {
    font-size: 13px;
    margin: 0;
    font-weight: 100;
}

.new-update-page .subtract-minor.mobile {
    display: none;
}

.new-update-page .content-box-multisec h3 {
    text-align: center;
    font-size: 25px;
    line-height: 2;
}

.new-update-page .content-box-multisec p {
    width: 80%;
    text-align: center;
    margin: 0 auto;
    font-weight: 200;
    line-height: 2.5;
}

.new-update-page .content-box-multisec .see-website {
    margin: 0 auto;
    text-align: center;
    padding: 20px;
}

.topic-page a {
    text-decoration: none;
}

.new-update-page .feature-box:hover .feature-icon {
    background-color: #87f787;
    border-color: #87f787;
    color: #fff;
}

.new-update-page .feature-box:hover .feature-content {
    border-top-color: #57f457;
    border-right-color: #57f457;
}

.new-update-page .feature-box:hover .feature-content::before {
    width: 50%;
    background: linear-gradient(-90deg, #57f457 0, #11b4b3 100%);
}

@media (min-width: 1200px) {
    .sky-page-wrapper .container.sky-two {
        width: 1345px;
    }
}

.sky-page-wrapper .container.sky-two .text-block>p {
    font-size: 12px;
}

/* parsa 25-2 */
.theme-desktop-slider.nivo-caption .content-main-slider p,
.theme-desktop-slider .nivo-caption .content-main-slidertwo p {
    margin: 15px;
    padding: 0;
    font-size: 16px;
    text-align: left;
    line-height: 1;
    color: #fff;
    font-weight: bolder;
}

.theme-desktop-slider .nivo-caption .content-main-slider h1,
.theme-desktop-slider .nivo-caption .content-main-slider h2,
.theme-desktop-slider .nivo-caption .content-main-slidertwo h1,
.theme-desktop-slider .nivo-caption .content-main-slidertwo h2 {
    font-size: 22px;
    line-height: 40px;
    color: #fff;
    text-align: left;
}

.theme-desktop-slider .nivo-caption .content-main-slider h1,
.theme-desktop-slider .nivo-caption .content-main-slider h2,
.theme-desktop-slider .nivo-caption .content-main-slidertwo h1,
.theme-desktop-slider .nivo-caption .content-main-slidertwo h2 {
    font-size: 22px;
    line-height: 40px;
    color: #fff;
    text-align: left;
}

.theme-desktop-slider .nivo-caption .content-main-slider h3,
.theme-desktop-slider .nivo-caption .content-main-slider h3 {
    font-size: 20px;
    line-height: 26px;
    color: #fff;
    text-align: left;
}

.theme-desktop-slider .nivo-caption {
    position: absolute;
    width: 30%;
    top: 50%;
    bottom: auto;
    left: 20%;
    padding: 15px;
    background-color: transparent;
    text-align: left;
    color: #fff;
    font-size: 18px;
    overflow: visible;
    z-index: 6;
    transform: translate(-50%, -50%);
    line-height: 30px;
}

.theme-desktop-slider {
    position: relative;
}

.html-home-page .theme-desktop-slider .nivo-caption .content-main-slidertwo {
    width: 100%;
    top: 50%;
    bottom: auto;
    left: auto;
    padding: 15px;
    background-color: transparent;
    text-align: center;
    color: #333;
    font-size: 18px;
    overflow: visible;
    z-index: 6;
    transform: translate(10%, -50%);
}

.limoobit-intro-title-first {
    font-size: 1.8rem;
}

.limoobit-intro-title-second {
    font-size: 1.7rem;
}

.cloud-container {
    position: relative;
}

.main-section-story {
    margin-top: 1rem;
    display: flex;
    justify-content: center;
}

.main-section-story .tab-buttons {
    width: 30%;
}

.tablink-icon.one {
    background: url(/Themes/Prisma/Content/img/about/time-management.png) center no-repeat;
    background-size: 37px;
    width: 50px;
    height: 50px;
    display: block;
    font-size: 0;
    margin: 13px auto 0;
}

.tablink-icon.two {
    background: url(/Themes/Prisma/Content/img/about/assembly-line.png) center no-repeat;
    background-size: 37px;
    width: 50px;
    height: 50px;
    display: block;
    font-size: 0;
    margin: 13px auto 0;
}

.tablink-icon.three {
    background: url(/Themes/Prisma/Content/img/about/sale.png) center no-repeat;
    background-size: 37px;
    width: 50px;
    height: 50px;
    display: block;
    font-size: 0;
    margin: 13px auto 0;
}

.tablink-icon.four {
    background: url(/Themes/Prisma/Content/img/about/budgeting.png) center no-repeat;
    background-size: 37px;
    width: 50px;
    height: 50px;
    display: block;
    font-size: 0;
    margin: 13px auto 0;
}

.tablink-icon.five {
    background: url(/Themes/Prisma/Content/img/about/browser.png) center no-repeat;
    background-size: 37px;
    width: 50px;
    height: 50px;
    display: block;
    font-size: 0;
    margin: 13px auto 0;
}

.tablink-icon.six {
    background: url(/Themes/Prisma/Content/img/about/research.png) center no-repeat;
    background-size: 37px;
    width: 50px;
    height: 50px;
    display: block;
    font-size: 0;
    margin: 13px auto 0;
}

.tablink-icon.seven {
    background: url(/Themes/Prisma/Content/img/about-us/design-parts.svg) center no-repeat;
    background-size: 37px;
    width: 50px;
    height: 50px;
    display: block;
    font-size: 0;
    margin: 13px auto 0;
}

.tablink-icon.eight {
    background: url(/Themes/Prisma/Content/img/about-us/work-sample.svg) center no-repeat;
    background-size: 37px;
    width: 50px;
    height: 50px;
    display: block;
    font-size: 0;
    margin: 13px auto 0;
}

.tablink-icon.nine {
    background: url(/Themes/Prisma/Content/img/about-us/Services.svg) center no-repeat;
    background-size: 37px;
    width: 50px;
    height: 50px;
    display: block;
    font-size: 0;
    margin: 13px auto 0;
}

.arrow-left-icon img {
    transform: rotate(180deg);
}