@import url('../../themes/gamestreet/css/global-search.css');
:root {
    /* --theme-color: #ff9549; */
    --theme-color: #d97630;
    --theme-bg-font-color: black;
    --theme-font-color: #463c3c;
    --theme-dark-color: #3b260e;
    --theme-inactive-color: #8a8a8a;
    --theme-light-gray: #efefef;
    --search-results-top-margin: -30px;
    --search-box-bg: white;
    --search-box-bg-mob: #efefef;
    --search-box-border-color: black;
}
body {
    max-width: 100%;
    overflow-x: hidden
}

img {
    max-width: 100%;
    height: auto
}

ol,
ul {
    margin: 0;
    padding-left: 19px
}

h1 {
    font-size: 36px
}

h2 {
    font-size: 30px
}

h3 {
    font-size: 24px
}

h4 {
    font-size: 20px
}

h5 {
    font-size: 18px
}

h6 {
    font-size: 16px
}

p {
    margin-bottom: 20px
}

figure {
    margin: 0
}
footer {    
    color: #939292;
}
@media (min-width: 992px) {
    .search-results-section {
        margin-top: 0px;
    }
}
.see_all {
    padding: 10px 10px;
    border-radius: 5px;
    margin: 22px auto 0;
    display: block;
    width: fit-content;
}
@media(max-width: 576px) {
    .see_all {
        padding: 3px 8px;
        font-size: 12px;
    }
}
.see_all:link, .see_all:visited, .see_all:hover, .see_all:active {
    color: white;
    background: var(--theme-color);
    /* float: right; */
}
.stock_info {
    padding: 3px 5px;
    font-size: 12px;
    border-radius: 3px;
    border: 1px solid gray;
}
.deals_title {
    background: linear-gradient(to right, #349e0e,#ff6000);
    background-clip: border-box;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    width: fit-content;
    margin: 30px auto;
}
.acc_cl_1 {
    padding: 0 7px;
}
.text-ellipsis {
    max-width: 100%;
    display: inline-block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.product-cell {
    height: auto;
    display: block;
    /* background-color: #ececec; */
    margin-top: 21px;
}
.product-cell .product_name {
    padding: 10px;
    font-size: 17px;
    font-weight: 500;
    height: 46px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 360px;
    display: block;
}
.product-cell .product_price {
    padding: 0 10px 10px 10px;
    font-size: 17px;
    font-weight: 500;
}
@media(max-width: 576px) {
    .product-cell .product_name, .product-cell .product_price {
        font-size: 14px;
    }
}
.product-cell .pop-buy-now-btn {
    width: 100%;
}
.product-cell .onsale {
    position: absolute;
    top: 22px;
}
.header-position.fixed .e_logo {
    scale: 0.8;
}

.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute!important;
    width: 1px;
    word-wrap: normal!important
}

.screen-reader-text:focus {
    background-color: #eee;
    clip: auto!important;
    clip-path: none;
    color: #444;
    display: block;
    font-size: 1em;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000
}

.page-links {
    margin-top: 10px;
    margin-bottom: 20px;
    display: inline-block;
    width: 100%
}

.page-links>span.page-links-title {
    line-height: 44px
}

.page-links>a,
.page-links>span:not(.page-links-title) {
    color: #868686;
    display: inline-block;
    min-width: 43px;
    padding: 0 3px;
    vertical-align: top;
    text-align: center;
    font-size: 16px;
    position: relative;
    line-height: 42px;
    height: 43px;
    border: 1px solid #ebebeb;
    background-color: #ebebeb;
    margin: 3px;
    border-radius: 0;
    font-weight: 600
}

.page-links>a:hover,
.page-links>span:not(.page-links-title) {
    color: #fff;
    border-color: #000;
    background-color: #000
}

.more-link::after {
    content: "\f178";
    font-family: FontAwesome, sans-serif;
    margin-left: 5px;
    vertical-align: middle
}

.post-password-form input[type=submit]:hover {
    background-color: #000
}

.akasha-error,
.akasha-info,
.akasha-message {
    padding: 1em 2em 1em 2em;
    margin: 0 0 30px;
    position: relative;
    background-color: #f6f6f6;
    color: #111;
    border-top: 3px solid #4caf50;
    list-style: none!important;
    width: auto;
    word-wrap: break-word
}

.akasha-error:after,
.akasha-error:before,
.akasha-info:after,
.akasha-info:before,
.akasha-message:after,
.akasha-message:before {
    content: "";
    display: table
}

.akasha-error:after,
.akasha-info:after,
.akasha-message:after {
    clear: both
}

.akasha-error .button,
.akasha-info .button,
.akasha-message .button {
    float: right;
    font-size: 14px;
    display: inline-block;
    padding: 0 14px;
    height: 30px;
    line-height: 30px;
    border-radius: 30px;
    margin: 0;
    background-color: #000;
    color: #fff
}

.akasha-error .button:hover,
.akasha-info .button:hover,
.akasha-message .button:hover {
    background-color: #000
}

.akasha-error {
    border-color: #f44336
}

.akasha-info {
    border-color: #2196f3
}

input[type=email],
input[type=password],
input[type=search],
input[type=tel],
input[type=text],
input[type=url],
select,
textarea {
    -webkit-appearance: none;
    -moz-appearance: none
}

select::-ms-expand {
    display: none
}

input[type=email]:focus,
input[type=number]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=tel]:focus,
input[type=text]:focus,
input[type=url]:focus,
select:focus,
textarea:focus {
    outline: 0
}

:focus {
    outline: 0!important
}

::-webkit-input-placeholder {
    color: inherit;
    opacity: 1
}

:-moz-placeholder {
    color: inherit;
    opacity: 1
}

::-moz-placeholder {
    color: inherit;
    opacity: 1
}

:-ms-input-placeholder {
    color: inherit;
    opacity: 1
}

.added_to_cart.disabled,
.added_to_cart:disabled,
.button.disabled,
.button:disabled,
button.disabled,
button:disabled,
input[type=button].disabled,
input[type=button]:disabled,
input[type=reset].disabled,
input[type=reset]:disabled,
input[type=submit].disabled,
input[type=submit]:disabled {
    opacity: .65!important;
    cursor: not-allowed
}

.return-message {
    line-height: 20px;
    padding: 10px;
    margin-top: 15px;
    text-align: left
}

@media (min-width:1200px) {
    .auto-clear .az_col-lg-15:nth-child(5n+1),
    .auto-clear .az_col-lg-1:nth-child(12n+1),
    .auto-clear .az_col-lg-2:nth-child(6n+1),
    .auto-clear .az_col-lg-3:nth-child(4n+1),
    .auto-clear .az_col-lg-4:nth-child(3n+1),
    .auto-clear .az_col-lg-6:nth-child(odd) {
        clear: both
    }
}

@media (min-width:1500px) {
    .auto-clear .col-bg-15:nth-child(5n+1),
    .auto-clear .col-bg-1:nth-child(12n+1),
    .auto-clear .col-bg-2:nth-child(6n+1),
    .auto-clear .col-bg-3:nth-child(4n+1),
    .auto-clear .col-bg-4:nth-child(3n+1),
    .auto-clear .col-bg-6:nth-child(odd) {
        clear: both
    }
}

@media (min-width:1200px) and (max-width:1499px) {
    .auto-clear .col-lg-15:nth-child(5n+1),
    .auto-clear .col-lg-1:nth-child(12n+1),
    .auto-clear .col-lg-2:nth-child(6n+1),
    .auto-clear .col-lg-3:nth-child(4n+1),
    .auto-clear .col-lg-4:nth-child(3n+1),
    .auto-clear .col-lg-6:nth-child(odd) {
        clear: both
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .auto-clear .az_col-md-15:nth-child(5n+1),
    .auto-clear .az_col-md-1:nth-child(12n+1),
    .auto-clear .az_col-md-2:nth-child(6n+1),
    .auto-clear .az_col-md-3:nth-child(4n+1),
    .auto-clear .az_col-md-4:nth-child(3n+1),
    .auto-clear .az_col-md-6:nth-child(odd),
    .auto-clear .col-md-15:nth-child(5n+1),
    .auto-clear .col-md-1:nth-child(12n+1),
    .auto-clear .col-md-2:nth-child(6n+1),
    .auto-clear .col-md-3:nth-child(4n+1),
    .auto-clear .col-md-4:nth-child(3n+1),
    .auto-clear .col-md-6:nth-child(odd) {
        clear: both
    }
}

@media (min-width:768px) and (max-width:991px) {
    .auto-clear .az_col-sm-15:nth-child(5n+1),
    .auto-clear .az_col-sm-1:nth-child(12n+1),
    .auto-clear .az_col-sm-2:nth-child(6n+1),
    .auto-clear .az_col-sm-3:nth-child(4n+1),
    .auto-clear .az_col-sm-4:nth-child(3n+1),
    .auto-clear .az_col-sm-6:nth-child(odd),
    .auto-clear .col-sm-15:nth-child(5n+1),
    .auto-clear .col-sm-1:nth-child(12n+1),
    .auto-clear .col-sm-2:nth-child(6n+1),
    .auto-clear .col-sm-3:nth-child(4n+1),
    .auto-clear .col-sm-4:nth-child(3n+1),
    .auto-clear .col-sm-6:nth-child(odd) {
        clear: both
    }
}

@media (min-width:576px) and (max-width:767px) {
    .auto-clear .col-xs-15:nth-child(5n+1),
    .auto-clear .col-xs-1:nth-child(12n+1),
    .auto-clear .col-xs-2:nth-child(6n+1),
    .auto-clear .col-xs-3:nth-child(4n+1),
    .auto-clear .col-xs-4:nth-child(3n+1),
    .auto-clear .col-xs-6:nth-child(odd) {
        clear: both
    }
}

@media (max-width:575px) {
    .auto-clear .col-ts-15:nth-child(5n+1),
    .auto-clear .col-ts-1:nth-child(12n+1),
    .auto-clear .col-ts-2:nth-child(6n+1),
    .auto-clear .col-ts-3:nth-child(4n+1),
    .auto-clear .col-ts-4:nth-child(3n+1),
    .auto-clear .col-ts-6:nth-child(odd) {
        clear: both
    }
}

@media (max-width:767px) {
    .auto-clear .az_col-xs-15:nth-child(5n+1),
    .auto-clear .az_col-xs-1:nth-child(12n+1),
    .auto-clear .az_col-xs-2:nth-child(6n+1),
    .auto-clear .az_col-xs-3:nth-child(4n+1),
    .auto-clear .az_col-xs-4:nth-child(3n+1),
    .auto-clear .az_col-xs-6:nth-child(odd) {
        clear: both
    }
}

.col-bg-15,
.col-bg-25,
.col-bg-35,
.col-bg-45,
.col-lg-15,
.col-lg-25,
.col-lg-35,
.col-lg-45,
.col-md-15,
.col-md-25,
.col-md-35,
.col-md-45,
.col-sm-15,
.col-sm-25,
.col-sm-35,
.col-sm-45,
.col-ts-15,
.col-ts-25,
.col-ts-35,
.col-ts-45,
.col-xs-15,
.col-xs-25,
.col-xs-35,
.col-xs-45 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px
}

@media (max-width:575px) {
    .col-ts-15,
    .col-ts-25,
    .col-ts-35,
    .col-ts-45 {
        float: left
    }
    .col-ts-15 {
        width: 20%
    }
    .col-ts-25 {
        width: 40%
    }
    .col-ts-35 {
        width: 60%
    }
    .col-ts-45 {
        width: 80%
    }
}

@media (min-width:576px) and (max-width:767px) {
    .col-xs-15,
    .col-xs-25,
    .col-xs-35,
    .col-xs-45 {
        float: left
    }
    .col-xs-15 {
        width: 20%
    }
    .col-xs-25 {
        width: 40%
    }
    .col-xs-35 {
        width: 60%
    }
    .col-xs-45 {
        width: 80%
    }
}

@media (min-width:768px) and (max-width:991px) {
    .col-sm-15,
    .col-sm-25,
    .col-sm-35,
    .col-sm-45 {
        float: left
    }
    .col-sm-15 {
        width: 20%
    }
    .col-sm-25 {
        width: 40%
    }
    .col-sm-35 {
        width: 60%
    }
    .col-sm-45 {
        width: 80%
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .col-md-15,
    .col-md-25,
    .col-md-35,
    .col-md-45 {
        float: left
    }
    .col-md-15 {
        width: 20%
    }
    .col-md-25 {
        width: 40%
    }
    .col-md-35 {
        width: 60%
    }
    .col-md-45 {
        width: 80%
    }
}

@media (min-width:1200px) and (max-width:1499px) {
    .col-lg-15,
    .col-lg-25,
    .col-lg-35,
    .col-lg-45 {
        float: left
    }
    .col-lg-15 {
        width: 20%
    }
    .col-lg-25 {
        width: 40%
    }
    .col-lg-35 {
        width: 60%
    }
    .col-lg-45 {
        width: 80%
    }
}

@media (min-width:1500px) {
    .col-bg-15,
    .col-bg-25,
    .col-bg-35,
    .col-bg-45 {
        float: left
    }
    .col-bg-15 {
        width: 20%
    }
    .col-bg-25 {
        width: 40%
    }
    .col-bg-35 {
        width: 60%
    }
    .col-bg-45 {
        width: 80%
    }
}

/* @media (min-width:1500px) { */
@media (min-width:576px) {
    .col-bg-1,
    .col-bg-10,
    .col-bg-11,
    .col-bg-12,
    .col-bg-2,
    .col-bg-3,
    .col-bg-4,
    .col-bg-5,
    .col-bg-6,
    .col-bg-7,
    .col-bg-8,
    .col-bg-9 {
        position: relative;
        min-height: 1px;
        padding-right: 15px;
        padding-left: 15px
    }
    .col-bg-1,
    .col-bg-10,
    .col-bg-11,
    .col-bg-12,
    .col-bg-2,
    .col-bg-3,
    .col-bg-4,
    .col-bg-5,
    .col-bg-6,
    .col-bg-7,
    .col-bg-8,
    .col-bg-9 {
        float: left
    }
    .col-bg-12 {
        width: 100%
    }
    .col-bg-11 {
        width: 91.66666667%
    }
    .col-bg-10 {
        width: 83.33333333%
    }
    .col-bg-9 {
        width: 75%
    }
    .col-bg-8 {
        width: 66.66666667%
    }
    .col-bg-7 {
        width: 58.33333333%
    }
    .col-bg-6 {
        width: 50%
    }
    .col-bg-5 {
        width: 41.66666667%
    }
    .col-bg-4 {
        width: 33.33333333%
    }
    .col-bg-3 {
        width: 25%
    }
    .col-bg-2 {
        width: 16.66666667%
    }
    .col-bg-1 {
        width: 8.33333333%
    }
}

@media (max-width:575px) {
    .col-ts-1,
    .col-ts-10,
    .col-ts-11,
    .col-ts-12,
    .col-ts-2,
    .col-ts-3,
    .col-ts-4,
    .col-ts-5,
    .col-ts-6,
    .col-ts-7,
    .col-ts-8,
    .col-ts-9 {
        position: relative;
        min-height: 1px;
        padding-right: 15px;
        padding-left: 15px
    }
    .col-ts-1,
    .col-ts-10,
    .col-ts-11,
    .col-ts-2,
    .col-ts-3,
    .col-ts-4,
    .col-ts-5,
    .col-ts-6,
    .col-ts-7,
    .col-ts-8,
    .col-ts-9 {
        float: left
    }
    .col-ts-12 {
        width: 100%
    }
    .col-ts-11 {
        width: 91.66666667%
    }
    .col-ts-10 {
        width: 83.33333333%
    }
    .col-ts-9 {
        width: 75%
    }
    .col-ts-8 {
        width: 66.66666667%
    }
    .col-ts-7 {
        width: 58.33333333%
    }
    .col-ts-6 {
        width: 49%
    }
    .col-ts-5 {
        width: 41.66666667%
    }
    .col-ts-4 {
        width: 33.33333333%
    }
    .col-ts-3 {
        width: 25%
    }
    .col-ts-2 {
        width: 16.66666667%
    }
    .col-ts-1 {
        width: 8.33333333%
    }
}

.rows-space-0 {
    margin-bottom: 0
}

.rows-space-10 {
    margin-bottom: 10px
}

.rows-space-20 {
    margin-bottom: 20px
}

.rows-space-30 {
    margin-bottom: 30px
}

.rows-space-40 {
    margin-bottom: 40px
}

.rows-space-50 {
    margin-bottom: 50px
}

.rows-space-60 {
    margin-bottom: 60px
}

.rows-space-70 {
    margin-bottom: 70px
}

.rows-space-80 {
    margin-bottom: 80px
}

.rows-space-90 {
    margin-bottom: 90px
}

.rows-space-100 {
    margin-bottom: 100px
}

@media (max-width:1199px) {
    .rows-space-100,
    .rows-space-30,
    .rows-space-40,
    .rows-space-50,
    .rows-space-60,
    .rows-space-70,
    .rows-space-80,
    .rows-space-90 {
        margin-bottom: 20px
    }
}

@media (max-width:767px) {
    .rows-space-100,
    .rows-space-20,
    .rows-space-30,
    .rows-space-40,
    .rows-space-50,
    .rows-space-60,
    .rows-space-70,
    .rows-space-80,
    .rows-space-90 {
        margin-bottom: 10px
    }
}

.owl-slick .row-item:last-child [class*=" rows-space-"],
.owl-slick .row-item:last-child [class^=rows-space-] {
    margin-bottom: 0
}

.az_col-has-fill>div.az_column-inner,
.az_row-has-fill+.az_az_row>.az_row>.az_az_column>.az_column_container>div.az_column-inner,
.az_row-has-fill+.az_az_row_inner>.az_row>.az_az_column_inner>.az_column_container>div.az_column-inner,
.az_row-has-fill+.az_row-full-width+.az_row>.az_column_container>div.az_column-inner,
.az_row-has-fill+.az_row>.az_column_container>div.az_column-inner,
.az_row-has-fill>.az_az_column_inner>.az_column_container>div.az_column-inner,
.az_row-has-fill>.az_column_container>div.az_column-inner,
.az_row-has-fill>.az_row>.az_az_column>.az_column_container>div.az_column-inner,
section.az_section.az_section-has-fill,
section.az_section.az_section-has-fill+.az_row-full-width+.az_section,
section.az_section.az_section-has-fill+.az_section {
    padding-top: 0
}

body .dreaming_button,
body .dreaming_content_element,
body ul.dreaming_thumbnails-fluid>li {
    margin-bottom: 0
}

.az_row-no-padding .az_inner {
    margin-left: -15px;
    margin-right: -15px
}

div.az_row.az_row-no-padding .az_inner {
    margin-left: -15px;
    margin-right: -15px
}

div.az_row.az_row-no-padding .az_inner .az_column-inner {
    padding-left: 15px;
    padding-right: 15px
}

.az_separator * {
    display: block
}

div.az_separator .az_sep_holder {
    height: auto
}

div.az_separator .az_sep_holder .az_sep_line {
    height: auto;
    top: auto
}

@media (max-width:1199px) {
    .az_custom_heading br,
    .dreaming_text_column br {
        display: none
    }
}

.alignnone {
    margin: 5px 20px 20px 0
}

img.alignnone {
    margin: 0
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto
}

.alignright {
    float: right;
    margin: 5px 0 20px 20px
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px
}

a img.alignnone {
    margin: 5px 20px 20px 0
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption {
    background: #fff;
    max-width: 100%;
    padding: 5px 0;
    text-align: center;
    margin: 0
}

.wp-caption.alignnone {
    margin: 0 20px 20px 0;
    clear: both
}

.wp-caption.alignleft {
    margin: 0 20px 20px 0
}

.wp-caption.alignright {
    margin: 0 0 20px 20px
}

.wp-caption.aligncenter {
    margin: 0 auto
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 100%;
    padding: 0;
    width: auto
}

.wp-caption .wp-caption-text {
    font-size: 12px;
    line-height: 17px;
    padding: 10px 4px 5px;
    margin: 0!important
}

iframe {
    max-width: 100%!important
}

.alignright {
    float: right;
    margin: 5px 0 20px 30px
}

.alignleft {
    float: left;
    margin: 5px 30px 20px 0
}

.gallery {
    margin-left: -10px;
    margin-right: -10px
}

.gallery:after {
    display: table;
    content: "";
    clear: both
}

.gallery-caption {
    color: #707070;
    display: block;
    font-size: 12px;
    line-height: 1.5;
    padding: .5em 0
}

.gallery-item {
    margin: 0;
    float: left;
    padding: 10px;
    font-style: italic;
    color: #666
}

.gallery-columns-1 .gallery-item {
    width: 100%;
    float: none
}

.gallery-columns-2 .gallery-item {
    width: 50%
}

.gallery-columns-3 .gallery-item {
    width: 33.3333%
}

.gallery-columns-4 .gallery-item {
    width: 25%
}

.gallery-columns-5 .gallery-item {
    width: 20%
}

.gallery-columns-6 .gallery-item {
    width: 16.6667%
}

.gallery-columns-7 .gallery-item {
    width: 14.2857%
}

.gallery-columns-8 .gallery-item {
    width: 12.5%
}

.gallery-columns-9 .gallery-item {
    width: 11.1111%
}

.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
    display: none
}

@media (min-width:1200px) {
    .gallery-columns-2 .gallery-item:nth-child(2n+1),
    .gallery-columns-3 .gallery-item:nth-child(3n+1),
    .gallery-columns-4 .gallery-item:nth-child(4n+1),
    .gallery-columns-5 .gallery-item:nth-child(5n+1),
    .gallery-columns-6 .gallery-item:nth-child(6n+1),
    .gallery-columns-7 .gallery-item:nth-child(7n+1),
    .gallery-columns-8 .gallery-item:nth-child(8n+1),
    .gallery-columns-9 .gallery-item:nth-child(9n+1) {
        clear: both
    }
}

@media (max-width:1199px) and (min-width:992px) {
    .main-container:not(.no-sidebar) .gallery .gallery-item {
        min-width: 25%
    }
    .main-container.no-sidebar .gallery-columns-2 .gallery-item:nth-child(2n+1),
    .main-container.no-sidebar .gallery-columns-3 .gallery-item:nth-child(3n+1),
    .main-container.no-sidebar .gallery-columns-4 .gallery-item:nth-child(4n+1),
    .main-container.no-sidebar .gallery-columns-5 .gallery-item:nth-child(5n+1),
    .main-container.no-sidebar .gallery-columns-6 .gallery-item:nth-child(6n+1),
    .main-container.no-sidebar .gallery-columns-7 .gallery-item:nth-child(7n+1),
    .main-container.no-sidebar .gallery-columns-8 .gallery-item:nth-child(8n+1),
    .main-container.no-sidebar .gallery-columns-9 .gallery-item:nth-child(9n+1),
    .main-container:not(.no-sidebar) .gallery-columns-2 .gallery-item:nth-child(2n+1),
    .main-container:not(.no-sidebar) .gallery-columns-3 .gallery-item:nth-child(3n+1),
    .main-container:not(.no-sidebar) .gallery:not(.gallery-columns-2):not(.gallery-columns-3) .gallery-item:nth-child(4n+1) {
        clear: both
    }
}

@media (max-width:991px) {
    .gallery .gallery-item {
        min-width: 25%
    }
}

@media (max-width:991px) and (min-width:768px) {
    .gallery-columns-2 .gallery-item:nth-child(2n+1),
    .gallery-columns-3 .gallery-item:nth-child(3n+1),
    .gallery:not(.gallery-columns-2):not(.gallery-columns-3) .gallery-item:nth-child(4n+1) {
        clear: both
    }
}

@media (max-width:767px) {
    .gallery .gallery-item {
        min-width: 33.33%
    }
}

@media (max-width:767px) and (min-width:480px) {
    .gallery-columns-2 .gallery-item:nth-child(2n+1),
    .gallery:not(.gallery-columns-2) .gallery-item:nth-child(3n+1) {
        clear: both
    }
}

@media (max-width:479px) {
    .gallery .gallery-item {
        min-width: 50%
    }
    .gallery .gallery-item:nth-child(2n+1) {
        clear: both
    }
}

@media (max-width:320px) {
    .gallery-columns-1 .gallery-caption,
    .gallery-columns-2 .gallery-caption,
    .gallery-columns-3 .gallery-caption,
    .gallery-columns-4 .gallery-caption,
    .gallery-columns-5 .gallery-caption {
        display: none
    }
}

.bypostauthor {
    color: inherit
}

.sticky {
    color: inherit
}

article.sticky .post-title a::before {
    font-family: FontAwesome, sans-serif;
    content: "\f097";
    font-size: 30px;
    padding-right: 10px
}

.post-title,
.widget {
    -ms-word-wrap: break-word;
    word-wrap: break-word
}

.widget select {
    width: 100%
}

.widget_rss cite {
    color: #000
}

.widget_rss .rss-date {
    display: block;
    font-size: 14px;
    line-height: 30px;
    color: #b7b7b7
}

.widget_product_tag_cloud .tagcloud a,
.widget_tag_cloud .tagcloud a {
    display: inline-block;
    margin: 0 3px 7px 0;
    padding: 4px 22px;
    font-size: 13px!important;
    font-weight: 600;
    line-height: 26px;
    border: 1px solid #e4e6ec;
    height: 34px;
    text-align: center
}

.widget_product_tag_cloud .tagcloud a:hover,
.widget_tag_cloud .tagcloud a:hover {
    background-color: #000;
    border-color: #000;
    color: #fff
}

.widget_calendar .calendar_wrap td,
.widget_calendar .calendar_wrap tr {
    padding: 0;
    text-align: center
}

.widget_calendar .calendar_wrap #today {
    color: red
}

.widget_tag_cloud a {
    font-size: 24px
}

.widget_shopping_cart .widget_shopping_cart_content {
    padding-top: 19px
}

.widget_shopping_cart .widget_shopping_cart_content .minicart-title {
    display: table;
    position: relative;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .1em;
    font-size: 15px;
    border-bottom: 1px solid #e8e8e8;
    padding: 0 35px 10px;
    margin: 10px auto 30px
}

.widget_shopping_cart .widget_shopping_cart_content .minicart-title .minicart-number-items {
    position: absolute;
    top: -15px;
    right: 10px;
    display: inline-block;
    min-width: 23px;
    height: 23px;
    line-height: 25px;
    text-align: center;
    padding: 0 3px;
    border-radius: 50%;
    background-color: #000;
    font-size: 12px;
    color: #fff
}

.widget_shopping_cart .product_list_widget {
    padding-left: 0;
    list-style: none
}

.widget_shopping_cart .product_list_widget li {
    position: relative
}

.widget_shopping_cart .product_list_widget li .variation {
    display: none
}

.widget_shopping_cart .product_list_widget li.mini_cart_item {
    padding: 0 20px 19px 0;
    overflow: hidden;
    color: #000;
    font-size: 16px
}

.widget_shopping_cart .product_list_widget img {
    float: left;
    max-width: 70px;
    margin-right: 20px;
    border-radius: 8px
}

.widget_shopping_cart .product_list_widget li>a {
    display: block
}

.widget_shopping_cart .product_list_widget li a:not(.remove) {
    font-size: 14px;
    line-height: 22px;
    font-weight: 600
}

.widget_shopping_cart .product_list_widget li a:not(.remove):not(:hover) {
    color: #000
}

.widget_shopping_cart .product_list_widget li .quantity {
    font-size: 14px;
    line-height: 22px;
    color: #868686;
    font-weight: 500
}

.widget_shopping_cart .product_list_widget li .remove_from_cart_button {
    position: absolute;
    top: 0;
    right: 5px;
    font-size: 24px;
    width: auto!important
}

.widget_shopping_cart .product_list_widget li .remove_from_cart_button:not(:hover) {
    color: inherit
}

.widget_shopping_cart .akasha-mini-cart__total {
    margin-bottom: 0;
    padding: 20px 18px 10px;
    font-weight: 600;
    font-size: 14px;
    overflow: hidden
}

.widget_shopping_cart .akasha-mini-cart__total strong {
    font-weight: inherit;
    letter-spacing: .1em;
    color: #000;
    text-transform: uppercase;
    padding-right: 20px
}

.widget_shopping_cart .akasha-mini-cart__total .akasha-Price-amount {
    float: right;
    color: #000;
    font-size: 16px
}

.widget_shopping_cart .akasha-mini-cart__buttons {
    overflow: hidden;
    position: absolute;
    width: 100%;
    bottom: 0;
    z-index: 2;
    margin-bottom: 0
}

.widget_shopping_cart .akasha-mini-cart__buttons .button {
    width: 100%;
    display: inline-block;
    float: left;
    font-weight: 600;
    font-size: 13px;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: .1em;
    height: 69px;
    line-height: 69px;
    color: #fff;
    background-color: #000;
    overflow: hidden;
    position: relative
}

.widget_shopping_cart .akasha-mini-cart__buttons .button.checkout {
    background-color: #2a2a2a
}

.widget_shopping_cart .akasha-mini-cart__buttons .button::before {
    position: absolute;
    top: 0;
    left: -100%;
    z-index: 2;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .3) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .3) 100%);
    -webkit-transform: skewX(-45deg);
    -moz-transform: skewX(-45deg);
    -o-transform: skewX(-45deg);
    -ms-transform: skewX(-45deg);
    transform: skewX(-45deg)
}

.widget_shopping_cart .akasha-mini-cart__buttons .button:hover::before {
    -webkit-animation: shine .75s;
    animation: shine .75s
}

.product_list_widget .rating-wapper {
    padding-bottom: 0
}

.product_list_widget li>a {
    display: inline-block;
    width: 100%;
    margin-bottom: 4px
}

.product_list_widget li>a img {
    max-width: 70px;
    float: left;
    margin-right: 10px
}

.product_list_widget li .product-title {
    font-size: 14px;
    font-weight: 600;
    line-height: 22px;
    color: #000
}

#widget-area .widget.widget_media_image {
    border: none;
    padding: 0
}

.widget_media_image {
    overflow: hidden;
    display: table;
    position: relative
}

.widget_media_image a {
    display: block
}

.product_list_widget {
    padding-left: 0;
    list-style: none
}

.product_list_widget li:not(.mini_cart_item) {
    position: relative
}

.product_list_widget li:not(.mini_cart_item) img {
    float: left;
    max-width: 81px;
    margin-right: 15px;
    border: 1px solid #dbdbdb
}

.product_list_widget li>a {
    display: block
}

.product_list_widget li:not(.mini_cart_item)>a:not(:hover) {
    color: #000
}

.product_list_widget li:not(.mini_cart_item) .product-title {
    display: block;
    margin-bottom: 7px
}

.product_list_widget li:not(.mini_cart_item) del .akasha-Price-amount {
    vertical-align: middle
}

#widget-area .widget .select2-container--default .select2-selection--multiple .select2-selection__rendered {
    padding: 0 5px
}

#widget-area .widget .select2-container .select2-search--inline {
    padding: 0
}

#widget-area .widget .select2-container--default .select2-selection--multiple .select2-selection__choice {
    border: none;
    color: #fff;
    background-color: #000;
    display: inline-block;
    width: auto
}

#widget-area .widget .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #fff
}

.akasha-widget-layered-nav-dropdown .akasha-widget-layered-nav-dropdown__submit {
    width: 100%;
    max-width: 270px;
    height: 45px;
    line-height: 4px;
    font-size: 14px;
    background-color: #000;
    margin-top: 20px
}

.akasha-widget-layered-nav-dropdown .akasha-widget-layered-nav-dropdown__submit:hover {
    background-color: #000
}

#widget-area .akasha-widget-layered-nav .akasha-widget-layered-nav-list,
#widget-area .widget_categories>ul,
#widget-area .widget_product_categories .product-categories {
    margin-top: -8px;
    padding-bottom: 0!important
}

.akasha-widget-layered-nav .akasha-widget-layered-nav-list__item a,
.widget_categories .cat-item a,
.widget_product_categories .cat-item a {
    padding-left: 29px;
    font-size: 14px;
    position: relative;
    font-weight: 500
}

.akasha-widget-layered-nav .akasha-widget-layered-nav-list__item a::before,
.widget_categories .cat-item a::before,
.widget_product_categories .cat-item a::before {
    content: '';
    display: inline-block;
    width: 16px;
    height: 16px;
    line-height: 14px;
    border-radius: 50%;
    vertical-align: middle;
    background-color: #f8f8f8;
    border: 1px solid #e4e4e4;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: background-color .25s ease 0s;
    -moz-transition: background-color .25s ease 0s;
    -o-transition: background-color .25s ease 0s;
    transition: background-color .25s ease 0s;
    text-align: center;
    color: #fff;
    font-size: 10px
}

.akasha-widget-layered-nav .akasha-widget-layered-nav-list__item a:hover::before,
.widget_categories .cat-item a:hover::before,
.widget_product_categories .cat-item a:hover::before {
    border-color: #000
}

.akasha-widget-layered-nav .akasha-widget-layered-nav-list__item.chosen a::before,
.widget_categories .cat-item.current-cat a::before,
.widget_product_categories .cat-item.current-cat a::before {
    background-color: #000;
    border-color: #000;
    content: '\f00c';
    font-family: FontAwesome, sans-serif;
    font-weight: 400
}

.loading-lazy {
    position: relative;
    display: block
}

.akasha-accordion.loading,
.tab-container.loading {
    position: relative;
    cursor: wait
}

.akasha-accordion.loading::after,
.akasha-accordion.loading::before,
.loading-lazy::after,
.tab-container.loading::after,
.tab-container.loading::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 8
}

.akasha-accordion.loading::before,
.tab-container.loading::before {
    background: rgba(255, 255, 255, .8)
}

.akasha-accordion::after,
.loading-lazy::after,
.tab-container.loading::after {
    width: 40px;
    height: 40px;
    margin: auto;
    border: 3px solid #ccc;
    border-top-color: #000;
    border-radius: 50%;
    -webkit-animation: fa-spin 2s infinite linear;
    -o-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear
}

@-webkit-keyframes sk-rotateplane {
    0% {
        -webkit-transform: perspective(120px)
    }
    50% {
        -webkit-transform: perspective(120px) rotateY(180deg)
    }
    100% {
        -webkit-transform: perspective(120px) rotateY(180deg) rotateX(180deg)
    }
}

@keyframes sk-rotateplane {
    0% {
        transform: perspective(120px) rotateX(0) rotateY(0);
        -webkit-transform: perspective(120px) rotateX(0) rotateY(0)
    }
    50% {
        transform: perspective(120px) rotateX(-180.1deg) rotateY(0);
        -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0)
    }
    100% {
        transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
        -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg)
    }
}

body,
html {
    font-family: Montserrat, sans-serif;
    font-size: 14px;
    line-height: 26px;
    color: #868686
}

/* label {
    font-weight: 600;
    color: #000
} */

a,
body .az_custom_heading a {
    color: #000;
    text-decoration: none;
    -webkit-transition: color .25s, border-color .25s, background-color .25s, opacity .25s, width .25s ease 0s;
    -moz-transition: color .25s, border-color .25s, background-color .25s, opacity .25s, width .25s ease 0s;
    -o-transition: color .25s, border-color .25s, background-color .25s, opacity .25s, width .25s ease 0s;
    transition: color .25s, border-color .25s, background-color .25s, opacity .25s, width .25s ease 0s
}

a:active,
a:focus,
a:hover {
    text-decoration: none;
    outline: 0;
    /* color: #000 */
    color: #ff8f48;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    line-height: 1.2;
    color: #000;
    margin-top: 12px;
    margin-bottom: 18px;
    font-weight: 500
}

blockquote,
q {
    color: #000;
    font-size: 14px;
    font-weight: 600;
    font-style: italic;
    padding: 15px 0 15px 20px;
    margin-top: 10px;
    margin-bottom: 20px;
    border-left: 3px solid #000
}

dd,
dt {
    line-height: 30px
}

/* input[type=email],
input[type=number],
input[type=password],
input[type=search],
input[type=tel],
input[type=text],
input[type=url],
select,
textarea {
    border: 1px solid #dadada;
    padding: 0 20px;
    max-width: 100%;
    background-color: transparent;
    font-size: 14px;
    color: #868686;
    height: 40px;
    line-height: 40px;
    border-radius: 30px
} */

textarea {
    display: block;
    line-height: 24px;
    padding: 15px 20px;
    height: auto;
    width: 100%;
    border-radius: 4px
}

select {
    padding: 0 33px 0 15px;
    background: url(../image/select-arrow.png) center right no-repeat
}

/* .fami-btn,
button,
input[type=button],
input[type=submit] {
    display: inline-block;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    color: #fff;
    padding: 0 15px;
    background: #1b1b1b;
    border: none;
    border-radius: 30px;
    -webkit-transition: color .25s, border-color .25s, background-color .25s, opacity .25s, width .25s ease 0s;
    -moz-transition: color .25s, border-color .25s, background-color .25s, opacity .25s, width .25s ease 0s;
    -o-transition: color .25s, border-color .25s, background-color .25s, opacity .25s, width .25s ease 0s;
    transition: color .25s, border-color .25s, background-color .25s, opacity .25s, width .25s ease 0s
} */

table {
    border: 1px solid #ebebeb;
    border-collapse: collapse;
    border-spacing: 0;
    table-layout: auto;
    width: 100%;
    margin-bottom: 20px
}

table thead {
    background-color: #f8f8f8
}

td,
th {
    border: 1px solid #ebebeb;
    padding: 10px
}

@media (max-width:991px) {
    td,
    th {
        padding: 5px
    }
}

.container {
    max-width: 100%
}

@media (min-width:1280px) {
    .container {
        width: 1200px
    }
}

@media (max-width:1199px) {
    .row {
        margin-left: -10px;
        margin-right: -10px
    }
    .row>[class*=col-],
    .row>[class^=col-],
    ul.products>[class*=col-],
    ul.products>[class^=col-] {
        padding-left: 10px;
        padding-right: 10px
    }
}

@media (max-width:767px) {
    .row {
        margin-left: -5px;
        margin-right: -5px
    }
    .row>[class*=col-],
    .row>[class^=col-],
    ul.products>[class*=col-],
    ul.products>[class^=col-] {
        padding-left: 5px;
        padding-right: 5px
    }
}

.slick-arrow {
    cursor: pointer;
    -webkit-transition: all .6s ease 0s;
    -moz-transition: all .6s ease 0s;
    -o-transition: all .6s ease 0s;
    transition: all .6s ease 0s;
    height: 40px;
    line-height: 40px;
    width: 40px;
    text-align: center;
    z-index: 2
}

.owl-slick .slick-arrow {
    font-size: 25px;
    color: #000;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 3;
    opacity: 0;
    visibility: hidden
}

.owl-slick:hover .slick-arrow {
    opacity: 1;
    visibility: visible
}

.owl-slick .slick-arrow:hover {
    color: #000
}

.owl-slick .slick-arrow.prev {
    left: -40px
}

.owl-slick .slick-arrow.next {
    right: -40px
}

.akasha-products.style-06 .owl-slick .slick-arrow {
    text-align: center;
    font-size: 22px;
    color: #000;
    position: absolute;
    top: -58px;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    z-index: 3;
    opacity: 1;
    visibility: visible
}

.akasha-products.style-06 .owl-slick .slick-arrow:hover {
    color: #000
}

.akasha-products.style-06 .owl-slick .slick-arrow.prev {
    right: 40px;
    left: auto
}

.akasha-products.style-06 .owl-slick .slick-arrow.next {
    right: 0
}

.akasha-products.style-03 .owl-slick .slick-arrow {
    font-size: 18px;
    opacity: 1;
    visibility: visible;
    border-radius: 50%;
    background-color: #474747;
    color: #fff;
    height: 30px;
    line-height: 30px;
    width: 30px
}

.akasha-products.style-03 .owl-slick .slick-arrow:hover {
    background-color: #000;
    color: #fff
}

.akasha-products.style-03 .owl-slick .slick-arrow.prev {
    margin-top: -20px;
    right: -45px;
    left: auto
}

.akasha-products.style-03 .owl-slick .slick-arrow.next {
    margin-top: 20px;
    right: -45px
}

.slick-dots {
    padding-left: 0;
    list-style: none;
    text-align: center;
    height: 22px;
    margin-top: 40px;
    position: relative
}

.akasha-products.style-03 .slick-dots {
    text-align: right
}

.slick-dots:empty {
    display: none
}

.slick-dots li {
    display: inline-block;
    padding: 7px;
    height: 23px
}

.slick-dots li button {
    font-size: 0;
    width: 9px;
    height: 9px;
    padding: 0;
    position: relative;
    background-color: #000;
    border-radius: 12px
}

.slick-dots li button:hover::before,
.slick-dots li.slick-active button::before {
    position: absolute;
    top: -2px;
    left: -2px;
    right: -2px;
    bottom: -2px;
    content: '';
    border: 2px solid #000;
    border-radius: 12px
}

.slick-dots li button:hover,
.slick-dots li.slick-active button {
    background-color: transparent
}

.dots-light .slick-dots li button,
.dots-light .slick-dots li button:hover,
.dots-light .slick-dots li.slick-active button {
    background-color: #fff
}

.slick-vertical {
    padding-right: 19px
}

.slick-vertical .slick-dots {
    margin-top: 0!important;
    height: auto;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%)
}

.slick-vertical .slick-dots li {
    display: block
}

@media (max-width:1199px) {
    .slick-dots {
        margin-top: 25px
    }
}

.akasha-menu-item-title:before {
    content: ""!important
}

.title_left {
    margin-top: -13px
}

@media (max-width:1024px) {
    .owl-slick .slick-arrow {
        display: none!important
    }
    #akasha-menu-clone-menu-item-220 .akasha-menu-next-panel,
    #akasha-menu-clone-menu-item-229 .akasha-menu-next-panel,
    #akasha-menu-clone-menu-item-230 .akasha-menu-next-panel,
    #akasha-menu-clone-menu-item-237 .akasha-menu-next-panel,
    #akasha-menu-clone-menu-item-238 .akasha-menu-next-panel {
        display: none
    }
    .title_left {
        text-align: left;
        margin-top: 0
    }
}

@media (max-width:767px) {
    .slick-dots {
        margin-top: 15px
    }
}

.header #banner-adv {
    position: relative
}

.header #banner-adv img {
    min-height: 50px;
    object-fit: cover
}

.header-top {
    background-color: #f3f3f3;
    border-top: 3px solid #000
}

.header-top-inner {
    display: table;
    width: 100%
}

.header-top-inner::after,
.header-top-inner::before {
    content: '';
    display: table
}

.header-top-inner::after {
    clear: both
}

.header-top-inner ul {
    padding-left: 0;
    list-style: none
}

.header-top-inner .top-bar-menu {
    display: table-cell;
    vertical-align: middle
}

.header-top-inner .top-bar-menu {
    width: 40%
}

.header-top-inner .top-bar-menu.right {
    width: 60%;
    text-align: right
}

.header-top-inner .top-bar-menu>.menu-item {
    display: inline-block;
    position: relative;
    text-align: left;
    padding: 12px 20px 12px 0
}

.header-top-inner .top-bar-menu.right .wpml-menu>.menu-item {
    padding-top: 12px;
    padding-bottom: 12px
}

.header-top-inner .top-bar-menu>.menu-item::after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 100%;
    display: none;
    z-index: 1
}

.header-top-inner .top-bar-menu>.menu-item.block-language:hover::after,
.header-top-inner .top-bar-menu>.menu-item:last-child:hover::after {
    display: block
}

.header-top-inner .top-bar-menu>.menu-item a {
    display: block;
    font-size: 13px;
    line-height: 30px;
    font-weight: 500
}

.header-top-inner .top-bar-menu>.menu-item>a>span {
    font-size: 18px;
    padding-right: 7px;
    float: left;
    line-height: 30px;
    -webkit-transition: color .4s ease 0s;
    -moz-transition: color .4s ease 0s;
    -o-transition: color .4s ease 0s;
    transition: color .4s ease 0s
}

.header-top-inner .top-bar-menu>.menu-item:hover>a,
.header-top-inner .top-bar-menu>.menu-item:hover>a>span {
    color: #000
}

.wpml-menu {
    display: inline-block;
    vertical-align: middle;
    padding-left: 0
}

.header.style-02 .wpml-menu,
.header.style-03 .wpml-menu {
    padding-left: 0;
    padding-right: 12px
}

.wpml-menu>li {
    display: inline-block;
    position: relative;
    vertical-align: middle
}

.wpml-menu>.menu-item:not(:last-child) {
    margin-right: 20px
}

.wpml-menu li>a {
    display: block;
    font-size: 15px;
    line-height: 30px;
    font-weight: 500
}

.header-top-inner .top-bar-menu.right .wpml-menu li>a {
    font-size: 13px;
    font-weight: 500
}

.block-language {
    position: relative
}

.block-language>.sub-menu,
.wcml-dropdown .wcml-cs-submenu {
    position: absolute;
    top: 100%;
    left: 0;
    right: auto;
    min-width: 150px;
    background-color: #fff;
    color: #777;
    z-index: 10;
    border: none;
    list-style: none;
    -webkit-transition: margin .4s ease 0s;
    -moz-transition: margin .4s ease 0s;
    -o-transition: margin .4s ease 0s;
    transition: margin .4s ease 0s;
    text-align: left;
    -webkit-box-shadow: 0 3px 18px 0 rgba(0, 0, 0, .05);
    -moz-box-shadow: 0 3px 18px 0 rgba(0, 0, 0, .05);
    box-shadow: 0 3px 18px 0 rgba(0, 0, 0, .05);
    opacity: 0;
    visibility: hidden;
    margin-top: 15px!important;
    padding: 15px 0
}

.header.style-04 .block-language>.sub-menu {
    top: 100%
}

.header-control .block-language>.sub-menu,
.header-control .wcml-dropdown .wcml-cs-submenu {
    right: 0;
    left: auto
}

.block-language:hover>.sub-menu,
.menu-item:hover .wcml-dropdown .wcml-cs-submenu {
    opacity: 1;
    visibility: visible;
    margin-top: 0!important
}

.block-language>.sub-menu .menu-item,
.wcml-dropdown .wcml-cs-submenu li {
    padding: 0 12px
}

.block-language a>img {
    vertical-align: middle;
    margin: -2px 3px 0 0
}

.block-language>a::after {
    display: inline-block;
    vertical-align: top;
    font-family: FontAwesome, sans-serif;
    content: '\f107'
}

.wcml-dropdown {
    width: auto
}

.wcml-dropdown li {
    border: none;
    background-color: transparent
}

.wcml-dropdown>ul {
    position: static;
    padding-left: 0;
    list-style: none
}

.wcml-dropdown a {
    padding: 0;
    line-height: inherit
}

.wcml-dropdown a.wcml-cs-item-toggle {
    padding-right: 0;
    color: #000
}

.wcml-dropdown a.wcml-cs-item-toggle:hover {
    color: #000
}

.block-language>a::before,
.wcml-dropdown a.wcml-cs-item-toggle::before {
    content: '';
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    height: 100%;
    display: none
}

.block-language:hover>a::before,
.wcml-dropdown:hover a.wcml-cs-item-toggle::before {
    display: block
}

.wcml-dropdown a.wcml-cs-item-toggle::after {
    vertical-align: top;
    position: static;
    font-family: FontAwesome, sans-serif;
    content: '\f107';
    border: none;
    margin-left: 4px
}

.wcml-dropdown .wcml-cs-submenu li {
    border: none
}

.wcml-dropdown .wcml-cs-submenu li>a {
    color: #000
}

.wcml-dropdown .wcml-cs-submenu li:hover>a {
    color: #000
}

.wcml-dropdown li:focus,
.wcml-dropdown li:hover {
    background-color: transparent
}

.akasha .wcml-dropdown.product {
    margin: 0
}

@media (max-width:1024px) {
    .block-language.open>.sub-menu {
        opacity: 1;
        visibility: visible;
        margin-top: 0!important
    }
}

@media (max-width:991px) {
    .header-top-inner {
        display: block;
        padding: 8px 0
    }
    .header-top-inner .top-bar-menu,
    .header-top-inner .top-bar-menu.right {
        width: 100%;
        text-align: center;
        display: block
    }
}

@media (max-width:767px) {
    .header-top {
        display: none
    }
}

.block-menu-bar {
    vertical-align: middle;
    display: none;
    font-size: 0
}

.block-menu-bar .menu-bar {
    display: block;
    height: 41px;
    line-height: 37px;
    width: 30px;
    padding: 13px 7px 13px 0
}

.block-menu-bar .menu-bar span {
    width: 100%;
    display: block;
    border-bottom: 2px solid
}

.block-menu-bar .menu-bar span:not(:last-child) {
    margin-bottom: 4px
}

.block-menu-bar .menu-bar:hover span {
    background-color: #000
}

@media (max-width:1024px) {
    .block-menu-bar {
        display: inline-block
    }
}

.box-header-nav .main-menu {
    padding: 0;
    list-style: none
}

.block-nav-category~.box-header-nav .main-menu {
    padding-left: 35px
}

.box-header-nav .main-menu .menu-item {
    list-style: none;
    position: relative
}

.box-header-nav .main-menu .menu-item a:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    top: 46px;
    left: 0;
    background-color: #85cf9c;
    visibility: hidden;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

.nav-sub-item a:before {
    background-color: #262a2700 !important;
}

.box-header-nav .main-menu .menu-item:hover>a {
    /* color: #000; */
    color: #77ce8f;
}

.box-header-nav .main-menu .menu-item a:hover:before {
    visibility: visible;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

.header.style-04 .box-header-nav .main-menu .menu-item:hover>a {
    color: #fff
}

.box-header-nav .main-menu>.menu-item {
    cursor: pointer
}

.box-header-nav .main-menu .menu-item>a>.icon {
    font-size: 14px;
    margin-right: 4px
}

.box-header-nav .main-menu .menu-item>a>.image {
    z-index: 1;
    line-height: 0;
    float: right;
    margin-left: 3px
}

.box-header-nav .main-menu .menu-item .submenu {
    padding-left: 0;
    text-align: left;
    -webkit-transition: opacity .25s ease 0s;
    -moz-transition: opacity .25s ease 0s;
    -o-transition: opacity .25s ease 0s;
    transition: opacity .25s ease 0s;
    -webkit-box-shadow: 0 3px 18px 0 rgba(0, 0, 0, .05);
    -moz-box-shadow: 0 3px 18px 0 rgba(0, 0, 0, .05);
    box-shadow: 0 3px 18px 0 rgba(0, 0, 0, .05);
    z-index: 999
}

.box-header-nav .main-menu .menu-item .submenu.megamenu-blog {
    background: url(../images/blog-bg.jpg)
}

.box-header-nav .main-menu>.menu-item .submenu:not(.megamenu) {
    padding-top: 22px;
    padding-bottom: 22px
}

.box-header-nav .main-menu>.menu-item .submenu:not(.megamenu) .menu-item {
    padding: 0 20px 0 20px
}

.box-header-nav .main-menu>.menu-item .submenu.megamenu>div {
    padding: 5px 5px;
    margin: 0
}

.box-header-nav .main-menu>.menu-item .submenu.megamenu>div>.row {
    margin: 0
}

.box-header-nav .main-menu>.menu-item .submenu .menu-item::before {
    content: '';
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: -webkit-calc(100% + 10px);
    width: -moz-calc(100% + 10px);
    width: calc(100% + 10px);
    height: 100%;
    z-index: -1
}

.box-header-nav .main-menu>.menu-item .submenu .menu-item:hover::before {
    display: block
}

.box-header-nav .main-menu>.menu-item .submenu .menu-item a {
    line-height: 34px;
    display: inline-block;
    position: relative
}

.box-header-nav .main-menu .menu-item .submenu .menu-item a {
    color: #868686
}

.box-header-nav .main-menu .menu-item .submenu .menu-item:hover>a {
    color: #000
}

.box-header-nav .main-menu .toggle-submenu {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 19px;
    cursor: pointer;
    color: #000
}

.box-header-nav .main-menu .menu-item:hover>.toggle-submenu {
    color: #000
}

.box-header-nav .main-menu>.menu-item {
    padding: 0 20px;
    display: inline-block
}

.box-header-nav .main-menu>.menu-item.parent::before {
    display: none;
    width: 100%;
    height: 100%;
    content: '';
    position: absolute;
    top: 100%;
    left: 0
}

.box-header-nav .main-menu>.menu-item.parent:hover::before {
    display: block
}

.box-header-nav .main-menu .menu-item .submenu {
    position: absolute;
    min-width: 245px;
    background-color: #fff;
    opacity: 0;
    visibility: hidden
}

.box-header-nav .main-menu .menu-item:hover>.submenu {
    opacity: 1;
    visibility: visible
}

.box-header-nav .main-menu>.menu-item>.submenu {
    top: 100%;
    left: -1px
}

.box-header-nav.menu-center .main-menu>.menu-item:hover>.submenu {
    margin-top: 0
}

.box-header-nav.menu-nocenter .main-menu>.menu-item:hover>.submenu {
    margin-left: 0
}

.box-header-nav .main-menu>.menu-item>.submenu .submenu {
    top: -23px;
    left: 100%
}

.box-header-nav.menu-center .main-menu .submenu .menu-item:hover>.submenu {
    margin-top: 0
}

.box-header-nav .main-menu .submenu .menu-item:hover>.submenu {
    margin-left: 0
}

.box-header-nav .main-menu .toggle-submenu::before {
    display: block;
    content: '\f107';
    font-family: FontAwesome, sans-serif;
    height: 52px;
    line-height: 50px;
    width: 25px;
    text-align: center;
    font-size: 18px;
    z-index: 10
}

.box-header-nav .main-menu .submenu .toggle-submenu {
    display: block
}

.box-header-nav .main-menu .submenu .toggle-submenu::before {
    height: 30px;
    line-height: 30px;
    width: 30px;
    font-size: 14px;
    content: '\f105'
}

.box-header-nav .main-menu>.menu-item.menu-item-right {
    float: right;
    padding-left: 35px
}

.box-header-nav .main-menu>.menu-item.menu-item-right>a {
    color: #868686
}

.box-header-nav .main-menu>.menu-item.menu-item-right:hover>a {
    color: #000
}

.box-header-nav .main-menu .menu-item.menu-item-right>a>span {
    font-size: 24px;
    position: absolute;
    left: -35px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%)
}

@media (max-width:1499px) {
    .box-header-nav .main-menu>.menu-item {
        padding: 0 13px
    }
}

@media (max-width:1024px) {
    .box-header-nav .main-menu {
        opacity: 0;
        visibility: hidden
    }
}

.header-search {
    display: inline-block;
    vertical-align: middle
}

.header-search .link-dropdown {
    font-size: 23px;
    display: block;
    width: 40px;
    line-height: 60px;
    height: 60px;
    text-align: center
}

.akasha-dropdown .block-search {
    text-align: left;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    z-index: 99999;
    opacity: 0;
    visibility: hidden;
    padding: 120px 20px 20px 20px;
    -webkit-transition: opacity .25s ease 0s;
    -moz-transition: opacity .25s ease 0s;
    -o-transition: opacity .25s ease 0s;
    transition: opacity .25s ease 0s
}

.akasha-dropdown~.akasha-dropdown-close {
    position: fixed;
    z-index: 999999;
    top: 45px;
    right: 45px;
    display: block;
    cursor: pointer;
    width: 40px;
    height: 40px;
    font-size: 0;
    opacity: 0;
    visibility: hidden;
    color: #000;
    -webkit-transition: opacity .25s ease 0s;
    -moz-transition: opacity .25s ease 0s;
    -o-transition: opacity .25s ease 0s;
    transition: opacity .25s ease 0s
}

.akasha-dropdown~.akasha-dropdown-close:hover {
    color: #000
}

.akasha-dropdown.open .block-search,
.akasha-dropdown.open~.akasha-dropdown-close {
    opacity: 1;
    visibility: visible
}

.akasha-dropdown~.akasha-dropdown-close::after,
.akasha-dropdown~.akasha-dropdown-close::before {
    border-bottom: 2px solid;
    content: "";
    position: absolute;
    left: 5px;
    top: 19px;
    width: 30px
}

.akasha-dropdown~.akasha-dropdown-close::before {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.akasha-dropdown~.akasha-dropdown-close::after {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg)
}

.akasha-dropdown .block-search-form {
    max-width: 100%;
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
    display: table
}

.akasha-dropdown .block-search-form>* {
    display: table-cell;
    vertical-align: middle
}

.akasha-dropdown .akasha-live-search-form .txt-livesearch {
    border-bottom: 1px solid #bababa;
    font-size: 22px;
    border-radius: 0
}

.akasha-dropdown .akasha-live-search-form .suggestion-search {
    font-size: 35px
}

.akasha-dropdown .block-search .form-search .category {
    padding: 0 10px
}

.akasha-dropdown .block-search .form-search .category .chosen-container {
    border-bottom: 1px solid #bababa
}

.akasha-dropdown .category .chosen-container-single .chosen-single span {
    margin: 0;
    font-size: 22px;
    color: #000
}

.akasha-dropdown .block-search-form .btn-submit {
    background-color: #fff;
    color: #000;
    font-size: 22px;
    height: 56px;
    line-height: 56px
}

.akasha-dropdown .block-search-form .btn-submit:hover {
    color: #000
}

.akasha-live-search-form {
    position: relative
}

.akasha-live-search-form .search-box {
    position: relative
}

.akasha-live-search-form.loading .search-box::before {
    content: '';
    width: 25px;
    height: 25px;
    margin: auto;
    border: 3px solid #ccc;
    border-top-color: #000;
    border-radius: 50%;
    -webkit-animation: fa-spin 2s infinite linear;
    -o-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear;
    position: absolute;
    top: 13px;
    right: 5px;
    cursor: wait
}

.akasha-live-search-form .not-results-search,
.akasha-live-search-form .products-search {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background-color: #fff;
    -webkit-box-shadow: 0 3px 18px 0 rgba(0, 0, 0, .05);
    -moz-box-shadow: 0 3px 18px 0 rgba(0, 0, 0, .05);
    box-shadow: 0 3px 18px 0 rgba(0, 0, 0, .05);
    z-index: 100;
    border-top: 2px solid #000;
    margin-top: 12px
}

.akasha-live-search-form .not-results-search {
    padding: 14px 17px
}

.akasha-live-search-form .suggestion-search {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: -1;
    padding: 10px 27px;
    color: #ccc;
    line-height: 36px
}

.akasha-live-search-form .product-search-item {
    overflow: hidden;
    padding: 12px 15px
}

.akasha-live-search-form .product-search-item:not(:last-child) {
    border-bottom: 1px solid #e8e8e8
}

.akasha-live-search-form .view-all {
    padding: 12px 15px;
    text-align: center;
    width: 100%
}

.akasha-live-search-form .product-image {
    width: 60px;
    float: left
}

.akasha-live-search-form .product-title-price {
    overflow: hidden;
    padding-left: 15px
}

.akasha-live-search-form .product-title {
    font-size: 16px;
    font-weight: 600
}

.akasha-live-search-form .product-price {
    font-size: 16px;
    color: #000
}

.akasha-live-search-form .product-price del {
    font-size: 16px;
    color: #868686
}

.akasha-live-search-form .product-price ins {
    color: #000;
    float: left;
    margin-right: 5px;
    text-decoration: none
}

.akasha-live-search-form .txt-livesearch {
    width: 100%;
    height: 56px;
    line-height: 56px;
    padding: 0 27px;
    border: none
}

.akasha-live-search-form .keyword-current {
    background-color: #000;
    color: #fff;
    display: inline-block;
    padding: 0 3px
}

.live-search-widget.widget .akasha-live-search-form {
    border-width: 1px
}

.live-search-widget.widget .akasha-live-search-form .txt-livesearch {
    height: 42px;
    line-height: 42px
}

.live-search-widget .akasha-live-search-form .products-search {
    left: 0;
    right: 0
}

.block-search .form-search .category {
    width: 193px;
    position: relative
}

.chosen-results>.scroll-element,
.chosen-results>.scroll-element div {
    background: 0 0;
    border: none;
    margin: 0;
    padding: 0;
    position: absolute;
    z-index: 10
}

.chosen-results>.scroll-element div {
    display: block;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%
}

.chosen-results>.scroll-element .scroll-element_track {
    display: none
}

.chosen-results>.scroll-element .scroll-bar {
    background-color: #6c6e71;
    display: block;
    opacity: 0;
    -webkit-transition: opacity .2s linear;
    -moz-transition: opacity .2s linear;
    -o-transition: opacity .2s linear;
    transition: opacity .2s linear
}

.chosen-results>.scroll-element .scroll-bar:hover {
    background-color: #000
}

.chosen-results:hover>.scroll-element .scroll-bar,
.chosen-results>.scroll-element.scroll-draggable .scroll-bar {
    opacity: .7
}

.chosen-results>.scroll-element.scroll-x {
    bottom: 0;
    height: 0;
    left: 0;
    min-width: 100%;
    overflow: visible;
    width: 100%
}

.chosen-results>.scroll-element.scroll-y {
    height: 100%;
    min-height: 100%;
    right: 0;
    top: 0;
    width: 0
}

.chosen-results>.scroll-element.scroll-x .scroll-bar {
    height: 7px;
    min-width: 10px;
    top: -9px
}

.chosen-results>.scroll-element.scroll-y .scroll-bar {
    left: -9px;
    min-height: 10px;
    width: 7px;
    border-radius: 7px
}

.chosen-results>.scroll-element.scroll-x .scroll-element_outer {
    left: 2px
}

.chosen-results>.scroll-element.scroll-x .scroll-element_size {
    left: -4px
}

.chosen-results>.scroll-element.scroll-y .scroll-element_outer {
    top: 2px
}

.chosen-results>.scroll-element.scroll-y .scroll-element_size {
    top: -4px
}

.chosen-results>.scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
    left: -11px
}

.chosen-results>.scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
    top: -11px
}

.category .chosen-container {
    margin-bottom: 0;
    text-align: left;
    width: 100%!important;
    position: relative
}

.category .chosen-container-single .chosen-single {
    border: none;
    border-radius: 0;
    padding: 0 40px 0 20px;
    max-width: 100%;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    background: 0 0;
    height: 55px;
    line-height: 55px
}

.category .chosen-container-single .chosen-single span {
    margin: 0;
    font-size: 14px;
    color: #868686
}

.category .chosen-container-single .chosen-single div {
    width: 31px
}

.category .chosen-container-single .chosen-single div b {
    background: 0 0!important;
    position: relative
}

.category .chosen-container-single .chosen-single div b::before {
    display: block;
    content: '';
    width: 0;
    height: 0;
    border-width: 6px 5px;
    border-style: solid;
    border-color: #000 transparent transparent transparent;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-25%);
    -moz-transform: translateY(-25%);
    -ms-transform: translateY(-25%);
    -o-transform: translateY(-25%);
    transform: translateY(-25%);
    right: 10px
}

.category .chosen-container-active.chosen-with-drop .chosen-single {
    border: none;
    background: #fff;
    -webkit-box-shadow: none!important;
    -moz-box-shadow: none!important;
    box-shadow: none!important
}

.category .chosen-container .chosen-drop {
    padding: 12px 0 12px 9px;
    border-radius: 0;
    background: #fff;
    margin-top: 0;
    -webkit-box-shadow: 0 3px 18px 0 rgba(0, 0, 0, .05);
    -moz-box-shadow: 0 3px 18px 0 rgba(0, 0, 0, .05);
    box-shadow: 0 3px 18px 0 rgba(0, 0, 0, .05);
    border: none;
    left: 0;
    width: calc(100% + 68px)
}

.category .chosen-container li {
    font-size: 15px;
    line-height: 28px;
    color: #000;
    padding: 2px 0 2px 17px;
    position: relative;
    -webkit-transition: color .4s ease 0s;
    -moz-transition: color .4s ease 0s;
    -o-transition: color .4s ease 0s;
    transition: color .4s ease 0s
}

.category .chosen-container li::before {
    content: '+';
    position: absolute;
    font-size: 18px;
    color: #b7b7b7;
    top: 0;
    left: 0;
    -webkit-transition: color .25s ease 0s;
    -moz-transition: color .25s ease 0s;
    -o-transition: color .25s ease 0s;
    transition: color .25s ease 0s
}

.category .chosen-container li.level-1::before {
    left: 13px
}

.category .chosen-container .chosen-results li.highlighted {
    background: 0 0;
    color: #000
}

.category .chosen-container .chosen-results li.highlighted::before {
    color: #000
}

.category .chosen-container-single .chosen-search {
    display: none
}

.header-control {
    text-align: right
}

.header-control-inner {
    display: inline-block
}

.meta-dreaming {
    text-align: right
}

.meta-dreaming .block-dreaming {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
    padding-left: 15px
}

.meta-dreaming .block-dreaming .block-link {
    display: block;
    font-size: 23px;
    width: 35px;
    line-height: 60px;
    height: 60px;
    text-align: center;
    position: relative
}

.meta-dreaming .block-dreaming.block-minicart .block-link,
.meta-dreaming .block-dreaming.block-wishlist .block-link {
    margin-right: 10px
}

.meta-dreaming .block-dreaming .block-link:not(:hover) {
    color: #000
}

.meta-dreaming .block-dreaming .block-link .count {
    position: absolute;
    top: 6px;
    right: -11px;
    display: inline-block;
    min-width: 23px;
    height: 23px;
    line-height: 23px;
    text-align: center;
    padding: 0 3px;
    border-radius: 50%;
    background-color: #000;
    font-size: 12px;
    color: #fff
}

.block-user {
    position: relative
}

.block-user:hover::before {
    content: '';
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    height: 100%
}

.block-user .sub-menu {
    list-style: none;
    position: absolute;
    top: 100%;
    right: -7px;
    min-width: 160px;
    z-index: 99;
    background-color: #fff;
    opacity: 0;
    visibility: hidden;
    margin-top: 20px;
    -webkit-transition: margin-top .4s ease 0s;
    -moz-transition: margin-top .4s ease 0s;
    -o-transition: margin-top .4s ease 0s;
    transition: margin-top .4s ease 0s;
    padding: 15px 5px;
    -webkit-box-shadow: 0 3px 18px 0 rgba(0, 0, 0, .05);
    -moz-box-shadow: 0 3px 18px 0 rgba(0, 0, 0, .05);
    box-shadow: 0 3px 18px 0 rgba(0, 0, 0, .05);
    border-top: 2px solid #000
}

.block-user:hover .sub-menu {
    margin-top: 0;
    opacity: 1;
    visibility: visible
}

.block-user .sub-menu li {
    padding: 0 12px
}

.block-user .sub-menu li a {
    display: block;
    font-size: 14px;
    line-height: 32px
}

.block-user .sub-menu li a:not(:hover) {
    color: #777
}

.block-minicart .block-cart-link::before {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, .6);
    opacity: 0;
    visibility: hidden
}

.block-minicart.open .block-cart-link::before {
    opacity: 1;
    visibility: visible;
    z-index: 2
}

.block-minicart .cart_list>.scroll-element,
.block-minicart .cart_list>.scroll-element div {
    background: 0 0;
    border: none;
    margin: 0;
    padding: 0;
    position: absolute;
    z-index: 10
}

.block-minicart .cart_list>.scroll-element div {
    display: block;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%
}

.block-minicart .cart_list>.scroll-element .scroll-element_track {
    display: none
}

.block-minicart .cart_list>.scroll-element .scroll-bar {
    background-color: #6c6e71;
    display: block;
    opacity: 0;
    -webkit-transition: opacity .2s linear;
    -moz-transition: opacity .2s linear;
    -o-transition: opacity .2s linear;
    transition: opacity .2s linear
}

.block-minicart .cart_list>.scroll-element .scroll-bar:hover {
    background-color: #000
}

.block-minicart .cart_list:hover>.scroll-element .scroll-bar,
.block-minicart .cart_list>.scroll-element.scroll-draggable .scroll-bar {
    opacity: .7
}

.block-minicart .cart_list>.scroll-element.scroll-x {
    bottom: 0;
    height: 0;
    left: 0;
    min-width: 100%;
    overflow: visible;
    width: 100%
}

.block-minicart .cart_list>.scroll-element.scroll-y {
    height: 100%;
    min-height: 100%;
    right: 0;
    top: 0;
    width: 0
}

.block-minicart .cart_list>.scroll-element.scroll-x .scroll-bar {
    height: 7px;
    min-width: 10px;
    top: -9px
}

.block-minicart .cart_list>.scroll-element.scroll-y .scroll-bar {
    left: -9px;
    min-height: 10px;
    width: 7px;
    border-radius: 7px
}

.block-minicart .cart_list>.scroll-element.scroll-x .scroll-element_outer {
    left: 2px
}

.block-minicart .cart_list>.scroll-element.scroll-x .scroll-element_size {
    left: -4px
}

.block-minicart .cart_list>.scroll-element.scroll-y .scroll-element_outer {
    top: 2px
}

.block-minicart .cart_list>.scroll-element.scroll-y .scroll-element_size {
    top: -4px
}

.block-minicart .cart_list>.scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
    left: -11px
}

.block-minicart .cart_list>.scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
    top: -11px
}

.block-minicart {
    position: relative
}

.block-minicart .widget_shopping_cart {
    position: fixed;
    top: 0;
    right: -450px;
    min-width: 450px;
    z-index: 99;
    background-color: #fff;
    -webkit-transition: right .4s ease 0s;
    -moz-transition: right .4s ease 0s;
    -o-transition: right .4s ease 0s;
    transition: right .4s ease 0s;
    height: 100vh
}

.block-minicart.open .widget_shopping_cart {
    right: 0
}

.block-minicart .widget_shopping_cart .product_list_widget li.mini_cart_item {
    padding-left: 30px;
    padding-right: 30px
}

.block-minicart .widget_shopping_cart .product_list_widget li.mini_cart_item:not(:last-child) {
    border-bottom: 1px solid #e8e8e8;
    margin-bottom: 19px
}

.block-minicart .widget_shopping_cart .product_list_widget li .remove_from_cart_button {
    right: 30px;
    font-size: 34px;
    cursor: pointer
}

.block-minicart .widget_shopping_cart .akasha-mini-cart__total {
    height: 67px;
    line-height: 67px;
    background-color: #f4f4f4;
    color: #000;
    padding: 0 30px 0 30px;
    overflow: hidden;
    font-size: 14px;
    position: absolute;
    bottom: 69px;
    width: 100%;
    z-index: 1
}

.block-user:hover::before {
    content: '';
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    height: 100%
}

.block-minicart .cart_list {
    height: calc(100vh - 224px);
    overflow: auto
}

.akasha-mini-cart__empty-message {
    text-align: center;
    font-size: 17px;
    color: #000;
    padding: 10px 15px 30px 15px;
    margin-bottom: 0
}

@media (max-width:1660px) {
    .block-user:hover .sub-menu::after {
        right: 22px
    }
}

@media (max-width:1024px) {
    .block-user.open .sub-menu {
        margin-top: 15px;
        opacity: 1;
        visibility: visible
    }
}

@media (max-width:767px) {
    .block-minicart .widget_shopping_cart {
        min-width: 300px;
        height: calc(100vh - 57px)
    }
    .widget_shopping_cart .widget_shopping_cart_content .minicart-title {
        margin-bottom: 21px
    }
    .block-minicart .widget_shopping_cart .product_list_widget li.mini_cart_item {
        padding-left: 15px;
        padding-right: 25px
    }
    .block-minicart .widget_shopping_cart .product_list_widget li .remove_from_cart_button {
        right: 10px;
        font-size: 26px
    }
    .widget_shopping_cart .product_list_widget li a:not(.remove) {
        font-size: 13px
    }
    .block-minicart .widget_shopping_cart .akasha-mini-cart__total {
        height: 44px;
        line-height: 44px;
        bottom: 44px
    }
    .widget_shopping_cart .akasha-mini-cart__buttons .button {
        height: 44px;
        line-height: 44px;
        font-size: 11px
    }
}

.header-logo {
    -webkit-transition: padding .5s ease 0s, height .5s ease 0s;
    -moz-transition: padding .5s ease 0s, height .5s ease 0s;
    -o-transition: padding .5s ease 0s, height .5s ease 0s;
    transition: padding .5s ease 0s, height .5s ease 0s
}

.header-logo .logo[src=""] {
    background: url(../images/logo-light.png);
    background-size: 100% 100%;
    display: inline-block;
    font-size: 0
}

.header-position {
    transition: background-color .5s ease 0s, padding .5s linear;
    -o-transition: background-color .5s ease 0s, padding .5s linear;
    -webkit-transition: background-color .5s ease 0s, padding .5s linear;
    padding: 15px 0;
    background-color: #fff;
    box-shadow: 0 3px 10px rgba(0, 0, 0, .05)
}

.header-position.fixed {
    max-width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
    background-color: #fff;
    box-shadow: 0 3px 10px rgba(0, 0, 0, .05)
}

.admin-bar .header-position.fixed {
    top: 32px
}

@media (max-width:1280px) {
    .header-position,
    .header.style-01 .header-logo {
        padding: 10px 0
    }
}

.header-position.fixed {
    padding: 0!important
}

.header-middle-inner {
    display: table;
    width: 100%;
    position: relative
}

.header-middle-inner>* {
    display: table-cell;
    vertical-align: middle
}

.header-nav {
    position: relative
}

.header-nav-inner {
    display: table;
    width: 100%
}

.header-nav-inner>* {
    display: table-cell;
    vertical-align: middle
}

.vertical-wrapper.block-nav-category {
    position: relative;
    width: 320px
}

.vertical-wrapper.block-nav-category .block-title {
    padding: 0 20px;
    cursor: pointer;
    background-color: #000;
    color: #fff;
    position: relative;
    max-width: 320px
}

.vertical-wrapper.block-nav-category .block-title .before {
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #fff;
    margin-right: 12px;
    position: relative;
    top: 1px
}

.vertical-wrapper.block-nav-category .block-title .text-title {
    font-size: 14px;
    letter-spacing: .1em;
    font-weight: 700;
    text-transform: uppercase;
    height: 60px;
    line-height: 60px;
    display: inline-block;
    vertical-align: middle
}

.vertical-wrapper.block-nav-category:not(.has-open) .block-content {
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -o-transform: translateY(20px);
    transform: translateY(20px)
}

.vertical-wrapper.block-nav-category .block-content {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    max-width: 320px;
    background-color: #fff;
    -webkit-transition: opacity .4s ease;
    -moz-transition: opacity .4s ease;
    -o-transition: opacity .4s ease;
    transition: opacity .4s ease;
    text-align: left;
    z-index: 99;
    -webkit-box-shadow: 0 3px 18px 0 rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 3px 18px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 3px 18px 0 rgba(0, 0, 0, .1);
    border: 2px solid #000;
    border-top: none
}

@media (max-width:1499px) {
    .vertical-wrapper.block-nav-category {
        width: 305px
    }
}

@media (max-width:1280px) {
    .vertical-wrapper.block-nav-category {
        width: 285px
    }
}

@media (min-width:1200px) {
    .vertical-wrapper.block-nav-category.always-open .block-content,
    .vertical-wrapper.block-nav-category.always-open .vertical-menu.default {
        visibility: visible;
        opacity: 1;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none
    }
}

@media (max-width:767px) {
    .vertical-wrapper.block-nav-category .block-content,
    .vertical-wrapper.block-nav-category .block-title {
        max-width: 100%
    }
}

@media (max-width:480px) {
    .vertical-wrapper.block-nav-category {
        width: 100%;
        display: block
    }
}

.vertical-menu.default {
    list-style: none;
    padding: 0;
    position: relative
}

.vertical-menu.default .menu-item {
    position: relative;
    color: #666
}

.vertical-menu.default .menu-item:hover::before {
    content: '';
    width: 15px;
    height: 100%;
    right: -13px;
    top: 0;
    display: block;
    position: absolute
}

.vertical-menu.default .menu-item.link-other {
    display: none
}

.vertical-menu.default .menu-item>a .image {
    display: inline-block;
    vertical-align: top;
    margin-left: 7px
}

.vertical-menu.default .menu-item>a .icon {
    margin-left: 5px;
    font-size: 16px;
    vertical-align: middle
}

.vertical-menu.default>.menu-item>a {
    color: inherit;
    font-size: 16px;
    display: block;
    padding: 13px 0 14px;
    margin: 0 20px
}

.vertical-menu.default>.menu-item:not(:first-child)>a {
    border-top: 1px solid #f1f1f1
}

.vertical-menu.default .menu-item.parent>a::after {
    color: #bdbdbd
}

.vertical-menu.default .menu-item.parent:hover>.toggle-submenu,
.vertical-menu.default .menu-item.parent:hover>a::after,
.vertical-menu.default .menu-item.show-submenu>.toggle-submenu,
.vertical-menu.default>.menu-item.parent:hover>a::after,
.vertical-menu.default>.menu-item.show-submenu>a,
.vertical-menu.default>.menu-item.show-submenu>a::after,
.vertical-menu.default>.menu-item:hover>a {
    color: #000
}

.vertical-menu.default .submenu {
    list-style: none
}

.vertical-menu.default .submenu:not(.megamenu) .menu-item a {
    font-size: 16px;
    display: block;
    padding: 5px 10px 5px 30px
}

.vertical-menu.default .submenu.megamenu>div {
    padding: 30px 15px;
    margin-left: 0!important;
    margin-right: 0!important;
    background-size: cover
}

.vertical-menu.default~.view-all-category a {
    display: block;
    font-size: 14px;
    border-top: 1px solid #f1f1f1;
    padding: 15px 0 14px;
    position: relative;
    margin: 0 20px;
    text-align: center;
    color: #000;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: .1em
}

.vertical-menu.default~.view-all-category a::after {
    font-size: 24px;
    content: '+';
    font-weight: 400;
    display: inline-block;
    width: 40px;
    text-align: center;
    -webkit-transition: transform .3s, color .4s ease 0s;
    -moz-transition: transform .3s, color .4s ease 0s;
    -o-transition: transform .3s, color .4s ease 0s;
    transition: transform .3s, color .4s ease 0s
}

.vertical-menu.default~.view-all-category a.close-cate::after {
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg)
}

@media (min-width:1025px) {
    .vertical-menu.default .menu-item.parent-megamenu {
        position: static
    }
    .vertical-menu.default .menu-item:not(:hover)>.submenu {
        visibility: hidden;
        opacity: 0;
        -webkit-transform: translateX(15px);
        -moz-transform: translateX(15px);
        -ms-transform: translateX(15px);
        -o-transform: translateX(15px);
        transform: translateX(15px)
    }
    .vertical-menu.default .submenu {
        position: absolute;
        top: 0;
        left: calc(100% + 12px);
        background-color: #fff;
        z-index: 9;
        min-width: 257px;
        -webkit-transition: all .3s ease;
        -moz-transition: all .3s ease;
        -o-transition: all .3s ease;
        transition: all .3s ease;
        -webkit-box-shadow: 0 3px 18px 0 rgba(0, 0, 0, .1);
        -moz-box-shadow: 0 3px 18px 0 rgba(0, 0, 0, .1);
        box-shadow: 0 3px 18px 0 rgba(0, 0, 0, .1)
    }
    .vertical-menu.default .submenu .submenu {
        top: -2px
    }
    .vertical-menu.default .submenu:not(.megamenu) {
        padding: 30px 0
    }
    .vertical-menu.default .submenu.megamenu {
        overflow: hidden
    }
    .vertical-menu.default .submenu.megamenu::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        border: 2px solid transparent;
        pointer-events: none
    }
    .vertical-menu.default .menu-item.parent>a::after {
        font-size: 18px;
        content: '\f105';
        font-family: FontAwesome, sans-serif;
        display: inline-block;
        float: right
    }
}

@media (max-width:1024px) {
    .vertical-menu.default [class*=" az_col-"],
    .vertical-menu.default [class^=az_col-] {
        width: 100%!important;
        float: none
    }
    .vertical-menu.default .megamenu {
        width: auto!important;
        max-width: inherit!important
    }
    .vertical-menu.default .submenu.megamenu>div {
        background: 0 0!important;
        padding: 15px 0!important
    }
    .vertical-menu.default {
        border-right: 1px solid #eee
    }
    .vertical-menu.default .menu-item>.toggle-submenu {
        position: absolute;
        top: 0;
        right: 0;
        display: inline-block;
        padding: 14px 20px;
        -webkit-transition: transform .3s, color .4s ease 0s;
        -moz-transition: transform .3s, color .4s ease 0s;
        -o-transition: transform .3s, color .4s ease 0s;
        transition: transform .3s, color .4s ease 0s;
        cursor: pointer
    }
    .vertical-menu.default .menu-item>.toggle-submenu::before {
        display: block;
        font-family: FontAwesome, sans-serif;
        content: "\f107";
        font-size: 18px
    }
    .vertical-menu.default .menu-item.show-submenu>.toggle-submenu {
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        transform: rotate(90deg)
    }
    .vertical-menu.default .submenu {
        display: none;
        position: static;
        padding-bottom: 10px
    }
    .vertical-menu.default .submenu:not(.megamenu) .menu-item a {
        padding-left: 10px
    }
}

.header.header-transparent {
    left: 0;
    right: 0;
    z-index: 9999
}

.header.style-01 .header-middle {
    width: 1800px;
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    margin-left: auto;
    margin-right: auto
}

.header.style-01 .header-logo-nav {
    text-align: center
}

.header.style-01 .header-control,
.header.style-01 .header-search-menu {
    width: 250px
}

.header.style-01 .header-logo {
    padding: 15px 0
}

.header.style-01 .header-position.fixed .header-logo {
    height: 0;
    padding: 0!important;
    visibility: hidden;
    opacity: 0
}

.header.style-02 .header-logo-nav>div {
    display: inline-block
}

.header.style-02 .header-logo-nav .box-header-nav {
    /* padding-left: 50px; */
    padding-left: 0px;
}

.header.style-02 .header-middle {
    width: 1800px;
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    margin-left: auto;
    margin-right: auto
}

.header.style-02 .header-search {
    display: inline-block;
    vertical-align: middle
}

.header.style-03 .header-middle {
    width: 1800px;
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    margin-left: auto;
    margin-right: auto
}

.header.style-03 .header-middle-inner {
    table-layout: fixed
}

.header.style-03 .header-logo {
    width: 200px;
    text-align: center
}

.header.style-03 .header-search {
    display: inline-block;
    vertical-align: middle
}

.header.style-03 .box-header-nav .main-menu>.menu-item:first-child {
    padding-left: 0
}

.header.style-04 .header-search-mid {
    text-align: center
}

.header.style-04 .header-middle {
    padding: 50px 0
}

.header.style-04 .header-position {
    padding: 0
}

.header.style-04 .block-search-form {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: table;
    position: relative
}

.header.style-04 .block-search-form::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: -1px;
    bottom: 0;
    border: 2px solid #000;
    z-index: 1;
    pointer-events: none;
    border-radius: 40px
}

.header.style-04 .block-search-form>* {
    display: table-cell;
    vertical-align: middle
}

.header.style-04 .akasha-live-search-form .txt-livesearch {
    min-width: 320px
}

.header.style-04 .block-search .form-search .category {
    padding: 0 10px
}

.header.style-04 .block-search .form-search .category .chosen-container {
    border-left: 2px solid #ebebeb
}

.header.style-04 .category .chosen-container-single .chosen-single span {
    color: #000
}

.header.style-04 .block-search-form .btn-submit {
    font-size: 22px;
    height: 56px;
    line-height: 56px;
    padding: 0 24px;
    position: relative;
    background-color: #000;
    z-index: 1;
    overflow: hidden;
    border-radius: 0 40px 40px 0
}

.header.style-04 .block-search-form .btn-submit::before {
    position: absolute;
    top: 0;
    left: -100%;
    z-index: 2;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .3) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .3) 100%);
    -webkit-transform: skewX(-45deg);
    -moz-transform: skewX(-45deg);
    -o-transform: skewX(-45deg);
    -ms-transform: skewX(-45deg);
    transform: skewX(-45deg)
}

.header.style-04 .block-search-form .btn-submit:hover::before {
    -webkit-animation: shine .75s;
    animation: shine .75s
}

.header.style-04 .header-nav {
    background-color: #000;
    text-align: center
}

.header.style-04 .box-header-nav .main-menu>.menu-item:first-child {
    padding-left: 0
}

.header.style-04 .box-header-nav .main-menu>.menu-item>a {
    color: #fff
}

.header.style-04 .box-header-nav .main-menu>.menu-item {
    padding: 0 30px
}

.header-mobile {
    display: table;
    width: 100%
}

.header-mobile>* {
    display: table-cell;
    vertical-align: middle;
    width: 33.33333333%
}

.header-mobile-mid {
    text-align: center
}

.header-mobile-right {
    text-align: right
}

.header-mobile .form-search {
    width: 100%
}

.header-mobile .akasha-dropdown .block-search {
    position: absolute;
    top: 100%;
    bottom: auto;
    padding: 0 10px 10px;
    -webkit-box-shadow: 0 10px 10px 0 rgba(0, 0, 0, .01);
    -moz-box-shadow: 0 10px 10px 0 rgba(0, 0, 0, .01);
    box-shadow: 0 10px 10px 0 rgba(0, 0, 0, .01)
}

.header-mobile .block-search .form-search .category {
    display: none
}

.header-mobile .akasha-live-search-form .btn-submit {
    position: absolute;
    top: 1px;
    left: 0;
    background-color: transparent;
    color: #333;
    font-size: 21px;
    height: 40px;
    line-height: 40px;
    border: none
}

.header-mobile .akasha-live-search-form .txt-livesearch {
    background-color: #efefef;
    border-radius: 40px;
    height: 40px;
    line-height: 40px;
    padding: 0 20px 0 60px;
    border: none;
    font-size: 15px
}

.header-mobile .header-search.open .link-dropdown .flaticon-magnifying-glass-browser {
    position: relative;
    display: block;
    height: 60px;
    line-height: 37px;
    width: 30px
}

.header-mobile .header-search.open .link-dropdown .flaticon-magnifying-glass-browser::after,
.header-mobile .header-search.open .link-dropdown .flaticon-magnifying-glass-browser::before {
    border-bottom: 2px solid;
    content: "";
    position: absolute;
    left: 4px;
    top: 29px;
    width: 20px
}

.header-mobile .header-search.open .link-dropdown .flaticon-magnifying-glass-browser::before {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.header-mobile .header-search.open .link-dropdown .flaticon-magnifying-glass-browser::after {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg)
}

@media (min-width:1025px) {
    .header-mobile {
        display: none
    }
}

@media (max-width:1024px) {
    .header-middle,
    .header-top,
    .header-wrap-stick {
        display: none
    }
    .header {
        padding-left: 15px;
        padding-right: 15px;
        position: relative
    }
    .header.header-transparent {
        position: relative
    }
    .wpml-menu li.block-language>a {
        font-size: 0
    }
    .header-mobile .wpml-menu {
        padding-left: 5px
    }
    .header-search .link-dropdown,
    .meta-dreaming .block-dreaming .block-link {
        width: 21px;
        font-size: 21px
    }    
    .header-mobile .wpml-menu>.menu-item:not(:last-child) {
        margin-right: 12px
    }
}

@media (max-width:767px) {
    .header-mobile .wpml-menu {
        display: none
    }
    .header-mobile .header-mobile-left,
    .header-mobile .header-mobile-right {
        width: calc(50% - 65px)
    }
    .header-mobile .header-logo {
        max-width: 130px;
        display: inline-block;
        width: 100%!important
    }
    .meta-dreaming .block-dreaming {
        padding-left: 0
    }
}

a.backtotop {
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 20px;
    background-color: #000;
    position: fixed;
    bottom: 30px;
    right: 25px;
    text-align: center;
    -webkit-transition: all .4s ease 0s;
    -moz-transition: all .4s ease 0s;
    -o-transition: all .4s ease 0s;
    transition: all .4s ease 0s;
    z-index: 999;
    overflow: hidden;
    border-radius: 50%
}

a.backtotop:not(.active) {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0)
}

a.backtotop i {
    color: #fff
}

a.backtotop::before {
    position: absolute;
    top: 0;
    left: -100%;
    z-index: 2;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .3) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .3) 100%);
    -webkit-transform: skewX(-45deg);
    -moz-transform: skewX(-45deg);
    -o-transform: skewX(-45deg);
    -ms-transform: skewX(-45deg);
    transform: skewX(-45deg)
}

a.backtotop:hover::before {
    -webkit-animation: shine .75s;
    animation: shine .75s
}

@media (max-width:767px) {
    a.backtotop {
        display: none
    }
}

.blog-banner {
    margin-bottom: 41px
}

.post-thumb img {
    position: relative;
    z-index: 1
}

.post-title {
    margin-top: 0
}

.post-title a:not(:hover) {
    color: inherit
}

.post-item .post-meta>div {
    display: inline-block;
    position: relative
}

.post-item .post-meta>div:not(:last-child) {
    padding-right: 17px;
    margin-right: 14px
}

.post-item .post-meta>div:not(:last-child)::after {
    content: '';
    border-left: 1px solid #b6bfca;
    position: absolute;
    top: 3px;
    right: 0;
    -webkit-transform: rotate(30deg);
    -moz-transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    -o-transform: rotate(30deg);
    transform: rotate(30deg);
    height: 18px
}

.post-item .categories,
.post-item .date,
.post-item .post-author,
.post-item .post-comment,
.post-item .post-comment-icon {
    font-size: 13px;
    font-weight: 500;
    text-transform: capitalize
}

.post-item .date a:not(:hover),
.post-item .post-comment a:not(:hover) {
    color: inherit
}

.post-item .post-comment-icon {
    float: right;
    color: #000
}

.post-item .post-comment-icon a::before {
    content: "\f10b";
    font-family: Flaticon, sans-serif;
    font-size: 15px;
    margin-right: 4px;
    vertical-align: middle;
    font-weight: 400
}

.post-item .tags {
    display: inline-block;
    width: 100%;
    margin-top: 30px;
    font-size: 0
}

.post-item .tags a {
    display: inline-block;
    margin: 0 7px 7px 0;
    padding: 4px 22px;
    font-size: 13px;
    font-weight: 600;
    line-height: 26px;
    border: 1px solid #e4e6ec;
    height: 34px;
    text-align: center
}

.post-item .tags a:hover {
    background-color: #000;
    border-color: #000;
    color: #fff
}

.page-main-content::after,
.page-main-content::before,
.post-content::after,
.post-content::before {
    content: '';
    display: table
}

.page-main-content::after,
.post-content::after {
    clear: both
}

.post-content p:last-child {
    margin-bottom: 0!important
}

.post-content>p:last-child {
    display: inline-block;
    width: 100%
}

.post-single .post-title {
    font-size: 30px;
    margin: -5px 0 15px 0
}

.post-single .post-meta {
    margin-bottom: 20px
}

.post-single .post-thumb {
    margin-bottom: 42px
}

.post-footer {
    display: inline-block;
    width: 100%;
    margin-top: 35px;
    padding-bottom: 14px;
    border-bottom: 1px solid #e7e7e7
}

.tags+.post-footer {
    border-top: 1px solid #e7e7e7;
    padding-top: 16px;
    margin-top: 16px
}

.post-footer .akasha-share-socials {
    float: right;
    text-align: right;
    width: 40%
}

.post-footer .akasha-share-socials~.categories {
    float: left;
    width: 60%
}

.post-footer .social-heading {
    display: inline-block;
    font-size: 14px;
    color: inherit;
    margin: 0
}

.post-footer .akasha-share-socials a {
    display: inline-block;
    font-size: 16px;
    width: 32px;
    text-align: center;
    border-radius: 50%
}

.post-standard {
    margin-bottom: 55px
}

.post-standard:last-child {
    margin-bottom: 0;
    padding-bottom: 0
}

.post-standard .post-foot {
    padding: 14px 0 4px;
    display: inline-block;
    width: 100%;
    border-top: 1px solid #e7e7e7;
    margin-top: 20px
}

.post-standard .post-foot .categories {
    float: left
}

.post-standard .post-foot .post-comment {
    float: right
}

.post-standard .post-foot .post-comment::before {
    font-family: Flaticon, sans-serif;
    content: "\f113";
    margin-right: 6px;
    position: relative;
    font-size: 15px;
    vertical-align: top;
    font-weight: 400
}

.post-standard .post-title {
    font-size: 28px;
    margin-bottom: 10px;
    margin-top: -5px
}

.post-standard .post-thumb {
    margin-bottom: 37px
}

.post-standard .post-meta {
    margin-bottom: 20px
}

.post_format-post-format-quote.post-item .tags {
    margin-top: 0
}

.post-standard.post_format-post-format-quote .post-thumb {
    margin-bottom: 0!important
}

.post-standard .post-thumb .quote {
    padding: 45px 55px 60px 55px;
    color: #000;
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
    background-color: #f6f6f6
}

.post-standard .post-thumb .quote a:not(:hover) {
    color: #1c1c1c
}

.post-standard .post-thumb .quote span {
    display: block;
    margin-bottom: 10px
}

.post-standard .post-thumb .quote span::before {
    font-size: 34px;
    font-family: FontAwesome, sans-serif;
    content: "\f10d"
}

.post-standard .post-thumb .quote strong {
    display: block;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: .2em;
    color: #888;
    margin-top: 20px
}

.post-item .readmore {
    min-width: 125px;
    height: 40px;
    line-height: 40px;
    text-transform: uppercase;
    font-size: 12px;
    margin-top: 21px;
    display: inline-block;
    border-radius: 30px;
    font-weight: 700;
    letter-spacing: .1em;
    padding: 0 15px;
    position: relative;
    overflow: hidden;
    text-align: center;
    background-color: #000;
    color: #fff
}

.post-item .readmore:hover {
    background-color: #000;
    color: #fff
}

.post-item .slick-arrow {
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 0;
    text-align: center;
    font-size: 21px;
    color: #000;
    position: absolute;
    bottom: 5px;
    top: auto;
    background-color: #fff;
    z-index: 3;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    opacity: 1;
    visibility: visible
}

.post-item .slick-arrow:hover {
    background-color: #000;
    color: #fff!important
}

.post-item .slick-arrow.prev {
    left: auto;
    right: 50px
}

.post-item .slick-arrow.next {
    right: 5px
}

.blog-grid .post-item {
    margin-bottom: 55px
}

.blog-grid .post-meta>div:not(:last-child)::after {
    display: none
}

.blog-grid .title {
    font-size: 22px;
    font-weight: 700;
    letter-spacing: .1em;
    text-transform: uppercase;
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 83px
}

.blog-grid .title span {
    display: inline-block;
    position: relative;
    padding-bottom: 20px
}

.blog-grid .title span::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    border-bottom: 2px solid #000;
    width: 100%
}

.post-thumb {
    position: relative;
    overflow: hidden
}

.blog-grid .post-thumb {
    overflow: hidden
}

.blog-grid .post-thumb a:first-child::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: #000;
    opacity: 0;
    visibility: visible;
    -webkit-transition: opacity .25s ease 0s;
    -moz-transition: opacity .25s ease 0s;
    -o-transition: opacity .25s ease 0s;
    transition: opacity .25s ease 0s;
    z-index: 1
}

.blog-grid:hover .post-thumb a::before {
    opacity: .5;
    visibility: visible
}

.datebox {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    overflow: hidden;
    text-align: center;
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 2;
    display: inline-block;
    background-color: #000
}

.datebox span:first-child {
    display: block;
    height: 32px;
    line-height: 34px;
    font-size: 16px;
    font-weight: 600;
    position: relative;
    color: #fff
}

.datebox span:first-child::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 10px;
    right: 10px;
    border-bottom: 1px solid #fff;
    opacity: .5
}

.datebox span:last-child {
    display: block;
    height: 28px;
    line-height: 24px;
    font-size: 13px;
    font-weight: 600;
    color: #fff
}

.blog-grid .post-thumb img {
    width: 100%;
    -webkit-transition: transform .25s ease 0s;
    -moz-transition: transform .25s ease 0s;
    -o-transition: transform .25s ease 0s;
    transition: transform .25s ease 0s
}

.blog-grid .post-thumb:hover img {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05)
}

.blog-grid .post-content {
    background-color: #fff
}

.blog-grid .post-title {
    font-size: 16px;
    margin-bottom: 15px;
    padding-bottom: 10px;
    position: relative;
    max-width: 320px
}

.blog-grid .post-title::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 50px;
    border-bottom: 2px solid #000
}

.blog-grid .post-meta {
    overflow: hidden;
    padding: 15px 0 10px 0
}

.blog-grid .post-author {
    float: left
}

.blog-grid .post-comment {
    float: right;
    color: #000
}

.blog-grid .post-comment a {
    font-weight: 600
}

.blog-grid .post-comment a::before {
    content: "\f113";
    font-family: Flaticon, sans-serif;
    font-size: 15px;
    margin-right: 4px;
    vertical-align: middle;
    font-weight: 400
}

@media (max-width:1199px) {
    .post-footer .akasha-share-socials {
        float: none;
        text-align: left;
        width: 100%;
        margin-bottom: 10px
    }
    .post-footer .akasha-share-socials~.categories {
        float: none;
        width: 100%
    }
    .post-single .post-thumb,
    .post-standard .post-thumb {
        margin-bottom: 30px
    }
    .post-item .slick-arrow {
        width: 40px;
        height: 40px;
        line-height: 40px
    }
    .post-item .slick-arrow.prev {
        right: 40px
    }
    .post-item .slick-arrow::before {
        width: 9px;
        height: 9px;
        top: -3px
    }
    .post-item .slick-arrow.prev::after {
        height: 30px
    }
    .post-single .post-title {
        font-size: 26px
    }
}

@media (max-width:991px) {
    .post-standard .post-thumb .quote {
        padding: 30px 20px 20px 20px;
        font-size: 18px;
        line-height: 28px
    }
}

@media (max-width:767px) {
    .blog-grid .post-title {
        font-size: 18px
    }
    .post-single .post-title {
        font-size: 24px
    }
}

.comments-area p {
    margin-bottom: 16px
}

.comments-area {
    padding-top: 40px
}

.comments-area .comments-title {
    font-size: 22px;
    margin-top: 0;
    margin-bottom: 30px
}

.comments-area .commentlist,
.comments-area .commentlist .children {
    list-style: none
}

.comments-area .no-comments {
    margin-top: 20px
}

.commentlist {
    list-style: none;
    padding-left: 0
}

.akasha-Reviews .commentlist>p {
    display: none
}

.comment:not(:last-child) {
    border-bottom: 1px solid #dfdfdf;
    padding-bottom: 40px;
    margin-bottom: 40px
}

.commentlist .children {
    padding-left: 145px;
    padding-top: 35px;
    margin-top: 35px;
    border-top: 1px solid #dfdfdf
}

.has-sidebar .commentlist .children {
    padding-left: 90px
}

.comment_container {
    overflow: hidden
}

.comment_container .avatar {
    float: left;
    max-width: 120px;
    margin-right: 25px
}

.comment-text {
    overflow: hidden;
    position: relative
}

.comment-text .meta {
    margin-bottom: 0
}

.comment-text .akasha-review__dash {
    display: none
}

.comment-text .akasha-review__author,
.comment-text .comment-author {
    display: block;
    font-size: 12px;
    line-height: 18px;
    letter-spacing: .2em;
    font-weight: 600;
    color: #000;
    text-transform: uppercase;
    margin-top: -2px;
    margin-bottom: 2px
}

.comment-text .akasha-review__published-date,
.comment-text .comment-date {
    display: inline-block;
    font-size: 14px;
    line-height: 26px;
    margin-bottom: 9px;
    padding-right: 80px
}

.comment-text .akasha-review__published-date,
.comment-text .comment-date:not(:hover) {
    color: #9da7b2
}

.comment-text p:last-child {
    margin-bottom: 0
}

.comment-text .comment-edit-link,
.comment-text .comment-reply-link {
    position: absolute;
    top: 0;
    font-size: 0
}

.comment-text .comment-edit-link {
    right: 30px
}

.comment-text .comment-reply-link {
    right: 0
}

.comment-text .comment-edit-link::before {
    font-family: FontAwesome, sans-serif;
    content: "\f044";
    font-size: 14px
}

.comment-text .comment-reply-link::before {
    font-family: FontAwesome, sans-serif;
    content: '\f112';
    font-size: 14px
}

.pingback {
    padding-bottom: 20px
}

.pingback>p>a {
    padding-left: 5px
}

.pingback .edit-link {
    display: inline-block
}

.pingback .edit-link:before {
    content: "\002f";
    display: inline-block;
    padding: 0 5px
}

.commentlist .comment-respond,
.commentlist~.comment-respond {
    border-top: 1px solid #dfdfdf;
    padding-top: 45px;
    margin-top: 50px
}

.comment-respond .comment-reply-title {
    font-size: 22px;
    margin-bottom: 25px;
    margin-top: 0
}

.comment-respond span.comment-reply-title {
    display: block;
    margin-bottom: 20px;
    margin-top: 10px
}

.comment-form-rating label {
    margin-right: 15px
}

.required {
    color: red;
    font-weight: 400
}

.comment-form .comment-form-author,
.comment-form .comment-form-email,
.comment-form .comment-reply-content {
    float: left;
    margin-bottom: 25px;
    width: calc(50% - 15px)
}

.comment-form .comment-form-author label,
.comment-form .comment-form-email label {
    display: block
}

.comment-form .comment-form-email,
.comment-form .comment-reply-content+.comment-reply-content {
    float: right
}

.comment-form .comment-form-author input,
.comment-form .comment-form-email input,
.comment-form .comment-reply-content input {
    width: 100%;
    height: 50px;
    padding: 4px 30px
}

.comment-form .comment-form-comment {
    display: inline-block;
    width: 100%
}

.comment-form .comment-form-comment textarea {
    height: 220px;
    padding: 15px 20px
}

.comment-form .form-submit {
    display: table;
    position: relative;
    margin-bottom: 19px
}

.comment-form .form-submit #submit {
    vertical-align: middle;
    height: 44px;
    line-height: 44px;
    min-width: 170px;
    font-size: 12px;
    letter-spacing: .1em;
    font-weight: 600;
    color: #fff;
    background-color: #1b1b1b;
    text-transform: uppercase;
    padding: 0 15px;
    text-align: center;
    display: inline-block
}

.comment-form .form-submit #submit:hover {
    background-color: #000
}

.akasha-Reviews-title {
    display: none
}

@media (max-width:1199px) {
    .commentlist .children,
    .has-sidebar .commentlist .children {
        padding-left: 50px
    }
    .comment-form .form-submit {
        margin-top: 0;
        margin-bottom: 0
    }
}

@media (max-width:991px) {
    .comment-form .comment-form-author,
    .comment-form .comment-form-email,
    .comment-form .comment-reply-content {
        width: 100%;
        float: none!important
    }
    .commentlist .children,
    .has-sidebar .commentlist .children {
        padding-left: 30px
    }
}

@media (max-width:767px) {
    .comment_container .avatar {
        float: none;
        max-width: 90px
    }
    .comment-text {
        margin-top: 15px
    }
}

.main-container {
    /* padding-top: 4%; */
    padding-bottom: 70px
}

body.single .main-container {
    padding-top: 1%;
    padding-bottom: 50px
}

.banner-wrapper-inner {
    text-align: center
}

.banner-wrapper.has_background {
    position: relative
}

.banner-wrapper.has_background img {
    min-height: 270px;
}
@media(min-width: 768px) {
    .banner-wrapper.has_background img {
        object-fit: cover;
    }
}

.banner-wrapper.has_background .banner-wrapper-inner .page-title {
    margin-top: 0
}

.banner-wrapper.has_background .banner-wrapper-inner {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%)
}

.page-title {
    text-align: center;
    font-size: 40px;
    font-weight: 600;
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 15px
}

.page-title::before {
    content: '';
    width: 60px;
    height: 2px;
    background-color: #000;
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%)
}

@media (max-width:767px) {
    .banner-wrapper.has_background img {
        min-height: 200px
    }
}

#widget-area .count {
    font-weight: 500;
    float: right
}

#widget-area a:not(:hover) {
    color: #414141
}

@media (min-width:992px) {
    .left-sidebar .main-content {
        order: 2
    }
}

#widget-area .widget:not(:last-child) {
    margin-bottom: 50px
}

#widget-area .widgettitle {
    font-size: 20px;
    margin-bottom: 25px;
    position: relative;
    margin-top: -2px;
    z-index: 1;
    padding-bottom: 15px;
    font-family: 'Playfair Display'
}

#widget-area .widgettitle::before {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0;
    border-bottom: 2px solid #000;
    width: 50px
}

#widget-area .widgettitle a {
    color: inherit
}

#widget-area .widget ol,
#widget-area .widget ul {
    padding: 0 0 8px 0;
    list-style: none
}

#widget-area .widget ol ol,
#widget-area .widget ol ul,
#widget-area .widget ul ol,
#widget-area .widget ul ul {
    padding: 0 0 0 17px;
    margin-top: 8px;
    border-bottom: none
}

#widget-area .widget ul li {
    list-style: none;
    padding-top: 8px;
    padding-bottom: 8px
}

#widget-area .widget ul li:last-child {
    padding-bottom: 0
}

#widget-area .widget p:last-child {
    margin-bottom: 0
}

#widget-area .widget label:not(.screen-reader-text) {
    width: 100%;
    margin: 15px 0
}

.akasha-widget-layered-nav-list li.chosen a,
.widget_categories .cat-item.current-cat>a,
.widget_pages .page_item.current_page_item>a,
.widget_product_categories .cat-item.current-cat>a {
    color: #000
}

#widget-area .widget.widget_search .widgettitle {
    display: none
}

.widget_product_search .akasha-product-search,
.widget_search .search-form {
    position: relative
}

.widget_product_search .akasha-product-search .search-field,
.widget_search .search-form input {
    width: 100%;
    height: 46px;
    line-height: 44px;
    padding-right: 65px
}

.widget_product_search .akasha-product-search button[type=submit],
.widget_search .search-form button {
    position: absolute;
    top: 0;
    right: 0;
    height: 46px;
    line-height: 46px;
    width: 60px;
    overflow: hidden;
    font-size: 0;
    background-color: transparent;
    border-radius: 0 30px 30px 0;
    color: #000
}

.widget_product_search .akasha-product-search button[type=submit]::before,
.widget_search .search-form button::before {
    content: "\f100";
    font-family: Flaticon, sans-serif;
    font-size: 21px
}

.widget_product_search .akasha-product-search button[type=submit]:hover,
.widget_search .search-form button:hover {
    color: #000
}

.widget-akasha-socials .socials-list {
    padding: 0!important
}

#widget-area .widget.widget-akasha-socials .socials-list li {
    padding: 3px 5px 3px 0;
    display: inline-block
}

.widget-akasha-socials .socials-list li:last-child {
    padding-right: 0
}

.widget-akasha-socials .socials-list li a {
    display: block;
    width: 46px;
    height: 46px;
    color: #fff!important;
    background-color: #1e1e1e;
    font-size: 0;
    text-align: center;
    border-radius: 50%;
    position: relative
}

.widget-akasha-socials .socials-list li a::before {
    content: '';
    position: absolute;
    top: -1px;
    left: -1px;
    right: -1px;
    bottom: -1px;
    border-radius: 50%;
    -webkit-transition: all .25s ease 0s;
    -moz-transition: all .25s ease 0s;
    -o-transition: all .25s ease 0s;
    transition: all .25s ease 0s;
    -webkit-transform: scale(.3);
    -moz-transform: scale(.3);
    -ms-transform: scale(.3);
    -o-transform: scale(.3);
    transform: scale(.3);
    opacity: 0;
    visibility: hidden;
    background-color: #000
}

.widget-akasha-socials .socials-list li a:hover::before {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    visibility: visible
}

.widget-akasha-socials .socials-list li a span {
    font-size: 17px;
    line-height: 44px;
    position: relative
}

.widget-akasha-mailchimp .desc {
    margin-bottom: 10px;
    font-size: 13px;
    color: #000;
    font-weight: 600
}

.widget-akasha-mailchimp .newsletter-form-wrap .form-newsletter {
    text-align: right
}

.widget-akasha-mailchimp .newsletter-form-wrap .email-newsletter {
    width: 100%;
    border: none;
    border-bottom: 2px solid #232529;
    border-radius: 0;
    padding: 0;
    height: 44px;
    line-height: 44px
}

.widget-akasha-mailchimp .newsletter-form-wrap .submit-newsletter {
    background-color: #000;
    min-width: 125px;
    height: 39px;
    line-height: 39px;
    border-radius: 39px;
    font-size: 12px;
    letter-spacing: .1em;
    text-transform: uppercase;
    margin-top: 21px;
    display: inline-block;
    color: #fff;
    font-weight: 600;
    padding: 0 15px;
    position: relative;
    overflow: hidden
}

.widget-akasha-mailchimp .newsletter-form-wrap .submit-newsletter::after {
    font-family: FontAwesome, sans-serif;
    content: "\f105";
    font-size: 18px;
    margin-left: 5px;
    vertical-align: top
}

.widget-akasha-mailchimp .newsletter-form-wrap .submit-newsletter::before {
    position: absolute;
    top: 0;
    left: -100%;
    z-index: 2;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .3) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .3) 100%);
    -webkit-transform: skewX(-45deg);
    -moz-transform: skewX(-45deg);
    -o-transform: skewX(-45deg);
    -ms-transform: skewX(-45deg);
    transform: skewX(-45deg)
}

.widget-akasha-mailchimp .newsletter-form-wrap .submit-newsletter:hover::before {
    -webkit-animation: shine .75s;
    animation: shine .75s
}

.widget-akasha-instagram .content-instagram {
    margin-left: -5px;
    margin-right: -5px;
    overflow: hidden
}

.widget-akasha-instagram .content-instagram .item {
    float: left;
    width: 33.3333333%;
    padding: 5px;
    position: relative
}

.widget-akasha-instagram .content-instagram .item::before {
    content: '';
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    background-color: #fff;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity .25s ease 0s;
    -moz-transition: opacity .25s ease 0s;
    -o-transition: opacity .25s ease 0s;
    transition: opacity .25s ease 0s;
    z-index: 1
}

.widget-akasha-instagram .content-instagram .item:hover::before {
    opacity: .5;
    visibility: visible
}

.widget-akasha-post article {
    position: relative;
    display: inline-block;
    width: 100%
}

.widget-akasha-post article:not(:last-child) {
    padding-bottom: 8px;
    margin-bottom: 8px
}

.widget-akasha-post .post-thumb {
    float: left;
    overflow: hidden;
    border-radius: 0;
    position: relative
}

.widget-akasha-post .post-thumb a::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity .25s ease 0s;
    -moz-transition: opacity .25s ease 0s;
    -o-transition: opacity .25s ease 0s;
    transition: opacity .25s ease 0s;
    z-index: 2
}

.widget-akasha-post .post-thumb a:hover::before {
    opacity: .5;
    visibility: visible
}

.widget-akasha-post .post-info {
    overflow: hidden;
    padding-left: 15px;
    padding-right: 0
}

.widget-akasha-post .post-title {
    font-size: 14px;
    padding-bottom: 0;
    margin-bottom: 10px
}

.widget-akasha-post .post-title::after {
    display: none
}

.widget-akasha-post .date {
    font-size: 12px;
    font-weight: 600;
    line-height: 17px;
    text-transform: capitalize
}

#widget-area .widget_shopping_cart .product_list_widget li.mini_cart_item {
    position: relative;
    margin-bottom: 5px;
    display: inline-block;
    width: 100%;
    overflow: visible
}

#widget-area .widget_shopping_cart .akasha-mini-cart__total {
    padding: 0 0 10px 0
}

#widget-area .widget_shopping_cart .akasha-mini-cart__buttons {
    padding: 0
}

#widget-area .widget .product_list_widget li:not(.mini_cart_item) {
    border-bottom: none;
    display: inline-block;
    width: 100%;
    position: relative;
    padding-top: 13px;
    padding-bottom: 13px
}

.product_list_widget li:not(.mini_cart_item):not(:last-child)::before {
    display: block;
    content: '';
    border-bottom: 1px solid #e2e2e2;
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0
}

.product_list_widget .rating-wapper .review {
    display: none
}

body #widget-area .select2-container--default .select2-selection--single {
    border-color: #aaa
}

#widget-area .widget .select2-container--default .select2-selection--multiple .select2-selection__rendered {
    padding: 0 5px
}

#widget-area .widget .select2-container .select2-search--inline {
    padding: 0
}

#widget-area .widget .select2-container--default .select2-selection--multiple .select2-selection__choice {
    border: none;
    color: #fff;
    background-color: #000
}

#widget-area .widget .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #fff
}

.akasha-widget-layered-nav-dropdown .akasha-widget-layered-nav-dropdown__submit {
    width: 100%;
    max-width: 270px;
    height: 45px;
    line-height: 45px;
    font-size: 14px;
    background-color: #000;
    margin-top: 20px
}

.akasha-widget-layered-nav-dropdown .akasha-widget-layered-nav-dropdown__submit:hover {
    opacity: .8
}

.widget_price_filter .price_slider_amount {
    overflow: hidden;
    margin-top: 25px
}

.widget_price_filter .price_label {
    font-weight: 600;
    float: left
}

.widget_price_filter .price_label span {
    height: 40px;
    border-radius: 0;
    line-height: 40px;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    display: inline-block;
    color: #000;
    text-align: center
}

.widget_price_filter .price_label span:first-child {
    margin-right: 5px
}

.widget_price_filter .button {
    float: right;
    height: 40px;
    line-height: 40px;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    background-color: #000;
    position: relative;
    overflow: hidden;
    border-radius: 30px
}

.widget_price_filter .button::before {
    position: absolute;
    top: 0;
    left: -100%;
    z-index: 2;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .3) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .3) 100%);
    -webkit-transform: skewX(-45deg);
    -moz-transform: skewX(-45deg);
    -o-transform: skewX(-45deg);
    -ms-transform: skewX(-45deg);
    transform: skewX(-45deg)
}

.widget_price_filter .button:hover::before {
    -webkit-animation: shine .75s;
    animation: shine .75s
}

.widget_price_filter .price_slider_wrapper {
    padding-top: 5px
}

.widget_price_filter .price_slider {
    position: relative;
    height: 5px;
    border-radius: 2px 0 0 2px;
    background-color: #eee;
    width: -webkit-calc(100% - 8px);
    width: -moz-calc(100% - 8px);
    width: calc(100% - 8px)
}

.widget_price_filter .price_slider::before {
    content: '';
    display: block;
    height: 5px;
    border-radius: 0 2px 2px 0;
    width: 8px;
    background-color: #eee;
    position: absolute;
    left: 100%;
    top: 0
}

.widget_price_filter .ui-slider-range {
    height: 5px;
    background-color: #000;
    position: absolute;
    top: 0
}

.widget_price_filter .ui-slider-handle {
    border: 1px solid #ebebeb;
    background: #fff;
    display: inline-block;
    height: 15px;
    width: 8px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%)
}

.akasha_widget_layered_nav .color-group::after,
.akasha_widget_layered_nav .color-group::before {
    content: '';
    display: table
}

.akasha_widget_layered_nav .color-group::after {
    clear: both
}

.akasha_widget_layered_nav .color-group {
    margin-top: -12px
}

.akasha_widget_layered_nav .color-group .term-color {
    min-width: 100%;
    float: left;
    padding-top: 12px;
    font-weight: 500
}

.akasha_widget_layered_nav .color-group .term-color i {
    display: inline-block;
    width: 26px;
    height: 26px;
    line-height: 12px;
    border-radius: 50%;
    vertical-align: middle;
    margin-right: 7px;
    margin-top: -2px;
    background-color: currentColor;
    position: relative;
    text-align: center
}

.akasha_widget_layered_nav .color-group .term-color i[style="color:#FFFFFF"],
.akasha_widget_layered_nav .color-group .term-color i[style="color:#ffffff"] {
    border: 1px solid #e4e4e4
}

.akasha_widget_layered_nav .color-group .term-color.selected i::before,
.akasha_widget_layered_nav .color-group .term-color:hover i::before {
    content: '\f00c';
    font-family: FontAwesome, sans-serif;
    color: #fff;
    font-size: 14px;
    position: relative;
    top: 8px;
    font-weight: 400
}

.akasha_widget_layered_nav .color-group .term-color.selected i[style="color:#FFFFFF"],
.akasha_widget_layered_nav .color-group .term-color:hover i[style="color:#ffffff"] {
    background-color: #dbdbdb!important
}

.akasha_widget_layered_nav .color-group .term-color .count {
    color: #868686
}

.akasha_widget_layered_nav .inline-group a {
    display: inline-block;
    text-align: center;
    min-width: 38px;
    height: 38px;
    line-height: 36px;
    border: 1px solid #a9a9a9;
    border-radius: 0;
    margin: 6px 12px 6px 0
}

.akasha_widget_layered_nav .inline-group a:last-child {
    margin-right: 0
}

.akasha_widget_layered_nav .inline-group a.selected,
.akasha_widget_layered_nav .inline-group a:hover {
    border-color: #000;
    background-color: #000;
    color: #fff
}

@media (max-width:767px) {
    .widget-akasha-instagram .content-instagram .item img {
        width: 100%
    }
}
@media (min-width: 992px) {    
    #widget-area {
        padding-top: 40px
    }
}

.page-links {
    margin-top: 10px;
    margin-bottom: 20px;
    display: inline-block;
    width: 100%
}

.page-links>span.page-links-title {
    line-height: 44px
}

.page-links>a,
.page-links>span:not(.page-links-title) {
    color: #cbd1da;
    display: inline-block;
    min-width: 43px;
    padding: 0 3px;
    vertical-align: top;
    text-align: center;
    font-size: 16px;
    position: relative;
    line-height: 41px;
    height: 43px;
    border: 1px solid;
    margin: 0 6px 6px 0;
    background-color: #fff
}

.page-links>a:hover,
.page-links>span:not(.page-links-title) {
    color: #000
}

.comments-pagination,
.pagination,
.post-pagination {
    display: inline-block;
    width: 100%
}

.comments-pagination {
    padding-top: 45px
}

.blog-standard~.pagination {
    padding-top: 70px;
    padding-bottom: 25px
}

.blog-grid~.pagination {
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px
}

.post-pagination {
    margin-top: 15px
}

.akasha-pagination ul {
    padding-left: 0;
    list-style: none
}

.akasha-pagination .page-numbers,
.akasha-pagination li,
.comments-pagination .nav-links,
.pagination .nav-links {
    display: inline-block
}

.akasha-pagination a.page-numbers,
.akasha-pagination li .page-numbers,
.akasha-pagination span.page-numbers,
.comments-pagination .page-numbers,
.pagination .page-numbers,
.post-pagination a span,
.post-pagination>span:not(.title) {
    color: #000;
    display: inline-block;
    min-width: 43px;
    padding: 0 3px;
    vertical-align: top;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    position: relative;
    line-height: 42px;
    height: 43px;
    border: 1px solid #f4f4f4;
    background-color: #f4f4f4;
    margin: 0 6px 6px 0;
    border-radius: 50%
}

.post-pagination a span {
    font-weight: 400
}

.akasha-pagination a.page-numbers:hover,
.akasha-pagination li .page-numbers.current,
.akasha-pagination li .page-numbers:hover,
.akasha-pagination span.page-numbers.current,
.akasha-pagination span.page-numbers:hover,
.comments-pagination .page-numbers.current,
.comments-pagination a.page-numbers:hover,
.pagination .page-numbers.current,
.pagination .page-numbers:hover,
.post-pagination a span:hover,
.post-pagination>span:not(.title) {
    color: #fff;
    border-color: #000;
    background-color: #000
}

.akasha-pagination .page-numbers.next,
.akasha-pagination .page-numbers.prev,
.comments-pagination .page-numbers.next,
.comments-pagination .page-numbers.prev,
.pagination .page-numbers.next,
.pagination .page-numbers.prev {
    font-size: 0
}

.akasha-pagination .page-numbers.prev::before,
.comments-pagination .page-numbers.prev::before,
.pagination .page-numbers.prev::before {
    font-family: FontAwesome, sans-serif;
    content: "\f104";
    font-size: 20px
}

.akasha-pagination .page-numbers.next::before,
.comments-pagination .page-numbers.next::before,
.pagination .page-numbers.next::before {
    font-family: FontAwesome, sans-serif;
    content: "\f105";
    font-size: 20px;
    line-height: 40px
}

.post-pagination>span.title {
    line-height: 44px;
    padding-right: 10px
}

@media (max-width:1199px) {
    .blog-standard~.pagination {
        padding-top: 68px;
        margin-top: 42px;
        border-top: 1px solid #dfdfdf;
        padding-bottom: 0
    }
    .blog-grid~.pagination {
        padding-top: 20px;
        padding-bottom: 0
    }
}

ul.products li.product-category {
    width: 33.3333333%;
    padding-left: 15px;
    padding-right: 15px;
    float: left;
    margin-bottom: 30px
}

ul.products li.product-category:nth-child(3n+1) {
    clear: left
}

ul.products li.product-category a .akasha-loop-category__title {
    font-size: 18px;
    font-weight: 600;
    margin-top: 15px;
    margin-bottom: 0
}

ul.products li.product-category a .akasha-loop-category__title mark {
    background-color: transparent;
    color: inherit;
    padding: 0
}

@media (max-width:1199px) {
    ul.products li.product-category {
        margin-bottom: 20px
    }
}

@media (max-width:767px) {
    ul.products li.product-category {
        margin-bottom: 10px;
        width: 50%
    }
    ul.products li.product-category:nth-child(3n+1) {
        clear: none
    }
    ul.products li.product-category:nth-child(2n+1) {
        clear: left
    }
}

.shop-control::after,
.shop-control::before {
    content: '';
    display: table
}

.shop-control::after {
    clear: both
}

.grid-view-mode {
    margin-bottom: 10px;
    display: inline-block
}

.grid-view-mode>form {
    display: inline-block
}

.grid-view-mode .modes-mode {
    background-color: #f0f0f0;
    width: 46px;
    height: 46px;
    line-height: 44px;
    color: #868686;
    border: 1px solid #f0f0f0;
    margin-right: 7px;
    padding: 13px 12px;
    border-radius: 50%;
    vertical-align: top;
    display: inline-block
}

.grid-view-mode .modes-mode.mode-list {
    padding: 13px 9px
}

.grid-view-mode .modes-mode.active,
.grid-view-mode .modes-mode:active,
.grid-view-mode .modes-mode:focus,
.grid-view-mode .modes-mode:hover {
    color: #fff;
    border-color: #000;
    background-color: #000
}

.grid-view-mode .modes-mode .button-inner {
    font-size: 0;
    position: relative
}

.grid-view-mode .modes-mode.mode-grid .button-inner {
    width: 16px;
    height: 16px;
    display: block;
    margin-left: 2px
}

.grid-view-mode .modes-mode.mode-grid .button-inner span {
    display: block;
    position: absolute;
    left: 6px;
    width: 4px;
    border-bottom: 4px solid
}

.grid-view-mode .modes-mode.mode-grid .button-inner span:first-child {
    top: 0
}

.grid-view-mode .modes-mode.mode-grid .button-inner span:nth-child(2) {
    top: 6px
}

.grid-view-mode .modes-mode.mode-grid .button-inner span:nth-child(3) {
    bottom: 0
}

.grid-view-mode .modes-mode.mode-grid .button-inner span::before {
    content: '';
    position: absolute;
    left: -6px;
    top: 0;
    width: 4px;
    border-bottom: 4px solid;
    display: block
}

.grid-view-mode .modes-mode.mode-grid .button-inner span::after {
    content: '';
    position: absolute;
    right: -6px;
    top: 0;
    width: 4px;
    border-bottom: 4px solid;
    display: block
}

.grid-view-mode .modes-mode.mode-list .button-inner {
    width: 22px;
    height: 16px;
    display: block;
    margin-left: 2px
}

.grid-view-mode .modes-mode.mode-list .button-inner span {
    display: block;
    position: absolute;
    left: 0;
    width: 4px;
    border-bottom: 4px solid
}

.grid-view-mode .modes-mode.mode-list .button-inner span:first-child {
    top: 0
}

.grid-view-mode .modes-mode.mode-list .button-inner span:nth-child(2) {
    top: 6px
}

.grid-view-mode .modes-mode.mode-list .button-inner span:nth-child(3) {
    top: 12px
}

.grid-view-mode .modes-mode.mode-list .button-inner span::before {
    content: '';
    position: absolute;
    top: 1px;
    right: -18px;
    width: 15px;
    border-bottom: 2px solid
}

.akasha-ordering,
.per-page-form {
    vertical-align: top;
    text-align: left;
    display: inline-block;
    margin-bottom: 10px
}

.akasha-ordering~.per-page-form {
    padding-left: 9px
}

.akasha-ordering select,
.per-page-form select {
    border: 1px solid #e4e4e4;
    line-height: 44px;
    /* padding: 0 42px 0 22px; */
    height: 46px
}

.per-page-form label {
    margin-bottom: 0
}

.per-page-form label:nth-child(2) {
    display: none
}

.shop-before-control {
    text-align: right
}

.shop-before-control .grid-view-mode {
    float: left
}

.shop-after-control {
    width: 100%;
    text-align: right;
    overflow: hidden;
    padding-top: 20px
}

.shop-after-control .akasha-pagination {
    float: left
}

.shop-after-control .akasha-result-count {
    float: right;
    border: 1px solid #e4e4e4;
    border-radius: 30px;
    line-height: 44px;
    padding: 0 22px;
    height: 46px;
    margin-bottom: 0
}

@media (max-width:767px) {
    .shop-after-control .akasha-pagination {
        width: 100%;
        margin-bottom: 10px;
        text-align: left
    }
}

@media (max-width:480px) {
    .shop-before-control {
        text-align: center
    }
    .shop-before-control .grid-view-mode {
        float: none;
        text-align: left
    }
    .akasha-ordering,
    .grid-view-mode,
    .per-page-form {
        padding-left: 0!important;
        width: 100%
    }
    .akasha-ordering select,
    .per-page-form label,
    .per-page-form select {
        width: 100%
    }
    .shop-after-control .akasha-result-count {
        width: 100%;
        text-align: center
    }
}

body,
html {
    font-family: Montserrat, sans-serif;
    font-size: 14px;
    line-height: 26px;
    color: var(--theme-font-color);
}

/* label {
    font-weight: 600;
    color: #000
} */

a,
body .az_custom_heading a {
    color: #000;
    text-decoration: none;
    -webkit-transition: color .25s, border-color .25s, background-color .25s, opacity .25s, width .25s ease 0s;
    -moz-transition: color .25s, border-color .25s, background-color .25s, opacity .25s, width .25s ease 0s;
    -o-transition: color .25s, border-color .25s, background-color .25s, opacity .25s, width .25s ease 0s;
    transition: color .25s, border-color .25s, background-color .25s, opacity .25s, width .25s ease 0s
}

a:active,
a:focus,
a:hover {
    text-decoration: none;
    outline: 0;
    /* color: #000 */
    color: #ff8f48;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    line-height: 1.2;
    color: #000;
    margin-top: 12px;
    margin-bottom: 18px;
    font-weight: 500
}

blockquote,
q {
    color: #000;
    font-size: 14px;
    font-weight: 600;
    font-style: italic;
    padding: 15px 0 15px 20px;
    margin-top: 10px;
    margin-bottom: 20px;
    border-left: 3px solid #000
}

dd,
dt {
    line-height: 30px
}

/* input[type=email],
input[type=number],
input[type=password],
input[type=search],
input[type=tel],
input[type=text],
input[type=url],
select,
textarea {
    border: 1px solid #ededed;
    padding: 0 20px;
    max-width: 100%;
    background-color: transparent;
    font-size: 14px;
    color: #868686;
    height: 40px;
    line-height: 40px;
    border-radius: 4px
} */

textarea {
    display: block;
    line-height: 24px;
    padding: 15px 20px;
    height: auto;
    width: 100%;
    border-radius: 4px
}

select {
    padding: 0 33px 0 15px;
    background: url(../image/select-arrow.png) center right no-repeat
}

/* .fami-btn,
button,
input[type=button],
input[type=submit] {
    display: inline-block;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    color: #fff;
    padding: 0 15px;
    background: #1b1b1b;
    border: none;
    border-radius: 30px;
    -webkit-transition: color .25s, border-color .25s, background-color .25s, opacity .25s, width .25s ease 0s;
    -moz-transition: color .25s, border-color .25s, background-color .25s, opacity .25s, width .25s ease 0s;
    -o-transition: color .25s, border-color .25s, background-color .25s, opacity .25s, width .25s ease 0s;
    transition: color .25s, border-color .25s, background-color .25s, opacity .25s, width .25s ease 0s
} */

table {
    border: 1px solid #ebebeb;
    border-collapse: collapse;
    border-spacing: 0;
    table-layout: auto;
    width: 100%;
    margin-bottom: 20px
}

table thead {
    background-color: #f8f8f8
}

td,
th {
    border: 1px solid #ebebeb;
    padding: 10px
}

@media (max-width:991px) {
    td,
    th {
        padding: 5px
    }
}

.container {
    max-width: 100%
}

@media (min-width:1280px) {
    .container {
        width: 1200px
    }
}
/* @media (min-width:1500px) {
    .container {
        width: 80%;
        max-width: 1400px;
    }
} */

@media (max-width:1199px) {
    .row {
        margin-left: -10px;
        margin-right: -10px
    }
    .row>[class*=col-],
    .row>[class^=col-],
    ul.products>[class*=col-],
    ul.products>[class^=col-] {
        padding-left: 10px;
        padding-right: 10px
    }
}

@media (max-width:767px) {
    .row {
        margin-left: -5px;
        margin-right: -5px
    }
    .row>[class*=col-],
    .row>[class^=col-],
    ul.products>[class*=col-],
    ul.products>[class^=col-] {
        padding-left: 5px;
        padding-right: 5px
    }
}

.slick-arrow {
    cursor: pointer;
    -webkit-transition: all .6s ease 0s;
    -moz-transition: all .6s ease 0s;
    -o-transition: all .6s ease 0s;
    transition: all .6s ease 0s;
    height: 40px;
    line-height: 40px;
    width: 40px;
    text-align: center;
    z-index: 2
}

.owl-slick .slick-arrow {
    font-size: 25px;
    color: #000;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 3;
    opacity: 0;
    visibility: hidden
}

.owl-slick:hover .slick-arrow {
    opacity: 1;
    visibility: visible
}

.main-contain-summary {
    display: table;
    width: 100%;
    table-layout: fixed
}

.main-contain-summary>div {
    display: table-cell;
    vertical-align: top
}

.main-contain-summary .single-product-policy {
    width: 330px;
    padding-left: 30px;
    margin-bottom: 15px
}

.main-contain-summary .single-product-policy .akasha-iconbox:nth-child(2n) {
    margin-top: 20px;
    margin-bottom: 20px
}

.contain-left {
    position: relative
}

.contain-left::after,
.contain-left::before {
    content: '';
    display: table
}

.contain-left::after {
    clear: both
}

.main-contain-summary .wcml-dropdown,
.product_meta .wcml-dropdown {
    display: none
}

.product-360-view-wrapper {
    margin: 100px auto;
    max-width: 800px;
    position: relative
}

.spinner {
    color: #fff;
    font-size: 30px;
    font-weight: 100;
    text-align: center
}

.akasha-threed-view::after {
    border-color: rgba(175, 175, 175, .05) rgba(175, 175, 175, .1) rgba(175, 175, 175, .15);
    border-radius: 50%;
    border-style: solid;
    border-width: 2px 2px 5px;
    bottom: 15px;
    content: "";
    height: 50%;
    left: 15px;
    position: absolute;
    right: 15px;
    z-index: 10
}

.akasha-threed-view {
    cursor: ew-resize;
    margin: 0 auto;
    overflow: hidden;
    position: relative
}

.akasha-threed-view .previous-image {
    opacity: 0;
    visibility: hidden
}

.akasha-threed-view .threed-view-images {
    display: none;
    list-style: outside none none;
    margin: 0;
    padding: 0
}

.akasha-threed-view .threed-view-images img.current-image {
    visibility: visible;
    z-index: 9
}

.akasha-threed-view .threed-view-images img {
    height: auto;
    position: absolute;
    top: 0;
    width: 100%
}

.akasha-threed-view .nav_bar {
    bottom: 40px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, .15);
    left: 50%;
    background: #fff;
    position: absolute;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 11
}

.akasha-threed-view .nav_bar a {
    display: inline-block;
    text-decoration: none;
    width: 45px;
    font-size: 0;
    text-align: center
}

.akasha-threed-view .nav_bar a:hover {
    background-color: #f9f9f9
}

.akasha-threed-view .nav_bar a::after {
    font-family: FontAwesome, sans-serif;
    font-size: 18px;
    position: relative;
    top: 4px
}

.akasha-threed-view .nav_bar a.nav_bar_play::after {
    content: "\f04b"
}

.akasha-threed-view .nav_bar a.nav_bar_stop::after {
    content: "\f04d"
}

.akasha-threed-view .nav_bar a.nav_bar_previous::after {
    content: "\f048"
}

.akasha-threed-view .nav_bar a.nav_bar_next::after {
    content: "\f051"
}

.akasha-dark .akasha-threed-view .nav_bar a {
    color: #000
}

.mfp-iframe-holder .mfp-close:hover {
    background: 0 0
}

.product-360-button,
.single-left .product-video-button {
    position: absolute;
    z-index: 8;
    left: 18px;
    bottom: 15px
}

.product-360-button a,
.single-left .product-video-button a {
    display: block;
    height: 46px;
    min-width: 120px;
    line-height: 48px;
    border-radius: 46px;
    background-color: #fff;
    -webkit-box-shadow: 0 3px 18px 0 rgba(0, 0, 0, .05);
    -moz-box-shadow: 0 3px 18px 0 rgba(0, 0, 0, .05);
    box-shadow: 0 3px 18px 0 rgba(0, 0, 0, .05);
    padding: 0 13px;
    z-index: 1;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .1em
}

.product-360-button a:hover,
.single-left .product-video-button a:hover {
    color: #fff;
    background: #000
}

.product-360-button a span,
.single-left .product-video-button a span {
    font-size: 30px;
    font-weight: 400;
    vertical-align: middle;
    margin-right: 8px;
    position: relative
}

.contain-left .flash {
    padding-bottom: 5px;
    display: none
}

.contain-left.has-gallery .product-360-button,
.contain-left.has-gallery .single-left .product-video-button {
    left: 120px
}

.contain-left .single-left {
    position: relative;
    overflow: hidden;
    float: left;
    width: 55%;
    margin-right: 30px;
    margin-bottom: 27px
}

.contain-left .entry-summary {
    overflow: hidden;
    margin-bottom: 30px
}

.akasha-product-gallery {
    position: relative
}

.akasha-product-gallery .akasha-product-gallery__trigger {
    display: block;
    font-size: 0;
    position: absolute;
    top: 15px;
    right: 15px;
    height: 42px;
    width: 42px;
    line-height: 42px;
    border-radius: 50%;
    text-align: center;
    z-index: 1;
    color: #fff0
}

.akasha-product-gallery .akasha-product-gallery__trigger::before {
    font-family: Flaticon, sans-serif;
    font-weight: 400;
    content: "\f10d";
    font-size: 18px
}

.akasha-product-gallery .akasha-product-gallery__trigger img.emoji {
    display: none!important;
    opacity: 0;
    visibility: hidden
}

.contain-left.no-gallery .akasha-product-gallery .akasha-product-gallery__image img {
    width: 100%
}

.akasha-product-gallery .flex-viewport {
    cursor: zoom-in
}

.akasha-product-gallery .flex-viewport {
    float: right;
    width: -webkit-calc(100% - 104px);
    width: -moz-calc(100% - 104px);
    width: calc(100% - 104px);
    margin-left: 14px
}

.akasha-product-gallery .flex-control-nav.flex-control-thumbs {
    width: 90px;
    float: left;
    padding: 0
}

.akasha-product-gallery .flex-control-nav.flex-control-thumbs li {
    list-style: none;
    border: none;
    position: relative;
    cursor: pointer;
}

.akasha-product-gallery .flex-control-nav.flex-control-thumbs li img {
    width: 100%;
    border: 1px solid #ebebeb;
    border-radius: 8px
}

.akasha-product-gallery .flex-control-nav.flex-control-thumbs li img.flex-active {
    border-color: #000
}

.akasha-product-gallery .flex-control-nav.flex-control-thumbs .slick-arrow {
    height: 20px;
    line-height: 18px;
    text-align: center;
    font-size: 17px;
    cursor: pointer;
    z-index: 9;
    width: 100%;
    border-radius: 3px 3px 0 0;
    background-color: #000;
    color: #fff;
    margin-bottom: 10px;
    display: inline-block
}

.akasha-product-gallery .flex-control-nav.flex-control-thumbs .slick-arrow.next {
    margin-bottom: 0;
    margin-top: 10px;
    border-radius: 0 0 3px 3px
}

.akasha-product-gallery .flex-control-nav.flex-control-thumbs .slick-arrow:hover {
    color: #fff;
    background-color: #000
}

.entry-summary .akasha-product-rating {
    margin-bottom: 10px
}

.entry-summary .akasha-product-rating .star-rating {
    display: inline-block
}

.entry-summary .entry-title {
    font-size: 24px;
    margin-bottom: 10px;
    margin-top: 0
}

.entry-summary .price {
    display: inline-block;
    font-size: 20px;
    line-height: 1;
    margin-bottom: 16px;
    font-weight: 500
}

.entry-summary .price ins {
    margin-right: 10px
}

.entry-summary .price del {
    font-size: 20px
}

.entry-summary .akasha-product-rating .review {
    display: inline-block;
    vertical-align: top
}

.entry-summary .akasha-product-rating .akasha-review-link {
    display: none
}

.stock {
    margin-bottom: 15px;
    font-size: 13px;
    line-height: 28px;
    position: relative;
    font-weight: 500;
    color: #000
}

.stock.in-stock span {
    color: #000
}

.stock.out-stock span {
    color: #000
}

.entry-summary .akasha-product-details__short-description {
    margin-bottom: 18px;
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 24px
}

.akasha-product-details__short-description ol,
.akasha-product-details__short-description ul {
    padding-left: 0;
    list-style: none
}

.akasha-product-details__short-description li {
    font-size: 13px;
    line-height: 22px;
    position: relative;
    color: #999
}

.akasha-product-details__short-description li::before {
    content: '\f111';
    font-family: FontAwesome, sans-serif;
    font-size: 9px;
    vertical-align: top;
    margin-right: 5px;
    color: #000
}

.akasha-product-details__short-description p {
    margin-bottom: 6px;
    font-size: 14px;
    color: #333
}

.akasha-product-details__short-description p:last-child {
    margin-bottom: 0
}

.entry-summary form.cart {
    margin-top: 24px;
    position: relative
}

.entry-summary form.cart.variations_form .variations {
    padding-bottom: 17px;
    position: relative
}

.entry-summary form.cart.variations_form .variations .reset_variations {
    background-color: #000;
    color: #fff;
    border-color: transparent;
    display: inline-block;
    position: absolute;
    top: -10px;
    right: 0;
    border-radius: 0;
    padding: 0 6px;
    font-weight: 600;
    font-size: 13px;
    height: 24px;
    line-height: 26px;
    text-transform: uppercase;
    letter-spacing: .1em
}

.entry-summary form.cart.variations_form .variations .reset_variations:hover {
    background-color: #000
}

.entry-summary .cart .single_add_to_cart_button {
    vertical-align: middle;
    height: 46px;
    line-height: 46px;
    border-radius: 0;
    min-width: 180px;
    font-size: 13px;
    font-weight: 700;
    padding: 0 10px;
    text-align: center;
    display: inline-block;
    margin-bottom: 20px;
    overflow: hidden;
    position: relative;
    text-transform: uppercase;
    border-radius: 30px
}

.entry-summary .cart .single_add_to_cart_button:hover {
    background-color: #000
}

.entry-summary .cart .single_add_to_cart_button::before {
    font-weight: 400;
    display: inline-block;
    vertical-align: middle;
    margin-right: 9px;
    font-family: Flaticon, sans-serif;
    content: "\f102";
    font-size: 21px
}

.entry-summary .cart .single_add_to_cart_button.loading {
    cursor: wait
}

.entry-summary .cart .single_add_to_cart_button.loading::before {
    font-family: FontAwesome, sans-serif;
    font-weight: 400;
    -webkit-animation: fa-spin 1s infinite steps(8);
    animation: fa-spin 1s infinite steps(8);
    content: "\f110";
    font-size: 21px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 9px
}

.entry-summary .cart .added_to_cart,
.entry-summary .cart .single_add_to_cart_button span {
    display: none
}

.entry-summary .cart .akasha-variation-add-to-cart-disabled .single_add_to_cart_button {
    opacity: .5;
    text-decoration: line-through;
    cursor: not-allowed;
    pointer-events: none
}

.entry-summary div.quantity {
    margin-right: 15px;
    margin-bottom: 20px;
    margin-top: 20px;
    border-radius: 10px
}

.quantity input[type=number]::-webkit-inner-spin-button,
.quantity input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0
}

div.quantity {
    vertical-align: middle;
    display: inline-block;
    position: relative;
    width: 134px;
    background: #fff;
    text-align: center;
    border: 1px solid #ebebeb;
    border-radius: 2px
}

div.quantity .qty-label {
    display: none
}

div.quantity .input-qty {
    color: #000;
    width: 50px;
    height: 46px;
    line-height: 44px;
    font-size: 14px;
    font-weight: 400;
    padding: 0 5px;
    text-align: center;
    border: none;
    display: inline-block;
    float: left;
    border-radius: 0
}

div.quantity .btn-number {
    line-height: 46px;
    height: 42px;
    display: inline-block;
    right: 0;
    width: 40px;
    float: left;
    font-size: 0
}

div.quantity .btn-number:hover {
    color: #000
}

div.quantity .btn-number.QTYPLUS::before {
    content: "\f067";
    font-family: FontAwesome, sans-serif;
    font-size: 10px
}

div.quantity .btn-number.QTYMINUS::before {
    content: "\f068";
    font-family: FontAwesome, sans-serif;
    font-size: 10px
}

.entry-summary p.cart {
    margin-bottom: 0
}

.entry-summary .yith-wcwl-add-to-wishlist+.clear {
    display: none
}

.entry-summary .compare,
.entry-summary .yith-wcwl-add-to-wishlist {
    display: inline-block;
    margin-bottom: 20px;
    margin-left: 1px;
    width: auto;
    height: auto
}

.entry-summary .yith-wcwl-add-to-wishlist a {
    font-size: 14px;
    font-weight: 500;
    margin-right: 30px
}

.entry-summary .yith-wcwl-add-to-wishlist a::before {
    vertical-align: top;
    color: #9e9e9e;
    margin-right: 5px
}

.entry-summary .yith-wcwl-add-to-wishlist a:hover::before {
    color: #000
}

.entry-summary .yith-wcwl-add-to-wishlist a:not(:hover) {
    color: #000
}

.entry-summary .yith-wcwl-add-to-wishlist .add_to_wishlist::before {
    font-size: 18px
}

.entry-summary .yith-wcwl-wishlistaddedbrowse a::before,
.entry-summary .yith-wcwl-wishlistexistsbrowse a::before {
    font-size: 16px
}

.entry-summary .yith-wcwl-add-to-wishlist .add_to_wishlist:hover::before {
    color: #fd0000
}

.entry-summary .compare {
    font-size: 14px;
    font-weight: 500
}

.entry-summary .compare::before {
    color: #9e9e9e;
    margin-right: 10px;
    font-weight: 400
}

.entry-summary .compare:hover::before {
    color: #000
}

.entry-summary .compare:not(:hover) {
    color: #000
}

.entry-summary .product_meta {
    display: inline-block;
    width: 100%
}

.entry-summary .product_meta>span {
    display: block;
    font-weight: 500
}

.entry-summary .product_meta>span .sku {
    color: #000
}

.entry-summary .product_meta>span:not(:last-child) {
    margin-bottom: 10px
}

.entry-summary .social-heading {
    display: none
}

.entry-summary .akasha-share-socials {
    position: fixed;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    width: 40px;
    background: #000;
    border-radius: 0 10px 10px 0;
    z-index: 999;
    padding: 5px 10px
}

.entry-summary .akasha-share-socials a {
    font-size: 16px;
    color: #fff;
    font-weight: 400;
    padding: 5px 0;
    display: inline-block;
    width: 100%
}

.product-type-variable .akasha-variation-price .price {
    font-size: 20px;
    padding-bottom: 8px
}

.product-type-grouped .entry-summary .cart .group_table tr:not(:last-child) {
    border-bottom: 1px solid #ebebeb
}

.product-type-grouped .entry-summary .cart .group_table,
.product-type-grouped .entry-summary .cart .group_table td {
    border: none
}

.product-type-grouped .entry-summary .cart .group_table td:first-child {
    padding-left: 0
}

.product-type-grouped .entry-summary .cart .group_table td:last-child {
    padding-right: 0
}

.product-type-grouped .entry-summary .cart .group_table td.label,
.product-type-grouped .entry-summary .cart .group_table td.price {
    text-align: inherit;
    display: table-cell;
    vertical-align: middle;
    margin-bottom: 0;
    white-space: normal
}

.product-type-grouped .entry-summary .cart .group_table label {
    margin-bottom: 0
}

.product-type-grouped .entry-summary .cart .group_table .button {
    font-size: 15px;
    line-height: 26px
}

.product-type-grouped .entry-summary .cart .group_table .price ins {
    padding-left: 0
}

.product-type-grouped .entry-summary .cart .group_table .quantity {
    margin-bottom: 0
}

@media (max-width:1280px) {
    .entry-summary .entry-title {
        font-size: 22px
    }
    .entry-summary .price {
        font-size: 18px
    }
    .entry-summary .price del {
        font-size: 18px
    }
}

@media (max-width:1199px) {
    .main-contain-summary,
    .main-contain-summary>div {
        display: block
    }
    .main-contain-summary .single-product-policy {
        width: 100%;
        padding-left: 0
    }
}

@media (min-width:992px) {
    .akasha-product-gallery .flex-control-nav.flex-control-thumbs .slick-arrow.prev::before {
        content: "\f106"
    }
    .akasha-product-gallery .flex-control-nav.flex-control-thumbs .slick-arrow.next::before {
        content: "\f107"
    }
}

@media (max-width:991px) {
    .akasha-product-gallery .flex-control-nav.flex-control-thumbs {
        width: 100%;
        padding: 0;
        margin-top: 10px;
        max-width: 315px
    }
    .akasha-product-gallery .flex-control-nav.flex-control-thumbs .slick-list {
        margin-left: -5px;
        margin-right: -5px
    }
    .akasha-product-gallery .slick-track {
        margin-left: 0
    }
    .akasha-product-gallery .flex-control-nav.flex-control-thumbs .slick-list li {
        padding-left: 5px;
        padding-right: 5px
    }
    .akasha-product-gallery .flex-control-nav.flex-control-thumbs .slick-arrow {
        width: 20px;
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%)
    }
    .akasha-product-gallery .flex-control-nav.flex-control-thumbs .slick-arrow.prev {
        margin: 0;
        left: 0;
        border-radius: 50%
    }
    .akasha-product-gallery .flex-control-nav.flex-control-thumbs .slick-arrow.next {
        margin: 0;
        right: 0;
        border-radius: 50%
    }
    .contain-left .entry-summary,
    .contain-left .single-left {
        width: 100%
    }
    .contain-left .single-left {
        margin-right: 0
    }
    .akasha-product-gallery .flex-viewport {
        max-width: 100%;
        width: 600px;
        float: left;
        margin-left: 0
    }
    .akasha-product-gallery .akasha-product-gallery__trigger {
        display: none
    }
    .contain-left.has-gallery .product-360-button,
    .contain-left.has-gallery .single-left .product-video-button {
        left: 9px
    }
    .product-360-button,
    .single-left .product-video-button {
        top: 9px;
        left: 9px;
        bottom: auto
    }
    .entry-summary .akasha-share-socials {
        position: static;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none;
        background: 0 0!important;
        width: auto;
        padding: 10px 0 0 0
    }
    .entry-summary .social-heading {
        display: inline-block;
        font-size: 14px;
        margin: 0;
        color: inherit
    }
    .entry-summary .akasha-share-socials a {
        display: inline-block;
        font-size: 16px;
        width: 30px;
        text-align: center
    }
    .entry-summary .akasha-share-socials a {
        color: #000
    }
}

.dreamingsb-products .dreamingsb-product .dreamingsb-thumb {
    width: 80px
}

.dreamingsb-products .dreamingsb-product .dreamingsb-thumb img {
    width: auto;
    height: auto;
    max-width: 100%
}

.dreamingsb-products,
.dreamingsb-products .dreamingsb-product {
    border: none
}

.dreamingsb-products .dreamingsb-product:not(:last-child) {
    border-bottom: 1px solid #ebebeb
}

.famibt-wrap .famibt-after-text,
.famibt-wrap .famibt-short-desc {
    display: none
}

.famibt-wrap>.row {
    display: table;
    margin: 0;
    width: 100%
}

.famibt-wrap>.row>.col-sm-9 {
    width: 70.8%;
    display: table-cell;
    vertical-align: top;
    float: none
}

.famibt-wrap>.row>.col-sm-3 {
    width: 29.2%;
    display: table-cell;
    vertical-align: middle;
    float: none
}

.famibt-wrap {
    margin-top: 25px;
    position: relative;
    padding-top: 40px;
    padding-bottom: 40px;
    border: 1px solid #e6e6e6;
    border-radius: 0
}

.famibt-wrap::before {
    content: '';
    position: absolute;
    top: 0;
    left: 70.8%;
    height: 100%;
    border-right: 1px solid #e8e8e8
}

.famibt-wrap .famibt-right-part {
    text-align: center
}

.famibt-wrap .famibt-title {
    font-size: 20px;
    padding-left: 30px;
    padding-right: 15px;
    margin-top: 0;
    margin-bottom: 25px;
    width: 70.8%
}

.famibt-wrap .total-price-html {
    font-size: 30px;
    margin-bottom: 8px;
    color: #000
}

.famibt-wrap .famibt-item .famibt-price,
.famibt-wrap .famibt-products-wrap .famibt-product .famibt-price {
    color: #000
}

.famibt-wrap .btn-primary {
    background-color: transparent;
    border: 2px solid #000;
    color: #000;
    font-size: 14px;
    font-weight: 600;
    margin-top: 20px;
    padding: 0 15px;
    height: 47px;
    line-height: 43px;
    min-width: 210px;
    text-align: center;
    border-radius: 47px
}

.famibt-wrap .btn-primary:hover {
    background-color: transparent;
    color: #000;
    border-color: #000
}

.famibt-wrap .famibt-left-part {
    padding-right: 15px;
    padding-left: 15px
}

.famibt-wrap .famibt-products-wrap .famibt-product .famibt-thumb-wrap {
    text-align: center
}

.famibt-wrap .famibt-products-wrap .famibt-product .famibt-product-title {
    margin-top: 11px;
    margin-bottom: 5px;
    color: inherit
}

.famibt-wrap .famibt-item {
    color: #666
}

.famibt-wrap .famibt-item:not(:last-child) {
    padding-bottom: 9px
}

.famibt-wrap .famibt-item .famibt-product-title strong {
    font-weight: 400;
    color: #000
}

.famibt-wrap .famibt-item label .famibt-price::before {
    content: '(';
    float: left
}

.famibt-wrap .famibt-item label .famibt-price::after {
    content: ')'
}

.famibt-wrap .famibt-item label input[type=checkbox] {
    display: none
}

.famibt-wrap .famibt-item label input[type=checkbox]+span {
    position: relative;
    padding-left: 27px
}

.famibt-wrap .famibt-item label input[type=checkbox]+span::before {
    content: '';
    display: inline-block;
    position: absolute;
    top: 3px;
    left: 0;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    border: 1px solid #d7d7d7
}

.famibt-wrap .famibt-item label input[type=checkbox]:checked+span::after {
    content: '';
    position: absolute;
    top: 7px;
    left: 4px;
    background-color: #000;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    display: inline-block
}

.famibt-wrap .famibt-item label input[type=checkbox][disabled]+span::after,
.famibt-wrap .famibt-item label input[type=checkbox][disabled]+span::before {
    cursor: not-allowed;
    opacity: .5
}

.famibt-price {
    color: #000;
    display: inline-block
}

.famibt-price del {
    color: #8a8a8a
}

.famibt-price ins {
    color: #000;
    float: left;
    margin-right: 5px;
    text-decoration: none
}

@media (max-width:1199px) {
    .famibt-wrap {
        padding-top: 25px;
        padding-bottom: 25px
    }
    .famibt-wrap::before {
        display: none
    }
    .famibt-wrap>.row {
        display: block
    }
    .famibt-wrap .famibt-title {
        width: 100%;
        padding-left: 25px
    }
    .famibt-wrap>.row>.col-sm-3,
    .famibt-wrap>.row>.col-sm-9 {
        display: block;
        width: 100%
    }
    .famibt-wrap .famibt-products-wrap .famibt-product .famibt-thumb-wrap::before {
        margin-left: -15px
    }
    .famibt-wrap .famibt-left-part {
        padding: 0 10px 25px 10px
    }
}

.akasha-tabs-wrapper {
    position: relative;
    margin-top: 30px
}

.dreaming-tabs {
    list-style: none;
    padding-left: 0;
    text-align: center
}

.dreaming-tabs li {
    display: inline-block;
    padding: 0 25px;
    vertical-align: bottom
}

.dreaming-tabs li a {
    display: block;
    width: 100%;
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    color: #868686;
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 30px
}

.dreaming-tabs li a::before {
    content: '';
    position: absolute;
    border-bottom: 2px solid #000;
    width: 100%;
    bottom: 0;
    transition: all .5s;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0)
}

.dreaming-tabs li a:hover,
.dreaming-tabs li.active a {
    color: #000
}

.dreaming-tabs li a:hover::before,
.dreaming-tabs li.active a::before {
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    -ms-transform: scaleX(1);
    -o-transform: scaleX(1);
    transform: scaleX(1)
}

.akasha-Tabs-panel {
    -webkit-box-shadow: none;
    box-shadow: none;
    max-width: 100%;
    margin: -1px auto 0;
    overflow: hidden
}

.akasha-Tabs-panel>h2 {
    display: none
}

.akasha-Tabs-panel p:last-child {
    margin-bottom: 0
}

.akasha-Tabs-panel table {
    margin-bottom: 0
}

.akasha-Tabs-panel td,
.akasha-Tabs-panel th {
    font-weight: 600
}

.akasha-Tabs-panel td p {
    margin-bottom: 0
}

@media (max-width:991px) {
    .dreaming-tabs {
        margin-top: 15px
    }
    .dreaming-tabs li {
        display: block;
        margin-bottom: 8px;
        padding-right: 0
    }
    .akasha-Tabs-panel {
        padding: 25px 15px
    }
}

p.stars {
    margin-top: 5px;
    line-height: 18px;
    display: inline-block
}

p.stars span {
    display: block;
    height: 18px
}

p.stars,
p.stars a {
    display: inline-block
}

p.stars a {
    font-weight: 400;
    height: 1em
}

p.stars a:before,
p.stars a:hover~a:before {
    content: "\f006";
    color: #adadad
}

p.stars a {
    font-size: 18px;
    position: relative;
    width: 1em;
    text-indent: -999em;
    margin-right: 2px
}

p.stars a:before {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 1em;
    height: 1em;
    line-height: 1;
    font-family: FontAwesome, sans-serif;
    font-weight: 400;
    text-indent: 0
}

p.stars.selected:not(:hover) a:before,
p.stars:hover a:before {
    content: '\f006';
    color: #ffb933
}

p.stars a:hover~a:before,
p.stars.selected:not(:hover) a.active~a:before {
    content: "\f006";
    color: #adadad
}

.block-title .product-grid-title {
    font-size: 26px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 40px;
    margin-top: 55px;
    position: relative;
    display: table;
    margin-left: auto;
    margin-right: auto
}

.block-title .product-grid-title::after,
.block-title .product-grid-title::before {
    content: '';
    height: 2px;
    position: absolute;
    background-color: #000;
    top: 13px;
    width: 40px
}

.block-title .product-grid-title::before {
    left: calc(100% + 5px)
}

.block-title .product-grid-title::after {
    right: calc(100% + 5px)
}

.categories-product-dreaming {
    padding-bottom: 45px;
    margin-bottom: 45px;
    position: relative
}

.categories-product-dreaming::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 100%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    border-bottom: 1px solid #d4d4d4
}

.main-content.no-sidebar .categories-product-dreaming::before {
    width: 100vw
}

.categories-product-dreaming .product-grid~.product-grid {
    padding-top: 30px
}

.categories-product-dreaming .row-item {
    margin-bottom: 40px
}

.categories-product-dreaming .subcat {
    background-color: #fff;
    padding: 15px 20px 35px 20px;
    text-align: center;
    display: block;
    border: 1px solid #e2e2e2
}

.categories-product-dreaming .subcat figure {
    margin-bottom: 15px;
    overflow: hidden
}

.categories-product-dreaming .subcat img {
    margin: 0 auto;
    -webkit-transition: transform .25s ease 0s;
    -moz-transition: transform .25s ease 0s;
    -o-transition: transform .25s ease 0s;
    transition: transform .25s ease 0s
}

.categories-product-dreaming .subcat:hover img {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05)
}

.categories-product-dreaming .subcat span {
    font-size: 20px
}

.categories-product-dreaming .block-title {
    overflow: hidden
}

.categories-product-dreaming .block-title .product-grid-title {
    text-align: left;
    float: left;
    text-transform: capitalize;
    font-weight: 400;
    font-size: 26px;
    letter-spacing: 0;
    margin-top: 3px
}

.categories-product-dreaming .block-title a {
    float: right;
    display: inline-block;
    min-width: 122px;
    height: 38px;
    line-height: 36px;
    border: 1px solid #d9d9d9;
    background-color: #fff;
    font-size: 11px;
    letter-spacing: .2em;
    text-transform: uppercase;
    font-weight: 600;
    text-align: center;
    color: #a8a8a8
}

.categories-product-dreaming .block-title a:hover {
    color: #fff;
    background-color: #000;
    border-color: #000
}

.categories-product-dreaming .slick-arrow {
    width: 40px;
    height: 40px;
    line-height: 38px;
    text-align: center;
    font-size: 22px;
    color: #000;
    position: absolute;
    top: 25%;
    z-index: 3;
    border: 1px solid #dadada;
    background-color: #fff;
    opacity: 0;
    visibility: hidden
}

.categories-product-dreaming .owl-slick:hover .slick-arrow {
    opacity: 1;
    visibility: visible
}

.categories-product-dreaming .slick-arrow.prev {
    left: -20px
}

.categories-product-dreaming .slick-arrow.next {
    right: -20px
}

.categories-product-dreaming .slick-arrow:hover {
    background-color: #000;
    border-color: #000;
    color: #fff
}

.recently-reviewed-product {
    padding-top: 50px;
    padding-bottom: 30px;
    position: relative
}

.recently-reviewed-product::before {
    content: '';
    position: absolute;
    width: 100vw;
    top: 0;
    left: 50%;
    right: 0;
    bottom: -50px;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    pointer-events: none;
    background-color: #fff;
    border-top: 1px solid #e8e8e8
}

.recently-reviewed-product .product img {
    border: 1px solid #e2e2e2
}

@media (max-width:1199px) {
    .categories-product-dreaming .slick-arrow {
        top: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%)
    }
    .categories-product-dreaming .slick-arrow.prev {
        left: -15px
    }
    .categories-product-dreaming .slick-arrow.next {
        right: -15px
    }
}

#shipping_method {
    padding-left: 0;
    list-style: none
}

#shipping_method input[type=radio] {
    display: none
}

#shipping_method label {
    position: relative;
    padding-left: 26px;
    color: #666;
    cursor: pointer
}

#shipping_method label::before {
    content: "";
    display: inline-block;
    width: 12px;
    height: 12px;
    border: 1px solid #dbdbdb;
    background-color: #fff;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%)
}

#shipping_method input[type=radio]:checked+label {
    color: #000
}

#shipping_method input[type=radio]:checked+label::after {
    content: "";
    display: inline-block;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #000;
    position: absolute;
    left: 3px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%)
}

body.akasha-cart .cart-empty {
    font-size: 38px;
    line-height: 1.2;
    background-color: #fff;
    padding: 90px 15px 25px;
    text-align: center;
    margin-bottom: 0
}

body.akasha-cart .return-to-shop {
    text-align: center;
    padding: 0 15px 90px;
    background-color: #fff
}

body.akasha-cart .return-to-shop a {
    min-width: 170px;
    padding: 0 15px;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    background-color: #1b1b1b;
    height: 52px;
    line-height: 52px;
    border-radius: 0;
    color: #fff;
    display: inline-block
}

body.akasha-cart .return-to-shop a:hover {
    background-color: #000
}

.cart-collaterals {
    display: inline-block;
    width: 100%;
    padding-top: 40px
}

.cart-collaterals .cross-sells {
    padding-bottom: 40px
}

.cross-sells>h2 {
    font-size: 24px;
    font-weight: 600;
    color: #000;
    margin-top: 0;
    margin-bottom: 35px
}

.shop_table .variation {
    display: none
}

.shop_table thead tr th {
    border-bottom: 0;
    border-top: 0
}

.shop_table tr td.product-remove,
.shop_table tr th.product-remove {
    border-right: 0;
    border-top: 0;
    border-left: 0;
    padding-left: 15px;
    padding-right: 15px
}

.shop_table tr td.product-thumbnail,
.shop_table tr th.product-thumbnail {
    border-right: 0;
    border-left: 0;
    padding-left: 15px;
    padding-right: 15px
}

body.akasha-cart .shop_table tr td.product-name,
body.akasha-cart .shop_table tr th.product-name {
    border-left: 0
}

body.akasha-cart .shop_table tr td.product-subtotal,
body.akasha-cart .shop_table tr th.product-subtotal {
    border-right: 0
}

.shop_table tr:first-child td,
.shop_table tr:first-child th {
    border-top: 0
}

.shop_table .product-remove {
    text-align: center;
    cursor: pointer
}

.shop_table .product-remove .remove {
    font-size: 22px
}

.shop_table .product-remove .remove:not(:hover) {
    color: #bdbdbd
}

.shop_table .product-thumbnail img {
    max-width: 80px;
    min-width: 60px
}

.shop_table .product-name a:not(.button) {
    font-size: 14px;
    line-height: 24px;
    color: #000
}

.shop_table .product-name a:not(.button):hover {
    color: #000
}

.akasha-cart-form .shop_table {
    margin-bottom: 0
}

.akasha-cart-form .shop_table thead {
    background-color: #e9e9e9
}

.akasha-cart-form .shop_table thead th {
    font-size: 18px;
    font-weight: 600;
    color: #000;
    border-color: #d7d7d7;
    text-align: center;
    padding-top: 22px;
    padding-bottom: 22px
}

.akasha-cart-form .shop_table thead th.product-name {
    text-align: left
}

.akasha-cart-form .shop_table td.product-price,
.akasha-cart-form .shop_table td.product-subtotal {
    font-size: 16px;
    color: #000;
    text-align: center
}

.akasha-cart-form .shop_table td.product-quantity {
    text-align: center
}

.akasha-cart-form .shop_table td.product-subtotal {
    font-weight: 600
}

.akasha-cart-form .shop_table .actions {
    padding: 40px 20px 30px 20px;
    overflow: hidden;
    border: 0
}

.akasha-cart-form .shop_table .actions label {
    display: none
}

.akasha-cart-form .shop_table .actions .coupon {
    position: relative;
    max-width: 100%;
    width: 512px;
    float: left;
    margin-bottom: 7px
}

.akasha-cart-form .shop_table .actions #coupon_code {
    width: 100%;
    height: 52px;
    line-height: 50px;
    border-radius: 30px
}

.akasha-cart-form .shop_table .actions button.button {
    display: inline-block;
    min-width: 160px;
    height: 52px;
    line-height: 52px;
    padding: 0 15px;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    border-radius: 30px
}

.akasha-cart-form .shop_table .actions .coupon button.button {
    position: absolute;
    top: 0;
    right: 0;
    border-radius: 0 30px 30px 0
}

.akasha-cart-form .shop_table .actions button.button:hover {
    background-color: #000
}

.akasha-cart-form .shop_table .actions>button.button {
    float: right
}

.cart_totals {
    position: relative
}

.cart_totals>h2 {
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    background-color: #000;
    padding: 25px;
    margin: 0;
    border-radius: 3px 3px 0 0
}

.cart_totals .shop_table {
    background-color: #f6f6f6;
    margin-bottom: 0;
    border: 0
}

.cart_totals .shop_table tr:not(:last-child) {
    border-bottom: 1px solid #ebebeb
}

.cart_totals .shop_table tr td,
.cart_totals .shop_table tr th {
    border: 0;
    padding: 15px 20px
}

.cart_totals .shop_table tr th {
    width: 35%;
    vertical-align: top;
    font-size: 16px;
    font-weight: 400;
    color: #000;
    border-right: 0
}

.cart_totals .shop_table tr td {
    vertical-align: top;
    font-size: 16px;
    color: #000;
    border-left: 0;
    text-align: right
}

.cart_totals .shop_table tr.order-total th {
    font-size: 16px;
    font-weight: 600
}

.cart_totals .shop_table tr.order-total strong {
    font-size: 18px;
    color: #000;
    font-weight: 400
}

.akasha-shipping-calculator>p {
    margin-bottom: 0
}

.akasha-shipping-calculator>.shipping-calculator-form {
    margin-top: 26px
}

.shipping-calculator-button,
.shipping-calculator-button:active,
.shipping-calculator-button:focus,
.shipping-calculator-button:hover {
    text-decoration: underline
}

.shipping-calculator-form {
    text-align: left
}

.shipping-calculator-form input {
    background-color: #fff
}

.shipping-calculator-form .button {
    display: inline-block;
    min-width: 160px;
    height: 52px;
    line-height: 52px;
    padding: 0 15px;
    text-align: center
}

.akasha-proceed-to-checkout {
    text-align: center
}

.akasha-proceed-to-checkout .checkout-button {
    display: block;
    background-color: #000;
    height: 60px;
    line-height: 60px;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    border-radius: 0 0 3px 3px
}

.akasha-proceed-to-checkout .checkout-button:hover {
    background-color: #000
}

body.akasha-cart .no-sidebar .akasha-cart-form {
    float: left;
    display: inline-block;
    width: calc(100% - 359px)
}

body.akasha-cart .no-sidebar .cart-collaterals {
    display: inline-block;
    width: 359px;
    padding-left: 30px;
    padding-top: 0
}

@media (max-width:1199px) {
    .cart_totals>h2,
    body.akasha-cart .cart-title {
        font-size: 16px;
        letter-spacing: .1em;
        padding: 20px
    }
    .akasha-cart-form .shop_table td.product-price,
    .akasha-cart-form .shop_table td.product-subtotal {
        font-size: 15px
    }
    body.akasha-cart .no-sidebar .akasha-cart-form {
        width: 100%;
        float: none
    }
    body.akasha-cart .no-sidebar .cart-collaterals {
        width: 100%;
        padding-left: 0;
        float: none;
        margin-top: 15px
    }
    .shop_table td,
    .shop_table th {
        border-color: #ebebeb;
        padding: 15px
    }
    .akasha-cart-form {
        width: 100%
    }
    .cart-collaterals {
        width: 100%;
        padding-left: 0;
        padding-top: 40px
    }
}

@media (max-width:991px) {
    .has-sidebar .shop_table {
        display: block
    }
    .has-sidebar .shop_table tbody,
    .has-sidebar .shop_table tfoot,
    .has-sidebar .shop_table thead,
    .has-sidebar .shop_table tr,
    .has-sidebar .shop_table tr td,
    .has-sidebar .shop_table tr th {
        display: inline-block;
        text-align: center!important;
        width: 100%!important;
        border-left: 0;
        border-right: 0;
        border-top: 0
    }
    .has-sidebar .akasha-cart-form .shop_table thead {
        display: none
    }
    .has-sidebar .akasha-cart-form .shop_table tr:first-child td,
    .has-sidebar .akasha-cart-form .shop_table tr:first-child th,
    .has-sidebar .cart_totals .shop_table tr:first-child td,
    .has-sidebar .cart_totals .shop_table tr:first-child th {
        padding-top: 15px
    }
    .has-sidebar .akasha-cart-form .shop_table .actions .coupon,
    .has-sidebar .akasha-cart-form .shop_table .actions button.button {
        float: none;
        width: 100%
    }
    .has-sidebar .akasha-cart-form .shop_table tr td,
    .has-sidebar .cart_totals .shop_table tr th {
        border-top: 0
    }
    .has-sidebar .akasha-cart-form .shop_table .actions .coupon button.button {
        position: static;
        margin-top: 10px;
        border-radius: 0;
        width: 100%
    }
}

@media (max-width:767px) {
    .shop_table {
        display: block
    }
    .shop_table tbody,
    .shop_table tfoot,
    .shop_table thead,
    .shop_table tr,
    .shop_table tr td,
    .shop_table tr th {
        display: inline-block;
        text-align: center!important;
        width: 100%!important;
        border-left: 0;
        border-right: 0;
        border-top: 0
    }
    body.akasha-cart .cart-title {
        border-bottom: 1px solid #ebebeb;
        padding: 20px 15px;
        letter-spacing: .1em
    }
    .cart_totals>h2 {
        padding: 20px 15px;
        letter-spacing: .1em
    }
    .akasha-cart-form .shop_table thead {
        display: none
    }
    .akasha-cart-form .shop_table tr:first-child td,
    .akasha-cart-form .shop_table tr:first-child th,
    .cart_totals .shop_table tr:first-child td,
    .cart_totals .shop_table tr:first-child th {
        padding-top: 15px
    }
    .akasha-cart-form .shop_table .actions .coupon,
    .akasha-cart-form .shop_table .actions button.button {
        float: none;
        width: 100%
    }
    .akasha-cart-form .shop_table tr td,
    .cart_totals .shop_table tr th {
        border-top: 0
    }
    .akasha-cart-form .shop_table .actions .coupon button.button {
        position: static;
        border-radius: 0;
        margin-top: 10px;
        width: 100%
    }
    body.akasha-cart .cart-empty {
        font-size: 26px
    }
}

.akasha-form__label-for-checkbox>span {
    position: relative;
    font-size: 18px;
    color: #000;
    padding-left: 26px
}

.akasha-form__label-for-checkbox>span::before {
    content: "";
    display: inline-block;
    width: 17px;
    height: 17px;
    background-color: #e8e8e8;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 0
}

.akasha-form__label-for-checkbox .akasha-form__input-checkbox {
    display: none
}

.akasha-form__label-for-checkbox .akasha-form__input-checkbox:checked+span {
    color: #000
}

.akasha-form__label-for-checkbox .akasha-form__input-checkbox:checked+span::before {
    background-color: #000
}

.akasha-form__label-for-checkbox .akasha-form__input-checkbox:checked+span::after {
    content: "";
    display: inline-block;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #fff;
    position: absolute;
    left: 6px;
    top: 12px
}

#payment {
    background-color: #fff;
    border-radius: 0
}

#payment ul {
    padding: 0 10px 20px 10px;
    list-style: none;
    width: 50%
}

@media(max-width:767px) {
    #payment ul {
        width: 100%
    }
}

#payment .input-radio {
    display: none
}

#payment .input-radio~label {
    position: relative;
    padding-left: 26px;
    color: #000;
    margin-bottom: 0;
    cursor: pointer
}

#payment .input-radio~label::before {
    content: "";
    display: inline-block;
    width: 17px;
    height: 17px;
    background-color: #e8e8e8;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 2px
}

#payment .input-radio:checked+label::before,
#payment .input-radio:hover+label::before {
    background-color: #000
}

#payment .input-radio:checked+label::after,
#payment .input-radio:hover+label::after {
    content: "";
    display: inline-block;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #fff;
    position: absolute;
    left: 6px;
    top: 8px
}

body .select2-container {
    width: 100%!important
}

body .select2-dropdown {
    border: 1px solid transparent
}

body .select2-container--default .select2-selection--single {
    height: 54px;
    line-height: 52px;
    border: 1px solid transparent;
    background-color: #fff
}

body .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #666;
    line-height: 52px;
    padding-left: 15px;
    padding-right: 40px
}

body .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 52px;
    width: 50px
}

body .select2-container .select2-choice .select2-arrow b:after {
    border: none;
    font-family: FontAwesome, sans-serif;
    content: "\f107";
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-top: 0;
    margin-left: -15px
}

body .select2-dropdown {
    border-radius: 0
}

body .select2-dropdown .select2-search .select2-search__field {
    background-color: #fff;
    padding: 0 16px;
    height: 40px;
    line-height: 40px
}

body .select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #e6e6e6
}

body .select2-results__option {
    padding: 0 15px;
    height: 40px;
    line-height: 40px
}

body .select2-dropdown .select2-result {
    color: #888
}

body .select2-container--default .select2-results__option--highlighted[aria-selected],
body .select2-container--default .select2-results__option--highlighted[data-selected] {
    background-color: #f0f2f5;
    color: #000
}

body .select2-container--default .select2-results__option[aria-selected=true],
body .select2-container--default .select2-results__option[data-selected=true] {
    color: #000
}

.akasha-checkout-coupon .akasha-info,
.akasha-checkout-login .akasha-info {
    padding: 40px 20px 50px 122px;
    background-color: #f6f6f6;
    border: none;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: .1em;
    color: #000;
    text-transform: uppercase;
    border-radius: 0
}

.akasha-checkout-coupon .akasha-info::before,
.akasha-checkout-login .akasha-info::before {
    width: 84px;
    height: 84px;
    line-height: 84px;
    border-radius: 50%;
    background-color: #fff;
    content: "\f13d";
    font-family: Flaticon, sans-serif;
    text-align: center;
    font-size: 36px;
    font-weight: 400;
    display: inline-block;
    position: absolute;
    top: 30px;
    left: 20px;
    letter-spacing: 0
}

.akasha-checkout-coupon .akasha-info::before {
    content: "\f13c"
}

.akasha-checkout-coupon .akasha-info a,
.akasha-checkout-login .akasha-info a {
    display: block;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0;
    text-transform: initial;
    padding-top: 6px
}

.akasha-checkout-coupon .akasha-info a:not(:hover),
.akasha-checkout-login .akasha-info a:not(:hover) {
    color: #868686
}

.checkout_coupon {
    overflow: hidden;
    padding: 35px 25px 10px 25px;
    background-color: #f6f6f6;
    border-radius: 0;
    margin-bottom: 30px
}

.checkout_coupon .button {
    background-color: #1b1b1b;
    height: 52px;
    line-height: 52px;
    border-radius: 0;
    display: inline-block;
    min-width: 160px;
    padding: 0 15px;
    text-align: center;
    font-size: 14px;
    font-weight: 600
}

.checkout_coupon .button:hover {
    background-color: #000
}

.akasha-checkout-login .akasha-form-login {
    padding: 35px 25px 10px 25px;
    background-color: #f6f6f6;
    margin-bottom: 30px
}

.checkout-before-top {
    overflow: hidden
}

.checkout-before-top .akasha-checkout-coupon,
.checkout-before-top .akasha-checkout-login {
    width: calc(50% - 15px);
    float: left
}

.checkout-before-top .akasha-checkout-coupon {
    float: right
}

form.akasha-checkout {
    position: relative
}

form.akasha-checkout::after,
form.akasha-checkout::before {
    content: '';
    display: table
}

form.akasha-checkout::after {
    clear: both
}

.validate-required label .required {
    display: none
}

.validate-required label::after {
    content: '*';
    color: red
}

.akasha-billing-fields>h3 {
    font-size: 18px;
    letter-spacing: .1em;
    text-transform: uppercase;
    font-weight: 600;
    padding: 25px;
    border-bottom: 1px solid #ebebeb;
    margin: 0
}

.akasha-billing-fields__field-wrapper {
    padding: 30px 25px 35px 25px
}

.akasha-account-fields {
    padding: 0 25px 35px 25px
}

.akasha-account-fields>p {
    margin-bottom: 10px
}

.akasha-account-fields #account_password_field {
    margin-bottom: 0
}

/* .form-row {
    margin-bottom: 30px;
    display: block;
    margin-left: 0;
    margin-right: 0
} */

.form-row:last-child {
    margin-bottom: 0
}

.form-row>label {
    display: block;
    margin-bottom: 12px;
    text-align: left
}

.akasha-input-wrapper>input,
.akasha-input-wrapper>select,
.form-row>input {
    width: 100%;
    height: 52px;
    line-height: 50px;
    background-color: #fff;
    border-color: #fff
}

.form-row-first {
    float: left;
    width: calc(50% - 15px)
}

.form-row-last {
    float: right;
    width: calc(50% - 15px)
}

#customer_details .col-1 {
    position: relative;
    background-color: #fff;
    border-radius: 0;
    max-width: 100%
}

#customer_details .col-2 {
    margin-top: 30px;
    background-color: #f6f6f6;
    padding: 25px 25px 35px;
    border-radius: 0;
    max-width: 100%
}

.akasha-shipping-fields #ship-to-different-adchair {
    font-size: 14px;
    margin-top: 0;
    margin-bottom: 0
}

.akasha-shipping-fields #ship-to-different-adchair label {
    color: inherit;
    margin: 0
}

.akasha-shipping-fields .shipping_adchair {
    padding-top: 20px
}

#order_comments {
    border-radius: 0;
    background-color: #fff;
    border-color: #fff;
    height: 195px
}

#order_review_heading {
    font-size: 18px;
    font-weight: 600;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: #fff;
    background-color: #000;
    padding: 25px;
    margin: 0
}

#order_review .shop_table {
    background-color: #f6f6f6;
    border: 0;
    margin-bottom: 30px
}

#order_review .shop_table tr td,
#order_review .shop_table tr th {
    border-left: 0;
    border-right: 0;
    padding: 17px 25px;
    font-size: 15px;
    color: #000
}

#order_review .shop_table tr th {
    vertical-align: top;
    font-size: 16px;
    font-weight: 600;
    padding: 22px 25px;
    width: 30%
}

#order_review .shop_table tr td strong {
    font-weight: 600
}

#order_review .shop_table tfoot tr td,
#order_review .shop_table tfoot tr th {
    border-bottom: 0
}

#order_review .shop_table tr .product-total,
#order_review .shop_table tr.cart-subtotal td,
#order_review .shop_table tr.order-total td,
#order_review .shop_table tr.shipping td {
    text-align: right
}

#order_review .shop_table tfoot tr.cart-subtotal th,
#order_review .shop_table tfoot tr.shipping th {
    font-weight: 600
}

#order_review .shop_table tfoot tr.shipping p:last-child {
    margin-bottom: 0
}

#order_review .shop_table tfoot tr.order-total td,
#order_review .shop_table tfoot tr.order-total th {
    padding: 22px 25px
}

#order_review .shop_table tfoot tr.order-total th {
    font-size: 16px;
    letter-spacing: .1em;
    font-weight: 600;
    text-transform: uppercase
}

#order_review .shop_table tfoot tr.order-total td strong {
    font-size: 20px;
    color: #000
}

#order_review .shop_table tbody tr:first-child td,
#order_review .shop_table tbody tr:first-child th,
#order_review .shop_table tfoot tr:first-child td,
#order_review .shop_table tfoot tr:first-child th {
    border-top: 0
}

#order_review .shop_table thead {
    background-color: #e9e9e9
}

#order_review .shop_table thead tr th {
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    color: #000
}

#order_review .shop_table tfoot {
    font-size: 16px;
    color: #000
}

.place-order {
    text-align: center
}

.place-order .akasha-terms-and-conditions-wrapper {
    padding: 0 30px
}

.place_order_btn:hover {
    background-color: #000
}

.wc_payment_method:not(:last-child) {
    padding-bottom: 20px
}

.payment_box {
    background-color: #e9e9e9;
    position: relative;
    padding: 15px;
    margin-top: 18px
}

.payment_box p:last-child {
    margin-bottom: 0
}

.payment_box::before {
    content: '';
    border-width: 0 9px 10px 9px;
    border-style: solid;
    border-color: transparent transparent #e9e9e9 transparent;
    position: absolute;
    top: -10px;
    left: 25px
}

.no-sidebar form.akasha-checkout {
    overflow: hidden
}

.no-sidebar #customer_details {
    float: left;
    width: calc(100% - 480px)
}

.no-sidebar #order_review {
    float: right;
    width: 480px;
    padding-left: 30px
}

.no-sidebar #order_review_heading {
    float: right;
    width: 450px
}

.akasha-order .akasha-notice {
    font-size: 16px;
    font-weight: 600;
    background: #000;
    padding: 30px 25px;
    margin-bottom: 30px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: .1em;
    border-radius: 0;
    text-align: center
}

.akasha-order .akasha-order-overview {
    background: #f6f6f6;
    border-radius: 0;
    margin-bottom: 30px;
    padding: 30px 25px;
    list-style: none
}

.akasha-order .akasha-order-overview li::before {
    font-family: FontAwesome, sans-serif;
    content: '\f105';
    margin-right: 12px;
    font-size: 18px;
    color: #bdbdbd
}

.akasha-order .akasha-order-details .shop_table {
    border: none
}

.akasha-order .akasha-order-details .shop_table thead {
    background-color: #e9e9e9
}

.akasha-order .akasha-order-details .shop_table tbody tr:first-child td,
.akasha-order .akasha-order-details .shop_table tbody tr:first-child th,
.akasha-order .akasha-order-details .shop_table tfoot tr:first-child td,
.akasha-order .akasha-order-details .shop_table tfoot tr:first-child th {
    border-top: 0
}

.akasha-order .akasha-order-details .shop_table tfoot tr:last-child td,
.akasha-order .akasha-order-details .shop_table tfoot tr:last-child th {
    border-bottom: 0
}

.akasha-order .akasha-order-details .shop_table tr td,
.akasha-order .akasha-order-details .shop_table tr th {
    border-left: 0;
    border-right: 0;
    padding: 17px 25px;
    font-size: 15px;
    color: #000;
    font-weight: 600
}

.akasha-order .akasha-order-details {
    background: #f6f6f6;
    border-radius: 0;
    margin-bottom: 30px
}

.akasha-order .akasha-order-details .akasha-order-details__title {
    font-size: 18px;
    letter-spacing: .1em;
    text-transform: uppercase;
    font-weight: 600;
    padding: 25px;
    margin: 0;
    color: #fff;
    background-color: #000
}

.akasha-order .akasha-customer-details {
    background: #f6f6f6;
    border-radius: 0
}

.akasha-order .akasha-customer-details .akasha-column__title {
    font-size: 18px;
    letter-spacing: .1em;
    text-transform: uppercase;
    font-weight: 600;
    padding: 25px;
    border-bottom: 1px solid #ebebeb;
    margin: 0
}

.akasha-order .akasha-customer-details adchair {
    padding: 20px 25px
}

.akasha-order .akasha-customer-details adchair p {
    margin-bottom: 10px
}

@media (max-width:1199px) {
    #order_review_heading {
        font-size: 16px;
        padding: 20px 15px;
        letter-spacing: .1em
    }
    .akasha-checkout-coupon .akasha-info,
    .akasha-checkout-login .akasha-info {
        letter-spacing: .1em
    }
    .checkout-before-top .akasha-checkout-coupon,
    .checkout-before-top .akasha-checkout-login {
        width: 100%;
        float: none
    }
    .no-sidebar #customer_details {
        float: none;
        width: 100%
    }
    .no-sidebar #order_review_heading {
        float: none;
        width: 100%
    }
    .no-sidebar #order_review {
        float: none;
        width: 100%;
        padding-left: 0
    }
    #customer_details .col-2,
    .akasha-billing-fields>h3,
    .akasha-billing-fields__field-wrapper,
    .akasha-checkout-login .akasha-form-login {
        padding: 20px 15px
    }
    .place-order .akasha-terms-and-conditions-wrapper {
        padding: 0 15px
    }
    .checkout_coupon {
        padding: 20px 15px 0 15px
    }
    .akasha-account-fields {
        padding: 0 15px 20px 15px
    }
    .akasha-billing-fields>h3 {
        font-size: 16px;
        letter-spacing: .1em
    }
    #customer_details {
        width: 100%;
        padding-right: 0;
        margin-bottom: 40px
    }
    #order_review {
        width: 100%
    }
    #order_review .shop_table tr td,
    #order_review .shop_table tr th {
        padding: 15px!important
    }
    .akasha-order .akasha-customer-details .akasha-column__title,
    .akasha-order .akasha-customer-details adchair,
    .akasha-order .akasha-notice,
    .akasha-order .akasha-order-details .akasha-order-details__title,
    .akasha-order .akasha-order-overview {
        padding: 20px 15px
    }
    .akasha-order .akasha-order-details .shop_table tr td,
    .akasha-order .akasha-order-details .shop_table tr th {
        padding: 15px
    }
    #customer_details .col-2 .akasha-additional-fields>h3 {
        font-size: 20px
    }
    .akasha-order .akasha-customer-details .akasha-column__title,
    .akasha-order .akasha-notice,
    .akasha-order .akasha-order-details .akasha-order-details__title {
        font-size: 16px
    }
}

@media (max-width:767px) {
    .form-row-first,
    .form-row-last {
        width: 100%;
        float: none
    }
    .akasha-checkout-coupon .akasha-info,
    .akasha-checkout-login .akasha-info {
        padding: 25px 15px 25px 90px
    }
    .akasha-checkout-coupon .akasha-info::before,
    .akasha-checkout-login .akasha-info::before {
        width: 60px;
        height: 60px;
        line-height: 60px;
        left: 15px;
        font-size: 28px
    }
    .akasha-order .akasha-order-details .shop_table thead {
        display: none
    }
    .akasha-order .akasha-order-details .shop_table tfoot tr:last-child th {
        border-bottom: 1px solid #ebebeb
    }
    #order_review_heading,
    .akasha-order .akasha-order-details .akasha-order-details__title {
        text-align: center
    }
    #customer_details .col-2 .akasha-additional-fields>h3 {
        font-size: 18px
    }
    .akasha-order .akasha-customer-details .akasha-column__title,
    .akasha-order .akasha-notice,
    .akasha-order .akasha-order-details .akasha-order-details__title {
        font-size: 14px
    }
}

body .user-role .radio {
    display: inline-block;
    padding: 0 20px
}

body.akasha-account .akasha::after,
body.akasha-account .akasha::before {
    content: '';
    display: table
}

body.akasha-account .akasha::after {
    clear: both
}

body.akasha-account .akasha-notices-wrapper~h2 {
    font-size: 18px;
    letter-spacing: .1em;
    text-transform: uppercase;
    font-weight: 600;
    margin: 0;
    background-color: #f6f6f6;
    padding: 30px 25px 7px 25px;
    border-radius: 3px 3px 0 0
}

body.akasha-account .akasha-notices-wrapper~h2::before {
    content: "\f103";
    font-family: Flaticon, sans-serif;
    display: inline-block;
    min-width: 84px;
    height: 84px;
    line-height: 80px;
    border-radius: 50%;
    background-color: #000;
    color: #fff;
    vertical-align: middle;
    text-align: center;
    margin-right: 20px;
    font-size: 31px;
    font-weight: 400;
    letter-spacing: 0
}

body.akasha-account .akasha-notices-wrapper~.akasha-form-login {
    background-color: #f6f6f6;
    padding: 19px 25px 15px 25px;
    border-radius: 0 0 3px 3px
}

#customer_login {
    overflow: hidden
}

#customer_login .col-1,
#customer_login .col-2 {
    width: calc(50% - 20px);
    float: left;
    background-color: #fff;
    padding: 30px 25px 7px 25px;
    min-height: 517px;
    border-radius: 0;
    max-width: 100%
}

#customer_login .col-2 {
    float: right
}

#customer_login .form-row {
    margin-bottom: 25px
}

#customer_login>div>form .form-row:not(.form-row-wide) {
    text-align: center
}

form.akasha-form-login .form-row:not(.form-row-wide),
form.register .form-row:not(.form-row-wide) {
    overflow: hidden;
    display: inline-block;
    width: 100%;
    padding-top: 9px
}

form.akasha-form-login .button,
form.register .button {
    float: left;
    height: 52px;
    line-height: 52px;
    border-radius: 0;
    background-color: #1b1b1b;
    display: inline-block;
    min-width: 160px;
    padding: 0 15px;
    text-align: center;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .1em;
    text-transform: uppercase
}

form.akasha-form-login .button:hover,
form.register .button:hover {
    background-color: #000;
    cursor: pointer
}

form.akasha-form-login .akasha-form__label {
    float: right;
    margin-bottom: 0;
    line-height: 52px
}

form.akasha-form-login .lost_password {
    text-align: right;
    font-style: normal;
    font-size: 14px;
    font-weight: 600;
    color: #000;
    margin-bottom: 0
}

form.akasha-form-login .lost_password a {
    position: relative;
    display: inline-block;
    padding-bottom: 6px
}

form.akasha-form-login .lost_password a:not(:hover) {
    color: inherit
}

form.akasha-form-login .lost_password :hover {
    color: #000;
    cursor: pointer
}

form.akasha-form-login .lost_password a::before {
    content: '';
    border-bottom: none;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0
}

.akasha-MyAccount-navigation {
    float: left;
    width: 30%;
    padding-right: 30px
}

.akasha-MyAccount-content {
    float: left;
    width: 70%
}

.akasha-MyAccount-navigation>ul {
    padding-left: 0
}

.akasha-MyAccount-navigation>ul li {
    line-height: 50px;
    list-style: none;
    font-weight: 600
}

.akasha-MyAccount-navigation>ul li:not(:first-child) {
    border-top: 1px solid #ebebeb
}

.akasha-MyAccount-navigation>ul li.is-active a {
    color: #000
}

.akasha-MyAccount-content .form-row label {
    display: block;
    font-weight: 400
}

.akasha-MyAccount-content fieldset {
    width: 100%;
    margin-top: 30px;
    margin-bottom: 30px
}

.akasha-MyAccount-content fieldset legend {
    color: #000;
    display: block;
    border-bottom: none
}

.akasha-MyAccount-content fieldset~p .akasha-Button {
    min-width: 159px;
    height: 52px;
    line-height: 52px;
    border-radius: 0;
    font-weight: 600;
    background-color: #1b1b1b
}

.akasha-MyAccount-content fieldset~p .akasha-Button:hover {
    background-color: #000
}

.akasha-MyAccount-content .form-row input {
    width: 100%
}

.akasha-MyAccount-content h3 {
    margin: 0 0 20px
}

.akasha-MyAccount-content p {
    margin-bottom: 15px
}

.akasha-Adchair {
    margin-bottom: 30px;
    padding: 25px 15px;
    border: 2px solid #d1d1d1;
    margin-top: 30px;
    position: relative
}

.akasha-Adchair .akasha-Adchair-title>h3 {
    font-size: 18px
}

.akasha-password-strength {
    margin-top: 15px;
    padding-bottom: 10px;
    margin-bottom: 10px;
    position: relative
}

.akasha-password-strength::before {
    content: '';
    display: block;
    height: 4px;
    width: 100%;
    background-color: #c2c2c2;
    position: absolute;
    left: 0;
    bottom: 0
}

.akasha-password-strength::after {
    content: '';
    display: block;
    height: 4px;
    position: absolute;
    left: 0;
    bottom: 0
}

.akasha-password-strength.short::after {
    background-color: #f44336;
    width: 25%
}

.akasha-password-strength.bad::after {
    background-color: #ff9800;
    width: 50%
}

.akasha-password-strength.good::after {
    background-color: #2196f3;
    width: 75%
}

.akasha-password-strength.strong::after {
    background-color: #4caf50;
    width: 100%
}

.akasha-ResetPassword .form-row .akasha-Button {
    height: 54px;
    line-height: 54px;
    min-width: 150px
}

.akasha-ResetPassword .form-row .akasha-Button:hover {
    background-color: #000
}

.akasha-ResetPassword .form-row {
    float: none
}

@media (max-width:1199px) {
    #customer_login .col-1,
    #customer_login .col-2,
    .checkout_coupon,
    body.akasha-account .akasha-notices-wrapper~.akasha-form-login,
    body.akasha-account .akasha-notices-wrapper~h2 {
        padding-left: 15px;
        padding-right: 15px
    }
}

@media (max-width:991px) {
    #customer_login .col-1,
    #customer_login .col-2 {
        width: 100%;
        min-height: 0
    }
    #customer_login .col-1 {
        margin-bottom: 30px
    }
    .akasha-MyAccount-navigation {
        width: 100%;
        padding-right: 0
    }
    .akasha-MyAccount-content {
        width: 100%
    }
    .akasha-MyAccount-navigation>ul {
        margin-bottom: 40px
    }
    #customer_login .form-row:not(.form-row-wide) {
        margin-bottom: 20px
    }
}

@media (max-width:479px) {
    #customer_login .akasha-form__label {
        float: none
    }
}

.wishlist-title {
    display: block
}

.wishlist-title h2 {
    font-size: 18px;
    letter-spacing: .1em;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0;
    padding: 25px;
    background-color: #f6f6f6;
    display: block
}

.akasha table.wishlist_table {
    background-color: #fff
}

.akasha table.wishlist_table thead {
    display: none
}

.akasha table.wishlist_table tbody tr td.product-thumbnai {
    border-right: 0
}

.akasha table.wishlist_table tbody tr td.product-name {
    border-left: 0
}

.akasha table.wishlist_table tbody tr td,
.akasha table.wishlist_table tbody tr td.product-remove {
    padding: 15px
}

.akasha table.wishlist_table tr td.product-thumbnail a {
    display: inline-block;
    max-width: 89px
}

.akasha table.wishlist_table .yith-wcqv-button {
    display: none
}

.akasha table.wishlist_table .product-price {
    font-size: 16px;
    color: #000
}

.akasha table.wishlist_table tbody tr td.wishlist-empty {
    font-size: 42px;
    line-height: 1.2;
    padding: 90px 15px
}

.akasha table.wishlist_table tr td.product-stock-status span {
    display: inline-block;
    text-align: center;
    padding: 0 10px;
    font-size: 16px
}

.akasha table.wishlist_table tr td.product-stock-status span {
    font-weight: 600;
    font-size: 14px
}

.akasha table.wishlist_table tr td.product-stock-status span.wishlist-in-stock {
    color: #000
}

.akasha table.wishlist_table td.product-add-to-cart {
    border-right: 0
}

.akasha table.wishlist_table td.product-add-to-cart a {
    display: inline-block!important;
    min-width: 164px;
    height: 49px;
    line-height: 49px;
    background-color: #1b1b1b;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    padding: 0 15px;
    text-align: center;
    margin-bottom: 0;
    border-radius: 30px
}

.akasha table.wishlist_table td.product-add-to-cart a:hover {
    background-color: #000
}

.akasha table.wishlist_table tfoot td {
    padding: 0;
    border: 0
}

.akasha table.wishlist_table .yith-wcwl-share {
    margin-bottom: 10px;
    padding: 15px 25px
}

.akasha table.wishlist_table .yith-wcwl-share h4.yith-wcwl-share-title {
    font-size: 16px
}

@media (max-width:1499px) {
    .akasha table.wishlist_table tbody tr td.wishlist-empty {
        padding-left: 15px;
        padding-right: 15px
    }
}

@media (max-width:1199px) {
    .akasha table.wishlist_table tbody tr td.wishlist-empty {
        padding-top: 50px;
        padding-bottom: 50px;
        font-size: 24px
    }
    .akasha table.wishlist_table tbody tr td,
    .akasha table.wishlist_table tbody tr td.product-remove {
        padding: 15px
    }
}

@media (max-width:767px) {
    .akasha table.wishlist_table tbody tr:first-child td {
        padding-top: 15px
    }
    .akasha table.wishlist_table tbody tr td.wishlist-empty {
        font-size: 26px
    }
}

.track_order {
    max-width: 750px;
    margin-left: auto;
    margin-right: auto;
    background-color: #f6f6f6;
    padding: 35px 30px 40px 30px;
    border-radius: 0
}

.track_order .form-row {
    margin-bottom: 0;
    margin-top: 30px;
    float: none
}

.track_order p:first-child {
    max-width: 540px;
    margin: 0 auto;
    text-align: center
}

.track_order label {
    font-size: 16px;
    font-weight: 600;
    color: #000
}

.track_order .form-row-first,
.track_order .form-row-last {
    width: 100%
}

.track_order .button {
    margin: 0 auto;
    display: table;
    border-radius: 0;
    background-color: #1b1b1b;
    font-weight: 600;
    min-width: 160px;
    height: 52px;
    line-height: 52px;
    padding: 0 15px;
    text-align: center;
    font-size: 14px
}

.track_order .button:hover {
    background-color: #000
}

body.error404 .header {
    position: static
}

.main-container.error-404 .title-404 {
    margin: 0;
    font-size: 270px;
    line-height: 1
}

.main-container.error-404 .title {
    font-size: 30px;
    font-weight: 600;
    line-height: 36px;
    color: #000;
    margin-bottom: 20px
}

.main-container.error-404 .subtitle {
    font-size: 18px;
    color: #7e848b;
    margin-bottom: 55px
}

.main-container.error-404 .button {
    display: inline-block;
    padding: 0 25px;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    background-color: #000;
    text-transform: capitalize;
    border-radius: 0
}

.main-container.error-404 .button:hover {
    background-color: #000
}

@media (max-width:1199px) {
    .page-title {
        font-size: 32px
    }
}

@media (max-width:767px) {
    .main-container.error-404 .page-title {
        font-size: 140px
    }
    .main-container.error-404 .title {
        font-size: 26px
    }
    .main-container.error-404 .subtitle {
        font-size: 15px
    }
}

#popup-newsletter {
    overflow-y: hidden!important
}

#popup-newsletter .modal-content {
    background-color: #fff
}

#popup-newsletter button.close {
    cursor: pointer;
    position: absolute;
    right: 8px;
    top: 8px;
    width: 40px;
    height: 40px;
    display: block;
    background-color: transparent;
    color: #000;
    z-index: 1;
    opacity: 1
}

#popup-newsletter button.close:hover {
    color: #000
}

#popup-newsletter button.close::after,
#popup-newsletter button.close::before {
    border-bottom: 2px solid;
    content: "";
    left: 12px;
    position: absolute;
    top: 19px;
    width: 17px
}

#popup-newsletter button.close::before {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

#popup-newsletter button.close::after {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg)
}

#popup-newsletter .modal-inner {
    overflow: hidden
}

#popup-newsletter .modal-inner .modal-thumb {
    float: left;
    width: 40%
}

#popup-newsletter .modal-inner .modal-info {
    overflow-y: auto;
    text-align: center;
    padding: 70px 40px 30px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 60%
}

#popup-newsletter .title {
    font-size: 30px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0 0 20px
}

#popup-newsletter .des {
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 30px;
    max-width: 395px;
    display: inline-block
}

#popup-newsletter .newsletter-form-wrap .email {
    width: 100%;
    height: 52px;
    line-height: 52px;
    margin-bottom: 22px;
    text-align: center
}

#popup-newsletter .newsletter-form-wrap .submit-newsletter {
    width: 100%;
    height: 52px;
    line-height: 52px;
    color: #fff;
    font-weight: 600
}

#popup-newsletter .newsletter-form-wrap .submit-newsletter:hover {
    background-color: #000
}

#popup-newsletter .checkbox {
    text-align: right;
    margin: 30px 0 0
}

#popup-newsletter .checkbox label {
    padding-left: 0
}

#popup-newsletter .checkbox .akasha_disabled_popup_by_user {
    display: none
}

#popup-newsletter .checkbox span {
    position: relative;
    padding-left: 20px;
    color: #999
}

#popup-newsletter .checkbox span::before {
    content: "";
    display: inline-block;
    width: 12px;
    height: 12px;
    border: 1px solid #dbdbdb;
    background-color: #f4f4f4;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%)
}

#popup-newsletter .checkbox .akasha_disabled_popup_by_user:checked~span::after {
    content: "";
    display: inline-block;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #000;
    position: absolute;
    left: 3px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%)
}

.modal {
    top: 50%;
    bottom: auto;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    height: auto;
    max-height: calc(100% - 60px);
    overflow-y: auto;
    padding: 15px!important
}

.modal-dialog {
    width: 1000px;
    max-width: 100%;
    margin: auto
}

.modal-content {
    border: none;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none
}

.modal-backdrop.in {
    opacity: .8
}

@media (max-width:991px) {
    #popup-newsletter .title {
        font-size: 24px
    }
    #popup-newsletter .des {
        font-size: 14px;
        line-height: 26px;
        margin-bottom: 20px
    }
    #popup-newsletter button.close {
        top: 0
    }
    #popup-newsletter .title {
        margin: 0 0 15px
    }
    #popup-newsletter .checkbox {
        margin: 15px 0 0
    }
    #popup-newsletter .modal-inner .modal-info {
        padding: 40px 30px 20px
    }
}

@media (min-width:768px) {
    .modal-dialog {
        width: 1000px;
        max-width: calc(100% - 30px);
        margin: auto
    }
    .modal-content {
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none
    }
}

@media (max-width:767px) {
    #popup-newsletter .title {
        font-size: 20px
    }
    #popup-newsletter .des {
        font-size: 14px;
        line-height: 20px
    }
    #popup-newsletter .modal-inner .modal-info {
        position: static;
        width: 100%;
        padding: 40px 20px 20px
    }
    #popup-newsletter .modal-inner .modal-thumb {
        display: none
    }
}

.akasha-banner .banner-inner {
    position: relative
}

.akasha-banner .banner-info {
    position: absolute
}

.akasha-banner .banner-thumb {
    overflow: hidden;
    margin-bottom: 0
}

.akasha-banner .banner-thumb img {
    object-fit: cover;
    width: 100%;
    background-color: #f8f8f8;
    -webkit-transition: transform .8s ease 0s;
    -moz-transition: transform .8s ease 0s;
    -o-transition: transform .8s ease 0s;
    transition: transform .8s ease 0s
}

.akasha-banner .title {
    margin-top: 0
}

.akasha-banner.style-01 .banner-thumb {
    border-radius: 0
}

.akasha-banner.style-01 .banner-info {
    padding: 0 10px;
    text-align: center
}

.akasha-banner.style-01.left-center .banner-info {
    right: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%)
}

.akasha-banner.style-01.right-top .banner-info {
    right: 10px;
    top: 20px
}

.akasha-banner.style-01.left-top .banner-info {
    left: 10px;
    top: 20px
}

.akasha-banner.style-01.left-top.new .banner-info {
    transform: rotate(90deg) translateY(-100%);
    transform-origin: top left
}

.akasha-banner.style-01.left-bottom .banner-info {
    left: 10px;
    bottom: 20px
}

.akasha-banner.style-01 .title {
    font-size: 13px;
    letter-spacing: .3em;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 30px;
    margin-bottom: 0
}

.akasha-banner.style-01 .title a {
    position: relative;
    padding-left: 40px
}

.akasha-banner.style-01 .title a::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    border-bottom: 2px solid;
    width: 30px
}

.akasha-banner.style-02 .banner-info {
    left: 0;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%)
}

.akasha-banner.style-02 .banner-label {
    font-size: 16px;
    letter-spacing: .48em;
    display: inline-block;
    color: #000;
    text-transform: uppercase;
    white-space: nowrap;
    padding-left: 15px;
    font-weight: 500
}

.akasha-banner.style-02 .title {
    font-size: 46px;
    font-weight: 700;
    letter-spacing: .01em;
    margin-bottom: 15px;
    position: relative;
    color: #000;
    padding-left: 12px
}

.akasha-banner.style-02 .title::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 10px;
    height: 65px;
    border-left: 2px solid
}

.akasha-banner.style-02 .subtitle {
    font-size: 14px;
    margin-bottom: 23px;
    max-width: 500px
}

.akasha-banner.style-02 .button {
    display: inline-block;
    min-width: 146px;
    height: 48px;
    line-height: 48px;
    border-radius: 48px;
    text-align: center;
    text-transform: uppercase;
    padding: 0 15px;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .1em;
    background-color: #000;
    color: #fff
}

.akasha-banner.style-03 .banner-info {
    top: 45px;
    left: 30px
}

.akasha-banner.style-03 .title {
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .3em;
    font-style: italic;
    padding: 0 0 4px 20px;
    margin-bottom: 10px;
    margin-left: -30px;
    display: inline-block;
    border-bottom: 1px solid #000
}

.akasha-banner.style-03 .title a {
    color: #000
}

.akasha-banner.style-03 .cate {
    font-size: 30px;
    font-weight: 700;
    color: #000;
    text-transform: uppercase;
    position: relative
}

.akasha-banner.style-04 .banner-info {
    top: 45px;
    left: 30px
}

.akasha-banner.style-04 .title-wrap {
    position: relative
}

.akasha-banner.style-04 .title {
    font-size: 24px;
    font-style: italic;
    margin-bottom: 0;
    letter-spacing: .2em;
    text-transform: uppercase
}

.akasha-banner.style-04 .cate {
    font-size: 34px;
    line-height: 1;
    font-weight: 700;
    display: inline-block;
    color: #000;
    text-transform: uppercase
}

.akasha-banner.style-04 .subtitle {
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 20px;
    letter-spacing: .2em
}

.akasha-banner.style-04 .button {
    display: inline-block;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: .1em;
    height: 40px;
    min-width: 132px;
    line-height: 40px;
    text-align: center;
    padding: 0 10px;
    border-radius: 40px;
    background-color: #000;
    color: #fff
}

.akasha-banner.style-04 .button:hover {
    background-color: #000;
    color: #fff
}

.akasha-banner.style-05 .banner-info {
    right: 30px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: right
}

.akasha-banner.style-05 .title {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 3px;
    text-transform: uppercase;
    position: relative
}

.akasha-banner.style-05 .discount {
    display: inline-block;
    text-align: center;
    font-size: 16px;
    color: #000;
    padding: 0 30px 0 5px;
    margin-right: -30px
}

.akasha-banner.style-05 .subtitle {
    font-size: 16px;
    margin-bottom: 15px
}

.akasha-banner.style-05 .button,
.akasha-banner.style-06 .button {
    display: inline-block;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: .1em;
    height: 40px;
    min-width: 132px;
    line-height: 38px;
    text-align: center;
    padding: 0 10px;
    border: 1px solid #000;
    border-radius: 40px
}

.akasha-banner.style-05 .button,
.akasha-banner.style-06 .button:hover {
    background-color: #000;
    color: #fff
}

.akasha-banner.style-05 .button:hover {
    background-color: #000;
    border-color: #000
}

.akasha-banner.style-06 .banner-info {
    left: 30px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%)
}

.akasha-banner.style-06 .title {
    font-size: 32px;
    font-weight: 700;
    text-transform: uppercase;
    color: #000;
    margin-bottom: 0
}

.akasha-banner.style-06 .cate {
    font-size: 26px;
    font-weight: 700;
    text-transform: uppercase;
    color: #000;
    line-height: 1;
    margin-bottom: 7px
}

.akasha-banner.style-06 .discount {
    display: table;
    vertical-align: middle;
    padding: 0 5px 0 30px;
    font-size: 16px;
    color: #000;
    margin-left: -30px;
    margin-bottom: 10px
}

.akasha-banner.style-06 .discount span {
    font-size: 14px;
    font-weight: 400
}

.akasha-banner.style-07 .banner-info {
    left: 0;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: right
}

.akasha-banner.style-07 .banner-content {
    text-align: center
}

.akasha-banner.style-07 .title-wrap {
    position: relative;
    display: inline-block
}

.akasha-banner.style-07 .banner-label {
    font-size: 16px;
    letter-spacing: .6em;
    display: inline-block;
    color: #000;
    text-transform: uppercase;
    white-space: nowrap;
    margin-bottom: 5px
}

.akasha-banner.style-07 .title {
    font-size: 54px;
    font-family: 'Playfair Display', sans-serif;
    line-height: 1;
    color: #000;
    margin-bottom: 20px;
    padding-bottom: 15px;
    position: relative;
    letter-spacing: .1em
}

.akasha-banner.style-07 .title::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    border-bottom: 1px solid;
    width: 120px
}

.akasha-banner.style-07 .cate {
    font-size: 30px;
    line-height: 1;
    color: #000;
    margin-bottom: 15px
}

.akasha-banner.style-07 .subtitle {
    font-size: 16px;
    line-height: 30px;
    max-width: 420px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px
}

.akasha-banner.style-07 .button {
    display: inline-block;
    padding: 0 25px;
    height: 48px;
    line-height: 48px;
    border-radius: 48px;
    font-size: 13px;
    letter-spacing: .1em;
    font-weight: 700;
    background-color: #000;
    text-transform: capitalize;
    color: #fff;
    text-transform: uppercase
}

.akasha-banner.style-08 .banner-info,
.akasha-banner.style-09 .banner-info,
.akasha-banner.style-10 .banner-info {
    top: 50%;
    right: 40px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: right
}

.akasha-banner.style-08 .title,
.akasha-banner.style-09 .title,
.akasha-banner.style-10 .title {
    font-size: 36px;
    font-weight: 400;
    margin-bottom: 5px;
    font-family: 'Playfair Display';
    display: inline-block
}

.akasha-banner.style-08 .cate,
.akasha-banner.style-09 .cate,
.akasha-banner.style-10 .cate {
    font-size: 16px;
    font-weight: 600;
    letter-spacing: .2em;
    text-transform: uppercase;
    color: #000;
    margin-bottom: 20px
}

.akasha-banner.style-08 .button,
.akasha-banner.style-09 .button,
.akasha-banner.style-10 .button {
    display: inline-block;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: .1em;
    height: 40px;
    min-width: 132px;
    line-height: 40px;
    text-align: center;
    padding: 0 10px;
    background-color: #000;
    color: #fff;
    border-radius: 30px
}

.akasha-banner.style-08 .button:hover,
.akasha-banner.style-09 .button:hover,
.akasha-banner.style-10 .button:hover {
    background-color: #000;
    color: #fff
}

.akasha-banner.style-11 .banner-info {
    top: 50%;
    right: 0;
    left: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%)
}

.akasha-banner.style-11 .banner-label {
    font-size: 50px;
    font-family: 'Playfair Display', sans-serif;
    position: relative;
    color: #000;
    display: inline-block;
    margin-bottom: 0
}

.akasha-banner.style-11 .title {
    font-size: 60px;
    margin-bottom: 10px;
    color: #000;
    font-family: 'Playfair Display', sans-serif
}

.akasha-banner.style-11 .subtitle {
    margin-bottom: 25px
}

.akasha-banner.style-11 .button {
    display: inline-block;
    min-width: 150px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    padding: 0 15px;
    border: 1px solid #000;
    background-color: #000;
    color: #fff;
    border-radius: 40px;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .01em
}

.akasha-banner.style-11 .button:hover {
    background-color: #000;
    border-color: #000;
    color: #fff
}

.akasha-banner.style-12 .banner-info {
    top: 60px;
    left: 20px
}

.akasha-banner.style-12 .title {
    text-transform: uppercase;
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 0;
    color: #000
}

.akasha-banner.style-12 .cate {
    font-size: 16px;
    font-style: italic;
    letter-spacing: .1em;
    color: #fff;
    margin-bottom: 15px;
    background-color: #000;
    padding: 0 15px 0 20px;
    margin-left: -20px;
    font-family: "Playfair Display"
}

.akasha-banner.style-12 .button {
    font-size: 16px;
    font-weight: 600;
    color: #000;
    text-transform: capitalize;
    display: inline-block;
    position: relative;
    overflow: hidden
}

.akasha-banner.style-12 .button::before {
    content: '';
    border-bottom: 1px solid;
    position: absolute;
    bottom: 3px;
    left: 0;
    right: 0
}

.akasha-banner.style-12 .button::after {
    content: '\f101';
    font-family: FontAwesome, sans-serif;
    font-size: 16px;
    font-weight: 400;
    margin-left: 3px
}

.akasha-banner.style-12 .button:hover::before {
    -webkit-animation: underline-link .8s cubic-bezier(.58, .3, .005, 1) 0s 1;
    animation: underline-link .8s cubic-bezier(.58, .3, .005, 1) 0s 1
}

.akasha-banner.style-13 .banner-inner {
    overflow: hidden
}

.akasha-banner.style-13 .banner-info {
    bottom: -54px;
    left: 0;
    right: 0;
    text-align: center;
    -webkit-transition: all .25s ease 0s;
    -moz-transition: all .25s ease 0s;
    -o-transition: all .25s ease 0s;
    transition: all .25s ease 0s
}

.akasha-banner.style-13 .banner-inner:hover .banner-info {
    bottom: 0
}

.akasha-banner.style-13 .title {
    margin: 0
}

.akasha-banner.style-13 .title a {
    vertical-align: top;
    min-width: 160px;
    height: 54px;
    line-height: 54px;
    font-size: 20px;
    margin: 0;
    font-weight: 600;
    position: relative;
    overflow: hidden;
    -webkit-box-shadow: 0 3px 10px 0 rgba(0, 0, 0, .05);
    -moz-box-shadow: 0 3px 10px 0 rgba(0, 0, 0, .05);
    box-shadow: 0 3px 10px 0 rgba(0, 0, 0, .05);
    color: #fff;
    background-color: #000;
    display: block
}

.akasha-banner.style-02 .button,
.akasha-banner.style-07 .button {
    position: relative;
    overflow: hidden
}

.akasha-banner.style-01 .banner-info {
    overflow: hidden
}

.akasha-banner.style-02 .button span,
.akasha-banner.style-07 .button span {
    position: relative
}

.akasha-banner.style-02 .button:hover,
.akasha-banner.style-07 .button:hover {
    background-color: #000;
    color: #fff
}

@media (max-width:1366px) {
    .akasha-banner.style-08 .banner-info,
    .akasha-banner.style-09 .banner-info,
    .akasha-banner.style-10 .banner-info {
        right: 30px
    }
    .akasha-banner.style-08 .title,
    .akasha-banner.style-09 .title,
    .akasha-banner.style-10 .title {
        font-size: 30px;
        margin-bottom: 6px
    }
    .akasha-banner.style-08 .cate,
    .akasha-banner.style-09 .cate,
    .akasha-banner.style-10 .cate {
        font-size: 15px;
        margin-bottom: 15px
    }
    .akasha-banner.style-11 .banner-label {
        font-size: 46px
    }
    .akasha-banner.style-11 .title {
        font-size: 50px
    }
}

@media (max-width:1199px) {
    .akasha-banner.style-01 .title {
        font-size: 13px
    }
    .akasha-banner.style-02 .title {
        font-size: 40px;
        font-weight: 600
    }
    .akasha-banner.style-02 .title::before {
        height: 58px
    }
    .akasha-banner.style-02 .subtitle {
        font-size: 13px
    }
    .akasha-banner.style-02 .button {
        min-width: 140px;
        height: 42px;
        line-height: 42px;
        font-size: 13px
    }
    .akasha-banner.style-03 .cate {
        font-size: 26px
    }
    .akasha-banner.style-04 .title {
        font-size: 22px
    }
    .akasha-banner.style-04 .cate {
        font-size: 30px
    }
    .akasha-banner.style-05 .title {
        font-size: 26px
    }
    .akasha-banner.style-05 .button,
    .akasha-banner.style-06 .button {
        font-size: 12px
    }
    .akasha-banner.style-06 .cate {
        font-size: 26px
    }
    .akasha-banner.style-06 .title {
        font-size: 30px
    }
    .akasha-banner.style-07 .title {
        font-size: 44px
    }
    .akasha-banner.style-07 .cate {
        font-size: 28px
    }
    .akasha-banner.style-07 .banner-label {
        letter-spacing: .3em
    }
    .akasha-banner.style-07 .subtitle {
        font-size: 14px;
        line-height: 28px
    }
    .akasha-banner.style-08 .banner-info,
    .akasha-banner.style-09 .banner-info,
    .akasha-banner.style-10 .banner-info {
        right: 20px
    }
    .akasha-banner.style-08 .title,
    .akasha-banner.style-09 .title,
    .akasha-banner.style-10 .title {
        font-size: 24px
    }
    .akasha-banner.style-08 .cate,
    .akasha-banner.style-09 .cate,
    .akasha-banner.style-10 .cate {
        font-size: 13px;
        font-weight: 600
    }
    .akasha-banner.style-08 .button,
    .akasha-banner.style-09 .button,
    .akasha-banner.style-10 .button {
        font-size: 12px;
        min-width: 140px;
        height: 42px;
        line-height: 42px;
        padding: 0 10px;
        text-align: center
    }
    .akasha-banner.style-11 .title {
        font-size: 44px
    }
    .akasha-banner.style-11 .button {
        min-width: 140px;
        height: 42px;
        line-height: 42px;
        font-size: 12px;
        padding: 0 20px;
        text-align: center
    }
    .akasha-banner.style-13 .title {
        font-size: 20px;
        line-height: 50px;
        height: 50px
    }
}

@media (max-width:991px) {
    .akasha-banner.style-07 .subtitle {
        font-size: 13px;
        line-height: 24px;
        margin-bottom: 13px
    }
    .akasha-banner.style-07 .button {
        min-width: 140px;
        height: 42px;
        line-height: 44px;
        font-size: 13px
    }
    .akasha-banner.style-07 .title {
        font-size: 36px;
        margin-bottom: 12px;
        padding-bottom: 7px
    }
    .akasha-banner.style-07 .cate {
        font-size: 24px
    }
    .akasha-banner.style-11 .title {
        font-size: 36px
    }
    .akasha-banner.style-11 .subtitle {
        font-size: 14px
    }
    .akasha-banner.style-11 .banner-label {
        font-size: 32px
    }
}

@media (max-width:767px) {
    .akasha-banner.style-01 .title {
        font-size: 12px
    }
    .akasha-banner.style-02 .banner-label {
        font-size: 11px;
        line-height: 22px;
        letter-spacing: .2em
    }
    .akasha-banner.style-02 .title {
        font-size: 24px;
        margin-bottom: 10px
    }
    .akasha-banner.style-02 .title::before {
        bottom: 6px;
        height: 42px
    }
    .akasha-banner.style-02 .subtitle {
        font-size: 12px;
        line-height: 20px;
        letter-spacing: 0;
        margin-bottom: 10px;
        max-width: 200px
    }
    .akasha-banner.style-02 .button {
        min-width: 105px;
        height: 36px;
        line-height: 36px;
        font-size: 12px;
        letter-spacing: .01em
    }
    .akasha-banner.style-03 .cate {
        font-size: 22px
    }
    .akasha-banner.style-04 .title {
        font-size: 20px
    }
    .akasha-banner.style-04 .banner-info {
        left: 15px
    }
    .akasha-banner.style-04 .cate {
        font-size: 24px
    }
    .akasha-banner.style-04 .subtitle {
        font-size: 14px;
        letter-spacing: .1em;
        margin-bottom: 15px
    }
    .akasha-banner.style-04 .button {
        min-width: 110px;
        font-size: 11px
    }
    .akasha-banner.style-05 .banner-info {
        right: 15px
    }
    .akasha-banner.style-05 .subtitle {
        font-size: 14px
    }
    .akasha-banner.style-05 .button,
    .akasha-banner.style-06 .button {
        font-size: 11px
    }
    .akasha-banner.style-05 .title {
        font-size: 22px
    }
    .akasha-banner.style-06 .banner-info {
        left: 15px
    }
    .akasha-banner.style-06 .title {
        font-size: 22px
    }
    .akasha-banner.style-06 .cate {
        font-size: 18px
    }
    .akasha-banner.style-07 .title {
        font-size: 20px
    }
    .akasha-banner.style-07 .banner-label {
        font-size: 11px;
        letter-spacing: .2em;
        line-height: 15px
    }
    .akasha-banner.style-07 .cate {
        font-size: 14px
    }
    .akasha-banner.style-07 .subtitle {
        display: none
    }
    .akasha-banner.style-07 .button {
        min-width: 105px;
        height: 36px;
        line-height: 36px;
        font-size: 12px;
        letter-spacing: .01em
    }
    .akasha-banner.style-08 .button,
    .akasha-banner.style-09 .button,
    .akasha-banner.style-10 .button {
        min-width: 105px;
        height: 36px;
        line-height: 36px;
        font-size: 11px
    }
    .akasha-banner.style-11 .title {
        font-size: 24px;
        margin-bottom: 7px
    }
    .akasha-banner.style-11 .subtitle {
        font-size: 12px;
        margin-bottom: 5px
    }
    .akasha-banner.style-11 .banner-label {
        font-size: 22px;
        margin-bottom: 0
    }
    .akasha-banner.style-11 .button {
        min-width: 105px;
        height: 36px;
        line-height: 36px;
        font-size: 11px
    }
    .akasha-banner.style-12 .title {
        font-size: 24px
    }
    .akasha-banner.style-12 .cate {
        margin-bottom: 10px;
        font-size: 14px
    }
    .akasha-banner.style-13 .title {
        font-size: 18px;
        line-height: 46px;
        height: 46px
    }
}

.akasha-blog.style-02 .post-item .post-inner {
    overflow: hidden
}

.akasha-blog.style-02 .post-item .post-thumb {
    border-radius: 0;
    margin-bottom: 25px
}

.akasha-blog.style-02 .post-item .post-thumb img {
    -webkit-transition: transform .25s ease 0s;
    -moz-transition: transform .25s ease 0s;
    -o-transition: transform .25s ease 0s;
    transition: transform .25s ease 0s
}

.akasha-blog.style-02 .post-item .post-thumb:hover img {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05)
}

.akasha-blog.style-02 .post-item .title-date {
    overflow: hidden;
    margin-bottom: 15px
}

.akasha-blog.style-02 .post-item .datebox {
    float: left;
    position: static
}

.akasha-blog.style-02 .post-item .post-title {
    overflow: hidden;
    padding-left: 15px;
    font-size: 18px;
    margin-bottom: 0;
    margin-top: 7px
}

.akasha-blog.style-02 .post-item .post-comment-icon {
    float: none
}

.akasha-blog.style-02 .post-item .post-meta {
    margin-bottom: 10px
}

@media (max-width:1199px) {
    .akasha-blog.style-02 .post-item .post-thumb img,
    .blog-grid .post-thumb img {
        width: 100%
    }
}

@media (max-width:767px) {
    .akasha-blog.style-02 .post-item .post-title {
        font-size: 16px
    }
}

.akasha-categories .categories-inner {
    position: relative;
    overflow: hidden
}

.akasha-categories .title {
    margin: 0
}

.akasha-categories .categories-thumb {
    margin-bottom: 0
}

.akasha-categories.style-01 .categories-thumb {
    overflow: hidden
}

.akasha-categories.style-01 .categories-thumb img {
    -webkit-transition: transform 1s cubic-bezier(0, 0, .44, 1.18);
    -moz-transition: transform 1s cubic-bezier(0, 0, .44, 1.18);
    -o-transition: transform 1s cubic-bezier(0, 0, .44, 1.18);
    transition: transform 1s cubic-bezier(0, 0, .44, 1.18)
}

.akasha-categories.style-01 .categories-inner:hover .categories-thumb img {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05)
}

.akasha-categories.style-01 .title {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -54px;
    text-align: center;
    -webkit-transition: all .25s ease 0s;
    -moz-transition: all .25s ease 0s;
    -o-transition: all .25s ease 0s;
    transition: all .25s ease 0s
}

.akasha-categories.style-01 .categories-inner:hover .title {
    bottom: 0
}

.akasha-categories.style-01 .title a {
    display: block;
    padding: 0 20px;
    min-width: 160px;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 0;
    letter-spacing: .05em;
    line-height: 54px;
    background-color: #000;
    color: #fff;
    position: relative;
    overflow: hidden
}

.akasha-categories.style-01 .title a::before {
    position: absolute;
    top: 0;
    left: -100%;
    z-index: 2;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .3) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .3) 100%);
    -webkit-transform: skewX(-45deg);
    -moz-transform: skewX(-45deg);
    -o-transform: skewX(-45deg);
    -ms-transform: skewX(-45deg);
    transform: skewX(-45deg)
}

.akasha-categories.style-01 .title a:hover::before {
    -webkit-animation: shine .75s;
    animation: shine .75s
}

.akasha-categories.style-02 img {
    border-radius: 50%;
    -webkit-transition: transform 1s ease 0s;
    -moz-transition: transform 1s ease 0s;
    -o-transition: transform 1s ease 0s;
    transition: transform 1s ease 0s
}

.akasha-categories.style-02 .categories-inner:hover img {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg)
}

.akasha-categories.style-02 .title {
    text-align: center;
    font-size: 22px;
    font-weight: 600;
    margin-top: 30px
}

@media (max-width:1199px) {
    .akasha-categories.style-01 .title a {
        font-size: 18px;
        height: 50px;
        line-height: 50px
    }
}

@media (max-width:767px) {
    .akasha-categories.style-01 .title a {
        font-size: 16px;
        line-height: 46px;
        height: 46px
    }
    .akasha-categories.style-01 .categories-thumb img {
        width: 100%
    }
}

.akasha-heading .title {
    margin-top: 0
}

.akasha-heading.style-01 .heading-inner {
    text-align: center;
    overflow: hidden
}

.akasha-heading.style-01 .title {
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 600;
    position: relative;
    margin-bottom: 20px;
    padding: 10px 15px;
    border: 1px solid #000;
    margin-left: auto;
    margin-right: auto;
    display: table;
    letter-spacing: .2em
}

.akasha-heading.style-01 .subtitle {
    max-width: 490px;
    margin: 0 auto
}

.akasha-heading.style-02 .heading-inner {
    text-align: center
}

.akasha-heading.style-02 .icon {
    font-size: 80px;
    line-height: 80px;
    margin-bottom: 15px;
    color: #000
}

.akasha-heading.style-02 .title {
    font-size: 34px;
    font-weight: 600;
    margin-bottom: 20px;
    position: relative
}

.akasha-heading.style-02 .subtitle {
    max-width: 900px;
    margin: 0 auto
}

@media (max-width:1199px) {
    .akasha-heading.style-01 .title {
        font-size: 18px
    }
    .akasha-heading.style-02 .title {
        font-size: 28px
    }
    .akasha-heading.style-02 .icon {
        font-size: 65px;
        line-height: 65px
    }
}

@media (max-width:767px) {
    .akasha-heading.style-01 .title {
        font-size: 16px
    }
    .akasha-heading.style-01 .title::after,
    .akasha-heading.style-01 .title::before {
        top: 9px;
        width: 30px
    }
    .akasha-heading.style-02 .title {
        font-size: 26px
    }
    .akasha-heading.style-02 .icon {
        font-size: 50px;
        line-height: 50px
    }
    .akasha-heading.style-02 .subtitle br {
        display: none
    }
}

.akasha-iconbox .title {
    margin-top: 0
}

.akasha-iconbox.style-01 .iconbox-inner {
    display: table;
    width: 100%;
    border: 1px solid #ebebeb;
    padding: 32px 20px 30px 20px;
    border-radius: 0
}

.akasha-iconbox.style-01 .iconbox-inner:hover {
    border-color: #000
}

.akasha-iconbox.style-01 .icon {
    display: table-cell;
    vertical-align: middle;
    font-size: 50px;
    width: 80px;
    color: #000;
    position: relative
}

.akasha-iconbox.style-01 .icon span:last-child {
    font-size: 70px;
    opacity: .05;
    position: absolute;
    left: 8px;
    top: 3px;
    -webkit-transition: all .25s ease 0s;
    -moz-transition: all .25s ease 0s;
    -o-transition: all .25s ease 0s;
    transition: all .25s ease 0s
}

.akasha-iconbox.style-01 .iconbox-inner:hover .icon span:last-child {
    left: 15px
}

.akasha-iconbox.style-01 .title {
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 7px;
    color: #000
}

.akasha-iconbox.style-02 .iconbox-inner {
    text-align: center;
    padding: 10px;
    justify-content: center
}

.akasha-iconbox.style-02 .icon {
    color: #000;
    font-weight: 700;
    font-size: 35px
}

.akasha-iconbox.style-02 .iconbox-inner .icon span {
    display: inline-block
}

.akasha-iconbox.style-02 .iconbox-inner:hover .icon span {
    -webkit-animation: bounceIn .3s ease;
    -o-animation: bounceIn .3s ease;
    animation: bounceIn .3s ease
}

.akasha-iconbox.style-02 .title {
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 7px
}

.akasha-iconbox.style-02 .desc {
    padding-bottom: 0;
    font-size: 13px;
    padding-left: 3px;
    line-height: 20px
}

.content_border_r {
    border-right: 1px solid #ddd;
    padding-right: 10px
}

@media(max-width:767px) {
    .content_border_r {
        border-right: none;
        padding-right: 0
    }
}

.akasha-iconbox.style-03 .iconbox-inner {
    display: table;
    width: 100%;
    border: 2px solid #ebebeb;
    padding: 32px 20px 30px 20px;
    border-radius: 0
}

.akasha-iconbox.style-03 .iconbox-inner:hover {
    border-color: #000
}

.akasha-iconbox.style-03 .icon {
    display: table-cell;
    vertical-align: middle;
    font-size: 50px;
    width: 80px;
    color: #000;
    position: relative
}

.akasha-iconbox.style-03 .title {
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 7px
}

@media (max-width:767px) {
    .akasha-iconbox.style-01 .iconbox-inner,
    .akasha-iconbox.style-03 .iconbox-inner {
        padding: 25px 15px
    }
    .akasha-iconbox.style-01 .title,
    .akasha-iconbox.style-02 .title,
    .akasha-iconbox.style-03 .title {
        font-size: 13px
    }
}

.akasha-instagram .item {
    position: relative;
    text-align: center;
    display: block
}

.akasha-instagram .item::before {
    background: rgba(0, 0, 0, .65);
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    opacity: 0;
    visibility: hidden;
    z-index: 1;
    -webkit-transition: all .4s ease 0s;
    -moz-transition: all .4s ease 0s;
    -o-transition: all .4s ease 0s;
    transition: all .4s ease 0s
}

.akasha-instagram .item:hover::before {
    visibility: visible
}

.akasha-instagram .instagram-info {
    color: #fff;
    display: block;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    z-index: 2;
    -webkit-transform: translateY(-50%) scale(.4);
    -moz-transform: translateY(-50%) scale(.4);
    -ms-transform: translateY(-50%) scale(.4);
    -o-transform: translateY(-50%) scale(.4);
    transform: translateY(-50%) scale(.4);
    -webkit-transition: opacity .4s ease 0s;
    -moz-transition: opacity .4s ease 0s;
    -o-transition: opacity .4s ease 0s;
    transition: opacity .4s ease 0s
}

.akasha-instagram .item:hover .instagram-info {
    opacity: 1;
    visibility: visible;
    white-space: nowrap;
    -webkit-transform: translateY(-50%) scale(1);
    -moz-transform: translateY(-50%) scale(1);
    -ms-transform: translateY(-50%) scale(1);
    -o-transform: translateY(-50%) scale(1);
    transform: translateY(-50%) scale(1)
}

.akasha-instagram .social-wrap {
    display: block
}

.akasha-instagram .social-info {
    font-size: 14px;
    display: inline-block
}

.akasha-instagram .social-info:not(:last-child)::after {
    content: '|';
    padding: 0 7px 0 10px;
    font-size: 16px;
    vertical-align: top
}

.akasha-instagram .social-info i {
    font-size: 18px;
    padding-left: 4px;
    vertical-align: text-bottom;
    position: relative;
    top: 6px
}

.akasha-listitem .listitem-list {
    padding-left: 0;
    list-style: none
}

.akasha-listitem li a {
    position: relative;
    display: inline-block
}

.akasha-listitem .icon {
    font-size: 23px;
    vertical-align: middle;
    padding-right: 3px
}

.akasha-listitem .image {
    z-index: 1;
    line-height: 0;
    float: right;
    margin-left: 3px
}

.akasha-listitem a:not(:hover) {
    color: inherit
}

.akasha-listitem.style-01 .title {
    margin-top: 0;
    margin-bottom: 15px;
    position: relative;
    font-size: 16px;
    font-family: "Playfair Display";
    color: #000
}

.akasha-listitem.style-02 .title {
    margin-top: 0;
    margin-bottom: 15px;
    position: relative;
    font-size: 16px;
    font-family: "Playfair Display";
    color: #fff
}

.akasha-listitem.style-01 li,
.akasha-listitem.style-02 li {
    line-height: 34px
}

footer .akasha-listitem.style-01 li,
footer .akasha-listitem.style-02 li {
    margin-bottom: 5px
}

.akasha-listitem.style-03 li {
    display: inline-block
}

.akasha-listitem.style-03 li:not(:last-child) {
    padding-right: 25px
}

.akasha-listitem.style-04 .listitem-inner {
    text-align: center
}

.akasha-listitem.style-04 .title {
    margin-top: 0;
    margin-bottom: 10px;
    font-weight: 700;
    position: relative;
    padding-bottom: 9px;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: .1em
}

footer .akasha-listitem.style-04 .title {
    margin-bottom: 20px
}

.akasha-listitem.style-04 .title::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 40px;
    border-bottom: 2px solid #000
}

.akasha-listitem.style-04 li {
    line-height: 34px
}

footer .akasha-listitem.style-04 li {
    margin-bottom: 5px
}

.akasha-listitem.style-04 li a::before {
    background-color: #000;
    bottom: 0;
    content: "";
    height: 1px;
    position: absolute;
    right: 0;
    transition: width .5s ease 0s;
    -o-transition: width .5s ease 0s;
    -webkit-transition: width .5s ease 0s;
    width: 0
}

.akasha-listitem.style-04 a:hover::before {
    left: 0;
    width: 100%
}

@media (max-width:767px) {
    .akasha-listitem.style-03 li {
        font-size: 13px
    }
    .akasha-listitem.style-03 li:not(:last-child) {
        padding-right: 13px
    }
}

.wpcf7-form label,
.wpcf7-form label .wpcf7-form-control-wrap,
.wpcf7-form label input,
.wpcf7-form label textarea {
    width: 100%
}

.wpcf7-form label {
    font-size: 14px;
    font-weight: 600
}

.wpcf7-form label input {
    padding: 4px 15px;
    height: 40px;
    margin-top: 10px
}

.wpcf7-form label textarea {
    height: 254px;
    margin-top: 10px
}

.wpcf7-form .wpcf7-submit {
    width: 100%;
    height: 50px;
    line-height: 50px;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: .1em;
    text-transform: uppercase;
    margin-top: 10px
}

.wpcf7-form .wpcf7-submit:hover {
    /* background-color: #000 */
    background-color: #fb9c60;
}

.akasha-google-maps .coinpo-map-info {
    padding: 0!important
}

.akasha-google-maps .coinpo-map-info .map-title {
    margin-top: 0;
    margin-bottom: 10px
}

.akasha-team .team-inner {
    text-align: center
}

.akasha-team .thumb-avatar {
    position: relative;
    margin-bottom: 25px;
    overflow: hidden
}

.akasha-team .thumb-avatar>a {
    position: relative;
    display: block
}

.akasha-team .thumb-avatar>a::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    background-color: rgba(0, 0, 0, .5);
    -webkit-transition: all .4s ease 0s;
    -moz-transition: all .4s ease 0s;
    -o-transition: all .4s ease 0s;
    transition: all .4s ease 0s;
    margin-top: -100%;
    opacity: 0;
    visibility: hidden
}

.akasha-team .thumb-avatar:hover>a::before {
    opacity: 1;
    visibility: visible;
    margin-top: 0
}

.akasha-team .list-social {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    text-align: center;
    padding: 10px 0;
    z-index: 1;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: 0;
    visibility: hidden;
    margin-top: 30px;
    -webkit-transition: all .4s ease 0s;
    -moz-transition: all .4s ease 0s;
    -o-transition: all .4s ease 0s;
    transition: all .4s ease 0s
}

.akasha-team .team-inner:hover .list-social {
    opacity: 1;
    visibility: visible;
    margin-top: 0
}

.akasha-team .list-social a {
    display: inline-block;
    line-height: 48px;
    height: 48px;
    width: 48px;
    margin: 7px;
    font-size: 20px;
    background-color: #fff
}

.akasha-team .list-social a:hover {
    background-color: #000;
    color: #fff
}

.akasha-team .name {
    font-size: 18px;
    margin-top: 0;
    margin-bottom: 10px;
    padding-bottom: 6px;
    font-weight: 600;
    position: relative
}

.akasha-team .name::before {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    border-bottom: 2px solid #000;
    width: 50px
}

.akasha-team .name a:not(:hover) {
    color: inherit
}

.akasha-team .positions {
    margin-bottom: 0;
    font-size: 15px;
    font-style: italic
}

@media (max-width:1199px) {
    .akasha-team .positions br {
        display: none
    }
    .akasha-team .thumb-avatar {
        margin-bottom: 20px
    }
}

@media (max-width:1024px) {
    .akasha-team .thumb-avatar {
        margin-bottom: 0
    }
    .akasha-team img {
        width: 100%
    }
    .akasha-team .thumb-avatar>a::before {
        display: none
    }
    .akasha-team .list-social {
        position: static;
        width: auto;
        background-color: transparent;
        padding: 0;
        opacity: 1;
        visibility: visible;
        margin-top: 0;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none
    }
    .akasha-team .list-social a {
        display: inline-block;
        width: 40px;
        height: 40px;
        line-height: 40px;
        font-size: 17px
    }
    .akasha-team .content-member {
        text-align: center
    }
}

.akasha-newsletter .subtitle,
.akasha-newsletter .title {
    margin-top: 0
}

.akasha-newsletter .newsletter-form-wrap .submit-newsletter span {
    position: relative
}

.akasha-newsletter .newsletter-form-wrap.processing .submit-newsletter span::before {
    display: none
}

.akasha-newsletter .newsletter-form-wrap.processing .submit-newsletter span::after {
    font-family: FontAwesome, sans-serif;
    font-weight: 400;
    -webkit-animation: fa-spin 1s infinite steps(8);
    animation: fa-spin 1s infinite steps(8);
    content: "\f110";
    display: inline-block;
    line-height: 1;
    font-size: 18px
}

.akasha-newsletter .newsletter-form-wrap.processing .submit-newsletter span.text::after {
    margin-left: 7px
}

.akasha-newsletter .newsletter-form-inner {
    position: relative
}

.akasha-newsletter.style-01 .newsletter-inner {
    text-align: center
}

.akasha-newsletter.style-01 .title {
    font-size: 14px;
    font-weight: 600;
    letter-spacing: .2em;
    text-transform: uppercase;
    color: #000;
    margin-bottom: 5px
}

.akasha-newsletter.style-01 .subtitle {
    font-size: 32px;
    margin-bottom: 8px;
    font-family: 'Playfair Display'
}

.akasha-newsletter.style-01 .desc {
    max-width: 480px;
    margin: 0 auto 22px auto;
    letter-spacing: .05em
}

.akasha-newsletter.style-01 .newsletter-form-wrap {
    max-width: 570px;
    margin: 0 auto
}

.akasha-newsletter.style-01 .email-newsletter {
    width: 100%;
    height: 50px;
    line-height: 48px;
    background-color: #fff;
    padding-right: 145px;
    border-radius: 50px
}

.akasha-newsletter.style-01 .submit-newsletter {
    position: absolute;
    top: 0;
    right: 0;
    height: 50px;
    line-height: 50px;
    border-radius: 0 50px 50px 0;
    padding: 0 15px;
    min-width: 140px;
    background: #000;
    text-align: center;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    overflow: hidden;
    text-transform: uppercase;
    letter-spacing: .1em
}

.akasha-newsletter.style-01 .submit-newsletter::before {
    background: #000;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: -1px;
    content: "";
    -webkit-transition: -webkit-transform .4s cubic-bezier(.4, 0, .2, 1);
    transition: transform .4s cubic-bezier(.4, 0, .2, 1);
    -webkit-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: right center;
    -ms-transform-origin: right center;
    transform-origin: right center
}

.akasha-newsletter.style-01 .submit-newsletter:hover::before {
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center
}

.akasha-newsletter.style-02 .subtitle {
    font-size: 25px;
    margin-bottom: 15px;
    color: #cecece
}

.akasha-newsletter.style-02 .desc {
    max-width: 480px;
    margin-bottom: 25px
}

.akasha-newsletter.style-02 .newsletter-form-wrap {
    max-width: 500px
}

.akasha-newsletter.style-02 .email-newsletter {
    width: 100%;
    height: 44px;
    line-height: 44px;
    border: none;
    background-color: #fff;
    padding-right: 140px;
    border-radius: 30px
}

.akasha-newsletter.style-02 .submit-newsletter {
    position: absolute;
    top: 0;
    right: 0;
    height: 44px;
    line-height: 44px;
    padding: 0 15px;
    min-width: 130px;
    background: #cecece;
    text-align: center;
    color: #111;
    font-size: 12px;
    font-weight: 600;
    overflow: hidden;
    text-transform: uppercase;
    letter-spacing: .1em;
    border-radius: 0 30px 30px 0
}

.akasha-newsletter.style-02 .submit-newsletter::before {
    position: absolute;
    top: 0;
    left: -100%;
    z-index: 2;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .3) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .3) 100%);
    -webkit-transform: skewX(-45deg);
    -moz-transform: skewX(-45deg);
    -o-transform: skewX(-45deg);
    -ms-transform: skewX(-45deg);
    transform: skewX(-45deg)
}

.akasha-newsletter.style-02 .submit-newsletter:hover::before {
    -webkit-animation: shine .75s;
    animation: shine .75s
}

.akasha-newsletter.style-03 .newsletter-inner {
    text-align: center
}

.akasha-newsletter.style-03 .title {
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .2em;
    color: #000;
    margin-bottom: 5px
}

.akasha-newsletter.style-03 .subtitle {
    font-size: 32px;
    font-weight: 400;
    margin-bottom: 8px;
    font-family: 'Playfair Display'
}

.akasha-newsletter.style-03 .desc {
    max-width: 480px;
    margin: 0 auto 22px auto
}

.akasha-newsletter.style-03 .newsletter-form-wrap {
    max-width: 570px;
    margin: 0 auto
}

.akasha-newsletter.style-03 .newsletter-form-inner::before {
    content: '\f107';
    font-family: Flaticon, sans-serif;
    position: absolute;
    left: 0;
    bottom: 15px;
    font-size: 24px;
    color: #000
}

.akasha-newsletter.style-03 .email-newsletter {
    width: 100%;
    height: 54px;
    line-height: 54px;
    border-radius: 0;
    border: none;
    background-color: transparent;
    padding-right: 50px;
    padding-left: 35px;
    border-bottom: 2px solid #000
}

.akasha-newsletter.style-03 .submit-newsletter {
    position: absolute;
    top: 3px;
    right: 3px;
    height: 48px;
    line-height: 48px;
    border-radius: 0;
    padding: 0;
    text-align: center;
    font-size: 0;
    overflow: hidden
}

.akasha-newsletter.style-03 .submit-newsletter::after {
    content: '\f103';
    font-family: Flaticon, sans-serif;
    font-size: 24px
}

.akasha-newsletter.style-04 .title {
    margin-top: 0;
    margin-bottom: 25px;
    position: relative;
    font-size: 16px;
    font-family: 'Playfair Display';
    color: #000
}

.akasha-newsletter.style-04 .subtitle {
    font-size: 25px;
    margin-bottom: 15px
}

.akasha-newsletter.style-04 .desc {
    max-width: 480px;
    margin-bottom: 25px
}

.akasha-newsletter.style-04 .newsletter-form-wrap {
    max-width: 500px
}

.akasha-newsletter.style-04 .email-newsletter {
    width: 100%;
    height: 50px;
    line-height: 50px;
    background-color: #fff;
    padding-right: 140px;
    border-radius: 30px
}

.akasha-newsletter.style-04 .submit-newsletter {
    position: absolute;
    top: 4px;
    right: 4px;
    height: 42px;
    line-height: 42px;
    border-radius: 30px;
    padding: 0 15px;
    min-width: 130px;
    background: #1e1e1e;
    text-align: center;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    overflow: hidden;
    text-transform: uppercase;
    letter-spacing: .1em
}

.akasha-newsletter.style-04 .submit-newsletter::before {
    position: absolute;
    top: 0;
    left: -100%;
    z-index: 2;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .3) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .3) 100%);
    -webkit-transform: skewX(-45deg);
    -moz-transform: skewX(-45deg);
    -o-transform: skewX(-45deg);
    -ms-transform: skewX(-45deg);
    transform: skewX(-45deg)
}

.akasha-newsletter.style-04 .submit-newsletter:hover::before {
    -webkit-animation: shine .75s;
    animation: shine .75s
}

.akasha-newsletter.style-05 .newsletter-inner {
    display: table;
    width: 100%
}

.akasha-newsletter.style-05 .newsletter-inner>* {
    display: table-cell;
    vertical-align: middle;
    overflow: hidden
}

.akasha-newsletter.style-05 .newsletter-wrap::before {
    content: "\f13b";
    font-family: Flaticon, sans-serif;
    padding-right: 20px;
    font-size: 89px;
    float: left;
    line-height: 1;
    color: #fff
}

.akasha-newsletter.style-05 .title {
    font-size: 26px;
    color: #fff;
    margin-bottom: 10px
}

.akasha-newsletter.style-05 .desc {
    margin: 0;
    max-width: 440px;
    color: #fff
}

.akasha-newsletter.style-05 .newsletter-form-wrap {
    width: 520px;
    max-width: 100%
}

.akasha-newsletter.style-05 .email-newsletter {
    border: none;
    background-color: #fff;
    padding: 0 150px 0 20px;
    height: 58px;
    line-height: 58px;
    width: 100%;
    border-radius: 0
}

.akasha-newsletter.style-05 .submit-newsletter {
    text-align: center;
    position: absolute;
    top: 0;
    right: 0;
    height: 58px;
    line-height: 58px;
    background: #1e1e1e;
    padding: 0 10px;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .1em;
    min-width: 140px;
    overflow: hidden
}

.akasha-newsletter.style-05 .submit-newsletter::before {
    position: absolute;
    top: 0;
    left: -100%;
    z-index: 2;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .3) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .3) 100%);
    -webkit-transform: skewX(-45deg);
    -moz-transform: skewX(-45deg);
    -o-transform: skewX(-45deg);
    -ms-transform: skewX(-45deg);
    transform: skewX(-45deg)
}

.akasha-newsletter.style-05 .submit-newsletter:hover::before {
    -webkit-animation: shine .75s;
    animation: shine .75s
}

@media (max-width:1199px) {
    .akasha-newsletter.style-01 .subtitle,
    .akasha-newsletter.style-03 .subtitle {
        font-size: 24px
    }
    .akasha-newsletter.style-05 .newsletter-inner,
    .akasha-newsletter.style-05 .newsletter-inner>* {
        display: block;
        text-align: center
    }
    .akasha-newsletter.style-05 .newsletter-wrap::before {
        float: none;
        padding: 0 0 10px 0;
        display: inline-block;
        font-size: 76px
    }
    .akasha-newsletter.style-05 .desc {
        margin: 0 auto
    }
    .akasha-newsletter.style-05 .newsletter-form-wrap {
        margin: 25px auto 0
    }
}

@media (max-width:767px) {
    .akasha-newsletter.style-01 .desc {
        font-size: 14px
    }
    .akasha-newsletter.style-01 .email-newsletter {
        height: 44px;
        line-height: 42px
    }
    .akasha-newsletter.style-01 .submit-newsletter {
        height: 44px;
        line-height: 44px
    }
    .akasha-newsletter.style-01 .title,
    .akasha-newsletter.style-03 .title {
        font-size: 12px
    }
    .akasha-newsletter.style-01 .subtitle,
    .akasha-newsletter.style-03 .subtitle {
        font-size: 22px
    }
    .akasha-newsletter.style-01 .submit-newsletter,
    .akasha-newsletter.style-02 .submit-newsletter {
        font-size: 11px;
        min-width: 100px
    }
    .akasha-newsletter.style-02 .email-newsletter {
        height: 44px;
        line-height: 44px;
        padding-right: 105px
    }
    .akasha-newsletter.style-02 .submit-newsletter {
        height: 45px;
        line-height: 40px;
        border-radius: 0
    }
}

.akasha-popupvideo .popupvideo-inner {
    overflow: hidden
}

.akasha-popupvideo .popupvideo-wrap {
    float: left;
    width: 100%;
    padding: 35px 0 0 60px
}

.akasha-popupvideo .title {
    font-size: 26px;
    font-weight: 600;
    padding-left: 20px;
    position: relative;
    margin-bottom: 30px;
    margin-top: 0;
    border-left: 2px solid #000
}

.akasha-popupvideo .button {
    display: inline-block;
    min-width: 184px;
    height: 50px;
    line-height: 50px;
    background-color: #000;
    font-weight: 600;
    letter-spacing: .2em;
    text-transform: uppercase;
    font-size: 14px;
    color: #fff;
    text-align: center;
    margin-top: 30px
}

.akasha-popupvideo .button:hover {
    background-color: #000
}

.akasha-popupvideo .icon {
    float: left;
    width: 45%;
    position: relative
}

.akasha-popupvideo .icon .product-video-button {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.akasha-popupvideo .icon .product-video-button a {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 1;
    width: 70px;
    height: 70px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: #fff;
    -webkit-box-shadow: 6px 5px 30px rgba(0, 0, 0, .12);
    -moz-box-shadow: 6px 5px 30px rgba(0, 0, 0, .12);
    box-shadow: 6px 5px 30px rgba(0, 0, 0, .12)
}

.akasha-popupvideo .icon .product-video-button a::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 0;
    height: 0;
    margin: auto;
    display: block;
    border-width: 9px 0 9px 12px;
    border-style: solid;
    border-color: transparent transparent transparent #000
}

.videobox_animation {
    -webkit-animation-play-state: running;
    -moz-animation-play-state: running;
    -o-animation-play-state: running;
    animation-play-state: running;
    z-index: 1;
    border-width: .5px;
    border-style: solid;
    border-color: #e0e0e0;
    opacity: 0;
    -webkit-animation: circles 3.9s linear 0s infinite;
    -moz-animation: circles 3.9s linear 0s infinite;
    -o-animation: circles 3.9s linear 0s infinite;
    animation: circles 3.9s linear 0s infinite;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%
}

.videobox_animation.circle_2 {
    -webkit-animation-delay: 1.3s;
    -moz-animation-delay: 1.3s;
    -o-animation-delay: 1.3s;
    animation-delay: 1.3s
}

.videobox_animation.circle_3 {
    -webkit-animation-delay: 2.6s;
    -moz-animation-delay: 2.6s;
    -o-animation-delay: 2.6s;
    animation-delay: 2.6s
}

@-webkit-keyframes circles {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0
    }
    20% {
        -webkit-transform: scale(1.44);
        transform: scale(1.44);
        opacity: .5
    }
    100% {
        -webkit-transform: scale(3.2);
        transform: scale(3.2);
        opacity: 0
    }
}

@-moz-keyframes circles {
    0% {
        -moz-transform: scale(1);
        transform: scale(1);
        opacity: 0
    }
    20% {
        -moz-transform: scale(1.44);
        transform: scale(1.44);
        opacity: .5
    }
    100% {
        -moz-transform: scale(3.2);
        transform: scale(3.2);
        opacity: 0
    }
}

@-o-keyframes circles {
    0% {
        -o-transform: scale(1);
        transform: scale(1);
        opacity: 0
    }
    20% {
        -o-transform: scale(1.44);
        transform: scale(1.44);
        opacity: .5
    }
    100% {
        -o-transform: scale(3.2);
        transform: scale(3.2);
        opacity: 0
    }
}

@keyframes circles {
    0% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
        opacity: 0
    }
    20% {
        -webkit-transform: scale(1.44);
        -moz-transform: scale(1.44);
        -o-transform: scale(1.44);
        transform: scale(1.44);
        opacity: .5
    }
    100% {
        -webkit-transform: scale(3.2);
        -moz-transform: scale(3.2);
        -o-transform: scale(3.2);
        transform: scale(3.2);
        opacity: 0
    }
}

@media (max-width:1199px) {
    .akasha-popupvideo .title {
        font-size: 16px;
        padding-bottom: 10px;
        margin-bottom: 20px
    }
    .akasha-popupvideo .popupvideo-wrap {
        padding: 20px 0 0 40px
    }
}

@media (max-width:991px) {
    .akasha-popupvideo .icon {
        width: auto;
        display: table
    }
    .akasha-popupvideo .popupvideo-wrap {
        padding: 20px 0 0 0;
        width: 100%
    }
}

.products {
    list-style: none
}

ul.products {
    padding-left: 0
}

.akasha-products ul.products::after,
.akasha-products ul.products::before {
    content: '';
    display: table
}

.akasha-products ul.products::after {
    clear: both
}

.akasha-products .title {
    margin-top: 0
}

.akasha-products:hover .owl-slick .slick-list {
    z-index: 1
}

.akasha-products.style-02 .owl-slick .slick-list,
.akasha-products.style-03 .owl-slick .slick-list,
.akasha-products.style-04 .owl-slick .slick-list,
.akasha-products.style-05 .owl-slick .slick-list {
    padding-top: 15px;
    margin-top: -15px
}

.akasha-products.style-06 .title {
    font-size: 20px;
    font-weight: 600;
    position: relative;
    padding-bottom: 5px;
    padding-left: 13px
}

.akasha-products.style-06 .title::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 20px;
    border-left: 2px solid #000
}

.shop-all {
    margin-top: 20px;
    text-align: center
}

.shop-all a {
    display: inline-block;
    height: 48px;
    line-height: 50px;
    padding: 0 30px;
    text-align: center;
    font-size: 16px;
    letter-spacing: .1em;
    font-weight: 700;
    text-transform: uppercase;
    overflow: hidden;
    position: relative;
    color: #000
}

.shop-all a::before {
    position: absolute;
    content: '';
    left: 15px;
    right: 15px;
    opacity: .6;
    bottom: 0;
    height: 25px;
    background-color: #000;
    z-index: -1;
    -webkit-transition: all .25s ease 0s;
    -moz-transition: all .25s ease 0s;
    -o-transition: all .25s ease 0s;
    transition: all .25s ease 0s
}

.shop-all a:hover::before {
    left: 0;
    right: 0
}

@media (max-width:767px) {
    .akasha-products.style-06 .title {
        font-size: 16px
    }
    .akasha-products.style-06 .owl-slick .slick-arrow {
        top: -55px
    }
    .shop-all {
        margin-top: 10px
    }
}

.akasha-socials .socials-list {
    padding-left: 0;
    list-style: none
}

.akasha-socials.style-01 .social-title {
    margin-top: 0;
    margin-bottom: 15px;
    font-weight: 600;
    position: relative;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: .1em;
    padding-left: 45px
}

.akasha-socials.style-01 .social-title::before {
    content: '';
    position: absolute;
    top: 5px;
    left: 0;
    width: 35px;
    border-bottom: 2px solid #000
}

.akasha-socials.style-01 .socials-list li {
    display: inline-block;
    height: 46px;
    margin-right: 10px;
    margin-top: 8px
}

.akasha-socials.style-01 .socials-list li:last-child {
    margin-right: 0
}

.akasha-socials.style-01 .socials-list li a {
    display: block;
    height: 46px;
    width: 46px;
    font-size: 17px;
    line-height: 48px;
    color: #fff;
    background-color: #1e1e1e;
    text-align: center;
    position: relative;
    overflow: hidden;
    border-radius: 50%
}

.akasha-socials.style-01 .socials-list li a::before {
    content: '';
    position: absolute;
    top: 100%;
    left: -1px;
    right: -1px;
    bottom: -1px;
    -webkit-transition: top .25s ease 0s;
    -moz-transition: top .25s ease 0s;
    -o-transition: top .25s ease 0s;
    transition: top .25s ease 0s;
    background-color: #000
}

.akasha-socials.style-01 .socials-list li a:hover::before {
    top: -1px
}

.akasha-socials.style-01 .socials-list li a i {
    position: relative
}

.akasha-socials.style-02 .social-title {
    margin-top: 0;
    margin-bottom: 20px;
    font-weight: 600;
    position: relative;
    padding-bottom: 7px;
    font-size: 18px;
    color: #fff
}

.akasha-socials.style-02 .social-title::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 40px;
    border-bottom: 2px solid #000
}

.akasha-socials.style-02 .socials-list li {
    display: inline-block;
    height: 40px;
    margin-right: 10px;
    margin-top: 8px
}

.akasha-socials.style-02 .socials-list li:last-child {
    margin-right: 0
}

.akasha-socials.style-02 .socials-list li a {
    display: block;
    height: 40px;
    width: 40px;
    font-size: 20px;
    line-height: 42px;
    color: #000;
    border-radius: 50%;
    text-align: center;
    position: relative
}

.akasha-socials.style-02 .socials-list li a::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    -webkit-transition: opaciy .25s, transform .25s ease 0s;
    -moz-transition: opaciy .25s, transform .25s ease 0s;
    -o-transition: opaciy .25s, transform .25s ease 0s;
    transition: opaciy .25s, transform .25s ease 0s;
    -webkit-transform: scale(.3);
    -moz-transform: scale(.3);
    -ms-transform: scale(.3);
    -o-transform: scale(.3);
    transform: scale(.3);
    opacity: 0;
    visibility: hidden;
    background-color: #000;
    border-radius: 50%
}

.akasha-socials.style-02 .socials-list li a:hover {
    color: #fff
}

.akasha-socials.style-02 .socials-list li a:hover::before {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    visibility: visible
}

.akasha-socials.style-02 .socials-list li a i {
    position: relative
}

.akasha-socials.style-03 .socials-list li {
    display: inline-block;
    height: 46px;
    margin-right: 10px;
    margin-top: 8px
}

.akasha-socials.style-03 .socials-list li:last-child {
    margin-right: 0
}

.akasha-socials.style-03 .socials-list li a {
    display: block;
    height: 46px;
    width: 46px;
    font-size: 17px;
    line-height: 46px;
    color: #111;
    background-color: #fff;
    text-align: center;
    position: relative;
    overflow: hidden;
    border-radius: 50%
}

.akasha-socials.style-03 .socials-list li a:hover {
    color: #fff
}

.akasha-socials.style-03 .socials-list li a::before {
    content: '';
    position: absolute;
    top: 100%;
    left: -1px;
    right: -1px;
    bottom: -1px;
    -webkit-transition: top .25s ease 0s;
    -moz-transition: top .25s ease 0s;
    -o-transition: top .25s ease 0s;
    transition: top .25s ease 0s;
    background-color: #000
}

.akasha-socials.style-03 .socials-list li a:hover::before {
    top: -1px
}

.akasha-socials.style-03 .socials-list li a i {
    position: relative
}

.tab-container {
    position: relative
}

.tab-container .tab-panel {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    height: 1px;
    overflow: hidden
}

.tab-container .tab-panel.active {
    opacity: 1;
    visibility: visible;
    position: static;
    height: auto;
    overflow: inherit
}

.akasha-tabs {
    position: relative;
    z-index: 1
}

.akasha-tabs .tab-link {
    padding-left: 0;
    list-style: none
}

.akasha-tabs .tab-head .title {
    margin-top: 0
}

.akasha-tabs.style-01 .tab-link {
    text-align: center;
    margin-bottom: 25px
}

.akasha-tabs.style-01 .tab-link li {
    display: inline-block;
    padding: 0 20px
}

.akasha-tabs.style-01 .tab-link li a {
    color: #868686;
    font-size: 15px;
    font-weight: 700;
    position: relative;
    display: block;
    padding-bottom: 10px;
    margin-bottom: 15px;
    text-transform: uppercase;
    letter-spacing: .1em
}

.akasha-tabs.style-01 .tab-head .tab-link li a::before {
    content: '';
    position: absolute;
    border-bottom: 2px solid #000;
    width: 100%;
    bottom: 0;
    transition: all .5s;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0)
}

.akasha-tabs.style-01 .tab-link li a:hover,
.akasha-tabs.style-01 .tab-link li.active a {
    color: #000
}

.akasha-tabs.style-01 .tab-link li a:hover::before,
.akasha-tabs.style-01 .tab-link li.active a::before {
    border-color: #000;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1)
}

@media (max-width:1199px) {
    .akasha-tabs.style-01 .tab-link li a {
        padding-bottom: 5px;
        font-size: 20px
    }
    .akasha-tabs.style-01 .tab-link {
        margin-bottom: 10px
    }
}

@media (max-width:767px) {
    .akasha-tabs.style-01 .tab-link li a {
        font-size: 16px
    }
}

.akasha-testimonial .name a:not(:hover) {
    color: inherit
}

.akasha-testimonial.style-01 .testimonial-inner {
    position: relative
}

.akasha-testimonial.style-01 .desc {
    font-size: 24px;
    line-height: 40px;
    margin-bottom: 15px
}

.akasha-testimonial.style-01 .desc::before {
    content: '\f10d';
    font-family: FontAwesome, sans-serif;
    font-size: 32px;
    color: #000;
    background: #fff;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    display: block;
    margin-bottom: 3px
}

.akasha-testimonial.style-01 .testimonial-info {
    text-align: right
}

.akasha-testimonial.style-01 .thumb {
    display: inline-block;
    vertical-align: middle
}

.akasha-testimonial.style-01 .thumb img {
    border-radius: 50%;
    border: 3px solid #000
}

.akasha-testimonial.style-01 .intro {
    display: inline-block;
    vertical-align: middle;
    padding-right: 20px
}

.akasha-testimonial.style-01 .name {
    font-size: 18px;
    font-weight: 600;
    margin-top: 0;
    margin-bottom: 0;
    color: #000
}

.akasha-testimonial.style-01 .name a {
    color: #000
}

.akasha-testimonial.style-01 .position {
    font-size: 13px
}

.akasha-testimonial.style-02 {
    text-align: left
}

.akasha-testimonial.style-02 .testimonial-inner {
    position: relative
}

.akasha-testimonial.style-02 .desc {
    font-size: 24px;
    line-height: 40px;
    color: #000;
    margin-bottom: 15px
}

.akasha-testimonial.style-02 .desc::before {
    content: '\f10d';
    font-family: FontAwesome, sans-serif;
    font-size: 32px;
    color: #000;
    background: #fff;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    display: block;
    margin-bottom: 3px
}

.akasha-testimonial.style-02 .thumb {
    float: left
}

.akasha-testimonial.style-02 .thumb img {
    border-radius: 50%;
    border: 3px solid #000
}

.akasha-testimonial.style-02 .intro {
    display: inline-block;
    vertical-align: middle;
    padding-left: 20px;
    margin-top: 25px
}

.akasha-testimonial.style-02 .name {
    font-size: 18px;
    font-weight: 600;
    margin-top: 0;
    margin-bottom: 0
}

.akasha-testimonial.style-02 .position {
    font-size: 13px;
    color: #7d7d7d
}

@media (max-width:1199px) {
    .akasha-testimonial .desc br {
        display: none
    }
    .akasha-testimonial.style-01 .desc,
    .akasha-testimonial.style-02 .desc {
        font-size: 20px;
        line-height: 32px
    }
}

@media (max-width:991px) {
    .akasha-testimonial.style-01 .desc {
        font-size: 18px
    }
    .slick-vertical {
        padding-right: 25px
    }
}

@media (max-width:767px) {
    .akasha-testimonial.style-01 .thumb,
    .akasha-testimonial.style-02 .thumb {
        max-width: 70px
    }
    .akasha-testimonial.style-02 .intro {
        margin-top: 10px
    }
    .akasha-testimonial.style-01 .desc::before {
        width: 60px;
        height: 60px;
        font-size: 30px;
        line-height: 60px
    }
    .akasha-testimonial.style-01 .desc,
    .akasha-testimonial.style-02 .desc {
        font-size: 16px;
        line-height: 28px
    }
    .akasha-testimonial.style-01 .desc {
        font-size: 16px
    }
    .akasha-testimonial.style-01 .name {
        font-size: 16px
    }
}

.header #banner-adv {
    position: relative
}

.header #banner-adv img {
    min-height: 50px;
    object-fit: cover
}

.header-top {
    background-color: #f3f3f3;
    border-top: 3px solid #000
}

.header-top-inner {
    display: table;
    width: 100%
}

.header-top-inner::after,
.header-top-inner::before {
    content: '';
    display: table
}

.header-top-inner::after {
    clear: both
}

.header-top-inner ul {
    padding-left: 0;
    list-style: none
}

.header-top-inner .top-bar-menu {
    display: table-cell;
    vertical-align: middle
}

.header-top-inner .top-bar-menu {
    width: 40%
}

.header-top-inner .top-bar-menu.right {
    width: 60%;
    text-align: right
}

.header-top-inner .top-bar-menu>.menu-item {
    display: inline-block;
    position: relative;
    text-align: left;
    padding: 12px 20px 12px 0
}

.header-top-inner .top-bar-menu.right .wpml-menu>.menu-item {
    padding-top: 12px;
    padding-bottom: 12px
}

.header-top-inner .top-bar-menu>.menu-item::after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 100%;
    display: none;
    z-index: 1
}

.header-top-inner .top-bar-menu>.menu-item.block-language:hover::after,
.header-top-inner .top-bar-menu>.menu-item:last-child:hover::after {
    display: block
}

.header-top-inner .top-bar-menu>.menu-item a {
    display: block;
    font-size: 13px;
    line-height: 30px;
    font-weight: 500
}

.header-top-inner .top-bar-menu>.menu-item>a>span {
    font-size: 18px;
    padding-right: 7px;
    float: left;
    line-height: 30px;
    -webkit-transition: color .4s ease 0s;
    -moz-transition: color .4s ease 0s;
    -o-transition: color .4s ease 0s;
    transition: color .4s ease 0s
}

.header-top-inner .top-bar-menu>.menu-item:hover>a,
.header-top-inner .top-bar-menu>.menu-item:hover>a>span {
    color: #000
}

.wpml-menu {
    display: inline-block;
    vertical-align: middle;
    padding-left: 0
}

.header.style-02 .wpml-menu,
.header.style-03 .wpml-menu {
    padding-left: 0;
    padding-right: 12px
}

.wpml-menu>li {
    display: inline-block;
    position: relative;
    vertical-align: middle
}

.wpml-menu>.menu-item:not(:last-child) {
    margin-right: 20px
}

.wpml-menu li>a {
    display: block;
    font-size: 15px;
    line-height: 30px;
    font-weight: 500
}

.header-top-inner .top-bar-menu.right .wpml-menu li>a {
    font-size: 13px;
    font-weight: 500
}

.block-language {
    position: relative
}

.block-language>.sub-menu,
.wcml-dropdown .wcml-cs-submenu {
    position: absolute;
    top: 100%;
    left: 0;
    right: auto;
    min-width: 150px;
    background-color: #fff;
    color: #777;
    z-index: 10;
    border: none;
    list-style: none;
    -webkit-transition: margin .4s ease 0s;
    -moz-transition: margin .4s ease 0s;
    -o-transition: margin .4s ease 0s;
    transition: margin .4s ease 0s;
    text-align: left;
    -webkit-box-shadow: 0 3px 18px 0 rgba(0, 0, 0, .05);
    -moz-box-shadow: 0 3px 18px 0 rgba(0, 0, 0, .05);
    box-shadow: 0 3px 18px 0 rgba(0, 0, 0, .05);
    opacity: 0;
    visibility: hidden;
    margin-top: 15px!important;
    padding: 15px 0
}

.header.style-04 .block-language>.sub-menu {
    top: 100%
}

.header-control .block-language>.sub-menu,
.header-control .wcml-dropdown .wcml-cs-submenu {
    right: 0;
    left: auto
}

.block-language:hover>.sub-menu,
.menu-item:hover .wcml-dropdown .wcml-cs-submenu {
    opacity: 1;
    visibility: visible;
    margin-top: 0!important
}

.block-language>.sub-menu .menu-item,
.wcml-dropdown .wcml-cs-submenu li {
    padding: 0 12px
}

.block-language a>img {
    vertical-align: middle;
    margin: -2px 3px 0 0
}

.block-language>a::after {
    display: inline-block;
    vertical-align: top;
    font-family: FontAwesome, sans-serif;
    content: '\f107'
}

.wcml-dropdown {
    width: auto
}

.wcml-dropdown li {
    border: none;
    background-color: transparent
}

.wcml-dropdown>ul {
    position: static;
    padding-left: 0;
    list-style: none
}

.wcml-dropdown a {
    padding: 0;
    line-height: inherit
}

.wcml-dropdown a.wcml-cs-item-toggle {
    padding-right: 0;
    color: #000
}

.wcml-dropdown a.wcml-cs-item-toggle:hover {
    color: #000
}

.block-language>a::before,
.wcml-dropdown a.wcml-cs-item-toggle::before {
    content: '';
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    height: 100%;
    display: none
}

.block-language:hover>a::before,
.wcml-dropdown:hover a.wcml-cs-item-toggle::before {
    display: block
}

.wcml-dropdown a.wcml-cs-item-toggle::after {
    vertical-align: top;
    position: static;
    font-family: FontAwesome, sans-serif;
    content: '\f107';
    border: none;
    margin-left: 4px
}

.wcml-dropdown .wcml-cs-submenu li {
    border: none
}

.wcml-dropdown .wcml-cs-submenu li>a {
    color: #000
}

.wcml-dropdown .wcml-cs-submenu li:hover>a {
    color: #000
}

.wcml-dropdown li:focus,
.wcml-dropdown li:hover {
    background-color: transparent
}

.akasha .wcml-dropdown.product {
    margin: 0
}

@media (max-width:1024px) {
    .block-language.open>.sub-menu {
        opacity: 1;
        visibility: visible;
        margin-top: 0!important
    }
}

@media (max-width:991px) {
    .header-top-inner {
        display: block;
        padding: 8px 0
    }
    .header-top-inner .top-bar-menu,
    .header-top-inner .top-bar-menu.right {
        width: 100%;
        text-align: center;
        display: block
    }
}

@media (max-width:767px) {
    .header-top {
        display: none
    }
}

.block-menu-bar {
    vertical-align: middle;
    display: none;
    font-size: 0
}

.block-menu-bar .menu-bar {
    display: block;
    height: 41px;
    line-height: 37px;
    width: 30px;
    padding: 15px 7px 13px 0
}

.block-menu-bar .menu-bar span {
    width: 100%;
    display: block;
    border-bottom: 2px solid
}

.block-menu-bar .menu-bar span:not(:last-child) {
    margin-bottom: 4px
}

.block-menu-bar .menu-bar:hover span {
    background-color: #000
}

@media (max-width:1024px) {
    .block-menu-bar {
        display: inline-block
    }
}

.box-header-nav .main-menu {
    padding: 0;
    list-style: none
}

.block-nav-category~.box-header-nav .main-menu {
    padding-left: 35px
}

.box-header-nav .main-menu .menu-item {
    list-style: none;
    position: relative
}

.header.style-04 .box-header-nav .main-menu .menu-item:hover>a {
    color: #fff
}

.box-header-nav .main-menu>.menu-item {
    cursor: pointer
}

.box-header-nav .main-menu>.menu-item>a {
    font-size: 16px;
    font-weight: 600;
    line-height: 60px;
    vertical-align: middle;
    position: relative;
    display: inline-block;
    /* text-transform: capitalize; */
    color: #363636;
}

.box-header-nav .main-menu .menu-item>a>.icon {
    font-size: 14px;
    margin-right: 4px
}

.box-header-nav .main-menu .menu-item>a>.image {
    z-index: 1;
    line-height: 0;
    float: right;
    margin-left: 3px
}

.box-header-nav .main-menu .menu-item .submenu {
    padding-left: 0;
    text-align: left;
    -webkit-transition: opacity .25s ease 0s;
    -moz-transition: opacity .25s ease 0s;
    -o-transition: opacity .25s ease 0s;
    transition: opacity .25s ease 0s;
    -webkit-box-shadow: 0 3px 18px 0 rgba(0, 0, 0, .05);
    -moz-box-shadow: 0 3px 18px 0 rgba(0, 0, 0, .05);
    box-shadow: 0 3px 18px 0 rgba(0, 0, 0, .05);
    z-index: 999
}

.box-header-nav .main-menu .menu-item .submenu.megamenu-blog {
    background: url(../images/blog-bg.jpg)
}

.box-header-nav .main-menu>.menu-item .submenu:not(.megamenu) {
    padding-top: 22px;
    padding-bottom: 22px
}

.box-header-nav .main-menu>.menu-item .submenu:not(.megamenu) .menu-item {
    padding: 0 20px 0 20px
}

.box-header-nav .main-menu>.menu-item .submenu.megamenu>div {
    padding: 12px 10px;
    margin: 0
}

.box-header-nav .main-menu>.menu-item .submenu.megamenu>div>.row {
    margin: 0
}

.box-header-nav .main-menu>.menu-item .submenu .menu-item::before {
    content: '';
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: -webkit-calc(100% + 10px);
    width: -moz-calc(100% + 10px);
    width: calc(100% + 10px);
    height: 100%;
    z-index: -1
}

.box-header-nav .main-menu>.menu-item .submenu .menu-item:hover::before {
    display: block
}

.box-header-nav .main-menu>.menu-item .submenu .menu-item a {
    line-height: 34px;
    display: inline-block;
    position: relative
}

.box-header-nav .main-menu .menu-item .submenu .menu-item a {
    color: #868686
}

.box-header-nav .main-menu .menu-item .submenu .menu-item:hover>a {
    color: #000
}

.box-header-nav .main-menu .toggle-submenu {
    display: none;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 19px;
    cursor: pointer;
    color: #000
}

.box-header-nav .main-menu .menu-item:hover>.toggle-submenu {
    color: #000
}

.box-header-nav .main-menu>.menu-item {
    padding: 0 20px;
    display: inline-block
}

.box-header-nav .main-menu>.menu-item.parent::before {
    display: none;
    width: 100%;
    height: 100%;
    content: '';
    position: absolute;
    top: 100%;
    left: 0
}

.box-header-nav .main-menu>.menu-item.parent:hover::before {
    display: block
}

.box-header-nav .main-menu .menu-item .submenu {
    position: absolute;
    min-width: 245px;
    background-color: #fff;
    opacity: 0;
    visibility: hidden
}

.box-header-nav .main-menu .menu-item:hover>.submenu {
    opacity: 1;
    visibility: visible
}

.box-header-nav .main-menu>.menu-item>.submenu {
    top: 100%;
    left: -1px;
    border-radius: 10px
}

.box-header-nav.menu-center .main-menu>.menu-item:hover>.submenu {
    margin-top: 0
}

.box-header-nav.menu-nocenter .main-menu>.menu-item:hover>.submenu {
    margin-left: 0
}

.box-header-nav .main-menu>.menu-item>.submenu .submenu {
    top: -23px;
    left: 100%
}

.box-header-nav.menu-center .main-menu .submenu .menu-item:hover>.submenu {
    margin-top: 0
}

.box-header-nav .main-menu .submenu .menu-item:hover>.submenu {
    margin-left: 0
}

.box-header-nav .main-menu .toggle-submenu::before {
    display: block;
    content: '\f107';
    font-family: FontAwesome, sans-serif;
    height: 52px;
    line-height: 50px;
    width: 25px;
    text-align: center;
    font-size: 18px;
    z-index: 10
}

.box-header-nav .main-menu .submenu .toggle-submenu {
    display: block
}

.box-header-nav .main-menu .submenu .toggle-submenu::before {
    height: 30px;
    line-height: 30px;
    width: 30px;
    font-size: 14px;
    content: '\f105'
}

.box-header-nav .main-menu>.menu-item.menu-item-right {
    float: right;
    padding-left: 35px
}

.box-header-nav .main-menu>.menu-item.menu-item-right>a {
    color: #868686
}

.box-header-nav .main-menu>.menu-item.menu-item-right:hover>a {
    color: #000
}

.box-header-nav .main-menu .menu-item.menu-item-right>a>span {
    font-size: 24px;
    position: absolute;
    left: -35px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%)
}

@media (max-width:1499px) {
    .box-header-nav .main-menu>.menu-item {
        padding: 0 13px
    }
}

@media (max-width:1024px) {
    .box-header-nav .main-menu {
        opacity: 0;
        visibility: hidden
    }
}

.header-search {
    display: inline-block;
    vertical-align: middle
}

.header-search .link-dropdown {
    font-size: 23px;
    display: block;
    width: 40px;
    line-height: 60px;
    height: 60px;
    text-align: center
}

@media(max-width:1024px) {
    .header-search .link-dropdown {
        padding-top: 3px
    }
}

.akasha-dropdown .block-search {
    text-align: left;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    z-index: 99999;
    opacity: 0;
    visibility: hidden;
    padding: 120px 20px 20px 20px;
    -webkit-transition: opacity .25s ease 0s;
    -moz-transition: opacity .25s ease 0s;
    -o-transition: opacity .25s ease 0s;
    transition: opacity .25s ease 0s
}

.akasha-dropdown~.akasha-dropdown-close {
    position: fixed;
    z-index: 999999;
    top: 45px;
    right: 45px;
    display: block;
    cursor: pointer;
    width: 40px;
    height: 40px;
    font-size: 0;
    opacity: 0;
    visibility: hidden;
    color: #000;
    -webkit-transition: opacity .25s ease 0s;
    -moz-transition: opacity .25s ease 0s;
    -o-transition: opacity .25s ease 0s;
    transition: opacity .25s ease 0s
}

.akasha-dropdown~.akasha-dropdown-close:hover {
    color: #000
}

.akasha-dropdown.open .block-search,
.akasha-dropdown.open~.akasha-dropdown-close {
    opacity: 1;
    visibility: visible
}

.akasha-dropdown~.akasha-dropdown-close::after,
.akasha-dropdown~.akasha-dropdown-close::before {
    border-bottom: 2px solid;
    content: "";
    position: absolute;
    left: 5px;
    top: 19px;
    width: 30px
}

.akasha-dropdown~.akasha-dropdown-close::before {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.akasha-dropdown~.akasha-dropdown-close::after {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg)
}

.akasha-dropdown .block-search-form {
    max-width: 100%;
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
    display: table
}

.akasha-dropdown .block-search-form>* {
    display: table-cell;
    vertical-align: middle
}

.akasha-dropdown .akasha-live-search-form .txt-livesearch {
    border-bottom: 1px solid #bababa;
    font-size: 22px;
    border-radius: 0
}

.akasha-dropdown .akasha-live-search-form .suggestion-search {
    font-size: 35px
}

.akasha-dropdown .block-search .form-search .category {
    padding: 0 10px
}

.akasha-dropdown .block-search .form-search .category .chosen-container {
    border-bottom: 1px solid #bababa
}

.akasha-dropdown .category .chosen-container-single .chosen-single span {
    margin: 0;
    font-size: 22px;
    color: #000
}

.akasha-dropdown .block-search-form .btn-submit {
    background-color: #fff;
    color: #000;
    font-size: 22px;
    height: 56px;
    line-height: 56px
}

.akasha-dropdown .block-search-form .btn-submit:hover {
    color: #000
}

.akasha-live-search-form {
    position: relative
}

.akasha-live-search-form .search-box {
    position: relative
}

.akasha-live-search-form.loading .search-box::before {
    content: '';
    width: 25px;
    height: 25px;
    margin: auto;
    border: 3px solid #ccc;
    border-top-color: #000;
    border-radius: 50%;
    -webkit-animation: fa-spin 2s infinite linear;
    -o-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear;
    position: absolute;
    top: 13px;
    right: 5px;
    cursor: wait
}

.akasha-live-search-form .not-results-search,
.akasha-live-search-form .products-search {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background-color: #fff;
    -webkit-box-shadow: 0 3px 18px 0 rgba(0, 0, 0, .05);
    -moz-box-shadow: 0 3px 18px 0 rgba(0, 0, 0, .05);
    box-shadow: 0 3px 18px 0 rgba(0, 0, 0, .05);
    z-index: 100;
    border-top: 2px solid #000;
    margin-top: 12px
}

.akasha-live-search-form .not-results-search {
    padding: 14px 17px
}

.akasha-live-search-form .suggestion-search {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: -1;
    padding: 10px 27px;
    color: #ccc;
    line-height: 36px
}

.akasha-live-search-form .product-search-item {
    overflow: hidden;
    padding: 12px 15px
}

.akasha-live-search-form .product-search-item:not(:last-child) {
    border-bottom: 1px solid #e8e8e8
}

.akasha-live-search-form .view-all {
    padding: 12px 15px;
    text-align: center;
    width: 100%
}

.akasha-live-search-form .product-image {
    width: 60px;
    float: left
}

.akasha-live-search-form .product-title-price {
    overflow: hidden;
    padding-left: 15px
}

.akasha-live-search-form .product-title {
    font-size: 16px;
    font-weight: 600
}

.akasha-live-search-form .product-price {
    font-size: 16px;
    color: #000
}

.akasha-live-search-form .product-price del {
    font-size: 16px;
    color: #868686
}

.akasha-live-search-form .product-price ins {
    color: #000;
    float: left;
    margin-right: 5px;
    text-decoration: none
}

.akasha-live-search-form .txt-livesearch {
    width: 100%;
    height: 56px;
    line-height: 56px;
    padding: 0 27px;
    border: none
}

.akasha-live-search-form .keyword-current {
    background-color: #000;
    color: #fff;
    display: inline-block;
    padding: 0 3px
}

.live-search-widget.widget .akasha-live-search-form {
    border-width: 1px
}

.live-search-widget.widget .akasha-live-search-form .txt-livesearch {
    height: 42px;
    line-height: 42px
}

.live-search-widget .akasha-live-search-form .products-search {
    left: 0;
    right: 0
}

.block-search .form-search .category {
    width: 193px;
    position: relative
}

.chosen-results>.scroll-element,
.chosen-results>.scroll-element div {
    background: 0 0;
    border: none;
    margin: 0;
    padding: 0;
    position: absolute;
    z-index: 10
}

.chosen-results>.scroll-element div {
    display: block;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%
}

.chosen-results>.scroll-element .scroll-element_track {
    display: none
}

.chosen-results>.scroll-element .scroll-bar {
    background-color: #6c6e71;
    display: block;
    opacity: 0;
    -webkit-transition: opacity .2s linear;
    -moz-transition: opacity .2s linear;
    -o-transition: opacity .2s linear;
    transition: opacity .2s linear
}

.chosen-results>.scroll-element .scroll-bar:hover {
    background-color: #000
}

.chosen-results:hover>.scroll-element .scroll-bar,
.chosen-results>.scroll-element.scroll-draggable .scroll-bar {
    opacity: .7
}

.chosen-results>.scroll-element.scroll-x {
    bottom: 0;
    height: 0;
    left: 0;
    min-width: 100%;
    overflow: visible;
    width: 100%
}

.chosen-results>.scroll-element.scroll-y {
    height: 100%;
    min-height: 100%;
    right: 0;
    top: 0;
    width: 0
}

.chosen-results>.scroll-element.scroll-x .scroll-bar {
    height: 7px;
    min-width: 10px;
    top: -9px
}

.chosen-results>.scroll-element.scroll-y .scroll-bar {
    left: -9px;
    min-height: 10px;
    width: 7px;
    border-radius: 7px
}

.chosen-results>.scroll-element.scroll-x .scroll-element_outer {
    left: 2px
}

.chosen-results>.scroll-element.scroll-x .scroll-element_size {
    left: -4px
}

.chosen-results>.scroll-element.scroll-y .scroll-element_outer {
    top: 2px
}

.chosen-results>.scroll-element.scroll-y .scroll-element_size {
    top: -4px
}

.chosen-results>.scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
    left: -11px
}

.chosen-results>.scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
    top: -11px
}

.category .chosen-container {
    margin-bottom: 0;
    text-align: left;
    width: 100%!important;
    position: relative
}

.category .chosen-container-single .chosen-single {
    border: none;
    border-radius: 0;
    padding: 0 40px 0 20px;
    max-width: 100%;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    background: 0 0;
    height: 55px;
    line-height: 55px
}

.category .chosen-container-single .chosen-single span {
    margin: 0;
    font-size: 14px;
    color: #868686
}

.category .chosen-container-single .chosen-single div {
    width: 31px
}

.category .chosen-container-single .chosen-single div b {
    background: 0 0!important;
    position: relative
}

.category .chosen-container-single .chosen-single div b::before {
    display: block;
    content: '';
    width: 0;
    height: 0;
    border-width: 6px 5px;
    border-style: solid;
    border-color: #000 transparent transparent transparent;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-25%);
    -moz-transform: translateY(-25%);
    -ms-transform: translateY(-25%);
    -o-transform: translateY(-25%);
    transform: translateY(-25%);
    right: 10px
}

.category .chosen-container-active.chosen-with-drop .chosen-single {
    border: none;
    background: #fff;
    -webkit-box-shadow: none!important;
    -moz-box-shadow: none!important;
    box-shadow: none!important
}

.category .chosen-container .chosen-drop {
    padding: 12px 0 12px 9px;
    border-radius: 0;
    background: #fff;
    margin-top: 0;
    -webkit-box-shadow: 0 3px 18px 0 rgba(0, 0, 0, .05);
    -moz-box-shadow: 0 3px 18px 0 rgba(0, 0, 0, .05);
    box-shadow: 0 3px 18px 0 rgba(0, 0, 0, .05);
    border: none;
    left: 0;
    width: calc(100% + 68px)
}

.category .chosen-container li {
    font-size: 15px;
    line-height: 28px;
    color: #000;
    padding: 2px 0 2px 17px;
    position: relative;
    -webkit-transition: color .4s ease 0s;
    -moz-transition: color .4s ease 0s;
    -o-transition: color .4s ease 0s;
    transition: color .4s ease 0s
}

.category .chosen-container li::before {
    content: '+';
    position: absolute;
    font-size: 18px;
    color: #b7b7b7;
    top: 0;
    left: 0;
    -webkit-transition: color .25s ease 0s;
    -moz-transition: color .25s ease 0s;
    -o-transition: color .25s ease 0s;
    transition: color .25s ease 0s
}

.category .chosen-container li.level-1::before {
    left: 13px
}

.category .chosen-container .chosen-results li.highlighted {
    background: 0 0;
    color: #000
}

.category .chosen-container .chosen-results li.highlighted::before {
    color: #000
}

.category .chosen-container-single .chosen-search {
    display: none
}

.header-control {
    text-align: right
}

.header-control-inner {
    display: inline-block
}

.meta-dreaming {
    text-align: right
}

.block-minicart .cart_list>.scroll-element .scroll-bar:hover {
    background-color: #000
}

.admin-bar .header-position.fixed {
    top: 32px
}

@media (max-width:1280px) {
    .header-position,
    .header.style-01 .header-logo {
        padding: 2px 0
    }
}

.header.style-04 .header-nav {
    background-color: #000;
    text-align: center
}

.header.style-04 .box-header-nav .main-menu>.menu-item:first-child {
    padding-left: 0
}

@media (max-width:767px) {
    .header-mobile .akasha-live-search-form .txt-livesearch {
        padding: 0 20px 0 28px
    }
}

@media(max-width:600px) {
    .main-container {
        /* padding-top: 35px; */
        padding-bottom: 40px
    }
}

.banner-wrapper.has_background img {
    width: 100%
}


.breadcrumbs {
    width: 1800px;
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    margin: 0 auto 0;
    font-weight: 600;
    font-size: 11px
}

body.single .breadcrumbs {
    text-align: left
}

.breadcrumbs .breadcrumb {
    list-style: none;
    background-color: transparent;
    margin-bottom: 0;
    display: block;
    /* float: left; */
    padding-top: 10px
}

.breadcrumbs .breadcrumb li {
    display: inline-block;
    /* color: #adadad; */
    color: #9bd4ab;
    text-transform: uppercase
}

.breadcrumbs .breadcrumb li+li::before {
    font-family: FontAwesome, sans-serif;
    color: #666;
    padding-left: 13px;
    padding-right: 10px
}

.breadcrumbs .breadcrumb li a:not(:hover) {
    color: #000;
}

.akasha-breadcrumb {
    color: #666;
    width: 1800px;
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    margin: 25px auto 0;
    text-align: center;
    font-weight: 600
}

body.single-product .akasha-breadcrumb {
    text-align: left
}

.akasha-breadcrumb a:not(:hover) {
    color: #000
}

.akasha-breadcrumb i {
    padding-left: 11px;
    padding-right: 11px;
    color: #868686
}

@media (max-width:1199px) {
    .akasha-breadcrumb {
        padding-left: 15px;
        padding-right: 15px
    }
}

#widget-area .count {
    font-weight: 500;
    float: right
}

#widget-area a:not(:hover) {
    color: #414141
}

@media (min-width:992px) {
    .left-sidebar .main-content {
        order: 2
    }
}

#widget-area .widget:not(:last-child) {
    margin-bottom: 50px
}

#widget-area .widgettitle {
    font-size: 20px;
    margin-bottom: 25px;
    position: relative;
    margin-top: -2px;
    z-index: 1;
    padding-bottom: 15px;
    font-family: 'Playfair Display'
}

#widget-area .widgettitle::before {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0;
    border-bottom: 2px solid #000;
    width: 50px
}

#widget-area .widgettitle a {
    color: inherit
}

#widget-area .widget ol,
#widget-area .widget ul {
    padding: 0 0 8px 0;
    list-style: none
}

#widget-area .widget ol ol,
#widget-area .widget ol ul,
#widget-area .widget ul ol,
#widget-area .widget ul ul {
    padding: 0 0 0 17px;
    margin-top: 8px;
    border-bottom: none
}

#widget-area .widget ul li {
    list-style: none;
    padding-top: 8px;
    padding-bottom: 8px
}

#widget-area .widget ul li:last-child {
    padding-bottom: 0
}

#widget-area .widget p:last-child {
    margin-bottom: 0
}

#widget-area .widget label:not(.screen-reader-text) {
    width: 100%;
    margin: 15px 0
}

.akasha-widget-layered-nav-list li.chosen a,
.widget_categories .cat-item.current-cat>a,
.widget_pages .page_item.current_page_item>a,
.widget_product_categories .cat-item.current-cat>a {
    color: #000
}

#widget-area .widget.widget_search .widgettitle {
    display: none
}

.widget_product_search .akasha-product-search,
.widget_search .search-form {
    position: relative
}

.widget_product_search .akasha-product-search .search-field,
.widget_search .search-form input {
    width: 100%;
    height: 46px;
    line-height: 44px;
    padding-right: 65px
}

.widget_product_search .akasha-product-search button[type=submit],
.widget_search .search-form button {
    position: absolute;
    top: 0;
    right: 0;
    height: 46px;
    line-height: 46px;
    width: 60px;
    overflow: hidden;
    font-size: 0;
    background-color: transparent;
    border-radius: 0 30px 30px 0;
    color: #000
}

.widget_product_search .akasha-product-search button[type=submit]::before,
.widget_search .search-form button::before {
    content: "\f100";
    font-family: Flaticon, sans-serif;
    font-size: 21px
}

.widget_product_search .akasha-product-search button[type=submit]:hover,
.widget_search .search-form button:hover {
    color: #000
}

.widget-akasha-socials .socials-list {
    padding: 0!important
}

#widget-area .widget.widget-akasha-socials .socials-list li {
    padding: 3px 5px 3px 0;
    display: inline-block
}

.widget-akasha-socials .socials-list li:last-child {
    padding-right: 0
}

.widget-akasha-socials .socials-list li a {
    display: block;
    width: 46px;
    height: 46px;
    color: #fff!important;
    background-color: #1e1e1e;
    font-size: 0;
    text-align: center;
    border-radius: 50%;
    position: relative
}

.widget_price_filter .button {
    border-radius: 4px
}

.blog-grid~.pagination {
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px
}

.product-inner,
.product-thumb,
.thumb-link {
    position: relative
}

.product-thumb img {
    margin: 0 auto;
    border-radius: 0;
    max-height: 40vh;
}

.product-inner .second-image {
    bottom: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    right: 0;
    top: 0;
    transition: all .3s linear 0s;
    -o-transition: all .3s linear 0s;
    -webkit-transition: all .3s linear 0s
}

.product-inner:hover .second-image {
    opacity: 1;
    visibility: visible
}

@media (max-width:1199px) {
    .product-thumb img {
        width: 100%
    }
}

.yith-wcqv-button {
    font-size: 0;
    display: inline-block;
    vertical-align: top;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center
}

.yith-wcqv-button:not(:hover) {
    color: inherit
}

.yith-wcqv-button::before {
    font-family: Flaticon, sans-serif;
    content: '\f12d';
    font-size: 20px;
    font-weight: 400;
    vertical-align: middle
}

body.admin-bar #yith-quick-view-modal {
    top: 32px
}

html.yith-quick-view-is-open,
html.yith-quick-view-is-open body {
    overflow: hidden
}

#yith-quick-view-modal {
    position: fixed;
    visibility: hidden;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1400;
    opacity: 0;
    text-align: center;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s
}

#yith-quick-view-modal:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    height: 100%;
    width: 0
}

#yith-quick-view-modal .yith-quick-view-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, .6)
}

#yith-quick-view-modal .yith-wcqv-wrapper {
    display: inline-block;
    vertical-align: middle;
    visibility: hidden;
    text-align: left;
    width: calc(100% - 30px)!important;
    height: auto!important;
    max-width: 920px
}

#yith-quick-view-modal .yith-wcqv-main {
    -webkit-transform: translateY(20%);
    -moz-transform: translateY(20%);
    -ms-transform: translateY(20%);
    transform: translateY(20%);
    opacity: 0;
    height: 100%;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
    -webkit-box-shadow: 0 0 0 10px rgba(255, 255, 255, .2);
    box-shadow: 0 0 0 10px rgba(255, 255, 255, .2);
    background-color: #fff
}

#yith-quick-view-modal.open,
#yith-quick-view-modal.open .yith-wcqv-wrapper {
    visibility: visible;
    opacity: 1
}

#yith-quick-view-modal #yith-quick-view-content {
    height: 100%
}

#yith-quick-view-modal .akasha-product-gallery .akasha-product-gallery__trigger {
    display: none
}

#yith-quick-view-modal .yith-wcqv-main:after,
#yith-quick-view-modal .yith-wcqv-main:before {
    content: '';
    display: table;
    clear: both
}

#yith-quick-view-modal.open .yith-wcqv-main {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    height: 100%;
    position: relative;
    box-shadow: none
}

#yith-quick-view-modal.open .yith-wcqv-main::after,
#yith-quick-view-modal.open .yith-wcqv-main::before {
    content: '';
    display: table
}

#yith-quick-view-modal.open .yith-wcqv-main::after {
    clear: both
}

#yith-quick-view-modal .akasha-product-gallery {
    float: none!important;
    margin-bottom: 0
}

#yith-quick-view-close {
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
    width: 40px;
    height: 40px;
    display: block;
    z-index: 11;
    font-size: 0
}

#yith-quick-view-close::after,
#yith-quick-view-close::before {
    border-bottom: 2px solid;
    content: "";
    position: absolute;
    left: 12px;
    top: 19px;
    width: 17px
}

#yith-quick-view-close::before {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

#yith-quick-view-close::after {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg)
}

#yith-quick-view-close:not(:hover) {
    color: #000
}

#yith-quick-view-content div.images {
    width: 50%;
    float: left!important;
    opacity: 1!important
}

#yith-quick-view-modal div.entry-summary {
    position: absolute;
    top: 30px;
    bottom: 25px;
    right: 0;
    padding: 0 30px;
    height: auto;
    overflow-y: auto;
    width: 50%;
    float: left
}

#yith-quick-view-content div.akasha-product-rating:after,
#yith-quick-view-content div.akasha-product-rating:before {
    content: '';
    display: table;
    clear: both
}

#yith-quick-view-content div.akasha-product-rating a.akasha-review-link {
    display: none
}

#yith-quick-view-content .onsale {
    left: 10px;
    top: 10px;
    position: absolute
}

body.admin-bar #yith-quick-view-modal {
    top: 32px
}

@media (max-width:767px) {
    .yith-wcqv-button {
        display: none!important
    }
    body.admin-bar #yith-quick-view-modal {
        top: 46px
    }
    #yith-quick-view-close,
    #yith-quick-view-modal #yith-quick-view-content .summary-content>:not(.price),
    #yith-quick-view-modal .price {
        color: #fff
    }
    #yith-quick-view-modal #yith-quick-view-content label {
        color: inherit
    }
    #yith-quick-view-content div.images,
    #yith-quick-view-content div.summary {
        margin: 0 auto;
        padding: 15px;
        width: 100%;
        float: none!important
    }
    #yith-quick-view-content::before {
        content: "";
        display: inline-block;
        background-color: rgba(0, 0, 0, .6);
        position: absolute;
        width: 100%;
        height: 100%;
        z-index: 1
    }
    #yith-quick-view-modal .entry-summary {
        z-index: 1
    }
}

@media (max-width:600px) {
    body.admin-bar #yith-quick-view-modal {
        top: 0
    }
    .mob_top {
        margin-top: -13px
    }
}

.product-item .flash {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1
}

.product-item {
    margin-bottom: 2px !important;
}

.onnew,
.onsale,
.sold-out {
    color: #fff;
    display: table;
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 5px;
    padding-left: 5px;
    padding-right: 5px;
    position: relative;
    min-width: 50px;
    text-align: center
}

.onnew span,
.onsale span,
.sold-out span {
    height: 22px;
    line-height: 22px;
    display: block
}

.onnew {
    background-color: #000;
    display: none
}

.onsale {
    background-color: var(--theme-color);
    border-top-left-radius: 8px;
    border-bottom-right-radius: 8px
}

.sold-out {
    background-color: #b6b6b6
}

.cat-list {
    font-size: 12px;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: .1em;
    margin: -5px 0 5px 0;
    height: 24px;
    overflow: hidden;
    text-transform: uppercase
}

.cat-list a:not(:hover) {
    color: #868686
}

.product-name {
    font-size: 15px;
    font-weight: 500;
    margin-top: 3px;
    margin-bottom: 6px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden
}

.product-name_home {
    font-size: 14px;
    font-weight: 500;
    margin-top: 13px;
    margin-bottom: 15px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-align: center;
    padding: 0 5px;
    color: #000
}

.product-name a:not(:hover) {
    color: inherit
}

.price {
    display: inline-block;
    font-size: 14px;
    color: #000
}

.price del {
    font-size: 14px;
    color: #8a8a8a
}

.price ins {
    color: #000;
    margin-right: 5px;
    text-decoration: none
}

.product-item .price {
    font-weight: 600
}

.product-item .variations_form {
    top: 10px;
    right: 10px;
    position: absolute
}

.product-item .variations_form .data-val a {
    display: table
}

.product-item.style-01 .variations_form {
    top: auto;
    right: auto;
    left: 10px;
    bottom: 10px
}

.group-button a {
    display: inline-block
}

.add-to-cart {
    min-width: 40px;
    height: 40px;
    line-height: 42px;
    text-align: center;
    display: inline-block
}

.tooltip {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden
}

.add-to-cart a {
    font-size: 0;
    display: block;
    height: 40px
}

.add-to-cart a:not(:hover) {
    color: inherit
}

.add-to-cart a::before {
    font-family: Flaticon, sans-serif;
    content: "\f102";
    font-size: 21px;
    font-weight: 400;
    position: relative;
    top: -2px
}

.add_to_cart_button.loading {
    cursor: wait
}

.add_to_cart_button.loading::before {
    font-family: FontAwesome, sans-serif;
    font-weight: 400;
    -webkit-animation: fa-spin 1s infinite steps(8);
    animation: fa-spin 1s infinite steps(8);
    content: "\f110";
    font-size: 18px;
    display: inline-block
}

.add-to-cart a.added {
    display: none
}

.add-to-cart a.added_to_cart::before {
    font-family: Flaticon, sans-serif;
    font-size: 16px;
    content: "\f130"
}

.yith-wcwl-add-to-wishlist {
    position: relative;
    margin-top: 0;
    width: 40px;
    height: 40px;
    display: inline-block;
    line-height: 40px
}

.yith-wcwl-add-to-wishlist a {
    font-size: 0;
    display: block;
    height: 40px
}

.yith-wcwl-add-to-wishlist a:not(:hover) {
    color: inherit
}

.yith-wcwl-add-to-wishlist .feedback {
    display: none
}

.yith-wcwl-add-to-wishlist .ajax-loading {
    display: none!important
}

.add_to_wishlist::before {
    font-family: FontAwesome, sans-serif;
    content: '\f08a';
    font-weight: 400;
    font-size: 18px;
    color: red;
    cursor: pointer
}

.add_to_wishlist:hover::before {
    color: red
}

.wishlisted::before {
    font-family: FontAwesome, sans-serif;
    content: '\f004';
    font-weight: 400;
    font-size: 18px;
    color: red;
    cursor: pointer
}

.add_to_wishlist.loading {
    cursor: wait
}

.add_to_wishlist.loading::before {
    font-family: FontAwesome, sans-serif;
    font-weight: 400;
    -webkit-animation: fa-spin 1s infinite steps(8);
    animation: fa-spin 1s infinite steps(8);
    content: "\f110";
    font-size: 18px;
    display: inline-block;
    vertical-align: middle
}

.yith-wcwl-wishlistaddedbrowse a::before,
.yith-wcwl-wishlistexistsbrowse a::before {
    font-family: FontAwesome, sans-serif;
    font-weight: 400;
    content: "\f004";
    font-size: 18px
}

#yith-wcwl-popup-message {
    margin: 0!important;
    background-color: #000;
    color: #fff;
    border: none;
    top: 50px;
    left: 40px;
    padding: 10px 25px;
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, .2)
}

#yith-wcwl-message {
    color: #fff
}

.compare-button {
    width: 40px;
    height: 40px;
    display: inline-block;
    text-align: center;
    line-height: 40px
}

.compare-button .compare {
    display: block
}

.compare {
    display: inline-block;
    font-size: 0;
    text-align: center;
    height: 40px
}

.compare:not(:hover) {
    color: inherit
}

.compare::before {
    font-family: FontAwesome, sans-serif;
    content: '\f0ec';
    font-size: 16px
}

.compare.added::before {
    font-family: Flaticon, sans-serif;
    font-size: 18px;
    content: "\f130"
}

.compare .blockOverlay,
.product-item.style-04 .yith-wcqv-button .blockOverlay {
    background: #fff!important;
    opacity: 1!important;
    border-radius: 50%
}

.compare .blockOverlay::before,
.product-item.style-01 .yith-wcqv-button .blockOverlay::before,
.product-item.style-04 .yith-wcqv-button .blockOverlay::before {
    font-family: FontAwesome, sans-serif;
    font-weight: 400;
    -webkit-animation: fa-spin 1s infinite steps(8);
    animation: fa-spin 1s infinite steps(8);
    content: "\f110";
    font-size: 21px;
    display: inline-block;
    vertical-align: middle
}

.product-item.style-01 .compare .blockOverlay,
.product-item.style-01 .yith-wcqv-button .blockOverlay,
.product-item.style-05 .compare .blockOverlay,
.product-item.style-05 .yith-wcqv-button .blockOverlay {
    background: #000!important;
    opacity: 1!important
}

.star-rating {
    white-space: nowrap;
    line-height: 100%;
    display: block;
    font-size: 0;
    position: relative;
    overflow: hidden;
    width: 90px;
    letter-spacing: 5px
}

.star-rating span::before,
.star-rating::before {
    font-family: FontAwesome, sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 22px
}

.star-rating span {
    overflow: hidden;
    float: left;
    top: 0;
    left: 0;
    position: absolute;
    line-height: 100%
}

.star-rating::before {
    content: "\f006\f006\f006\f006\f006";
    color: #cfcfcf
}

.star-rating>span::before {
    content: "\f005\f005\f005\f005\f005";
    color: #000
}

.rating-wapper .star-rating {
    display: inline-block;
    vertical-align: top
}

.rating-wapper .review {
    vertical-align: top;
    display: inline-block;
    line-height: 22px;
    font-size: 14px;
    padding-left: 4px;
    color: #999;
    display: none
}

.process-valiable {
    margin-bottom: 25px
}

.process-valiable .valiable-text {
    overflow: hidden;
    margin-bottom: 11px;
    font-size: 12px
}

.process-valiable .valiable-text .text:first-child {
    float: left;
    padding-right: 10px
}

.process-valiable .valiable-text .text:last-child {
    float: right;
    padding-right: 2px
}

.process-valiable .valiable-text .text span {
    color: #000
}

.process-valiable .valiable-total {
    height: 13px;
    position: relative;
    display: block;
    margin-right: 4px
}

.process-valiable .valiable-total::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: -4px;
    bottom: 0;
    border-radius: 9px;
    background-color: #d5d5d5
}

.process-valiable .valiable-total .process {
    position: absolute;
    top: 2px;
    left: 2px;
    bottom: 2px;
    border-radius: 9px;
    display: block;
    background-color: #000
}

.countdown-product .akasha-countdown {
    margin-bottom: 15px
}

.countdown-product .akasha-countdown>span {
    display: inline-block;
    margin-right: 20px;
    color: #000;
    text-align: center;
    font-weight: 500
}

.countdown-product .akasha-countdown>span:last-child {
    margin-right: 0
}

.countdown-product .akasha-countdown>span .number {
    display: block;
    font-size: 22px;
    font-weight: 700;
    line-height: 1;
    padding-bottom: 5px
}

.countdown-product .akasha-countdown>span .text {
    display: block;
    font-size: 12px;
    line-height: 1;
    text-transform: uppercase
}

.product-item .variations .data-val a.color {
    display: inline-block;
    float: left;
    clear: both;
    margin: 5px 0
}

.product-item .variations .data-val[data-attributetype=select],
.product-item .variations .reset_variations,
.product-item .variations select {
    display: none!important
}

.product-item.style-01 .product-thumb {
    margin-bottom: 7px;
    overflow: hidden;
    padding: 10px;
}

.product-item.style-01 .product-thumb .second-image,
.product-item.style-01 .product-thumb>.thumb-link {
    display: block
}

.product-item.style-01 .group-button {
    position: absolute;
    right: 14px;
    bottom: 14px
}

.product-item.style-01 .group-button .add-to-cart,
.product-item.style-01 .group-button .compare-button,
.product-item.style-01 .group-button .yith-wcqv-button,
.product-item.style-01 .group-button .yith-wcwl-add-to-wishlist {
    display: block;
    border-radius: 50%;
    margin-top: 7px;
    color: #000
}

.product-item.style-01 .group-button .add-to-cart {
    -webkit-transition: all .25s ease 0s;
    -moz-transition: all .25s ease 0s;
    -o-transition: all .25s ease 0s;
    transition: all .25s ease 0s
}

.product-item.style-01 .group-button .yith-wcqv-button {
    -webkit-transition: all .4s ease 0s;
    -moz-transition: all .4s ease 0s;
    -o-transition: all .4s ease 0s;
    transition: all .4s ease 0s
}

.product-item.style-01 .group-button .compare-button {
    -webkit-transition: all .55s ease 0s;
    -moz-transition: all .55s ease 0s;
    -o-transition: all .55s ease 0s;
    transition: all .55s ease 0s
}

.product-item.style-01 .group-button .add-to-cart:hover,
.product-item.style-01 .group-button .compare-button:hover,
.product-item.style-01 .group-button .yith-wcqv-button:hover,
.product-item.style-01 .group-button .yith-wcwl-add-to-wishlist:hover {
    cursor: pointer
}

.product-item.style-01 .group-button .add-to-cart:hover a,
.product-item.style-01 .group-button .compare-button:hover a,
.product-item.style-01 .group-button .yith-wcqv-button:hover,
.product-item.style-01 .group-button .yith-wcwl-add-to-wishlist:hover a {
    color: #fff
}

.product-item.style-01 .product-info {
    position: relative
}

.product-item.style-02 .product-inner {
    border-radius: 0
}

.product-item.style-02 .product-inner:hover {
    border-color: #000
}

.product-item.style-02 .product-thumb {
    overflow: hidden
}

.product-item.style-02 .product-thumb .second-image,
.product-item.style-02 .product-thumb>.thumb-link {
    display: block
}

.product-item.style-02 .product-info {
    padding: 15px 10px;
    text-align: center;
    position: relative
}

.product-item.style-02 .product-name {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    margin-bottom: 7px
}

.product-item.style-02 .yith-wcqv-button {
    position: absolute;
    right: -90px;
    top: -90px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .25s ease 0s;
    -moz-transition: all .25s ease 0s;
    -o-transition: all .25s ease 0s;
    transition: all .25s ease 0s;
    background-color: #000;
    color: #fff;
    width: 90px;
    font-weight: 600;
    height: 90px;
    line-height: 128px;
    text-transform: uppercase;
    font-size: 0;
    border-radius: 50%;
    text-align: left;
    padding-left: 16px
}

.product-item.style-02 .yith-wcqv-button:hover {
    background-color: #000;
    color: #fff
}

.product-item.style-02 .product-inner:hover .yith-wcqv-button {
    opacity: 1;
    visibility: visible;
    right: -45px;
    top: -45px
}

.product-item.style-02 .group-button {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    min-width: 160px;
    border-radius: 30px;
    padding: 5px 10px;
    text-align: center;
    opacity: 0;
    visibility: hidden;
    margin-top: -25px;
    -webkit-transition: all .25s ease 0s;
    -moz-transition: all .25s ease 0s;
    -o-transition: all .25s ease 0s;
    transition: all .25s ease 0s;
    z-index: 10;
    background-color: #fff;
    -webkit-box-shadow: 0 3px 18px 0 rgba(0, 0, 0, .05);
    -moz-box-shadow: 0 3px 18px 0 rgba(0, 0, 0, .05);
    box-shadow: 0 3px 18px 0 rgba(0, 0, 0, .05)
}

.product-item.style-02 .product-inner:hover .group-button {
    opacity: 1;
    visibility: visible;
    margin-top: -15px
}

.product-item.style-02 .group-button .yith-wcwl-add-to-wishlist {
    float: left
}

.product-item.style-02 .group-button .compare-button {
    float: right
}

.product-item.style-03 .product-inner {
    padding: 25px 19px;
    overflow: hidden;
    background-color: #fff;
    border-radius: 8px;
    border: 1px solid #ebebeb
}

.product-item.style-03 .product-inner:hover {
    border: 1px solid #000
}

.product-item.style-03 .product-thumb {
    float: right;
    width: 45%
}

.product-item.style-03 .product-info {
    position: relative;
    float: left;
    width: 55%;
    padding-right: 20px
}

.product-item.style-03 .price {
    margin-bottom: 15px
}

.product-item.style-03 .product-name {
    font-size: 20px;
    margin-bottom: 12px
}

.product-item.style-03 .add-to-cart {
    min-width: 0;
    width: auto!important;
    height: auto!important;
    line-height: 40px!important
}

.product-item.style-03 .add-to-cart a {
    font-size: 13px;
    padding: 0 15px;
    background-color: #000;
    color: #fff;
    border-radius: 30px;
    font-weight: 600;
    text-transform: capitalize;
    height: 40px
}

.product-item.style-03 .add-to-cart a:hover {
    background-color: #000;
    color: #fff
}

.product-item.style-03 .add-to-cart a::before {
    vertical-align: middle;
    margin-right: 7px;
    font-weight: 400;
    position: relative;
    top: -2px
}

.product-item.style-04 .clear {
    display: none
}

.product-item.style-04 .product-inner {
    text-align: center
}

.product-item.style-04 .product-thumb {
    margin-bottom: 20px;
    overflow: hidden
}

.product-item.style-04 .product-thumb .second-image,
.product-item.style-04 .product-thumb>.thumb-link {
    display: block
}

.product-item.style-04 .price {
    margin-bottom: 8px
}

.product-item.style-04 .group-button {
    position: absolute;
    right: 5px;
    left: 5px;
    bottom: 15px
}

.product-item.style-04 .group-button .add-to-cart,
.product-item.style-04 .group-button .compare-button,
.product-item.style-04 .group-button .yith-wcqv-button,
.product-item.style-04 .group-button .yith-wcwl-add-to-wishlist {
    display: inline-block;
    box-shadow: 0 5px 15px rgba(0, 0, 0, .08);
    background-color: #000;
    color: #fff;
    border-radius: 50%;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(60px);
    -moz-transform: translateY(60px);
    -ms-transform: translateY(60px);
    -o-transform: translateY(60px);
    transform: translateY(60px);
    margin: 0 4px
}

.product-item.style-04 .group-button .yith-wcwl-add-to-wishlist {
    -webkit-transition: all .25s ease 0s;
    -moz-transition: all .25s ease 0s;
    -o-transition: all .25s ease 0s;
    transition: all .25s ease 0s;
    margin: 0
}

.product-item.style-04 .group-button .compare-button {
    -webkit-transition: all .4s ease 0s;
    -moz-transition: all .4s ease 0s;
    -o-transition: all .4s ease 0s;
    transition: all .4s ease 0s
}

.product-item.style-04 .group-button .yith-wcqv-button {
    -webkit-transition: all .55s ease 0s;
    -moz-transition: all .55s ease 0s;
    -o-transition: all .55s ease 0s;
    transition: all .55s ease 0s
}

.product-item.style-04 .group-button .add-to-cart {
    -webkit-transition: all .7s ease 0s;
    -moz-transition: all .7s ease 0s;
    -o-transition: all .7s ease 0s;
    transition: all .7s ease 0s
}

.product-item.style-04 .product-inner:hover .group-button .add-to-cart,
.product-item.style-04 .product-inner:hover .group-button .compare-button,
.product-item.style-04 .product-inner:hover .group-button .yith-wcqv-button,
.product-item.style-04 .product-inner:hover .group-button .yith-wcwl-add-to-wishlist {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0)
}

.product-item.style-04 .group-button .add-to-cart:hover,
.product-item.style-04 .group-button .compare-button:hover,
.product-item.style-04 .group-button .yith-wcqv-button:hover,
.product-item.style-04 .group-button .yith-wcwl-add-to-wishlist:hover {
    background-color: #000;
    border-color: #000
}

.product-item.style-04 .group-button .add-to-cart:hover a,
.product-item.style-04 .group-button .compare-button:hover a,
.product-item.style-04 .group-button .yith-wcqv-button:hover,
.product-item.style-04 .group-button .yith-wcwl-add-to-wishlist:hover a {
    color: #fff
}

.product-item.style-05 .product-top {
    padding: 20px 20px 15px;
    border-bottom: 1px solid #eee
}

.product-item.style-05 .product-thumb {
    overflow: hidden;
    margin-bottom: 18px
}

.product-item.style-05 .product-thumb .second-image,
.product-item.style-05 .product-thumb>.thumb-link {
    display: block
}

.product-item.style-05 .group-button {
    position: absolute;
    left: 14px;
    bottom: 14px
}

.product-item.style-05 .group-button .add-to-cart,
.product-item.style-05 .group-button .compare-button,
.product-item.style-05 .group-button .yith-wcqv-button,
.product-item.style-05 .group-button .yith-wcwl-add-to-wishlist {
    display: block;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateX(-60px);
    -moz-transform: translateX(-60px);
    -ms-transform: translateX(-60px);
    -o-transform: translateX(-60px);
    transform: translateX(-60px);
    background-color: #000;
    margin-top: 7px;
    color: #fff;
    border-radius: 50%
}

.product-item.style-05 .group-button .add-to-cart:hover,
.product-item.style-05 .group-button .compare-button:hover,
.product-item.style-05 .group-button .yith-wcqv-button:hover,
.product-item.style-05 .group-button .yith-wcwl-add-to-wishlist:hover {
    background-color: #000
}

.product-item.style-05 .group-button .add-to-cart {
    -webkit-transition: all .25s ease 0s;
    -moz-transition: all .25s ease 0s;
    -o-transition: all .25s ease 0s;
    transition: all .25s ease 0s
}

.product-item.style-05 .group-button .yith-wcqv-button {
    -webkit-transition: all .4s ease 0s;
    -moz-transition: all .4s ease 0s;
    -o-transition: all .4s ease 0s;
    transition: all .4s ease 0s
}

.product-item.style-05 .group-button .compare-button {
    -webkit-transition: all .55s ease 0s;
    -moz-transition: all .55s ease 0s;
    -o-transition: all .55s ease 0s;
    transition: all .55s ease 0s
}

.product-item.style-05 .group-button .yith-wcwl-add-to-wishlist {
    -webkit-transition: all .7s ease 0s;
    -moz-transition: all .7s ease 0s;
    -o-transition: all .7s ease 0s;
    transition: all .7s ease 0s
}

.product-item.style-05 .product-inner:hover .group-button .add-to-cart,
.product-item.style-05 .product-inner:hover .group-button .compare-button,
.product-item.style-05 .product-inner:hover .group-button .yith-wcqv-button,
.product-item.style-05 .product-inner:hover .group-button .yith-wcwl-add-to-wishlist {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0)
}

.product-item.style-05 .group-button .compare-button:hover,
.product-item.style-05 .group-button .yith-wcqv-button:hover,
.product-item.style-05 .group-button .yith-wcwl-add-to-wishlist:hover {
    background-color: #000
}

.product-item.style-05 .group-button .add-to-cart:hover a,
.product-item.style-05 .group-button .compare-button:hover a,
.product-item.style-05 .group-button .yith-wcqv-button:hover,
.product-item.style-05 .group-button .yith-wcwl-add-to-wishlist:hover a {
    color: #fff
}

.product-item.style-05 .product-info {
    position: relative
}

.product-item.style-06 .product-thumb {
    float: left;
    max-width: 90px;
    border: 1px solid #f0f0f0;
    overflow: hidden;
    border-radius: 4px
}

.product-item.style-06 .product-info {
    overflow: hidden;
    padding-left: 15px
}

.product-item.style-06 .product-name {
    font-size: 15px;
    margin-bottom: 5px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden
}

.product-item.style-06 .rating-wapper .review {
    display: none
}

.product-item.style-07 .product-inner {
    overflow: hidden
}

.product-item.style-07 .product-thumb {
    float: left;
    width: 50%
}

.product-item.style-07 .product-info {
    float: left;
    width: 50%;
    padding-left: 50px;
    padding-top: 30px
}

.product-gallery {
    overflow: hidden
}

.product-gallery .product-gallery-slick {
    float: right;
    width: calc(100% - 100px);
    padding-left: 10px
}

.product-gallery .gallery-dots {
    float: left;
    width: 100px;
    padding: 0
}

.product-gallery .gallery-dots .slick-arrow {
    width: 100%;
    height: 20px;
    line-height: 20px;
    font-size: 20px
}

.product-gallery .gallery-dots .slick-arrow:hover {
    color: #000
}

.product-gallery .gallery-dots img {
    border: 1px solid #e7e7e7;
    border-radius: 0;
    margin: 1px 0
}

.product-gallery .gallery-dots .slick-current img {
    border-color: #000
}

.product-item.style-07 .title {
    font-size: 36px;
    font-family: 'Playfair Display';
    color: #000;
    margin-bottom: 15px
}

.product-item.style-07 .onsale {
    display: none
}

.product-item.style-07 .product-name {
    font-size: 22px;
    margin-bottom: 10px
}

.product-item.style-07 .price {
    padding-bottom: 15px
}

.product-item.style-07 .price del {
    font-size: 16px
}

.product-item.style-07 .price ins {
    color: #fff;
    background-color: #000;
    padding: 4px 10px 2px;
    border-radius: 20px
}

.product-item.style-07 .add-to-cart {
    min-width: 0;
    width: auto!important;
    height: auto!important;
    line-height: 40px!important
}

.product-item.style-07 .add-to-cart a {
    font-size: 13px;
    padding: 0 15px;
    background-color: #000;
    border-radius: 30px;
    color: #fff;
    font-weight: 600;
    text-transform: capitalize
}

.product-item.style-07 .add-to-cart a:hover {
    background-color: #000;
    color: #fff
}

.product-item.style-07 .add-to-cart a::before {
    vertical-align: middle;
    margin-right: 7px;
    font-weight: 400;
    position: relative;
    top: -2px
}

.product-item.list .product-inner {
    overflow: hidden;
    background-color: transparent;
    display: table;
    width: 100%;
    border: 1px solid #e6e6e6;
    padding: 20px
}

.product-item.list:not(:last-child) .product-inner {
    margin-bottom: 30px
}

.product-item.list .product-thumb {
    width: 30%;
    display: table-cell;
    vertical-align: middle;
    overflow: hidden
}
.product-thumb {
    /* height: 320px; */
}
.product-item.list .yith-wcqv-button {
    box-shadow: 0 3px 9px 0 rgba(0, 0, 0, .08);
    position: absolute;
    left: 0;
    bottom: -40px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .25s ease 0s;
    -moz-transition: all .25s ease 0s;
    -o-transition: all .25s ease 0s;
    transition: all .25s ease 0s;
    background-color: rgba(100, 100, 100, .75);
    color: #fff;
    width: 100%;
    font-size: 14px;
    font-weight: 600
}

.product-item.list .yith-wcqv-button::before {
    margin-right: 10px;
    vertical-align: top
}

.product-item.list .yith-wcqv-button:hover {
    background-color: rgba(0, 0, 0, .75);
    color: #fff
}

.product-item.list .product-inner:hover .yith-wcqv-button {
    opacity: 1;
    visibility: visible;
    bottom: 0
}

.product-item.list .product-info {
    display: table-cell;
    vertical-align: middle;
    width: 49%;
    padding: 0 15px 0 20px;
    border-right: 1px solid #ebebeb
}

.product-item.list .product-name {
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 10px
}

.product-item.list .price {
    margin-bottom: 12px
}

.product-item.list .akasha-product-details__short-description {
    overflow: hidden
}

.product-item.list .group-button {
    vertical-align: middle;
    display: table-cell;
    padding-left: 15px
}

.product-item.list .group-button .clear {
    display: none
}

.product-item.list .group-button .add-to-cart {
    background-color: #000;
    border: 1px solid #000;
    color: #fff;
    padding: 0 12px;
    display: table;
    margin-bottom: 15px;
    font-weight: 600;
    border-radius: 30px;
    width: auto
}

.product-item.list .group-button .add-to-cart:hover {
    color: #fff;
    background-color: #000;
    border-color: #000
}

.product-item.list .group-button .add-to-cart a:hover {
    color: #fff
}

.product-item.list .group-button .add-to-cart a {
    font-size: 13px
}

.product-item.list .group-button .compare,
.product-item.list .group-button .yith-wcwl-add-to-wishlist a {
    font-size: 14px
}

.product-item.list .group-button .add-to-cart a::before,
.product-item.list .group-button .compare::before {
    margin-right: 10px;
    vertical-align: top
}

.product-item.list .group-button .yith-wcwl-add-to-wishlist a::before {
    margin-right: 5px
}

.product-item.list .group-button .compare-button,
.product-item.list .group-button .yith-wcwl-add-to-wishlist {
    width: auto;
    height: auto;
    line-height: 30px;
    display: table;
    font-weight: 500
}

@media (max-width:1199px) {
    .product-item.list .product-inner {
        display: block
    }
    .product-item.list .product-thumb {
        width: 270px;
        display: block;
        float: left;
        margin-right: 25px
    }
    .product-item.list .product-info {
        float: left;
        display: block;
        border: none;
        padding: 0;
        margin-bottom: 5px
    }
    .product-item.list .group-button {
        float: left;
        display: block;
        padding: 0
    }
}

@media (max-width:991px) {
    .product-item.list .product-info,
    .product-item.list .product-thumb {
        width: 50%
    }
    .product-item.list .product-info {
        padding-left: 20px
    }
    .product-item.list .product-thumb {
        margin-right: 0
    }
    .product-item.list .group-button {
        padding-left: 20px;
        padding-top: 15px
    }
    .product-item.list .akasha-product-details__short-description {
        max-height: 96px
    }
    .product-gallery .product-gallery-slick {
        width: 100%;
        padding-left: 0;
        padding-bottom: 10px
    }
    .product-gallery .gallery-dots {
        width: 252px
    }
    .product-gallery .gallery-dots .slick-arrow {
        width: 20px;
        height: 100%;
        line-height: 100px
    }
    .product-gallery .gallery-dots .slick-list {
        width: 206px;
        display: inline-block;
        vertical-align: middle
    }
    .product-item.style-07 .title {
        font-size: 28px
    }
    .product-item.style-07 .product-name {
        font-size: 18px
    }
    .product-item.style-07 .product-info {
        padding-left: 20px
    }
}

@media (max-width:767px) {
    .product-item.list .product-inner {
        padding: 15px
    }
    .product-item.list .group-button {
        padding-left: 10px
    }
    .product-item .flash {
        top: 0;
        left: 0
    }
    .onnew,
    .onsale,
    .sold-out {
        font-size: 10px;
        min-width: 40px;
        padding-left: 5px;
        padding-right: 5px
    }
    .onnew span,
    .onsale span,
    .sold-out span {
        height: 16px;
        line-height: 16px
    }
    .onnew::before,
    .onsale::before,
    .sold-out::before {
        border-width: 8px 10px 8px 0
    }
    .add-to-cart,
    .compare-button,
    .yith-wcwl-add-to-wishlist {
        min-width: 30px;
        width: 30px;
        height: 30px;
        line-height: 30px
    }
    .add-to-cart a {
        height: 30px
    }
    .add-to-cart a::before,
    .add_to_wishlist::before,
    .wishlisted::before {
        font-size: 15px
    }
    .compare::before {
        font-size: 14px
    }
    .product-item .product-name {
        font-size: 14px;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
        margin-bottom: 4px
    }
    .star-rating {
        width: 82px
    }
    .star-rating span::before,
    .star-rating::before {
        font-size: 13px
    }
    .product-item.style-02 .product-name {
        margin-bottom: 4px
    }
    .product-item.style-04 .product-thumb {
        margin-bottom: 12px
    }
    .product-item .price {
        font-size: 12px;
        margin-bottom: 0
    }
    .product-item .price del {
        font-size: 12px
    }
    .product-item.style-04 .price {
        margin-bottom: 0
    }
    .process-valiable .valiable-text .text {
        font-size: 12px
    }
    .product-item.style-03 .product-name {
        margin-bottom: 6px;
        font-size: 16px
    }
    .product-item.style-03 .price {
        margin-bottom: 10px
    }
    .product-item.style-06 .product-name {
        font-size: 13px
    }
    .product-item.list .product-name {
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 5px
    }
    .product-item.list .product-info {
        padding-left: 10px
    }
    .product-item.list .akasha-product-details__short-description {
        font-size: 12px
    }
    .product-item.list .price {
        margin-bottom: 0
    }
    .product-item.style-07 .product-info {
        width: 100%;
        padding-left: 0
    }
    .product-item.style-07 .product-thumb {
        width: 100%
    }
}

@media (max-width:480px) {
    .product-item.style-03 .equal-elem {
        height: auto!important
    }
    .product-item.style-03 .product-info,
    .product-item.style-03 .product-thumb {
        width: 100%;
        float: none;
        padding: 0
    }
    .product-item.style-03 .product-thumb {
        margin-bottom: 20px
    }
}

.main-contain-summary {
    display: table;
    width: 100%;
    table-layout: fixed
}

.main-contain-summary>div {
    display: table-cell;
    vertical-align: top
}

.main-contain-summary .single-product-policy {
    width: 330px;
    padding-left: 30px;
    margin-bottom: 15px
}

.main-contain-summary .single-product-policy .akasha-iconbox:nth-child(2n) {
    margin-top: 20px;
    margin-bottom: 20px
}

.contain-left {
    position: relative
}

.contain-left::after,
.contain-left::before {
    content: '';
    display: table
}

.contain-left::after {
    clear: both
}

.main-contain-summary .wcml-dropdown,
.product_meta .wcml-dropdown {
    display: none
}

.product-360-view-wrapper {
    margin: 100px auto;
    max-width: 800px;
    position: relative
}

.spinner {
    color: #fff;
    font-size: 30px;
    font-weight: 100;
    text-align: center
}

.akasha-threed-view::after {
    border-color: rgba(175, 175, 175, .05) rgba(175, 175, 175, .1) rgba(175, 175, 175, .15);
    border-radius: 50%;
    border-style: solid;
    border-width: 2px 2px 5px;
    bottom: 15px;
    content: "";
    height: 50%;
    left: 15px;
    position: absolute;
    right: 15px;
    z-index: 10
}

.contain-left.no-gallery .akasha-product-gallery .akasha-product-gallery__image img {
    width: 100%
}

.akasha-product-gallery .flex-viewport {
    cursor: zoom-in
}

.entry-summary .yith-wcwl-add-to-wishlist .add_to_wishlist::before {
    font-size: 18px;
    padding: 3px
}

@media (max-width:991px) {
    .akasha-product-gallery .slick-track {
        margin-left: 0
    }
}

.dreamingsb-products .dreamingsb-product:not(:last-child) {
    border-bottom: 1px solid #ebebeb
}

.famibt-wrap .famibt-item label .famibt-price::after {
    content: ')'
}

.famibt-wrap .famibt-item label input[type=checkbox] {
    display: none
}

.famibt-wrap .famibt-item label input[type=checkbox]+span {
    position: relative;
    padding-left: 27px
}

.akasha-proceed-to-checkout {
    text-align: center
}

.akasha-proceed-to-checkout .checkout-button::before {
    position: absolute;
    top: 163px;
    left: -27%;
    z-index: 2;
    display: block;
    content: '';
    width: 23%;
    height: 60px;
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .3) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .3) 100%);
    -webkit-transform: skewX(-45deg);
    -moz-transform: skewX(-45deg);
    -o-transform: skewX(-45deg);
    -ms-transform: skewX(-45deg);
    transform: skewX(-45deg)
}

.akasha-proceed-to-checkout .checkout-button {
    display: block;
    background-color: #000;
    height: 53px;
    line-height: 60px;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    border-radius: 0 0 3px 3px
}

.akasha-proceed-to-checkout .checkout-button:hover {
    background-color: #000
}

.akasha-proceed-to-checkout .checkout-button:hover::before {
    -webkit-animation: shine .75s;
    animation: shine .75s
}

body.akasha-cart .no-sidebar .akasha-cart-form {
    float: left;
    display: inline-block;
    width: calc(100% - 359px)
}

body.akasha-cart .no-sidebar .cart-collaterals {
    display: inline-block;
    width: 359px;
    padding-left: 30px;
    padding-top: 0
}

@media (max-width:1199px) {
    .cart_totals>h2,
    body.akasha-cart .cart-title {
        font-size: 16px;
        letter-spacing: .1em;
        padding: 20px
    }
    .akasha-cart-form .shop_table td.product-price,
    .akasha-cart-form .shop_table td.product-subtotal {
        font-size: 15px
    }
    body.akasha-cart .no-sidebar .akasha-cart-form {
        width: 100%;
        float: none
    }
    body.akasha-cart .no-sidebar .cart-collaterals {
        width: 100%;
        padding-left: 0;
        float: none;
        margin-top: 15px
    }
    .shop_table td,
    .shop_table th {
        border-color: #ebebeb;
        padding: 15px
    }
    .akasha-cart-form {
        width: 100%
    }
    .cart-collaterals {
        width: 100%;
        padding-left: 0;
        padding-top: 40px
    }
}

@media (max-width:991px) {
    .has-sidebar .shop_table {
        display: block
    }
    .has-sidebar .shop_table tbody,
    .has-sidebar .shop_table tfoot,
    .has-sidebar .shop_table thead,
    .has-sidebar .shop_table tr,
    .has-sidebar .shop_table tr td,
    .has-sidebar .shop_table tr th {
        display: inline-block;
        text-align: center!important;
        width: 100%!important;
        border-left: 0;
        border-right: 0;
        border-top: 0
    }
    .has-sidebar .akasha-cart-form .shop_table thead {
        display: none
    }
    .has-sidebar .akasha-cart-form .shop_table tr:first-child td,
    .has-sidebar .akasha-cart-form .shop_table tr:first-child th,
    .has-sidebar .cart_totals .shop_table tr:first-child td,
    .has-sidebar .cart_totals .shop_table tr:first-child th {
        padding-top: 15px
    }
    .has-sidebar .akasha-cart-form .shop_table .actions .coupon,
    .has-sidebar .akasha-cart-form .shop_table .actions button.button {
        float: none;
        width: 100%
    }
    .has-sidebar .akasha-cart-form .shop_table tr td,
    .has-sidebar .cart_totals .shop_table tr th {
        border-top: 0
    }
    .has-sidebar .akasha-cart-form .shop_table .actions .coupon button.button {
        position: static;
        margin-top: 10px;
        border-radius: 0;
        width: 100%
    }
}

@media (max-width:767px) {
    .shop_table {
        display: block
    }
    .shop_table tbody,
    .shop_table tfoot,
    .shop_table thead,
    .shop_table tr,
    .shop_table tr td,
    .shop_table tr th {
        display: inline-block;
        text-align: center!important;
        width: 100%!important;
        border-left: 0;
        border-right: 0;
        border-top: 0
    }
    body.akasha-cart .cart-title {
        border-bottom: 1px solid #ebebeb;
        padding: 20px 15px;
        letter-spacing: .1em
    }
    .cart_totals>h2 {
        padding: 20px 15px;
        letter-spacing: .1em
    }
    .akasha-cart-form .shop_table thead {
        display: none
    }
    .akasha-cart-form .shop_table tr:first-child td,
    .akasha-cart-form .shop_table tr:first-child th,
    .cart_totals .shop_table tr:first-child td,
    .cart_totals .shop_table tr:first-child th {
        padding-top: 15px
    }
    .akasha-cart-form .shop_table .actions .coupon,
    .akasha-cart-form .shop_table .actions button.button {
        float: none;
        width: 100%
    }
    .akasha-cart-form .shop_table tr td,
    .cart_totals .shop_table tr th {
        border-top: 0
    }
    .akasha-cart-form .shop_table .actions .coupon button.button {
        position: static;
        border-radius: 0;
        margin-top: 10px;
        width: 100%
    }
    body.akasha-cart .cart-empty {
        font-size: 26px
    }
}

.akasha-form__label-for-checkbox>span {
    position: relative;
    font-size: 18px;
    color: #000;
    padding-left: 26px
}

.akasha-form__label-for-checkbox>span::before {
    content: "";
    display: inline-block;
    width: 17px;
    height: 17px;
    background-color: #e8e8e8;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 0
}

.akasha-form__label-for-checkbox .akasha-form__input-checkbox {
    display: none
}

.akasha-form__label-for-checkbox .akasha-form__input-checkbox:checked+span {
    color: #000
}

.akasha-form__label-for-checkbox .akasha-form__input-checkbox:checked+span::before {
    background-color: #000
}

.akasha-form__label-for-checkbox .akasha-form__input-checkbox:checked+span::after {
    content: "";
    display: inline-block;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #fff;
    position: absolute;
    left: 6px;
    top: 12px
}

#payment {
    background-color: #fff;
    border-radius: 0
}

#payment ul {
    padding: 0 10px 20px 10px;
    list-style: none
}

#payment .input-radio {
    display: none
}

#payment .input-radio~label {
    position: relative;
    padding-left: 26px;
    color: #000;
    margin-bottom: 0;
    cursor: pointer
}

#payment .input-radio~label::before {
    content: "";
    display: inline-block;
    width: 17px;
    height: 17px;
    background-color: #e8e8e8;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 2px
}

#payment .input-radio:checked+label::before,
#payment .input-radio:hover+label::before {
    background-color: #000
}

#payment .input-radio:checked+label::after,
#payment .input-radio:hover+label::after {
    content: "";
    display: inline-block;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #fff;
    position: absolute;
    left: 6px;
    top: 8px
}

body .select2-container {
    width: 100%!important
}

body .select2-dropdown {
    border: 1px solid transparent
}

body .select2-container--default .select2-selection--single {
    height: 54px;
    line-height: 52px;
    border: 1px solid transparent;
    background-color: #fff
}

body .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #666;
    line-height: 52px;
    padding-left: 15px;
    padding-right: 40px
}

body .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 52px;
    width: 50px
}

body .select2-container .select2-choice .select2-arrow b:after {
    border: none;
    font-family: FontAwesome, sans-serif;
    content: "\f107";
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-top: 0;
    margin-left: -15px
}

body .select2-dropdown {
    border-radius: 0
}

body .select2-dropdown .select2-search .select2-search__field {
    background-color: #fff;
    padding: 0 16px;
    height: 40px;
    line-height: 40px
}

body .select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #e6e6e6
}

body .select2-results__option {
    padding: 0 15px;
    height: 40px;
    line-height: 40px
}

body .select2-dropdown .select2-result {
    color: #888
}

body .select2-container--default .select2-results__option--highlighted[aria-selected],
body .select2-container--default .select2-results__option--highlighted[data-selected] {
    background-color: #f0f2f5;
    color: #000
}

body .select2-container--default .select2-results__option[aria-selected=true],
body .select2-container--default .select2-results__option[data-selected=true] {
    color: #000
}

.akasha-checkout-coupon .akasha-info,
.akasha-checkout-login .akasha-info {
    padding: 40px 20px 50px 122px;
    background-color: #f6f6f6;
    border: none;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: .1em;
    color: #000;
    text-transform: uppercase;
    border-radius: 0
}

.akasha-checkout-coupon .akasha-info::before,
.akasha-checkout-login .akasha-info::before {
    width: 84px;
    height: 84px;
    line-height: 84px;
    border-radius: 50%;
    background-color: #fff;
    content: "\f13d";
    font-family: Flaticon, sans-serif;
    text-align: center;
    font-size: 36px;
    font-weight: 400;
    display: inline-block;
    position: absolute;
    top: 30px;
    left: 20px;
    letter-spacing: 0
}

.akasha-checkout-coupon .akasha-info::before {
    content: "\f13c"
}

.akasha-checkout-coupon .akasha-info a,
.akasha-checkout-login .akasha-info a {
    display: block;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0;
    text-transform: initial;
    padding-top: 6px
}

.akasha-checkout-coupon .akasha-info a:not(:hover),
.akasha-checkout-login .akasha-info a:not(:hover) {
    color: #868686
}

.checkout_coupon {
    overflow: hidden;
    padding: 35px 25px 10px 25px;
    background-color: #f6f6f6;
    border-radius: 0;
    margin-bottom: 30px
}

.checkout_coupon .button {
    background-color: #1b1b1b;
    height: 52px;
    line-height: 52px;
    border-radius: 0;
    display: inline-block;
    min-width: 160px;
    padding: 0 15px;
    text-align: center;
    font-size: 14px;
    font-weight: 600
}

.checkout_coupon .button:hover {
    background-color: #000
}

.akasha-checkout-login .akasha-form-login {
    padding: 35px 25px 10px 25px;
    background-color: #f6f6f6;
    margin-bottom: 30px
}

.checkout-before-top {
    overflow: hidden
}

.checkout-before-top .akasha-checkout-login {
    width: calc(100% - 480px);
    float: left
}

.checkout-before-top .akasha-checkout-coupon {
    float: left;
    width: 450px
}

.checkout-before-top .akasha-checkout-coupon {
    float: right
}

form.akasha-checkout {
    position: relative
}

form.akasha-checkout::after,
form.akasha-checkout::before {
    content: '';
    display: table
}

form.akasha-checkout::after {
    clear: both
}

.validate-required label .required {
    display: none
}

.validate-required label::after {
    content: '*';
    color: red
}

.akasha-billing-fields>h3 {
    font-size: 18px;
    letter-spacing: .1em;
    text-transform: uppercase;
    font-weight: 600;
    padding: 25px;
    border-bottom: 1px solid #ebebeb;
    margin: 0
}

.akasha-billing-fields__field-wrapper {
    padding: 30px 25px 35px 25px
}

.akasha-account-fields {
    padding: 0 25px 35px 25px
}

.akasha-account-fields>p {
    margin-bottom: 10px
}

.akasha-account-fields #account_password_field {
    margin-bottom: 0
}

/* .form-row {
    margin-bottom: 30px;
    display: block;
    margin-left: 0;
    margin-right: 0
} */

.form-row:last-child {
    margin-bottom: 0
}

.form-row>label {
    display: block;
    margin-bottom: 12px;
    text-align: left
}

.akasha-input-wrapper>input,
.akasha-input-wrapper>select,
.form-row>input {
    width: 100%;
    height: 52px;
    line-height: 50px;
    background-color: #fff;
    border-color: #fff
}

.form-row-first {
    float: left;
    width: calc(50% - 15px)
}

.form-row-last {
    float: right;
    width: calc(50% - 15px)
}

#customer_details .col-1 {
    position: relative;
    background-color: #fff;
    border-radius: 0;
    max-width: 100%
}

#customer_details .col-2 {
    margin-top: 30px;
    background-color: #f6f6f6;
    padding: 25px 25px 35px;
    border-radius: 0;
    max-width: 100%
}

.akasha-shipping-fields #ship-to-different-adchair {
    font-size: 14px;
    margin-top: 0;
    margin-bottom: 0
}

.akasha-shipping-fields #ship-to-different-adchair label {
    color: inherit;
    margin: 0
}

.akasha-shipping-fields .shipping_adchair {
    padding-top: 20px
}

#order_comments {
    border-radius: 0;
    background-color: #fff;
    border-color: #fff;
    height: 195px
}

#order_review_heading {
    font-size: 18px;
    font-weight: 600;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: #fff;
    background-color: #000;
    padding: 25px;
    margin: 0
}

#order_review .shop_table {
    background-color: #f6f6f6;
    border: 0;
    margin-bottom: 30px
}

#order_review .shop_table tr td,
#order_review .shop_table tr th {
    border-left: 0;
    border-right: 0;
    padding: 17px 25px;
    font-size: 15px;
    color: #000
}

#order_review .shop_table tr th {
    vertical-align: top;
    font-size: 16px;
    font-weight: 600;
    padding: 22px 25px;
    width: 30%
}

#order_review .shop_table tr td strong {
    font-weight: 600
}

#order_review .shop_table tfoot tr td,
#order_review .shop_table tfoot tr th {
    border-bottom: 0
}

#order_review .shop_table tr .product-total,
#order_review .shop_table tr.cart-subtotal td,
#order_review .shop_table tr.order-total td,
#order_review .shop_table tr.shipping td {
    text-align: right
}

#order_review .shop_table tfoot tr.cart-subtotal th,
#order_review .shop_table tfoot tr.shipping th {
    font-weight: 600
}

#order_review .shop_table tfoot tr.shipping p:last-child {
    margin-bottom: 0
}

#order_review .shop_table tfoot tr.order-total td,
#order_review .shop_table tfoot tr.order-total th {
    padding: 22px 25px
}

#order_review .shop_table tfoot tr.order-total th {
    font-size: 16px;
    letter-spacing: .1em;
    font-weight: 600;
    text-transform: uppercase
}

#order_review .shop_table tfoot tr.order-total td strong {
    font-size: 20px;
    color: #000
}

#order_review .shop_table tbody tr:first-child td,
#order_review .shop_table tbody tr:first-child th,
#order_review .shop_table tfoot tr:first-child td,
#order_review .shop_table tfoot tr:first-child th {
    border-top: 0
}

#order_review .shop_table thead {
    background-color: #e9e9e9
}

#order_review .shop_table thead tr th {
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    color: #000
}

#order_review .shop_table tfoot {
    font-size: 16px;
    color: #000
}

.place-order {
    text-align: center
}

.place-order .akasha-terms-and-conditions-wrapper {
    padding: 0 30px
}

.place_order_btn:hover {
    background-color: #000
}

.wc_payment_method:not(:last-child) {
    padding-bottom: 20px
}

.payment_box {
    background-color: #e9e9e9;
    position: relative;
    padding: 15px;
    margin-top: 18px
}

.payment_box p:last-child {
    margin-bottom: 0
}

.payment_box::before {
    content: '';
    border-width: 0 9px 10px 9px;
    border-style: solid;
    border-color: transparent transparent #e9e9e9 transparent;
    position: absolute;
    top: -10px;
    left: 25px
}

.no-sidebar form.akasha-checkout {
    overflow: hidden
}

.no-sidebar #customer_details {
    float: left;
    width: calc(100% - 480px)
}

.no-sidebar #order_review {
    float: right;
    width: 480px;
    padding-left: 30px
}

.no-sidebar #order_review_heading {
    float: right;
    width: 450px
}

.akasha-order .akasha-notice {
    font-size: 16px;
    font-weight: 600;
    background: #000;
    padding: 30px 25px;
    margin-bottom: 30px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: .1em;
    border-radius: 0;
    text-align: center
}

.akasha-order .akasha-order-overview {
    background: #f6f6f6;
    border-radius: 0;
    margin-bottom: 30px;
    padding: 30px 25px;
    list-style: none
}

.akasha-order .akasha-order-overview li::before {
    font-family: FontAwesome, sans-serif;
    content: '\f105';
    margin-right: 12px;
    font-size: 18px;
    color: #bdbdbd
}

.akasha-order .akasha-order-details .shop_table {
    border: none
}

.akasha-order .akasha-order-details .shop_table thead {
    background-color: #e9e9e9
}

.akasha-order .akasha-order-details .shop_table tbody tr:first-child td,
.akasha-order .akasha-order-details .shop_table tbody tr:first-child th,
.akasha-order .akasha-order-details .shop_table tfoot tr:first-child td,
.akasha-order .akasha-order-details .shop_table tfoot tr:first-child th {
    border-top: 0
}

.akasha-order .akasha-order-details .shop_table tfoot tr:last-child td,
.akasha-order .akasha-order-details .shop_table tfoot tr:last-child th {
    border-bottom: 0
}

.akasha-order .akasha-order-details .shop_table tr td,
.akasha-order .akasha-order-details .shop_table tr th {
    border-left: 0;
    border-right: 0;
    padding: 17px 25px;
    font-size: 15px;
    color: #000;
    font-weight: 600
}

.akasha-order .akasha-order-details {
    background: #f6f6f6;
    border-radius: 0;
    margin-bottom: 30px
}

.akasha-order .akasha-order-details .akasha-order-details__title {
    font-size: 18px;
    letter-spacing: .1em;
    text-transform: uppercase;
    font-weight: 600;
    padding: 25px;
    margin: 0;
    color: #fff;
    background-color: #000
}

.akasha-order .akasha-customer-details {
    background: #f6f6f6;
    border-radius: 0
}

.akasha-order .akasha-customer-details .akasha-column__title {
    font-size: 18px;
    letter-spacing: .1em;
    text-transform: uppercase;
    font-weight: 600;
    padding: 25px;
    border-bottom: 1px solid #ebebeb;
    margin: 0
}

.akasha-order .akasha-customer-details adchair {
    padding: 20px 25px
}

.akasha-order .akasha-customer-details adchair p {
    margin-bottom: 10px
}

@media (max-width:1199px) {
    #order_review_heading {
        font-size: 16px;
        padding: 20px 15px;
        letter-spacing: .1em
    }
    .akasha-checkout-coupon .akasha-info,
    .akasha-checkout-login .akasha-info {
        letter-spacing: .1em
    }
    .checkout-before-top .akasha-checkout-coupon,
    .checkout-before-top .akasha-checkout-login {
        width: 100%;
        float: none
    }
    .no-sidebar #customer_details {
        float: none;
        width: 100%
    }
    .no-sidebar #order_review_heading {
        float: none;
        width: 100%
    }
    .no-sidebar #order_review {
        float: none;
        width: 100%;
        padding-left: 0
    }
    #customer_details .col-2,
    .akasha-billing-fields>h3,
    .akasha-billing-fields__field-wrapper,
    .akasha-checkout-login .akasha-form-login {
        padding: 20px 15px
    }
    .place-order .akasha-terms-and-conditions-wrapper {
        padding: 0 15px
    }
    .checkout_coupon {
        padding: 20px 15px 0 15px
    }
    .akasha-account-fields {
        padding: 0 15px 20px 15px
    }
    .akasha-billing-fields>h3 {
        font-size: 16px;
        letter-spacing: .1em
    }
    #customer_details {
        width: 100%;
        padding-right: 0;
        margin-bottom: 40px
    }
    #order_review {
        width: 100%
    }
    #order_review .shop_table tr td,
    #order_review .shop_table tr th {
        padding: 15px!important
    }
    .akasha-order .akasha-customer-details .akasha-column__title,
    .akasha-order .akasha-customer-details adchair,
    .akasha-order .akasha-notice,
    .akasha-order .akasha-order-details .akasha-order-details__title,
    .akasha-order .akasha-order-overview {
        padding: 20px 15px
    }
    .akasha-order .akasha-order-details .shop_table tr td,
    .akasha-order .akasha-order-details .shop_table tr th {
        padding: 15px
    }
    #customer_details .col-2 .akasha-additional-fields>h3 {
        font-size: 20px
    }
    .akasha-order .akasha-customer-details .akasha-column__title,
    .akasha-order .akasha-notice,
    .akasha-order .akasha-order-details .akasha-order-details__title {
        font-size: 16px
    }
}

@media (max-width:767px) {
    .form-row-first,
    .form-row-last {
        width: 100%;
        float: none
    }
    .akasha-checkout-coupon .akasha-info,
    .akasha-checkout-login .akasha-info {
        padding: 25px 15px 25px 90px
    }
    .akasha-checkout-coupon .akasha-info::before,
    .akasha-checkout-login .akasha-info::before {
        width: 60px;
        height: 60px;
        line-height: 60px;
        left: 15px;
        font-size: 28px
    }
    .akasha-order .akasha-order-details .shop_table thead {
        display: none
    }
    .akasha-order .akasha-order-details .shop_table tfoot tr:last-child th {
        border-bottom: 1px solid #ebebeb
    }
    #order_review_heading,
    .akasha-order .akasha-order-details .akasha-order-details__title {
        text-align: center
    }
    #customer_details .col-2 .akasha-additional-fields>h3 {
        font-size: 18px
    }
    .akasha-order .akasha-customer-details .akasha-column__title,
    .akasha-order .akasha-notice,
    .akasha-order .akasha-order-details .akasha-order-details__title {
        font-size: 14px
    }
}

body .user-role .radio {
    display: inline-block;
    padding: 0 20px
}

body.akasha-account .akasha::after,
body.akasha-account .akasha::before {
    content: '';
    display: table
}

body.akasha-account .akasha::after {
    clear: both
}

body.akasha-account .akasha-notices-wrapper~h2 {
    font-size: 18px;
    letter-spacing: .1em;
    text-transform: uppercase;
    font-weight: 600;
    margin: 0;
    background-color: #f6f6f6;
    padding: 30px 25px 7px 25px;
    border-radius: 3px 3px 0 0
}

body.akasha-account .akasha-notices-wrapper~h2::before {
    content: "\f103";
    font-family: Flaticon, sans-serif;
    display: inline-block;
    min-width: 84px;
    height: 84px;
    line-height: 80px;
    border-radius: 50%;
    background-color: #000;
    color: #fff;
    vertical-align: middle;
    text-align: center;
    margin-right: 20px;
    font-size: 31px;
    font-weight: 400;
    letter-spacing: 0
}

body.akasha-account .akasha-notices-wrapper~.akasha-form-login {
    background-color: #f6f6f6;
    padding: 19px 25px 15px 25px;
    border-radius: 0 0 3px 3px
}

#customer_login {
    overflow: hidden
}

#customer_login .col-1,
#customer_login .col-2 {
    width: calc(50% - 20px);
    float: left;
    background-color: #fff;
    padding: 30px 25px 7px 25px;
    min-height: 517px;
    border-radius: 0;
    max-width: 100%
}

#customer_login .col-2 {
    float: right
}

#customer_login .form-row {
    margin-bottom: 25px
}

#customer_login>div>h2 {
    font-size: 39px;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 0;
    color: #e20e79;
    text-align: left
}

#customer_login>div>h2::before {
    display: inline-block;
    min-width: 84px;
    height: 84px;
    line-height: 80px;
    border-radius: 50%;
    background-color: #000;
    color: #fff;
    vertical-align: middle;
    text-align: center;
    margin-right: 20px;
    font-size: 31px;
    font-weight: 400;
    letter-spacing: 0
}

#customer_login>div>form .form-row:not(.form-row-wide) {
    text-align: center
}

form.akasha-form-login .form-row:not(.form-row-wide),
form.register .form-row:not(.form-row-wide) {
    overflow: hidden;
    display: inline-block;
    width: 100%;
    padding-top: 9px
}

form.akasha-form-login .button,
form.register .button {
    float: left;
    height: 52px;
    line-height: 52px;
    border-radius: 0;
    background-color: #1b1b1b;
    display: inline-block;
    min-width: 160px;
    padding: 0 15px;
    text-align: center;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .1em;
    text-transform: uppercase
}

form.akasha-form-login .button:hover,
form.register .button:hover {
    background-color: #000;
    cursor: pointer
}

form.akasha-form-login .akasha-form__label {
    float: right;
    margin-bottom: 0;
    line-height: 52px
}

form.akasha-form-login .lost_password {
    text-align: right;
    font-style: normal;
    font-size: 14px;
    font-weight: 600;
    color: #000;
    margin-bottom: 0
}

form.akasha-form-login .lost_password a {
    position: relative;
    display: inline-block;
    padding-bottom: 6px
}

form.akasha-form-login .lost_password a:not(:hover) {
    color: inherit
}

form.akasha-form-login .lost_password :hover {
    color: #000;
    cursor: pointer
}

form.akasha-form-login .lost_password a::before {
    content: '';
    border-bottom: none;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0
}

.akasha-MyAccount-navigation {
    float: left;
    width: 30%;
    padding-right: 30px
}

.akasha-MyAccount-content {
    float: left;
    width: 70%
}

.akasha-MyAccount-navigation>ul {
    padding-left: 0
}

.akasha-MyAccount-navigation>ul li {
    line-height: 50px;
    list-style: none;
    font-weight: 600
}

.akasha-MyAccount-navigation>ul li:not(:first-child) {
    border-top: 1px solid #ebebeb
}

.akasha-MyAccount-navigation>ul li.is-active a {
    color: #000
}

.akasha-MyAccount-content .form-row label {
    display: block;
    font-weight: 400
}

.akasha-MyAccount-content fieldset {
    width: 100%;
    margin-top: 30px;
    margin-bottom: 30px
}

.akasha-MyAccount-content fieldset legend {
    color: #000;
    display: block;
    border-bottom: none
}

.akasha-MyAccount-content fieldset~p .akasha-Button {
    min-width: 159px;
    height: 52px;
    line-height: 52px;
    border-radius: 0;
    font-weight: 600;
    background-color: #1b1b1b
}

.akasha-MyAccount-content fieldset~p .akasha-Button:hover {
    background-color: #000
}

.akasha-MyAccount-content .form-row input {
    width: 100%
}

.akasha-MyAccount-content h3 {
    margin: 0 0 20px
}

.akasha-MyAccount-content p {
    margin-bottom: 15px
}

.akasha-Adchair {
    margin-bottom: 30px;
    padding: 25px 15px;
    border: 2px solid #d1d1d1;
    margin-top: 30px;
    position: relative
}

.akasha-Adchair .akasha-Adchair-title>h3 {
    font-size: 18px
}

.akasha-password-strength {
    margin-top: 15px;
    padding-bottom: 10px;
    margin-bottom: 10px;
    position: relative
}

.akasha-password-strength::before {
    content: '';
    display: block;
    height: 4px;
    width: 100%;
    background-color: #c2c2c2;
    position: absolute;
    left: 0;
    bottom: 0
}

.akasha-password-strength::after {
    content: '';
    display: block;
    height: 4px;
    position: absolute;
    left: 0;
    bottom: 0
}

.akasha-password-strength.short::after {
    background-color: #f44336;
    width: 25%
}

.akasha-password-strength.bad::after {
    background-color: #ff9800;
    width: 50%
}

.akasha-password-strength.good::after {
    background-color: #2196f3;
    width: 75%
}

.akasha-password-strength.strong::after {
    background-color: #4caf50;
    width: 100%
}

.akasha-ResetPassword .form-row .akasha-Button {
    height: 54px;
    line-height: 54px;
    min-width: 150px
}

.akasha-ResetPassword .form-row .akasha-Button:hover {
    background-color: #000
}

.akasha-ResetPassword .form-row {
    float: none
}

@media (max-width:1199px) {
    #customer_login .col-1,
    #customer_login .col-2,
    .checkout_coupon,
    body.akasha-account .akasha-notices-wrapper~.akasha-form-login,
    body.akasha-account .akasha-notices-wrapper~h2 {
        padding-left: 15px;
        padding-right: 15px
    }
}

@media (max-width:991px) {
    #customer_login .col-1,
    #customer_login .col-2 {
        width: 100%;
        min-height: 0
    }
    #customer_login .col-1 {
        margin-bottom: 30px
    }
    .akasha-MyAccount-navigation {
        width: 100%;
        padding-right: 0
    }
    .akasha-MyAccount-content {
        width: 100%
    }
    .akasha-MyAccount-navigation>ul {
        margin-bottom: 40px
    }
    #customer_login .form-row:not(.form-row-wide) {
        margin-bottom: 20px
    }
}

.wishlist-title {
    display: block
}

.wishlist-title h2 {
    font-size: 18px;
    letter-spacing: .1em;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0;
    padding: 25px;
    background-color: #f6f6f6;
    display: block
}

.akasha table.wishlist_table {
    background-color: #fff
}

.akasha table.wishlist_table thead {
    display: none
}

.akasha table.wishlist_table tbody tr td.product-thumbnai {
    border-right: 0
}

.akasha table.wishlist_table tbody tr td.product-name {
    border-left: 0
}

.akasha table.wishlist_table tbody tr td,
.akasha table.wishlist_table tbody tr td.product-remove {
    padding: 15px
}

.akasha table.wishlist_table tr td.product-thumbnail a {
    display: inline-block;
    max-width: 89px
}

.akasha table.wishlist_table .yith-wcqv-button {
    display: none
}

.akasha table.wishlist_table .product-price {
    font-size: 16px;
    color: #000
}

.akasha table.wishlist_table tbody tr td.wishlist-empty {
    font-size: 42px;
    line-height: 1.2;
    padding: 90px 15px
}

.akasha table.wishlist_table tr td.product-stock-status span {
    display: inline-block;
    text-align: center;
    padding: 0 10px;
    font-size: 16px
}

.akasha table.wishlist_table tr td.product-stock-status span {
    font-weight: 600;
    font-size: 14px
}

.akasha table.wishlist_table tr td.product-stock-status span.wishlist-in-stock {
    color: #000
}

.akasha table.wishlist_table td.product-add-to-cart {
    border-right: 0
}

.akasha table.wishlist_table td.product-add-to-cart a {
    display: inline-block!important;
    min-width: 164px;
    height: 49px;
    line-height: 49px;
    background-color: #1b1b1b;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    padding: 0 15px;
    text-align: center;
    margin-bottom: 0;
    border-radius: 30px
}

.akasha table.wishlist_table td.product-add-to-cart a:hover {
    background-color: #000
}

.akasha table.wishlist_table tfoot td {
    padding: 0;
    border: 0
}

.akasha table.wishlist_table .yith-wcwl-share {
    margin-bottom: 10px;
    padding: 15px 25px
}

.akasha table.wishlist_table .yith-wcwl-share h4.yith-wcwl-share-title {
    font-size: 16px
}

@media (max-width:1499px) {
    .akasha table.wishlist_table tbody tr td.wishlist-empty {
        padding-left: 15px;
        padding-right: 15px
    }
}

@media (max-width:1199px) {
    .akasha table.wishlist_table tbody tr td.wishlist-empty {
        padding-top: 50px;
        padding-bottom: 50px;
        font-size: 24px
    }
    .akasha table.wishlist_table tbody tr td,
    .akasha table.wishlist_table tbody tr td.product-remove {
        padding: 15px
    }
}

@media (max-width:767px) {
    .akasha table.wishlist_table tbody tr:first-child td {
        padding-top: 15px
    }
    .akasha table.wishlist_table tbody tr td.wishlist-empty {
        font-size: 26px
    }
}

.track_order {
    max-width: 750px;
    margin-left: auto;
    margin-right: auto;
    background-color: #f6f6f6;
    padding: 35px 30px 40px 30px;
    border-radius: 0
}

.track_order .form-row {
    margin-bottom: 0;
    margin-top: 30px;
    float: none
}

.track_order p:first-child {
    max-width: 540px;
    margin: 0 auto;
    text-align: center
}

.track_order label {
    font-size: 16px;
    font-weight: 600;
    color: #000
}

.track_order .form-row-first,
.track_order .form-row-last {
    width: 100%
}

.track_order .button {
    margin: 0 auto;
    display: table;
    border-radius: 0;
    background-color: #1b1b1b;
    font-weight: 600;
    min-width: 160px;
    height: 52px;
    line-height: 52px;
    padding: 0 15px;
    text-align: center;
    font-size: 14px
}

.track_order .button:hover {
    background-color: #000
}

body.error404 .header {
    position: static
}

.main-container.error-404 .title-404 {
    margin: 0;
    font-size: 270px;
    line-height: 1
}

.main-container.error-404 .title {
    font-size: 30px;
    font-weight: 600;
    line-height: 36px;
    color: #000;
    margin-bottom: 20px
}

.main-container.error-404 .subtitle {
    font-size: 18px;
    color: #7e848b;
    margin-bottom: 55px
}

.main-container.error-404 .button {
    display: inline-block;
    padding: 0 25px;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    background-color: #000;
    text-transform: capitalize;
    border-radius: 0
}

.main-container.error-404 .button:hover {
    background-color: #000
}

@media (max-width:1199px) {
    .page-title {
        font-size: 32px
    }
}

@media (max-width:767px) {
    .main-container.error-404 .page-title {
        font-size: 140px
    }
    .main-container.error-404 .title {
        font-size: 26px
    }
    .main-container.error-404 .subtitle {
        font-size: 15px
    }
}

#popup-newsletter {
    overflow-y: hidden!important
}

#popup-newsletter .modal-content {
    background-color: #fff
}

#popup-newsletter button.close {
    cursor: pointer;
    position: absolute;
    right: 8px;
    top: 8px;
    width: 40px;
    height: 40px;
    display: block;
    background-color: transparent;
    color: #000;
    z-index: 1;
    opacity: 1
}

#popup-newsletter button.close:hover {
    color: #000
}

#popup-newsletter button.close::after,
#popup-newsletter button.close::before {
    border-bottom: 2px solid;
    content: "";
    left: 12px;
    position: absolute;
    top: 19px;
    width: 17px
}

#popup-newsletter button.close::before {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

#popup-newsletter button.close::after {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg)
}

#popup-newsletter .modal-inner {
    overflow: hidden
}

#popup-newsletter .modal-inner .modal-thumb {
    float: left;
    width: 40%
}

#popup-newsletter .modal-inner .modal-info {
    overflow-y: auto;
    text-align: center;
    padding: 70px 40px 30px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 60%
}

#popup-newsletter .title {
    font-size: 30px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0 0 20px
}

#popup-newsletter .des {
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 30px;
    max-width: 395px;
    display: inline-block
}

#popup-newsletter .newsletter-form-wrap .email {
    width: 100%;
    height: 52px;
    line-height: 52px;
    margin-bottom: 22px;
    text-align: center
}

#popup-newsletter .newsletter-form-wrap .submit-newsletter {
    width: 100%;
    height: 52px;
    line-height: 52px;
    color: #fff;
    font-weight: 600
}

#popup-newsletter .newsletter-form-wrap .submit-newsletter:hover {
    background-color: #000
}

#popup-newsletter .checkbox {
    text-align: right;
    margin: 30px 0 0
}

#popup-newsletter .checkbox label {
    padding-left: 0
}

#popup-newsletter .checkbox .akasha_disabled_popup_by_user {
    display: none
}

#popup-newsletter .checkbox span {
    position: relative;
    padding-left: 20px;
    color: #999
}

#popup-newsletter .checkbox span::before {
    content: "";
    display: inline-block;
    width: 12px;
    height: 12px;
    border: 1px solid #dbdbdb;
    background-color: #f4f4f4;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%)
}

#popup-newsletter .checkbox .akasha_disabled_popup_by_user:checked~span::after {
    content: "";
    display: inline-block;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #000;
    position: absolute;
    left: 3px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%)
}

.modal {
    top: 50%;
    bottom: auto;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    height: auto;
    max-height: calc(100% - 60px);
    overflow-y: auto;
    padding: 15px!important
}

.modal-dialog {
    width: 1000px;
    max-width: 100%;
    margin: auto
}

.modal-content {
    border: none;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none
}

.modal-backdrop.in {
    opacity: .8
}

@media (max-width:991px) {
    #popup-newsletter .title {
        font-size: 24px
    }
    #popup-newsletter .des {
        font-size: 14px;
        line-height: 26px;
        margin-bottom: 20px
    }
    #popup-newsletter button.close {
        top: 0
    }
    #popup-newsletter .title {
        margin: 0 0 15px
    }
    #popup-newsletter .checkbox {
        margin: 15px 0 0
    }
    #popup-newsletter .modal-inner .modal-info {
        padding: 40px 30px 20px
    }
}

@media (min-width:768px) {
    .modal-dialog {
        width: 1000px;
        max-width: calc(100% - 30px);
        margin: auto
    }
    .modal-content {
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none
    }
}

@media (max-width:767px) {
    #popup-newsletter .title {
        font-size: 20px
    }
    #popup-newsletter .des {
        font-size: 14px;
        line-height: 20px
    }
    #popup-newsletter .modal-inner .modal-info {
        position: static;
        width: 100%;
        padding: 40px 20px 20px
    }
    #popup-newsletter .modal-inner .modal-thumb {
        display: none
    }
}

.akasha-banner .banner-inner {
    position: relative
}

.akasha-banner .banner-info {
    position: absolute
}

.akasha-banner .banner-thumb {
    overflow: hidden;
    margin-bottom: 0
}

.akasha-banner .banner-thumb img {
    height: auto;
    object-fit: cover;
    width: 100%;
    background-color: #f8f8f8;
    -webkit-transition: transform .8s ease 0s;
    -moz-transition: transform .8s ease 0s;
    -o-transition: transform .8s ease 0s;
    transition: transform .8s ease 0s;
    border-radius: 15px
}

.akasha-banner .title {
    margin-top: 0
}

.akasha-banner.style-01 .banner-thumb {
    border-radius: 0
}

.akasha-banner.style-01 .banner-info {
    padding: 0 10px;
    text-align: center
}

.akasha-banner.style-01.left-center .banner-info {
    right: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%)
}

.akasha-banner.style-01.right-top .banner-info {
    right: 10px;
    top: 20px
}

.akasha-banner.style-01.left-top .banner-info {
    left: 10px;
    top: 20px
}

.akasha-banner.style-01.left-top.new .banner-info {
    transform: rotate(90deg) translateY(-100%);
    transform-origin: top left
}

.akasha-banner.style-01.left-bottom .banner-info {
    left: 10px;
    bottom: 20px
}

.akasha-banner.style-01 .title {
    font-size: 13px;
    letter-spacing: .3em;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 30px;
    margin-bottom: 0
}

.akasha-banner.style-01 .title a {
    position: relative;
    padding-left: 40px
}

.akasha-banner.style-01 .title a::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    border-bottom: 2px solid;
    width: 30px
}

.akasha-banner.style-02 .banner-info {
    left: 0;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%)
}

.akasha-banner.style-02 .banner-label {
    font-size: 16px;
    letter-spacing: .48em;
    display: inline-block;
    color: #000;
    text-transform: uppercase;
    white-space: nowrap;
    padding-left: 15px;
    font-weight: 500
}

.akasha-banner.style-02 .title {
    font-size: 46px;
    font-weight: 700;
    letter-spacing: .01em;
    margin-bottom: 15px;
    position: relative;
    color: #000;
    padding-left: 12px
}

.akasha-banner.style-02 .title::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 10px;
    height: 65px;
    border-left: 2px solid
}

.akasha-banner.style-02 .subtitle {
    font-size: 14px;
    margin-bottom: 23px;
    max-width: 500px
}

.akasha-banner.style-02 .button {
    display: inline-block;
    min-width: 146px;
    height: 48px;
    line-height: 48px;
    border-radius: 48px;
    text-align: center;
    text-transform: uppercase;
    padding: 0 15px;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .1em;
    background-color: #000;
    color: #fff
}

.akasha-banner.style-03 .banner-info {
    top: 45px;
    left: 30px
}

.akasha-banner.style-03 .title {
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .3em;
    font-style: italic;
    padding: 0 0 4px 20px;
    margin-bottom: 10px;
    margin-left: -30px;
    display: inline-block;
    border-bottom: 1px solid #000
}

.akasha-banner.style-03 .title a {
    color: #000
}

.akasha-banner.style-03 .cate {
    font-size: 30px;
    font-weight: 700;
    color: #000;
    text-transform: uppercase;
    position: relative
}

.akasha-banner.style-04 .banner-info {
    top: 45px;
    left: 30px
}

.akasha-banner.style-04 .title-wrap {
    position: relative
}

.akasha-banner.style-04 .title {
    font-size: 24px;
    font-style: italic;
    margin-bottom: 0;
    letter-spacing: .2em;
    text-transform: uppercase
}

.akasha-banner.style-04 .cate {
    font-size: 34px;
    line-height: 1;
    font-weight: 700;
    display: inline-block;
    color: #000;
    text-transform: uppercase
}

.akasha-banner.style-04 .subtitle {
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 20px;
    letter-spacing: .2em
}

.akasha-banner.style-04 .button {
    display: inline-block;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: .1em;
    height: 40px;
    min-width: 132px;
    line-height: 40px;
    text-align: center;
    padding: 0 10px;
    border-radius: 40px;
    background-color: #000;
    color: #fff
}

.akasha-banner.style-04 .button:hover {
    background-color: #000;
    color: #fff
}

.akasha-banner.style-05 .banner-info {
    right: 30px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: right
}

.akasha-banner.style-05 .title {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 3px;
    text-transform: uppercase;
    position: relative
}

.akasha-banner.style-05 .discount {
    display: inline-block;
    text-align: center;
    font-size: 16px;
    color: #000;
    padding: 0 30px 0 5px;
    margin-right: -30px
}

.akasha-banner.style-05 .subtitle {
    font-size: 16px;
    margin-bottom: 15px
}

.akasha-banner.style-05 .button,
.akasha-banner.style-06 .button {
    display: inline-block;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: .1em;
    height: 40px;
    min-width: 132px;
    line-height: 38px;
    text-align: center;
    padding: 0 10px;
    border: 1px solid #000;
    border-radius: 40px
}

.akasha-banner.style-05 .button,
.akasha-banner.style-06 .button:hover {
    background-color: #000;
    color: #fff
}

.akasha-banner.style-05 .button:hover {
    background-color: #000;
    border-color: #000
}

.akasha-banner.style-06 .banner-info {
    left: 30px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%)
}

.akasha-banner.style-06 .title {
    font-size: 32px;
    font-weight: 700;
    text-transform: uppercase;
    color: #000;
    margin-bottom: 0
}

.akasha-banner.style-06 .cate {
    font-size: 26px;
    font-weight: 700;
    text-transform: uppercase;
    color: #000;
    line-height: 1;
    margin-bottom: 7px
}

.akasha-banner.style-06 .discount {
    display: table;
    vertical-align: middle;
    padding: 0 5px 0 30px;
    font-size: 16px;
    color: #000;
    margin-left: -30px;
    margin-bottom: 10px
}

.akasha-banner.style-06 .discount span {
    font-size: 14px;
    font-weight: 400
}

.akasha-banner.style-07 .banner-info {
    left: 0;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: right
}

.akasha-banner.style-07 .banner-content {
    text-align: center
}

.akasha-banner.style-07 .title-wrap {
    position: relative;
    display: inline-block
}

.akasha-banner.style-07 .banner-label {
    font-size: 16px;
    letter-spacing: .6em;
    display: inline-block;
    color: #000;
    text-transform: uppercase;
    white-space: nowrap;
    margin-bottom: 5px
}

.akasha-banner.style-07 .title {
    font-size: 54px;
    font-family: 'Playfair Display', sans-serif;
    line-height: 1;
    color: #000;
    margin-bottom: 20px;
    padding-bottom: 15px;
    position: relative;
    letter-spacing: .1em
}

.akasha-banner.style-07 .title::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    border-bottom: 1px solid;
    width: 120px
}

.akasha-banner.style-07 .cate {
    font-size: 30px;
    line-height: 1;
    color: #000;
    margin-bottom: 15px
}

.akasha-banner.style-07 .subtitle {
    font-size: 16px;
    line-height: 30px;
    max-width: 420px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px
}

.akasha-banner.style-07 .button {
    display: inline-block;
    padding: 0 25px;
    height: 48px;
    line-height: 48px;
    border-radius: 48px;
    font-size: 13px;
    letter-spacing: .1em;
    font-weight: 700;
    background-color: #000;
    color: #fff;
    text-transform: uppercase
}

.akasha-banner.style-08 .banner-info,
.akasha-banner.style-09 .banner-info,
.akasha-banner.style-10 .banner-info {
    top: 50%;
    right: 40px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: right
}

.akasha-banner.style-08 .title,
.akasha-banner.style-09 .title,
.akasha-banner.style-10 .title {
    font-size: 36px;
    font-weight: 400;
    margin-bottom: 5px;
    font-family: 'Playfair Display';
    display: inline-block
}

.akasha-banner.style-08 .cate,
.akasha-banner.style-09 .cate,
.akasha-banner.style-10 .cate {
    font-size: 16px;
    font-weight: 600;
    letter-spacing: .2em;
    text-transform: uppercase;
    color: #000;
    margin-bottom: 20px
}

.akasha-banner.style-08 .button,
.akasha-banner.style-09 .button,
.akasha-banner.style-10 .button {
    display: inline-block;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: .1em;
    height: 40px;
    min-width: 132px;
    line-height: 40px;
    text-align: center;
    padding: 0 10px;
    background-color: #000;
    color: #fff;
    border-radius: 30px
}

.akasha-banner.style-08 .button:hover,
.akasha-banner.style-09 .button:hover,
.akasha-banner.style-10 .button:hover {
    background-color: #000;
    color: #fff
}

.akasha-banner.style-11 .banner-info {
    top: 50%;
    right: 0;
    left: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%)
}

.akasha-banner.style-11 .banner-label {
    font-size: 50px;
    font-family: 'Playfair Display', sans-serif;
    position: relative;
    color: #000;
    display: inline-block;
    margin-bottom: 0
}

.akasha-banner.style-11 .title {
    font-size: 60px;
    margin-bottom: 10px;
    color: #000;
    font-family: 'Playfair Display', sans-serif
}

.akasha-banner.style-11 .subtitle {
    margin-bottom: 25px
}

.akasha-banner.style-11 .button {
    display: inline-block;
    min-width: 150px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    padding: 0 15px;
    border: 1px solid #000;
    background-color: #000;
    color: #fff;
    border-radius: 40px;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .01em
}

.akasha-banner.style-11 .button:hover {
    background-color: #000;
    border-color: #000;
    color: #fff
}

.akasha-banner.style-12 .banner-info {
    top: 60px;
    left: 20px
}

.akasha-banner.style-12 .title {
    text-transform: uppercase;
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 0;
    color: #000
}

.akasha-banner.style-12 .cate {
    font-size: 16px;
    font-style: italic;
    letter-spacing: .1em;
    color: #fff;
    margin-bottom: 15px;
    background-color: #000;
    padding: 0 15px 0 20px;
    margin-left: -20px;
    font-family: "Playfair Display"
}

.akasha-banner.style-12 .button {
    font-size: 16px;
    font-weight: 600;
    color: #000;
    text-transform: capitalize;
    display: inline-block;
    position: relative;
    overflow: hidden
}

.akasha-banner.style-12 .button::before {
    content: '';
    border-bottom: 1px solid;
    position: absolute;
    bottom: 3px;
    left: 0;
    right: 0
}

.akasha-banner.style-12 .button::after {
    content: '\f101';
    font-family: FontAwesome, sans-serif;
    font-size: 16px;
    font-weight: 400;
    margin-left: 3px
}

.akasha-banner.style-12 .button:hover::before {
    -webkit-animation: underline-link .8s cubic-bezier(.58, .3, .005, 1) 0s 1;
    animation: underline-link .8s cubic-bezier(.58, .3, .005, 1) 0s 1
}

.akasha-banner.style-13 .banner-inner {
    overflow: hidden
}

.akasha-banner.style-13 .banner-info {
    bottom: -54px;
    left: 0;
    right: 0;
    text-align: center;
    -webkit-transition: all .25s ease 0s;
    -moz-transition: all .25s ease 0s;
    -o-transition: all .25s ease 0s;
    transition: all .25s ease 0s
}

.akasha-banner.style-13 .banner-inner:hover .banner-info {
    bottom: 0
}

.akasha-banner.style-13 .title {
    margin: 0
}

.akasha-banner.style-13 .title a {
    vertical-align: top;
    min-width: 160px;
    height: 54px;
    line-height: 54px;
    font-size: 20px;
    margin: 0;
    font-weight: 600;
    position: relative;
    overflow: hidden;
    -webkit-box-shadow: 0 3px 10px 0 rgba(0, 0, 0, .05);
    -moz-box-shadow: 0 3px 10px 0 rgba(0, 0, 0, .05);
    box-shadow: 0 3px 10px 0 rgba(0, 0, 0, .05);
    color: #fff;
    background-color: #000;
    display: block
}

.akasha-banner.style-02 .button,
.akasha-banner.style-07 .button {
    position: relative;
    overflow: hidden
}

.akasha-banner.style-01 .banner-info {
    overflow: hidden
}

.akasha-banner.style-02 .button span,
.akasha-banner.style-07 .button span {
    position: relative
}

.akasha-banner.style-02 .button:hover,
.akasha-banner.style-07 .button:hover {
    background-color: #000;
    color: #fff
}

@media (max-width:1366px) {
    .akasha-banner.style-08 .banner-info,
    .akasha-banner.style-09 .banner-info,
    .akasha-banner.style-10 .banner-info {
        right: 30px
    }
    .akasha-banner.style-08 .title,
    .akasha-banner.style-09 .title,
    .akasha-banner.style-10 .title {
        font-size: 30px;
        margin-bottom: 6px
    }
    .akasha-banner.style-08 .cate,
    .akasha-banner.style-09 .cate,
    .akasha-banner.style-10 .cate {
        font-size: 15px;
        margin-bottom: 15px
    }
    .akasha-banner.style-11 .banner-label {
        font-size: 46px
    }
    .akasha-banner.style-11 .title {
        font-size: 50px
    }
}

@media (max-width:1199px) {
    .akasha-banner.style-01 .title {
        font-size: 13px
    }
    .akasha-banner.style-02 .title {
        font-size: 40px;
        font-weight: 600
    }
    .akasha-banner.style-02 .title::before {
        height: 58px
    }
    .akasha-banner.style-02 .subtitle {
        font-size: 13px
    }
    .akasha-banner.style-02 .button {
        min-width: 140px;
        height: 42px;
        line-height: 42px;
        font-size: 13px
    }
    .akasha-banner.style-03 .cate {
        font-size: 26px
    }
    .akasha-banner.style-04 .title {
        font-size: 22px
    }
    .akasha-banner.style-04 .cate {
        font-size: 30px
    }
    .akasha-banner.style-05 .title {
        font-size: 26px
    }
    .akasha-banner.style-05 .button,
    .akasha-banner.style-06 .button {
        font-size: 12px
    }
    .akasha-banner.style-06 .cate {
        font-size: 26px
    }
    .akasha-banner.style-06 .title {
        font-size: 30px
    }
    .akasha-banner.style-07 .title {
        font-size: 44px
    }
    .akasha-banner.style-07 .cate {
        font-size: 28px
    }
    .akasha-banner.style-07 .banner-label {
        letter-spacing: .3em
    }
    .akasha-banner.style-07 .subtitle {
        font-size: 14px;
        line-height: 28px
    }
    .akasha-banner.style-08 .banner-info,
    .akasha-banner.style-09 .banner-info,
    .akasha-banner.style-10 .banner-info {
        right: 20px
    }
    .akasha-banner.style-08 .title,
    .akasha-banner.style-09 .title,
    .akasha-banner.style-10 .title {
        font-size: 24px
    }
    .akasha-banner.style-08 .cate,
    .akasha-banner.style-09 .cate,
    .akasha-banner.style-10 .cate {
        font-size: 13px;
        font-weight: 600
    }
    .akasha-banner.style-08 .button,
    .akasha-banner.style-09 .button,
    .akasha-banner.style-10 .button {
        font-size: 12px;
        min-width: 140px;
        height: 42px;
        line-height: 42px;
        padding: 0 10px;
        text-align: center
    }
    .akasha-banner.style-11 .title {
        font-size: 44px
    }
    .akasha-banner.style-11 .button {
        min-width: 140px;
        height: 42px;
        line-height: 42px;
        font-size: 12px;
        padding: 0 20px;
        text-align: center
    }
    .akasha-banner.style-13 .title {
        font-size: 20px;
        line-height: 50px;
        height: 50px
    }
}

@media (max-width:991px) {
    .akasha-banner.style-07 .subtitle {
        font-size: 13px;
        line-height: 24px;
        margin-bottom: 13px
    }
    .akasha-banner.style-07 .button {
        min-width: 140px;
        height: 42px;
        line-height: 44px;
        font-size: 13px
    }
    .akasha-banner.style-07 .title {
        font-size: 36px;
        margin-bottom: 12px;
        padding-bottom: 7px
    }
    .akasha-banner.style-07 .cate {
        font-size: 24px
    }
    .akasha-banner.style-11 .title {
        font-size: 36px
    }
    .akasha-banner.style-11 .subtitle {
        font-size: 14px
    }
    .akasha-banner.style-11 .banner-label {
        font-size: 32px
    }
}

@media (max-width:767px) {
    .akasha-banner.style-01 .title {
        font-size: 12px
    }
    .akasha-banner.style-02 .banner-label {
        font-size: 11px;
        line-height: 22px;
        letter-spacing: .2em
    }
    .akasha-banner.style-02 .title {
        font-size: 24px;
        margin-bottom: 10px
    }
    .akasha-banner.style-02 .title::before {
        bottom: 6px;
        height: 42px
    }
    .akasha-banner.style-02 .subtitle {
        font-size: 12px;
        line-height: 20px;
        letter-spacing: 0;
        margin-bottom: 10px;
        max-width: 200px
    }
    .akasha-banner.style-02 .button {
        min-width: 105px;
        height: 36px;
        line-height: 36px;
        font-size: 12px;
        letter-spacing: .01em
    }
    .akasha-banner.style-03 .cate {
        font-size: 22px
    }
    .akasha-banner.style-04 .title {
        font-size: 20px
    }
    .akasha-banner.style-04 .banner-info {
        left: 15px
    }
    .akasha-banner.style-04 .cate {
        font-size: 24px
    }
    .akasha-banner.style-04 .subtitle {
        font-size: 14px;
        letter-spacing: .1em;
        margin-bottom: 15px
    }
    .akasha-banner.style-04 .button {
        min-width: 110px;
        font-size: 11px
    }
    .akasha-banner.style-05 .banner-info {
        right: 15px
    }
    .akasha-banner.style-05 .subtitle {
        font-size: 14px
    }
    .akasha-banner.style-05 .button,
    .akasha-banner.style-06 .button {
        font-size: 11px
    }
    .akasha-banner.style-05 .title {
        font-size: 22px
    }
    .akasha-banner.style-06 .banner-info {
        left: 15px
    }
    .akasha-banner.style-06 .title {
        font-size: 22px
    }
    .akasha-banner.style-06 .cate {
        font-size: 18px
    }
    .akasha-banner.style-07 .title {
        font-size: 20px
    }
    .akasha-banner.style-07 .banner-label {
        font-size: 11px;
        letter-spacing: .2em;
        line-height: 15px
    }
    .akasha-banner.style-07 .cate {
        font-size: 14px
    }
    .akasha-banner.style-07 .subtitle {
        display: none
    }
    .akasha-banner.style-07 .button {
        min-width: 105px;
        height: 36px;
        line-height: 36px;
        font-size: 11px;
        letter-spacing: .01em
    }
    .akasha-banner.style-08 .button,
    .akasha-banner.style-09 .button,
    .akasha-banner.style-10 .button {
        min-width: 105px;
        height: 36px;
        line-height: 36px;
        font-size: 11px
    }
    .akasha-banner.style-11 .title {
        font-size: 24px;
        margin-bottom: 7px
    }
    .akasha-banner.style-11 .subtitle {
        font-size: 12px;
        margin-bottom: 5px
    }
    .akasha-banner.style-11 .banner-label {
        font-size: 22px;
        margin-bottom: 0
    }
    .akasha-banner.style-11 .button {
        min-width: 105px;
        height: 36px;
        line-height: 36px;
        font-size: 11px
    }
    .akasha-banner.style-12 .title {
        font-size: 24px
    }
    .akasha-banner.style-12 .cate {
        margin-bottom: 10px;
        font-size: 14px
    }
    .akasha-banner.style-13 .title {
        font-size: 18px;
        line-height: 46px;
        height: 46px
    }
}

.akasha-blog.style-02 .post-item .post-inner {
    overflow: hidden
}

.akasha-blog.style-02 .post-item .post-thumb {
    border-radius: 0;
    margin-bottom: 25px
}

.akasha-blog.style-02 .post-item .post-thumb img {
    -webkit-transition: transform .25s ease 0s;
    -moz-transition: transform .25s ease 0s;
    -o-transition: transform .25s ease 0s;
    transition: transform .25s ease 0s
}

.akasha-blog.style-02 .post-item .post-thumb:hover img {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05)
}

.akasha-blog.style-02 .post-item .title-date {
    overflow: hidden;
    margin-bottom: 15px
}

.akasha-blog.style-02 .post-item .datebox {
    float: left;
    position: static
}

.akasha-blog.style-02 .post-item .post-title {
    overflow: hidden;
    padding-left: 15px;
    font-size: 18px;
    margin-bottom: 0;
    margin-top: 7px
}

.akasha-blog.style-02 .post-item .post-comment-icon {
    float: none
}

.akasha-blog.style-02 .post-item .post-meta {
    margin-bottom: 10px
}

@media (max-width:1199px) {
    .akasha-blog.style-02 .post-item .post-thumb img,
    .blog-grid .post-thumb img {
        width: 100%
    }
}

@media (max-width:767px) {
    .akasha-blog.style-02 .post-item .post-title {
        font-size: 16px
    }
}

.akasha-categories .categories-inner {
    position: relative;
    overflow: hidden
}

.akasha-categories .title {
    margin: 0
}

.akasha-categories .categories-thumb {
    margin-bottom: 0
}

.akasha-categories.style-01 .categories-thumb {
    overflow: hidden
}

.akasha-categories.style-01 .categories-thumb img {
    -webkit-transition: transform 1s cubic-bezier(0, 0, .44, 1.18);
    -moz-transition: transform 1s cubic-bezier(0, 0, .44, 1.18);
    -o-transition: transform 1s cubic-bezier(0, 0, .44, 1.18);
    transition: transform 1s cubic-bezier(0, 0, .44, 1.18)
}

.akasha-categories.style-01 .categories-inner:hover .categories-thumb img {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05)
}

.akasha-categories.style-01 .title {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -54px;
    text-align: center;
    -webkit-transition: all .25s ease 0s;
    -moz-transition: all .25s ease 0s;
    -o-transition: all .25s ease 0s;
    transition: all .25s ease 0s
}

.akasha-categories.style-01 .categories-inner:hover .title {
    bottom: 0
}

.akasha-categories.style-01 .title a {
    display: block;
    padding: 0 20px;
    min-width: 160px;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 0;
    letter-spacing: .05em;
    line-height: 54px;
    background-color: #000;
    color: #fff;
    position: relative;
    overflow: hidden
}

.akasha-categories.style-01 .title a::before {
    position: absolute;
    top: 0;
    left: -100%;
    z-index: 2;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .3) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .3) 100%);
    -webkit-transform: skewX(-45deg);
    -moz-transform: skewX(-45deg);
    -o-transform: skewX(-45deg);
    -ms-transform: skewX(-45deg);
    transform: skewX(-45deg)
}

.akasha-categories.style-01 .title a:hover::before {
    -webkit-animation: shine .75s;
    animation: shine .75s
}

.akasha-categories.style-02 img {
    border-radius: 50%;
    -webkit-transition: transform 1s ease 0s;
    -moz-transition: transform 1s ease 0s;
    -o-transition: transform 1s ease 0s;
    transition: transform 1s ease 0s
}

.akasha-categories.style-02 .categories-inner:hover img {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg)
}

.akasha-categories.style-02 .title {
    text-align: center;
    font-size: 22px;
    font-weight: 600;
    margin-top: 30px
}

@media (max-width:1199px) {
    .akasha-categories.style-01 .title a {
        font-size: 18px;
        height: 50px;
        line-height: 50px
    }
}

@media (max-width:767px) {
    .akasha-categories.style-01 .title a {
        font-size: 16px;
        line-height: 46px;
        height: 46px
    }
    .akasha-categories.style-01 .categories-thumb img {
        width: 100%
    }
}

.akasha-heading .title {
    margin-top: 0
}

.akasha-heading.style-01 .heading-inner {
    text-align: center;
    overflow: hidden
}

.akasha-heading.style-01 .title {
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 600;
    position: relative;
    margin-bottom: 20px;
    padding: 10px 15px;
    border: 1px solid #000;
    margin-left: auto;
    margin-right: auto;
    display: table;
    letter-spacing: .2em
}

.akasha-heading.style-01 .subtitle {
    max-width: 490px;
    margin: 0 auto
}

.akasha-heading.style-02 .heading-inner {
    text-align: center
}

.akasha-heading.style-02 .icon {
    font-size: 80px;
    line-height: 80px;
    margin-bottom: 15px;
    color: #000
}

.akasha-heading.style-02 .title {
    font-size: 34px;
    font-weight: 600;
    margin-bottom: 20px;
    position: relative
}

.akasha-heading.style-02 .subtitle {
    max-width: 900px;
    margin: 0 auto
}

@media (max-width:1199px) {
    .akasha-heading.style-01 .title {
        font-size: 18px
    }
    .akasha-heading.style-02 .title {
        font-size: 28px
    }
    .akasha-heading.style-02 .icon {
        font-size: 65px;
        line-height: 65px
    }
}

@media (max-width:767px) {
    .akasha-heading.style-01 .title {
        font-size: 16px
    }
    .akasha-heading.style-01 .title::after,
    .akasha-heading.style-01 .title::before {
        top: 9px;
        width: 30px
    }
    .akasha-heading.style-02 .title {
        font-size: 26px
    }
    .akasha-heading.style-02 .icon {
        font-size: 50px;
        line-height: 50px
    }
    .akasha-heading.style-02 .subtitle br {
        display: none
    }
}

.akasha-iconbox .title {
    margin-top: 0
}

.akasha-iconbox.style-01 .iconbox-inner {
    display: table;
    width: 100%;
    border: 1px solid #ebebeb;
    padding: 32px 20px 30px 20px;
    border-radius: 0
}

.akasha-iconbox.style-01 .iconbox-inner:hover {
    border-color: #000
}

.akasha-iconbox.style-01 .icon {
    display: table-cell;
    vertical-align: middle;
    font-size: 50px;
    width: 80px;
    color: #000;
    position: relative
}

.akasha-iconbox.style-01 .icon span:last-child {
    font-size: 70px;
    opacity: .05;
    position: absolute;
    left: 8px;
    top: 3px;
    -webkit-transition: all .25s ease 0s;
    -moz-transition: all .25s ease 0s;
    -o-transition: all .25s ease 0s;
    transition: all .25s ease 0s
}

.akasha-iconbox.style-01 .iconbox-inner:hover .icon span:last-child {
    left: 15px
}

.akasha-iconbox.style-01 .title {
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 7px;
    color: #000
}

.akasha-iconbox.style-02 .icon {
    color: #000;
    font-weight: 700;
    font-size: 40px
}

.akasha-iconbox.style-02 .iconbox-inner .icon span {
    display: inline-block
}

.akasha-iconbox.style-02 .iconbox-inner:hover .icon span {
    -webkit-animation: bounceIn .3s ease;
    -o-animation: bounceIn .3s ease;
    animation: bounceIn .3s ease
}

.akasha-iconbox.style-02 .title {
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 7px
}

.akasha-iconbox.style-03 .iconbox-inner {
    display: table;
    width: 100%;
    border: 2px solid #ebebeb;
    padding: 32px 20px 30px 20px;
    border-radius: 0
}

.akasha-iconbox.style-03 .iconbox-inner:hover {
    border-color: #000
}

.akasha-iconbox.style-03 .icon {
    display: table-cell;
    vertical-align: middle;
    font-size: 50px;
    width: 80px;
    color: #000;
    position: relative
}

.akasha-iconbox.style-03 .title {
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 7px
}

@media (max-width:767px) {
    .akasha-iconbox.style-01 .iconbox-inner,
    .akasha-iconbox.style-03 .iconbox-inner {
        padding: 25px 15px
    }
    .akasha-iconbox.style-01 .title,
    .akasha-iconbox.style-02 .title,
    .akasha-iconbox.style-03 .title {
        font-size: 13px
    }
}

.akasha-instagram .item {
    position: relative;
    text-align: center;
    display: block
}

.akasha-instagram .item::before {
    background: rgba(0, 0, 0, .65);
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    opacity: 0;
    visibility: hidden;
    z-index: 1;
    -webkit-transition: all .4s ease 0s;
    -moz-transition: all .4s ease 0s;
    -o-transition: all .4s ease 0s;
    transition: all .4s ease 0s
}

.akasha-instagram .item:hover::before {
    visibility: visible
}

.akasha-instagram .instagram-info {
    color: #fff;
    display: block;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    z-index: 2;
    -webkit-transform: translateY(-50%) scale(.4);
    -moz-transform: translateY(-50%) scale(.4);
    -ms-transform: translateY(-50%) scale(.4);
    -o-transform: translateY(-50%) scale(.4);
    transform: translateY(-50%) scale(.4);
    -webkit-transition: opacity .4s ease 0s;
    -moz-transition: opacity .4s ease 0s;
    -o-transition: opacity .4s ease 0s;
    transition: opacity .4s ease 0s
}

.akasha-instagram .item:hover .instagram-info {
    opacity: 1;
    visibility: visible;
    white-space: nowrap;
    -webkit-transform: translateY(-50%) scale(1);
    -moz-transform: translateY(-50%) scale(1);
    -ms-transform: translateY(-50%) scale(1);
    -o-transform: translateY(-50%) scale(1);
    transform: translateY(-50%) scale(1)
}

.akasha-instagram .social-wrap {
    display: block
}

.akasha-instagram .social-info {
    font-size: 14px;
    display: inline-block
}

.akasha-instagram .social-info:not(:last-child)::after {
    content: '|';
    padding: 0 7px 0 10px;
    font-size: 16px;
    vertical-align: top
}

.akasha-instagram .social-info i {
    font-size: 18px;
    padding-left: 4px;
    vertical-align: text-bottom;
    position: relative;
    top: 6px
}

.akasha-listitem .listitem-list {
    padding-left: 0;
    list-style: none
}

.akasha-listitem li a {
    position: relative;
    display: inline-block
}

.akasha-listitem .icon {
    font-size: 23px;
    vertical-align: middle;
    padding-right: 3px
}

.akasha-listitem .image {
    z-index: 1;
    line-height: 0;
    float: right;
    margin-left: 3px
}

.akasha-listitem a:not(:hover) {
    color: inherit
}

.akasha-listitem.style-01 li,
.akasha-listitem.style-02 li {
    line-height: 34px
}

footer .akasha-listitem.style-01 li,
footer .akasha-listitem.style-02 li {
    margin-bottom: 5px
}

.akasha-listitem.style-03 li {
    display: inline-block
}

.akasha-listitem.style-03 li:not(:last-child) {
    padding-right: 25px
}

.akasha-listitem.style-04 .listitem-inner {
    text-align: center
}

.akasha-listitem.style-04 .title {
    margin-top: 0;
    margin-bottom: 10px;
    font-weight: 700;
    position: relative;
    padding-bottom: 9px;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: .1em
}

footer .akasha-listitem.style-04 .title {
    margin-bottom: 20px
}

.akasha-listitem.style-04 .title::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 40px;
    border-bottom: 2px solid #000
}

.akasha-listitem.style-04 li {
    line-height: 34px
}

footer .akasha-listitem.style-04 li {
    margin-bottom: 5px
}

.akasha-listitem.style-04 li a::before {
    background-color: #000;
    bottom: 0;
    content: "";
    height: 1px;
    position: absolute;
    right: 0;
    transition: width .5s ease 0s;
    -o-transition: width .5s ease 0s;
    -webkit-transition: width .5s ease 0s;
    width: 0
}

.akasha-listitem.style-04 a:hover::before {
    left: 0;
    width: 100%
}

@media (max-width:767px) {
    .akasha-listitem.style-03 li {
        font-size: 13px
    }
    .akasha-listitem.style-03 li:not(:last-child) {
        padding-right: 13px
    }
}

.wpcf7-form label,
.wpcf7-form label .wpcf7-form-control-wrap,
.wpcf7-form label input,
.wpcf7-form label textarea {
    width: 100%
}

.wpcf7-form label {
    font-size: 14px;
    font-weight: 500;
    color: #363636;
}

.wpcf7-form label input {
    padding: 4px 15px;
    height: 50px;
    margin-top: 2px
}

.wpcf7-form label textarea {
    height: 200px;
    margin-top: 2px;
    border-radius: 4px;
}

.wpcf7-form .wpcf7-submit {
    width: 100%;
    height: 50px;
    line-height: 50px;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: .1em;
    text-transform: uppercase;
    margin-top: 10px
}

.wpcf7-form .wpcf7-submit:hover {
    background-color: #fb9c60;
}

.akasha-google-maps .coinpo-map-info {
    padding: 0!important
}

.akasha-google-maps .coinpo-map-info .map-title {
    margin-top: 0;
    margin-bottom: 10px
}

.akasha-team .team-inner {
    text-align: center
}

.akasha-team .thumb-avatar {
    position: relative;
    margin-bottom: 25px;
    overflow: hidden
}

.akasha-team .thumb-avatar>a {
    position: relative;
    display: block
}

.akasha-team .thumb-avatar>a::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    background-color: rgba(0, 0, 0, .5);
    -webkit-transition: all .4s ease 0s;
    -moz-transition: all .4s ease 0s;
    -o-transition: all .4s ease 0s;
    transition: all .4s ease 0s;
    margin-top: -100%;
    opacity: 0;
    visibility: hidden
}

.akasha-team .thumb-avatar:hover>a::before {
    opacity: 1;
    visibility: visible;
    margin-top: 0
}

.akasha-team .list-social {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    text-align: center;
    padding: 10px 0;
    z-index: 1;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: 0;
    visibility: hidden;
    margin-top: 30px;
    -webkit-transition: all .4s ease 0s;
    -moz-transition: all .4s ease 0s;
    -o-transition: all .4s ease 0s;
    transition: all .4s ease 0s
}

.akasha-team .team-inner:hover .list-social {
    opacity: 1;
    visibility: visible;
    margin-top: 0
}

.akasha-team .list-social a {
    display: inline-block;
    line-height: 48px;
    height: 48px;
    width: 48px;
    margin: 7px;
    font-size: 20px;
    background-color: #fff
}

.akasha-team .list-social a:hover {
    background-color: #000;
    color: #fff
}

.akasha-team .name {
    font-size: 18px;
    margin-top: 0;
    margin-bottom: 10px;
    padding-bottom: 6px;
    font-weight: 600;
    position: relative
}

.akasha-team .name::before {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    border-bottom: 2px solid #000;
    width: 50px
}

.akasha-team .name a:not(:hover) {
    color: inherit
}

.akasha-team .positions {
    margin-bottom: 0;
    font-size: 15px;
    font-style: italic
}

@media (max-width:1199px) {
    .akasha-team .positions br {
        display: none
    }
    .akasha-team .thumb-avatar {
        margin-bottom: 20px
    }
}

@media (max-width:1024px) {
    .akasha-team .thumb-avatar {
        margin-bottom: 0
    }
    .akasha-team img {
        width: 100%
    }
    .akasha-team .thumb-avatar>a::before {
        display: none
    }
    .akasha-team .list-social {
        position: static;
        width: auto;
        background-color: transparent;
        padding: 0;
        opacity: 1;
        visibility: visible;
        margin-top: 0;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none
    }
    .akasha-team .list-social a {
        display: inline-block;
        width: 40px;
        height: 40px;
        line-height: 40px;
        font-size: 17px
    }
    .akasha-team .content-member {
        text-align: center
    }
}

.akasha-newsletter .subtitle,
.akasha-newsletter .title {
    margin-top: 0
}

.akasha-newsletter .newsletter-form-wrap .submit-newsletter span {
    position: relative
}

.akasha-newsletter .newsletter-form-wrap.processing .submit-newsletter span::before {
    display: none
}

.akasha-newsletter .newsletter-form-wrap.processing .submit-newsletter span::after {
    font-family: FontAwesome, sans-serif;
    font-weight: 400;
    -webkit-animation: fa-spin 1s infinite steps(8);
    animation: fa-spin 1s infinite steps(8);
    content: "\f110";
    display: inline-block;
    line-height: 1;
    font-size: 18px
}

.akasha-newsletter .newsletter-form-wrap.processing .submit-newsletter span.text::after {
    margin-left: 7px
}

.akasha-newsletter .newsletter-form-inner {
    position: relative
}

.akasha-newsletter.style-01 .newsletter-inner {
    text-align: center
}

.akasha-newsletter.style-01 .title {
    font-size: 14px;
    font-weight: 600;
    letter-spacing: .2em;
    text-transform: uppercase;
    color: #000;
    margin-bottom: 5px
}

.akasha-newsletter.style-01 .subtitle {
    font-size: 32px;
    margin-bottom: 8px;
    font-family: 'Playfair Display'
}

.akasha-newsletter.style-01 .desc {
    max-width: 480px;
    margin: 0 auto 22px auto;
    letter-spacing: .05em
}

.akasha-newsletter.style-01 .newsletter-form-wrap {
    max-width: 570px;
    margin: 0 auto
}

.akasha-newsletter.style-01 .email-newsletter {
    width: 100%;
    height: 50px;
    line-height: 48px;
    background-color: #fff;
    padding-right: 145px;
    border-radius: 50px
}

.akasha-newsletter.style-01 .submit-newsletter {
    position: absolute;
    top: 0;
    right: 0;
    height: 50px;
    line-height: 50px;
    border-radius: 0 50px 50px 0;
    padding: 0 15px;
    min-width: 140px;
    background: #000;
    text-align: center;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    overflow: hidden;
    text-transform: uppercase;
    letter-spacing: .1em
}

.akasha-newsletter.style-01 .submit-newsletter::before {
    background: #000;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: -1px;
    content: "";
    -webkit-transition: -webkit-transform .4s cubic-bezier(.4, 0, .2, 1);
    transition: transform .4s cubic-bezier(.4, 0, .2, 1);
    -webkit-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: right center;
    -ms-transform-origin: right center;
    transform-origin: right center
}

.akasha-newsletter.style-01 .submit-newsletter:hover::before {
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center
}

.akasha-newsletter.style-02 .title {
    margin-bottom: 20px;
    color: #fff;
    font-family: 'Playfair Display';
    position: relative;
    font-size: 16px
}

.akasha-newsletter.style-02 .subtitle {
    font-size: 25px;
    margin-bottom: 15px;
    color: #cecece
}

.akasha-newsletter.style-02 .desc {
    max-width: 480px;
    margin-bottom: 25px
}

.akasha-newsletter.style-02 .newsletter-form-wrap {
    max-width: 500px
}

.akasha-newsletter.style-02 .email-newsletter {
    width: 100%;
    height: 44px;
    line-height: 44px;
    border: none;
    background-color: #fff;
    padding-right: 140px;
    border-radius: 30px
}

.akasha-newsletter.style-02 .submit-newsletter {
    position: absolute;
    top: 0;
    right: -1px;
    height: 44px;
    line-height: 44px;
    padding: 0 15px;
    min-width: 130px;
    background: #000;
    text-align: center;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    overflow: hidden;
    text-transform: uppercase;
    letter-spacing: .1em;
    border-radius: 0 30px 30px 0
}

.akasha-newsletter.style-02 .submit-newsletter::before {
    position: absolute;
    top: 0;
    left: -100%;
    z-index: 2;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .3) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .3) 100%);
    -webkit-transform: skewX(-45deg);
    -moz-transform: skewX(-45deg);
    -o-transform: skewX(-45deg);
    -ms-transform: skewX(-45deg);
    transform: skewX(-45deg)
}

.akasha-newsletter.style-02 .submit-newsletter:hover::before {
    -webkit-animation: shine .75s;
    animation: shine .75s
}

.akasha-newsletter.style-03 .newsletter-inner {
    text-align: center
}

.akasha-newsletter.style-03 .title {
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .2em;
    color: #000;
    margin-bottom: 5px
}

.akasha-newsletter.style-03 .subtitle {
    font-size: 32px;
    font-weight: 400;
    margin-bottom: 8px;
    font-family: 'Playfair Display'
}

.akasha-newsletter.style-03 .desc {
    max-width: 480px;
    margin: 0 auto 22px auto
}

.akasha-newsletter.style-03 .newsletter-form-wrap {
    max-width: 570px;
    margin: 0 auto
}

.akasha-newsletter.style-03 .newsletter-form-inner::before {
    content: '\f107';
    font-family: Flaticon, sans-serif;
    position: absolute;
    left: 0;
    bottom: 15px;
    font-size: 24px;
    color: #000
}

.akasha-newsletter.style-03 .email-newsletter {
    width: 100%;
    height: 54px;
    line-height: 54px;
    border-radius: 0;
    border: none;
    background-color: transparent;
    padding-right: 50px;
    padding-left: 35px;
    border-bottom: 2px solid #000
}

.akasha-newsletter.style-03 .submit-newsletter {
    position: absolute;
    top: 3px;
    right: 3px;
    height: 48px;
    line-height: 48px;
    border-radius: 0;
    padding: 0;
    text-align: center;
    font-size: 0;
    overflow: hidden
}

.akasha-newsletter.style-03 .submit-newsletter::after {
    content: '\f103';
    font-family: Flaticon, sans-serif;
    font-size: 24px
}

.akasha-newsletter.style-04 .title {
    margin-top: 0;
    margin-bottom: 25px;
    position: relative;
    font-size: 16px;
    font-family: 'Playfair Display';
    color: #000
}

.akasha-newsletter.style-04 .subtitle {
    font-size: 25px;
    margin-bottom: 15px
}

.akasha-newsletter.style-04 .desc {
    max-width: 480px;
    margin-bottom: 25px
}

.akasha-newsletter.style-04 .newsletter-form-wrap {
    max-width: 500px
}

.akasha-newsletter.style-04 .email-newsletter {
    width: 100%;
    height: 50px;
    line-height: 50px;
    background-color: #fff;
    padding-right: 140px;
    border-radius: 30px
}

.akasha-newsletter.style-04 .submit-newsletter {
    position: absolute;
    top: 4px;
    right: 4px;
    height: 42px;
    line-height: 42px;
    border-radius: 30px;
    padding: 0 15px;
    min-width: 130px;
    background: #1e1e1e;
    text-align: center;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    overflow: hidden;
    text-transform: uppercase;
    letter-spacing: .1em
}

.akasha-newsletter.style-04 .submit-newsletter::before {
    position: absolute;
    top: 0;
    left: -100%;
    z-index: 2;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .3) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .3) 100%);
    -webkit-transform: skewX(-45deg);
    -moz-transform: skewX(-45deg);
    -o-transform: skewX(-45deg);
    -ms-transform: skewX(-45deg);
    transform: skewX(-45deg)
}

.akasha-newsletter.style-04 .submit-newsletter:hover::before {
    -webkit-animation: shine .75s;
    animation: shine .75s
}

.akasha-newsletter.style-05 .newsletter-inner {
    display: table;
    width: 100%
}

.akasha-newsletter.style-05 .newsletter-inner>* {
    display: table-cell;
    vertical-align: middle;
    overflow: hidden
}

.akasha-newsletter.style-05 .newsletter-wrap::before {
    content: "\f13b";
    font-family: Flaticon, sans-serif;
    padding-right: 20px;
    font-size: 89px;
    float: left;
    line-height: 1;
    color: #fff
}

.akasha-newsletter.style-05 .title {
    font-size: 26px;
    color: #fff;
    margin-bottom: 10px
}

.akasha-newsletter.style-05 .desc {
    margin: 0;
    max-width: 440px;
    color: #fff
}

.akasha-newsletter.style-05 .newsletter-form-wrap {
    width: 520px;
    max-width: 100%
}

.akasha-newsletter.style-05 .email-newsletter {
    border: none;
    background-color: #fff;
    padding: 0 150px 0 20px;
    height: 58px;
    line-height: 58px;
    width: 100%;
    border-radius: 0
}

.akasha-newsletter.style-05 .submit-newsletter {
    text-align: center;
    position: absolute;
    top: 0;
    right: 0;
    height: 58px;
    line-height: 58px;
    background: #1e1e1e;
    padding: 0 10px;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .1em;
    min-width: 140px;
    overflow: hidden
}

.akasha-newsletter.style-05 .submit-newsletter::before {
    position: absolute;
    top: 0;
    left: -100%;
    z-index: 2;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .3) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .3) 100%);
    -webkit-transform: skewX(-45deg);
    -moz-transform: skewX(-45deg);
    -o-transform: skewX(-45deg);
    -ms-transform: skewX(-45deg);
    transform: skewX(-45deg)
}

.akasha-newsletter.style-05 .submit-newsletter:hover::before {
    -webkit-animation: shine .75s;
    animation: shine .75s
}

@media (max-width:1199px) {
    .akasha-newsletter.style-01 .subtitle,
    .akasha-newsletter.style-03 .subtitle {
        font-size: 24px
    }
    .akasha-newsletter.style-05 .newsletter-inner,
    .akasha-newsletter.style-05 .newsletter-inner>* {
        display: block;
        text-align: center
    }
    .akasha-newsletter.style-05 .newsletter-wrap::before {
        float: none;
        padding: 0 0 10px 0;
        display: inline-block;
        font-size: 76px
    }
    .akasha-newsletter.style-05 .desc {
        margin: 0 auto
    }
    .akasha-newsletter.style-05 .newsletter-form-wrap {
        margin: 25px auto 0
    }
}

@media (max-width:767px) {
    .akasha-newsletter.style-01 .desc {
        font-size: 14px
    }
    .akasha-newsletter.style-01 .email-newsletter {
        height: 44px;
        line-height: 42px
    }
    .akasha-newsletter.style-01 .submit-newsletter {
        height: 44px;
        line-height: 44px
    }
    .akasha-newsletter.style-01 .title,
    .akasha-newsletter.style-03 .title {
        font-size: 12px
    }
    .akasha-newsletter.style-01 .subtitle,
    .akasha-newsletter.style-03 .subtitle {
        font-size: 22px
    }
    .akasha-newsletter.style-01 .submit-newsletter,
    .akasha-newsletter.style-02 .submit-newsletter {
        font-size: 11px;
        min-width: 100px
    }
    .akasha-newsletter.style-02 .email-newsletter {
        height: 44px;
        line-height: 44px;
        padding-right: 105px
    }
    .akasha-newsletter.style-02 .submit-newsletter {
        height: 45px;
        line-height: 40px
    }
}

.akasha-popupvideo .popupvideo-inner {
    overflow: hidden
}

.akasha-popupvideo .popupvideo-wrap {
    float: left;
    width: 100%;
    padding: 35px 0 0 60px
}

.akasha-popupvideo .title {
    font-size: 26px;
    font-weight: 600;
    padding-left: 20px;
    position: relative;
    margin-bottom: 30px;
    margin-top: 0;
    border-left: 2px solid #000
}

.akasha-popupvideo .button {
    display: inline-block;
    min-width: 184px;
    height: 50px;
    line-height: 50px;
    background-color: #000;
    font-weight: 600;
    letter-spacing: .2em;
    text-transform: uppercase;
    font-size: 14px;
    color: #fff;
    text-align: center;
    margin-top: 30px
}

.akasha-popupvideo .button:hover {
    background-color: #000
}

.akasha-popupvideo .icon {
    float: left;
    width: 45%;
    position: relative
}

.akasha-popupvideo .icon .product-video-button {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.akasha-popupvideo .icon .product-video-button a {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 1;
    width: 70px;
    height: 70px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: #fff;
    -webkit-box-shadow: 6px 5px 30px rgba(0, 0, 0, .12);
    -moz-box-shadow: 6px 5px 30px rgba(0, 0, 0, .12);
    box-shadow: 6px 5px 30px rgba(0, 0, 0, .12)
}

.akasha-popupvideo .icon .product-video-button a::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 0;
    height: 0;
    margin: auto;
    display: block;
    border-width: 9px 0 9px 12px;
    border-style: solid;
    border-color: transparent transparent transparent #000
}

.videobox_animation {
    -webkit-animation-play-state: running;
    -moz-animation-play-state: running;
    -o-animation-play-state: running;
    animation-play-state: running;
    z-index: 1;
    border-width: .5px;
    border-style: solid;
    border-color: #e0e0e0;
    opacity: 0;
    -webkit-animation: circles 3.9s linear 0s infinite;
    -moz-animation: circles 3.9s linear 0s infinite;
    -o-animation: circles 3.9s linear 0s infinite;
    animation: circles 3.9s linear 0s infinite;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%
}

.videobox_animation.circle_2 {
    -webkit-animation-delay: 1.3s;
    -moz-animation-delay: 1.3s;
    -o-animation-delay: 1.3s;
    animation-delay: 1.3s
}

.videobox_animation.circle_3 {
    -webkit-animation-delay: 2.6s;
    -moz-animation-delay: 2.6s;
    -o-animation-delay: 2.6s;
    animation-delay: 2.6s
}

@-webkit-keyframes circles {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0
    }
    20% {
        -webkit-transform: scale(1.44);
        transform: scale(1.44);
        opacity: .5
    }
    100% {
        -webkit-transform: scale(3.2);
        transform: scale(3.2);
        opacity: 0
    }
}

@-moz-keyframes circles {
    0% {
        -moz-transform: scale(1);
        transform: scale(1);
        opacity: 0
    }
    20% {
        -moz-transform: scale(1.44);
        transform: scale(1.44);
        opacity: .5
    }
    100% {
        -moz-transform: scale(3.2);
        transform: scale(3.2);
        opacity: 0
    }
}

@-o-keyframes circles {
    0% {
        -o-transform: scale(1);
        transform: scale(1);
        opacity: 0
    }
    20% {
        -o-transform: scale(1.44);
        transform: scale(1.44);
        opacity: .5
    }
    100% {
        -o-transform: scale(3.2);
        transform: scale(3.2);
        opacity: 0
    }
}

@keyframes circles {
    0% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
        opacity: 0
    }
    20% {
        -webkit-transform: scale(1.44);
        -moz-transform: scale(1.44);
        -o-transform: scale(1.44);
        transform: scale(1.44);
        opacity: .5
    }
    100% {
        -webkit-transform: scale(3.2);
        -moz-transform: scale(3.2);
        -o-transform: scale(3.2);
        transform: scale(3.2);
        opacity: 0
    }
}

@media (max-width:1199px) {
    .akasha-popupvideo .title {
        font-size: 16px;
        padding-bottom: 10px;
        margin-bottom: 20px
    }
    .akasha-popupvideo .popupvideo-wrap {
        padding: 20px 0 0 40px
    }
}

@media (max-width:991px) {
    .akasha-popupvideo .icon {
        width: auto;
        display: table
    }
    .akasha-popupvideo .popupvideo-wrap {
        padding: 20px 0 0 0;
        width: 100%
    }
}

.products {
    list-style: none
}

ul.products {
    padding-left: 0
}

.akasha-products ul.products::after,
.akasha-products ul.products::before {
    content: '';
    display: table
}

.akasha-products ul.products::after {
    clear: both
}

.akasha-products .title {
    margin-top: 0
}

.akasha-products.style-06 .title {
    font-size: 20px;
    font-weight: 600;
    position: relative;
    padding-bottom: 5px;
    padding-left: 13px
}

.akasha-products.style-06 .title::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 20px;
    border-left: 2px solid #000
}

.shop-all {
    margin-top: 20px;
    text-align: center
}

.shop-all a {
    display: inline-block;
    height: 48px;
    line-height: 50px;
    padding: 0 30px;
    text-align: center;
    font-size: 16px;
    letter-spacing: .1em;
    font-weight: 700;
    text-transform: uppercase;
    overflow: hidden;
    position: relative;
    color: #000
}

.shop-all a::before {
    position: absolute;
    content: '';
    left: 15px;
    right: 15px;
    opacity: .6;
    bottom: 0;
    height: 25px;
    background-color: #000;
    z-index: -1;
    -webkit-transition: all .25s ease 0s;
    -moz-transition: all .25s ease 0s;
    -o-transition: all .25s ease 0s;
    transition: all .25s ease 0s
}

.shop-all a:hover::before {
    left: 0;
    right: 0
}

@media (max-width:767px) {
    .akasha-products.style-06 .title {
        font-size: 16px
    }
    .akasha-products.style-06 .owl-slick .slick-arrow {
        top: -55px
    }
    .shop-all {
        margin-top: 10px
    }
}

.akasha-socials .socials-list {
    padding-left: 0;
    list-style: none
}

.akasha-socials.style-01 .social-title {
    margin-top: 0;
    margin-bottom: 15px;
    font-weight: 600;
    position: relative;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: .1em;
    padding-left: 45px
}

.akasha-socials.style-01 .social-title::before {
    content: '';
    position: absolute;
    top: 5px;
    left: 0;
    width: 35px;
    border-bottom: 2px solid #000
}

.akasha-socials.style-01 .socials-list li {
    display: inline-block;
    height: 46px;
    margin-right: 10px;
    margin-top: 8px
}

.akasha-socials.style-01 .socials-list li:last-child {
    margin-right: 0
}

.akasha-socials.style-01 .socials-list li a {
    display: block;
    height: 46px;
    width: 46px;
    font-size: 17px;
    line-height: 48px;
    color: #fff;
    background-color: #1e1e1e;
    text-align: center;
    position: relative;
    overflow: hidden;
    border-radius: 50%
}

.akasha-socials.style-01 .socials-list li a::before {
    content: '';
    position: absolute;
    top: 100%;
    left: -1px;
    right: -1px;
    bottom: -1px;
    -webkit-transition: top .25s ease 0s;
    -moz-transition: top .25s ease 0s;
    -o-transition: top .25s ease 0s;
    transition: top .25s ease 0s;
    background-color: #000
}

.akasha-socials.style-01 .socials-list li a:hover::before {
    top: -1px
}

.akasha-socials.style-01 .socials-list li a i {
    position: relative
}

.akasha-socials.style-02 .social-title {
    margin-top: 0;
    margin-bottom: 20px;
    font-weight: 600;
    position: relative;
    padding-bottom: 7px;
    font-size: 18px;
    color: #fff
}

.akasha-socials.style-02 .social-title::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 40px;
    border-bottom: 2px solid #000
}

.akasha-socials.style-02 .socials-list li {
    display: inline-block;
    height: 40px;
    margin-right: 10px;
    margin-top: 8px
}

.akasha-socials.style-02 .socials-list li:last-child {
    margin-right: 0
}

.akasha-socials.style-02 .socials-list li a {
    display: block;
    height: 40px;
    width: 40px;
    font-size: 20px;
    line-height: 42px;
    color: #000;
    border-radius: 50%;
    text-align: center;
    position: relative
}

.akasha-socials.style-02 .socials-list li a::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    -webkit-transition: opaciy .25s, transform .25s ease 0s;
    -moz-transition: opaciy .25s, transform .25s ease 0s;
    -o-transition: opaciy .25s, transform .25s ease 0s;
    transition: opaciy .25s, transform .25s ease 0s;
    -webkit-transform: scale(.3);
    -moz-transform: scale(.3);
    -ms-transform: scale(.3);
    -o-transform: scale(.3);
    transform: scale(.3);
    opacity: 0;
    visibility: hidden;
    background-color: #000;
    border-radius: 50%
}

.akasha-socials.style-02 .socials-list li a:hover {
    color: #fff
}

.akasha-socials.style-02 .socials-list li a:hover::before {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    visibility: visible
}

.akasha-socials.style-02 .socials-list li a i {
    position: relative
}

.akasha-socials.style-03 .socials-list li {
    display: inline-block;
    height: 46px;
    margin-right: 10px;
    margin-top: 8px
}

.akasha-socials.style-03 .socials-list li:last-child {
    margin-right: 0
}

.akasha-socials.style-03 .socials-list li a {
    display: block;
    height: 46px;
    width: 46px;
    font-size: 17px;
    line-height: 46px;
    color: #111;
    background-color: #fff;
    text-align: center;
    position: relative;
    overflow: hidden;
    border-radius: 50%
}

.akasha-socials.style-03 .socials-list li a:hover {
    color: #fff
}

.akasha-socials.style-03 .socials-list li a::before {
    content: '';
    position: absolute;
    top: 100%;
    left: -1px;
    right: -1px;
    bottom: -1px;
    -webkit-transition: top .25s ease 0s;
    -moz-transition: top .25s ease 0s;
    -o-transition: top .25s ease 0s;
    transition: top .25s ease 0s;
    background-color: #000
}

.akasha-socials.style-03 .socials-list li a:hover::before {
    top: -1px
}

.akasha-socials.style-03 .socials-list li a i {
    position: relative
}

.tab-container {
    position: relative
}

.tab-container .tab-panel {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    height: 1px;
    overflow: hidden
}

.tab-container .tab-panel.active {
    opacity: 1;
    visibility: visible;
    position: static;
    height: auto;
    overflow: inherit
}

.akasha-tabs {
    position: relative;
    z-index: 1
}

.akasha-tabs .tab-link {
    padding-left: 0;
    list-style: none
}

.akasha-tabs .tab-head .title {
    margin-top: 0
}

.akasha-tabs.style-01 .tab-link {
    text-align: center;
    margin-bottom: 25px
}

.akasha-tabs.style-01 .tab-link li {
    display: inline-block;
    padding: 0 20px
}

.akasha-tabs.style-01 .tab-link li a {
    color: #868686;
    font-size: 15px;
    font-weight: 700;
    position: relative;
    display: block;
    padding-bottom: 10px;
    margin-bottom: 15px;
    text-transform: uppercase;
    letter-spacing: .1em
}

.akasha-tabs.style-01 .tab-head .tab-link li a::before {
    content: '';
    position: absolute;
    border-bottom: 2px solid #000;
    width: 100%;
    bottom: 0;
    transition: all .5s;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0)
}

.akasha-tabs.style-01 .tab-link li a:hover,
.akasha-tabs.style-01 .tab-link li.active a {
    color: #000
}

.akasha-tabs.style-01 .tab-link li a:hover::before,
.akasha-tabs.style-01 .tab-link li.active a::before {
    border-color: #000;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1)
}

@media (max-width:1199px) {
    .akasha-tabs.style-01 .tab-link li a {
        padding-bottom: 5px;
        font-size: 20px
    }
    .akasha-tabs.style-01 .tab-link {
        margin-bottom: 10px
    }
}

@media (max-width:767px) {
    .akasha-tabs.style-01 .tab-link li a {
        font-size: 16px
    }
}

.akasha-testimonial .name a:not(:hover) {
    color: inherit
}

.akasha-testimonial.style-01 .testimonial-inner {
    position: relative
}

.akasha-testimonial.style-01 .desc {
    font-size: 24px;
    line-height: 40px;
    margin-bottom: 15px
}

.akasha-testimonial.style-01 .desc::before {
    content: '\f10d';
    font-family: FontAwesome, sans-serif;
    font-size: 32px;
    color: #000;
    background: #fff;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    display: block;
    margin-bottom: 3px
}

.akasha-testimonial.style-01 .testimonial-info {
    text-align: right
}

.akasha-testimonial.style-01 .thumb {
    display: inline-block;
    vertical-align: middle
}

.akasha-testimonial.style-01 .thumb img {
    border-radius: 50%;
    border: 3px solid #000
}

.akasha-testimonial.style-01 .intro {
    display: inline-block;
    vertical-align: middle;
    padding-right: 20px
}

.akasha-testimonial.style-01 .name {
    font-size: 18px;
    font-weight: 600;
    margin-top: 0;
    margin-bottom: 0;
    color: #000
}

.akasha-testimonial.style-01 .name a {
    color: #000
}

.akasha-testimonial.style-01 .position {
    font-size: 13px
}

.akasha-testimonial.style-02 {
    text-align: left
}

.akasha-testimonial.style-02 .testimonial-inner {
    position: relative
}

.akasha-testimonial.style-02 .desc {
    font-size: 24px;
    line-height: 40px;
    color: #000;
    margin-bottom: 15px
}

.akasha-testimonial.style-02 .desc::before {
    content: '\f10d';
    font-family: FontAwesome, sans-serif;
    font-size: 32px;
    color: #000;
    background: #fff;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    display: block;
    margin-bottom: 3px
}

.akasha-testimonial.style-02 .thumb {
    float: left
}

.akasha-testimonial.style-02 .thumb img {
    border-radius: 50%;
    border: 3px solid #000
}

.akasha-testimonial.style-02 .intro {
    display: inline-block;
    vertical-align: middle;
    padding-left: 20px;
    margin-top: 25px
}

.akasha-testimonial.style-02 .name {
    font-size: 18px;
    font-weight: 600;
    margin-top: 0;
    margin-bottom: 0
}

.akasha-testimonial.style-02 .position {
    font-size: 13px;
    color: #7d7d7d
}

@media (max-width:1199px) {
    .akasha-testimonial .desc br {
        display: none
    }
    .akasha-testimonial.style-01 .desc,
    .akasha-testimonial.style-02 .desc {
        font-size: 20px;
        line-height: 32px
    }
}

@media (max-width:991px) {
    .akasha-testimonial.style-01 .desc {
        font-size: 18px
    }
    .slick-vertical {
        padding-right: 25px
    }
}

@media (max-width:767px) {
    .akasha-testimonial.style-01 .thumb,
    .akasha-testimonial.style-02 .thumb {
        max-width: 70px
    }
    .akasha-testimonial.style-02 .intro {
        margin-top: 10px
    }
    .akasha-testimonial.style-01 .desc::before {
        width: 60px;
        height: 60px;
        font-size: 30px;
        line-height: 60px
    }
    .akasha-testimonial.style-01 .desc,
    .akasha-testimonial.style-02 .desc {
        font-size: 16px;
        line-height: 28px
    }
    .akasha-testimonial.style-01 .desc {
        font-size: 16px
    }
    .akasha-testimonial.style-01 .name {
        font-size: 16px
    }
}

.akasha-verticalmenu.block-nav-category {
    position: relative;
    z-index: 8
}

.akasha-verticalmenu.block-nav-category .block-title {
    font-size: 16px;
    line-height: 24px;
    color: #fff;
    font-weight: 600;
    letter-spacing: .1em;
    margin: 0;
    padding: 15px 15px 15px 28px;
    text-transform: uppercase;
    background-color: #000
}

.akasha-verticalmenu.block-nav-category .block-content {
    background-color: #fff;
    text-align: left;
    border: 3px solid #000;
    border-top: none
}

.akasha-verticalmenu.block-nav-category.absolute-menu:not(.has-open) .block-content {
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -o-transform: translateY(20px);
    transform: translateY(20px)
}

.akasha-verticalmenu.block-nav-category.absolute-menu .block-content {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    z-index: 99;
    -webkit-transition: opacity .25s, transform .25s ease 0s;
    -moz-transition: opacity .25s, transform .25s ease 0s;
    -o-transition: opacity .25s, transform .25s ease 0s;
    transition: opacity .25s, transform .25s ease 0s
}

body.wpb-js-composer .az_tta-shape-rounded.az_tta-o-shape-group:not(.az_tta-o-no-fill) .az_tta-panel .az_tta-panel-heading {
    border: none
}

body.wpb-js-composer .az_tta-style-classic .az_tta-panel .az_tta-panel-heading,
body.wpb-js-composer .az_tta-style-classic .az_tta-panel.az_active .az_tta-panel-heading {
    background-color: #fff!important;
    border-color: #dfdfdf!important
}

body.wpb-js-composer .az_tta.az_general .az_tta-panel-title>a {
    font-size: 22px;
    font-weight: 600;
    padding: 20px 40px 20px 20px!important
}

body.wpb-js-composer .az_tta-style-classic .az_tta-panel .az_tta-panel-title>a {
    color: #000!important;
    background-color: #f4f4f4
}

body.wpb-js-composer .az_tta-style-classic .az_tta-panel.az_active .az_tta-panel-title>a {
    color: #fff!important;
    background-color: #000!important
}

body.wpb-js-composer .az_tta.az_tta-accordion .az_tta-controls-icon-position-right .az_tta-controls-icon {
    right: 20px!important
}

body.wpb-js-composer .az_tta .az_tta-controls-icon.az_tta-controls-icon-plus::before {
    border-color: #000!important
}

body.wpb-js-composer .az_tta-style-classic .az_tta-controls-icon::after,
body.wpb-js-composer .az_tta-style-classic .az_tta-controls-icon::before {
    border-color: #000!important
}

body.wpb-js-composer .az_tta .az_tta-panel.az_active .az_tta-controls-icon.az_tta-controls-icon-plus::before {
    border-color: #fff!important
}

body.wpb-js-composer .az_tta-style-classic .az_tta-panel .az_tta-panel-body {
    background-color: #fff!important;
    border-color: #dfdfdf!important;
    padding: 21px 20px 21px 20px!important
}

body.wpb-js-composer .az_tta-style-classic .az_tta-panel:not(:last-child) {
    margin-bottom: 20px
}

body .az_toggle_default .az_toggle_title .az_toggle_icon {
    right: 0;
    left: auto!important;
    width: 12px!important;
    height: 2px!important;
    background: #000;
    border-color: #000
}

body .az_toggle_default .az_toggle_icon::before {
    height: 12px!important;
    width: 2px!important;
    border-color: #000
}

body .az_toggle_default .az_toggle_icon::after {
    height: 2px!important;
    width: 12px!important;
    background: #000
}

body .wpb-js-composer .az_tta-style-classic .az_tta-panel-heading .az_tta-controls-icon::before {
    border-color: #000!important
}

body .az_toggle_default .az_toggle_title {
    padding: 0 20px 0 0!important
}

body .az_toggle_default .az_toggle_title>h4 {
    font-size: 20px
}

body .az_toggle_default:not(:last-child) {
    border-bottom: 1px solid #dfdfdf;
    padding-bottom: 18px
}

body .az_toggle_default .az_toggle_content {
    padding-left: 0!important;
    padding-right: 46px;
    margin-bottom: 7px!important;
    line-height: 28px
}

body .az_toggle_default .az_toggle_content:last-child {
    margin-bottom: 0
}

body .az_toggle_default .az_toggle_content p:last-child {
    margin-bottom: 0
}

@media (max-width:767px) {
    body.wpb-js-composer .az_tta.az_general .az_tta-panel-title>a {
        font-size: 20px;
        font-weight: 600
    }
    body .az_toggle_default .az_toggle_title>h4 {
        font-size: 18px
    }
}

.akasha-pricing .pricing-inner {
    background-color: #fff;
    text-align: center;
    padding-bottom: 35px;
    -webkit-transition: transform .4s ease 0s;
    -moz-transition: transform .4s ease 0s;
    -o-transition: transform .4s ease 0s;
    transition: transform .4s ease 0s
}

.akasha-pricing .pricing-inner:hover {
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    -o-transform: translateY(-20px);
    transform: translateY(-20px)
}

.akasha-pricing .title {
    font-size: 18px;
    font-weight: 600;
    letter-spacing: .1em;
    text-transform: uppercase;
    padding-bottom: 26px;
    border-bottom: 1px solid #e6e6e6;
    margin-top: 0;
    padding-top: 32px;
    margin-bottom: 30px
}

.akasha-pricing .currency {
    display: inline-block;
    min-width: 280px;
    height: 76px;
    line-height: 74px;
    font-size: 40px;
    border-radius: 76px;
    color: #000;
    padding: 0 15px;
    border: 2px solid #eaeaea;
    background-color: #eaeaea;
    margin-bottom: 28px
}

.akasha-pricing .pricing-list {
    font-size: 16px;
    line-height: 40px;
    list-style: none;
    padding-left: 0
}

.akasha-pricing .button {
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: .2em;
    text-transform: uppercase;
    color: #fff;
    background-color: #000;
    position: relative;
    overflow: hidden;
    padding: 0 15px;
    height: 48px;
    line-height: 48px;
    margin-top: 30px;
    min-width: 260px
}

.akasha-pricing .button::before {
    position: absolute;
    top: 0;
    left: -100%;
    z-index: 2;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .3) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .3) 100%);
    -webkit-transform: skewX(-45deg);
    -moz-transform: skewX(-45deg);
    -o-transform: skewX(-45deg);
    -ms-transform: skewX(-45deg);
    transform: skewX(-45deg)
}

.akasha-pricing .button:hover::before {
    -webkit-animation: shine .75s;
    animation: shine .75s
}

.akasha-pricing.featured .pricing-inner {
    background-color: #000
}

.akasha-pricing.featured .title {
    color: #fff;
    border-bottom-color: rgba(255, 255, 255, .38)
}

.akasha-pricing.featured .currency {
    background-color: transparent;
    color: #fff;
    border-color: #fff
}

.akasha-pricing.featured .pricing-list {
    color: #fff
}

.akasha-pricing.featured .pricing-inner .button {
    background-color: #000
}

@media (max-width:1199px) {
    .akasha-pricing .pricing-inner {
        padding-bottom: 20px
    }
    .akasha-pricing .title {
        font-size: 15px;
        padding-bottom: 15px;
        padding-top: 20px;
        margin-bottom: 25px
    }
    .akasha-pricing .currency {
        min-width: 160px;
        height: 44px;
        line-height: 42px;
        font-size: 22px;
        margin-bottom: 20px
    }
    .akasha-pricing .pricing-list {
        font-size: 14px;
        line-height: 32px
    }
    .akasha-pricing .button {
        min-width: 160px;
        letter-spacing: .1em;
        height: 42px;
        line-height: 42px;
        margin-top: 20px
    }
}

@media (min-width:1281px) {
    .bg-parallax {
        background-attachment: fixed
    }
}

.bg-right-center {
    background-position: right center
}

@media (max-width:991px) {
    .tparrows {
        display: none!important
    }
}

.megamenu-home {
    width: 900px
}

.megamenu-shop {
    width: 1170px
}

.megamenu-elements {
    width: 1170px
}

.megamenu-blog {
    width: 800px
}

.slide-wrap {
    position: relative
}

.slide-info {
    position: absolute;
    top: 48%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    right: 0;
    text-align: center
}

.slide-info h1,
.slide-info h2,
.slide-info h5 {
    line-height: 1
}

.slick-current .slide-info h5 {
    animation-duration: 2s;
    -webkit-animation-duration: 2s;
    animation-fill-mode: both;
    -webkit-animation-fill-mode: both;
    animation-name: slideInDown;
    -webkit-animation-name: slideInDown
}

.slick-current .slide-info h1 {
    animation-duration: 2s;
    -webkit-animation-duration: 2s;
    animation-fill-mode: both;
    -webkit-animation-fill-mode: both;
    animation-name: zoomIn;
    -webkit-animation-name: zoomIn
}

.slick-current .slide-info h2 {
    animation-duration: 2s;
    -webkit-animation-duration: 2s;
    animation-fill-mode: both;
    -webkit-animation-fill-mode: both;
    animation-name: bounceInLeft;
    -webkit-animation-name: bounceInLeft
}

.slick-current .slide-info a {
    animation-duration: 2s;
    -webkit-animation-duration: 2s;
    animation-fill-mode: both;
    -webkit-animation-fill-mode: both;
    animation-name: slideInUp;
    -webkit-animation-name: slideInUp
}

.slide-wrap img {
    min-height: 400px;
    object-fit: cover
}

.slide-home-01 .slick-dots,
.slide-home-02 .slick-dots,
.slide-home-03 .slick-dots,
.slide-home-04 .slick-dots,
.slide-home-06 .slick-dots {
    bottom: 30px;
    position: absolute;
    left: 0;
    right: 0
}

.slide-home-01 .slide-wrap .slide-info h5 {
    font-size: 16px;
    line-height: 20px;
    letter-spacing: .2em;
    margin: 0;
    color: inherit
}

.slide-home-01 .slide-wrap .slide-info h1 {
    font-size: 80px;
    font-weight: 400;
    color: #000;
    margin: 0;
    font-family: 'Playfair Display', sans-serif
}

.slide-home-01 .slide-wrap .slide-info h2 {
    font-size: 80px;
    font-weight: 400;
    margin: 0 0 20px 0;
    font-family: 'Playfair Display', sans-serif
}

.slide-home-02 .slide-wrap:nth-child(1) .slide-info h5 {
    font-size: 40px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin: 0 0 5px 0
}

.slide-home-02 .slide-wrap:nth-child(1) .slide-info h1 {
    font-size: 120px;
    font-weight: 700;
    color: #000;
    margin: 0 0 20px 0
}

.slide-home-02 .slide-wrap:nth-child(1) .slide-info h1>span {
    display: inline-block
}

.slide-home-02 .slide-wrap:nth-child(1) .slide-info h1>span>span {
    display: block;
    font-size: 60px;
    text-align: left
}

.slide-home-02 .slide-wrap:nth-child(1) .slide-info h1>span>span:last-child {
    font-size: 40px
}

.slide-home-02 .slide-wrap:nth-child(1) .slide-info h2 {
    font-size: 26px;
    position: relative;
    margin: 0 auto 40px auto;
    padding-left: 50px;
    padding-right: 50px;
    letter-spacing: 3px;
    display: table;
    font-family: 'Playfair display'
}

.slide-home-02 .slide-wrap:nth-child(1) .slide-info h2::after,
.slide-home-02 .slide-wrap:nth-child(1) .slide-info h2::before {
    content: '';
    width: 40px;
    height: 2px;
    background-color: #000;
    position: absolute;
    top: 45%
}

.slide-home-02 .slide-wrap:nth-child(1) .slide-info h2::before {
    left: 0
}

.slide-home-02 .slide-wrap:nth-child(1) .slide-info h2::after {
    right: 0
}

.slide-home-02 .slide-wrap:nth-child(1) .slide-inner {
    text-align: center
}

.slide-home-02 .slide-wrap:nth-child(2) .slide-info h5 {
    display: inline-block;
    text-transform: uppercase;
    text-align: center;
    font-size: 16px;
    line-height: 20px;
    font-weight: 700;
    color: #000;
    letter-spacing: 3px;
    margin: 0 0 10px 0
}

.slide-home-02 .slide-wrap:nth-child(2) .slide-info h1 {
    font-size: 100px;
    font-weight: 700;
    color: #000;
    margin: 0 auto;
    display: table;
    position: relative
}

.slide-home-02 .slide-wrap:nth-child(2) .slide-info h1 span {
    background-color: rgba(237, 239, 238, .7);
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 18px;
    line-height: 29px;
    height: 29px;
    font-weight: 700;
    color: #000;
    letter-spacing: 13px;
    text-transform: uppercase;
    padding-left: 10px;
    white-space: nowrap
}

.slide-home-02 .slide-wrap:nth-child(2) .slide-info h2 {
    font-size: 60px;
    margin: 0 0 30px 0;
    font-family: 'Playfair Display'
}

.slide-home-02 .slide-wrap:nth-child(3) .slide-info h5 {
    text-transform: uppercase;
    font-size: 36px;
    font-weight: 700;
    letter-spacing: 3px;
    margin: 0 0 10px 0
}

.slide-home-02 .slide-wrap:nth-child(3) .slide-info h1 {
    font-size: 80px;
    color: #000;
    margin: 0 0 10px 0;
    font-family: 'Playfair display'
}

.slide-home-02 .slide-wrap:nth-child(3) .slide-info h2 {
    font-size: 36px;
    font-weight: 600;
    margin: 0 0 30px 0;
    text-transform: capitalize
}

.slide-home-02 .slide-wrap:nth-child(3) .slide-info h2 span {
    color: #000;
    font-size: 60px
}

.slide-home-03 .slick-dots {
    bottom: 30px;
    position: absolute;
    left: 0;
    right: 0
}

.slide-home-03 .slide-wrap .slide-info {
    text-align: center
}

.slide-home-03 .slide-wrap .slide-info h1 {
    font-size: 72px;
    font-weight: 600;
    color: #000;
    margin: 0
}

.slide-home-03 .slide-wrap .slide-info h5 {
    font-size: 32px;
    font-weight: 400;
    padding: 5px 0;
    margin: 0 auto 10px auto;
    display: table;
    font-family: 'Playfair Display'
}

.slide-home-03 .slide-wrap .slide-info h2 {
    font-size: 32px;
    font-weight: 400;
    margin: 0 0 30px 0;
    font-family: 'Playfair Display'
}

.slide-home-03 .slide-wrap .slide-info h2 span {
    color: #000
}

.slide-home-04 .slide-wrap .slide-info h1 {
    font-size: 70px;
    font-weight: 400;
    color: #000;
    margin: 0;
    font-family: 'Playfair Display', sans-serif
}

.slide-home-04 .slide-wrap .slide-info h5 {
    font-size: 70px;
    font-weight: 400;
    margin: 0 0 20px 0;
    font-family: 'Playfair Display', sans-serif
}

.slide-home-04 .slide-wrap .slide-info h2 {
    font-size: 32px;
    position: relative;
    margin: 0 0 25px 0
}

.slide-home-04 .slide-wrap .slide-info h2 span {
    color: #000;
    font-size: 50px;
    font-weight: 500
}

.slide-home-06 .slide-wrap .slide-info h5 {
    font-size: 16px;
    line-height: 30px;
    font-weight: 700;
    letter-spacing: .2em;
    color: #000;
    margin: 0 0 10px 0;
    display: inline-block;
    text-transform: uppercase
}

.slide-home-06 .slide-wrap .slide-info h5 span {
    color: #000
}

.slide-home-06 .slide-wrap .slide-info h1 {
    font-size: 60px;
    font-family: 'Playfair Display';
    margin: 0 0 10px 0;
    text-transform: capitalize
}

.slide-home-06 .slide-wrap .slide-info h1 span {
    color: #000
}

.slide-home-06 .slide-wrap .slide-info h2 {
    font-size: 45px;
    font-family: 'Playfair Display';
    position: relative;
    margin: 0 0 30px 0
}

.slide-home-06 .slide-wrap .slide-info h2 span {
    color: #000
}

@media (max-width:1366px) {
    .slide-home-01 .slide-wrap:nth-child(1) .slide-info h1,
    .slide-home-01 .slide-wrap:nth-child(1) .slide-info h2,
    .slide-home-01 .slide-wrap:nth-child(2) .slide-info h1,
    .slide-home-01 .slide-wrap:nth-child(2) .slide-info h2 {
        font-size: 54px
    }
    .slide-home-01 .slide-wrap:nth-child(3) .slide-info h2 {
        font-size: 54px
    }
    .slide-home-02 .slide-wrap:nth-child(1) .slide-info h5 {
        font-size: 24px
    }
    .slide-home-02 .slide-wrap:nth-child(1) .slide-info h1 {
        font-size: 90px;
        margin: 0
    }
    .slide-home-02 .slide-wrap:nth-child(1) .slide-info h1>span>span {
        font-size: 44px
    }
    .slide-home-02 .slide-wrap:nth-child(1) .slide-info h1>span>span:last-child {
        font-size: 30px
    }
    .slide-home-02 .slide-wrap:nth-child(1) .slide-info h2 {
        font-size: 22px;
        padding-left: 44px;
        padding-right: 44px;
        margin-bottom: 25px
    }
    .slide-home-02 .slide-wrap:nth-child(1) .slide-info h2::after,
    .slide-home-02 .slide-wrap:nth-child(1) .slide-info h2::before {
        width: 35px
    }
    .slide-home-02 .slide-wrap:nth-child(2) .slide-info h1 {
        font-size: 90px
    }
    .slide-home-02 .slide-wrap:nth-child(2) .slide-info h1 span {
        line-height: 27px;
        height: 25px;
        font-size: 16px;
        letter-spacing: 12px
    }
    .slide-home-02 .slide-wrap:nth-child(2) .slide-info h2 {
        font-size: 50px
    }
    .slide-home-02 .slide-wrap:nth-child(3) .slide-info h5 {
        font-size: 34px;
        margin: 0
    }
    .slide-home-02 .slide-wrap:nth-child(3) .slide-info h1 {
        font-size: 70px;
        margin: 0
    }
    .slide-home-02 .slide-wrap:nth-child(3) .slide-info h2 {
        font-size: 34px;
        margin-bottom: 20px
    }
    .slide-home-02 .slide-wrap:nth-child(3) .slide-info h2 span {
        font-size: 50px
    }
    .slide-home-03 .slide-wrap .slide-info h1 {
        font-size: 60px
    }
    .slide-home-03 .slide-wrap .slide-info h5 {
        font-size: 30px
    }
    .slide-home-03 .slide-wrap .slide-info h2 {
        font-size: 30px
    }
    .slide-home-04 .slide-wrap .slide-info h1 {
        font-size: 60px
    }
    .slide-home-04 .slide-wrap .slide-info h5 {
        font-size: 60px
    }
    .slide-home-04 .slide-wrap .slide-info h2 {
        font-size: 30px;
        margin: 0 0 30px 0
    }
    .slide-home-04 .slide-wrap .slide-info h2 span {
        font-size: 45px
    }
    .slide-home-06 .slide-wrap .slide-info h5 {
        font-size: 14px;
        line-height: 26px
    }
    .slide-home-06 .slide-wrap .slide-info h1 {
        font-size: 55px
    }
    .slide-home-06 .slide-wrap .slide-info h2 {
        font-size: 40px;
        margin: 0 0 20px 0
    }
}

@media (max-width:1199px) {
    .slide-home-01 .slide-wrap:nth-child(1) .slide-info h1,
    .slide-home-01 .slide-wrap:nth-child(1) .slide-info h2,
    .slide-home-01 .slide-wrap:nth-child(2) .slide-info h1,
    .slide-home-01 .slide-wrap:nth-child(2) .slide-info h2 {
        font-size: 48px
    }
    .slide-home-01 .slide-wrap:nth-child(3) .slide-info h1 {
        font-size: 58px
    }
    .slide-home-01 .slide-wrap:nth-child(3) .slide-info h2 {
        font-size: 48px
    }
    .slide-home-02 .slide-wrap:nth-child(1) .slide-info h5 {
        font-size: 28px
    }
    .slide-home-02 .slide-wrap:nth-child(1) .slide-info h1 {
        font-size: 80px
    }
    .slide-home-02 .slide-wrap:nth-child(1) .slide-info h1>span>span {
        font-size: 40px
    }
    .slide-home-02 .slide-wrap:nth-child(1) .slide-info h1>span>span:last-child {
        font-size: 28px
    }
    .slide-home-02 .slide-wrap:nth-child(1) .slide-info h2 {
        font-size: 20px
    }
    .slide-home-02 .slide-wrap:nth-child(2) .slide-info h5 {
        font-size: 15px
    }
    .slide-home-02 .slide-wrap:nth-child(2) .slide-info h1 {
        font-size: 80px
    }
    .slide-home-02 .slide-wrap:nth-child(2) .slide-info h1 span {
        line-height: 26px;
        height: 24px;
        font-size: 14px
    }
    .slide-home-02 .slide-wrap:nth-child(2) .slide-info h2 {
        font-size: 44px
    }
    .slide-home-02 .slide-wrap:nth-child(3) .slide-info h5 {
        font-size: 30px
    }
    .slide-home-02 .slide-wrap:nth-child(3) .slide-info h1 {
        font-size: 60px;
        margin: 0
    }
    .slide-home-02 .slide-wrap:nth-child(3) .slide-info h2 {
        font-size: 32px
    }
    .slide-home-02 .slide-wrap:nth-child(3) .slide-info h2 span {
        font-size: 40px
    }
    .slide-home-03 .slide-wrap .slide-info h1 {
        font-size: 50px
    }
    .slide-home-03 .slide-wrap .slide-info h5 {
        font-size: 28px
    }
    .slide-home-03 .slide-wrap .slide-info h2 {
        font-size: 28px
    }
    .slide-home-04 .slide-wrap .slide-info h1,
    .slide-home-04 .slide-wrap .slide-info h2 span,
    .slide-home-04 .slide-wrap .slide-info h5 {
        font-size: 50px
    }
    .slide-home-04 .slide-wrap .slide-info h2 {
        font-size: 28px;
        margin: 0 0 30px 0
    }
    .slide-home-06 .slide-wrap .slide-info h1 {
        font-size: 46px
    }
    .slide-home-06 .slide-wrap .slide-info h2 {
        font-size: 35px;
        margin: 0 0 20px 0
    }
}

@media (max-width:991px) {
    .slide-home-01 .slide-wrap:nth-child(1) .slide-info h1,
    .slide-home-01 .slide-wrap:nth-child(1) .slide-info h2,
    .slide-home-01 .slide-wrap:nth-child(2) .slide-info h1,
    .slide-home-01 .slide-wrap:nth-child(2) .slide-info h2 {
        font-size: 42px
    }
    .slide-home-01 .slide-wrap:nth-child(3) .slide-info h1 {
        font-size: 50px
    }
    .slide-home-01 .slide-wrap:nth-child(3) .slide-info h2 {
        font-size: 40px
    }
    .slide-home-02 .slide-wrap:nth-child(1) .slide-info h5 {
        font-size: 22px
    }
    .slide-home-02 .slide-wrap:nth-child(2) .slide-info h2 {
        font-size: 40px
    }
    .slide-home-02 .slide-wrap:nth-child(3) .slide-info h2,
    .slide-home-02 .slide-wrap:nth-child(3) .slide-info h5 {
        font-size: 26px
    }
    .slide-home-02 .slide-wrap:nth-child(3) .slide-info h1 {
        font-size: 50px
    }
    .slide-home-03 .slide-wrap .slide-info h1 {
        font-size: 40px
    }
    .slide-home-03 .slide-wrap .slide-info h5 {
        font-size: 22px;
        padding-top: 0;
        padding-bottom: 0
    }
    .slide-home-03 .slide-wrap .slide-info h2 {
        font-size: 22px
    }
    .slide-home-04 .slide-wrap .slide-info h1,
    .slide-home-04 .slide-wrap .slide-info h2 span,
    .slide-home-04 .slide-wrap .slide-info h5 {
        font-size: 40px
    }
    .slide-home-04 .slide-wrap .slide-info h2 {
        font-size: 28px;
        margin: 0 0 20px 0
    }
    .slide-home-06 .slide-wrap .slide-info h5 {
        font-size: 13px;
        line-height: 24px
    }
    .slide-home-06 .slide-wrap .slide-info h1 {
        font-size: 34px
    }
    .slide-home-06 .slide-wrap .slide-info h2 {
        font-size: 28px;
        margin: 0 0 14px 0
    }
}

@media (max-width:767px) {
    .slide-home-01 .slick-dots,
    .slide-home-02 .slick-dots,
    .slide-home-03 .slick-dots,
    .slide-home-04 .slick-dots,
    .slide-home-06 .slick-dots {
        bottom: 5px
    }
    .slide-wrap img {
        min-height: 280px
    }
    .slide-home-01 .slide-wrap .slide-info h1,
    .slide-home-01 .slide-wrap .slide-info h2 {
        font-size: 24px
    }
    .slide-home-01 .slide-wrap .slide-info h5 {
        font-size: 12px
    }
    .slide-home-02 .slide-wrap:nth-child(1) .slide-inner {
        float: none
    }
    .slide-home-02 .slide-wrap:nth-child(1) .slide-info h5 {
        font-size: 11px
    }
    .slide-home-02 .slide-wrap:nth-child(1) .slide-info h1 {
        font-size: 64px
    }
    .slide-home-02 .slide-wrap:nth-child(1) .slide-info h1>span>span {
        font-size: 32px
    }
    .slide-home-02 .slide-wrap:nth-child(1) .slide-info h1>span>span:last-child {
        font-size: 20px
    }
    .slide-home-02 .slide-wrap:nth-child(1) .slide-info h2 {
        font-size: 16px;
        padding-left: 0;
        padding-right: 0;
        margin-bottom: 15px;
        letter-spacing: 1px
    }
    .slide-home-02 .slide-wrap:nth-child(1) .slide-info h2::after,
    .slide-home-02 .slide-wrap:nth-child(1) .slide-info h2::before {
        display: none
    }
    .slide-home-02 .slide-wrap:nth-child(2) .slide-info h5 {
        font-size: 11px;
        margin-bottom: 0
    }
    .slide-home-02 .slide-wrap:nth-child(2) .slide-info h2 {
        font-size: 22px;
        font-weight: 600;
        margin-bottom: 10px
    }
    .slide-home-02 .slide-wrap:nth-child(2) .slide-info h1 {
        font-size: 70px
    }
    .slide-home-02 .slide-wrap:nth-child(2) .slide-info h1 span {
        line-height: 23px;
        height: 21px;
        font-size: 12px;
        letter-spacing: 10px
    }
    .slide-home-02 .slide-wrap:nth-child(3) .slide-info h2 {
        margin-bottom: 10px
    }
    .slide-home-02 .slide-wrap:nth-child(3) .slide-info h2,
    .slide-home-02 .slide-wrap:nth-child(3) .slide-info h5 {
        font-size: 11px;
        letter-spacing: 0
    }
    .slide-home-02 .slide-wrap:nth-child(3) .slide-info h1 {
        font-size: 34px;
        margin-top: 7px;
        margin-bottom: 7px
    }
    .slide-home-02 .slide-wrap:nth-child(3) .slide-info h2 span {
        font-size: 24px
    }
    .slide-home-03 .slide-wrap .slide-info h1 {
        font-size: 30px
    }
    .slide-home-03 .slide-wrap .slide-info h5 {
        font-size: 18px;
        margin-bottom: 10px;
        margin-top: 10px
    }
    .slide-home-03 .slide-wrap .slide-info h2 {
        font-size: 18px;
        margin-bottom: 20px
    }
    .slide-home-04 .slide-wrap .slide-info h1,
    .slide-home-04 .slide-wrap .slide-info h2 span,
    .slide-home-04 .slide-wrap .slide-info h5 {
        font-size: 24px;
        letter-spacing: -1px
    }
    .slide-home-04 .slide-wrap .slide-info h2 {
        font-size: 20px;
        margin: 0 0 15px 0
    }
    .slide-home-06 .slide-wrap .slide-info h5 {
        font-size: 11px;
        line-height: 18px
    }
    .slide-home-06 .slide-wrap .slide-info h1 {
        font-size: 24px
    }
    .slide-home-06 .slide-wrap .slide-info h2 {
        font-size: 18px;
        margin: 0 0 15px 0
    }
}

.container-table {
    display: table;
    width: 100%
}

.container-table:not(:last-child) {
    padding-bottom: 30px
}

.container-cell {
    display: table-cell;
    vertical-align: middle;
    width: 50%;
    padding-left: 15px;
    padding-right: 15px
}

.container-cell:last-child {
    padding-right: 0
}

.container-cell:first-child {
    padding-left: 0
}

.container-cell h2 {
    font-size: 26px;
    margin-top: 0
}

@media (max-width:767px) {
    .container-table {
        display: block
    }
    .container-cell {
        display: block;
        width: 100%;
        padding-left: 0;
        padding-right: 0
    }
    .container-cell:not(:last-child) {
        padding-bottom: 30px
    }
}

.megamenu .akasha-listitem:not(:last-child) {
    padding-bottom: 25px
}

.post-content .akasha-instagram {
    padding-top: 20px
}

.akasha-google-maps {
    min-height: 600px
}

.megamenu .az_custom_heading {
    font-size: 16px;
    text-align: left;
    margin-top: 20px;
    margin-bottom: 0
}

.demo-item .col-lg-4:nth-child(1),
.demo-item .col-lg-4:nth-child(2),
.demo-item .col-lg-4:nth-child(3) {
    padding-bottom: 30px
}

.akasha-threed-view {
    height: calc(100vh - 30px)!important;
    max-height: 800px
}

.team-grid .akasha-team {
    padding-top: 15px;
    padding-bottom: 15px
}

.akasha-heading.style-02 {
    padding-bottom: 20px
}

.akasha-heading.style-01 {
    padding-bottom: 50px
}

.instagram-grid .item {
    margin-top: 15px;
    margin-bottom: 15px
}

.border-top-1 {
    border-top: 1px solid #ebebeb
}

.section-001 {
    padding-top: 75px;
    padding-bottom: 75px
}

.section-002 {
    padding-top: 4%;
    padding-bottom: 3%
}

.section-003 .akasha-banner.style-01.right-top:first-child {
    margin-bottom: 30px
}

.section-006 {
    background-color: #f4f4f4
}

.section-007 {
    padding-bottom: 75px
}

.section-008 {
    padding: 15px
}

.section-008_1 {
    padding-top: 3%;
    padding-bottom: 1%
}

@media(max-width:600px) {
    .section-008_1 {
        padding-top: 3%
    }
}

.section-009 {
    background-color: #f4f4f4
}

.section-010 {
    padding-top: 10px;
    padding-bottom: 10px;
    background: #f4f4f4;
    border-top: 1px solid #ebebeb
}

.section-010 p {
    margin-bottom: 0;
    padding: 18px 0
}

.section-010 .akasha-socials.style-01 {
    text-align: right
}

.section-011 {
    padding-bottom: 75px
}

.section-012 {
    padding-top: 170px;
    padding-bottom: 110px;
    background-image: url(../images/bg-count.jpg);
    background-size: cover
}

.section-013 {
    padding-top: 75px
}

.section-015 {
    padding-top: 0;
    padding-bottom: 1px;
    background-color: #789280;
}

.section-015 .logo-footer {
    margin-bottom: 16px
}

.section-015 .col-md-12.col-lg-4 .akasha-listitem.style-02 {
    padding-bottom: 10px!important
}

.section-016 {
    padding-top: 5px;
    padding-bottom: 20px
}

.section-015+.section-016 a {
    color: #fff
}

.section-016 .payment {
    text-align: right
}

.section-016 p {
    margin-bottom: 0;
    padding: 6px 0
}

.section-017 {
    padding-left: 10px;
    padding-right: 10px
}

.section-017 .row {
    margin-left: -5px;
    margin-right: -5px
}

.section-017 .col-md-12.col-lg-4 {
    padding-top: 10px;
    padding-right: 5px;
    padding-left: 5px
}

.section-018 {
    padding-top: 190px;
    padding-bottom: 190px;
    background-image: url(../images/testi-bg.jpg);
    background-position: center;
    background-size: cover
}

.section-019 {
    border-top: 1px solid #ebebeb
}

.section-020 {
    background-color: #f4f4f4
}

.section-020 .akasha-newsletter.style-03 {
    padding-bottom: 40px
}

.section-020 .akasha-socials.style-02 {
    text-align: center
}

.section-021 {
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #f4f4f4;
    border-top: 1px solid #ebebeb
}

.section-021 p {
    margin-bottom: 0
}

.section-021 .akasha-listitem.style-03 {
    text-align: right
}

.section-0211 {
    padding-top: 75px
}

.section-0211 .akasha-banner.style-01.left-center {
    padding-bottom: 30px
}

.section-022 {
    padding-top: 75px
}

.section-023 {
    padding-top: 45px
}

.section-025 {
    border-bottom: 1px solid #eee
}

.section-025 .logo-footer {
    text-align: center
}

.section-025 .footer-desc {
    padding-top: 25px;
    padding-bottom: 10px;
    text-align: center
}

.section-025 .akasha-socials.style-01 {
    text-align: center
}

.section-025 .col-md-6.col-lg-3 {
    padding-top: 55px;
    padding-bottom: 50px
}

.section-025 .col-md-6.col-lg-3:nth-child(2) {
    border-right: 1px solid #eee
}

.section-025 .col-md-6.col-lg-3:nth-child(4) {
    border-left: 1px solid #eee
}

.section-025 .col-lg-6 {
    padding-top: 55px;
    padding-bottom: 50px
}

.section-026 {
    padding-bottom: 75px;
    padding-top: 75px;
    background: url(../images/bg-ins.jpg)
}

.section-026 .akasha-slide {
    width: 1800px;
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    margin-left: auto;
    margin-right: auto
}

.section-027 {
    padding-top: 75px;
    padding-bottom: 60px
}

.section-028 {
    padding-top: 65px;
    padding-bottom: 65px;
    background-color: #000
}

.section-0281 {
    padding-top: 65px;
    padding-bottom: 55px;
    background-color: #f4f4f4
}

.section-0281 .logo-footer {
    margin-bottom: 16px
}

.section-0281 .footer-desc {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 28px
}

.section-029 {
    padding-bottom: 35px;
    background-color: #f4f4f4
}

.section-029 p {
    margin-bottom: 6px;
    margin-top: 6px
}

.section-029 .payment {
    text-align: right
}

.section-030 {
    padding-top: 75px
}

.section-031 {
    background: url(../images/bg-ins.jpg)
}

.section-032 {
    padding-top: 75px
}

.section-034 {
    margin-top: 75px;
    padding-top: 120px;
    padding-bottom: 120px;
    background-image: url(../images/test-bg-2.jpg);
    background-position: center bottom
}

.section-036 {
    padding-top: 60px;
    padding-bottom: 50px;
    background-color: #f4f4f4
}

.section-036 .logo-footer {
    margin-bottom: 16px
}

.section-038 {
    padding-right: 80px;
    padding-left: 80px
}

.section-039 {
    background-color: #f4f4f4
}

.section-040 {
    margin-bottom: -70px;
    padding-top: 75px
}

.section-042 {
    padding-top: 75px
}

.section-042 .az_custom_heading {
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: #000;
    line-height: 24px;
    text-align: left;
    margin-top: -3px
}

.section-043 {
    padding-top: 75px
}

.section-043 .section-034 {
    margin-top: 0!important
}

.section-044 {
    padding-top: 45px
}

@media (max-width:1499px) {
    .section-001 {
        padding-top: 65px;
        padding-bottom: 65px
    }
    .section-002 {
        padding-top: 4%;
        padding-bottom: 3%
    }
    .section-007 {
        padding-bottom: 65px
    }
    .section-011 {
        padding-bottom: 65px
    }
    .section-012 {
        padding-top: 140px;
        padding-bottom: 90px
    }
    .section-013 {
        padding-top: 65px
    }
    .section-018 {
        padding-top: 120px;
        padding-bottom: 120px
    }
    .section-0211 {
        padding-top: 65px
    }
    .section-022 {
        padding-top: 65px
    }
    .section-023 {
        padding-top: 35px
    }
    .section-026 .akasha-slide {
        padding-bottom: 65px
    }
    .section-027 {
        padding-top: 65px;
        padding-bottom: 50px
    }
    .section-028 {
        padding-top: 57px;
        padding-bottom: 57px
    }
    .section-030,
    .section-032 {
        padding-top: 65px
    }
    .section-034 {
        margin-top: 65px;
        padding-top: 80px;
        padding-bottom: 80px
    }
    .section-040 {
        padding-top: 65px
    }
    .section-042 {
        padding-top: 65px
    }
    .section-043 {
        padding-top: 65px
    }
    .section-044 {
        padding-top: 35px
    }
}

@media (max-width:1199px) {
    .akasha-heading.style-02 {
        padding-bottom: 20px
    }
    .akasha-heading.style-01 {
        padding-bottom: 35px
    }
    .section-001 {
        padding-top: 55px;
        padding-bottom: 55px
    }
    .section-002 {
        padding-top: 5%;
        padding-bottom: 4%
    }
    .section-002 .row {
        margin-right: -10px;
        margin-left: -10px
    }
    .section-002 .col-md-12.col-lg-4 {
        padding-right: 10px;
        padding-bottom: 20px;
        padding-left: 10px
    }
    .section-002 .col-md-12.col-lg-4:last-child {
        padding-bottom: 0
    }
    .section-003 .row {
        margin-right: -10px;
        margin-left: -10px
    }
    .section-003 .col-md-12.col-lg-6 {
        padding-right: 10px;
        padding-left: 10px
    }
    .section-003 .akasha-banner.style-01.right-top:first-child {
        margin-bottom: 24px
    }
    .section-004 .row {
        margin-left: -10px;
        margin-right: -10px
    }
    .section-004 .col-md-12.col-lg-6 {
        padding-left: 10px;
        padding-right: 10px
    }
    .section-005 .row {
        margin-left: -10px;
        margin-right: -10px
    }
    .section-005 .col-md-12.col-lg-6 {
        padding-left: 10px;
        padding-right: 10px
    }
    .section-007 {
        padding-bottom: 55px
    }
    .section-011 {
        padding-bottom: 55px
    }
    .section-012 {
        padding-top: 120px;
        padding-bottom: 70px
    }
    .section-013 {
        padding-top: 55px
    }
    .section-013 .row {
        margin-left: -10px;
        margin-right: -10px
    }
    .section-013 .col-md-4 {
        padding-left: 10px;
        padding-right: 10px
    }
    .section-014 {
        padding-top: 10px;
        padding-bottom: 10px
    }
    .section-015 {
        padding-top: 0;
        padding-bottom: 1px
    }
    .section-018 {
        padding-top: 90px;
        padding-bottom: 90px
    }
    .section-020 .akasha-newsletter.style-03 {
        padding-bottom: 25px
    }
    .section-0211 {
        padding-top: 55px
    }
    .section-0211 .row {
        margin-left: -10px;
        margin-right: -10px
    }
    .section-0211 .akasha-banner.style-01.left-center {
        padding-bottom: 20px
    }
    .section-022 {
        padding-top: 55px
    }
    .section-023 {
        padding-top: 25px
    }
    .section-025 {
        padding-top: 40px
    }
    .section-025 .col-md-6.col-lg-3 {
        padding-top: 40px;
        padding-bottom: 35px
    }
    .section-025 .col-md-6.col-lg-3:nth-child(2) {
        border-right: none
    }
    .section-025 .col-md-6.col-lg-3:nth-child(4) {
        border-left: none
    }
    .section-026 .akasha-slide {
        padding-bottom: 55px
    }
    .section-027 {
        padding-top: 55px;
        padding-bottom: 40px
    }
    .section-028 {
        padding-top: 47px;
        padding-bottom: 50px
    }
    .section-0281 {
        padding-top: 50px;
        padding-bottom: 40px
    }
    .section-030 .col-md-12:not(:last-child) {
        margin-bottom: 20px
    }
    .section-030,
    .section-032 {
        padding-top: 55px
    }
    .section-034 {
        margin-top: 45px;
        padding-top: 50px;
        padding-bottom: 50px;
        background-color: #f4f4f4
    }
    .section-036 .row>div:not(:last-child) {
        padding-bottom: 25px
    }
    .section-038 {
        padding-right: 40px;
        padding-left: 40px
    }
    .section-040 {
        padding-top: 55px
    }
    .section-042 {
        padding-top: 55px
    }
    .section-043 {
        padding-top: 55px
    }
    .section-044 {
        padding-top: 25px
    }
}

@media (max-width:991px) {
    .section-001 {
        padding-top: 45px;
        padding-bottom: 45px
    }
    .section-002 {
        padding-bottom: 5%;
        padding-top: 4%
    }
    .section-003 .akasha-banner.style-01.left-center:first-child,
    .section-003 .akasha-banner.style-01.right-top:first-child {
        margin-bottom: 20px
    }
    .section-004 .col-md-12.col-lg-6:first-child,
    .section-005 .col-md-12.col-lg-6:first-child {
        padding-bottom: 20px
    }
    .section-007 {
        padding-bottom: 45px
    }
    .section-007 .col-md-12.col-lg-4:not(:last-child) {
        padding-bottom: 30px
    }
    .section-011 {
        padding-bottom: 45px
    }
    .section-012 {
        padding-top: 80px;
        padding-bottom: 40px
    }
    .section-013 {
        padding-top: 45px
    }
    .section-013 .col-md-4:not(:last-child) {
        padding-bottom: 20px
    }
    .section-014 .col-md-6.col-lg-3:not(:last-child) {
        padding-bottom: 20px
    }
    .section-015 .col-md-12.col-lg-4:not(:last-child),
    .section-015 .col-md-6.col-lg-2 {
        padding-bottom: 20px
    }
    .section-018 {
        padding-top: 70px;
        padding-bottom: 70px
    }
    .section-021 p {
        text-align: center;
        margin-bottom: 5px
    }
    .section-021 .akasha-listitem.style-03 {
        text-align: center
    }
    .section-0211 {
        padding-top: 45px
    }
    .section-022 {
        padding-top: 45px
    }
    .section-023 {
        padding-top: 15px
    }
    .section-024 .col-md-12.col-lg-4:not(:last-child) {
        padding-bottom: 30px
    }
    .section-026 .akasha-slide {
        padding-bottom: 45px
    }
    .section-027 {
        padding-top: 45px;
        padding-bottom: 30px
    }
    .section-028 {
        padding-top: 39px;
        padding-bottom: 42px
    }
    .section-0281 .row>div:not(:last-child) {
        padding-bottom: 25px
    }
    .section-0281 .footer-desc br {
        display: none
    }
    .section-030,
    .section-032 {
        padding-top: 45px
    }
    .section-034 {
        margin-top: 45px;
        padding-top: 50px;
        padding-bottom: 50px;
        background-color: #f4f4f4
    }
    .section-040 {
        padding-top: 45px
    }
    .section-042 {
        padding-top: 45px
    }
    .section-043 {
        padding-top: 45px
    }
    .section-044 {
        padding-top: 15px
    }
}

@media (max-width:767px) {
    .section-010 p,
    .section-016 p,
    .section-021 p,
    .section-029 p {
        font-size: 13px
    }
    .akasha-heading.style-01 {
        padding-bottom: 25px
    }
    .akasha-heading.style-02 {
        padding-bottom: 10px
    }
    .section-001 {
        padding-top: 35px;
        padding-bottom: 35px
    }
    .section-002 .col-md-12.col-lg-4 {
        padding-bottom: 10px
    }
    .section-003 .akasha-banner.style-01.left-center:first-child,
    .section-003 .akasha-banner.style-01.right-top:first-child {
        margin-bottom: 10px
    }
    .section-004 .col-md-12.col-lg-6:first-child,
    .section-005 .col-md-12.col-lg-6:first-child {
        padding-bottom: 10px
    }
    .section-007 {
        padding-bottom: 35px
    }
    .section-008 {
        padding-top: 10px;
        padding-bottom: 10px
    }
    .section-010 {
        padding-bottom: 10px
    }
    .section-010 p {
        padding: 0;
        text-align: center
    }
    .section-010 .akasha-socials.style-01 {
        text-align: center
    }
    .section-011 {
        padding-bottom: 35px
    }
    .section-012 {
        padding-top: 40px;
        padding-bottom: 35px;
        background-color: #f8f8f8;
        background-image: none
    }
    .section-013 {
        padding-top: 35px
    }
    .section-013 .col-md-4:not(:last-child) {
        padding-bottom: 10px
    }
    .section-014 {
        padding-top: 30px;
        padding-bottom: 30px
    }
    .section-014 .col-md-6.col-lg-3:not(:last-child) {
        padding-bottom: 10px
    }
    .section-015 {
        padding-top: 0;
        padding-bottom: 1px
    }
    .section-016 .payment {
        text-align: center
    }
    .section-016 p {
        text-align: center;
        padding-top: 0
    }
    .section-018 {
        padding-top: 45px;
        padding-bottom: 45px;
        background: #f4f4f4
    }
    .section-020 .akasha-newsletter.style-03 {
        padding-bottom: 15px
    }
    .section-0211 {
        padding-top: 35px
    }
    .section-0211 .row {
        margin-left: -5px;
        margin-right: -5px
    }
    .section-0211 .akasha-banner.style-01.left-center {
        padding-bottom: 10px
    }
    .section-0211 .akasha-banner.style-01.left-top {
        padding-bottom: 10px
    }
    .section-022 {
        padding-top: 35px
    }
    .section-023 {
        padding-top: 5px
    }
    .section-025 .col-md-6.col-lg-3 {
        padding-top: 25px;
        padding-bottom: 20px
    }
    .section-025 .col-md-6.col-lg-3:nth-child(4) {
        padding-top: 0
    }
    .section-026 .akasha-slide {
        padding-bottom: 35px
    }
    .section-027 {
        padding-top: 35px;
        padding-bottom: 20px
    }
    .section-028 {
        padding-top: 35px;
        padding-bottom: 20px
    }
    .section-0281 {
        padding-top: 40px;
        padding-bottom: 30px
    }
    .section-029 .payment {
        text-align: left
    }
    .section-030,
    .section-032 {
        padding-top: 35px
    }
    .section-034 {
        margin-top: 35px;
        padding-top: 35px;
        padding-bottom: 35px;
        background-image: none
    }
    .section-038 {
        padding-right: 0;
        padding-left: 0
    }
    .section-040 {
        padding-top: 35px
    }
    .section-042 {
        padding-top: 35px
    }
    .section-043 {
        padding-top: 35px
    }
    .section-044 {
        padding-top: 5px
    }
}

@media (max-width:575px) {
    .section-033 .container {
        padding-left: 0;
        padding-right: 0
    }
    .section-033 .container .section-034 {
        padding-left: 15px;
        padding-right: 15px
    }
}

.akasha-mapper {
    position: relative
}

.akasha-mapper .mask,
.akasha-mapper img {
    transition: all .3s
}

.akasha-mapper>img {
    width: 100%
}

.akasha-mapper .mask {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, .5);
    opacity: 0
}

.akasha-mapper .akasha-pin {
    position: absolute;
    cursor: pointer
}

.akasha-mapper .akasha-pin.actived {
    z-index: 10
}

.akasha-mapper .akasha-pin .icon-pin {
    cursor: pointer;
    color: #fff;
    background: #ff3535;
    border-radius: 50%;
    z-index: 10;
    display: block;
    text-align: center;
    transition: all .3s;
    font-size: 20px;
    width: 24px;
    line-height: 24px
}

.akasha-mapper .akasha-pin .icon-pin:before {
    display: block
}

.akasha-mapper .akasha-pin .icon-pin.rotate:hover {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg)
}

.akasha-mapper .akasha-pin .icon-pin.scale:hover {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2)
}

.akasha-mapper .akasha-pin .icon-pin.fade:after {
    top: 0;
    left: 0;
    padding: 0;
    box-shadow: 0 0 0 2px rgba(255, 255, 255, .1);
    opacity: 0;
    pointer-events: none;
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    content: '';
    -webkit-transform: scale(.9);
    -moz-transform: scale(.9);
    -ms-transform: scale(.9);
    transform: scale(.9)
}

.akasha-mapper .akasha-pin .icon-pin.fade:hover:after {
    -webkit-animation: sonarEffect .6s ease-out 75ms;
    -moz-animation: sonarEffect .6s ease-out 75ms;
    animation: sonarEffect .6s ease-out 75ms
}

@-webkit-keyframes sonarEffect {
    0% {
        opacity: .3
    }
    40% {
        opacity: .5;
        box-shadow: 0 0 0 2px rgba(255, 255, 255, .1), 0 0 10px 10px #fff, 0 0 0 10px rgba(255, 255, 255, .5)
    }
    100% {
        box-shadow: 0 0 0 2px rgba(255, 255, 255, .1), 0 0 10px 10px #fff, 0 0 0 10px rgba(255, 255, 255, .5);
        -webkit-transform: scale(1.5);
        opacity: 0
    }
}

@keyframes sonarEffect {
    0% {
        opacity: .3
    }
    40% {
        opacity: .5;
        box-shadow: 0 0 0 2px rgba(255, 255, 255, .1), 0 0 10px 10px #fff, 0 0 0 10px rgba(255, 255, 255, .5)
    }
    100% {
        box-shadow: 0 0 0 2px rgba(255, 255, 255, .1), 0 0 10px 10px #fff, 0 0 0 10px rgba(255, 255, 255, .5);
        transform: scale(1.5);
        opacity: 0
    }
}

.akasha-mapper .akasha-pin .akasha-title {
    background: #fff;
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, .13);
    border-radius: 0;
    font-size: 14px;
    line-height: 38px;
    padding: 0 50px;
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
    white-space: nowrap;
    margin: 0;
    top: -65px;
    -webkit-transition: all .3s;
    transition: all .3s
}

.akasha-mapper .akasha-pin .akasha-title:before {
    content: '';
    position: absolute;
    border: 6px solid transparent;
    border-top: 6px solid #fff;
    bottom: -12px;
    left: calc(50% - 6px)
}

.akasha-mapper .akasha-pin .akasha-link:hover~.akasha-title,
.akasha-mapper .akasha-pin .icon-pin:hover~.akasha-title {
    opacity: 1;
    visibility: visible;
    top: -55px
}

.akasha-mapper.dark .akasha-pin .akasha-title {
    background: #3d3d3d;
    color: #eee;
    border-color: rgba(255, 255, 255, .1)
}

.akasha-mapper.dark .akasha-pin .akasha-title:before {
    border-top-color: #3d3d3d
}

.akasha-mapper .akasha-pin .akasha-popup,
.akasha-mapper .akasha-pin.actived .akasha-title,
.akasha-mapper .akasha-pin.actived .icon-pin:hover+.akasha-title,
.akasha-mapper .akasha-title {
    opacity: 0;
    visibility: hidden
}

.akasha-mapper .akasha-pin .akasha-popup {
    border-radius: 0;
    position: absolute;
    z-index: 99;
    -webkit-transition: all .3s;
    transition: all .3s;
    padding: 10px;
    width: 305px;
    min-height: 205px;
    box-shadow: 0 2px 10px 0 #dfdfdf;
    border-color: #dfdfdf
}

.akasha-mapper.light .akasha-pin .akasha-popup {
    background: #fff
}

.akasha-mapper.dark .akasha-pin .akasha-popup {
    background: #3d3d3d
}

.akasha-mapper .akasha-pin .akasha-wc {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

.akasha-mapper .akasha-pin.actived .akasha-popup,
.akasha-mapper .akasha-pin:hover .akasha-popup {
    opacity: 1;
    visibility: visible
}

.akasha-mapper .akasha-pin .akasha-popup:before {
    content: '';
    position: absolute;
    border: 8px solid transparent
}

.akasha-mapper .remove-redirect.akasha-popup:before {
    display: none
}

.akasha-mapper .akasha-pin .akasha-popup.left:before,
.akasha-mapper .akasha-pin .akasha-popup.right:before {
    top: calc(50% - 8px)
}

.akasha-mapper .akasha-pin .akasha-popup.left:before {
    border-left: 8px solid #fff;
    right: -16px
}

.akasha-mapper .akasha-pin .akasha-popup.right:before {
    border-right: 8px solid #fff;
    left: -16px
}

.akasha-mapper .akasha-pin .akasha-popup.bottom:before,
.akasha-mapper .akasha-pin .akasha-popup.top:before {
    left: calc(50% - 8px)
}

.akasha-mapper .akasha-pin .akasha-popup.top:before {
    border-top: 8px solid #fff;
    bottom: -16px
}

.akasha-mapper .akasha-pin .akasha-popup.bottom:before {
    border-bottom: 8px solid #fff;
    top: -16px
}

.akasha-mapper.dark .akasha-pin .akasha-popup.left:before {
    border-left-color: #3d3d3d
}

.akasha-mapper.dark .akasha-pin .akasha-popup.right:before {
    border-right-color: #3d3d3d
}

.akasha-mapper.dark .akasha-pin .akasha-popup.top:before {
    border-top-color: #3d3d3d
}

.akasha-mapper.dark .akasha-pin .akasha-popup.bottom:before {
    border-bottom-color: #3d3d3d
}

.akasha-mapper .akasha-pin .akasha-popup.left,
.akasha-mapper .akasha-pin .akasha-popup.right {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%)
}

.akasha-mapper .akasha-pin .akasha-popup.bottom,
.akasha-mapper .akasha-pin .akasha-popup.top {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%)
}

.akasha-mapper .akasha-pin .akasha-popup.left,
.akasha-mapper.slide-left .akasha-pin.actived .akasha-popup.left,
.akasha-mapper.slide-right .akasha-pin.actived .akasha-popup.left {
    right: calc(100% + 8px)
}

.akasha-mapper .akasha-pin .akasha-popup.right,
.akasha-mapper.slide-left .akasha-pin.actived .akasha-popup.right,
.akasha-mapper.slide-right .akasha-pin.actived .akasha-popup.right {
    left: calc(100% + 8px)
}

.akasha-mapper .akasha-pin .akasha-popup.top,
.akasha-mapper.slide-bottom .akasha-pin.actived .akasha-popup.top,
.akasha-mapper.slide-top .akasha-pin.actived .akasha-popup.top {
    bottom: calc(100% + 8px)
}

.akasha-mapper .akasha-pin .akasha-popup.bottom,
.akasha-mapper.slide-bottom .akasha-pin.actived .akasha-popup.bottom,
.akasha-mapper.slide-top .akasha-pin.actived .akasha-popup.bottom {
    top: calc(100% + 8px)
}

.akasha-mapper.slide-left .akasha-pin.actived .akasha-popup.bottom,
.akasha-mapper.slide-left .akasha-pin.actived .akasha-popup.top,
.akasha-mapper.slide-right .akasha-pin.actived .akasha-popup.bottom,
.akasha-mapper.slide-right .akasha-pin.actived .akasha-popup.top {
    left: 50%
}

.akasha-mapper.slide-right .akasha-pin .akasha-popup.right {
    left: calc(100% + 48px)
}

.akasha-mapper.slide-top .akasha-pin .akasha-popup.left,
.akasha-mapper.slide-top .akasha-pin .akasha-popup.right {
    top: 0
}

.akasha-mapper.slide-bottom .akasha-pin.actived .akasha-popup.left,
.akasha-mapper.slide-bottom .akasha-pin.actived .akasha-popup.right,
.akasha-mapper.slide-top .akasha-pin.actived .akasha-popup.left,
.akasha-mapper.slide-top .akasha-pin.actived .akasha-popup.right {
    top: 50%
}

.akasha-mapper.slide-top .akasha-pin .akasha-popup.top {
    bottom: calc(100% + 48px)
}

.akasha-mapper.slide-top .akasha-pin .akasha-popup.bottom {
    top: calc(100% + 48px)
}

.akasha-mapper.slide-bottom .akasha-pin .akasha-popup.top {
    bottom: calc(100% - 32px)
}

.akasha-mapper .akasha-pin .akasha-popup-header {
    padding: 10px;
    border-bottom: 1px solid #e5e5e5;
    position: relative
}

.akasha-mapper .akasha-pin .akasha-popup-header .close-modal {
    right: 10px;
    top: 5px;
    font-size: 14px;
    color: #ccc
}

.rtl .akasha-mapper .akasha-pin .akasha-popup-header .close-modal {
    right: auto;
    left: 10px
}

.akasha-mapper .akasha-pin .akasha-popup-header .close-modal:hover,
.akasha-mapper .akasha-pin .akasha-popup-header h2 a:hover,
.akasha-mapper.dark .akasha-pin .akasha-popup-header h2 a:hover {
    color: #000
}

.akasha-mapper.dark .akasha-pin .akasha-popup-footer,
.akasha-mapper.dark .akasha-pin .akasha-popup-footer a:first-child,
.akasha-mapper.dark .akasha-pin .akasha-popup-header {
    border-color: rgba(255, 255, 255, .1)
}

.akasha-mapper.dark .akasha-pin .akasha-popup-footer a,
.akasha-mapper.dark .akasha-pin .akasha-popup-header h2,
.akasha-mapper.dark .akasha-pin .akasha-popup-header h2 a,
.akasha-mapper.dark .akasha-pin .akasha-popup-main,
.akasha-mapper.dark .akasha-pin .akasha-popup-main p {
    color: #eee
}

.akasha-mapper .akasha-pin .akasha-popup-header h2 {
    margin: 0;
    font-size: 16px;
    line-height: 1.4;
    padding-right: 15px;
    font-weight: 700;
    overflow: hidden
}

.rtl .akasha-mapper .akasha-pin .akasha-popup-header h2 {
    padding: 0 0 0 15px
}

.akasha-mapper .akasha-pin .akasha-popup-header h2 a {
    color: #383838
}

.akasha-mapper .akasha-pin .akasha-image .akasha-popup-header h2 {
    line-height: 20px
}

.akasha-mapper .akasha-pin .akasha-image .akasha-popup-main img {
    max-height: 100%
}

.akasha-mapper .akasha-pin .akasha-image .akasha-popup-main {
    text-align: center
}

.akasha-mapper .akasha-pin .akasha-akasha-price {
    margin-bottom: 5px
}

.akasha-mapper .akasha-pin .akasha-akasha-price .amount {
    font-size: 14px;
    font-weight: 600
}

.akasha-mapper .akasha-pin .akasha-akasha-price del .amount {
    color: #999
}

.akasha-mapper .akasha-pin .akasha-akasha-price ins {
    background: 0 0
}

.akasha-mapper .akasha-pin .akasha-popup-main {
    font-size: 13px;
    color: #777
}

.akasha-mapper .akasha-pin .akasha-wc .akasha-popup-main {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.akasha-mapper .akasha-pin .akasha-popup .akasha-akasha-info .akasha-akasha-price,
.akasha-mapper .akasha-pin .akasha-popup-main>[class*=col-] {
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-left: 0;
    padding-right: 0
}

.akasha-mapper .akasha-pin .akasha-popup-main>.akasha-product-thumbnail {
    -webkit-flex-basis: 90px;
    flex-basis: 90px
}

.akasha-mapper .akasha-pin .akasha-popup-main>.akasha-product-thumbnail+.col-right {
    margin-left: 10px;
    -webkit-flex-basis: calc(100% - 110px);
    flex-basis: calc(100% - 110px)
}

.akasha-mapper .akasha-pin .akasha-popup-footer .add_to_cart_button.loading i:before {
    content: "\e900";
    top: 2px;
    display: inline-block;
    -webkit-animation: rotation 1s linear infinite;
    animation: rotation 1s linear infinite
}

@-webkit-keyframes rotation {
    0% {
        -webkit-transform: rotate(0)
    }
    50% {
        -webkit-transform: rotate(180deg)
    }
    100% {
        -webkit-transform: rotate(360deg)
    }
}

@keyframes rotation {
    0% {
        transform: rotate(0)
    }
    50% {
        transform: rotate(180deg)
    }
    100% {
        transform: rotate(360deg)
    }
}

.akasha-mapper .akasha-pin .akasha-popup-footer a.added_to_cart {
    display: none
}

.akasha-mapper .akasha-pin .akasha-popup .akasha-akasha-info,
.akasha-mapper .akasha-pin .akasha-popup .akasha-product-rating {
    display: -ms-flexbox;
    display: flex;
    display: -webkit-box;
    display: -webkit-flex
}

.akasha-mapper .akasha-pin .akasha-popup .star-rating {
    font-family: FontAwesome, sans-serif;
    font-size: 10px;
    height: 20px;
    overflow: hidden;
    position: relative;
    text-align: left;
    width: 6.2em;
    letter-spacing: 3px;
    margin-right: 3px
}

.akasha-mapper .akasha-pin .akasha-popup .star-rating span:before,
.akasha-mapper .akasha-pin .akasha-popup .star-rating:before {
    content: "\f006\f006\f006\f006\f006";
    left: 0;
    top: 0;
    position: absolute;
    font-size: 10px
}

.akasha-mapper .akasha-pin .akasha-popup .star-rating:before {
    color: #e2e2e2
}

.akasha-mapper .akasha-pin .akasha-popup .star-rating span {
    overflow: hidden;
    position: absolute;
    text-indent: -999em
}

.akasha-mapper .akasha-pin .akasha-popup .star-rating span:before {
    color: #ffbc5b;
    text-indent: 0
}

.akasha-mapper .akasha-pin .akasha-popup-footer a {
    display: block;
    border: 0;
    border-top: 1px solid #e5e5e5;
    position: absolute;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    height: 56px;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    border-radius: 0 0 3px 3px;
    font-style: normal;
    background: #fff;
    line-height: 54px;
    padding: 0;
    color: #383838;
    text-transform: none
}

.akasha-mapper .akasha-pin .akasha-popup-footer a:hover {
    background: #000;
    border-color: #000;
    color: #fff
}

.akasha-mapper .akasha-pin .akasha-popup-footer a i {
    font-size: 18px;
    margin-right: 5px
}

.akasha-mapper .akasha-product-rating {
    font-size: 13px
}

.akasha-mapper .akasha-pin .akasha-link {
    position: absolute;
    z-index: 10;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0
}

body .akasha-mapper .akasha-pin .akasha-popup-header h2 {
    text-align: left
}

body .akasha-mapper .akasha-pin .akasha-popup .akasha-akasha-info {
    overflow: hidden
}

body .akasha-mapper .akasha-pin .akasha-popup .akasha-akasha-info .akasha-akasha-price {
    display: inline-block;
    text-align: left
}

body .akasha-mapper .akasha-pin .akasha-popup .akasha-product-rating {
    display: inline-block;
    float: right;
    margin: 0;
    line-height: 27px
}

body .akasha-mapper .akasha-pin .akasha-wc .akasha-popup-main p {
    text-align: left
}

body .akasha-mapper .text__area {
    text-align: center
}

.col-right h2 {
    line-height: 26px;
    font-size: 16px;
    margin: -3px 0 5px
}

@media (max-width:1024px) {
    .akasha-mapper .akasha-pin .akasha-popup {
        display: none!important
    }
}

@media (max-width:640px) {
    .akasha-mapper .akasha-pin {
        display: none
    }
}

.akasha-mapper {
    padding-top: 20px
}

.text__area.style-01 {
    font-size: 14px;
    color: #fff;
    width: 126px;
    height: 39px;
    line-height: 31px;
    border-width: 4px;
    border-style: solid;
    border-radius: 50px;
    background: #f14444;
    border-color: #eae9eb
}

.text__area.style-02 {
    font-size: 14px;
    color: #fff;
    width: 52px;
    height: 52px;
    line-height: 44px;
    border-width: 4px;
    border-style: solid;
    border-radius: 50px;
    background: #2f56ff;
    border-color: #cecece
}

.text__area.style-03 {
    font-size: 11px;
    color: #fff;
    width: 36px;
    height: 36px;
    line-height: 30px;
    border-width: 3px;
    border-style: solid;
    border-radius: 50px;
    background: #16ce19;
    border-color: rgba(234, 234, 234, .91)
}

.dreamingsb-wrap {
    display: block;
    clear: both
}

.dreamingsb-wrap .dreamingsb-products,
.dreamingsb-wrap .dreamingsb-text {
    margin: 0 0 15px 0
}

.dreamingsb-products .dreamingsb-product {
    display: flex;
    align-items: center;
    padding: 10px 0
}

.dreamingsb-products .dreamingsb-product>div {
    padding-right: 10px
}

.dreamingsb-products .dreamingsb-product .dreamingsb-title {
    flex-grow: 1
}

.dreamingsb-products .dreamingsb-product>div:last-child {
    padding-right: 0;
    text-align: right
}

.dreamingsb-products .dreamingsb-product .dreamingsb-price {
    width: 100px;
    flex: 0 0 100px
}

.footer-device-mobile {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    background-color: #fff;
    border-top: 1px solid #eee;
    display: none
}

.footer-device-mobile-item {
    display: table-cell;
    vertical-align: middle;
    text-align: center
}

.footer-device-mobile .wapper {
    display: table;
    width: 100%;
    table-layout: fixed
}

.footer-device-mobile-item>a {
    display: inline-block;
    padding: 5px 0;
    color: #222;
    line-height: normal;
    font-size: 13px
}

.footer-device-mobile-item>a .icon {
    font-size: 20px;
    display: block;
    position: relative;
    height: 30px;
    line-height: 30px
}

.footer-device-mobile-item.device-cart .count-icon {
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    border-radius: 50%;
    color: #fff;
    font-weight: 700;
    display: inline-block;
    position: absolute;
    top: 0;
    right: -10px;
    font-size: 12px
}

.container-video {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%
}

.container-video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.pd_pt {
    padding-top: 82px!important
}

@media(max-width:1024px) {
    .pd_pt {
        padding-top: 50!important
    }
}

.fl_wdh {
    width: 100%;
    background-color: #fff;
    height: 52px;
    color: #000
}

.df {
    display: flex
}

.qv_head {
    font-size: 15px;
    color: #000
}

.login_modal {
    display: none;
    position: fixed;
    z-index: 1000000;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: #000;
    background-color: rgba(0, 0, 0, .4)
}

.login_modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    width: 40%
}
@media(max-width:786px) {
    .login_modal-content {
        width: 70%;
        padding: 0
    }
}
@media(min-width:786px) and (max-width:992px) {
    .login_modal-content {
        width: 50%;
        padding: 0
    }
}
.close1 {
    float: right;
    font-size: 25px;
    color: #000;
    cursor: pointer
}

.close2 {
    float: right;
    font-size: 25px;
    color: #000;
    cursor: pointer;
    margin-right: 2%;
    margin-top: 2%
}

.close:focus,
.close:hover {
    color: #000;
    text-decoration: none;
    cursor: pointer
}

.mtba {
    margin-top: auto;
    margin-bottom: auto
}

.mlra {
    margin-left: auto!important;
    margin-right: auto!important
}

.wb7 {
    width: 70px
}

.varient_box {
    width: 60px;
    height: 57px;
    padding: 2px
}

.varient_box_img {
    border: 1px solid #f9f9f9;
    padding: 2px;
    border-radius: 2px;
    cursor: pointer
}

.var_drop {
    border-radius: 2px;
    padding: 0 48px 0 15px
}

.pd_pb6 {
    padding-bottom: 6px
}

.s_cart {
    height: 48px;
    line-height: 43px;
    font-size: 14px;
    color: #fff;
    padding: 0 26px;
    background: #000;
    border: none;
    border-radius: 2px;
    cursor: pointer;
    border-radius: 10px
}

.s_cart_out {
    height: 46px;
    line-height: 43px;
    font-size: 14px;
    padding: 0 26px;
    color: #929090;
    background: #f0f0f0;
    border: none;
    border-radius: 8px
}

.p_b_img {
    width: 570px;
    height: 270px
}

.p_b_img1 {
    width: 570px;
    height: 570px
}

.f_list:hover {
    color: #fff
}

@media (min-width:1281px) {
    .bg-parallax {
        background-attachment: fixed
    }
}

.bg-right-center {
    background-position: right center
}

@media (max-width:991px) {
    .tparrows {
        display: none!important
    }
}

.megamenu-home {
    width: 900px
}

.megamenu-shop {
    width: 1170px
}

.megamenu-elements {
    width: 1170px
}

.megamenu-blog {
    width: 800px
}

.slide-wrap {
    position: relative
}

.slide-info {
    position: absolute;
    top: 48%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    right: 0;
    text-align: center
}

.slide-info h1,
.slide-info h2,
.slide-info h5 {
    line-height: 1
}

.slick-current .slide-info h5 {
    animation-duration: 2s;
    -webkit-animation-duration: 2s;
    animation-fill-mode: both;
    -webkit-animation-fill-mode: both;
    animation-name: slideInDown;
    -webkit-animation-name: slideInDown
}

.slick-current .slide-info h1 {
    animation-duration: 2s;
    -webkit-animation-duration: 2s;
    animation-fill-mode: both;
    -webkit-animation-fill-mode: both;
    animation-name: zoomIn;
    -webkit-animation-name: zoomIn
}

.slick-current .slide-info h2 {
    animation-duration: 2s;
    -webkit-animation-duration: 2s;
    animation-fill-mode: both;
    -webkit-animation-fill-mode: both;
    animation-name: bounceInLeft;
    -webkit-animation-name: bounceInLeft
}

.slick-current .slide-info a {
    animation-duration: 2s;
    -webkit-animation-duration: 2s;
    animation-fill-mode: both;
    -webkit-animation-fill-mode: both;
    animation-name: slideInUp;
    -webkit-animation-name: slideInUp
}

.slide-wrap img {
    min-height: auto;
    object-fit: cover
}

@media(max-width:1400px) {
    .slide-wrap img {
        min-height: auto;
        object-fit: cover;
        max-height: 600px
    }
}

.slide-home-01 .slick-dots,
.slide-home-02 .slick-dots,
.slide-home-03 .slick-dots,
.slide-home-04 .slick-dots,
.slide-home-06 .slick-dots {
    bottom: 30px;
    position: absolute;
    left: 0;
    right: 0
}

.slide-home-01 .slide-wrap .slide-info h5 {
    font-size: 16px;
    line-height: 20px;
    letter-spacing: .2em;
    margin: 0;
    color: inherit
}

.slide-home-01 .slide-wrap .slide-info h1 {
    font-size: 80px;
    font-weight: 400;
    color: #000;
    margin: 0;
    font-family: 'Playfair Display', sans-serif
}

.slide-home-01 .slide-wrap .slide-info h2 {
    font-size: 80px;
    font-weight: 400;
    margin: 0 0 20px 0;
    font-family: 'Playfair Display', sans-serif
}

.slide-home-02 .slide-wrap:nth-child(1) .slide-info h5 {
    font-size: 40px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin: 0 0 5px 0
}

.slide-home-02 .slide-wrap:nth-child(1) .slide-info h1 {
    font-size: 120px;
    font-weight: 700;
    color: #000;
    margin: 0 0 20px 0
}

.slide-home-02 .slide-wrap:nth-child(1) .slide-info h1>span {
    display: inline-block
}

.slide-home-02 .slide-wrap:nth-child(1) .slide-info h1>span>span {
    display: block;
    font-size: 60px;
    text-align: left
}

.slide-home-02 .slide-wrap:nth-child(1) .slide-info h1>span>span:last-child {
    font-size: 40px
}

.slide-home-02 .slide-wrap:nth-child(1) .slide-info h2 {
    font-size: 26px;
    position: relative;
    margin: 0 auto 40px auto;
    padding-left: 50px;
    padding-right: 50px;
    letter-spacing: 3px;
    display: table;
    font-family: 'Playfair display'
}

.slide-home-02 .slide-wrap:nth-child(1) .slide-info h2::after,
.slide-home-02 .slide-wrap:nth-child(1) .slide-info h2::before {
    content: '';
    width: 40px;
    height: 2px;
    background-color: #000;
    position: absolute;
    top: 45%
}

.slide-home-02 .slide-wrap:nth-child(1) .slide-info h2::before {
    left: 0
}

.slide-home-02 .slide-wrap:nth-child(1) .slide-info h2::after {
    right: 0
}

.slide-home-02 .slide-wrap:nth-child(1) .slide-inner {
    text-align: center
}

.slide-home-02 .slide-wrap:nth-child(2) .slide-info h5 {
    display: inline-block;
    text-transform: uppercase;
    text-align: center;
    font-size: 16px;
    line-height: 20px;
    font-weight: 700;
    color: #000;
    letter-spacing: 3px;
    margin: 0 0 10px 0
}

.slide-home-02 .slide-wrap:nth-child(2) .slide-info h1 {
    font-size: 100px;
    font-weight: 700;
    color: #000;
    margin: 0 auto;
    display: table;
    position: relative
}

.slide-home-02 .slide-wrap:nth-child(2) .slide-info h1 span {
    background-color: rgba(237, 239, 238, .7);
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 18px;
    line-height: 29px;
    height: 29px;
    font-weight: 700;
    color: #000;
    letter-spacing: 13px;
    text-transform: uppercase;
    padding-left: 10px;
    white-space: nowrap
}

.slide-home-02 .slide-wrap:nth-child(2) .slide-info h2 {
    font-size: 60px;
    margin: 0 0 30px 0;
    font-family: 'Playfair Display'
}

.slide-home-02 .slide-wrap:nth-child(3) .slide-info h5 {
    text-transform: uppercase;
    font-size: 36px;
    font-weight: 700;
    letter-spacing: 3px;
    margin: 0 0 10px 0
}

.slide-home-02 .slide-wrap:nth-child(3) .slide-info h1 {
    font-size: 80px;
    color: #000;
    margin: 0 0 10px 0;
    font-family: 'Playfair display'
}

.slide-home-02 .slide-wrap:nth-child(3) .slide-info h2 {
    font-size: 36px;
    font-weight: 600;
    margin: 0 0 30px 0;
    text-transform: capitalize
}

.slide-home-02 .slide-wrap:nth-child(3) .slide-info h2 span {
    color: #000;
    font-size: 60px
}

.slide-home-03 .slick-dots {
    bottom: 30px;
    position: absolute;
    left: 0;
    right: 0
}

.slide-home-03 .slide-wrap .slide-info {
    text-align: center
}

.slide-home-03 .slide-wrap .slide-info h1 {
    font-size: 72px;
    font-weight: 600;
    color: #000;
    margin: 0
}

.slide-home-03 .slide-wrap .slide-info h5 {
    font-size: 32px;
    font-weight: 400;
    padding: 5px 0;
    margin: 0 auto 10px auto;
    display: table;
    font-family: 'Playfair Display'
}

.slide-home-03 .slide-wrap .slide-info h2 {
    font-size: 32px;
    font-weight: 400;
    margin: 0 0 30px 0;
    font-family: 'Playfair Display'
}

.slide-home-03 .slide-wrap .slide-info h2 span {
    color: #000
}

.slide-home-04 .slide-wrap .slide-info h1 {
    font-size: 70px;
    font-weight: 400;
    color: #000;
    margin: 0;
    font-family: 'Playfair Display', sans-serif
}

.slide-home-04 .slide-wrap .slide-info h5 {
    font-size: 70px;
    font-weight: 400;
    margin: 0 0 20px 0;
    font-family: 'Playfair Display', sans-serif
}

.slide-home-04 .slide-wrap .slide-info h2 {
    font-size: 32px;
    position: relative;
    margin: 0 0 25px 0
}

.slide-home-04 .slide-wrap .slide-info h2 span {
    color: #000;
    font-size: 50px;
    font-weight: 500
}

.slide-home-06 .slide-wrap .slide-info h5 {
    font-size: 16px;
    line-height: 30px;
    font-weight: 700;
    letter-spacing: .2em;
    color: #000;
    margin: 0 0 10px 0;
    display: inline-block;
    text-transform: uppercase
}

.slide-home-06 .slide-wrap .slide-info h5 span {
    color: #000
}

.slide-home-06 .slide-wrap .slide-info h1 {
    font-size: 60px;
    font-family: 'Playfair Display';
    margin: 0 0 10px 0;
    text-transform: capitalize
}

.slide-home-06 .slide-wrap .slide-info h1 span {
    color: #000
}

.slide-home-06 .slide-wrap .slide-info h2 {
    font-size: 45px;
    font-family: 'Playfair Display';
    position: relative;
    margin: 0 0 30px 0
}

.slide-home-06 .slide-wrap .slide-info h2 span {
    color: #000
}

@media (max-width:1366px) {
    .slide-home-01 .slide-wrap:nth-child(1) .slide-info h1,
    .slide-home-01 .slide-wrap:nth-child(1) .slide-info h2,
    .slide-home-01 .slide-wrap:nth-child(2) .slide-info h1,
    .slide-home-01 .slide-wrap:nth-child(2) .slide-info h2 {
        font-size: 54px
    }
    .slide-home-01 .slide-wrap:nth-child(3) .slide-info h2 {
        font-size: 54px
    }
    .slide-home-02 .slide-wrap:nth-child(1) .slide-info h5 {
        font-size: 24px
    }
    .slide-home-02 .slide-wrap:nth-child(1) .slide-info h1 {
        font-size: 90px;
        margin: 0
    }
    .slide-home-02 .slide-wrap:nth-child(1) .slide-info h1>span>span {
        font-size: 44px
    }
    .slide-home-02 .slide-wrap:nth-child(1) .slide-info h1>span>span:last-child {
        font-size: 30px
    }
    .slide-home-02 .slide-wrap:nth-child(1) .slide-info h2 {
        font-size: 22px;
        padding-left: 44px;
        padding-right: 44px;
        margin-bottom: 25px
    }
    .slide-home-02 .slide-wrap:nth-child(1) .slide-info h2::after,
    .slide-home-02 .slide-wrap:nth-child(1) .slide-info h2::before {
        width: 35px
    }
    .slide-home-02 .slide-wrap:nth-child(2) .slide-info h1 {
        font-size: 90px
    }
    .slide-home-02 .slide-wrap:nth-child(2) .slide-info h1 span {
        line-height: 27px;
        height: 25px;
        font-size: 16px;
        letter-spacing: 12px
    }
    .slide-home-02 .slide-wrap:nth-child(2) .slide-info h2 {
        font-size: 50px
    }
    .slide-home-02 .slide-wrap:nth-child(3) .slide-info h5 {
        font-size: 34px;
        margin: 0
    }
    .slide-home-02 .slide-wrap:nth-child(3) .slide-info h1 {
        font-size: 70px;
        margin: 0
    }
    .slide-home-02 .slide-wrap:nth-child(3) .slide-info h2 {
        font-size: 34px;
        margin-bottom: 20px
    }
    .slide-home-02 .slide-wrap:nth-child(3) .slide-info h2 span {
        font-size: 50px
    }
    .slide-home-03 .slide-wrap .slide-info h1 {
        font-size: 60px
    }
    .slide-home-03 .slide-wrap .slide-info h5 {
        font-size: 30px
    }
    .slide-home-03 .slide-wrap .slide-info h2 {
        font-size: 30px
    }
    .slide-home-04 .slide-wrap .slide-info h1 {
        font-size: 60px
    }
    .slide-home-04 .slide-wrap .slide-info h5 {
        font-size: 60px
    }
    .slide-home-04 .slide-wrap .slide-info h2 {
        font-size: 30px;
        margin: 0 0 30px 0
    }
    .slide-home-04 .slide-wrap .slide-info h2 span {
        font-size: 45px
    }
    .slide-home-06 .slide-wrap .slide-info h5 {
        font-size: 14px;
        line-height: 26px
    }
    .slide-home-06 .slide-wrap .slide-info h1 {
        font-size: 55px
    }
    .slide-home-06 .slide-wrap .slide-info h2 {
        font-size: 40px;
        margin: 0 0 20px 0
    }
}

@media (max-width:1199px) {
    .slide-home-01 .slide-wrap:nth-child(1) .slide-info h1,
    .slide-home-01 .slide-wrap:nth-child(1) .slide-info h2,
    .slide-home-01 .slide-wrap:nth-child(2) .slide-info h1,
    .slide-home-01 .slide-wrap:nth-child(2) .slide-info h2 {
        font-size: 48px
    }
    .slide-home-01 .slide-wrap:nth-child(3) .slide-info h1 {
        font-size: 58px
    }
    .slide-home-01 .slide-wrap:nth-child(3) .slide-info h2 {
        font-size: 48px
    }
    .slide-home-02 .slide-wrap:nth-child(1) .slide-info h5 {
        font-size: 28px
    }
    .slide-home-02 .slide-wrap:nth-child(1) .slide-info h1 {
        font-size: 80px
    }
    .slide-home-02 .slide-wrap:nth-child(1) .slide-info h1>span>span {
        font-size: 40px
    }
    .slide-home-02 .slide-wrap:nth-child(1) .slide-info h1>span>span:last-child {
        font-size: 28px
    }
    .slide-home-02 .slide-wrap:nth-child(1) .slide-info h2 {
        font-size: 20px
    }
    .slide-home-02 .slide-wrap:nth-child(2) .slide-info h5 {
        font-size: 15px
    }
    .slide-home-02 .slide-wrap:nth-child(2) .slide-info h1 {
        font-size: 80px
    }
    .slide-home-02 .slide-wrap:nth-child(2) .slide-info h1 span {
        line-height: 26px;
        height: 24px;
        font-size: 14px
    }
    .slide-home-02 .slide-wrap:nth-child(2) .slide-info h2 {
        font-size: 44px
    }
    .slide-home-02 .slide-wrap:nth-child(3) .slide-info h5 {
        font-size: 30px
    }
    .slide-home-02 .slide-wrap:nth-child(3) .slide-info h1 {
        font-size: 60px;
        margin: 0
    }
    .slide-home-02 .slide-wrap:nth-child(3) .slide-info h2 {
        font-size: 32px
    }
    .slide-home-02 .slide-wrap:nth-child(3) .slide-info h2 span {
        font-size: 40px
    }
    .slide-home-03 .slide-wrap .slide-info h1 {
        font-size: 50px
    }
    .slide-home-03 .slide-wrap .slide-info h5 {
        font-size: 28px
    }
    .slide-home-03 .slide-wrap .slide-info h2 {
        font-size: 28px
    }
    .slide-home-04 .slide-wrap .slide-info h1,
    .slide-home-04 .slide-wrap .slide-info h2 span,
    .slide-home-04 .slide-wrap .slide-info h5 {
        font-size: 50px
    }
    .slide-home-04 .slide-wrap .slide-info h2 {
        font-size: 28px;
        margin: 0 0 30px 0
    }
    .slide-home-06 .slide-wrap .slide-info h1 {
        font-size: 46px
    }
    .slide-home-06 .slide-wrap .slide-info h2 {
        font-size: 35px;
        margin: 0 0 20px 0
    }
}

@media (max-width:991px) {
    .slide-home-01 .slide-wrap:nth-child(1) .slide-info h1,
    .slide-home-01 .slide-wrap:nth-child(1) .slide-info h2,
    .slide-home-01 .slide-wrap:nth-child(2) .slide-info h1,
    .slide-home-01 .slide-wrap:nth-child(2) .slide-info h2 {
        font-size: 42px
    }
    .slide-home-01 .slide-wrap:nth-child(3) .slide-info h1 {
        font-size: 50px
    }
    .slide-home-01 .slide-wrap:nth-child(3) .slide-info h2 {
        font-size: 40px
    }
    .slide-home-02 .slide-wrap:nth-child(1) .slide-info h5 {
        font-size: 22px
    }
    .slide-home-02 .slide-wrap:nth-child(2) .slide-info h2 {
        font-size: 40px
    }
    .slide-home-02 .slide-wrap:nth-child(3) .slide-info h2,
    .slide-home-02 .slide-wrap:nth-child(3) .slide-info h5 {
        font-size: 26px
    }
    .slide-home-02 .slide-wrap:nth-child(3) .slide-info h1 {
        font-size: 50px
    }
    .slide-home-03 .slide-wrap .slide-info h1 {
        font-size: 40px
    }
    .slide-home-03 .slide-wrap .slide-info h5 {
        font-size: 22px;
        padding-top: 0;
        padding-bottom: 0
    }
    .slide-home-03 .slide-wrap .slide-info h2 {
        font-size: 22px
    }
    .slide-home-04 .slide-wrap .slide-info h1,
    .slide-home-04 .slide-wrap .slide-info h2 span,
    .slide-home-04 .slide-wrap .slide-info h5 {
        font-size: 40px
    }
    .slide-home-04 .slide-wrap .slide-info h2 {
        font-size: 28px;
        margin: 0 0 20px 0
    }
    .slide-home-06 .slide-wrap .slide-info h5 {
        font-size: 13px;
        line-height: 24px
    }
    .slide-home-06 .slide-wrap .slide-info h1 {
        font-size: 34px
    }
    .slide-home-06 .slide-wrap .slide-info h2 {
        font-size: 28px;
        margin: 0 0 14px 0
    }
}

@media (max-width:767px) {
    .slide-home-01 .slick-dots,
    .slide-home-02 .slick-dots,
    .slide-home-03 .slick-dots,
    .slide-home-04 .slick-dots,
    .slide-home-06 .slick-dots {
        bottom: 5px
    }
    .slide-wrap img {
        min-height: auto
    }
    .slide-home-01 .slide-wrap .slide-info h1,
    .slide-home-01 .slide-wrap .slide-info h2 {
        font-size: 24px
    }
    .slide-home-01 .slide-wrap .slide-info h5 {
        font-size: 12px
    }
    .slide-home-02 .slide-wrap:nth-child(1) .slide-inner {
        float: none
    }
    .slide-home-02 .slide-wrap:nth-child(1) .slide-info h5 {
        font-size: 11px
    }
    .slide-home-02 .slide-wrap:nth-child(1) .slide-info h1 {
        font-size: 64px
    }
    .slide-home-02 .slide-wrap:nth-child(1) .slide-info h1>span>span {
        font-size: 32px
    }
    .slide-home-02 .slide-wrap:nth-child(1) .slide-info h1>span>span:last-child {
        font-size: 20px
    }
    .slide-home-02 .slide-wrap:nth-child(1) .slide-info h2 {
        font-size: 16px;
        padding-left: 0;
        padding-right: 0;
        margin-bottom: 15px;
        letter-spacing: 1px
    }
    .slide-home-02 .slide-wrap:nth-child(1) .slide-info h2::after,
    .slide-home-02 .slide-wrap:nth-child(1) .slide-info h2::before {
        display: none
    }
    .slide-home-02 .slide-wrap:nth-child(2) .slide-info h5 {
        font-size: 11px;
        margin-bottom: 0
    }
    .slide-home-02 .slide-wrap:nth-child(2) .slide-info h2 {
        font-size: 22px;
        font-weight: 600;
        margin-bottom: 10px
    }
    .slide-home-02 .slide-wrap:nth-child(2) .slide-info h1 {
        font-size: 70px
    }
    .slide-home-02 .slide-wrap:nth-child(2) .slide-info h1 span {
        line-height: 23px;
        height: 21px;
        font-size: 12px;
        letter-spacing: 10px
    }
    .slide-home-02 .slide-wrap:nth-child(3) .slide-info h2 {
        margin-bottom: 10px
    }
    .slide-home-02 .slide-wrap:nth-child(3) .slide-info h2,
    .slide-home-02 .slide-wrap:nth-child(3) .slide-info h5 {
        font-size: 11px;
        letter-spacing: 0
    }
    .slide-home-02 .slide-wrap:nth-child(3) .slide-info h1 {
        font-size: 34px;
        margin-top: 7px;
        margin-bottom: 7px
    }
    .slide-home-02 .slide-wrap:nth-child(3) .slide-info h2 span {
        font-size: 24px
    }
    .slide-home-03 .slide-wrap .slide-info h1 {
        font-size: 30px
    }
    .slide-home-03 .slide-wrap .slide-info h5 {
        font-size: 18px;
        margin-bottom: 10px;
        margin-top: 10px
    }
    .slide-home-03 .slide-wrap .slide-info h2 {
        font-size: 18px;
        margin-bottom: 20px
    }
    .slide-home-04 .slide-wrap .slide-info h1,
    .slide-home-04 .slide-wrap .slide-info h2 span,
    .slide-home-04 .slide-wrap .slide-info h5 {
        font-size: 24px;
        letter-spacing: -1px
    }
    .slide-home-04 .slide-wrap .slide-info h2 {
        font-size: 20px;
        margin: 0 0 15px 0
    }
    .slide-home-06 .slide-wrap .slide-info h5 {
        font-size: 11px;
        line-height: 18px
    }
    .slide-home-06 .slide-wrap .slide-info h1 {
        font-size: 24px
    }
    .slide-home-06 .slide-wrap .slide-info h2 {
        font-size: 18px;
        margin: 0 0 15px 0
    }
}

.container-table {
    display: table;
    width: 100%
}

.container-table:not(:last-child) {
    padding-bottom: 30px
}

.container-cell {
    display: table-cell;
    vertical-align: middle;
    width: 50%;
    padding-left: 15px;
    padding-right: 15px
}

.container-cell:last-child {
    padding-right: 0
}

.container-cell:first-child {
    padding-left: 0
}

.container-cell h2 {
    font-size: 26px;
    margin-top: 0
}

@media (max-width:767px) {
    .container-table {
        display: block
    }
    .container-cell {
        display: block;
        width: 100%;
        padding-left: 0;
        padding-right: 0
    }
    .container-cell:not(:last-child) {
        padding-bottom: 30px
    }
}

.megamenu .akasha-listitem:not(:last-child) {
    padding-bottom: 25px
}

.post-content .akasha-instagram {
    padding-top: 20px
}

.akasha-google-maps {
    min-height: 600px
}

.megamenu .az_custom_heading {
    font-size: 16px;
    text-align: left;
    margin-top: 20px;
    margin-bottom: 0
}

.demo-item .col-lg-4:nth-child(1),
.demo-item .col-lg-4:nth-child(2),
.demo-item .col-lg-4:nth-child(3) {
    padding-bottom: 30px
}

.akasha-threed-view {
    height: calc(100vh - 30px)!important;
    max-height: 800px
}

.team-grid .akasha-team {
    padding-top: 15px;
    padding-bottom: 15px
}

.akasha-heading.style-02 {
    padding-bottom: 20px
}

.akasha-heading.style-01 {
    padding-bottom: 50px
}

.instagram-grid .item {
    margin-top: 15px;
    margin-bottom: 15px
}

.border-top-1 {
    border-top: 1px solid #ebebeb
}

.section-001 {
    padding-top: 75px;
    padding-bottom: 75px
}

.section-003 .akasha-banner.style-01.right-top:first-child {
    margin-bottom: 30px
}

.section-006 {
    background-color: #f4f4f4
}

.section-007 {
    padding-bottom: 75px
}

.section-008 {
    padding: 15px
}

.section-009 {
    background-color: #f4f4f4
}

.section-010 {
    padding-top: 10px;
    padding-bottom: 10px;
    background: #f4f4f4;
    border-top: 1px solid #ebebeb
}

.section-010 p {
    margin-bottom: 0;
    padding: 18px 0
}

.section-010 .akasha-socials.style-01 {
    text-align: right
}

.section-011 {
    padding-bottom: 75px
}

.section-012 {
    padding-top: 170px;
    padding-bottom: 110px;
    background-image: url(../images/bg-count.jpg);
    background-size: cover
}

.section-013 {
    padding-top: 75px
}

.section-014 {
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #f4f4f4
}

.section-015 {
    padding-top: 0;
    padding-bottom: 1px;
    /* background-color: #111; */
    background-color: #080a23;
    /* background-color: #050412; */
    /* border-top-left-radius: 32px; */
    /* border-top-right-radius: 32px */
}

.section-015 .logo-footer {
    margin-bottom: 16px
}

.section-015 .col-md-12.col-lg-4 .akasha-listitem.style-02 {
    padding-bottom: 10px!important
}

.section-016 {
    padding-top: 5px;
    padding-bottom: 20px
}

.section-015+.section-016 {
    /* background: #111 */
    background-color: #080a23;
    /* background-color: #050412; */
}

.section-015+.section-016 a {
    color: #fff
}

.section-016 .payment {
    text-align: right
}

.section-016 p {
    margin-bottom: 0;
    padding: 6px 0
}

.section-017 {
    padding-left: 10px;
    padding-right: 10px
}

.section-017 .row {
    margin-left: -5px;
    margin-right: -5px
}

.section-017 .col-md-12.col-lg-4 {
    padding-top: 10px;
    padding-right: 5px;
    padding-left: 5px
}

.section-018 {
    padding-top: 190px;
    padding-bottom: 190px;
    background-image: url(../images/testi-bg.jpg);
    background-position: center;
    background-size: cover
}

.section-019 {
    border-top: 1px solid #ebebeb
}

.section-020 {
    background-color: #f4f4f4
}

.section-020 .akasha-newsletter.style-03 {
    padding-bottom: 40px
}

.section-020 .akasha-socials.style-02 {
    text-align: center
}

.section-021 {
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #f4f4f4;
    border-top: 1px solid #ebebeb
}

.section-021 p {
    margin-bottom: 0
}

.section-021 .akasha-listitem.style-03 {
    text-align: right
}

.section-0211 {
    padding-top: 75px
}

.section-0211 .akasha-banner.style-01.left-center {
    padding-bottom: 30px
}

.section-022 {
    padding-top: 75px
}

.section-023 {
    padding-top: 45px
}

.section-025 {
    border-bottom: 1px solid #eee
}

.section-025 .logo-footer {
    text-align: center
}

.section-025 .footer-desc {
    padding-top: 25px;
    padding-bottom: 10px;
    text-align: center
}

.section-025 .akasha-socials.style-01 {
    text-align: center
}

.section-025 .col-md-6.col-lg-3 {
    padding-top: 55px;
    padding-bottom: 50px
}

.section-025 .col-md-6.col-lg-3:nth-child(2) {
    border-right: 1px solid #eee
}

.section-025 .col-md-6.col-lg-3:nth-child(4) {
    border-left: 1px solid #eee
}

.section-025 .col-lg-6 {
    padding-top: 55px;
    padding-bottom: 50px
}

.section-026 {
    padding-bottom: 75px;
    padding-top: 75px;
    background: url(../images/bg-ins.jpg)
}

.section-026 .akasha-slide {
    width: 1800px;
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    margin-left: auto;
    margin-right: auto
}

.section-027 {
    padding-top: 75px;
    padding-bottom: 60px
}

.section-028 {
    padding-top: 65px;
    padding-bottom: 65px;
    background-color: #000
}

.section-0281 {
    padding-top: 65px;
    padding-bottom: 55px;
    background-color: #f4f4f4
}

.section-0281 .logo-footer {
    margin-bottom: 16px
}

.section-0281 .footer-desc {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 28px
}

.section-029 {
    padding-bottom: 35px;
    background-color: #f4f4f4
}

.section-029 p {
    margin-bottom: 6px;
    margin-top: 6px
}

.section-029 .payment {
    text-align: right
}

.section-030 {
    padding-top: 75px
}

.section-031 {
    background: url(../images/bg-ins.jpg)
}

.section-032 {
    padding-top: 75px
}

.section-034 {
    margin-top: 75px;
    padding-top: 120px;
    padding-bottom: 120px;
    background-image: url(../images/test-bg-2.jpg);
    background-position: center bottom
}

.section-036 {
    padding-top: 60px;
    padding-bottom: 50px;
    background-color: #f4f4f4
}

.section-036 .logo-footer {
    margin-bottom: 16px
}

.section-038 {
    padding-right: 80px;
    padding-left: 80px
}

.section-039 {
    background-color: #f4f4f4
}

.section-040 {
    margin-bottom: -70px;
    padding-top: 75px
}

.section-042 {
    padding-top: 75px
}

.section-042 .az_custom_heading {
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: #000;
    line-height: 24px;
    text-align: left;
    margin-top: -3px
}

.section-043 {
    padding-top: 75px
}

.section-043 .section-034 {
    margin-top: 0!important
}

.section-044 {
    padding-top: 45px
}

@media (max-width:1499px) {
    .section-001 {
        padding-top: 65px;
        padding-bottom: 65px
    }
    .section-007 {
        padding-bottom: 65px
    }
    .section-011 {
        padding-bottom: 65px
    }
    .section-012 {
        padding-top: 140px;
        padding-bottom: 90px
    }
    .section-013 {
        padding-top: 65px
    }
    .section-018 {
        padding-top: 120px;
        padding-bottom: 120px
    }
    .section-0211 {
        padding-top: 65px
    }
    .section-022 {
        padding-top: 65px
    }
    .section-023 {
        padding-top: 35px
    }
    .section-026 .akasha-slide {
        padding-bottom: 65px
    }
    .section-027 {
        padding-top: 65px;
        padding-bottom: 50px
    }
    .section-028 {
        padding-top: 57px;
        padding-bottom: 57px
    }
    .section-030,
    .section-032 {
        padding-top: 65px
    }
    .section-034 {
        margin-top: 65px;
        padding-top: 80px;
        padding-bottom: 80px
    }
    .section-040 {
        padding-top: 65px
    }
    .section-042 {
        padding-top: 65px
    }
    .section-043 {
        padding-top: 65px
    }
    .section-044 {
        padding-top: 35px
    }
}

@media (max-width:1199px) {
    .akasha-heading.style-02 {
        padding-bottom: 20px
    }
    .akasha-heading.style-01 {
        padding-bottom: 35px
    }
    .section-001 {
        padding-top: 55px;
        padding-bottom: 55px
    }
    .section-002 .row {
        margin-right: -10px;
        margin-left: -10px
    }
    .section-002 .col-md-12.col-lg-4 {
        padding-right: 10px;
        padding-bottom: 20px;
        padding-left: 10px
    }
    .section-002 .col-md-12.col-lg-4:last-child {
        padding-bottom: 0
    }
    .section-003 .row {
        margin-right: -10px;
        margin-left: -10px
    }
    .section-003 .col-md-12.col-lg-6 {
        padding-right: 10px;
        padding-left: 10px
    }
    .section-003 .akasha-banner.style-01.right-top:first-child {
        margin-bottom: 24px
    }
    .section-004 .row {
        margin-left: -10px;
        margin-right: -10px
    }
    .section-004 .col-md-12.col-lg-6 {
        padding-left: 10px;
        padding-right: 10px
    }
    .section-005 .row {
        margin-left: -10px;
        margin-right: -10px
    }
    .section-005 .col-md-12.col-lg-6 {
        padding-left: 10px;
        padding-right: 10px
    }
    .section-007 {
        padding-bottom: 55px
    }
    .section-011 {
        padding-bottom: 55px
    }
    .section-012 {
        padding-top: 120px;
        padding-bottom: 70px
    }
    .section-013 {
        padding-top: 55px
    }
    .section-013 .row {
        margin-left: -10px;
        margin-right: -10px
    }
    .section-013 .col-md-4 {
        padding-left: 10px;
        padding-right: 10px
    }
    .section-014 {
        padding-top: 10px;
        padding-bottom: 10px
    }
    .section-015 {
        padding-top: 7px;
        padding-bottom: 1px
    }
    .section-018 {
        padding-top: 90px;
        padding-bottom: 90px
    }
    .section-020 .akasha-newsletter.style-03 {
        padding-bottom: 25px
    }
    .section-0211 {
        padding-top: 55px
    }
    .section-0211 .row {
        margin-left: -10px;
        margin-right: -10px
    }
    .section-0211 .akasha-banner.style-01.left-center {
        padding-bottom: 20px
    }
    .section-022 {
        padding-top: 55px
    }
    .section-023 {
        padding-top: 25px
    }
    .section-025 {
        padding-top: 40px
    }
    .section-025 .col-md-6.col-lg-3 {
        padding-top: 40px;
        padding-bottom: 35px
    }
    .section-025 .col-md-6.col-lg-3:nth-child(2) {
        border-right: none
    }
    .section-025 .col-md-6.col-lg-3:nth-child(4) {
        border-left: none
    }
    .section-026 .akasha-slide {
        padding-bottom: 55px
    }
    .section-027 {
        padding-top: 55px;
        padding-bottom: 40px
    }
    .section-028 {
        padding-top: 47px;
        padding-bottom: 50px
    }
    .section-0281 {
        padding-top: 50px;
        padding-bottom: 40px
    }
    .section-030 .col-md-12:not(:last-child) {
        margin-bottom: 20px
    }
    .section-030,
    .section-032 {
        padding-top: 55px
    }
    .section-034 {
        margin-top: 45px;
        padding-top: 50px;
        padding-bottom: 50px;
        background-color: #f4f4f4
    }
    .section-036 .row>div:not(:last-child) {
        padding-bottom: 25px
    }
    .section-038 {
        padding-right: 40px;
        padding-left: 40px
    }
    .section-040 {
        padding-top: 55px
    }
    .section-042 {
        padding-top: 55px
    }
    .section-043 {
        padding-top: 55px
    }
    .section-044 {
        padding-top: 25px
    }
}

@media (max-width:991px) {
    .section-001 {
        padding-top: 45px;
        padding-bottom: 45px
    }
    .section-003 .akasha-banner.style-01.left-center:first-child,
    .section-003 .akasha-banner.style-01.right-top:first-child {
        margin-bottom: 20px
    }
    .section-004 .col-md-12.col-lg-6:first-child,
    .section-005 .col-md-12.col-lg-6:first-child {
        padding-bottom: 20px
    }
    .section-007 {
        padding-bottom: 45px
    }
    .section-007 .col-md-12.col-lg-4:not(:last-child) {
        padding-bottom: 30px
    }
    .section-011 {
        padding-bottom: 45px
    }
    .section-012 {
        padding-top: 80px;
        padding-bottom: 40px
    }
    .section-013 {
        padding-top: 45px
    }
    .section-013 .col-md-4:not(:last-child) {
        padding-bottom: 20px
    }
    .section-014 .col-md-6.col-lg-3:not(:last-child) {
        padding-bottom: 20px
    }
    .section-015 .col-md-12.col-lg-4:not(:last-child),
    .section-015 .col-md-6.col-lg-2 {
        padding-bottom: 20px
    }
    .section-018 {
        padding-top: 70px;
        padding-bottom: 70px
    }
    .section-021 p {
        text-align: center;
        margin-bottom: 5px
    }
    .section-021 .akasha-listitem.style-03 {
        text-align: center
    }
    .section-0211 {
        padding-top: 45px
    }
    .section-022 {
        padding-top: 45px
    }
    .section-023 {
        padding-top: 15px
    }
    .section-024 .col-md-12.col-lg-4:not(:last-child) {
        padding-bottom: 30px
    }
    .section-026 .akasha-slide {
        padding-bottom: 45px
    }
    .section-027 {
        padding-top: 45px;
        padding-bottom: 30px
    }
    .section-028 {
        padding-top: 39px;
        padding-bottom: 42px
    }
    .section-0281 .row>div:not(:last-child) {
        padding-bottom: 25px
    }
    .section-0281 .footer-desc br {
        display: none
    }
    .section-030,
    .section-032 {
        padding-top: 45px
    }
    .section-034 {
        margin-top: 45px;
        padding-top: 50px;
        padding-bottom: 50px;
        background-color: #f4f4f4
    }
    .section-040 {
        padding-top: 45px
    }
    .section-042 {
        padding-top: 45px
    }
    .section-043 {
        padding-top: 45px
    }
    .section-044 {
        padding-top: 15px
    }
}

@media (max-width:767px) {
    .section-010 p,
    .section-016 p,
    .section-021 p,
    .section-029 p {
        font-size: 13px
    }
    .akasha-heading.style-01 {
        padding-bottom: 25px
    }
    .akasha-heading.style-02 {
        padding-bottom: 10px
    }
    .section-001 {
        padding-top: 35px;
        padding-bottom: 35px
    }
    .section-002 {
        padding-top: 5%;
        padding-bottom: 4%
    }
    .section-002 .col-md-12.col-lg-4 {
        padding-bottom: 10px
    }
    .section-003 .akasha-banner.style-01.left-center:first-child,
    .section-003 .akasha-banner.style-01.right-top:first-child {
        margin-bottom: 10px
    }
    .section-004 .col-md-12.col-lg-6:first-child,
    .section-005 .col-md-12.col-lg-6:first-child {
        padding-bottom: 10px
    }
    .section-007 {
        padding-bottom: 35px
    }
    .section-008 {
        padding-top: 10px;
        padding-bottom: 10px
    }
    .section-010 {
        padding-bottom: 10px
    }
    .section-010 p {
        padding: 0;
        text-align: center
    }
    .section-010 .akasha-socials.style-01 {
        text-align: center
    }
    .section-011 {
        padding-bottom: 35px
    }
    .section-012 {
        padding-top: 40px;
        padding-bottom: 35px;
        background-color: #f8f8f8;
        background-image: none
    }
    .section-013 {
        padding-top: 35px
    }
    .section-013 .col-md-4:not(:last-child) {
        padding-bottom: 10px
    }
    .section-014 {
        padding-top: 10px;
        padding-bottom: 10px
    }
    .section-014 .col-md-6.col-lg-3:not(:last-child) {
        padding-bottom: 10px
    }
    .section-015 {
        padding-top: 10px;
        padding-bottom: 1px
    }
    .section-016 .payment {
        text-align: center
    }
    .section-016 p {
        text-align: center;
        padding-top: 0
    }
    .section-018 {
        padding-top: 45px;
        padding-bottom: 45px;
        background: #f4f4f4
    }
    .section-020 .akasha-newsletter.style-03 {
        padding-bottom: 15px
    }
    .section-0211 {
        padding-top: 35px
    }
    .section-0211 .row {
        margin-left: -5px;
        margin-right: -5px
    }
    .section-0211 .akasha-banner.style-01.left-center {
        padding-bottom: 10px
    }
    .section-0211 .akasha-banner.style-01.left-top {
        padding-bottom: 10px
    }
    .section-022 {
        padding-top: 35px
    }
    .section-023 {
        padding-top: 5px
    }
    .section-025 .col-md-6.col-lg-3 {
        padding-top: 25px;
        padding-bottom: 20px
    }
    .section-025 .col-md-6.col-lg-3:nth-child(4) {
        padding-top: 0
    }
    .section-026 .akasha-slide {
        padding-bottom: 35px
    }
    .section-027 {
        padding-top: 35px;
        padding-bottom: 20px
    }
    .section-028 {
        padding-top: 35px;
        padding-bottom: 20px
    }
    .section-0281 {
        padding-top: 40px;
        padding-bottom: 30px
    }
    .section-029 .payment {
        text-align: left
    }
    .section-030,
    .section-032 {
        padding-top: 35px
    }
    .section-034 {
        margin-top: 35px;
        padding-top: 35px;
        padding-bottom: 35px;
        background-image: none
    }
    .section-038 {
        padding-right: 0;
        padding-left: 0
    }
    .section-040 {
        padding-top: 35px
    }
    .section-042 {
        padding-top: 35px
    }
    .section-043 {
        padding-top: 35px
    }
    .section-044 {
        padding-top: 5px
    }
}

@media (max-width:575px) {
    .section-033 .container {
        padding-left: 0;
        padding-right: 0
    }
    .section-033 .container .section-034 {
        padding-left: 15px;
        padding-right: 15px
    }
    .section-010 p,
    .section-016 p,
    .section-021 p,
    .section-029 p {
        font-size: 10px
    }
}

.akasha-mapper {
    position: relative
}

.akasha-mapper .mask,
.akasha-mapper img {
    transition: all .3s
}

.akasha-mapper>img {
    width: 100%
}

.akasha-mapper .mask {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, .5);
    opacity: 0
}

.akasha-mapper .akasha-pin {
    position: absolute;
    cursor: pointer
}

.akasha-mapper .akasha-pin.actived {
    z-index: 10
}

.akasha-mapper .akasha-pin .icon-pin {
    cursor: pointer;
    color: #fff;
    background: #ff3535;
    border-radius: 50%;
    z-index: 10;
    display: block;
    text-align: center;
    transition: all .3s;
    font-size: 20px;
    width: 24px;
    line-height: 24px
}

.akasha-mapper .akasha-pin .icon-pin:before {
    display: block
}

.akasha-mapper .akasha-pin .icon-pin.rotate:hover {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg)
}

.akasha-mapper .akasha-pin .icon-pin.scale:hover {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2)
}

.akasha-mapper .akasha-pin .icon-pin.fade:after {
    top: 0;
    left: 0;
    padding: 0;
    box-shadow: 0 0 0 2px rgba(255, 255, 255, .1);
    opacity: 0;
    pointer-events: none;
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    content: '';
    -webkit-transform: scale(.9);
    -moz-transform: scale(.9);
    -ms-transform: scale(.9);
    transform: scale(.9)
}

.akasha-mapper .akasha-pin .icon-pin.fade:hover:after {
    -webkit-animation: sonarEffect .6s ease-out 75ms;
    -moz-animation: sonarEffect .6s ease-out 75ms;
    animation: sonarEffect .6s ease-out 75ms
}

@-webkit-keyframes sonarEffect {
    0% {
        opacity: .3
    }
    40% {
        opacity: .5;
        box-shadow: 0 0 0 2px rgba(255, 255, 255, .1), 0 0 10px 10px #fff, 0 0 0 10px rgba(255, 255, 255, .5)
    }
    100% {
        box-shadow: 0 0 0 2px rgba(255, 255, 255, .1), 0 0 10px 10px #fff, 0 0 0 10px rgba(255, 255, 255, .5);
        -webkit-transform: scale(1.5);
        opacity: 0
    }
}

@keyframes sonarEffect {
    0% {
        opacity: .3
    }
    40% {
        opacity: .5;
        box-shadow: 0 0 0 2px rgba(255, 255, 255, .1), 0 0 10px 10px #fff, 0 0 0 10px rgba(255, 255, 255, .5)
    }
    100% {
        box-shadow: 0 0 0 2px rgba(255, 255, 255, .1), 0 0 10px 10px #fff, 0 0 0 10px rgba(255, 255, 255, .5);
        transform: scale(1.5);
        opacity: 0
    }
}

.akasha-mapper .akasha-pin .akasha-title {
    background: #fff;
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, .13);
    border-radius: 0;
    font-size: 14px;
    line-height: 38px;
    padding: 0 50px;
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
    white-space: nowrap;
    margin: 0;
    top: -65px;
    -webkit-transition: all .3s;
    transition: all .3s
}

.akasha-mapper .akasha-pin .akasha-title:before {
    content: '';
    position: absolute;
    border: 6px solid transparent;
    border-top: 6px solid #fff;
    bottom: -12px;
    left: calc(50% - 6px)
}

.akasha-mapper .akasha-pin .akasha-link:hover~.akasha-title,
.akasha-mapper .akasha-pin .icon-pin:hover~.akasha-title {
    opacity: 1;
    visibility: visible;
    top: -55px
}

.akasha-mapper.dark .akasha-pin .akasha-title {
    background: #3d3d3d;
    color: #eee;
    border-color: rgba(255, 255, 255, .1)
}

.akasha-mapper.dark .akasha-pin .akasha-title:before {
    border-top-color: #3d3d3d
}

.akasha-mapper .akasha-pin .akasha-popup,
.akasha-mapper .akasha-pin.actived .akasha-title,
.akasha-mapper .akasha-pin.actived .icon-pin:hover+.akasha-title,
.akasha-mapper .akasha-title {
    opacity: 0;
    visibility: hidden
}

.akasha-mapper .akasha-pin .akasha-popup {
    border-radius: 0;
    position: absolute;
    z-index: 99;
    -webkit-transition: all .3s;
    transition: all .3s;
    padding: 10px;
    width: 305px;
    min-height: 205px;
    box-shadow: 0 2px 10px 0 #dfdfdf;
    border-color: #dfdfdf
}

.akasha-mapper.light .akasha-pin .akasha-popup {
    background: #fff
}

.akasha-mapper.dark .akasha-pin .akasha-popup {
    background: #3d3d3d
}

.akasha-mapper .akasha-pin .akasha-wc {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

.akasha-mapper .akasha-pin.actived .akasha-popup,
.akasha-mapper .akasha-pin:hover .akasha-popup {
    opacity: 1;
    visibility: visible
}

.akasha-mapper .akasha-pin .akasha-popup:before {
    content: '';
    position: absolute;
    border: 8px solid transparent
}

.akasha-mapper .remove-redirect.akasha-popup:before {
    display: none
}

.akasha-mapper .akasha-pin .akasha-popup.left:before,
.akasha-mapper .akasha-pin .akasha-popup.right:before {
    top: calc(50% - 8px)
}

.akasha-mapper .akasha-pin .akasha-popup.left:before {
    border-left: 8px solid #fff;
    right: -16px
}

.akasha-mapper .akasha-pin .akasha-popup.right:before {
    border-right: 8px solid #fff;
    left: -16px
}

.akasha-mapper .akasha-pin .akasha-popup.bottom:before,
.akasha-mapper .akasha-pin .akasha-popup.top:before {
    left: calc(50% - 8px)
}

.akasha-mapper .akasha-pin .akasha-popup.top:before {
    border-top: 8px solid #fff;
    bottom: -16px
}

.akasha-mapper .akasha-pin .akasha-popup.bottom:before {
    border-bottom: 8px solid #fff;
    top: -16px
}

.akasha-mapper.dark .akasha-pin .akasha-popup.left:before {
    border-left-color: #3d3d3d
}

.akasha-mapper.dark .akasha-pin .akasha-popup.right:before {
    border-right-color: #3d3d3d
}

.akasha-mapper.dark .akasha-pin .akasha-popup.top:before {
    border-top-color: #3d3d3d
}

.akasha-mapper.dark .akasha-pin .akasha-popup.bottom:before {
    border-bottom-color: #3d3d3d
}

.akasha-mapper .akasha-pin .akasha-popup.left,
.akasha-mapper .akasha-pin .akasha-popup.right {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%)
}

.akasha-mapper .akasha-pin .akasha-popup.bottom,
.akasha-mapper .akasha-pin .akasha-popup.top {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%)
}

.akasha-mapper .akasha-pin .akasha-popup.left,
.akasha-mapper.slide-left .akasha-pin.actived .akasha-popup.left,
.akasha-mapper.slide-right .akasha-pin.actived .akasha-popup.left {
    right: calc(100% + 8px)
}

.akasha-mapper .akasha-pin .akasha-popup.right,
.akasha-mapper.slide-left .akasha-pin.actived .akasha-popup.right,
.akasha-mapper.slide-right .akasha-pin.actived .akasha-popup.right {
    left: calc(100% + 8px)
}

.akasha-mapper .akasha-pin .akasha-popup.top,
.akasha-mapper.slide-bottom .akasha-pin.actived .akasha-popup.top,
.akasha-mapper.slide-top .akasha-pin.actived .akasha-popup.top {
    bottom: calc(100% + 8px)
}

.akasha-mapper .akasha-pin .akasha-popup.bottom,
.akasha-mapper.slide-bottom .akasha-pin.actived .akasha-popup.bottom,
.akasha-mapper.slide-top .akasha-pin.actived .akasha-popup.bottom {
    top: calc(100% + 8px)
}

.akasha-mapper.slide-left .akasha-pin.actived .akasha-popup.bottom,
.akasha-mapper.slide-left .akasha-pin.actived .akasha-popup.top,
.akasha-mapper.slide-right .akasha-pin.actived .akasha-popup.bottom,
.akasha-mapper.slide-right .akasha-pin.actived .akasha-popup.top {
    left: 50%
}

.akasha-mapper.slide-right .akasha-pin .akasha-popup.right {
    left: calc(100% + 48px)
}

.akasha-mapper.slide-top .akasha-pin .akasha-popup.left,
.akasha-mapper.slide-top .akasha-pin .akasha-popup.right {
    top: 0
}

.akasha-mapper.slide-bottom .akasha-pin.actived .akasha-popup.left,
.akasha-mapper.slide-bottom .akasha-pin.actived .akasha-popup.right,
.akasha-mapper.slide-top .akasha-pin.actived .akasha-popup.left,
.akasha-mapper.slide-top .akasha-pin.actived .akasha-popup.right {
    top: 50%
}

.akasha-mapper.slide-top .akasha-pin .akasha-popup.top {
    bottom: calc(100% + 48px)
}

.akasha-mapper.slide-top .akasha-pin .akasha-popup.bottom {
    top: calc(100% + 48px)
}

.akasha-mapper.slide-bottom .akasha-pin .akasha-popup.top {
    bottom: calc(100% - 32px)
}

.akasha-mapper .akasha-pin .akasha-popup-header {
    padding: 10px;
    border-bottom: 1px solid #e5e5e5;
    position: relative
}

.akasha-mapper .akasha-pin .akasha-popup-header .close-modal {
    right: 10px;
    top: 5px;
    font-size: 14px;
    color: #ccc
}

.rtl .akasha-mapper .akasha-pin .akasha-popup-header .close-modal {
    right: auto;
    left: 10px
}

.akasha-mapper .akasha-pin .akasha-popup-header .close-modal:hover,
.akasha-mapper .akasha-pin .akasha-popup-header h2 a:hover,
.akasha-mapper.dark .akasha-pin .akasha-popup-header h2 a:hover {
    color: #000
}

.akasha-mapper.dark .akasha-pin .akasha-popup-footer,
.akasha-mapper.dark .akasha-pin .akasha-popup-footer a:first-child,
.akasha-mapper.dark .akasha-pin .akasha-popup-header {
    border-color: rgba(255, 255, 255, .1)
}

.akasha-mapper.dark .akasha-pin .akasha-popup-footer a,
.akasha-mapper.dark .akasha-pin .akasha-popup-header h2,
.akasha-mapper.dark .akasha-pin .akasha-popup-header h2 a,
.akasha-mapper.dark .akasha-pin .akasha-popup-main,
.akasha-mapper.dark .akasha-pin .akasha-popup-main p {
    color: #eee
}

.akasha-mapper .akasha-pin .akasha-popup-header h2 {
    margin: 0;
    font-size: 16px;
    line-height: 1.4;
    padding-right: 15px;
    font-weight: 700;
    overflow: hidden
}

.rtl .akasha-mapper .akasha-pin .akasha-popup-header h2 {
    padding: 0 0 0 15px
}

.akasha-mapper .akasha-pin .akasha-popup-header h2 a {
    color: #383838
}

.akasha-mapper .akasha-pin .akasha-image .akasha-popup-header h2 {
    line-height: 20px
}

.akasha-mapper .akasha-pin .akasha-image .akasha-popup-main img {
    max-height: 100%
}

.akasha-mapper .akasha-pin .akasha-image .akasha-popup-main {
    text-align: center
}

.akasha-mapper .akasha-pin .akasha-akasha-price {
    margin-bottom: 5px
}

.akasha-mapper .akasha-pin .akasha-akasha-price .amount {
    font-size: 14px;
    font-weight: 600
}

.akasha-mapper .akasha-pin .akasha-akasha-price del .amount {
    color: #999
}

.akasha-mapper .akasha-pin .akasha-akasha-price ins {
    background: 0 0
}

.akasha-mapper .akasha-pin .akasha-popup-main {
    font-size: 13px;
    color: #777
}

.akasha-mapper .akasha-pin .akasha-wc .akasha-popup-main {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.akasha-mapper .akasha-pin .akasha-popup .akasha-akasha-info .akasha-akasha-price,
.akasha-mapper .akasha-pin .akasha-popup-main>[class*=col-] {
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-left: 0;
    padding-right: 0
}

.akasha-mapper .akasha-pin .akasha-popup-main>.akasha-product-thumbnail {
    -webkit-flex-basis: 90px;
    flex-basis: 90px
}

.akasha-mapper .akasha-pin .akasha-popup-main>.akasha-product-thumbnail+.col-right {
    margin-left: 10px;
    -webkit-flex-basis: calc(100% - 110px);
    flex-basis: calc(100% - 110px)
}

.akasha-mapper .akasha-pin .akasha-popup-footer .add_to_cart_button.loading i:before {
    content: "\e900";
    top: 2px;
    display: inline-block;
    -webkit-animation: rotation 1s linear infinite;
    animation: rotation 1s linear infinite
}

@-webkit-keyframes rotation {
    0% {
        -webkit-transform: rotate(0)
    }
    50% {
        -webkit-transform: rotate(180deg)
    }
    100% {
        -webkit-transform: rotate(360deg)
    }
}

@keyframes rotation {
    0% {
        transform: rotate(0)
    }
    50% {
        transform: rotate(180deg)
    }
    100% {
        transform: rotate(360deg)
    }
}

.akasha-mapper .akasha-pin .akasha-popup-footer a.added_to_cart {
    display: none
}

.akasha-mapper .akasha-pin .akasha-popup .akasha-akasha-info,
.akasha-mapper .akasha-pin .akasha-popup .akasha-product-rating {
    display: -ms-flexbox;
    display: flex;
    display: -webkit-box;
    display: -webkit-flex
}

.akasha-mapper .akasha-pin .akasha-popup .star-rating {
    font-family: FontAwesome, sans-serif;
    font-size: 10px;
    height: 20px;
    overflow: hidden;
    position: relative;
    text-align: left;
    width: 6.2em;
    letter-spacing: 3px;
    margin-right: 3px
}

.akasha-mapper .akasha-pin .akasha-popup .star-rating span:before,
.akasha-mapper .akasha-pin .akasha-popup .star-rating:before {
    content: "\f006\f006\f006\f006\f006";
    left: 0;
    top: 0;
    position: absolute;
    font-size: 10px
}

.akasha-mapper .akasha-pin .akasha-popup .star-rating:before {
    color: #e2e2e2
}

.akasha-mapper .akasha-pin .akasha-popup .star-rating span {
    overflow: hidden;
    position: absolute;
    text-indent: -999em
}

.akasha-mapper .akasha-pin .akasha-popup .star-rating span:before {
    color: #ffbc5b;
    text-indent: 0
}

.akasha-mapper .akasha-pin .akasha-popup-footer a {
    display: block;
    border: 0;
    border-top: 1px solid #e5e5e5;
    position: absolute;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    height: 56px;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    border-radius: 0 0 3px 3px;
    font-style: normal;
    background: #fff;
    line-height: 54px;
    padding: 0;
    color: #383838;
    text-transform: none
}

.akasha-mapper .akasha-pin .akasha-popup-footer a:hover {
    background: #000;
    border-color: #000;
    color: #fff
}

.akasha-mapper .akasha-pin .akasha-popup-footer a i {
    font-size: 18px;
    margin-right: 5px
}

.akasha-mapper .akasha-product-rating {
    font-size: 13px
}

.akasha-mapper .akasha-pin .akasha-link {
    position: absolute;
    z-index: 10;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0
}

body .akasha-mapper .akasha-pin .akasha-popup-header h2 {
    text-align: left
}

body .akasha-mapper .akasha-pin .akasha-popup .akasha-akasha-info {
    overflow: hidden
}

body .akasha-mapper .akasha-pin .akasha-popup .akasha-akasha-info .akasha-akasha-price {
    display: inline-block;
    text-align: left
}

body .akasha-mapper .akasha-pin .akasha-popup .akasha-product-rating {
    display: inline-block;
    float: right;
    margin: 0;
    line-height: 27px
}

body .akasha-mapper .akasha-pin .akasha-wc .akasha-popup-main p {
    text-align: left
}

body .akasha-mapper .text__area {
    text-align: center
}

.col-right h2 {
    line-height: 26px;
    font-size: 16px;
    margin: -3px 0 5px
}

@media (max-width:1024px) {
    .akasha-mapper .akasha-pin .akasha-popup {
        display: none!important
    }
}

@media (max-width:640px) {
    .akasha-mapper .akasha-pin {
        display: none
    }
}

.akasha-mapper {
    padding-top: 20px
}

.text__area.style-01 {
    font-size: 14px;
    color: #fff;
    width: 126px;
    height: 39px;
    line-height: 31px;
    border-width: 4px;
    border-style: solid;
    border-radius: 50px;
    background: #f14444;
    border-color: #eae9eb
}

.text__area.style-02 {
    font-size: 14px;
    color: #fff;
    width: 52px;
    height: 52px;
    line-height: 44px;
    border-width: 4px;
    border-style: solid;
    border-radius: 50px;
    background: #2f56ff;
    border-color: #cecece
}

.text__area.style-03 {
    font-size: 11px;
    color: #fff;
    width: 36px;
    height: 36px;
    line-height: 30px;
    border-width: 3px;
    border-style: solid;
    border-radius: 50px;
    background: #16ce19;
    border-color: rgba(234, 234, 234, .91)
}

.dreamingsb-wrap {
    display: block;
    clear: both
}

.dreamingsb-wrap .dreamingsb-products,
.dreamingsb-wrap .dreamingsb-text {
    margin: 0 0 15px 0
}

.dreamingsb-products .dreamingsb-product {
    display: flex;
    align-items: center;
    padding: 10px 0
}

.dreamingsb-products .dreamingsb-product>div {
    padding-right: 10px
}

.dreamingsb-products .dreamingsb-product .dreamingsb-title {
    flex-grow: 1
}

.dreamingsb-products .dreamingsb-product>div:last-child {
    padding-right: 0;
    text-align: right
}

.dreamingsb-products .dreamingsb-product .dreamingsb-price {
    width: 100px;
    flex: 0 0 100px
}

.footer-device-mobile {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    background-color: #fff;
    border-top: 1px solid #eee;
    display: none
}

.footer-device-mobile-item {
    display: table-cell;
    vertical-align: middle;
    text-align: center
}

.footer-device-mobile .wapper {
    display: table;
    width: 100%;
    table-layout: fixed
}

.footer-device-mobile-item>a {
    display: inline-block;
    padding: 5px 0;
    color: #222;
    line-height: normal;
    font-size: 13px
}

.footer-device-mobile-item>a .icon {
    font-size: 20px;
    display: block;
    position: relative;
    height: 30px;
    line-height: 30px
}

.footer-device-mobile-item.device-cart .count-icon {
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    border-radius: 50%;
    color: #fff;
    font-weight: 700;
    display: inline-block;
    position: absolute;
    top: 0;
    right: -10px;
    font-size: 12px;
    background-color: var(--theme-color);
}

.privay_ps_add1 {
    font-size: 15px;
    line-height: 27px;
}

@media (max-width:767px) {
    .footer-device-mobile {
        display: block
        /* display: none; */
    }  
}

.container-video {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%
}

.container-video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.pd_pt {
    padding-top: 82px!important
}

@media(max-width:1024px) {
    .pd_pt {
        padding-top: 50!important
    }
}

.fl_wdh {
    width: 100%;
    background-color: #fff;
    height: 52px;
    color: #000
}

.df {
    display: flex
}

.qv_head {
    font-size: 15px;
    color: #000
}

.close:focus,
.close:hover {
    color: #000;
    text-decoration: none;
    cursor: pointer
}

.mtba {
    margin-top: auto;
    margin-bottom: auto
}

.wb7 {
    width: 70px
}

.var_drop {
    border-radius: 2px;
    padding: 0 48px 0 15px
}

.pd_pb6 {
    padding-bottom: 6px
}

.s_cart {
    height: 48px;
    line-height: 43px;
    font-size: 14px;
    color: #fff;
    padding: 0 26px;
    background: #1b1b1b;
    border: none;
    border-radius: 2px;
    cursor: pointer;
    border-radius: 10px
}

.animationload {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999999;
    background-color: #fff
}

.loader {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -100px 0 0 -100px;
    width: 200px;
    height: 200px;
    background-image: url(../image/preloader1.gif);
    background-position: center;
    background-repeat: no-repeat
}

.close1 {
    float: right;
    font-size: 25px;
    color: #000;
    cursor: pointer
}

.close2 {
    float: right;
    font-size: 25px;
    color: #000;
    cursor: pointer;
    margin-right: 2%;
    margin-top: 2%
}

.close:focus,
.close:hover {
    color: #000;
    text-decoration: none;
    cursor: pointer
}

.mtba {
    margin-top: auto;
    margin-bottom: auto
}

.wb7 {
    width: 70px
}

.varient_box {
    width: 60px;
    height: 80px;
    padding: 2px
}

.var_drop {
    border-radius: 2px;
    padding: 0 48px 0 15px
}

.pd_pb6 {
    padding-bottom: 6px
}

.s_cart {
    height: 48px;
    line-height: 43px;
    font-size: 14px;
    color: #fff;
    padding: 0 26px;
    background: #1b1b1b;
    border: none;
    border-radius: 2px;
    margin-top: 21px;
    border-radius: 10px
}

.b_img {
    /* border-radius: 15px; */
    width: 100%;
    margin-left: auto;
    margin-right: auto
}

.c_none {
    cursor: default!important
}

.show_item {
    display: block
}

.hide_item {
    display: none
}

.wid_cart {
    width: 450px
}

@media(max-width:450px) {
    .wid_cart {
        width: 300px
    }
}

.auto_scroll {
    overflow-y: scroll
}

.no_cart_header {
    text-align: center;
    font-size: 19px;
    margin-top: 13%
}

.ad_cart_header {
    text-align: center;
    font-size: 15px;
    margin-top: 6%
}

.no_cart {
    text-align: center;
    font-size: 33px;
    padding-top: 10%;
    line-height: 30px
}

.ad_cart {
    text-align: center;
    font-size: 22px;
    padding-top: 80px
}

HEAD .hlt_row {
    width: calc(50% - 15px)
}

@-webkit-keyframes spinner-border {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes spinner-border {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.spinner-border {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: text-bottom;
    border: .25em solid currentColor;
    border-right-color: transparent;
    border-radius: 50%;
    -webkit-animation: spinner-border .75s linear infinite;
    animation: spinner-border .75s linear infinite
}

.spinner-border-sm {
    width: 1rem;
    height: 1rem;
    border-width: .2em
}

.deliver_btn {
    height: 50px;
    line-height: 60px;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: .1em;
    text-transform: uppercase;
    border-radius: 0;
    cursor: pointer
}

.dp_wdt {
    width: 100%;
    background-color: transparent
}

.bck_clr {
    background-color: #fff
}

.pointr {
    cursor: pointer
}

.pointr_stl {
    cursor: pointer;
    width: 21px
}

.add_mar {
    margin-top: 10px;
    padding: 0!important
}

.close {
    margin-right: 3%!important;
    margin-top: 3%!important;
    font-size: 30px!important
}

.card-header::before {
    font-family: FontAwesome;
    content: "\f068";
    float: right;
    cursor: pointer
}

.collapsed::before {
    content: "\f067"
}

.bb_c {
    border-bottom: 1px solid #dfdfdf
}

.ccart_t {
    color: #000!important;
    font-weight: 500
}

.card-header:not(.collapsed) {
    background-color: #fff!important;
    border-bottom: 1px solid rgba(255, 255, 255, .125)
}

.c_icon {
    float: right;
    margin-left: 15px;
    width: auto;
    color: #666;
    font-weight: 500;
    font-size: 12px
}

.c_ml23 {
    margin-left: 30px
}

.search_img_box {
    width: 15%;
    margin-top: auto;
    margin-bottom: auto;
    text-align: center
}

@media(max-width:600px) {
    .search_img {
        width: 53px;
        border-radius: 10px;
        padding: 4px 2px
    }
    .search_img_box {
        width: 15%;
        margin-top: auto;
        margin-bottom: auto;
        margin-right: 7px;
        margin-left: 7px
    }
}

.search_text {
    color: #000;
    margin-top: auto;
    margin-bottom: auto
}

.search_box {
    height: 70px;
    border: 1px solid #ececec
}

@media(max-width:1023px) {
    .search_box {
        height: 71px;
        border: 1px solid #ececec;
        border-radius: 7px;
        background: #fff;
        width: -webkit-fill-available
    }
}

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px
}

.pagination>li {
    display: inline
}

.pagination>li>a,
.pagination>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #000;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd
}

.pagination>li>a:focus,
.pagination>li>a:hover,
.pagination>li>span:focus,
.pagination>li>span:hover {
    z-index: 2;
    color: #fff;
    background-color: #000;
    border-color: #000
}

.pagination>li:first-child>a,
.pagination>li:first-child>span {
    margin-left: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px
}

.pagination>li:last-child>a,
.pagination>li:last-child>span {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #000;
    border-color: #000
}

.pagination>.disabled>a,
.pagination>.disabled>a:focus,
.pagination>.disabled>a:hover,
.pagination>.disabled>span,
.pagination>.disabled>span:focus,
.pagination>.disabled>span:hover {
    color: #777;
    cursor: not-allowed;
    background-color: #fff;
    border-color: #ddd
}

.pagination-lg>li>a,
.pagination-lg>li>span {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333
}

.pagination-lg>li:first-child>a,
.pagination-lg>li:first-child>span {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px
}

.pagination-lg>li:last-child>a,
.pagination-lg>li:last-child>span {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px
}

.pagination-sm>li>a,
.pagination-sm>li>span {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5
}

.pagination-sm>li:first-child>a,
.pagination-sm>li:first-child>span {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px
}

.pagination-sm>li:last-child>a,
.pagination-sm>li:last-child>span {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px
}

.pager {
    padding-left: 0;
    margin: 20px 0;
    text-align: center;
    list-style: none
}

.pager li {
    display: inline
}

.pager li>a,
.pager li>span {
    display: inline-block;
    padding: 5px 14px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 15px
}

.pager li>a:focus,
.pager li>a:hover {
    text-decoration: none;
    background-color: #eee
}

.pager .next>a,
.pager .next>span {
    float: right
}

.pager .previous>a,
.pager .previous>span {
    float: left
}

.pager .disabled>a,
.pager .disabled>a:focus,
.pager .disabled>a:hover,
.pager .disabled>span {
    color: #777;
    cursor: not-allowed;
    background-color: #fff
}

.my_style {
    cursor: pointer;
    font-size: 20px
}

.acc_btn {
    height: 45px;
    line-height: 45px;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: .1em;
    text-transform: uppercase;
    border-radius: 4px;
    cursor: pointer
}

#pro_catagory_mob {
    padding-left: 0
}

#head_catagory_mob {
    font-size: 14px;
    color: #000;
    font-weight: 500
}

.w3-amber,
.w3-hover-amber:hover {
    color: #000!important;
    background-color: #ffc107!important
}

.w3-aqua,
.w3-hover-aqua:hover {
    color: #000!important;
    background-color: #0ff!important
}

.w3-blue,
.w3-hover-blue:hover {
    color: #fff!important;
    background-color: #2196f3!important
}

.w3-hover-light-blue:hover,
.w3-light-blue {
    color: #000!important;
    background-color: #87ceeb!important
}

.w3-brown,
.w3-hover-brown:hover {
    color: #fff!important;
    background-color: #795548!important
}

.w3-cyan,
.w3-hover-cyan:hover {
    color: #000!important;
    background-color: #00bcd4!important
}

.w3-blue-gray,
.w3-blue-grey,
.w3-hover-blue-gray:hover,
.w3-hover-blue-grey:hover {
    color: #fff!important;
    background-color: #607d8b!important
}

.w3-green,
.w3-hover-green:hover {
    color: #fff!important;
    background-color: #4caf50!important
}

.w3-hover-light-green:hover,
.w3-light-green {
    color: #000!important;
    background-color: #8bc34a!important
}

.w3-hover-indigo:hover,
.w3-indigo {
    color: #fff!important;
    background-color: #3f51b5!important
}

.w3-hover-khaki:hover,
.w3-khaki {
    color: #000!important;
    background-color: khaki!important
}

.w3-hover-lime:hover,
.w3-lime {
    color: #000!important;
    background-color: #cddc39!important
}

.w3-hover-orange:hover,
.w3-orange {
    color: #000!important;
    background-color: #ff9800!important
}

.w3-deep-orange,
.w3-hover-deep-orange:hover {
    color: #fff!important;
    background-color: #ff5722!important
}

.w3-hover-pink:hover,
.w3-pink {
    color: #fff!important;
    background-color: #e91e63!important
}

.w3-hover-purple:hover,
.w3-purple {
    color: #fff!important;
    background-color: #9c27b0!important
}

.w3-deep-purple,
.w3-hover-deep-purple:hover {
    color: #fff!important;
    background-color: #673ab7!important
}

.w3-hover-red:hover,
.w3-red {
    color: #fff!important;
    background-color: #f44336!important
}

.w3-hover-sand:hover,
.w3-sand {
    color: #000!important;
    background-color: #fdf5e6!important
}

.w3-hover-teal:hover,
.w3-teal {
    color: #fff!important;
    background-color: #009688!important
}

.w3-hover-yellow:hover,
.w3-yellow {
    color: #000!important;
    background-color: #ffeb3b!important
}

.w3-hover-white:hover,
.w3-white {
    color: #000!important;
    background-color: #fff!important
}

.w3-black,
.w3-hover-black:hover {
    color: #fff!important;
    background-color: #000!important
}

.w3-gray,
.w3-grey,
.w3-hover-gray:hover,
.w3-hover-grey:hover {
    color: #000!important;
    background-color: #9e9e9e!important
}

.w3-hover-light-gray:hover,
.w3-hover-light-grey:hover,
.w3-light-gray,
.w3-light-grey {
    color: #000!important;
    background-color: #f1f1f1!important
}

.w3-dark-gray,
.w3-dark-grey,
.w3-hover-dark-gray:hover,
.w3-hover-dark-grey:hover {
    color: #fff!important;
    background-color: #616161!important
}

.w3-hover-pale-red:hover,
.w3-pale-red {
    color: #000!important;
    background-color: #fdd!important
}

.w3-hover-pale-green:hover,
.w3-pale-green {
    color: #000!important;
    background-color: #dfd!important
}

.w3-hover-pale-yellow:hover,
.w3-pale-yellow {
    color: #000!important;
    background-color: #ffc!important
}

.w3-hover-pale-blue:hover,
.w3-pale-blue {
    color: #000!important;
    background-color: #dff!important
}

.varient_box_img_height {
    height: 45px;
    cursor: pointer
}

.footer_single_image-img {
    width: 100px
}

.e_logo {
    width: 130px
}

.nav-item-inner-heading {
    position: relative;
    padding: .75rem;
    font-size: 12px;
    float: right
}

.nav-item-inner-heading:focus {
    opacity: 1
}

.nav-item-inner-heading1 {
    position: relative;
    font-weight: 500;
    padding: 5px 14px 5px 1px;
    font-size: 13px;
    float: right
}

.nav-item-inner-heading1:focus {
    opacity: 1
}

.nav-item-inner-heading2 {
    position: relative;
    font-weight: 500;
    padding: 5px 14px 5px 1px;
    font-size: 13px;
    float: right
}

.nav-item-inner-heading2:focus {
    opacity: 1
}

.nav-item-inner {
    min-width: 205px
}

.nav-item-inner1 {
    min-width: 350px;
    padding: 4px 0
}

@media(max-width:500px) {
    .nav-item-inner1 {
        min-width: 300px
    }
}

@media(max-width:380px) {
    .nav-item-inner1 {
        min-width: 250px
    }
}

.plus_cat:after {
    cursor: pointer;
    position: absolute;
    top: 57%;
    right: 0;
    transform: translateY(-50%);
    font-family: FontAwesome;
    font-style: normal;
    font-size: 13px;
    color: #000;
    float: right
}

.plus_cat1:after {
    cursor: pointer;
    position: absolute;
    top: 57%;
    right: 0;
    transform: translateY(-50%);
    font-family: FontAwesome;
    font-style: normal;
    font-size: 13px;
    color: #000;
    float: right
}

/* .minus:after {
    cursor: pointer;
    font-family: FontAwesome;
    content: "\f0da";
    position: absolute;
    top: 57%;
    right: 0;
    transform: translateY(-50%);
    font-family: FontAwesome;
    font-style: normal;
    font-size: 13px;
    color: #000;
    float: right
}

.minus1:after {
    font-family: FontAwesome;
    content: "\f0da";
    position: absolute;
    top: 57%;
    right: 0;
    transform: translateY(-50%);
    font-family: FontAwesome;
    font-style: normal;
    font-size: 13px;
    color: #000;
    float: right
} */

.plus_cat:after {
    content: "\f0d7"
}

.plus_cat1:after {
    content: "\f0d7"
}

.nav-sub-list {
    display: none;
    font-size: 14px;
    overflow: hidden
}

.nav-sub-list-inner {
    padding: 0 0
}

.nav-sub-item {
    padding-left: 2px;
    margin: 6px 0;
    list-style: none
}

.nav-sub-item1 {
    padding-left: 2px;
    margin-top: 0
}

.nav-item {
    border-top: 1px solid rgba(255, 255, 255, .25);
    list-style: none
}

.nav-item:first-child {
    border-top: none
}

.menu_top {
    top: 47px!important;
    left: -28.5px!important
}

.c_re_img {
    width: 24px
}

.cart_cnr_first_child {
    text-align: center;
    padding: 10% 0 1% 0
}

.cart_cnr_first_child1 {
    text-align: center;
    padding: 1% 0 1% 0
}

.ord_p_text {
    font-size: 1.1rem;
    color: #000;
    font-weight: 500;
    margin-bottom: 10%
}

.ord_cpnfirm {
    color: #d4145a
}

.ord_p_text1 {
    font-size: 3.2rem;
    margin-bottom: 25px;
    color: #000;
    font-weight: 500
}

.order_places_loader {
    width: 300px;
    margin-left: auto;
    margin-right: auto
}

.sub_c_clr {
    color: #000
}

.dc {
    display: contents
}

.banner_text {
    margin-bottom: 5%!important
}

.prd_f {
    font-weight: 600
}

.head_texth2 {
    font-size: 20px;
    font-weight: 500;
    color: #000
}

.p_d {
    display: flex
}

.p_width {
    width: 50%
}

.odr_styl {
    font-weight: 600
}

.address_box {
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 5px;
    float: left;
    word-break: break-word;
    padding: 13px 18px 15px 29px;
    margin-top: 2%;
    margin-bottom: 2%
}

.font_s {
    font-size: 16px
}

.plce_grand {
    float: right;
    font-size: 15px;
    font-weight: 600;
    color: #000
}

.applyed_text {
    margin-left: 25px;
    font-size: 12px;
    margin-top: -10px;
    font-weight: 600
}

.applyed_text1 {
    margin-left: 25px;
    font-size: 10px;
    margin-top: -5px;
    color: #39b54a;
    font-weight: 600
}

.b_a_p {
    border-bottom: 1px solid #ececec;
    padding: 2px;
    margin-bottom: 6px
}

.order_pro_name {
    font-size: 12px;
    font-weight: 500
}

@media only screen and (max-width:600px) {
    .order_pro_name {
        font-size: 7px;
        font-weight: 500
    }
}

@media only screen and (max-width:400px) {
    .order_pro_name {
        font-size: 6px;
        line-height: 11px
    }
    .p_width {
        width: 50%
    }
    .p_d {
        display: flex
    }
    .address_box {
        background: #fff;
        border: 1px solid #ddd;
        border-radius: 5px;
        float: left;
        word-break: break-word;
        padding: 10px 18px 15px 15px;
        font-size: 12px;
        line-height: 18px
    }
    .odr_styl {
        font-weight: 600
    }
    .font_s {
        font-size: 16px
    }
}

.page-title_top {
    text-align: center;
    font-size: 40px;
    font-weight: 600;
    position: relative;
    padding-bottom: 0;
    margin-bottom: 0;
    color: #000;
    width: 1800px;
    max-width: 100%;
    /* margin: 0 auto 0; */
    /* padding-left: 30px */
}

@media(max-width:1024px) {
    .page-title_top {
        padding-left: 15px
    }
    /* .page-title_top::before {
        left: 15px
    } */
    .breadcrumbs {
        padding-left: 0
    }
}

@media(max-width:600px) {
    .page-title_top {
        font-size: 30px
    }
}

@media(max-width:450px) {
    .page-title_top {
        font-size: 25px
    }
    /* .page-title_top::before {
        width: 45px
    } */
    .breadcrumbs {
        font-size: 10px
    }
}

#shop_catagory {
    padding-left: 10px;
    padding-right: 10px
}

.offer_banner_section {
    padding: 0 15px
}

.new_arrival_sec {
    padding-top: 10px;
    padding-bottom: 4%
}

@media(max-width:600px) {
    .new_arrival_sec {
        padding-top: 10px;
        padding-bottom: 15px
    }
}

.shipping_icon_top {
    margin-top: 3%
}

.new_arrival_con {
    padding: 3% 0
}

.product_loading {
    text-align: center
}

.s_cat {
    padding-left: 15px
}

.back_btn {
    margin-top: 15px;
    border-radius: 13px;
    height: 35px;
    line-height: 22px;
    font-weight: 500;
    cursor: pointer
}

.product-link:before {
    background-color: #fcfffd !important;
}

@media(max-width:1025px) {
    #akasha-menu-clone-shop_catagory,
    #akasha-menu-clone-shop_products {
        padding: 0;
        margin: 0;
        width: 100%;
        margin-top: 15px
    }
    .akasha-menu-clone-wrap .submenu.megamenu li {
        padding: 10px 1px
    }
    .plus_cat {
        display: none
    }
}

.wth {
    width: 100%
}

.ms_sb_c {
    display: contents
}

#cart_msg {
    visibility: hidden;
    min-width: 250px;
    margin-left: -125px;
    background-color: #333;
    color: #fff;
    text-align: center;
    border-radius: 2px;
    padding: 16px;
    position: fixed;
    z-index: 1;
    left: 50%;
    bottom: 50%;
    font-size: 14px
}

#cart_msg.show {
    visibility: visible;
    -webkit-animation: fadein .5s, fadeout .5s 2.5s;
    animation: fadein .5s, fadeout .5s 2.5s
}

@-webkit-keyframes fadein {
    from {
        bottom: 0;
        opacity: 0
    }
    to {
        bottom: 50%;
        opacity: 1
    }
}

@keyframes fadein {
    from {
        bottom: 0;
        opacity: 0
    }
    to {
        bottom: 50%;
        opacity: 1
    }
}

@-webkit-keyframes fadeout {
    from {
        bottom: 50%;
        opacity: 1
    }
    to {
        bottom: 0;
        opacity: 0
    }
}

@keyframes fadeout {
    from {
        bottom: 50%;
        opacity: 1
    }
    to {
        bottom: 0;
        opacity: 0
    }
}

.e_offer_mob,
.e_offer_mob1 {
    display: none
}

.e_offer_web1 {
    /* padding-left: 15px;
    padding-right: 15px */
}

@media(max-width:600px) {
    .e_offer_web,
    .e_offer_web1 {
        display: none
    }
    .e_offer_mob {
        display: block
    }
    .e_offer_mob1 {
        display: block;
        /* padding-left: 15px;
        padding-right: 15px */
    }
    .offer_banner_section {
        padding: 15px 15px
    }
}

.mob_banner-thumb img {
    min-height: auto;
    object-fit: cover;
    width: 100%;
    border-radius: 15px
}

#filetr_price_web {
    width: 100%;
    padding-left: 30px
}

#filetr_price_web label {
    width: 80%!important;
    margin-left: 8px!important;
    margin-top: -3px!important;
    margin-bottom: 0!important
}

.center {
    text-align: center
}

.fright {
    float: right
}

.sub_pop_w {
    background-color: #fff;
    box-shadow: 0 3px 5px 0 rgb(0 0 0 / 52%);
    min-height: 40px;
    min-width: 250px;
    position: fixed;
    margin-left: 206px;
    margin-top: -38px;
    min-width: 250px;
    display: none;
    border-radius: 8px
}

.size_box {
    border: 1px solid #000;
    border-radius: 8px;
    height: 35px;
    margin-top: auto;
    margin-bottom: auto;
    width: auto;
    padding: 3px 10px;
    color: #000;
    font-weight: 600;
    cursor: pointer;
    margin-right: 4px
}

.size_active {
    background: #000!important;
    color: #fff!important;
    opacity: 1!important
}

.size_box_main {
    width: fit-content;
    border-left: none
}

.active_cat {
    padding: 5px 0;
    font-weight: 600
}

.Products_p_head {
    font-weight: 600;
    color: #000;
    margin-bottom: 8px;
    text-transform: uppercase
}

#img_0 {
    width: 90%
}

.Products_p_sub {
    color: #151515;
    font-size: 12px;
    margin-left: 10px;
    font-weight: 400;
    line-height: 18px;
    cursor: pointer;
    padding: 8px 0 0 0;
    text-transform: uppercase
}

.fist_path_page {
    font-weight: 600;
    color: #000
}

.ms_menu_category {
    color: #000
}

.mob_cat_bbox {
    padding-top: 20px;
    margin-bottom: 20px!important;
    display: flex;
    overflow-x: auto;
    scrollbar-width: none
}

@media(max-width:1024px) {
    .mob_cat_bbox {
        padding-top: 10px;
        margin-bottom: 20px!important;
        display: flex;
        overflow-x: auto
    }
    .sub_pop_w {
        display: none!important
    }
}

.mob_cat_bbox::-webkit-scrollbar {
    height: 0
}

.mob_cat_bbox::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #fff;
    outline: 1px solid #fff
}

.featuredBtn {
    margin-right: 20px;
    box-sizing: border-box;
    border-radius: 4px;
    width: max-content;
    height: 45px;
    cursor: pointer;
    padding: 9px 12px;
    background: #ceffc4;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    color: #000;
    border-radius: 15px;
    text-transform: capitalize;
    min-width: 125px;
    font-weight: 700
}

@media(max-width:600px) {
    .featuredBtn {
        margin-right: 5px;
        height: 30px;
        padding: 2px 12px;
        font-size: 9px;
        min-width: 49px;
        border-radius: 8px
    }
}

.sizechart {
    font-size: 14px;
    margin-top: 25px;
    color: #fff;
    cursor: pointer;
    padding: 10px 35px;
    text-align: right;
    width: auto;
    /* margin-left: auto; */
    border-radius: 22px;
    font-weight: 600;
    background: #f7982e;
    margin-bottom: 20px;
}

.sizechart:hover {
    color: #000;
}

.ruler {
    width: 30px;
    margin-right: 5px;
    margin-top: -4px
}

.size_chart_img {
    padding-top: 30px;
    width: auto
}

.df_jc {
    justify-content: center;
    display: flex
}

.first_order_box {
    border-radius: 15px;
    background-color: #86d7ea;
    height: 170px;
    margin-top: 2%;
    margin-bottom: 1%
}

.first_order_content {
    text-align: center;
    font-size: 40px;
    font-weight: 500;
    padding: 63px 10px;
    color: #0068af;
    display: flex;
    justify-content: center
}

.instagram_box {
    border-radius: 15px;
    background-image: linear-gradient(45deg, #ed2377, #faaa3e);
    color: #fff;
    height: 170px;
    margin: 5% 0 10px
}

.gallery_head {
    font-weight: 500
}

.site_plr {
    padding-left: 15px;
    padding-right: 15px
}

.insta_content {
    text-align: center;
    margin: auto;
    margin-bottom: auto;
    font-size: 30px;
    font-weight: 500;
    color: #fff;
    padding: 63px 0
}

.bsb_t50 {
    padding-top: 20px;
    padding-bottom: 40px
}

.follow_btn {
    background: #fff;
    color: #000;
    padding: 9px 22px;
    border-radius: 15px;
    height: 45px;
    font-size: 18px;
    display: -webkit-inline-box;
    cursor: pointer
}

@media(max-width:1074px) {
    .insta_content {
        padding: 59px 0;
        font-size: 25px
    }
    .follow_btn {
        margin-top: 8px
    }
}

@media(max-width:1000px) {
    .insta_content {
        font-size: 22px
    }
    .first_order_content {
        font-size: 29px
    }
}

@media(max-width:805px) {
    .follow_btn {
        padding: 9px 22px;
        font-size: 15px
    }
    .insta_content {
        font-size: 18px
    }
}

.fotext {
    margin-top: 8px
}

@media(max-width:740px) {
    .insta_content {
        font-size: 18px;
        padding: 59px 10px
    }
    .first_order_content {
        font-size: 22px
    }
    .login_grab_btn1 {
        font-size: 14px
    }
}

@media(max-width:693px) {
    .insta_content {
        padding: 59px 13px;
        font-size: 16px;
        justify-content: space-between;
        display: flex
    }
    .insta_span_text {
        margin-top: 15px
    }
}

@media(max-width:634px) {
    .insta_content {
        font-size: 16px;
        padding: 27px 13px
    }
    .insta_span_text {
        margin-top: 10px
    }
    .follow_btn {
        padding: 4px 13px;
        font-size: 12px;
        height: 33px;
        border-radius: 8px
    }
    .instagram_box {
        height: 100px
    }
}

@media(max-width:606px) {
    .insta_content {
        font-size: 15px
    }
}

@media(max-width:600px) {
    .first_order_content {
        font-size: 20px
    }
    .bsb_t50 {
        padding-top: 10px;
        padding-bottom: 15px
    }
}

@media(max-width:576px) {
    .insta_content {
        font-size: 14px
    }
}

@media(max-width:545px) {
    .insta_content {
        font-size: 13px
    }
}

@media(max-width:515px) {
    .follow_btn {
        font-size: 11px
    }
}

@media(max-width:512px) {
    .insta_content {
        font-size: 12px
    }
}

@media(max-width:481px) {
    .insta_content {
        font-size: 11px
    }
}

@media(max-width:473px) {
    .follow_btn {
        font-size: 10px
    }
    .insta_content {
        padding: 29px 10px
    }
    .insta_span_text {
        margin-top: 10px
    }
}

@media(max-width:454px) {
    .first_order_content {
        padding: 23px 3px
    }
}

@media(max-width:442px) {
    .insta_content {
        font-size: 10px
    }
}

@media(max-width:412px) {
    .follow_btn {
        font-size: 9px;
        border-radius: 8px
    }
    .insta_content {
        font-size: 9px
    }
}

@media(max-width:400px) {
    .instagram_box {
        height: 50px
    }
    .insta_content {
        padding: 5px 10px
    }
    .follow_btn {
        font-size: 8px;
        padding: 0 8px;
        height: 23px;
        line-height: 24px
    }
}

@media(max-width:378px) {
    .insta_span_text {
        margin-top: 7px
    }
}

@media(max-width:365px) {
    .insta_content {
        font-size: 8px
    }
}

@media(max-width:338px) {
    .follow_btn {
        font-size: 7px;
        padding: 0 7px
    }
}

@media(max-width:329px) {
    .insta_content {
        font-size: 7px
    }
}

.fo_offer_box_c {
    border: none;
    padding-top: 0!important;
    padding-bottom: 0!important;
    margin-bottom: 0
}

.recm_pro_cell {
    background-color: #ccc;
    border-radius: 8px;
    margin-right: 30px!important
}

.recomed_product_img {
    padding: 13px;
    border-radius: 25px
}

.recom_title {
    font-size: 38px!important;
    margin-top: 75px;
    font-weight: 600;
    margin-bottom: 35px;
}
@media(max-width: 768px) {
    .recom_title {
        margin-top: 35px;
    }
}

.who_we_content {
    padding: 0px 35px;
    color: #363636;
}

.pb-10 {
    margin-bottom: 10px;
}

@media(max-width:1000px) {
    .recm_pro_cell {
        margin-right: 20px!important
    }
}

@media(max-width:600px) {
    .recom_title {
        font-size: 25px!important
    }
}

@media(max-width:500px) {
    .recom_title {
        font-size: 20px!important
    }
}

@media(max-width:400px) {
    .recm_pro_cell {
        margin-right: 10px!important
    }
    .recom_title {
        font-size: 20px!important;
        font-weight: 600
    }
}

.termi_bg {
    background: #f2f2f2;
    color: #000;
    margin-bottom: 30px;
    border-radius: 15px
}

.text_terminodial {
    text-align: center;
    font-size: 27px;
    padding-top: 35px;
    padding-bottom: 10px;
    font-family: Montserrat;
    line-height: 30px
}

.comment_mian {
    padding-left: 10px;
    padding-right: 10px
}

.termin_com_name {
    float: right;
    padding-top: 25px;
    padding-right: 40px;
    text-align: left
}

.termi_bg .slick-dots {
    margin-top: 10px;
    text-align: center;
    height: 35px
}

.termi_bg .slick-dots li button {
    font-size: 0;
    width: 13px;
    height: 13px;
    padding: 0;
    position: relative;
    background-color: #666;
    border-radius: 12px;
    cursor: pointer
}

.slick-dots li:only-child button {
    display: none!important
}

.termi_bg .slick-dots li button:hover::before,
.termi_bg .slick-dots li.slick-active button::before {
    border: none
}

.influence_modelq_box {
    color: #666;
    font-size: 28px;
    text-align: center;
    font-weight: 500;
    margin-top: 5%;
    margin-bottom: 30px;
    display: flex;
    justify-content: center
}

.influence_modelq_btn {
    color: #666;
    background-color: #ccc;
    font-size: 18px;
    font-weight: 500;
    padding: 5px 12px;
    display: -webkit-inline-box;
    margin-left: 20px;
    margin-top: -7px;
    border-radius: 8px
}

.influence_modelq_btn:hover {
    color: #000
}

@media(max-width:1100px) {
    .influence_modelq_btn {
        font-size: 18px
    }
    .influence_modelq_box {
        font-size: 23px
    }
}

@media(max-width:1024px) {
    .mob_down {
        display: none
    }
}

@media(max-width:900px) {
    .influence_modelq_btn {
        font-size: 14px;
        margin-top: 5px;
        padding: 8px 15px
    }
    .influence_modelq_box {
        font-size: 16px;
        display: block
    }
    .text_terminodial {
        font-size: 22px
    }
}

@media(max-width:600px) {
    .text_terminodial {
        font-size: 16px
    }
    .termin_com_name {
        padding-top: 0;
        padding-right: 20px;
        margin-top: -25px;
        line-height: 20px
    }
}

@media(max-width:450px) {
    .text_terminodial {
        font-size: 12px
    }
    .termin_com_name {
        margin-top: -30px
    }
}

.site_margin_lr {
    margin-left: 15px;
    margin-right: 15px;
    border-radius: 15px
}

.login_grab_btn {
    background: #fff;
    color: #000;
    padding: 9px 22px;
    border-radius: 15px;
    height: 45px;
    font-size: 18px;
    display: -webkit-inline-box;
    cursor: pointer
}

.login_grab_btn1 {
    background: #fff;
    color: #000;
    padding: 9px 18px;
    border-radius: 15px;
    font-size: 18px;
    display: -webkit-inline-box;
    height: 45px;
    width: auto;
    cursor: pointer
}

@media(max-width:897px) {
    .first_order_content {
        padding: 45px 10px
    }
    .login_grab_btn1 {
        margin-top: 1px
    }
    .first_order_box {
        height: 140px
    }
    .login_grab_btn {
        margin-top: 5px
    }
}

.mob_search_b_x {
    width: 80%
}

@media(max-width:860px) {
    .login_grab_btn1 {
        background: #fff;
        color: #000;
        padding: 5px 18px;
        border-radius: 15px;
        font-size: 18px;
        display: -webkit-inline-box;
        height: 40px;
        width: auto;
        margin-top: 10px
    }
    .fotext {
        margin-top: 14px
    }
}

.wl_pname_h {
    height: 34px
}

@media(max-width:767px) {
    .wl_pname_h {
        height: auto
    }
}

@media(max-width:630px) {
    .mob_search_b_x {
        width: 75%
    }
    .first_order_content {
        font-size: 19px
    }
    .login_grab_btn1 {
        padding: 5px 10px;
        border-radius: 10px;
        font-size: 13px
    }
}

@media(max-width:600px) {
    .login_grab_btn {
        padding: 7px 17px;
        height: 40px
    }
    .login_grab_btn1 {
        font-size: 13px;
        margin-top: 4px
    }
    .first_order_box {
        height: 116px
    }
    .first_order_content {
        padding: 35px 10px;
        justify-content: space-between!important
    }
    .fotext {
        margin-top: 10px
    }
}

@media(max-width:530px) {
    .first_order_content {
        font-size: 15px;
        padding: 27px 10px;
        justify-content: space-around
    }
    .first_order_box {
        height: 100px
    }
    .login_grab_btn {
        padding: 3px 13px;
        height: 33px;
        font-size: 11px;
        margin-top: 10px;
        border-radius: 8px
    }
}

@media(max-width:506px) {
    .mob_search_b_x {
        width: 73%
    }
}

@media(max-width:470px) {
    .mob_search_b_x {
        width: 70%
    }
}

@media(max-width:436px) {
    .first_order_content {
        font-size: 12px;
        padding: 28px 10px
    }
    .login_grab_btn1 {
        font-size: 11px;
        padding: 2px 6px;
        height: 33px
    }
    .login_grab_btn {
        font-size: 11px;
        height: 30px;
        padding: 2px 9px
    }
}

@media(max-width:426px) {
    .mob_search_b_x {
        width: 67%
    }
}

@media(max-width:400px) {
    .first_order_box {
        height: 50px
    }
    .first_order_content {
        padding: 6px 10px
    }
    .fotext {
        margin-top: 6px
    }
    .login_grab_btn {
        margin-top: 7px
    }
    .login_grab_btn1 {
        font-size: 11px;
        padding: 0 6px;
        height: 25px;
        margin-top: 6px
    }
}

@media(max-width:390px) {
    .mob_search_b_x {
        width: 66%
    }
}

@media(max-width:380px) {
    .mob_search_b_x {
        width: 65%
    }
}

@media(max-width:370px) {
    .mob_search_b_x {
        width: 64%
    }
    .first_order_content {
        font-size: 11px
    }
    .login_grab_btn1 {
        font-size: 10px;
        border-radius: 10px;
        height: 25px;
        padding: 0 7px
    }
    .login_grab_btn {
        font-size: 10px;
        border-radius: 8px
    }
}

@media(max-width:360px) {
    .mob_search_b_x {
        width: 63%
    }
}

@media(max-width:351px) {
    .mob_search_b_x {
        width: 62%
    }
}

@media(max-width:342px) {
    .mob_search_b_x {
        width: 61%
    }
}

@media(max-width:335px) {
    .mob_search_b_x {
        width: 60%
    }
    .first_order_content {
        font-size: 10px
    }
    .login_grab_btn1 {
        font-size: 8px
    }
    .login_grab_btn {
        font-size: 8px;
        height: 26px;
        padding: 0 8px;
        border-radius: 8px
    }
}

@media(max-width:327px) {
    .mob_search_b_x {
        width: 59%
    }
}

@media(max-width:327px) {
    .mob_search_b_x {
        width: 58%
    }
}

@media(max-width:313px) {
    .mob_search_b_x {
        width: 57%
    }
}

@media(max-width:307px) {
    .mob_search_b_x {
        width: 55%
    }
    .first_order_content {
        font-size: 9px
    }
}

.offer_page-title_top {
    font-size: 3rem;
    text-align: center;
    padding-top: 10px;
    font-weight: 500
}

.offer_page_margin_top {
    margin: 15px 0
}

.slvj-lightbox {
    top: 20%
}

.coupon_input_field {
    width: 70%;
    border-radius: 30px;
    color: #000
}

.checkout_btn {
    width: 116px;
    cursor: pointer
}

.che_bg {
    border: none;
    padding: 0 15px!important
}

.coupon_box {
    padding: 15px 1px 18px 0
}

#error_class,
#expired {
    color: red
}

@media(max-width:1199) {
    .coupon_input_field {
        width: 90%
    }
    .checkout_btn {
        width: 80px
    }
}

.discount_section {
    border: none;
    padding-bottom: 0!important;
    padding-top: 4px!important;
    font-size: 12px!important
}

.blog_cell_main {
    background-color: #fff;
    box-shadow: 0 15px 33px -9px rgba(0, 0, 0, .32);
    border-radius: 15px;
    margin-bottom: 35px
}

@media(max-width:750px) {
    .blog_cell_main {
        background-color: #fff;
        box-shadow: none;
        border-radius: 15px;
        border: 1px solid #eeecec;
        margin-bottom: 35px
    }
}

.blog_box_sec {
    padding: 20px 0 40px
}

.blog_img_home {
    padding: 15px
}

.blog_hhead {
    text-align: left;
    font-weight: 500;
    color: #000;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 40px;
    padding: 0 15px;
    margin-top: 0;
    margin-bottom: 0
}

@media(max-width:600px) {
    .blog_img_home {
        padding: 10px
    }
    .blog_box_sec {
        padding: 0 0 30px
    }
}

@media(max-width:400px) {
    .blog_hhead {
        font-size: 13px;
        height: 32px
    }
}

.ma_auto {
    margin: auto
}

.testimonial_box_bottom {
    padding-top: 3%;
    padding-bottom: 2%
}

.bbn {
    border: none!important
}

#searchModal {
    background: #fff!important
}

.modal-backdrop.show {
    opacity: 1
}

.modal-backdrop {
    /* background: #fff!important */
    background: #00000042 !important;
}

#sizemodal {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    background: #fff;
}

.fw {
    width: 100%
}

.fb_radius_h {
    border-radius: 2px !important;
    /* width: 80% !important; */
}

.hb_radius_b {
    border-radius: 22px!important
}

.gallery_topb {
    margin-top: 5%;
    margin-bottom: 3%
}

.footer-style-02 {
    /* margin-top: 10%; */
    margin-top: 50vh;
    width: 100%;
}

.bic_top {
    margin-top: 5%
}

.tae {
    text-align: end
}

.fsize_icon {
    font-size: 24px
}

.pro_p0 {
    padding: 0!important
}

.pname_left {
    padding-left: 5px
}

.home_treadimg_box {
    display: flex;
    overflow-x: auto
}

.home_treadimg_box::-webkit-scrollbar {
    height: 0
}

.home_treadimg_box::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #fff;
    outline: 1px solid #fff
}

.treadimg_box_pro_box {
    min-width: 134px;
    padding-right: 15px;
    width: 250px
}

.feaurd_pro_mob {
    display: none
}

@media(max-width:767px) {
    .no_img_h_t {
        height: 154px;
        width: auto
    }
    .treadimg_box_pro_box {
        padding-bottom: 10px;
        width: 150px
    }
    .feaurd_pro_web {
        display: none
    }
    .feaurd_pro_mob {
        display: block
    }
    .mob_product_tittle {
        font-size: 11px!important
    }
}

.footer_social_btn {
    /* text-align: center; */
    margin-top: 25px
}

.footer_social_btn a {
    color: #c4c4c4;
    margin-right: 15px
}

.footer_social_btn a i {
    font-size: 20px
}

.dg {
    display: grid
}

.right1 {
    text-align: right
}

.left1 {
    padding-left: 40px
}

.center1 {
    text-align: center
}

@media(max-width:767px) {
    .left1 {
        padding-left: 15px
    }
    .mob_r {
        text-align: right!important
    }
}

.sapn_btn {
    background-color: #000!important;
    color: #fff!important
}

.video_box {
    width: 100%;
    margin-top: 5%;
    height: 500px
}

.mob_menu_sub_category {
    display: none;
    font-size: 13px;
    margin-left: 10px;
    font-weight: 400
}

.nav-sub-item_mobile {
    display: none;
    margin-left: 0;
    margin-top: 0
}

.blog_box_sec .slick-dots {
    margin-top: -5px
}

.gallery_slide .slick-dots {
    margin-top: -50px
}

.blog_content_main {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 82px;
    padding: 0 15px;
    font-size: 14px;
    font-weight: 400;
    font-family: Montserrat;
    margin-bottom: 7px;
    line-height: 26px
}

.blog_content_main p {
    font-size: 14px;
    font-weight: 400;
    line-height: 26px
}

.blog_content_main h1 .blog_content_main h2,
.blog_content_main h3,
.blog_content_main h4,
.blog_content_main h5,
.blog_content_main h6 {
    font-size: 14px;
    font-weight: 400;
    line-height: 26px;
    margin-bottom: 0;
    margin-top: 0
}

.read_more {
    width: 130px;
    color: #fff;
    padding: 0 15px;
    margin-bottom: 25px;
    margin-top: 15px
}

.read_more_btn {
    background: #000;
    color: #fff;
    padding: 9px;
    border-radius: 8px;
    font-size: 13px
}

.read_more_btn:hover {
    color: #fff!important
}

.mcat_arrow {
    display: none
}

.mcat_arrow1 {
    display: none;
    float: right;
    margin-right: -52px
}

.black_logo {
    width: 17%;
    margin-left: auto;
    margin-right: auto
}

.footer_img_top {
    width: 1000px;
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    margin-left: auto;
    margin-right: auto
}

.footer_section_main1 {
    justify-content: space-between;
    display: flex;
    /* width: 1000px; */
    width: 1145px;
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
    padding-top: 20px;
}

.container_foot {
    padding: 0 23px
}

.footer_content {
    /* width: 1000px; */
    width: 1145px;
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    margin-left: auto;
    margin-right: auto
}

.footer_content h4 {
    font-family: Montserrat!important;
    margin-top: 4px;
    margin-bottom: 8px
}

.small_title {
    color: #cacaca;
    font-weight: 300;
    font-size: 14px
}

.foot_ship_img {
    width: 190px;
    height: 190px
}

@media(max-width:1500px) {
    .foot_ship_img {
        width: 190px;
        height: 190px
    }
}

@media(min-width:1024px) {
    .nav-sub-item_mobile {
        display: none!important
    }
}

@media(max-width:1024px) {
    .black_logo {
        width: 20%
    }
    .foot_ship_img {
        width: 155px;
        height: 155px
    }
    .ms_menu_category {
        color: #000;
        font-weight: 500;
        font-size: 13px
    }
    .mcat_arrow {
        display: block;
        float: right;
        margin-right: -45px
    }
    .mob_menu_sub_category {
        display: block
    }
    .nav-sub-item_mobile {
        padding: 14px 10px!important;
        border-bottom: none;
        font-size: 11px;
        margin-top: -8px;
        display: none
    }
    .mob_path {
        font-size: 10px
    }
    .container_foot,
    .footer_content,
    .footer_section_main1 {
        padding: 0 40px
    }
}

.border_footer {
    border-top: 1px solid #222;
    width: 400px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 14px
}

@media(max-width:800px) {
    .foot_ship_img {
        width: 140px;
        height: 140px
    }
}

@media(max-width:600px) {
    .video_box {
        height: 300px
    }
    .black_logo {
        width: 40%
    }
    .border_footer {
        width: auto
    }
    .blog_box_sec .slick-dots {
        margin-top: -17px
    }
    .gallery_slide .slick-dots {
        margin-top: -30px
    }
    .blog_content_main {
        height: 69px;
        font-size: 11px;
        line-height: 14px
    }
    .blog_content_main p {
        font-size: 11px;
        line-height: 23px
    }
    .blog_content_main h1 .blog_content_main h2,
    .blog_content_main h3,
    .blog_content_main h4,
    .blog_content_main h5,
    .blog_content_main h6 {
        font-size: 11px;
        line-height: 14px;
        margin-bottom: 3px
    }
    .read_more_btn {
        font-size: 10px
    }
    .container_foot,
    .footer_content,
    .footer_section_main1 {
        padding: 0 20px
    }
    .small_title {
        font-size: 10px
    }
    .akasha-listitem.style-02 .title {
        font-size: 12px
    }
    .footer_social_btn a i {
        font-size: 17px
    }
    .foot_ship_img {
        width: 100px;
        height: 100px
    }
}

@media(max-width:563px) {
    .blog_content_main h1 .blog_content_main h2,
    .blog_content_main h3,
    .blog_content_main h4,
    .blog_content_main h5,
    .blog_content_main h6 {
        font-size: 11px;
        line-height: 20px;
        margin-bottom: 0
    }
}

@media(max-width:450px) {
    .small_title {
        font-size: 8px
    }
    .foot_ship_img {
        width: 80px;
        height: 80px
    }
}

@media(max-width:400px) {
    .video_box {
        height: auto
    }
    .blog_content_main {
        height: 55px;
        font-size: 9px;
        line-height: 13px
    }
    .blog_content_main p {
        font-size: 9px;
        line-height: 13px
    }
    .blog_content_main h1 .blog_content_main h2,
    .blog_content_main h3,
    .blog_content_main h4,
    .blog_content_main h5,
    .blog_content_main h6 {
        font-size: 9px;
        line-height: 18px;
        margin-bottom: 3px
    }
    .read_more_btn {
        font-size: 8px
    }
    .foot_ship_img {
        width: 70px;
        height: 70px
    }
}

@media(max-width:361px) {
    .blog_content_main h1 .blog_content_main h2,
    .blog_content_main h3,
    .blog_content_main h4,
    .blog_content_main h5,
    .blog_content_main h6 {
        font-size: 9px;
        line-height: 19px;
        margin-bottom: 3px
    }
}

@media(max-width:350px) {
    .foot_ship_img {
        width: 56px;
        height: 56px
    }
}

.attribure_image_box {
    display: flex
}

.select_clr {
    margin-left: 5px;
    color: #000;
    text-transform: capitalize;
    font-weight: 500
}

@media(min-width:1024px) {
    .akasha-menu-panels {
        display: none
    }
}

.wish_add_to_cart_btn {
    width: 98%;
    color: #fff;
    background: #000;
    border-top: 1px solid #ddd;
    font-weight: 600;
    border-radius: inherit;
    cursor: pointer;
    margin-bottom: 2px;
    border-radius: 8px
}

.wish_add_to_cart_btn a {
    color: #fff;
    background: #000
}

@media(max-width:600px) {
    .wish_add_to_cart_btn,
    .wish_add_to_cart_btn a {
        font-size: 12px
    }
}

.wc_bb {
    border: 1px solid #ddd;
    border-radius: 8px
}

.DELETE_WISHLIST {
    float: right;
    background: #ffffffb3;
    color: #534c4c;
    font-weight: 700;
    width: 26px;
    text-align: center;
    border-radius: 23px;
    margin-right: 5px;
    font-size: 19px;
    margin-top: 4px;
    cursor: pointer
}

.cancel_box_w {
    margin-left: auto
}

.webpushr-subscribed prompticon3 {
    bottom: 65px!important
}

.cart_img_box {
    max-width: 120px
}

.cart_item_b {
    padding-left: 10px;
    padding-right: 10px
}

.cright {
    text-align: right;
    font-weight: 500;
    color: #000
}

.cart_item_price {
    font-weight: 500;
    color: #000
}

.c_item_offerprice {
    font-weight: 300;
    color: #b1afaf;
    font-size: 12px
}

.ct_offer_p {
    color: #ff5d00;
    padding-left: 5px;
    font-size: 12px
}

@media(max-width:600px) {
    .cright {
        text-align: left;
        font-size: 12px
    }
    .cart_img_box {
        max-width: 100px
    }
}

.qty_cart_box {
    border: 1px solid #ddd;
    width: 84px;
    padding: 0 0 0 10px;
    border-radius: 7px;
    font-size: 12px;
    color: #000;
    font-weight: 600;
    height: 30px
}

.cart_select_b {
    border: none;
    padding: 0 24px 0 13px;
    font-size: 12px;
    font-weight: 600;
    color: #000;
    height: 30px;
    line-height: 10px
}

.bb_cart_b {
    border-bottom: 1px solid #ddd;
    margin-top: 15px;
    margin-bottom: 15px
}

.item_cart1 {
    width: 100%;
    display: flex;
    border: 1px solid #ddd;
    padding: 5px;
    margin-bottom: 10px;
    border-radius: 12px
}

.item_discription {
    font-size: 11px;
    color: #000;
    font-weight: 400
}

.c_price_details {
    margin-top: 0;
    color: #000;
    font-weight: 600;
    margin-bottom: 5px
}

.c_tota_item1 {
    color: #000
}

.c_tota_item2 {
    text-align: right;
    color: #000
}

.cart_b_total_b {
    border-bottom: 1px solid #efefef;
    margin-top: 6px;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 5px
}

.cart_tot_box {
    height: fit-content;
    border: 1px solid #ddd;
    margin-left: auto;
    margin-right: auto;
    border-radius: 12px;
    padding: 10px 15px;
    margin-top: 0
}

.let_do_btn {
    width: 100%;
    margin-left: 0;
    justify-content: flex-end
}

.cart_tot_box1 {
    height: fit-content;
    margin-left: auto;
    margin-right: auto;
    border-radius: 12px;
    padding: 10px 15px;
    margin-top: 10px;
    margin-top: 15px;
    border: 1px solid #ddd
}

.cart_tot_box2 {
    height: fit-content;
    width: 50%;
    margin-left: auto;
    margin-right: auto;
    border-radius: 12px;
    padding: 10px 15px;
    margin-top: 10px;
    margin-top: 15px;
    border: 1px solid #ddd;
    display: none
}

@media(max-width:767px) {
    .cart_tot_box2 {
        position: fixed;
        bottom: 0;
        background: #fff;
        border: none;
        z-index: 1;
        margin-left: -12px;
        width: 100%;
        border-top: 1px solid #f9f9f9;
        border-radius: 0!important;
        padding: 10px
    }
    .cart_tot_box {
        position: fixed;
        bottom: 0;
        background: #fff;
        border: none;
        z-index: 1;
        margin-left: -10px;
        width: 100%;
        border-top: 1px solid #f9f9f9;
        border-radius: 0!important;
        padding: 10px
    }
    .cart_tot_box1 {
        position: fixed;
        bottom: 0;
        background: #fff;
        border: none;
        z-index: 1;
        margin-left: -10px;
        width: 100%;
        border-top: 1px solid #f9f9f9;
        border-radius: 0!important;
        padding: 10px
    }
}

.c_tot_i1 {
    font-weight: 600;
    margin-bottom: 7px
}

.c-p {
    cursor: pointer
}

.che_btn4 {
    color: #e20e79!important;
    cursor: pointer;
    height: 38px!important;
    background: #000!important
}

.che_btn4:hover {
    color: #e20e79
}

.che_btn5 {
    width: 100%;
    background-color: #000;
    color: #fff;
    font-weight: 600;
    margin-left: 15px;
    margin-right: 15px;
    height: 38px;
    border-radius: 8px;
    line-height: 36px;
    margin-top: 5px;
    margin-bottom: 4px
}

.img_br_wl {
    border-top-left-radius: 8px!important;
    border-top-right-radius: 8px!important
}

.cart_img_br {
    border-radius: 8px
}

.atr_btn_cart {
    margin-left: 3%;
    color: #000;
    width: auto;
    padding: 0 10px;
    height: 28px;
    border: 1px solid #000;
    border-radius: 7px;
    font-size: 12px;
    line-height: 27px;
    font-weight: 600
}

.collapsing .new_colp {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition-property: height, visibility;
    transition-property: height, visibility;
    -webkit-transition-duration: .35s;
    transition-duration: .35s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease
}

.akasha-product-gallery__image {
    border-radius: 15px
}

.sd_w_c {
    width: 98%;
    margin-left: auto;
    margin-right: auto
}

.wish_list_col {
    padding-left: 0;
    padding-right: 15px
}

.login_input_form>input:focus {
    border-bottom: 2px solid #000!important;
    border-color: #000!important
}

.login_input_form {
    border-bottom: 1px solid #000!important;
    border-radius: 0!important;
    padding: 0 0!important;
    height: 40px!important;
    border-top: none!important;
    border-left: none!important;
    border-right: none!important
}

/* #loginbtn,
#reg_withotp,
#register_loder,
#registerbtn,
#resend_otp {
    color: #e20e79;
    width: auto;
    float: right;
    border-radius: 15px;
    height: 45px;
    line-height: 46px;
    font-weight: 600;
    text-transform: uppercase;
    cursor: pointer
} */

.mar_top_v_c {
    margin-top: 10%
}

.login_content_bf,
.login_content_bf2 {
    color: #000;
    font-weight: 500;
    font-size: 20px;
    margin-bottom: 7px;
    text-align: left
}

.login_content_bf1 {
    color: #c406b7;
    font-weight: 500;
    font-size: 22px;
    margin-bottom: 25px;
    margin-top: 7px;
    text-align: left
}

.email_text_login {
    font-size: 11px;
    color: #c4000f
}

.login_box_m {
    padding-top: 20px
}

.l_form_w {
    font-size: 12px;
    color: #969696;
    font-weight: 400;
    line-height: 20px
}

#back_signup {
    color: #e20e79;
    background: #fff;
    font-size: 15px;
    font-weight: 600;
    padding-left: 0;
    cursor: pointer
}

.wish_login_btn {
    color: #e20e79;
    background: #000;
    font-size: 15px;
    font-weight: 600;
    padding-left: 0;
    cursor: pointer
}

.oops_text {
    color: #fff;
    -webkit-text-stroke: 3px #e20e79;
    text-align: center;
    margin-top: 5%;
    font-size: 7rem;
    margin-bottom: 5%
}

.oops_content {
    color: #000;
    text-align: center;
    font-size: 30px;
    font-weight: 500
}

.wish_login_btn {
    color: #e20e79!important;
    padding: 9px 16px;
    border-radius: 13px;
    margin-top: 10px;
    margin-bottom: 10px
}

.hello_text {
    font-size: 5rem;
    color: #000;
    font-weight: 500
}

.hello_name {
    color: #e20e79;
    font-size: 3rem;
    font-weight: 500
}

.df_fw {
    flex-wrap: wrap;
    display: flex
}

.span_as_d {
    width: 85px
}

.acc_set_1 {
    margin-bottom: 40px;
    margin-left: -5px
}

.acc_set_2 {
    width: 600px!important;
    border: none!important;
    color: #000!important;
    font-weight: 600;
    margin-top: -7px;
    background: #fff!important;
    border-radius: 0!important
}

.in_bg {
    background: #f9f9f9!important
}

.acc_set_edit {
    float: right;
    font-size: 12px;
    font-weight: 600;
    cursor: pointer;
    color: #999;
    margin-left: 3px
}

.odp_item_bg {
    border: 1px solid #ddd;
    padding: 15px 25px;
    border-radius: 15px;
    margin-bottom: 10px;
    display: flex;
    width: 100%
}

.odp_price {
    font-size: 20px;
    font-weight: 500;
    color: #000
}

.item_image_order {
    margin-right: 5%;
    margin-top: auto;
    margin-bottom: auto
}

.item_order_1 {
    width: 80%
}

.DELETEORDERITEM {
    background: #fff!important;
    color: #999!important;
    font-size: 12px!important;
    font-weight: 600;
    cursor: pointer
}

.ORDERITEMBYID {
    background: #fff!important;
    color: #999!important;
    font-size: 12px!important;
    font-weight: 600;
    cursor: pointer
}

.bts_right {
    text-align: right
}

.fz11 {
    font-size: 11px;
    color: #999;
    font-weight: 400
}

.del_shedule {
    font-weight: 600;
    color: #000
}

.order_status {
    font-size: 16px;
    color: #000;
    font-weight: 600
}

@media(max-width:750px) {
    .acc_set_2 {
        width: 400px!important
    }
    .acc_set_1 {
        margin-left: 0
    }
}

.fz12 {
    font-size: 13px
}

.order_view_img {
    width: 40px
}

@media(max-width:600px) {
    .order_view_img {
        width: 150px
    }
}

@media(max-width:400px) {
    .order_view_img {
        width: 250px
    }
}

.order_view_item {
    color: #000;
    font-size: 13px
}

.cart_col_p {
    padding: 0!important
}

@media(max-width:600px) {
    .order_view_item {
        color: #000;
        font-size: 11px
    }
    #loginbtn,
    #reg_withotp,
    #register_loder,
    #registerbtn,
    #resend_otp {
        border-radius: 11px;
        height: 50px;
        line-height: 39px
    }
    #customer_login>div>h2 {
        font-size: 23px
    }
    .login_content_bf,
    .login_content_bf1 {
        font-size: 12px
    }
    .email_text_login {
        font-size: 9px
    }
    .oops_text {
        font-size: 4rem;
        -webkit-text-stroke: 2px #e20e79
    }
    .oops_content {
        font-size: 20px
    }
    a:not([href]):not([tabindex]) {
        color: inherit;
        text-decoration: none
    }
    a:not([href]):not([tabindex]) {
        color: inherit;
        text-decoration: none
    }
    .wish_login_btn {
        padding: 5px 10px;
        border-radius: 10px
    }
    .hello_text {
        font-size: 22px
    }
    .hello_name {
        font-size: 17px
    }
    .acc_set_2 {
        width: 300px!important;
        font-size: 12px!important
    }
    .acc_set_edit {
        font-size: 10px
    }
    .span_as_d {
        width: 65px;
        font-size: 12px
    }
    .odp_img {
        width: 78px
    }
    .odp_price {
        font-size: 17px
    }
    .ORDERITEMBYID {
        border-radius: 5px!important;
        padding: 0 8px!important;
        font-size: 10px!important;
        height: 19px!important;
        line-height: 19px!important
    }
    .DELETEORDERITEM {
        border-radius: 5px!important;
        padding: 0 7px!important;
        font-size: 10px!important;
        height: 20px!important;
        line-height: 20px!important
    }
    .item_image_order {
        margin-right: 2%
    }
    .fz12,
    .order_status {
        font-size: 12px
    }
    .odp_item_h {
        height: 18px
    }
    .otp_dedule_h {
        line-height: 10px;
        padding-bottom: 5px
    }
    .p_width {
        font-size: 11px
    }
    .back_btn {
        margin-top: 15px;
        border-radius: 11px;
        height: 32px;
        line-height: 20px;
        font-weight: 500;
        font-size: 11px
    }
}

@media(max-width:415px) {
    .span_as_d {
        width: 55px;
        font-size: 11px
    }
    .odp_item_bg {
        padding: 5px 5px
    }
    .fz11 {
        font-size: 9px
    }
    .fz12 {
        font-size: 9px
    }
    .acc_set_2 {
        width: 190px!important;
        font-size: 11px!important
    }
    .acc_set_edit {
        font-size: 9px
    }
    .odp_img {
        width: 65px
    }
    .DELETEORDERITEM,
    .ORDERITEMBYID {
        font-size: 9px!important
    }
}

#only_cod {
    color: #f70b0b;
    font-size: 12px
}

.fwi .slick-track {
    width: 100%!important
}

.pd_wish_icon .wishlisted::before {
    padding: 3px
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0
}

.flex-control-nav {
    padding-left: 0
}

.pswp {
    z-index: 16050000
}

.r_c {
    color: red!important
}

#contact_mail_btn {
    cursor: pointer;
    background: #868686;
    border-radius: 10px;
    width: auto;
    height: 35px;
    line-height: 20px;
    font-size: 12px !important;
    margin-bottom: 15px;
    padding: 0 15px;
    border: none;
    color: black;
}

.track_btn {
    font-size: 10px;
    padding: 0 10px;
    border-radius: 10px;
    height: 28px;
    line-height: 29px;
    margin-left: 15px;
    margin-top: 5px;
    cursor: pointer
}

.checklist {
    padding-left: 0px;
    margin-top: 35px;
}

.checklist li {
    position: relative;
    margin-bottom: 15px;
    font-size: 14px;
    color: #777;
    display: flex;
}

.checklist li span {
    margin-right: 0px;
    background: url(../image/checkmark.png) no-repeat;
    opacity: 1;
    padding: 0px 15px 0px 16px;
}

@media(max-width:1200px) {
    .track_btn {
        margin-left: 5px
    }
}

.az_custom_heading {
    font-weight: 500
}

.vertical_tumb {
    width: 120px
}

.vertical_tumb .slick-arrow {
    margin-left: 7px;
    color: #000;
    font-weight: 700
}

.pop-product-box {
    border: 1px solid #f3f3f3;
    min-height: 100px;
}

.pop-product-box :hover:before {
    background: rgba(255, 255, 255, .3);
    bottom: 0;
    content: "";
    left: 50%;
    position: absolute;
    right: 50%;
    top: 0;
    opacity: 1;
}

.pop-product-box:before {
    background: rgba(255, 255, 255, .3);
    bottom: 0;
    content: "";
    left: 50%;
    position: absolute;
    right: 50%;
    top: 0;
    opacity: 1;
}

.pop-product-box:hover:after {
    top: 0;
    bottom: 0;
    opacity: 0;
    -webkit-transition: all .9s linear;
    -moz-transition: all .9s linear;
    -ms-transition: all .9s linear;
    -o-transition: all .9s linear;
    transition: all .9s linear;
}

.pop-product-box:after {
    background: rgba(255, 255, 255, .6);
    bottom: 50%;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 50%;
    opacity: 1;
}

@media(max-width:991px) {
    .vertical_tumb {
        display: none
    }
}

.pswp--touch .pswp__button--arrow--left,
.pswp--touch .pswp__button--arrow--right {
    visibility: visible
}

.pswp__ui--idle .pswp__button--arrow--left,
.pswp__ui--idle .pswp__button--arrow--right {
    opacity: 1
}

@media(max-width:800px) {
    .ord_p_text1 {
        font-size: 2.2rem
    }
}

@media(max-width:550px) {
    .ord_p_text1 {
        font-size: 1.5rem;
        margin-bottom: 10px
    }
    .ord_p_text {
        font-size: 13px
    }
}

@media(max-width:380px) {
    .ord_p_text1 {
        font-size: 1.1rem;
        margin-bottom: 1px
    }
    .ord_p_text {
        font-size: 10px
    }
}

video::-webkit-media-controls {
    display: none!important
}

.video_ply {
    width: inherit!important;
    border-radius: 8px!important;
    max-height: 720px
}

.none_offer_badge {
    padding-bottom: 76px
}

@media(max-width:1000px) {
    .none_offer_badge {
        padding-bottom: 58px
    }
}

@media(max-width:600px) {
    .none_offer_badge {
        padding-bottom: 40px
    }
}

.item_pruchuse {
    text-decoration: line-through;
    font-size: 10px;
    margin-left: 6px
}

.pd_para {
    margin-bottom: 3px
}

.small_list_img {
    width: 65px!important
}

#mob_product_list,
#product_list {
    overflow-y: scroll;
    max-height: 400px
}

.flex-control-thumbs .slick-list {
    height: auto!important;
    max-height: 384px
}

.offer_details {
    font-size: 11px;
    font-weight: 500
}

.td_padding {
    border: none!important;
    padding: 2px 0;
    font-weight: 600;
    text-align: right!important
}

.not_available {
    opacity: .5;
    background: #f7f7f7;
    border-color: #e7e7e7;
    color: #c7c7c8
}

.not_available_img {
    opacity: .6
}

.radio_active {
    opacity: .5
}

@media(max-width:600px) {
    .span_td {
        width: 51px
    }
    .plce_grand {
        font-size: 11px
    }
    .recom_head_mob {
        font-size: 25px!important
    }
}

@media(max-width:500px) {
    .recom_head_mob {
        font-size: 20px!important
    }
}

.payment_success {
    font-size: 10px;
    color: green;
    font-weight: 500
}

.payment_process {
    font-size: 10px;
    color: #001680;
    font-weight: 500
}

@media(max-width:600px) {
    .payment_process,
    .payment_success {
        font-size: 8px
    }
}

.content-box {
    min-height: 100px;
    border: 1px solid #ddd;
    background-color: #7bcf93;
    border-radius: 10px;
    text-align: center;
}

.content-box img {
    width: 100px;
    padding: 10px;
}

.work-img {
    width: 100%;
}

.card-gtittle {
    text-align: center;
    margin-top: 5px;
    color: #7bcf93;
    font-weight: 600;
}

.contect_img_text {
    position: absolute;
    padding-top: 60px;
    /* margin-bottom: auto; */
    padding-left: 10px;
    font-size: 15px;
    font-weight: 700;
}

.contect_img {
    width: 100%;
}

@keyframes leafanimation {
    0% {
        transform: translate(500px, 100px) rotate(0deg);
        color: rgba(255, 0, 0, 0);
    }
    20% {
        transform: translate(450px, 50px) rotate(360deg);
        color: rgba(255, 0, 0, 0);
    }
    40% {
        transform: translate(50px, 20px) rotate(720deg);
        color: rgba(255, 0, 0, 0);
    }
    60% {
        transform: translate(10px, 20px) rotate(1080deg);
        color: rgba(255, 0, 0, 0);
    }
    80% {
        transform: translate(0, 0) rotate(1440deg);
        color: rgba(255, 0, 0, 0);
    }
    100% {
        transform: translate(0, 0) rotate(1440deg);
        color: rgba(255, 0, 0, 1);
    }
}

.leaf_img {
    width: 50px;
    animation: leafanimation 4s linear;
}

.foo-head {
    font-weight: 600;
    color: #fff;
    margin-top: 35px;
    /* border-bottom: 1px solid #555; */
    padding-left: 0;
}

.foo-head span {
    border-bottom: 2px solid #fb9c60;
    padding-bottom: 3px;
    width: -webkit-fill-available;
}

.foo_list-padding {
    padding-left: 0px !important;
}

.listitem-inner {
    font-size: 14px;
    padding-top: 20px;
}

.akasha-listitem .wpcf7-form label {
    font-size: 14px;
    font-weight: 600;
    color: #868686;
}

.akasha-listitem .wpcf7-form label input {
    height: 35px;
    border-radius: 7px;
}

.akasha-listitem .wpcf7-form p {
    margin-bottom: 1px;
}

.akasha-listitem .wpcf7-form label textarea {
    height: 100px !important;
    margin-top: 2px;
}

.page-title1 {
    text-align: center;
    font-weight: 600;
    font-size: 35px;
}
@media(max-width: 576px) {
    .page-title1 {
        font-size: 30px;
    }
}

.our-story-title {    
    margin-top: 15px;
    text-align: center;
    font-weight: 700;
    color: #363636;
    padding-bottom: 20px;
    margin-bottom: 15px;
}
@media(min-width: 768px) {
    .our-story-title {
        margin-top: 30px;
    }
}

.about_image {
    width: 50%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    margin-bottom: 20px;
}

.section-037 .style-01 {
    padding: 0px 40px;
}

.whytazegard-main {
    margin-top: 25px;
}

.why-taze-content {
    padding: 0px 40px;
    margin-top: 58px;
}

@media(max-width:767px) {
    .about_image {
        width: 25%;
    }
    .content-box {
        margin-bottom: 15px;
    }
    .pop-product-box {
        /* margin-bottom: 15px; */
    }
}

@media(max-width:600px) {
    .section-037 .style-01 {
        padding: 0px;
    }
    .why-taze-content {
        margin-top: 30px;
    }
}

#contact__btn {
    width: auto;
    padding: 0px 45px;
    background: #fb9c60;
    cursor: pointer;
}

.WhyTGarden-info {
    transform: translateY(0%) !important;
    position: relative;
}

.WhyTGarden-Value img {
    max-width: 100px;
    padding: 10px;
}

.WhyTGarden-Value {
    text-align: center;
    margin-top: 40px;
}

.WhyTGarden-Value h5 {
    color: #999;
}

.why-taze {
    width: 100%;
}
@media(min-width: 768px) {
    .why-taze {
        margin-top: 75px;
    }
}
@media(max-width: 768px) {
    .why-taze {
        margin-top: 20px;
    }
}
.block-minicart img {
    width: 25px;
}
.inc-dec {
    padding: 10px 20px;
    border: 1px solid var(--theme-dark-color);
    width: 15px;
    background-color: var(--theme-dark-color);
    color: white;
    font-weight: 600;
    font-size: 20px;
}
.oval-right {
    border-radius: 0 25px 25px 0;
    /* display: inline-flex; */
}
.oval-left {
    border-radius: 25px 0px 0px 25px;
}
.obox {
    /* display: inline-flex; */
    width: 50px;
    border: 1px solid var(--theme-dark-color);
    padding: 10px;
}
.obox input {
    width: 100%;
    border: 0;
    padding: 3px;
    height: 20px;
    text-align: center;
}

.theme-button {
    padding: 10px;
    /* border-radius: 24px; */
    background-color: var(--theme-dark-color);
    width: 120px;
    text-align: center;
    color: white;
    cursor: pointer;
}
.theme-button:hover {
    background-color: var(--theme-color);
}
/* Chrome, Safari, Edge, Opera */
.obox input::-webkit-outer-spin-button,
.obox input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
.obox input[type=number] {
  -moz-appearance: textfield;
}
.cart-count {
    background-color: var(--theme-color);
    color: #030303;
    display: inline-block;
    position: relative;
    padding: 5px 5px;
    border-radius: 10px;
    height: 20px;
    font-size: 8px;
    top: 13px;
    left: -10px;
    line-height: 10px;
    width: 20px;
    text-align: center;
    font-weight: 600;
}
.field-icon {
  /* top: -30px !important; For Taze garden only */
}
.theme_background2 {
  background: #f6e7dd;
}
.product-actions-box {
    flex-wrap: wrap;
}
.buy-now-btn {
    width: 100%;
    margin-top: 10px;
}
@media(max-width: 576px) {
    .product-actions-box {
        justify-content: space-around;
    }
}
.pop-buy-now-btn {
    padding: 10px 40px;
    width: fit-content;
    /* background-color: #281d1d; */
    background-color: var(--theme-dark-color);
    margin: 20px auto 20px auto;   
    color: white;
    text-align: center;
}
.pop-link {
    display: block;
    background-color: #f7efdc;
    padding-bottom: 1px;
    margin-bottom: 10px;
}
.pd-product-price {
    font-size: 20px;
    font-weight: 600;
}
.Products_p_head.selected, .Products_p_head.selected a:link, .Products_p_head.selected a:visited, .Products_p_head.selected a:hover {
    color: var(--theme-color) !important;
}
.products-sidebar {
    border-right: 1px solid #e9e6e6;
    /* box-shadow: 5px 0px 5px #f3f1f1; */
}
@media (min-width: 576px) {
    .products-sidebar {
        padding: 20px 0;
    }
}
.product-item {
    box-shadow: 5px 0 5px #f2f0f0;
}
.pop-buy-now-btn a:link, .pop-buy-now-btn a:hover, .pop-buy-now-btn a:visited {
    color: white !important;
}
.toggle_cat_drop_down {
    border: 1px solid #d8d5d5;
    border-radius: 5px;
}
.mob_main_cat {
    border-bottom: 1px solid var(--theme-light-gray);
}
#sorting {
    font-size: 16px !important;
}
.page-item.active .page-link {
    background-color: var(--theme-dark-color);
    border-color: var(--theme-dark-color);
}
#ps_pg_cnr ul {
    width: fit-content;
}
.mob_search_result {
    top: 110px;
}
.dreaming_related-product .product_title, .dreaming_related-product .pd-product-price {
    font-size: 16px;
}
@media (max-width : 576px) {
    .dreaming_related-product .product_title {
        font-size: 15px;
    }
    .dreaming_related-product .pd-product-price {
        font-size: 12px;
    }
}
@media (min-width : 576px) and (max-width : 1024px) {
    .dreaming_related-product .product_title {
        font-size: 16px;
    }
   .dreaming_related-product .pd-product-price {
        font-size: 14px;
    }
}
#cont_contact_form input[type="text"], #cont_contact_form input[type="email"], #cont_contact_form textarea {
    border: 1px solid var(--theme-light-gray);
}
.section--shopping-cart .cart-price span, .section--shopping-cart .cart-total span {
    font-weight: 600 !important;
}
@media(max-width: 768px) {
    #header {
        /* background-color: #f7f7f7; */
        background-image: linear-gradient(to right, #f7f7f7, white);
    }
    .cart_pname_width {
        width: 40%;
    }
    .shopping-cart__products {
        padding: 15px;
    }
    .section--shopping-cart .shopping-cart__step {
        padding: 0 !important;
    }
}
.mob_search_box {
    padding-bottom: 10px;
}
@media (min-width: 230px) {
    .col-sm-3 {
      flex: 0 0 auto;
      width: 25%;
    }
}