img.wp-smiley,
img.emoji {
    display: inline!important;
    border: none!important;
    box-shadow: none!important;
    height: 1em!important;
    width: 1em!important;
    margin: 0 .07em!important;
    vertical-align: -.1em!important;
    background: none!important;
    padding: 0!important
}

.wp-block-audio figcaption {
    margin-top: .5em;
    margin-bottom: 1em;
    color: #555d66;
    text-align: center;
    font-size: 13px
}

.wp-block-audio audio {
    width: 100%;
    min-width: 300px
}

.block-editor-block-list__layout .reusable-block-edit-panel {
    align-items: center;
    background: #f8f9f9;
    color: #555d66;
    display: flex;
    flex-wrap: wrap;
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, sans-serif;
    font-size: 13px;
    top: -14px;
    margin: 0 -14px;
    padding: 8px 14px;
    position: relative;
    border: 1px dashed rgba(145, 151, 162, .25);
    border-bottom: none
}

.block-editor-block-list__layout .block-editor-block-list__layout .reusable-block-edit-panel {
    margin: 0 -14px;
    padding: 8px 14px
}

.block-editor-block-list__layout .reusable-block-edit-panel .reusable-block-edit-panel__spinner {
    margin: 0 5px
}

.block-editor-block-list__layout .reusable-block-edit-panel .reusable-block-edit-panel__info {
    margin-left: auto
}

.block-editor-block-list__layout .reusable-block-edit-panel .reusable-block-edit-panel__label {
    margin-left: 8px;
    white-space: nowrap;
    font-weight: 600
}

.block-editor-block-list__layout .reusable-block-edit-panel .reusable-block-edit-panel__title {
    flex: 1 1 100%;
    font-size: 14px;
    height: 30px;
    margin: 4px 0 8px
}

.block-editor-block-list__layout .reusable-block-edit-panel .components-button.reusable-block-edit-panel__button {
    flex-shrink: 0
}

@media (min-width:960px) {
    .block-editor-block-list__layout .reusable-block-edit-panel {
        flex-wrap: nowrap
    }
    .block-editor-block-list__layout .reusable-block-edit-panel .reusable-block-edit-panel__title {
        margin: 0
    }
    .block-editor-block-list__layout .reusable-block-edit-panel .components-button.reusable-block-edit-panel__button {
        margin: 0 5px 0 0
    }
}

.editor-block-list__layout .is-selected .reusable-block-edit-panel {
    border-color: rgba(66, 88, 99, .4) transparent rgba(66, 88, 99, .4) rgba(66, 88, 99, .4)
}

.is-dark-theme .editor-block-list__layout .is-selected .reusable-block-edit-panel {
    border-color: hsla(0, 0%, 100%, .45) transparent hsla(0, 0%, 100%, .45) hsla(0, 0%, 100%, .45)
}

.block-editor-block-list__layout .reusable-block-indicator {
    background: #fff;
    border: 1px dashed #e2e4e7;
    color: #555d66;
    top: -14px;
    height: 30px;
    padding: 4px;
    position: absolute;
    z-index: 1;
    width: 30px;
    left: -14px
}

.wp-block-button {
    color: #fff;
    margin-bottom: 1.5em
}

.wp-block-button.aligncenter {
    text-align: center
}

.wp-block-button.alignright {
    text-align: right
}

.wp-block-button__link {
    background-color: #32373c;
    border: none;
    border-radius: 28px;
    box-shadow: none;
    color: inherit;
    cursor: pointer;
    display: inline-block;
    font-size: 18px;
    margin: 0;
    padding: 12px 24px;
    text-align: center;
    text-decoration: none;
    overflow-wrap: break-word
}

.wp-block-button__link:active,
.wp-block-button__link:focus,
.wp-block-button__link:hover,
.wp-block-button__link:visited {
    color: inherit
}

.is-style-squared .wp-block-button__link {
    border-radius: 0
}

.is-style-outline {
    color: #32373c
}

.is-style-outline .wp-block-button__link {
    background-color: transparent;
    border: 2px solid
}

.wp-block-calendar {
    text-align: center
}

.wp-block-calendar tbody td,
.wp-block-calendar th {
    padding: 4px;
    border: 1px solid #e2e4e7
}

.wp-block-calendar tfoot td {
    border: none
}

.wp-block-calendar table {
    width: 100%;
    border-collapse: collapse;
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, sans-serif
}

.wp-block-calendar table th {
    font-weight: 440;
    background: #edeff0
}

.wp-block-calendar a {
    text-decoration: underline
}

.wp-block-calendar tfoot a {
    color: #00739c
}

.wp-block-calendar table caption,
.wp-block-calendar table tbody {
    color: #40464d
}

.wp-block-categories.alignleft {
    margin-right: 2em
}

.wp-block-categories.alignright {
    margin-left: 2em
}

.wp-block-columns {
    display: flex;
    flex-wrap: wrap
}

@media (min-width:782px) {
    .wp-block-columns {
        flex-wrap: nowrap
    }
}

.wp-block-column {
    flex-grow: 1;
    margin-bottom: 1em;
    flex-basis: 100%;
    min-width: 0;
    word-break: break-word;
    overflow-wrap: break-word
}

@media (min-width:600px) {
    .wp-block-column {
        flex-basis: calc(50% - 16px);
        flex-grow: 0
    }
    .wp-block-column:nth-child(2n) {
        margin-right: 32px
    }
}

@media (min-width:782px) {
    .wp-block-column:not(:first-child) {
        margin-right: 32px
    }
}

.wp-block-cover,
.wp-block-cover-image {
    position: relative;
    background-color: #000;
    background-size: cover;
    background-position: 50%;
    min-height: 430px;
    width: 100%;
    margin: 0 0 1.5em;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden
}

.wp-block-cover-image.has-left-content,
.wp-block-cover.has-left-content {
    justify-content: flex-start
}

.wp-block-cover-image.has-left-content .wp-block-cover-image-text,
.wp-block-cover-image.has-left-content .wp-block-cover-text,
.wp-block-cover-image.has-left-content h2,
.wp-block-cover.has-left-content .wp-block-cover-image-text,
.wp-block-cover.has-left-content .wp-block-cover-text,
.wp-block-cover.has-left-content h2 {
    margin-right: 0;
    text-align: right
}

.wp-block-cover-image.has-right-content,
.wp-block-cover.has-right-content {
    justify-content: flex-end
}

.wp-block-cover-image.has-right-content .wp-block-cover-image-text,
.wp-block-cover-image.has-right-content .wp-block-cover-text,
.wp-block-cover-image.has-right-content h2,
.wp-block-cover.has-right-content .wp-block-cover-image-text,
.wp-block-cover.has-right-content .wp-block-cover-text,
.wp-block-cover.has-right-content h2 {
    margin-left: 0;
    text-align: left
}

.wp-block-cover-image .wp-block-cover-image-text,
.wp-block-cover-image .wp-block-cover-text,
.wp-block-cover-image h2,
.wp-block-cover .wp-block-cover-image-text,
.wp-block-cover .wp-block-cover-text,
.wp-block-cover h2 {
    color: #fff;
    font-size: 2em;
    line-height: 1.25;
    z-index: 1;
    margin-bottom: 0;
    max-width: 610px;
    padding: 14px;
    text-align: center
}

.wp-block-cover-image .wp-block-cover-image-text a,
.wp-block-cover-image .wp-block-cover-image-text a:active,
.wp-block-cover-image .wp-block-cover-image-text a:focus,
.wp-block-cover-image .wp-block-cover-image-text a:hover,
.wp-block-cover-image .wp-block-cover-text a,
.wp-block-cover-image .wp-block-cover-text a:active,
.wp-block-cover-image .wp-block-cover-text a:focus,
.wp-block-cover-image .wp-block-cover-text a:hover,
.wp-block-cover-image h2 a,
.wp-block-cover-image h2 a:active,
.wp-block-cover-image h2 a:focus,
.wp-block-cover-image h2 a:hover,
.wp-block-cover .wp-block-cover-image-text a,
.wp-block-cover .wp-block-cover-image-text a:active,
.wp-block-cover .wp-block-cover-image-text a:focus,
.wp-block-cover .wp-block-cover-image-text a:hover,
.wp-block-cover .wp-block-cover-text a,
.wp-block-cover .wp-block-cover-text a:active,
.wp-block-cover .wp-block-cover-text a:focus,
.wp-block-cover .wp-block-cover-text a:hover,
.wp-block-cover h2 a,
.wp-block-cover h2 a:active,
.wp-block-cover h2 a:focus,
.wp-block-cover h2 a:hover {
    color: #fff
}

.wp-block-cover-image.has-parallax,
.wp-block-cover.has-parallax {
    background-attachment: fixed
}

.wp-block-cover-image.has-background-dim:before,
.wp-block-cover.has-background-dim:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: inherit;
    opacity: .5;
    z-index: 1
}

.wp-block-cover-image.has-background-dim.has-background-dim-10:before,
.wp-block-cover.has-background-dim.has-background-dim-10:before {
    opacity: .1
}

.wp-block-cover-image.has-background-dim.has-background-dim-20:before,
.wp-block-cover.has-background-dim.has-background-dim-20:before {
    opacity: .2
}

.wp-block-cover-image.has-background-dim.has-background-dim-30:before,
.wp-block-cover.has-background-dim.has-background-dim-30:before {
    opacity: .3
}

.wp-block-cover-image.has-background-dim.has-background-dim-40:before,
.wp-block-cover.has-background-dim.has-background-dim-40:before {
    opacity: .4
}

.wp-block-cover-image.has-background-dim.has-background-dim-50:before,
.wp-block-cover.has-background-dim.has-background-dim-50:before {
    opacity: .5
}

.wp-block-cover-image.has-background-dim.has-background-dim-60:before,
.wp-block-cover.has-background-dim.has-background-dim-60:before {
    opacity: .6
}

.wp-block-cover-image.has-background-dim.has-background-dim-70:before,
.wp-block-cover.has-background-dim.has-background-dim-70:before {
    opacity: .7
}

.wp-block-cover-image.has-background-dim.has-background-dim-80:before,
.wp-block-cover.has-background-dim.has-background-dim-80:before {
    opacity: .8
}

.wp-block-cover-image.has-background-dim.has-background-dim-90:before,
.wp-block-cover.has-background-dim.has-background-dim-90:before {
    opacity: .9
}

.wp-block-cover-image.has-background-dim.has-background-dim-100:before,
.wp-block-cover.has-background-dim.has-background-dim-100:before {
    opacity: 1
}

.wp-block-cover-image.alignleft,
.wp-block-cover-image.alignright,
.wp-block-cover.alignleft,
.wp-block-cover.alignright {
    max-width: 305px;
    width: 100%
}

.wp-block-cover-image:after,
.wp-block-cover:after {
    display: block;
    content: "";
    font-size: 0;
    min-height: inherit
}

.wp-block-cover-image.aligncenter,
.wp-block-cover-image.alignleft,
.wp-block-cover-image.alignright,
.wp-block-cover.aligncenter,
.wp-block-cover.alignleft,
.wp-block-cover.alignright {
    display: flex
}

.wp-block-cover-image .wp-block-cover__inner-container,
.wp-block-cover .wp-block-cover__inner-container {
    width: calc(100% - 70px);
    z-index: 1;
    color: #f8f9f9
}

.wp-block-cover-image .wp-block-subhead,
.wp-block-cover-image h1,
.wp-block-cover-image h2,
.wp-block-cover-image h3,
.wp-block-cover-image h4,
.wp-block-cover-image h5,
.wp-block-cover-image h6,
.wp-block-cover-image p,
.wp-block-cover .wp-block-subhead,
.wp-block-cover h1,
.wp-block-cover h2,
.wp-block-cover h3,
.wp-block-cover h4,
.wp-block-cover h5,
.wp-block-cover h6,
.wp-block-cover p {
    color: inherit
}

.wp-block-cover__video-background {
    position: absolute;
    top: 50%;
    right: 50%;
    transform: translateX(50%) translateY(-50%);
    width: 100%;
    height: 100%;
    z-index: 0;
    -o-object-fit: cover;
    object-fit: cover
}

.block-editor-block-list__block[data-type="core/embed"][data-align=left] .block-editor-block-list__block-edit,
.block-editor-block-list__block[data-type="core/embed"][data-align=right] .block-editor-block-list__block-edit,
.wp-block-embed.alignleft,
.wp-block-embed.alignright {
    max-width: 360px;
    width: 100%
}

.wp-block-embed {
    margin-bottom: 1em
}

.wp-block-embed figcaption {
    margin-top: .5em;
    margin-bottom: 1em;
    color: #555d66;
    text-align: center;
    font-size: 13px
}

.wp-embed-responsive .wp-block-embed.wp-embed-aspect-1-1 .wp-block-embed__wrapper,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-1-2 .wp-block-embed__wrapper,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-4-3 .wp-block-embed__wrapper,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-9-16 .wp-block-embed__wrapper,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-16-9 .wp-block-embed__wrapper,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-18-9 .wp-block-embed__wrapper,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-21-9 .wp-block-embed__wrapper {
    position: relative
}

.wp-embed-responsive .wp-block-embed.wp-embed-aspect-1-1 .wp-block-embed__wrapper:before,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-1-2 .wp-block-embed__wrapper:before,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-4-3 .wp-block-embed__wrapper:before,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-9-16 .wp-block-embed__wrapper:before,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-16-9 .wp-block-embed__wrapper:before,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-18-9 .wp-block-embed__wrapper:before,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-21-9 .wp-block-embed__wrapper:before {
    content: "";
    display: block;
    padding-top: 50%
}

.wp-embed-responsive .wp-block-embed.wp-embed-aspect-1-1 .wp-block-embed__wrapper iframe,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-1-2 .wp-block-embed__wrapper iframe,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-4-3 .wp-block-embed__wrapper iframe,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-9-16 .wp-block-embed__wrapper iframe,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-16-9 .wp-block-embed__wrapper iframe,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-18-9 .wp-block-embed__wrapper iframe,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-21-9 .wp-block-embed__wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%
}

.wp-embed-responsive .wp-block-embed.wp-embed-aspect-21-9 .wp-block-embed__wrapper:before {
    padding-top: 42.85%
}

.wp-embed-responsive .wp-block-embed.wp-embed-aspect-18-9 .wp-block-embed__wrapper:before {
    padding-top: 50%
}

.wp-embed-responsive .wp-block-embed.wp-embed-aspect-16-9 .wp-block-embed__wrapper:before {
    padding-top: 56.25%
}

.wp-embed-responsive .wp-block-embed.wp-embed-aspect-4-3 .wp-block-embed__wrapper:before {
    padding-top: 75%
}

.wp-embed-responsive .wp-block-embed.wp-embed-aspect-1-1 .wp-block-embed__wrapper:before {
    padding-top: 100%
}

.wp-embed-responsive .wp-block-embed.wp-embed-aspect-9-6 .wp-block-embed__wrapper:before {
    padding-top: 66.66%
}

.wp-embed-responsive .wp-block-embed.wp-embed-aspect-1-2 .wp-block-embed__wrapper:before {
    padding-top: 200%
}

.wp-block-file {
    margin-bottom: 1.5em
}

.wp-block-file.aligncenter {
    text-align: center
}

.wp-block-file.alignright {
    text-align: right
}

.wp-block-file .wp-block-file__button {
    background: #32373c;
    border-radius: 2em;
    color: #fff;
    font-size: 13px;
    padding: .5em 1em
}

.wp-block-file a.wp-block-file__button {
    text-decoration: none
}

.wp-block-file a.wp-block-file__button:active,
.wp-block-file a.wp-block-file__button:focus,
.wp-block-file a.wp-block-file__button:hover,
.wp-block-file a.wp-block-file__button:visited {
    box-shadow: none;
    color: #fff;
    opacity: .85;
    text-decoration: none
}

.wp-block-file *+.wp-block-file__button {
    margin-right: .75em
}

.wp-block-gallery {
    display: flex;
    flex-wrap: wrap;
    list-style-type: none;
    padding: 0
}

.wp-block-gallery .blocks-gallery-image,
.wp-block-gallery .blocks-gallery-item {
    margin: 0 0 16px 16px;
    display: flex;
    flex-grow: 1;
    flex-direction: column;
    justify-content: center;
    position: relative
}

.wp-block-gallery .blocks-gallery-image figure,
.wp-block-gallery .blocks-gallery-item figure {
    margin: 0;
    height: 100%
}

.wp-block-gallery .blocks-gallery-image img,
.wp-block-gallery .blocks-gallery-item img {
    display: block;
    max-width: 100%;
    height: auto;
    width: 100%
}

.wp-block-gallery .blocks-gallery-image figcaption,
.wp-block-gallery .blocks-gallery-item figcaption {
    position: absolute;
    bottom: 0;
    width: 100%;
    max-height: 100%;
    overflow: auto;
    padding: 40px 10px 9px;
    color: #fff;
    text-align: center;
    font-size: 13px;
    background: linear-gradient(0deg, rgba(0, 0, 0, .7), rgba(0, 0, 0, .3) 70%, transparent)
}

.wp-block-gallery .blocks-gallery-image figcaption img,
.wp-block-gallery .blocks-gallery-item figcaption img {
    display: inline
}

.wp-block-gallery.is-cropped .blocks-gallery-image a,
.wp-block-gallery.is-cropped .blocks-gallery-image img,
.wp-block-gallery.is-cropped .blocks-gallery-item a,
.wp-block-gallery.is-cropped .blocks-gallery-item img {
    width: 100%
}

.wp-block-gallery .blocks-gallery-image,
.wp-block-gallery .blocks-gallery-item {
    width: calc((100% - 16px)/2)
}

.wp-block-gallery .blocks-gallery-image:nth-of-type(2n),
.wp-block-gallery .blocks-gallery-item:nth-of-type(2n) {
    margin-left: 0
}

.wp-block-gallery.columns-1 .blocks-gallery-image,
.wp-block-gallery.columns-1 .blocks-gallery-item {
    width: 100%;
    margin-left: 0
}

@media (min-width:600px) {
    .wp-block-gallery.columns-3 .blocks-gallery-image,
    .wp-block-gallery.columns-3 .blocks-gallery-item {
        width: calc((100% - 32px)/3);
        margin-left: 16px
    }
}

.wp-block-gallery.columns-4 .blocks-gallery-image,
.wp-block-gallery.columns-4 .blocks-gallery-item {
    width: calc((100% - 48px)/4);
    margin-left: 16px
}

.wp-block-gallery.columns-5 .blocks-gallery-image,
.wp-block-gallery.columns-5 .blocks-gallery-item {
    width: calc((100% - 64px)/5);
    margin-left: 16px
}

.wp-block-gallery.columns-6 .blocks-gallery-image,
.wp-block-gallery.columns-6 .blocks-gallery-item {
    width: calc((100% - 80px)/6);
    margin-left: 16px
}

.wp-block-gallery.columns-7 .blocks-gallery-image,
.wp-block-gallery.columns-7 .blocks-gallery-item {
    width: calc((100% - 96px)/7);
    margin-left: 16px
}

.wp-block-gallery.columns-8 .blocks-gallery-image,
.wp-block-gallery.columns-8 .blocks-gallery-item {
    width: calc((100% - 112px)/8);
    margin-left: 16px
}

.wp-block-gallery.columns-1 .blocks-gallery-image:nth-of-type(1n),
.wp-block-gallery.columns-1 .blocks-gallery-item:nth-of-type(1n),
.wp-block-gallery.columns-2 .blocks-gallery-image:nth-of-type(2n),
.wp-block-gallery.columns-2 .blocks-gallery-item:nth-of-type(2n),
.wp-block-gallery.columns-3 .blocks-gallery-image:nth-of-type(3n),
.wp-block-gallery.columns-3 .blocks-gallery-item:nth-of-type(3n),
.wp-block-gallery.columns-4 .blocks-gallery-image:nth-of-type(4n),
.wp-block-gallery.columns-4 .blocks-gallery-item:nth-of-type(4n),
.wp-block-gallery.columns-5 .blocks-gallery-image:nth-of-type(5n),
.wp-block-gallery.columns-5 .blocks-gallery-item:nth-of-type(5n),
.wp-block-gallery.columns-6 .blocks-gallery-image:nth-of-type(6n),
.wp-block-gallery.columns-6 .blocks-gallery-item:nth-of-type(6n),
.wp-block-gallery.columns-7 .blocks-gallery-image:nth-of-type(7n),
.wp-block-gallery.columns-7 .blocks-gallery-item:nth-of-type(7n),
.wp-block-gallery.columns-8 .blocks-gallery-image:nth-of-type(8n),
.wp-block-gallery.columns-8 .blocks-gallery-item:nth-of-type(8n) {
    margin-left: 0
}

.wp-block-gallery .blocks-gallery-image:last-child,
.wp-block-gallery .blocks-gallery-item:last-child {
    margin-left: 0
}

.wp-block-gallery .blocks-gallery-item.has-add-item-button {
    width: 100%
}

.wp-block-gallery.alignleft,
.wp-block-gallery.alignright {
    max-width: 305px;
    width: 100%
}

.wp-block-gallery.aligncenter,
.wp-block-gallery.alignleft,
.wp-block-gallery.alignright {
    display: flex
}

.wp-block-gallery.aligncenter .blocks-gallery-item figure {
    justify-content: center
}

.wp-block-image {
    max-width: 100%;
    margin-bottom: 1em;
    margin-right: 0;
    margin-left: 0
}

.wp-block-image img {
    max-width: 100%
}

.wp-block-image.aligncenter {
    text-align: center
}

.wp-block-image.alignfull img,
.wp-block-image.alignwide img {
    width: 100%
}

.wp-block-image .aligncenter,
.wp-block-image .alignleft,
.wp-block-image .alignright,
.wp-block-image.is-resized {
    display: table;
    margin-right: 0;
    margin-left: 0
}

.wp-block-image .aligncenter>figcaption,
.wp-block-image .alignleft>figcaption,
.wp-block-image .alignright>figcaption,
.wp-block-image.is-resized>figcaption {
    display: table-caption;
    caption-side: bottom
}

.wp-block-image .alignleft {
    float: left;
    margin-right: 1em
}

.wp-block-image .alignright {
    float: right;
    margin-left: 1em
}

.wp-block-image .aligncenter {
    margin-right: auto;
    margin-left: auto
}

.wp-block-image figcaption {
    margin-top: .5em;
    margin-bottom: 1em;
    color: #555d66;
    text-align: center;
    font-size: 13px
}

.wp-block-latest-comments__comment {
    font-size: 15px;
    line-height: 1.1;
    list-style: none;
    margin-bottom: 1em
}

.has-avatars .wp-block-latest-comments__comment {
    min-height: 36px;
    list-style: none
}

.has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-excerpt,
.has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-meta {
    margin-right: 52px
}

.has-dates .wp-block-latest-comments__comment,
.has-excerpts .wp-block-latest-comments__comment {
    line-height: 1.5
}

.wp-block-latest-comments__comment-excerpt p {
    font-size: 14px;
    line-height: 1.8;
    margin: 5px 0 20px
}

.wp-block-latest-comments__comment-date {
    color: #8f98a1;
    display: block;
    font-size: 12px
}

.wp-block-latest-comments .avatar,
.wp-block-latest-comments__comment-avatar {
    border-radius: 24px;
    display: block;
    float: right;
    height: 40px;
    margin-left: 12px;
    width: 40px
}

.wp-block-latest-posts.alignleft {
    margin-right: 2em
}

.wp-block-latest-posts.alignright {
    margin-left: 2em
}

.wp-block-latest-posts.is-grid {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    list-style: none
}

.wp-block-latest-posts.is-grid li {
    margin: 0 0 16px 16px;
    width: 100%
}

@media (min-width:600px) {
    .wp-block-latest-posts.columns-2 li {
        width: calc(50% - 16px)
    }
    .wp-block-latest-posts.columns-3 li {
        width: calc(33.33333% - 16px)
    }
    .wp-block-latest-posts.columns-4 li {
        width: calc(25% - 16px)
    }
    .wp-block-latest-posts.columns-5 li {
        width: calc(20% - 16px)
    }
    .wp-block-latest-posts.columns-6 li {
        width: calc(16.66667% - 16px)
    }
}

.wp-block-latest-posts__post-date {
    display: block;
    color: #6c7781;
    font-size: 13px
}

.wp-block-media-text {
    display: grid;
    grid-template-rows: auto;
    align-items: center;
    grid-template-areas: "media-text-media media-text-content";
    grid-template-columns: 50% auto
}

.wp-block-media-text.has-media-on-the-right {
    grid-template-areas: "media-text-content media-text-media";
    grid-template-columns: auto 50%
}

.wp-block-media-text .wp-block-media-text__media {
    grid-area: media-text-media;
    margin: 0
}

.wp-block-media-text .wp-block-media-text__content {
    word-break: break-word;
    grid-area: media-text-content;
    padding: 0 8%
}

.wp-block-media-text>figure>img,
.wp-block-media-text>figure>video {
    max-width: unset;
    width: 100%;
    vertical-align: middle
}

@media (max-width:600px) {
    .wp-block-media-text.is-stacked-on-mobile {
        grid-template-columns: 100%!important;
        grid-template-areas: media-text-media media-text-content
    }
    .wp-block-media-text.is-stacked-on-mobile.has-media-on-the-right {
        grid-template-areas: media-text-content media-text-media
    }
}

.is-small-text {
    font-size: 14px
}

.is-regular-text {
    font-size: 16px
}

.is-large-text {
    font-size: 36px
}

.is-larger-text {
    font-size: 48px
}

.has-drop-cap:not(:focus):first-letter {
    float: right;
    font-size: 8.4em;
    line-height: .68;
    font-weight: 100;
    margin: .05em 0 0 .1em;
    text-transform: uppercase;
    font-style: normal
}

.has-drop-cap:not(:focus):after {
    content: "";
    display: table;
    clear: both;
    padding-top: 14px
}

p.has-background {
    padding: 20px 30px
}

p.has-text-color a {
    color: inherit
}

.wp-block-pullquote {
    padding: 3em 0;
    margin-right: 0;
    margin-left: 0;
    text-align: center
}

.wp-block-pullquote.alignleft,
.wp-block-pullquote.alignright {
    max-width: 305px
}

.wp-block-pullquote.alignleft p,
.wp-block-pullquote.alignright p {
    font-size: 20px
}

.wp-block-pullquote p {
    font-size: 28px;
    line-height: 1.6
}

.wp-block-pullquote cite,
.wp-block-pullquote footer {
    position: relative
}

.wp-block-pullquote .has-text-color a {
    color: inherit
}

.wp-block-pullquote:not(.is-style-solid-color) {
    background: none
}

.wp-block-pullquote.is-style-solid-color {
    border: none
}

.wp-block-pullquote.is-style-solid-color blockquote {
    margin-right: auto;
    margin-left: auto;
    text-align: right;
    max-width: 60%
}

.wp-block-pullquote.is-style-solid-color blockquote p {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 32px
}

.wp-block-pullquote.is-style-solid-color blockquote cite {
    text-transform: none;
    font-style: normal
}

.wp-block-pullquote cite {
    color: inherit
}

.wp-block-quote.is-large,
.wp-block-quote.is-style-large {
    margin: 0 0 16px;
    padding: 0 1em
}

.wp-block-quote.is-large p,
.wp-block-quote.is-style-large p {
    font-size: 24px;
    font-style: italic;
    line-height: 1.6
}

.wp-block-quote.is-large cite,
.wp-block-quote.is-large footer,
.wp-block-quote.is-style-large cite,
.wp-block-quote.is-style-large footer {
    font-size: 18px;
    text-align: left
}

.wp-block-rss.alignleft {
    margin-right: 2em
}

.wp-block-rss.alignright {
    margin-left: 2em
}

.wp-block-rss.is-grid {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    list-style: none
}

.wp-block-rss.is-grid li {
    margin: 0 0 16px 16px;
    width: 100%
}

@media (min-width:600px) {
    .wp-block-rss.columns-2 li {
        width: calc(50% - 16px)
    }
    .wp-block-rss.columns-3 li {
        width: calc(33.33333% - 16px)
    }
    .wp-block-rss.columns-4 li {
        width: calc(25% - 16px)
    }
    .wp-block-rss.columns-5 li {
        width: calc(20% - 16px)
    }
    .wp-block-rss.columns-6 li {
        width: calc(16.66667% - 16px)
    }
}

.wp-block-rss__item-author,
.wp-block-rss__item-publish-date {
    color: #6c7781;
    font-size: 13px
}

.wp-block-search {
    display: flex;
    flex-wrap: wrap
}

.wp-block-search .wp-block-search__label {
    width: 100%
}

.wp-block-search .wp-block-search__input {
    flex-grow: 1
}

.wp-block-search .wp-block-search__button {
    margin-right: 10px
}

.wp-block-separator.is-style-wide {
    border-bottom-width: 1px
}

.wp-block-separator.is-style-dots {
    background: none;
    border: none;
    text-align: center;
    max-width: none;
    line-height: 1;
    height: auto
}

.wp-block-separator.is-style-dots:before {
    content: "\00b7 \00b7 \00b7";
    color: #191e23;
    font-size: 20px;
    letter-spacing: 2em;
    padding-right: 2em;
    font-family: serif
}

p.wp-block-subhead {
    font-size: 1.1em;
    font-style: italic;
    opacity: .75
}

.wp-block-table.has-fixed-layout {
    table-layout: fixed;
    width: 100%
}

.wp-block-table.aligncenter,
.wp-block-table.alignleft,
.wp-block-table.alignright {
    display: table;
    width: auto
}

.wp-block-table.has-subtle-light-gray-background-color {
    background-color: #f3f4f5
}

.wp-block-table.has-subtle-pale-green-background-color {
    background-color: #e9fbe5
}

.wp-block-table.has-subtle-pale-blue-background-color {
    background-color: #e7f5fe
}

.wp-block-table.has-subtle-pale-pink-background-color {
    background-color: #fcf0ef
}

.wp-block-table.is-style-stripes {
    border-spacing: 0;
    border-collapse: inherit;
    background-color: transparent;
    border-bottom: 1px solid #f3f4f5
}

.wp-block-table.is-style-stripes.has-subtle-light-gray-background-color tr:nth-child(odd),
.wp-block-table.is-style-stripes tr:nth-child(odd) {
    background-color: #f3f4f5
}

.wp-block-table.is-style-stripes.has-subtle-pale-green-background-color tr:nth-child(odd) {
    background-color: #e9fbe5
}

.wp-block-table.is-style-stripes.has-subtle-pale-blue-background-color tr:nth-child(odd) {
    background-color: #e7f5fe
}

.wp-block-table.is-style-stripes.has-subtle-pale-pink-background-color tr:nth-child(odd) {
    background-color: #fcf0ef
}

.wp-block-table.is-style-stripes td {
    border-color: transparent
}

.wp-block-text-columns,
.wp-block-text-columns.aligncenter {
    display: flex
}

.wp-block-text-columns .wp-block-column {
    margin: 0 16px;
    padding: 0
}

.wp-block-text-columns .wp-block-column:first-child {
    margin-right: 0
}

.wp-block-text-columns .wp-block-column:last-child {
    margin-left: 0
}

.wp-block-text-columns.columns-2 .wp-block-column {
    width: 50%
}

.wp-block-text-columns.columns-3 .wp-block-column {
    width: 33.33333%
}

.wp-block-text-columns.columns-4 .wp-block-column {
    width: 25%
}

pre.wp-block-verse {
    white-space: nowrap;
    overflow: auto
}

.wp-block-video {
    margin-right: 0;
    margin-left: 0
}

.wp-block-video video {
    max-width: 100%
}

.wp-block-video.aligncenter {
    text-align: center
}

.wp-block-video figcaption {
    margin-top: .5em;
    margin-bottom: 1em;
    color: #555d66;
    text-align: center;
    font-size: 13px
}

.has-pale-pink-background-color.has-pale-pink-background-color {
    background-color: #f78da7
}

.has-vivid-red-background-color.has-vivid-red-background-color {
    background-color: #cf2e2e
}

.has-luminous-vivid-orange-background-color.has-luminous-vivid-orange-background-color {
    background-color: #ff6900
}

.has-luminous-vivid-amber-background-color.has-luminous-vivid-amber-background-color {
    background-color: #fcb900
}

.has-light-green-cyan-background-color.has-light-green-cyan-background-color {
    background-color: #7bdcb5
}

.has-vivid-green-cyan-background-color.has-vivid-green-cyan-background-color {
    background-color: #00d084
}

.has-pale-cyan-blue-background-color.has-pale-cyan-blue-background-color {
    background-color: #8ed1fc
}

.has-vivid-cyan-blue-background-color.has-vivid-cyan-blue-background-color {
    background-color: #0693e3
}

.has-very-light-gray-background-color.has-very-light-gray-background-color {
    background-color: #eee
}

.has-cyan-bluish-gray-background-color.has-cyan-bluish-gray-background-color {
    background-color: #abb8c3
}

.has-very-dark-gray-background-color.has-very-dark-gray-background-color {
    background-color: #313131
}

.has-pale-pink-color.has-pale-pink-color {
    color: #f78da7
}

.has-vivid-red-color.has-vivid-red-color {
    color: #cf2e2e
}

.has-luminous-vivid-orange-color.has-luminous-vivid-orange-color {
    color: #ff6900
}

.has-luminous-vivid-amber-color.has-luminous-vivid-amber-color {
    color: #fcb900
}

.has-light-green-cyan-color.has-light-green-cyan-color {
    color: #7bdcb5
}

.has-vivid-green-cyan-color.has-vivid-green-cyan-color {
    color: #00d084
}

.has-pale-cyan-blue-color.has-pale-cyan-blue-color {
    color: #8ed1fc
}

.has-vivid-cyan-blue-color.has-vivid-cyan-blue-color {
    color: #0693e3
}

.has-very-light-gray-color.has-very-light-gray-color {
    color: #eee
}

.has-cyan-bluish-gray-color.has-cyan-bluish-gray-color {
    color: #abb8c3
}

.has-very-dark-gray-color.has-very-dark-gray-color {
    color: #313131
}

.has-small-font-size {
    font-size: 13px
}

.has-normal-font-size,
.has-regular-font-size {
    font-size: 16px
}

.has-medium-font-size {
    font-size: 20px
}

.has-large-font-size {
    font-size: 36px
}

.has-huge-font-size,
.has-larger-font-size {
    font-size: 42px
}

.wc-block-grid__products {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    margin: 0 0 24px
}

.wc-block-grid__product {
    padding: 0 16px 0 0;
    margin: 0 0 24px;
    float: none;
    width: auto;
    position: relative;
    text-align: center
}

.wc-block-grid__product-link {
    text-decoration: none;
    border: 0
}

.wc-block-grid__product-image {
    text-decoration: none;
    margin-bottom: 16px;
    display: block
}

.wc-block-grid__product-image img {
    vertical-align: middle;
    margin-left: auto;
    margin-right: auto
}

.wc-block-grid__product-title {
    line-height: 1.2;
    font-weight: 700
}

.wc-block-grid__product-price,
.wc-block-grid__product-rating,
.wc-block-grid__product-title {
    margin-bottom: 12px;
    display: block
}

.wc-block-grid__product-add-to-cart,
.wc-block-grid__product-add-to-cart a {
    margin: 0;
    word-break: break-word;
    white-space: normal
}

.wc-block-grid__product-add-to-cart a.loading {
    opacity: .25;
    padding-right: 2.618em
}

.wc-block-grid__product-add-to-cart a.loading:after {
    font-family: WooCommerce;
    content: "\e01c";
    vertical-align: top;
    font-weight: 400;
    position: absolute;
    top: .618em;
    right: 1em;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite
}

.wc-block-grid__product-add-to-cart a.added:after {
    font-family: WooCommerce;
    content: "\e017";
    margin-left: .53em;
    vertical-align: bottom
}

.wc-block-grid__product-add-to-cart .added_to_cart {
    text-align: center
}

.wc-block-grid__product-onsale {
    font-weight: 700;
    position: absolute;
    text-align: center;
    top: 0;
    left: 0;
    margin: 0;
    background-color: #000;
    color: #fff;
    display: inline-block;
    font-size: .75em;
    padding: .5em;
    z-index: 9;
    text-transform: uppercase
}

.wc-block-grid__product-rating .star-rating {
    overflow: hidden;
    position: relative;
    width: 5.3em;
    height: 1.618em;
    line-height: 1.618;
    font-size: 1em;
    font-family: star;
    font-weight: 400;
    display: inline-block;
    margin: 0 auto
}

.wc-block-grid__product-rating .star-rating:before {
    content: "\53\53\53\53\53";
    top: 0;
    left: 0;
    right: 0;
    position: absolute;
    opacity: .5;
    color: #aaa
}

.wc-block-grid__product-rating .star-rating span {
    overflow: hidden;
    top: 0;
    left: 0;
    right: 0;
    position: absolute;
    padding-top: 1.5em
}

.wc-block-grid__product-rating .star-rating span:before {
    content: "\53\53\53\53\53";
    top: 0;
    left: 0;
    right: 0;
    position: absolute;
    color: #000
}

.wc-block-grid.has-aligned-buttons .wc-block-grid__product {
    display: flex;
    flex-direction: column
}

.wc-block-grid.has-aligned-buttons .wc-block-grid__product-add-to-cart {
    margin-top: auto!important
}

.wc-block-grid.has-1-columns .wc-block-grid__products {
    display: block
}

.wc-block-grid.has-1-columns .wc-block-grid__product {
    margin-left: auto;
    margin-right: auto
}

.wc-block-grid.has-2-columns .wc-block-grid__product {
    flex: 1 0 50%;
    max-width: 50%
}

.wc-block-grid.has-3-columns .wc-block-grid__product {
    flex: 1 0 33.33333%;
    max-width: 33.33333%
}

.wc-block-grid.has-4-columns .wc-block-grid__product {
    flex: 1 0 25%;
    max-width: 25%
}

.wc-block-grid.has-5-columns .wc-block-grid__product {
    flex: 1 0 20%;
    max-width: 20%
}

.wc-block-grid.has-6-columns .wc-block-grid__product {
    flex: 1 0 16.66667%;
    max-width: 16.66667%
}

.wc-block-grid.has-7-columns .wc-block-grid__product {
    flex: 1 0 14.28571%;
    max-width: 14.28571%
}

.wc-block-grid.has-8-columns .wc-block-grid__product {
    flex: 1 0 12.5%;
    max-width: 12.5%
}

.wc-block-grid.has-4-columns:not(.alignwide):not(.alignfull) .wc-block-grid__product,
.wc-block-grid.has-5-columns:not(.alignfull) .wc-block-grid__product,
.wc-block-grid.has-6-columns:not(.alignfull) .wc-block-grid__product,
.wc-block-grid.has-7-columns .wc-block-grid__product,
.wc-block-grid.has-8-columns .wc-block-grid__product {
    font-size: .8em
}

.theme-twentysixteen .wc-block-grid .price ins {
    color: #77a464
}

.theme-twentynineteen .wc-block-grid__product {
    font-size: .88889em
}

.theme-twentynineteen .wc-block-grid__product-onsale,
.theme-twentynineteen .wc-block-grid__product-title {
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif
}

.theme-twentynineteen .wc-block-grid__product-onsale {
    line-height: 1
}

.wc-block-featured-category {
    position: relative;
    background-color: #24292d;
    background-size: cover;
    background-position: 50%;
    width: 100%;
    margin: 0 0 1.5em;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    align-content: center
}

.wc-block-featured-category .wc-block-featured-category__wrapper {
    overflow: hidden;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    align-content: center
}

.wc-block-featured-category.has-left-content {
    justify-content: flex-start
}

.wc-block-featured-category.has-left-content .wc-block-featured-category__description,
.wc-block-featured-category.has-left-content .wc-block-featured-category__price,
.wc-block-featured-category.has-left-content .wc-block-featured-category__title {
    margin-left: 0;
    text-align: left
}

.wc-block-featured-category.has-right-content {
    justify-content: flex-end
}

.wc-block-featured-category.has-right-content .wc-block-featured-category__description,
.wc-block-featured-category.has-right-content .wc-block-featured-category__price,
.wc-block-featured-category.has-right-content .wc-block-featured-category__title {
    margin-right: 0;
    text-align: right
}

.wc-block-featured-category .wc-block-featured-category__description,
.wc-block-featured-category .wc-block-featured-category__price,
.wc-block-featured-category .wc-block-featured-category__title {
    color: #fff;
    line-height: 1.25;
    margin-bottom: 0;
    text-align: center
}

.wc-block-featured-category .wc-block-featured-category__description a,
.wc-block-featured-category .wc-block-featured-category__description a:active,
.wc-block-featured-category .wc-block-featured-category__description a:focus,
.wc-block-featured-category .wc-block-featured-category__description a:hover,
.wc-block-featured-category .wc-block-featured-category__price a,
.wc-block-featured-category .wc-block-featured-category__price a:active,
.wc-block-featured-category .wc-block-featured-category__price a:focus,
.wc-block-featured-category .wc-block-featured-category__price a:hover,
.wc-block-featured-category .wc-block-featured-category__title a,
.wc-block-featured-category .wc-block-featured-category__title a:active,
.wc-block-featured-category .wc-block-featured-category__title a:focus,
.wc-block-featured-category .wc-block-featured-category__title a:hover {
    color: #fff
}

.wc-block-featured-category .wc-block-featured-category__description,
.wc-block-featured-category .wc-block-featured-category__link,
.wc-block-featured-category .wc-block-featured-category__price,
.wc-block-featured-category .wc-block-featured-category__title {
    width: 100%;
    padding: 0 48px 16px;
    z-index: 1
}

.wc-block-featured-category .wc-block-featured-category__title {
    margin-top: 0
}

.wc-block-featured-category .wc-block-featured-category__title:before {
    display: none
}

.wc-block-featured-category .wc-block-featured-category__description p {
    margin: 0
}

.wc-block-featured-category.has-background-dim:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: inherit;
    opacity: .5;
    z-index: 1
}

.wc-block-featured-category.has-background-dim.has-background-dim-10:before {
    opacity: .1
}

.wc-block-featured-category.has-background-dim.has-background-dim-20:before {
    opacity: .2
}

.wc-block-featured-category.has-background-dim.has-background-dim-30:before {
    opacity: .3
}

.wc-block-featured-category.has-background-dim.has-background-dim-40:before {
    opacity: .4
}

.wc-block-featured-category.has-background-dim.has-background-dim-50:before {
    opacity: .5
}

.wc-block-featured-category.has-background-dim.has-background-dim-60:before {
    opacity: .6
}

.wc-block-featured-category.has-background-dim.has-background-dim-70:before {
    opacity: .7
}

.wc-block-featured-category.has-background-dim.has-background-dim-80:before {
    opacity: .8
}

.wc-block-featured-category.has-background-dim.has-background-dim-90:before {
    opacity: .9
}

.wc-block-featured-category.has-background-dim.has-background-dim-100:before {
    opacity: 1
}

.wc-block-featured-category.alignleft,
.wc-block-featured-category.alignright {
    max-width: 305px;
    width: 100%
}

.wc-block-featured-category:after {
    display: block;
    content: "";
    font-size: 0;
    min-height: inherit
}

.wc-block-featured-category.aligncenter,
.wc-block-featured-category.alignleft,
.wc-block-featured-category.alignright {
    display: flex
}

.wc-block-product-categories {
    margin-bottom: 1em
}

.wc-block-product-categories.is-dropdown {
    display: flex
}

.wc-block-product-categories select {
    margin-right: .5em
}

.wp-block-woocommerce-product-categories.is-loading .wc-block-product-categories__placeholder {
    display: inline-block;
    height: 1em;
    width: 50%;
    min-width: 200px;
    background: currentColor;
    opacity: .2
}

.wc-block-product-categories__button {
    display: flex;
    align-items: center;
    text-decoration: none;
    font-size: 13px;
    margin: 0;
    border: none;
    cursor: pointer;
    -webkit-appearance: none;
    background: none;
    padding: 8px;
    color: #555d66;
    position: relative;
    overflow: hidden;
    border-radius: 4px
}

.wc-block-product-categories__button svg {
    fill: currentColor;
    outline: none
}

.wc-block-product-categories__button .screen-reader-text {
    height: auto
}

.wc-block-product-categories__button:active {
    color: currentColor
}

.wc-block-product-categories__button:disabled,
.wc-block-product-categories__button[aria-disabled=true] {
    cursor: default;
    opacity: .3
}

.wc-block-product-categories__button:focus:enabled {
    background-color: #fff;
    color: #191e23;
    box-shadow: inset 0 0 0 1px #6c7781, inset 0 0 0 2px #fff;
    outline: 2px solid transparent;
    outline-offset: -2px
}

.wc-block-product-categories__button:not(:disabled):not([aria-disabled=true]):hover {
    background-color: #fff;
    color: #191e23;
    box-shadow: inset 0 0 0 1px #e2e4e7, inset 0 0 0 2px #fff, 0 1px 1px rgba(25, 30, 35, .2)
}

.wc-block-product-categories__button:not(:disabled):not([aria-disabled=true]):active {
    outline: none;
    background-color: #fff;
    color: #191e23;
    box-shadow: inset 0 0 0 1px #ccd0d4, inset 0 0 0 2px #fff
}

.wc-block-product-categories__button:disabled:focus,
.wc-block-product-categories__button[aria-disabled=true]:focus {
    box-shadow: none
}

.wc-block-featured-product {
    position: relative;
    background-color: #24292d;
    background-size: cover;
    background-position: 50%;
    width: 100%;
    margin: 0 0 1.5em
}

.wc-block-featured-product,
.wc-block-featured-product .wc-block-featured-product__wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    align-content: center
}

.wc-block-featured-product .wc-block-featured-product__wrapper {
    overflow: hidden;
    height: 100%
}

.wc-block-featured-product.has-left-content {
    justify-content: flex-start
}

.wc-block-featured-product.has-left-content .wc-block-featured-product__description,
.wc-block-featured-product.has-left-content .wc-block-featured-product__price,
.wc-block-featured-product.has-left-content .wc-block-featured-product__title,
.wc-block-featured-product.has-left-content .wc-block-featured-product__variation {
    margin-left: 0;
    text-align: left
}

.wc-block-featured-product.has-right-content {
    justify-content: flex-end
}

.wc-block-featured-product.has-right-content .wc-block-featured-product__description,
.wc-block-featured-product.has-right-content .wc-block-featured-product__price,
.wc-block-featured-product.has-right-content .wc-block-featured-product__title,
.wc-block-featured-product.has-right-content .wc-block-featured-product__variation {
    margin-right: 0;
    text-align: right
}

.wc-block-featured-product .wc-block-featured-product__description,
.wc-block-featured-product .wc-block-featured-product__price,
.wc-block-featured-product .wc-block-featured-product__title,
.wc-block-featured-product .wc-block-featured-product__variation {
    color: #fff;
    line-height: 1.25;
    margin-bottom: 0;
    text-align: center
}

.wc-block-featured-product .wc-block-featured-product__description a,
.wc-block-featured-product .wc-block-featured-product__description a:active,
.wc-block-featured-product .wc-block-featured-product__description a:focus,
.wc-block-featured-product .wc-block-featured-product__description a:hover,
.wc-block-featured-product .wc-block-featured-product__price a,
.wc-block-featured-product .wc-block-featured-product__price a:active,
.wc-block-featured-product .wc-block-featured-product__price a:focus,
.wc-block-featured-product .wc-block-featured-product__price a:hover,
.wc-block-featured-product .wc-block-featured-product__title a,
.wc-block-featured-product .wc-block-featured-product__title a:active,
.wc-block-featured-product .wc-block-featured-product__title a:focus,
.wc-block-featured-product .wc-block-featured-product__title a:hover,
.wc-block-featured-product .wc-block-featured-product__variation a,
.wc-block-featured-product .wc-block-featured-product__variation a:active,
.wc-block-featured-product .wc-block-featured-product__variation a:focus,
.wc-block-featured-product .wc-block-featured-product__variation a:hover {
    color: #fff
}

.wc-block-featured-product .wc-block-featured-product__description,
.wc-block-featured-product .wc-block-featured-product__link,
.wc-block-featured-product .wc-block-featured-product__price,
.wc-block-featured-product .wc-block-featured-product__title,
.wc-block-featured-product .wc-block-featured-product__variation {
    width: 100%;
    padding: 16px 48px 0;
    z-index: 1
}

.wc-block-featured-product .wc-block-featured-product__title,
.wc-block-featured-product .wc-block-featured-product__variation {
    margin-top: 0;
    border: 0
}

.wc-block-featured-product .wc-block-featured-product__title:before,
.wc-block-featured-product .wc-block-featured-product__variation:before {
    display: none
}

.wc-block-featured-product .wc-block-featured-product__variation {
    font-style: italic;
    padding-top: 0
}

.wc-block-featured-product .wc-block-featured-product__description p {
    margin: 0;
    line-height: 1.5em
}

.wc-block-featured-product.has-background-dim:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: inherit;
    opacity: .5;
    z-index: 1
}

.wc-block-featured-product.has-background-dim.has-background-dim-10:before {
    opacity: .1
}

.wc-block-featured-product.has-background-dim.has-background-dim-20:before {
    opacity: .2
}

.wc-block-featured-product.has-background-dim.has-background-dim-30:before {
    opacity: .3
}

.wc-block-featured-product.has-background-dim.has-background-dim-40:before {
    opacity: .4
}

.wc-block-featured-product.has-background-dim.has-background-dim-50:before {
    opacity: .5
}

.wc-block-featured-product.has-background-dim.has-background-dim-60:before {
    opacity: .6
}

.wc-block-featured-product.has-background-dim.has-background-dim-70:before {
    opacity: .7
}

.wc-block-featured-product.has-background-dim.has-background-dim-80:before {
    opacity: .8
}

.wc-block-featured-product.has-background-dim.has-background-dim-90:before {
    opacity: .9
}

.wc-block-featured-product.has-background-dim.has-background-dim-100:before {
    opacity: 1
}

.wc-block-featured-product.alignleft,
.wc-block-featured-product.alignright {
    max-width: 305px;
    width: 100%
}

.wc-block-featured-product:after {
    display: block;
    content: "";
    font-size: 0;
    min-height: inherit
}

.wc-block-featured-product.aligncenter,
.wc-block-featured-product.alignleft,
.wc-block-featured-product.alignright {
    display: flex
}

.selectBox-dropdown {
    min-width: 150px;
    position: relative;
    border: solid 1px #BBB;
    line-height: 1.5;
    text-decoration: none;
    text-align: left;
    color: #000;
    outline: none;
    vertical-align: middle;
    background: #F2F2F2;
    background: -moz-linear-gradient(top, #F8F8F8 1%, #E1E1E1 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #F8F8F8), color-stop(100%, #E1E1E1));
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#F8F8F8', endColorstr='#E1E1E1', GradientType=0);
    -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, .75);
    -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, .75);
    box-shadow: 0 1px 0 rgba(255, 255, 255, .75);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    display: inline-block;
    cursor: default
}

.selectBox-dropdown:focus,
.selectBox-dropdown:focus .selectBox-arrow {
    border-color: #666
}

.selectBox-dropdown.selectBox-menuShowing {
    -moz-border-radius-bottomleft: 0;
    -moz-border-radius-bottomright: 0;
    -webkit-border-bottom-left-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.selectBox-dropdown .selectBox-label {
    padding: 2px 8px;
    display: inline-block;
    white-space: nowrap;
    overflow: hidden
}

.selectBox-dropdown .selectBox-arrow {
    position: absolute;
    top: 0;
    right: 0;
    width: 23px;
    height: 100%;
    background: url(../img/jquery.selectBox-arrow.gif) 50% center no-repeat;
    border-left: solid 1px #BBB
}

.selectBox-dropdown-menu {
    position: absolute;
    z-index: 99999;
    max-height: 200px;
    min-height: 1em;
    border: solid 1px #BBB;
    background: #FFF;
    -moz-box-shadow: 0 2px 6px rgba(0, 0, 0, .2);
    -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, .2);
    box-shadow: 0 2px 6px rgba(0, 0, 0, .2);
    overflow: auto;
    -webkit-overflow-scrolling: touch
}

.selectBox-inline {
    min-width: 150px;
    outline: none;
    border: solid 1px #BBB;
    background: #FFF;
    display: inline-block;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    overflow: auto
}

.selectBox-inline:focus {
    border-color: #666
}

.selectBox-options,
.selectBox-options LI,
.selectBox-options LI A {
    list-style: none;
    display: block;
    cursor: default;
    padding: 0;
    margin: 0
}

.selectBox-options LI A {
    line-height: 1.5;
    padding: 0 .5em;
    white-space: nowrap;
    overflow: hidden;
    background: 6px center no-repeat
}

.selectBox-options LI.selectBox-hover A {
    background-color: #EEE
}

.selectBox-options LI.selectBox-disabled A {
    color: #888;
    background-color: transparent
}

.selectBox-options LI.selectBox-selected A {
    background-color: #C8DEF4
}

.selectBox-options .selectBox-optgroup {
    color: #666;
    background: #EEE;
    font-weight: 700;
    line-height: 1.5;
    padding: 0 .3em;
    white-space: nowrap
}

.selectBox.selectBox-disabled {
    color: #888!important
}

.selectBox-dropdown.selectBox-disabled .selectBox-arrow {
    opacity: .5;
    filter: alpha(opacity=50);
    border-color: #666
}

.selectBox-inline.selectBox-disabled {
    color: #888!important
}

.selectBox-inline.selectBox-disabled .selectBox-options A {
    background-color: transparent!important
}

@font-face {
    font-family: 'FontAwesome';
    src: url(../fonts/fontawesome-webfont.eot?v=4.7.0);
    src: url(../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0) format("embedded-opentype"), url(../fonts/fontawesome-webfont.woff2?v=4.7.0) format("woff2"), url(../fonts/fontawesome-webfont.woff?v=4.7.0) format("woff"), url(../fonts/fontawesome-webfont.ttf?v=4.7.0) format("truetype"), url(../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular) format("svg");
    font-weight: 400;
    font-style: normal
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.fa-lg {
    font-size: 1.33333333em;
    line-height: .75em;
    vertical-align: -15%
}

.fa-2x {
    font-size: 2em
}

.fa-3x {
    font-size: 3em
}

.fa-4x {
    font-size: 4em
}

.fa-5x {
    font-size: 5em
}

.fa-fw {
    width: 1.28571429em;
    text-align: center
}

.fa-ul {
    padding-left: 0;
    margin-left: 2.14285714em;
    list-style-type: none
}

.fa-ul>li {
    position: relative
}

.fa-li {
    position: absolute;
    left: -2.14285714em;
    width: 2.14285714em;
    top: .14285714em;
    text-align: center
}

.fa-li.fa-lg {
    left: -1.85714286em
}

.fa-border {
    padding: .2em .25em .15em;
    border: solid .08em #eee;
    border-radius: .1em
}

.fa-pull-left {
    float: left
}

.fa-pull-right {
    float: right
}

.fa.fa-pull-left {
    margin-right: .3em
}

.fa.fa-pull-right {
    margin-left: .3em
}

.pull-right {
    float: right
}

.pull-left {
    float: left
}

.fa.pull-left {
    margin-right: .3em
}

.fa.pull-right {
    margin-left: .3em
}

.fa-spin {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear
}

.fa-pulse {
    -webkit-animation: fa-spin 1s infinite steps(8);
    animation: fa-spin 1s infinite steps(8)
}

@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

.fa-rotate-90 {
    -ms-filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=1);
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

.fa-rotate-180 {
    -ms-filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=2);
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.fa-rotate-270 {
    -ms-filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=3);
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg)
}

.fa-flip-horizontal {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0,mirror=1)";
    -webkit-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1)
}

.fa-flip-vertical {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2,mirror=1)";
    -webkit-transform: scale(1, -1);
    -ms-transform: scale(1, -1);
    transform: scale(1, -1)
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
    filter: none
}

.fa-stack {
    position: relative;
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle
}

.fa-stack-1x,
.fa-stack-2x {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center
}

.fa-stack-1x {
    line-height: inherit
}

.fa-stack-2x {
    font-size: 2em
}

.fa-inverse {
    color: #fff
}

.fa-glass:before {
    content: "\f000"
}

.fa-music:before {
    content: "\f001"
}

.fa-search:before {
    content: "\f002"
}

.fa-envelope-o:before {
    content: "\f003"
}

.fa-heart:before {
    content: "\f004"
}

.fa-star:before {
    content: "\f005"
}

.fa-star-o:before {
    content: "\f006"
}

.fa-user:before {
    content: "\f007"
}

.fa-film:before {
    content: "\f008"
}

.fa-th-large:before {
    content: "\f009"
}

.fa-th:before {
    content: "\f00a"
}

.fa-th-list:before {
    content: "\f00b"
}

.fa-check:before {
    content: "\f00c"
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
    content: "\f00d"
}

.fa-search-plus:before {
    content: "\f00e"
}

.fa-search-minus:before {
    content: "\f010"
}

.fa-power-off:before {
    content: "\f011"
}

.fa-signal:before {
    content: "\f012"
}

.fa-gear:before,
.fa-cog:before {
    content: "\f013"
}

.fa-trash-o:before {
    content: "\f014"
}

.fa-home:before {
    content: "\f015"
}

.fa-file-o:before {
    content: "\f016"
}

.fa-clock-o:before {
    content: "\f017"
}

.fa-road:before {
    content: "\f018"
}

.fa-download:before {
    content: "\f019"
}

.fa-arrow-circle-o-down:before {
    content: "\f01a"
}

.fa-arrow-circle-o-up:before {
    content: "\f01b"
}

.fa-inbox:before {
    content: "\f01c"
}

.fa-play-circle-o:before {
    content: "\f01d"
}

.fa-rotate-right:before,
.fa-repeat:before {
    content: "\f01e"
}

.fa-refresh:before {
    content: "\f021"
}

.fa-list-alt:before {
    content: "\f022"
}

.fa-lock:before {
    content: "\f023"
}

.fa-flag:before {
    content: "\f024"
}

.fa-headphones:before {
    content: "\f025"
}

.fa-volume-off:before {
    content: "\f026"
}

.fa-volume-down:before {
    content: "\f027"
}

.fa-volume-up:before {
    content: "\f028"
}

.fa-qrcode:before {
    content: "\f029"
}

.fa-barcode:before {
    content: "\f02a"
}

.fa-tag:before {
    content: "\f02b"
}

.fa-tags:before {
    content: "\f02c"
}

.fa-book:before {
    content: "\f02d"
}

.fa-bookmark:before {
    content: "\f02e"
}

.fa-print:before {
    content: "\f02f"
}

.fa-camera:before {
    content: "\f030"
}

.fa-font:before {
    content: "\f031"
}

.fa-bold:before {
    content: "\f032"
}

.fa-italic:before {
    content: "\f033"
}

.fa-text-height:before {
    content: "\f034"
}

.fa-text-width:before {
    content: "\f035"
}

.fa-align-left:before {
    content: "\f036"
}

.fa-align-center:before {
    content: "\f037"
}

.fa-align-right:before {
    content: "\f038"
}

.fa-align-justify:before {
    content: "\f039"
}

.fa-list:before {
    content: "\f03a"
}

.fa-dedent:before,
.fa-outdent:before {
    content: "\f03b"
}

.fa-indent:before {
    content: "\f03c"
}

.fa-video-camera:before {
    content: "\f03d"
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
    content: "\f03e"
}

.fa-pencil:before {
    content: "\f040"
}

.fa-map-marker:before {
    content: "\f041"
}

.fa-adjust:before {
    content: "\f042"
}

.fa-tint:before {
    content: "\f043"
}

.fa-edit:before,
.fa-pencil-square-o:before {
    content: "\f044"
}

.fa-share-square-o:before {
    content: "\f045"
}

.fa-check-square-o:before {
    content: "\f046"
}

.fa-arrows:before {
    content: "\f047"
}

.fa-step-backward:before {
    content: "\f048"
}

.fa-fast-backward:before {
    content: "\f049"
}

.fa-backward:before {
    content: "\f04a"
}

.fa-play:before {
    content: "\f04b"
}

.fa-pause:before {
    content: "\f04c"
}

.fa-stop:before {
    content: "\f04d"
}

.fa-forward:before {
    content: "\f04e"
}

.fa-fast-forward:before {
    content: "\f050"
}

.fa-step-forward:before {
    content: "\f051"
}

.fa-eject:before {
    content: "\f052"
}

.fa-chevron-left:before {
    content: "\f053"
}

.fa-chevron-right:before {
    content: "\f054"
}

.fa-plus-circle:before {
    content: "\f055"
}

.fa-minus-circle:before {
    content: "\f056"
}

.fa-times-circle:before {
    content: "\f057"
}

.fa-check-circle:before {
    content: "\f058"
}

.fa-question-circle:before {
    content: "\f059"
}

.fa-info-circle:before {
    content: "\f05a"
}

.fa-crosshairs:before {
    content: "\f05b"
}

.fa-times-circle-o:before {
    content: "\f05c"
}

.fa-check-circle-o:before {
    content: "\f05d"
}

.fa-ban:before {
    content: "\f05e"
}

.fa-arrow-left:before {
    content: "\f060"
}

.fa-arrow-right:before {
    content: "\f061"
}

.fa-arrow-up:before {
    content: "\f062"
}

.fa-arrow-down:before {
    content: "\f063"
}

.fa-mail-forward:before,
.fa-share:before {
    content: "\f064"
}

.fa-expand:before {
    content: "\f065"
}

.fa-compress:before {
    content: "\f066"
}

.fa-plus:before {
    content: "\f067"
}

.fa-minus:before {
    content: "\f068"
}

.fa-asterisk:before {
    content: "\f069"
}

.fa-exclamation-circle:before {
    content: "\f06a"
}

.fa-gift:before {
    content: "\f06b"
}

.fa-leaf:before {
    content: "\f06c"
}

.fa-fire:before {
    content: "\f06d"
}

.fa-eye:before {
    content: "\f06e"
}

.fa-eye-slash:before {
    content: "\f070"
}

.fa-warning:before,
.fa-exclamation-triangle:before {
    content: "\f071"
}

.fa-plane:before {
    content: "\f072"
}

.fa-calendar:before {
    content: "\f073"
}

.fa-random:before {
    content: "\f074"
}

.fa-comment:before {
    content: "\f075"
}

.fa-magnet:before {
    content: "\f076"
}

.fa-chevron-up:before {
    content: "\f077"
}

.fa-chevron-down:before {
    content: "\f078"
}

.fa-retweet:before {
    content: "\f079"
}

.fa-shopping-cart:before {
    content: "\f07a"
}

.fa-folder:before {
    content: "\f07b"
}

.fa-folder-open:before {
    content: "\f07c"
}

.fa-arrows-v:before {
    content: "\f07d"
}

.fa-arrows-h:before {
    content: "\f07e"
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
    content: "\f080"
}

.fa-twitter-square:before {
    content: "\f081"
}

.fa-facebook-square:before {
    content: "\f082"
}

.fa-camera-retro:before {
    content: "\f083"
}

.fa-key:before {
    content: "\f084"
}

.fa-gears:before,
.fa-cogs:before {
    content: "\f085"
}

.fa-comments:before {
    content: "\f086"
}

.fa-thumbs-o-up:before {
    content: "\f087"
}

.fa-thumbs-o-down:before {
    content: "\f088"
}

.fa-star-half:before {
    content: "\f089"
}

.fa-heart-o:before {
    content: "\f08a"
}

.fa-sign-out:before {
    content: "\f08b"
}

.fa-linkedin-square:before {
    content: "\f08c"
}

.fa-thumb-tack:before {
    content: "\f08d"
}

.fa-external-link:before {
    content: "\f08e"
}

.fa-sign-in:before {
    content: "\f090"
}

.fa-trophy:before {
    content: "\f091"
}

.fa-github-square:before {
    content: "\f092"
}

.fa-upload:before {
    content: "\f093"
}

.fa-lemon-o:before {
    content: "\f094"
}

.fa-phone:before {
    content: "\f095"
}

.fa-square-o:before {
    content: "\f096"
}

.fa-bookmark-o:before {
    content: "\f097"
}

.fa-phone-square:before {
    content: "\f098"
}

.fa-twitter:before {
    content: "\f099"
}

.fa-facebook-f:before,
.fa-facebook:before {
    content: "\f09a"
}

.fa-github:before {
    content: "\f09b"
}

.fa-unlock:before {
    content: "\f09c"
}

.fa-credit-card:before {
    content: "\f09d"
}

.fa-feed:before,
.fa-rss:before {
    content: "\f09e"
}

.fa-hdd-o:before {
    content: "\f0a0"
}

.fa-bullhorn:before {
    content: "\f0a1"
}

.fa-bell:before {
    content: "\f0f3"
}

.fa-certificate:before {
    content: "\f0a3"
}

.fa-hand-o-right:before {
    content: "\f0a4"
}

.fa-hand-o-left:before {
    content: "\f0a5"
}

.fa-hand-o-up:before {
    content: "\f0a6"
}

.fa-hand-o-down:before {
    content: "\f0a7"
}

.fa-arrow-circle-left:before {
    content: "\f0a8"
}

.fa-arrow-circle-right:before {
    content: "\f0a9"
}

.fa-arrow-circle-up:before {
    content: "\f0aa"
}

.fa-arrow-circle-down:before {
    content: "\f0ab"
}

.fa-globe:before {
    content: "\f0ac"
}

.fa-wrench:before {
    content: "\f0ad"
}

.fa-tasks:before {
    content: "\f0ae"
}

.fa-filter:before {
    content: "\f0b0"
}

.fa-briefcase:before {
    content: "\f0b1"
}

.fa-arrows-alt:before {
    content: "\f0b2"
}

.fa-group:before,
.fa-users:before {
    content: "\f0c0"
}

.fa-chain:before,
.fa-link:before {
    content: "\f0c1"
}

.fa-cloud:before {
    content: "\f0c2"
}

.fa-flask:before {
    content: "\f0c3"
}

.fa-cut:before,
.fa-scissors:before {
    content: "\f0c4"
}

.fa-copy:before,
.fa-files-o:before {
    content: "\f0c5"
}

.fa-paperclip:before {
    content: "\f0c6"
}

.fa-save:before,
.fa-floppy-o:before {
    content: "\f0c7"
}

.fa-square:before {
    content: "\f0c8"
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
    content: "\f0c9"
}

.fa-list-ul:before {
    content: "\f0ca"
}

.fa-list-ol:before {
    content: "\f0cb"
}

.fa-strikethrough:before {
    content: "\f0cc"
}

.fa-underline:before {
    content: "\f0cd"
}

.fa-table:before {
    content: "\f0ce"
}

.fa-magic:before {
    content: "\f0d0"
}

.fa-truck:before {
    content: "\f0d1"
}

.fa-pinterest:before {
    content: "\f0d2"
}

.fa-pinterest-square:before {
    content: "\f0d3"
}

.fa-google-plus-square:before {
    content: "\f0d4"
}

.fa-google-plus:before {
    content: "\f0d5"
}

.fa-money:before {
    content: "\f0d6"
}

.fa-caret-down:before {
    content: "\f0d7"
}

.fa-caret-up:before {
    content: "\f0d8"
}

.fa-caret-left:before {
    content: "\f0d9"
}

.fa-caret-right:before {
    content: "\f0da"
}

.fa-columns:before {
    content: "\f0db"
}

.fa-unsorted:before,
.fa-sort:before {
    content: "\f0dc"
}

.fa-sort-down:before,
.fa-sort-desc:before {
    content: "\f0dd"
}

.fa-sort-up:before,
.fa-sort-asc:before {
    content: "\f0de"
}

.fa-envelope:before {
    content: "\f0e0"
}

.fa-linkedin:before {
    content: "\f0e1"
}

.fa-rotate-left:before,
.fa-undo:before {
    content: "\f0e2"
}

.fa-legal:before,
.fa-gavel:before {
    content: "\f0e3"
}

.fa-dashboard:before,
.fa-tachometer:before {
    content: "\f0e4"
}

.fa-comment-o:before {
    content: "\f0e5"
}

.fa-comments-o:before {
    content: "\f0e6"
}

.fa-flash:before,
.fa-bolt:before {
    content: "\f0e7"
}

.fa-sitemap:before {
    content: "\f0e8"
}

.fa-umbrella:before {
    content: "\f0e9"
}

.fa-paste:before,
.fa-clipboard:before {
    content: "\f0ea"
}

.fa-lightbulb-o:before {
    content: "\f0eb"
}

.fa-exchange:before {
    content: "\f0ec"
}

.fa-cloud-download:before {
    content: "\f0ed"
}

.fa-cloud-upload:before {
    content: "\f0ee"
}

.fa-user-md:before {
    content: "\f0f0"
}

.fa-stethoscope:before {
    content: "\f0f1"
}

.fa-suitcase:before {
    content: "\f0f2"
}

.fa-bell-o:before {
    content: "\f0a2"
}

.fa-coffee:before {
    content: "\f0f4"
}

.fa-cutlery:before {
    content: "\f0f5"
}

.fa-file-text-o:before {
    content: "\f0f6"
}

.fa-building-o:before {
    content: "\f0f7"
}

.fa-hospital-o:before {
    content: "\f0f8"
}

.fa-ambulance:before {
    content: "\f0f9"
}

.fa-medkit:before {
    content: "\f0fa"
}

.fa-fighter-jet:before {
    content: "\f0fb"
}

.fa-beer:before {
    content: "\f0fc"
}

.fa-h-square:before {
    content: "\f0fd"
}

.fa-plus-square:before {
    content: "\f0fe"
}

.fa-angle-double-left:before {
    content: "\f100"
}

.fa-angle-double-right:before {
    content: "\f101"
}

.fa-angle-double-up:before {
    content: "\f102"
}

.fa-angle-double-down:before {
    content: "\f103"
}

.fa-angle-left:before {
    content: "\f104"
}

.fa-angle-right:before {
    content: "\f105"
}

.fa-angle-up:before {
    content: "\f106"
}

.fa-angle-down:before {
    content: "\f107"
}

.fa-desktop:before {
    content: "\f108"
}

.fa-laptop:before {
    content: "\f109"
}

.fa-tablet:before {
    content: "\f10a"
}

.fa-mobile-phone:before,
.fa-mobile:before {
    content: "\f10b"
}

.fa-circle-o:before {
    content: "\f10c"
}

.fa-quote-left:before {
    content: "\f10d"
}

.fa-quote-right:before {
    content: "\f10e"
}

.fa-spinner:before {
    content: "\f110"
}

.fa-circle:before {
    content: "\f111"
}

.fa-mail-reply:before,
.fa-reply:before {
    content: "\f112"
}

.fa-github-alt:before {
    content: "\f113"
}

.fa-folder-o:before {
    content: "\f114"
}

.fa-folder-open-o:before {
    content: "\f115"
}

.fa-smile-o:before {
    content: "\f118"
}

.fa-frown-o:before {
    content: "\f119"
}

.fa-meh-o:before {
    content: "\f11a"
}

.fa-gamepad:before {
    content: "\f11b"
}

.fa-keyboard-o:before {
    content: "\f11c"
}

.fa-flag-o:before {
    content: "\f11d"
}

.fa-flag-checkered:before {
    content: "\f11e"
}

.fa-terminal:before {
    content: "\f120"
}

.fa-code:before {
    content: "\f121"
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
    content: "\f122"
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
    content: "\f123"
}

.fa-location-arrow:before {
    content: "\f124"
}

.fa-crop:before {
    content: "\f125"
}

.fa-code-fork:before {
    content: "\f126"
}

.fa-unlink:before,
.fa-chain-broken:before {
    content: "\f127"
}

.fa-question:before {
    content: "\f128"
}

.fa-info:before {
    content: "\f129"
}

.fa-exclamation:before {
    content: "\f12a"
}

.fa-superscript:before {
    content: "\f12b"
}

.fa-subscript:before {
    content: "\f12c"
}

.fa-eraser:before {
    content: "\f12d"
}

.fa-puzzle-piece:before {
    content: "\f12e"
}

.fa-microphone:before {
    content: "\f130"
}

.fa-microphone-slash:before {
    content: "\f131"
}

.fa-shield:before {
    content: "\f132"
}

.fa-calendar-o:before {
    content: "\f133"
}

.fa-fire-extinguisher:before {
    content: "\f134"
}

.fa-rocket:before {
    content: "\f135"
}

.fa-maxcdn:before {
    content: "\f136"
}

.fa-chevron-circle-left:before {
    content: "\f137"
}

.fa-chevron-circle-right:before {
    content: "\f138"
}

.fa-chevron-circle-up:before {
    content: "\f139"
}

.fa-chevron-circle-down:before {
    content: "\f13a"
}

.fa-html5:before {
    content: "\f13b"
}

.fa-css3:before {
    content: "\f13c"
}

.fa-anchor:before {
    content: "\f13d"
}

.fa-unlock-alt:before {
    content: "\f13e"
}

.fa-bullseye:before {
    content: "\f140"
}

.fa-ellipsis-h:before {
    content: "\f141"
}

.fa-ellipsis-v:before {
    content: "\f142"
}

.fa-rss-square:before {
    content: "\f143"
}

.fa-play-circle:before {
    content: "\f144"
}

.fa-ticket:before {
    content: "\f145"
}

.fa-minus-square:before {
    content: "\f146"
}

.fa-minus-square-o:before {
    content: "\f147"
}

.fa-level-up:before {
    content: "\f148"
}

.fa-level-down:before {
    content: "\f149"
}

.fa-check-square:before {
    content: "\f14a"
}

.fa-pencil-square:before {
    content: "\f14b"
}

.fa-external-link-square:before {
    content: "\f14c"
}

.fa-share-square:before {
    content: "\f14d"
}

.fa-compass:before {
    content: "\f14e"
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
    content: "\f150"
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
    content: "\f151"
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
    content: "\f152"
}

.fa-euro:before,
.fa-eur:before {
    content: "\f153"
}

.fa-gbp:before {
    content: "\f154"
}

.fa-dollar:before,
.fa-usd:before {
    content: "\f155"
}

.fa-rupee:before,
.fa-inr:before {
    content: "\f156"
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
    content: "\f157"
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
    content: "\f158"
}

.fa-won:before,
.fa-krw:before {
    content: "\f159"
}

.fa-bitcoin:before,
.fa-btc:before {
    content: "\f15a"
}

.fa-file:before {
    content: "\f15b"
}

.fa-file-text:before {
    content: "\f15c"
}

.fa-sort-alpha-asc:before {
    content: "\f15d"
}

.fa-sort-alpha-desc:before {
    content: "\f15e"
}

.fa-sort-amount-asc:before {
    content: "\f160"
}

.fa-sort-amount-desc:before {
    content: "\f161"
}

.fa-sort-numeric-asc:before {
    content: "\f162"
}

.fa-sort-numeric-desc:before {
    content: "\f163"
}

.fa-thumbs-up:before {
    content: "\f164"
}

.fa-thumbs-down:before {
    content: "\f165"
}

.fa-youtube-square:before {
    content: "\f166"
}

.fa-youtube:before {
    content: "\f167"
}

.fa-xing:before {
    content: "\f168"
}

.fa-xing-square:before {
    content: "\f169"
}

.fa-youtube-play:before {
    content: "\f16a"
}

.fa-dropbox:before {
    content: "\f16b"
}

.fa-stack-overflow:before {
    content: "\f16c"
}

.fa-instagram:before {
    content: "\f16d"
}

.fa-flickr:before {
    content: "\f16e"
}

.fa-adn:before {
    content: "\f170"
}

.fa-bitbucket:before {
    content: "\f171"
}

.fa-bitbucket-square:before {
    content: "\f172"
}

.fa-tumblr:before {
    content: "\f173"
}

.fa-tumblr-square:before {
    content: "\f174"
}

.fa-long-arrow-down:before {
    content: "\f175"
}

.fa-long-arrow-up:before {
    content: "\f176"
}

.fa-long-arrow-left:before {
    content: "\f177"
}

.fa-long-arrow-right:before {
    content: "\f178"
}

.fa-apple:before {
    content: "\f179"
}

.fa-windows:before {
    content: "\f17a"
}

.fa-android:before {
    content: "\f17b"
}

.fa-linux:before {
    content: "\f17c"
}

.fa-dribbble:before {
    content: "\f17d"
}

.fa-skype:before {
    content: "\f17e"
}

.fa-foursquare:before {
    content: "\f180"
}

.fa-trello:before {
    content: "\f181"
}

.fa-female:before {
    content: "\f182"
}

.fa-male:before {
    content: "\f183"
}

.fa-gittip:before,
.fa-gratipay:before {
    content: "\f184"
}

.fa-sun-o:before {
    content: "\f185"
}

.fa-moon-o:before {
    content: "\f186"
}

.fa-archive:before {
    content: "\f187"
}

.fa-bug:before {
    content: "\f188"
}

.fa-vk:before {
    content: "\f189"
}

.fa-weibo:before {
    content: "\f18a"
}

.fa-renren:before {
    content: "\f18b"
}

.fa-pagelines:before {
    content: "\f18c"
}

.fa-stack-exchange:before {
    content: "\f18d"
}

.fa-arrow-circle-o-right:before {
    content: "\f18e"
}

.fa-arrow-circle-o-left:before {
    content: "\f190"
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
    content: "\f191"
}

.fa-dot-circle-o:before {
    content: "\f192"
}

.fa-wheelchair:before {
    content: "\f193"
}

.fa-vimeo-square:before {
    content: "\f194"
}

.fa-turkish-lira:before,
.fa-try:before {
    content: "\f195"
}

.fa-plus-square-o:before {
    content: "\f196"
}

.fa-space-shuttle:before {
    content: "\f197"
}

.fa-slack:before {
    content: "\f198"
}

.fa-envelope-square:before {
    content: "\f199"
}

.fa-wordpress:before {
    content: "\f19a"
}

.fa-openid:before {
    content: "\f19b"
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
    content: "\f19c"
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
    content: "\f19d"
}

.fa-yahoo:before {
    content: "\f19e"
}

.fa-google:before {
    content: "\f1a0"
}

.fa-reddit:before {
    content: "\f1a1"
}

.fa-reddit-square:before {
    content: "\f1a2"
}

.fa-stumbleupon-circle:before {
    content: "\f1a3"
}

.fa-stumbleupon:before {
    content: "\f1a4"
}

.fa-delicious:before {
    content: "\f1a5"
}

.fa-digg:before {
    content: "\f1a6"
}

.fa-pied-piper-pp:before {
    content: "\f1a7"
}

.fa-pied-piper-alt:before {
    content: "\f1a8"
}

.fa-drupal:before {
    content: "\f1a9"
}

.fa-joomla:before {
    content: "\f1aa"
}

.fa-language:before {
    content: "\f1ab"
}

.fa-fax:before {
    content: "\f1ac"
}

.fa-building:before {
    content: "\f1ad"
}

.fa-child:before {
    content: "\f1ae"
}

.fa-paw:before {
    content: "\f1b0"
}

.fa-spoon:before {
    content: "\f1b1"
}

.fa-cube:before {
    content: "\f1b2"
}

.fa-cubes:before {
    content: "\f1b3"
}

.fa-behance:before {
    content: "\f1b4"
}

.fa-behance-square:before {
    content: "\f1b5"
}

.fa-steam:before {
    content: "\f1b6"
}

.fa-steam-square:before {
    content: "\f1b7"
}

.fa-recycle:before {
    content: "\f1b8"
}

.fa-automobile:before,
.fa-car:before {
    content: "\f1b9"
}

.fa-cab:before,
.fa-taxi:before {
    content: "\f1ba"
}

.fa-tree:before {
    content: "\f1bb"
}

.fa-spotify:before {
    content: "\f1bc"
}

.fa-deviantart:before {
    content: "\f1bd"
}

.fa-soundcloud:before {
    content: "\f1be"
}

.fa-database:before {
    content: "\f1c0"
}

.fa-file-pdf-o:before {
    content: "\f1c1"
}

.fa-file-word-o:before {
    content: "\f1c2"
}

.fa-file-excel-o:before {
    content: "\f1c3"
}

.fa-file-powerpoint-o:before {
    content: "\f1c4"
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
    content: "\f1c5"
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
    content: "\f1c6"
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
    content: "\f1c7"
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
    content: "\f1c8"
}

.fa-file-code-o:before {
    content: "\f1c9"
}

.fa-vine:before {
    content: "\f1ca"
}

.fa-codepen:before {
    content: "\f1cb"
}

.fa-jsfiddle:before {
    content: "\f1cc"
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
    content: "\f1cd"
}

.fa-circle-o-notch:before {
    content: "\f1ce"
}

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
    content: "\f1d0"
}

.fa-ge:before,
.fa-empire:before {
    content: "\f1d1"
}

.fa-git-square:before {
    content: "\f1d2"
}

.fa-git:before {
    content: "\f1d3"
}

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
    content: "\f1d4"
}

.fa-tencent-weibo:before {
    content: "\f1d5"
}

.fa-qq:before {
    content: "\f1d6"
}

.fa-wechat:before,
.fa-weixin:before {
    content: "\f1d7"
}

.fa-send:before,
.fa-paper-plane:before {
    content: "\f1d8"
}

.fa-send-o:before,
.fa-paper-plane-o:before {
    content: "\f1d9"
}

.fa-history:before {
    content: "\f1da"
}

.fa-circle-thin:before {
    content: "\f1db"
}

.fa-header:before {
    content: "\f1dc"
}

.fa-paragraph:before {
    content: "\f1dd"
}

.fa-sliders:before {
    content: "\f1de"
}

.fa-share-alt:before {
    content: "\f1e0"
}

.fa-share-alt-square:before {
    content: "\f1e1"
}

.fa-bomb:before {
    content: "\f1e2"
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
    content: "\f1e3"
}

.fa-tty:before {
    content: "\f1e4"
}

.fa-binoculars:before {
    content: "\f1e5"
}

.fa-plug:before {
    content: "\f1e6"
}

.fa-slideshare:before {
    content: "\f1e7"
}

.fa-twitch:before {
    content: "\f1e8"
}

.fa-yelp:before {
    content: "\f1e9"
}

.fa-newspaper-o:before {
    content: "\f1ea"
}

.fa-wifi:before {
    content: "\f1eb"
}

.fa-calculator:before {
    content: "\f1ec"
}

.fa-paypal:before {
    content: "\f1ed"
}

.fa-google-wallet:before {
    content: "\f1ee"
}

.fa-cc-visa:before {
    content: "\f1f0"
}

.fa-cc-mastercard:before {
    content: "\f1f1"
}

.fa-cc-discover:before {
    content: "\f1f2"
}

.fa-cc-amex:before {
    content: "\f1f3"
}

.fa-cc-paypal:before {
    content: "\f1f4"
}

.fa-cc-stripe:before {
    content: "\f1f5"
}

.fa-bell-slash:before {
    content: "\f1f6"
}

.fa-bell-slash-o:before {
    content: "\f1f7"
}

.fa-trash:before {
    content: "\f1f8"
}

.fa-copyright:before {
    content: "\f1f9"
}

.fa-at:before {
    content: "\f1fa"
}

.fa-eyedropper:before {
    content: "\f1fb"
}

.fa-paint-brush:before {
    content: "\f1fc"
}

.fa-birthday-cake:before {
    content: "\f1fd"
}

.fa-area-chart:before {
    content: "\f1fe"
}

.fa-pie-chart:before {
    content: "\f200"
}

.fa-line-chart:before {
    content: "\f201"
}

.fa-lastfm:before {
    content: "\f202"
}

.fa-lastfm-square:before {
    content: "\f203"
}

.fa-toggle-off:before {
    content: "\f204"
}

.fa-toggle-on:before {
    content: "\f205"
}

.fa-bicycle:before {
    content: "\f206"
}

.fa-bus:before {
    content: "\f207"
}

.fa-ioxhost:before {
    content: "\f208"
}

.fa-angellist:before {
    content: "\f209"
}

.fa-cc:before {
    content: "\f20a"
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
    content: "\f20b"
}

.fa-meanpath:before {
    content: "\f20c"
}

.fa-buysellads:before {
    content: "\f20d"
}

.fa-connectdevelop:before {
    content: "\f20e"
}

.fa-dashcube:before {
    content: "\f210"
}

.fa-forumbee:before {
    content: "\f211"
}

.fa-leanpub:before {
    content: "\f212"
}

.fa-sellsy:before {
    content: "\f213"
}

.fa-shirtsinbulk:before {
    content: "\f214"
}

.fa-simplybuilt:before {
    content: "\f215"
}

.fa-skyatlas:before {
    content: "\f216"
}

.fa-cart-plus:before {
    content: "\f217"
}

.fa-cart-arrow-down:before {
    content: "\f218"
}

.fa-diamond:before {
    content: "\f219"
}

.fa-ship:before {
    content: "\f21a"
}

.fa-user-secret:before {
    content: "\f21b"
}

.fa-motorcycle:before {
    content: "\f21c"
}

.fa-street-view:before {
    content: "\f21d"
}

.fa-heartbeat:before {
    content: "\f21e"
}

.fa-venus:before {
    content: "\f221"
}

.fa-mars:before {
    content: "\f222"
}

.fa-mercury:before {
    content: "\f223"
}

.fa-intersex:before,
.fa-transgender:before {
    content: "\f224"
}

.fa-transgender-alt:before {
    content: "\f225"
}

.fa-venus-double:before {
    content: "\f226"
}

.fa-mars-double:before {
    content: "\f227"
}

.fa-venus-mars:before {
    content: "\f228"
}

.fa-mars-stroke:before {
    content: "\f229"
}

.fa-mars-stroke-v:before {
    content: "\f22a"
}

.fa-mars-stroke-h:before {
    content: "\f22b"
}

.fa-neuter:before {
    content: "\f22c"
}

.fa-genderless:before {
    content: "\f22d"
}

.fa-facebook-official:before {
    content: "\f230"
}

.fa-pinterest-p:before {
    content: "\f231"
}

.fa-whatsapp:before {
    content: "\f232"
}

.fa-server:before {
    content: "\f233"
}

.fa-user-plus:before {
    content: "\f234"
}

.fa-user-times:before {
    content: "\f235"
}

.fa-hotel:before,
.fa-bed:before {
    content: "\f236"
}

.fa-viacoin:before {
    content: "\f237"
}

.fa-train:before {
    content: "\f238"
}

.fa-subway:before {
    content: "\f239"
}

.fa-medium:before {
    content: "\f23a"
}

.fa-yc:before,
.fa-y-combinator:before {
    content: "\f23b"
}

.fa-optin-monster:before {
    content: "\f23c"
}

.fa-opencart:before {
    content: "\f23d"
}

.fa-expeditedssl:before {
    content: "\f23e"
}

.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
    content: "\f240"
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
    content: "\f241"
}

.fa-battery-2:before,
.fa-battery-half:before {
    content: "\f242"
}

.fa-battery-1:before,
.fa-battery-quarter:before {
    content: "\f243"
}

.fa-battery-0:before,
.fa-battery-empty:before {
    content: "\f244"
}

.fa-mouse-pointer:before {
    content: "\f245"
}

.fa-i-cursor:before {
    content: "\f246"
}

.fa-object-group:before {
    content: "\f247"
}

.fa-object-ungroup:before {
    content: "\f248"
}

.fa-sticky-note:before {
    content: "\f249"
}

.fa-sticky-note-o:before {
    content: "\f24a"
}

.fa-cc-jcb:before {
    content: "\f24b"
}

.fa-cc-diners-club:before {
    content: "\f24c"
}

.fa-clone:before {
    content: "\f24d"
}

.fa-balance-scale:before {
    content: "\f24e"
}

.fa-hourglass-o:before {
    content: "\f250"
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
    content: "\f251"
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
    content: "\f252"
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
    content: "\f253"
}

.fa-hourglass:before {
    content: "\f254"
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
    content: "\f255"
}

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
    content: "\f256"
}

.fa-hand-scissors-o:before {
    content: "\f257"
}

.fa-hand-lizard-o:before {
    content: "\f258"
}

.fa-hand-spock-o:before {
    content: "\f259"
}

.fa-hand-pointer-o:before {
    content: "\f25a"
}

.fa-hand-peace-o:before {
    content: "\f25b"
}

.fa-trademark:before {
    content: "\f25c"
}

.fa-registered:before {
    content: "\f25d"
}

.fa-creative-commons:before {
    content: "\f25e"
}

.fa-gg:before {
    content: "\f260"
}

.fa-gg-circle:before {
    content: "\f261"
}

.fa-tripadvisor:before {
    content: "\f262"
}

.fa-odnoklassniki:before {
    content: "\f263"
}

.fa-odnoklassniki-square:before {
    content: "\f264"
}

.fa-get-pocket:before {
    content: "\f265"
}

.fa-wikipedia-w:before {
    content: "\f266"
}

.fa-safari:before {
    content: "\f267"
}

.fa-chrome:before {
    content: "\f268"
}

.fa-firefox:before {
    content: "\f269"
}

.fa-opera:before {
    content: "\f26a"
}

.fa-internet-explorer:before {
    content: "\f26b"
}

.fa-tv:before,
.fa-television:before {
    content: "\f26c"
}

.fa-contao:before {
    content: "\f26d"
}

.fa-500px:before {
    content: "\f26e"
}

.fa-amazon:before {
    content: "\f270"
}

.fa-calendar-plus-o:before {
    content: "\f271"
}

.fa-calendar-minus-o:before {
    content: "\f272"
}

.fa-calendar-times-o:before {
    content: "\f273"
}

.fa-calendar-check-o:before {
    content: "\f274"
}

.fa-industry:before {
    content: "\f275"
}

.fa-map-pin:before {
    content: "\f276"
}

.fa-map-signs:before {
    content: "\f277"
}

.fa-map-o:before {
    content: "\f278"
}

.fa-map:before {
    content: "\f279"
}

.fa-commenting:before {
    content: "\f27a"
}

.fa-commenting-o:before {
    content: "\f27b"
}

.fa-houzz:before {
    content: "\f27c"
}

.fa-vimeo:before {
    content: "\f27d"
}

.fa-black-tie:before {
    content: "\f27e"
}

.fa-fonticons:before {
    content: "\f280"
}

.fa-reddit-alien:before {
    content: "\f281"
}

.fa-edge:before {
    content: "\f282"
}

.fa-credit-card-alt:before {
    content: "\f283"
}

.fa-codiepie:before {
    content: "\f284"
}

.fa-modx:before {
    content: "\f285"
}

.fa-fort-awesome:before {
    content: "\f286"
}

.fa-usb:before {
    content: "\f287"
}

.fa-product-hunt:before {
    content: "\f288"
}

.fa-mixcloud:before {
    content: "\f289"
}

.fa-scribd:before {
    content: "\f28a"
}

.fa-pause-circle:before {
    content: "\f28b"
}

.fa-pause-circle-o:before {
    content: "\f28c"
}

.fa-stop-circle:before {
    content: "\f28d"
}

.fa-stop-circle-o:before {
    content: "\f28e"
}

.fa-shopping-bag:before {
    content: "\f290"
}

.fa-shopping-basket:before {
    content: "\f291"
}

.fa-hashtag:before {
    content: "\f292"
}

.fa-bluetooth:before {
    content: "\f293"
}

.fa-bluetooth-b:before {
    content: "\f294"
}

.fa-percent:before {
    content: "\f295"
}

.fa-gitlab:before {
    content: "\f296"
}

.fa-wpbeginner:before {
    content: "\f297"
}

.fa-wpforms:before {
    content: "\f298"
}

.fa-envira:before {
    content: "\f299"
}

.fa-universal-access:before {
    content: "\f29a"
}

.fa-wheelchair-alt:before {
    content: "\f29b"
}

.fa-question-circle-o:before {
    content: "\f29c"
}

.fa-blind:before {
    content: "\f29d"
}

.fa-audio-description:before {
    content: "\f29e"
}

.fa-volume-control-phone:before {
    content: "\f2a0"
}

.fa-braille:before {
    content: "\f2a1"
}

.fa-assistive-listening-systems:before {
    content: "\f2a2"
}

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
    content: "\f2a3"
}

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
    content: "\f2a4"
}

.fa-glide:before {
    content: "\f2a5"
}

.fa-glide-g:before {
    content: "\f2a6"
}

.fa-signing:before,
.fa-sign-language:before {
    content: "\f2a7"
}

.fa-low-vision:before {
    content: "\f2a8"
}

.fa-viadeo:before {
    content: "\f2a9"
}

.fa-viadeo-square:before {
    content: "\f2aa"
}

.fa-snapchat:before {
    content: "\f2ab"
}

.fa-snapchat-ghost:before {
    content: "\f2ac"
}

.fa-snapchat-square:before {
    content: "\f2ad"
}

.fa-pied-piper:before {
    content: "\f2ae"
}

.fa-first-order:before {
    content: "\f2b0"
}

.fa-yoast:before {
    content: "\f2b1"
}

.fa-themeisle:before {
    content: "\f2b2"
}

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
    content: "\f2b3"
}

.fa-fa:before,
.fa-font-awesome:before {
    content: "\f2b4"
}

.fa-handshake-o:before {
    content: "\f2b5"
}

.fa-envelope-open:before {
    content: "\f2b6"
}

.fa-envelope-open-o:before {
    content: "\f2b7"
}

.fa-linode:before {
    content: "\f2b8"
}

.fa-address-book:before {
    content: "\f2b9"
}

.fa-address-book-o:before {
    content: "\f2ba"
}

.fa-vcard:before,
.fa-address-card:before {
    content: "\f2bb"
}

.fa-vcard-o:before,
.fa-address-card-o:before {
    content: "\f2bc"
}

.fa-user-circle:before {
    content: "\f2bd"
}

.fa-user-circle-o:before {
    content: "\f2be"
}

.fa-user-o:before {
    content: "\f2c0"
}

.fa-id-badge:before {
    content: "\f2c1"
}

.fa-drivers-license:before,
.fa-id-card:before {
    content: "\f2c2"
}

.fa-drivers-license-o:before,
.fa-id-card-o:before {
    content: "\f2c3"
}

.fa-quora:before {
    content: "\f2c4"
}

.fa-free-code-camp:before {
    content: "\f2c5"
}

.fa-telegram:before {
    content: "\f2c6"
}

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
    content: "\f2c7"
}

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
    content: "\f2c8"
}

.fa-thermometer-2:before,
.fa-thermometer-half:before {
    content: "\f2c9"
}

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
    content: "\f2ca"
}

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
    content: "\f2cb"
}

.fa-shower:before {
    content: "\f2cc"
}

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
    content: "\f2cd"
}

.fa-podcast:before {
    content: "\f2ce"
}

.fa-window-maximize:before {
    content: "\f2d0"
}

.fa-window-minimize:before {
    content: "\f2d1"
}

.fa-window-restore:before {
    content: "\f2d2"
}

.fa-times-rectangle:before,
.fa-window-close:before {
    content: "\f2d3"
}

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
    content: "\f2d4"
}

.fa-bandcamp:before {
    content: "\f2d5"
}

.fa-grav:before {
    content: "\f2d6"
}

.fa-etsy:before {
    content: "\f2d7"
}

.fa-imdb:before {
    content: "\f2d8"
}

.fa-ravelry:before {
    content: "\f2d9"
}

.fa-eercast:before {
    content: "\f2da"
}

.fa-microchip:before {
    content: "\f2db"
}

.fa-snowflake-o:before {
    content: "\f2dc"
}

.fa-superpowers:before {
    content: "\f2dd"
}

.fa-wpexplorer:before {
    content: "\f2de"
}

.fa-meetup:before {
    content: "\f2e0"
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto
}

.woocommerce a.selectBox {
    background: #fff;
    min-width: 100px;
    margin-right: 10px;
    color: inherit
}

.woocommerce a.selectBox,
.woocommerce a.selectBox:hover {
    border-bottom: 1px solid #bbb!important
}

.woocommerce a.selectBox:hover {
    color: inherit
}

.woocommerce a.selectBox:focus {
    border: 1px solid #ccc
}

.selectBox-dropdown .selectBox-label {
    vertical-align: middle;
    padding: 3px 8px
}

.selectBox-dropdown .selectBox-arrow {
    border: none;
    background: url(../img/jquery.selectBox-arrow.png) center right no-repeat
}

.selectBox-dropdown.selectBox-menuShowing .selectBox-arrow {
    background: url(../img/jquery.selectBox-arrow.png) center left no-repeat
}

.selectBox-dropdown-menu {
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    padding: 5px;
    font-size: 80%
}

.selectBox-label.public-visibility:before,
.selectBox-dropdown-menu li.public-visibility a:before {
    font-family: FontAwesome;
    display: inline-block;
    content: "\f0ac";
    margin-right: 5px
}

.selectBox-label.shared-visibility:before,
.selectBox-dropdown-menu li.shared-visibility a:before {
    font-family: FontAwesome;
    display: inline-block;
    content: "\f0c1";
    margin-right: 5px
}

.selectBox-label.private-visibility:before,
.selectBox-dropdown-menu li.private-visibility a:before {
    font-family: FontAwesome;
    display: inline-block;
    content: "\f023";
    margin-right: 5px
}

.selectBox-dropdown-menu li a {
    color: inherit;
    padding: 5px 8px;
    border-radius: 3px
}

.selectBox-dropdown-menu a:hover {
    color: inherit;
    text-decoration: none
}

.woocommerce .wishlist_table td.product-add-to-cart a {
    display: block!important;
    margin: 0 0 5px;
    text-align: center
}

.woocommerce .wishlist_table td.product-add-to-cart span.dateadded {
    display: block
}

.yith-wcwl-add-button a.open-pretty-photo {
    display: none
}

.yes-js .yith-wcwl-add-button a.open-pretty-photo,
.block-editor .yith-wcwl-add-button a.open-pretty-photo {
    display: inline-block
}

.yes-js .yith-wcwl-popup,
.block-editor .yith-wcwl-popup {
    display: none;
    text-align: center
}

.yes-js .yith-wcwl-popup-content,
.block-editor .yith-wcwl-popup-content {
    display: table;
    width: 100%
}

.yes-js .yith-wcwl-popup-content .yith-wcwl-first-row,
.block-editor .yith-wcwl-popup-content .yith-wcwl-first-row {
    display: table-header-group
}

.yes-js .yith-wcwl-popup-content .yith-wcwl-second-row,
.block-editor .yith-wcwl-popup-content .yith-wcwl-second-row {
    display: none
}

.yes-js .yith-wcwl-popup-content .yith-wcwl-wishlist-select-container,
.block-editor .yith-wcwl-popup-content .yith-wcwl-wishlist-select-container,
.yes-js .yith-wcwl-popup-content .yith-wcwl-wishlist-thumb,
.block-editor .yith-wcwl-popup-content .yith-wcwl-wishlist-thumb,
.yes-js .yith-wcwl-popup-content .yith-wcwl-popup-new,
.block-editor .yith-wcwl-popup-content .yith-wcwl-popup-new,
.yes-js .yith-wcwl-popup-content .yith-wcwl-visibility. .block-editor .yith-wcwl-popup-content .yith-wcwl-visibility {
    display: table-cell;
    vertical-align: bottom
}

.yes-js .yith-wcwl-popup-content .yith-wcwl-wishlist-select-container,
.block-editor .yith-wcwl-popup-content .yith-wcwl-wishlist-select-container {
    width: 80%;
    padding-bottom: 20px
}

.yes-js .yith-wcwl-popup-content .yith-wcwl-wishlist-select-container select,
.block-editor .yith-wcwl-popup-content .yith-wcwl-wishlist-select-container select,
.yes-js .yith-wcwl-popup-content .yith-wcwl-visibility select,
.block-editor .yith-wcwl-popup-content .yith-wcwl-visibility select,
.yes-js .yith-wcwl-popup-content .yith-wcwl-popup-new input,
.block-editor .yith-wcwl-popup-content .yith-wcwl-popup-new input {
    border: 1px solid #ccc;
    height: 35px;
    border-radius: 3px
}

.yes-js .yith-wcwl-popup-content .yith-wcwl-wishlist-select-container select,
.block-editor .yith-wcwl-popup-content .yith-wcwl-wishlist-select-container select {
    width: 100%;
    font-weight: 700;
    padding-left: 10px
}

.yes-js .yith-wcwl-popup-content .yith-wcwl-wishlist-thumb,
.block-editor .yith-wcwl-popup-content .yith-wcwl-wishlist-thumb {
    width: 20%;
    padding-bottom: 20px
}

.yes-js .yith-wcwl-popup-content .yith-wcwl-wishlist-thumb img,
.block-editor .yith-wcwl-popup-content .yith-wcwl-wishlist-thumb img {
    float: right;
    border: 1px solid #ccc;
    border-radius: 3px
}

.yes-js .yith-wcwl-popup-content .yith-wcwl-popup-new,
.block-editor .yith-wcwl-popup-content .yith-wcwl-popup-new {
    text-align: right
}

.yes-js .yith-wcwl-popup-content .yith-wcwl-popup-new label,
.block-editor .yith-wcwl-popup-content .yith-wcwl-popup-new label {
    font-weight: 700
}

.yes-js .yith-wcwl-popup-content .yith-wcwl-visibility select,
.block-editor .yith-wcwl-popup-content .yith-wcwl-visibility select {
    float: right;
    min-width: 90px
}

.yes-js .yith-wcwl-popup-footer,
.block-editor .yith-wcwl-popup-footer {
    border-top: 1px solid #CCC;
    padding: 20px 20px 0;
    margin: 20px -20px 0;
    text-align: right
}

#yith-wcwl-popup-message {
    background: #fff;
    border: 1px solid #CCC;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    line-height: 50px;
    padding: 15px;
    position: fixed;
    text-align: center;
    top: 50%;
    left: 50%;
    z-index: 10000
}

.wishlist-title {
    display: inline-block
}

.wishlist-title h2 {
    display: inline-block;
    padding: 5px
}

.wishlist-title.wishlist-title-with-form h2:hover {
    background: #efefef
}

.wishlist-title a.show-title-form {
    cursor: pointer;
    visibility: hidden
}

.wishlist-title:hover a.show-title-form {
    visibility: visible
}

.yes-js #yith-wcwl-form .hidden-title-form {
    display: none;
    margin: 25px 0 39px
}

.woocommerce table.wishlist_table {
    font-size: 80%
}

.woocommerce table.wishlist_table thead th {
    border-top: 1px solid;
    padding: 16px 12px
}

.woocommerce table.wishlist_table tbody td {
    padding: 16px 12px
}

.woocommerce table.wishlist_table thead th,
.woocommerce table.wishlist_table tbody td {
    border-color: #e7e7e7
}

.wishlist_table tr td,
.wishlist_table tr th.wishlist-delete,
.wishlist_table tr th.product-checkbox {
    text-align: center
}

.wishlist_table tr th.product-checkbox {
    vertical-align: middle;
    width: 40px
}

.wishlist_table tr th.product-remove {
    vertical-align: middle;
    width: 40px
}

.wishlist_table tr th.product-thumbnail {
    width: 80px
}

.wishlist_table tr td.product-thumbnail,
.wishlist_table tr td.product-name,
.wishlist_table tr td.wishlist-name,
.wishlist_table tr td.wishlist-privacy,
.woocommerce table.wishlist_table tfoot td {
    text-align: left
}

.woocommerce table.wishlist_table tr td.product-remove {
    padding: 16px 0
}

.wishlist_table tr td.product-thumbnail a {
    display: block;
    border: none;
    max-width: 80px
}

.wishlist_table tr td.product-thumbnail a img {
    width: 100%
}

.wishlist_table tr td.product-stock-status span.wishlist-in-stock {
    color: #297E29
}

.wishlist_table tr td.product-stock-status span.wishlist-out-of-stock {
    color: red
}

.wishlist_table tr td a.button {
    white-space: normal
}

a.add_to_wishlist {
    cursor: pointer
}

.summary .single_add_to_wishlist.button,
div.product .woocommerce-price-and-add .single_add_to_wishlist.button {
    margin: 0
}

.wishlist_table .add_to_cart.button {
    padding: 7px 12px;
    line-height: normal
}

.yith-wcwl-add-to-wishlist {
    margin-top: 10px
}

.yith-wcwl-add-button>a i,
.wishlist_table .add_to_cart.button i,
.wishlist_table .ask-an-estimate-button i,
.wishlist-title a.show-title-form i,
.hidden-title-form a.hide-title-form i,
.hidden-title-form button i,
.yith-wcwl-wishlist-new button i,
.wishlist_manage_table tfoot button.submit-wishlist-changes i,
.wishlist_manage_table tfoot a.create-new-wishlist i,
.yith-wcwl-wishlist-search-form button.wishlist-search-button i {
    margin-right: 10px
}

.wishlist_table .add_to_cart.button,
.yith-wcwl-add-button a.add_to_wishlist,
.yith-wcwl-popup-button a.add_to_wishlist,
.wishlist_table a.ask-an-estimate-button,
.wishlist-title a.show-title-form,
.hidden-title-form a.hide-title-form,
.woocommerce .yith-wcwl-wishlist-new button,
.wishlist_manage_table a.create-new-wishlist,
.wishlist_manage_table button.submit-wishlist-changes,
.yith-wcwl-wishlist-search-form button.wishlist-search-button {
    margin: 0;
    box-shadow: none;
    text-shadow: none;
    border-radius: 3px
}

.woocommerce .wishlist-title h2 {
    vertical-align: middle
}

.woocommerce .wishlist-title a.show-title-form {
    vertical-align: middle;
    margin-left: 15px
}

.woocommerce .hidden-title-form input[type="text"] {
    border: 1px solid #ccc;
    border-radius: 3px;
    height: 35px;
    min-width: 250px;
    vertical-align: middle
}

.woocommerce .hidden-title-form button {
    padding: 7px 24px;
    vertical-align: middle;
    border: none;
    position: relative
}

.woocommerce .hidden-title-form button:active {
    top: 1px
}

.woocommerce .hidden-title-form a.hide-title-form {
    vertical-align: middle;
    line-height: normal
}

.woocommerce #content table.wishlist_table.cart a.remove {
    color: #c3c3c3;
    margin: 0 auto
}

.woocommerce #content table.wishlist_table.cart a.remove:hover {
    background-color: #c3c3c3;
    color: #fff
}

.yith-wcwl-share {
    margin-bottom: 35px
}

.yith-wcwl-share h4.yith-wcwl-share-title {
    margin: 10px 0
}

.yith-wcwl-share ul {
    margin: 5px 0;
    padding: 0
}

.yith-wcwl-share ul,
.yith-wcwl-share li {
    height: 21px
}

.yith-wcwl-share li,
.entry-content .yith-wcwl-share li {
    margin-left: 0;
    margin-right: 0
}

.yith-wcwl-share li a {
    background-position: left top;
    display: inline-block;
    width: 21px;
    height: 21px;
    border: none
}

.yith-wcwl-share li a:hover {
    background-position: left bottom
}

.yith-wcwl-share li a.facebook {
    background-image: url(../img/facebook.png)
}

.yith-wcwl-share li a.twitter {
    background-image: url(../img/twitter.png)
}

.yith-wcwl-share li a.pinterest {
    background-image: url(../img/pinterest.jpg)
}

.yith-wcwl-share li a.googleplus {
    background-image: url(../img/googleplus.jpg)
}

.yith-wcwl-share li a.email {
    background-image: url(../img/email.jpg)
}

.yith-wcwl-share li a.whatsapp {
    background-image: url(../img/whatsapp.png)
}

.copy-trigger {
    cursor: pointer
}

.woocommerce .wishlist_table.cart .ask-an-estimate-button,
.woocommerce .wishlist_table.cart #custom_add_to_cart {
    margin: 10px 0;
    display: inline-block
}

.woocommerce .wishlist_table.cart .ask-an-estimate-button {
    padding: 7px 12px;
    line-height: normal
}

#ask_an_estimate_popup {
    display: none
}

.ask-an-estimate-button-popup {
    margin-top: 30px!important;
    float: right;
    text-transform: none
}

#additional_notes {
    min-height: 150px
}

.yith-wcwl-wishlist-new {
    padding: 20px 30px;
    border-bottom: 1px solid #e7e7e7
}

.yith-wcwl-wishlist-new label {
    vertical-align: middle;
    margin-right: 20px
}

.yith-wcwl-wishlist-new input {
    min-width: 190px
}

.yith-wcwl-wishlist-new input[type="text"],
.yith-wcwl-wishlist-new select {
    border: 1px solid #ccc;
    border-radius: 3px;
    height: 35px;
    vertical-align: middle;
    margin-right: 10px
}

.woocommerce .yith-wcwl-wishlist-new button {
    padding: 7px 24px;
    vertical-align: middle;
    border: 1px solid;
    position: relative
}

.woocommerce .yith-wcwl-wishlist-new button:active {
    top: 1px
}

.woocommerce .wishlist_manage_table select {
    border: 1px solid #ccc;
    border-radius: 3px;
    height: 35px;
    vertical-align: middle;
    margin-right: 10px
}

.woocommerce table.wishlist_manage_table tfoot td {
    text-align: right;
    padding: 24px 12px
}

.woocommerce .wishlist_manage_table tfoot button.submit-wishlist-changes {
    padding: 7px 24px;
    vertical-align: middle;
    border: 1px solid;
    border-radius: 3px;
    position: relative;
    line-height: normal
}

.woocommerce .wishlist_manage_table tfoot button.submit-wishlist-changes:active {
    top: 1px
}

.woocommerce .wishlist_manage_table tfoot a.create-new-wishlist {
    vertical-align: middle;
    line-height: normal;
    padding: 7px 24px
}

.woocommerce .yith-wcwl-wishlist-search-form {
    padding: 20px 80px;
    border-bottom: 1px solid #e7e7e7
}

.woocommerce .yith-wcwl-wishlist-search-form:after {
    content: '';
    display: block;
    clear: both
}

.woocommerce .yith-wcwl-wishlist-search-form #wishlist_search {
    min-width: 300px;
    border: 1px solid #ccc;
    border-radius: 3px;
    height: 35px;
    vertical-align: middle;
    float: left
}

.woocommerce .yith-wcwl-wishlist-search-form button.wishlist-search-button {
    padding: 7px 24px;
    vertical-align: middle;
    border: 1px solid;
    border-radius: 3px;
    position: relative;
    line-height: normal;
    float: right
}

.woocommerce p.yith-wcwl-empty-search-result {
    padding: 50px 0;
    text-align: center
}

.woocommerce .yith-wcwl-wishlist-search-form button.wishlist-search-button:active {
    top: 1px
}

.woocommerce ul.yith-wcwl-search-results,
.woocommerce ul.user-wishlists {
    list-style: none;
    margin: 0;
    padding: 0
}

.woocommerce ul.yith-wcwl-search-results>li {
    padding: 50px 80px;
    border-bottom: 1px solid #e7e7e7
}

.woocommerce ul.yith-wcwl-search-results>li:after {
    content: '';
    display: block;
    clear: both
}

.woocommerce ul.yith-wcwl-search-results .thumb {
    float: left;
    margin-right: 15px
}

.woocommerce ul.yith-wcwl-search-results .user-details {
    overflow: hidden;
    padding-top: 15px
}

.woocommerce ul.yith-wcwl-search-results .user-details span {
    display: block
}

.woocommerce ul.yith-wcwl-search-results .user-details span.name {
    font-weight: 700
}

.woocommerce ul.yith-wcwl-search-results .reuslt-details {
    float: left;
    width: 50%
}

.woocommerce ul.yith-wcwl-search-results .result-wishlists {
    float: right;
    max-width: 50%;
    padding-top: 15px
}

.woocommerce .yith-wcwl-search-pagination {
    padding: 5px 0;
    text-align: center
}

.yith-wcwl-add-to-wishlist .ajax-loading {
    box-shadow: none!important;
    -moz-box-shadow: none!important;
    -webkit-box-shadow: none!important;
    display: inline!important;
    margin-left: 5px;
    vertical-align: middle;
    visibility: hidden;
    width: 16px!important;
    height: 16px!important
}

.widget_yith-wcwl-lists ul.dropdown li {
    padding: 0
}

.widget_yith-wcwl-lists ul.dropdown>li a,
.widget_yith-wcwl-lists ul.dropdown ul.lists>li a {
    display: block;
    padding: 5px 15px
}

.widget_yith-wcwl-lists ul.dropdown ul.lists>li a {
    padding: 5px 25px
}

.widget_yith-wcwl-lists ul.dropdown>li.lists-section {
    border-bottom: 1px solid #e7e7e7
}

.widget_yith-wcwl-lists ul.dropdown ul.lists {
    margin: 0
}

.wishlist_table .add_to_cart,
a.add_to_wishlist.button.alt {
    border-radius: 16px;
    -moz-border-radius: 16px;
    -webkit-border-radius: 16px
}

@charset "UTF-8";
@-webkit-keyframes spin {
    100% {
        -webkit-transform: rotate(-360deg);
        transform: rotate(-360deg)
    }
}

@keyframes spin {
    100% {
        -webkit-transform: rotate(-360deg);
        transform: rotate(-360deg)
    }
}

@font-face {
    font-family: star;
    src: url(../fonts/star.eot);
    src: url(../fonts/star.eot?#iefix) format("embedded-opentype"), url(../fonts/star.woff) format("woff"), url(../fonts/star.ttf) format("truetype"), url(../fonts/star.svg#star) format("svg");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: WooCommerce;
    src: url(../fonts/WooCommerce.eot);
    src: url(../fonts/WooCommerce.eot?#iefix) format("embedded-opentype"), url(../fonts/WooCommerce.woff) format("woff"), url(../fonts/WooCommerce.ttf) format("truetype"), url(../fonts/WooCommerce.svg#WooCommerce) format("svg");
    font-weight: 400;
    font-style: normal
}

.woocommerce-store-notice,
p.demo_store {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    margin: 0;
    width: 100%;
    font-size: 1em;
    padding: 1em 0;
    text-align: center;
    background-color: #a46497;
    color: #fff;
    z-index: 99998;
    box-shadow: 0 1px 1em rgba(0, 0, 0, .2);
    display: none
}

.woocommerce-store-notice a,
p.demo_store a {
    color: #fff;
    text-decoration: underline
}

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute!important;
    width: 1px;
    word-wrap: normal!important
}

.admin-bar p.demo_store {
    top: 32px
}

.clear {
    clear: both
}

.woocommerce .blockUI.blockOverlay {
    position: relative
}

.woocommerce .blockUI.blockOverlay::before {
    height: 1em;
    width: 1em;
    display: block;
    position: absolute;
    top: 50%;
    right: 50%;
    margin-right: -.5em;
    margin-top: -.5em;
    content: '';
    -webkit-animation: spin 1s ease-in-out infinite;
    animation: spin 1s ease-in-out infinite;
    background: url(../img/icons/loader.svg) center center;
    background-size: cover;
    line-height: 1;
    text-align: center;
    font-size: 2em;
    color: rgba(0, 0, 0, .75)
}

.woocommerce .loader::before {
    height: 1em;
    width: 1em;
    display: block;
    position: absolute;
    top: 50%;
    right: 50%;
    margin-right: -.5em;
    margin-top: -.5em;
    content: '';
    -webkit-animation: spin 1s ease-in-out infinite;
    animation: spin 1s ease-in-out infinite;
    background: url(../img/icons/loader.svg) center center;
    background-size: cover;
    line-height: 1;
    text-align: center;
    font-size: 2em;
    color: rgba(0, 0, 0, .75)
}

.woocommerce a.remove {
    display: block;
    font-size: 1.5em;
    height: 1em;
    width: 1em;
    text-align: center;
    line-height: 1;
    border-radius: 100%;
    color: red!important;
    text-decoration: none;
    font-weight: 700;
    border: 0
}

.woocommerce a.remove:hover {
    color: #fff!important;
    background: red
}

.woocommerce small.note {
    display: block;
    color: #777;
    font-size: .857em;
    margin-top: 10px
}

.woocommerce .woocommerce-breadcrumb {
    margin: 0 0 1em;
    padding: 0;
    font-size: .92em;
    color: #777
}

.woocommerce .woocommerce-breadcrumb::after,
.woocommerce .woocommerce-breadcrumb::before {
    content: ' ';
    display: table
}

.woocommerce .woocommerce-breadcrumb::after {
    clear: both
}

.woocommerce .woocommerce-breadcrumb a {
    color: #777
}

.woocommerce .quantity .qty {
    width: 3.631em;
    text-align: center
}

.woocommerce div.product {
    margin-bottom: 0;
    position: relative
}

.woocommerce div.product .product_title {
    clear: none;
    margin-top: 0;
    padding: 0
}

.woocommerce div.product p.price,
.woocommerce div.product span.price {
    color: #77a464;
    font-size: 1.25em
}

.woocommerce div.product p.price ins,
.woocommerce div.product span.price ins {
    background: inherit;
    font-weight: 700;
    display: inline-block
}

.woocommerce div.product p.price del,
.woocommerce div.product span.price del {
    opacity: .5;
    display: inline-block
}

.woocommerce div.product p.stock {
    font-size: .92em
}

.woocommerce div.product .stock {
    color: #77a464
}

.woocommerce div.product .out-of-stock {
    color: red
}

.woocommerce div.product .woocommerce-product-rating {
    margin-bottom: 1.618em
}

.woocommerce div.product div.images {
    margin-bottom: 2em
}

.woocommerce div.product div.images img {
    display: block;
    width: 100%;
    height: auto;
    box-shadow: none
}

.woocommerce div.product div.images div.thumbnails {
    padding-top: 1em
}

.woocommerce div.product div.images.woocommerce-product-gallery {
    position: relative
}

.woocommerce div.product div.images .woocommerce-product-gallery__wrapper {
    -webkit-transition: all cubic-bezier(.795, -.035, 0, 1) .5s;
    transition: all cubic-bezier(.795, -.035, 0, 1) .5s;
    margin: 0;
    padding: 0
}

.woocommerce div.product div.images .woocommerce-product-gallery__wrapper .zoomImg {
    background-color: #fff;
    opacity: 0
}

.woocommerce div.product div.images .woocommerce-product-gallery__image--placeholder {
    border: 1px solid #f2f2f2
}

.woocommerce div.product div.images .woocommerce-product-gallery__image:nth-child(n+2) {
    width: 25%;
    display: inline-block
}

.woocommerce div.product div.images .woocommerce-product-gallery__trigger {
    position: absolute;
    top: .5em;
    left: .5em;
    font-size: 2em;
    z-index: 9;
    width: 36px;
    height: 36px;
    background: #fff;
    text-indent: -9999px;
    border-radius: 100%;
    box-sizing: content-box
}

.woocommerce div.product div.images .woocommerce-product-gallery__trigger::before {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    border: 2px solid #000;
    border-radius: 100%;
    position: absolute;
    top: 9px;
    right: 9px;
    box-sizing: content-box
}

.woocommerce div.product div.images .woocommerce-product-gallery__trigger::after {
    content: "";
    display: block;
    width: 2px;
    height: 8px;
    background: #000;
    border-radius: 6px;
    position: absolute;
    top: 19px;
    right: 22px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    box-sizing: content-box
}

.woocommerce div.product div.images .flex-control-thumbs {
    overflow: hidden;
    zoom: 1;
    margin: 0;
    padding: 0
}

.woocommerce div.product div.images .flex-control-thumbs li {
    width: 25%;
    float: right;
    margin: 0;
    list-style: none
}

.woocommerce div.product div.images .flex-control-thumbs li img {
    cursor: pointer;
    opacity: .5;
    margin: 0
}

.woocommerce div.product div.images .flex-control-thumbs li img.flex-active,
.woocommerce div.product div.images .flex-control-thumbs li img:hover {
    opacity: 1
}

.woocommerce div.product .woocommerce-product-gallery--columns-3 .flex-control-thumbs li:nth-child(3n+1) {
    clear: right
}

.woocommerce div.product .woocommerce-product-gallery--columns-4 .flex-control-thumbs li:nth-child(4n+1) {
    clear: right
}

.woocommerce div.product .woocommerce-product-gallery--columns-5 .flex-control-thumbs li:nth-child(5n+1) {
    clear: right
}

.woocommerce div.product div.summary {
    margin-bottom: 2em
}

.woocommerce div.product div.social {
    text-align: left;
    margin: 0 0 1em
}

.woocommerce div.product div.social span {
    margin: 0 2px 0 0
}

.woocommerce div.product div.social span span {
    margin: 0
}

.woocommerce div.product div.social span .stButton .chicklets {
    padding-right: 16px;
    width: 0
}

.woocommerce div.product div.social iframe {
    float: right;
    margin-top: 3px
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
    list-style: none;
    padding: 0 1em 0 0;
    margin: 0 0 1.618em;
    overflow: hidden;
    position: relative
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
    border: 1px solid #d3ced2;
    background-color: #ebe9eb;
    display: inline-block;
    position: relative;
    z-index: 0;
    border-radius: 4px 4px 0 0;
    margin: 0 -5px;
    padding: 0 1em
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
    display: inline-block;
    padding: .5em 0;
    font-weight: 700;
    color: #515151;
    text-decoration: none
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a:hover {
    text-decoration: none;
    color: #6b6a6b
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
    background: #fff;
    z-index: 2;
    border-bottom-color: #fff
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
    color: inherit;
    text-shadow: inherit
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active::before {
    box-shadow: -2px 2px 0 #fff
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active::after {
    box-shadow: 2px 2px 0 #fff
}

.woocommerce div.product .woocommerce-tabs ul.tabs li::after,
.woocommerce div.product .woocommerce-tabs ul.tabs li::before {
    border: 1px solid #d3ced2;
    position: absolute;
    bottom: -1px;
    width: 5px;
    height: 5px;
    content: " ";
    box-sizing: border-box
}

.woocommerce div.product .woocommerce-tabs ul.tabs li::before {
    right: -5px;
    border-bottom-left-radius: 4px;
    border-width: 0 0 1px 1px;
    box-shadow: -2px 2px 0 #ebe9eb
}

.woocommerce div.product .woocommerce-tabs ul.tabs li::after {
    left: -5px;
    border-bottom-right-radius: 4px;
    border-width: 0 1px 1px 0;
    box-shadow: 2px 2px 0 #ebe9eb
}

.woocommerce div.product .woocommerce-tabs ul.tabs::before {
    position: absolute;
    content: " ";
    width: 100%;
    bottom: 0;
    right: 0;
    border-bottom: 1px solid #d3ced2;
    z-index: 1
}

.woocommerce div.product .woocommerce-tabs .panel {
    margin: 0 0 2em;
    padding: 0
}

.woocommerce div.product p.cart {
    margin-bottom: 2em
}

.woocommerce div.product p.cart::after,
.woocommerce div.product p.cart::before {
    content: ' ';
    display: table
}

.woocommerce div.product p.cart::after {
    clear: both
}

.woocommerce div.product form.cart {
    margin-bottom: 2em
}

.woocommerce div.product form.cart::after,
.woocommerce div.product form.cart::before {
    content: ' ';
    display: table
}

.woocommerce div.product form.cart::after {
    clear: both
}

.woocommerce div.product form.cart div.quantity {
    float: right;
    margin: 0 0 0 4px
}

.woocommerce div.product form.cart table {
    border-width: 0 0 1px
}

.woocommerce div.product form.cart table td {
    padding-right: 0
}

.woocommerce div.product form.cart table div.quantity {
    float: none;
    margin: 0
}

.woocommerce div.product form.cart table small.stock {
    display: block;
    float: none
}

.woocommerce div.product form.cart .variations {
    margin-bottom: 1em;
    border: 0;
    width: 100%
}

.woocommerce div.product form.cart .variations td,
.woocommerce div.product form.cart .variations th {
    border: 0;
    vertical-align: top;
    line-height: 2em
}

.woocommerce div.product form.cart .variations label {
    font-weight: 700
}

.woocommerce div.product form.cart .variations select {
    max-width: 100%;
    min-width: 75%;
    display: inline-block;
    margin-left: 1em
}

.woocommerce div.product form.cart .variations td.label {
    padding-left: 1em
}

.woocommerce div.product form.cart .woocommerce-variation-description p {
    margin-bottom: 1em
}

.woocommerce div.product form.cart .reset_variations {
    visibility: hidden;
    font-size: .83em
}

.woocommerce div.product form.cart .wc-no-matching-variations {
    display: none
}

.woocommerce div.product form.cart .button {
    vertical-align: middle;
    float: right
}

.woocommerce div.product form.cart .group_table td.woocommerce-grouped-product-list-item__label {
    padding-left: 1em;
    padding-right: 1em
}

.woocommerce div.product form.cart .group_table td {
    vertical-align: top;
    padding-bottom: .5em;
    border: 0
}

.woocommerce div.product form.cart .group_table td:first-child {
    width: 4em;
    text-align: center
}

.woocommerce div.product form.cart .group_table .wc-grouped-product-add-to-cart-checkbox {
    display: inline-block;
    width: auto;
    margin: 0 auto;
    -webkit-transform: scale(1.5, 1.5);
    -ms-transform: scale(1.5, 1.5);
    transform: scale(1.5, 1.5)
}

.woocommerce span.onsale {
    min-height: 3.236em;
    min-width: 3.236em;
    padding: .202em;
    font-size: 1em;
    font-weight: 700;
    position: absolute;
    text-align: center;
    line-height: 3.236;
    top: -.5em;
    right: -.5em;
    margin: 0;
    border-radius: 100%;
    background-color: #77a464;
    color: #fff;
    font-size: .857em;
    z-index: 9
}

.woocommerce .products ul,
.woocommerce ul.products {
    margin: 0 0 1em;
    padding: 0;
    list-style: none outside;
    clear: both
}

.woocommerce .products ul::after,
.woocommerce .products ul::before,
.woocommerce ul.products::after,
.woocommerce ul.products::before {
    content: ' ';
    display: table
}

.woocommerce .products ul::after,
.woocommerce ul.products::after {
    clear: both
}

.woocommerce .products ul li,
.woocommerce ul.products li {
    list-style: none outside
}

.woocommerce ul.products li.product .onsale {
    top: 0;
    left: 0;
    right: auto;
    margin: -.5em 0 0 -.5em
}

.woocommerce ul.products li.product .woocommerce-loop-category__title,
.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce ul.products li.product h3 {
    padding: .5em 0;
    margin: 0;
    font-size: 1em
}

.woocommerce ul.products li.product a {
    text-decoration: none
}

.woocommerce ul.products li.product a img {
    width: 100%;
    height: auto;
    display: block;
    margin: 0 0 1em;
    box-shadow: none
}

.woocommerce ul.products li.product strong {
    display: block
}

.woocommerce ul.products li.product .woocommerce-placeholder {
    border: 1px solid #f2f2f2
}

.woocommerce ul.products li.product .star-rating {
    font-size: .857em
}

.woocommerce ul.products li.product .button {
    margin-top: 1em
}

.woocommerce ul.products li.product .price {
    color: #77a464;
    display: block;
    font-weight: 400;
    margin-bottom: .5em;
    font-size: .857em
}

.woocommerce ul.products li.product .price del {
    color: inherit;
    opacity: .5;
    display: inline-block
}

.woocommerce ul.products li.product .price ins {
    background: 0 0;
    font-weight: 700;
    display: inline-block
}

.woocommerce ul.products li.product .price .from {
    font-size: .67em;
    margin: -2px 0 0;
    text-transform: uppercase;
    color: rgba(132, 132, 132, .5)
}

.woocommerce .woocommerce-result-count {
    margin: 0 0 1em
}

.woocommerce .woocommerce-ordering {
    margin: 0 0 1em
}

.woocommerce .woocommerce-ordering select {
    vertical-align: top
}

.woocommerce nav.woocommerce-pagination {
    text-align: center
}

.woocommerce nav.woocommerce-pagination ul {
    display: inline-block;
    white-space: nowrap;
    padding: 0;
    clear: both;
    border: 1px solid #d3ced2;
    border-left: 0;
    margin: 1px
}

.woocommerce nav.woocommerce-pagination ul li {
    border-left: 1px solid #d3ced2;
    padding: 0;
    margin: 0;
    float: right;
    display: inline;
    overflow: hidden
}

.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span {
    margin: 0;
    text-decoration: none;
    padding: 0;
    line-height: 1;
    font-size: 1em;
    font-weight: 400;
    padding: .5em;
    min-width: 1em;
    display: block
}

.woocommerce nav.woocommerce-pagination ul li a:focus,
.woocommerce nav.woocommerce-pagination ul li a:hover,
.woocommerce nav.woocommerce-pagination ul li span.current {
    background: #ebe9eb;
    color: #8a7e88
}

.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
    font-size: 100%;
    margin: 0;
    line-height: 1;
    cursor: pointer;
    position: relative;
    text-decoration: none;
    overflow: visible;
    padding: .618em 1em;
    font-weight: 700;
    border-radius: 3px;
    right: auto;
    color: #515151;
    background-color: #ebe9eb;
    border: 0;
    display: inline-block;
    background-image: none;
    box-shadow: none;
    text-shadow: none
}

.woocommerce #respond input#submit.loading,
.woocommerce a.button.loading,
.woocommerce button.button.loading,
.woocommerce input.button.loading {
    opacity: .25;
    padding-left: 2.618em
}

.woocommerce #respond input#submit.loading::after,
.woocommerce a.button.loading::after,
.woocommerce button.button.loading::after,
.woocommerce input.button.loading::after {
    font-family: WooCommerce;
    content: "\e01c";
    vertical-align: top;
    font-weight: 400;
    position: absolute;
    top: .618em;
    left: 1em;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite
}

.woocommerce #respond input#submit.added::after,
.woocommerce a.button.added::after,
.woocommerce button.button.added::after,
.woocommerce input.button.added::after {
    font-family: WooCommerce;
    content: "\e017";
    margin-right: .53em;
    vertical-align: bottom
}

.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover {
    background-color: #dfdcde;
    text-decoration: none;
    background-image: none;
    color: #515151
}

.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
    background-color: #a46497;
    color: #fff;
    -webkit-font-smoothing: antialiased
}

.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover {
    background-color: #96588a;
    color: #fff
}

.woocommerce #respond input#submit.alt.disabled,
.woocommerce #respond input#submit.alt.disabled:hover,
.woocommerce #respond input#submit.alt:disabled,
.woocommerce #respond input#submit.alt:disabled:hover,
.woocommerce #respond input#submit.alt:disabled[disabled],
.woocommerce #respond input#submit.alt:disabled[disabled]:hover,
.woocommerce a.button.alt.disabled,
.woocommerce a.button.alt.disabled:hover,
.woocommerce a.button.alt:disabled,
.woocommerce a.button.alt:disabled:hover,
.woocommerce a.button.alt:disabled[disabled],
.woocommerce a.button.alt:disabled[disabled]:hover,
.woocommerce button.button.alt.disabled,
.woocommerce button.button.alt.disabled:hover,
.woocommerce button.button.alt:disabled,
.woocommerce button.button.alt:disabled:hover,
.woocommerce button.button.alt:disabled[disabled],
.woocommerce button.button.alt:disabled[disabled]:hover,
.woocommerce input.button.alt.disabled,
.woocommerce input.button.alt.disabled:hover,
.woocommerce input.button.alt:disabled,
.woocommerce input.button.alt:disabled:hover,
.woocommerce input.button.alt:disabled[disabled],
.woocommerce input.button.alt:disabled[disabled]:hover {
    background-color: #a46497;
    color: #fff
}

.woocommerce #respond input#submit.disabled,
.woocommerce #respond input#submit:disabled,
.woocommerce #respond input#submit:disabled[disabled],
.woocommerce a.button.disabled,
.woocommerce a.button:disabled,
.woocommerce a.button:disabled[disabled],
.woocommerce button.button.disabled,
.woocommerce button.button:disabled,
.woocommerce button.button:disabled[disabled],
.woocommerce input.button.disabled,
.woocommerce input.button:disabled,
.woocommerce input.button:disabled[disabled] {
    color: inherit;
    cursor: not-allowed;
    opacity: .5;
    padding: .618em 1em
}

.woocommerce #respond input#submit.disabled:hover,
.woocommerce #respond input#submit:disabled:hover,
.woocommerce #respond input#submit:disabled[disabled]:hover,
.woocommerce a.button.disabled:hover,
.woocommerce a.button:disabled:hover,
.woocommerce a.button:disabled[disabled]:hover,
.woocommerce button.button.disabled:hover,
.woocommerce button.button:disabled:hover,
.woocommerce button.button:disabled[disabled]:hover,
.woocommerce input.button.disabled:hover,
.woocommerce input.button:disabled:hover,
.woocommerce input.button:disabled[disabled]:hover {
    color: inherit;
    background-color: #ebe9eb
}

.woocommerce .cart .button,
.woocommerce .cart input.button {
    float: none
}

.woocommerce a.added_to_cart {
    padding-top: .5em;
    display: inline-block
}

.woocommerce #reviews h2 small {
    float: left;
    color: #777;
    font-size: 15px;
    margin: 10px 0 0
}

.woocommerce #reviews h2 small a {
    text-decoration: none;
    color: #777
}

.woocommerce #reviews h3 {
    margin: 0
}

.woocommerce #reviews #respond {
    margin: 0;
    border: 0;
    padding: 0
}

.woocommerce #reviews #comment {
    height: 75px
}

.woocommerce #reviews #comments .add_review::after,
.woocommerce #reviews #comments .add_review::before {
    content: ' ';
    display: table
}

.woocommerce #reviews #comments .add_review::after {
    clear: both
}

.woocommerce #reviews #comments h2 {
    clear: none
}

.woocommerce #reviews #comments ol.commentlist {
    margin: 0;
    width: 100%;
    background: 0 0;
    list-style: none
}

.woocommerce #reviews #comments ol.commentlist::after,
.woocommerce #reviews #comments ol.commentlist::before {
    content: ' ';
    display: table
}

.woocommerce #reviews #comments ol.commentlist::after {
    clear: both
}

.woocommerce #reviews #comments ol.commentlist li {
    padding: 0;
    margin: 0 0 20px;
    border: 0;
    position: relative;
    background: 100%;
    border: 0
}

.woocommerce #reviews #comments ol.commentlist li .meta {
    color: #777;
    font-size: .75em
}

.woocommerce #reviews #comments ol.commentlist li img.avatar {
    float: right;
    position: absolute;
    top: 0;
    right: 0;
    padding: 3px;
    width: 32px;
    height: auto;
    background: #ebe9eb;
    border: 1px solid #e4e1e3;
    margin: 0;
    box-shadow: none
}

.woocommerce #reviews #comments ol.commentlist li .comment-text {
    margin: 0 50px 0 0;
    border: 1px solid #e4e1e3;
    border-radius: 4px;
    padding: 1em 1em 0
}

.woocommerce #reviews #comments ol.commentlist li .comment-text::after,
.woocommerce #reviews #comments ol.commentlist li .comment-text::before {
    content: ' ';
    display: table
}

.woocommerce #reviews #comments ol.commentlist li .comment-text::after {
    clear: both
}

.woocommerce #reviews #comments ol.commentlist li .comment-text p {
    margin: 0 0 1em
}

.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta {
    font-size: .83em
}

.woocommerce #reviews #comments ol.commentlist ul.children {
    list-style: none outside;
    margin: 20px 50px 0 0
}

.woocommerce #reviews #comments ol.commentlist ul.children .star-rating {
    display: none
}

.woocommerce #reviews #comments ol.commentlist #respond {
    border: 1px solid #e4e1e3;
    border-radius: 4px;
    padding: 1em 1em 0;
    margin: 20px 50px 0 0
}

.woocommerce #reviews #comments .commentlist>li::before {
    content: ""
}

.woocommerce .star-rating {
    float: left;
    overflow: hidden;
    position: relative;
    height: 1em;
    line-height: 1;
    font-size: 1em;
    width: 5.4em;
    font-family: star
}

.woocommerce .star-rating::before {
    content: "\73\73\73\73\73";
    color: #d3ced2;
    float: right;
    top: 0;
    right: 0;
    position: absolute
}

.woocommerce .star-rating span {
    overflow: hidden;
    float: right;
    top: 0;
    right: 0;
    position: absolute;
    padding-top: 1.5em
}

.woocommerce .star-rating span::before {
    content: "\53\53\53\53\53";
    top: 0;
    position: absolute;
    right: 0
}

.woocommerce .woocommerce-product-rating {
    line-height: 2;
    display: block
}

.woocommerce .woocommerce-product-rating::after,
.woocommerce .woocommerce-product-rating::before {
    content: ' ';
    display: table
}

.woocommerce .woocommerce-product-rating::after {
    clear: both
}

.woocommerce .woocommerce-product-rating .star-rating {
    margin: .5em 0 0 4px;
    float: right
}

.woocommerce .products .star-rating {
    display: block;
    margin: 0 0 .5em;
    float: none
}

.woocommerce .hreview-aggregate .star-rating {
    margin: 10px 0 0
}

.woocommerce #review_form #respond {
    position: static;
    margin: 0;
    width: auto;
    padding: 0;
    background: transparent none;
    border: 0
}

.woocommerce #review_form #respond::after,
.woocommerce #review_form #respond::before {
    content: ' ';
    display: table
}

.woocommerce #review_form #respond::after {
    clear: both
}

.woocommerce #review_form #respond p {
    margin: 0 0 10px
}

.woocommerce #review_form #respond .form-submit input {
    right: auto
}

.woocommerce #review_form #respond textarea {
    box-sizing: border-box;
    width: 100%
}

.woocommerce p.stars a {
    position: relative;
    height: 1em;
    width: 1em;
    text-indent: -999em;
    display: inline-block;
    text-decoration: none
}

.woocommerce p.stars a::before {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 1em;
    height: 1em;
    line-height: 1;
    font-family: WooCommerce;
    content: "\e021";
    text-indent: 0
}

.woocommerce p.stars a:hover~a::before {
    content: "\e021"
}

.woocommerce p.stars:hover a::before {
    content: "\e020"
}

.woocommerce p.stars.selected a.active::before {
    content: "\e020"
}

.woocommerce p.stars.selected a.active~a::before {
    content: "\e021"
}

.woocommerce p.stars.selected a:not(.active)::before {
    content: "\e020"
}

.woocommerce table.shop_attributes {
    border: 0;
    border-top: 1px dotted rgba(0, 0, 0, .1);
    margin-bottom: 1.618em;
    width: 100%
}

.woocommerce table.shop_attributes th {
    width: 150px;
    font-weight: 700;
    padding: 8px;
    border-top: 0;
    border-bottom: 1px dotted rgba(0, 0, 0, .1);
    margin: 0;
    line-height: 1.5
}

.woocommerce table.shop_attributes td {
    font-style: italic;
    padding: 0;
    border-top: 0;
    border-bottom: 1px dotted rgba(0, 0, 0, .1);
    margin: 0;
    line-height: 1.5
}

.woocommerce table.shop_attributes td p {
    margin: 0;
    padding: 8px 0
}

.woocommerce table.shop_attributes tr:nth-child(even) td,
.woocommerce table.shop_attributes tr:nth-child(even) th {
    background: rgba(0, 0, 0, .025)
}

.woocommerce table.shop_table {
    border: 1px solid rgba(0, 0, 0, .1);
    margin: 0 0 24px -1px;
    text-align: right;
    width: 100%;
    border-collapse: separate;
    border-radius: 5px
}

.woocommerce table.shop_table th {
    font-weight: 700;
    padding: 9px 12px;
    line-height: 1.5em
}

.woocommerce table.shop_table td {
    border-top: 1px solid rgba(0, 0, 0, .1);
    padding: 9px 12px;
    vertical-align: middle;
    line-height: 1.5em
}

.woocommerce table.shop_table td small {
    font-weight: 400
}

.woocommerce table.shop_table td del {
    font-weight: 400
}

.woocommerce table.shop_table tbody:first-child tr:first-child td,
.woocommerce table.shop_table tbody:first-child tr:first-child th {
    border-top: 0
}

.woocommerce table.shop_table tbody th,
.woocommerce table.shop_table tfoot td,
.woocommerce table.shop_table tfoot th {
    font-weight: 700;
    border-top: 1px solid rgba(0, 0, 0, .1)
}

.woocommerce table.my_account_orders {
    font-size: .85em
}

.woocommerce table.my_account_orders td,
.woocommerce table.my_account_orders th {
    padding: 4px 8px;
    vertical-align: middle
}

.woocommerce table.my_account_orders .button {
    white-space: nowrap
}

.woocommerce table.my_account_orders .order-actions {
    text-align: left
}

.woocommerce table.my_account_orders .order-actions .button {
    margin: .125em .25em .125em 0
}

.woocommerce table.woocommerce-MyAccount-downloads td,
.woocommerce table.woocommerce-MyAccount-downloads th {
    vertical-align: top;
    text-align: center
}

.woocommerce table.woocommerce-MyAccount-downloads td:first-child,
.woocommerce table.woocommerce-MyAccount-downloads th:first-child {
    text-align: right
}

.woocommerce table.woocommerce-MyAccount-downloads td:last-child,
.woocommerce table.woocommerce-MyAccount-downloads th:last-child {
    text-align: right
}

.woocommerce table.woocommerce-MyAccount-downloads td .woocommerce-MyAccount-downloads-file::before,
.woocommerce table.woocommerce-MyAccount-downloads th .woocommerce-MyAccount-downloads-file::before {
    content: "\2193";
    display: inline-block
}

.woocommerce td.product-name .wc-item-meta,
.woocommerce td.product-name dl.variation {
    list-style: none outside
}

.woocommerce td.product-name .wc-item-meta .wc-item-meta-label,
.woocommerce td.product-name .wc-item-meta dt,
.woocommerce td.product-name dl.variation .wc-item-meta-label,
.woocommerce td.product-name dl.variation dt {
    float: right;
    clear: both;
    margin-left: .25em;
    display: inline-block;
    list-style: none outside
}

.woocommerce td.product-name .wc-item-meta dd,
.woocommerce td.product-name dl.variation dd {
    margin: 0
}

.woocommerce td.product-name .wc-item-meta p,
.woocommerce td.product-name .wc-item-meta:last-child,
.woocommerce td.product-name dl.variation p,
.woocommerce td.product-name dl.variation:last-child {
    margin-bottom: 0
}

.woocommerce td.product-name p.backorder_notification {
    font-size: .83em
}

.woocommerce td.product-quantity {
    min-width: 80px
}

.woocommerce ul.cart_list,
.woocommerce ul.product_list_widget {
    list-style: none outside;
    padding: 0;
    margin: 0
}

.woocommerce ul.cart_list li,
.woocommerce ul.product_list_widget li {
    padding: 4px 0;
    margin: 0;
    list-style: none
}

.woocommerce ul.cart_list li::after,
.woocommerce ul.cart_list li::before,
.woocommerce ul.product_list_widget li::after,
.woocommerce ul.product_list_widget li::before {
    content: ' ';
    display: table
}

.woocommerce ul.cart_list li::after,
.woocommerce ul.product_list_widget li::after {
    clear: both
}

.woocommerce ul.cart_list li a,
.woocommerce ul.product_list_widget li a {
    display: block;
    font-weight: 700
}

.woocommerce ul.cart_list li img,
.woocommerce ul.product_list_widget li img {
    float: left;
    margin-right: 4px;
    width: 32px;
    height: auto;
    box-shadow: none
}

.woocommerce ul.cart_list li dl,
.woocommerce ul.product_list_widget li dl {
    margin: 0;
    padding-right: 1em;
    border-right: 2px solid rgba(0, 0, 0, .1)
}

.woocommerce ul.cart_list li dl::after,
.woocommerce ul.cart_list li dl::before,
.woocommerce ul.product_list_widget li dl::after,
.woocommerce ul.product_list_widget li dl::before {
    content: ' ';
    display: table
}

.woocommerce ul.cart_list li dl::after,
.woocommerce ul.product_list_widget li dl::after {
    clear: both
}

.woocommerce ul.cart_list li dl dd,
.woocommerce ul.cart_list li dl dt,
.woocommerce ul.product_list_widget li dl dd,
.woocommerce ul.product_list_widget li dl dt {
    display: inline-block;
    float: right;
    margin-bottom: 1em
}

.woocommerce ul.cart_list li dl dt,
.woocommerce ul.product_list_widget li dl dt {
    font-weight: 700;
    padding: 0 0 .25em;
    margin: 0 0 0 4px;
    clear: right
}

.woocommerce ul.cart_list li dl dd,
.woocommerce ul.product_list_widget li dl dd {
    padding: 0 0 .25em
}

.woocommerce ul.cart_list li dl dd p:last-child,
.woocommerce ul.product_list_widget li dl dd p:last-child {
    margin-bottom: 0
}

.woocommerce ul.cart_list li .star-rating,
.woocommerce ul.product_list_widget li .star-rating {
    float: none
}

.woocommerce .widget_shopping_cart .total,
.woocommerce.widget_shopping_cart .total {
    border-top: 3px double #ebe9eb;
    padding: 4px 0 0
}

.woocommerce .widget_shopping_cart .total strong,
.woocommerce.widget_shopping_cart .total strong {
    min-width: 40px;
    display: inline-block
}

.woocommerce .widget_shopping_cart .cart_list li,
.woocommerce.widget_shopping_cart .cart_list li {
    padding-right: 2em;
    position: relative;
    padding-top: 0
}

.woocommerce .widget_shopping_cart .cart_list li a.remove,
.woocommerce.widget_shopping_cart .cart_list li a.remove {
    position: absolute;
    top: 0;
    right: 0
}

.woocommerce .widget_shopping_cart .buttons::after,
.woocommerce .widget_shopping_cart .buttons::before,
.woocommerce.widget_shopping_cart .buttons::after,
.woocommerce.widget_shopping_cart .buttons::before {
    content: ' ';
    display: table
}

.woocommerce .widget_shopping_cart .buttons::after,
.woocommerce.widget_shopping_cart .buttons::after {
    clear: both
}

.woocommerce .widget_shopping_cart .buttons a,
.woocommerce.widget_shopping_cart .buttons a {
    margin-left: 5px;
    margin-bottom: 5px
}

.woocommerce form .form-row {
    padding: 3px;
    margin: 0 0 6px
}

.woocommerce form .form-row [placeholder]:focus::-webkit-input-placeholder {
    -webkit-transition: opacity .5s .5s ease;
    transition: opacity .5s .5s ease;
    opacity: 0
}

.woocommerce form .form-row label {
    line-height: 2
}

.woocommerce form .form-row label.hidden {
    visibility: hidden
}

.woocommerce form .form-row label.inline {
    display: inline
}

.woocommerce form .form-row .woocommerce-input-wrapper .description {
    background: #1e85be;
    color: #fff;
    border-radius: 3px;
    padding: 1em;
    margin: .5em 0 0;
    clear: both;
    display: none;
    position: relative
}

.woocommerce form .form-row .woocommerce-input-wrapper .description a {
    color: #fff;
    text-decoration: underline;
    border: 0;
    box-shadow: none
}

.woocommerce form .form-row .woocommerce-input-wrapper .description::before {
    right: 50%;
    top: 0;
    margin-top: -4px;
    -webkit-transform: translateX(50%) rotate(-180deg);
    -ms-transform: translateX(50%) rotate(-180deg);
    transform: translateX(50%) rotate(-180deg);
    content: "";
    position: absolute;
    border-width: 4px 6px 0;
    border-style: solid;
    border-color: #1e85be transparent transparent;
    z-index: 100;
    display: block
}

.woocommerce form .form-row select {
    cursor: pointer;
    margin: 0
}

.woocommerce form .form-row .required {
    color: red;
    font-weight: 700;
    border: 0!important;
    text-decoration: none;
    visibility: hidden
}

.woocommerce form .form-row .optional {
    visibility: visible
}

.woocommerce form .form-row .input-checkbox {
    display: inline;
    margin: -2px 0 0 8px;
    text-align: center;
    vertical-align: middle
}

.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea {
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    outline: 0;
    line-height: normal
}

.woocommerce form .form-row textarea {
    height: 4em;
    line-height: 1.5;
    display: block;
    box-shadow: none
}

.woocommerce form .form-row .select2-container {
    width: 100%;
    line-height: 2em
}

.woocommerce form .form-row.woocommerce-invalid label {
    color: #a00
}

.woocommerce form .form-row.woocommerce-invalid .select2-container,
.woocommerce form .form-row.woocommerce-invalid input.input-text,
.woocommerce form .form-row.woocommerce-invalid select {
    border-color: #a00
}

.woocommerce form .form-row.woocommerce-validated .select2-container,
.woocommerce form .form-row.woocommerce-validated input.input-text,
.woocommerce form .form-row.woocommerce-validated select {
    border-color: #6dc22e
}

.woocommerce form .form-row ::-webkit-input-placeholder {
    line-height: normal
}

.woocommerce form .form-row :-moz-placeholder {
    line-height: normal
}

.woocommerce form .form-row :-ms-input-placeholder {
    line-height: normal
}

.woocommerce form.checkout_coupon,
.woocommerce form.login,
.woocommerce form.register {
    border: 1px solid #d3ced2;
    padding: 20px;
    margin: 2em 0;
    text-align: right;
    border-radius: 5px
}

.woocommerce ul#shipping_method {
    list-style: none outside;
    margin: 0;
    padding: 0
}

.woocommerce ul#shipping_method li {
    margin: 0 0 .5em;
    line-height: 1.5em;
    list-style: none outside
}

.woocommerce ul#shipping_method li input {
    margin: 3px 0 0 .4375em;
    vertical-align: top
}

.woocommerce ul#shipping_method li label {
    display: inline
}

.woocommerce ul#shipping_method .amount {
    font-weight: 700
}

.woocommerce p.woocommerce-shipping-contents {
    margin: 0
}

.woocommerce ul.order_details {
    margin: 0 0 3em;
    list-style: none
}

.woocommerce ul.order_details::after,
.woocommerce ul.order_details::before {
    content: ' ';
    display: table
}

.woocommerce ul.order_details::after {
    clear: both
}

.woocommerce ul.order_details li {
    float: right;
    margin-left: 2em;
    text-transform: uppercase;
    font-size: .715em;
    line-height: 1;
    border-left: 1px dashed #d3ced2;
    padding-left: 2em;
    margin-right: 0;
    padding-right: 0;
    list-style-type: none
}

.woocommerce ul.order_details li strong {
    display: block;
    font-size: 1.4em;
    text-transform: none;
    line-height: 1.5
}

.woocommerce ul.order_details li:last-of-type {
    border: none
}

.woocommerce .wc-bacs-bank-details-account-name {
    font-weight: 700
}

.woocommerce .woocommerce-customer-details,
.woocommerce .woocommerce-order-details,
.woocommerce .woocommerce-order-downloads {
    margin-bottom: 2em
}

.woocommerce .woocommerce-customer-details :last-child,
.woocommerce .woocommerce-order-details :last-child,
.woocommerce .woocommerce-order-downloads :last-child {
    margin-bottom: 0
}

.woocommerce .woocommerce-customer-details address {
    font-style: normal;
    margin-bottom: 0;
    border: 1px solid rgba(0, 0, 0, .1);
    border-bottom-width: 2px;
    border-left-width: 2px;
    text-align: right;
    width: 100%;
    border-radius: 5px;
    padding: 6px 12px
}

.woocommerce .woocommerce-customer-details .woocommerce-customer-details--email,
.woocommerce .woocommerce-customer-details .woocommerce-customer-details--phone {
    margin-bottom: 0;
    padding-right: 1.5em
}

.woocommerce .woocommerce-customer-details .woocommerce-customer-details--phone::before {
    font-family: WooCommerce;
    speak: none;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    margin-left: .618em;
    content: "î€·";
    text-decoration: none;
    margin-right: -1.5em;
    line-height: 1.75;
    position: absolute
}

.woocommerce .woocommerce-customer-details .woocommerce-customer-details--email::before {
    font-family: WooCommerce;
    speak: none;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    margin-left: .618em;
    content: "î€­";
    text-decoration: none;
    margin-right: -1.5em;
    line-height: 1.75;
    position: absolute
}

.woocommerce .woocommerce-widget-layered-nav-list {
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none outside
}

.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item {
    padding: 0 0 1px;
    list-style: none
}

.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item::after,
.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item::before {
    content: ' ';
    display: table
}

.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item::after {
    clear: both
}

.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item a,
.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item span {
    padding: 1px 0
}

.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item--chosen a::before {
    font-family: WooCommerce;
    speak: none;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    margin-left: .618em;
    content: "î€“";
    text-decoration: none;
    color: #a00
}

.woocommerce .woocommerce-widget-layered-nav-dropdown__submit {
    margin-top: 1em
}

.woocommerce .widget_layered_nav_filters ul {
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none outside;
    overflow: hidden;
    zoom: 1
}

.woocommerce .widget_layered_nav_filters ul li {
    float: right;
    padding: 0 1px 1px 1em;
    list-style: none
}

.woocommerce .widget_layered_nav_filters ul li a {
    text-decoration: none
}

.woocommerce .widget_layered_nav_filters ul li a::before {
    font-family: WooCommerce;
    speak: none;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    margin-left: .618em;
    content: "î€“";
    text-decoration: none;
    color: #a00;
    vertical-align: inherit;
    margin-left: .5em
}

.woocommerce .widget_price_filter .price_slider {
    margin-bottom: 1em
}

.woocommerce .widget_price_filter .price_slider_amount {
    text-align: left;
    line-height: 2.4;
    font-size: .8751em
}

.woocommerce .widget_price_filter .price_slider_amount .button {
    font-size: 1.15em;
    float: right
}

.woocommerce .widget_price_filter .ui-slider {
    position: relative;
    text-align: right;
    margin-right: .5em;
    margin-left: .5em
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    width: 1em;
    height: 1em;
    background-color: #a46497;
    border-radius: 1em;
    cursor: ew-resize;
    outline: 0;
    top: -.3em;
    margin-left: -.5em
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-range {
    position: absolute;
    z-index: 1;
    font-size: .7em;
    display: block;
    border: 0;
    border-radius: 1em;
    background-color: #a46497
}

.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
    border-radius: 1em;
    background-color: #462940;
    border: 0
}

.woocommerce .widget_price_filter .ui-slider-horizontal {
    height: .5em
}

.woocommerce .widget_price_filter .ui-slider-horizontal .ui-slider-range {
    top: 0;
    height: 100%
}

.woocommerce .widget_price_filter .ui-slider-horizontal .ui-slider-range-min {
    right: -1px
}

.woocommerce .widget_price_filter .ui-slider-horizontal .ui-slider-range-max {
    left: -1px
}

.woocommerce .widget_rating_filter ul {
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none outside
}

.woocommerce .widget_rating_filter ul li {
    padding: 0 0 1px;
    list-style: none
}

.woocommerce .widget_rating_filter ul li::after,
.woocommerce .widget_rating_filter ul li::before {
    content: ' ';
    display: table
}

.woocommerce .widget_rating_filter ul li::after {
    clear: both
}

.woocommerce .widget_rating_filter ul li a {
    padding: 1px 0;
    text-decoration: none
}

.woocommerce .widget_rating_filter ul li .star-rating {
    float: none;
    display: inline-block
}

.woocommerce .widget_rating_filter ul li.chosen a::before {
    font-family: WooCommerce;
    speak: none;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    margin-left: .618em;
    content: "î€“";
    text-decoration: none;
    color: #a00
}

.woocommerce .woocommerce-form-login .woocommerce-form-login__submit {
    float: right;
    margin-left: 1em
}

.woocommerce .woocommerce-form-login .woocommerce-form-login__rememberme {
    display: inline-block
}

.woocommerce-no-js form.woocommerce-form-coupon,
.woocommerce-no-js form.woocommerce-form-login {
    display: block!important
}

.woocommerce-no-js .showcoupon,
.woocommerce-no-js .woocommerce-form-coupon-toggle,
.woocommerce-no-js .woocommerce-form-login-toggle {
    display: none!important
}

.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
    padding: 1em 3.5em 1em 2em;
    margin: 0 0 2em;
    position: relative;
    background-color: #f7f6f7;
    color: #515151;
    border-top: 3px solid #a46497;
    list-style: none outside;
    width: auto;
    word-wrap: break-word
}

.woocommerce-error::after,
.woocommerce-error::before,
.woocommerce-info::after,
.woocommerce-info::before,
.woocommerce-message::after,
.woocommerce-message::before {
    content: ' ';
    display: table
}

.woocommerce-error::after,
.woocommerce-info::after,
.woocommerce-message::after {
    clear: both
}

.woocommerce-error::before,
.woocommerce-info::before,
.woocommerce-message::before {
    font-family: WooCommerce;
    content: "\e028";
    display: inline-block;
    position: absolute;
    top: 1em;
    right: 1.5em
}

.woocommerce-error .button,
.woocommerce-info .button,
.woocommerce-message .button {
    float: left
}

.woocommerce-error li,
.woocommerce-info li,
.woocommerce-message li {
    list-style: none outside!important;
    padding-right: 0!important;
    margin-right: 0!important
}

.rtl.woocommerce .price_label,
.rtl.woocommerce .price_label span {
    direction: ltr;
    unicode-bidi: embed
}

.woocommerce-message {
    border-top-color: #8fae1b
}

.woocommerce-message::before {
    content: "\e015";
    color: #8fae1b
}

.woocommerce-info {
    border-top-color: #1e85be
}

.woocommerce-info::before {
    color: #1e85be
}

.woocommerce-error {
    border-top-color: #b81c23
}

.woocommerce-error::before {
    content: "\e016";
    color: #b81c23
}

.woocommerce-account .woocommerce::after,
.woocommerce-account .woocommerce::before {
    content: ' ';
    display: table
}

.woocommerce-account .woocommerce::after {
    clear: both
}

.woocommerce-account .addresses .title::after,
.woocommerce-account .addresses .title::before {
    content: ' ';
    display: table
}

.woocommerce-account .addresses .title::after {
    clear: both
}

.woocommerce-account .addresses .title h3 {
    float: right
}

.woocommerce-account .addresses .title .edit {
    float: left
}

.woocommerce-account ol.commentlist.notes li.note p.meta {
    font-weight: 700;
    margin-bottom: 0
}

.woocommerce-account ol.commentlist.notes li.note .description p:last-child {
    margin-bottom: 0
}

.woocommerce-account ul.digital-downloads {
    margin-right: 0;
    padding-right: 0
}

.woocommerce-account ul.digital-downloads li {
    list-style: none;
    margin-right: 0;
    padding-right: 0
}

.woocommerce-account ul.digital-downloads li::before {
    font-family: WooCommerce;
    speak: none;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    margin-left: .618em;
    content: "î€ٹ";
    text-decoration: none
}

.woocommerce-account ul.digital-downloads li .count {
    float: left
}

#add_payment_method table.cart .product-thumbnail,
.woocommerce-cart table.cart .product-thumbnail,
.woocommerce-checkout table.cart .product-thumbnail {
    min-width: 32px
}

#add_payment_method table.cart img,
.woocommerce-cart table.cart img,
.woocommerce-checkout table.cart img {
    width: 32px;
    box-shadow: none
}

#add_payment_method table.cart td,
#add_payment_method table.cart th,
.woocommerce-cart table.cart td,
.woocommerce-cart table.cart th,
.woocommerce-checkout table.cart td,
.woocommerce-checkout table.cart th {
    vertical-align: middle
}

#add_payment_method table.cart td.actions .coupon .input-text,
.woocommerce-cart table.cart td.actions .coupon .input-text,
.woocommerce-checkout table.cart td.actions .coupon .input-text {
    float: right;
    box-sizing: border-box;
    border: 1px solid #d3ced2;
    padding: 6px 6px 5px;
    margin: 0 0 0 4px;
    outline: 0
}

#add_payment_method table.cart input,
.woocommerce-cart table.cart input,
.woocommerce-checkout table.cart input {
    margin: 0;
    vertical-align: middle
}

#add_payment_method .wc-proceed-to-checkout,
.woocommerce-cart .wc-proceed-to-checkout,
.woocommerce-checkout .wc-proceed-to-checkout {
    padding: 1em 0
}

#add_payment_method .wc-proceed-to-checkout::after,
#add_payment_method .wc-proceed-to-checkout::before,
.woocommerce-cart .wc-proceed-to-checkout::after,
.woocommerce-cart .wc-proceed-to-checkout::before,
.woocommerce-checkout .wc-proceed-to-checkout::after,
.woocommerce-checkout .wc-proceed-to-checkout::before {
    content: ' ';
    display: table
}

#add_payment_method .wc-proceed-to-checkout::after,
.woocommerce-cart .wc-proceed-to-checkout::after,
.woocommerce-checkout .wc-proceed-to-checkout::after {
    clear: both
}

#add_payment_method .wc-proceed-to-checkout a.checkout-button,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button {
    display: block;
    text-align: center;
    margin-bottom: 1em;
    font-size: 1.25em;
    padding: 1em
}

#add_payment_method .cart-collaterals .shipping-calculator-button,
.woocommerce-cart .cart-collaterals .shipping-calculator-button,
.woocommerce-checkout .cart-collaterals .shipping-calculator-button {
    float: none;
    margin-top: .5em;
    display: inline-block
}

#add_payment_method .cart-collaterals .shipping-calculator-button::after,
.woocommerce-cart .cart-collaterals .shipping-calculator-button::after,
.woocommerce-checkout .cart-collaterals .shipping-calculator-button::after {
    font-family: WooCommerce;
    speak: none;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    margin-right: .618em;
    content: "î€™";
    text-decoration: none
}

#add_payment_method .cart-collaterals .shipping-calculator-form,
.woocommerce-cart .cart-collaterals .shipping-calculator-form,
.woocommerce-checkout .cart-collaterals .shipping-calculator-form {
    margin: 1em 0 0
}

#add_payment_method .cart-collaterals .cart_totals p small,
.woocommerce-cart .cart-collaterals .cart_totals p small,
.woocommerce-checkout .cart-collaterals .cart_totals p small {
    color: #777;
    font-size: .83em
}

#add_payment_method .cart-collaterals .cart_totals table,
.woocommerce-cart .cart-collaterals .cart_totals table,
.woocommerce-checkout .cart-collaterals .cart_totals table {
    border-collapse: separate;
    margin: 0 0 6px;
    padding: 0
}

#add_payment_method .cart-collaterals .cart_totals table tr:first-child td,
#add_payment_method .cart-collaterals .cart_totals table tr:first-child th,
.woocommerce-cart .cart-collaterals .cart_totals table tr:first-child td,
.woocommerce-cart .cart-collaterals .cart_totals table tr:first-child th,
.woocommerce-checkout .cart-collaterals .cart_totals table tr:first-child td,
.woocommerce-checkout .cart-collaterals .cart_totals table tr:first-child th {
    border-top: 0
}

#add_payment_method .cart-collaterals .cart_totals table th,
.woocommerce-cart .cart-collaterals .cart_totals table th,
.woocommerce-checkout .cart-collaterals .cart_totals table th {
    width: 35%
}

#add_payment_method .cart-collaterals .cart_totals table td,
#add_payment_method .cart-collaterals .cart_totals table th,
.woocommerce-cart .cart-collaterals .cart_totals table td,
.woocommerce-cart .cart-collaterals .cart_totals table th,
.woocommerce-checkout .cart-collaterals .cart_totals table td,
.woocommerce-checkout .cart-collaterals .cart_totals table th {
    vertical-align: top;
    border-right: 0;
    border-left: 0;
    line-height: 1.5em
}

#add_payment_method .cart-collaterals .cart_totals table small,
.woocommerce-cart .cart-collaterals .cart_totals table small,
.woocommerce-checkout .cart-collaterals .cart_totals table small {
    color: #777
}

#add_payment_method .cart-collaterals .cart_totals table select,
.woocommerce-cart .cart-collaterals .cart_totals table select,
.woocommerce-checkout .cart-collaterals .cart_totals table select {
    width: 100%
}

#add_payment_method .cart-collaterals .cart_totals .discount td,
.woocommerce-cart .cart-collaterals .cart_totals .discount td,
.woocommerce-checkout .cart-collaterals .cart_totals .discount td {
    color: #77a464
}

#add_payment_method .cart-collaterals .cart_totals tr td,
#add_payment_method .cart-collaterals .cart_totals tr th,
.woocommerce-cart .cart-collaterals .cart_totals tr td,
.woocommerce-cart .cart-collaterals .cart_totals tr th,
.woocommerce-checkout .cart-collaterals .cart_totals tr td,
.woocommerce-checkout .cart-collaterals .cart_totals tr th {
    border-top: 1px solid #ebe9eb
}

#add_payment_method .cart-collaterals .cart_totals .woocommerce-shipping-destination,
.woocommerce-cart .cart-collaterals .cart_totals .woocommerce-shipping-destination,
.woocommerce-checkout .cart-collaterals .cart_totals .woocommerce-shipping-destination {
    margin-bottom: 0
}

#add_payment_method .cart-collaterals .cross-sells ul.products li.product,
.woocommerce-cart .cart-collaterals .cross-sells ul.products li.product,
.woocommerce-checkout .cart-collaterals .cross-sells ul.products li.product {
    margin-top: 0
}

#add_payment_method .checkout .col-2 h3#ship-to-different-address,
.woocommerce-cart .checkout .col-2 h3#ship-to-different-address,
.woocommerce-checkout .checkout .col-2 h3#ship-to-different-address {
    float: right;
    clear: none
}

#add_payment_method .checkout .col-2 .notes,
.woocommerce-cart .checkout .col-2 .notes,
.woocommerce-checkout .checkout .col-2 .notes {
    clear: right
}

#add_payment_method .checkout .col-2 .form-row-first,
.woocommerce-cart .checkout .col-2 .form-row-first,
.woocommerce-checkout .checkout .col-2 .form-row-first {
    clear: right
}

#add_payment_method .checkout .create-account small,
.woocommerce-cart .checkout .create-account small,
.woocommerce-checkout .checkout .create-account small {
    font-size: 11px;
    color: #777;
    font-weight: 400
}

#add_payment_method .checkout div.shipping-address,
.woocommerce-cart .checkout div.shipping-address,
.woocommerce-checkout .checkout div.shipping-address {
    padding: 0;
    clear: right;
    width: 100%
}

#add_payment_method .checkout .shipping_address,
.woocommerce-cart .checkout .shipping_address,
.woocommerce-checkout .checkout .shipping_address {
    clear: both
}

#add_payment_method #payment,
.woocommerce-cart #payment,
.woocommerce-checkout #payment {
    background: #ebe9eb;
    border-radius: 5px
}

#add_payment_method #payment ul.payment_methods,
.woocommerce-cart #payment ul.payment_methods,
.woocommerce-checkout #payment ul.payment_methods {
    text-align: right;
    padding: 1em;
    border-bottom: 1px solid #d3ced2;
    margin: 0;
    list-style: none outside
}

#add_payment_method #payment ul.payment_methods::after,
#add_payment_method #payment ul.payment_methods::before,
.woocommerce-cart #payment ul.payment_methods::after,
.woocommerce-cart #payment ul.payment_methods::before,
.woocommerce-checkout #payment ul.payment_methods::after,
.woocommerce-checkout #payment ul.payment_methods::before {
    content: ' ';
    display: table
}

#add_payment_method #payment ul.payment_methods::after,
.woocommerce-cart #payment ul.payment_methods::after,
.woocommerce-checkout #payment ul.payment_methods::after {
    clear: both
}

#add_payment_method #payment ul.payment_methods li,
.woocommerce-cart #payment ul.payment_methods li,
.woocommerce-checkout #payment ul.payment_methods li {
    line-height: 2;
    text-align: right;
    margin: 0;
    font-weight: 400
}

#add_payment_method #payment ul.payment_methods li input,
.woocommerce-cart #payment ul.payment_methods li input,
.woocommerce-checkout #payment ul.payment_methods li input {
    margin: 0 0 0 1em
}

#add_payment_method #payment ul.payment_methods li img,
.woocommerce-cart #payment ul.payment_methods li img,
.woocommerce-checkout #payment ul.payment_methods li img {
    vertical-align: middle;
    margin: -2px .5em 0 0;
    padding: 0;
    position: relative;
    box-shadow: none
}

#add_payment_method #payment ul.payment_methods li img+img,
.woocommerce-cart #payment ul.payment_methods li img+img,
.woocommerce-checkout #payment ul.payment_methods li img+img {
    margin-right: 2px
}

#add_payment_method #payment ul.payment_methods li:not(.woocommerce-notice)::after,
#add_payment_method #payment ul.payment_methods li:not(.woocommerce-notice)::before,
.woocommerce-cart #payment ul.payment_methods li:not(.woocommerce-notice)::after,
.woocommerce-cart #payment ul.payment_methods li:not(.woocommerce-notice)::before,
.woocommerce-checkout #payment ul.payment_methods li:not(.woocommerce-notice)::after,
.woocommerce-checkout #payment ul.payment_methods li:not(.woocommerce-notice)::before {
    content: ' ';
    display: table
}

#add_payment_method #payment ul.payment_methods li:not(.woocommerce-notice)::after,
.woocommerce-cart #payment ul.payment_methods li:not(.woocommerce-notice)::after,
.woocommerce-checkout #payment ul.payment_methods li:not(.woocommerce-notice)::after {
    clear: both
}

#add_payment_method #payment div.form-row,
.woocommerce-cart #payment div.form-row,
.woocommerce-checkout #payment div.form-row {
    padding: 1em
}

#add_payment_method #payment div.payment_box,
.woocommerce-cart #payment div.payment_box,
.woocommerce-checkout #payment div.payment_box {
    position: relative;
    box-sizing: border-box;
    width: 100%;
    padding: 1em;
    margin: 1em 0;
    font-size: .92em;
    border-radius: 2px;
    line-height: 1.5;
    background-color: #dfdcde;
    color: #515151
}

#add_payment_method #payment div.payment_box input.input-text,
#add_payment_method #payment div.payment_box textarea,
.woocommerce-cart #payment div.payment_box input.input-text,
.woocommerce-cart #payment div.payment_box textarea,
.woocommerce-checkout #payment div.payment_box input.input-text,
.woocommerce-checkout #payment div.payment_box textarea {
    border-color: #c7c1c6;
    border-top-color: #bbb3b9
}

#add_payment_method #payment div.payment_box ::-webkit-input-placeholder,
.woocommerce-cart #payment div.payment_box ::-webkit-input-placeholder,
.woocommerce-checkout #payment div.payment_box ::-webkit-input-placeholder {
    color: #bbb3b9
}

#add_payment_method #payment div.payment_box :-moz-placeholder,
.woocommerce-cart #payment div.payment_box :-moz-placeholder,
.woocommerce-checkout #payment div.payment_box :-moz-placeholder {
    color: #bbb3b9
}

#add_payment_method #payment div.payment_box :-ms-input-placeholder,
.woocommerce-cart #payment div.payment_box :-ms-input-placeholder,
.woocommerce-checkout #payment div.payment_box :-ms-input-placeholder {
    color: #bbb3b9
}

#add_payment_method #payment div.payment_box .woocommerce-SavedPaymentMethods,
.woocommerce-cart #payment div.payment_box .woocommerce-SavedPaymentMethods,
.woocommerce-checkout #payment div.payment_box .woocommerce-SavedPaymentMethods {
    list-style: none outside;
    margin: 0
}

#add_payment_method #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-new,
#add_payment_method #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-token,
.woocommerce-cart #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-new,
.woocommerce-cart #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-token,
.woocommerce-checkout #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-new,
.woocommerce-checkout #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-token {
    margin: 0 0 .5em
}

#add_payment_method #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-new label,
#add_payment_method #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-token label,
.woocommerce-cart #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-new label,
.woocommerce-cart #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-token label,
.woocommerce-checkout #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-new label,
.woocommerce-checkout #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-token label {
    cursor: pointer
}

#add_payment_method #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-tokenInput,
.woocommerce-cart #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-tokenInput,
.woocommerce-checkout #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-tokenInput {
    vertical-align: middle;
    margin: -3px 0 0 1em;
    position: relative
}

#add_payment_method #payment div.payment_box .wc-credit-card-form,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form {
    border: 0;
    padding: 0;
    margin: 1em 0 0
}

#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number {
    font-size: 1.5em;
    padding: 8px;
    background-repeat: no-repeat;
    background-position: left .618em center;
    background-size: 32px 20px
}

#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.visa,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.visa,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.visa,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.visa,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.visa,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.visa,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.visa,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.visa,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.visa {
    background-image: url(../img/icons/credit-cards/visa.svg)
}

#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.mastercard,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.mastercard,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.mastercard,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.mastercard,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.mastercard,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.mastercard,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.mastercard,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.mastercard,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.mastercard {
    background-image: url(../img/icons/credit-cards/mastercard.svg)
}

#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.laser,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.laser,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.laser,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.laser,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.laser,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.laser,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.laser,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.laser,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.laser {
    background-image: url(../img/icons/credit-cards/laser.svg)
}

#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.dinersclub,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.dinersclub,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.dinersclub,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.dinersclub,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.dinersclub,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.dinersclub,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.dinersclub,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.dinersclub,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.dinersclub {
    background-image: url(../img/icons/credit-cards/diners.svg)
}

#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.maestro,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.maestro,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.maestro,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.maestro,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.maestro,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.maestro,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.maestro,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.maestro,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.maestro {
    background-image: url(../img/icons/credit-cards/maestro.svg)
}

#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.jcb,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.jcb,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.jcb,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.jcb,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.jcb,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.jcb,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.jcb,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.jcb,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.jcb {
    background-image: url(../img/icons/credit-cards/jcb.svg)
}

#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.amex,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.amex,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.amex,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.amex,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.amex,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.amex,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.amex,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.amex,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.amex {
    background-image: url(../img/icons/credit-cards/amex.svg)
}

#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.discover,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.discover,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.discover,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.discover,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.discover,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.discover,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.discover,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.discover,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.discover {
    background-image: url(../img/icons/credit-cards/discover.svg)
}

#add_payment_method #payment div.payment_box span.help,
.woocommerce-cart #payment div.payment_box span.help,
.woocommerce-checkout #payment div.payment_box span.help {
    font-size: .857em;
    color: #777;
    font-weight: 400
}

#add_payment_method #payment div.payment_box .form-row,
.woocommerce-cart #payment div.payment_box .form-row,
.woocommerce-checkout #payment div.payment_box .form-row {
    margin: 0 0 1em
}

#add_payment_method #payment div.payment_box p:last-child,
.woocommerce-cart #payment div.payment_box p:last-child,
.woocommerce-checkout #payment div.payment_box p:last-child {
    margin-bottom: 0
}

#add_payment_method #payment div.payment_box::before,
.woocommerce-cart #payment div.payment_box::before,
.woocommerce-checkout #payment div.payment_box::before {
    content: "";
    display: block;
    border: 1em solid #dfdcde;
    border-left-color: transparent;
    border-right-color: transparent;
    border-top-color: transparent;
    position: absolute;
    top: -.75em;
    right: 0;
    margin: -1em 2em 0 0
}

#add_payment_method #payment .payment_method_paypal .about_paypal,
.woocommerce-cart #payment .payment_method_paypal .about_paypal,
.woocommerce-checkout #payment .payment_method_paypal .about_paypal {
    float: left;
    line-height: 52px;
    font-size: .83em
}

#add_payment_method #payment .payment_method_paypal img,
.woocommerce-cart #payment .payment_method_paypal img,
.woocommerce-checkout #payment .payment_method_paypal img {
    max-height: 52px;
    vertical-align: middle
}

.woocommerce-terms-and-conditions {
    border: 1px solid rgba(0, 0, 0, .2);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
    background: rgba(0, 0, 0, .05)
}

.woocommerce-invalid #terms {
    outline: 2px solid red;
    outline-offset: 2px
}

.woocommerce-password-strength {
    text-align: center;
    font-weight: 600;
    padding: 3px .5em;
    font-size: 1em
}

.woocommerce-password-strength.strong {
    background-color: #c1e1b9;
    border-color: #83c373
}

.woocommerce-password-strength.short {
    background-color: #f1adad;
    border-color: #e35b5b
}

.woocommerce-password-strength.bad {
    background-color: #fbc5a9;
    border-color: #f78b53
}

.woocommerce-password-strength.good {
    background-color: #ffe399;
    border-color: #ffc733
}

.woocommerce-password-hint {
    margin: .5em 0 0;
    display: block
}

#content.twentyeleven .woocommerce-pagination a {
    font-size: 1em;
    line-height: 1
}

.single-product .twentythirteen #reply-title,
.single-product .twentythirteen #respond #commentform,
.single-product .twentythirteen .entry-summary {
    padding: 0
}

.single-product .twentythirteen p.stars {
    clear: both
}

.twentythirteen .woocommerce-breadcrumb {
    padding-top: 40px
}

.twentyfourteen ul.products li.product {
    margin-top: 0!important
}

body:not(.search-results) .twentysixteen .entry-summary {
    color: inherit;
    font-size: inherit;
    line-height: inherit
}

.twentysixteen .price ins {
    background: inherit;
    color: inherit
}

@media only screen and (max-width: 768px) {
    .woocommerce table.shop_table_responsive thead,
    .woocommerce-page table.shop_table_responsive thead {
        display: none
    }
    .woocommerce table.shop_table_responsive tbody tr:first-child td:first-child,
    .woocommerce-page table.shop_table_responsive tbody tr:first-child td:first-child {
        border-top: 0
    }
    .woocommerce table.shop_table_responsive tbody th,
    .woocommerce-page table.shop_table_responsive tbody th {
        display: none
    }
    .woocommerce table.shop_table_responsive tr,
    .woocommerce-page table.shop_table_responsive tr {
        display: block
    }
    .woocommerce table.shop_table_responsive tr td,
    .woocommerce-page table.shop_table_responsive tr td {
        display: block;
        text-align: left!important
    }
    .woocommerce table.shop_table_responsive tr td.order-actions,
    .woocommerce-page table.shop_table_responsive tr td.order-actions {
        text-align: right!important
    }
    .woocommerce table.shop_table_responsive tr td::before,
    .woocommerce-page table.shop_table_responsive tr td::before {
        content: attr(data-title) ": ";
        font-weight: 700;
        float: right
    }
    .woocommerce table.shop_table_responsive tr td.actions::before,
    .woocommerce table.shop_table_responsive tr td.product-remove::before,
    .woocommerce-page table.shop_table_responsive tr td.actions::before,
    .woocommerce-page table.shop_table_responsive tr td.product-remove::before {
        display: none
    }
    .woocommerce table.shop_table_responsive tr:nth-child(2n) td,
    .woocommerce-page table.shop_table_responsive tr:nth-child(2n) td {
        background-color: rgba(0, 0, 0, .025)
    }
    .woocommerce table.my_account_orders tr td.order-actions,
    .woocommerce-page table.my_account_orders tr td.order-actions {
        text-align: right
    }
    .woocommerce table.my_account_orders tr td.order-actions::before,
    .woocommerce-page table.my_account_orders tr td.order-actions::before {
        display: none
    }
    .woocommerce table.my_account_orders tr td.order-actions .button,
    .woocommerce-page table.my_account_orders tr td.order-actions .button {
        float: none;
        margin: .125em 0 .125em .25em
    }
    .woocommerce .col2-set .col-1,
    .woocommerce .col2-set .col-2,
    .woocommerce-page .col2-set .col-1,
    .woocommerce-page .col2-set .col-2 {
        float: none;
        width: 100%
    }
    .woocommerce ul.products[class*=columns-] li.product,
    .woocommerce-page ul.products[class*=columns-] li.product {
        width: 48%;
        float: right;
        clear: both;
        margin: 0 0 2.992em
    }
    .woocommerce ul.products[class*=columns-] li.product:nth-child(2n),
    .woocommerce-page ul.products[class*=columns-] li.product:nth-child(2n) {
        float: left;
        clear: none!important
    }
    .woocommerce #content div.product div.images,
    .woocommerce #content div.product div.summary,
    .woocommerce div.product div.images,
    .woocommerce div.product div.summary,
    .woocommerce-page #content div.product div.images,
    .woocommerce-page #content div.product div.summary,
    .woocommerce-page div.product div.images,
    .woocommerce-page div.product div.summary {
        float: none;
        width: 100%
    }
    .woocommerce #content table.cart .product-thumbnail,
    .woocommerce table.cart .product-thumbnail,
    .woocommerce-page #content table.cart .product-thumbnail,
    .woocommerce-page table.cart .product-thumbnail {
        display: none
    }
    .woocommerce #content table.cart td.actions,
    .woocommerce table.cart td.actions,
    .woocommerce-page #content table.cart td.actions,
    .woocommerce-page table.cart td.actions {
        text-align: right
    }
    .woocommerce #content table.cart td.actions .coupon,
    .woocommerce table.cart td.actions .coupon,
    .woocommerce-page #content table.cart td.actions .coupon,
    .woocommerce-page table.cart td.actions .coupon {
        float: none;
        padding-bottom: .5em
    }
    .woocommerce #content table.cart td.actions .coupon::after,
    .woocommerce #content table.cart td.actions .coupon::before,
    .woocommerce table.cart td.actions .coupon::after,
    .woocommerce table.cart td.actions .coupon::before,
    .woocommerce-page #content table.cart td.actions .coupon::after,
    .woocommerce-page #content table.cart td.actions .coupon::before,
    .woocommerce-page table.cart td.actions .coupon::after,
    .woocommerce-page table.cart td.actions .coupon::before {
        content: ' ';
        display: table
    }
    .woocommerce #content table.cart td.actions .coupon::after,
    .woocommerce table.cart td.actions .coupon::after,
    .woocommerce-page #content table.cart td.actions .coupon::after,
    .woocommerce-page table.cart td.actions .coupon::after {
        clear: both
    }
    .woocommerce #content table.cart td.actions .coupon .button,
    .woocommerce #content table.cart td.actions .coupon .input-text,
    .woocommerce #content table.cart td.actions .coupon input,
    .woocommerce table.cart td.actions .coupon .button,
    .woocommerce table.cart td.actions .coupon .input-text,
    .woocommerce table.cart td.actions .coupon input,
    .woocommerce-page #content table.cart td.actions .coupon .button,
    .woocommerce-page #content table.cart td.actions .coupon .input-text,
    .woocommerce-page #content table.cart td.actions .coupon input,
    .woocommerce-page table.cart td.actions .coupon .button,
    .woocommerce-page table.cart td.actions .coupon .input-text,
    .woocommerce-page table.cart td.actions .coupon input {
        width: 48%;
        box-sizing: border-box
    }
    .woocommerce #content table.cart td.actions .coupon .button.alt,
    .woocommerce #content table.cart td.actions .coupon .input-text+.button,
    .woocommerce table.cart td.actions .coupon .button.alt,
    .woocommerce table.cart td.actions .coupon .input-text+.button,
    .woocommerce-page #content table.cart td.actions .coupon .button.alt,
    .woocommerce-page #content table.cart td.actions .coupon .input-text+.button,
    .woocommerce-page table.cart td.actions .coupon .button.alt,
    .woocommerce-page table.cart td.actions .coupon .input-text+.button {
        float: left
    }
    .woocommerce #content table.cart td.actions .button,
    .woocommerce table.cart td.actions .button,
    .woocommerce-page #content table.cart td.actions .button,
    .woocommerce-page table.cart td.actions .button {
        display: block;
        width: 100%
    }
    .woocommerce .cart-collaterals .cart_totals,
    .woocommerce .cart-collaterals .cross-sells,
    .woocommerce .cart-collaterals .shipping_calculator,
    .woocommerce-page .cart-collaterals .cart_totals,
    .woocommerce-page .cart-collaterals .cross-sells,
    .woocommerce-page .cart-collaterals .shipping_calculator {
        width: 100%;
        float: none;
        text-align: right
    }
    .woocommerce-page.woocommerce-checkout form.login .form-row,
    .woocommerce.woocommerce-checkout form.login .form-row {
        width: 100%;
        float: none
    }
    .woocommerce #payment .terms,
    .woocommerce-page #payment .terms {
        text-align: right;
        padding: 0
    }
    .woocommerce #payment #place_order,
    .woocommerce-page #payment #place_order {
        float: none;
        width: 100%;
        box-sizing: border-box;
        margin-bottom: 1em
    }
    .woocommerce .lost_reset_password .form-row-first,
    .woocommerce .lost_reset_password .form-row-last,
    .woocommerce-page .lost_reset_password .form-row-first,
    .woocommerce-page .lost_reset_password .form-row-last {
        width: 100%;
        float: none;
        margin-left: 0
    }
    .woocommerce-account .woocommerce-MyAccount-content,
    .woocommerce-account .woocommerce-MyAccount-navigation {
        float: none;
        width: 100%
    }
    .single-product .twentythirteen .panel {
        padding-right: 20px!important;
        padding-left: 20px!important
    }
}

@charset "UTF-8";
@-webkit-keyframes spin {
    100% {
        -webkit-transform: rotate(-360deg);
        transform: rotate(-360deg)
    }
}

@keyframes spin {
    100% {
        -webkit-transform: rotate(-360deg);
        transform: rotate(-360deg)
    }
}

@font-face {
    font-family: star;
    src: url(../fonts/star.eot);
    src: url(../fonts/star.eot?#iefix) format("embedded-opentype"), url(../fonts/star.woff) format("woff"), url(../fonts/star.ttf) format("truetype"), url(../fonts/star.svg#star) format("svg");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: WooCommerce;
    src: url(../fonts/WooCommerce.eot);
    src: url(../fonts/WooCommerce.eot?#iefix) format("embedded-opentype"), url(../fonts/WooCommerce.woff) format("woff"), url(../fonts/WooCommerce.ttf) format("truetype"), url(../fonts/WooCommerce.svg#WooCommerce) format("svg");
    font-weight: 400;
    font-style: normal
}

.woocommerce-store-notice,
p.demo_store {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    margin: 0;
    width: 100%;
    font-size: 1em;
    padding: 1em 0;
    text-align: center;
    background-color: #a46497;
    color: #fff;
    z-index: 99998;
    box-shadow: 0 1px 1em rgba(0, 0, 0, .2);
    display: none
}

.woocommerce-store-notice a,
p.demo_store a {
    color: #fff;
    text-decoration: underline
}

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute!important;
    width: 1px;
    word-wrap: normal!important
}

.admin-bar p.demo_store {
    top: 32px
}

.clear {
    clear: both
}

.woocommerce .blockUI.blockOverlay {
    position: relative
}

.woocommerce .blockUI.blockOverlay::before {
    height: 1em;
    width: 1em;
    display: block;
    position: absolute;
    top: 50%;
    right: 50%;
    margin-right: -.5em;
    margin-top: -.5em;
    content: '';
    -webkit-animation: spin 1s ease-in-out infinite;
    animation: spin 1s ease-in-out infinite;
    background: url(../img/icons/loader.svg) center center;
    background-size: cover;
    line-height: 1;
    text-align: center;
    font-size: 2em;
    color: rgba(0, 0, 0, .75)
}

.woocommerce .loader::before {
    height: 1em;
    width: 1em;
    display: block;
    position: absolute;
    top: 50%;
    right: 50%;
    margin-right: -.5em;
    margin-top: -.5em;
    content: '';
    -webkit-animation: spin 1s ease-in-out infinite;
    animation: spin 1s ease-in-out infinite;
    background: url(../img/icons/loader.svg) center center;
    background-size: cover;
    line-height: 1;
    text-align: center;
    font-size: 2em;
    color: rgba(0, 0, 0, .75)
}

.woocommerce a.remove {
    display: block;
    font-size: 1.5em;
    height: 1em;
    width: 1em;
    text-align: center;
    line-height: 1;
    border-radius: 100%;
    color: red!important;
    text-decoration: none;
    font-weight: 700;
    border: 0
}

.woocommerce a.remove:hover {
    color: #fff!important;
    background: red
}

.woocommerce small.note {
    display: block;
    color: #777;
    font-size: .857em;
    margin-top: 10px
}

.woocommerce .woocommerce-breadcrumb {
    margin: 0 0 1em;
    padding: 0;
    font-size: .92em;
    color: #777
}

.woocommerce .woocommerce-breadcrumb::after,
.woocommerce .woocommerce-breadcrumb::before {
    content: ' ';
    display: table
}

.woocommerce .woocommerce-breadcrumb::after {
    clear: both
}

.woocommerce .woocommerce-breadcrumb a {
    color: #777
}

.woocommerce .quantity .qty {
    width: 3.631em;
    text-align: center
}

.woocommerce div.product {
    margin-bottom: 0;
    position: relative
}

.woocommerce div.product .product_title {
    clear: none;
    margin-top: 0;
    padding: 0
}

.woocommerce div.product p.price,
.woocommerce div.product span.price {
    color: #77a464;
    font-size: 1.25em
}

.woocommerce div.product p.price ins,
.woocommerce div.product span.price ins {
    background: inherit;
    font-weight: 700;
    display: inline-block
}

.woocommerce div.product p.price del,
.woocommerce div.product span.price del {
    opacity: .5;
    display: inline-block
}

.woocommerce div.product p.stock {
    font-size: .92em
}

.woocommerce div.product .stock {
    color: #77a464
}

.woocommerce div.product .out-of-stock {
    color: red
}

.woocommerce div.product .woocommerce-product-rating {
    margin-bottom: 1.618em
}

.woocommerce div.product div.images {
    margin-bottom: 2em
}

.woocommerce div.product div.images img {
    display: block;
    width: 100%;
    height: auto;
    box-shadow: none
}

.woocommerce div.product div.images div.thumbnails {
    padding-top: 1em
}

.woocommerce div.product div.images.woocommerce-product-gallery {
    position: relative
}

.woocommerce div.product div.images .woocommerce-product-gallery__wrapper {
    -webkit-transition: all cubic-bezier(.795, -.035, 0, 1) .5s;
    transition: all cubic-bezier(.795, -.035, 0, 1) .5s;
    margin: 0;
    padding: 0
}

.woocommerce div.product div.images .woocommerce-product-gallery__wrapper .zoomImg {
    background-color: #fff;
    opacity: 0
}

.woocommerce div.product div.images .woocommerce-product-gallery__image--placeholder {
    border: 1px solid #f2f2f2
}

.woocommerce div.product div.images .woocommerce-product-gallery__image:nth-child(n+2) {
    width: 25%;
    display: inline-block
}

.woocommerce div.product div.images .woocommerce-product-gallery__trigger {
    position: absolute;
    top: .5em;
    left: .5em;
    font-size: 2em;
    z-index: 9;
    width: 36px;
    height: 36px;
    background: #fff;
    text-indent: -9999px;
    border-radius: 100%;
    box-sizing: content-box
}

.woocommerce div.product div.images .woocommerce-product-gallery__trigger::before {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    border: 2px solid #000;
    border-radius: 100%;
    position: absolute;
    top: 9px;
    right: 9px;
    box-sizing: content-box
}

.woocommerce div.product div.images .woocommerce-product-gallery__trigger::after {
    content: "";
    display: block;
    width: 2px;
    height: 8px;
    background: #000;
    border-radius: 6px;
    position: absolute;
    top: 19px;
    right: 22px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    box-sizing: content-box
}

.woocommerce div.product div.images .flex-control-thumbs {
    overflow: hidden;
    zoom: 1;
    margin: 0;
    padding: 0
}

.woocommerce div.product div.images .flex-control-thumbs li {
    width: 25%;
    float: right;
    margin: 0;
    list-style: none
}

.woocommerce div.product div.images .flex-control-thumbs li img {
    cursor: pointer;
    opacity: .5;
    margin: 0
}

.woocommerce div.product div.images .flex-control-thumbs li img.flex-active,
.woocommerce div.product div.images .flex-control-thumbs li img:hover {
    opacity: 1
}

.woocommerce div.product .woocommerce-product-gallery--columns-3 .flex-control-thumbs li:nth-child(3n+1) {
    clear: right
}

.woocommerce div.product .woocommerce-product-gallery--columns-4 .flex-control-thumbs li:nth-child(4n+1) {
    clear: right
}

.woocommerce div.product .woocommerce-product-gallery--columns-5 .flex-control-thumbs li:nth-child(5n+1) {
    clear: right
}

.woocommerce div.product div.summary {
    margin-bottom: 2em
}

.woocommerce div.product div.social {
    text-align: left;
    margin: 0 0 1em
}

.woocommerce div.product div.social span {
    margin: 0 2px 0 0
}

.woocommerce div.product div.social span span {
    margin: 0
}

.woocommerce div.product div.social span .stButton .chicklets {
    padding-right: 16px;
    width: 0
}

.woocommerce div.product div.social iframe {
    float: right;
    margin-top: 3px
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
    list-style: none;
    padding: 0 1em 0 0;
    margin: 0 0 1.618em;
    overflow: hidden;
    position: relative
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
    border: 1px solid #d3ced2;
    background-color: #ebe9eb;
    display: inline-block;
    position: relative;
    z-index: 0;
    border-radius: 4px 4px 0 0;
    margin: 0 -5px;
    padding: 0 1em
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
    display: inline-block;
    padding: .5em 0;
    font-weight: 700;
    color: #515151;
    text-decoration: none
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a:hover {
    text-decoration: none;
    color: #6b6a6b
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
    background: #fff;
    z-index: 2;
    border-bottom-color: #fff
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
    color: inherit;
    text-shadow: inherit
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active::before {
    box-shadow: -2px 2px 0 #fff
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active::after {
    box-shadow: 2px 2px 0 #fff
}

.woocommerce div.product .woocommerce-tabs ul.tabs li::after,
.woocommerce div.product .woocommerce-tabs ul.tabs li::before {
    border: 1px solid #d3ced2;
    position: absolute;
    bottom: -1px;
    width: 5px;
    height: 5px;
    content: " ";
    box-sizing: border-box
}

.woocommerce div.product .woocommerce-tabs ul.tabs li::before {
    right: -5px;
    border-bottom-left-radius: 4px;
    border-width: 0 0 1px 1px;
    box-shadow: -2px 2px 0 #ebe9eb
}

.woocommerce div.product .woocommerce-tabs ul.tabs li::after {
    left: -5px;
    border-bottom-right-radius: 4px;
    border-width: 0 1px 1px 0;
    box-shadow: 2px 2px 0 #ebe9eb
}

.woocommerce div.product .woocommerce-tabs ul.tabs::before {
    position: absolute;
    content: " ";
    width: 100%;
    bottom: 0;
    right: 0;
    border-bottom: 1px solid #d3ced2;
    z-index: 1
}

.woocommerce div.product .woocommerce-tabs .panel {
    margin: 0 0 2em;
    padding: 0
}

.woocommerce div.product p.cart {
    margin-bottom: 2em
}

.woocommerce div.product p.cart::after,
.woocommerce div.product p.cart::before {
    content: ' ';
    display: table
}

.woocommerce div.product p.cart::after {
    clear: both
}

.woocommerce div.product form.cart {
    margin-bottom: 2em
}

.woocommerce div.product form.cart::after,
.woocommerce div.product form.cart::before {
    content: ' ';
    display: table
}

.woocommerce div.product form.cart::after {
    clear: both
}

.woocommerce div.product form.cart div.quantity {
    float: right;
    margin: 0 0 0 4px
}

.woocommerce div.product form.cart table {
    border-width: 0 0 1px
}

.woocommerce div.product form.cart table td {
    padding-right: 0
}

.woocommerce div.product form.cart table div.quantity {
    float: none;
    margin: 0
}

.woocommerce div.product form.cart table small.stock {
    display: block;
    float: none
}

.woocommerce div.product form.cart .variations {
    margin-bottom: 1em;
    border: 0;
    width: 100%
}

.woocommerce div.product form.cart .variations td,
.woocommerce div.product form.cart .variations th {
    border: 0;
    vertical-align: top;
    line-height: 2em
}

.woocommerce div.product form.cart .variations label {
    font-weight: 700
}

.woocommerce div.product form.cart .variations select {
    max-width: 100%;
    min-width: 75%;
    display: inline-block;
    margin-left: 1em
}

.woocommerce div.product form.cart .variations td.label {
    padding-left: 1em
}

.woocommerce div.product form.cart .woocommerce-variation-description p {
    margin-bottom: 1em
}

.woocommerce div.product form.cart .reset_variations {
    visibility: hidden;
    font-size: .83em
}

.woocommerce div.product form.cart .wc-no-matching-variations {
    display: none
}

.woocommerce div.product form.cart .button {
    vertical-align: middle;
    float: right
}

.woocommerce div.product form.cart .group_table td.woocommerce-grouped-product-list-item__label {
    padding-left: 1em;
    padding-right: 1em
}

.woocommerce div.product form.cart .group_table td {
    vertical-align: top;
    padding-bottom: .5em;
    border: 0
}

.woocommerce div.product form.cart .group_table td:first-child {
    width: 4em;
    text-align: center
}

.woocommerce div.product form.cart .group_table .wc-grouped-product-add-to-cart-checkbox {
    display: inline-block;
    width: auto;
    margin: 0 auto;
    -webkit-transform: scale(1.5, 1.5);
    -ms-transform: scale(1.5, 1.5);
    transform: scale(1.5, 1.5)
}

.woocommerce span.onsale {
    min-height: 3.236em;
    min-width: 3.236em;
    padding: .202em;
    font-size: 1em;
    font-weight: 700;
    position: absolute;
    text-align: center;
    line-height: 3.236;
    top: -.5em;
    right: -.5em;
    margin: 0;
    border-radius: 100%;
    background-color: #77a464;
    color: #fff;
    font-size: .857em;
    z-index: 9
}

.woocommerce .products ul,
.woocommerce ul.products {
    margin: 0 0 1em;
    padding: 0;
    list-style: none outside;
    clear: both
}

.woocommerce .products ul::after,
.woocommerce .products ul::before,
.woocommerce ul.products::after,
.woocommerce ul.products::before {
    content: ' ';
    display: table
}

.woocommerce .products ul::after,
.woocommerce ul.products::after {
    clear: both
}

.woocommerce .products ul li,
.woocommerce ul.products li {
    list-style: none outside
}

.woocommerce ul.products li.product .onsale {
    top: 0;
    left: 0;
    right: auto;
    margin: -.5em 0 0 -.5em
}

.woocommerce ul.products li.product .woocommerce-loop-category__title,
.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce ul.products li.product h3 {
    padding: .5em 0;
    margin: 0;
    font-size: 1em
}

.woocommerce ul.products li.product a {
    text-decoration: none
}

.woocommerce ul.products li.product a img {
    width: 100%;
    height: auto;
    display: block;
    margin: 0 0 1em;
    box-shadow: none
}

.woocommerce ul.products li.product strong {
    display: block
}

.woocommerce ul.products li.product .woocommerce-placeholder {
    border: 1px solid #f2f2f2
}

.woocommerce ul.products li.product .star-rating {
    font-size: .857em
}

.woocommerce ul.products li.product .button {
    margin-top: 1em
}

.woocommerce ul.products li.product .price {
    color: #77a464;
    display: block;
    font-weight: 400;
    margin-bottom: .5em;
    font-size: .857em
}

.woocommerce ul.products li.product .price del {
    color: inherit;
    opacity: .5;
    display: inline-block
}

.woocommerce ul.products li.product .price ins {
    background: 0 0;
    font-weight: 700;
    display: inline-block
}

.woocommerce ul.products li.product .price .from {
    font-size: .67em;
    margin: -2px 0 0;
    text-transform: uppercase;
    color: rgba(132, 132, 132, .5)
}

.woocommerce .woocommerce-result-count {
    margin: 0 0 1em
}

.woocommerce .woocommerce-ordering {
    margin: 0 0 1em
}

.woocommerce .woocommerce-ordering select {
    vertical-align: top
}

.woocommerce nav.woocommerce-pagination {
    text-align: center
}

.woocommerce nav.woocommerce-pagination ul {
    display: inline-block;
    white-space: nowrap;
    padding: 0;
    clear: both;
    border: 1px solid #d3ced2;
    border-left: 0;
    margin: 1px
}

.woocommerce nav.woocommerce-pagination ul li {
    border-left: 1px solid #d3ced2;
    padding: 0;
    margin: 0;
    float: right;
    display: inline;
    overflow: hidden
}

.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span {
    margin: 0;
    text-decoration: none;
    padding: 0;
    line-height: 1;
    font-size: 1em;
    font-weight: 400;
    padding: .5em;
    min-width: 1em;
    display: block
}

.woocommerce nav.woocommerce-pagination ul li a:focus,
.woocommerce nav.woocommerce-pagination ul li a:hover,
.woocommerce nav.woocommerce-pagination ul li span.current {
    background: #ebe9eb;
    color: #8a7e88
}

.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
    font-size: 100%;
    margin: 0;
    line-height: 1;
    cursor: pointer;
    position: relative;
    text-decoration: none;
    overflow: visible;
    padding: .618em 1em;
    font-weight: 700;
    border-radius: 3px;
    right: auto;
    color: #515151;
    background-color: #ebe9eb;
    border: 0;
    display: inline-block;
    background-image: none;
    box-shadow: none;
    text-shadow: none
}

.woocommerce #respond input#submit.loading,
.woocommerce a.button.loading,
.woocommerce button.button.loading,
.woocommerce input.button.loading {
    opacity: .25;
    padding-left: 2.618em
}

.woocommerce #respond input#submit.loading::after,
.woocommerce a.button.loading::after,
.woocommerce button.button.loading::after,
.woocommerce input.button.loading::after {
    font-family: WooCommerce;
    content: "\e01c";
    vertical-align: top;
    font-weight: 400;
    position: absolute;
    top: .618em;
    left: 1em;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite
}

.woocommerce #respond input#submit.added::after,
.woocommerce a.button.added::after,
.woocommerce button.button.added::after,
.woocommerce input.button.added::after {
    font-family: WooCommerce;
    content: "\e017";
    margin-right: .53em;
    vertical-align: bottom
}

.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover {
    background-color: #dfdcde;
    text-decoration: none;
    background-image: none;
    color: #515151
}

.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
    background-color: #a46497;
    color: #fff;
    -webkit-font-smoothing: antialiased
}

.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover {
    background-color: #96588a;
    color: #fff
}

.woocommerce #respond input#submit.alt.disabled,
.woocommerce #respond input#submit.alt.disabled:hover,
.woocommerce #respond input#submit.alt:disabled,
.woocommerce #respond input#submit.alt:disabled:hover,
.woocommerce #respond input#submit.alt:disabled[disabled],
.woocommerce #respond input#submit.alt:disabled[disabled]:hover,
.woocommerce a.button.alt.disabled,
.woocommerce a.button.alt.disabled:hover,
.woocommerce a.button.alt:disabled,
.woocommerce a.button.alt:disabled:hover,
.woocommerce a.button.alt:disabled[disabled],
.woocommerce a.button.alt:disabled[disabled]:hover,
.woocommerce button.button.alt.disabled,
.woocommerce button.button.alt.disabled:hover,
.woocommerce button.button.alt:disabled,
.woocommerce button.button.alt:disabled:hover,
.woocommerce button.button.alt:disabled[disabled],
.woocommerce button.button.alt:disabled[disabled]:hover,
.woocommerce input.button.alt.disabled,
.woocommerce input.button.alt.disabled:hover,
.woocommerce input.button.alt:disabled,
.woocommerce input.button.alt:disabled:hover,
.woocommerce input.button.alt:disabled[disabled],
.woocommerce input.button.alt:disabled[disabled]:hover {
    background-color: #a46497;
    color: #fff
}

.woocommerce #respond input#submit.disabled,
.woocommerce #respond input#submit:disabled,
.woocommerce #respond input#submit:disabled[disabled],
.woocommerce a.button.disabled,
.woocommerce a.button:disabled,
.woocommerce a.button:disabled[disabled],
.woocommerce button.button.disabled,
.woocommerce button.button:disabled,
.woocommerce button.button:disabled[disabled],
.woocommerce input.button.disabled,
.woocommerce input.button:disabled,
.woocommerce input.button:disabled[disabled] {
    color: inherit;
    cursor: not-allowed;
    opacity: .5;
    padding: .618em 1em
}

.woocommerce #respond input#submit.disabled:hover,
.woocommerce #respond input#submit:disabled:hover,
.woocommerce #respond input#submit:disabled[disabled]:hover,
.woocommerce a.button.disabled:hover,
.woocommerce a.button:disabled:hover,
.woocommerce a.button:disabled[disabled]:hover,
.woocommerce button.button.disabled:hover,
.woocommerce button.button:disabled:hover,
.woocommerce button.button:disabled[disabled]:hover,
.woocommerce input.button.disabled:hover,
.woocommerce input.button:disabled:hover,
.woocommerce input.button:disabled[disabled]:hover {
    color: inherit;
    background-color: #ebe9eb
}

.woocommerce .cart .button,
.woocommerce .cart input.button {
    float: none
}

.woocommerce a.added_to_cart {
    padding-top: .5em;
    display: inline-block
}

.woocommerce #reviews h2 small {
    float: left;
    color: #777;
    font-size: 15px;
    margin: 10px 0 0
}

.woocommerce #reviews h2 small a {
    text-decoration: none;
    color: #777
}

.woocommerce #reviews h3 {
    margin: 0
}

.woocommerce #reviews #respond {
    margin: 0;
    border: 0;
    padding: 0
}

.woocommerce #reviews #comment {
    height: 75px
}

.woocommerce #reviews #comments .add_review::after,
.woocommerce #reviews #comments .add_review::before {
    content: ' ';
    display: table
}

.woocommerce #reviews #comments .add_review::after {
    clear: both
}

.woocommerce #reviews #comments h2 {
    clear: none
}

.woocommerce #reviews #comments ol.commentlist {
    margin: 0;
    width: 100%;
    background: 0 0;
    list-style: none
}

.woocommerce #reviews #comments ol.commentlist::after,
.woocommerce #reviews #comments ol.commentlist::before {
    content: ' ';
    display: table
}

.woocommerce #reviews #comments ol.commentlist::after {
    clear: both
}

.woocommerce #reviews #comments ol.commentlist li {
    padding: 0;
    margin: 0 0 20px;
    border: 0;
    position: relative;
    background: 100%;
    border: 0
}

.woocommerce #reviews #comments ol.commentlist li .meta {
    color: #777;
    font-size: .75em
}

.woocommerce #reviews #comments ol.commentlist li img.avatar {
    float: right;
    position: absolute;
    top: 0;
    right: 0;
    padding: 3px;
    width: 32px;
    height: auto;
    background: #ebe9eb;
    border: 1px solid #e4e1e3;
    margin: 0;
    box-shadow: none
}

.woocommerce #reviews #comments ol.commentlist li .comment-text {
    margin: 0 50px 0 0;
    border: 1px solid #e4e1e3;
    border-radius: 4px;
    padding: 1em 1em 0
}

.woocommerce #reviews #comments ol.commentlist li .comment-text::after,
.woocommerce #reviews #comments ol.commentlist li .comment-text::before {
    content: ' ';
    display: table
}

.woocommerce #reviews #comments ol.commentlist li .comment-text::after {
    clear: both
}

.woocommerce #reviews #comments ol.commentlist li .comment-text p {
    margin: 0 0 1em
}

.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta {
    font-size: .83em
}

.woocommerce #reviews #comments ol.commentlist ul.children {
    list-style: none outside;
    margin: 20px 50px 0 0
}

.woocommerce #reviews #comments ol.commentlist ul.children .star-rating {
    display: none
}

.woocommerce #reviews #comments ol.commentlist #respond {
    border: 1px solid #e4e1e3;
    border-radius: 4px;
    padding: 1em 1em 0;
    margin: 20px 50px 0 0
}

.woocommerce #reviews #comments .commentlist>li::before {
    content: ""
}

.woocommerce .star-rating {
    float: left;
    overflow: hidden;
    position: relative;
    height: 1em;
    line-height: 1;
    font-size: 1em;
    width: 5.4em;
    font-family: star
}

.woocommerce .star-rating::before {
    content: "\73\73\73\73\73";
    color: #d3ced2;
    float: right;
    top: 0;
    right: 0;
    position: absolute
}

.woocommerce .star-rating span {
    overflow: hidden;
    float: right;
    top: 0;
    right: 0;
    position: absolute;
    padding-top: 1.5em
}

.woocommerce .star-rating span::before {
    content: "\53\53\53\53\53";
    top: 0;
    position: absolute;
    right: 0
}

.woocommerce .woocommerce-product-rating {
    line-height: 2;
    display: block
}

.woocommerce .woocommerce-product-rating::after,
.woocommerce .woocommerce-product-rating::before {
    content: ' ';
    display: table
}

.woocommerce .woocommerce-product-rating::after {
    clear: both
}

.woocommerce .woocommerce-product-rating .star-rating {
    margin: .5em 0 0 4px;
    float: right
}

.woocommerce .products .star-rating {
    display: block;
    margin: 0 0 .5em;
    float: none
}

.woocommerce .hreview-aggregate .star-rating {
    margin: 10px 0 0
}

.woocommerce #review_form #respond {
    position: static;
    margin: 0;
    width: auto;
    padding: 0;
    background: transparent none;
    border: 0
}

.woocommerce #review_form #respond::after,
.woocommerce #review_form #respond::before {
    content: ' ';
    display: table
}

.woocommerce #review_form #respond::after {
    clear: both
}

.woocommerce #review_form #respond p {
    margin: 0 0 10px
}

.woocommerce #review_form #respond .form-submit input {
    right: auto
}

.woocommerce #review_form #respond textarea {
    box-sizing: border-box;
    width: 100%
}

.woocommerce p.stars a {
    position: relative;
    height: 1em;
    width: 1em;
    text-indent: -999em;
    display: inline-block;
    text-decoration: none
}

.woocommerce p.stars a::before {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 1em;
    height: 1em;
    line-height: 1;
    font-family: WooCommerce;
    content: "\e021";
    text-indent: 0
}

.woocommerce p.stars a:hover~a::before {
    content: "\e021"
}

.woocommerce p.stars:hover a::before {
    content: "\e020"
}

.woocommerce p.stars.selected a.active::before {
    content: "\e020"
}

.woocommerce p.stars.selected a.active~a::before {
    content: "\e021"
}

.woocommerce p.stars.selected a:not(.active)::before {
    content: "\e020"
}

.woocommerce table.shop_attributes {
    border: 0;
    border-top: 1px dotted rgba(0, 0, 0, .1);
    margin-bottom: 1.618em;
    width: 100%
}

.woocommerce table.shop_attributes th {
    width: 150px;
    font-weight: 700;
    padding: 8px;
    border-top: 0;
    border-bottom: 1px dotted rgba(0, 0, 0, .1);
    margin: 0;
    line-height: 1.5
}

.woocommerce table.shop_attributes td {
    font-style: italic;
    padding: 0;
    border-top: 0;
    border-bottom: 1px dotted rgba(0, 0, 0, .1);
    margin: 0;
    line-height: 1.5
}

.woocommerce table.shop_attributes td p {
    margin: 0;
    padding: 8px 0
}

.woocommerce table.shop_attributes tr:nth-child(even) td,
.woocommerce table.shop_attributes tr:nth-child(even) th {
    background: rgba(0, 0, 0, .025)
}

.woocommerce table.shop_table {
    border: 1px solid rgba(0, 0, 0, .1);
    margin: 0 0 24px -1px;
    text-align: right;
    width: 100%;
    border-collapse: separate;
    border-radius: 5px
}

.woocommerce table.shop_table th {
    font-weight: 700;
    padding: 9px 12px;
    line-height: 1.5em
}

.woocommerce table.shop_table td {
    border-top: 1px solid rgba(0, 0, 0, .1);
    padding: 9px 12px;
    vertical-align: middle;
    line-height: 1.5em
}

.woocommerce table.shop_table td small {
    font-weight: 400
}

.woocommerce table.shop_table td del {
    font-weight: 400
}

.woocommerce table.shop_table tbody:first-child tr:first-child td,
.woocommerce table.shop_table tbody:first-child tr:first-child th {
    border-top: 0
}

.woocommerce table.shop_table tbody th,
.woocommerce table.shop_table tfoot td,
.woocommerce table.shop_table tfoot th {
    font-weight: 700;
    border-top: 1px solid rgba(0, 0, 0, .1)
}

.woocommerce table.my_account_orders {
    font-size: .85em
}

.woocommerce table.my_account_orders td,
.woocommerce table.my_account_orders th {
    padding: 4px 8px;
    vertical-align: middle
}

.woocommerce table.my_account_orders .button {
    white-space: nowrap
}

.woocommerce table.my_account_orders .order-actions {
    text-align: left
}

.woocommerce table.my_account_orders .order-actions .button {
    margin: .125em .25em .125em 0
}

.woocommerce table.woocommerce-MyAccount-downloads td,
.woocommerce table.woocommerce-MyAccount-downloads th {
    vertical-align: top;
    text-align: center
}

.woocommerce table.woocommerce-MyAccount-downloads td:first-child,
.woocommerce table.woocommerce-MyAccount-downloads th:first-child {
    text-align: right
}

.woocommerce table.woocommerce-MyAccount-downloads td:last-child,
.woocommerce table.woocommerce-MyAccount-downloads th:last-child {
    text-align: right
}

.woocommerce table.woocommerce-MyAccount-downloads td .woocommerce-MyAccount-downloads-file::before,
.woocommerce table.woocommerce-MyAccount-downloads th .woocommerce-MyAccount-downloads-file::before {
    content: "\2193";
    display: inline-block
}

.woocommerce td.product-name .wc-item-meta,
.woocommerce td.product-name dl.variation {
    list-style: none outside
}

.woocommerce td.product-name .wc-item-meta .wc-item-meta-label,
.woocommerce td.product-name .wc-item-meta dt,
.woocommerce td.product-name dl.variation .wc-item-meta-label,
.woocommerce td.product-name dl.variation dt {
    float: right;
    clear: both;
    margin-left: .25em;
    display: inline-block;
    list-style: none outside
}

.woocommerce td.product-name .wc-item-meta dd,
.woocommerce td.product-name dl.variation dd {
    margin: 0
}

.woocommerce td.product-name .wc-item-meta p,
.woocommerce td.product-name .wc-item-meta:last-child,
.woocommerce td.product-name dl.variation p,
.woocommerce td.product-name dl.variation:last-child {
    margin-bottom: 0
}

.woocommerce td.product-name p.backorder_notification {
    font-size: .83em
}

.woocommerce td.product-quantity {
    min-width: 80px
}

.woocommerce ul.cart_list,
.woocommerce ul.product_list_widget {
    list-style: none outside;
    padding: 0;
    margin: 0
}

.woocommerce ul.cart_list li,
.woocommerce ul.product_list_widget li {
    padding: 4px 0;
    margin: 0;
    list-style: none
}

.woocommerce ul.cart_list li::after,
.woocommerce ul.cart_list li::before,
.woocommerce ul.product_list_widget li::after,
.woocommerce ul.product_list_widget li::before {
    content: ' ';
    display: table
}

.woocommerce ul.cart_list li::after,
.woocommerce ul.product_list_widget li::after {
    clear: both
}

.woocommerce ul.cart_list li a,
.woocommerce ul.product_list_widget li a {
    display: block;
    font-weight: 700
}

.woocommerce ul.cart_list li img,
.woocommerce ul.product_list_widget li img {
    float: left;
    margin-right: 4px;
    width: 32px;
    height: auto;
    box-shadow: none
}

.woocommerce ul.cart_list li dl,
.woocommerce ul.product_list_widget li dl {
    margin: 0;
    padding-right: 1em;
    border-right: 2px solid rgba(0, 0, 0, .1)
}

.woocommerce ul.cart_list li dl::after,
.woocommerce ul.cart_list li dl::before,
.woocommerce ul.product_list_widget li dl::after,
.woocommerce ul.product_list_widget li dl::before {
    content: ' ';
    display: table
}

.woocommerce ul.cart_list li dl::after,
.woocommerce ul.product_list_widget li dl::after {
    clear: both
}

.woocommerce ul.cart_list li dl dd,
.woocommerce ul.cart_list li dl dt,
.woocommerce ul.product_list_widget li dl dd,
.woocommerce ul.product_list_widget li dl dt {
    display: inline-block;
    float: right;
    margin-bottom: 1em
}

.woocommerce ul.cart_list li dl dt,
.woocommerce ul.product_list_widget li dl dt {
    font-weight: 700;
    padding: 0 0 .25em;
    margin: 0 0 0 4px;
    clear: right
}

.woocommerce ul.cart_list li dl dd,
.woocommerce ul.product_list_widget li dl dd {
    padding: 0 0 .25em
}

.woocommerce ul.cart_list li dl dd p:last-child,
.woocommerce ul.product_list_widget li dl dd p:last-child {
    margin-bottom: 0
}

.woocommerce ul.cart_list li .star-rating,
.woocommerce ul.product_list_widget li .star-rating {
    float: none
}

.woocommerce .widget_shopping_cart .total,
.woocommerce.widget_shopping_cart .total {
    border-top: 3px double #ebe9eb;
    padding: 4px 0 0
}

.woocommerce .widget_shopping_cart .total strong,
.woocommerce.widget_shopping_cart .total strong {
    min-width: 40px;
    display: inline-block
}

.woocommerce .widget_shopping_cart .cart_list li,
.woocommerce.widget_shopping_cart .cart_list li {
    padding-right: 2em;
    position: relative;
    padding-top: 0
}

.woocommerce .widget_shopping_cart .cart_list li a.remove,
.woocommerce.widget_shopping_cart .cart_list li a.remove {
    position: absolute;
    top: 0;
    right: 0
}

.woocommerce .widget_shopping_cart .buttons::after,
.woocommerce .widget_shopping_cart .buttons::before,
.woocommerce.widget_shopping_cart .buttons::after,
.woocommerce.widget_shopping_cart .buttons::before {
    content: ' ';
    display: table
}

.woocommerce .widget_shopping_cart .buttons::after,
.woocommerce.widget_shopping_cart .buttons::after {
    clear: both
}

.woocommerce .widget_shopping_cart .buttons a,
.woocommerce.widget_shopping_cart .buttons a {
    margin-left: 5px;
    margin-bottom: 5px
}

.woocommerce form .form-row {
    padding: 3px;
    margin: 0 0 6px
}

.woocommerce form .form-row [placeholder]:focus::-webkit-input-placeholder {
    -webkit-transition: opacity .5s .5s ease;
    transition: opacity .5s .5s ease;
    opacity: 0
}

.woocommerce form .form-row label {
    line-height: 2
}

.woocommerce form .form-row label.hidden {
    visibility: hidden
}

.woocommerce form .form-row label.inline {
    display: inline
}

.woocommerce form .form-row .woocommerce-input-wrapper .description {
    background: #1e85be;
    color: #fff;
    border-radius: 3px;
    padding: 1em;
    margin: .5em 0 0;
    clear: both;
    display: none;
    position: relative
}

.woocommerce form .form-row .woocommerce-input-wrapper .description a {
    color: #fff;
    text-decoration: underline;
    border: 0;
    box-shadow: none
}

.woocommerce form .form-row .woocommerce-input-wrapper .description::before {
    right: 50%;
    top: 0;
    margin-top: -4px;
    -webkit-transform: translateX(50%) rotate(-180deg);
    -ms-transform: translateX(50%) rotate(-180deg);
    transform: translateX(50%) rotate(-180deg);
    content: "";
    position: absolute;
    border-width: 4px 6px 0;
    border-style: solid;
    border-color: #1e85be transparent transparent;
    z-index: 100;
    display: block
}

.woocommerce form .form-row select {
    cursor: pointer;
    margin: 0
}

.woocommerce form .form-row .required {
    color: red;
    font-weight: 700;
    border: 0!important;
    text-decoration: none;
    visibility: hidden
}

.woocommerce form .form-row .optional {
    visibility: visible
}

.woocommerce form .form-row .input-checkbox {
    display: inline;
    margin: -2px 0 0 8px;
    text-align: center;
    vertical-align: middle
}

.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea {
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    outline: 0;
    line-height: normal
}

.woocommerce form .form-row textarea {
    height: 4em;
    line-height: 1.5;
    display: block;
    box-shadow: none
}

.woocommerce form .form-row .select2-container {
    width: 100%;
    line-height: 2em
}

.woocommerce form .form-row.woocommerce-invalid label {
    color: #a00
}

.woocommerce form .form-row.woocommerce-invalid .select2-container,
.woocommerce form .form-row.woocommerce-invalid input.input-text,
.woocommerce form .form-row.woocommerce-invalid select {
    border-color: #a00
}

.woocommerce form .form-row.woocommerce-validated .select2-container,
.woocommerce form .form-row.woocommerce-validated input.input-text,
.woocommerce form .form-row.woocommerce-validated select {
    border-color: #6dc22e
}

.woocommerce form .form-row ::-webkit-input-placeholder {
    line-height: normal
}

.woocommerce form .form-row :-moz-placeholder {
    line-height: normal
}

.woocommerce form .form-row :-ms-input-placeholder {
    line-height: normal
}

.woocommerce form.checkout_coupon,
.woocommerce form.login,
.woocommerce form.register {
    border: 1px solid #d3ced2;
    padding: 20px;
    margin: 2em 0;
    text-align: right;
    border-radius: 5px
}

.woocommerce ul#shipping_method {
    list-style: none outside;
    margin: 0;
    padding: 0
}

.woocommerce ul#shipping_method li {
    margin: 0 0 .5em;
    line-height: 1.5em;
    list-style: none outside
}

.woocommerce ul#shipping_method li input {
    margin: 3px 0 0 .4375em;
    vertical-align: top
}

.woocommerce ul#shipping_method li label {
    display: inline
}

.woocommerce ul#shipping_method .amount {
    font-weight: 700
}

.woocommerce p.woocommerce-shipping-contents {
    margin: 0
}

.woocommerce ul.order_details {
    margin: 0 0 3em;
    list-style: none
}

.woocommerce ul.order_details::after,
.woocommerce ul.order_details::before {
    content: ' ';
    display: table
}

.woocommerce ul.order_details::after {
    clear: both
}

.woocommerce ul.order_details li {
    float: right;
    margin-left: 2em;
    text-transform: uppercase;
    font-size: .715em;
    line-height: 1;
    border-left: 1px dashed #d3ced2;
    padding-left: 2em;
    margin-right: 0;
    padding-right: 0;
    list-style-type: none
}

.woocommerce ul.order_details li strong {
    display: block;
    font-size: 1.4em;
    text-transform: none;
    line-height: 1.5
}

.woocommerce ul.order_details li:last-of-type {
    border: none
}

.woocommerce .wc-bacs-bank-details-account-name {
    font-weight: 700
}

.woocommerce .woocommerce-customer-details,
.woocommerce .woocommerce-order-details,
.woocommerce .woocommerce-order-downloads {
    margin-bottom: 2em
}

.woocommerce .woocommerce-customer-details :last-child,
.woocommerce .woocommerce-order-details :last-child,
.woocommerce .woocommerce-order-downloads :last-child {
    margin-bottom: 0
}

.woocommerce .woocommerce-customer-details address {
    font-style: normal;
    margin-bottom: 0;
    border: 1px solid rgba(0, 0, 0, .1);
    border-bottom-width: 2px;
    border-left-width: 2px;
    text-align: right;
    width: 100%;
    border-radius: 5px;
    padding: 6px 12px
}

.woocommerce .woocommerce-customer-details .woocommerce-customer-details--email,
.woocommerce .woocommerce-customer-details .woocommerce-customer-details--phone {
    margin-bottom: 0;
    padding-right: 1.5em
}

.woocommerce .woocommerce-customer-details .woocommerce-customer-details--phone::before {
    font-family: WooCommerce;
    speak: none;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    margin-left: .618em;
    content: "î€·";
    text-decoration: none;
    margin-right: -1.5em;
    line-height: 1.75;
    position: absolute
}

.woocommerce .woocommerce-customer-details .woocommerce-customer-details--email::before {
    font-family: WooCommerce;
    speak: none;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    margin-left: .618em;
    content: "î€­";
    text-decoration: none;
    margin-right: -1.5em;
    line-height: 1.75;
    position: absolute
}

.woocommerce .woocommerce-widget-layered-nav-list {
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none outside
}

.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item {
    padding: 0 0 1px;
    list-style: none
}

.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item::after,
.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item::before {
    content: ' ';
    display: table
}

.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item::after {
    clear: both
}

.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item a,
.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item span {
    padding: 1px 0
}

.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item--chosen a::before {
    font-family: WooCommerce;
    speak: none;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    margin-left: .618em;
    content: "î€“";
    text-decoration: none;
    color: #a00
}

.woocommerce .woocommerce-widget-layered-nav-dropdown__submit {
    margin-top: 1em
}

.woocommerce .widget_layered_nav_filters ul {
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none outside;
    overflow: hidden;
    zoom: 1
}

.woocommerce .widget_layered_nav_filters ul li {
    float: right;
    padding: 0 1px 1px 1em;
    list-style: none
}

.woocommerce .widget_layered_nav_filters ul li a {
    text-decoration: none
}

.woocommerce .widget_layered_nav_filters ul li a::before {
    font-family: WooCommerce;
    speak: none;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    margin-left: .618em;
    content: "î€“";
    text-decoration: none;
    color: #a00;
    vertical-align: inherit;
    margin-left: .5em
}

.woocommerce .widget_price_filter .price_slider {
    margin-bottom: 1em
}

.woocommerce .widget_price_filter .price_slider_amount {
    text-align: left;
    line-height: 2.4;
    font-size: .8751em
}

.woocommerce .widget_price_filter .price_slider_amount .button {
    font-size: 1.15em;
    float: right
}

.woocommerce .widget_price_filter .ui-slider {
    position: relative;
    text-align: right;
    margin-right: .5em;
    margin-left: .5em
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    width: 1em;
    height: 1em;
    background-color: #a46497;
    border-radius: 1em;
    cursor: ew-resize;
    outline: 0;
    top: -.3em;
    margin-left: -.5em
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-range {
    position: absolute;
    z-index: 1;
    font-size: .7em;
    display: block;
    border: 0;
    border-radius: 1em;
    background-color: #a46497
}

.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
    border-radius: 1em;
    background-color: #462940;
    border: 0
}

.woocommerce .widget_price_filter .ui-slider-horizontal {
    height: .5em
}

.woocommerce .widget_price_filter .ui-slider-horizontal .ui-slider-range {
    top: 0;
    height: 100%
}

.woocommerce .widget_price_filter .ui-slider-horizontal .ui-slider-range-min {
    right: -1px
}

.woocommerce .widget_price_filter .ui-slider-horizontal .ui-slider-range-max {
    left: -1px
}

.woocommerce .widget_rating_filter ul {
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none outside
}

.woocommerce .widget_rating_filter ul li {
    padding: 0 0 1px;
    list-style: none
}

.woocommerce .widget_rating_filter ul li::after,
.woocommerce .widget_rating_filter ul li::before {
    content: ' ';
    display: table
}

.woocommerce .widget_rating_filter ul li::after {
    clear: both
}

.woocommerce .widget_rating_filter ul li a {
    padding: 1px 0;
    text-decoration: none
}

.woocommerce .widget_rating_filter ul li .star-rating {
    float: none;
    display: inline-block
}

.woocommerce .widget_rating_filter ul li.chosen a::before {
    font-family: WooCommerce;
    speak: none;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    margin-left: .618em;
    content: "î€“";
    text-decoration: none;
    color: #a00
}

.woocommerce .woocommerce-form-login .woocommerce-form-login__submit {
    float: right;
    margin-left: 1em
}

.woocommerce .woocommerce-form-login .woocommerce-form-login__rememberme {
    display: inline-block
}

.woocommerce-no-js form.woocommerce-form-coupon,
.woocommerce-no-js form.woocommerce-form-login {
    display: block!important
}

.woocommerce-no-js .showcoupon,
.woocommerce-no-js .woocommerce-form-coupon-toggle,
.woocommerce-no-js .woocommerce-form-login-toggle {
    display: none!important
}

.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
    padding: 1em 3.5em 1em 2em;
    margin: 0 0 2em;
    position: relative;
    background-color: #f7f6f7;
    color: #515151;
    border-top: 3px solid #a46497;
    list-style: none outside;
    width: auto;
    word-wrap: break-word
}

.woocommerce-error::after,
.woocommerce-error::before,
.woocommerce-info::after,
.woocommerce-info::before,
.woocommerce-message::after,
.woocommerce-message::before {
    content: ' ';
    display: table
}

.woocommerce-error::after,
.woocommerce-info::after,
.woocommerce-message::after {
    clear: both
}

.woocommerce-error::before,
.woocommerce-info::before,
.woocommerce-message::before {
    font-family: WooCommerce;
    content: "\e028";
    display: inline-block;
    position: absolute;
    top: 1em;
    right: 1.5em
}

.woocommerce-error .button,
.woocommerce-info .button,
.woocommerce-message .button {
    float: left
}

.woocommerce-error li,
.woocommerce-info li,
.woocommerce-message li {
    list-style: none outside!important;
    padding-right: 0!important;
    margin-right: 0!important
}

.rtl.woocommerce .price_label,
.rtl.woocommerce .price_label span {
    direction: ltr;
    unicode-bidi: embed
}

.woocommerce-message {
    border-top-color: #8fae1b
}

.woocommerce-message::before {
    content: "\e015";
    color: #8fae1b
}

.woocommerce-info {
    border-top-color: #1e85be
}

.woocommerce-info::before {
    color: #1e85be
}

.woocommerce-error {
    border-top-color: #b81c23
}

.woocommerce-error::before {
    content: "\e016";
    color: #b81c23
}

.woocommerce-account .woocommerce::after,
.woocommerce-account .woocommerce::before {
    content: ' ';
    display: table
}

.woocommerce-account .woocommerce::after {
    clear: both
}

.woocommerce-account .addresses .title::after,
.woocommerce-account .addresses .title::before {
    content: ' ';
    display: table
}

.woocommerce-account .addresses .title::after {
    clear: both
}

.woocommerce-account .addresses .title h3 {
    float: right
}

.woocommerce-account .addresses .title .edit {
    float: left
}

.woocommerce-account ol.commentlist.notes li.note p.meta {
    font-weight: 700;
    margin-bottom: 0
}

.woocommerce-account ol.commentlist.notes li.note .description p:last-child {
    margin-bottom: 0
}

.woocommerce-account ul.digital-downloads {
    margin-right: 0;
    padding-right: 0
}

.woocommerce-account ul.digital-downloads li {
    list-style: none;
    margin-right: 0;
    padding-right: 0
}

.woocommerce-account ul.digital-downloads li::before {
    font-family: WooCommerce;
    speak: none;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    margin-left: .618em;
    content: "î€ٹ";
    text-decoration: none
}

.woocommerce-account ul.digital-downloads li .count {
    float: left
}

#add_payment_method table.cart .product-thumbnail,
.woocommerce-cart table.cart .product-thumbnail,
.woocommerce-checkout table.cart .product-thumbnail {
    min-width: 32px
}

#add_payment_method table.cart img,
.woocommerce-cart table.cart img,
.woocommerce-checkout table.cart img {
    width: 32px;
    box-shadow: none
}

#add_payment_method table.cart td,
#add_payment_method table.cart th,
.woocommerce-cart table.cart td,
.woocommerce-cart table.cart th,
.woocommerce-checkout table.cart td,
.woocommerce-checkout table.cart th {
    vertical-align: middle
}

#add_payment_method table.cart td.actions .coupon .input-text,
.woocommerce-cart table.cart td.actions .coupon .input-text,
.woocommerce-checkout table.cart td.actions .coupon .input-text {
    float: right;
    box-sizing: border-box;
    border: 1px solid #d3ced2;
    padding: 6px 6px 5px;
    margin: 0 0 0 4px;
    outline: 0
}

#add_payment_method table.cart input,
.woocommerce-cart table.cart input,
.woocommerce-checkout table.cart input {
    margin: 0;
    vertical-align: middle
}

#add_payment_method .wc-proceed-to-checkout,
.woocommerce-cart .wc-proceed-to-checkout,
.woocommerce-checkout .wc-proceed-to-checkout {
    padding: 1em 0
}

#add_payment_method .wc-proceed-to-checkout::after,
#add_payment_method .wc-proceed-to-checkout::before,
.woocommerce-cart .wc-proceed-to-checkout::after,
.woocommerce-cart .wc-proceed-to-checkout::before,
.woocommerce-checkout .wc-proceed-to-checkout::after,
.woocommerce-checkout .wc-proceed-to-checkout::before {
    content: ' ';
    display: table
}

#add_payment_method .wc-proceed-to-checkout::after,
.woocommerce-cart .wc-proceed-to-checkout::after,
.woocommerce-checkout .wc-proceed-to-checkout::after {
    clear: both
}

#add_payment_method .wc-proceed-to-checkout a.checkout-button,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button {
    display: block;
    text-align: center;
    margin-bottom: 1em;
    font-size: 1.25em;
    padding: 1em
}

#add_payment_method .cart-collaterals .shipping-calculator-button,
.woocommerce-cart .cart-collaterals .shipping-calculator-button,
.woocommerce-checkout .cart-collaterals .shipping-calculator-button {
    float: none;
    margin-top: .5em;
    display: inline-block
}

#add_payment_method .cart-collaterals .shipping-calculator-button::after,
.woocommerce-cart .cart-collaterals .shipping-calculator-button::after,
.woocommerce-checkout .cart-collaterals .shipping-calculator-button::after {
    font-family: WooCommerce;
    speak: none;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    margin-right: .618em;
    content: "î€™";
    text-decoration: none
}

#add_payment_method .cart-collaterals .shipping-calculator-form,
.woocommerce-cart .cart-collaterals .shipping-calculator-form,
.woocommerce-checkout .cart-collaterals .shipping-calculator-form {
    margin: 1em 0 0
}

#add_payment_method .cart-collaterals .cart_totals p small,
.woocommerce-cart .cart-collaterals .cart_totals p small,
.woocommerce-checkout .cart-collaterals .cart_totals p small {
    color: #777;
    font-size: .83em
}

#add_payment_method .cart-collaterals .cart_totals table,
.woocommerce-cart .cart-collaterals .cart_totals table,
.woocommerce-checkout .cart-collaterals .cart_totals table {
    border-collapse: separate;
    margin: 0 0 6px;
    padding: 0
}

#add_payment_method .cart-collaterals .cart_totals table tr:first-child td,
#add_payment_method .cart-collaterals .cart_totals table tr:first-child th,
.woocommerce-cart .cart-collaterals .cart_totals table tr:first-child td,
.woocommerce-cart .cart-collaterals .cart_totals table tr:first-child th,
.woocommerce-checkout .cart-collaterals .cart_totals table tr:first-child td,
.woocommerce-checkout .cart-collaterals .cart_totals table tr:first-child th {
    border-top: 0
}

#add_payment_method .cart-collaterals .cart_totals table th,
.woocommerce-cart .cart-collaterals .cart_totals table th,
.woocommerce-checkout .cart-collaterals .cart_totals table th {
    width: 35%
}

#add_payment_method .cart-collaterals .cart_totals table td,
#add_payment_method .cart-collaterals .cart_totals table th,
.woocommerce-cart .cart-collaterals .cart_totals table td,
.woocommerce-cart .cart-collaterals .cart_totals table th,
.woocommerce-checkout .cart-collaterals .cart_totals table td,
.woocommerce-checkout .cart-collaterals .cart_totals table th {
    vertical-align: top;
    border-right: 0;
    border-left: 0;
    line-height: 1.5em
}

#add_payment_method .cart-collaterals .cart_totals table small,
.woocommerce-cart .cart-collaterals .cart_totals table small,
.woocommerce-checkout .cart-collaterals .cart_totals table small {
    color: #777
}

#add_payment_method .cart-collaterals .cart_totals table select,
.woocommerce-cart .cart-collaterals .cart_totals table select,
.woocommerce-checkout .cart-collaterals .cart_totals table select {
    width: 100%
}

#add_payment_method .cart-collaterals .cart_totals .discount td,
.woocommerce-cart .cart-collaterals .cart_totals .discount td,
.woocommerce-checkout .cart-collaterals .cart_totals .discount td {
    color: #77a464
}

#add_payment_method .cart-collaterals .cart_totals tr td,
#add_payment_method .cart-collaterals .cart_totals tr th,
.woocommerce-cart .cart-collaterals .cart_totals tr td,
.woocommerce-cart .cart-collaterals .cart_totals tr th,
.woocommerce-checkout .cart-collaterals .cart_totals tr td,
.woocommerce-checkout .cart-collaterals .cart_totals tr th {
    border-top: 1px solid #ebe9eb
}

#add_payment_method .cart-collaterals .cart_totals .woocommerce-shipping-destination,
.woocommerce-cart .cart-collaterals .cart_totals .woocommerce-shipping-destination,
.woocommerce-checkout .cart-collaterals .cart_totals .woocommerce-shipping-destination {
    margin-bottom: 0
}

#add_payment_method .cart-collaterals .cross-sells ul.products li.product,
.woocommerce-cart .cart-collaterals .cross-sells ul.products li.product,
.woocommerce-checkout .cart-collaterals .cross-sells ul.products li.product {
    margin-top: 0
}

#add_payment_method .checkout .col-2 h3#ship-to-different-address,
.woocommerce-cart .checkout .col-2 h3#ship-to-different-address,
.woocommerce-checkout .checkout .col-2 h3#ship-to-different-address {
    float: right;
    clear: none
}

#add_payment_method .checkout .col-2 .notes,
.woocommerce-cart .checkout .col-2 .notes,
.woocommerce-checkout .checkout .col-2 .notes {
    clear: right
}

#add_payment_method .checkout .col-2 .form-row-first,
.woocommerce-cart .checkout .col-2 .form-row-first,
.woocommerce-checkout .checkout .col-2 .form-row-first {
    clear: right
}

#add_payment_method .checkout .create-account small,
.woocommerce-cart .checkout .create-account small,
.woocommerce-checkout .checkout .create-account small {
    font-size: 11px;
    color: #777;
    font-weight: 400
}

#add_payment_method .checkout div.shipping-address,
.woocommerce-cart .checkout div.shipping-address,
.woocommerce-checkout .checkout div.shipping-address {
    padding: 0;
    clear: right;
    width: 100%
}

#add_payment_method .checkout .shipping_address,
.woocommerce-cart .checkout .shipping_address,
.woocommerce-checkout .checkout .shipping_address {
    clear: both
}

#add_payment_method #payment,
.woocommerce-cart #payment,
.woocommerce-checkout #payment {
    background: #ebe9eb;
    border-radius: 5px
}

#add_payment_method #payment ul.payment_methods,
.woocommerce-cart #payment ul.payment_methods,
.woocommerce-checkout #payment ul.payment_methods {
    text-align: right;
    padding: 1em;
    border-bottom: 1px solid #d3ced2;
    margin: 0;
    list-style: none outside
}

#add_payment_method #payment ul.payment_methods::after,
#add_payment_method #payment ul.payment_methods::before,
.woocommerce-cart #payment ul.payment_methods::after,
.woocommerce-cart #payment ul.payment_methods::before,
.woocommerce-checkout #payment ul.payment_methods::after,
.woocommerce-checkout #payment ul.payment_methods::before {
    content: ' ';
    display: table
}

#add_payment_method #payment ul.payment_methods::after,
.woocommerce-cart #payment ul.payment_methods::after,
.woocommerce-checkout #payment ul.payment_methods::after {
    clear: both
}

#add_payment_method #payment ul.payment_methods li,
.woocommerce-cart #payment ul.payment_methods li,
.woocommerce-checkout #payment ul.payment_methods li {
    line-height: 2;
    text-align: right;
    margin: 0;
    font-weight: 400
}

#add_payment_method #payment ul.payment_methods li input,
.woocommerce-cart #payment ul.payment_methods li input,
.woocommerce-checkout #payment ul.payment_methods li input {
    margin: 0 0 0 1em
}

#add_payment_method #payment ul.payment_methods li img,
.woocommerce-cart #payment ul.payment_methods li img,
.woocommerce-checkout #payment ul.payment_methods li img {
    vertical-align: middle;
    margin: -2px .5em 0 0;
    padding: 0;
    position: relative;
    box-shadow: none
}

#add_payment_method #payment ul.payment_methods li img+img,
.woocommerce-cart #payment ul.payment_methods li img+img,
.woocommerce-checkout #payment ul.payment_methods li img+img {
    margin-right: 2px
}

#add_payment_method #payment ul.payment_methods li:not(.woocommerce-notice)::after,
#add_payment_method #payment ul.payment_methods li:not(.woocommerce-notice)::before,
.woocommerce-cart #payment ul.payment_methods li:not(.woocommerce-notice)::after,
.woocommerce-cart #payment ul.payment_methods li:not(.woocommerce-notice)::before,
.woocommerce-checkout #payment ul.payment_methods li:not(.woocommerce-notice)::after,
.woocommerce-checkout #payment ul.payment_methods li:not(.woocommerce-notice)::before {
    content: ' ';
    display: table
}

#add_payment_method #payment ul.payment_methods li:not(.woocommerce-notice)::after,
.woocommerce-cart #payment ul.payment_methods li:not(.woocommerce-notice)::after,
.woocommerce-checkout #payment ul.payment_methods li:not(.woocommerce-notice)::after {
    clear: both
}

#add_payment_method #payment div.form-row,
.woocommerce-cart #payment div.form-row,
.woocommerce-checkout #payment div.form-row {
    padding: 1em
}

#add_payment_method #payment div.payment_box,
.woocommerce-cart #payment div.payment_box,
.woocommerce-checkout #payment div.payment_box {
    position: relative;
    box-sizing: border-box;
    width: 100%;
    padding: 1em;
    margin: 1em 0;
    font-size: .92em;
    border-radius: 2px;
    line-height: 1.5;
    background-color: #dfdcde;
    color: #515151
}

#add_payment_method #payment div.payment_box input.input-text,
#add_payment_method #payment div.payment_box textarea,
.woocommerce-cart #payment div.payment_box input.input-text,
.woocommerce-cart #payment div.payment_box textarea,
.woocommerce-checkout #payment div.payment_box input.input-text,
.woocommerce-checkout #payment div.payment_box textarea {
    border-color: #c7c1c6;
    border-top-color: #bbb3b9
}

#add_payment_method #payment div.payment_box ::-webkit-input-placeholder,
.woocommerce-cart #payment div.payment_box ::-webkit-input-placeholder,
.woocommerce-checkout #payment div.payment_box ::-webkit-input-placeholder {
    color: #bbb3b9
}

#add_payment_method #payment div.payment_box :-moz-placeholder,
.woocommerce-cart #payment div.payment_box :-moz-placeholder,
.woocommerce-checkout #payment div.payment_box :-moz-placeholder {
    color: #bbb3b9
}

#add_payment_method #payment div.payment_box :-ms-input-placeholder,
.woocommerce-cart #payment div.payment_box :-ms-input-placeholder,
.woocommerce-checkout #payment div.payment_box :-ms-input-placeholder {
    color: #bbb3b9
}

#add_payment_method #payment div.payment_box .woocommerce-SavedPaymentMethods,
.woocommerce-cart #payment div.payment_box .woocommerce-SavedPaymentMethods,
.woocommerce-checkout #payment div.payment_box .woocommerce-SavedPaymentMethods {
    list-style: none outside;
    margin: 0
}

#add_payment_method #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-new,
#add_payment_method #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-token,
.woocommerce-cart #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-new,
.woocommerce-cart #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-token,
.woocommerce-checkout #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-new,
.woocommerce-checkout #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-token {
    margin: 0 0 .5em
}

#add_payment_method #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-new label,
#add_payment_method #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-token label,
.woocommerce-cart #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-new label,
.woocommerce-cart #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-token label,
.woocommerce-checkout #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-new label,
.woocommerce-checkout #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-token label {
    cursor: pointer
}

#add_payment_method #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-tokenInput,
.woocommerce-cart #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-tokenInput,
.woocommerce-checkout #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-tokenInput {
    vertical-align: middle;
    margin: -3px 0 0 1em;
    position: relative
}

#add_payment_method #payment div.payment_box .wc-credit-card-form,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form {
    border: 0;
    padding: 0;
    margin: 1em 0 0
}

#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number {
    font-size: 1.5em;
    padding: 8px;
    background-repeat: no-repeat;
    background-position: left .618em center;
    background-size: 32px 20px
}

#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.visa,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.visa,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.visa,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.visa,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.visa,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.visa,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.visa,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.visa,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.visa {
    background-image: url(../img/icons/credit-cards/visa.svg)
}

#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.mastercard,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.mastercard,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.mastercard,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.mastercard,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.mastercard,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.mastercard,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.mastercard,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.mastercard,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.mastercard {
    background-image: url(../img/icons/credit-cards/mastercard.svg)
}

#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.laser,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.laser,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.laser,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.laser,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.laser,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.laser,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.laser,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.laser,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.laser {
    background-image: url(../img/icons/credit-cards/laser.svg)
}

#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.dinersclub,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.dinersclub,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.dinersclub,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.dinersclub,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.dinersclub,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.dinersclub,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.dinersclub,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.dinersclub,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.dinersclub {
    background-image: url(../img/icons/credit-cards/diners.svg)
}

#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.maestro,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.maestro,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.maestro,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.maestro,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.maestro,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.maestro,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.maestro,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.maestro,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.maestro {
    background-image: url(../img/icons/credit-cards/maestro.svg)
}

#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.jcb,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.jcb,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.jcb,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.jcb,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.jcb,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.jcb,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.jcb,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.jcb,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.jcb {
    background-image: url(../img/icons/credit-cards/jcb.svg)
}

#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.amex,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.amex,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.amex,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.amex,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.amex,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.amex,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.amex,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.amex,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.amex {
    background-image: url(../img/icons/credit-cards/amex.svg)
}

#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.discover,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.discover,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.discover,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.discover,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.discover,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.discover,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.discover,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.discover,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.discover {
    background-image: url(../img/icons/credit-cards/discover.svg)
}

#add_payment_method #payment div.payment_box span.help,
.woocommerce-cart #payment div.payment_box span.help,
.woocommerce-checkout #payment div.payment_box span.help {
    font-size: .857em;
    color: #777;
    font-weight: 400
}

#add_payment_method #payment div.payment_box .form-row,
.woocommerce-cart #payment div.payment_box .form-row,
.woocommerce-checkout #payment div.payment_box .form-row {
    margin: 0 0 1em
}

#add_payment_method #payment div.payment_box p:last-child,
.woocommerce-cart #payment div.payment_box p:last-child,
.woocommerce-checkout #payment div.payment_box p:last-child {
    margin-bottom: 0
}

#add_payment_method #payment div.payment_box::before,
.woocommerce-cart #payment div.payment_box::before,
.woocommerce-checkout #payment div.payment_box::before {
    content: "";
    display: block;
    border: 1em solid #dfdcde;
    border-left-color: transparent;
    border-right-color: transparent;
    border-top-color: transparent;
    position: absolute;
    top: -.75em;
    right: 0;
    margin: -1em 2em 0 0
}

#add_payment_method #payment .payment_method_paypal .about_paypal,
.woocommerce-cart #payment .payment_method_paypal .about_paypal,
.woocommerce-checkout #payment .payment_method_paypal .about_paypal {
    float: left;
    line-height: 52px;
    font-size: .83em
}

#add_payment_method #payment .payment_method_paypal img,
.woocommerce-cart #payment .payment_method_paypal img,
.woocommerce-checkout #payment .payment_method_paypal img {
    max-height: 52px;
    vertical-align: middle
}

.woocommerce-terms-and-conditions {
    border: 1px solid rgba(0, 0, 0, .2);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
    background: rgba(0, 0, 0, .05)
}

.woocommerce-invalid #terms {
    outline: 2px solid red;
    outline-offset: 2px
}

.woocommerce-password-strength {
    text-align: center;
    font-weight: 600;
    padding: 3px .5em;
    font-size: 1em
}

.woocommerce-password-strength.strong {
    background-color: #c1e1b9;
    border-color: #83c373
}

.woocommerce-password-strength.short {
    background-color: #f1adad;
    border-color: #e35b5b
}

.woocommerce-password-strength.bad {
    background-color: #fbc5a9;
    border-color: #f78b53
}

.woocommerce-password-strength.good {
    background-color: #ffe399;
    border-color: #ffc733
}

.woocommerce-password-hint {
    margin: .5em 0 0;
    display: block
}

#content.twentyeleven .woocommerce-pagination a {
    font-size: 1em;
    line-height: 1
}

.single-product .twentythirteen #reply-title,
.single-product .twentythirteen #respond #commentform,
.single-product .twentythirteen .entry-summary {
    padding: 0
}

.single-product .twentythirteen p.stars {
    clear: both
}

.twentythirteen .woocommerce-breadcrumb {
    padding-top: 40px
}

.twentyfourteen ul.products li.product {
    margin-top: 0!important
}

body:not(.search-results) .twentysixteen .entry-summary {
    color: inherit;
    font-size: inherit;
    line-height: inherit
}

.twentysixteen .price ins {
    background: inherit;
    color: inherit
}

.woocommerce form .form-row .required {
    visibility: visible
}

#colorbox,
#cboxOverlay,
#cboxWrapper {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10000;
    overflow: hidden
}

#cboxOverlay {
    position: fixed;
    width: 100%;
    height: 100%
}

#cboxMiddleLeft,
#cboxBottomLeft {
    clear: left
}

#cboxContent {
    position: relative
}

#cboxLoadedContent {
    overflow: auto;
    -webkit-overflow-scrolling: touch
}

#cboxTitle {
    margin: 0
}

#cboxLoadingOverlay,
#cboxLoadingGraphic {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

#cboxPrevious,
#cboxNext,
#cboxClose,
#cboxSlideshow {
    cursor: pointer
}

.cboxPhoto {
    float: left;
    margin: auto;
    border: 0;
    display: block;
    max-width: none;
    -ms-interpolation-mode: bicubic
}

.cboxIframe {
    width: 100%;
    height: 100%;
    display: block;
    border: 0
}

#colorbox,
#cboxContent,
#cboxLoadedContent {
    box-sizing: content-box;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box
}

#cboxOverlay {
    background: #000
}

#colorbox {
    outline: 0
}

#cboxTopLeft {
    width: 14px;
    height: 14px;
    background: url(../img/colorbox/controls.png) no-repeat 0 0
}

#cboxTopCenter {
    height: 14px;
    background: url(../img/colorbox/border.png) repeat-x top left
}

#cboxTopRight {
    width: 14px;
    height: 14px;
    background: url(../img/colorbox/controls.png) no-repeat -36px 0
}

#cboxBottomLeft {
    width: 14px;
    height: 43px;
    background: url(../img/colorbox/controls.png) no-repeat 0 -32px
}

#cboxBottomCenter {
    height: 43px;
    background: url(../img/colorbox/border.png) repeat-x bottom left
}

#cboxBottomRight {
    width: 14px;
    height: 43px;
    background: url(../img/colorbox/controls.png) no-repeat -36px -32px
}

#cboxMiddleLeft {
    width: 14px;
    background: url(../img/colorbox/controls.png) repeat-y -175px 0
}

#cboxMiddleRight {
    width: 14px;
    background: url(../img/colorbox/controls.png) repeat-y -211px 0
}

#cboxContent {
    background: #fff;
    overflow: visible
}

.cboxIframe {
    background: #fff
}

#cboxError {
    padding: 50px;
    border: 1px solid #ccc
}

#cboxLoadedContent {
    margin-bottom: 5px
}

#cboxLoadingOverlay {
    background: url(../img/colorbox/loading_background.png) no-repeat center center
}

#cboxLoadingGraphic {
    background: url(../img/colorbox/loading.gif) no-repeat center center
}

#cboxTitle {
    position: absolute;
    bottom: -25px;
    left: 0;
    text-align: center;
    width: 100%;
    font-weight: 700;
    color: #7C7C7C
}

#cboxCurrent {
    position: absolute;
    bottom: -25px;
    left: 58px;
    font-weight: 700;
    color: #7C7C7C
}

#cboxPrevious,
#cboxNext,
#cboxSlideshow,
#cboxClose {
    border: 0;
    padding: 0;
    margin: 0;
    overflow: visible;
    position: absolute;
    bottom: -29px;
    background: url(../img/colorbox/controls.png) no-repeat 0 0;
    width: 23px;
    height: 23px;
    text-indent: -9999px
}

#cboxPrevious:active,
#cboxNext:active,
#cboxSlideshow:active,
#cboxClose:active {
    outline: 0
}

#cboxPrevious {
    left: 0;
    background-position: -51px -25px
}

#cboxPrevious:hover {
    background-position: -51px 0
}

#cboxNext {
    left: 27px;
    background-position: -75px -25px
}

#cboxNext:hover {
    background-position: -75px 0
}

#cboxClose {
    right: 0;
    background-position: -100px -25px
}

#cboxClose:hover {
    background-position: -100px 0
}

.cboxSlideshow_on #cboxSlideshow {
    background-position: -125px 0;
    right: 27px
}

.cboxSlideshow_on #cboxSlideshow:hover {
    background-position: -150px 0
}

.cboxSlideshow_off #cboxSlideshow {
    background-position: -150px -25px;
    right: 27px
}

.cboxSlideshow_off #cboxSlideshow:hover {
    background-position: -125px 0
}

.yith_woocompare_colorbox #cboxLoadedContent {
    overflow: hidden!important
}

@font-face {
    font-family: star;
    src: url(../fonts/star.eot);
    src: url(../fonts/star.eot?#iefix) format("embedded-opentype"), url(../fonts/star.woff) format("woff"), url(../fonts/star.ttf) format("truetype"), url(../fonts/star.svg#star) format("svg");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: WooCommerce;
    src: url(../fonts/WooCommerce.eot);
    src: url(../fonts/WooCommerce.eot?#iefix) format("embedded-opentype"), url(../fonts/WooCommerce.woff) format("woff"), url(../fonts/WooCommerce.ttf) format("truetype"), url(../fonts/WooCommerce.svg#WooCommerce) format("svg");
    font-weight: 400;
    font-style: normal
}

div.pp_woocommerce .pp_content_container {
    background: #fff;
    border-radius: 3px;
    box-shadow: 0 1px 30px rgba(0, 0, 0, .25);
    padding: 20px 0
}

div.pp_woocommerce .pp_content_container::after,
div.pp_woocommerce .pp_content_container::before {
    content: ' ';
    display: table
}

div.pp_woocommerce .pp_content_container::after {
    clear: both
}

div.pp_woocommerce .pp_loaderIcon::before {
    height: 1em;
    width: 1em;
    display: block;
    position: absolute;
    top: 50%;
    right: 50%;
    margin-right: -.5em;
    margin-top: -.5em;
    content: '';
    -webkit-animation: spin 1s ease-in-out infinite;
    animation: spin 1s ease-in-out infinite;
    background: url(../img/icons/loader.svg) center center;
    background-size: cover;
    line-height: 1;
    text-align: center;
    font-size: 2em;
    color: rgba(0, 0, 0, .75)
}

div.pp_woocommerce div.ppt {
    color: #000
}

div.pp_woocommerce .pp_gallery ul li a {
    border: 1px solid rgba(0, 0, 0, .5);
    background: #fff;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
    border-radius: 2px;
    display: block
}

div.pp_woocommerce .pp_gallery ul li a:hover {
    border-color: #000
}

div.pp_woocommerce .pp_gallery ul li.selected a {
    border-color: #000
}

div.pp_woocommerce .pp_next::before,
div.pp_woocommerce .pp_previous::before {
    border-radius: 100%;
    height: 1em;
    width: 1em;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .5);
    background-color: #444;
    color: #fff!important;
    font-size: 16px!important;
    line-height: 1em;
    -webkit-transition: all ease-in-out .2s;
    transition: all ease-in-out .2s;
    font-family: WooCommerce;
    content: '\e00b';
    text-indent: 0;
    display: none;
    position: absolute;
    top: 50%;
    margin-top: -10px;
    text-align: center
}

div.pp_woocommerce .pp_next::before:hover,
div.pp_woocommerce .pp_previous::before:hover {
    background-color: #000
}

div.pp_woocommerce .pp_next:hover::before,
div.pp_woocommerce .pp_previous:hover::before {
    display: block
}

div.pp_woocommerce .pp_previous::before {
    right: 1em
}

div.pp_woocommerce .pp_next::before {
    left: 1em;
    font-family: WooCommerce;
    content: '\e008'
}

div.pp_woocommerce .pp_details {
    margin: 0;
    padding-top: 1em
}

div.pp_woocommerce .pp_description,
div.pp_woocommerce .pp_nav {
    font-size: 14px
}

div.pp_woocommerce .pp_arrow_next,
div.pp_woocommerce .pp_arrow_previous,
div.pp_woocommerce .pp_nav,
div.pp_woocommerce .pp_nav .pp_pause,
div.pp_woocommerce .pp_nav p,
div.pp_woocommerce .pp_play {
    margin: 0
}

div.pp_woocommerce .pp_nav {
    margin-left: 1em;
    position: relative
}

div.pp_woocommerce .pp_close {
    border-radius: 100%;
    height: 1em;
    width: 1em;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .5);
    background-color: #444;
    color: #fff!important;
    font-size: 16px!important;
    line-height: 1em;
    -webkit-transition: all ease-in-out .2s;
    transition: all ease-in-out .2s;
    top: -.5em;
    left: -.5em;
    font-size: 1.618em!important
}

div.pp_woocommerce .pp_close:hover {
    background-color: #000
}

div.pp_woocommerce .pp_close::before {
    font-family: WooCommerce;
    content: '\e013';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    text-align: center;
    text-indent: 0
}

div.pp_woocommerce .pp_arrow_next,
div.pp_woocommerce .pp_arrow_previous {
    border-radius: 100%;
    height: 1em;
    width: 1em;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .5);
    background-color: #444;
    color: #fff!important;
    font-size: 16px!important;
    line-height: 1em;
    -webkit-transition: all ease-in-out .2s;
    transition: all ease-in-out .2s;
    position: relative;
    margin-top: -1px
}

div.pp_woocommerce .pp_arrow_next:hover,
div.pp_woocommerce .pp_arrow_previous:hover {
    background-color: #000
}

div.pp_woocommerce .pp_arrow_next::before,
div.pp_woocommerce .pp_arrow_previous::before {
    font-family: WooCommerce;
    content: '\e00b';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    text-align: center;
    text-indent: 0
}

div.pp_woocommerce .pp_arrow_previous {
    margin-left: .5em
}

div.pp_woocommerce .pp_arrow_next {
    margin-right: .5em
}

div.pp_woocommerce .pp_arrow_next::before {
    content: '\e008'
}

div.pp_woocommerce a.pp_contract,
div.pp_woocommerce a.pp_expand {
    border-radius: 100%;
    height: 1em;
    width: 1em;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .5);
    background-color: #444;
    color: #fff!important;
    font-size: 16px!important;
    line-height: 1em;
    -webkit-transition: all ease-in-out .2s;
    transition: all ease-in-out .2s;
    left: auto;
    right: -.5em;
    top: -.5em;
    font-size: 1.618em!important
}

div.pp_woocommerce a.pp_contract:hover,
div.pp_woocommerce a.pp_expand:hover {
    background-color: #000
}

div.pp_woocommerce a.pp_contract::before,
div.pp_woocommerce a.pp_expand::before {
    font-family: WooCommerce;
    content: '\e005';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    text-align: center;
    text-indent: 0
}

div.pp_woocommerce a.pp_contract::before {
    content: '\e004'
}

div.pp_woocommerce #respond {
    margin: 0;
    width: 100%;
    background: 0 0;
    border: none;
    padding: 0
}

div.pp_woocommerce #respond .form-submit {
    margin-top: 0;
    float: none
}

div.pp_woocommerce .pp_inline {
    padding: 0!important
}

.rtl div.pp_woocommerce .pp_content_container {
    text-align: left
}

@media only screen and (max-width:768px) {
    div.pp_woocommerce {
        right: 5%!important;
        left: 5%!important;
        box-sizing: border-box;
        width: 90%!important
    }
    div.pp_woocommerce .pp_contract,
    div.pp_woocommerce .pp_expand,
    div.pp_woocommerce .pp_gallery,
    div.pp_woocommerce .pp_next,
    div.pp_woocommerce .pp_previous {
        display: none!important
    }
    div.pp_woocommerce .pp_arrow_next,
    div.pp_woocommerce .pp_arrow_previous,
    div.pp_woocommerce .pp_close {
        height: 44px;
        width: 44px;
        font-size: 44px;
        line-height: 44px
    }
    div.pp_woocommerce .pp_arrow_next::before,
    div.pp_woocommerce .pp_arrow_previous::before,
    div.pp_woocommerce .pp_close::before {
        font-size: 44px
    }
    div.pp_woocommerce .pp_description {
        display: none!important
    }
    div.pp_woocommerce .pp_details {
        width: 100%!important
    }
    .pp_content {
        width: 100%!important
    }
    .pp_content #pp_full_res>img {
        width: 100%!important;
        height: auto!important
    }
    .currentTextHolder {
        line-height: 3
    }
}

div.pp_pic_holder a:focus {
    outline: 0
}

div.pp_overlay {
    background: #000;
    display: none;
    right: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 9999
}

div.pp_pic_holder {
    display: none;
    position: absolute;
    width: 100px;
    z-index: 10000
}

.pp_top {
    height: 20px;
    position: relative
}

* html .pp_top {
    padding: 0 20px
}

.pp_top .pp_left {
    height: 20px;
    right: 0;
    position: absolute;
    width: 20px
}

.pp_top .pp_middle {
    height: 20px;
    right: 20px;
    position: absolute;
    left: 20px
}

* html .pp_top .pp_middle {
    right: 0;
    position: static
}

.pp_top .pp_right {
    height: 20px;
    right: auto;
    position: absolute;
    left: 0;
    top: 0;
    width: 20px
}

.pp_content {
    height: 40px;
    min-width: 40px
}

* html .pp_content {
    width: 40px
}

.pp_fade {
    display: none
}

.pp_content_container {
    position: relative;
    text-align: right;
    width: 100%
}

.pp_content_container .pp_left {
    padding-right: 20px
}

.pp_content_container .pp_right {
    padding-left: 20px
}

.pp_content_container .pp_details {
    float: right;
    margin: 10px 0 2px
}

.pp_description {
    display: none;
    margin: 0
}

.pp_social {
    float: right;
    margin: 0
}

.pp_social .facebook {
    float: right;
    margin-right: 5px;
    width: 55px;
    overflow: hidden
}

.pp_social .twitter {
    float: right
}

.pp_nav {
    clear: left;
    float: right;
    margin: 3px 0 0 10px
}

.pp_nav p {
    float: right;
    margin: 2px 4px;
    white-space: nowrap
}

.pp_nav .pp_pause,
.pp_nav .pp_play {
    float: right;
    margin-left: 4px;
    text-indent: -10000px
}

a.pp_arrow_next,
a.pp_arrow_previous {
    display: block;
    float: right;
    height: 15px;
    margin-top: 3px;
    text-indent: -100000px;
    width: 14px
}

.pp_hoverContainer {
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 2000
}

.pp_gallery {
    display: none;
    right: 50%;
    margin-top: -50px;
    position: absolute;
    z-index: 10000
}

.pp_gallery div {
    float: right;
    overflow: hidden;
    position: relative
}

.pp_gallery ul {
    float: right;
    height: 35px;
    margin: 0 5px 0 0;
    padding: 0;
    position: relative;
    white-space: nowrap
}

.pp_gallery ul a {
    border: 1px #000 solid;
    border: 1px rgba(0, 0, 0, .5) solid;
    display: block;
    float: right;
    height: 33px;
    overflow: hidden
}

.pp_gallery li.selected a,
.pp_gallery ul a:hover {
    border-color: #fff
}

.pp_gallery ul a img {
    border: 0
}

.pp_gallery li {
    display: block;
    float: right;
    margin: 0 0 0 5px;
    padding: 0
}

.pp_gallery li.default a {
    display: block;
    height: 33px;
    width: 50px
}

.pp_gallery li.default a img {
    display: none
}

.pp_gallery .pp_arrow_next,
.pp_gallery .pp_arrow_previous {
    margin-top: 7px!important
}

a.pp_next {
    display: block;
    float: left;
    height: 100%;
    text-indent: -10000px;
    width: 49%
}

a.pp_previous {
    display: block;
    float: right;
    height: 100%;
    text-indent: -10000px;
    width: 49%
}

a.pp_contract,
a.pp_expand {
    cursor: pointer;
    display: none;
    height: 20px;
    position: absolute;
    left: 30px;
    text-indent: -10000px;
    top: 10px;
    width: 20px;
    z-index: 20000
}

a.pp_close {
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    text-indent: -10000px
}

.pp_bottom {
    height: 20px;
    position: relative
}

* html .pp_bottom {
    padding: 0 20px
}

.pp_bottom .pp_left {
    height: 20px;
    right: 0;
    position: absolute;
    width: 20px
}

.pp_bottom .pp_middle {
    height: 20px;
    right: 20px;
    position: absolute;
    left: 20px
}

* html .pp_bottom .pp_middle {
    right: 0;
    position: static
}

.pp_bottom .pp_right {
    height: 20px;
    right: auto;
    position: absolute;
    left: 0;
    top: 0;
    width: 20px
}

.pp_loaderIcon {
    display: block;
    height: 24px;
    right: 50%;
    margin: -12px -12px 0 0;
    position: absolute;
    top: 50%;
    width: 24px
}

#pp_full_res .pp_inline {
    text-align: right
}

div.ppt {
    color: #fff!important;
    font-weight: 700;
    display: none;
    font-size: 17px;
    margin: 0 15px 5px 0;
    z-index: 9999
}

body.body-full-width {
    width: 1920px!important
}

body.body-full-width .sao_column_1_1 {
    width: 100%!important
}

body.body-full-width .sao_column_1_2 {
    width: 50%!important
}

body.body-full-width .sao_column_1_3 {
    width: 33.331%!important
}

body.body-full-width .sao_column_2_3 {
    width: 66.661%!important
}

body.body-full-width .sao_column_3_4 {
    width: 75%!important
}

body.body-full-width .sao_column_1_4 {
    width: 25%!important
}

body.body-full-width .sao_column_1_5 {
    width: 20%!important
}

body.body-full-width .sao_column_2_5 {
    width: 40%!important
}

body.body-full-width .sao_column_3_5 {
    width: 60%!important
}

body.body-full-width .sao_column_4_5 {
    width: 80%!important
}

body.body-full-width .sao_column_1_6 {
    width: 16.661%!important
}

body.body-full-width .sao_column_1_7 {
    width: 14.281%!important
}

body.body-full-width .sao_column_1_8 {
    width: 12.5%!important
}

body.body-full-width .sao_column_5_6 {
    width: 83.331%!important
}

body.body-full-width .sao_column_hide {
    display: none!important
}

.sao_column_1_1 {
    width: 100%
}

.sao_column_1_2 {
    width: 50%
}

.sao_column_1_3 {
    width: 33.331%
}

.sao_column_2_3 {
    width: 66.661%
}

.sao_column_3_4 {
    width: 75%
}

.sao_column_1_4 {
    width: 25%
}

.sao_column_1_5 {
    width: 20%
}

.sao_column_2_5 {
    width: 40%
}

.sao_column_3_5 {
    width: 60%
}

.sao_column_4_5 {
    width: 80%
}

.sao_column_1_6 {
    width: 16.661%
}

.sao_column_1_7 {
    width: 14.281%
}

.sao_column_1_8 {
    width: 12.5%
}

.sao_column_5_6 {
    width: 83.331%
}

.sao_column_hide {
    display: none!important
}

@media (max-width: 1199px) and (min-width: 992px) {
    .sao_desktop_1_1 {
        width: 100%
    }
    .sao_desktop_1_2 {
        width: 50%
    }
    .sao_desktop_1_3 {
        width: 33.331%
    }
    .sao_desktop_2_3 {
        width: 66.661%
    }
    .sao_desktop_3_4 {
        width: 75%
    }
    .sao_desktop_1_4 {
        width: 25%
    }
    .sao_desktop_1_5 {
        width: 20%
    }
    .sao_desktop_2_5 {
        width: 40%
    }
    .sao_desktop_3_5 {
        width: 60%
    }
    .sao_desktop_4_5 {
        width: 80%
    }
    .sao_desktop_1_6 {
        width: 16.661%
    }
    .sao_desktop_5_6 {
        width: 83.331%
    }
    .sao_desktop_hide {
        display: none!important
    }
}

@media (max-width: 991px) and (min-width: 768px) {
    .sao_tablet_1_1 {
        width: 100%
    }
    .sao_tablet_1_2 {
        width: 50%
    }
    .sao_tablet_1_3 {
        width: 33.331%
    }
    .sao_tablet_2_3 {
        width: 66.661%
    }
    .sao_tablet_3_4 {
        width: 75%
    }
    .sao_tablet_1_4 {
        width: 25%
    }
    .sao_tablet_1_5 {
        width: 20%
    }
    .sao_tablet_2_5 {
        width: 40%
    }
    .sao_tablet_3_5 {
        width: 60%
    }
    .sao_tablet_4_5 {
        width: 80%
    }
    .sao_tablet_1_6 {
        width: 16.661%
    }
    .sao_tablet_5_6 {
        width: 83.331%
    }
    .sao_tablet_hide {
        display: none!important
    }
}

@media (max-width: 767px) and (min-width: 501px) {
    .sao_phablet_1_1 {
        width: 100%
    }
    .sao_phablet_1_2 {
        width: 50%
    }
    .sao_phablet_1_3 {
        width: 33.331%
    }
    .sao_phablet_2_3 {
        width: 66.661%
    }
    .sao_phablet_3_4 {
        width: 75%
    }
    .sao_phablet_1_4 {
        width: 25%
    }
    .sao_phablet_1_5 {
        width: 20%
    }
    .sao_phablet_2_5 {
        width: 40%
    }
    .sao_phablet_3_5 {
        width: 60%
    }
    .sao_phablet_4_5 {
        width: 80%
    }
    .sao_phablet_1_6 {
        width: 16.661%
    }
    .sao_phablet_5_6 {
        width: 83.331%
    }
    .sao_phablet_hide {
        display: none!important
    }
}

@media (max-width: 500px) {
    .sao_phone_1_1 {
        width: 100%
    }
    .sao_phone_1_2 {
        width: 50%
    }
    .sao_phone_1_3 {
        width: 33.331%
    }
    .sao_phone_2_3 {
        width: 66.661%
    }
    .sao_phone_3_4 {
        width: 75%
    }
    .sao_phone_1_4 {
        width: 25%
    }
    .sao_phone_1_5 {
        width: 20%
    }
    .sao_phone_2_5 {
        width: 40%
    }
    .sao_phone_3_5 {
        width: 60%
    }
    .sao_phone_4_5 {
        width: 80%
    }
    .sao_phone_1_6 {
        width: 16.661%
    }
    .sao_phone_5_6 {
        width: 83.331%
    }
    .sao_phone_hide {
        display: none!important
    }
}

.sao-wrapper-row {
    width: 100%;
    position: relative;
    float: left
}

.sao-section-item {
    width: 100%;
    float: left
}

.sao-section-1920 .sao-row-middle {
    width: 100%
}

.sao-section-warp {
    float: left;
    width: 100%;
    padding: 0;
    position: relative
}

.sao-section-cover {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -1;
    left: 0;
    top: 0;
    overflow: hidden
}

.sao-section-middle {
    z-index: 1;
    margin: auto;
    max-width: 1200px;
    text-align: right;
    position: relative
}

.sao-section-item {
    float: left;
    width: 100%;
    display: inline-block;
    position: relative
}

.sao-slider-warp {
    float: left;
    width: 100%;
    padding: 15px 0;
    position: relative
}

.sao-slider-middle {
    z-index: 3;
    margin: auto;
    max-width: 100%;
    width: 1200px;
    text-align: left;
    position: relative;
    pointer-events: none
}

.sao-slider-item {
    float: left;
    width: 100%;
    display: inline-block;
    position: relative;
    overflow: hidden
}

.sao-section-item .sao-section-background {
    z-index: -2;
    overflow: hidden;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -1
}

.sao-section-item .sao-section-background img {
    padding: 0!important;
    min-width: 100.1%;
    min-height: 100.1%;
    position: absolute;
    float: left;
    height: auto;
    width: auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    font-size: 0;
    -ms-transform: translate(-50%, -50%)
}

.sao-column-item .sao-column-background {
    width: 100%;
    overflow: hidden;
    height: 100%;
    position: absolute;
    z-index: -2
}

.sao-column-item .sao-column-background img {
    padding: 0!important;
    min-width: 100.1%;
    min-height: 100.1%;
    position: absolute;
    float: left;
    height: auto;
    width: auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    font-size: 0;
    -ms-transform: translate(-50%, -50%)
}

.sao-section-container {
    float: left;
    width: 100%
}

.sao-row-container {
    width: 100%;
    float: left;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex
}

.sao-row-main .sao-row-container {
    padding-bottom: 20px;
    padding-bottom: 20px
}

.single .sao-row-main .sao-row-container {
    padding-bottom: 0
}

.sao-column {
    float: left;
    position: relative;
    direction: ltr
}

.sao-column-flex {
    display: inline-flex;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    width: 100%;
    float: left
}

.sao-column-container {
    width: 100%;
    float: left;
    padding: 0
}

.sao-column-container::beofre {
    width: 100%;
    float: left;
    padding: 0
}

.sao-section-item:not(.sao-section-sticky) .sao-column-container {
    position: relative
}

.sao-column-item {
    float: left;
    text-align: left;
    position: relative
}

.sao-column-warp {
    width: 100%;
    float: left;
    position: relative;
    height: 100%
}

.sao-column-cover {
    width: 100%;
    height: 100%;
    z-index: -1;
    position: absolute;
    left: 0;
    top: 0;
    overflow: hidden
}

.sao-element-item {
    float: left;
    width: 100%
}

.sao-150-item .sao-font-large,
.sao-150-item .sao-font-large a,
.sao-150 .sao-icon-text i {
    font-size: 13px
}

.sao-200-item .sao-font-large,
.sao-200-item .sao-font-large a,
.sao-150 .sao-icon-text i {
    font-size: 14px
}

.sao-250-item .sao-font-large,
.sao-250-item .sao-font-large a,
.sao-250 .sao-icon-text i {
    font-size: 15px
}

.sao-300-item .sao-font-large,
.sao-300-item .sao-font-large a,
.sao-300 .sao-icon-text i {
    font-size: 16px
}

.sao-400-item .sao-font-large,
.sao-400-item .sao-font-large a,
.sao-400 .sao-icon-text i {
    font-size: 18px
}

.sao-500-item .sao-font-large,
.sao-500-item .sao-font-large a,
.sao-500 .sao-icon-text i {
    font-size: 21px
}

.sao-600-item .sao-font-large,
.sao-600-item .sao-font-large a,
.sao-600 .sao-icon-text i {
    font-size: 24px
}

.sao-800-item .sao-font-large,
.sao-800-item .sao-font-large a,
.sao-800 .sao-icon-text i {
    font-size: 28px
}

.sao-1000-item .sao-font-large,
.sao-1000-item .sao-font-large a,
.sao-1000 .sao-icon-text i {
    font-size: 33px
}

.sao-1200-item .sao-font-large,
.sao-1200-item .sao-font-large a,
.sao-1200 .sao-icon-text i {
    font-size: 38px
}

.sao-1400-item .sao-font-large,
.sao-1400-item .sao-font-large a,
.sao-1400 .sao-icon-text i {
    font-size: 44px
}

.sao-font-medium {
    line-height: 1.5em
}

.sao-150-item .sao-font-medium {
    font-size: 11px
}

.sao-200-item .sao-font-medium {
    font-size: 12px
}

.sao-250-item .sao-font-medium {
    font-size: 12px
}

.sao-300-item .sao-font-medium {
    font-size: 13px
}

.sao-400-item .sao-font-medium {
    font-size: 13px
}

.sao-500-item .sao-font-medium {
    font-size: 14px
}

.sao-600-item .sao-font-medium {
    font-size: 15px
}

.sao-800-item .sao-font-medium {
    font-size: 16px
}

.sao-1000-item .sao-font-medium {
    font-size: 17px
}

.sao-1200-item .sao-font-medium {
    font-size: 19px
}

.sao-1400-item .sao-font-medium {
    font-size: 21px
}

.sao-150-item .sao-font-small,
.sao-150-item .sao-font-small a {
    font-size: 11px
}

.sao-200-item .sao-font-small,
.sao-200-item .sao-font-small a {
    font-size: 11px
}

.sao-250-item .sao-font-small,
.sao-250-item .sao-font-small {
    font-size: 11px
}

.sao-300-item .sao-font-small,
.sao-300-item .sao-font-small a {
    font-size: 12px
}

.sao-400-item .sao-font-small,
.sao-400-item .sao-font-small a {
    font-size: 12px
}

.sao-500-item .sao-font-small,
.sao-500-item .sao-font-small a {
    font-size: 12px
}

.sao-600-item .sao-font-small,
.sao-600-item .sao-font-small a {
    font-size: 13px
}

.sao-800-item .sao-font-small,
.sao-800-item .sao-font-small a {
    font-size: 14px
}

.sao-1000-item .sao-font-small,
.sao-1000-item .sao-font-small a {
    font-size: 14px
}

.sao-1200-item .sao-font-small,
.sao-1200-item .sao-font-small a {
    font-size: 15px
}

.sao-1400-item .sao-font-small,
.sao-1400-item .sao-font-small a {
    font-size: 15px
}

.sao-icon-text .sao-150-item.sao-details,
.sao-post-module-1 .sao-150-item.sao-details {
    padding-left: 10px
}

.sao-icon-text .sao-200-item.sao-details,
.sao-post-module-1 .sao-200-item.sao-details {
    padding-left: 12px
}

.sao-icon-text .sao-250-item.sao-details,
.sao-post-module-1 .sao-250-item.sao-details {
    padding-left: 12px
}

.sao-icon-text .sao-300-item.sao-details,
.sao-post-module-1 .sao-300-item.sao-details {
    padding-left: 15px
}

.sao-icon-text .sao-400-item.sao-details,
.sao-post-module-1 .sao-400-item.sao-details {
    padding-left: 15px
}

.sao-icon-text .sao-500-item.sao-details,
.sao-post-module-1 .sao-500-item.sao-details {
    padding-left: 20px
}

.sao-icon-text .sao-600-item.sao-details,
.sao-post-module-1 .sao-600-item.sao-details {
    padding-left: 20px
}

.sao-icon-text .sao-800-item.sao-details,
.sao-post-module-1 .sao-800-item.sao-details {
    padding-left: 20px
}

.sao-icon-text .sao-1000-item.sao-details,
.sao-post-module-1 .sao-1000-item.sao-details {
    padding-left: 23px
}

.sao-icon-text .sao-1200-item.sao-details,
.sao-post-module-1 .sao-1200-item.sao-details {
    padding-left: 25px;
    padding-left: 28px
}

.sao-icon-text-2 .sao-150-item.sao-details,
.sao-post-module-2 .sao-150-item.sao-details {
    margin-top: 8px
}

.sao-icon-text-2 .sao-200-item.sao-details,
.sao-post-module-2 .sao-200-item.sao-details {
    margin-top: 10px
}

.sao-icon-text-2 .sao-250-item.sao-details,
.sao-post-module-2 .sao-250-item.sao-details {
    margin-top: 10px
}

.sao-icon-text-2 .sao-300-item.sao-details,
.sao-post-module-2 .sao-300-item.sao-details {
    margin-top: 10px
}

.sao-icon-text-2 .sao-400-item.sao-details,
.sao-post-module-2 .sao-400-item.sao-details {
    margin-top: 12px
}

.sao-icon-text-2 .sao-500-item.sao-details,
.sao-post-module-2 .sao-500-item.sao-details {
    margin-top: 12px
}

.sao-icon-text-2 .sao-600-item.sao-details,
.sao-post-module-2 .sao-600-item.sao-details {
    margin-top: 15px
}

.sao-icon-text-2 .sao-800-item.sao-details,
.sao-post-module-2 .sao-800-item.sao-details {
    margin-top: 15px
}

.sao-icon-text-2 .sao-1000-item.sao-details,
.sao-post-module-2 .sao-1000-item.sao-details {
    margin-top: 20px
}

.sao-icon-text-2 .sao-1200-item.sao-details,
.sao-post-module-2 .sao-1200-item.sao-details {
    margin-top: 20px
}

.sao-icon-text-2 .sao-1400-item.sao-details,
.sao-post-module-2 .sao-1400-item.sao-details {
    margin-top: 25px
}

.sao-post-module-3 .sao-150-item.sao-details {
    padding: 10px
}

.sao-post-module-3 .sao-200-item.sao-details {
    padding: 12px
}

.sao-post-module-3 .sao-250-item.sao-details {
    padding: 12px
}

.sao-post-module-3 .sao-300-item.sao-details {
    padding: 15px
}

.sao-post-module-3 .sao-400-item.sao-details {
    padding: 20px
}

.sao-post-module-3 .sao-500-item.sao-details {
    padding: 20px
}

.sao-post-module-3 .sao-600-item.sao-details {
    padding: 20px
}

.sao-post-module-3 .sao-800-item.sao-details {
    padding: 20px
}

.sao-post-module-3 .sao-1000-item.sao-details {
    padding: 25px
}

.sao-post-module-3 .sao-1200-item.sao-details {
    padding: 25px
}

.sao-post-module-3 .sao-1400-item.sao-details {
    padding: 30px
}

@media (max-width: 1199px) {
    body .sao-element-item .sao-150-item .sao-font-large,
    body .sao-element-item .sao-150-item .sao-font-large a,
    body .sao-element-item.sao-150 .sao-icon-text i {
        font-size: 13px!important
    }
    body .sao-element-item .sao-200-item .sao-font-large,
    body .sao-element-item .sao-200-item .sao-font-large a,
    body .sao-element-item.sao-200 .sao-icon-text i {
        font-size: 14px!important
    }
    body .sao-element-item .sao-250-item .sao-font-large,
    body .sao-element-item .sao-250-item .sao-font-large a,
    body .sao-element-item.sao-250 .sao-icon-text i {
        font-size: 15px!important
    }
    body .sao-element-item .sao-300-item .sao-font-large,
    body .sao-element-item .sao-300-item .sao-font-large a,
    body .sao-element-item.sao-300 .sao-icon-text i {
        font-size: 16px!important
    }
    body .sao-element-item .sao-400-item .sao-font-large,
    body .sao-element-item .sao-400-item .sao-font-large a,
    body .sao-element-item.sao-400 .sao-icon-text i {
        font-size: 18px!important
    }
    body .sao-element-item .sao-500-item .sao-font-large,
    body .sao-element-item .sao-500-item .sao-font-large a,
    body .sao-element-item.sao-500 .sao-icon-text i {
        font-size: 21px!important
    }
    body .sao-element-item .sao-600-item .sao-font-large,
    body .sao-element-item .sao-600-item .sao-font-large a,
    body .sao-element-item.sao-600 .sao-icon-text i {
        font-size: 24px!important
    }
    body .sao-element-item .sao-800-item .sao-font-large,
    body .sao-element-item .sao-800-item .sao-font-large a,
    body .sao-element-item.sao-800 .sao-icon-text i {
        font-size: 28px!important
    }
    body .sao-element-item .sao-1000-item .sao-font-large,
    body .sao-element-item .sao-100-item .sao-font-large a,
    body .sao-element-item.sao-100 .sao-icon-text i {
        font-size: 33px!important
    }
    body .sao-element-item .sao-1200-item .sao-font-large,
    body .sao-element-item .sao-1200-item .sao-font-large a,
    body .sao-element-item.sao-1200 .sao-icon-text i {
        font-size: 38px!important
    }
    body .sao-element-item .sao-1400-item .sao-font-large,
    body .sao-element-item .sao-1400-item .sao-font-large a,
    body .sao-element-item.sao-1400 .sao-icon-text i {
        font-size: 44px!important
    }
    body .sao-element-item .sao-font-large,
    body .sao-element-item .sao-font-large a {
        line-height: calc(1em + 8px)!important
    }
    body .sao-element-item .sao-150-item .sao-font-medium {
        font-size: 11px!important
    }
    body .sao-element-item .sao-200-item .sao-font-medium {
        font-size: 12px!important
    }
    body .sao-element-item .sao-250-item .sao-font-medium {
        font-size: 12px!important
    }
    body .sao-element-item .sao-300-item .sao-font-medium {
        font-size: 13px!important
    }
    body .sao-element-item .sao-400-item .sao-font-medium {
        font-size: 13px!important
    }
    body .sao-element-item .sao-500-item .sao-font-medium {
        font-size: 14px!important
    }
    body .sao-element-item .sao-600-item .sao-font-medium {
        font-size: 16px!important
    }
    body .sao-element-item .sao-800-item .sao-font-medium {
        font-size: 17px!important
    }
    body .sao-element-item .sao-1000-item .sao-font-medium {
        font-size: 18px!important
    }
    body .sao-element-item .sao-1200-item .sao-font-medium {
        font-size: 19px!important
    }
    body .sao-element-item .sao-1400-item .sao-font-medium {
        font-size: 21px!important
    }
    body .sao-element-item .sao-font-medium,
    body .sao-element-item .sao-font-medium a {
        line-height: 1.5em!important
    }
    body .sao-element-item .sao-150-item .sao-font-small,
    body .sao-element-item .sao-150-item .sao-font-small a {
        font-size: 11px!important
    }
    body .sao-element-item .sao-200-item .sao-font-small,
    body .sao-element-item .sao-200-item .sao-font-small a {
        font-size: 11px!important
    }
    body .sao-element-item .sao-250-item .sao-font-small,
    body .sao-element-item .sao-250-item .sao-font-small a {
        font-size: 11px!important
    }
    body .sao-element-item .sao-300-item .sao-font-small,
    body .sao-element-item .sao-300-item .sao-font-small a {
        font-size: 12px!important
    }
    body .sao-element-item .sao-400-item .sao-font-small,
    body .sao-element-item .sao-400-item .sao-font-small a {
        font-size: 12px!important
    }
    body .sao-element-item .sao-500-item .sao-font-small,
    body .sao-element-item .sao-500-item .sao-font-small a {
        font-size: 12px!important
    }
    body .sao-element-item .sao-600-item .sao-font-small,
    body .sao-element-item .sao-600-item .sao-font-small a {
        font-size: 13px!important
    }
    body .sao-element-item .sao-800-item .sao-font-small,
    body .sao-element-item .sao-800-item .sao-font-small a {
        font-size: 14px!important
    }
    body .sao-element-item .sao-1000-item .sao-font-small,
    body .sao-element-item .sao-1000-item .sao-font-small a {
        font-size: 14px!important
    }
    body .sao-element-item .sao-1200-item .sao-font-small,
    body .sao-element-item .sao-1200-item .sao-font-small a {
        font-size: 15px!important
    }
    body .sao-element-item .sao-1400-item .sao-font-small,
    body .sao-element-item .sao-1400-item .sao-font-small a {
        font-size: 15px!important
    }
    body .sao-element-item .sao-font-small,
    body .sao-element-item .sao-font-small a {
        line-height: 1.5em!important
    }
    body .sao-icon-text .sao-150-item.sao-details,
    body .sao-post-module-1 .sao-150-item.sao-details {
        padding-left: 10px!important
    }
    body .sao-icon-text .sao-200-item.sao-details,
    body .sao-post-module-1 .sao-200-item.sao-details {
        padding-left: 12px!important
    }
    body .sao-icon-text .sao-250-item.sao-details,
    body .sao-post-module-1 .sao-250-item.sao-details {
        padding-left: 12px!important
    }
    body .sao-icon-text .sao-300-item.sao-details,
    body .sao-post-module-1 .sao-300-item.sao-details {
        padding-left: 15px!important
    }
    body .sao-icon-text .sao-400-item.sao-details,
    body .sao-post-module-1 .sao-400-item.sao-details {
        padding-left: 15px!important
    }
    body .sao-icon-text .sao-500-item.sao-details,
    body .sao-post-module-1 .sao-500-item.sao-details {
        padding-left: 20px!important
    }
    body .sao-icon-text .sao-600-item.sao-details,
    body .sao-post-module-1 .sao-600-item.sao-details {
        padding-left: 20px!important
    }
    body .sao-icon-text .sao-800-item.sao-details,
    body .sao-post-module-1 .sao-800-item.sao-details {
        padding-left: 20px!important
    }
    body .sao-icon-text .sao-1000-item.sao-details,
    body.sao-post-module-1 .sao-1000-item.sao-details {
        padding-left: 23px!important
    }
    body .sao-icon-text .sao-1200-item.sao-details,
    body .sao-post-module-1 .sao-1200-item.sao-details {
        padding-left: 25px!important;
        padding-left: 28px!important
    }
    body .sao-icon-text-2 .sao-150-item.sao-details,
    .sao-post-module-2 .sao-150-item.sao-details {
        margin-top: 8px!important
    }
    body .sao-icon-text-2 .sao-200-item.sao-details,
    .sao-post-module-2 .sao-200-item.sao-details {
        margin-top: 10px!important
    }
    body .sao-icon-text-2 .sao-250-item.sao-details,
    .sao-post-module-2 .sao-250-item.sao-details {
        margin-top: 10px!important
    }
    body .sao-icon-text-2 .sao-300-item.sao-details,
    .sao-post-module-2 .sao-300-item.sao-details {
        margin-top: 10px!important
    }
    body .sao-icon-text-2 .sao-400-item.sao-details,
    .sao-post-module-2 .sao-400-item.sao-details {
        margin-top: 12px!important
    }
    body .sao-icon-text-2 .sao-500-item.sao-details,
    .sao-post-module-2 .sao-500-item.sao-details {
        margin-top: 12px!important
    }
    body .sao-icon-text-2 .sao-600-item.sao-details,
    .sao-post-module-2 .sao-600-item.sao-details {
        margin-top: 15px!important
    }
    body .sao-icon-text-2 .sao-800-item.sao-details,
    .sao-post-module-2 .sao-800-item.sao-details {
        margin-top: 15px!important
    }
    body .sao-icon-text-2 .sao-1000-item.sao-details,
    .sao-post-module-2 .sao-1000-item.sao-details {
        margin-top: 20px!important
    }
    body .sao-icon-text-2 .sao-1200-item.sao-details,
    .sao-post-module-2 .sao-1200-item.sao-details {
        margin-top: 20px!important
    }
    body .sao-icon-text-2 .sao-1400-item.sao-details,
    .sao-post-module-2 .sao-1400-item.sao-details {
        margin-top: 25px!important
    }
    body .sao-post-module-3 .sao-150-item.sao-details {
        padding: 10px!important
    }
    body .sao-post-module-3 .sao-200-item.sao-details {
        padding: 12px!important
    }
    body .sao-post-module-3 .sao-250-item.sao-details {
        padding: 12px!important
    }
    body .sao-post-module-3 .sao-300-item.sao-details {
        padding: 15px!important
    }
    body .sao-post-module-3 .sao-400-item.sao-details {
        padding: 20px!important
    }
    body .sao-post-module-3 .sao-500-item.sao-details {
        padding: 20px!important
    }
    body .sao-post-module-3 .sao-600-item.sao-details {
        padding: 20px!important
    }
    body .sao-post-module-3 .sao-800-item.sao-details {
        padding: 20px!important
    }
    body .sao-post-module-3 .sao-1000-item.sao-details {
        padding: 25px!important
    }
    body .sao-post-module-3 .sao-1200-item.sao-details {
        padding: 25px!important
    }
    body .sao-post-module-3 .sao-1400-item.sao-details {
        padding: 30px!important
    }
}

.sao-button-warp {
    direction: ltr;
    float: left;
    width: 100%
}

.sao-button {
    text-decoration: none;
    display: inline-block;
    padding: .5em 1em
}

.sao-button i {
    font-family: 'FontAwesome';
    float: left;
    margin-right: 5px;
    font-style: normal
}

.sao-button:hover {
    opacity: .7
}

.sao_alignment_left {
    text-align: left
}

.sao_alignment_right {
    text-align: right
}

.sao_alignment_center {
    text-align: center
}

.sao_text_block p:first-child {
    margin-top: 0!important
}

.sao_text_block p:last-child {
    margin-bottom: 0!important
}

.sao_text_block strong {
    font-weight: 700
}

.sao-icon i {
    font-family: 'FontAwesome';
    font-style: normal
}

.sao-element-item .sao-details {
    float: left
}

.sao-element-item .sao-title {
    margin: 0!important;
    float: left;
    width: 100%;
    line-height: 1.42em;
    line-height: calc(1em + 8px)
}

.sao-element-item .sao-title a {
    width: 100%;
    font-weight: 700;
    display: inline-block;
    float: left;
    overflow: hidden;
    line-height: 1.42em;
    line-height: calc(1em + 8px)
}

.sao-element-item .sao-title a:hover {
    opacity: .7
}

.sao-element-item .sao-excerpt {
    margin-top: 8px;
    font-weight: 400;
    width: 100%;
    float: left;
    overflow: hidden;
    line-height: 1.5em
}

.sao-post-item {
    float: left
}

.sao-row {
    float: left
}

.sao-line .sao-border-top::before {
    content: "";
    overflow: hidden;
    position: absolute;
    width: 100%
}

div.sao-line:last-child .sao-border-top::before {
    content: "";
    overflow: hidden;
    border-top: none;
    position: absolute;
    width: 100%
}

.sao-border-top {
    position: relative;
    float: left;
    width: 100%
}

.sao-icon-text {
    display: inline-flex;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox
}

.sao-icon-text .sao-details {
    width: 100%
}

.sao-icon-text .sao-icon i {
    line-height: 1em
}

.sao-notification-box.sao-icon-text .sao-icon i::before {
    font-size: 1.5em;
    line-height: 1em
}

.sao-icon-text .sao-icon i::before {
    font-size: 3em;
    line-height: 1em
}

.sao-icon-text .sao-icon {
    line-height: 1em
}

@media (max-width: 1199px) {
    .sao-icon-text .sao-150-item .sao-excerpt,
    .sao-icon-text .sao-200-item .sao-excerpt,
    .sao-icon-text .sao-250-item .sao-excerpt {
        display: none!important
    }
}

.sao-icon-text_2 {
    width: 100%
}

.sao-icon-text-2 .sao-icon {
    width: 100%
}

.sao-icon-text-2 .sao-details {
    width: 100%;
    margin-top: 10px
}

.sao-icon-text-2 .sao-icon i {
    line-height: 1em
}

.sao-icon-text-2 .sao-icon i::before {
    font-size: 4em;
    line-height: 1em
}

.sao-text-list {
    margin: 0!important;
    list-style: none
}

.sao-text-list li {
    list-style: none;
    margin-bottom: 15px
}

.sao-text-list i {
    font-family: 'FontAwesome';
    float: left;
    margin-right: 5px;
    font-style: normal
}

@media (max-width: 1199px) {
    body .sao-element-item .sao-text-list li {
        margin-bottom: 15px!important
    }
}

.sao-accordion-item {
    float: left;
    width: 100%;
    border: solid 1px #96969633;
    overflow: hidden;
    margin-bottom: 10px
}

.sao-accordion-content {
    display: none;
    padding: 1em;
    float: left
}

.sao-accordion-item h3 {
    float: left;
    width: 100%;
    padding: .5em .25em .5em .75em !important;
    cursor: pointer!important;
    line-height: 0!important;
    height: 100%;
    margin: 0!important;
    border-bottom: solid 1px rgba(150, 150, 150, .2)
}

.sao-accordion-item h3 i {
    position: relative;
    float: right;
    height: 100%;
    font-weight: 400;
    line-height: 1.5em!important
}

.sao-accordion-item span {
    line-height: 1.5em!important
}

.sao-accordion-active h3 {
    font-weight: 700
}

.sao-accordion-deactive h3 {
    font-weight: 400
}

.sao-accordion-active h3 i::before {
    content: "\f460";
    font-family: dashicons;
    font-style: normal;
    float: right;
    font-size: 2em;
    position: absolute;
    right: 0;
    top: 0
}

.sao-accordion-deactive h3 i::before {
    content: "\f132";
    font-family: dashicons;
    font-style: normal;
    float: right;
    font-size: 2em;
    position: absolute;
    right: 0;
    top: .1em
}

.sao-tabs-heading {
    float: left;
    width: 100%
}

.sao-tabs-heading h3 {
    float: left;
    padding: .5em 1em!important;
    display: inline-block;
    margin: 0!important;
    line-height: 0!important;
    border-top: solid 1px rgba(150, 150, 150, 0.2);
    border-right: solid 1px rgba(150, 150, 150, 0.2);
    border-left: solid 1px rgba(150, 150, 150, 0.2)
}

.sao-tabs-heading h3 span {
    line-height: 1em
}

.sao-tabs-deactive {
    cursor: pointer
}

.sao-tabs-deactive span {
    font-weight: 400!important
}

.sao-tabs-active span {
    font-weight: 700!important
}

.sao-tabs-active {
    position: relative
}

.sao-tabs-content-warp {
    border: solid 1px rgba(150, 150, 150, 0.2);
    float: left;
    width: 100%;
    margin-top: -1px
}

.sao-tabs-content-warp .sao-tabs-content {
    width: 100%;
    padding: 1em!important;
    float: left;
    display: none
}

.sao-tabs-content-active {
    display: inline-block!important
}

.sao-tabs-warp {
    float: left
}

.sao-element-item .sao-image-item img,
.sao-element-item .sao-image-item img {
    padding: 0!important;
    width: auto;
    min-width: 100.1%;
    height: 100.1%;
    min-height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    font-size: 0;
    max-height: inherit!important;
    max-width: inherit!important;
    -ms-transform: translate(-50%, -50%)
}

.sao-image-gallery-slider.sao-200px .sao-image-item {
    height: 200px
}

.sao-image-gallery-slider.sao-300px .sao-image-item {
    height: 300px
}

.sao-image-gallery-slider.sao-400px .sao-image-item {
    height: 400px
}

.sao-image-gallery-slider.sao-500px .sao-image-item {
    height: 500px
}

.sao-image-gallery-slider.sao-600px .sao-image-item {
    height: 600px
}

.sao-image-gallery-slider.sao-700px .sao-image-item {
    height: 700px
}

.sao-image-gallery-slider.sao-800px .sao-image-item {
    height: 800px
}

.sao-image {
    float: left;
    width: 100%;
    position: relative
}

.sao-image.sao_alignment_left img,
.sao-image.sao_alignment_left a,
.sao-image-gallery.sao_alignment_left .sao-image {
    float: left
}

.sao-image.sao_alignment_right img,
.sao-image.sao_alignment_right a,
.sao-image-gallery.sao_alignment_right .sao-image {
    float: right
}

.sao-image.sao_alignment_center img,
.sao-image.sao_alignment_center a,
.sao-image-gallery.sao_alignment_center .sao-image {
    left: 50%;
    position: relative;
    float: left;
    transform: translate(-50%, 0%);
    -webkit-transform: translate(-50%, 0%);
    -moz-transform: translate(-50%, 0%);
    -o-transform: translate(-50%, 0%);
    -ms-transform: translate(-50%, 0%)
}

.sao-image-gallery img {
    float: left
}

.sao-image-gallery .sao-image {
    width: auto
}

.sao-image-gallery .sao-image-item {
    float: left;
    margin: 1px;
    overflow: hidden;
    position: relative
}

.sao-slider-options {
    display: none
}

.sao-image-gallery .sao-image-item:hover {
    opacity: 7
}

.sao-image-gallery .sao-thumb {
    float: right;
    position: relative;
    height: 100%;
    float: right;
    position: absolute;
    height: 100%;
    width: 100%
}

.sao-image-gallery .sao-image-item {
    vertical-align: top;
    float: left;
    width: 100%;
    margin: 0!important;
    display: inline-block;
    position: relative;
    overflow: hidden
}

.sao-image-gallery-slider .sao-title,
.sao-image-gallery .sao-title {
    display: none
}

.sao-image-gallery-slider {
    float: left;
    width: 100%
}

.sao-image-gallery-slider li.active .sao-slider-thumb a::before,
.sao-image-gallery li:hover .sao-slider-thumb a::before {
    display: none!important;
    background: none!important
}

.sao-image-gallery .sao-slider-list {
    float: left;
    width: 100%
}

.sao-image-gallery .lSSlideOuter {
    padding: 0;
    width: 100%
}

.sao-slider {
    display: none
}

.sao-slider .sao-ratio60.sao-post-module-3 .sao-post-container {
    padding-bottom: 60%!important
}

.sao-slider .sao-ratio135.sao-post-module-3 .sao-post-container {
    padding-bottom: 135%!important
}

.lSAction,
.lSPager {
    display: none!important
}

.lsGrab:hover {
    cursor: move
}

.lSPager.lSGallery {
    display: inline-block!important
}

.lSGalleryWrapper {
    position: absolute;
    bottom: 0;
    overflow: hidden;
    left: 50%;
    transform: translate(-50%, 0);
    margin-left: 0;
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0)
}

.lSGallery {
    float: left;
    z-index: 4;
    margin-left: 0!important;
    margin-bottom: 0!important;
    margin-right: 0!important
}

.lSGallery li {
    float: left;
    list-style: none;
    overflow: hidden;
    padding: 1px
}

.sao_content_slider_thumb_1 .lSGallery li,
.sao_content_slider_thumb_5 .lSGallery li,
.sao_main_slider_thumb_1 .lSGallery li,
.sao_main_slider_thumb_5 .lSGallery li {
    padding: 1px;
    border: none!important
}

.sao-bottom-thumb .lSGallery .sao-slider-thumb a::before {
    content: '';
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    height: 100%;
    z-index: 1;
    width: 100%
}

.lSGallery li a {
    width: 100%;
    z-index: 2;
    float: left;
    font-weight: 400!important;
    position: relative
}

.sao-bottom-thumb .lSGallery .sao-thumb-warp {
    padding-bottom: 75%;
    position: relative
}

.sao-vertical-thumb .lSGallery .sao-thumb-warp {
    height: 100%!important;
    padding-bottom: 0!important
}

.sao-bottom-thumb .lSGallery .sao-slider-thumb a {
    width: 100.1%;
    min-height: 100.1%;
    position: absolute!important
}

.sao-bottom-thumb .lSGallery .sao-slider-thumb a img {
    padding: 0!important;
    width: 100.1%;
    min-height: 100.1%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    position: absolute!important
}

.sao-bottom-thumb .lSGallery .sao-title {
    float: left;
    position: absolute;
    bottom: 0;
    z-index: 3;
    padding: 8px
}

.sao-bottom-thumb .lSGallery .sao-title a {
    font-size: 13px;
    color: #fff;
    max-height: calc(2em + 16px)
}

@media (max-width: 767px) {
    .sao-bottom-thumb-text.sao-vertical-thumb .lSGallery .sao-title {
        display: none
    }
}

.sao-module-item .lSGallery {
    cursor: pointer
}

.sao-bottom-thumb .lSGallery .sao-slider-thumb {
    position: absolute;
    height: 100%;
    width: 100%;
    overflow: hidden
}

.sao-bottom-thumb .lSGallery li:hover .sao-slider-thumb a::before {
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0.75) 100%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0.75) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0.75) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#bf000000', GradientType=0)
}

.sao-bottom-thumb .lSGallery li.active .sao-slider-thumb a::before {
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0.75) 100%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0.75) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0.75) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#bf000000', GradientType=0)
}

.sao-bottom-thumb-text .lSGallery li {
    border: solid 1px rgba(150, 150, 150, 0.15)!important;
    padding: 7px;
    display: inline-flex;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox
}

.sao-thumb-light .lSSlideOuter {
    background: #fff!important
}

.sao-thumb-light .lSGallery li a {
    color: #111!important
}

.sao-thumb-dark .lSSlideOuter {
    background: #111!important
}

.sao-thumb-dark .lSGallery li a {
    color: #fff!important
}

.sao-bottom-thumb-text .lSGallery li .sao-slider-thumb {
    overflow: hidden
}

.sao_wide_slider_thumb_2.sao-bottom-thumb-text .lSGallery li .sao-slider-thumb,
.sao_content_slider_thumb_2.sao-bottom-thumb-text .lSGallery li .sao-slider-thumb,
.sao_main_slider_thumb_2.sao-bottom-thumb-text .lSGallery li .sao-slider-thumb {
    width: 65px!important;
    float: left;
    height: 65px!important
}

.sao-bottom-thumb-text .vertical .lSGallery li .sao-slider-thumb {
    height: 100%
}

.sao-bottom-thumb-text .vertical .lSGallery li {
    padding: 10px
}

.sao-bottom-thumb-text .lSGallery li .sao-slider-thumb a {
    float: left;
    width: 100%;
    height: 100%
}

.sao-bottom-thumb-text .lSGallery li .sao-slider-thumb img {
    min-width: 100%;
    width: auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    position: absolute;
    height: 100%;
    max-height: auto
}

.sao-bottom-thumb-text .lSGallery li .sao-title {
    float: left;
    padding-left: 10px!important
}

.sao-bottom-thumb-text .lSGallery li .sao-title a {
    font-size: 13px;
    max-height: calc(3em + 24px);
    overflow: hidden;
    float: left;
    text-align: left
}

.sao-main .sao-bottom-thumb .lSGallery .sao-title a {
    font-size: 12px!important
}

.sao-main .sao-bottom-thumb-text .lSGallery li .sao-title a {
    font-size: 12px!important
}

.sao-bottom-thumb-text .vertical .lSGallery li .sao-title a {
    font-size: 14px;
    max-height: calc(3em + 24px);
    margin-top: -3px!important
}

.sao-main .sao-bottom-thumb-text .vertical .lSGallery li .sao-title a {
    font-size: 12px
}

.sao-bottom-thumb-text .vertical .lSGallery li .sao-title {
    padding-left: 17px!important
}

.sao-main .sao-bottom-thumb-text .vertical .lSGallery li .sao-title {
    padding-left: 10px!important
}

.sao-bottom-text .lSGallery li {
    border: solid 1px rgba(150, 150, 150, 0.15)!important;
    padding: 10px
}

.sao-bottom-text .lSGallery li a {
    font-size: 13px;
    line-height: 1.45em;
    height: 4.35em
}

.sao-main .sao-bottom-text .lSGallery li a {
    font-size: 12px;
    line-height: 1.45em;
    height: 4.35em
}

.sao-bottom-text .lSGallery li.active a {
    color: #fff!important
}

.sao-bottom-text .lSGallery li .sao-title {
    width: 100%;
    float: left;
    padding-left: 0!important;
    text-align: center;
    text-align: left
}

.sao-bottom-text .vertical .lSGallery li {
    padding: 15px
}

.sao-bottom-text .vertical .lSGallery li .sao-title a {
    font-size: 12px;
    max-height: calc(1em + 8px);
    overflow: hidden;
    float: left
}

.sao-inner-bottom-text .sao-page-list {
    width: 100%;
    bottom: 0;
    position: absolute;
    z-index: 10
}

body .sao-inner-bottom-text .lSGallery,
body .sao-inner-bottom-text .lSGallery:hover {
    display: inline-flex!important;
    display: -webkit-inline-flex!important;
    display: -ms-inline-flexbox!important
}

.sao-inner-bottom-text .lSGallery li {
    border: solid 1px rgba(150, 150, 150, 0.20)!important;
    padding: 10px
}

.sao-thumb-light.sao-inner-bottom-text .lSGallery li {
    background: rgba(255, 255, 255, 0.10)
}

.sao-thumb-light.sao-inner-bottom-text .lSGallery li a {
    color: #fff!important
}

.sao-thumb-dark.sao-inner-bottom-text .lSGallery li {
    background: rgba(0, 0, 0, 0.50)
}

.sao-thumb-dark.sao-inner-bottom-text .lSGallery li a {
    color: #fff!important
}

.sao-inner-bottom-text .lSGallery li .sao-title {
    width: 100%;
    float: left;
    padding-left: 0!important
}

.sao-inner-bottom-text .lSGallery li .sao-title a {
    font-size: 13px;
    height: 4.35em;
    line-height: 1.45em;
    color: #fff!important;
    bottom: 0;
    float: left
}

.sao-main .sao-inner-bottom-text .lSGallery li .sao-title a {
    font-size: 12px
}

.sao-inner-bottom-text .lSGallery li.active .sao-title a {
    color: #fff!important
}

.sao-element-item .vertical .sao-page-list {
    position: absolute;
    right: 0;
    z-index: 9999;
    top: 0
}

.sao-bottom-thumb-text .lSSlideOuter,
.sao-vertical-thumb .lSSlideOuter,
.sao-bottom-text .lSSlideOuter {
    box-shadow: 0 0 0 1px rgba(150, 150, 150, 0.15) inset!important
}

.sao-module-item .lSSlideOuter .sao-post-list {
    padding: 0
}

.lSSlideOuter:hover .lSAction,
.lSSlideOuter:hover .lSPager {
    display: inline-block!important
}

.lSSlideOuter {
    overflow: hidden;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    position: relative;
    -ms-user-select: none;
    user-select: none
}

.lightSlider:before,
.lightSlider:after {
    content: " ";
    display: table
}

.lightSlider {
    overflow: hidden;
    margin: 0
}

.lSSlideWrapper {
    max-width: 100%;
    overflow: hidden;
    position: relative
}

.lSSlideWrapper>.lightSlider:after {
    clear: both
}

.lSSlideWrapper .lSSlide {
    -webkit-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
    -webkit-transition: all 1s;
    -webkit-transition-property: -webkit-transform, height;
    -moz-transition-property: -moz-transform, height;
    transition-property: transform, height;
    -webkit-transition-duration: inherit!important;
    transition-duration: inherit!important;
    -webkit-transition-timing-function: inherit!important;
    transition-timing-function: inherit!important
}

.lSSlideWrapper .lSFade {
    position: relative
}

.lSSlideWrapper .lSFade>* {
    position: absolute!important;
    top: 0;
    left: 0;
    z-index: 9;
    margin-right: 0;
    width: 100%
}

.lSSlideWrapper.usingCss .lSFade>* {
    opacity: 0;
    -webkit-transition-delay: 0;
    transition-delay: 0;
    -webkit-transition-duration: inherit!important;
    transition-duration: inherit!important;
    -webkit-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-timing-function: inherit!important;
    transition-timing-function: inherit!important
}

.lSSlideWrapper .lSFade>.active {
    z-index: 10
}

.lSSlideWrapper.usingCss .lSFade>.active {
    opacity: 1
}

.lSSlideOuter .lSPager.lSpg {
    padding: 0;
    text-align: center;
    position: absolute;
    top: 20px;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0
}

.sao-pager-top .lSSlideOuter .lSPager.lSpg {
    top: 20px;
    bottom: auto
}

.sao-pager-bottom .lSSlideOuter .lSPager.lSpg {
    top: auto;
    bottom: 20px
}

.lSSlideOuter .lSPager.lSpg>li {
    cursor: pointer;
    display: inline-block;
    padding: 0 5px
}

.lSSlideOuter .lSPager.lSpg>li a {
    background-color: #222;
    border-radius: 30px;
    display: inline-block;
    height: 8px;
    overflow: hidden;
    text-indent: -999em;
    width: 8px;
    position: relative;
    z-index: 99;
    -webkit-transition: all .5s linear 0;
    transition: all .5s linear 0
}

.lSSlideOuter .lSPager.lSpg>li:hover a,
.lSSlideOuter .lSPager.lSpg>li.active a {
    background-color: #428bca
}

.lSSlideOuter .media {
    opacity: .8
}

.lSSlideOuter .media.active {
    opacity: 1
}

.lSAction>a {
    width: 32px;
    display: block;
    top: 50%;
    height: 32px;
    background-image: url(../image/controls.png);
    cursor: pointer;
    position: absolute;
    z-index: 99;
    margin-top: -16px;
    opacity: .5;
    -webkit-transition: opacity .35s linear 0;
    transition: opacity .35s linear 0
}

.vertical .lSAction .lSPrev {
    background-position: 0 -32px!important;
    top: 10px!important;
    left: 50%!important;
    margin-left: -16px!important;
    margin-top: 0!important;
    right: auto!important
}

.vertical .lSAction .lSNext {
    background-position: -32px -32px!important;
    bottom: 10px!important;
    top: auto!important;
    left: 50%!important;
    margin-left: -16px!important;
    margin-top: 0!important
}

.lSAction>a:hover {
    opacity: 1
}

.lSAction>.lSPrev {
    background-position: 0 0;
    left: 10px
}

.lSAction>.lSNext {
    background-position: -32px 0;
    right: 10px
}

.lSAction>a.disabled {
    pointer-events: none
}

.cS-hidden {
    height: 1px;
    opacity: 0;
    filter: alpha(opacity=0);
    overflow: hidden
}

body(.rtl) .lightSlider.lsGrab>* {
    cursor: -webkit-grab;
    cursor: -moz-grab;
    cursor: -o-grab;
    cursor: -ms-grab;
    cursor: grab
}

body(.rtl) #sao-wrapper .lsGrabbing .sao-post * {
    cursor: -webkit-grabbing!important;
    cursor: -moz-grabbing!important;
    cursor: -o-grabbing!important;
    cursor: -ms-grabbing!important;
    cursor: grabbing!important
}

.sao-timer {
    z-index: 10;
    position: absolute;
    top: 0;
    height: 5px;
    background: rgba(255, 255, 255, 0.25)!important
}

.sao-image-gallery {
    float: left;
    width: 100%
}

.sao-image-gallery .sao-image-item {
    padding: 1px;
    width: 100px;
    height: 100px
}

.sao-image-gallery-slider .sao-image-item {
    width: 100%
}

.sao-image-gallery-carousel .sao-image-item {
    height: auto!important
}

.sao-image-warp {
    padding-bottom: 100%;
    width: 100%;
    float: left;
    overflow: hidden;
    position: relative
}

.sao-image-gallery .sao-image-content {
    padding: 0;
    float: left;
    width: 100%
}

.sao-image-gallery.sao-carousel.sao-ratio60 .sao-image-warp {
    padding-bottom: 60%
}

.sao-image-gallery.sao-carousel.sao-ratio75 .sao-image-warp {
    padding-bottom: 75%
}

.sao-image-gallery.sao-carousel.sao-ratio100 .sao-image-warp {
    padding-bottom: 100%
}

.sao-image-gallery.sao-carousel.sao-ratio135 .sao-image-warp {
    padding-bottom: 135%
}

img,
iframe,
embed {
    max-width: 100%;
    height: auto
}

.sao-thumb {
    float: left;
    position: relative
}

.sao-thumb img,
.sao-thumb-warp img,
.sao-image-warp img {
    max-width: inherit!important;
    padding: 0!important
}

.sao-thumb .sao-post-thumbnail::before {
    left: 0;
    content: "";
    z-index: 1;
    height: 100%;
    width: 100%;
    position: absolute
}

.sao-post-thumbnail img {
    width: 100.1%;
    position: absolute;
    top: 50%;
    right: 50%;
    min-height: 100.1%;
    max-height: inherit!important;
    max-width: inherit!important;
    height: auto;
    transform: translate(50%, -50%);
    -webkit-transform: translate(50%, -50%);
    -moz-transform: translate(50%, -50%);
    -o-transform: translate(50%, -50%);
    -ms-transform: translate(50%, -50%);
    display: block;
    margin-left: auto;
    margin-right: auto
}

.sao-ratio135 .sao-post-thumbnail img,
.sao-ratio100 .sao-post-thumbnail img {
    width: auto;
    min-height: auto;
    height: 100.1%;
    min-width: 100.1%
}

.sao-thumb:hover {
    opacity: 1
}

.sao-image-gallery.sao-carousel.sao-ratio60 .sao-image-warp,
.sao-ratio60.sao-post-list-warp .sao-post-module-1 .sao-post-thumbnail,
.sao-ratio60.sao-post-grid-warp .sao-post-module-2 .sao-post-thumbnail {
    padding-bottom: 60%
}

.sao-image-gallery.sao-carousel.sao-ratio75 .sao-image-warp,
.sao-ratio75.sao-post-list-warp .sao-post-module-1 .sao-post-thumbnail,
.sao-ratio75.sao-post-grid-warp .sao-post-module-2 .sao-post-thumbnail {
    padding-bottom: 75%
}

.sao-image-gallery.sao-carousel.sao-ratio100 .sao-image-warp,
.sao-ratio100.sao-post-list-warp .sao-post-module-1 .sao-post-thumbnail,
.sao-ratio100.sao-post-grid-warp .sao-post-module-2 .sao-post-thumbnail {
    padding-bottom: 100%
}

.sao-image-gallery.sao-carousel.sao-ratio135 .sao-image-warp,
.sao-ratio135.sao-post-list-warp .sao-post-module-1 .sao-post-thumbnail,
.sao-ratio135.sao-post-grid-warp .sao-post-module-2 .sao-post-thumbnail {
    padding-bottom: 135%
}

.sao_post_column_1_1 .sao-post-item {
    width: 100%
}

.sao_post_column_1_2 .sao-post-item {
    width: 50%
}

.sao_post_column_1_3 .sao-post-item {
    width: 33.331%
}

.sao_post_column_2_3 .sao-post-item {
    width: 66.661%
}

.sao_post_column_3_4 .sao-post-item {
    width: 75%
}

.sao_post_column_1_4 .sao-post-item {
    width: 25%
}

.sao_post_column_1_5 .sao-post-item {
    width: 20%
}

.sao_post_column_2_5 .sao-post-item {
    width: 40%
}

.sao_post_column_3_5 .sao-post-item {
    width: 60%
}

.sao_post_column_4_5 .sao-post-item {
    width: 80%
}

.sao_post_column_1_6 .sao-post-item {
    width: 16.661%
}

.sao_post_column_1_7 .sao-post-item {
    width: 14.281%
}

.sao_post_column_1_8 .sao-post-item {
    width: 12.5%
}

.sao_post_column_5_6 .sao-post-item {
    width: 83.331%
}

.sao_post_column_1_1 div.sao-row:nth-child(2n),
.sao_post_column_1_2 div.sao-row:nth-child(4n),
.sao_post_column_1_3 div.sao-row:nth-child(6n),
.sao_post_column_1_4 div.sao-row:nth-child(8n),
.sao_post_column_1_5 div.sao-row:nth-child(10n),
.sao_post_column_1_6 div.sao-row:nth-child(12n),
.sao_post_column_1_7 div.sao-row:nth-child(14n),
.sao_post_column_1_8 div.sao-row:nth-child(16n) {
    display: inline-block;
    width: 100%
}

@media (max-width: 1199px) and (min-width: 992px) {
    .sao_post_desktop_1_1 .sao-post-item {
        width: 100%
    }
    .sao_post_desktop_1_2 .sao-post-item {
        width: 50%
    }
    .sao_post_desktop_1_3 .sao-post-item {
        width: 33.331%
    }
    .sao_post_desktop_2_3 .sao-post-item {
        width: 66.661%
    }
    .sao_post_desktop_3_4 .sao-post-item {
        width: 75%
    }
    .sao_post_desktop_1_4 .sao-post-item {
        width: 25%
    }
    .sao_post_desktop_1_5 .sao-post-item {
        width: 20%
    }
    .sao_post_desktop_2_5 .sao-post-item {
        width: 40%
    }
    .sao_post_desktop_3_5 .sao-post-item {
        width: 60%
    }
    .sao_post_desktop_4_5 .sao-post-item {
        width: 80%
    }
    .sao_post_desktop_1_6 .sao-post-item {
        width: 16.661%
    }
    .sao_post_desktop_5_6 .sao-post-item {
        width: 83.331%
    }
    .sao_post_desktop_1_1 div.sao-row:nth-child(2n),
    .sao_post_desktop_1_2 div.sao-row:nth-child(4n),
    .sao_post_desktop_1_3 div.sao-row:nth-child(6n),
    .sao_post_desktop_1_4 div.sao-row:nth-child(8n),
    .sao_post_desktop_1_5 div.sao-row:nth-child(10n),
    .sao_post_desktop_1_6 div.sao-row:nth-child(12n),
    .sao_post_desktop_1_7 div.sao-row:nth-child(14n),
    .sao_post_desktop_1_8 div.sao-row:nth-child(16n) {
        display: inline-block;
        width: 100%
    }
}

@media (max-width: 991px) and (min-width: 768px) {
    .sao_post_tablet_1_1 .sao-post-item {
        width: 100%
    }
    .sao_post_tablet_1_2 .sao-post-item {
        width: 50%
    }
    .sao_post_tablet_1_3 .sao-post-item {
        width: 33.331%
    }
    .sao_post_tablet_2_3 .sao-post-item {
        width: 66.661%
    }
    .sao_post_tablet_3_4 .sao-post-item {
        width: 75%
    }
    .sao_post_tablet_1_4 .sao-post-item {
        width: 25%
    }
    .sao_post_tablet_1_5 .sao-post-item {
        width: 20%
    }
    .sao_post_tablet_2_5 .sao-post-item {
        width: 40%
    }
    .sao_post_tablet_3_5 .sao-post-item {
        width: 60%
    }
    .sao_post_tablet_4_5 .sao-post-item {
        width: 80%
    }
    .sao_post_tablet_1_6 .sao-post-item {
        width: 16.661%
    }
    .sao_post_tablet_5_6 .sao-post-item {
        width: 83.331%
    }
    .sao_post_tablet_1_1 div.sao-row:nth-child(2n),
    .sao_post_tablet_1_2 div.sao-row:nth-child(4n),
    .sao_post_tablet_1_3 div.sao-row:nth-child(6n),
    .sao_post_tablet_1_4 div.sao-row:nth-child(8n),
    .sao_post_tablet_1_5 div.sao-row:nth-child(10n),
    .sao_post_tablet_1_6 div.sao-row:nth-child(12n),
    .sao_post_tablet_1_7 div.sao-row:nth-child(14n),
    .sao_post_tablet_1_8 div.sao-row:nth-child(16n) {
        display: inline-block;
        width: 100%
    }
}

@media (max-width: 767px) and (min-width: 501px) {
    .sao_post_phablet_1_1 .sao-post-item {
        width: 100%
    }
    .sao_post_phablet_1_2 .sao-post-item {
        width: 50%
    }
    .sao_post_phablet_1_3 .sao-post-item {
        width: 33.331%
    }
    .sao_post_phablet_2_3 .sao-post-item {
        width: 66.661%
    }
    .sao_post_phablet_3_4 .sao-post-item {
        width: 75%
    }
    .sao_post_phablet_1_4 .sao-post-item {
        width: 25%
    }
    .sao_post_phablet_1_5 .sao-post-item {
        width: 20%
    }
    .sao_post_phablet_2_5 .sao-post-item {
        width: 40%
    }
    .sao_post_phablet_3_5 .sao-post-item {
        width: 60%
    }
    .sao_post_phablet_4_5 .sao-post-item {
        width: 80%
    }
    .sao_post_phablet_1_6 .sao-post-item {
        width: 16.661%
    }
    .sao_post_phablet_5_6 .sao-post-item {
        width: 83.331%
    }
    .sao_post_phablet_1_1 div.sao-row:nth-child(2n),
    .sao_post_phablet_1_2 div.sao-row:nth-child(4n),
    .sao_post_phablet_1_3 div.sao-row:nth-child(6n),
    .sao_post_phablet_1_4 div.sao-row:nth-child(8n),
    .sao_post_phablet_1_5 div.sao-row:nth-child(10n),
    .sao_post_phablet_1_6 div.sao-row:nth-child(12n),
    .sao_post_phablet_1_7 div.sao-row:nth-child(14n),
    .sao_post_phablet_1_8 div.sao-row:nth-child(16n) {
        display: inline-block;
        width: 100%
    }
}

@media (max-width: 500px) {
    .sao_post_phone_1_1 .sao-post-item {
        width: 100%
    }
    .sao_post_phone_1_2 .sao-post-item {
        width: 50%
    }
    .sao_post_phone_1_3 .sao-post-item {
        width: 33.331%
    }
    .sao_post_phone_2_3 .sao-post-item {
        width: 66.661%
    }
    .sao_post_phone_3_4 .sao-post-item {
        width: 75%
    }
    .sao_post_phone_1_4 .sao-post-item {
        width: 25%
    }
    .sao_post_phone_1_5 .sao-post-item {
        width: 20%
    }
    .sao_post_phone_2_5 .sao-post-item {
        width: 40%
    }
    .sao_post_phone_3_5 .sao-post-item {
        width: 60%
    }
    .sao_post_phone_4_5 .sao-post-item {
        width: 80%
    }
    .sao_post_phone_1_6 .sao-post-item {
        width: 16.661%
    }
    .sao_post_phone_5_6 .sao-post-item {
        width: 83.331%
    }
    .sao_post_phone_1_1 div.sao-row:nth-child(2n),
    .sao_post_phone_1_2 div.sao-row:nth-child(4n),
    .sao_post_phone_1_3 div.sao-row:nth-child(6n),
    .sao_post_phone_1_4 div.sao-row:nth-child(8n),
    .sao_post_phone_1_5 div.sao-row:nth-child(10n),
    .sao_post_phone_1_6 div.sao-row:nth-child(12n),
    .sao_post_phone_1_7 div.sao-row:nth-child(14n),
    .sao_post_phone_1_8 div.sao-row:nth-child(16n) {
        display: inline-block;
        width: 100%
    }
}

.sao-meta {
    width: 100%;
    float: left;
    overflow: hidden
}

.sao-text-center .sao-meta i {
    display: inline-block;
    float: none;
    vertical-align: top
}

.sao-meta {
    font-size: 0;
    margin: 8px 0 0!important
}

.sao-meta li {
    float: left;
    margin: 0 7px 0 0 !important;
    font-size: 12px;
    overflow: hidden;
    list-style: none;
    vertical-align: middle;
    line-height: 1.7em;
    max-height: 1.7em
}

.sao-meta li,
.sao-meta li a,
sao-meta i {
    line-height: 1.7em;
    color: #aaa;
    font-size: 12px
}

.sao-meta li::after {
    content: "-";
    margin-left: 7px
}

.sao-meta li:last-child {
    margin: 0!important
}

.sao-meta li:last-child::after {
    content: "";
    margin-left: 0
}

.sao-meta .sao-author::before {
    content: inherit!important
}

.sao-title-box {
    float: left;
    width: 100%
}

.sao-title-box h4 {
    width: 100%;
    float: left;
    margin: 0;
    border-bottom: solid 1px rgba(118, 128, 138, 0.2)
}

.sao-title-box span {
    line-height: 1.5em;
    float: left
}

.sao-image-text {
    display: inline-flex;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox
}

.sao-image-text .sao-details {
    width: 100%
}

.sao-image-text .sao-image img {
    padding: 0!important
}

@media (max-width: 1199px) {
    .sao-image-text .sao-150-item .sao-excerpt,
    .sao-image-text .sao-200-item .sao-excerpt,
    .sao-image-text .sao-250-item .sao-excerpt {
        display: none!important
    }
}

.sao-image-text_2 {
    width: 100%
}

.sao-image-text-2 .sao-image {
    width: 100%;
    padding: 0!important
}

.sao-image-text-2 .sao-image img {
    padding: 0!important;
    vertical-align: top
}

.sao-image-text-2 .sao-details {
    width: 100%;
    margin-top: 10px
}

.sao-post-list-warp .sao-title-box {
    padding: 2%;
    padding: 10px
}

.sao-post-list-warp {
    margin: -2%;
    margin: -10px;
    width: 102%;
    width: calc(100% + 20px);
    float: right
}

.sao-post-list {
    float: left;
    width: 100%
}

.sao-post-module-1 {
    float: left;
    padding: 10px;
    display: inline-flex;
    display: -webkit-inline-flex;
    width: 100%;
    display: -ms-inline-flexbox
}

.sao-post-module-1 .sao-thumb {
    float: left;
    position: relative;
    width: 35%
}

.sao-post-module-1 .sao-post-thumbnail {
    padding-bottom: 100%;
    position: relative;
    height: auto;
    width: 100%;
    overflow: hidden;
    display: block
}

.sao-post-module-1 .sao-details {
    margin-top: 0;
    padding-left: 20px;
    width: 65%;
    padding-left: 1em
}

.sao-post-module-1 .sao-thumb:hover .sao-post-thumbnail::before,
.sao-post-module-2 .sao-thumb:hover .sao-post-thumbnail::before {
    background: rgba(0, 0, 0, 0.2)!important
}

.sao-post-module-1:not(.has-post-thumbnail) .sao-details {
    width: 100%!important;
    padding: 0!important
}

.sao-post-module-1 .sao-post-warp {
    float: left;
    width: 100%
}

.sao-post-module-1 .sao-category {
    position: absolute;
    bottom: 0;
    top: 0;
    padding: 0;
    left: 0
}

.sao-post-module-1.sao-150-post {
    padding: 10px
}

.sao-post-module-1.sao-200-post {
    padding: 10px
}

.sao-post-module-1.sao-250-post {
    padding: 10px
}

.sao-post-module-1.sao-300-post {
    padding: 12.5px 10px
}

.sao-post-module-1.sao-400-post {
    padding: 12.5px 10px
}

.sao-post-module-1.sao-500-post {
    padding: 15px 10px
}

.sao-post-module-1.sao-600-post {
    padding: 15px 10px
}

.sao-post-module-1.sao-800-post {
    padding: 17.5px 10px
}

.sao-post-module-1.sao-1000-post {
    padding: 17.5px 10px
}

.sao-post-module-1.sao-1200-post {
    padding: 20px 10px
}

.sao-post-module-1.sao-1400-post {
    padding: 20px 10px
}

@media (max-width: 1199px) {
    .sao-post-module-1 .sao-150-item .sao-excerpt,
    .sao-post-module-1 .sao-200-item .sao-excerpt,
    .sao-post-module-1 .sao-250-item .sao-excerpt {
        display: none!important
    }
}

.sao-post-grid-warp .sao-title-box {
    padding: 2%;
    padding: 10px
}

.sao-post-grid-warp {
    margin: -2%;
    margin: -10px;
    width: 102%;
    width: calc(100% + 20px);
    float: right
}

.sao-post-module-2 {
    float: left;
    width: 100%;
    display: inline-block;
    padding: 10px
}

.sao-post-module-2 .sao-thumb {
    float: left;
    position: relative;
    width: 100%!important
}

.sao-post-module-2 .sao-post-thumbnail {
    padding-bottom: 75%;
    position: relative;
    height: auto;
    width: 100%;
    display: block;
    overflow: hidden
}

.sao-post-module-2:not(.has-post-thumbnail) .sao-details {
    margin: 0!important
}

.sao-post-module-2 .sao-details {
    margin-top: 0;
    width: 100%!important;
    margin-top: 15px
}

.sao-post-module-2 .sao-post-warp {
    float: right;
    width: 100%;
    height: 100%
}

.sao-post-module-2 .sao-category {
    padding: 0;
    position: absolute;
    top: 0;
    right: 0
}

.sao-post-featured-warp .sao-title-box {
    padding: 2%;
    padding: 10px
}

.sao-post-featured-warp {
    margin: -2%;
    margin: -10px;
    width: 102%;
    width: calc(100% + 20px);
    float: right
}

.sao-post-module-3 {
    float: left;
    width: 100%;
    display: inline-block;
    padding: 10px
}

.sao-post-module-3 .sao-post-container {
    background: #000;
    position: relative;
    padding-bottom: 75%;
    width: 100%;
    height: auto
}

.sao-post-module-3 .sao-post-container .sao-thumb {
    position: absolute;
    width: 100%;
    overflow: hidden;
    height: 100%
}

.sao-post-module-3 .sao-post-container .sao-thumb .sao-post-thumbnail {
    right: 0;
    width: 100.1%;
    position: absolute;
    height: 100.1%
}

.sao-post-module-3 .sao-post-warp {
    width: 100%;
    height: 100%;
    position: absolute;
    padding: 0!important
}

.sao-post-module-3 .sao-post-thumbnail::before {
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0.75) 100%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0.75) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0.75) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#bf000000', GradientType=0)
}

.sao-background-none .sao-post-module-3 .sao-post-thumbnail::before {
    background: none!important
}

.sao-ratio135.sao-post-module-3 .sao-post-thumbnail img {
    height: 100.1%;
    min-width: 100.1%;
    width: auto
}

.sao-post-module-3 .sao-details {
    z-index: 1;
    padding: 20px;
    position: absolute;
    bottom: 0;
    pointer-events: none;
    width: 100px
}

.sao-details-middle .sao-post-module-3 .sao-post-thumbnail::before {
    background: rgba(0, 0, 0, 0.50)
}

.sao-post-module-3 .sao-thumb:hover .sao-post-thumbnail::before {
    background: rgba(0, 0, 0, 0.5)!important
}

.sao-details-middle .sao-post-module-3 .sao-details {
    margin: auto;
    top: 50%;
    right: 50%;
    bottom: auto;
    height: auto;
    transform: translate(-50%, -50%)!important;
    -webkit-transform: translate(-50%, -50%)!important;
    -moz-transform: translate(-50%, -50%)!important;
    -o-transform: translate(-50%, -50%)!important;
    -ms-transform: translate(-50%, -50%)!important;
    position: absolute;
    z-index: 1
}

.sao-post.sao-post-module-3 .sao-title a {
    overflow: hidden;
    color: #fff;
    text-shadow: 0 2px 3px rgba(0, 0, 0, 0.67)
}

.sao-post.sao-post-module-3 .sao-excerpt {
    color: #e0e0e0;
    text-shadow: 0 2px 2px rgba(0, 0, 0, 0.67)
}

.sao-post.sao-post-module-3 .sao-meta li,
.sao-post.sao-post-module-3 .sao-meta li a {
    color: #ccc;
    text-shadow: 0 2px 2px rgba(0, 0, 0, 0.67)
}

@media (max-width: 1199px) {
    .sao-post-module-3 .sao-150-item .sao-excerpt,
    .sao-post-module-3 .sao-200-item .sao-excerpt,
    .sao-post-module-3 .sao-250-item .sao-excerpt {
        display: none!important
    }
}

.sao-notification-box {
    float: left;
    padding: 1em;
    width: 100%;
    padding-left: 1em
}

.sao-notification-box .sao-details {
    padding-left: 1em!important
}

.sao-notification-box .sao-excerpt {
    margin-top: 0!important
}

@media (max-width: 1199px) {
    .sao-notification-box .sao-details {
        padding-left: 1em!important
    }
}

.sao-load-more {
    width: 100%;
    text-align: center;
    padding: 10px;
    float: left
}

.sao-load-more span {
    width: auto;
    height: 2em;
    display: block;
    margin: auto;
    line-height: 2em;
    border: solid 1px;
    cursor: pointer;
    font-size: 13px;
    opacity: .5;
    color: #111;
    text-transform: uppercase
}

@media (max-width: 1199px) {
    body .sao-element-item .sao-load-more span {
        height: 2.5em!important;
        line-height: 2.5em!important
    }
    body .sao-element-item .sao-load-more.sao-loading span {
        border: none!important;
        width: 100px;
        background-image: url(../image/loading.gif);
        background-repeat: no-repeat;
        background-color: inherit!important;
        font-size: 0!important;
        background-size: 25%;
        background-position: center;
        height: 40px!important
    }
}

.sao-load-more span:hover {
    opacity: 1
}

.sao-readmore {
    float: left;
    margin-bottom: 12px;
    width: 100%;
    color: #fff!important
}

.sao-readmore a {
    padding: 5px 15px;
    border-radius: 0;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff!important;
    background-color: #000;
    font-size: 13px;
    float: left
}

.sao-load-more.sao-loading span {
    border: none!important;
    width: 100px;
    background-image: url(../image/loading.gif);
    background-repeat: no-repeat;
    background-color: inherit!important;
    font-size: 0!important;
    background-size: 25%;
    background-position: center;
    height: 40px
}

.sao-load-more {
    display: none
}

.sao-module-loading {
    position: relative
}

.sao-module-loading .sao-post-list {
    opacity: .3
}

.sao-module-loading:before {
    z-index: 2;
    content: "";
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    width: 100%
}

.sao-data-json {
    display: none!important
}

.rtl .sao-wrapper-row,
.rtl .sao-section-item,
.rtl .sao-section-warp,
.rtl .sao-section-container,
.rtl .sao-column-container,
.rtl .sao-column-item,
.rtl .sao-column-warp,
.rtl .sao-element-item,
.rtl .sao-section-item .sao-section-background img,
.rtl .sao-column-item .sao-column-background img,
.rtl .sao-button-warp,
.rtl .sao-button i,
.rtl .sao-element-item .sao-title,
.rtl .sao-element-item .sao-title a,
.rtl .sao-element-item .sao-excerpt,
.rtl .sao-post-item,
.rtl .sao-row,
.rtl .sao-border-top,
.rtl .sao-text-list i,
.rtl .sao-accordion-item,
.rtl .sao-accordion-content,
.rtl .sao-tabs-heading,
.rtl .sao-tabs-heading h3,
.rtl .sao-tabs-content-warp,
.rtl .sao-tabs-content-warp .sao-tabs-content,
.rtl .sao-tabs-warp,
.rtl .sao-image,
.rtl .sao-image.sao_alignment_left img,
.rtl .sao-image.sao_alignment_left a,
.rtl .sao-image-gallery.sao_alignment_left .sao-image,
.rtl .sao-image-gallery img,
.rtl .lSGallery li,
.rtl .lSGallery li a,
.rtl .sao-bottom-thumb .lSGallery .sao-title,
.rtl .sao-slider-thumb,
.sao_main_slider_thumb_2.sao-bottom-thumb-text .lSGallery li .sao-slider-thumb,
.rtl .sao-bottom-thumb-text .lSGallery li .sao-slider-thumb a,
.rtl .sao-bottom-thumb-text .lSGallery li .sao-title,
.rtl .sao-bottom-thumb-text .lSGallery li .sao-title a,
.rtl .sao-bottom-text .lSGallery li .sao-title,
.rtl .sao-bottom-text .vertical .lSGallery li .sao-title a,
.rtl .sao-inner-bottom-text .lSGallery li .sao-title,
.rtl .sao-inner-bottom-text .lSGallery li .sao-title a,
.rtl .sao-image-gallery,
.rtl .sao-image-warp,
.rtl .sao-image-gallery .sao-image-content,
.rtl .sao-thumb,
.rtl .sao-meta,
.rtl .sao-meta li,
.rtl .sao-image-gallery .sao-image-item,
.rtl .sao-image-gallery .sao-slider-list,
.rtl .lSGallery,
.rtl .sao-title-box,
.rtl .sao-title-box h4,
.rtl .sao-title-box span,
.rtl .sao-post-module-1 .sao-thumb,
.rtl .sao-post-module-1 .sao-post-warp,
.rtl .sao-post-module-2 .sao-thumb,
.rtl .sao-notification-box,
.rtl .sao-load-more,
.rtl .sao-load-more.sao-loading span,
.rtl .sao-readmore a,
.rtl .sao-readmore {
    float: right
}

.rtl .sao-accordion-item h3 i,
.rtl .sao-accordion-active h3 i::before,
.rtl .sao-accordion-deactive h3 i::before,
.rtl .sao-image.sao_alignment_right img,
.rtl .sao-image.sao_alignment_right a,
.rtl .sao-image-gallery.sao_alignment_right .sao-image,
.rtl .sao-image.sao_alignment_center img,
.rtl .sao-image.sao_alignment_center a,
.rtl .sao-image-gallery.sao_alignment_center .sao-image,
.rtl .sao-image-gallery .sao-thumb,
.rtl .sao-image-gallery-slider,
.rtl .sao-post-list-warp,
.rtl .sao-post-grid-warp,
.rtl .sao-post-featured-warp {
    float: left
}

.rtl .sao-button i,
.rtl .sao-text-list i {
    margin-left: 5px;
    margin-right: 0
}

.rtl .sao-meta li {
    margin: 0 0 0 7px !important
}

.rtl .sao-meta li::after {
    margin-right: 7px;
    margin-left: 7px
}

.rtl .sao-icon-text .sao-150-item.sao-details,
.rtl .sao-post-module-1 .sao-150-item.sao-details {
    padding-right: 10px
}

.rtl .sao-icon-text .sao-200-item.sao-details,
.rtl .sao-post-module-1 .sao-200-item.sao-details {
    padding-right: 12px
}

.rtl .sao-icon-text .sao-250-item.sao-details,
.rtl .sao-post-module-1 .sao-250-item.sao-details {
    padding-right: 12px
}

.rtl .sao-icon-text .sao-300-item.sao-details,
.rtl .sao-post-module-1 .sao-300-item.sao-details {
    padding-right: 15px
}

.rtl .sao-icon-text .sao-400-item.sao-details,
.rtl .sao-post-module-1 .sao-400-item.sao-details {
    padding-right: 15px
}

.rtl .sao-icon-text .sao-500-item.sao-details,
.rtl .sao-post-module-1 .sao-500-item.sao-details {
    padding-right: 20px
}

.rtl .sao-icon-text .sao-600-item.sao-details,
.rtl .sao-post-module-1 .sao-600-item.sao-details {
    padding-right: 20px
}

.rtl .sao-icon-text .sao-800-item.sao-details,
.rtl .sao-post-module-1 .sao-800-item.sao-details {
    padding-right: 20px
}

.rtl .sao-icon-text .sao-1000-item.sao-details,
.rtl .sao-post-module-1 .sao-1000-item.sao-details {
    padding-right: 23px
}

.rtl .sao-icon-text .sao-1200-item.sao-details,
.rtl .sao-post-module-1 .sao-1200-item.sao-details {
    padding-right: 25px;
    padding-right: 28px
}

.rtl .sao-icon-text .sao-details,
.rtl .sao-post-module-1 .sao-details {
    padding-left: 0!important
}

@media (max-width: 1199px) {
    body.rtl .sao-icon-text .sao-150-item.sao-details,
    body.rtl .sao-post-module-1 .sao-150-item.sao-details {
        padding-right: 10px!important
    }
    body.rtl .sao-icon-text .sao-200-item.sao-details,
    body.rtl .sao-post-module-1 .sao-200-item.sao-details {
        padding-right: 12px!important
    }
    body.rtl .sao-icon-text .sao-250-item.sao-details,
    body.rtl .sao-post-module-1 .sao-250-item.sao-details {
        padding-right: 12px!important
    }
    body.rtl .sao-icon-text .sao-300-item.sao-details,
    body.rtl .sao-post-module-1 .sao-300-item.sao-details {
        padding-right: 15px!important
    }
    body.rtl .sao-icon-text .sao-400-item.sao-details,
    body.rtl .sao-post-module-1 .sao-400-item.sao-details {
        padding-right: 15px!important
    }
    body.rtl .sao-icon-text .sao-500-item.sao-details,
    body.rtl .sao-post-module-1 .sao-500-item.sao-details {
        padding-right: 20px!important
    }
    body.rtl .sao-icon-text .sao-600-item.sao-details,
    body.rtl .sao-post-module-1 .sao-600-item.sao-details {
        padding-right: 20px!important
    }
    body.rtl .sao-icon-text .sao-800-item.sao-details,
    body.rtl .sao-post-module-1 .sao-800-item.sao-details {
        padding-right: 20px!important
    }
    body.rtl .sao-icon-text .sao-1000-item.sao-details,
    body.rtl .sao-post-module-1 .sao-1000-item.sao-details {
        padding-right: 23px!important
    }
    body.rtl .sao-icon-text .sao-1200-item.sao-details,
    body.rtl .sao-post-module-1 .sao-1200-item.sao-details {
        padding-right: 25px!important;
        padding-right: 28px!important
    }
    body.rtl .sao-icon-text .sao-details,
    body.rtl .sao-post-module-1 .sao-details {
        padding-left: 0!important
    }
}

.rtl .sao-bottom-thumb-text .lSGallery li .sao-title {
    padding-left: 0!important;
    padding-right: 10px!important
}

.rtl .sao-bottom-thumb-text .vertical .lSGallery li .sao-title {
    padding-left: 0!important;
    padding-right: 17px!important
}

.rtl .sao-main .sao-bottom-thumb-text .vertical .lSGallery li .sao-title {
    padding-right: 10px!important;
    padding-left: 0!important
}

.rtl .sao-post-module-1 .sao-details {
    padding-left: 0;
    padding-right: 20px
}

.rtl .sao-section-middle,
.rtl .sao_alignment_right {
    text-align: left
}

.rtl .sao-slider-middle,
.rtl .sao_alignment_left,
.rtl .sao-bottom-thumb-text .lSGallery li .sao-title a,
.rtl .sao-column-item,
.rtl .sao-bottom-text .lSGallery li .sao-title {
    text-align: right
}

.rtl .sao-bottom-text .lSGallery li .sao-title {
    text-align: center
}

.rtl .sao-element-item * {
    direction: rtl
}

.rtl .sao-column,
.rtl .sao-button-warp {
    direction: rtl
}

.rtl .sao-accordion-active h3 i::before {
    left: 0;
    right: auto
}

.rtl .sao-accordion-deactive h3 i::before {
    left: 0;
    right: auto
}

.rtl .sao-accordion-item h3 {
    padding: .5em .75em .5em .25em !important
}

.rtl .lSAction>.lSPrev {
    background-position: -32px 0;
    right: 10px;
    left: auto
}

.rtl .lSAction>.lSNext {
    left: 10px;
    right: auto;
    background-position: 0 0
}

.rtl .sao-element-item .vertical .sao-page-list {
    left: 0;
    right: auto
}

.sao-post-127 .sao-element-8980061346 .sao-slider-text,
.sao-post-127 .sao-element-8980061346 .sao-slider-text a {
    color: #405060!important;
    font-size: 60px!important;
    font-weight: 300!important;
    line-height: 1.35em!important;
    text-transform: uppercase!important
}

.sao-post-127 .sao-element-8980061346 .sao-slider-text {
    border-radius: 0 0 0 0!important
}

.sao-post-127 .sao-element-8980061346 .sao-slider-text i {
    font-size: 1em!important
}

.sao-post-127 .sao-element-8980061346 {
    top: 100px;
    right: 60px;
    width: 556px;
    height: 61px;
    display: inline-block
}

.sao-responsive-custom.sao-slider-desktop.sao-post-127 .sao-element-8980061346 {
    width: 992px;
    height: 500px
}

.sao-responsive-custom.sao-slider-tablet.sao-post-127 .sao-element-8980061346 {
    width: 767px;
    height: 320px
}

.sao-responsive-custom.sao-slider-phablet.sao-post-127 .sao-element-8980061346 {
    width: 501px;
    height: 300px
}

.sao-responsive-custom.sao-slider-phone.sao-post-127 .sao-element-8980061346 {
    width: 400px;
    height: 250px
}

.sao-post-127 .sao-element-2636268764 .sao-slider-text,
.sao-post-127 .sao-element-2636268764 .sao-slider-text a {
    color: #607080!important;
    font-size: 22px!important;
    font-weight: 400!important;
    line-height: 1.35em!important
}

.sao-post-127 .sao-element-2636268764 .sao-slider-text {
    border-radius: 0 0 0 0!important
}

.sao-post-127 .sao-element-2636268764 .sao-slider-text i {
    font-size: 1em!important
}

.sao-post-127 .sao-element-2636268764 {
    top: 200px;
    right: 60px;
    width: 448px;
    height: 57px;
    display: inline-block
}

.sao-responsive-custom.sao-slider-desktop.sao-post-127 .sao-element-2636268764 {
    width: 992px;
    height: 500px
}

.sao-responsive-custom.sao-slider-tablet.sao-post-127 .sao-element-2636268764 {
    width: 767px;
    height: 320px
}

.sao-responsive-custom.sao-slider-phablet.sao-post-127 .sao-element-2636268764 {
    width: 501px;
    height: 300px
}

.sao-responsive-custom.sao-slider-phone.sao-post-127 .sao-element-2636268764 {
    width: 400px;
    height: 250px
}

.sao-post-127 .sao-element-9396072271 .sao-slider-text,
.sao-post-127 .sao-element-9396072271 .sao-slider-text a {
    color: #708090!important;
    font-size: 25px!important;
    font-weight: 700!important;
    line-height: 1.35em!important
}

.sao-post-127 .sao-element-9396072271 .sao-slider-text {
    border-radius: 0 0 0 0!important
}

.sao-post-127 .sao-element-9396072271 .sao-slider-text i {
    font-size: 1em!important
}

.sao-post-127 .sao-element-9396072271 {
    top: 70px;
    right: 60px;
    width: 529px;
    height: 29px;
    display: inline-block
}

.sao-responsive-custom.sao-slider-desktop.sao-post-127 .sao-element-9396072271 {
    width: 992px;
    height: 500px
}

.sao-responsive-custom.sao-slider-tablet.sao-post-127 .sao-element-9396072271 {
    width: 767px;
    height: 320px
}

.sao-responsive-custom.sao-slider-phablet.sao-post-127 .sao-element-9396072271 {
    width: 501px;
    height: 300px
}

.sao-responsive-custom.sao-slider-phone.sao-post-127 .sao-element-9396072271 {
    width: 400px;
    height: 250px
}

.sao-post-127 .sao-element-2814330214 .sao-button {
    color: #405060!important;
    font-size: 20px!important;
    font-weight: 400!important;
    text-transform: uppercase!important
}

.sao-post-127 .sao-element-2814330214 .sao-button i {
    font-size: 1em!important
}

.sao-post-127 .sao-element-2814330214 .sao-button {
    border-width: 0!important;
    border-top-width: 2px!important;
    border-right-width: 2px!important;
    border-bottom-width: 2px!important;
    border-left-width: 2px!important;
    border-style: solid!important;
    border-color: #405060!important;
    border-radius: 5px 5px 5px 5px!important
}

.sao-post-127 .sao-element-2814330214 .sao-slider-padding {
    padding: 12px 30px
}

.sao-post-127 .sao-element-2814330214 {
    top: 290px;
    right: 60px;
    width: auto;
    height: 48px;
    display: inline-block
}

.sao-responsive-custom.sao-slider-desktop.sao-post-127 .sao-element-2814330214 {
    width: 992px;
    height: 500px
}

.sao-responsive-custom.sao-slider-tablet.sao-post-127 .sao-element-2814330214 {
    width: 767px;
    height: 320px
}

.sao-responsive-custom.sao-slider-phablet.sao-post-127 .sao-element-2814330214 {
    width: 501px;
    height: 300px
}

.sao-responsive-custom.sao-slider-phone.sao-post-127 .sao-element-2814330214 {
    width: 400px;
    height: 250px
}

.sao-post-127 .sao-element-705474805 img {
    border-radius: 0 0 0 0!important
}

.sao-post-127 .sao-element-705474805 {
    top: -13px;
    right: 602px;
    width: 699px;
    height: 421px;
    display: inline-block
}

.sao-responsive-custom.sao-slider-desktop.sao-post-127 .sao-element-705474805 {
    width: 992px;
    height: 500px
}

.sao-responsive-custom.sao-slider-tablet.sao-post-127 .sao-element-705474805 {
    width: 767px;
    height: 320px
}

.sao-responsive-custom.sao-slider-phablet.sao-post-127 .sao-element-705474805 {
    width: 501px;
    height: 300px
}

.sao-responsive-custom.sao-slider-phone.sao-post-127 .sao-element-705474805 {
    width: 400px;
    height: 250px
}

.sao-element-5199348141 .sao-post-127 .sao-slider-details {
    max-width: 1400px
}

.sao-element-5199348141 .sao-post-127 .sao-slider-details-warp {
    width: 1310px;
    height: 400px
}

.sao-element-5199348141 .sao-responsive-custom.sao-slider-desktop.sao-post-127 .sao-slider-details-warp {
    width: 992px;
    height: 500px
}

.sao-element-5199348141 .sao-responsive-custom.sao-slider-tablet.sao-post-127 .sao-slider-details-warp {
    width: 767px;
    height: 320px
}

.sao-element-5199348141 .sao-post-127 .sao-responsive-custom.sao-slider-phablet .sao-slider-details-warp {
    width: 501px;
    height: 300px
}

.sao-element-5199348141 .sao-responsive-custom.sao-slider-phone.sao-post-127 .sao-slider-details-warp {
    width: 400px;
    height: 250px
}

.sao-post-103 .sao-element-3567135024 .sao-slider-text,
.sao-post-103 .sao-element-3567135024 .sao-slider-text a {
    color: #fff!important;
    font-size: 60px!important;
    font-weight: 300!important;
    line-height: 1.35em!important;
    text-transform: uppercase!important
}

.sao-post-103 .sao-element-3567135024 .sao-slider-text {
    border-radius: 0 0 0 0!important
}

.sao-post-103 .sao-element-3567135024 .sao-slider-text i {
    font-size: 1em!important
}

.sao-post-103 .sao-element-3567135024 {
    top: 100px;
    right: 60px;
    width: 454px;
    height: 61px;
    display: inline-block
}

.sao-responsive-custom.sao-slider-desktop.sao-post-103 .sao-element-3567135024 {
    width: 992px;
    height: 500px
}

.sao-responsive-custom.sao-slider-tablet.sao-post-103 .sao-element-3567135024 {
    width: 767px;
    height: 320px
}

.sao-responsive-custom.sao-slider-phablet.sao-post-103 .sao-element-3567135024 {
    width: 501px;
    height: 300px
}

.sao-responsive-custom.sao-slider-phone.sao-post-103 .sao-element-3567135024 {
    width: 400px;
    height: 250px
}

.sao-post-103 .sao-element-4220761873 .sao-slider-text,
.sao-post-103 .sao-element-4220761873 .sao-slider-text a {
    color: #e2e5e8!important;
    font-size: 22px!important;
    font-weight: 400!important;
    line-height: 1.35em!important
}

.sao-post-103 .sao-element-4220761873 .sao-slider-text {
    border-radius: 0 0 0 0!important
}

.sao-post-103 .sao-element-4220761873 .sao-slider-text i {
    font-size: 1em!important
}

.sao-post-103 .sao-element-4220761873 {
    top: 200px;
    right: 60px;
    width: 484px;
    height: 57px;
    display: inline-block
}

.sao-responsive-custom.sao-slider-desktop.sao-post-103 .sao-element-4220761873 {
    width: 992px;
    height: 500px
}

.sao-responsive-custom.sao-slider-tablet.sao-post-103 .sao-element-4220761873 {
    width: 767px;
    height: 320px
}

.sao-responsive-custom.sao-slider-phablet.sao-post-103 .sao-element-4220761873 {
    width: 501px;
    height: 300px
}

.sao-responsive-custom.sao-slider-phone.sao-post-103 .sao-element-4220761873 {
    width: 400px;
    height: 250px
}

.sao-post-103 .sao-element-4175149391 .sao-slider-text,
.sao-post-103 .sao-element-4175149391 .sao-slider-text a {
    color: #fff!important;
    font-size: 25px!important;
    font-weight: 700!important;
    line-height: 1.35em!important
}

.sao-post-103 .sao-element-4175149391 .sao-slider-text {
    border-radius: 0 0 0 0!important
}

.sao-post-103 .sao-element-4175149391 .sao-slider-text i {
    font-size: 1em!important
}

.sao-post-103 .sao-element-4175149391 {
    top: 70px;
    right: 60px;
    width: 529px;
    height: 29px;
    display: inline-block
}

.sao-responsive-custom.sao-slider-desktop.sao-post-103 .sao-element-4175149391 {
    width: 992px;
    height: 500px
}

.sao-responsive-custom.sao-slider-tablet.sao-post-103 .sao-element-4175149391 {
    width: 767px;
    height: 320px
}

.sao-responsive-custom.sao-slider-phablet.sao-post-103 .sao-element-4175149391 {
    width: 501px;
    height: 300px
}

.sao-responsive-custom.sao-slider-phone.sao-post-103 .sao-element-4175149391 {
    width: 400px;
    height: 250px
}

.sao-post-103 .sao-element-6754495784 .sao-button {
    color: #fff!important;
    font-size: 20px!important;
    font-weight: 400!important;
    text-transform: uppercase!important
}

.sao-post-103 .sao-element-6754495784 .sao-button i {
    font-size: 1em!important
}

.sao-post-103 .sao-element-6754495784 .sao-button {
    border-width: 0!important;
    border-top-width: 2px!important;
    border-right-width: 2px!important;
    border-bottom-width: 2px!important;
    border-left-width: 2px!important;
    border-style: solid!important;
    border-color: #fff!important;
    border-radius: 5px 5px 5px 5px!important
}

.sao-post-103 .sao-element-6754495784 .sao-slider-padding {
    padding: 12px 30px
}

.sao-post-103 .sao-element-6754495784 {
    top: 290px;
    right: 60px;
    width: auto;
    height: auto;
    display: inline-block
}

.sao-responsive-custom.sao-slider-desktop.sao-post-103 .sao-element-6754495784 {
    width: 992px;
    height: 500px
}

.sao-responsive-custom.sao-slider-tablet.sao-post-103 .sao-element-6754495784 {
    width: 767px;
    height: 320px
}

.sao-responsive-custom.sao-slider-phablet.sao-post-103 .sao-element-6754495784 {
    width: 501px;
    height: 300px
}

.sao-responsive-custom.sao-slider-phone.sao-post-103 .sao-element-6754495784 {
    width: 400px;
    height: 250px
}

.sao-post-103 .sao-element-3753788508 img {
    border-radius: 0 0 0 0!important
}

.sao-post-103 .sao-element-3753788508 {
    top: -20px;
    right: 585px;
    width: 699px;
    height: 421px;
    display: inline-block
}

.sao-responsive-custom.sao-slider-desktop.sao-post-103 .sao-element-3753788508 {
    width: 992px;
    height: 500px
}

.sao-responsive-custom.sao-slider-tablet.sao-post-103 .sao-element-3753788508 {
    width: 767px;
    height: 320px
}

.sao-responsive-custom.sao-slider-phablet.sao-post-103 .sao-element-3753788508 {
    width: 501px;
    height: 300px
}

.sao-responsive-custom.sao-slider-phone.sao-post-103 .sao-element-3753788508 {
    width: 400px;
    height: 250px
}

.sao-element-5199348141 .sao-post-103 .sao-slider-details {
    max-width: 1400px
}

.sao-element-5199348141 .sao-post-103 .sao-slider-details-warp {
    width: 1310px;
    height: 400px
}

.sao-element-5199348141 .sao-responsive-custom.sao-slider-desktop.sao-post-103 .sao-slider-details-warp {
    width: 992px;
    height: 500px
}

.sao-element-5199348141 .sao-responsive-custom.sao-slider-tablet.sao-post-103 .sao-slider-details-warp {
    width: 767px;
    height: 320px
}

.sao-element-5199348141 .sao-post-103 .sao-responsive-custom.sao-slider-phablet .sao-slider-details-warp {
    width: 501px;
    height: 300px
}

.sao-element-5199348141 .sao-responsive-custom.sao-slider-phone.sao-post-103 .sao-slider-details-warp {
    width: 400px;
    height: 250px
}

.sao-element-5199348141 .sao-slider-post {
    border-radius: 5px!important
}

.sao-element-5199348141 {
    padding: 20px
}

.sao-post-132 .sao-element-9216238569 img {
    border-radius: 0 0 0 0!important
}

.sao-post-132 .sao-element-9216238569 {
    top: 106px;
    right: -5px;
    width: 410px;
    height: 460px;
    display: inline-block
}

.sao-responsive-custom.sao-slider-desktop.sao-post-132 .sao-element-9216238569 {
    width: 992px;
    height: 500px
}

.sao-responsive-custom.sao-slider-tablet.sao-post-132 .sao-element-9216238569 {
    width: 767px;
    height: 320px
}

.sao-responsive-custom.sao-slider-phablet.sao-post-132 .sao-element-9216238569 {
    width: 501px;
    height: 300px
}

.sao-responsive-custom.sao-slider-phone.sao-post-132 .sao-element-9216238569 {
    width: 400px;
    height: 250px
}

.sao-post-132 .sao-element-935351412 .sao-slider-text,
.sao-post-132 .sao-element-935351412 .sao-slider-text a {
    color: #fff!important;
    font-size: 28px!important;
    font-weight: 400!important;
    line-height: 1.2em!important;
    text-transform: uppercase!important
}

.sao-post-132 .sao-element-935351412 .sao-slider-text {
    border-radius: 0 0 0 0!important
}

.sao-post-132 .sao-element-935351412 .sao-slider-text i {
    font-size: 1em!important
}

.sao-post-132 .sao-element-935351412 {
    top: 55px;
    width: 100%;
    height: 31px;
    display: inline-block
}

.sao-responsive-custom.sao-slider-desktop.sao-post-132 .sao-element-935351412 {
    width: 992px;
    height: 500px
}

.sao-responsive-custom.sao-slider-tablet.sao-post-132 .sao-element-935351412 {
    width: 767px;
    height: 320px
}

.sao-responsive-custom.sao-slider-phablet.sao-post-132 .sao-element-935351412 {
    width: 501px;
    height: 300px
}

.sao-responsive-custom.sao-slider-phone.sao-post-132 .sao-element-935351412 {
    width: 400px;
    height: 250px
}

.sao-post-132 .sao-element-6171425925 .sao-slider-text,
.sao-post-132 .sao-element-6171425925 .sao-slider-text a {
    color: #fff!important;
    font-size: 22px!important;
    font-weight: 700!important;
    line-height: 1.2em!important;
    text-transform: uppercase!important
}

.sao-post-132 .sao-element-6171425925 .sao-slider-text {
    border-radius: 0 0 0 0!important
}

.sao-post-132 .sao-element-6171425925 .sao-slider-text i {
    font-size: 1em!important
}

.sao-post-132 .sao-element-6171425925 {
    top: 26px;
    width: 100%;
    height: 22px;
    display: inline-block
}

.sao-responsive-custom.sao-slider-desktop.sao-post-132 .sao-element-6171425925 {
    width: 992px;
    height: 500px
}

.sao-responsive-custom.sao-slider-tablet.sao-post-132 .sao-element-6171425925 {
    width: 767px;
    height: 320px
}

.sao-responsive-custom.sao-slider-phablet.sao-post-132 .sao-element-6171425925 {
    width: 501px;
    height: 300px
}

.sao-responsive-custom.sao-slider-phone.sao-post-132 .sao-element-6171425925 {
    width: 400px;
    height: 250px
}

.sao-post-132 .sao-element-341168895 .sao-button {
    color: #fff!important;
    font-size: 15px!important;
    font-weight: 700!important;
    text-transform: uppercase!important
}

.sao-post-132 .sao-element-341168895 .sao-button i {
    font-size: 1em!important
}

.sao-post-132 .sao-element-341168895 .sao-button {
    border-width: 0!important;
    border-top-width: 2px!important;
    border-right-width: 2px!important;
    border-bottom-width: 2px!important;
    border-left-width: 2px!important;
    border-style: solid!important;
    border-color: #fff!important;
    border-radius: 5px 5px 5px 5px!important
}

.sao-post-132 .sao-element-341168895 .sao-slider-padding {
    padding: 12px 30px
}

.sao-post-132 .sao-element-341168895 {
    top: 107px;
    width: 100%;
    height: 44px;
    display: inline-block
}

.sao-responsive-custom.sao-slider-desktop.sao-post-132 .sao-element-341168895 {
    width: 992px;
    height: 500px
}

.sao-responsive-custom.sao-slider-tablet.sao-post-132 .sao-element-341168895 {
    width: 767px;
    height: 320px
}

.sao-responsive-custom.sao-slider-phablet.sao-post-132 .sao-element-341168895 {
    width: 501px;
    height: 300px
}

.sao-responsive-custom.sao-slider-phone.sao-post-132 .sao-element-341168895 {
    width: 400px;
    height: 250px
}

.sao-element-7714340786 .sao-post-132 .sao-slider-background-color {
    background-color: #5a8dad!important;
    background: -moz-linear-gradient(-45deg, #5a8dad 0%, #42617f 100%)!important;
    background: -webkit-linear-gradient(-45deg, #5a8dad 0%, #42617f 100%)!important;
    background: linear-gradient(135deg, #5a8dad 0%, #42617f 100%)!important
}

.sao-element-7714340786 .sao-post-132 .sao-slider-details {
    max-width: 1200px
}

.sao-element-7714340786 .sao-post-132 .sao-slider-details-warp {
    width: 410px;
    height: 402px
}

.sao-element-7714340786 .sao-responsive-custom.sao-slider-desktop.sao-post-132 .sao-slider-details-warp {
    width: 992px;
    height: 500px
}

.sao-element-7714340786 .sao-responsive-custom.sao-slider-tablet.sao-post-132 .sao-slider-details-warp {
    width: 767px;
    height: 320px
}

.sao-element-7714340786 .sao-post-132 .sao-responsive-custom.sao-slider-phablet .sao-slider-details-warp {
    width: 501px;
    height: 300px
}

.sao-element-7714340786 .sao-responsive-custom.sao-slider-phone.sao-post-132 .sao-slider-details-warp {
    width: 400px;
    height: 250px
}

.sao-element-7714340786 .sao-slider-post {
    border-radius: 5px!important
}

.sao-element-7714340786 {
    padding: 20px
}

.sao-post-117 .sao-element-6399420667 .sao-slider-text,
.sao-post-117 .sao-element-6399420667 .sao-slider-text a {
    color: #fff!important;
    font-size: 30px!important;
    font-weight: 400!important;
    line-height: 1.2em!important;
    text-transform: uppercase!important
}

.sao-post-117 .sao-element-6399420667 .sao-slider-text {
    border-radius: 0 0 0 0!important
}

.sao-post-117 .sao-element-6399420667 .sao-slider-text i {
    font-size: 1em!important
}

.sao-post-117 .sao-element-6399420667 {
    top: 89px;
    right: 29px;
    width: 239px;
    height: 31px;
    display: inline-block
}

.sao-responsive-custom.sao-slider-desktop.sao-post-117 .sao-element-6399420667 {
    width: 992px;
    height: 500px
}

.sao-responsive-custom.sao-slider-tablet.sao-post-117 .sao-element-6399420667 {
    width: 767px;
    height: 320px
}

.sao-responsive-custom.sao-slider-phablet.sao-post-117 .sao-element-6399420667 {
    width: 501px;
    height: 300px
}

.sao-responsive-custom.sao-slider-phone.sao-post-117 .sao-element-6399420667 {
    width: 400px;
    height: 250px
}

.sao-post-117 .sao-element-1206832533 .sao-slider-text,
.sao-post-117 .sao-element-1206832533 .sao-slider-text a {
    color: #fff!important;
    font-size: 22px!important;
    font-weight: 400!important;
    line-height: 1.2em!important;
    text-transform: uppercase!important
}

.sao-post-117 .sao-element-1206832533 .sao-slider-text {
    border-radius: 0 0 0 0!important
}

.sao-post-117 .sao-element-1206832533 .sao-slider-text i {
    font-size: 1em!important
}

.sao-post-117 .sao-element-1206832533 {
    top: 55px;
    right: 30px;
    width: 239px;
    height: 22px;
    display: inline-block
}

.sao-responsive-custom.sao-slider-desktop.sao-post-117 .sao-element-1206832533 {
    width: 992px;
    height: 500px
}

.sao-responsive-custom.sao-slider-tablet.sao-post-117 .sao-element-1206832533 {
    width: 767px;
    height: 320px
}

.sao-responsive-custom.sao-slider-phablet.sao-post-117 .sao-element-1206832533 {
    width: 501px;
    height: 300px
}

.sao-responsive-custom.sao-slider-phone.sao-post-117 .sao-element-1206832533 {
    width: 400px;
    height: 250px
}

.sao-post-117 .sao-element-8522737391 .sao-button {
    color: #fff!important;
    font-size: 15px!important;
    font-weight: 700!important;
    text-transform: uppercase!important
}

.sao-post-117 .sao-element-8522737391 .sao-button i {
    font-size: 1em!important
}

.sao-post-117 .sao-element-8522737391 .sao-button {
    border-width: 0!important;
    border-top-width: 2px!important;
    border-right-width: 2px!important;
    border-bottom-width: 2px!important;
    border-left-width: 2px!important;
    border-style: solid!important;
    border-color: #fff!important;
    border-radius: 5px 5px 5px 5px!important
}

.sao-post-117 .sao-element-8522737391 .sao-slider-padding {
    padding: 12px 30px
}

.sao-post-117 .sao-element-8522737391 {
    top: 160px;
    right: 30px;
    width: auto;
    height: 43px;
    display: inline-block
}

.sao-responsive-custom.sao-slider-desktop.sao-post-117 .sao-element-8522737391 {
    width: 992px;
    height: 500px
}

.sao-responsive-custom.sao-slider-tablet.sao-post-117 .sao-element-8522737391 {
    width: 767px;
    height: 320px
}

.sao-responsive-custom.sao-slider-phablet.sao-post-117 .sao-element-8522737391 {
    width: 501px;
    height: 300px
}

.sao-responsive-custom.sao-slider-phone.sao-post-117 .sao-element-8522737391 {
    width: 400px;
    height: 250px
}

.sao-post-117 .sao-element-8611923187 img {
    border-radius: 0 0 0 0!important
}

.sao-post-117 .sao-element-8611923187 {
    right: 209px;
    width: 354px;
    height: 382px;
    display: inline-block
}

.sao-responsive-custom.sao-slider-desktop.sao-post-117 .sao-element-8611923187 {
    width: 992px;
    height: 500px
}

.sao-responsive-custom.sao-slider-tablet.sao-post-117 .sao-element-8611923187 {
    width: 767px;
    height: 320px
}

.sao-responsive-custom.sao-slider-phablet.sao-post-117 .sao-element-8611923187 {
    width: 501px;
    height: 300px
}

.sao-responsive-custom.sao-slider-phone.sao-post-117 .sao-element-8611923187 {
    width: 400px;
    height: 250px
}

.sao-element-8941312956 .sao-post-117 .sao-slider-details {
    max-width: 1200px
}

.sao-element-8941312956 .sao-post-117 .sao-slider-details-warp {
    width: 556px;
    height: 260px
}

.sao-element-8941312956 .sao-responsive-custom.sao-slider-desktop.sao-post-117 .sao-slider-details-warp {
    width: 992px;
    height: 500px
}

.sao-element-8941312956 .sao-responsive-custom.sao-slider-tablet.sao-post-117 .sao-slider-details-warp {
    width: 767px;
    height: 320px
}

.sao-element-8941312956 .sao-post-117 .sao-responsive-custom.sao-slider-phablet .sao-slider-details-warp {
    width: 501px;
    height: 300px
}

.sao-element-8941312956 .sao-responsive-custom.sao-slider-phone.sao-post-117 .sao-slider-details-warp {
    width: 400px;
    height: 250px
}

.sao-post-116 .sao-element-2289500359 .sao-slider-text,
.sao-post-116 .sao-element-2289500359 .sao-slider-text a {
    color: #fff!important;
    font-size: 30px!important;
    font-weight: 400!important;
    line-height: 1.2em!important;
    text-transform: uppercase!important
}

.sao-post-116 .sao-element-2289500359 .sao-slider-text {
    border-radius: 0 0 0 0!important
}

.sao-post-116 .sao-element-2289500359 .sao-slider-text i {
    font-size: 1em!important
}

.sao-post-116 .sao-element-2289500359 {
    top: 90px;
    right: 29px;
    width: 269px;
    height: 31px;
    display: inline-block
}

.sao-responsive-custom.sao-slider-desktop.sao-post-116 .sao-element-2289500359 {
    width: 992px;
    height: 500px
}

.sao-responsive-custom.sao-slider-tablet.sao-post-116 .sao-element-2289500359 {
    width: 767px;
    height: 320px
}

.sao-responsive-custom.sao-slider-phablet.sao-post-116 .sao-element-2289500359 {
    width: 501px;
    height: 300px
}

.sao-responsive-custom.sao-slider-phone.sao-post-116 .sao-element-2289500359 {
    width: 400px;
    height: 250px
}

.sao-post-116 .sao-element-6209893313 .sao-slider-text,
.sao-post-116 .sao-element-6209893313 .sao-slider-text a {
    color: #fff!important;
    font-size: 22px!important;
    font-weight: 400!important;
    line-height: 1.2em!important;
    text-transform: uppercase!important
}

.sao-post-116 .sao-element-6209893313 .sao-slider-text {
    border-radius: 0 0 0 0!important
}

.sao-post-116 .sao-element-6209893313 .sao-slider-text i {
    font-size: 1em!important
}

.sao-post-116 .sao-element-6209893313 {
    top: 55px;
    right: 30px;
    width: 239px;
    height: 22px;
    display: inline-block
}

.sao-responsive-custom.sao-slider-desktop.sao-post-116 .sao-element-6209893313 {
    width: 992px;
    height: 500px
}

.sao-responsive-custom.sao-slider-tablet.sao-post-116 .sao-element-6209893313 {
    width: 767px;
    height: 320px
}

.sao-responsive-custom.sao-slider-phablet.sao-post-116 .sao-element-6209893313 {
    width: 501px;
    height: 300px
}

.sao-responsive-custom.sao-slider-phone.sao-post-116 .sao-element-6209893313 {
    width: 400px;
    height: 250px
}

.sao-post-116 .sao-element-5268478973 .sao-button {
    color: #fff!important;
    font-size: 15px!important;
    font-weight: 700!important;
    text-transform: uppercase!important
}

.sao-post-116 .sao-element-5268478973 .sao-button i {
    font-size: 1em!important
}

.sao-post-116 .sao-element-5268478973 .sao-button {
    border-width: 0!important;
    border-top-width: 2px!important;
    border-right-width: 2px!important;
    border-bottom-width: 2px!important;
    border-left-width: 2px!important;
    border-style: solid!important;
    border-color: #fff!important;
    border-radius: 5px 5px 5px 5px!important
}

.sao-post-116 .sao-element-5268478973 .sao-slider-padding {
    padding: 12px 30px
}

.sao-post-116 .sao-element-5268478973 {
    top: 160px;
    right: 30px;
    width: auto;
    height: 43px;
    display: inline-block
}

.sao-responsive-custom.sao-slider-desktop.sao-post-116 .sao-element-5268478973 {
    width: 992px;
    height: 500px
}

.sao-responsive-custom.sao-slider-tablet.sao-post-116 .sao-element-5268478973 {
    width: 767px;
    height: 320px
}

.sao-responsive-custom.sao-slider-phablet.sao-post-116 .sao-element-5268478973 {
    width: 501px;
    height: 300px
}

.sao-responsive-custom.sao-slider-phone.sao-post-116 .sao-element-5268478973 {
    width: 400px;
    height: 250px
}

.sao-post-116 .sao-element-7676363486 img {
    border-radius: 0 0 0 0!important
}

.sao-post-116 .sao-element-7676363486 {
    top: -16px;
    right: 262px;
    width: 298px;
    height: 382px;
    display: inline-block
}

.sao-responsive-custom.sao-slider-desktop.sao-post-116 .sao-element-7676363486 {
    width: 992px;
    height: 500px
}

.sao-responsive-custom.sao-slider-tablet.sao-post-116 .sao-element-7676363486 {
    width: 767px;
    height: 320px
}

.sao-responsive-custom.sao-slider-phablet.sao-post-116 .sao-element-7676363486 {
    width: 501px;
    height: 300px
}

.sao-responsive-custom.sao-slider-phone.sao-post-116 .sao-element-7676363486 {
    width: 400px;
    height: 250px
}

.sao-element-8941312956 .sao-post-116 .sao-slider-background-color {
    background-color: #50585f!important;
    background: -moz-linear-gradient(-45deg, #50585f 0%, #40484f 100%)!important;
    background: -webkit-linear-gradient(-45deg, #50585f 0%, #40484f 100%)!important;
    background: linear-gradient(135deg, #50585f 0%, #40484f 100%)!important
}

.sao-element-8941312956 .sao-post-116 .sao-slider-details {
    max-width: 1200px
}

.sao-element-8941312956 .sao-post-116 .sao-slider-details-warp {
    width: 559px;
    height: 260px
}

.sao-element-8941312956 .sao-responsive-custom.sao-slider-desktop.sao-post-116 .sao-slider-details-warp {
    width: 992px;
    height: 500px
}

.sao-element-8941312956 .sao-responsive-custom.sao-slider-tablet.sao-post-116 .sao-slider-details-warp {
    width: 767px;
    height: 320px
}

.sao-element-8941312956 .sao-post-116 .sao-responsive-custom.sao-slider-phablet .sao-slider-details-warp {
    width: 501px;
    height: 300px
}

.sao-element-8941312956 .sao-responsive-custom.sao-slider-phone.sao-post-116 .sao-slider-details-warp {
    width: 400px;
    height: 250px
}

.sao-post-115 .sao-element-9112161286 .sao-slider-text,
.sao-post-115 .sao-element-9112161286 .sao-slider-text a {
    color: #fff!important;
    font-size: 30px!important;
    font-weight: 400!important;
    line-height: 1.2em!important;
    text-transform: uppercase!important
}

.sao-post-115 .sao-element-9112161286 .sao-slider-text {
    border-radius: 0 0 0 0!important
}

.sao-post-115 .sao-element-9112161286 .sao-slider-text i {
    font-size: 1em!important
}

.sao-post-115 .sao-element-9112161286 {
    top: 90px;
    right: 30px;
    width: 239px;
    height: 31px;
    display: inline-block
}

.sao-responsive-custom.sao-slider-desktop.sao-post-115 .sao-element-9112161286 {
    width: 992px;
    height: 500px
}

.sao-responsive-custom.sao-slider-tablet.sao-post-115 .sao-element-9112161286 {
    width: 767px;
    height: 320px
}

.sao-responsive-custom.sao-slider-phablet.sao-post-115 .sao-element-9112161286 {
    width: 501px;
    height: 300px
}

.sao-responsive-custom.sao-slider-phone.sao-post-115 .sao-element-9112161286 {
    width: 400px;
    height: 250px
}

.sao-post-115 .sao-element-8093629135 .sao-slider-text,
.sao-post-115 .sao-element-8093629135 .sao-slider-text a {
    color: #fff!important;
    font-size: 22px!important;
    font-weight: 700!important;
    line-height: 1.2em!important;
    text-transform: uppercase!important
}

.sao-post-115 .sao-element-8093629135 .sao-slider-text {
    border-radius: 0 0 0 0!important
}

.sao-post-115 .sao-element-8093629135 .sao-slider-text i {
    font-size: 1em!important
}

.sao-post-115 .sao-element-8093629135 {
    top: 55px;
    right: 30px;
    width: 239px;
    height: 22px;
    display: inline-block
}

.sao-responsive-custom.sao-slider-desktop.sao-post-115 .sao-element-8093629135 {
    width: 992px;
    height: 500px
}

.sao-responsive-custom.sao-slider-tablet.sao-post-115 .sao-element-8093629135 {
    width: 767px;
    height: 320px
}

.sao-responsive-custom.sao-slider-phablet.sao-post-115 .sao-element-8093629135 {
    width: 501px;
    height: 300px
}

.sao-responsive-custom.sao-slider-phone.sao-post-115 .sao-element-8093629135 {
    width: 400px;
    height: 250px
}

.sao-post-115 .sao-element-7376151882 .sao-button {
    color: #fff!important;
    font-size: 15px!important;
    font-weight: 700!important;
    text-transform: uppercase!important
}

.sao-post-115 .sao-element-7376151882 .sao-button i {
    font-size: 1em!important
}

.sao-post-115 .sao-element-7376151882 .sao-button {
    border-width: 0!important;
    border-top-width: 2px!important;
    border-right-width: 2px!important;
    border-bottom-width: 2px!important;
    border-left-width: 2px!important;
    border-style: solid!important;
    border-color: #fff!important;
    border-radius: 5px 5px 5px 5px!important
}

.sao-post-115 .sao-element-7376151882 .sao-slider-padding {
    padding: 12px 30px
}

.sao-post-115 .sao-element-7376151882 {
    top: 160px;
    right: 30px;
    width: auto;
    height: 43px;
    display: inline-block
}

.sao-responsive-custom.sao-slider-desktop.sao-post-115 .sao-element-7376151882 {
    width: 992px;
    height: 500px
}

.sao-responsive-custom.sao-slider-tablet.sao-post-115 .sao-element-7376151882 {
    width: 767px;
    height: 320px
}

.sao-responsive-custom.sao-slider-phablet.sao-post-115 .sao-element-7376151882 {
    width: 501px;
    height: 300px
}

.sao-responsive-custom.sao-slider-phone.sao-post-115 .sao-element-7376151882 {
    width: 400px;
    height: 250px
}

.sao-post-115 .sao-element-2506831619 img {
    border-radius: 0 0 0 0!important
}

.sao-post-115 .sao-element-2506831619 {
    top: -12px;
    right: 294px;
    width: 255px;
    height: 382px;
    display: inline-block
}

.sao-responsive-custom.sao-slider-desktop.sao-post-115 .sao-element-2506831619 {
    width: 992px;
    height: 500px
}

.sao-responsive-custom.sao-slider-tablet.sao-post-115 .sao-element-2506831619 {
    width: 767px;
    height: 320px
}

.sao-responsive-custom.sao-slider-phablet.sao-post-115 .sao-element-2506831619 {
    width: 501px;
    height: 300px
}

.sao-responsive-custom.sao-slider-phone.sao-post-115 .sao-element-2506831619 {
    width: 400px;
    height: 250px
}

.sao-element-8941312956 .sao-post-115 .sao-slider-background-color {
    background-color: #00c1b4!important;
    background: -moz-linear-gradient(-45deg, #00c1b4 0%, #008779 100%)!important;
    background: -webkit-linear-gradient(-45deg, #00c1b4 0%, #008779 100%)!important;
    background: linear-gradient(135deg, #00c1b4 0%, #008779 100%)!important
}

.sao-element-8941312956 .sao-post-115 .sao-slider-details {
    max-width: 1200px
}

.sao-element-8941312956 .sao-post-115 .sao-slider-details-warp {
    width: 559px;
    height: 260px
}

.sao-element-8941312956 .sao-responsive-custom.sao-slider-desktop.sao-post-115 .sao-slider-details-warp {
    width: 992px;
    height: 500px
}

.sao-element-8941312956 .sao-responsive-custom.sao-slider-tablet.sao-post-115 .sao-slider-details-warp {
    width: 767px;
    height: 320px
}

.sao-element-8941312956 .sao-post-115 .sao-responsive-custom.sao-slider-phablet .sao-slider-details-warp {
    width: 501px;
    height: 300px
}

.sao-element-8941312956 .sao-responsive-custom.sao-slider-phone.sao-post-115 .sao-slider-details-warp {
    width: 400px;
    height: 250px
}

.sao-element-8941312956 {
    padding: 20px
}

.sao-section-4457815518 .sao-section-middle {
    max-width: 1800px
}

@media (max-width: 1800px) {
    .sao-section-4457815518 .sao-section-middle {
        width: 100%
    }
}

.sao-section-4457815518 .sao-section-container {
    padding-top: 20px
}

.sao-element-9989109570 .sao-icon i,
.sao-element-9989109570 .sao-icon i::before {
    font-size: 50px!important
}

.sao-element-9989109570 .sao-details {
    padding-right: 15px!important
}

.sao-element-9989109570 .sao-title,
.sao-element-9989109570 .sao-title a {
    font-size: 15px!important;
    font-weight: 700!important
}

.sao-element-9989109570 .sao-excerpt {
    font-size: 13px!important;
    font-weight: 400!important
}

.sao-element-9989109570 {
    padding: 25px 30px
}

.sao-column-1884358840 .sao-column-cover::before {
    left: 0;
    content: "";
    position: absolute;
    height: 100%;
    z-index: -1;
    width: 100%;
    background-color: #fff!important
}

.sao-element-5985382095 .sao-icon i,
.sao-element-5985382095 .sao-icon i::before {
    font-size: 50px!important
}

.sao-element-5985382095 .sao-details {
    padding-right: 15px!important
}

.sao-element-5985382095 .sao-title,
.sao-element-5985382095 .sao-title a {
    font-size: 15px!important;
    font-weight: 700!important
}

.sao-element-5985382095 .sao-excerpt {
    font-size: 13px!important;
    font-weight: 400!important
}

.sao-element-5985382095 {
    padding: 25px 30px
}

.sao-column-3389569177 .sao-column-cover::before {
    left: 0;
    content: "";
    position: absolute;
    height: 100%;
    z-index: -1;
    width: 100%;
    background-color: #fff!important
}

.sao-element-4697014839 .sao-icon i,
.sao-element-4697014839 .sao-icon i::before {
    font-size: 50px!important
}

.sao-element-4697014839 .sao-details {
    padding-right: 15px!important
}

.sao-element-4697014839 .sao-title,
.sao-element-4697014839 .sao-title a {
    font-size: 15px!important;
    font-weight: 700!important
}

.sao-element-4697014839 .sao-excerpt {
    font-size: 13px!important;
    font-weight: 400!important
}

.sao-element-4697014839 {
    padding: 25px 30px
}

.sao-column-371365091 .sao-column-cover::before {
    left: 0;
    content: "";
    position: absolute;
    height: 100%;
    z-index: -1;
    width: 100%;
    background-color: #fff!important
}

.sao-element-2339214808 .sao-icon i,
.sao-element-2339214808 .sao-icon i::before {
    font-size: 50px!important
}

.sao-element-2339214808 .sao-details {
    padding-right: 15px!important
}

.sao-element-2339214808 .sao-title,
.sao-element-2339214808 .sao-title a {
    font-size: 15px!important;
    font-weight: 700!important
}

.sao-element-2339214808 .sao-excerpt {
    font-size: 13px!important;
    font-weight: 400!important
}

.sao-element-2339214808 {
    padding: 25px 30px
}

.sao-column-8265804719 .sao-column-cover::before {
    left: 0;
    content: "";
    position: absolute;
    height: 100%;
    z-index: -1;
    width: 100%;
    background-color: #fff!important
}

.sao-element-3779049552 .sao-icon i,
.sao-element-3779049552 .sao-icon i::before {
    font-size: 50px!important
}

.sao-element-3779049552 .sao-details {
    padding-right: 15px!important
}

.sao-element-3779049552 .sao-title,
.sao-element-3779049552 .sao-title a {
    font-size: 15px!important;
    font-weight: 700!important
}

.sao-element-3779049552 .sao-excerpt {
    font-size: 13px!important;
    font-weight: 400!important
}

.sao-element-3779049552 {
    padding: 25px 30px
}

.sao-column-9727275561 .sao-column-cover::before {
    left: 0;
    content: "";
    position: absolute;
    height: 100%;
    z-index: -1;
    width: 100%;
    background-color: #fff!important;
    left: 0;
    position: absolute;
    height: 100%;
    z-index: -1;
    width: 100%;
    background-color: #fff!important;
    left: 0;
    position: absolute;
    height: 100%;
    z-index: -1;
    width: 100%;
    background-color: #fff!important;
    left: 0;
    position: absolute;
    height: 100%;
    z-index: -1;
    width: 100%;
    background-color: #fff!important;
    left: 0;
    position: absolute;
    height: 100%;
    z-index: -1;
    width: 100%;
    background-color: #fff!important
}

.sao-section-4561081244 .sao-section-middle {
    max-width: 1800px
}

@media (max-width: 1800px) {
    .sao-section-4561081244 .sao-section-middle {
        width: 100%
    }
}

.sao-section-4561081244 .sao-column-item {
    padding: 1px
}

.sao-section-4561081244 .sao-section-container {
    padding: 20px
}

.sao-element-4462306722 {
    padding: 20px
}

.sao-post-137 .sao-element-731879091 .sao-slider-text,
.sao-post-137 .sao-element-731879091 .sao-slider-text a {
    color: #304050!important;
    font-size: 28px!important;
    font-weight: 400!important;
    line-height: 1.2em!important;
    text-transform: uppercase!important
}

.sao-post-137 .sao-element-731879091 .sao-slider-text {
    border-radius: 0 0 0 0!important
}

.sao-post-137 .sao-element-731879091 .sao-slider-text i {
    font-size: 1em!important
}

.sao-post-137 .sao-element-731879091 {
    top: 55px;
    right: 11px;
    width: 232px;
    height: 42px;
    display: inline-block
}

.sao-responsive-custom.sao-slider-desktop.sao-post-137 .sao-element-731879091 {
    width: 992px;
    height: 500px
}

.sao-responsive-custom.sao-slider-tablet.sao-post-137 .sao-element-731879091 {
    width: 767px;
    height: 320px
}

.sao-responsive-custom.sao-slider-phablet.sao-post-137 .sao-element-731879091 {
    width: 501px;
    height: 300px
}

.sao-responsive-custom.sao-slider-phone.sao-post-137 .sao-element-731879091 {
    width: 400px;
    height: 250px
}

.sao-post-137 .sao-element-801680595 .sao-slider-text,
.sao-post-137 .sao-element-801680595 .sao-slider-text a {
    color: #304050!important;
    font-size: 28px!important;
    font-weight: 300!important;
    line-height: 1.2em!important;
    text-transform: uppercase!important
}

.sao-post-137 .sao-element-801680595 .sao-slider-text {
    border-radius: 0 0 0 0!important
}

.sao-post-137 .sao-element-801680595 .sao-slider-text i {
    font-size: 1em!important
}

.sao-post-137 .sao-element-801680595 {
    top: 106px;
    right: 32px;
    width: 192px;
    height: 63px;
    display: inline-block
}

.sao-responsive-custom.sao-slider-desktop.sao-post-137 .sao-element-801680595 {
    width: 992px;
    height: 500px
}

.sao-responsive-custom.sao-slider-tablet.sao-post-137 .sao-element-801680595 {
    width: 767px;
    height: 320px
}

.sao-responsive-custom.sao-slider-phablet.sao-post-137 .sao-element-801680595 {
    width: 501px;
    height: 300px
}

.sao-responsive-custom.sao-slider-phone.sao-post-137 .sao-element-801680595 {
    width: 400px;
    height: 250px
}

.sao-post-137 .sao-element-8915671022 img {
    border-radius: 0 0 0 0!important
}

.sao-post-137 .sao-element-8915671022 {
    top: 193px;
    right: -59px;
    width: 480px;
    height: 382px;
    display: inline-block
}

.sao-responsive-custom.sao-slider-desktop.sao-post-137 .sao-element-8915671022 {
    width: 992px;
    height: 500px
}

.sao-responsive-custom.sao-slider-tablet.sao-post-137 .sao-element-8915671022 {
    width: 767px;
    height: 320px
}

.sao-responsive-custom.sao-slider-phablet.sao-post-137 .sao-element-8915671022 {
    width: 501px;
    height: 300px
}

.sao-responsive-custom.sao-slider-phone.sao-post-137 .sao-element-8915671022 {
    width: 400px;
    height: 250px
}

.sao-element-676450636 .sao-post-137 .sao-slider-background-color {
    background-color: #e1e5e9!important;
    background: -moz-linear-gradient(top, #e1e5e9 0%, #e1e5e9 100%)!important;
    background: -webkit-linear-gradient(top, #e1e5e9 0%, #e1e5e9 100%)!important;
    background: linear-gradient(to bottom, #e1e5e9 0%, #e1e5e9 100%)!important
}

.sao-element-676450636 .sao-post-137 .sao-slider-details {
    max-width: 1200px
}

.sao-element-676450636 .sao-post-137 .sao-slider-details-warp {
    width: 260px;
    height: 440px
}

.sao-element-676450636 .sao-responsive-custom.sao-slider-desktop.sao-post-137 .sao-slider-details-warp {
    width: 992px;
    height: 500px
}

.sao-element-676450636 .sao-responsive-custom.sao-slider-tablet.sao-post-137 .sao-slider-details-warp {
    width: 767px;
    height: 320px
}

.sao-element-676450636 .sao-post-137 .sao-responsive-custom.sao-slider-phablet .sao-slider-details-warp {
    width: 501px;
    height: 300px
}

.sao-element-676450636 .sao-responsive-custom.sao-slider-phone.sao-post-137 .sao-slider-details-warp {
    width: 400px;
    height: 250px
}

.sao-element-676450636 .sao-slider-post {
    border-radius: 5px!important
}

.sao-element-676450636 .sao-slider-item {
    height: 440px
}

.sao-element-676450636 {
    padding: 20px
}

.sao-element-829511927 {
    padding: 20px
}

.sao-section-5463666658 .sao-section-middle {
    max-width: 1800px
}

@media (max-width: 1800px) {
    .sao-section-5463666658 .sao-section-middle {
        width: 100%
    }
}

.sao-post-140 .sao-element-8249655694 .sao-slider-text,
.sao-post-140 .sao-element-8249655694 .sao-slider-text a {
    color: #fff!important;
    font-size: 40px!important;
    font-weight: 400!important;
    line-height: 1.2em!important;
    text-transform: uppercase!important
}

.sao-post-140 .sao-element-8249655694 .sao-slider-text {
    border-radius: 0 0 0 0!important
}

.sao-post-140 .sao-element-8249655694 .sao-slider-text i {
    font-size: 1em!important
}

.sao-post-140 .sao-element-8249655694 {
    top: 79px;
    right: 27px;
    width: 338px;
    height: 40px;
    display: inline-block
}

.sao-responsive-custom.sao-slider-desktop.sao-post-140 .sao-element-8249655694 {
    width: 992px;
    height: 500px
}

.sao-responsive-custom.sao-slider-tablet.sao-post-140 .sao-element-8249655694 {
    width: 767px;
    height: 320px
}

.sao-responsive-custom.sao-slider-phablet.sao-post-140 .sao-element-8249655694 {
    width: 501px;
    height: 300px
}

.sao-responsive-custom.sao-slider-phone.sao-post-140 .sao-element-8249655694 {
    width: 400px;
    height: 250px
}

.sao-post-140 .sao-element-9213076649 .sao-slider-text,
.sao-post-140 .sao-element-9213076649 .sao-slider-text a {
    color: #fff!important;
    font-size: 15px!important;
    font-weight: 700!important;
    line-height: 1.2em!important;
    text-transform: uppercase!important
}

.sao-post-140 .sao-element-9213076649 .sao-slider-text {
    border-radius: 0 0 0 0!important
}

.sao-post-140 .sao-element-9213076649 .sao-slider-text i {
    font-size: 1em!important
}

.sao-post-140 .sao-element-9213076649 {
    top: 54px;
    right: 30px;
    width: 232px;
    height: 25px;
    display: inline-block
}

.sao-responsive-custom.sao-slider-desktop.sao-post-140 .sao-element-9213076649 {
    width: 992px;
    height: 500px
}

.sao-responsive-custom.sao-slider-tablet.sao-post-140 .sao-element-9213076649 {
    width: 767px;
    height: 320px
}

.sao-responsive-custom.sao-slider-phablet.sao-post-140 .sao-element-9213076649 {
    width: 501px;
    height: 300px
}

.sao-responsive-custom.sao-slider-phone.sao-post-140 .sao-element-9213076649 {
    width: 400px;
    height: 250px
}

.sao-post-140 .sao-element-1085621880 .sao-slider-text,
.sao-post-140 .sao-element-1085621880 .sao-slider-text a {
    color: rgba(255, 255, 255, 0.85)!important;
    font-size: 15px!important;
    font-weight: 400!important;
    line-height: 1.6em!important
}

.sao-post-140 .sao-element-1085621880 .sao-slider-text {
    border-radius: 0 0 0 0!important
}

.sao-post-140 .sao-element-1085621880 .sao-slider-text i {
    font-size: 1em!important
}

.sao-post-140 .sao-element-1085621880 {
    top: 150px;
    right: 30px;
    width: 297px;
    height: 46px;
    display: inline-block
}

.sao-responsive-custom.sao-slider-desktop.sao-post-140 .sao-element-1085621880 {
    width: 992px;
    height: 500px
}

.sao-responsive-custom.sao-slider-tablet.sao-post-140 .sao-element-1085621880 {
    width: 767px;
    height: 320px
}

.sao-responsive-custom.sao-slider-phablet.sao-post-140 .sao-element-1085621880 {
    width: 501px;
    height: 300px
}

.sao-responsive-custom.sao-slider-phone.sao-post-140 .sao-element-1085621880 {
    width: 400px;
    height: 250px
}

.sao-post-140 .sao-element-3147678853 .sao-button {
    color: #fff!important;
    font-size: 15px!important;
    font-weight: 700!important;
    text-transform: uppercase!important
}

.sao-post-140 .sao-element-3147678853 .sao-button i {
    font-size: 1em!important
}

.sao-post-140 .sao-element-3147678853 .sao-button {
    border-width: 0!important;
    border-top-width: 2px!important;
    border-right-width: 2px!important;
    border-bottom-width: 2px!important;
    border-left-width: 2px!important;
    border-style: solid!important;
    border-color: #fff!important;
    border-radius: 5px 5px 5px 5px!important
}

.sao-post-140 .sao-element-3147678853 .sao-slider-padding {
    padding: 12px 30px
}

.sao-post-140 .sao-element-3147678853 {
    top: 222px;
    right: 30px;
    width: auto;
    height: 43px;
    display: inline-block
}

.sao-responsive-custom.sao-slider-desktop.sao-post-140 .sao-element-3147678853 {
    width: 992px;
    height: 500px
}

.sao-responsive-custom.sao-slider-tablet.sao-post-140 .sao-element-3147678853 {
    width: 767px;
    height: 320px
}

.sao-responsive-custom.sao-slider-phablet.sao-post-140 .sao-element-3147678853 {
    width: 501px;
    height: 300px
}

.sao-responsive-custom.sao-slider-phone.sao-post-140 .sao-element-3147678853 {
    width: 400px;
    height: 250px
}

.sao-post-140 .sao-element-1074130365 img {
    border-radius: 0 0 0 0!important
}

.sao-post-140 .sao-element-1074130365 {
    top: -32px;
    right: 261px;
    width: 763px;
    height: 399px;
    display: inline-block
}

.sao-responsive-custom.sao-slider-desktop.sao-post-140 .sao-element-1074130365 {
    width: 992px;
    height: 500px
}

.sao-responsive-custom.sao-slider-tablet.sao-post-140 .sao-element-1074130365 {
    width: 767px;
    height: 320px
}

.sao-responsive-custom.sao-slider-phablet.sao-post-140 .sao-element-1074130365 {
    width: 501px;
    height: 300px
}

.sao-responsive-custom.sao-slider-phone.sao-post-140 .sao-element-1074130365 {
    width: 400px;
    height: 250px
}

.sao-element-9736394966 .sao-post-140 .sao-slider-background-color {
    background-color: #9b4f6a!important;
    background: -moz-linear-gradient(-45deg, #9b4f6a 0%, #8c4468 100%)!important;
    background: -webkit-linear-gradient(-45deg, #9b4f6a 0%, #8c4468 100%)!important;
    background: linear-gradient(135deg, #9b4f6a 0%, #8c4468 100%)!important
}

.sao-element-9736394966 .sao-post-140 .sao-slider-details {
    max-width: 1200px
}

.sao-element-9736394966 .sao-post-140 .sao-slider-details-warp {
    width: 860px;
    height: 320px
}

.sao-element-9736394966 .sao-responsive-custom.sao-slider-desktop.sao-post-140 .sao-slider-details-warp {
    width: 992px;
    height: 500px
}

.sao-element-9736394966 .sao-responsive-custom.sao-slider-tablet.sao-post-140 .sao-slider-details-warp {
    width: 767px;
    height: 320px
}

.sao-element-9736394966 .sao-post-140 .sao-responsive-custom.sao-slider-phablet .sao-slider-details-warp {
    width: 501px;
    height: 300px
}

.sao-element-9736394966 .sao-responsive-custom.sao-slider-phone.sao-post-140 .sao-slider-details-warp {
    width: 400px;
    height: 250px
}

.sao-post-139 .sao-element-2240180181 .sao-slider-text,
.sao-post-139 .sao-element-2240180181 .sao-slider-text a {
    color: #fff!important;
    font-size: 40px!important;
    font-weight: 400!important;
    line-height: 1.2em!important;
    text-transform: uppercase!important
}

.sao-post-139 .sao-element-2240180181 .sao-slider-text {
    border-radius: 0 0 0 0!important
}

.sao-post-139 .sao-element-2240180181 .sao-slider-text i {
    font-size: 1em!important
}

.sao-post-139 .sao-element-2240180181 {
    top: 80px;
    right: 27px;
    width: 438px;
    height: 40px;
    display: inline-block
}

.sao-responsive-custom.sao-slider-desktop.sao-post-139 .sao-element-2240180181 {
    width: 992px;
    height: 500px
}

.sao-responsive-custom.sao-slider-tablet.sao-post-139 .sao-element-2240180181 {
    width: 767px;
    height: 320px
}

.sao-responsive-custom.sao-slider-phablet.sao-post-139 .sao-element-2240180181 {
    width: 501px;
    height: 300px
}

.sao-responsive-custom.sao-slider-phone.sao-post-139 .sao-element-2240180181 {
    width: 400px;
    height: 250px
}

.sao-post-139 .sao-element-8899329459 .sao-slider-text,
.sao-post-139 .sao-element-8899329459 .sao-slider-text a {
    color: #fff!important;
    font-size: 15px!important;
    font-weight: 700!important;
    line-height: 1.2em!important;
    text-transform: uppercase!important
}

.sao-post-139 .sao-element-8899329459 .sao-slider-text {
    border-radius: 0 0 0 0!important
}

.sao-post-139 .sao-element-8899329459 .sao-slider-text i {
    font-size: 1em!important
}

.sao-post-139 .sao-element-8899329459 {
    top: 54px;
    right: 30px;
    width: 232px;
    height: 25px;
    display: inline-block
}

.sao-responsive-custom.sao-slider-desktop.sao-post-139 .sao-element-8899329459 {
    width: 992px;
    height: 500px
}

.sao-responsive-custom.sao-slider-tablet.sao-post-139 .sao-element-8899329459 {
    width: 767px;
    height: 320px
}

.sao-responsive-custom.sao-slider-phablet.sao-post-139 .sao-element-8899329459 {
    width: 501px;
    height: 300px
}

.sao-responsive-custom.sao-slider-phone.sao-post-139 .sao-element-8899329459 {
    width: 400px;
    height: 250px
}

.sao-post-139 .sao-element-640019483 .sao-slider-text,
.sao-post-139 .sao-element-640019483 .sao-slider-text a {
    color: rgba(255, 255, 255, 0.85)!important;
    font-size: 15px!important;
    font-weight: 400!important;
    line-height: 1.6em!important
}

.sao-post-139 .sao-element-640019483 .sao-slider-text {
    border-radius: 0 0 0 0!important
}

.sao-post-139 .sao-element-640019483 .sao-slider-text i {
    font-size: 1em!important
}

.sao-post-139 .sao-element-640019483 {
    top: 150px;
    right: 30px;
    width: 297px;
    height: 46px;
    display: inline-block
}

.sao-responsive-custom.sao-slider-desktop.sao-post-139 .sao-element-640019483 {
    width: 992px;
    height: 500px
}

.sao-responsive-custom.sao-slider-tablet.sao-post-139 .sao-element-640019483 {
    width: 767px;
    height: 320px
}

.sao-responsive-custom.sao-slider-phablet.sao-post-139 .sao-element-640019483 {
    width: 501px;
    height: 300px
}

.sao-responsive-custom.sao-slider-phone.sao-post-139 .sao-element-640019483 {
    width: 400px;
    height: 250px
}

.sao-post-139 .sao-element-7996186932 .sao-button {
    color: #fff!important;
    font-size: 15px!important;
    font-weight: 700!important;
    text-transform: uppercase!important
}

.sao-post-139 .sao-element-7996186932 .sao-button i {
    font-size: 1em!important
}

.sao-post-139 .sao-element-7996186932 .sao-button {
    border-width: 0!important;
    border-top-width: 2px!important;
    border-right-width: 2px!important;
    border-bottom-width: 2px!important;
    border-left-width: 2px!important;
    border-style: solid!important;
    border-color: #fff!important;
    border-radius: 5px 5px 5px 5px!important
}

.sao-post-139 .sao-element-7996186932 .sao-slider-padding {
    padding: 12px 30px
}

.sao-post-139 .sao-element-7996186932 {
    top: 222px;
    right: 30px;
    width: auto;
    height: 43px;
    display: inline-block
}

.sao-responsive-custom.sao-slider-desktop.sao-post-139 .sao-element-7996186932 {
    width: 992px;
    height: 500px
}

.sao-responsive-custom.sao-slider-tablet.sao-post-139 .sao-element-7996186932 {
    width: 767px;
    height: 320px
}

.sao-responsive-custom.sao-slider-phablet.sao-post-139 .sao-element-7996186932 {
    width: 501px;
    height: 300px
}

.sao-responsive-custom.sao-slider-phone.sao-post-139 .sao-element-7996186932 {
    width: 400px;
    height: 250px
}

.sao-post-139 .sao-element-8503901 img {
    border-radius: 0 0 0 0!important
}

.sao-post-139 .sao-element-8503901 {
    top: -37px;
    right: 253px;
    width: 763px;
    height: 399px;
    display: inline-block
}

.sao-responsive-custom.sao-slider-desktop.sao-post-139 .sao-element-8503901 {
    width: 992px;
    height: 500px
}

.sao-responsive-custom.sao-slider-tablet.sao-post-139 .sao-element-8503901 {
    width: 767px;
    height: 320px
}

.sao-responsive-custom.sao-slider-phablet.sao-post-139 .sao-element-8503901 {
    width: 501px;
    height: 300px
}

.sao-responsive-custom.sao-slider-phone.sao-post-139 .sao-element-8503901 {
    width: 400px;
    height: 250px
}

.sao-element-9736394966 .sao-post-139 .sao-slider-background-color {
    background-color: #506f84!important;
    background: -moz-linear-gradient(-45deg, #506f84 0%, #477084 100%)!important;
    background: -webkit-linear-gradient(-45deg, #506f84 0%, #477084 100%)!important;
    background: linear-gradient(135deg, #506f84 0%, #477084 100%)!important
}

.sao-element-9736394966 .sao-post-139 .sao-slider-details {
    max-width: 1200px
}

.sao-element-9736394966 .sao-post-139 .sao-slider-details-warp {
    width: 860px;
    height: 320px
}

.sao-element-9736394966 .sao-responsive-custom.sao-slider-desktop.sao-post-139 .sao-slider-details-warp {
    width: 992px;
    height: 500px
}

.sao-element-9736394966 .sao-responsive-custom.sao-slider-tablet.sao-post-139 .sao-slider-details-warp {
    width: 767px;
    height: 320px
}

.sao-element-9736394966 .sao-post-139 .sao-responsive-custom.sao-slider-phablet .sao-slider-details-warp {
    width: 501px;
    height: 300px
}

.sao-element-9736394966 .sao-responsive-custom.sao-slider-phone.sao-post-139 .sao-slider-details-warp {
    width: 400px;
    height: 250px
}

.sao-element-9736394966 {
    padding: 20px
}

.sao-element-4478630588 {
    padding: 20px
}

.sao-element-6928117529 {
    padding: 20px
}

.sao-section-4520991056 .sao-section-middle {
    max-width: 1800px
}

@media (max-width: 1800px) {
    .sao-section-4520991056 .sao-section-middle {
        width: 100%
    }
}

.sao-section-4520991056 .sao-section-container {
    padding-bottom: 30px
}

@font-face {
    font-family: 'FontAwesome';
    src: url(../fonts/fontawesome-webfont.eot?v=4.3.0);
    src: url(../fonts/fontawesome-webfont.eot?#iefix&v=4.3.0) format("../fonts/embedded-opentype"), url(../fonts/fontawesome-webfont.woff2?v=4.3.0) format("woff2"), url(../fonts/fontawesome-webfont.woff?v=4.3.0) format("woff"), url(../fonts/fontawesome-webfont.ttf?v=4.3.0) format("truetype"), url(../fonts/fontawesome-webfont.svg?v=4.3.0#fontawesomeregular) format("svg");
    font-weight: 400;
    font-style: normal
}

.fa {
    display: inline-block;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.fa-1x::before {
    font-size: 1em!important
}

.fa-1-5x::before {
    font-size: 1.5em!important
}

.fa-2x::before {
    font-size: 2em!important
}

.fa-2-5x::before {
    font-size: 2.5em!important
}

.fa-3x::before {
    font-size: 3em!important
}

.fa-fw {
    width: 1.28571429em;
    text-align: center
}

.fa-ul {
    padding-left: 0;
    margin-left: 2.14285714em;
    list-style-type: none
}

.fa-ul>li {
    position: relative
}

.fa-li {
    position: absolute;
    left: -2.14285714em;
    width: 2.14285714em;
    top: .14285714em;
    text-align: center
}

.fa-li.fa-lg {
    left: -1.85714286em
}

.fa-border {
    padding: .2em .25em .15em;
    border: solid .08em #eee;
    border-radius: .1em
}

.pull-right {
    float: right
}

.pull-left {
    float: left
}

.fa.pull-left {
    margin-right: .3em
}

.fa.pull-right {
    margin-left: .3em
}

.fa-spin {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear
}

.fa-pulse {
    -webkit-animation: fa-spin 1s infinite steps(8);
    animation: fa-spin 1s infinite steps(8)
}

@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

.fa-rotate-90 {
    -ms-filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=1);
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

.fa-rotate-180 {
    -ms-filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=2);
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.fa-rotate-270 {
    -ms-filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=3);
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg)
}

.fa-flip-horizontal {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0,mirror=1)";
    -webkit-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1)
}

.fa-flip-vertical {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2,mirror=1)";
    -webkit-transform: scale(1, -1);
    -ms-transform: scale(1, -1);
    transform: scale(1, -1)
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
    filter: none
}

.fa-stack {
    position: relative;
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle
}

.fa-stack-1x,
.fa-stack-2x {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center
}

.fa-stack-1x {
    line-height: inherit
}

.fa-stack-2x {
    font-size: 2em
}

.fa-inverse {
    color: #fff
}

.fa-glass:before {
    content: "\f000"
}

.fa-music:before {
    content: "\f001"
}

.fa-search:before {
    content: "\f002"
}

.fa-envelope-o:before {
    content: "\f003"
}

.fa-heart:before {
    content: "\f004"
}

.fa-star:before {
    content: "\f005"
}

.fa-star-o:before {
    content: "\f006"
}

.fa-user:before {
    content: "\f007"
}

.fa-film:before {
    content: "\f008"
}

.fa-th-large:before {
    content: "\f009"
}

.fa-th:before {
    content: "\f00a"
}

.fa-th-list:before {
    content: "\f00b"
}

.fa-check:before {
    content: "\f00c"
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
    content: "\f00d"
}

.fa-search-plus:before {
    content: "\f00e"
}

.fa-search-minus:before {
    content: "\f010"
}

.fa-power-off:before {
    content: "\f011"
}

.fa-signal:before {
    content: "\f012"
}

.fa-gear:before,
.fa-cog:before {
    content: "\f013"
}

.fa-trash-o:before {
    content: "\f014"
}

.fa-home:before {
    content: "\f015"
}

.fa-file-o:before {
    content: "\f016"
}

.fa-clock-o:before {
    content: "\f017"
}

.fa-road:before {
    content: "\f018"
}

.fa-download:before {
    content: "\f019"
}

.fa-arrow-circle-o-down:before {
    content: "\f01a"
}

.fa-arrow-circle-o-up:before {
    content: "\f01b"
}

.fa-inbox:before {
    content: "\f01c"
}

.fa-play-circle-o:before {
    content: "\f01d"
}

.fa-rotate-right:before,
.fa-repeat:before {
    content: "\f01e"
}

.fa-refresh:before {
    content: "\f021"
}

.fa-list-alt:before {
    content: "\f022"
}

.fa-lock:before {
    content: "\f023"
}

.fa-flag:before {
    content: "\f024"
}

.fa-headphones:before {
    content: "\f025"
}

.fa-volume-off:before {
    content: "\f026"
}

.fa-volume-down:before {
    content: "\f027"
}

.fa-volume-up:before {
    content: "\f028"
}

.fa-qrcode:before {
    content: "\f029"
}

.fa-barcode:before {
    content: "\f02a"
}

.fa-tag:before {
    content: "\f02b"
}

.fa-tags:before {
    content: "\f02c"
}

.fa-book:before {
    content: "\f02d"
}

.fa-bookmark:before {
    content: "\f02e"
}

.fa-print:before {
    content: "\f02f"
}

.fa-camera:before {
    content: "\f030"
}

.fa-font:before {
    content: "\f031"
}

.fa-bold:before {
    content: "\f032"
}

.fa-italic:before {
    content: "\f033"
}

.fa-text-height:before {
    content: "\f034"
}

.fa-text-width:before {
    content: "\f035"
}

.fa-align-left:before {
    content: "\f036"
}

.fa-align-center:before {
    content: "\f037"
}

.fa-align-right:before {
    content: "\f038"
}

.fa-align-justify:before {
    content: "\f039"
}

.fa-list:before {
    content: "\f03a"
}

.fa-dedent:before,
.fa-outdent:before {
    content: "\f03b"
}

.fa-indent:before {
    content: "\f03c"
}

.fa-video-camera:before {
    content: "\f03d"
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
    content: "\f03e"
}

.fa-pencil:before {
    content: "\f040"
}

.fa-map-marker:before {
    content: "\f041"
}

.fa-adjust:before {
    content: "\f042"
}

.fa-tint:before {
    content: "\f043"
}

.fa-edit:before,
.fa-pencil-square-o:before {
    content: "\f044"
}

.fa-share-square-o:before {
    content: "\f045"
}

.fa-check-square-o:before {
    content: "\f046"
}

.fa-arrows:before {
    content: "\f047"
}

.fa-step-backward:before {
    content: "\f048"
}

.fa-fast-backward:before {
    content: "\f049"
}

.fa-backward:before {
    content: "\f04a"
}

.fa-play:before {
    content: "\f04b"
}

.fa-pause:before {
    content: "\f04c"
}

.fa-stop:before {
    content: "\f04d"
}

.fa-forward:before {
    content: "\f04e"
}

.fa-fast-forward:before {
    content: "\f050"
}

.fa-step-forward:before {
    content: "\f051"
}

.fa-eject:before {
    content: "\f052"
}

.fa-chevron-left:before {
    content: "\f053"
}

.fa-chevron-right:before {
    content: "\f054"
}

.fa-plus-circle:before {
    content: "\f055"
}

.fa-minus-circle:before {
    content: "\f056"
}

.fa-times-circle:before {
    content: "\f057"
}

.fa-check-circle:before {
    content: "\f058"
}

.fa-question-circle:before {
    content: "\f059"
}

.fa-info-circle:before {
    content: "\f05a"
}

.fa-crosshairs:before {
    content: "\f05b"
}

.fa-times-circle-o:before {
    content: "\f05c"
}

.fa-check-circle-o:before {
    content: "\f05d"
}

.fa-ban:before {
    content: "\f05e"
}

.fa-arrow-left:before {
    content: "\f060"
}

.fa-arrow-right:before {
    content: "\f061"
}

.fa-arrow-up:before {
    content: "\f062"
}

.fa-arrow-down:before {
    content: "\f063"
}

.fa-mail-forward:before,
.fa-share:before {
    content: "\f064"
}

.fa-expand:before {
    content: "\f065"
}

.fa-compress:before {
    content: "\f066"
}

.fa-plus:before {
    content: "\f067"
}

.fa-minus:before {
    content: "\f068"
}

.fa-asterisk:before {
    content: "\f069"
}

.fa-exclamation-circle:before {
    content: "\f06a"
}

.fa-gift:before {
    content: "\f06b"
}

.fa-leaf:before {
    content: "\f06c"
}

.fa-fire:before {
    content: "\f06d"
}

.fa-eye:before {
    content: "\f06e"
}

.fa-eye-slash:before {
    content: "\f070"
}

.fa-warning:before,
.fa-exclamation-triangle:before {
    content: "\f071"
}

.fa-plane:before {
    content: "\f072"
}

.fa-calendar:before {
    content: "\f073"
}

.fa-random:before {
    content: "\f074"
}

.fa-comment:before {
    content: "\f075"
}

.fa-magnet:before {
    content: "\f076"
}

.fa-chevron-up:before {
    content: "\f077"
}

.fa-chevron-down:before {
    content: "\f078"
}

.fa-retweet:before {
    content: "\f079"
}

.fa-shopping-cart:before {
    content: "\f07a"
}

.fa-folder:before {
    content: "\f07b"
}

.fa-folder-open:before {
    content: "\f07c"
}

.fa-arrows-v:before {
    content: "\f07d"
}

.fa-arrows-h:before {
    content: "\f07e"
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
    content: "\f080"
}

.fa-twitter-square:before {
    content: "\f081"
}

.fa-facebook-square:before {
    content: "\f082"
}

.fa-camera-retro:before {
    content: "\f083"
}

.fa-key:before {
    content: "\f084"
}

.fa-gears:before,
.fa-cogs:before {
    content: "\f085"
}

.fa-comments:before {
    content: "\f086"
}

.fa-thumbs-o-up:before {
    content: "\f087"
}

.fa-thumbs-o-down:before {
    content: "\f088"
}

.fa-star-half:before {
    content: "\f089"
}

.fa-heart-o:before {
    content: "\f08a"
}

.fa-sign-out:before {
    content: "\f08b"
}

.fa-linkedin-square:before {
    content: "\f08c"
}

.fa-thumb-tack:before {
    content: "\f08d"
}

.fa-external-link:before {
    content: "\f08e"
}

.fa-sign-in:before {
    content: "\f090"
}

.fa-trophy:before {
    content: "\f091"
}

.fa-github-square:before {
    content: "\f092"
}

.fa-upload:before {
    content: "\f093"
}

.fa-lemon-o:before {
    content: "\f094"
}

.fa-phone:before {
    content: "\f095"
}

.fa-square-o:before {
    content: "\f096"
}

.fa-bookmark-o:before {
    content: "\f097"
}

.fa-phone-square:before {
    content: "\f098"
}

.fa-twitter:before {
    content: "\f099"
}

.fa-facebook-f:before,
.fa-facebook:before {
    content: "\f09a"
}

.fa-github:before {
    content: "\f09b"
}

.fa-unlock:before {
    content: "\f09c"
}

.fa-credit-card:before {
    content: "\f09d"
}

.fa-feed:before,
.fa-rss:before {
    content: "\f09e"
}

.fa-hdd-o:before {
    content: "\f0a0"
}

.fa-bullhorn:before {
    content: "\f0a1"
}

.fa-bell:before {
    content: "\f0f3"
}

.fa-certificate:before {
    content: "\f0a3"
}

.fa-hand-o-right:before {
    content: "\f0a4"
}

.fa-hand-o-left:before {
    content: "\f0a5"
}

.fa-hand-o-up:before {
    content: "\f0a6"
}

.fa-hand-o-down:before {
    content: "\f0a7"
}

.fa-arrow-circle-left:before {
    content: "\f0a8"
}

.fa-arrow-circle-right:before {
    content: "\f0a9"
}

.fa-arrow-circle-up:before {
    content: "\f0aa"
}

.fa-arrow-circle-down:before {
    content: "\f0ab"
}

.fa-globe:before {
    content: "\f0ac"
}

.fa-wrench:before {
    content: "\f0ad"
}

.fa-tasks:before {
    content: "\f0ae"
}

.fa-filter:before {
    content: "\f0b0"
}

.fa-briefcase:before {
    content: "\f0b1"
}

.fa-arrows-alt:before {
    content: "\f0b2"
}

.fa-group:before,
.fa-users:before {
    content: "\f0c0"
}

.fa-chain:before,
.fa-link:before {
    content: "\f0c1"
}

.fa-cloud:before {
    content: "\f0c2"
}

.fa-flask:before {
    content: "\f0c3"
}

.fa-cut:before,
.fa-scissors:before {
    content: "\f0c4"
}

.fa-copy:before,
.fa-files-o:before {
    content: "\f0c5"
}

.fa-paperclip:before {
    content: "\f0c6"
}

.fa-save:before,
.fa-floppy-o:before {
    content: "\f0c7"
}

.fa-square:before {
    content: "\f0c8"
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
    content: "\f0c9"
}

.fa-list-ul:before {
    content: "\f0ca"
}

.fa-list-ol:before {
    content: "\f0cb"
}

.fa-strikethrough:before {
    content: "\f0cc"
}

.fa-underline:before {
    content: "\f0cd"
}

.fa-table:before {
    content: "\f0ce"
}

.fa-magic:before {
    content: "\f0d0"
}

.fa-truck:before {
    content: "\f0d1"
}

.fa-pinterest:before {
    content: "\f0d2"
}

.fa-pinterest-square:before {
    content: "\f0d3"
}

.fa-google-plus-square:before {
    content: "\f0d4"
}

.fa-google-plus:before {
    content: "\f0d5"
}

.fa-money:before {
    content: "\f0d6"
}

.fa-caret-down:before {
    content: "\f0d7"
}

.fa-caret-up:before {
    content: "\f0d8"
}

.fa-caret-left:before {
    content: "\f0d9"
}

.fa-caret-right:before {
    content: "\f0da"
}

.fa-columns:before {
    content: "\f0db"
}

.fa-unsorted:before,
.fa-sort:before {
    content: "\f0dc"
}

.fa-sort-down:before,
.fa-sort-desc:before {
    content: "\f0dd"
}

.fa-sort-up:before,
.fa-sort-asc:before {
    content: "\f0de"
}

.fa-envelope:before {
    content: "\f0e0"
}

.fa-linkedin:before {
    content: "\f0e1"
}

.fa-rotate-left:before,
.fa-undo:before {
    content: "\f0e2"
}

.fa-legal:before,
.fa-gavel:before {
    content: "\f0e3"
}

.fa-dashboard:before,
.fa-tachometer:before {
    content: "\f0e4"
}

.fa-comment-o:before {
    content: "\f0e5"
}

.fa-comments-o:before {
    content: "\f0e6"
}

.fa-flash:before,
.fa-bolt:before {
    content: "\f0e7"
}

.fa-sitemap:before {
    content: "\f0e8"
}

.fa-umbrella:before {
    content: "\f0e9"
}

.fa-paste:before,
.fa-clipboard:before {
    content: "\f0ea"
}

.fa-lightbulb-o:before {
    content: "\f0eb"
}

.fa-exchange:before {
    content: "\f0ec"
}

.fa-cloud-download:before {
    content: "\f0ed"
}

.fa-cloud-upload:before {
    content: "\f0ee"
}

.fa-user-md:before {
    content: "\f0f0"
}

.fa-stethoscope:before {
    content: "\f0f1"
}

.fa-suitcase:before {
    content: "\f0f2"
}

.fa-bell-o:before {
    content: "\f0a2"
}

.fa-coffee:before {
    content: "\f0f4"
}

.fa-cutlery:before {
    content: "\f0f5"
}

.fa-file-text-o:before {
    content: "\f0f6"
}

.fa-building-o:before {
    content: "\f0f7"
}

.fa-hospital-o:before {
    content: "\f0f8"
}

.fa-ambulance:before {
    content: "\f0f9"
}

.fa-medkit:before {
    content: "\f0fa"
}

.fa-fighter-jet:before {
    content: "\f0fb"
}

.fa-beer:before {
    content: "\f0fc"
}

.fa-h-square:before {
    content: "\f0fd"
}

.fa-plus-square:before {
    content: "\f0fe"
}

.fa-angle-double-left:before {
    content: "\f100"
}

.fa-angle-double-right:before {
    content: "\f101"
}

.fa-angle-double-up:before {
    content: "\f102"
}

.fa-angle-double-down:before {
    content: "\f103"
}

.fa-angle-left:before {
    content: "\f104"
}

.fa-angle-right:before {
    content: "\f105"
}

.fa-angle-up:before {
    content: "\f106"
}

.fa-angle-down:before {
    content: "\f107"
}

.fa-desktop:before {
    content: "\f108"
}

.fa-laptop:before {
    content: "\f109"
}

.fa-tablet:before {
    content: "\f10a"
}

.fa-mobile-phone:before,
.fa-mobile:before {
    content: "\f10b"
}

.fa-circle-o:before {
    content: "\f10c"
}

.fa-quote-left:before {
    content: "\f10d"
}

.fa-quote-right:before {
    content: "\f10e"
}

.fa-spinner:before {
    content: "\f110"
}

.fa-circle:before {
    content: "\f111"
}

.fa-mail-reply:before,
.fa-reply:before {
    content: "\f112"
}

.fa-github-alt:before {
    content: "\f113"
}

.fa-folder-o:before {
    content: "\f114"
}

.fa-folder-open-o:before {
    content: "\f115"
}

.fa-smile-o:before {
    content: "\f118"
}

.fa-frown-o:before {
    content: "\f119"
}

.fa-meh-o:before {
    content: "\f11a"
}

.fa-gamepad:before {
    content: "\f11b"
}

.fa-keyboard-o:before {
    content: "\f11c"
}

.fa-flag-o:before {
    content: "\f11d"
}

.fa-flag-checkered:before {
    content: "\f11e"
}

.fa-terminal:before {
    content: "\f120"
}

.fa-code:before {
    content: "\f121"
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
    content: "\f122"
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
    content: "\f123"
}

.fa-location-arrow:before {
    content: "\f124"
}

.fa-crop:before {
    content: "\f125"
}

.fa-code-fork:before {
    content: "\f126"
}

.fa-unlink:before,
.fa-chain-broken:before {
    content: "\f127"
}

.fa-question:before {
    content: "\f128"
}

.fa-info:before {
    content: "\f129"
}

.fa-exclamation:before {
    content: "\f12a"
}

.fa-superscript:before {
    content: "\f12b"
}

.fa-subscript:before {
    content: "\f12c"
}

.fa-eraser:before {
    content: "\f12d"
}

.fa-puzzle-piece:before {
    content: "\f12e"
}

.fa-microphone:before {
    content: "\f130"
}

.fa-microphone-slash:before {
    content: "\f131"
}

.fa-shield:before {
    content: "\f132"
}

.fa-calendar-o:before {
    content: "\f133"
}

.fa-fire-extinguisher:before {
    content: "\f134"
}

.fa-rocket:before {
    content: "\f135"
}

.fa-maxcdn:before {
    content: "\f136"
}

.fa-chevron-circle-left:before {
    content: "\f137"
}

.fa-chevron-circle-right:before {
    content: "\f138"
}

.fa-chevron-circle-up:before {
    content: "\f139"
}

.fa-chevron-circle-down:before {
    content: "\f13a"
}

.fa-html5:before {
    content: "\f13b"
}

.fa-css3:before {
    content: "\f13c"
}

.fa-anchor:before {
    content: "\f13d"
}

.fa-unlock-alt:before {
    content: "\f13e"
}

.fa-bullseye:before {
    content: "\f140"
}

.fa-ellipsis-h:before {
    content: "\f141"
}

.fa-ellipsis-v:before {
    content: "\f142"
}

.fa-rss-square:before {
    content: "\f143"
}

.fa-play-circle:before {
    content: "\f144"
}

.fa-ticket:before {
    content: "\f145"
}

.fa-minus-square:before {
    content: "\f146"
}

.fa-minus-square-o:before {
    content: "\f147"
}

.fa-level-up:before {
    content: "\f148"
}

.fa-level-down:before {
    content: "\f149"
}

.fa-check-square:before {
    content: "\f14a"
}

.fa-pencil-square:before {
    content: "\f14b"
}

.fa-external-link-square:before {
    content: "\f14c"
}

.fa-share-square:before {
    content: "\f14d"
}

.fa-compass:before {
    content: "\f14e"
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
    content: "\f150"
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
    content: "\f151"
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
    content: "\f152"
}

.fa-euro:before,
.fa-eur:before {
    content: "\f153"
}

.fa-gbp:before {
    content: "\f154"
}

.fa-dollar:before,
.fa-usd:before {
    content: "\f155"
}

.fa-rupee:before,
.fa-inr:before {
    content: "\f156"
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
    content: "\f157"
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
    content: "\f158"
}

.fa-won:before,
.fa-krw:before {
    content: "\f159"
}

.fa-bitcoin:before,
.fa-btc:before {
    content: "\f15a"
}

.fa-file:before {
    content: "\f15b"
}

.fa-file-text:before {
    content: "\f15c"
}

.fa-sort-alpha-asc:before {
    content: "\f15d"
}

.fa-sort-alpha-desc:before {
    content: "\f15e"
}

.fa-sort-amount-asc:before {
    content: "\f160"
}

.fa-sort-amount-desc:before {
    content: "\f161"
}

.fa-sort-numeric-asc:before {
    content: "\f162"
}

.fa-sort-numeric-desc:before {
    content: "\f163"
}

.fa-thumbs-up:before {
    content: "\f164"
}

.fa-thumbs-down:before {
    content: "\f165"
}

.fa-youtube-square:before {
    content: "\f166"
}

.fa-youtube:before {
    content: "\f167"
}

.fa-xing:before {
    content: "\f168"
}

.fa-xing-square:before {
    content: "\f169"
}

.fa-youtube-play:before {
    content: "\f16a"
}

.fa-dropbox:before {
    content: "\f16b"
}

.fa-stack-overflow:before {
    content: "\f16c"
}

.fa-instagram:before {
    content: "\f16d"
}

.fa-flickr:before {
    content: "\f16e"
}

.fa-adn:before {
    content: "\f170"
}

.fa-bitbucket:before {
    content: "\f171"
}

.fa-bitbucket-square:before {
    content: "\f172"
}

.fa-tumblr:before {
    content: "\f173"
}

.fa-tumblr-square:before {
    content: "\f174"
}

.fa-long-arrow-down:before {
    content: "\f175"
}

.fa-long-arrow-up:before {
    content: "\f176"
}

.fa-long-arrow-left:before {
    content: "\f177"
}

.fa-long-arrow-right:before {
    content: "\f178"
}

.fa-apple:before {
    content: "\f179"
}

.fa-windows:before {
    content: "\f17a"
}

.fa-android:before {
    content: "\f17b"
}

.fa-linux:before {
    content: "\f17c"
}

.fa-dribbble:before {
    content: "\f17d"
}

.fa-skype:before {
    content: "\f17e"
}

.fa-foursquare:before {
    content: "\f180"
}

.fa-trello:before {
    content: "\f181"
}

.fa-female:before {
    content: "\f182"
}

.fa-male:before {
    content: "\f183"
}

.fa-gittip:before,
.fa-gratipay:before {
    content: "\f184"
}

.fa-sun-o:before {
    content: "\f185"
}

.fa-moon-o:before {
    content: "\f186"
}

.fa-archive:before {
    content: "\f187"
}

.fa-bug:before {
    content: "\f188"
}

.fa-vk:before {
    content: "\f189"
}

.fa-weibo:before {
    content: "\f18a"
}

.fa-renren:before {
    content: "\f18b"
}

.fa-pagelines:before {
    content: "\f18c"
}

.fa-stack-exchange:before {
    content: "\f18d"
}

.fa-arrow-circle-o-right:before {
    content: "\f18e"
}

.fa-arrow-circle-o-left:before {
    content: "\f190"
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
    content: "\f191"
}

.fa-dot-circle-o:before {
    content: "\f192"
}

.fa-wheelchair:before {
    content: "\f193"
}

.fa-vimeo-square:before {
    content: "\f194"
}

.fa-turkish-lira:before,
.fa-try:before {
    content: "\f195"
}

.fa-plus-square-o:before {
    content: "\f196"
}

.fa-space-shuttle:before {
    content: "\f197"
}

.fa-slack:before {
    content: "\f198"
}

.fa-envelope-square:before {
    content: "\f199"
}

.fa-wordpress:before {
    content: "\f19a"
}

.fa-openid:before {
    content: "\f19b"
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
    content: "\f19c"
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
    content: "\f19d"
}

.fa-yahoo:before {
    content: "\f19e"
}

.fa-google:before {
    content: "\f1a0"
}

.fa-reddit:before {
    content: "\f1a1"
}

.fa-reddit-square:before {
    content: "\f1a2"
}

.fa-stumbleupon-circle:before {
    content: "\f1a3"
}

.fa-stumbleupon:before {
    content: "\f1a4"
}

.fa-delicious:before {
    content: "\f1a5"
}

.fa-digg:before {
    content: "\f1a6"
}

.fa-pied-piper-pp:before {
    content: "\f1a7"
}

.fa-pied-piper-alt:before {
    content: "\f1a8"
}

.fa-drupal:before {
    content: "\f1a9"
}

.fa-joomla:before {
    content: "\f1aa"
}

.fa-language:before {
    content: "\f1ab"
}

.fa-fax:before {
    content: "\f1ac"
}

.fa-building:before {
    content: "\f1ad"
}

.fa-child:before {
    content: "\f1ae"
}

.fa-paw:before {
    content: "\f1b0"
}

.fa-spoon:before {
    content: "\f1b1"
}

.fa-cube:before {
    content: "\f1b2"
}

.fa-cubes:before {
    content: "\f1b3"
}

.fa-behance:before {
    content: "\f1b4"
}

.fa-behance-square:before {
    content: "\f1b5"
}

.fa-steam:before {
    content: "\f1b6"
}

.fa-steam-square:before {
    content: "\f1b7"
}

.fa-recycle:before {
    content: "\f1b8"
}

.fa-automobile:before,
.fa-car:before {
    content: "\f1b9"
}

.fa-cab:before,
.fa-taxi:before {
    content: "\f1ba"
}

.fa-tree:before {
    content: "\f1bb"
}

.fa-spotify:before {
    content: "\f1bc"
}

.fa-deviantart:before {
    content: "\f1bd"
}

.fa-soundcloud:before {
    content: "\f1be"
}

.fa-database:before {
    content: "\f1c0"
}

.fa-file-pdf-o:before {
    content: "\f1c1"
}

.fa-file-word-o:before {
    content: "\f1c2"
}

.fa-file-excel-o:before {
    content: "\f1c3"
}

.fa-file-powerpoint-o:before {
    content: "\f1c4"
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
    content: "\f1c5"
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
    content: "\f1c6"
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
    content: "\f1c7"
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
    content: "\f1c8"
}

.fa-file-code-o:before {
    content: "\f1c9"
}

.fa-vine:before {
    content: "\f1ca"
}

.fa-codepen:before {
    content: "\f1cb"
}

.fa-jsfiddle:before {
    content: "\f1cc"
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
    content: "\f1cd"
}

.fa-circle-o-notch:before {
    content: "\f1ce"
}

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
    content: "\f1d0"
}

.fa-ge:before,
.fa-empire:before {
    content: "\f1d1"
}

.fa-git-square:before {
    content: "\f1d2"
}

.fa-git:before {
    content: "\f1d3"
}

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
    content: "\f1d4"
}

.fa-tencent-weibo:before {
    content: "\f1d5"
}

.fa-qq:before {
    content: "\f1d6"
}

.fa-wechat:before,
.fa-weixin:before {
    content: "\f1d7"
}

.fa-send:before,
.fa-paper-plane:before {
    content: "\f1d8"
}

.fa-send-o:before,
.fa-paper-plane-o:before {
    content: "\f1d9"
}

.fa-history:before {
    content: "\f1da"
}

.fa-circle-thin:before {
    content: "\f1db"
}

.fa-header:before {
    content: "\f1dc"
}

.fa-paragraph:before {
    content: "\f1dd"
}

.fa-sliders:before {
    content: "\f1de"
}

.fa-share-alt:before {
    content: "\f1e0"
}

.fa-share-alt-square:before {
    content: "\f1e1"
}

.fa-bomb:before {
    content: "\f1e2"
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
    content: "\f1e3"
}

.fa-tty:before {
    content: "\f1e4"
}

.fa-binoculars:before {
    content: "\f1e5"
}

.fa-plug:before {
    content: "\f1e6"
}

.fa-slideshare:before {
    content: "\f1e7"
}

.fa-twitch:before {
    content: "\f1e8"
}

.fa-yelp:before {
    content: "\f1e9"
}

.fa-newspaper-o:before {
    content: "\f1ea"
}

.fa-wifi:before {
    content: "\f1eb"
}

.fa-calculator:before {
    content: "\f1ec"
}

.fa-paypal:before {
    content: "\f1ed"
}

.fa-google-wallet:before {
    content: "\f1ee"
}

.fa-cc-visa:before {
    content: "\f1f0"
}

.fa-cc-mastercard:before {
    content: "\f1f1"
}

.fa-cc-discover:before {
    content: "\f1f2"
}

.fa-cc-amex:before {
    content: "\f1f3"
}

.fa-cc-paypal:before {
    content: "\f1f4"
}

.fa-cc-stripe:before {
    content: "\f1f5"
}

.fa-bell-slash:before {
    content: "\f1f6"
}

.fa-bell-slash-o:before {
    content: "\f1f7"
}

.fa-trash:before {
    content: "\f1f8"
}

.fa-copyright:before {
    content: "\f1f9"
}

.fa-at:before {
    content: "\f1fa"
}

.fa-eyedropper:before {
    content: "\f1fb"
}

.fa-paint-brush:before {
    content: "\f1fc"
}

.fa-birthday-cake:before {
    content: "\f1fd"
}

.fa-area-chart:before {
    content: "\f1fe"
}

.fa-pie-chart:before {
    content: "\f200"
}

.fa-line-chart:before {
    content: "\f201"
}

.fa-lastfm:before {
    content: "\f202"
}

.fa-lastfm-square:before {
    content: "\f203"
}

.fa-toggle-off:before {
    content: "\f204"
}

.fa-toggle-on:before {
    content: "\f205"
}

.fa-bicycle:before {
    content: "\f206"
}

.fa-bus:before {
    content: "\f207"
}

.fa-ioxhost:before {
    content: "\f208"
}

.fa-angellist:before {
    content: "\f209"
}

.fa-cc:before {
    content: "\f20a"
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
    content: "\f20b"
}

.fa-meanpath:before {
    content: "\f20c"
}

.fa-buysellads:before {
    content: "\f20d"
}

.fa-connectdevelop:before {
    content: "\f20e"
}

.fa-dashcube:before {
    content: "\f210"
}

.fa-forumbee:before {
    content: "\f211"
}

.fa-leanpub:before {
    content: "\f212"
}

.fa-sellsy:before {
    content: "\f213"
}

.fa-shirtsinbulk:before {
    content: "\f214"
}

.fa-simplybuilt:before {
    content: "\f215"
}

.fa-skyatlas:before {
    content: "\f216"
}

.fa-cart-plus:before {
    content: "\f217"
}

.fa-cart-arrow-down:before {
    content: "\f218"
}

.fa-diamond:before {
    content: "\f219"
}

.fa-ship:before {
    content: "\f21a"
}

.fa-user-secret:before {
    content: "\f21b"
}

.fa-motorcycle:before {
    content: "\f21c"
}

.fa-street-view:before {
    content: "\f21d"
}

.fa-heartbeat:before {
    content: "\f21e"
}

.fa-venus:before {
    content: "\f221"
}

.fa-mars:before {
    content: "\f222"
}

.fa-mercury:before {
    content: "\f223"
}

.fa-intersex:before,
.fa-transgender:before {
    content: "\f224"
}

.fa-transgender-alt:before {
    content: "\f225"
}

.fa-venus-double:before {
    content: "\f226"
}

.fa-mars-double:before {
    content: "\f227"
}

.fa-venus-mars:before {
    content: "\f228"
}

.fa-mars-stroke:before {
    content: "\f229"
}

.fa-mars-stroke-v:before {
    content: "\f22a"
}

.fa-mars-stroke-h:before {
    content: "\f22b"
}

.fa-neuter:before {
    content: "\f22c"
}

.fa-genderless:before {
    content: "\f22d"
}

.fa-facebook-official:before {
    content: "\f230"
}

.fa-pinterest-p:before {
    content: "\f231"
}

.fa-whatsapp:before {
    content: "\f232"
}

.fa-server:before {
    content: "\f233"
}

.fa-user-plus:before {
    content: "\f234"
}

.fa-user-times:before {
    content: "\f235"
}

.fa-hotel:before,
.fa-bed:before {
    content: "\f236"
}

.fa-viacoin:before {
    content: "\f237"
}

.fa-train:before {
    content: "\f238"
}

.fa-subway:before {
    content: "\f239"
}

.fa-medium:before {
    content: "\f23a"
}

.fa-yc:before,
.fa-y-combinator:before {
    content: "\f23b"
}

.fa-optin-monster:before {
    content: "\f23c"
}

.fa-opencart:before {
    content: "\f23d"
}

.fa-expeditedssl:before {
    content: "\f23e"
}

.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
    content: "\f240"
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
    content: "\f241"
}

.fa-battery-2:before,
.fa-battery-half:before {
    content: "\f242"
}

.fa-battery-1:before,
.fa-battery-quarter:before {
    content: "\f243"
}

.fa-battery-0:before,
.fa-battery-empty:before {
    content: "\f244"
}

.fa-mouse-pointer:before {
    content: "\f245"
}

.fa-i-cursor:before {
    content: "\f246"
}

.fa-object-group:before {
    content: "\f247"
}

.fa-object-ungroup:before {
    content: "\f248"
}

.fa-sticky-note:before {
    content: "\f249"
}

.fa-sticky-note-o:before {
    content: "\f24a"
}

.fa-cc-jcb:before {
    content: "\f24b"
}

.fa-cc-diners-club:before {
    content: "\f24c"
}

.fa-clone:before {
    content: "\f24d"
}

.fa-balance-scale:before {
    content: "\f24e"
}

.fa-hourglass-o:before {
    content: "\f250"
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
    content: "\f251"
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
    content: "\f252"
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
    content: "\f253"
}

.fa-hourglass:before {
    content: "\f254"
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
    content: "\f255"
}

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
    content: "\f256"
}

.fa-hand-scissors-o:before {
    content: "\f257"
}

.fa-hand-lizard-o:before {
    content: "\f258"
}

.fa-hand-spock-o:before {
    content: "\f259"
}

.fa-hand-pointer-o:before {
    content: "\f25a"
}

.fa-hand-peace-o:before {
    content: "\f25b"
}

.fa-trademark:before {
    content: "\f25c"
}

.fa-registered:before {
    content: "\f25d"
}

.fa-creative-commons:before {
    content: "\f25e"
}

.fa-gg:before {
    content: "\f260"
}

.fa-gg-circle:before {
    content: "\f261"
}

.fa-tripadvisor:before {
    content: "\f262"
}

.fa-odnoklassniki:before {
    content: "\f263"
}

.fa-odnoklassniki-square:before {
    content: "\f264"
}

.fa-get-pocket:before {
    content: "\f265"
}

.fa-wikipedia-w:before {
    content: "\f266"
}

.fa-safari:before {
    content: "\f267"
}

.fa-chrome:before {
    content: "\f268"
}

.fa-firefox:before {
    content: "\f269"
}

.fa-opera:before {
    content: "\f26a"
}

.fa-internet-explorer:before {
    content: "\f26b"
}

.fa-tv:before,
.fa-television:before {
    content: "\f26c"
}

.fa-contao:before {
    content: "\f26d"
}

.fa-500px:before {
    content: "\f26e"
}

.fa-amazon:before {
    content: "\f270"
}

.fa-calendar-plus-o:before {
    content: "\f271"
}

.fa-calendar-minus-o:before {
    content: "\f272"
}

.fa-calendar-times-o:before {
    content: "\f273"
}

.fa-calendar-check-o:before {
    content: "\f274"
}

.fa-industry:before {
    content: "\f275"
}

.fa-map-pin:before {
    content: "\f276"
}

.fa-map-signs:before {
    content: "\f277"
}

.fa-map-o:before {
    content: "\f278"
}

.fa-map:before {
    content: "\f279"
}

.fa-commenting:before {
    content: "\f27a"
}

.fa-commenting-o:before {
    content: "\f27b"
}

.fa-houzz:before {
    content: "\f27c"
}

.fa-vimeo:before {
    content: "\f27d"
}

.fa-black-tie:before {
    content: "\f27e"
}

.fa-fonticons:before {
    content: "\f280"
}

.fa-reddit-alien:before {
    content: "\f281"
}

.fa-edge:before {
    content: "\f282"
}

.fa-credit-card-alt:before {
    content: "\f283"
}

.fa-codiepie:before {
    content: "\f284"
}

.fa-modx:before {
    content: "\f285"
}

.fa-fort-awesome:before {
    content: "\f286"
}

.fa-usb:before {
    content: "\f287"
}

.fa-product-hunt:before {
    content: "\f288"
}

.fa-mixcloud:before {
    content: "\f289"
}

.fa-scribd:before {
    content: "\f28a"
}

.fa-pause-circle:before {
    content: "\f28b"
}

.fa-pause-circle-o:before {
    content: "\f28c"
}

.fa-stop-circle:before {
    content: "\f28d"
}

.fa-stop-circle-o:before {
    content: "\f28e"
}

.fa-shopping-bag:before {
    content: "\f290"
}

.fa-shopping-basket:before {
    content: "\f291"
}

.fa-hashtag:before {
    content: "\f292"
}

.fa-bluetooth:before {
    content: "\f293"
}

.fa-bluetooth-b:before {
    content: "\f294"
}

.fa-percent:before {
    content: "\f295"
}

.fa-gitlab:before {
    content: "\f296"
}

.fa-wpbeginner:before {
    content: "\f297"
}

.fa-wpforms:before {
    content: "\f298"
}

.fa-envira:before {
    content: "\f299"
}

.fa-universal-access:before {
    content: "\f29a"
}

.fa-wheelchair-alt:before {
    content: "\f29b"
}

.fa-question-circle-o:before {
    content: "\f29c"
}

.fa-blind:before {
    content: "\f29d"
}

.fa-audio-description:before {
    content: "\f29e"
}

.fa-volume-control-phone:before {
    content: "\f2a0"
}

.fa-braille:before {
    content: "\f2a1"
}

.fa-assistive-listening-systems:before {
    content: "\f2a2"
}

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
    content: "\f2a3"
}

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
    content: "\f2a4"
}

.fa-glide:before {
    content: "\f2a5"
}

.fa-glide-g:before {
    content: "\f2a6"
}

.fa-signing:before,
.fa-sign-language:before {
    content: "\f2a7"
}

.fa-low-vision:before {
    content: "\f2a8"
}

.fa-viadeo:before {
    content: "\f2a9"
}

.fa-viadeo-square:before {
    content: "\f2aa"
}

.fa-snapchat:before {
    content: "\f2ab"
}

.fa-snapchat-ghost:before {
    content: "\f2ac"
}

.fa-snapchat-square:before {
    content: "\f2ad"
}

.fa-pied-piper:before {
    content: "\f2ae"
}

.fa-first-order:before {
    content: "\f2b0"
}

.fa-yoast:before {
    content: "\f2b1"
}

.fa-themeisle:before {
    content: "\f2b2"
}

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
    content: "\f2b3"
}

.fa-fa:before,
.fa-font-awesome:before {
    content: "\f2b4"
}

.fa-handshake-o:before {
    content: "\f2b5"
}

.fa-envelope-open:before {
    content: "\f2b6"
}

.fa-envelope-open-o:before {
    content: "\f2b7"
}

.fa-linode:before {
    content: "\f2b8"
}

.fa-address-book:before {
    content: "\f2b9"
}

.fa-address-book-o:before {
    content: "\f2ba"
}

.fa-vcard:before,
.fa-address-card:before {
    content: "\f2bb"
}

.fa-vcard-o:before,
.fa-address-card-o:before {
    content: "\f2bc"
}

.fa-user-circle:before {
    content: "\f2bd"
}

.fa-user-circle-o:before {
    content: "\f2be"
}

.fa-user-o:before {
    content: "\f2c0"
}

.fa-id-badge:before {
    content: "\f2c1"
}

.fa-drivers-license:before,
.fa-id-card:before {
    content: "\f2c2"
}

.fa-drivers-license-o:before,
.fa-id-card-o:before {
    content: "\f2c3"
}

.fa-quora:before {
    content: "\f2c4"
}

.fa-free-code-camp:before {
    content: "\f2c5"
}

.fa-telegram:before {
    content: "\f2c6"
}

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
    content: "\f2c7"
}

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
    content: "\f2c8"
}

.fa-thermometer-2:before,
.fa-thermometer-half:before {
    content: "\f2c9"
}

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
    content: "\f2ca"
}

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
    content: "\f2cb"
}

.fa-shower:before {
    content: "\f2cc"
}

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
    content: "\f2cd"
}

.fa-podcast:before {
    content: "\f2ce"
}

.fa-window-maximize:before {
    content: "\f2d0"
}

.fa-window-minimize:before {
    content: "\f2d1"
}

.fa-window-restore:before {
    content: "\f2d2"
}

.fa-times-rectangle:before,
.fa-window-close:before {
    content: "\f2d3"
}

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
    content: "\f2d4"
}

.fa-bandcamp:before {
    content: "\f2d5"
}

.fa-grav:before {
    content: "\f2d6"
}

.fa-etsy:before {
    content: "\f2d7"
}

.fa-imdb:before {
    content: "\f2d8"
}

.fa-ravelry:before {
    content: "\f2d9"
}

.fa-eercast:before {
    content: "\f2da"
}

.fa-microchip:before {
    content: "\f2db"
}

.fa-snowflake-o:before {
    content: "\f2dc"
}

.fa-superpowers:before {
    content: "\f2dd"
}

.fa-wpexplorer:before {
    content: "\f2de"
}

.fa-meetup:before {
    content: "\f2e0"
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto
}

.sao-custom-slider {
    display: none;
    float: left;
    width: 100%
}

.sao-slider-periveiw {
    width: 100%;
    display: inline-block
}

.sao-slider-item {
    float: left;
    width: 100%;
    display: inline-block;
    position: relative!important;
    overflow: hidden
}

.sao-slider-item .sao-thumb {
    position: absolute;
    height: 100%;
    width: 100%
}

.sao-slider-post {
    float: left;
    width: 100%;
    height: 100%;
    position: relative;
    display: inline-block;
    overflow: hidden
}

.sao-slider-details {
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 1;
    pointer-events: none;
    overflow: hidden;
    max-width: 1200px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    ms-transform: translateX(-50%)
}

.sao-slider-perveiw * {
    box-sizing: border-box
}

.sao-slider-details .sao-element-draggable {
    pointer-events: all
}

.sao_element_sao_slider .lSSlideOuter {
    padding: 0!important
}

.sao-custom-slider.sao-50px .sao-slider-item {
    height: 50px
}

.sao-custom-slider.sao-100px .sao-slider-item {
    height: 100px
}

.sao-custom-slider.sao-150px .sao-slider-item {
    height: 150px
}

.sao-custom-slider.sao-200px .sao-slider-item {
    height: 200px
}

.sao-custom-slider.sao-300px .sao-slider-item {
    height: 300px
}

.sao-custom-slider.sao-400px .sao-slider-item {
    height: 400px
}

.sao-custom-slider.sao-500px .sao-slider-item {
    height: 500px
}

.sao-custom-slider.sao-600px .sao-slider-item {
    height: 600px
}

.sao-custom-slider.sao-700px .sao-slider-item {
    height: 700px
}

.sao-custom-slider.sao-800px .sao-slider-item {
    height: 800px
}

.sao-custom-slider.sao-900px .sao-slider-item {
    height: 900px
}

.sao-custom-slider.sao-1000px .sao-slider-item {
    height: 1000px
}

@media (max-width: 1199px) and (min-width: 992px) {
    .sao-custom-slider.sao-desktop-50px .sao-slider-item {
        height: 50px
    }
    .sao-custom-slider.sao-desktop-150px .sao-slider-item {
        height: 100px;
        height: 150px
    }
    .sao-custom-slider.sao-desktop-300px .sao-slider-item {
        height: 300px
    }
    .sao-custom-slider.sao-desktop-400px .sao-slider-item {
        height: 400px
    }
    .sao-custom-slider.sao-desktop-500px .sao-slider-item {
        height: 500px
    }
    .sao-custom-slider.sao-desktop-600px .sao-slider-item {
        height: 600px
    }
    .sao-custom-slider.sao-desktop-700px .sao-slider-item {
        height: 700px
    }
    .sao-custom-slider.sao-desktop-800px .sao-slider-item {
        height: 800px
    }
    .sao-custom-slider.sao-desktop-900px .sao-slider-item {
        height: 900px
    }
    .sao-custom-slider.sao-desktop-1000px .sao-slider-item {
        height: 1000px
    }
}

@media (max-width: 991px) and (min-width: 768px) {
    .sao-custom-slider.sao-tablet-50px .sao-slider-item {
        height: 50px
    }
    .sao-custom-slider.sao-tablet-100px .sao-slider-item {
        height: 100px
    }
    .sao-custom-slider.sao-tablet-150px .sao-slider-item {
        height: 150px
    }
    .sao-custom-slider.sao-tablet-200px .sao-slider-item {
        height: 200px
    }
    .sao-custom-slider.sao-tablet-300px .sao-slider-item {
        height: 300px
    }
    .sao-custom-slider.sao-tablet-400px .sao-slider-item {
        height: 400px
    }
    .sao-custom-slider.sao-tablet-500px .sao-slider-item {
        height: 500px
    }
    .sao-custom-slider.sao-tablet-600px .sao-slider-item {
        height: 600px
    }
    .sao-custom-slider.sao-tablet-700px .sao-slider-item {
        height: 700px
    }
    .sao-custom-slider.sao-tablet-800px .sao-slider-item {
        height: 800px
    }
    .sao-custom-slider.sao-tablet-900px .sao-slider-item {
        height: 900px
    }
    .sao-custom-slider.sao-tablet-1000px .sao-slider-item {
        height: 1000px
    }
}

@media (max-width: 767px) and (min-width: 501px) {
    .sao-custom-slider.sao-phablet-50px .sao-slider-item {
        height: 50px
    }
    .sao-custom-slider.sao-phablet-100px .sao-slider-item {
        height: 100px
    }
    .sao-custom-slider.sao-phablet-150px .sao-slider-item {
        height: 150px
    }
    .sao-custom-slider.sao-phablet-200px .sao-slider-item {
        height: 200px
    }
    .sao-custom-slider.sao-phablet-300px .sao-slider-item {
        height: 300px
    }
    .sao-custom-slider.sao-phablet-400px .sao-slider-item {
        height: 400px
    }
    .sao-custom-slider.sao-phablet-500px .sao-slider-item {
        height: 500px
    }
    .sao-custom-slider.sao-phablet-600px .sao-slider-item {
        height: 600px
    }
    .sao-custom-slider.sao-phablet-700px .sao-slider-item {
        height: 700px
    }
    .sao-custom-slider.sao-phablet-800px .sao-slider-item {
        height: 800px
    }
    .sao-custom-slider.sao-phablet-900px .sao-slider-item {
        height: 900px
    }
    .sao-custom-slider.sao-phablet-1000px .sao-slider-item {
        height: 1000px
    }
}

@media (max-width: 500px) {
    .sao-custom-slider.sao-phone-50px .sao-slider-item {
        height: 50px
    }
    .sao-custom-slider.sao-phone-100px .sao-slider-item {
        height: 100px
    }
    .sao-custom-slider.sao-phone-150px .sao-slider-item {
        height: 150px
    }
    .sao-custom-slider.sao-phone-200px .sao-slider-item {
        height: 200px
    }
    .sao-custom-slider.sao-phone-300px .sao-slider-item {
        height: 300px
    }
    .sao-custom-slider.sao-phone-400px .sao-slider-item {
        height: 400px
    }
    .sao-custom-slider.sao-phone-500px .sao-slider-item {
        height: 500px
    }
    .sao-custom-slider.sao-phone-600px .sao-slider-item {
        height: 600px
    }
    .sao-custom-slider.sao-phone-700px .sao-slider-item {
        height: 700px
    }
    .sao-custom-slider.sao-phone-800px .sao-slider-item {
        height: 800px
    }
    .sao-custom-slider.sao-phone-900px .sao-slider-item {
        height: 900px
    }
    .sao-custom-slider.sao-phone-1000px .sao-slider-item {
        height: 1000px
    }
}

.sao-slider-element-item {
    position: absolute
}

.sao-slider-background-color {
    position: absolute;
    width: 100%;
    z-index: 1;
    left: 0;
    height: 100%
}

.sao-slider-item {
    float: left;
    overflow: hidden;
    position: relative
}

.sao-slider-details-warp {
    top: 50%!important;
    left: 50%!important;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    float: left;
    position: relative
}

.sao-background-transform.sao-slider-item .sao-post-thumbnail {
    -webkit-transition: all 10000ms ease 0;
    -moz-transition: all 10000ms ease 0;
    -ms-transition: all 10000ms ease 0;
    -o-transition: all 10000ms ease 0;
    transition: all 10000ms ease 0;
    float: left;
    position: relative;
    width: 100%;
    height: 100%;
    -ms-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1)
}

.sao-background-transform.sao-slider-item.active .sao-post-thumbnail {
    -ms-transform: scale(1.2, 1.2);
    -webkit-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2)
}

.sao-slider-text i,
.sao_element_slider_button .sao-button-warp .sao-button i {
    vertical-align: middle;
    font-family: 'FontAwesome';
    margin-right: .2em;
    font-style: inherit
}

.sao-slider-text {
    float: left
}

.sao-slider-text a {
    display: inherit
}

.sao-slider-details .sao_alignment_center {
    width: 100%
}

.sao_element_slider_button .sao-button-warp .sao-button {
    line-height: 1em
}

.sao-slider-text,
.sao_element_slider_button .sao-button-warp .sao-button {
    font-style: normal
}

.sao-slider-text i:before,
.sao_element_slider_button .sao-button-warp .sao-button i:before {
    font-family: 'FontAwesome'
}

.sao_element_slider_icon .sao-icon i {
    line-height: 1em!important
}

.sao-has-link {
    pointer-events: all
}

.sao-pager-bottom .sao-page-list .lSPager {
    bottom: 20px;
    top: auto
}

.rtl .sao-custom-slider,
.rtl .sao-slider-post,
.rtl .sao-background-transform.sao-slider-item .sao-post-thumbnail,
.rtl .sao-slider-text {
    float: right
}

.rd-share-post {
    float: left;
    text-align: center;
    margin: 0
}

.rd-share-post li {
    list-style: none;
    height: 30px;
    float: left;
    display: inline-block;
    margin: 0 5px 5px 0;
    border-radius: 0;
    overflow: hidden
}

.rd-share-post li:hover {
    opacity: .75
}

.rd-share-post li a {
    float: left;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 700!important
}

.rd-share-post .rd-share-social {
    color: #FFF;
    float: left;
    padding: 0 15px;
    height: 25px;
    font-weight: 700;
    line-height: 25px
}

.rd-share-post .rd-facebook {
    background: #435b8d none repeat scroll 0 0
}

.rd-share-post .rd-google {
    background: #e14b19 none repeat scroll 0 0
}

.rd-share-post .rd-twitter {
    background: #4da3cc none repeat scroll 0 0
}

.rd-share-post .rd-linkedin {
    background: #007bb6 none repeat scroll 0 0
}

.rd-share-post .rd-telegram {
    background: #2da5e1 none repeat scroll 0 0
}

.rd-share-post .rd-whatsapp {
    background: #02d301 none repeat scroll 0 0
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
excerpt,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block
}

blockquote,
q {
    quotes: none
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

html {
    margin-top: 0!important
}

a {
    text-decoration: none;
    color: #323334
}

a:hover {
    text-decoration: none
}

hr {
    opacity: .2
}

#submit {
    opacity: 1;
    color: #fff!important;
    border: medium none;
    padding: 4px 7px
}

h1,
h2,
h3,
h4,
h5,
h6 {
    line-height: 1.35em
}

pre {
    white-space: pre-wrap;
    white-space: -moz-pre-wrap;
    white-space: -pre-wrap;
    white-space: -o-pre-wrap;
    word-wrap: break-word;
    background: rgba(150, 150, 150, .05);
    padding: 20px;
    opacity: .8;
    margin-bottom: 20px
}

sub {
    bottom: -.25em
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

dl {
    padding: 0 20px
}

p {
    margin-bottom: 20px
}

body {
    background: #fff;
    direction: ltr;
    font-family: 'Rubik', arial, sans-serif;
    line-height: 1.7em;
    color: #666
}

body * {
    box-sizing: border-box
}

body.rd-background-image {
    background-image: none
}

.rd-background {
    position: fixed;
    z-index: -2;
    width: 100%;
    min-height: 100.1%
}

.rd-background img {
    min-width: 100.1%;
    min-height: 100.1%;
    position: absolute;
    float: left;
    width: auto;
    height: auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    font-size: 0;
    -ms-transform: translate(-50%, -50%)
}

.rd-header-background {
    position: absolute;
    z-index: -2;
    overflow: hidden;
    width: 100%;
    height: 100.1%
}

.rd-header-background img {
    min-width: 100.1%;
    min-height: auto;
    min-height: 100%;
    position: absolute;
    float: left;
    width: 100%;
    height: auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    font-size: 0;
    -ms-transform: translate(-50%, -50%)
}

input {
    font-weight: 400;
    border: 0 none;
    font-family: inherit;
    font-size: 14px;
    padding: 0 10px;
    background: transparent;
    line-height: 40px;
    border-radius: 5px;
    border: solid 1px rgba(118, 128, 138, 0.15);
    background: rgba(118, 128, 138, 0.05)
}

body input:hover {
    box-shadow: 0 0 0 1px rgba(118, 128, 138, 0.3) inset
}

textarea {
    padding: 10px;
    border-radius: 5px;
    background: rgba(118, 128, 138, 0.05);
    font-family: inherit;
    border: solid 1px rgba(118, 128, 138, 0.15)
}

select {
    padding: 0 10px;
    line-height: 40px;
    font-size: 14px;
    height: 40px;
    background: rgba(118, 128, 138, 0.05);
    background: transparent;
    border: solid 1px rgba(118, 128, 138, 0.15);
    font-family: inherit;
    color: inherit
}

br {
    margin-bottom: 1px
}

.rd-wrapper {
    float: left;
    text-align: left;
    width: 100%
}

header {
    z-index: 2;
    float: left;
    width: 100%;
    box-shadow: none;
    position: relative
}

.rd-all-header {
    margin-bottom: 0
}

.rd-header,
.rd-masthead,
.rd-navplus {
    border-left: 0;
    border-radius: 0;
    z-index: 1;
    float: left;
    margin: auto;
    width: 100%
}

.rd-masthead-warp,
.rd-header-warp,
.rd-navplus-warp {
    float: left;
    width: 100%;
    background-color: #fff;
    color: #000;
    box-shadow: 0 -1px 0 0 rgba(118, 128, 138, 0.1) inset
}

div.rd-header-warp-item:last-child {
    box-shadow: none
}

.rd-header-middle,
.rd-masthead-middle,
.rd-navplus-middle {
    margin: auto;
    width: 1200px;
    position: relative
}

.rd-header-full-width .rd-header-middle,
.rd-header-full-width .rd-masthead-middle,
.rd-header-full-width .rd-navplus-middle {
    width: 100%!important
}

.rd-navplus-center .rd-navplus,
.rd-masthead-center .rd-masthead {
    text-align: center
}

.rd-header-warp {
    min-height: 180px
}

.rd-navplus-warp {
    min-height: 38px
}

.rd-masthead-warp {
    box-shadow: 0 -5px 0 0 rgba(0, 0, 0, 0.1) inset, 0 -1px 0 0 rgba(118, 128, 138, 0.1) inset!important
}

.rd-masthead-warp.rd-sticky-enable {
    box-shadow: 0 -5px 0 0 rgba(0, 0, 0, 0.1) inset, 0 -1px 0 0 rgba(118, 128, 138, 0.1) inset!important
}

.rd-masthead li a,
.rd-masthead li,
.rd-masthead a {
    color: #000;
    text-align: center;
}

.none-masthead {
    display: inline
}

.rd-sticky-warp {
    display: none
}

.rd-sticky-enable.rd-sticky-warp {
    position: fixed;
    width: 100%;
    display: inline-block;
    top: 0;
    right: 0;
    z-index: 9;
    opacity: .95
}

.rd-header-background {
    position: absolute;
    z-index: -2;
    overflow: hidden;
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100.1%
}

@media (max-width: 1399px) and (min-width: 991px) {
    .rd-none-header,
    .none-masthead {
        display: flow-root
    }
}

@media (min-width: 991px) {
    body #rd-wrapper .rd-all-header.rd-header-glass {
        z-index: 9
    }
    .rd-all-header.rd-header-glass .rd-header-background {
        display: none!important
    }
    body #rd-wrapper .rd-all-header.rd-header-glass .rd-masthead-warp,
    body #rd-wrapper .rd-all-header.rd-header-glass .rd-header-warp,
    body #rd-wrapper .rd-all-header.rd-header-glass .rd-navplus-warp {
        background: none!important
    }
}

@media (max-width: 991px) {
    .rd-header,
    .rd-navplus,
    .rd-masthead {
        margin: 0!important;
        width: 100%!important;
        padding: 0!important
    }
    .rd-header-warp,
    .rd-header {
        height: auto!important;
        min-height: inherit!important
    }
    .rd-header {
        padding: 10px!important
    }
    .rd-header-warp,
    .rd-navplus-warp,
    .rd-masthead-warp {
        height: auto
    }
    .rd-sticky-enable {
        top: 0!important
    }
    .none-masthead {
        box-shadow: 0 1px 0 0 rgba(118, 128, 138, 0.2) inset;
        width: 100%;
        float: left
    }
    .rd-navplus,
    .rd-masthead {
        height: auto!important
    }
    .rd-navplus-warp {
        display: none!important
    }
    .rd-nav-active {
        z-index: 1111111111
    }
    .rd-masthead,
    .rd-navplus {
        margin: 0!important;
        position: relative;
        width: 100%!important;
        padding: 0!important
    }
    .rd-navplus-warp,
    .rd-masthead-warp {
        height: auto
    }
    .none-masthead {
        box-shadow: 0 -1px 0 0 rgba(118, 128, 138, 0.2) inset;
        width: 100%;
        left: 0;
        display: inline-block;
        top: 0;
        bottom: 0
    }
    .rd-none-header {
        transform: translate(-50%, 0%);
        float: left;
        display: inline-block;
        text-align: center;
        left: 50%;
        position: relative;
        -webkit-transform: translate(-50%, 00%);
        -moz-transform: translate(-50%, 00%);
        -o-transform: translate(-50%, 00%);
        -ms-transform: translate(-50%, 0%);
        width: 100%;
        padding: 0 10px
    }
    .rd-sticky-enable .none-masthead {
        float: right;
        display: inline-block;
        width: auto!important
    }
}

@media (max-width: 600px) {
    .rd-sticky-enable {
        margin-top: 0!important
    }
}

@media (min-width: 1300px) and (max-width: 1399px) {
    body #rd-wrapper .none-masthead,
    body #rd-wrapper .rd-none-header {
        padding: 0 5px
    }
    body #rd-wrapper .rd-navplus {
        padding: 0 7px
    }
}

@media (min-width: 1200px) and (max-width: 1300px) {
    body #rd-wrapper .none-masthead,
    body #rd-wrapper .rd-none-header {
        padding: 0 7px
    }
    body #rd-wrapper .rd-navplus {
        padding: 0 10px
    }
}

@media (min-width: 1100px) and (max-width: 1200px) {
    body #rd-wrapper .none-masthead,
    body #rd-wrapper .rd-none-header {
        padding: 0 10px
    }
    body #rd-wrapper .rd-navplus {
        padding: 0 12px
    }
}

@media (min-width: 991px) and (max-width: 1100px) {
    body #rd-wrapper .none-masthead,
    body #rd-wrapper .rd-none-header {
        padding: 0 12px
    }
    body #rd-wrapper .rd-navplus {
        padding: 0 13px
    }
}

.rd-toolbar {
    display: none!important
}

@media (max-width: 991px) {
    .rd-toolbar {
        position: fixed;
        width: 100%;
        width: 100%;
        display: none;
        background: rgba(0, 5, 10, .7);
        height: 100%;
        left: 0;
        top: 0;
        overflow: scroll;
        z-index: 99999999
    }
    .rd-toolbar.rd-toolbar-active {
        display: inline-block!important
    }
    .rd-toolbar-middle {
        display: grid;
        left: -100%;
        width: 500px;
        height: 100%;
        position: absolute;
        grid-template-columns: auto 60px
    }
    .rd-toolbar-background {
        position: fixed;
        z-index: -2;
        overflow: hidden;
        width: 100%;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        height: 100.1%
    }
    .rd-toolbar-close {
        width: 60px;
        background: rgba(32, 40, 47, 0.85);
        height: 60px;
        overflow: hidden;
        position: relative;
        cursor: pointer;
        top: 20px;
        box-shadow: 0 0 15px rgba(0, 8, 15, 0.5);
        border-radius: 0 10px 10px 0
    }
    .rd-toolbar-close:before {
        content: "\f335";
        font-family: dashicons;
        width: 100%;
        height: 60px;
        line-height: 60px;
        font-size: 40px;
        color: #fff;
        text-align: center;
        display: inline-block
    }
    .rd-toolbar-warp {
        height: 100%;
        float: left;
        width: 100%;
        box-shadow: 0 0 15px #00080f;
        position: relative
    }
    .rd-toolbar.rd-dropdown-light .rd-toolbar-warp::before {
        background: #fff!important
    }
    .rd-toolbar.rd-dropdown-dark .rd-toolbar-warp::before {
        background: #121315!important
    }
    .rd-toolbar-warp::before {
        content: "";
        width: 100%;
        background: rgba(02, 10, 17, 0.85);
        z-index: -1;
        position: absolute;
        height: 100%;
        left: 0;
        top: 0
    }
    .rd-toolbar.rd-toolbar-active .rd-toolbar-warp {
        transform: scaleX(1);
        -webkit-transform: scaleX(1);
        -moz-transform: scaleX(1);
        -o-transform: scaleX(1);
        -ms-transform: scaleX(1)
    }
    .rd-toolbar-container {
        overflow-y: scroll;
        height: 100%
    }
}

@media (max-width: 499px) {
    .rd-toolbar-middle {
        width: 100%
    }
}

.rd-logo {
    float: left;
    line-height: 0;
    height: 90px;
    margin-right: 20px;
    margin-left: 20px;
    display: inline-block;
    position: relative
}

.rd-masthead .rd-logo {
    z-index: 1
}

.rd-logo-right {
    float: right;
    margin-left: 20px;
    margin-right: 20px
}

.rd-logo-image .rd-logo-warp {
    margin: 0!important
}

.rd-logo-image a {
    line-height: 0
}

.rd-logo-center {
    float: left;
    width: 100%;
    margin-left: 0;
    margin-right: 0
}

.rd-logo-center .rd-logo-warp {
    transform: translate(-50%, -50%);
    top: 50%;
    float: left;
    left: 50%;
    margin-top: 0;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%)
}

.rd-logo-warp {
    position: relative;
    transform: translate(0, -50%);
    top: 50%;
    margin-top: 0;
    background: none!important;
    padding: 0!important;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%)
}

.rd-logo a {
    font-size: 0;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    display: block
}

.rd-logo-center a.rd-logo-title,
.rd-logo-center a.rd-logo-description {
    text-align: center
}

a.rd-logo-title {
    font-size: 30px;
    text-align: left;
    line-height: 1em;
    display: block;
    color: #000
}

a.rd-logo-description {
    font-size: 13px;
    line-height: 1.42em;
    text-align: left;
    display: block;
    color: #000
}

.rd-logo a:hover {
    opacity: .75
}

.rd-logo-position-header .rd-logo {
    display: none!important
}

body .rd-sticky-enable .rd-logo {
    display: inline-block!important
}

.rd-sticky-enable .rd-logo.rd-logo-image .rd-logo-warp {
    height: 100%!important;
    transform: none!important;
    -webkit-transform: none!important;
    top: 0!important;
    width: auto!important;
    -moz-transform: none!important;
    -o-transform: none!important;
    -ms-transform: none!important
}

.rd-sticky-enable .rd-logo.rd-logo-image .rd-logo-warp a {
    height: 100%;
    position: relative
}

.rd-sticky-enable .rd-logo.rd-logo-image .rd-logo-warp img {
    max-height: 100%;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    top: 50%;
    position: relative;
    width: auto!important
}

.rd-sticky-enable .rd-logo.rd-logo-description .rd-logo-description {
    display: none
}

.rd-sticky-enable .rd-logo-title {
    font-size: 1em!important
}

body .rd-sticky-enable .rd-logo-title {
    text-align: left!important
}

.rd-sticky-enable .rd-logo-type-image .rd-logo-warp,
.rd-sticky-enable .rd-logo-type-image .rd-logo-warp a {
    height: 100%;
    width: auto!important
}

.rd-sticky-enable .rd-logo-type-image .rd-logo-warp img {
    max-height: 100%;
    height: auto!important;
    width: auto!important
}

@media (max-width: 991px) {
    .rd-toolbar .rd-logo {
        padding: 20px!important;
        display: inline-block;
        position: relative;
        width: 100%!important;
        height: auto!important;
        float: left
    }
    .rd-toolbar .rd-logo-warp {
        margin: auto;
        vertical-align: middle;
        display: inline-block;
        transform: none!important;
        top: 0!important;
        margin-top: 0;
        transform: none!important;
        -webkit-transform: none!important;
        -moz-transform: none!important;
        -o-transform: none!important;
        -ms-transform: none!important;
        text-align: center!important;
        margin: auto!important;
        float: none!important;
        display: block!important;
        width: auto!important
    }
    .rd-logo-warp {
        margin: auto;
        vertical-align: middle;
        display: inline-block;
        transform: none!important;
        top: 0!important;
        margin-top: 0;
        transform: none!important;
        -webkit-transform: none!important;
        -moz-transform: none!important;
        -o-transform: none!important;
        -ms-transform: none!important;
        width: 100%!important
    }
    .rd-sticky-enable .rd-logo {
        margin-right: 20px!important;
        margin-left: 20px!important;
        display: inline-block;
        position: relative;
        width: auto!important;
        float: left
    }
    .rd-header .rd-logo {
        height: auto!important;
        padding: 10px;
        min-height: inherit!important
    }
    .rd-logo {
        width: 100%!important;
        padding: 0;
        left: 0!important;
        margin: 0!important
    }
    a.rd-logo-title {
        text-align: center!important
    }
    a.rd-logo-description {
        text-align: center!important
    }
    a.rd-logo-title,
    a.rd-logo-description {
        text-align: center!important;
        float: none;
        width: auto!important
    }
}

@media (max-width: 499px) {
    .rd-sticky-enable .rd-logo.rd-logo-image {
        width: 50%!important
    }
    .rd-sticky-enable .rd-logo.rd-logo-image img {
        max-width: 100%!important;
        max-height: 70px!important;
        width: auto!important;
        height: auto!important
    }
    .rd-logo-position-header.rd-sticky-enable .rd-logo-title {
        font-size: .7em!important
    }
}

.rd-masthead .rd-login {
    float: right;
    height: 90px;
    line-height: 90px
}

.rd-navplus .rd-login {
    float: right;
    height: 38px;
    line-height: 38px
}

.rd-header .rd-login {
    float: right;
    line-height: 50px;
    position: relative
}

.rd-header .rd-singout,
.rd-header .rd-singin {
    height: 50px;
    top: 50%;
    transform: translate(0%, -50%);
    -webkit-transform: translate(0%, -50%);
    -moz-transform: translate(0%, -50%);
    -o-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    position: relative
}

.rd-masthead .rd-login-left,
.rd-navplus .rd-login-left {
    float: left
}

.rd-login-left {
    float: left
}

.rd-login-right {
    float: right
}

.body-loginform-position-navplus .rd-masthead .rd-login,
.body-loginform-position-header .rd-masthead .rd-login {
    display: none
}

.rd-login .rd-user {
    border-bottom: none!important;
    overflow: hidden;
    position: relative;
    text-align: left;
    display: block;
    list-style: none;
    border-radius: 5px;
    padding: 0 20px
}

.rd-login .rd-singout .rd-user {
    cursor: pointer
}

.rd-masthead .rd-user,
.rd-navplus .rd-user {
    border-radius: 0!important
}

.rd-user-text {
    float: left;
    margin: 0
}

.rd-header .rd-user-text {
    list-style: none
}

.rd-header .rd-user-text span {
    line-height: 25px;
    float: none;
    display: block
}

.rd-user i::before {
    font-size: 1.5em;
    font-family: "Flaticon";
    height: 100%;
    float: left;
    margin-right: 5px;
    content: "\f100";
    font-style: normal
}

.rd-header .rd-user i::before {
    font-size: 2.5em;
    margin-right: 10px
}

.rd-user-welcome {
    opacity: .6
}

.rd-singout {
    float: right;
    position: relative
}

.rd-sing-hover.rd-singout {
    z-index: 333333
}

.rd-singout ul {
    margin-left: 0!important;
    margin-bottom: 0;
    list-style: none;
    margin-right: 0!important
}

.rd-singin-out {
    width: 100%;
    height: 100%;
    position: absolute;
    cursor: pointer
}

.rd-masthead .rd-user-welcome,
.rd-navplus .rd-user-welcome {
    display: none
}

.rd-masthead .rd-sing-hover li {
    z-index: 333333
}

.rd-masthead .rd-sing-hover .rd-user *,
.rd-masthead .rd-sing-hover .rd-user :before,
.rd-navplus .rd-sing-hover .rd-user *,
.rd-navplus .rd-sing-hover .rd-user :before,
.rd-masthead .rd-singin:hover .rd-user *,
.rd-masthead .rd-singin:hover .rd-user :before,
.rd-navplus .rd-singin:hover .rd-user *,
.rd-navplus .rd-singin:hover .rd-user :before {
    color: #fff!important
}

.rd-wrapper .rd-singin-warp .rd-input,
.rd-wrapper .rd-singin-warp li a {
    color: #000!important
}

.rd-singout-warp {
    height: auto!important;
    box-shadow: 0 0 15px 0 rgba(118, 128, 138, 0.2)!important;
    position: absolute;
    display: none;
    border-radius: 5px;
    width: 220px!important;
    background: #fff;
    right: 0;
    z-index: 9
}

.rd-login-left .rd-singout-warp {
    right: auto;
    left: 0
}

.rd-singout-warp .rd-user-name {
    display: none
}

.rd-singout-warp li {
    list-style: none;
    font-size: 14px;
    width: 100%;
    float: left;
    border-bottom: solid 1px rgba(118, 128, 138, 0.2)!important;
    line-height: 40px
}

.rd-singout-warp li:last-child {
    border-bottom: none!important
}

.rd-singout-warp li a {
    font-size: 14px;
    padding: 5px 15px;
    border-radius: 0;
    width: 100%;
    text-align: left;
    float: left
}

.rd-header .rd-user {
    font-weight: 400;
    font-size: 17px
}

.rd-masthead .rd-user {
    font-weight: 400;
    font-size: 15px
}

.rd-navplus .rd-user {
    font-weight: 400;
    font-size: 13px
}

.rd-singin-ul {
    margin: 0
}

header .rd-singout-warp {
    height: auto!important;
    position: absolute;
    display: inline-block!important;
    width: 220px!important;
    background: #fff;
    right: 0;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    overflow: hidden;
    -ms-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    transition: all 300ms linear;
    -webkit-transform: rotateX(-90deg);
    -moz-transform: rotateX(-90deg);
    -ms-transform: rotateX(-90deg);
    -o-transform: rotateX(-90deg);
    transform: rotateX(-90deg);
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    transform-origin: 0 0;
    z-index: 9
}

header .rd-sing-hover .rd-singout-warp {
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    transition: all 300ms linear;
    -webkit-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    -ms-transform: rotateX(0deg);
    -o-transform: rotateX(0deg);
    transform: rotateX(0deg)
}

.rd-dropdown-light .rd-login .rd-singout-warp,
.rd-dropdown-light .rd-login.rd-singout-active {
    background: #fff!important
}

.rd-dropdown-light .rd-login .rd-singout-warp a,
.rd-dropdown-light .rd-singout-active .rd-user-icon::before,
.rd-dropdown-light .rd-login .rd-singout-warp .rd-user-name {
    color: #121314!important
}

.rd-dropdown-light .rd-login .rd-singout-warp {
    border-top: none!important
}

.rd-dropdown-dark .rd-login .rd-singout-warp,
.rd-dropdown-dark .rd-login.rd-singout-active {
    background: #121518!important
}

.rd-dropdown-dark .rd-login .rd-singout-warp a,
.rd-dropdown-dark .rd-singout-active .rd-user-icon::before,
.rd-dropdown-dark .rd-login .rd-singout-warp .rd-user-name {
    color: #fff!important
}

.rd-dropdown-dark .rd-login .rd-singout-warp {
    border-top: none!important
}

body #rd-wrapper .rd-sticky-enable .rd-login {
    display: inline-block!important
}

@media (min-width: 1300px) and (max-width: 1400px) {
    body #rd-wrapper .rd-masthead .rd-user,
    body #rd-wrapper .rd-header .rd-user {
        padding: 0 15px!important;
        font-size: 14px!important
    }
    body #rd-wrapper .rd-navplus .rd-user {
        padding: 0 13px!important;
        font-size: 13px!important
    }
}

@media (min-width: 1200px) and (max-width: 1300px) {
    body #rd-wrapper .rd-masthead .rd-user,
    body #rd-wrapper .rd-header .rd-user {
        padding: 0 13px!important;
        font-size: 13px!important
    }
    body #rd-wrapper .rd-navplus .rd-user {
        padding: 0 10px!important;
        font-size: 12px!important
    }
}

@media (min-width: 1100px) and (max-width: 1200px) {
    body #rd-wrapper .rd-masthead .rd-user,
    body #rd-wrapper .rd-header .rd-user {
        padding: 0 10px!important;
        font-size: 12px!important
    }
    body #rd-wrapper .rd-navplus .rd-user {
        font-size: 11px!important;
        padding: 0 8px!important
    }
    body #rd-wrapper .rd-user-text {
        display: none!important
    }
    body #rd-wrapper .rd-user-icon::before {
        margin-right: 0!important
    }
}

@media (min-width: 991px) and (max-width: 1100px) {
    body #rd-wrapper .rd-header .rd-login,
    body #rd-wrapper .rd-masthead .rd-user,
    body #rd-wrapper .rd-header .rd-user {
        padding: 0 8px!important;
        font-size: 12px!important
    }
    body #rd-wrapper .rd-navplus .rd-user {
        padding: 0 7px!important;
        font-size: 11px!important
    }
    body #rd-wrapper .rd-user-text {
        display: none!important
    }
    body #rd-wrapper .rd-user-icon::before {
        margin-right: 0!important
    }
}

@media (max-width:991px) {
    .body-loginform-position-navplus .rd-navplus .rd-login,
    .body-loginform-position-header .rd-header .rd-login {
        display: none!important
    }
    .body-loginform-position-navplus .rd-masthead .rd-login,
    .body-loginform-position-header .rd-masthead .rd-login {
        display: inline-block!important
    }
    #rd-wrapper .rd-singout-active {
        position: fixed!important;
        height: 100%!important;
        width: 100%!important;
        left: 0!important;
        margin: 0!important;
        top: 0!important;
        padding: 0!important;
        z-index: 11111111;
        overflow-y: scroll;
        background: #fff
    }
    .rd-body-login-active {
        overflow-y: hidden!important
    }
    .rd-body-login-active .wpadminbar {
        z-index: 0
    }
    .rd-body-login-active .rd-sing-active .rd-none-header {
        float: none!important;
        position: fixed!important;
        margin: 0!important;
        top: 0!important;
        width: 100%!important;
        height: 100%!important;
        transform: translate(0%, 0%)!important;
        -webkit-transform: translate(0%, 0%)!important;
        -moz-transform: translate(0%, 0%)!important;
        -o-transform: translate(0%, 0%)!important;
        -ms-transform: translate(0%, 0%)!important;
        left: 0!important;
        z-index: 11111111111
    }
    .rd-singout-warp li {
        float: left;
        border-bottom: none!important;
        box-shadow: 0 -1px 0 0 rgba(118, 128, 138, 0.2)!important
    }
    .rd-singout-warp li a {
        padding: 5px 0!important
    }
    .rd-singout-warp li a:hover {
        opacity: .75
    }
    .rd-singin-middle {
        margin: 0;
        top: 0;
        opacity: 1;
        width: 100%;
        z-index: 2
    }
    header .rd-login {
        float: none!important;
        vertical-align: top;
        display: inline-block
    }
    .rd-header .rd-login {
        top: 0!important;
        padding: 10px 0;
        height: inherit!important
    }
    .rd-singout-active {
        padding: 20px!important
    }
    .rd-singout-active .rd-singout {
        height: auto!important;
        float: left;
        width: 100%;
        top: 0
    }
    .rd-singout,
    .rd-singin {
        transform: translate(0%, 0%)!important;
        -webkit-transform: translate(0%, 0%)!important;
        -moz-transform: translate(0%, 0%)!important;
        -o-transform: translate(0%, 0%)!important;
        -ms-transform: translate(0%, 0%)!important
    }
    body header .rd-singout-warp {
        display: none!important;
        width: 100%!important;
        box-shadow: 0 -1px 0 0 rgba(118, 128, 138, 0.2) inset
    }
    .rd-singout-active .rd-user {
        height: 80px;
        background: none!important;
        border: none!important;
        box-shadow: none!important;
        cursor: inherit;
        padding: 0!important;
        text-shadow: none!important
    }
    .rd-singout-active:hover .rd-user {
        text-shadow: none!important
    }
    .rd-singout-active .rd-user-icon {
        float: left;
        width: 100%;
        height: 80px;
        cursor: pointer
    }
    .rd-singout-active .rd-user-icon:before {
        width: 100%!important;
        text-align: center;
        content: "\f335";
        font-family: dashicons!important;
        height: 80px!important;
        line-height: 80px;
        font-size: 50px!important;
        font-weight: 400!important
    }
    .rd-singout-active .rd-user-text {
        display: none!important
    }
    .rd-singout-active .rd-singout-warp {
        display: block!important;
        z-index: 111111
    }
    .rd-singout-active .rd-singin-warp {
        display: block!important;
        z-index: 111111
    }
    .rd-singout-active .rd-user-name {
        display: inline-block;
        height: 50px;
        width: 100%;
        font-size: 20px;
        line-height: 50px;
        text-align: center
    }
    .rd-singout-active .rd-user-name::before {
        font-family: dashicons;
        font-size: 1.5em;
        vertical-align: top;
        margin-right: 5px;
        content: "\f110";
        font-style: normal
    }
    .rd-header-warp.rd-sing-active {
        z-index: 11111111
    }
    .rd-toolbar .rd-singout-warp {
        width: 100%!important;
        height: 100%!important;
        opacity: 1!important;
        position: relative!important;
        display: inline-block!important
    }
    .rd-toolbar .rd-user-icon {
        display: none!important
    }
    .rd-toolbar #rd-wrapper .rd-singout-active {
        position: relative!important;
        height: 100%!important;
        display: inline-block!important;
        width: 100%!important;
        left: 0!important;
        margin: 0!important;
        top: 0!important;
        padding: 0!important;
        z-index: 11111111
    }
    .rd-toolbar .rd-singout-active.rd-login-singin {
        display: none!important
    }
    .rd-singout-active .rd-user {
        display: none!important;
        height: 80px;
        background: none!important;
        border: none!important;
        box-shadow: none!important;
        cursor: inherit;
        padding: 0!important;
        text-shadow: none!important
    }
    .rd-singout-active:hover .rd-user {
        text-shadow: none!important
    }
    .rd-singout-active .rd-user-icon {
        float: left;
        width: 100%;
        height: 80px;
        cursor: pointer
    }
    .rd-singout-active .rd-user-icon:before {
        width: 100%!important;
        text-align: center;
        content: "\f335";
        font-family: dashicons!important;
        height: 80px!important;
        line-height: 80px;
        font-size: 50px!important;
        font-weight: 400!important
    }
    .rd-singout-active .rd-user-text {
        display: none!important
    }
    .rd-singout-active .rd-singout-warp {
        display: block!important;
        z-index: 111111
    }
    .rd-singout-active .rd-singin-warp {
        display: block!important;
        z-index: 111111
    }
    .rd-singout-active .rd-user-name {
        display: inline-block;
        height: 50px;
        margin-bottom: 4px;
        width: 100%;
        font-size: 20px;
        line-height: 50px;
        text-align: center
    }
    .rd-singout-active .rd-user-name::before {
        font-family: dashicons;
        font-size: 1.5em;
        vertical-align: top;
        margin-right: 5px;
        content: "\f110";
        font-style: normal
    }
    .rd-sing-active {
        z-index: 11111111!important
    }
    .rd-sing-active .rd-masthead-middle {
        z-index: 111111
    }
}

@media (max-width: 767px) {
    .rd-user span {
        display: none
    }
    .rd-user i::before {
        margin-right: 0
    }
}

@media (max-width: 499px) {
    header .rd-user {
        padding: 0 10px!important
    }
}

.rd-masthead .rd-wishlist {
    float: right;
    height: 90px;
    line-height: 90px
}

.rd-navplus .rd-wishlist {
    float: right;
    height: 38px;
    line-height: 38px
}

.rd-header .rd-wishlist {
    float: right;
    line-height: 50px;
    position: relative
}

.rd-header .rd-wish-warp {
    height: 50px;
    top: 50%;
    position: relative;
    transform: translate(0%, -50%);
    -webkit-transform: translate(0%, -50%);
    -moz-transform: translate(0%, -50%);
    -o-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%)
}

.rd-masthead .rd-wishlist-left,
.rd-navplus .rd-wishlist-left {
    float: left
}

.rd-wishlist .rd-wish {
    border-bottom: none!important;
    overflow: hidden;
    position: relative;
    text-align: left;
    display: block;
    list-style: none;
    padding: 0 20px;
    cursor: pointer
}

.rd-wish::before {
    height: 100%;
    float: left;
    margin-right: 5px;
    font-style: normal;
    font-size: 1.5em;
    font-family: flaticon;
    height: 100%;
    float: left;
    margin-right: 5px;
    content: "\f113";
    font-style: normal
}

.rd-header .rd-wish::before {
    font-size: 2.5em
}

.rd-header .rd-wish {
    font-weight: 400;
    font-size: 17px;
    border-radius: 5px
}

.body-wish-position-navplus .rd-masthead .rd-wishlist,
.body-wish-position-header .rd-masthead .rd-wishlist {
    display: none!important
}

.rd-masthead .rd-wish {
    font-weight: 400;
    font-size: 15px
}

.rd-navplus .rd-wish {
    font-weight: 400;
    font-size: 15px
}

.rd-wish-warp ul {
    margin: 0
}

@media (min-width: 1300px) and (max-width: 1400px) {
    body #rd-wrapper .rd-masthead .rd-wish,
    body #rd-wrapper .rd-header .rd-wish {
        padding: 0 15px!important;
        font-size: 14px!important
    }
    body #rd-wrapper .rd-navplus .rd-wish {
        padding: 0 13px!important;
        font-size: 13px!important
    }
}

@media (min-width: 1200px) and (max-width: 1300px) {
    body #rd-wrapper .rd-masthead .rd-wish,
    body #rd-wrapper .rd-header .rd-wish {
        padding: 0 13px!important;
        font-size: 13px!important
    }
    body #rd-wrapper .rd-navplus .rd-wish {
        padding: 0 10px!important;
        font-size: 12px!important
    }
}

@media (min-width: 1100px) and (max-width: 1200px) {
    body #rd-wrapper .rd-masthead .rd-wish,
    body #rd-wrapper .rd-header .rd-wish {
        padding: 0 10px!important;
        font-size: 12px!important
    }
    body #rd-wrapper .rd-navplus .rd-wish {
        font-size: 11px!important;
        padding: 0 8px!important
    }
}

@media (min-width: 991px) and (max-width: 1100px) {
    body #rd-wrapper .rd-masthead .rd-wish,
    body #rd-wrapper .rd-header .rd-wish {
        padding: 0 8px!important;
        font-size: 12px!important
    }
    body #rd-wrapper .rd-navplus .rd-wish {
        padding: 0 7px!important;
        font-size: 11px!important
    }
    body #rd-wrapper .rd-wish span {
        display: none
    }
    body #rd-wrapper .rd-wish::before {
        margin-right: 0!important
    }
}

@media (max-width:991px) {
    .body-wish-position-header .rd-header .rd-wishlist {
        display: none!important
    }
    .body-wish-position-header .rd-masthead .rd-wishlist,
    .body-wish-position-navplus .rd-masthead .rd-wishlist {
        display: inline-block!important
    }
    .rd-wish-warp {
        position: inherit!important
    }
    .rd-header .rd-wishlist {
        top: 0!important;
        padding: 10px 0;
        height: inherit!important
    }
    .rd-header .rd-wish-warp {
        transform: translate(0%, 0%)!important;
        -webkit-transform: translate(0%, 0%)!important;
        -moz-transform: translate(0%, 0%)!important;
        -o-transform: translate(0%, 0%)!important;
        -ms-transform: translate(0%, 0%)!important
    }
    .rd-navplus-center .rd-wishlist,
    .rd-masthead-center .rd-wishlist,
    .rd-header-center .rd-wishlist {
        float: none!important;
        display: inline-block;
        vertical-align: top
    }
    .rd-wishlist {
        margin: 0!important
    }
}

@media (max-width:767px) {
    header .rd-wishlist span {
        display: none!important
    }
    header .rd-wishlist .rd-wish::before {
        margin-right: 0
    }
}

@media (max-width:499px) {
    .rd-wishlist .rd-wish {
        padding: 0 10px!important
    }
}

.rd-navplus .rd-search.rd-search-left,
.rd-masthead .rd-search.rd-search-left {
    float: left
}

.rd-navplus .rd-search.rd-search-right,
.rd-masthead .rd-search.rd-search-right {
    float: right
}

.body-search-position-navplus .rd-masthead .rd-search {
    display: none
}

.rd-navplus .rd-search {
    float: right;
    position: relative;
    height: 38px;
    line-height: 38px
}

.rd-masthead .rd-search {
    height: 90px;
    line-height: 90px;
    float: right;
    position: relative
}

.rd-header .rd-search {
    float: left;
    position: relative;
    height: 100%;
    width: 600px;
    padding: 0 20px
}

.rd-header .rd-search.rd-search-right,
.rd-navplus .rd-search.rd-search-right,
.rd-masthead .rd-search.rd-search-right {
    float: right
}

.rd-search-icon,
.rd-search-icon-mobile {
    cursor: pointer;
    position: relative;
    float: right;
    text-align: center;
    height: 100%;
    width: 100%;
    padding: 0 20px
}

.rd-search-icon-mobile {
    display: none
}

body #rd-wrapper header .rd-search a.rd-search-icon:hover::before,
body #rd-wrapper header .rd-search a.rd-search-icon-mobile:hover::before {
    color: #fff!important
}

.rd-search.rd-search-active a.rd-search-icon::before {
    content: "\f335"
}

body .rd-sticky-enable .rd-search {
    display: inline-block!important
}

.rd-search.rd-search-active a.rd-search-icon:hover::before {
    color: #fff!important
}

header .rd-search a.rd-search-icon::before {
    color: #000;
    content: "\f179";
    font-size: 1.5em;
    font-family: dashicons;
    height: 100%;
    font-style: normal
}

header .rd-search-sub {
    margin-top: 90px;
    padding: 20px;
    box-shadow: 0 0 15px 0 rgba(118, 128, 138, 0.3);
    width: 350px!important;
    border-radius: 5px;
    position: absolute;
    background: #fff;
    z-index: 8888888;
    right: 0;
    display: none
}

.rd-search-sub .rd-search-button {
    width: 80px;
    font-size: 12px
}

.rd-search-sub .rd-searchform {
    grid-template-columns: auto 80px
}

header .rd-search.rd-search-left .rd-search-sub {
    right: auto;
    left: 0
}

header .rd-navplus .rd-search-sub {
    margin-top: 38px;
    padding: 20px
}

.rd-searchform {
    float: left;
    height: 50px;
    box-shadow: 0 0 0 1px rgba(108, 128, 148, 0.15);
    position: relative;
    border-radius: 5px;
    overflow: hidden;
    grid-template-columns: auto 120px;
    display: grid;
    width: 100%
}

.rd-searchform:hover {
    box-shadow: 0 0 0 1px rgba(118, 128, 138, 0.3)
}

.rd-header .rd-searchform {
    height: 50px;
    width: 100%;
    display: grid;
    top: 50%;
    border-radius: 5px;
    overflow: hidden;
    background: #fff;
    transform: translate(0%, -50%);
    -webkit-transform: translate(0%, -50%);
    -moz-transform: translate(0%, -50%);
    -o-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    grid-template-columns: 180px auto 120px;
    display: grid;
    width: 100%
}

.rd-header .rd-searchform select {
    float: right;
    height: 100%;
    box-shadow: none;
    width: 100%;
    border-radius: 0;
    display: inline-block;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    border-width: 0 1px 0 0;
    border-color: rgba(108, 128, 148, .1);
    padding: 0 10px;
    opacity: .75
}

.rd-header .rd-searchform .rd-search-text:hover {
    background: rgba(118, 128, 138, 0.2)
}

.rd-searchform select {
    display: none
}

.rd-header .rd-searchform select {
    margin: 0;
    display: inline-block;
    background-image: url(../img/select.png);
    background-repeat: no-repeat;
    background-color: rgba(108, 128, 148, 0.1);
    background-position: right 10px center
}

.rd-header .rd-searchform select:hover {
    opacity: 1
}

.rd-search-button:hover {
    background: #000!important
}

.rd-search-button {
    box-shadow: none!important;
    cursor: pointer;
    float: right;
    color: #fff;
    background: none;
    border-radius: 0;
    border: none;
    height: 100%;
    border: 0;
    width: 100%
}

.rd-header .rd-search-button {
    width: 100%
}

.rd-header .rd-searchform select {
    font-size: 17px
}

.rd-header .rd-searchform input {
    font-size: 17px;
    border-radius: 0!important
}

.rd-header .rd-search-icon {
    font-size: 17px
}

.rd-masthead .rd-search-icon {
    font-size: 15px
}

.rd-navplus .rd-search-icon {
    font-size: 13px
}

#rd-wrapper .rd-search-button {
    color: #fff!important
}

.rd-404 .rd-search-text {
    box-shadow: 0 0 0 1px #76808a33!important
}

.rd-search-text {
    box-shadow: none!important;
    position: relative;
    width: 100%;
    height: 100%;
    float: left;
    border: none
}

body #rd-wrapper .rd-header .rd-search-text {
    width: 100%
}

.rd-searchform i.rd-search-icon {
    padding: 0!important;
    pointer-events: none;
    position: absolute;
    height: 50px;
    right: 0;
    line-height: 50px;
    width: 50px;
    padding: 0 5px;
    text-align: center
}

.rd-header .rd-searchform i.rd-search-icon {
    height: 50px;
    line-height: 50px;
    width: 50px
}

.rd-searchform i.rd-search-icon::before {
    content: "\f179";
    font-family: dashicons;
    font-style: normal;
    font-size: 1.5em
}

.rd-masthead .rd-searchform i.rd-search-icon::before,
.rd-navplus .rd-searchform i.rd-search-icon::before {
    font-size: 26px
}

.rd-searchform i.rd-search-icon::before {
    color: #fff!important
}

.rd-dropdown-light .rd-search-sub,
.rd-dropdown-light.rd-header-warp .rd-search-text,
.rd-dropdown-light.rd-header-warp .rd-searchform,
.rd-dropdown-light .rd-search-active .rd-searchform {
    background: #fff!important
}

.rd-dropdown-light .rd-header .rd-searchform select:hover {
    background-color: #fff
}

.rd-dropdown-light .rd-search-text.rd-input,
.rd-dropdown-light .rd-searchform select,
.rd-dropdown-light .rd-search-active .rd-search-icon i::before,
header .rd-dropdown-light .rd-search-active a.rd-search-icon i::before {
    color: #121518!important
}

.rd-dropdown-dark .rd-search-sub,
.rd-dropdown-dark.rd-header-warp .rd-search-text,
.rd-dropdown-dark.rd-header-warp .rd-searchform,
.rd-dropdown-dark .rd-search-active .rd-searchform {
    background: #121518!important
}

.rd-dropdown-dark .rd-header .rd-searchform select:hover {
    background-color: #121518
}

.rd-dropdown-dark .rd-search-text.rd-input,
.rd-dropdown-dark .rd-searchform select,
.rd-dropdown-dark .rd-search-active .rd-search-icon i::before,
header .rd-dropdown-dark .rd-search-active a.rd-search-icon i::before {
    color: #fff!important
}

@media (min-width:1900px) {
    .rd-header .rd-search {
        width: 900px
    }
}

@media (min-width: 1800px) and (max-width: 1899px) {
    .rd-header .rd-search {
        width: 850px
    }
}

@media (min-width: 1700px) and (max-width: 1799px) {
    .rd-header .rd-search {
        width: 750px
    }
}

@media (min-width: 1600px) and (max-width: 1699px) {
    .rd-header .rd-search {
        width: 650px
    }
}

@media (min-width: 1500px) and (max-width: 1599px) {
    .rd-header .rd-search {
        width: 575px
    }
}

@media (min-width: 1400px) and (max-width: 1499px) {
    .rd-header .rd-search {
        width: 550px
    }
    .rd-header .rd-searchform {
        grid-template-columns: 150px auto 120px
    }
}

@media (min-width: 1300px) and (max-width: 1399px) {
    .rd-header .rd-search {
        width: 500px
    }
    .rd-header .rd-searchform {
        grid-template-columns: 160px auto 100px
    }
}

@media (min-width: 1200px) and (max-width: 1299px) {
    .rd-header .rd-search {
        width: 430px
    }
    .rd-header .rd-searchform {
        grid-template-columns: 150px auto 100px
    }
}

@media (min-width: 1100px) and (max-width: 1199px) {
    .rd-header .rd-search {
        width: 500px
    }
    .rd-header .rd-searchform {
        grid-template-columns: 140px auto 120px
    }
}

@media (min-width: 991px) and (max-width: 1099px) {
    .rd-header .rd-search {
        width: 400px
    }
    .rd-header .rd-searchform {
        grid-template-columns: 140px auto 100px;
        display: grid
    }
    .rd-header .rd-searchform select {
        width: 130px
    }
    a.rd-search-icon {
        padding: 0 12px
    }
}

@media (min-width: 1300px) and (max-width: 1400px) {
    body #rd-wrapper .rd-header .rd-search,
    body #rd-wrapper .rd-masthead a.rd-search-icon {
        padding: 0 15px!important
    }
    body #rd-wrapper .rd-header .rd-search-text,
    body #rd-wrapper .rd-header .rd-searchform select,
    body #rd-wrapper .rd-header .rd-searchform .rd-search-button body #rd-wrapper .rd-masthead .rd-search-icon {
        font-size: 14px!important
    }
    body #rd-wrapper .rd-navplus a.rd-search-icon {
        padding: 0 13px!important;
        font-size: 13px!important
    }
}

@media (min-width: 1200px) and (max-width: 1300px) {
    body #rd-wrapper .rd-header .rd-search,
    body #rd-wrapper .rd-masthead a.rd-search-icon {
        padding: 0 13px!important
    }
    body #rd-wrapper .rd-header .rd-search-text,
    body #rd-wrapper .rd-header .rd-searchform select,
    body #rd-wrapper .rd-header .rd-searchform .rd-search-button body #rd-wrapper .rd-masthead .rd-search-icon {
        font-size: 13px!important
    }
    body #rd-wrapper .rd-navplus a.rd-search-icon {
        padding: 0 10px!important;
        font-size: 12px!important
    }
}

@media (min-width: 1100px) and (max-width: 1200px) {
    body #rd-wrapper .rd-header .rd-search,
    body #rd-wrapper .rd-masthead a.rd-search-icon {
        padding: 0 10px!important
    }
    body #rd-wrapper .rd-header .rd-search-text,
    body #rd-wrapper .rd-header .rd-searchform select,
    body #rd-wrapper .rd-header .rd-searchform .rd-search-button body #rd-wrapper .rd-masthead .rd-search-icon {
        font-size: 12px!important
    }
    body #rd-wrapper .rd-navplus a.rd-search-icon {
        padding: 0 8px!important;
        font-size: 11px!important
    }
}

@media (min-width: 991px) and (max-width: 1100px) {
    body #rd-wrapper .rd-header .rd-search,
    body #rd-wrapper .rd-masthead a.rd-search-icon {
        padding: 0 8px!important
    }
    body #rd-wrapper .rd-header .rd-search-text,
    body #rd-wrapper .rd-header .rd-searchform select,
    body #rd-wrapper .rd-header .rd-searchform .rd-search-button body #rd-wrapper .rd-masthead .rd-search-icon {
        font-size: 12px!important
    }
    body #rd-wrapper .rd-navplus a.rd-search-icon {
        padding: 0 7px!important;
        font-size: 11px!important
    }
}

@media (max-width:991px) {
    .body-search-position-navplus header .rd-navplus .rd-search {
        display: none
    }
    .body-search-position-navplus header .rd-masthead .rd-search {
        display: inline-block
    }
    header .rd-search a.rd-search-icon-mobile::before {
        color: #000;
        content: "\f179";
        font-size: 1.5em;
        font-family: dashicons;
        height: 100%;
        font-style: normal
    }
    body #rd-wrapper .rd-masthead .rd-search {
        float: none!important;
        vertical-align: top
    }
    .rd-header .rd-search {
        height: auto!important;
        margin: 0!important;
        padding: 10px;
        width: 100%
    }
    .rd-header .rd-searchform {
        top: 0;
        width: 100%!important;
        transform: translate(0%, 0%);
        -webkit-transform: translate(0%, 0%);
        -moz-transform: translate(0%, 0%);
        -o-transform: translate(0%, 0%);
        -ms-transform: translate(0%, 0%);
        display: grid;
        grid-template-columns: 180px auto 120px;
        display: grid
    }
    header .rd-masthead a.rd-search-icon {
        display: none!important
    }
    header .rd-masthead .rd-search-icon-mobile {
        display: inline-block!important
    }
    .rd-header .rd-searchform select {
        width: 100%;
        float: left
    }
    .rd-header .rd-search-text {
        width: 100%
    }
    .rd-toolbar .rd-searchform {
        overflow: hidden;
        box-shadow: 0 0 0 2px rgba(118, 128, 138, 0.3)
    }
    .rd-toolbar .rd-search-sub {
        padding: 20px;
        float: left;
        width: 100%;
        display: inline-block!important
    }
    .rd-toolbar a.rd-search-icon,
    .rd-toolbar a.rd-search-icon-mobile {
        display: none!important
    }
}

@media (max-width: 767px) {
    .rd-header .rd-search {
        height: auto!important;
        width: 100%!important
    }
    .rd-header .rd-search select {
        width: 100%;
        font-size: 12px
    }
    .rd-header .rd-searchform {
        grid-template-columns: 160px auto 100px
    }
}

@media (max-width: 499px) {
    .rd-header .rd-search select {
        width: 100%;
        font-size: 0!important
    }
    header .rd-search-icon-mobile {
        padding: 0 10px!important
    }
    .rd-header .rd-searchform {
        grid-template-columns: 40px auto 100px
    }
}

.rd-addcart {
    float: right;
    position: relative;
    line-height: 1!important
}

.body-cart-position-navplus .rd-masthead .rd-addcart,
.body-cart-position-header .rd-masthead .rd-addcart {
    display: none
}

.rd-addcart-left {
    float: left
}

.rd-addcart-yourcart {
    display: none;
    opacity: .6
}

.rd-header .rd-addcart-yourcart {
    overflow: hidden
}

.rd-addcart-icon-warp {
    float: left;
    position: relative
}

.rd-header .rd-addcart-icon .woocommerce-Price-amount {
    display: block;
    overflow: hidden;
    float: none!important;
    line-height: 50px
}

.rd-header .rd-addcart .rd-addcart-content {
    height: 50px;
    top: 50%;
    transform: translate(0%, -50%);
    -webkit-transform: translate(0%, -50%);
    -moz-transform: translate(0%, -50%);
    -o-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%)
}

.rd-addcart .rd-addcart-icon {
    float: left;
    padding: 0 20px
}

.rd-header .rd-addcart-icon {
    border-radius: 5px
}

.rd-header .rd-addcart .rd-addcart-icon::before {
    margin-right: 10px
}

.rd-addcart .rd-addcart-icon::before {
    color: #000;
    content: "\f129";
    font-size: 1.5em;
    font-family: 'Flaticon';
    height: 100%;
    margin-right: 5px;
    float: left;
    font-style: normal
}

.rd-addcart-yourcart {
    display: none
}

.rd-header .rd-addcart .rd-addcart-icon::before {
    font-size: 2.5em
}

.rd-header .rd-addcart .rd-addcart-warp {
    top: 50px
}

.rd-addcart .rd-addcart-content {
    float: right;
    z-index: 1;
    position: relative
}

.rd-addcart .rd-product-list-warp {
    width: 100%!important;
    margin: 0!important
}

.rd-addcart .rd-addcart-warp {
    width: 350px;
    position: absolute;
    border-radius: 0;
    height: auto!important;
    overflow: hidden;
    z-index: 1;
    line-height: 1.5em;
    background: #fff;
    display: inline-block!important;
    box-shadow: 0 0 15px 0 rgba(118, 128, 138, 0.3);
    border-radius: 5px
}

header .rd-addcart-warp {
    position: absolute;
    right: 0;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    transition: all 300ms linear;
    -webkit-transform: rotateX(-90deg);
    -moz-transform: rotateX(-90deg);
    -ms-transform: rotateX(-90deg);
    -o-transform: rotateX(-90deg);
    transform: rotateX(-90deg);
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    transform-origin: 0 0;
    padding: 20px;
    border-radius: 0
}

header .rd-cart-hover .rd-addcart-warp {
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    transition: all 300ms linear;
    -webkit-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    -ms-transform: rotateX(0deg);
    -o-transform: rotateX(0deg);
    transform: rotateX(0deg)
}

.rd-addcart-right .rd-addcart-warp {
    right: 0;
    left: auto
}

.rd-addcart .rd-addcart-count {
    background: #000;
    color: #fff;
    border-radius: 50%;
    width: 20px;
    color: #fff!important;
    color: #fff!important;
    height: 20px;
    line-height: 20px;
    position: absolute;
    text-align: center;
    position: absolute;
    text-align: center;
    top: 0;
    font-size: 12px;
    left: 10px
}

.rd-cart-active {
    z-index: 111111
}

.rd-addcart.rd-cart-hover {
    z-index: 111111
}

.rd-addcart .rd-addcart-icon a {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    float: left
}

.rd-addcart .widget_shopping_cart_content ul {
    margin-left: 0;
    margin-bottom: 0
}

.rd-addcart .rd-addcart-warp .rd-list-warp .rd-post-list {
    background: none!important
}

.rd-addcart ul.product_list_widget {
    float: left;
    width: 100%;
    margin-top: 0!important
}

header .rd-addcart .rd-addcart-icon {
    line-height: 50px;
    cursor: pointer
}

.rd-header .rd-addcart .rd-addcart-icon a {
    font-size: 17px
}

.rd-masthead .rd-addcart .rd-addcart-icon a {
    font-size: 15px
}

.rd-navplus .rd-addcart .rd-addcart-icon a {
    font-size: 13px
}

.rd-addcart .rd-addcart-icon i::before {
    float: left;
    margin-right: 5px
}

.rd-navplus .rd-addcart-icon i::before {
    font-size: 1.5em
}

.rd-addcart .rd-addcart-icon .woocommerce-Price-amount {
    float: left
}

.rd-addcart .rd-addcart-icon {
    list-style: none;
    float: left
}

.woocommerce-mini-cart-item.rd-post-item.rd_column_1_1.mini_cart_item {
    border-width: 0 0 1px;
    border-style: solid;
    border-color: rgba(118, 128, 138, 0.15)
}

.rd-addcart .woocommerce-mini-cart__total {
    margin-top: 1em;
    text-align: center;
    float: left;
    margin-bottom: .75em;
    width: 100%
}

.rd-addcart .woocommerce-mini-cart__total .amount {
    font-weight: 700!important
}

.rd-addcart .widget_shopping_cart_content .buttons {
    float: left;
    width: 100%;
    text-transform: uppercase;
    margin-top: 10px;
    margin-bottom: 20px
}

.rd-addcart .rd-addcart-warp a.button {
    text-transform: uppercase!important
}

.rd-addcart .widget_shopping_cart_content .buttons a:first-child {
    margin-right: 15px
}

.rd-addcart ul.cart_list li,
.rd-addcart ul.product_list_widget li {
    padding: 20px!important;
    margin: 0;
    list-style: none;
    border-bottom: solid 1px rgba(118, 128, 138, .2)!important;
    float: left;
    width: 100%;
    text-align: left
}

.rd-addcart .woocommerce-mini-cart__empty-message {
    text-align: center;
    width: 100%;
    padding: 20px;
    margin: 0
}

body .rd-addcart .rd-addcart-warp .rd-post-item .remove_from_cart_button {
    float: left;
    color: #FF0004!important
}

body .rd-addcart .rd-addcart-warp .rd-post-item .remove_from_cart_button:hover {
    float: left;
    opacity: .7;
    background: none!important
}

.rd-dropdown-light .rd-addcart-warp {
    background: #fff
}

.rd-dropdown-light .rd-addcart .rd-addcart-warp a,
.rd-dropdown-light .rd-addcart.rd-cart-active .rd-addcart-icon:before,
.rd-dropdown-light .rd-addcart .rd-addcart-warp strong,
.rd-toolbar.rd-dropdown-light .rd-addcart-yourcart {
    color: #10181f!important
}

.rd-dropdown-light .rd-addcart-warp span,
.rd-dropdown-light .rd-addcart-warp p,
.rd-dropdown-light .rd-addcart-warp span {
    color: #40484f!important
}

.rd-dropdown-dark .rd-addcart-warp {
    background: #20282f
}

.rd-dropdown-dark .rd-addcart .rd-addcart-warp a,
.rd-dropdown-dark .rd-addcart.rd-cart-active .rd-addcart-icon:before,
.rd-dropdown-dark .rd-addcart .rd-addcart-warp strong,
.rd-toolbar.rd-dropdown-dark .rd-addcart-yourcart {
    color: #fff!important
}

.rd-dropdown-dark .rd-addcart-warp span,
.rd-dropdown-dark .rd-addcart-warp p,
.rd-dropdown-dark .rd-addcart-warp span {
    color: #ddd!important
}

.rd-addcart .remove_from_cart_button {
    top: 50%;
    position: relative;
    left: 0;
    transform: translate(0%, -50%);
    -webkit-transform: translate(0%, -50%);
    -moz-transform: translate(0%, -50%);
    -o-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%)
}

.rd-addcart .rd-post-item {
    display: inline-grid;
    grid-template-columns: 34px auto
}

.rd-addcart .rd-details {
    text-align: left
}

.rd-addcart .rd-addcart-warp a {
    text-transform: none!important;
    font-weight: 700!important
}

.rd-addcart .rd-post-item .rd-post-container {
    padding: 15px 0!important
}

.rd-addcart .rd-post-module-1 .rd-post-container:hover {
    box-shadow: none!important
}

.rd-addcart .woocommerce-mini-cart-item:hover {
    background: rgba(118, 128, 138, 0.05)!important
}

@media (min-width: 1300px) and (max-width: 1400px) {
    body #rd-wrapper .rd-masthead .rd-addcart-icon,
    body #rd-wrapper .rd-header .rd-addcart-icon {
        padding: 0 15px!important;
        font-size: 14px!important
    }
    body #rd-wrapper .rd-navplus .rd-addcart-icon {
        padding: 0 13px!important;
        font-size: 13px!important
    }
}

@media (min-width: 1200px) and (max-width: 1300px) {
    body #rd-wrapper .rd-masthead .rd-addcart-icon,
    body #rd-wrapper .rd-header .rd-addcart-icon {
        padding: 0 13px!important;
        font-size: 13px!important
    }
    body #rd-wrapper .rd-navplus .rd-addcart-icon {
        padding: 0 10px!important;
        font-size: 12px!important
    }
}

@media (min-width: 1100px) and (max-width: 1200px) {
    body #rd-wrapper .rd-masthead .rd-addcart-icon,
    body #rd-wrapper .rd-header .rd-addcart-icon {
        padding: 0 10px!important;
        font-size: 12px!important
    }
    body #rd-wrapper .rd-navplus .rd-addcart-icon {
        font-size: 11px!important;
        padding: 0 8px!important
    }
    body #rd-wrapper .rd-addcart-icon-warp {
        display: none
    }
    .rd-addcart .rd-addcart-icon::before {
        margin-right: 0!important
    }
}

@media (min-width: 991px) and (max-width: 1100px) {
    body #rd-wrapper .rd-masthead .rd-addcart-icon,
    body #rd-wrapper .rd-header .rd-addcart-icon {
        padding: 0 8px!important;
        font-size: 12px!important
    }
    body #rd-wrapper .rd-navplus .rd-addcart-icon {
        padding: 0 7px!important;
        font-size: 11px!important;
        padding: 0 7px!important;
        font-size: 11px!important
    }
    .rd-addcart .rd-addcart-icon::before {
        margin-right: 0!important
    }
    body #rd-wrapper .rd-addcart-icon-warp {
        display: none
    }
}

header .rd-masthead .rd-cart-hover .rd-addcart-icon span,
header .rd-masthead .rd-cart-hover .rd-addcart-icon:before,
header .rd-navplus .rd-cart-hover .rd-addcart-icon span,
header .rd-navplus .rd-cart-hover .rd-addcart-icon:before {
    color: #fff!important
}

@media (max-width:991px) {
    .rd-header .rd-addcart {
        height: auto!important;
        float: none;
        display: inline-block;
        vertical-align: top;
        padding: 10px 0!important
    }
    .body-cart-position-header .rd-header .rd-addcart,
    .body-cart-position-navplus .rd-navplus .rd-addcart {
        display: none!important
    }
    .body-cart-position-header .rd-masthead .rd-addcart,
    .body-cart-position-navplus .rd-masthead .rd-addcart {
        display: inline-block!important
    }
    .rd-addcart-content {
        top: 0!important;
        left: 0!important;
        float: right;
        height: auto;
        width: 100%;
        transform: translate(0%, 0%)!important;
        -webkit-transform: translate(0%, 0%)!important;
        -moz-transform: translate(0%, 0%)!important;
        -o-transform: translate(0%, 0%)!important;
        -ms-transform: translate(0%, 0%)!important
    }
    .rd-toolbar .rd-addcart {
        width: 100%;
        padding: 20px!important
    }
    .rd-addcart-active {
        z-index: 11111111;
        position: relative
    }
    body #rd-wrapper header .rd-addcart-warp {
        display: none!important
    }
    .rd-toolbar .rd-addcart-icon-warp {
        width: 100%;
        text-align: center
    }
    .rd-toolbar .rd-addcart-warp {
        width: 100%!important;
        position: relative;
        box-shadow: none!important
    }
    .rd-toolbar .rd-addcart-icon {
        width: 100%;
        text-align: center;
        padding: 20px 0;
        border-color: rgba(118, 128, 138, 0.15);
        border-width: 0 0 1px;
        border-style: solid
    }
    .rd-toolbar .rd-addcart-icon::before {
        float: none!important;
        display: inline-block
    }
    .rd-toolbar .rd-addcart-icon .woocommerce-Price-amount {
        display: none
    }
    .rd-toolbar .rd-addcart-yourcart {
        display: inline-block;
        font-size: 20px;
        font-weight: 700;
        text-transform: uppercase
    }
    .rd-toolbar .rd-addcart .rd-addcart-count {
        display: none!important
    }
    .rd-toolbar .widget_shopping_cart_content .buttons a {
        color: #fff!important
    }
    .rd-toolbar .rd-addcart .rd-addcart-icon::before {
        font-size: 3em;
        margin-right: 0;
        width: 100%;
        margin-bottom: 10px
    }
    body .rd-dropdown-light.rd-toolbar .rd-toolbar-close,
    body .rd-dropdown-light.rd-toolbar .rd-toolbar-close::before {
        background: #fff!important;
        color: #121518!important
    }
    body .rd-dropdown-dark.rd-toolbar .rd-toolbar-close,
    body .rd-dropdown-dark.rd-toolbar .rd-toolbar-close::before {
        background: #121518!important;
        color: #fff!important
    }
    .rd-addcart-icon a {
        display: none
    }
    .rd-navplus-center .rd-addcart,
    .rd-masthead-center .rd-addcart,
    .rd-header-center .rd-addcart {
        float: none!important;
        display: inline-flex;
        display: -webkit-inline-flex;
        display: -ms-inline-flexbox;
        vertical-align: top
    }
}

@media (max-width:767px) {
    header .rd-addcart .rd-addcart-icon .amount {
        display: none!important
    }
    header .rd-addcart .rd-addcart-icon::before {
        margin-right: 0
    }
}

@media (max-width:499px) {
    header .rd-addcart .rd-addcart-icon {
        padding: 0 10px!important
    }
}

header .rd-social {
    float: right;
    display: inline-block
}

header .rd-social-left {
    float: left
}

.rd-masthead .rd-social {
    height: 90px;
    line-height: 90px
}

.rd-masthead .rd-social a {
    font-size: 15px
}

.rd-navplus .rd-social {
    height: 38px;
    line-height: 38px
}

.rd-navplus .rd-social a {
    font-size: 13px
}

header .rd-social ul {
    height: 100%;
    margin-left: 0!important;
    margin-bottom: 0!important;
    padding: 0 15px;
    float: left;
    margin-right: 0!important
}

header .rd-social li {
    padding: 0;
    margin-top: auto;
    margin-bottom: auto;
    float: left;
    list-style: none;
    height: 100%
}

header .rd-social li a {
    float: left;
    padding: 0 10px;
    height: 100%
}

header .rd-social li img {
    height: 2.5em;
    float: left;
    position: relative;
    border-radius: 50%;
    width: 2.5em;
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
    position: relative;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%)
}

.rd-social:not(.rd-social-fa) li a:before {
    content: inherit!important;
    display: none!important
}

.rd-social-fa li a::before {
    font-style: normal;
    font-family: 'FontAwesome';
    font-size: 1.5em
}

.rd-social-icon {
    display: none
}

.body-social-position-navplus .rd-masthead .rd-social {
    display: none!important
}

@media (min-width: 1300px) and (max-width: 1400px) {
    body #rd-wrapper .rd-masthead .rd-social ul {
        padding: 0 15px!important
    }
    body #rd-wrapper .rd-masthead .rd-social ul a {
        font-size: 14px!important
    }
    body #rd-wrapper .rd-navplus .rd-social ul {
        padding: 0 13px!important
    }
    body #rd-wrapper .rd-navplus .rd-social ul a {
        font-size: 13px!important
    }
}

@media (min-width: 1200px) and (max-width: 1300px) {
    body #rd-wrapper .rd-masthead .rd-social ul {
        padding: 0 13px!important
    }
    body #rd-wrapper .rd-masthead .rd-social ul a {
        font-size: 13px!important
    }
    body #rd-wrapper .rd-navplus .rd-social ul {
        padding: 0 10px!important
    }
    body #rd-wrapper .rd-navplus .rd-social ul a {
        font-size: 12px!important
    }
}

@media (min-width: 1100px) and (max-width: 1200px) {
    body #rd-wrapper .rd-masthead .rd-social ul {
        padding: 0 10px!important
    }
    body #rd-wrapper .rd-masthead .rd-social ul a {
        font-size: 12px!important
    }
    body #rd-wrapper .rd-navplus .rd-social ul {
        padding: 0 8px!important
    }
    body #rd-wrapper .rd-navplus .rd-social ul a {
        font-size: 11px!important
    }
}

@media (min-width: 991px) and (max-width: 1100px) {
    body #rd-wrapper .rd-masthead .rd-social ul {
        padding: 0 8px!important
    }
    body #rd-wrapper .rd-masthead .rd-social ul a {
        font-size: 12px!important
    }
    body #rd-wrapper .rd-navplus .rd-social ul {
        padding: 0 7px!important
    }
    body #rd-wrapper .rd-navplus .rd-social ul a {
        font-size: 11px!important
    }
}

@media (min-width: 992px) {
    header .rd-social a:hover:before {
        color: #fff!important
    }
}

@media (max-width: 991px) {
    .body-social-position-navplus .rd-masthead .rd-social {
        display: inline-block!important
    }
    header .rd-social {
        float: none;
        display: inline-block
    }
    header .rd-social-icon {
        display: inline-block;
        display: inline-block;
        display: inline-block;
        padding: 0 20px;
        height: 100%;
        cursor: pointer
    }
    header .rd-social-icon:before {
        content: "\f237";
        font-style: normal;
        font-family: dashicons;
        font-size: 1.5em
    }
    .rd-masthead .rd-social-icon:before {
        font-size: 1.5em
    }
    header .rd-social ul {
        display: none
    }
    .rd-body-social-active .wpadminbar {
        z-index: 0!important
    }
    .rd-toolbar .rd-social-active {
        position: relative;
        width: 100%!important;
        left: 0!important;
        margin: 0!important;
        top: 0!important;
        padding: 0!important;
        z-index: 11111111
    }
    .rd-toolbar .rd-social-active ul {
        display: inline-block;
        float: left;
        text-align: center;
        width: 100%;
        padding: 10px;
        margin: 10px 0 5px
    }
    .rd-toolbar .rd-social-active ul li {
        float: none!important;
        display: inline-block
    }
    .rd-toolbar .rd-social-active ul img {
        font-size: 17px!important;
        width: 1.5em;
        height: 1.5em;
        border-radius: 50px
    }
    .rd-toolbar .rd-social-active .rd-social-icon {
        width: 100%;
        float: left;
        line-height: 80px;
        height: 80px;
        box-shadow: 0 -1px 0 0 rgba(118, 128, 138, 0.2) inset
    }
    .rd-toolbar .rd-social-active .rd-social-icon:before {
        content: "\f335";
        width: 100%;
        text-align: center;
        line-height: 80px;
        height: 80px;
        font-size: 50px;
        font-family: dashicons
    }
    .rd-toolbar .rd-social-active ul li a {
        height: auto!important;
        padding: 10px!important
    }
}

@media (max-width: 767px) {
    header .rd-navplus-center .rd-social,
    header.rd-masthead-center .rd-social,
    header .rd-header-center .rd-social {
        float: none!important;
        display: inline-block;
        vertical-align: top
    }
    header .rd-social {
        float: none!important
    }
}

.rd-banner-header {
    float: left;
    line-height: 0;
    margin-right: 20px;
    font-size: 0;
    height: 90px;
    display: inline-block;
    position: relative
}

.rd-banner-header-right {
    float: right;
    margin-left: 20px;
    margin-right: 0
}

.rd-banner-header-center {
    float: left;
    width: 100%;
    margin-left: 0;
    margin-right: 0
}

.rd-banner-header-center .rd-header-warp {
    transform: translate(-50%, -50%);
    top: 50%;
    float: left;
    left: 50%;
    margin-top: 0;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%)
}

.rd-banner-header-warp .rd-widget-header-content {
    position: relative;
    transform: translate(0, -50%);
    top: 50%;
    margin-top: 0;
    line-height: 1.3em;
    transform: translate(0, -50%);
    float: left;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%)
}

.rd-banner-header-warp.rd-header-content {
    position: relative;
    transform: translate(0, -50%);
    top: 50%;
    margin-top: 0;
    line-height: 1.3em;
    transform: translate(0, -50%);
    float: left;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%)
}

.rd-banner-header a {
    font-size: 0;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    display: block
}

.rd-banner-header a:hover {
    opacity: .75
}

.rd-widget-header-warp {
    display: inline-block
}

.rd-widget-header-warp .rd-widget-post {
    display: none
}

.rd-widget-header-warp a {
    text-align: inherit
}

.rd-widget-header-warp .widget {
    margin-top: 0!important
}

@media (max-width: 1199px) {
    .rd-banner-header {
        max-width: 60%
    }
    .rd-banner-header img {
        max-width: 100%
    }
}

@media (max-width: 979px) {
    .rd-banner-header-warp {
        margin: auto;
        vertical-align: middle;
        display: block;
        width: 100%
    }
    .rd-banner-header {
        width: 100%;
        max-width: 100%;
        padding: 0 20px 20px;
        margin: 0!important;
        height: auto!important;
        line-height: auto!important
    }
    .rd-banner-header .rd-banner-header-warp {
        top: auto;
        left: 50%;
        margin-top: 0;
        transform: translate(-50%, 0);
        top: 50%;
        margin-top: 0;
        transform: translate(-50%, 0);
        -webkit-transform: translate(-50%, 0);
        -moz-transform: translate(-50%, 0);
        -o-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0)
    }
    .rd-banner-header img {
        max-width: 100%
    }
}

.rd-contact-us {
    float: right;
    font-size: 13px;
    padding: 0 20px
}

.rd-masthead .rd-contact-us {
    font-size: 15px
}

.rd-contact-us-right {
    float: right
}

.rd-contact-us-left {
    float: left
}

.rd-contact-us-icon {
    float: left;
    margin-right: 5px
}

.rd-contact-us-icon::before {
    list-style: none;
    float: left;
    content: "\f10d";
    font-size: 1.5em;
    font-family: flaticon;
    font-style: normal
}

.rd-contact-us-textarea {
    float: left
}

@media (min-width: 1300px) and (max-width: 1400px) {
    body #rd-wrapper .rd-masthead .rd-contact-us {
        padding: 0 15px!important;
        font-size: 14px!important
    }
    body #rd-wrapper .rd-navplus .rd-contact-us {
        padding: 0 13px!important;
        font-size: 13px!important
    }
}

@media (min-width: 1200px) and (max-width: 1300px) {
    body #rd-wrapper .rd-masthead .rd-contact-us {
        padding: 0 13px!important;
        font-size: 13px!important
    }
    body #rd-wrapper .rd-navplus .rd-contact-us {
        padding: 0 10px!important;
        font-size: 12px!important
    }
}

@media (min-width: 1100px) and (max-width: 1200px) {
    body #rd-wrapper .rd-masthead .rd-contact-us {
        padding: 0 10px!important;
        font-size: 12px!important
    }
    body #rd-wrapper .rd-navplus .rd-contact-us {
        font-size: 11px!important;
        padding: 0 8px!important
    }
}

@media (min-width: 991px) and (max-width: 1100px) {
    body #rd-wrapper .rd-masthead .rd-contact-us {
        padding: 0 8px!important;
        font-size: 12px!important
    }
    body #rd-wrapper .rd-navplus .rd-contact-us {
        padding: 0 7px!important;
        font-size: 11px!important
    }
}

@media (max-width: 992px) {
    .rd-toolbar .rd-contact-us {
        display: inline-block;
        width: 100%;
        font-size: 16px;
        opacity: .8;
        text-align: center;
        margin-top: 10px
    }
    .rd-contact-us-icon {
        float: none;
        margin-right: 5px;
        display: inline-block
    }
    .rd-contact-us-textarea {
        float: none;
        display: inline-block;
        vertical-align: top
    }
    header .rd-contact-us {
        display: none
    }
}

.rd-call-header {
    float: right;
    font-size: 13px;
    padding: 0 20px
}

.rd-masthead .rd-call-header {
    font-size: 15px
}

.rd-header .rd-call-header-warp {
    height: 50px;
    top: 50%;
    transform: translate(0%, -50%);
    position: relative;
    -webkit-transform: translate(0%, -50%);
    -moz-transform: translate(0%, -50%);
    -o-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%)
}

.rd-header .rd-call-header-text {
    float: left;
    margin: 0!important;
    list-style: none
}

.rd-call-header-right {
    float: right
}

.rd-call-header-left {
    float: left
}

.rd-call-header-icon {
    float: left;
    margin-right: 0
}

.rd-call-header-icon::before {
    list-style: none;
    float: left;
    margin-right: 5px;
    content: "\f11f";
    font-size: 1.5em;
    font-family: 'flaticon';
    font-style: normal
}

.rd-header .rd-call-header-icon::before {
    font-size: 2.5em;
    line-height: 50px;
    margin-right: 10px
}

.rd-call-header-textarea {
    float: left
}

.rd-call-header-free {
    opacity: .6
}

.rd-header .rd-call-header-free,
.rd-header .rd-call-header-textarea {
    line-height: 25px
}

@media (min-width: 991px) and (max-width: 1199px) {
    .rd-date-header {
        padding: 0 12px
    }
}

@media (max-width: 992px) {
    .rd-toolbar .rd-call-header {
        display: inline-block;
        width: 100%;
        font-size: 16px;
        margin-top: 10px;
        opacity: .8;
        text-align: center
    }
    .rd-call-header-icon {
        float: none;
        margin-right: 5px;
        display: inline-block
    }
    .rd-call-header-text {
        margin: 0!important;
        list-style: none;
        float: none;
        display: inline-block
    }
    .rd-call-header-free {
        display: none
    }
    .rd-call-header-textarea {
        float: none;
        display: inline-block;
        vertical-align: top
    }
    header .rd-call-header {
        display: none
    }
}

@media (min-width: 1300px) and (max-width: 1400px) {
    body #rd-wrapper .rd-masthead .rd-call-header,
    body #rd-wrapper .rd-header .rd-call-header {
        padding: 0 15px!important;
        font-size: 14px!important
    }
    body #rd-wrapper .rd-navplus .rd-call-header {
        padding: 0 13px!important;
        font-size: 13px!important
    }
}

@media (min-width: 1200px) and (max-width: 1300px) {
    body #rd-wrapper .rd-masthead .rd-call-header,
    body #rd-wrapper .rd-header .rd-call-header {
        padding: 0 13px!important;
        font-size: 13px!important
    }
    body #rd-wrapper .rd-navplus .rd-call-header {
        padding: 0 10px!important;
        font-size: 12px!important
    }
}

@media (min-width: 1100px) and (max-width: 1200px) {
    body #rd-wrapper .rd-masthead .rd-call-header,
    body #rd-wrapper .rd-header .rd-call-header {
        font-size: 10px!important;
        padding: 0 12px!important
    }
    body #rd-wrapper .rd-navplus .rd-call-header {
        font-size: 11px!important;
        padding: 0 8px!important
    }
}

@media (min-width: 991px) and (max-width: 1100px) {
    body #rd-wrapper .rd-masthead .rd-call-header,
    body #rd-wrapper .rd-header .rd-call-header {
        padding: 0 8px!important;
        font-size: 12px!important
    }
    body #rd-wrapper .rd-navplus .rd-call-header {
        padding: 0 7px!important;
        font-size: 11px!important
    }
}

@media (max-width: 767px) {
    .rd-navplus-center .rd-date-header,
    .rd-masthead-center .rd-date-header,
    .rd-header-center .rd-date-header {
        float: none!important;
        display: inline-flex;
        display: -webkit-inline-flex;
        display: -ms-inline-flexbox;
        vertical-align: top
    }
    .rd-date-header {
        display: none!important
    }
}

@media (max-width: 991px) {
    .rd-date-header {
        display: none!important
    }
}

.rd-date-header {
    float: right;
    font-size: 13px;
    opacity: .7;
    padding: 0 20px
}

.rd-date-header-right {
    float: right
}

.rd-date-header-left {
    float: left
}

.rd-date-header li {
    list-style: none;
    float: left
}

@media (min-width: 1300px) and (max-width: 1400px) {
    body #rd-wrapper .rd-navplus .rd-date-header {
        padding: 0 13px!important;
        font-size: 13px!important
    }
}

@media (min-width: 1200px) and (max-width: 1300px) {
    body #rd-wrapper .rd-navplus .rd-date-header {
        padding: 0 10px!important;
        font-size: 12px!important
    }
}

@media (min-width: 1100px) and (max-width: 1200px) {
    body #rd-wrapper .rd-navplus .rd-date-header {
        font-size: 11px!important;
        padding: 0 8px!important
    }
}

@media (min-width: 991px) and (max-width: 1100px) {
    body #rd-wrapper .rd-navplus .rd-date-header {
        padding: 0 7px!important;
        font-size: 11px!important
    }
}

.rd-wrapper-row {
    width: 100%;
    position: relative;
    float: left
}

.rd-wrapper-content {
    float: left;
    position: relative;
    padding: 20px 0;
    width: 100%
}

.rd-wrapper-row.rd-content-boxid .rd-row-middle {
    width: 1200px
}

.rd-body-boxid .rd-row-middle {
    width: 1200px
}

.rd-row-item {
    width: 100%;
    float: left
}

.rd-row-1920 .rd-row-middle {
    width: 100%!important
}

.rd-row-warp {
    float: left;
    width: 100%;
    padding: 15px 0;
    position: relative
}

.rd-row-middle {
    z-index: 1;
    margin: auto;
    width: 1280px;
    text-align: left;
    position: relative
}

.rd-row-item {
    float: left;
    width: 100%;
    display: inline-block;
    position: relative;
    overflow: hidden
}

.rd-row-item .rd-row-background {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -1
}

.rd-row-item .rd-row-background img {
    min-width: 100.1%;
    min-height: 100.1%;
    position: absolute;
    float: left;
    height: auto;
    width: auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    font-size: 0;
    -ms-transform: translate(-50%, -50%)
}

.rd-row-container {
    width: 100%;
    float: left;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex
}

.body-single-template-5.single .rd-row-main .rd-row-container {
    padding-top: 0!important
}

.rd-900 {
    width: 75%
}

.rd-1920 {
    width: 100%
}

.rd-800 {
    width: 66.661%
}

.rd-400 {
    width: 33.331%
}

.rd-300 {
    width: 25%
}

.rd-column {
    float: left;
    direction: ltr
}

.rd-content {
    width: 100%
}

.rd-column-sidebar {
    float: left;
    position: relative;
    direction: ltr
}

.rd-sidebar {
    width: 100%;
    float: left
}

.rd_sidebar_1_3 {
    width: 33.331%
}

.rd_sidebar_1_4 {
    width: 25%
}

.rd_sidebar_1_5 {
    width: 20%
}

.rd_sidebar_2_5 {
    width: 40%
}

.rd_sidebar_1_6 {
    width: 16.661%
}

.rd_left_main .rd-row-container,
.rd_left_right_main .rd-row-container {
    direction: rtl
}

@media (max-width: 1199px) {
    .rd_main_left_right .rd-column-left,
    .rd_left_main_right .rd-column-left,
    .rd_left_right_main .rd-column-left {
        display: none!important
    }
}

@media (max-width: 991px) and (min-width: 768px) {
    .rd-column-main {
        width: 66.661%!important
    }
    .rd-column-sidebar {
        width: 33.331%!important
    }
    .rd-row-container {
        padding: 0!important
    }
}

@media (max-width: 991px) {
    .rd-wrapper-row {
        margin: 0!important
    }
}

@media (max-width: 767px) {
    .rd-row-container {
        display: inline-block!important
    }
    .rd-column-main {
        width: 100%!important
    }
    .rd-column-sidebar {
        width: 100%!important
    }
}

#rd-row-breadcrumbs::before {
    display: none
}

.rd-breadcrumbs-warp {
    padding: 20px;
    width: 100%;
    float: left
}

.rd-breadcrumbs {
    float: left;
    width: 100%;
    margin-left: 0!important;
    margin-right: 0!important;
    margin-bottom: 0
}

.rd-breadcrumbs li {
    float: left;
    display: inline-block;
    padding-right: 10px
}

.rd-breadcrumbs li strong {
    font-weight: 400;
    opacity: .75
}

.rd-404 {
    padding: 10px;
    margin-top: 20px;
    font-size: 100px;
    text-align: center;
    line-height: 100px;
    width: 100%;
    display: block
}

.rd-opps {
    padding: 0 10px;
    font-size: 40px;
    text-align: center;
    line-height: 60px;
    width: 100%;
    display: block
}

.rd-head-single-post {
    width: 100%;
    float: left
}

.body-single-template-7 .rd-wrapper-row {
    width: 1260px;
    position: relative;
    float: none;
    margin: auto
}

.body-single-template-7 .rd-row-middle {
    width: 100%
}

.rd-none.body-single-template-7 .rd-row-main .rd-row-container {
    padding: 20px!important
}

.rd-head-single-post .rd-head-post-content {
    height: 450px;
    position: relative;
    width: 100%;
    overflow: hidden
}

.rd-head-single-post .rd-post-middle {
    position: relative;
    margin: auto;
    height: 100%;
    width: 1240px
}

.rd-head-single-post .rd-thumb {
    pointer-events: none;
    position: absolute;
    width: 100%;
    height: 100%
}

.rd-head-single-post .rd-post-thumbnail {
    min-height: 450px;
    padding-bottom: inherit
}

.rd-head-single-post .rd-post-thumbnail img {
    min-height: 450px;
    padding-bottom: inherit
}

.rd-head-single-post .rd-details {
    z-index: 1;
    width: 100%;
    float: left;
    padding: 0;
    position: absolute;
    margin: auto;
    bottom: 0
}

.rd-head-single-post.rd-video .rd-details {
    padding: 0!important
}

.rd-head-single-post.rd-none-video .rd-post-container {
    padding: 0!important
}

.rd-head-single-post .rd-title {
    display: block;
    color: #fff;
    margin: 0;
    text-align: center;
    font-size: 40px;
    width: 100%;
    text-shadow: 0 1px rgba(0, 0, 0, 5)
}

.rd-head-single-post .rd-meta {
    width: 100%;
    float: left;
    text-align: center
}

.rd-head-single-post .rd-meta li {
    float: none;
    text-align: center;
    display: inline-block
}

.rd-head-single-post .rd-meta li a,
.rd-head-single-post .rd-meta li {
    color: #ddd;
    text-shadow: 0 1px rgba(0, 0, 0, 5);
    line-height: 1.5em
}

.rd-head-single-post .rd-post-container {
    z-index: 1;
    float: left;
    margin: auto;
    height: 100%;
    width: 100%
}

.rd-head-post-a5 .rd-details {
    padding: 40px
}

.rd-head-post-a5 .rd-post-container {
    padding: 20px
}

.rd-head-post-a6 .rd-details {
    padding: 20px 10px
}

.rd-head-post-a6 .rd-post-container {
    padding: 40px 20px
}

.rd-head-post-a7 .rd-details {
    padding: 40px 20px
}

.rd-head-post-a7 .rd-post-container {
    padding: 40px 20px
}

.rd-head-single-post.rd-video .rd-thumb .rd-post-thumbnail::before {
    background: rgba(0, 0, 0, 0.5)
}

.rd-head-single-post.rd-video .rd-post-container {
    vertical-align: top
}

.rd-head-single-post.rd-video .rd-details {
    width: 50%;
    float: left;
    margin: 0;
    top: 0;
    padding-right: 20px!important;
    position: relative
}

.rd-head-single-post.rd-video .rd-title,
.rd-head-single-post.rd-video .rd-title a,
.rd-head-single-post.rd-video .rd-meta {
    text-align: left
}

.rd-head-single-post.rd-video .rd-post-video {
    display: inline-block;
    width: 50%;
    height: 100%;
    z-index: 1;
    pointer-events: all;
    float: right;
    cursor: pointer;
    position: relative
}

.rd-head-single-post.rd-video .rd-post-video .rd-video-warp {
    width: 100%;
    height: 100%;
    position: absolute;
    background: #000
}

.rd-head-single-post.rd-video .rd-post-video iframe,
.rd-head-single-post.rd-video .rd-post-video video {
    height: 100%;
    float: right
}

.rd-head-post-a5 {
    padding: 20px;
    width: 100%
}

.rd-head-post-a5 .rd-post-middle {
    width: 100%!important
}

.rd-head-post-a5:not(.rd-video) {
    pointer-events: none;
    position: relative
}

.rd-head-post-a5:not(.rd-video) .has-post-thumbnail .rd-head-post-content {
    height: auto!important
}

.rd-head-post-a5:not(.rd-video) .has-post-thumbnail .rd-thumb {
    pointer-events: none;
    position: relative;
    height: auto
}

.rd-head-post-a5:not(.rd-video) .has-post-thumbnail .rd-thumb img {
    transform: none;
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    position: relative;
    height: auto;
    top: 0;
    left: 0;
    -ms-transform: none
}

.rd-head-post-a5:not(.rd-video) .has-post-thumbnail .rd-post-middle {
    position: absolute;
    margin: auto;
    left: 0;
    height: 100%;
    display: inline-block
}

.rd-head-post-a5:not(.rd-video) .has-post-thumbnail .rd-post-thumbnail {
    min-height: auto;
    padding-bottom: inherit;
    width: 100%;
    overflow: hidden;
    float: left;
    position: relative
}

.rd-head-post-a5:not(.rd-video) .has-post-thumbnail .rd-post-container {
    position: absolute;
    height: 100%;
    bottom: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding: 0
}

.rd-head-post-a5 .rd-post-thumbnail::before {
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 85%, rgba(0, 0, 0, 0.5) 99%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 85%, rgba(0, 0, 0, 0.5) 99%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 85%, rgba(0, 0, 0, 0.5) 99%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=0)
}

.rd-head-post-a6 .rd-post-thumbnail::before {
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0.50) 85%, rgba(0, 0, 0, 0.75) 99%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0.50) 85%, rgba(0, 0, 0, 0.75) 99%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0.50) 85%, rgba(0, 0, 0, 0.75) 99%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=0)
}

.rd-head-post-a6 .rd-img-shadow {
    box-shadow: none
}

.body-single-template-7 .rd-wrapper-row {
    background: none!important;
    padding: 0!important
}

.rd-head-post-a7 .rd-head-post-content {
    overflow: visible!important
}

.rd-head-post-a7 .rd-thumb {
    position: fixed;
    z-index: -1;
    z-index: -1;
    top: 0
}

.rd-head-post-a7 .rd-post-thumbnail {
    height: 100%;
    overflow: visible!important;
    min-height: auto!important
}

.rd-head-post-a6 .rd-img-shadow {
    box-shadow: none
}

.rd-head-post-a7 .rd-post-thumbnail::before {
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 85%, rgba(0, 0, 0, 0.5) 99%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 85%, rgba(0, 0, 0, 0.5) 99%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 85%, rgba(0, 0, 0, 0.5) 99%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=0)
}

.rd-head-post-a7 .rd-img-shadow {
    box-shadow: none
}

.rd-head-post-a7 .rd-post-thumbnail img {
    min-width: 100%!important;
    width: auto;
    height: auto;
    min-height: 100%!important
}

.rd-head-post-a7 .rd-post-thumbnail::before,
.rd-head-post-a7 .rd-thumb .rd-post-thumbnail {
    background: rgba(0, 0, 0, 0.50)
}

.rd-head-single-post .rd-share {
    text-align: center;
    width: 100%;
    margin-top: 15px
}

.rd-head-single-post .rd-share li,
.rd-head-single-post .rd-share span {
    vertical-align: top!important;
    text-align: center;
    display: inline-block!important;
    float: none!important
}

.rd-head-single-post .rd-share span {
    color: #fff!important
}

.rd-head-single-post .rd-share-post {
    float: none!important;
    display: inline-block!important;
    margin: 0!important
}

.rd-head-single-post .rd-share-post li {
    text-align: center;
    float: none;
    overflow: hidden
}

.body-single-template-7 .rd-wrapper-content {
    padding: 20px 40px!important
}

.body-single-template-7.rd-none .rd-wrapper-content {
    padding: 0!important
}

@media (max-width: 1370px)and (min-width: 1321px) {
    .rd-head-single-post.rd-video .rd-details {
        width: 50%
    }
    .rd-head-single-post.rd-video .rd-post-video {
        width: 50%
    }
}

@media (max-width: 1420px) {
    .body-single-template-7 .rd-wrapper-content {
        padding: 20px!important
    }
    .rd-head-single-post .rd-post-middle {
        width: 100%
    }
    .rd-head-post-a6 .rd-details,
    .rd-head-post-a7 .rd-details {
        padding: 20px
    }
    .rd-head-post-a6 .rd-post-container,
    .rd-head-post-a7 .rd-post-container {
        padding: 20px
    }
    .rd-none.body-single-template-7 .rd-row-main .rd-row-container {
        padding: 0!important
    }
}

@media (max-width: 1280px) {
    .body-single-template-7 .rd-wrapper-row {
        width: 100%;
        float: left
    }
}

@media (max-width: 1240px)and (min-width: 980px) {
    .rd-head-single-post .rd-head-post-content,
    .rd-head-single-post .rd-post-thumbnail {
        height: 375px
    }
    .rd-head-single-post .rd-post-thumbnail {
        min-height: 375px;
        padding-bottom: inherit
    }
    .rd-head-single-post .rd-post-middle {
        width: 100%!important
    }
}

@media (max-width: 1240px) {
    .rd-head-single-post.rd-video .rd-post-video iframe,
    .rd-head-single-post.rd-video .rd-post-video video {
        width: 100%
    }
    .rd-head-post-a5:not(.rd-video) .has-post-thumbnail .rd-post-thumbnail {
        height: auto!important
    }
}

@media (max-width: 979px) {
    .rd-head-single-post {
        width: 100%!important;
        float: left;
        margin: 0!important
    }
    .rd-head-single-post .rd-post-middle {
        width: 100%!important
    }
    .rd-head-single-post.rd-video .rd-post-content {
        width: 100%!important;
        height: 100%!important
    }
    .rd-head-single-post .rd-meta,
    .rd-single-post .rd-meta {
        margin-top: 8px!important
    }
    .rd-head-post-a5 {
        width: 100%!important
    }
}

@media (max-width: 979px) and (min-width: 768px) {
    .rd-head-single-post .rd-head-post-content {
        height: 300px
    }
    .rd-head-single-post .rd-post-thumbnail img,
    .rd-head-single-post .rd-post-thumbnail {
        min-height: 375px;
        padding-bottom: inherit
    }
    .rd-head-post-a5 {
        width: 100%!important
    }
}

@media (max-width: 767px) and (min-width: 500px) {
    .rd-head-single-post .rd-head-post-content {
        height: 220px
    }
    .rd-head-single-post .rd-post-thumbnail img,
    .rd-head-single-post .rd-post-thumbnail {
        min-height: 250px;
        padding-bottom: inherit
    }
}

@media (max-width: 767px) {
    .rd-head-single-post.rd-video .rd-post-video {
        display: inline-block;
        width: 100%;
        height: auto;
        z-index: 1;
        pointer-events: all;
        float: left;
        cursor: pointer;
        overflow: hidden;
        position: relative;
        padding-left: 0;
        padding-bottom: 60%;
        margin-top: 20px
    }
    .rd-head-single-post.rd-video .rd-details {
        width: 100%;
        float: left;
        margin: 0
    }
    .rd-head-single-post.rd-video .rd-head-post-content {
        height: auto!important
    }
    .rd-head-single-post.rd-video .rd-post-thumbnail img,
    .rd-head-single-post.rd-video .rd-post-thumbnail {
        min-width: 100%!important;
        height: 100%!important;
        width: auto;
        min-height: auto!important
    }
}

@media (max-width: 499px) {
    .rd-head-single-post .rd-head-post-content {
        height: 200px
    }
    .rd-head-single-post .rd-post-thumbnail img,
    .rd-head-single-post .rd-post-thumbnail {
        min-height: 200px;
        padding-bottom: inherit
    }
    .rd-head-single-post .rd-details .rd-share {
        display: none
    }
}

.rd-single {
    float: left;
    position: relative
}

.rd-single-item {
    width: 100%;
    float: left
}

.rd-single-item .rd-post-list-boxid {
    float: left;
    width: 100%;
    border-radius: 5px
}

.rd-single-row {
    width: 100%
}

.rd-single-item .rd-padding::before {
    float: left;
    content: "";
    width: 100%
}

.rd-single-post {
    width: 100%;
    float: left;
    margin-bottom: -15px
}

.rd-single-post .post {
    float: left;
    width: 100%
}

.rd-single-item.rd-boxid div.rd-post-list-boxid:last-child {
    margin-bottom: 0
}

.rd-single-item.rd-post-boxid .rd-post-list-boxid,
.rd-single-item.rd-details-boxid .rd-post-list-boxid {
    padding: 10px
}

.rd-single-item.rd-post-boxid .rd-single-post,
.rd-single-item.rd-details-boxid .rd-single-post {
    padding: 20px 20px 0!important;
    padding: 10px;
    float: left;
    width: 100%;
    border-width: 1px;
    border-style: solid
}

.rd-layout_6 .rd-single-item.rd-post-boxid .rd-single-post,
.rd-layout_6 .rd-single-item.rd-details-boxid .rd-single-post {
    border-width: 3px
}

.rd-single-item .rd-padding {
    padding: 10px
}

.rd-posts-bg .rd-single-post {
    padding-top: 20px
}

.rd-single-post .rd-head-post-content {
    padding-top: 10px;
    width: 100%
}

.rd-single-post .rd-single-details {
    float: left;
    width: 100%;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-color: rgba(118, 128, 138, 0.15);
    border-width: 0 0 1px;
    border-style: solid
}

.rd-layout_6 .rd-single-post .rd-single-details {
    border-width: 1px
}

.rd-single-post div:not(.has-post-thumbnail) .rd-single-details {
    width: 100%!important;
    margin-left: 0!important;
    padding-left: 0!important
}

.rd-single-post .rd-single-title {
    margin-bottom: 10px!important;
    float: left;
    font-size: 25px;
    width: 100%
}

.rd-content .rd-single-post .rd-single-title {
    font-size: 35px
}

.rd-main .rd-single-post .rd-single-title {
    font-size: 28px
}

.rd-single-post .rd-single-meta {
    margin-top: 0!important;
    margin-bottom: 10px;
    margin-top: 0;
    float: left;
    font-weight: 400;
    width: 100%
}

.rd-single-post .rd-meta,
.rd-single-post .rd-single-meta li {
    font-size: 13px!important
}

body .rd-single-post .rd-post-content {
    font-size: 15px;
    float: left;
    line-height: 1.8em;
    line-height: 1.8;
    width: 100%
}

.rd-single-post.rd-post-a2 .rd-post-content {
    float: none!important
}

.rd-single-post .rd-post-content img,
.comment-content img {
    max-width: 100%;
    height: auto;
    padding-top: 5px;
    padding-bottom: 5px
}

.rd-single-post .rd-single-thumb {
    pointer-events: none;
    position: relative;
    margin-bottom: 10px;
    float: left
}

#buddypress div#item-header img.avatar {
    padding: 0
}

.rd-single-post .rd-single-thumb .rd-post-thumbnail:hover {
    background: none!important
}

.rd-single-post .rd-post-thumbnail {
    pointer-events: none
}

.rd-single-post.rd-video .rd-post-video {
    height: 0;
    pointer-events: all;
    cursor: pointer;
    width: 100%;
    float: left;
    padding-bottom: 60%;
    position: relative;
    margin-bottom: 20px
}

.rd-single-post.rd-video .rd-video-warp {
    position: absolute;
    left: 0;
    height: 100%;
    width: 100%
}

.rd-single-post.rd-video .rd-post-video .rd-video,
.rd-single-post.rd-video .rd-post-video iframe {
    float: left;
    position: relative;
    margin-bottom: 0;
    position: relative;
    max-width: 100%
}

.rd-single-post.rd-video .rd-post-video iframe {
    height: 100%
}

.rd-single-post.rd-video .rd-post-video #rd-video {
    width: 100%;
    height: 100%;
    position: relative
}

.rd-post-a1 .rd-details {
    width: 60%
}

.rd-content .rd-post-a1 .rd-single-details {
    width: 100%
}

.rd-post-a2 .rd-single-details {
    width: 100%
}

.rd-post-a1 .rd-single-thumb,
.rd-post-a2 .rd-single-thumb {
    width: 40%;
    overflow: hidden;
    padding-left: 20px;
    float: right!important
}

.rd-content .rd-post-a1 .rd-single-thumb,
.rd-content .rd-post-a2 .rd-single-thumb {
    width: 25%
}

.rd-post-a1 .rd-post-content {
    float: none!important;
    display: inline!important;
    border-top: none!important;
    border-bottom: none!important
}

.rd-post-a1.rd-video .rd-single-thumb {
    width: 100%;
    margin-left: 0
}

.rd-post-a1.rd-video .rd-single-details {
    width: 100%
}

.rd-post-a3 .rd-single-thumb {
    width: 100%
}

.rd-post-a3 .rd-single-thumb img {
    transform: translate(-50%, 00%);
    transform: translate(-50%, 00%);
    transform: translate(-50%, 00%);
    -webkit-transform: translate(-50%, 00%);
    -moz-transform: translate(-50%, 00%);
    -o-transform: translate(-50%, 00%);
    -ms-transform: translate(-50%, 00%);
    left: 50%;
    position: relative;
    max-width: 100%!important;
    height: auto!important;
    display: inline-block!important
}

.rd-single-post .rd-single-thumb .rd-single-thumbnail img {
    position: relative;
    display: block;
    margin-left: auto;
    margin-right: auto
}

.rd-post-a1 .rd-single-thumb .rd-single-thumbnail img {
    min-width: 100%
}

.rd-single-post.rd-post-a1 .rd-single-thumbnail,
.rd-single-post.rd-post-a2 .rd-single-thumbnail {
    position: relative;
    overflow: hidden
}

.rd-single-post.rd-post-a1 .rd-single-thumbnail img,
.rd-single-post.rd-post-a2 .rd-single-thumbnail img {
    width: 100.1%;
    position: absolute;
    top: 50%;
    left: 50%;
    min-height: 100.1%;
    height: auto;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    display: block;
    margin-left: auto;
    margin-right: auto
}

.rd-single-post.rd-ratio60 .rd-single-thumbnail img,
.rd-single-post.rd-ratio75 .rd-single-thumbnail img {
    width: 100.1%;
    height: auto;
    min-height: 100.1%;
    min-width: auto;
    max-width: inherit
}

.rd-single-post.rd-ratio135 .rd-single-thumbnail img,
.rd-single-post.rd-ratio100 .rd-single-thumbnail img {
    width: auto;
    min-height: auto;
    height: 100.1%;
    min-width: 100.1%;
    max-width: inherit
}

.rd-single-post.rd-ratio60 .rd-single-thumbnail {
    padding-bottom: 60%
}

.rd-single-post.rd-ratio75 .rd-single-thumbnail {
    padding-bottom: 75%
}

.rd-single-post.rd-ratio100 .rd-single-thumbnail {
    padding-bottom: 100%
}

.rd-single-post.rd-ratio135 .rd-single-thumbnail {
    padding-bottom: 135%
}

.rd-single-post.rd-post-a3 .rd-thumb {
    max-width: 100%!important;
    min-height: inherit!important;
    height: auto!important
}

.rd-post-a2.rd-video .rd-single-thumb {
    width: 100%;
    margin-left: 0
}

@media (max-width: 1240px)and (min-width: 980px) {
    .rd-main .rd-single-post .rd-title {
        font-size: 24px
    }
    .rd-single-post img {
        pointer-events: all
    }
    .rd-content .rd-single-post .rd-single-title {
        font-size: 30px
    }
    .rd-single-post .rd-post-content {
        font-size: 13px
    }
    .rd-single-post .rd-single-meta,
    .rd-single-post .rd-single-meta li {
        font-size: 12px!important
    }
    .rd-single-post {
        padding: 15px
    }
}

@media (max-width: 1199px) {
    body .rd-single-post .rd-font-medium.rd-post-content {
        font-size: 14px!important
    }
}

@media (max-width: 991px) {
    .rd-single-item {
        padding: 10px 5px
    }
    .rd-content .rd-single-post.rd-video .rd-single-thumb {
        width: 100%!important;
        margin-left: 0!important;
        margin-right: 0!important
    }
    .rd-single-post .rd-single-meta {
        display: inline-block!important
    }
}

@media (max-width: 767px) and (min-width: 500px) {
    .rd-single-post .rd-post-content {
        font-size: 13px
    }
}

@media (max-width: 499px) {
    .rd-post-a1 .rd-single-details,
    .rd-post-a2 .rd-single-details {
        width: 100%!important
    }
    .rd-post-a1 .rd-single-thumb,
    .rd-post-a2 .rd-single-thumb {
        width: 100%!important;
        padding-left: 0!important;
        float: right!important
    }
    .rd-single-post .rd-single-title {
        font-size: 16px!important
    }
    .rd-post-a1 .rd-single-details {
        width: 100%
    }
    .rd-single-post .rd-post-content {
        font-size: 13px
    }
}

.sao_text_block {
    line-height: 1.5
}

p,
hr,
dd {
    margin-bottom: 20px
}

p {
    word-wrap: break-word
}

dt {
    font-weight: 700
}

dd {
    margin-bottom: 20px
}

address {
    font-style: italic;
    margin-bottom: 20px
}

header {
    margin-bottom: 20px
}

ol {
    margin-bottom: 20px;
    margin-left: 40px
}

ul ul,
ol ol,
ul ol,
ol ul {
    margin: 0 0 0 40px;
    padding: 0;
    margin-bottom: 0;
    font-size: 92%
}

h1 {
    font-size: 2.8179em;
    margin: 15px 0;
    line-height: 1.3em
}

h2 {
    font-size: 2.2581em;
    margin: 15px 0;
    line-height: 1.35em
}

h3 {
    font-size: 1.818em;
    margin: 15px 0;
    line-height: 1.4em
}

h4 {
    font-size: 1.472em;
    margin: 15px 0
}

h5 {
    font-size: 1.2em;
    margin: 15px 0
}

h6 {
    font-size: .9862em;
    margin: 15px 0
}

ul ul,
ol ol {
    margin: 0 0 0 40px
}

.rd-post-content a:hover {
    text-decoration: underline
}

ul {
    list-style: outside;
    margin-bottom: 20px;
    margin-left: 40px
}

button {
    cursor: pointer;
    padding: 5px 15px;
    border-style: none;
    line-height: 1.5em
}

table,
th,
td {
    border: 1px solid rgba(118, 128, 138, 0.2)
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    border-width: 1px 0 0 1px;
    table-layout: fixed;
    width: 100%;
    margin-bottom: 20px
}

strong {
    font-weight: 700
}

table,
th,
td {
    border: 1px solid rgba(118, 128, 138, .2)
}

caption,
th,
td {
    font-weight: 400;
    text-align: left
}

th {
    border-width: 0px;
    font-weight: 700
}

td {
    border-width: 0px
}

th,
td {
    padding: .4375em
}

.rd-post-content .rd-youtube-video {
    width: 100%;
    text-align: center
}

.gallery {
    margin-bottom: 20px!important
}

.gallery .gallery-item {
    display: inline-block;
    padding: 5px;
    text-align: center;
    vertical-align: top;
    width: 100%;
    margin-top: 0!important
}

.gallery-columns-2 .gallery-item {
    width: 50%!important
}

.gallery-columns-3 .gallery-item {
    width: 33.331%!important
}

.gallery-columns-4 .gallery-item {
    width: 25%!important
}

.gallery-columns-5 .gallery-item {
    width: 20%!important
}

.gallery-columns-6 .gallery-item {
    width: 16.66%!important
}

.gallery-columns-7 .gallery-item {
    width: 14.28%!important
}

.gallery-columns-8 .gallery-item {
    width: 12.5%!important
}

.gallery-columns-9 .gallery-item {
    width: 11.11%!important
}

.gallery .gallery-item img {
    height: auto;
    display: block;
    margin: 0 auto
}

.gallery-caption {
    color: #888;
    margin: 0
}

.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
    display: none
}

.gallery br+br {
    display: none
}

.gallery .gallery-item img {
    border: none!important;
    height: auto;
    display: block;
    margin: 0 auto;
    height: auto;
    max-width: 100%
}

.attachment img {
    display: block;
    margin: 0 auto
}

blockquote {
    padding: 0 30px
}

blockquote p {
    color: rgba(118, 128, 138, 1.00);
    padding: 0 15px;
    font-style: italic;
    line-height: 1.3em;
    font-size: 1.65em;
    border: 1px solid rgba(118, 128, 138, .50);
    border-width: 0 5px
}

blockquote h1,
blockquote h2,
blockquote h3,
blockquote h4,
blockquote h5,
blockquote h6 {
    color: rgba(118, 128, 138, 1.00)!important;
    padding: 0 15px;
    font-style: italic;
    border: 1px solid rgba(118, 128, 138, .50);
    border-width: 0 0 0 5px
}

.wp-caption {
    max-width: 100%!important;
    padding-bottom: 15px!important
}

.wp-caption img {
    width: auto;
    margin: 0!important
}

.wp-caption-text {
    color: gray!important;
    font-style: italic;
    text-align: center;
    line-height: 1.5em;
    width: 100%;
    padding: 10px 0 20px!important;
    width: 100%;
    margin-bottom: 0!important;
    box-sizing: border-box;
    display: inline-block;
    padding-top: 0;
    margin-top: -8px!important;
    float: left
}

.alignright {
    overflow: hidden;
    float: right;
    margin-left: 15px!important
}

.alignleft {
    float: left;
    overflow: hidden;
    margin-right: 15px!important
}

.alignleft a {
    float: none!important;
    margin: auto!important;
    display: block
}

.aligncenter {
    position: relative;
    text-align: center;
    overflow: hidden;
    margin: auto!important;
    display: block
}

.aligncenter img {
    position: relative;
    display: block;
    margin: auto!important;
    float: none!important;
    text-align: center
}

.wp-video {
    margin: auto
}

.button {
    border: none;
    padding: 4px 7px
}

.button:hover {
    background: #000!important;
    color: #fff!important
}

@media (max-width: 500px) {
    .alignright {
        position: relative;
        text-align: center;
        margin: auto!important;
        display: block;
        float: none
    }
    .alignleft {
        position: relative;
        text-align: center;
        margin: auto!important;
        display: block;
        float: none
    }
}

.rd-tags {
    float: left;
    width: 100%;
    padding: 0!important;
    margin: -1px 0 15px -2px !important
}

.rd-tags li {
    float: left;
    text-transform: uppercase;
    font-weight: 700;
    list-style: none
}

.rd-tags li a {
    font-weight: 400;
    line-height: 1em;
    border-radius: 5px;
    padding: 10px 15px;
    margin: 1px;
    font-size: 13px!important;
    position: relative;
    display: inline-block;
    opacity: .6;
    background: rgba(128, 128, 128, 0.2) none repeat scroll 0 0
}

.rd-tags li a:hover {
    color: #fffff!important
}

.rd-tags li span {
    font-weight: 400;
    line-height: 1em;
    padding: 10px 15px;
    border-radius: 5px;
    margin: 1px;
    font-size: 13px!important;
    position: relative;
    display: inline-block;
    color: #fff!important
}

.rd-share {
    float: left;
    width: 100%;
    margin-bottom: 10px;
    margin-top: 10px
}

.rd-share span {
    float: left;
    line-height: 25px;
    margin-right: 10px;
    font-weight: 700
}

#rd-post-pagination {
    float: left;
    overflow: hidden;
    width: 100%;
    margin: 20px 0
}

#rd-post-pagination a {
    padding: 5px 15px;
    float: left;
    border-radius: 5px;
    margin: 2px;
    background: rgba(118, 128, 138, .10)
}

#rd-post-pagination span {
    padding: 5px 15px;
    float: left;
    margin: 2px;
    border-radius: 5px;
    overflow: hidden;
    background: rgba(118, 128, 138, .10)
}

.post-edit-link {
    float: left;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 20px
}

.rd-review {
    width: 100%;
    float: left;
    background: rgba(150, 150, 150, 0.05);
    box-shadow: 0 0 0 1px rgba(150, 150, 150, 0.15);
    float: left;
    position: relative;
    padding: 20px;
    margin-bottom: 20px
}

.rd-review-details {
    width: 88%;
    width: calc(100% - 120px)!important;
    margin-right: 2%;
    margin-right: calc(20px)!important;
    float: left
}

.rd-review-title {
    width: 100%;
    font-size: 22px!important;
    float: left;
    position: relative;
    top: 0!important;
    margin-bottom: 5px!important;
    padding: 0;
    margin-top: 0!important
}

.rd-review-excerpt {
    width: 100%;
    float: left;
    padding: 0
}

.rd-score-details {
    width: 100px;
    float: right;
    text-align: center;
    position: relative
}

.rd-review .rd-circular.rd-review-circular {
    background-color: transparent;
    box-shadow: 0 0!important
}

.rd-review-stars .stars-large {
    float: right
}

.rd-review-final-score .stars-large {
    float: none!important;
    margin: 0 auto 10px
}

span.rd-stars-large {
    width: 100px;
    display: block
}

.rd-review-style {
    float: left;
    height: 1.5em
}

.rd-review-score {
    float: right;
    padding: 0;
    margin: auto;
    display: inline-block;
    width: 100px!important
}

.rd-stars-large span {
    width: 100px;
    float: left
}

.rd-stars-score {
    overflow: hidden;
    float: left;
    position: relative
}

.rd-stars-score i {
    font-family: dashicons;
    float: left
}

.rd-stars-score i::before {
    font-size: 20px;
    content: "\f155";
    font-style: normal;
    color: #e03800
}

.rd-stars-full-score {
    float: left;
    position: absolute
}

.rd-stars-full-score i {
    font-family: dashicons;
    float: left
}

.rd-stars-full-score i::before {
    font-size: 20px;
    content: "\f155";
    font-style: normal;
    color: rgba(150, 150, 150, 0.40)!important
}

.rd-review-short {
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    display: block;
    margin-top: 0;
    line-height: 30px;
    float: left;
    width: 100%
}

.rd-review .rd-circular {
    font-size: 40px;
    position: relative;
    margin: calc(3px);
    float: right;
    border: none!important;
    margin: 3px;
    box-shadow: 0 0 0 3px #000, 0 0 0 4px #000 inset!important
}

.rd-review .rd-circular div {
    border-width: 7px!important
}

.rd-review .rd-circular span {
    text-shadow: none
}

@media (max-width: 1240px) and (min-width: 980px) {
    .rd-review-details {
        width: 85%
    }
    .rd-review .rd-circular {
        font-size: 35px
    }
}

@media (max-width: 979px) and (min-width: 768px) {
    .rd-review-details {
        width: 85%
    }
    .rd-review .rd-circular {
        font-size: 30px
    }
}

@media (max-width: 768px) and (min-width: 500px) {
    .rd-review-details {
        width: 75%
    }
    .rd-review .rd-circular {
        font-size: 25px
    }
}

@media (max-width: 500px) {
    .rd-review-details {
        width: 100%!important;
        margin: 0
    }
    .rd-score-details {
        width: 100%;
        margin-top: 15px
    }
    .rd-review-score {
        float: none
    }
}

.avater {
    float: left;
    position: relative;
    width: 100%;
    padding-bottom: 100%
}

.avater img {
    border-radius: 0;
    box-shadow: 0 0 0 1px rgba(150, 150, 150, 0.15)
}

.rd-boxid .rd-author-box {
    padding: 20px
}

.rd-author-box {
    float: left;
    text-align: left;
    padding: 0;
    width: 100%
}

.rd-author-box .rd-author-name {
    font-size: 18px;
    width: 100%!important;
    float: left
}

.rd-author-box .rd-author-name a {
    font-size: 18px;
    width: 100%
}

.rd-author-thumb {
    display: inline-block;
    float: left;
    position: relative;
    width: 10%;
    padding-bottom: 10%;
    border-radius: 0;
    overflow: hidden
}

.rd-author-thumb img {
    width: 100%;
    height: 100%;
    box-shadow: 0 0 0 1px RGBA(150, 150, 150, 0.15);
    border-radius: 2px;
    position: absolute
}

.rd-author-box .rd-details {
    position: relative;
    display: inline-block;
    width: 90%;
    float: left;
    padding-left: 20px;
    font-size: 18px
}

.rd-author-name {
    margin: 0;
    font-size: 20px;
    display: inline-block;
    font-weight: 700;
    width: 100%
}

.rd-author-description {
    margin-top: 6px;
    font-size: 13px;
    display: inline-block;
    font-weight: 400;
    width: 100%;
    padding-bottom: 0;
    margin-bottom: 6px;
    line-height: 1.6em
}

.rd-author-box ul {
    margin-left: 0!important;
    margin-right: 0!important;
    float: left
}

.rd-author-social {
    float: left;
    margin: 5px;
    list-style: none
}

.rd-author-social img {
    border-radius: 50%;
    width: 24px;
    height: 24px
}

@media (max-width: 499px) {
    .rd-author-thumb {
        width: 50px;
        padding-bottom: 50px;
        margin-right: 15px;
        margin-bottom: 5px
    }
    .rd-author-box .rd-details {
        display: block;
        width: auto;
        float: none;
        margin: 0!important
    }
    .rd-author-box .rd-author-name {
        float: none!important;
        width: auto!important
    }
    .rd-author-description {
        display: block;
        width: auto!important
    }
}

.rd-post-nextprev {
    float: left;
    width: 100%;
    padding: 0;
    border-radius: 7px;
    overflow: hidden
}

.rd-boxid .rd-post-previous:after {
    content: "";
    position: absolute;
    right: 0;
    border-width: 0 1px 0 0;
    border-style: solid;
    height: 300%;
    top: 0
}

.rd-post-previous {
    width: 100%;
    height: 100%;
    font-size: 0;
    line-height: normal;
    padding: 0 1px;
    float: left;
    position: relative;
    text-align: center
}

.rd-post-previous-warp,
.rd-post-next-warp {
    width: 100%;
    height: 100%;
    float: left
}

.rd-post-next {
    width: 100%;
    font-size: 0;
    height: 100%;
    line-height: normal;
    padding: 0 10px;
    float: left;
    text-align: center
}

.rd-post-next a,
.rd-post-previous a {
    text-align: center;
    font-weight: 700;
    line-height: normal
}

.rd-post-next span,
.rd-post-previous span {
    font-size: 15px;
    float: left;
    width: 100%;
    margin-bottom: 5px;
    opacity: .5
}

@media (max-width: 499px) {
    .rd-post-previous,
    .rd-post-next {
        width: 100%;
        margin: 0!important;
        padding: 0!important
    }
    .rd-post-next {
        width: 100%;
        margin: 0!important;
        padding-top: 20px!important
    }
}

.rd-related {
    float: left;
    width: 100%
}

.rd-related h4 {
    width: 100%;
    float: left;
    font-weight: 700
}

.rd-related a {
    font-weight: 700
}

.rd-related .rd-post-thumbnail {
    pointer-events: all!important
}

.rd-related div.rd-row:first-child {
    border-top: none!important
}

@media (max-width: 1240px) and (min-width: 979px) {
    .rd-related .rd-title a {
        font-size: 14px!important
    }
}

@media (max-width: 979px) {
    .rd-related {
        display: none
    }
}

.rd-lightbox {
    top: 0;
    z-index: 9999999;
    position: fixed;
    background-color: rgba(0, 0, 0, .75);
    margin: 0!important;
    text-align: center;
    width: 100%;
    height: 100%;
    display: none;
    color: #fff
}

.rd-lightbox-middle {
    display: table;
    height: 100%;
    width: 100%;
    vertical-align: middle
}

.rd-lightbox-img {
    margin: auto;
    vertical-align: middle;
    width: 100%;
    text-align: center;
    display: table-cell
}

.rd-lightbox-targetimg {
    max-width: 900px;
    max-height: 500px;
    height: auto;
    display: block;
    line-height: 0
}

@media (max-width: 1240px) {
    .rd-lightbox-targetimg {
        max-width: 70%;
        max-height: 70%;
        display: block;
        line-height: 0
    }
}

.rd-lightbox-counter {
    font-size: 30px
}

.rd-lightbox i:hover {
    cursor: pointer;
    color: #2aabd2
}

.rd-lightbox-bottom {
    position: fixed;
    bottom: 20px;
    text-align: center;
    width: 100%;
    z-index: 111111111111;
    left: 0;
    right: 0;
    height: auto
}

.rd-lightbox-nextbig {
    cursor: pointer;
    top: 47.5%;
    top: calc(50% - 25px);
    left: auto;
    z-index: 999999999999;
    position: fixed;
    opacity: .75;
    font-size: 50px;
    right: 2%!important;
    right: 20px!important
}

.rd-lightbox-prevbig {
    cursor: pointer;
    z-index: 999999999999;
    top: 47.5%;
    top: calc(50% - 25px);
    right: auto;
    position: fixed;
    opacity: .75;
    font-size: 50px;
    left: 2%!important;
    left: 20px!important
}

.rd-lightbox-nextbig:hover,
.rd-lightbox-prevbig:hover {
    opacity: 1
}

.rd-lightbox-targetimg {
    z-index: 9999999;
    cursor: pointer;
    position: relative
}

.rd-lightbox-close::before {
    font-family: dashicons;
    font-weight: 400;
    position: absolute;
    top: 20px;
    font-style: normal;
    right: 20px;
    font-size: 50px;
    cursor: pointer;
    content: "\f335"
}

.rd-lightbox-prevbig::before {
    content: "\f340";
    font-family: dashicons;
    font-weight: 400
}

.rd-lightbox-nextbig::before {
    content: "\f344";
    font-family: dashicons;
    font-weight: 400
}

.rd-lightbox-loading {
    background: url(../img/loading.gif) center no-repeat transparent;
    color: #2aabd2;
    z-index: 99999999999;
    position: fixed;
    width: 100%;
    height: 100%;
    right: 0;
    left: 48%;
    left: calc(50% - 22px)
}

.rd-lightbox-loading::before {
    margin: 25% 0;
    color: #2aabd2
}

.rd-lightbox-title {
    display: block;
    font-size: 30px;
    margin-bottom: 10px;
    line-height: 1.4em;
    line-height: calc(1em + 6px)
}

.rd-lightbox-outer {
    cursor: pointer;
    position: absolute;
    height: 100%;
    width: 100%
}

#comments {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0
}

.comments-title {
    font-size: 20px;
    margin: 0
}

.rd-list .comments-title {
    margin-bottom: 10px
}

.comment-list {
    list-style: none;
    float: left;
    margin-bottom: 20px;
    width: 100%;
    margin-left: 0!important;
    margin-right: 0!important
}

.comments-area .children {
    margin: 0
}

.comment-list.rd-thread li {
    position: relative;
    clear: both;
    border-width: 1px;
    border-style: solid;
    float: left;
    background: rgba(150, 150, 150, 0.00);
    padding: 20px;
    list-style: none;
    margin: 20px 0 0;
    border-color: rgba(118, 128, 138, 0.15);
    border-radius: 5px;
    width: 100%;
    box-sizing: border-box
}

.rd-layout_6 .comment-list.rd-thread li {
    border-width: 1px
}

.comment-list.rd-thread li ul li {
    background: rgba(118, 128, 138, 0.03);
    padding: 20px;
    margin-top: 20px
}

.comment-wrap.rd-thread {
    padding: 0
}

.comment-list.rd-list .comment-wrap {
    border-width: 1px 0 0;
    border-style: dotted;
    padding: 20px 0;
    list-style: none;
    float: left;
    width: 100%!important
}

.comment-list.rd-list .children {
    list-style: none;
    margin-left: 7.5%
}

.comment-list.rd-list li ul li .comment-wrap {
    list-style: none
}

#comments .clear {
    clear: inherit!important
}

.comment-avatar {
    float: left;
    width: 55px;
    padding-bottom: 0;
    margin-right: 15px;
    margin-bottom: 5px
}

.comment-avatar img {
    font-size: 0;
    float: left;
    width: 100%;
    height: 100%;
    position: absolute;
    border-radius: 50px
}

.author-comment cite {
    font-weight: 400;
    position: relative;
    display: block;
    float: left;
    padding-right: 5px;
    font-style: normal
}

.comment-content p:last-child {
    margin-bottom: 0
}

.author-link {
    float: left
}

.author-link ol {
    float: left;
    padding-right: 5px
}

.author-link a {
    float: left;
    font-size: 17px
}

.author-link-reply a {
    font-size: 14px
}

.author-link-reply {
    float: left
}

.commentmetadata {
    font-size: 11px;
    text-align: right
}

.comment-wrap {
    position: relative
}

.comment-content {
    position: relative;
    overflow: hidden;
    margin-top: 10px
}

.comment-content li {
    border: none!important;
    margin: 0!important;
    list-style: inherit!important;
    background: none!important;
    clear: inherit!important;
    float: none!important;
    padding: 0!important
}

.comment-content h1,
.comment-content h2,
.comment-content h3,
.comment-content h4,
.comment-content h5,
.comment-content h6 {
    margin: 15px 0!important
}

.nocomments {
    text-align: center
}

.comment-list li.pingback {
    padding: 5px 10px;
    border-bottom: 1px solid #ddd
}

.comment-list .reply {
    text-align: right;
    float: left;
    line-height: 1em;
    margin-top: 2px;
    width: 100%
}

.comment-list .reply a {
    padding: 0;
    position: relative;
    text-align: right;
    float: none;
    display: inline-block;
    font-size: 13px
}

.comment-list .reply a:hover {
    text-shadow: 0 1px 1px #000
}

#respond {
    width: 100%;
    position: relative;
    font-size: 13px;
    float: left;
    margin-top: 20px;
    font-weight: 700
}

.comment-list li #respond {
    margin: 10px 0 20px!important
}

.comment-reply-title {
    margin: 0
}

#commentform {
    padding: 0;
    margin-top: 6px;
    overflow: hidden
}

#commentform .required {
    font-weight: 700;
    float: left
}

#commentform label {
    line-height: 1.75em;
    font-size: 17px
}

#commentform p {
    width: 100%;
    float: left;
    margin-bottom: 15px;
    font-weight: 400;
    padding: 0
}

#commentform .form-submit {
    margin-top: 5px
}

#commentform textarea,
#commentform input {
    width: 100%;
    font-size: 13px;
    line-height: 1.75em
}

#commentform input {
    float: left;
    font-weight: 400;
    display: block;
    width: 100%;
    font-size: 12px;
    height: 50px;
    padding: 0 30px!important;
    background: rgba(118, 128, 138, 0.05)
}

#commentform input[type="checkbox"] {
    margin-top: 8px;
    margin-left: 15px
}

#commentform textarea {
    box-sizing: border-box;
    width: 100%;
    padding: 5px 10px;
    height: 100px;
    float: left;
    background: rgba(118, 128, 138, 0.05)
}

#commentform input,
#commentform input,
.bypostauthor {
    box-sizing: border-box
}

.comment-form-email,
.comment-form-url,
.comment-form-url,
.comment-form-comment {
    clear: both
}

.comment-notes {
    margin-bottom: 10px
}

.form-submit #submit,
#login-form .login-button,
.widget-feedburner .feedburner-subscribe {
    width: auto;
    font-size: 13px;
    padding: 3px 7px;
    cursor: pointer;
    position: relative
}

#submit:hover {
    opacity: .75
}

.commentmetadata a,
.author-link-reply a {
    display: inline-block;
    opacity: .5
}

.form-submit #submit:active,
#login-form .login-button:active,
.widget-feedburner .feedburner-subscribe:active {
    top: 2px
}

input.error,
textarea.error {
    border: 1px solid red!important
}

.rd-comment-navi {
    padding-bottom: 20px;
    width: 100%;
    float: left
}

.rd-comment-navi .page-numbers {
    padding: 5px 10px;
    background: rgba(150, 150, 150, 0.10)
}

@media (max-width: 499px) {
    .comment-list.rd-thread li {
        padding: 12px;
        padding: 12px!important
    }
    .comment-content {
        display: inline-block;
        width: 100%;
        float: left;
        overflow: hidden;
        margin-top: 5px;
        float: none
    }
}

.widget:not(.rd-widget-post) {
    line-height: 1.6em;
    font-size: 13px;
    float: left;
    width: 100%;
    padding: 20px;
    list-style: none
}

.widget {
    line-height: 1.6em;
    font-size: 13px
}

.widget-warp {
    float: left;
    border-radius: 5px;
    width: 100%;
    overflow: hidden
}

.rd-widget-post {
    padding: 5px;
    width: 100%;
    float: left
}

.widget:not(.rd-widget-post) .rd-title-box {
    padding: 0;
    margin-bottom: 2px
}

.widget:not(.rd-widget-post) .widget-container {
    float: left
}

.widget .screen-reader-text {
    display: none
}

.widget a {
    font-size: 15px;
    line-height: 1.6em
}

.widget.widget_rss .rd-title-box h4 a:not(.rsswidget) {
    display: none
}

.widget_rss span {
    padding: 0!important
}

.widget_rss a {
    background: none!important
}

.widget.widget_rss .rd-title-box h4 a:nth-child(1) {
    padding: 5px 5px 5px 35px
}

.widget.widget_rss .rd-title-box h4 a:nth-child(2) {
    padding: 5px 35px 5px 0
}

.widget select {
    width: 100%
}

.widget #wp-calendar {
    width: 100%;
    margin: 0
}

.widget #wp-calendar caption {
    text-align: center;
    padding: 5px 10px
}

.widget .searchform input#s {
    width: 100%
}

.widget .searchform #searchsubmit {
    cursor: pointer
}

.widget:not(.rd-widget) .widget-container {
    width: 100%
}

.widget span {
    color: #888
}

.rd-widget .widget-container {
    width: 100%;
    float: left
}

.widget li {
    list-style: none
}

.widget:not(.rd-widget) ul li:before {
    font-family: dashicons;
    content: "\f345";
    font-style: normal;
    vertical-align: top;
    font-size: 12px;
    margin-right: 3px;
    margin-top: 2px;
    float: left
}

.widget ul {
    margin-left: 0;
    margin-bottom: 0;
    margin-right: 0
}

.widget ul ul,
.widget ol ol {
    margin: 0 0 0 15px
}

.widget ul li {
    padding: 5px 0;
    text-align: right;
}

.widget ul li ul li {
    padding: 5px 0
}

.rd-widget ul li {
    padding: 0
}

.rd_widget ul li {
    padding: 0
}

.rd-none-title .rd-title-box {
    display: none
}

.widget_text img {
    max-width: 100%;
    height: auto
}

.widget.widget_nav_menu li a::before {
    content: inherit;
    display: none
}

.widget p {
    line-height: 1.5em;
    margin: 0 0 1.6em
}

.widget_text .wp-caption-text {
    padding: 5px
}

.rd-widget-tags .rd-widget-content {
    width: 100%;
    float: left;
    padding-top: 0
}

.rd-tags-box {
    width: 100%;
    float: left
}

.rd-tags-box a,
.tagcloud A {
    font-size: 13px!important;
    margin: 5px 5px 0 0;
    opacity: .7;
    padding: 3px 7px!important;
    background: rgba(118, 138, 138, 0.10);
    float: left
}

.rd-text-html {
    width: 100%;
    float: left;
    padding: 20px
}

.rd-widget-text-link {
    float: left;
    display: block
}

.rd-widget-text-link:first-child {
    margin-top: 20px
}

.rd-widget-link:last-child {
    margin-bottom: 20px
}

.widget_tag_cloud .rd-title-box {
    margin-bottom: 10px!important
}

.rd-text-link {
    width: 100%;
    padding: 15px;
    background: rgba(150, 150, 150, 0.15);
    border-width: 1px;
    border-style: solid
}

.rd-layout_6 .rd-text-link {
    border-width: 3px
}

.rd-text-link a {
    font-size: 18px;
    font-weight: 700
}

.rd-widget-author .rd-post-module-2 .rd-thumb {
    position: relative;
    width: 150px!important;
    text-align: center;
    margin: auto;
    display: block;
    margin-top: 20px;
    float: none;
    border-radius: 50%;
    overflow: hidden
}

.rd-widget-author .rd-meta {
    margin: 15px 0 0!important;
    line-height: inherit!important
}

.rd-widget-author .rd-meta li {
    font-size: 0!important;
    max-height: none!important
}

.rd-widget-author li a::before {
    font-family: FontAwesome;
    font-size: 1.5em
}

.rd-widget-instagram .rd-post-item {
    padding: 1px
}

.rd-widget-instagram .rd-post-item a {
    padding-bottom: 100%;
    float: left;
    width: 100%;
    -webkit-transition: background-color .5s ease-out;
    -moz-transition: background-color .5s ease-out;
    -o-transition: background-color .5s ease-out;
    transition: background-color .5s ease-out;
    position: relative
}

.rd-widget-instagram .rd-post-item img {
    width: 100%;
    margin: 0;
    height: 100%;
    position: absolute;
    display: inline-block
}

#user-instagram-feed {
    width: 100%;
    margin: 0;
    float: left
}

#user-instagram-feed li {
    width: 12.5%;
    float: left;
    list-style: none
}

#user-instagram-feed li a {
    padding-bottom: 100%;
    float: left;
    width: 100%;
    -webkit-transition: background-color .5s ease-out;
    -moz-transition: background-color .5s ease-out;
    -o-transition: background-color .5s ease-out;
    transition: background-color .5s ease-out;
    position: relative
}

#user-instagram-feed li a::before {
    -webkit-transition: background-color .5s ease-out;
    -moz-transition: background-color .5s ease-out;
    -o-transition: background-color .5s ease-out;
    transition: background-color .5s ease-out;
    content: ""
}

#user-instagram-feed li:hover a::before {
    content: "";
    z-index: 1;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 15%, rgba(0, 0, 0, 0.7) 85%, rgba(0, 0, 0, 0.7) 100%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 15%, rgba(0, 0, 0, 0.7) 85%, rgba(0, 0, 0, 0.7) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 15%, rgba(0, 0, 0, 0.7) 85%, rgba(0, 0, 0, 0.7) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#33000000', endColorstr='#b3000000', GradientType=0);
    width: 100%;
    position: absolute;
    height: 100%;
    background: rgba(0, 0, 0, 0.5)
}

#user-instagram-feed li img {
    width: 100%;
    margin: 0;
    height: 100%;
    position: absolute;
    display: inline-block
}

.insta-flow {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%)
}

.insta-flow a {
    font-size: 16px;
    z-index: 2;
    text-transform: uppercase;
    background: rgba(255, 255, 255, 0.95);
    border-radius: 35px;
    padding: 15px 20px
}

.rd-widget-instagram .rd-readmore {
    marign-top: 20px;
    width: 100%;
    text-align: center
}

.rd-widget-instagram .rd-readmore a {
    text-align: center;
    margin: auto;
    float: none;
    display: inline-block;
    padding: 10px 20px
}

body #rd-wrapper .rd-row-item .rd-post.rd-widget-instagram .rd-readmore a {
    color: #fff!important
}

.rd-social-content {
    width: 100%;
    float: left
}

.rd-social-content .rd-social {
    float: left;
    width: 100%;
    margin: 0!important;
    background: none!important
}

.rd-social-content .rd-social ul {
    width: 100%;
    margin-left: 0!important;
    margin-right: 0!important;
    float: left;
    padding: 0
}

.rd-social-content .rd-social li {
    line-height: normal!important;
    list-style: none;
    position: relative;
    width: 20%;
    padding: 1px;
    float: left;
    height: auto;
    margin: 0
}

.rd-social-content .rd-social li a {
    float: left;
    padding-bottom: 100%!important;
    position: relative;
    width: 100%
}

.rd-social-content .rd-social li img {
    position: absolute;
    float: left;
    height: 100%!important;
    width: 100%!important;
    border-radius: 0!important;
    left: 0
}

.rd-social-content .rd-social li:before {
    display: none
}

.widget .rd-meta li {
    padding: 0!important
}

.rd-widget-featured .rd-post-list {
    padding: 0
}

.rd-widget-post-module-3 {
    padding: 10px
}

@media (max-width: 979px) {
    .rd-widget-cavater .rd-excerpt {
        display: inline-block!important
    }
}

.rd-sidebar .rd-list .rd-post-1-2 .rd-circular {
    display: none
}

.rd-text-html .widget_text {
    width: 100%;
    float: left;
    position: relative
}

.rd-widget-login-singin {
    padding-bottom: 20px;
    float: left
}

.rd-widget-login-singin label {
    font-size: 14px;
    text-align: left;
    list-style: outside none none;
    float: left;
    padding: 5px 0
}

.rd-widget-login-singin #log,
.rd-widget-login-singin #pwd {
    background: rgba(150, 150, 150, 0.05);
    height: 40px;
    font-size: 14px;
    box-shadow: 0 0 0 1px rgba(118, 128, 138, 0.2) inset;
    border: none;
    margin: auto;
    width: 100%;
    padding: 0 15px
}

.rd-widget-login-singin #submit {
    cursor: pointer;
    float: right;
    margin-top: 10px;
    border: medium none;
    font-size: 17px
}

.rd-widget-login-singin .rd-rememberme {
    font-size: 14px;
    text-align: left;
    list-style: outside none none;
    float: left;
    margin-top: 10px
}

.rd-login-links {
    float: left;
    width: 100%
}

.rd-login-links li {
    padding: 0;
    display: inline-block;
    margin-right: 10px
}

.rd-widget-login-user {
    width: 100%;
    float: left
}

.rd-author-avatar {
    float: left;
    width: 30%;
    padding-top: 0
}

.rd-author-avatar img {
    border: solid 1px #fff;
    border-radius: 0;
    width: 100%;
    border-radius: 50%;
    height: auto
}

.rd-panel {
    float: left;
    width: 70%;
    padding-left: 15px
}

.rd-panel a {
    font-weight: 400
}

.rd-widget-login-user li {
    font-size: 15px;
    font-weight: 700;
    line-height: 25px
}

.rd-login-user h3 {
    padding: 0 20px;
    width: 250px;
    float: left;
    font-size: 14px
}

.rd-login-user ul {
    padding: 0 20px;
    font-size: 12px;
    float: left
}

.widget_search a.rd-search-icon {
    display: none!important
}

.widget_search .rd-search-sub {
    margin-top: 0!important;
    padding: 0!important;
    width: 100%!important;
    position: relative;
    z-index: 1!important;
    right: 0;
    background: none!important;
    display: inline-block!important;
    border-top: 0!important;
    box-shadow: none!important
}

.rd-single .rd-widget-ads {
    padding: 5px 0
}

.rd-ads {
    text-align: center;
    float: left;
    display: inline-block;
    width: 100%
}

.rd-ads img {
    display: inline-block;
    float: left;
    top: 0;
    left: 50%;
    max-width: 100%;
    height: auto;
    position: relative;
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    font-size: 0;
    -ms-transform: translate(-50%, 0)
}

.rd-resize.rd-ads img {
    width: 100%;
    float: left
}

.rd-footer-warp {
    width: 100%;
    overflow: hidden;
    float: left;
    position: relative
}

.rd-footer-warp::before {
    content: "";
    position: absolute;
    left: 0;
    height: 100%;
    right: 0;
    width: 100%;
    z-index: -1
}

.rd-footer-warp .rd-background {
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute
}

.rd-body-boxid .rd-footer-middle {
    width: 1240px
}

.rd-footer-middle {
    width: 1280px;
    margin: auto
}

.rd-footer {
    padding: 20px 0;
    width: 100%;
    overflow: hidden;
    float: left
}

.rd-footer .rd-title-box {
    background: none!important
}

.rd-footer .rd-text .rd-excerpt {
    font-size: 15px
}

.rd-footer .rd-title-box h4 {
    background: none!important;
    border-width: 0!important
}

body #rd-wrapper #rd-footer .rd-footer .rd-title-box h4::before,
body #rd-wrapper #rd-footer .rd-footer .rd-title-box h4 {
    background: none!important;
    border-width: 0 0 1px!important;
    border-color: rgba(118, 128, 138, 0.10)!important;
    border-style: solid!important
}

.rd-footer-container {
    margin: auto;
    width: 1240px
}

.rd-footer .rd-post-background {
    background: none!important;
    padding: 10px 0!important
}

.rd-footer h4.rd-post-background {
    padding-top: 0!important;
    padding-bottom: 0!important
}

body .rd-footer .rd-post-container:hover {
    box-shadow: none!important
}

#rd-footer .rd-footer .widget-container,
#rd-footer .rd-footer .rd-post-warp,
#rd-footer .rd-footer .rd-post-warp::before,
#rd-footer .rd-footer .rd-post-list-boxid {
    background: none!important
}

#rd-footer .rd-meta,
#rd-footer .rd-meta li,
#rd-footer .rd-meta li a,
#rd-footer .rd-meta span {
    color: #888!important
}

.rd-footer-content {
    float: left;
    padding: 0;
    width: 100%
}

.rd-footer-bottom {
    width: 100%;
    padding: 0 20px;
    float: left
}

.rd-footer-bottom-warp {
    float: left;
    text-align: center;
    width: 100%;
    padding: 20px 0
}

.rd-footer-bottom span {
    width: 100%;
    float: left;
    text-align: center
}

#rd-wrapper .rd-footer .rd-title-box {
    margin-bottom: 20px
}

#rd-wrapper .rd-footer .rd-widget-post .rd-title-box {
    margin-bottom: 10px!important
}

#rd-wrapper .rd-footer .rd-title-box span,
#rd-wrapper .rd-footer .rd-title-box a {
    background: none!important;
    padding: 0!important;
    font-size: 18px;
    margin-right: 15px
}

@media (max-width: 1190px) {
    .rd-footer {
        width: 100%;
        margin-left: 0;
        padding: 0
    }
    .rd-footer-middle {
        width: 100%!important
    }
}

.rd-footer-logo {
    float: left;
    line-height: 0;
    display: inline-block;
    position: relative;
    padding: 20px 0 0;
    display: inline-block;
    position: relative
}

.rd-masthead .rd-footer-logo {
    z-index: 1
}

.rd-footer-logo-right {
    float: right;
    margin-left: 20px;
    margin-right: 20px
}

.rd-footer-logo-image .rd-footer-logo-warp {
    margin: 0!important
}

.rd-footer-logo-image a {
    line-height: 0
}

.rd-footer-logo-center {
    float: left;
    width: 100%;
    margin-left: 0;
    margin-right: 0
}

.rd-footer-logo-center .rd-footer-logo-warp {
    transform: translate(-50%, 00%);
    top: 0;
    float: left;
    left: 50%;
    margin-bottom: 0;
    margin-top: 0;
    transform: translate(-50%, 00%);
    -webkit-transform: translate(-50%, 00%);
    -moz-transform: translate(-50%, 00%);
    -o-transform: translate(-50%, 00%);
    -ms-transform: translate(-50%, 0%)
}

.rd-footer-logo-warp {
    position: relative;
    transform: translate(0, -50%);
    top: 50%;
    margin-top: 0;
    background: none!important;
    padding: 0!important;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%)
}

.rd-footer-logo a {
    font-size: 0;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    display: block
}

.rd-footer-logo-center a.rd-footer-logo-title,
.rd-footer-logo-center a.rd-footer-logo-description {
    text-align: center
}

a.rd-footer-logo-title {
    font-size: 30px;
    text-align: left;
    line-height: 1em;
    display: block;
    color: #000
}

a.rd-footer-logo-description {
    font-size: 13px;
    line-height: 1.42em;
    text-align: left;
    display: block;
    color: #000
}

.rd-footer-logo a:hover {
    opacity: .75
}

.rd-footer-bottom .rd-social {
    position: relative;
    width: 100%!important;
    left: 0!important;
    margin: 0!important;
    top: 0!important;
    padding: 0!important;
    z-index: 11111111
}

.rd-footer-bottom .rd-social ul {
    display: inline-block;
    float: left;
    text-align: center;
    width: 100%;
    padding: 10px;
    margin: 10px 0 5px
}

.rd-footer-bottom .rd-social ul li {
    float: none!important;
    display: inline-block
}

.rd-footer-bottom .rd-social ul a::before {
    font-size: 25px!important;
    line-height: 25px;
    line-height: 65px
}

.rd-footer-bottom .rd-social ul li a:hover:before {
    color: #fff!important
}

.rd-footer-bottom .rd-social-icon {
    width: 100%;
    float: left
}

.rd-footer-bottom .rd-social ul li a {
    background: rgba(118, 128, 138, 0.15);
    border-radius: 50%;
    width: 65px;
    height: 65px;
    float: left
}

body {
    background-color: #f5f8fb
}

.rd-header-middle,
.rd-masthead-middle,
.rd-navplus-middle,
.rd-row-middle,
.body-single-template-7 .rd-wrapper-row,
.rd-head-single-post .rd-post-middle,
.rd-footer-middle {
    width: 1800px
}

@media (max-width:1800px) {
    .rd-head-single-post .rd-post-middle,
    .body-single-template-7 .rd-wrapper-row,
    .rd-header-middle,
    .rd-masthead-middle,
    .rd-navplus-middle,
    .rd-row-middle,
    .rd-row-container,
    .rd-footer-container,
    .rd-header-middle,
    .rd-masthead-middle,
    .rd-navplus-middle,
    .rd-row-middle,
    .body-single-template-7 .rd-wrapper-row,
    .rd-head-single-post .rd-post-middle,
    .rd-footer-middle {
        width: 100%!important
    }
}

.body-single-template-7 .rd-wrapper-row {
    width: calc(1800px - 40px)
}

body.rtl,
body input,
body select,
body textarea,
body.rtl .button,
body a.button,
.fht-table,
.fht-table thead,
.fht-table tfoot,
.fht-table tbody,
.fht-table tr,
.fht-table th,
body #yith-woocompare,
table.compare-list td,
.fht-table td {
    font-family: sao-vazir!important
}

@font-face {
    font-family: 'sao-vazir';
    font-weight: 900;
    src: url(../fonts/sao-vazir-black.woff) format("woff")
}

@font-face {
    font-family: 'sao-vazir';
    font-weight: 300;
    src: url(../fonts/sao-vazir-light.woff) format("woff")
}

@font-face {
    font-family: 'sao-vazir';
    font-weight: 400;
    font-weight: 400;
    src: url(../fonts/sao-vazir.woff) format("woff")
}

@font-face {
    font-family: 'sao-vazir';
    font-weight: 700;
    font-weight: 700;
    src: url(../fonts/sao-vazir-bold.woff) format("woff")
}

@font-face {
    font-family: 'sao-vazir';
    font-weight: 900;
    src: url(../fonts/sao-vazir-black.woff) format("woff")
}

@font-face {
    font-family: 'sao-vazir';
    font-weight: 300;
    src: url(../fonts/sao-vazir-light.woff) format("woff")
}

p,
input,
body {
    color: #405060
}

a,
.rd-title,
.rd-single-post .rd-meta li,
.rd-single-post .rd-meta li a,
.rd-review .rd-circular span,
body.buddypress .rd-post .rd-post-content a {
    color: #102030
}

a:hover,
.rd-bpost .rd-title a:hover,
.rd-post .rd-title a:hover,
#rd-sidebar .widget-container a:hover,
.rd-wide-slider .rd-slide-post h3 .rd-title a:hover,
.rd-login .rd-singin .rd-singin-footer li a:hover {
    color: #ef5661
}

.main-menu ul li a:hover,
body .rd-pagenavi span.current,
.vorod,
.rd-moreblock a,
.rd-morelink a,
#submit,
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce input.button:hover,
#commentform #submit,
#buddypress #members-directory-form div.item-list-tabs ul li.selected span,
.rd-comment-navi .page-numbers.current,
#rd-post-pagination .current-post-page,
.rd-nav-menu .rd-menu-icon:hover,
.rd-toolbar.rd-toolbar-active .rd-toolbar-warp .rd-toolbar-close:hover,
body .rd-toolbar.rd-toolbar-active .rd-toolbar-warp .rd-toolbar-close:hover::before,
#buddypress div.item-list-tabs ul li.selected a,
#buddypress div.item-list-tabs ul li.current a,
#members-list-options a.selected,
#groups-list-options a.selected,
.widget #wp-calendar caption,
.woocommerce ul.products li.product .button,
.rd-pagenavi a:hover,
.rd-active,
.woocommerce a.button.alt,
.woocommerce a.button.alt:hover,
.woocommerce input.button.alt,
.button,
.button:hover,
.woocommerce a.button:hover,
#searchsubmit,
.woocommerce div.product form.cart .button,
.woocommerce div.product form.cart .button:hover,
.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover,
.rd-widget-search .rd-search-button,
.rd-breakingnews span,
body .lSSlideOuter .lSPager.lSpg>li:hover a,
body .lSSlideOuter .lSPager.lSpg>li.active a,
.rd-bottom-thumb-text .lSGallery li.active,
.rd-bottom-thumb-text .lSGallery li.active a,
.rd-bottom-thumb-text .lSGallery li.active a,
.rd-bottom-text .lSGallery li.active,
.rd-inner-bottom-text .lSGallery li.active,
button,
input[type="submit"],
input[type="button"],
input[type="reset"],
#buddypress div.item-list-tabs ul li a span,
#rd-wrapper .rd-readmore a,
.rd-tags li span,
#rd-wrapper .rd-addcart .rd-addcart-count,
#rd-wrapper header .button,
.woocommerce nav.woocommerce-pagination ul li span.current,
.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
    background: #ef5661;
    background: -moz-linear-gradient(right, #ef5661 0%, #ef5661 100%);
    background: -webkit-linear-gradient(right, #ef5661 0%, #ef5661 100%);
    background: linear-gradient(to left, #ef5661 0%, #ef5661 100%);
    color: #fff!important
}

header .rd-nav-menu ul li:hover>a.rd-depth-0,
#rd-wrapper .rd-menu-active.rd-nav-menu span:hover,
header .rd-category-menu ul li a.rd-depth-0:hover,
.rd-masthead .rd-singin:hover .rd-user,
.rd-navplus .rd-singin:hover .rd-user,
.rd-masthead .rd-sing-hover .rd-user,
.rd-navplus .rd-sing-hover .rd-user,
#rd-wrapper .rd-menu-active.rd-category-menu span:hover,
#rd-wrapper .rd-masthead .rd-sing-hover .rd-user,
#rd-wrapper .rd-navplus .rd-sing-hover .rd-user,
#rd-wrapper span.onsale,
#rd-wrapper .rd-singout-warp li a:hover,
header a.rd-search-icon:hover,
header .rd-social a:hover,
header .rd-search-icon-mobile:hover,
.rd-searchform i.rd-search-icon,
header .rd-masthead .rd-cart-hover .rd-addcart-icon,
header .rd-navplus .rd-cart-hover .rd-addcart-icon,
.woocommerce-pagination .page-numbers li:hover,
.rd-cart-item a:hover:before,
body .rd-toolbar .rd-toolbar-close:hover::before,
#rd-wrapper .rd-addcart .remove_from_cart_button:hover,
.woocommerce .widget_price_filter .ui-slider .ui-slider-range,
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle,
.rd-tags li a:hover,
.rd-nav-menu .menu-item .menu-item-link span,
.rd-category-menu .menu-item .menu-item-link span,
.rd-search-button,
#rd-wrapper .rd-single-summary .compare:hover,
#rd-wrapper .rd-single-summary .yith-wcwl-add-to-wishlist a:hover,
body.rd-layout_16 #rd-wrapper .single_add_to_cart_button.button:hover {
    background: #ef5661!important;
    background: -moz-linear-gradient(right, #ef5661 0%, #ef5661 100%)!important;
    background: -webkit-linear-gradient(right, #ef5661 0%, #ef5661 100%)!important;
    background: linear-gradient(to left, #ef5661 0%, #ef5661 100%)!important;
    color: #fff!important
}

header .rd-nav-menu ul li a.rd-depth-1:hover,
header .rd-nav-menu ul li a.rd-depth-2:hover,
header .rd-nav-menu ul li a.rd-depth-3:hover,
header .rd-nav-menu ul li a.rd-depth-4:hover,
header .rd-category-menu ul li a.rd-depth-1:hover,
header .rd-category-menu ul li a.rd-depth-2:hover,
header .rd-category-menu ul li a.rd-depth-3:hover,
header .rd-category-menu ul li a.rd-depth-4:hover,
.rd-widget-search .rd-search-icon::before,
.rd-review-title,
.rd-authorbio ul,
.rd-panel strong,
.rd-dropcapsimple,
.rd-stars-score i::before,
.woocommerce p.stars a::before,
.author-link .fn a,
body #rd-wrapper .rd-module-item .rd-post .rd-meta .rd-author a,
.widget_text a,
#rd-wrapper .rd-product-category a:hover,
.rd-post-nextprev a:hover,
.rd-post .rd-meta a:hover,
#rd-row-breadcrumbs a:hover,
#rd-wrapper .rd-post-module-2 .rd-title a:hover,
.rd-addcart .rd-addcart-warp a:hover,
#rd-wrapper .rd-post .rd-meta .rd-author a:hover,
.rd-single-summary ins .woocommerce-Price-amount,
.rd-single-summary .compare:hover:before,
.rd-single-summary .rd-price,
#rd-wrapper .rd-title a:hover,
.rd-single-summary .woocommerce-Price-amount,
.woocommerce .star-rating::before,
.woocommerce .star-rating span::before,
.rd-post .rd-meta .rd-author a,
.rd-all-header .rd-addcart .quantity,
body .rd-toolbar .rd-addcart .quantity,
body .rd-toolbar .rd-addcart-warp .woocommerce-Price-amount,
body header .rd-addcart-warp .woocommerce-Price-amount,
.rd-single-summary .yith-wcwl-wishlistexistsbrowse a:hover:before,
body #rd-wrapper .rd-menu-section .sub-menu .rd-menu-image-text .menu-item-link:hover,
.rd-header .rd-login .rd-user-text li a:hover,
.rd-header .rd-singout.rd-sing-hover .rd-user *,
.rd-header .rd-singout.rd-sing-hover .rd-user :before,
header .rd-wishlist .rd-wish:hover,
.rd-header .rd-singin:hover .rd-user *,
.rd-header .rd-singin:hover .rd-user :before,
header .rd-header .rd-cart-hover .rd-addcart-icon span,
header .rd-header .rd-cart-hover .rd-addcart-icon:before,
body #rd-wrapper .rd-single-summary .yith-wcwl-add-to-wishlist a:hover:before {
    color: #ef5661!important
}

body:not(.woocommerce) .rd-post-content a {
    color: #ef5661
}

.yith-active-main img {
    border: solid 1px #ef5661!important
}

.yith_magnifier_gallery li img:hover {
    border-color: #ef5661
}

.rd-header-warp,
.rd-header .rd-logo {
    min-height: 100px
}

.rd-header .rd-logo img {
    max-height: 100px
}

.rd-header .rd-logo,
.rd-banner-header,
.rd-banner-header-warp.rd-widget-header-warp,
.rd-header .rd-login,
.rd-header .rd-wishlist,
.rd-header .rd-search,
.rd-header .rd-addcart,
.rd-call-header,
.rd-header .rd-call-header {
    height: 100px
}

.rd-header-warp {
    background: #fff;
    background: -moz-linear-gradient(right, #fff 0%, #fff 100%);
    background: -webkit-linear-gradient(right, #fff 0%, #fff 100%);
    background: linear-gradient(to left, #fff 0%, #fff 100%)
}

.body-logo-position-header .rd-toolbar-warp::before,
.body-logo-position-header .rd-toolbar-close,
.body-logo-position-header .rd-toolbar-close::before {
    background-color: #fff
}

.rd-header i::before,
.body-logo-position-header .rd-toolbar-close::before,
.rd-header .rd-menu-icon::before,
.rd-header .rd-input,
.body-logo-position-header .rd-toolbar-container a,
.body-logo-position-header .rd-toolbar-container *,
.rd-header .rd-menu-active a,
.rd-header .rd-login span,
.rd-header .rd-login .rd-user-text li,
.rd-header .rd-login .rd-user-text li a,
.rd-header .rd-search-button,
.rd-wrapper .rd-header ul ul.sub-menu li:not(.current-menu-item) a,
.rd-header .rd-wishlist,
.rd-header .rd-wishlist a,
.rd-header .rd-addcart-icon,
.rd-header .rd-addcart-icon:before,
.rd-header .rd-addcart-icon span,
.rd-header .rd-addcart-icon span,
.rd-header .rd-call-header {
    color: #304050!important
}

.rd-header .rd-wish,
.rd-header .rd-search-text,
.rd-header .rd-search-icon,
.rd-header select,
.rd-header .rd-addcart .rd-addcart-icon,
.rd-header .rd-social,
.rd-header a.rd-search-icon,
.rd-header .rd-user a,
.rd-header .rd-user,
.rd-header .rd-call-header {
    font-size: 17px!important;
    font-weight: 400!important
}

.rd-masthead-warp,
.rd-masthead {
    min-height: 70px
}

.rd-masthead .rd-logo img {
    max-height: 70px
}

.rd-masthead,
.rd-category-menu::before,
.rd-masthead .rd-menu-icon-click,
#rd-wrapper .rd-masthead .rd-category-title-bg {
    height: 70px
}

header .rd-masthead .rd-nav-menu,
.rd-masthead .rd-search,
.rd-masthead .rd-social,
.rd-masthead .rd-login,
header .rd-masthead .rd-nav-menu .li-depth-0,
.rd-masthead .rd-logo,
.rd-category-menu .rd-category-title,
.rd-masthead .rd-addcart,
.rd-masthead .rd-addcart .rd-addcart-icon,
.rd-masthead .rd-addcart .rd-addcart-icon:before,
.rd-masthead .rd-wishlist,
.rd-masthead .rd-nav-menu,
.rd-masthead .rd-contact-us,
.rd-masthead .rd-call-header {
    height: 70px;
    line-height: 70px
}

.rd-masthead .rd-nav-menu .sub-depth-0,
.rd-masthead .rd-nav-menu .sub-posts,
.rd-masthead .rd-search-sub,
.rd-masthead .rd-singin-warp,
.rd-masthead .rd-addcart .rd-addcart-warp {
    margin-top: 70px!important
}

@media (max-width:991px) {
    .rd-masthead .rd-menu-active .rd-category-menu-warp ul,
    .rd-masthead .rd-nav-menu ul,
    .rd-masthead .rd-search-sub,
    .rd-masthead .rd-singin-warp {
        margin-top: 70px
    }
}

.rd-masthead-warp {
    background-color: #506070;
    background: -moz-linear-gradient(right, #506070 0%, #506070 100%);
    background: -webkit-linear-gradient(right, #506070 0%, #506070 100%);
    background: linear-gradient(to left, #506070 0%, #506070 100%)
}

.body-logo-position-masthead .rd-toolbar-warp::before,
.body-logo-position-masthead .rd-toolbar-close,
.body-logo-position-masthead .rd-toolbar-close::before {
    background-color: #fff
}

.body-logo-position-masthead .rd-toolbar-close::before,
.body-logo-position-masthead .rd-toolbar-container a,
.body-logo-position-masthead .rd-toolbar-container *,
.rd-masthead .rd-contact-us,
.rd-masthead .rd-call-header,
.rd-masthead li a,
.rd-masthead li,
.rd-masthead i::before,
.rd-masthead .rd-login span,
.rd-masthead .rd-menu-icon::before,
.rd-masthead .rd-input,
.rd-masthead .rd-menu-active a,
.rd-masthead .rd-social a::before,
.rd-masthead .rd-search-button,
.rd-masthead a.rd-search-icon:before,
.rd-masthead a.rd-search-icon-mobile:before,
.rd-masthead .rd-addcart-icon,
.rd-masthead .rd-addcart-icon:before,
.rd-masthead .rd-addcart-icon span,
.rd-masthead .rd-wishlist a {
    color: #fff!important
}

.rd-masthead .rd-nav-menu ul li a.rd-depth-0 {
    padding: 0 18px
}

.rd-masthead .rd-nav-menu {
    margin: 0 2px
}

.rd-masthead .rd-nav-menu ul li a.rd-depth-0,
.rd-category-title a,
.rd-masthead .rd-wish,
.rd-masthead .rd-addcart .rd-addcart-icon,
.rd-masthead .rd-social a,
.rd-masthead a.rd-search-icon,
.rd-masthead a.rd-search-icon-mobile,
.rd-masthead .rd-user,
.rd-masthead .rd-user,
.rd-masthead .rd-nav-menu .rd-menu-icon,
.rd-masthead .rd-contact-us,
.rd-masthead .rd-call-header {
    font-weight: 700!important;
    text-transform: uppercase!important
}

.rd-navplus-warp {
    min-height: 50px
}

.rd-navplus,
.rd-navplus .rd-menu-icon-click {
    height: 50px
}

header .rd-navplus .rd-nav-menu,
.rd-navplus .rd-search,
.rd-navplus .rd-login,
.rd-navplus .rd-social,
.rd-date-header,
.rd-navplus .rd-contact-us,
.rd-navplus .rd-call-header,
.rd-navplus .rd-addcart,
.rd-navplus .rd-addcart .rd-addcart-icon,
.rd-navplus .rd-addcart .rd-addcart-icon:before,
.rd-navplus .rd-wishlist {
    height: 50px;
    line-height: 50px
}

.rd-navplus .rd-nav-menu ul li a.rd-depth-0,
.rd-navplus .rd-user a {
    font-weight: 400
}

.rd-navplus .rd-nav-menu .sub-depth-0,
.rd-navplus .rd-nav-menu .sub-posts,
.rd-navplus .rd-search-sub,
.rd-navplus .rd-addcart .rd-addcart-warp {
    margin-top: 50px!important
}

@media (max-width:991px) {
    .rd-navplus .rd-nav-menu ul,
    .rd-navplus .rd-singin-warp {
        margin-top: 50px
    }
}

.rd-navplus-warp {
    background-color: #fff;
    background: -moz-linear-gradient(right, #fff 0%, #fff 100%);
    background: -webkit-linear-gradient(right, #fff 0%, #fff 100%);
    background: linear-gradient(to left, #fff 0%, #fff 100%)
}

.rd-navplus li a,
.rd-navplus .rd-date-header,
.rd-navplus .rd-login span,
header .rd-navplus .menu-item-link,
.rd-navplus a::before,
.rd-navplus i::before,
.rd-navplus .rd-input,
.rd-navplus .rd-menu-active,
.rd-navplus .rd-menu-down,
.rd-navplus .rd-menu-up,
.rd-navplus .rd-contact-us,
.rd-navplus .rd-call-header,
.rd-navplus .rd-addcart-icon::before,
.rd-navplus .rd-search-active a.rd-search-icon:before,
.rd-navplus .rd-search-active a.rd-search-icon-mobile:before,
.rd-navplus .rd-addcart-icon,
.rd-navplus .rd-addcart-icon span,
.rd-navplus .rd-wishlist a {
    color: #506070!important
}

.rd-navplus .rd-nav-menu ul li a.rd-depth-0 {
    padding: 0 18px
}

.rd-navplus .rd-nav-menu {
    margin: 0 2px
}

.rd-navplus .rd-nav-menu ul li a.rd-depth-0,
.rd-navplus .rd-wish,
.rd-navplus .rd-addcart .rd-addcart-icon,
.rd-navplus .rd-social a,
.rd-navplus a.rd-search-icon,
.rd-navplus .rd-user,
.rd-navplus .rd-date-header,
.rd-navplus .rd-nav-menu .rd-menu-icon,
.rd-navplus .rd-contact-us,
.rd-navplus .rd-call-header,
.rd-navplus .rd-addcart a {
    font-size: 14px!important;
    font-weight: 400!important
}

#rd-row-breadcrumbs {
    background: #e6ebf0
}

#rd-row-breadcrumbs a,
#rd-row-breadcrumbs strong,
#rd-row-breadcrumbs li {
    color: #506070
}

.rd-title-box span,
.widget .rd-title-box span.rd-tab-active,
.rd-title-box select,
.woocommerce .tabs.rd-title-box li a,
.rd-title-box a,
.rd-title-box li {
    color: #304050!important
}

.rd-title-box h4.rd-post-background,
.rd-title-box .wc-tabs.rd-post-background,
body .rd-title-box .woocommerce-ordering select {
    background: #fff
}

.rd-title-box span,
.widget .rd-title-box span.rd-tab-active,
.rd-title-box select,
.woocommerce .tabs.rd-title-box li a,
.rd-title-box a,
.rd-title-box li,
body .rd-title-box .woocommerce-ordering select {
    color: #304050!important
}

.rd-product.rd-post-module-2 .rd-cart-item a::after,
.rd-post-background,
.yith_magnifier_zoom_magnifier,
.rd-wrapper-row .rd-search-text {
    background: #fff
}

.rd-title a,
.rd-post .rd-author a,
.woocommerce-MyAccount-navigation a,
.rd-widget a,
.widget a,
.rd-post-nextprev a,
.rd-related .rd-title a,
.rd-related a,
.rd-post .rd-title,
.rd-singin-title,
.rd-row-item .rd-load-more span,
.woocommerce-Price-amount.amount,
.rd-element-single-product {
    color: #304050
}

.rd-post .rd-excerpt p,
.rd-post .rd-excerpt,
.rd-pagenavi a,
.rd-pagenavi span,
.rd-excerpt,
.rd-pagenavi .page_number,
commentmetadata a,
.rd-product .woocommerce-Price-amount.amount,
.rd-product del,
.author-link-reply a,
.comment-list .reply a,
.rd-singin-warp label,
.rd-login-sub .rd-singin-warp li,
body .rd-wrapper .rd-singin-warp .rd-input,
#rd-wrapper .rd-single-summary .rd-price del,
body .rd-wrapper .rd-singin-warp li a,
.woocommerce-product-details__short-description p {
    color: #708090
}

.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span,
.rd-single-summary del .woocommerce-Price-amount,
.rd-single-summary del,
.widget .rd-title-box a,
.widget .rd-title-box span,
.rd-tags li a,
.widget,
.widget p,
.widget input,
.widget select,
.widget textarea,
.widget select,
.widget_shopping_cart span,
.rd-countdown span {
    color: #708090!important
}

.rd-price {
    color: #304050!important
}

.rd-custom-slider .lSAction>.lSPrev::before,
.rd-custom-slider .lSAction>.lSNext::before,
.rd-post .rd-meta,
.rd-post .rd-meta a,
.rd-post .rd-meta li,
.rd-single-summary .yith-wcwl-add-to-wishlist a,
#rd-wrapper .rd-single-summary .compare,
.rd-post .rd-meta span,
.rd-category a,
.rd-category i,
.rd-single-summary .yith-wcwl-add-to-wishlist a:before,
.sku_wrapper span,
#rd-wrapper .rd-single-summary .compare,
.rd-product .rd-price del,
.product_meta .posted_in a,
.product_meta .tagged_as a,
.rd-category,
.rd-product.rd-post-module-1 .rd-cart-item a:before,
.rd-product.rd-post-module-2 .rd-cart-item a:before {
    color: #a0a8af!important
}

.rd-single-summary .yith-wcwl-add-to-wishlist a:before,
.rd-single-summary .compare:before {
    border-color: #a0a8af!important
}

.rd-logo-warp {
    width: 200px
}

a.rd-logo-title,
a.rd-logo-description {
    width: 200px;
    margin-left: auto;
    margin-right: auto
}

.rd-logo img {
    height: 50px;
    width: 200px
}

a.rd-logo-title {
    font-size: 40px;
    color: #203040!important
}

body .rd-logo .rd-logo-warp a.rd-logo-title {
    color: #203040!important
}

a.rd-logo-description {
    font-size: 12px
}

body .rd-logo .rd-logo-warp a.rd-logo-description {
    color: #ff5667!important
}

.rd-column-main {
    width: 100%
}

.rd-footer-warp::before {
    background-color: #141e28
}

.rd-footer .rd-title-box span,
#rd-wrapper .rd-footer .rd-title-box span,
#rd-wrapper .rd-footer .rd-title-box a {
    color: #fff!important;
    opacity: 1
}

#rd-wrapper .rd-footer .rd-title h4 a,
#rd-wrapper .rd-footer a,
#rd-wrapper .rd-footer .rd-author a,
#rd-wrapper .rd-footer input,
#rd-wrapper .rd-footer select,
#rd-wrapper .rd-footer .rd-product .rd-price {
    color: #fff!important
}

.rd-footer,
.rd-footer p,
.rd-footer input,
.rd-footer .rd-excerpt,
.rd-footer .rd-title-box a,
#rd-wrapper .rd-footer .rd-category,
#rd-wrapper .rd-footer .widget,
#rd-wrapper .rd-footer .rd-category a,
#rd-wrapper .rd-footer .rd-category i,
.rd-footer-bottom span {
    color: #d0d8df!important
}

body .rd-footer .rd-footer-logo img {
    height: 119px
}

body #rd-wrapper .rd-footer .rd-footer-logo img {
    width: 500px
}

body #rd-wrapper .rd-footer a.rd-footer-logo-title {
    font-size: 40px!important;
    color: #fff!important
}

body #rd-wrapper .rd-footer a.rd-footer-logo-description {
    font-size: 12px!important;
    color: #44c4f1!important
}

@font-face {
    font-family: "Flaticon";
    src: url(../fonts/Flaticon.eot);
    src: url(../fonts/Flaticon.eot?#iefix) format("embedded-opentype"), url(../fonts/Flaticon.woff) format("woff"), url(../fonts/Flaticon.ttf) format("truetype"), url(../fonts/Flaticon.svg#Flaticon) format("svg");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: "Flaticon";
    src: url(../fonts/Flaticon.svg#Flaticon) format("svg")
}

[class^="flaticon-"]:before,
[class*=" flaticon-"]:before,
[class^="flaticon-"]:after,
[class*=" flaticon-"]:after {
    font-family: Flaticon;
    font-size: 500px;
    font-style: normal;
    margin-left: 20px
}

.flaticon-avatar:before {
    content: "\f100"
}

.flaticon-avatar-1:before {
    content: "\f101"
}

.flaticon-back:before {
    content: "\f102"
}

.flaticon-book:before {
    content: "\f103"
}

.flaticon-cancel:before {
    content: "\f104"
}

.flaticon-chat:before {
    content: "\f105"
}

.flaticon-chat-1:before {
    content: "\f106"
}

.flaticon-chat-2:before {
    content: "\f107"
}

.flaticon-copy:before {
    content: "\f108"
}

.flaticon-dislike:before {
    content: "\f109"
}

.flaticon-download:before {
    content: "\f10a"
}

.flaticon-download-1:before {
    content: "\f10b"
}

.flaticon-edit:before {
    content: "\f10c"
}

.flaticon-envelope:before {
    content: "\f10d"
}

.flaticon-folder:before {
    content: "\f10e"
}

.flaticon-garbage:before {
    content: "\f10f"
}

.flaticon-glasses:before {
    content: "\f110"
}

.flaticon-hand:before {
    content: "\f111"
}

.flaticon-headphones:before {
    content: "\f112"
}

.flaticon-heart:before {
    content: "\f113"
}

.flaticon-house:before {
    content: "\f114"
}

.flaticon-like:before {
    content: "\f115"
}

.flaticon-link:before {
    content: "\f116"
}

.flaticon-logout:before {
    content: "\f117"
}

.flaticon-magnifying-glass:before {
    content: "\f118"
}

.flaticon-monitor:before {
    content: "\f119"
}

.flaticon-musical-note:before {
    content: "\f11a"
}

.flaticon-next:before {
    content: "\f11b"
}

.flaticon-next-1:before {
    content: "\f11c"
}

.flaticon-padlock:before {
    content: "\f11d"
}

.flaticon-paper-plane:before {
    content: "\f11e"
}

.flaticon-phone-call:before {
    content: "\f11f"
}

.flaticon-photo-camera:before {
    content: "\f120"
}

.flaticon-pie-chart:before {
    content: "\f121"
}

.flaticon-piggy-bank:before {
    content: "\f122"
}

.flaticon-placeholder:before {
    content: "\f123"
}

.flaticon-printer:before {
    content: "\f124"
}

.flaticon-reload:before {
    content: "\f125"
}

.flaticon-settings:before {
    content: "\f126"
}

.flaticon-settings-1:before {
    content: "\f127"
}

.flaticon-share:before {
    content: "\f128"
}

.flaticon-shopping-bag:before {
    content: "\f129"
}

.flaticon-shopping-cart:before {
    content: "\f12a"
}

.flaticon-shuffle:before {
    content: "\f12b"
}

.flaticon-speaker:before {
    content: "\f12c"
}

.flaticon-star:before {
    content: "\f12d"
}

.flaticon-tag:before {
    content: "\f12e"
}

.flaticon-upload:before {
    content: "\f12f"
}

.flaticon-upload-1:before {
    content: "\f130"
}

.flaticon-vector:before {
    content: "\f131"
}

@font-face {
    font-family: 'FontAwesome';
    src: url(../fonts/fontawesome-webfont.eot?v=4.7.0);
    src: url(../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0) format("embedded-opentype"), url(../fonts/fontawesome-webfont.woff2?v=4.7.0) format("woff2"), url(../fonts/fontawesome-webfont.woff?v=4.7.0) format("woff"), url(../fonts/fontawesome-webfont.ttf?v=4.7.0) format("truetype"), url(../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular) format("svg");
    font-weight: 400;
    font-style: normal
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.fa-lg {
    font-size: 1.33333333em;
    line-height: .75em;
    vertical-align: -15%
}

.fa-2x {
    font-size: 2em
}

.fa-3x {
    font-size: 3em
}

.fa-4x {
    font-size: 4em
}

.fa-5x {
    font-size: 5em
}

.fa-fw {
    width: 1.28571429em;
    text-align: center
}

.fa-ul {
    padding-left: 0;
    margin-left: 2.14285714em;
    list-style-type: none
}

.fa-ul>li {
    position: relative
}

.fa-li {
    position: absolute;
    left: -2.14285714em;
    width: 2.14285714em;
    top: .14285714em;
    text-align: center
}

.fa-li.fa-lg {
    left: -1.85714286em
}

.fa-border {
    padding: .2em .25em .15em;
    border: solid .08em #eee;
    border-radius: .1em
}

.fa-pull-left {
    float: left
}

.fa-pull-right {
    float: right
}

.fa.fa-pull-left {
    margin-right: .3em
}

.fa.fa-pull-right {
    margin-left: .3em
}

.pull-right {
    float: right
}

.pull-left {
    float: left
}

.fa.pull-left {
    margin-right: .3em
}

.fa.pull-right {
    margin-left: .3em
}

.fa-spin {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear
}

.fa-pulse {
    -webkit-animation: fa-spin 1s infinite steps(8);
    animation: fa-spin 1s infinite steps(8)
}

@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

.fa-rotate-90 {
    -ms-filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=1);
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

.fa-rotate-180 {
    -ms-filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=2);
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.fa-rotate-270 {
    -ms-filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=3);
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg)
}

.fa-flip-horizontal {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0,mirror=1)";
    -webkit-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1)
}

.fa-flip-vertical {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2,mirror=1)";
    -webkit-transform: scale(1, -1);
    -ms-transform: scale(1, -1);
    transform: scale(1, -1)
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
    filter: none
}

.fa-stack {
    position: relative;
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle
}

.fa-stack-1x,
.fa-stack-2x {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center
}

.fa-stack-1x {
    line-height: inherit
}

.fa-stack-2x {
    font-size: 2em
}

.fa-inverse {
    color: #fff
}

.fa-glass:before {
    content: "\f000"
}

.fa-music:before {
    content: "\f001"
}

.fa-search:before {
    content: "\f002"
}

.fa-envelope-o:before {
    content: "\f003"
}

.fa-heart:before {
    content: "\f004"
}

.fa-star:before {
    content: "\f005"
}

.fa-star-o:before {
    content: "\f006"
}

.fa-user:before {
    content: "\f007"
}

.fa-film:before {
    content: "\f008"
}

.fa-th-large:before {
    content: "\f009"
}

.fa-th:before {
    content: "\f00a"
}

.fa-th-list:before {
    content: "\f00b"
}

.fa-check:before {
    content: "\f00c"
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
    content: "\f00d"
}

.fa-search-plus:before {
    content: "\f00e"
}

.fa-search-minus:before {
    content: "\f010"
}

.fa-power-off:before {
    content: "\f011"
}

.fa-signal:before {
    content: "\f012"
}

.fa-gear:before,
.fa-cog:before {
    content: "\f013"
}

.fa-trash-o:before {
    content: "\f014"
}

.fa-home:before {
    content: "\f015"
}

.fa-file-o:before {
    content: "\f016"
}

.fa-clock-o:before {
    content: "\f017"
}

.fa-road:before {
    content: "\f018"
}

.fa-download:before {
    content: "\f019"
}

.fa-arrow-circle-o-down:before {
    content: "\f01a"
}

.fa-arrow-circle-o-up:before {
    content: "\f01b"
}

.fa-inbox:before {
    content: "\f01c"
}

.fa-play-circle-o:before {
    content: "\f01d"
}

.fa-rotate-right:before,
.fa-repeat:before {
    content: "\f01e"
}

.fa-refresh:before {
    content: "\f021"
}

.fa-list-alt:before {
    content: "\f022"
}

.fa-lock:before {
    content: "\f023"
}

.fa-flag:before {
    content: "\f024"
}

.fa-headphones:before {
    content: "\f025"
}

.fa-volume-off:before {
    content: "\f026"
}

.fa-volume-down:before {
    content: "\f027"
}

.fa-volume-up:before {
    content: "\f028"
}

.fa-qrcode:before {
    content: "\f029"
}

.fa-barcode:before {
    content: "\f02a"
}

.fa-tag:before {
    content: "\f02b"
}

.fa-tags:before {
    content: "\f02c"
}

.fa-book:before {
    content: "\f02d"
}

.fa-bookmark:before {
    content: "\f02e"
}

.fa-print:before {
    content: "\f02f"
}

.fa-camera:before {
    content: "\f030"
}

.fa-font:before {
    content: "\f031"
}

.fa-bold:before {
    content: "\f032"
}

.fa-italic:before {
    content: "\f033"
}

.fa-text-height:before {
    content: "\f034"
}

.fa-text-width:before {
    content: "\f035"
}

.fa-align-left:before {
    content: "\f036"
}

.fa-align-center:before {
    content: "\f037"
}

.fa-align-right:before {
    content: "\f038"
}

.fa-align-justify:before {
    content: "\f039"
}

.fa-list:before {
    content: "\f03a"
}

.fa-dedent:before,
.fa-outdent:before {
    content: "\f03b"
}

.fa-indent:before {
    content: "\f03c"
}

.fa-video-camera:before {
    content: "\f03d"
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
    content: "\f03e"
}

.fa-pencil:before {
    content: "\f040"
}

.fa-map-marker:before {
    content: "\f041"
}

.fa-adjust:before {
    content: "\f042"
}

.fa-tint:before {
    content: "\f043"
}

.fa-edit:before,
.fa-pencil-square-o:before {
    content: "\f044"
}

.fa-share-square-o:before {
    content: "\f045"
}

.fa-check-square-o:before {
    content: "\f046"
}

.fa-arrows:before {
    content: "\f047"
}

.fa-step-backward:before {
    content: "\f048"
}

.fa-fast-backward:before {
    content: "\f049"
}

.fa-backward:before {
    content: "\f04a"
}

.fa-play:before {
    content: "\f04b"
}

.fa-pause:before {
    content: "\f04c"
}

.fa-stop:before {
    content: "\f04d"
}

.fa-forward:before {
    content: "\f04e"
}

.fa-fast-forward:before {
    content: "\f050"
}

.fa-step-forward:before {
    content: "\f051"
}

.fa-eject:before {
    content: "\f052"
}

.fa-chevron-left:before {
    content: "\f053"
}

.fa-chevron-right:before {
    content: "\f054"
}

.fa-plus-circle:before {
    content: "\f055"
}

.fa-minus-circle:before {
    content: "\f056"
}

.fa-times-circle:before {
    content: "\f057"
}

.fa-check-circle:before {
    content: "\f058"
}

.fa-question-circle:before {
    content: "\f059"
}

.fa-info-circle:before {
    content: "\f05a"
}

.fa-crosshairs:before {
    content: "\f05b"
}

.fa-times-circle-o:before {
    content: "\f05c"
}

.fa-check-circle-o:before {
    content: "\f05d"
}

.fa-ban:before {
    content: "\f05e"
}

.fa-arrow-left:before {
    content: "\f060"
}

.fa-arrow-right:before {
    content: "\f061"
}

.fa-arrow-up:before {
    content: "\f062"
}

.fa-arrow-down:before {
    content: "\f063"
}

.fa-mail-forward:before,
.fa-share:before {
    content: "\f064"
}

.fa-expand:before {
    content: "\f065"
}

.fa-compress:before {
    content: "\f066"
}

.fa-plus:before {
    content: "\f067"
}

.fa-minus:before {
    content: "\f068"
}

.fa-asterisk:before {
    content: "\f069"
}

.fa-exclamation-circle:before {
    content: "\f06a"
}

.fa-gift:before {
    content: "\f06b"
}

.fa-leaf:before {
    content: "\f06c"
}

.fa-fire:before {
    content: "\f06d"
}

.fa-eye:before {
    content: "\f06e"
}

.fa-eye-slash:before {
    content: "\f070"
}

.fa-warning:before,
.fa-exclamation-triangle:before {
    content: "\f071"
}

.fa-plane:before {
    content: "\f072"
}

.fa-calendar:before {
    content: "\f073"
}

.fa-random:before {
    content: "\f074"
}

.fa-comment:before {
    content: "\f075"
}

.fa-magnet:before {
    content: "\f076"
}

.fa-chevron-up:before {
    content: "\f077"
}

.fa-chevron-down:before {
    content: "\f078"
}

.fa-retweet:before {
    content: "\f079"
}

.fa-shopping-cart:before {
    content: "\f07a"
}

.fa-folder:before {
    content: "\f07b"
}

.fa-folder-open:before {
    content: "\f07c"
}

.fa-arrows-v:before {
    content: "\f07d"
}

.fa-arrows-h:before {
    content: "\f07e"
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
    content: "\f080"
}

.fa-twitter-square:before {
    content: "\f081"
}

.fa-facebook-square:before {
    content: "\f082"
}

.fa-camera-retro:before {
    content: "\f083"
}

.fa-key:before {
    content: "\f084"
}

.fa-gears:before,
.fa-cogs:before {
    content: "\f085"
}

.fa-comments:before {
    content: "\f086"
}

.fa-thumbs-o-up:before {
    content: "\f087"
}

.fa-thumbs-o-down:before {
    content: "\f088"
}

.fa-star-half:before {
    content: "\f089"
}

.fa-heart-o:before {
    content: "\f08a"
}

.fa-sign-out:before {
    content: "\f08b"
}

.fa-linkedin-square:before {
    content: "\f08c"
}

.fa-thumb-tack:before {
    content: "\f08d"
}

.fa-external-link:before {
    content: "\f08e"
}

.fa-sign-in:before {
    content: "\f090"
}

.fa-trophy:before {
    content: "\f091"
}

.fa-github-square:before {
    content: "\f092"
}

.fa-upload:before {
    content: "\f093"
}

.fa-lemon-o:before {
    content: "\f094"
}

.fa-phone:before {
    content: "\f095"
}

.fa-square-o:before {
    content: "\f096"
}

.fa-bookmark-o:before {
    content: "\f097"
}

.fa-phone-square:before {
    content: "\f098"
}

.fa-twitter:before {
    content: "\f099"
}

.fa-facebook-f:before,
.fa-facebook:before {
    content: "\f09a"
}

.fa-github:before {
    content: "\f09b"
}

.fa-unlock:before {
    content: "\f09c"
}

.fa-credit-card:before {
    content: "\f09d"
}

.fa-feed:before,
.fa-rss:before {
    content: "\f09e"
}

.fa-hdd-o:before {
    content: "\f0a0"
}

.fa-bullhorn:before {
    content: "\f0a1"
}

.fa-bell:before {
    content: "\f0f3"
}

.fa-certificate:before {
    content: "\f0a3"
}

.fa-hand-o-right:before {
    content: "\f0a4"
}

.fa-hand-o-left:before {
    content: "\f0a5"
}

.fa-hand-o-up:before {
    content: "\f0a6"
}

.fa-hand-o-down:before {
    content: "\f0a7"
}

.fa-arrow-circle-left:before {
    content: "\f0a8"
}

.fa-arrow-circle-right:before {
    content: "\f0a9"
}

.fa-arrow-circle-up:before {
    content: "\f0aa"
}

.fa-arrow-circle-down:before {
    content: "\f0ab"
}

.fa-globe:before {
    content: "\f0ac"
}

.fa-wrench:before {
    content: "\f0ad"
}

.fa-tasks:before {
    content: "\f0ae"
}

.fa-filter:before {
    content: "\f0b0"
}

.fa-briefcase:before {
    content: "\f0b1"
}

.fa-arrows-alt:before {
    content: "\f0b2"
}

.fa-group:before,
.fa-users:before {
    content: "\f0c0"
}

.fa-chain:before,
.fa-link:before {
    content: "\f0c1"
}

.fa-cloud:before {
    content: "\f0c2"
}

.fa-flask:before {
    content: "\f0c3"
}

.fa-cut:before,
.fa-scissors:before {
    content: "\f0c4"
}

.fa-copy:before,
.fa-files-o:before {
    content: "\f0c5"
}

.fa-paperclip:before {
    content: "\f0c6"
}

.fa-save:before,
.fa-floppy-o:before {
    content: "\f0c7"
}

.fa-square:before {
    content: "\f0c8"
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
    content: "\f0c9"
}

.fa-list-ul:before {
    content: "\f0ca"
}

.fa-list-ol:before {
    content: "\f0cb"
}

.fa-strikethrough:before {
    content: "\f0cc"
}

.fa-underline:before {
    content: "\f0cd"
}

.fa-table:before {
    content: "\f0ce"
}

.fa-magic:before {
    content: "\f0d0"
}

.fa-truck:before {
    content: "\f0d1"
}

.fa-pinterest:before {
    content: "\f0d2"
}

.fa-pinterest-square:before {
    content: "\f0d3"
}

.fa-google-plus-square:before {
    content: "\f0d4"
}

.fa-google-plus:before {
    content: "\f0d5"
}

.fa-money:before {
    content: "\f0d6"
}

.fa-caret-down:before {
    content: "\f0d7"
}

.fa-caret-up:before {
    content: "\f0d8"
}

.fa-caret-left:before {
    content: "\f0d9"
}

.fa-caret-right:before {
    content: "\f0da"
}

.fa-columns:before {
    content: "\f0db"
}

.fa-unsorted:before,
.fa-sort:before {
    content: "\f0dc"
}

.fa-sort-down:before,
.fa-sort-desc:before {
    content: "\f0dd"
}

.fa-sort-up:before,
.fa-sort-asc:before {
    content: "\f0de"
}

.fa-envelope:before {
    content: "\f0e0"
}

.fa-linkedin:before {
    content: "\f0e1"
}

.fa-rotate-left:before,
.fa-undo:before {
    content: "\f0e2"
}

.fa-legal:before,
.fa-gavel:before {
    content: "\f0e3"
}

.fa-dashboard:before,
.fa-tachometer:before {
    content: "\f0e4"
}

.fa-comment-o:before {
    content: "\f0e5"
}

.fa-comments-o:before {
    content: "\f0e6"
}

.fa-flash:before,
.fa-bolt:before {
    content: "\f0e7"
}

.fa-sitemap:before {
    content: "\f0e8"
}

.fa-umbrella:before {
    content: "\f0e9"
}

.fa-paste:before,
.fa-clipboard:before {
    content: "\f0ea"
}

.fa-lightbulb-o:before {
    content: "\f0eb"
}

.fa-exchange:before {
    content: "\f0ec"
}

.fa-cloud-download:before {
    content: "\f0ed"
}

.fa-cloud-upload:before {
    content: "\f0ee"
}

.fa-user-md:before {
    content: "\f0f0"
}

.fa-stethoscope:before {
    content: "\f0f1"
}

.fa-suitcase:before {
    content: "\f0f2"
}

.fa-bell-o:before {
    content: "\f0a2"
}

.fa-coffee:before {
    content: "\f0f4"
}

.fa-cutlery:before {
    content: "\f0f5"
}

.fa-file-text-o:before {
    content: "\f0f6"
}

.fa-building-o:before {
    content: "\f0f7"
}

.fa-hospital-o:before {
    content: "\f0f8"
}

.fa-ambulance:before {
    content: "\f0f9"
}

.fa-medkit:before {
    content: "\f0fa"
}

.fa-fighter-jet:before {
    content: "\f0fb"
}

.fa-beer:before {
    content: "\f0fc"
}

.fa-h-square:before {
    content: "\f0fd"
}

.fa-plus-square:before {
    content: "\f0fe"
}

.fa-angle-double-left:before {
    content: "\f100"
}

.fa-angle-double-right:before {
    content: "\f101"
}

.fa-angle-double-up:before {
    content: "\f102"
}

.fa-angle-double-down:before {
    content: "\f103"
}

.fa-angle-left:before {
    content: "\f104"
}

.fa-angle-right:before {
    content: "\f105"
}

.fa-angle-up:before {
    content: "\f106"
}

.fa-angle-down:before {
    content: "\f107"
}

.fa-desktop:before {
    content: "\f108"
}

.fa-laptop:before {
    content: "\f109"
}

.fa-tablet:before {
    content: "\f10a"
}

.fa-mobile-phone:before,
.fa-mobile:before {
    content: "\f10b"
}

.fa-circle-o:before {
    content: "\f10c"
}

.fa-quote-left:before {
    content: "\f10d"
}

.fa-quote-right:before {
    content: "\f10e"
}

.fa-spinner:before {
    content: "\f110"
}

.fa-circle:before {
    content: "\f111"
}

.fa-mail-reply:before,
.fa-reply:before {
    content: "\f112"
}

.fa-github-alt:before {
    content: "\f113"
}

.fa-folder-o:before {
    content: "\f114"
}

.fa-folder-open-o:before {
    content: "\f115"
}

.fa-smile-o:before {
    content: "\f118"
}

.fa-frown-o:before {
    content: "\f119"
}

.fa-meh-o:before {
    content: "\f11a"
}

.fa-gamepad:before {
    content: "\f11b"
}

.fa-keyboard-o:before {
    content: "\f11c"
}

.fa-flag-o:before {
    content: "\f11d"
}

.fa-flag-checkered:before {
    content: "\f11e"
}

.fa-terminal:before {
    content: "\f120"
}

.fa-code:before {
    content: "\f121"
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
    content: "\f122"
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
    content: "\f123"
}

.fa-location-arrow:before {
    content: "\f124"
}

.fa-crop:before {
    content: "\f125"
}

.fa-code-fork:before {
    content: "\f126"
}

.fa-unlink:before,
.fa-chain-broken:before {
    content: "\f127"
}

.fa-question:before {
    content: "\f128"
}

.fa-info:before {
    content: "\f129"
}

.fa-exclamation:before {
    content: "\f12a"
}

.fa-superscript:before {
    content: "\f12b"
}

.fa-subscript:before {
    content: "\f12c"
}

.fa-eraser:before {
    content: "\f12d"
}

.fa-puzzle-piece:before {
    content: "\f12e"
}

.fa-microphone:before {
    content: "\f130"
}

.fa-microphone-slash:before {
    content: "\f131"
}

.fa-shield:before {
    content: "\f132"
}

.fa-calendar-o:before {
    content: "\f133"
}

.fa-fire-extinguisher:before {
    content: "\f134"
}

.fa-rocket:before {
    content: "\f135"
}

.fa-maxcdn:before {
    content: "\f136"
}

.fa-chevron-circle-left:before {
    content: "\f137"
}

.fa-chevron-circle-right:before {
    content: "\f138"
}

.fa-chevron-circle-up:before {
    content: "\f139"
}

.fa-chevron-circle-down:before {
    content: "\f13a"
}

.fa-html5:before {
    content: "\f13b"
}

.fa-css3:before {
    content: "\f13c"
}

.fa-anchor:before {
    content: "\f13d"
}

.fa-unlock-alt:before {
    content: "\f13e"
}

.fa-bullseye:before {
    content: "\f140"
}

.fa-ellipsis-h:before {
    content: "\f141"
}

.fa-ellipsis-v:before {
    content: "\f142"
}

.fa-rss-square:before {
    content: "\f143"
}

.fa-play-circle:before {
    content: "\f144"
}

.fa-ticket:before {
    content: "\f145"
}

.fa-minus-square:before {
    content: "\f146"
}

.fa-minus-square-o:before {
    content: "\f147"
}

.fa-level-up:before {
    content: "\f148"
}

.fa-level-down:before {
    content: "\f149"
}

.fa-check-square:before {
    content: "\f14a"
}

.fa-pencil-square:before {
    content: "\f14b"
}

.fa-external-link-square:before {
    content: "\f14c"
}

.fa-share-square:before {
    content: "\f14d"
}

.fa-compass:before {
    content: "\f14e"
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
    content: "\f150"
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
    content: "\f151"
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
    content: "\f152"
}

.fa-euro:before,
.fa-eur:before {
    content: "\f153"
}

.fa-gbp:before {
    content: "\f154"
}

.fa-dollar:before,
.fa-usd:before {
    content: "\f155"
}

.fa-rupee:before,
.fa-inr:before {
    content: "\f156"
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
    content: "\f157"
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
    content: "\f158"
}

.fa-won:before,
.fa-krw:before {
    content: "\f159"
}

.fa-bitcoin:before,
.fa-btc:before {
    content: "\f15a"
}

.fa-file:before {
    content: "\f15b"
}

.fa-file-text:before {
    content: "\f15c"
}

.fa-sort-alpha-asc:before {
    content: "\f15d"
}

.fa-sort-alpha-desc:before {
    content: "\f15e"
}

.fa-sort-amount-asc:before {
    content: "\f160"
}

.fa-sort-amount-desc:before {
    content: "\f161"
}

.fa-sort-numeric-asc:before {
    content: "\f162"
}

.fa-sort-numeric-desc:before {
    content: "\f163"
}

.fa-thumbs-up:before {
    content: "\f164"
}

.fa-thumbs-down:before {
    content: "\f165"
}

.fa-youtube-square:before {
    content: "\f166"
}

.fa-youtube:before {
    content: "\f167"
}

.fa-xing:before {
    content: "\f168"
}

.fa-xing-square:before {
    content: "\f169"
}

.fa-youtube-play:before {
    content: "\f16a"
}

.fa-dropbox:before {
    content: "\f16b"
}

.fa-stack-overflow:before {
    content: "\f16c"
}

.fa-instagram:before {
    content: "\f16d"
}

.fa-flickr:before {
    content: "\f16e"
}

.fa-adn:before {
    content: "\f170"
}

.fa-bitbucket:before {
    content: "\f171"
}

.fa-bitbucket-square:before {
    content: "\f172"
}

.fa-tumblr:before {
    content: "\f173"
}

.fa-tumblr-square:before {
    content: "\f174"
}

.fa-long-arrow-down:before {
    content: "\f175"
}

.fa-long-arrow-up:before {
    content: "\f176"
}

.fa-long-arrow-left:before {
    content: "\f177"
}

.fa-long-arrow-right:before {
    content: "\f178"
}

.fa-apple:before {
    content: "\f179"
}

.fa-windows:before {
    content: "\f17a"
}

.fa-android:before {
    content: "\f17b"
}

.fa-linux:before {
    content: "\f17c"
}

.fa-dribbble:before {
    content: "\f17d"
}

.fa-skype:before {
    content: "\f17e"
}

.fa-foursquare:before {
    content: "\f180"
}

.fa-trello:before {
    content: "\f181"
}

.fa-female:before {
    content: "\f182"
}

.fa-male:before {
    content: "\f183"
}

.fa-gittip:before,
.fa-gratipay:before {
    content: "\f184"
}

.fa-sun-o:before {
    content: "\f185"
}

.fa-moon-o:before {
    content: "\f186"
}

.fa-archive:before {
    content: "\f187"
}

.fa-bug:before {
    content: "\f188"
}

.fa-vk:before {
    content: "\f189"
}

.fa-weibo:before {
    content: "\f18a"
}

.fa-renren:before {
    content: "\f18b"
}

.fa-pagelines:before {
    content: "\f18c"
}

.fa-stack-exchange:before {
    content: "\f18d"
}

.fa-arrow-circle-o-right:before {
    content: "\f18e"
}

.fa-arrow-circle-o-left:before {
    content: "\f190"
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
    content: "\f191"
}

.fa-dot-circle-o:before {
    content: "\f192"
}

.fa-wheelchair:before {
    content: "\f193"
}

.fa-vimeo-square:before {
    content: "\f194"
}

.fa-turkish-lira:before,
.fa-try:before {
    content: "\f195"
}

.fa-plus-square-o:before {
    content: "\f196"
}

.fa-space-shuttle:before {
    content: "\f197"
}

.fa-slack:before {
    content: "\f198"
}

.fa-envelope-square:before {
    content: "\f199"
}

.fa-wordpress:before {
    content: "\f19a"
}

.fa-openid:before {
    content: "\f19b"
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
    content: "\f19c"
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
    content: "\f19d"
}

.fa-yahoo:before {
    content: "\f19e"
}

.fa-google:before {
    content: "\f1a0"
}

.fa-reddit:before {
    content: "\f1a1"
}

.fa-reddit-square:before {
    content: "\f1a2"
}

.fa-stumbleupon-circle:before {
    content: "\f1a3"
}

.fa-stumbleupon:before {
    content: "\f1a4"
}

.fa-delicious:before {
    content: "\f1a5"
}

.fa-digg:before {
    content: "\f1a6"
}

.fa-pied-piper-pp:before {
    content: "\f1a7"
}

.fa-pied-piper-alt:before {
    content: "\f1a8"
}

.fa-drupal:before {
    content: "\f1a9"
}

.fa-joomla:before {
    content: "\f1aa"
}

.fa-language:before {
    content: "\f1ab"
}

.fa-fax:before {
    content: "\f1ac"
}

.fa-building:before {
    content: "\f1ad"
}

.fa-child:before {
    content: "\f1ae"
}

.fa-paw:before {
    content: "\f1b0"
}

.fa-spoon:before {
    content: "\f1b1"
}

.fa-cube:before {
    content: "\f1b2"
}

.fa-cubes:before {
    content: "\f1b3"
}

.fa-behance:before {
    content: "\f1b4"
}

.fa-behance-square:before {
    content: "\f1b5"
}

.fa-steam:before {
    content: "\f1b6"
}

.fa-steam-square:before {
    content: "\f1b7"
}

.fa-recycle:before {
    content: "\f1b8"
}

.fa-automobile:before,
.fa-car:before {
    content: "\f1b9"
}

.fa-cab:before,
.fa-taxi:before {
    content: "\f1ba"
}

.fa-tree:before {
    content: "\f1bb"
}

.fa-spotify:before {
    content: "\f1bc"
}

.fa-deviantart:before {
    content: "\f1bd"
}

.fa-soundcloud:before {
    content: "\f1be"
}

.fa-database:before {
    content: "\f1c0"
}

.fa-file-pdf-o:before {
    content: "\f1c1"
}

.fa-file-word-o:before {
    content: "\f1c2"
}

.fa-file-excel-o:before {
    content: "\f1c3"
}

.fa-file-powerpoint-o:before {
    content: "\f1c4"
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
    content: "\f1c5"
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
    content: "\f1c6"
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
    content: "\f1c7"
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
    content: "\f1c8"
}

.fa-file-code-o:before {
    content: "\f1c9"
}

.fa-vine:before {
    content: "\f1ca"
}

.fa-codepen:before {
    content: "\f1cb"
}

.fa-jsfiddle:before {
    content: "\f1cc"
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
    content: "\f1cd"
}

.fa-circle-o-notch:before {
    content: "\f1ce"
}

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
    content: "\f1d0"
}

.fa-ge:before,
.fa-empire:before {
    content: "\f1d1"
}

.fa-git-square:before {
    content: "\f1d2"
}

.fa-git:before {
    content: "\f1d3"
}

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
    content: "\f1d4"
}

.fa-tencent-weibo:before {
    content: "\f1d5"
}

.fa-qq:before {
    content: "\f1d6"
}

.fa-wechat:before,
.fa-weixin:before {
    content: "\f1d7"
}

.fa-send:before,
.fa-paper-plane:before {
    content: "\f1d8"
}

.fa-send-o:before,
.fa-paper-plane-o:before {
    content: "\f1d9"
}

.fa-history:before {
    content: "\f1da"
}

.fa-circle-thin:before {
    content: "\f1db"
}

.fa-header:before {
    content: "\f1dc"
}

.fa-paragraph:before {
    content: "\f1dd"
}

.fa-sliders:before {
    content: "\f1de"
}

.fa-share-alt:before {
    content: "\f1e0"
}

.fa-share-alt-square:before {
    content: "\f1e1"
}

.fa-bomb:before {
    content: "\f1e2"
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
    content: "\f1e3"
}

.fa-tty:before {
    content: "\f1e4"
}

.fa-binoculars:before {
    content: "\f1e5"
}

.fa-plug:before {
    content: "\f1e6"
}

.fa-slideshare:before {
    content: "\f1e7"
}

.fa-twitch:before {
    content: "\f1e8"
}

.fa-yelp:before {
    content: "\f1e9"
}

.fa-newspaper-o:before {
    content: "\f1ea"
}

.fa-wifi:before {
    content: "\f1eb"
}

.fa-calculator:before {
    content: "\f1ec"
}

.fa-paypal:before {
    content: "\f1ed"
}

.fa-google-wallet:before {
    content: "\f1ee"
}

.fa-cc-visa:before {
    content: "\f1f0"
}

.fa-cc-mastercard:before {
    content: "\f1f1"
}

.fa-cc-discover:before {
    content: "\f1f2"
}

.fa-cc-amex:before {
    content: "\f1f3"
}

.fa-cc-paypal:before {
    content: "\f1f4"
}

.fa-cc-stripe:before {
    content: "\f1f5"
}

.fa-bell-slash:before {
    content: "\f1f6"
}

.fa-bell-slash-o:before {
    content: "\f1f7"
}

.fa-trash:before {
    content: "\f1f8"
}

.fa-copyright:before {
    content: "\f1f9"
}

.fa-at:before {
    content: "\f1fa"
}

.fa-eyedropper:before {
    content: "\f1fb"
}

.fa-paint-brush:before {
    content: "\f1fc"
}

.fa-birthday-cake:before {
    content: "\f1fd"
}

.fa-area-chart:before {
    content: "\f1fe"
}

.fa-pie-chart:before {
    content: "\f200"
}

.fa-line-chart:before {
    content: "\f201"
}

.fa-lastfm:before {
    content: "\f202"
}

.fa-lastfm-square:before {
    content: "\f203"
}

.fa-toggle-off:before {
    content: "\f204"
}

.fa-toggle-on:before {
    content: "\f205"
}

.fa-bicycle:before {
    content: "\f206"
}

.fa-bus:before {
    content: "\f207"
}

.fa-ioxhost:before {
    content: "\f208"
}

.fa-angellist:before {
    content: "\f209"
}

.fa-cc:before {
    content: "\f20a"
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
    content: "\f20b"
}

.fa-meanpath:before {
    content: "\f20c"
}

.fa-buysellads:before {
    content: "\f20d"
}

.fa-connectdevelop:before {
    content: "\f20e"
}

.fa-dashcube:before {
    content: "\f210"
}

.fa-forumbee:before {
    content: "\f211"
}

.fa-leanpub:before {
    content: "\f212"
}

.fa-sellsy:before {
    content: "\f213"
}

.fa-shirtsinbulk:before {
    content: "\f214"
}

.fa-simplybuilt:before {
    content: "\f215"
}

.fa-skyatlas:before {
    content: "\f216"
}

.fa-cart-plus:before {
    content: "\f217"
}

.fa-cart-arrow-down:before {
    content: "\f218"
}

.fa-diamond:before {
    content: "\f219"
}

.fa-ship:before {
    content: "\f21a"
}

.fa-user-secret:before {
    content: "\f21b"
}

.fa-motorcycle:before {
    content: "\f21c"
}

.fa-street-view:before {
    content: "\f21d"
}

.fa-heartbeat:before {
    content: "\f21e"
}

.fa-venus:before {
    content: "\f221"
}

.fa-mars:before {
    content: "\f222"
}

.fa-mercury:before {
    content: "\f223"
}

.fa-intersex:before,
.fa-transgender:before {
    content: "\f224"
}

.fa-transgender-alt:before {
    content: "\f225"
}

.fa-venus-double:before {
    content: "\f226"
}

.fa-mars-double:before {
    content: "\f227"
}

.fa-venus-mars:before {
    content: "\f228"
}

.fa-mars-stroke:before {
    content: "\f229"
}

.fa-mars-stroke-v:before {
    content: "\f22a"
}

.fa-mars-stroke-h:before {
    content: "\f22b"
}

.fa-neuter:before {
    content: "\f22c"
}

.fa-genderless:before {
    content: "\f22d"
}

.fa-facebook-official:before {
    content: "\f230"
}

.fa-pinterest-p:before {
    content: "\f231"
}

.fa-whatsapp:before {
    content: "\f232"
}

.fa-server:before {
    content: "\f233"
}

.fa-user-plus:before {
    content: "\f234"
}

.fa-user-times:before {
    content: "\f235"
}

.fa-hotel:before,
.fa-bed:before {
    content: "\f236"
}

.fa-viacoin:before {
    content: "\f237"
}

.fa-train:before {
    content: "\f238"
}

.fa-subway:before {
    content: "\f239"
}

.fa-medium:before {
    content: "\f23a"
}

.fa-yc:before,
.fa-y-combinator:before {
    content: "\f23b"
}

.fa-optin-monster:before {
    content: "\f23c"
}

.fa-opencart:before {
    content: "\f23d"
}

.fa-expeditedssl:before {
    content: "\f23e"
}

.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
    content: "\f240"
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
    content: "\f241"
}

.fa-battery-2:before,
.fa-battery-half:before {
    content: "\f242"
}

.fa-battery-1:before,
.fa-battery-quarter:before {
    content: "\f243"
}

.fa-battery-0:before,
.fa-battery-empty:before {
    content: "\f244"
}

.fa-mouse-pointer:before {
    content: "\f245"
}

.fa-i-cursor:before {
    content: "\f246"
}

.fa-object-group:before {
    content: "\f247"
}

.fa-object-ungroup:before {
    content: "\f248"
}

.fa-sticky-note:before {
    content: "\f249"
}

.fa-sticky-note-o:before {
    content: "\f24a"
}

.fa-cc-jcb:before {
    content: "\f24b"
}

.fa-cc-diners-club:before {
    content: "\f24c"
}

.fa-clone:before {
    content: "\f24d"
}

.fa-balance-scale:before {
    content: "\f24e"
}

.fa-hourglass-o:before {
    content: "\f250"
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
    content: "\f251"
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
    content: "\f252"
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
    content: "\f253"
}

.fa-hourglass:before {
    content: "\f254"
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
    content: "\f255"
}

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
    content: "\f256"
}

.fa-hand-scissors-o:before {
    content: "\f257"
}

.fa-hand-lizard-o:before {
    content: "\f258"
}

.fa-hand-spock-o:before {
    content: "\f259"
}

.fa-hand-pointer-o:before {
    content: "\f25a"
}

.fa-hand-peace-o:before {
    content: "\f25b"
}

.fa-trademark:before {
    content: "\f25c"
}

.fa-registered:before {
    content: "\f25d"
}

.fa-creative-commons:before {
    content: "\f25e"
}

.fa-gg:before {
    content: "\f260"
}

.fa-gg-circle:before {
    content: "\f261"
}

.fa-tripadvisor:before {
    content: "\f262"
}

.fa-odnoklassniki:before {
    content: "\f263"
}

.fa-odnoklassniki-square:before {
    content: "\f264"
}

.fa-get-pocket:before {
    content: "\f265"
}

.fa-wikipedia-w:before {
    content: "\f266"
}

.fa-safari:before {
    content: "\f267"
}

.fa-chrome:before {
    content: "\f268"
}

.fa-firefox:before {
    content: "\f269"
}

.fa-opera:before {
    content: "\f26a"
}

.fa-internet-explorer:before {
    content: "\f26b"
}

.fa-tv:before,
.fa-television:before {
    content: "\f26c"
}

.fa-contao:before {
    content: "\f26d"
}

.fa-500px:before {
    content: "\f26e"
}

.fa-amazon:before {
    content: "\f270"
}

.fa-calendar-plus-o:before {
    content: "\f271"
}

.fa-calendar-minus-o:before {
    content: "\f272"
}

.fa-calendar-times-o:before {
    content: "\f273"
}

.fa-calendar-check-o:before {
    content: "\f274"
}

.fa-industry:before {
    content: "\f275"
}

.fa-map-pin:before {
    content: "\f276"
}

.fa-map-signs:before {
    content: "\f277"
}

.fa-map-o:before {
    content: "\f278"
}

.fa-map:before {
    content: "\f279"
}

.fa-commenting:before {
    content: "\f27a"
}

.fa-commenting-o:before {
    content: "\f27b"
}

.fa-houzz:before {
    content: "\f27c"
}

.fa-vimeo:before {
    content: "\f27d"
}

.fa-black-tie:before {
    content: "\f27e"
}

.fa-fonticons:before {
    content: "\f280"
}

.fa-reddit-alien:before {
    content: "\f281"
}

.fa-edge:before {
    content: "\f282"
}

.fa-credit-card-alt:before {
    content: "\f283"
}

.fa-codiepie:before {
    content: "\f284"
}

.fa-modx:before {
    content: "\f285"
}

.fa-fort-awesome:before {
    content: "\f286"
}

.fa-usb:before {
    content: "\f287"
}

.fa-product-hunt:before {
    content: "\f288"
}

.fa-mixcloud:before {
    content: "\f289"
}

.fa-scribd:before {
    content: "\f28a"
}

.fa-pause-circle:before {
    content: "\f28b"
}

.fa-pause-circle-o:before {
    content: "\f28c"
}

.fa-stop-circle:before {
    content: "\f28d"
}

.fa-stop-circle-o:before {
    content: "\f28e"
}

.fa-shopping-bag:before {
    content: "\f290"
}

.fa-shopping-basket:before {
    content: "\f291"
}

.fa-hashtag:before {
    content: "\f292"
}

.fa-bluetooth:before {
    content: "\f293"
}

.fa-bluetooth-b:before {
    content: "\f294"
}

.fa-percent:before {
    content: "\f295"
}

.fa-gitlab:before {
    content: "\f296"
}

.fa-wpbeginner:before {
    content: "\f297"
}

.fa-wpforms:before {
    content: "\f298"
}

.fa-envira:before {
    content: "\f299"
}

.fa-universal-access:before {
    content: "\f29a"
}

.fa-wheelchair-alt:before {
    content: "\f29b"
}

.fa-question-circle-o:before {
    content: "\f29c"
}

.fa-blind:before {
    content: "\f29d"
}

.fa-audio-description:before {
    content: "\f29e"
}

.fa-volume-control-phone:before {
    content: "\f2a0"
}

.fa-braille:before {
    content: "\f2a1"
}

.fa-assistive-listening-systems:before {
    content: "\f2a2"
}

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
    content: "\f2a3"
}

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
    content: "\f2a4"
}

.fa-glide:before {
    content: "\f2a5"
}

.fa-glide-g:before {
    content: "\f2a6"
}

.fa-signing:before,
.fa-sign-language:before {
    content: "\f2a7"
}

.fa-low-vision:before {
    content: "\f2a8"
}

.fa-viadeo:before {
    content: "\f2a9"
}

.fa-viadeo-square:before {
    content: "\f2aa"
}

.fa-snapchat:before {
    content: "\f2ab"
}

.fa-snapchat-ghost:before {
    content: "\f2ac"
}

.fa-snapchat-square:before {
    content: "\f2ad"
}

.fa-pied-piper:before {
    content: "\f2ae"
}

.fa-first-order:before {
    content: "\f2b0"
}

.fa-yoast:before {
    content: "\f2b1"
}

.fa-themeisle:before {
    content: "\f2b2"
}

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
    content: "\f2b3"
}

.fa-fa:before,
.fa-font-awesome:before {
    content: "\f2b4"
}

.fa-handshake-o:before {
    content: "\f2b5"
}

.fa-envelope-open:before {
    content: "\f2b6"
}

.fa-envelope-open-o:before {
    content: "\f2b7"
}

.fa-linode:before {
    content: "\f2b8"
}

.fa-address-book:before {
    content: "\f2b9"
}

.fa-address-book-o:before {
    content: "\f2ba"
}

.fa-vcard:before,
.fa-address-card:before {
    content: "\f2bb"
}

.fa-vcard-o:before,
.fa-address-card-o:before {
    content: "\f2bc"
}

.fa-user-circle:before {
    content: "\f2bd"
}

.fa-user-circle-o:before {
    content: "\f2be"
}

.fa-user-o:before {
    content: "\f2c0"
}

.fa-id-badge:before {
    content: "\f2c1"
}

.fa-drivers-license:before,
.fa-id-card:before {
    content: "\f2c2"
}

.fa-drivers-license-o:before,
.fa-id-card-o:before {
    content: "\f2c3"
}

.fa-quora:before {
    content: "\f2c4"
}

.fa-free-code-camp:before {
    content: "\f2c5"
}

.fa-telegram:before {
    content: "\f2c6"
}

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
    content: "\f2c7"
}

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
    content: "\f2c8"
}

.fa-thermometer-2:before,
.fa-thermometer-half:before {
    content: "\f2c9"
}

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
    content: "\f2ca"
}

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
    content: "\f2cb"
}

.fa-shower:before {
    content: "\f2cc"
}

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
    content: "\f2cd"
}

.fa-podcast:before {
    content: "\f2ce"
}

.fa-window-maximize:before {
    content: "\f2d0"
}

.fa-window-minimize:before {
    content: "\f2d1"
}

.fa-window-restore:before {
    content: "\f2d2"
}

.fa-times-rectangle:before,
.fa-window-close:before {
    content: "\f2d3"
}

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
    content: "\f2d4"
}

.fa-bandcamp:before {
    content: "\f2d5"
}

.fa-grav:before {
    content: "\f2d6"
}

.fa-etsy:before {
    content: "\f2d7"
}

.fa-imdb:before {
    content: "\f2d8"
}

.fa-ravelry:before {
    content: "\f2d9"
}

.fa-eercast:before {
    content: "\f2da"
}

.fa-microchip:before {
    content: "\f2db"
}

.fa-snowflake-o:before {
    content: "\f2dc"
}

.fa-superpowers:before {
    content: "\f2dd"
}

.fa-wpexplorer:before {
    content: "\f2de"
}

.fa-meetup:before {
    content: "\f2e0"
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto
}

[data-font="FontAwesome"]:before {
    font-family: 'FontAwesome'!important;
    content: attr(data-icon)!important;
    speak: none!important;
    font-weight: 400!important;
    font-variant: normal!important;
    text-transform: none!important;
    line-height: 1!important;
    font-style: normal!important;
    -webkit-font-smoothing: antialiased!important;
    -moz-osx-font-smoothing: grayscale!important
}

#rd-wrapper span.onsale {
    color: #fff!important
}

.rd-module-item {
    float: left;
    width: 100%
}

.rd-module-half {
    width: 50%
}

.rd-space .rd-title-box {
    margin-bottom: 0!important
}

.rd-space .rd-post {
    padding: 10px!important
}

.rd-space .rd-title-box {
    padding: 10px!important
}

.rd-grid .lSSlideOuter,
.rd-list .lSSlideOuter {
    width: 100%
}

.rd-post-list {
    float: left;
    width: 100%
}

.rd-product-list {
    float: left;
    width: 100%
}

.rd-row {
    float: left
}

.rd-line {
    float: left
}

.rd-line .rd-border-top::before {
    content: "";
    border-width: 0 0 1px;
    border-style: solid;
    overflow: hidden;
    position: absolute;
    width: 100%;
    left: 0
}

.rd-element-item {
    float: left;
    width: 100%;
    padding: 20px
}

.rd-post-item-group {
    float: left;
    overflow: hidden
}

div.rd-line:last-child .rd-border-top::before {
    content: "";
    overflow: hidden;
    border-top: none;
    position: absolute;
    width: 100%
}

div.rd-row:last-child {
    display: none!important
}

.rd-border-top {
    position: relative;
    float: left;
    width: 100%
}

.rd-line {
    width: 100%;
    padding: 0;
    float: left;
    position: relative;
    display: none;
    overflow: hidden
}

.rd-padding {
    padding: 5px 10px;
    width: 100%;
    float: left
}

.rd-single-item .rd-padding {
    padding: 10px
}

.rd-padding-text {
    padding: 0 10px
}

#rd_module_blog {
    padding: 20px;
    float: left
}

.rd-element-product {
    padding: 20px
}

.rd-module-row {
    width: 100%;
    float: left
}

.rd-post-item {
    float: left;
    width: 100%;
    position: relative
}

body .rd-row-item .rd-space.rd-module-item {
    padding: 10px!important
}

.rd-sorry {
    padding: 0 10px
}

.rd-sorry .widget_search {
    width: 100%!important;
    margin-top: 10px!important
}

.rd-single-post .rd-excerpt {
    margin-bottom: 20px
}

.rd-post-list-404 .widget_search .rd-search-sub {
    margin: auto!important;
    float: none!important;
    display: block!important;
    width: 300px!important
}

.rd-layout_9 .rd-post .rd-thumb,
.rd-layout_9 .rd-product .rd-thumb {
    border-style: solid;
    border-width: 3px
}

.rd-post-background {
    padding: 30px
}

@media (min-width: 1500px) and (max-width: 1800px) {
    .rd-post-background {
        padding: 25px
    }
}

@media (min-width: 1300px) and (max-width: 1599px) {
    .rd-post-background {
        padding: 20px
    }
}

@media (min-width: 1100px) and (max-width: 1299px) {
    .rd-post-background {
        padding: 20px 15px
    }
}

@media (min-width: 992px) and (max-width: 1099px) {
    .rd-post-background {
        padding: 20px 10px
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .rd-post-background {
        padding: 20px
    }
}

@media (min-width: 500px) and (max-width: 767px) {
    .rd-post-background {
        padding: 15px
    }
}

@media (max-width: 500px) {
    .rd-post-background {
        padding: 10px
    }
}

.rd-title-box {
    float: left;
    width: 100%;
    position: relative;
    z-index: 1;
    padding: 1px 0 0
}

.rd-element-item .rd-title-box {
    padding: 1px 1px 0 0
}

.rd-title-box h4,
.tabs.rd-title-box {
    overflow: hidden;
    width: 100%;
    float: left;
    margin: 0!important;
    line-height: 1.5em;
    position: relative
}

.tabs.rd-title-box {
    padding-top: 0!important;
    padding-bottom: 0!important
}

body.rd-layout_4 .rd-title-box h4,
body.rd-layout_4 .tabs.rd-title-box {
    border-width: 0!important
}

.rd-title-box h4,
.rd-title-box .wc-tabs {
    padding-top: 0!important;
    padding-bottom: 0!important
}

.rd-title-box .wc-tabs {
    float: left;
    width: 100%;
    margin: 0 0 1px!important
}

.tabs.rd-title-box body .tabs.rd-title-box {
    margin-bottom: 2px!important
}

.rd-title-box span,
.rd-title-box li {
    line-height: 60px;
    overflow: hidden;
    border-radius: 0;
    margin-right: 25px;
    overflow: hidden;
    font-size: 22px;
    text-transform: uppercase!important;
    opacity: .5;
    float: left;
    font-weight: 900;
    cursor: pointer;
    position: relative
}

#rd-wrapper .rd-title-box span.rd-tab-active,
#rd-wrapper .rd-title-box li.active a {
    padding: 0;
    pointer-events: none
}

#rd-wrapper .rd-title-box span.rd-tab-active,
#rd-wrapper .rd-title-box li.active {
    opacity: 1
}

.rd-product .rd-title a {
    font-weight: 400
}

.rd-title-box span:hover {
    opacity: 1
}

.rd-title-box span:list-child {
    margin-right: 0
}

.rd-title-box.rd-title-box-center {
    text-align: center
}

.rd-title-box.rd-title-box-center span {
    float: none;
    display: inline-table
}

@media (max-width:979px) {
    .rd-title-box span,
    .rd-title-box a {
        font-size: 14px
    }
}

img,
iframe,
embed {
    max-width: 100%;
    height: auto
}

.rd-thumb-warp {
    float: left;
    width: 100%;
    position: relative
}

.rd-thumb {
    float: left;
    position: relative;
    overflow: hidden
}

.rd-thumb img,
.rd-thumb-warp img,
.rd-image-warp img {
    max-width: inherit!important
}

body .rd-product .rd-thumb.rd-has-second .rd-second-image {
    -webkit-transition: all 500ms linear;
    -moz-transition: all 500ms linear;
    -ms-transition: all 500ms linear;
    -o-transition: all 500ms linear;
    position: absolute!important;
    transition: all 500ms linear;
    opacity: 0;
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    transform-origin: 0 0
}

.rd-product .rd-thumb.rd-has-second .rd-first-image {
    -webkit-transition: all 500ms linear;
    -moz-transition: all 500ms linear;
    -ms-transition: all 500ms linear;
    -o-transition: all 500ms linear;
    transition: all 500ms linear;
    opacity: 1
}

.rd-product:hover .rd-thumb.rd-has-second .rd-first-image {
    -webkit-transition: all 500ms linear;
    -moz-transition: all 500ms linear;
    -ms-transition: all 500ms linear;
    -o-transition: all 500ms linear;
    transition: all 500ms linear;
    position: absolute!important;
    opacity: 0!important
}

.rd-product:hover .rd-thumb.rd-has-second .rd-second-image {
    -webkit-transition: all 500ms linear;
    -moz-transition: all 500ms linear;
    -ms-transition: all 500ms linear;
    -o-transition: all 500ms linear;
    transition: all 500ms linear;
    position: relative;
    display: inline-block;
    opacity: 1
}

.rd-thumb .rd-post-thumbnail::before {
    left: 0;
    content: "";
    z-index: 1;
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    z-index: 1;
    height: 100%;
    width: 100%;
    position: absolute
}

.rd-post-thumbnail img {
    width: 100.1%;
    position: absolute;
    top: 50%;
    right: 50%;
    min-height: 100.1%;
    max-height: inherit!important;
    max-width: inherit!important;
    height: auto;
    transform: translate(50%, -50%);
    -webkit-transform: translate(50%, -50%);
    -moz-transform: translate(50%, -50%);
    -o-transform: translate(50%, -50%);
    -ms-transform: translate(50%, -50%);
    display: block;
    margin-left: auto;
    margin-right: auto
}

.rd-ratio135 .rd-post-thumbnail img,
.rd-ratio100 .rd-post-thumbnail img {
    width: auto;
    min-height: auto;
    height: 100.1%;
    min-width: 100.1%
}

.rd-thumb:hover {
    opacity: 1
}

.rd-product .rd-post-thumbnail img {
    min-width: inherit!important
}

.rd-ratio-auto .rd-post-thumbnail,
.rd-ratio-auto .rd-single-thumbnail {
    padding-bottom: inherit!important
}

.rd-ratio-auto .rd-post-thumbnail img,
.rd-ratio-auto .rd-single-thumbnail img {
    width: 100%!important;
    min-height: auto!important;
    height: auto!important;
    min-width: inherit!important;
    position: relative!important;
    top: 0!important;
    right: 0!important;
    left: 0!important;
    transform: translate(0)!important;
    -webkit-transform: translate(0)!important;
    -moz-transform: translate(0)!important;
    -o-transform: translate(0)!important;
    -ms-transform: translate(0)!important
}

.rd-ratio-auto .rd-product:hover .rd-thumb.rd-has-second .rd-second-image {
    position: relative!important
}

.rd-post .rd-post-thumbnail,
.rd-product .rd-post-thumbnail {
    border-radius: 0
}

.rd-image-gallery.rd-carousel.rd-ratio60 .rd-image-warp,
.rd-ratio60 .rd-post-module-1 .rd-post-thumbnail,
.rd-ratio60 .rd-post-module-2 .rd-post-thumbnail {
    padding-bottom: 60%
}

.rd-ratio-auto .rd-post-thumbnail {
    padding-bottom: 0!important
}

.rd-image-gallery.rd-carousel.rd-ratio75 .rd-image-warp,
.rd-ratio75 .rd-post-module-2 .rd-post-thumbnail {
    padding-bottom: 75%
}

.rd-image-gallery.rd-carousel.rd-ratio100 .rd-image-warp,
.rd-ratio100 .rd-post-module-2 .rd-post-thumbnail {
    padding-bottom: 100%
}

.rd-image-gallery.rd-carousel.rd-ratio135 .rd-image-warp,
.rd-ratio135 .rd-post-module-2 .rd-post-thumbnail {
    padding-bottom: 135%
}

.rd-circular {
    border-radius: 50%!important;
    position: absolute;
    width: 2em;
    box-shadow: 0 0 15px 5px rgba(0, 0, 0, 0.5)inset, 0 0 5px 0 rgba(0, 0, 0, 0.7);
    height: 2em;
    font-size: 16px;
    vertical-align: middle;
    margin: 20px;
    right: 0;
    top: 0;
    z-index: 1;
    opacity: .9
}

.rd-post-thumbnail .rd-icon-video {
    position: absolute;
    line-height: 50px;
    color: #fff;
    vertical-align: middle;
    text-align: center;
    width: 100%;
    display: inline;
    z-index: 1;
    background-size: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center
}

.rd-icon-video {
    background: rgba(0, 0, 0, 0.1);
    font-size: 18px;
    background-image: url(../img/play.png)!important;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.7);
    background-size: 100%!important;
    background-repeat: no-repeat;
    background-position: center
}

#rd-wrapper .rd-circular span {
    margin: auto;
    height: auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    position: absolute
}

#rd-wrapper .rd-post:not(.rd-single-post) .rd-circular span {
    color: #fff!important
}

.rd-circular.rd-review-circular {
    background-color: rgba(0, 0, 0, 0.7);
    width: 2.4em!important;
    height: 2.4em
}

.rd-circular.rd-review-circular canvas {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 2.4em;
    height: 2.4em
}

.widget .rd-circular span {
    color: #fff!important
}

.rd-wide .rd-widget,
.rd-content .rd-widget,
.rd-main .rd-widget {
    display: none!important
}

.rd-product-category a {
    text-transform: uppercase;
    opacity: .5;
    padding: 0!important;
    margin: 0!important;
    float: left
}

#rd-wrapper .rd-product-category a:hover {
    opacity: 1!important;
    text-shadow: none!important
}

rd-wrapper .rd-product-category i {
    opacity: .5;
    padding: 0!important;
    margin: 0 5px!important;
    float: left
}

#rd-wrapper .rd-product-category {
    width: 100%;
    float: left;
    line-height: 1.5em;
    margin-bottom: 8px;
    height: 1.5em;
    overflow: hidden
}

body #rd-wrapper .rd-background-post {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    z-index: -1;
    top: 0
}

body #rd-wrapper .rd-background-post img {
    margin: 0!important;
    padding: 0!important;
    min-width: 100.1%;
    min-height: 100.1%;
    width: auto;
    height: auto;
    position: absolute;
    top: 50%;
    right: 50%;
    height: 100%;
    max-height: inherit!important;
    max-width: inherit!important;
    height: auto;
    transform: translate(50%, -50%);
    -webkit-transform: translate(50%, -50%);
    -moz-transform: translate(50%, -50%);
    -o-transform: translate(50%, -50%);
    -ms-transform: translate(50%, -50%);
    display: block;
    margin-left: auto;
    margin-right: auto
}

body #rd-wrapper .font-300 {
    font-weight: 300!important;
    float: none;
    display: inline-block
}

body #rd-wrapper .font-400 {
    font-weight: 400!important;
    float: none;
    display: inline-block;
    font-weight: 400!important;
    float: none;
    display: inline-block
}

body #rd-wrapper .font-500 {
    font-weight: 500!important;
    float: none;
    display: inline-block
}

body #rd-wrapper .font-600 {
    font-weight: 600!important;
    float: none;
    display: inline-block
}

body #rd-wrapper .font-700 {
    font-weight: 300!important;
    float: none;
    display: inline-block
}

body #rd-wrapper .font-800 {
    font-weight: 800!important;
    float: none;
    display: inline-block
}

body #rd-wrapper .font-900 {
    font-weight: 900!important;
    float: none;
    display: inline-block
}

.rd-font-big {
    font-size: 20px
}

.rd-150-item .rd-font-big,
.rd-auto-width-item .rd-150-item .rd-font-big {
    font-size: 13px
}

.rd-200-item .rd-font-big,
.rd-auto-width-item .rd-200-item .rd-font-big {
    font-size: 15px
}

.rd-250-item .rd-font-big,
.rd-auto-width-item .rd-250-item .rd-font-big {
    font-size: 17px
}

.rd-300-item .rd-font-big,
.rd-auto-width-item .rd-300-item .rd-font-big {
    font-size: 20px
}

.rd-400-item .rd-font-big,
.rd-auto-width-item .rd-400-item .rd-font-big {
    font-size: 25px
}

.rd-500-item .rd-font-big,
.rd-auto-width-item .rd-500-item .rd-font-big {
    font-size: 30px
}

.rd-600-item .rd-font-big,
.rd-auto-width-item .rd-600-item .rd-font-big {
    font-size: 35px
}

.rd-800-item .rd-font-big,
.rd-auto-width-item .rd-800-item .rd-font-big {
    font-size: 40px
}

.rd-1000-item .rd-font-big,
.rd-auto-width-item .rd-1000-item .rd-font-big {
    font-size: 45px
}

.rd-1200-item .rd-font-big,
.rd-auto-width-item .rd-1200-item .rd-font-big {
    font-size: 50px
}

.rd-1400-item .rd-font-big,
.rd-auto-width-item .rd-1400-item .rd-font-big {
    font-size: 55px
}

.rd-1920-item .rd-font-big,
.rd-auto-width-item .rd-1920-item .rd-font-big {
    font-size: 60px
}

.rd-font-large,
.rd-font-large a {
    font-size: 13px
}

.rd-150-item .rd-font-large,
.rd-150-item .rd-font-large a,
.rd-150 .rd-icon-text i,
.rd-auto-width-item .rd-150-item .rd-font-large,
.rd-auto-width-item .rd-150-item .rd-font-large a,
.rd-auto-width-item .rd-150 .rd-icon-text i {
    font-size: 12px
}

.rd-200-item .rd-font-large,
.rd-200-item .rd-font-large a,
.rd-200 .rd-icon-text i,
.rd-auto-width-item .rd-200-item .rd-font-large,
.rd-auto-width-item .rd-200-item .rd-font-large a,
.rd-auto-width-item .rd-200 .rd-icon-text i {
    font-size: 13px
}

.rd-250-item .rd-font-large,
.rd-250-item .rd-font-large a,
.rd-250 .rd-icon-text i,
.rd-auto-width-item .rd-250-item .rd-font-large,
.rd-auto-width-item .rd-250-item .rd-font-large a,
.rd-auto-width-item .rd-250 .rd-icon-text i {
    font-size: 14px
}

.rd-300-item .rd-font-large,
.rd-300-item .rd-font-large a,
.rd-300 .rd-icon-text i,
.rd-auto-width-item .rd-300-item .rd-font-large,
.rd-auto-width-item .rd-300-item .rd-font-large a,
.rd-auto-width-item .rd-300 .rd-icon-text i {
    font-size: 16px
}

.rd-400-item .rd-font-large,
.rd-400-item .rd-font-large a,
.rd-400 .rd-icon-text i,
.rd-auto-width-item .rd-400-item .rd-font-large,
.rd-auto-width-item .rd-400-item .rd-font-large a,
.rd-auto-width-item .rd-400 .rd-icon-text i {
    font-size: 18px
}

.rd-500-item .rd-font-large,
.rd-500-item .rd-font-large a,
.rd-500 .rd-icon-text i,
.rd-auto-width-item .rd-500-item .rd-font-large,
.rd-auto-width-item .rd-500-item .rd-font-large a,
.rd-auto-width-item .rd-500 .rd-icon-text i {
    font-size: 21px
}

.rd-600-item .rd-font-large,
.rd-600-item .rd-font-large a,
.rd-600 .rd-icon-text i,
.rd-auto-width-item .rd-600-item .rd-font-large,
.rd-auto-width-item .rd-600-item .rd-font-large a,
.rd-auto-width-item .rd-600 .rd-icon-text i {
    font-size: 24px
}

.rd-800-item .rd-font-large,
.rd-800-item .rd-font-large a,
.rd-800 .rd-icon-text i,
.rd-auto-width-item .rd-800-item .rd-font-large,
.rd-auto-width-item .rd-800-item .rd-font-large a,
.rd-auto-width-item .rd-800 .rd-icon-text i {
    font-size: 28px
}

.rd-1000-item .rd-font-large,
.rd-1000-item .rd-font-large a,
.rd-1000 .rd-icon-text i,
.rd-auto-width-item .rd-1000-item .rd-font-large,
.rd-auto-width-item .rd-1000-item .rd-font-large a,
.rd-auto-width-item .rd-1000 .rd-icon-text i {
    font-size: 31px
}

.rd-1200-item .rd-font-large,
.rd-1200-item .rd-font-large a,
.rd-1200 .rd-icon-text i,
.rd-auto-width-item .rd-1200-item .rd-font-large,
.rd-auto-width-item .rd-1200-item .rd-font-large a,
.rd-auto-width-item .rd-1200 .rd-icon-text i {
    font-size: 35px
}

.rd-1400-item .rd-font-large,
.rd-1400-item .rd-font-large a,
.rd-1400 .rd-icon-text i,
.rd-auto-width-item .rd-1400-item .rd-font-large,
.rd-auto-width-item .rd-1400-item .rd-font-large a,
.rd-auto-width-item .rd-1400 .rd-icon-text i {
    font-size: 41px
}

.rd-1920-item .rd-font-large,
.rd-1920-item .rd-font-large a,
.rd-1920 .rd-icon-text i,
.rd-auto-width-item .rd-1920-item .rd-font-large,
.rd-auto-width-item .rd-1920-item .rd-font-large a,
.rd-auto-width-item .rd-1920 .rd-icon-text i {
    font-size: 47px
}

.rd-font-medium {
    font-size: 12px;
    line-height: 1.5em
}

.rd-150-item .rd-font-medium,
.rd-auto-width-item .rd-150-item .rd-font-medium {
    font-size: 11px
}

.rd-200-item .rd-font-medium,
.rd-auto-width-item .rd-200-item .rd-font-medium {
    font-size: 12px
}

.rd-250-item .rd-font-medium,
.rd-auto-width-item .rd-250-item .rd-font-medium {
    font-size: 12px
}

.rd-300-item .rd-font-medium,
.rd-auto-width-item .rd-300-item .rd-font-medium {
    font-size: 13px
}

.rd-400-item .rd-font-medium,
.rd-auto-width-item .rd-400-item .rd-font-medium {
    font-size: 13px
}

.rd-500-item .rd-font-medium,
.rd-auto-width-item .rd-500-item .rd-font-medium {
    font-size: 14px
}

.rd-600-item .rd-font-medium,
.rd-auto-width-item .rd-600-item .rd-font-medium {
    font-size: 14px
}

.rd-800-item .rd-font-medium,
.rd-auto-width-item .rd-800-item .rd-font-medium {
    font-size: 15px
}

.rd-1000-item .rd-font-medium,
.rd-auto-width-item .rd-1000-item .rd-font-medium {
    font-size: 16px
}

.rd-1200-item .rd-font-medium,
.rd-auto-width-item .rd-1200-item .rd-font-medium {
    font-size: 18px
}

.rd-1400-item .rd-font-medium,
.rd-auto-width-item .rd-1400-item .rd-font-medium {
    font-size: 20px
}

.rd-1920-item .rd-font-medium,
.rd-auto-width-item .rd-1920-item .rd-font-medium {
    font-size: 22px
}

.rd-150-item .rd-font-small,
.rd-150-item .rd-font-small a,
.rd-auto-width-item .rd-150-item .rd-font-small,
.rd-auto-width-item .rd-150-item .rd-font-small a {
    font-size: 11px
}

.rd-200-item .rd-font-small,
.rd-200-item .rd-font-small a,
.rd-auto-width-item .rd-200-item .rd-font-small,
.rd-auto-width-item .rd-200-item .rd-font-small a {
    font-size: 11px
}

.rd-250-item .rd-font-small,
.rd-250-item .rd-font-small a,
.rd-auto-width-item .rd-250-item .rd-font-small,
.rd-auto-width-item .rd-250-item .rd-font-small a {
    font-size: 11px
}

.rd-300-item .rd-font-small,
.rd-300-item .rd-font-small a,
.rd-auto-width-item .rd-300-item .rd-font-small,
.rd-auto-width-item .rd-300-item .rd-font-small a {
    font-size: 12px
}

.rd-400-item .rd-font-small,
.rd-400-item .rd-font-small a,
.rd-auto-width-item .rd-400-item .rd-font-small,
.rd-auto-width-item .rd-400-item .rd-font-small a {
    font-size: 12px
}

.rd-500-item .rd-font-small,
.rd-500-item .rd-font-small a,
.rd-auto-width-item .rd-500-item .rd-font-small,
.rd-auto-width-item .rd-500-item .rd-font-small a {
    font-size: 12px
}

.rd-600-item .rd-font-small,
.rd-600-item .rd-font-small a,
.rd-auto-width-item .rd-600-item .rd-font-small,
.rd-auto-width-item .rd-600-item .rd-font-small a {
    font-size: 12px
}

.rd-800-item .rd-font-small,
.rd-800-item .rd-font-small a,
.rd-auto-width-item .rd-800-item .rd-font-small,
.rd-auto-width-item .rd-800-item .rd-font-small a {
    font-size: 13px
}

.rd-1000-item .rd-font-small,
.rd-1000-item .rd-font-small a,
.rd-auto-width-item .rd-1000-item .rd-font-small,
.rd-auto-width-item .rd-1000-item .rd-font-small a {
    font-size: 13px
}

.rd-1200-item .rd-font-small,
.rd-1200-item .rd-font-small a,
.rd-auto-width-item .rd-1200-item .rd-font-small,
.rd-auto-width-item .rd-1200-item .rd-font-small a {
    font-size: 14px
}

.rd-1400-item .rd-font-small,
.rd-1400-item .rd-font-small a,
.rd-auto-width-item .rd-1400-item .rd-font-small,
.rd-auto-width-item .rd-auto-width-item .rd-1400-item .rd-font-small a {
    font-size: 14px
}

.rd-1920-item .rd-font-small,
.rd-1920-item .rd-font-small a,
.rd-auto-width-item .rd-1920-item .rd-font-small,
.rd-auto-width-item .rd-auto-width-item .rd-1920-item .rd-font-small a {
    font-size: 15px
}

.rd-font-small a,
.rd-font-small {
    font-size: 11px
}

.rd-post-module-3 .rd-150-item.rd-details {
    padding: 10px
}

.rd-post-module-3 .rd-200-item.rd-details {
    padding: 12px
}

.rd-post-module-3 .rd-250-item.rd-details {
    padding: 12px
}

.rd-post-module-3 .rd-300-item.rd-details {
    padding: 15px
}

.rd-post-module-3 .rd-400-item.rd-details {
    padding: 20px
}

.rd-post-module-3 .rd-500-item.rd-details {
    padding: 20px
}

.rd-post-module-3 .rd-600-item.rd-details {
    padding: 20px
}

.rd-post-module-3 .rd-800-item.rd-details {
    padding: 20px
}

.rd-post-module-3 .rd-1000-item.rd-details {
    padding: 25px
}

.rd-post-module-3 .rd-1200-item.rd-details {
    padding: 25px
}

.rd-post-module-3 .rd-1400-item.rd-details {
    padding: 30px
}

.rd-post-module-3 .rd-1920-item.rd-details {
    padding: 30px
}

@media (max-width: 1199px) {
    body #rd-wrapper.rd-wrapper .rd-150-item .rd-font-large,
    body #rd-wrapper.rd-wrapper .rd-150-item .rd-font-large a,
    .rd-150 .rd-icon-text i,
    body #rd-wrapper.rd-wrapper .rd-auto-width-item .rd-150-item .rd-font-large,
    body #rd-wrapper.rd-wrapper .rd-auto-width-item .rd-150-item .rd-font-large a,
    body #rd-wrapper.rd-wrapper .rd-auto-width-item .rd-150 .rd-icon-text i {
        font-size: 12px!important
    }
    body #rd-wrapper.rd-wrapper .rd-200-item .rd-font-large,
    body #rd-wrapper.rd-wrapper .rd-200-item .rd-font-large a,
    .rd-200 .rd-icon-text i,
    body #rd-wrapper.rd-wrapper .rd-auto-width-item .rd-200-item .rd-font-large,
    body #rd-wrapper.rd-wrapper .rd-auto-width-item .rd-200-item .rd-font-large a,
    body #rd-wrapper.rd-wrapper .rd-auto-width-item .rd-200 .rd-icon-text i {
        font-size: 13px!important
    }
    body #rd-wrapper.rd-wrapper .rd-250-item .rd-font-large,
    body #rd-wrapper.rd-wrapper .rd-250-item .rd-font-large a,
    body #rd-wrapper.rd-wrapper .rd-250 .rd-icon-text i,
    body #rd-wrapper.rd-wrapper .rd-auto-width-item .rd-250-item .rd-font-large,
    body #rd-wrapper.rd-wrapper .rd-auto-width-item .rd-250-item .rd-font-large a,
    body #rd-wrapper.rd-wrapper .rd-auto-width-item .rd-250 .rd-icon-text i {
        font-size: 14px!important
    }
    body #rd-wrapper.rd-wrapper .rd-300-item .rd-font-large,
    body #rd-wrapper.rd-wrapper .rd-300-item .rd-font-large a,
    body #rd-wrapper.rd-wrapper .rd-300 .rd-icon-text i,
    body #rd-wrapper.rd-wrapper .rd-auto-width-item .rd-300-item .rd-font-large,
    body #rd-wrapper.rd-wrapper .rd-auto-width-item .rd-300-item .rd-font-large a,
    body #rd-wrapper.rd-wrapper .rd-auto-width-item .rd-300 .rd-icon-text i {
        font-size: 16px!important
    }
    body #rd-wrapper.rd-wrapper .rd-400-item .rd-font-large,
    body #rd-wrapper.rd-wrapper .rd-400-item .rd-font-large a,
    body #rd-wrapper.rd-wrapper .rd-400 .rd-icon-text i,
    .body #rd-wrapper.rd-wrapper rd-auto-width-item .rd-400-item .rd-font-large,
    body #rd-wrapper.rd-wrapper .rd-auto-width-item .rd-400-item .rd-font-large a,
    body #rd-wrapper.rd-wrapper .rd-auto-width-item .rd-400 .rd-icon-text i {
        font-size: 18px!important
    }
    body #rd-wrapper.rd-wrapper .rd-500-item .rd-font-large,
    body #rd-wrapper.rd-wrapper .rd-500-item .rd-font-large a,
    body #rd-wrapper.rd-wrapper .rd-500 .rd-icon-text i,
    body #rd-wrapper.rd-wrapper .rd-auto-width-item .rd-500-item .rd-font-large,
    body #rd-wrapper.rd-wrapper .rd-auto-width-item .rd-500-item .rd-font-large a,
    body #rd-wrapper.rd-wrapper .rd-auto-width-item .rd-500 .rd-icon-text i {
        font-size: 21px!important
    }
    body #rd-wrapper.rd-wrapper .rd-600-item .rd-font-large,
    body #rd-wrapper.rd-wrapper .rd-600-item .rd-font-large a,
    body #rd-wrapper.rd-wrapper .rd-600 .rd-icon-text i,
    body #rd-wrapper.rd-wrapper .rd-auto-width-item .rd-600-item .rd-font-large,
    body #rd-wrapper.rd-wrapper .rd-auto-width-item .rd-600-item .rd-font-large a,
    body #rd-wrapper.rd-wrapper .rd-auto-width-item .rd-600 .rd-icon-text i {
        font-size: 24px!important
    }
    body #rd-wrapper.rd-wrapper .rd-800-item .rd-font-large,
    body #rd-wrapper.rd-wrapper .rd-800-item .rd-font-large a,
    .rd-800 .rd-icon-text i,
    body #rd-wrapper.rd-wrapper .rd-auto-width-item .rd-800-item .rd-font-large,
    body #rd-wrapper.rd-wrapper .rd-auto-width-item .rd-800-item .rd-font-large a,
    body #rd-wrapper.rd-wrapper .rd-auto-width-item .rd-800 .rd-icon-text i {
        font-size: 28px!important
    }
    body #rd-wrapper.rd-wrapper .rd-1000-item .rd-font-large,
    body #rd-wrapper.rd-wrapper .rd-1000-item .rd-font-large a,
    .rd-1000 .rd-icon-text i,
    body #rd-wrapper.rd-wrapper .rd-auto-width-item .rd-1000-item .rd-font-large,
    body #rd-wrapper.rd-wrapper .rd-auto-width-item .rd-1000-item .rd-font-large a,
    body #rd-wrapper.rd-wrapper .rd-auto-width-item .rd-1000 .rd-icon-text i {
        font-size: 31px!important
    }
    body #rd-wrapper.rd-wrapper .rd-1200-item .rd-font-large,
    body #rd-wrapper.rd-wrapper .rd-1200-item .rd-font-large a,
    body #rd-wrapper.rd-wrapper .rd-1200 .rd-icon-text i,
    body #rd-wrapper.rd-wrapper .rd-auto-width-item .rd-1200-item .rd-font-large,
    body #rd-wrapper.rd-wrapper .rd-auto-width-item .rd-1200-item .rd-font-large a,
    body #rd-wrapper.rd-wrapper .rd-auto-width-item .rd-1200 .rd-icon-text i {
        font-size: 35px!important
    }
    body #rd-wrapper.rd-wrapper .rd-1400-item .rd-font-large,
    body #rd-wrapper.rd-wrapper .rd-1400-item .rd-font-large a,
    body #rd-wrapper.rd-wrapper .rd-1400 .rd-icon-text i,
    body #rd-wrapper.rd-wrapper .rd-auto-width-item .rd-1400-item .rd-font-large,
    body #rd-wrapper.rd-wrapper .rd-auto-width-item .rd-1400-item .rd-font-large a,
    body #rd-wrapper.rd-wrapper .rd-auto-width-item .rd-1400 .rd-icon-text i {
        font-size: 41px!important
    }
    body #rd-wrapper.rd-wrapper .rd-1920-item .rd-font-large,
    body #rd-wrapper.rd-wrapper .rd-1920-item .rd-font-large a,
    body #rd-wrapper.rd-wrapper .rd-1920 .rd-icon-text i,
    body #rd-wrapper.rd-wrapper .rd-auto-width-item .rd-1920-item .rd-font-large,
    body #rd-wrapper.rd-wrapper .rd-auto-width-item .rd-1920-item .rd-font-large a,
    body #rd-wrapper.rd-wrapper .rd-auto-width-item .rd-1920 .rd-icon-text i {
        font-size: 47px!important
    }
    body #rd-wrapper.rd-wrapper .rd-150-item .rd-font-medium,
    body #rd-wrapper.rd-wrapper .rd-auto-width-item .rd-150-item .rd-font-medium {
        font-size: 11px!important
    }
    body #rd-wrapper.rd-wrapper .rd-200-item .rd-font-medium,
    body #rd-wrapper.rd-wrapper .rd-auto-width-item .rd-200-item .rd-font-medium {
        font-size: 12px!important
    }
    body #rd-wrapper.rd-wrapper .rd-250-item .rd-font-medium,
    body #rd-wrapper.rd-wrapper .rd-auto-width-item .rd-250-item .rd-font-medium {
        font-size: 12px!important
    }
    body #rd-wrapper.rd-wrapper .rd-300-item .rd-font-medium,
    body #rd-wrapper.rd-wrapper.rd-auto-width-item .rd-300-item .rd-font-medium {
        font-size: 13px!important
    }
    body #rd-wrapper.rd-wrapper .rd-400-item .rd-font-medium,
    body #rd-wrapper.rd-wrapper .rd-auto-width-item .rd-400-item .rd-font-medium {
        font-size: 13px!important
    }
    body #rd-wrapper.rd-wrapper .rd-500-item .rd-font-medium,
    body #rd-wrapper.rd-wrapper .rd-auto-width-item .rd-500-item .rd-font-medium {
        font-size: 14px!important
    }
    body #rd-wrapper.rd-wrapper .rd-600-item .rd-font-medium,
    body #rd-wrapper.rd-wrapper .rd-auto-width-item .rd-600-item .rd-font-medium {
        font-size: 14px!important
    }
    body #rd-wrapper.rd-wrapper .rd-800-item .rd-font-medium,
    body #rd-wrapper.rd-wrapper .rd-auto-width-item .rd-800-item .rd-font-medium {
        font-size: 15px!important
    }
    body #rd-wrapper.rd-wrapper .rd-1000-item .rd-font-medium,
    body #rd-wrapper.rd-wrapper .rd-auto-width-item .rd-1000-item .rd-font-medium {
        font-size: 16px!important
    }
    body #rd-wrapper.rd-wrapper .rd-1200-item .rd-font-medium,
    body #rd-wrapper.rd-wrapper .rd-auto-width-item .rd-1200-item .rd-font-medium {
        font-size: 18px!important
    }
    body #rd-wrapper.rd-wrapper .rd-1400-item .rd-font-medium,
    body #rd-wrapper.rd-wrapper .rd-auto-width-item .rd-1400-item .rd-font-medium {
        font-size: 20px!important
    }
    body #rd-wrapper.rd-wrapper .rd-1920-item .rd-font-medium,
    body #rd-wrapper.rd-wrapper .rd-auto-width-item .rd-1920-item .rd-font-medium {
        font-size: 22px!important
    }
    body #rd-wrapper.rd-wrapper .rd-150-item .rd-font-small,
    body #rd-wrapper.rd-wrapper .rd-150-item .rd-font-small a,
    body #rd-wrapper.rd-wrapper .rd-auto-width-item .rd-150-item .rd-font-small,
    body #rd-wrapper.rd-wrapper .rd-auto-width-item .rd-150-item .rd-font-small a {
        font-size: 11px!important
    }
    body #rd-wrapper.rd-wrapper .rd-200-item .rd-font-small,
    body #rd-wrapper.rd-wrapper .rd-200-item .rd-font-small a,
    body #rd-wrapper.rd-wrapper .rd-auto-width-item .rd-200-item .rd-font-small,
    body #rd-wrapper.rd-wrapper .rd-auto-width-item .rd-200-item .rd-font-small a {
        font-size: 11px!important
    }
    body #rd-wrapper.rd-wrapper .rd-250-item .rd-font-small,
    body #rd-wrapper.rd-wrapper .rd-250-item .rd-font-small a,
    body #rd-wrapper.rd-wrapper .rd-auto-width-item .rd-250-item .rd-font-small,
    body #rd-wrapper.rd-wrapper .rd-auto-width-item .rd-250-item .rd-font-small a {
        font-size: 11px!important
    }
    body #rd-wrapper.rd-wrapper .rd-300-item .rd-font-small,
    body #rd-wrapper.rd-wrapper .rd-300-item .rd-font-small a,
    body #rd-wrapper.rd-wrapper .rd-auto-width-item .rd-300-item .rd-font-small,
    body #rd-wrapper.rd-wrapper .rd-auto-width-item .rd-300-item .rd-font-small a {
        font-size: 12px!important
    }
    body #rd-wrapper.rd-wrapper .rd-400-item .rd-font-small,
    body #rd-wrapper.rd-wrapper .rd-400-item .rd-font-small a,
    body #rd-wrapper.rd-wrapper .rd-auto-width-item .rd-400-item .rd-font-small,
    body #rd-wrapper.rd-wrapper .rd-auto-width-item .rd-400-item .rd-font-small a {
        font-size: 12px!important
    }
    body #rd-wrapper.rd-wrapper .rd-500-item .rd-font-small,
    body #rd-wrapper.rd-wrapper .rd-500-item .rd-font-small a,
    body #rd-wrapper.rd-wrapper .rd-auto-width-item .rd-500-item .rd-font-small,
    body #rd-wrapper.rd-wrapper .rd-auto-width-item .rd-500-item .rd-font-small a {
        font-size: 12px!important
    }
    body #rd-wrapper.rd-wrapper .rd-600-item .rd-font-small,
    body #rd-wrapper.rd-wrapper .rd-600-item .rd-font-small a,
    body #rd-wrapper.rd-wrapper .rd-auto-width-item .rd-600-item .rd-font-small,
    body #rd-wrapper.rd-wrapper .rd-auto-width-item .rd-600-item .rd-font-small a {
        font-size: 12px!important
    }
    body #rd-wrapper.rd-wrapper .rd-800-item .rd-font-small,
    body #rd-wrapper.rd-wrapper .rd-800-item .rd-font-small a,
    body #rd-wrapper.rd-wrapper .rd-auto-width-item .rd-800-item .rd-font-small,
    body #rd-wrapper.rd-wrapper .rd-auto-width-item .rd-800-item .rd-font-small a {
        font-size: 13px!important
    }
    body #rd-wrapper.rd-wrapper .rd-1000-item .rd-font-small,
    body #rd-wrapper.rd-wrapper .rd-1000-item .rd-font-small a,
    body #rd-wrapper.rd-wrapper .rd-auto-width-item .rd-1000-item .rd-font-small,
    body #rd-wrapper.rd-wrapper .rd-auto-width-item .rd-1000-item .rd-font-small a {
        font-size: 13px!important
    }
    body #rd-wrapper.rd-wrapper .rd-1200-item .rd-font-small,
    body #rd-wrapper.rd-wrapper .rd-1200-item .rd-font-small a,
    body #rd-wrapper.rd-wrapper .rd-auto-width-item .rd-1200-item .rd-font-small,
    body #rd-wrapper.rd-wrapper .rd-auto-width-item .rd-1200-item .rd-font-small a {
        font-size: 14px!important
    }
    body #rd-wrapper.rd-wrapper .rd-1400-item .rd-font-small,
    body #rd-wrapper.rd-wrapper .rd-1400-item .rd-font-small a,
    body #rd-wrapper.rd-wrapper .rd-auto-width-item .rd-1400-item .rd-font-small,
    body #rd-wrapper.rd-wrapper .rd-auto-width-item .rd-auto-width-item .rd-1400-item .rd-font-small a {
        font-size: 14px!important
    }
    body #rd-wrapper.rd-wrapper .rd-1920-item .rd-font-small,
    body #rd-wrapper.rd-wrapper .rd-1920-item .rd-font-small a,
    body #rd-wrapper.rd-wrapper .rd-auto-width-item .rd-1920-item .rd-font-small,
    body #rd-wrapper.rd-wrapper .rd-auto-width-item .rd-auto-width-item .rd-1920-item .rd-font-small a {
        font-size: 15px!important
    }
    body #rd-wrapper .rd-post-module-3 .rd-150-item.rd-details {
        padding: 10px!important
    }
    body #rd-wrapper .rd-post-module-3 .rd-200-item.rd-details {
        padding: 12px!important
    }
    body #rd-wrapper .rd-post-module-3 .rd-250-item.rd-details {
        padding: 12px!important
    }
    body #rd-wrapper .rd-post-module-3 .rd-300-item.rd-details {
        padding: 15px!important
    }
    body #rd-wrapper .rd-post-module-3 .rd-400-item.rd-details {
        padding: 20px!important
    }
    body #rd-wrapper .rd-post-module-3 .rd-500-item.rd-details {
        padding: 20px!important
    }
    body #rd-wrapper .rd-post-module-3 .rd-600-item.rd-details {
        padding: 20px!important
    }
    body #rd-wrapper .rd-post-module-3 .rd-800-item.rd-details {
        padding: 20px!important
    }
    body #rd-wrapper .rd-post-module-3 .rd-1000-item.rd-details {
        padding: 25px!important
    }
    body #rd-wrapper .rd-post-module-3 .rd-1200-item.rd-details {
        padding: 25px!important
    }
    body #rd-wrapper .rd-post-module-3 .rd-1400-item.rd-details {
        padding: 30px!important
    }
    body #rd-wrapper .rd-post-module-3 .rd-1920-item.rd-details {
        padding: 30px!important
    }
}

.rd_column_1_1 {
    width: 100%
}

.rd_column_1_2 {
    width: 50%
}

.rd_column_1_3 {
    width: 33.331%
}

.rd_column_2_3 {
    width: 66.661%
}

.rd_column_3_4 {
    width: 75%
}

.rd_column_1_4 {
    width: 25%
}

.rd_column_1_5 {
    width: 20%
}

.rd_column_2_5 {
    width: 40%
}

.rd_column_3_5 {
    width: 60%
}

.rd_column_4_5 {
    width: 80%
}

.rd_column_1_6 {
    width: 16.661%
}

.rd_column_1_7 {
    width: 14.281%
}

.rd_column_1_8 {
    width: 12.5%
}

.rd_column_5_6 {
    width: 83.331%
}

.rd-post-group-flex.rd_column_1_1 {
    grid-template-columns: 100%
}

.rd-post-group-flex.rd_column_1_2 {
    grid-template-columns: 50% 50%
}

.rd-post-group-flex.rd_column_1_3 {
    grid-template-columns: 33.331% 33.331% 33.331%
}

.rd-post-group-flex.rd_column_1_3_2_3 {
    grid-template-columns: 33.331% 66.661%
}

.rd-post-group-flex.rd_column_2_3 {
    grid-template-columns: 66.661% 33.331%
}

.rd-post-group-flex.rd_column_3_4 {
    grid-template-columns: 75% 25%
}

.rd-post-group-flex.rd_column_1_4 {
    grid-template-columns: 25% 25% 25% 25%
}

.rd-post-group-flex.rd_column_1_4_3_4 {
    grid-template-columns: 25% 75%
}

.rd-post-group-flex.rd_column_1_4_1_2_1_4 {
    grid-template-columns: 25% 50% 25%
}

.rd-post-group-flex.rd_column_1_5 {
    grid-template-columns: 20% 20% 20% 20% 20%
}

.rd-post-group-flex.rd_column_1_5_4_5 {
    grid-template-columns: 20% 80%
}

.rd-post-group-flex.rd_column_2_5 {
    grid-template-columns: 40% 60%
}

.rd-post-group-flex.rd_column_3_5 {
    grid-template-columns: 60% 40%
}

.rd-post-group-flex.rd_column_4_5 {
    grid-template-columns: 80% 20%
}

.rd-post-group-flex.rd_column_1_6 {
    grid-template-columns: 16.661% 16.661% 16.661% 16.661% 16.661% 16.661%
}

.rd-post-group-flex.rd_column_1_6_5_6 {
    grid-template-columns: 16.661% 83.331%
}

.rd-post-group-flex.rd_column_1_7 {
    grid-template-columns: 14.281% 14.281% 14.281% 14.281% 14.281% 14.281% 14.281%
}

.rd-post-group-flex.rd_column_1_7_6_7 {
    grid-template-columns: 14.281% 85.714%
}

.rd-post-group-flex.rd_column_1_8 {
    grid-template-columns: 12.5% 12.5% 12.5% 12.5% 12.5% 12.5% 12.5% 12.5% 12.5% 12.5%
}

.rd-post-group-flex.rd_column_1_8_7_8 {
    grid-template-columns: 87.5%
}

.rd-post-group-flex.rd_column_5_6 {
    grid-template-columns: 83.331% 16.661%
}

.woocommerce.columns-1,
.woocommerce.columns-2,
.woocommerce.columns-3,
.woocommerce.columns-4,
.woocommerce.columns-5,
.woocommerce.columns-6,
.woocommerce.columns-7,
.woocommerce.columns-8 {
    width: 100%!important
}

div.rd-row.rd_column_1_1:nth-child(2n),
div.rd-row.rd_column_1_2:nth-child(4n),
div.rd-row.rd_column_1_3:nth-child(6n),
div.rd-row.rd_column_1_4:nth-child(8n),
div.rd-row.rd_column_1_5:nth-child(10n),
div.rd-row.rd_column_1_6:nth-child(12n),
div.rd-row.rd_column_1_7:nth-child(14n),
div.rd-row.rd_column_1_8:nth-child(16n) {
    display: inline-block;
    width: 100%!important
}

@media (max-width: 1199px) and (min-width: 992px) {
    .rd_desktop_1_1 {
        width: 100%
    }
    .rd_desktop_1_2 {
        width: 50%
    }
    .rd_desktop_1_3 {
        width: 33.331%
    }
    .rd_desktop_2_3 {
        width: 66.661%
    }
    .rd_desktop_3_4 {
        width: 75%
    }
    .rd_desktop_1_4 {
        width: 25%
    }
    .rd_desktop_1_5 {
        width: 20%
    }
    .rd_desktop_2_5 {
        width: 40%
    }
    .rd_desktop_3_5 {
        width: 60%
    }
    .rd_desktop_4_5 {
        width: 80%
    }
    .rd_desktop_1_6 {
        width: 16.661%
    }
    .rd_desktop_1_7 {
        width: 14.281%
    }
    .rd_desktop_1_8 {
        width: 12.5%
    }
    .rd_desktop_5_6 {
        width: 83.331%
    }
    body .rd-post-group-flex.rd_desktop_1_1 {
        grid-template-columns: 100%
    }
    body .rd-post-group-flex.rd_desktop_1_2 {
        grid-template-columns: 50% 50%
    }
    body .rd-post-group-flex.rd_desktop_1_3 {
        grid-template-columns: 33.331% 33.331% 33.331%
    }
    body .rd-post-group-flex.rd_desktop_1_3_2_3 {
        grid-template-columns: 33.331% 66.661%
    }
    body .rd-post-group-flex.rd_desktop_2_3 {
        grid-template-columns: 66.661% 33.331%
    }
    body .rd-post-group-flex.rd_desktop_3_4 {
        grid-template-columns: 75% 25%
    }
    body .rd-post-group-flex.rd_desktop_1_4 {
        grid-template-columns: 25% 25% 25% 25%
    }
    body .rd-post-group-flex.rd_desktop_1_4_3_4 {
        grid-template-columns: 25% 75%
    }
    body .rd-post-group-flex.rd_desktop_1_4_1_2_1_4 {
        grid-template-columns: 25% 50% 25%
    }
    body .rd-post-group-flex.rd_desktop_1_5 {
        grid-template-columns: 20% 20% 20% 20% 20%
    }
    body .rd-post-group-flex.rd_desktop_1_5_4_5 {
        grid-template-columns: 20% 80%
    }
    body .rd-post-group-flex.rd_desktop_2_5 {
        grid-template-columns: 40% 60%
    }
    body .rd-post-group-flex.rd_desktop_3_5 {
        grid-template-columns: 60% 40%
    }
    body .rd-post-group-flex.rd_desktop_4_5 {
        grid-template-columns: 80% 20%
    }
    body .rd-post-group-flex.rd_desktop_1_6 {
        grid-template-columns: 16.661% 16.661% 16.661% 16.661% 16.661% 16.661%
    }
    body .rd-post-group-flex.rd_desktop_1_6_5_6 {
        grid-template-columns: 16.661% 83.331%
    }
    body .rd-post-group-flex.rd_desktop_1_7 {
        grid-template-columns: 14.281% 14.281% 14.281% 14.281% 14.281% 14.281% 14.281%
    }
    body .rd-post-group-flex.rd_desktop_1_7_6_7 {
        grid-template-columns: 14.281% 85.714%
    }
    body .rd-post-group-flex.rd_desktop_1_8 {
        grid-template-columns: 12.5% 12.5% 12.5% 12.5% 12.5% 12.5% 12.5% 12.5% 12.5% 12.5%
    }
    body .rd-post-group-flex.rd_desktop_1_8_7_8 {
        grid-template-columns: 87.5%
    }
    body .rd-post-group-flex.rd_desktop_5_6 {
        grid-template-columns: 83.331% 16.661%
    }
    div.rd-row {
        display: none!important
    }
    div.rd-row.rd_desktop_1_1:nth-child(2n),
    div.rd-row.rd_desktop_1_2:nth-child(4n),
    div.rd-row.rd_desktop_1_3:nth-child(6n),
    div.rd-row.rd_desktop_1_4:nth-child(8n),
    div.rd-row.rd_desktop_1_5:nth-child(10n),
    div.rd-row.rd_desktop_1_6:nth-child(12n),
    div.rd-row.rd_desktop_1_7:nth-child(14n),
    div.rd-row.rd_desktop_1_8:nth-child(16n) {
        display: inline-block!important;
        width: 100%!important
    }
}

@media (max-width: 991px) and (min-width: 768px) {
    .rd_tablet_1_1 {
        width: 100%
    }
    .rd_tablet_1_2 {
        width: 50%
    }
    .rd_tablet_1_3 {
        width: 33.331%
    }
    .rd_tablet_2_3 {
        width: 66.661%
    }
    .rd_tablet_3_4 {
        width: 75%
    }
    .rd_tablet_1_4 {
        width: 25%
    }
    .rd_tablet_1_5 {
        width: 20%
    }
    .rd_tablet_2_5 {
        width: 40%
    }
    .rd_tablet_3_5 {
        width: 60%
    }
    .rd_tablet_4_5 {
        width: 80%
    }
    .rd_tablet_1_6 {
        width: 16.661%
    }
    .rd_tablet_1_7 {
        width: 14.281%
    }
    .rd_tablet_1_8 {
        width: 12.5%
    }
    .rd_tablet_5_6 {
        width: 83.331%
    }
    body .rd-post-group-flex.rd_tablet_1_1 {
        grid-template-columns: 100%
    }
    body .rd-post-group-flex.rd_tablet_1_2 {
        grid-template-columns: 50% 50%
    }
    body .rd-post-group-flex.rd_tablet_1_3 {
        grid-template-columns: 33.331% 33.331% 33.331%
    }
    body .rd-post-group-flex.rd_tablet_1_3_2_3 {
        grid-template-columns: 33.331% 66.661%
    }
    body .rd-post-group-flex.rd_tablet_2_3 {
        grid-template-columns: 66.661% 33.331%
    }
    body .rd-post-group-flex.rd_tablet_3_4 {
        grid-template-columns: 75% 25%
    }
    body .rd-post-group-flex.rd_tablet_1_4 {
        grid-template-columns: 25% 25% 25% 25%
    }
    body .rd-post-group-flex.rd_tablet_1_4_3_4 {
        grid-template-columns: 25% 75%
    }
    body .rd-post-group-flex.rd_tablet_1_4_1_2_1_4 {
        grid-template-columns: 25% 50% 25%
    }
    body .rd-post-group-flex.rd_tablet_1_5 {
        grid-template-columns: 20% 20% 20% 20% 20%
    }
    body .rd-post-group-flex.rd_tablet_1_5_4_5 {
        grid-template-columns: 20% 80%
    }
    body .rd-post-group-flex.rd_tablet_2_5 {
        grid-template-columns: 40% 60%
    }
    body .rd-post-group-flex.rd_tablet_3_5 {
        grid-template-columns: 60% 40%
    }
    body .rd-post-group-flex.rd_tablet_4_5 {
        grid-template-columns: 80% 20%
    }
    body .rd-post-group-flex.rd_tablet_1_6 {
        grid-template-columns: 16.661% 16.661% 16.661% 16.661% 16.661% 16.661%
    }
    body .rd-post-group-flex.rd_tablet_1_6_5_6 {
        grid-template-columns: 16.661% 83.331%
    }
    body .rd-post-group-flex.rd_tablet_1_7 {
        grid-template-columns: 14.281% 14.281% 14.281% 14.281% 14.281% 14.281% 14.281%
    }
    body .rd-post-group-flex.rd_tablet_1_7_6_7 {
        grid-template-columns: 14.281% 85.714%
    }
    body .rd-post-group-flex.rd_tablet_1_8 {
        grid-template-columns: 12.5% 12.5% 12.5% 12.5% 12.5% 12.5% 12.5% 12.5% 12.5% 12.5%
    }
    body .rd-post-group-flex.rd_tablet_1_8_7_8 {
        grid-template-columns: 87.5%
    }
    body .rd-post-group-flex.rd_tablet_5_6 {
        grid-template-columns: 83.331% 16.661%
    }
    div.rd-row {
        display: none!important
    }
    div.rd-row.rd_tablet_1_1:nth-child(2n),
    div.rd-row.rd_tablet_1_2:nth-child(4n),
    div.rd-row.rd_tablet_1_3:nth-child(6n),
    div.rd-row.rd_tablet_1_4:nth-child(8n),
    div.rd-row.rd_tablet_1_5:nth-child(10n),
    div.rd-row.rd_tablet_1_6:nth-child(12n),
    div.rd-row.rd_tablet_1_7:nth-child(14n),
    div.rd-row.rd_tablet_1_8:nth-child(16n) {
        display: inline-block!important;
        width: 100%!important
    }
}

@media (max-width: 767px) and (min-width: 501px) {
    .rd_phablet_1_1 {
        width: 100%
    }
    .rd_phablet_1_2 {
        width: 50%
    }
    .rd_phablet_1_3 {
        width: 33.331%
    }
    .rd_phablet_2_3 {
        width: 66.661%
    }
    .rd_phablet_3_4 {
        width: 75%
    }
    .rd_phablet_1_4 {
        width: 25%
    }
    .rd_phablet_1_5 {
        width: 20%
    }
    .rd_phablet_2_5 {
        width: 40%
    }
    .rd_phablet_3_5 {
        width: 60%
    }
    .rd_phablet_4_5 {
        width: 80%
    }
    .rd_phablet_1_6 {
        width: 16.661%
    }
    .rd_phablet_1_7 {
        width: 14.281%
    }
    .rd_phablet_1_8 {
        width: 12.5%
    }
    .rd_phablet_5_6 {
        width: 83.331%
    }
    body .rd-post-group-flex.rd_phablet_1_1 {
        grid-template-columns: 100%
    }
    body .rd-post-group-flex.rd_phablet_1_2 {
        grid-template-columns: 50% 50%
    }
    body .rd-post-group-flex.rd_phablet_1_3 {
        grid-template-columns: 33.331% 33.331% 33.331%
    }
    body .rd-post-group-flex.rd_phablet_1_3_2_3 {
        grid-template-columns: 33.331% 66.661%
    }
    body .rd-post-group-flex.rd_phablet_2_3 {
        grid-template-columns: 66.661% 33.331%
    }
    body .rd-post-group-flex.rd_phablet_3_4 {
        grid-template-columns: 75% 25%
    }
    body .rd-post-group-flex.rd_phablet_1_4 {
        grid-template-columns: 25% 25% 25% 25%
    }
    body .rd-post-group-flex.rd_phablet_1_4_3_4 {
        grid-template-columns: 25% 75%
    }
    body .rd-post-group-flex.rd_phablet_1_4_1_2_1_4 {
        grid-template-columns: 25% 50% 25%
    }
    body .rd-post-group-flex.rd_phablet_1_5 {
        grid-template-columns: 20% 20% 20% 20% 20%
    }
    body .rd-post-group-flex.rd_phablet_1_5_4_5 {
        grid-template-columns: 20% 80%
    }
    body .rd-post-group-flex.rd_phablet_2_5 {
        grid-template-columns: 40% 60%
    }
    body .rd-post-group-flex.rd_phablet_3_5 {
        grid-template-columns: 60% 40%
    }
    body .rd-post-group-flex.rd_phablet_4_5 {
        grid-template-columns: 80% 20%
    }
    body .rd-post-group-flex.rd_phablet_1_6 {
        grid-template-columns: 16.661% 16.661% 16.661% 16.661% 16.661% 16.661%
    }
    body .rd-post-group-flex.rd_phablet_1_6_5_6 {
        grid-template-columns: 16.661% 83.331%
    }
    body .rd-post-group-flex.rd_phablet_1_7 {
        grid-template-columns: 14.281% 14.281% 14.281% 14.281% 14.281% 14.281% 14.281%
    }
    body .rd-post-group-flex.rd_phablet_1_7_6_7 {
        grid-template-columns: 14.281% 85.714%
    }
    body .rd-post-group-flex.rd_phablet_1_8 {
        grid-template-columns: 12.5% 12.5% 12.5% 12.5% 12.5% 12.5% 12.5% 12.5% 12.5% 12.5%
    }
    body .rd-post-group-flex.rd_phablet_1_8_7_8 {
        grid-template-columns: 87.5%
    }
    body .rd-post-group-flex.rd_phablet_5_6 {
        grid-template-columns: 83.331% 16.661%
    }
    div.rd-row {
        display: none!important
    }
    div.rd-row.rd_phablet_1_1:nth-child(2n),
    div.rd-row.rd_phablet_1_2:nth-child(4n),
    div.rd-row.rd_phablet_1_3:nth-child(6n),
    div.rd-row.rd_phablet_1_4:nth-child(8n),
    div.rd-row.rd_phablet_1_5:nth-child(10n),
    div.rd-row.rd_phablet_1_6:nth-child(12n),
    div.rd-row.rd_phablet_1_7:nth-child(14n),
    div.rd-row.rd_phablet_1_8:nth-child(16n) {
        display: inline-block!important;
        width: 100%!important
    }
}

@media (max-width: 500px) {
    .rd_phone_1_1 {
        width: 100%
    }
    .rd_phone_1_2 {
        width: 50%
    }
    .rd_phone_1_3 {
        width: 33.331%
    }
    .rd_phone_2_3 {
        width: 66.661%
    }
    .rd_phone_3_4 {
        width: 75%
    }
    .rd_phone_1_4 {
        width: 25%
    }
    .rd_phone_1_5 {
        width: 20%
    }
    .rd_phone_2_5 {
        width: 40%
    }
    .rd_phone_3_5 {
        width: 60%
    }
    .rd_phone_4_5 {
        width: 80%
    }
    .rd_phone_1_6 {
        width: 16.661%
    }
    .rd_phone_1_7 {
        width: 14.281%
    }
    .rd_phone_1_8 {
        width: 12.5%
    }
    .rd_phone_5_6 {
        width: 83.331%
    }
    body .rd-post-group-flex.rd_phone_1_1 {
        grid-template-columns: 100%
    }
    body .rd-post-group-flex.rd_phone_1_2 {
        grid-template-columns: 50% 50%
    }
    body .rd-post-group-flex.rd_phone_1_3 {
        grid-template-columns: 33.331% 33.331% 33.331%
    }
    body .rd-post-group-flex.rd_phone_1_3_2_3 {
        grid-template-columns: 33.331% 66.661%
    }
    body .rd-post-group-flex.rd_phone_2_3 {
        grid-template-columns: 66.661% 33.331%
    }
    body .rd-post-group-flex.rd_phone_3_4 {
        grid-template-columns: 75% 25%
    }
    body .rd-post-group-flex.rd_phone_1_4 {
        grid-template-columns: 25% 25% 25% 25%
    }
    body .rd-post-group-flex.rd_phone_1_4_3_4 {
        grid-template-columns: 25% 75%
    }
    body .rd-post-group-flex.rd_phone_1_4_1_2_1_4 {
        grid-template-columns: 25% 50% 25%
    }
    body .rd-post-group-flex.rd_phone_1_5 {
        grid-template-columns: 20% 20% 20% 20% 20%
    }
    body .rd-post-group-flex.rd_phone_1_5_4_5 {
        grid-template-columns: 20% 80%
    }
    body .rd-post-group-flex.rd_phone_2_5 {
        grid-template-columns: 40% 60%
    }
    body .rd-post-group-flex.rd_phone_3_5 {
        grid-template-columns: 60% 40%
    }
    body .rd-post-group-flex.rd_phone_4_5 {
        grid-template-columns: 80% 20%
    }
    body .rd-post-group-flex.rd_phone_1_6 {
        grid-template-columns: 16.661% 16.661% 16.661% 16.661% 16.661% 16.661%
    }
    body .rd-post-group-flex.rd_phone_1_6_5_6 {
        grid-template-columns: 16.661% 83.331%
    }
    body .rd-post-group-flex.rd_phone_1_7 {
        grid-template-columns: 14.281% 14.281% 14.281% 14.281% 14.281% 14.281% 14.281%
    }
    body .rd-post-group-flex.rd_phone_1_7_6_7 {
        grid-template-columns: 14.281% 85.714%
    }
    body .rd-post-group-flex.rd_phone_1_8 {
        grid-template-columns: 12.5% 12.5% 12.5% 12.5% 12.5% 12.5% 12.5% 12.5% 12.5% 12.5%
    }
    body .rd-post-group-flex.rd_phone_1_8_7_8 {
        grid-template-columns: 87.5%
    }
    body .rd-post-group-flex.rd_phone_5_6 {
        grid-template-columns: 83.331% 16.661%
    }
    div.rd-row {
        display: none!important
    }
    div.rd-row.rd_phone_1_1:nth-child(2n),
    div.rd-row.rd_phone_1_2:nth-child(4n),
    div.rd-row.rd_phone_1_3:nth-child(6n),
    div.rd-row.rd_phone_1_4:nth-child(8n),
    div.rd-row.rd_phone_1_5:nth-child(10n),
    div.rd-row.rd_phone_1_6:nth-child(12n),
    div.rd-row.rd_phone_1_7:nth-child(14n),
    div.rd-row.rd_phone_1_8:nth-child(16n) {
        display: inline-block!important;
        width: 100%!important
    }
}

.rd_alignment_left {
    text-align: left
}

.rd_alignment_right {
    text-align: right
}

.rd_alignment_center {
    text-align: center
}

.rd-details {
    float: left;
    float: left
}

.rd-title {
    float: left;
    width: 100%;
    line-height: 1.42em;
    line-height: calc(1em + 8px);
    margin: 0!important
}

.rd-title a {
    width: 100%;
    font-weight: 700;
    display: inline-block;
    float: left;
    overflow: hidden;
    line-height: 1.42em;
    line-height: calc(1em + 8px)
}

#rd-wrapper .rd-title a:hover {
    text-shadow: none!important;
    opacity: 1!important
}

.sticky .rd-title a::before {
    content: "\f109";
    font-family: dashicons;
    font-style: normal;
    vertical-align: middle;
    float: none;
    display: inline-block;
    margin-right: 5px
}

.rd-text-center .sticky {
    float: none
}

.rd-excerpt {
    margin-top: 8px;
    font-weight: 400;
    width: 100%;
    float: left;
    overflow: hidden;
    line-height: 1.5em
}

.rd-details {
    z-index: 1;
    position: relative
}

.rd_alignment_center {
    text-align: center
}

.rd_alignment_center .rd-title a,
.rd_alignment_center .rd-excerpt,
.rd_alignment_center .rd-meta {
    text-align: center;
    width: 100%
}

.rd_alignment_center .rd-meta {
    line-height: 1em
}

.rd_alignment_center .rd-meta li {
    float: none!important;
    display: inline-block
}

.rd_alignment_center .rd-category {
    transform: translate(-50%, 0%);
    float: left;
    left: 50%;
    overflow: hidden;
    position: relative;
    -webkit-transform: translate(-50%, 00%);
    -moz-transform: translate(-50%, 00%);
    -o-transform: translate(-50%, 00%);
    -ms-transform: translate(-50%, 0%)
}

.rd-thumb img[alt] {
    font-size: 0
}

.rd-meta {
    width: 100%;
    float: left;
    overflow: hidden;
    margin: 8px 0 0
}

.rd-meta li {
    float: left;
    margin: 0!important;
    font-size: 12px;
    overflow: hidden;
    list-style: none;
    vertical-align: middle;
    line-height: 1.7em;
    max-height: 1.7em
}

.rd-meta li,
.rd-meta li a {
    line-height: 1.7em;
    color: #999
}

.rd-stars-large {
    float: left
}

.rd-meta span.stars-large,
.rd-meta .stars-large span {
    width: 13px!important;
    margin: 0!important;
    height: 13px!important
}

.rd-meta span.rd-stars-large,
.rd-meta .rd-stars-large span {
    width: 67px!important
}

.rd-meta .rd-stars-full-score i::before,
.rd-meta .rd-stars-score i::before {
    font-size: 13px!important
}

.rd-meta .rd-author::before {
    content: inherit!important
}

.rd-meta li:after {
    content: "-";
    margin-right: 7px;
    margin-left: 7px;
    float: right
}

.rd-meta li:last-child:after {
    display: none;
    content: inherit
}

.rd-meta li::before {
    color: inherit!important;
    vertical-align: top;
    display: inline-block;
    vertical-align: bottom;
    font-family: dashicons;
    text-decoration: inherit;
    font-weight: 400;
    font-style: normal;
    margin-right: 3px;
    opacity: .7;
    font-size: 12px
}

.rd-meta .rd-date::before {
    content: "\f508"
}

.rd-meta .rd-view::before {
    content: "\f115"
}

.rd-meta .rd-comment::before {
    content: "\f125"
}

.rd-meta .rd-cats::before {
    content: "\f318"
}

.rd-share-post .rd-share-social {
    border-radius: 5px;
    font-weight: 400!important;
    text-transform: unset
}

@media (max-width: 1240px) {
    .rd-circular {
        margin: 15px
    }
}

@media (max-width:979px) {
    .rd-module-item {
        padding: 10px 0
    }
    .rd-module-half {
        width: 100%
    }
}

.rd-category {
    line-height: 1em;
    pointer-events: all;
    z-index: 2;
    float: left;
    margin-bottom: 8px
}

.rd-category a {
    line-height: 1.5em;
    height: 1.5em;
    float: left;
    font-size: 12px;
    font-weight: 400;
    display: inline-block
}

body #rd-wrapper .rd-category i {
    float: left;
    margin: 0 7px;
    line-height: 1.5em;
    font-size: inherit!important;
    color: inherit!important
}

.rd-meta-none .rd-meta {
    display: none
}

.rd-post .rd-150-item .rd-meta,
.rd-150-item .rd-excerpt {
    margin: 7px 0 0
}

.rd-post .rd-200-item .rd-meta,
.rd-200-item .rd-excerpt {
    margin: 8px 0 0
}

.rd-post .rd-250-item .rd-meta,
.rd-250-item .rd-excerpt {
    margin: 9px 0 0
}

.rd-post .rd-300-item .rd-meta,
.rd-300-item .rd-excerpt {
    margin: 10px 0 0
}

.rd-post .rd-400-item .rd-meta,
.rd-400-item .rd-excerpt {
    margin: 12px 0 0
}

.rd-post .rd-500-item .rd-meta,
.rd-500-item .rd-excerpt {
    margin: 13px 0 0
}

.rd-post .rd-600-item .rd-meta,
.rd-600-item .rd-excerpt {
    margin: 14px 0 0
}

.rd-game.rd-post-module-1 .rd-800-item .rd-game-details,
.rd-post .rd-800-item .rd-meta,
.rd-800-item .rd-excerpt {
    margin: 15px 0 0
}

.rd-post .rd-1000-item .rd-meta,
.rd-post .rd-1200-item .rd-meta,
.rd-post .rd-1400-item .rd-meta,
.rd-post .rd-1920-item .rd-meta,
.rd-1000-item .rd-excerpt,
.rd-1200-item .rd-excerpt,
.rd-1400-item .rd-excerpt,
.rd-1920-item .rd-excerpt {
    margin: 15px 0 0
}

.rd-cart-item {
    float: none;
    vertical-align: top;
    text-align: center;
    margin-bottom: 1px;
    display: inline-block
}

.rd-cart-item a {
    background: none!important;
    position: relative
}

.rd-cart-item a:before {
    margin-right: 0!important
}

.rd-cart-item .ajax_add_to_cart.added {
    display: none
}

#rd-wrapper .rd-cart-item a:hover::before {
    color: #fff!important
}

.rd-cart-item .add_to_cart_button:before {
    content: "\f07a"
}

.rd-cart-item .added_to_cart:before {
    content: "\f218"!important
}

.rd-cart-item .yith-wcwl-add-to-wishlist {
    margin-top: 0
}

.rd-cart-item .add_to_cart_button.added {
    display: none!important
}

.rd-cart-item .yith-wcwl-add-to-wishlist a:before {
    content: "\f08a"!important
}

.rd-cart-item .yith-wcwl-wishlistexistsbrowse a:before {
    content: "\f004"!important
}

.rd-cart-item .yith-wcwl-wishlistexistsbrowse span {
    display: none
}

.rd-cart-item .compare-button a::before {
    content: "\f074"!important
}

.rd-cart-item .compare-button .added::before {
    content: "\f00c"!important
}

.rd-cart-item .yith-wcwl-add-to-wishlist .ajax-loading {
    position: absolute
}

.rd-150-item .rd-cart-item a:before {
    font-size: 12px!important
}

.rd-200-item .rd-cart-item a:before {
    font-size: 15px!important
}

.rd-250-item .rd-cart-item a:before {
    font-size: 16px!important
}

.rd-300-item .rd-cart-item a:before {
    font-size: 18px!important
}

.rd-400-item .rd-cart-item a:before {
    font-size: 21px!important
}

.rd-500-item .rd-cart-item a:before {
    font-size: 24px!important
}

.rd-600-item .rd-cart-item a:before {
    font-size: 27px!important
}

.rd-800-item .rd-cart-item a:before {
    font-size: 29px!important
}

.rd-1000-item .rd-cart-item a:before {
    font-size: 35px!important
}

.rd-1200-item .rd-cart-item a:before {
    font-size: 39px!important
}

.rd-1400-item .rd-cart-item a:before {
    font-size: 45px!important
}

@media (max-width:1199px) {
    .rd-150-item .rd-cart-item a:before {
        font-size: 12px!important
    }
    .rd-200-item .rd-cart-item a:before {
        font-size: 15px!important
    }
    .rd-250-item .rd-cart-item a:before {
        font-size: 16px!important
    }
    .rd-300-item .rd-cart-item a:before {
        font-size: 18px!important
    }
    .rd-400-item .rd-cart-item a:before {
        font-size: 21px!important
    }
    .rd-500-item .rd-cart-item a:before {
        font-size: 24px!important
    }
    .rd-600-item .rd-cart-item a:before {
        font-size: 27px!important
    }
    .rd-800-item .rd-cart-item a:before {
        font-size: 29px!important
    }
    .rd-1000-item .rd-cart-item a:before {
        font-size: 35px!important
    }
    .rd-1200-item .rd-cart-item a:before {
        font-size: 39px!important
    }
    .rd-1400-item .rd-cart-item a:before {
        font-size: 45px!important
    }
}

.rd-cart-item a {
    font-size: 0!important
}

.rd-cart-item a:hover .rd-text-hover {
    display: inline-block
}

.rd-cart-item a .rd-text-hover {
    position: absolute;
    display: none;
    color: #fff;
    background: #121518;
    bottom: -15px;
    left: -18px;
    padding: 5px;
    font-size: 11px;
    width: 100px;
    line-height: 1.35em;
    z-index: 999999;
    text-align: center;
    border-radius: 0;
    text-transform: uppercase
}

.rd-cart-item a {
    position: relative
}

.rd-cart-item .yith-wcwl-add-to-wishlist a .rd-text-hover {
    min-height: 3.5em;
    left: -24px
}

.rd-cart-item .compare .rd-text-hover {
    min-height: 2.5em;
    left: -25px
}

.rd-page-number {
    text-align: left;
    width: 100%;
    float: left;
    padding-top: 15px!important;
    padding-bottom: 15px!important
}

.rd-pagenavi {
    padding: 1px;
    clear: both;
    width: 100%!important;
    float: left
}

.rd-pagenavi span a {
    padding: 5px 10px!important;
    margin: 0!important
}

.rd-pagenavi #reza-next-page {
    background: none!important;
    padding: 0!important
}

.rd-pagenavi a,
.rd-pagenavi span {
    border-radius: 5px!important;
    display: inline-block;
    background-color: rgba(150, 150, 150, 0.10);
    padding: 5px 10px!important;
    float: left;
    margin: 2px!important;
    font-size: 12px;
    border: medium none!important;
    font-weight: 700;
    line-height: 1.5em;
    width: auto!important;
    cursor: pointer
}

.rd-pagenavi span.current {
    background: rgba(118, 128, 128, 0.30)
}

body #rd-wrapper .rd-pagenavi .wp-pagenavi span.current {
    color: #fff!important;
    border-radius: 5px!important
}

.rd-pagenavi a:hover {
    background: #000;
    border-color: #fff;
    color: #333
}

.rd-pagenavi span.current {
    font-weight: 700
}

.rd_alignment_center .rd-page-number {
    text-align: center
}

.rd_alignment_center .rd-pagenavi a,
.rd_alignment_center .rd-pagenavi span {
    float: none
}

.rd-load-more-warp {
    float: left;
    width: 100%;
    padding: 1px;
    position: relative
}

.rd-load-more {
    width: 100%;
    text-align: center;
    padding-top: 10px!important;
    padding-bottom: 10px!important;
    float: left
}

.rd-load-more span {
    position: relative;
    width: 100%;
    height: 30px;
    display: block;
    margin: auto;
    line-height: 29px;
    color: #444;
    cursor: pointer;
    font-size: 13px;
    text-transform: uppercase
}

#rd-wrapper .rd-load-more span::before {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 0;
    height: 100%;
    box-sizing: border-box
}

.rd-load-more span:hover::before {
    background: rgba(150, 150, 150, 0.2)
}

.rd-readmore {
    float: left;
    margin-top: 10px;
    width: 100%;
    color: #fff!important
}

.rd-readmore a {
    padding: .5em 2em;
    border-radius: 0;
    border-radius: 5px;
    text-transform: uppercase;
    font-weight: 700;
    color: #fff!important;
    background-color: #000;
    font-size: 13px;
    float: left
}

.rd-cart-button-warp {
    float: left;
    width: 100%
}

.rd-post .rd-150-item .rd-readmore,
.rd-product.rd-post-module-2 .rd-150-item .rd-details .rd-countdown-warp,
.rd-product.rd-post-module-1 .rd-150-item .rd-countdown-warp,
.rd-product .rd-150-item .rd-cart-button-warp {
    margin: 14px 0 0
}

.rd-post .rd-200-item .rd-readmore,
.rd-product.rd-post-module-2 .rd-200-item .rd-details .rd-countdown-warp,
.rd-product.rd-post-module-1 .rd-200-item .rd-countdown-warp,
.rd-product .rd-200-item .rd-cart-button-warp {
    margin: 16px 0 0
}

.rd-post .rd-250-item .rd-readmore,
.rd-product.rd-post-module-1 .rd-250-item .rd-countdown-warp,
.rd-product.rd-post-module-2 .rd-250-item .rd-details .rd-countdown-warp,
.rd-product .rd-250-item .rd-cart-button-warp {
    margin: 17px 0 0
}

.rd-post .rd-300-item .rd-readmore,
.rd-product.rd-post-module-2 .rd-300-item .rd-details .rd-countdown-warp,
.rd-product.rd-post-module-1 .rd-300-item .rd-countdown-warp,
.rd-product .rd-300-item .rd-cart-button-warp {
    margin: 18px 0 0
}

.rd-post .rd-400-item .rd-readmore,
.rd-product.rd-post-module-2 .rd-400-item .rd-details .rd-countdown-warp,
.rd-product.rd-post-module-1 .rd-400-item .rd-countdown-warp,
.rd-product .rd-400-item .rd-cart-button-warp {
    margin: 19px 0 0
}

.rd-post .rd-500-item .rd-readmore,
.rd-product.rd-post-module-2 .rd-500-item .rd-details .rd-countdown-warp,
.rd-product.rd-post-module-1 .rd-500-item .rd-countdown-warp,
.rd-product .rd-500-item .rd-cart-button-warp {
    margin: 20px 0 0
}

.rd-post .rd-600-item .rd-readmore,
.rd-product.rd-post-module-1 .rd-600-item .rd-countdown-warp,
.rd-product.rd-post-module-2 .rd-600-item .rd-details .rd-countdown-warp,
.rd-product .rd-600-item .rd-cart-button-warp {
    margin: 21px 0 0
}

.rd-post .rd-800-item .rd-readmore,
.rd-product.rd-post-module-2 .rd-800-item .rd-details .rd-countdown-warp,
.rd-product.rd-post-module-1 .rd-800-item .rd-countdown-warp,
.rd-product .rd-800-item .rd-cart-button-warp {
    margin: 22px 0 0
}

.rd-product.rd-post-module-2 .rd-1000-item .rd-details.rd-countdown-warp,
.rd-product.rd-post-module-2 .rd-1200-item .rd-details .rd-countdown-warp,
.rd-product.rd-post-module-2 .rd-1400-item .rd-details .rd-countdown-warp,
.rd-product.rd-post-module-2 .rd-1920-item .rd-details .rd-countdown-warp,
.rd-product.rd-post-module-1 .rd-1000-item .rd-countdown-warp,
.rd-product.rd-post-module-1 .rd-1200-item .rd-countdown-warp,
.rd-product.rd-post-module-1 .rd-1400-item .rd-countdown-warp,
.rd-product.rd-post-module-1 .rd-1920-item .rd-countdown-warp,
.rd-product .rd-100-item .rd-cart-button-warp,
.rd-product .rd-1200-item .rd-cart-button-warp,
.rd-product .rd-1400-item .rd-cart-button-warp,
.rd-product .rd-1920-item .rd-cart-button-warp,
.rd-post .rd-1000-item .rd-readmore,
.rd-post .rd-1200-item .rd-readmore,
.rd-post .rd-1400-item .rd-readmore,
.rd-post .rd-1920-item .rd-readmore {
    margin: 23px 0 0
}

#rd-wrapper .rd-load-more.rd-loading span {
    width: 100px;
    pointer-events: none;
    border: none!important;
    background-image: url(../img/loading.gif);
    background-repeat: no-repeat;
    background-color: inherit!important;
    font-size: 0;
    background-size: 25%;
    background-position: center;
    height: 40px
}

.rd-readmore a:hover {
    background: #000!important
}

#rd-wrapper .rd-load-more.rd-loading span:before {
    content: inherit!important;
    display: none
}

.rd-load-more {
    display: none
}

.rd-module-loading {
    position: relative
}

.rd-module-loading .rd-post-list {
    opacity: .6
}

.rd-module-loading:before {
    z-index: 2;
    content: "";
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    width: 100%
}

.rd_alignment_center .rd-readmore a {
    transform: translate(-50%, 0%);
    float: left;
    left: 50%;
    position: relative;
    -webkit-transform: translate(-50%, 00%);
    -moz-transform: translate(-50%, 00%);
    -o-transform: translate(-50%, 00%);
    -ms-transform: translate(-50%, 0%)
}

.rd-transfrom-element .rd-post-item {
    transform: scale(0);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0)
}

.rd-post-item {
    transition: All 300ms linear;
    -webkit-transition: All 300ms linear;
    -moz-transition: All 300ms linear;
    -o-transition: All 300ms linear;
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1)
}

.rd-category-menu-warp,
.rd-category-menu-warp ul li,
.rd-title-box h4::before {
    border-style: solid;
    border-color: rgba(118, 128, 138, 0.2)
}

.rd-data-json {
    display: none
}

.rd-custom-slider .lSAction>a {
    margin-top: -40px;
    height: 80px;
    background: #fff!important;
    width: 50px;
    opacity: 1;
    height: 80px;
    border-radius: 5px
}

.rd-custom-slider .lSAction>.lSPrev::before {
    content: "\f341";
    font-style: normal;
    border-radius: 5px;
    position: relative;
    font-family: dashicons;
    width: 50px;
    line-height: 80px;
    position: absolute;
    left: 0;
    height: 80px;
    font-size: 50px;
    background: rgba(118, 128, 138, 0.15)
}

.rd-custom-slider .lSAction>.lSNext::before {
    content: "\f345";
    font-style: normal;
    border-radius: 5px;
    position: relative;
    font-family: dashicons;
    width: 50px;
    height: 80px;
    position: absolute;
    line-height: 80px;
    right: 0;
    font-size: 50px;
    background: rgba(118, 128, 138, 0.15)
}

@media (min-width: 991px) {
    .rd-nav-menu {
        float: left;
        width: auto!important;
        top: 0!important
    }
    .rd-nav-menu.rd-menu-right {
        float: right
    }
    .rd-nav-menu.rd-menu-left {
        float: left
    }
    .rd-nav-menu .rd-menu-icon {
        display: none
    }
    .rd-menu-icon-click {
        display: none!important
    }
    .rd-nav-menu .menu {
        margin-bottom: 0;
        margin-left: 0!important;
        margin-right: 0!important
    }
    .rd-nav-menu .menu-item {
        display: inline-block;
        float: left;
        position: relative
    }
    .rd-nav-menu .menu-item .menu-item-link {
        position: relative
    }
    .rd-nav-menu .menu-item .menu-item-link.rd-depth-0 span {
        position: absolute;
        background: #444;
        right: 0;
        top: 5px;
        line-height: 1.5em;
        padding: .2em 1em;
        font-weight: 400;
        font-size: 11px;
        border-radius: 50px
    }
    .rd-nav-menu .menu-item .rd-depth-0 {
        display: inline-block;
        padding: 0 10px;
        height: 100%;
        float: left;
        text-align: left
    }
    .rd-nav-menu .menu .menu-item .menu-item-link.rd-has-icon::before {
        font-family: 'FontAwesome';
        vertical-align: middle;
        margin-right: 5px;
        vertical-align: top
    }
    .rd-nav-menu .menu .menu-item:not(.current-menu-item) {
        color: #000
    }
    .rd-nav-menu .li-depth-0.menu-item-has-children .menu-item-link.rd-depth-0::after {
        content: "\f347";
        font-family: dashicons;
        margin-left: 5px;
        font-style: normal;
        float: right;
        vertical-align: middle
    }
    .rd-nav-menu .li-depth-0 .menu-item-link.rd-depth-0:hover::before {
        color: #fff!important
    }
    .rd-nav-menu .sub-menu {
        height: auto!important;
        box-shadow: 0 0 15px 0 rgba(118, 128, 138, 0.1)!important;
        display: inline-block!important;
        float: left;
        position: absolute;
        width: 220px;
        -webkit-transition: all 300ms linear;
        -moz-transition: all 300ms linear;
        -ms-transition: all 300ms linear;
        -o-transition: all 300ms linear;
        transition: all 300ms linear;
        -webkit-transform: rotateX(-90deg);
        -moz-transform: rotateX(-90deg);
        -ms-transform: rotateX(-90deg);
        -o-transform: rotateX(-90deg);
        transform: rotateX(-90deg);
        -webkit-transform-origin: 0 0;
        -moz-transform-origin: 0 0;
        -ms-transform-origin: 0 0;
        -o-transform-origin: 0 0;
        transform-origin: 0 0;
        left: 0;
        margin: 0!important;
        border-radius: 5px;
        z-index: 999!important;
        z-index: -1
    }
    .rd-menu-background {
        content: "";
        position: absolute;
        width: 100%!important;
        height: 100%!important;
        left: 0;
        background-repeat: no-repeat;
        top: 0
    }
    .rd-menu-background-full-size .rd-menu-background {
        background-size: cover
    }
    .rd-nav-menu .sub-menu {
        list-style: none
    }
    .rd-nav-menu .sub-menu.rd-this-hover {
        -webkit-transition: all 300ms linear;
        -moz-transition: all 300ms linear;
        -ms-transition: all 300ms linear;
        -o-transition: all 300ms linear;
        transition: all 300ms linear;
        -webkit-transform: rotateX(0deg);
        -moz-transform: rotateX(0deg);
        -ms-transform: rotateX(0deg);
        -o-transform: rotateX(0deg);
        transform: rotateX(0deg)
    }
    .rd-nav-menu .sub-menu .menu-item {
        padding: 0;
        width: 100%;
        height: auto!important;
        line-height: 1.5em!important;
        margin: 0!important;
        border-bottom: solid 1px rgba(118, 128, 138, 0.2)!important;
        margin-top: 0;
        float: left
    }
    .rd-nav-menu .sub-menu .menu-item-link {
        text-shadow: none;
        padding: 15px;
        width: 100%;
        height: 100%;
        float: left;
        font-size: 14px;
        text-align: left;
        font-weight: 400;
        color: #000
    }
    .rd-nav-menu .sub-menu .menu-item-link .rd-menu-featured {
        position: relative;
        padding: .2em 1em;
        margin-left: 5px;
        font-weight: 400;
        font-size: 11px;
        border-radius: 50px
    }
    .rd-nav-menu .sub-menu .menu-item.menu-item-has-children>a.menu-item-link::after {
        content: "\f345";
        font-family: dashicons;
        margin-left: 5px;
        font-style: normal;
        float: right;
        vertical-align: middle
    }
    .rd-nav-menu .sub-menu .rd-main-indicator {
        display: none
    }
    .rd-nav-menu .sub-menu .rd-sub-indicator {
        margin-left: 5px
    }
    .rd-nav-menu .rd-menu-width-200 .sub-depth-0 {
        width: 200px
    }
    .rd-nav-menu .rd-menu-width-400 .sub-depth-0 {
        width: 400px
    }
    .rd-nav-menu .rd-menu-width-600 .sub-depth-0 {
        width: 600px
    }
    .rd-nav-menu .rd-menu-width-800 .sub-depth-0 {
        width: 800px
    }
    .rd-nav-menu .rd-menu-width-1000 .sub-depth-0 {
        width: 1000px
    }
    .rd-nav-menu .rd-menu-width-full-width .sub-depth-0 {
        width: 100%
    }
    .rd-nav-menu .rd-menu-width-full-width {
        position: inherit
    }
    .rd-nav-menu .sub-menu .sub-menu {
        right: 0;
        left: 100%;
        top: 0;
        margin: 0;
        z-index: 99999
    }
    .rd-menu-section {
        float: left;
        width: 100%;
        display: inline-block!important
    }
    body #rd-wrapper .rd-menu-section .sub-menu {
        background: none!important
    }
    body #rd-wrapper .rd-sub-section-1 .sub-depth-1,
    body #rd-wrapper .rd-sub-section-2 .sub-depth-2,
    body #rd-wrapper .rd-sub-section-3 .sub-depth-3,
    body #rd-wrapper .rd-sub-section-4 .sub-depth-4,
    body #rd-wrapper .rd-sub-section-5 .sub-depth-5 {
        display: grid!important
    }
    .rd-sub-section-1.rd-menu-section-1-1 .sub-depth-1,
    .rd-sub-section-2.rd-menu-section-1-1 .sub-depth-2,
    .rd-sub-section-3.rd-menu-section-1-1 .sub-depth-3,
    .rd-sub-section-4.rd-menu-section-1-1 .sub-depth-4,
    .rd-sub-section-5.rd-menu-section-1-1 .sub-depth-5 {
        grid-template-columns: 100%
    }
    .rd-sub-section-1.rd-menu-section-1-2 .sub-depth-1,
    .rd-sub-section-2.rd-menu-section-1-2 .sub-depth-2,
    .rd-sub-section-3.rd-menu-section-1-2 .sub-depth-3,
    .rd-sub-section-4.rd-menu-section-1-2 .sub-depth-4,
    .rd-sub-section-5.rd-menu-section-1-2 .sub-depth-5 {
        grid-template-columns: 50% 50%
    }
    .rd-sub-section-1.rd-menu-section-1-3 .sub-depth-1,
    .rd-sub-section-2.rd-menu-section-1-3 .sub-depth-2,
    .rd-sub-section-3.rd-menu-section-1-3 .sub-depth-3,
    .rd-sub-section-4.rd-menu-section-1-3 .sub-depth-4,
    .rd-sub-section-5.rd-menu-section-1-3 .sub-depth-5 {
        grid-template-columns: 33.331% 33.331% 33.331%
    }
    .rd-sub-section-1.rd-menu-section-2-3 .sub-depth-1,
    .rd-sub-section-2.rd-menu-section-2-3 .sub-depth-2,
    .rd-sub-section-3.rd-menu-section-2-3 .sub-depth-3,
    .rd-sub-section-4.rd-menu-section-2-3 .sub-depth-4,
    .rd-sub-section-5.rd-menu-section-2-3 .sub-depth-5 {
        grid-template-columns: 66.661% 33.331%
    }
    .rd-sub-section-1.rd-menu-section-1-3-2-3 .sub-depth-1,
    .rd-sub-section-2.rd-menu-section-1-3-2-3 .sub-depth-2,
    .rd-sub-section-3.rd-menu-section-1-3-2-3 .sub-depth-3,
    .rd-sub-section-4.rd-menu-section-1-3-2-3 .sub-depth-4,
    .rd-sub-section-5.rd-menu-section-1-3-2-3 .sub-depth-5 {
        grid-template-columns: 33.331% 66.661%
    }
    .rd-sub-section-1.rd-menu-section-1-4 .sub-depth-1,
    .rd-sub-section-2.rd-menu-section-1-4 .sub-depth-2,
    .rd-sub-section-3.rd-menu-section-1-4 .sub-depth-3,
    .rd-sub-section-4.rd-menu-section-1-4 .sub-depth-4,
    .rd-sub-section-5.rd-menu-section-1-4 .sub-depth-5 {
        grid-template-columns: 25% 25% 25% 25%
    }
    .rd-sub-section-1.rd-menu-section-3-4 .sub-depth-1,
    .rd-sub-section-2.rd-menu-section-3-4 .sub-depth-2,
    .rd-sub-section-3.rd-menu-section-3-4 .sub-depth-3,
    .rd-sub-section-4.rd-menu-section-3-4 .sub-depth-4,
    .rd-sub-section-5.rd-menu-section-3-4 .sub-depth-5 {
        grid-template-columns: 75% 25%
    }
    .rd-sub-section-1.rd-menu-section-1-4-3-4 .sub-depth-1,
    .rd-sub-section-2.rd-menu-section-1-4-3-4 .sub-depth-2,
    .rd-sub-section-3.rd-menu-section-1-4-3-4 .sub-depth-3,
    .rd-sub-section-4.rd-menu-section-1-4-3-4 .sub-depth-4,
    .rd-sub-section-5.rd-menu-section-1-4-3-4 .sub-depth-5 {
        grid-template-columns: 25% 75%
    }
    .rd-sub-section-1.rd-menu-section-1-5 .sub-depth-1,
    .rd-sub-section-2.rd-menu-section-1-5 .sub-depth-2,
    .rd-sub-section-3.rd-menu-section-1-5 .sub-depth-3,
    .rd-sub-section-4.rd-menu-section-1-5 .sub-depth-4,
    .rd-sub-section-5.rd-menu-section-1-5 .sub-depth-5 {
        grid-template-columns: 20% 20% 20% 20% 20%
    }
    .rd-sub-section-1.rd-menu-section-4-5 .sub-depth-1,
    .rd-sub-section-2.rd-menu-section-4-5 .sub-depth-2,
    .rd-sub-section-3.rd-menu-section-4-5 .sub-depth-3,
    .rd-sub-section-4.rd-menu-section-4-5 .sub-depth-4,
    .rd-sub-section-5.rd-menu-section-4-5 .sub-depth-5 {
        grid-template-columns: 80% 20%
    }
    .rd-sub-section-1.rd-menu-section-1-5-4-5 .sub-depth-1,
    .rd-sub-section-2.rd-menu-section-1-5-4-5 .sub-depth-2,
    .rd-sub-section-3.rd-menu-section-1-5-4-5 .sub-depth-3,
    .rd-sub-section-4.rd-menu-section-1-5-4-5 .sub-depth-4,
    .rd-sub-section-5.rd-menu-section-1-5-4-5 .sub-depth-5 {
        grid-template-columns: 20% 80%
    }
    .rd-sub-section-1.rd-menu-section-3-5 .sub-depth-1,
    .rd-sub-section-2.rd-menu-section-3-5 .sub-depth-2,
    .rd-sub-section-3.rd-menu-section-3-5 .sub-depth-3,
    .rd-sub-section-4.rd-menu-section-3-5 .sub-depth-4,
    .rd-sub-section-5.rd-menu-section-3-5 .sub-depth-5 {
        grid-template-columns: 60% 40%
    }
    .rd-sub-section-1.rd-menu-section-2-5-3-5 .sub-depth-1,
    .rd-sub-section-2.rd-menu-section-2-5-3-5 .sub-depth-2,
    .rd-sub-section-3.rd-menu-section-2-5-3-5 .sub-depth-3,
    .rd-sub-section-4.rd-menu-section-2-5-3-5 .sub-depth-4,
    .rd-sub-section-5.rd-menu-section-2-5-3-5 .sub-depth-5 {
        grid-template-columns: 40% 60%
    }
    .rd-sub-section-1.rd-menu-section-1-6 .sub-depth-1,
    .rd-sub-section-2.rd-menu-section-1-6 .sub-depth-2,
    .rd-sub-section-3.rd-menu-section-1-6 .sub-depth-3,
    .rd-sub-section-4.rd-menu-section-1-6 .sub-depth-4,
    .rd-sub-section-5.rd-menu-section-1-6 .sub-depth-5 {
        grid-template-columns: 16.661% 16.661% 16.661% 16.661% 16.661% 16.661%
    }
    .rd-sub-section-1.rd-menu-section-5-6 .sub-depth-1,
    .rd-sub-section-2.rd-menu-section-5-6 .sub-depth-2,
    .rd-sub-section-3.rd-menu-section-5-6 .sub-depth-3,
    .rd-sub-section-4.rd-menu-section-5-6 .sub-depth-4,
    .rd-sub-section-5.rd-menu-section-5-6 .sub-depth-5 {
        grid-template-columns: 83.331% 16.661%
    }
    .rd-sub-section-1.rd-menu-section-1-6-5-6 .sub-depth-1,
    .rd-sub-section-2.rd-menu-section-1-6-5-6 .sub-depth-2,
    .rd-sub-section-3.rd-menu-section-1-6-5-6 .sub-depth-3,
    .rd-sub-section-4.rd-menu-section-1-6-5-6 .sub-depth-4,
    .rd-sub-section-5.rd-menu-section-1-6-5-6 .sub-depth-5 {
        grid-template-columns: 16.661% 83.331%
    }
    .rd-sub-section-1.rd-menu-section-1-7 .sub-depth-1,
    .rd-sub-section-2.rd-menu-section-1-7 .sub-depth-2,
    .rd-sub-section-3.rd-menu-section-1-7 .sub-depth-3,
    .rd-sub-section-4.rd-menu-section-1-7 .sub-depth-4,
    .rd-sub-section-5.rd-menu-section-1-7 .sub-depth-5 {
        grid-template-columns: 14.285% 14.285% 14.285% 14.285% 14.285% 14.285% 14.285%
    }
    .rd-sub-section-1.rd-menu-section-1-8 .sub-depth-1,
    .rd-sub-section-2.rd-menu-section-1-8 .sub-depth-2,
    .rd-sub-section-3.rd-menu-section-1-8 .sub-depth-3,
    .rd-sub-section-4.rd-menu-section-1-8 .sub-depth-4,
    .rd-sub-section-5.rd-menu-section-1-8 .sub-depth-5 {
        grid-template-columns: 12.5% 12.5% 12.5% 12.5% 12.5% 12.5% 12.5% 12.5%
    }
    body #rd-wrapper .rd-menu-section .sub-menu {
        width: 100%!important;
        position: relative!important;
        -webkit-transform: none!important;
        -moz-transform: none!important;
        -ms-transform: none!important;
        left: 0!important;
        box-shadow: none!important;
        -o-transform: none!important;
        transform: none!important
    }
    body #rd-wrapper .rd-menu-section .sub-menu .menu-item {
        padding: 20px!important;
        border-bottom: none!important
    }
    body #rd-wrapper .rd-menu-section .sub-menu .sub-menu .menu-item {
        padding: 0!important
    }
    .rd-menu-section .sub-menu .sub-menu .menu-item {
        padding: 0!important
    }
    .rd-menu-section .sub-menu .menu-item-link {
        height: auto!important;
        padding: 10px 0!important;
        border-bottom: solid 1px rgba(118, 128, 138, 0.20);
        font-weight: 700!important
    }
    body #rd-wrapper .rd-menu-section .sub-menu .menu-item-link {
        font-weight: 700!important
    }
    body #rd-wrapper .rd-menu-section .sub-menu .sub-menu .menu-item-link {
        font-weight: 400!important
    }
    .rd-menu-section .sub-menu .sub-menu .menu-item-link {
        height: auto!important;
        border-bottom: none!important;
        font-weight: 400
    }
    .rd-menu-section .sub-menu .sub-menu .menu-item {
        border-bottom: none!important
    }
    .rd-menu-section .menu-item-link::after {
        display: none!important
    }
    .menu .sao-element-item {
        padding: 20px
    }
    .menu .rd-menu-image {
        width: 100%;
        height: 100%;
        position: relative;
        overflow: hidden
    }
    .menu .rd-menu-image img {
        height: auto;
        vertical-align: top;
        width: auto
    }
    .menu .rd-menu-image.rd-menu-image-full-width img {
        width: 100%
    }
    .menu .rd-menu-image.rd-menu-image-full-height img {
        height: 100%
    }
    .menu .rd-menu-image.rd-menu-image-full-height.rd-menu-image-full-width img {
        width: 100.1%;
        position: absolute;
        top: 50%;
        right: 50%;
        min-height: 100.1%;
        max-height: inherit!important;
        max-width: inherit!important;
        height: auto;
        transform: translate(50%, -50%);
        -webkit-transform: translate(50%, -50%);
        -moz-transform: translate(50%, -50%);
        -o-transform: translate(50%, -50%);
        -ms-transform: translate(50%, -50%);
        display: block;
        margin-left: auto;
        margin-right: auto
    }
    .menu .rd-menu-image-text .rd-menu-image {
        height: auto!important
    }
    body #rd-wrapper .rd-menu-section .sub-menu .rd-menu-image-text .li-menu-item {
        padding: 0!important;
        margin-top: 15px!important
    }
    body #rd-wrapper .rd-menu-section .sub-menu .rd-menu-image-text .menu-item-link {
        padding: 0!important;
        font-weight: 400!important;
        border-bottom: none!important
    }
    .menu .rd-menu-image-text .rd-menu-image img {
        height: auto;
        margin: auto;
        max-width: 100%;
        display: block;
        vertical-align: top
    }
    .menu .rd-menu-image-text.rd_alignment_left img {
        float: left
    }
    .menu .rd-menu-image-text.rd_alignment_center a {
        text-align: center
    }
    .menu .rd-menu-image-text.rd_alignment_right a {
        text-align: center
    }
    .menu .rd-menu-image-text.rd_alignment_left a {
        text-align: center
    }
    .menu .rd-menu-image-text.rd_alignment_right img {
        float: right
    }
    .menu .rd-menu-image-text .rd-menu-text {
        padding: 0;
        width: 100%;
        line-height: 1.5em;
        margin-top: 15px;
        font-weight: 700
    }
    .rd-dropdown-light .menu .sub-posts,
    .rd-dropdown-light .menu .sub-menu {
        background-color: #fff!important
    }
    .rd-dropdown-light .menu .sub-posts a,
    .rd-dropdown-light .menu .sub-menu a,
    .rd-dropdown-light .menu .sub-posts a,
    .rd-dropdown-light .menu .sub-menu a:before {
        color: #20282f!important
    }
    .rd-dropdown-light .menu .sub-posts,
    .rd-dropdown-light .menu .sub-menu {
        color: #20282f!important
    }
    .rd-dropdown-dark .menu .sub-posts,
    .rd-dropdown-dark .menu .sub-menu {
        background-color: #10181f!important
    }
    .rd-dropdown-dark .menu .sub-posts a,
    .rd-dropdown-dark .menu .sub-menu a,
    .rd-dropdown-dark .menu .sub-posts a,
    .rd-dropdown-dark .menu .sub-menu a:before {
        color: #fff!important
    }
    .rd-dropdown-dark .menu .sub-posts,
    .rd-dropdown-dark .menu .sub-menu {
        color: #e2e5e8!important
    }
    .rd-position-center .sub-depth-0 {
        background-position: center!important
    }
    .rd-position-left .sub-depth-0 {
        background-position: left!important
    }
    .rd-position-left-top .sub-depth-0 {
        background-position: left top!important
    }
    .rd-position-left-bottom .sub-depth-0 {
        background-position: left bottom!important
    }
    .rd-position-left-center .sub-depth-0 {
        background-position: left center!important
    }
    .rd-position-right .sub-depth-0 {
        background-position: right!important
    }
    .rd-position-right-top .sub-depth-0 {
        background-position: right top!important
    }
    .rd-position-right-bottom .sub-depth-0 {
        background-position: right bottom!important
    }
    .rd-position-right-center .sub-depth-0 {
        background-position: right center!important
    }
    .rd-position-top .sub-depth-0 {
        background-position: top!important;
        background-position: top!important
    }
    .rd-position-top-center .sub-depth-0 {
        background-position: top center!important
    }
    .rd-position-bottom .sub-depth-0 {
        background-position: bottom!important
    }
    .rd-position-bottom-center .sub-depth-0 {
        background-position: bottom center!important
    }
    .rd-has-background-image .sub-depth-0 {
        background-repeat: no-repeat
    }
}

@media (min-width: 1400px) and (max-width: 1600px) {
    .rd-nav-menu .rd-post-group-flex.rd_column_1_6 {
        grid-template-columns: 20% 20% 20% 20% 20%!important
    }
    .rd-nav-menu .rd-post-group-flex .rd-post-item-6 {
        display: none!important
    }
}

@media (min-width: 1200px) and (max-width: 1400px) {
    .rd-nav-menu .rd-post-group-flex.rd_column_1_6 {
        grid-template-columns: 25% 25% 25% 25%!important
    }
    .rd-nav-menu .rd-post-group-flex .rd-post-item-5,
    .rd-nav-menu .rd-post-group-flex .rd-post-item-7,
    .rd-nav-menu .rd-post-group-flex .rd-post-item-6 {
        display: none!important
    }
}

@media (min-width: 1000px) and (max-width: 1200px) {
    .rd-nav-menu .rd-post-group-flex.rd_column_1_6 {
        grid-template-columns: 33.331% 33.331% 33.331%!important
    }
    .rd-nav-menu .rd-post-group-flex .rd-post-item-4,
    .rd-nav-menu .rd-post-group-flex .rd-post-item-5,
    .rd-nav-menu .rd-post-group-flex .rd-post-item-7,
    .rd-nav-menu .rd-post-group-flex .rd-post-item-6 {
        display: none!important
    }
}

@media (min-width: 1300px) and (max-width: 1400px) {
    body #rd-wrapper .rd-masthead .rd-nav-menu ul .li-depth-0 .rd-depth-0 {
        padding: 0 15px!important;
        font-size: 14px!important
    }
    body #rd-wrapper .rd-navplus .rd-nav-menu ul .li-depth-0 .rd-depth-0 {
        padding: 0 13px!important;
        font-size: 13px!important
    }
}

@media (min-width: 1200px) and (max-width: 1300px) {
    body #rd-wrapper .rd-masthead .rd-nav-menu ul .li-depth-0 .rd-depth-0 {
        padding: 0 13px!important;
        font-size: 13px!important
    }
    body #rd-wrapper .rd-navplus .rd-nav-menu ul .li-depth-0 .rd-depth-0 {
        padding: 0 10px!important;
        font-size: 12px!important
    }
}

@media (min-width: 1100px) and (max-width: 1200px) {
    body #rd-wrapper .rd-masthead .rd-nav-menu ul .li-depth-0 .rd-depth-0 {
        padding: 0 10px!important;
        font-size: 12px!important
    }
    body #rd-wrapper .rd-navplus .rd-nav-menu ul .li-depth-0 .rd-depth-0 {
        padding: 0 8px!important;
        font-size: 11px!important
    }
    body #rd-wrapper .rd-navplus .rd-nav-menu {
        padding: 0 12px
    }
}

@media (min-width: 991px) and (max-width: 1100px) {
    body #rd-wrapper .rd-masthead .rd-nav-menu ul .li-depth-0 .rd-depth-0 {
        padding: 0 8px!important;
        font-size: 12px!important
    }
    body #rd-wrapper .rd-navplus .rd-nav-menu ul .li-depth-0 .rd-depth-0 {
        padding: 0 7px!important;
        font-size: 11px!important
    }
}

@media (max-width: 991px) {
    .rd-nav-menu {
        float: none!important;
        display: inline-block!important;
        vertical-align: top
    }
    .rd-nav-menu:not(.rd-menu-active) {
        top: 0!important
    }
    .rd-menu-icon-click {
        display: inline-block!important;
        position: absolute;
        height: 100%;
        left: 0;
        cursor: pointer;
        top: 0;
        width: 100%
    }
    .rd-menu-active .rd-menu-icon-click {
        display: none!important
    }
    .rd-menu-active {
        width: 0
    }
    .rd-menu-background {
        display: none!important
    }
    .rd-nav-menu {
        float: left;
        margin: 0!important;
        position: relative;
        text-align: center
    }
    .rd-body-menu-active {
        overflow-y: hidden!important
    }
    .rd-nav-active::after {
        background: rgba(0, 0, 0, 0.70);
        position: fixed;
        content: "";
        width: 100%;
        height: 100%;
        left: 0
    }
    .rd-body-menu-active .wpadminbar {
        z-index: 0
    }
    .rd-nav-menu .rd-menu-posts .sub-posts,
    .rd-nav-menu .rd-menu-sub-posts .sub-posts {
        display: none!important
    }
    .rd-nav-menu .rd-menu-posts .rd-menu-down,
    .rd-nav-menu .rd-menu-posts .rd-menu-up {
        display: none!important
    }
    .rd-nav-menu li.menu-item:not(.rd-has-menu-item) .rd-menu-down,
    .rd-nav-menu li.menu-item:not(.rd-has-menu-item) .sub-menu,
    .rd-nav-menu li.menu-item:not(.rd-has-menu-item) .rd-menu-up {
        display: none!important
    }
    .rd-nav-menu .rd-menu-sub-posts .rd-content {
        display: none!important
    }
    .rd-nav-menu.rd-menu-right {
        float: right
    }
    .rd-masthead .rd-nav-menu {
        height: 80px;
        line-height: 80px
    }
    .rd-navplus .rd-nav-menu {
        height: 48px;
        line-height: 48px
    }
    .rd-nav-active {
        z-index: 9999999999999;
        position: relative
    }
    .rd-menu-active {
        position: relative;
        width: 100%;
        left: 0;
        margin: 0!important;
        top: 0!important;
        z-index: 11111111
    }
    .rd-body-menu-active .wpadminbar {
        z-index: 0!important
    }
    .rd-nav-menu .rd-menu-icon {
        float: left;
        text-align: center;
        padding: 0 20px;
        height: 100%;
        cursor: pointer
    }
    .rd-nav-menu .rd-menu-icon:hover::before {
        color: #fff!important
    }
    .rd-nav-menu.rd-menu-active .rd-menu-icon {
        display: none!important
    }
    .rd-nav-menu.rd-menu-active .rd-menu-icon,
    .rd-nav-menu.rd-menu-active .rd-menu-icon::before {
        text-align: center;
        width: 100%
    }
    .rd-nav-menu.rd-menu-active .rd-menu-icon::before {
        content: "\f335"!important;
        font-size: 50px!important;
        opacity: 1!important;
        text-shadow: none!important
    }
    .rd-nav-menu li::before {
        display: none!important
    }
    .rd-nav-menu li a::before {
        display: inline-block!important
    }
    .rd-nav-menu .rd-menu-icon:hover,
    .rd-nav-menu.rd-menu-active .rd-menu-icon {
        color: #000
    }
    .rd-nav-menu.rd-menu-active .rd-menu-icon {
        line-height: 80px!important
    }
    #rd-wrapper .rd-nav-menu .sub-depth-0 {
        margin-top: 0!important
    }
    .rd-nav-menu li a::before {
        vertical-align: middle;
        font-size: 1.3em!important;
        margin-right: 5px;
        font-family: FontAwesome!important
    }
    .rd-nav-menu .rd-menu-icon::before {
        content: "\f333"!important;
        font-size: 1.5em;
        font-family: dashicons!important
    }
    .rd-masthead .rd-nav-menu .rd-menu-icon::before {
        font-size: 1.5em
    }
    .rd-nav-menu.rd-menu-active ul {
        display: block
    }
    .rd-nav-menu ul {
        left: 0;
        z-index: 9999;
        display: none;
        width: 100%;
        position: relative;
        margin-left: 0;
        padding: 0 20px;
        margin-top: 0!important
    }
    .rd-nav-menu .rd-menu-enable {
        display: none!important
    }
    .rd-nav-menu rd-menu-down.rd-menu-enable,
    .rd-nav-menu rd-menu-up.rd-menu-enable {
        display: block!important;
        overflow: visible!important
    }
    .rd-nav-menu .rd-menu-down {
        cursor: pointer;
        font-size: 40px;
        width: 50px!important;
        line-height: 50px;
        text-align: center;
        float: right;
        position: absolute;
        right: 0
    }
    .rd-nav-menu .rd-menu-down::before {
        content: "\f347"!important;
        font-family: dashicons!important;
        font-size: 25px!important;
        font-style: normal!important
    }
    .rd-nav-menu .rd-menu-up {
        font-size: 40px;
        width: 50px;
        cursor: pointer;
        line-height: 50px;
        display: none;
        text-align: center;
        float: right;
        position: absolute;
        right: 0
    }
    .rd-nav-menu .rd-menu-up::before {
        content: "\f343"!important;
        font-family: dashicons!important;
        font-size: 25px!important;
        font-style: normal!important
    }
    .rd-nav-menu a::before {
        margin-right: 0;
        margin-left: 0
    }
    .rd-nav-menu ul li a span::before {
        font-family: 'FontAwesome';
        vertical-align: middle;
        margin-right: 5px;
        font-size: 1.5em!important;
        width: auto!important;
        float: left;
        line-height: 50px!important;
        height: 50px!important;
        position: relative;
        display: inline-block
    }
    body #rd-wrapper .rd-menu-active.rd-nav-menu span:hover,
    body .rd-toolbar .rd-toolbar-container .rd-nav-menu ul li a {
        background: none!important
    }
    .rd-nav-menu ul .menu-item {
        border-top: solid 1px rgba(118, 128, 138, 0.2);
        position: relative;
        list-style: none;
        height: auto!important;
        float: left;
        font-weight: 400;
        text-align: left;
        padding: 0;
        width: 100%
    }
    .rd-nav-menu ul li a {
        padding: 15px 20px 15px 0 !important;
        background: none!important;
        line-height: 1.5em!important;
        position: relative;
        font-family: inherit;
        font-weight: 400;
        box-shadow: none!important;
        float: left;
        font-size: 16px
    }
    .rd-nav-menu ul ul li a {
        font-weight: 400
    }
    #rd-wrapper .rd-nav-menu ul li a {
        font-size: 15px!important;
        font-weight: 400!important;
        text-transform: uppercase!important
    }
    .rd-nav-menu ul ul {
        display: none!important;
        width: 100%!important;
        top: 0!important;
        left: auto!important;
        background: none!important;
        right: auto!important;
        position: relative!important;
        margin: 0!important;
        display: none;
        float: left;
        padding-left: 20px;
        padding-right: 0;
        opacity: 1!important
    }
    #rd-wrapper .rd-nav-menu ul ul {
        margin-top: 0!important
    }
    #rd-wrapper .rd-nav-menu ul li a:hover {
        background: none!important
    }
    .rd-nav-menu ul ul.rd-menu-show {
        display: block!important;
        overflow: visible!important;
        height: auto!important
    }
    .rd-nav-menu ul .sub-posts.rd-menu-show {
        display: block!important;
        overflow: visible!important;
        margin: 0!important;
        opacity: 1!important;
        height: auto!important;
        width: 100%!important
    }
    .rd-nav-menu .rd-main-indicator,
    .rd-nav-menu .rd-sub-indicator {
        display: none
    }
    .rd-navplus .rd-nav-menu ul {
        margin-top: 38px
    }
    .rd-nav-menu.rd-menu-active a,
    .rd-nav-menu.rd-menu-active a::before,
    .rd-nav-menu.rd-menu-active span,
    .rd-nav-menu.rd-menu-active {
        opacity: .9
    }
    .rd-menu-section {
        padding: 0!important
    }
    body .rd-toolbar .sao-element-item,
    body .rd-toolbar .rd-menu-image-text .rd-menu-image {
        display: none!important
    }
    body .rd-toolbar .rd-menu-image-text {
        display: inline-block!important
    }
    body .rd-toolbar .rd-menu-section .sub-menu .menu-item {
        padding: 0!important
    }
    body .rd-toolbar .rd-menu-section .sub-menu .menu-item-link {
        font-weight: 400!important;
        border-bottom: 0!important;
        padding: 15px 20px 15px 0 !important
    }
    body .rd-toolbar .rd-sub-section-1 .sub-depth-1,
    body .rd-toolbar .rd-sub-section-2 .sub-depth-2,
    body .rd-toolbar .rd-sub-section-3 .sub-depth-3,
    body .rd-toolbar .rd-sub-section-4 .sub-depth-4,
    body .rd-toolbar .rd-sub-section-5 .sub-depth-5,
    body .rd-toolbar .rd-sub-section-6 .sub-depth-6,
    body .rd-toolbar .rd-sub-section-7 .sub-depth-7 {
        display: inline-block!important;
        padding: 0!important
    }
    .rd-nav-menu .menu-item-link .rd-menu-featured {
        position: relative;
        padding: .2em 1em;
        margin-left: 5px;
        font-weight: 400;
        font-size: 11px;
        border-radius: 50px;
        vertical-align: top
    }
    .rd-nav-menu .menu-item-link:hover {
        opacity: .7
    }
}

@media (max-width: 499px) {
    .rd-sticky-enable .rd-nav-menu .rd-menu-icon::before {
        font-size: 1.5em!important
    }
    .rd-nav-menu .rd-menu-icon {
        padding: 0 10px!important
    }
}

.single-main .summary img {
    height: auto;
    margin: 15px auto!important;
    max-width: 100%
}

@media (min-width: 992px) {
    .rd-sticky-enable .rd-category-menu {
        display: none
    }
    .rd-category-menu {
        width: 25%;
        float: left;
        position: relative;
        padding-left: 20px;
        top: 0!important;
        padding-right: 20px
    }
    .rd-sub-category-menu .rd-category-menu-warp {
        display: inline-block!important
    }
    .rd-category-title {
        cursor: pointer;
        position: relative
    }
    body #rd-wrapper .rd-wrapper-container .rd-category-title:hover {
        background: none!important
    }
    .rd-category-title::after {
        content: "\f347";
        float: right;
        font-family: dashicons;
        font-style: normal;
        margin-right: 15px;
        vertical-align: middle
    }
    .rd-menu-active .rd-category-title::after {
        content: "\f347"
    }
    .rd-category-menu::before {
        content: "";
        position: absolute;
        top: 0;
        right: 50%;
        width: 1000%
    }
    .rd-category-title-bg {
        content: "";
        position: absolute;
        top: 0;
        right: 40px;
        -moz-transform: skew(30deg);
        height: 70px;
        transform: skew(30deg);
        -webkit-transform: skew(30deg);
        -moz-transform: skew(30deg);
        -o-transform: skew(30deg);
        -ms-transform: skew(30deg);
        width: 100%
    }
    .rd-category-active .rd-category-menu-warp {
        display: inline-block;
        border-radius: 0
    }
    .rd-category-menu-warp {
        float: left;
        width: 100%;
        border-radius: 0;
        box-shadow: 0 0 0 1px rgba(118, 128, 138, 0.2);
        display: none
    }
    .rd-category-menu-warp.rd-menu-right {
        float: right
    }
    .rd-category-menu-warp .rd-menu-icon {
        display: none
    }
    .rd-category-menu-warp .menu {
        margin-bottom: 0;
        position: relative;
        margin-left: 0!important;
        margin-right: 0!important
    }
    .rd-category-menu-warp .menu .li-depth-0 {
        display: inline-block;
        float: left;
        width: 100%;
        border-width: 0 0 1px;
        position: relative
    }
    .rd-category-menu-warp .li-depth-0 .menu-item-link {
        display: inline-block;
        padding: 0;
        position: relative;
        padding: 16px 20px;
        font-family: inherit!important;
        line-height: inherit!important;
        width: 100%;
        line-height: 1.5em;
        border-radius: 0;
        float: left;
        text-align: left
    }
    .rd-category-menu .menu-item-link .rd-menu-featured {
        position: relative;
        padding: .2em 1em;
        margin-left: 5px;
        font-weight: 400;
        font-size: 11px;
        border-radius: 50px
    }
    .rd-layout_9 .rd-category-menu-warp .li-depth-0 .menu-item-link {
        padding: 13.75px 20px
    }
    .rd-layout_15 .rd-category-menu-warp .li-depth-0 .menu-item-link {
        padding: 15px 20px
    }
    .rd-category-menu-warp .li-depth-0:hover .menu-item-link {
        color: #fff
    }
    .rd-category-menu-warp .li-depth-0:not(.current-menu-item) .menu-item-link {
        color: #141313
    }
    .rd-category-menu-warp .li-depth-0.menu-item-has-children>.menu-item-link::after {
        content: "\f345";
        font-family: dashicons;
        margin-left: 2px;
        float: right;
        font-style: normal;
        vertical-align: middle
    }
    .rd-category-menu-warp .sub-menu {
        height: auto!important;
        display: none;
        float: left;
        position: absolute;
        width: 220px;
        left: 0;
        margin: 0!important;
        background: #fff;
        display: inline-block!important;
        right: 0;
        left: 100%;
        -webkit-transition: all 300ms linear;
        -moz-transition: all 300ms linear;
        -ms-transition: all 300ms linear;
        -o-transition: all 300ms linear;
        transition: all 300ms linear;
        list-style: none;
        -webkit-transform: rotateX(-90deg);
        -moz-transform: rotateX(-90deg);
        -ms-transform: rotateX(-90deg);
        -o-transform: rotateX(-90deg);
        transform: rotateX(-90deg);
        -webkit-transform-origin: 0 0;
        -moz-transform-origin: 0 0;
        -ms-transform-origin: 0 0;
        -o-transform-origin: 0 0;
        transform-origin: 0 0;
        top: 0;
        box-shadow: 0 0 15px 0 rgba(118, 128, 138, 0.15)!important;
        margin: 0;
        z-index: 999!important
    }
    .rd-menu-background-full-size .rd-menu-background {
        background-size: cover
    }
    .rd-category-menu .sub-menu.rd-this-hover {
        -webkit-transition: all 300ms linear;
        -moz-transition: all 300ms linear;
        -ms-transition: all 300ms linear;
        -o-transition: all 300ms linear;
        transition: all 300ms linear;
        -webkit-transform: rotateX(0deg);
        -moz-transform: rotateX(0deg);
        -ms-transform: rotateX(0deg);
        -o-transform: rotateX(0deg);
        transform: rotateX(0deg)
    }
    .rd-category-menu .rd-menu-width-200 .sub-depth-0 {
        width: 200px
    }
    .rd-category-menu .rd-menu-width-400 .sub-depth-0 {
        width: 400px
    }
    .rd-category-menu .rd-menu-width-600 .sub-depth-0 {
        width: 600px
    }
    .rd-category-menu .rd-menu-width-800 .sub-depth-0 {
        width: 800px
    }
    .rd-category-menu .rd-menu-width-1000 .sub-depth-0 {
        width: 1000px
    }
    .rd-category-menu .rd-menu-width-full-width .sub-depth-0 {
        width: 100%
    }
    .rd-nav-menu .rd-menu-width-full-width {
        position: inherit
    }
    .rd-category-menu-warp .sub-menu .menu-item.menu-item-has-children>.menu-item-link::after {
        content: "\f345";
        vertical-align: middle
    }
    .rd-category-menu-warp .sub-menu .menu-item {
        width: 100%
    }
    .rd-category-menu-warp .sub-menu .menu-item-link {
        width: 100%;
        margin: 0!important;
        border-bottom: solid 1px rgba(118, 128, 138, 0.2)!important;
        margin-top: 0;
        float: left;
        padding: 10px 15px;
        font-family: initial;
        line-height: inherit;
        text-shadow: none!important;
        width: 100%;
        height: 100%;
        float: left;
        font-size: 14px!important;
        font-weight: 400!important;
        background: none!important;
        color: #000
    }
    .rd-category-menu-warp .sub-menu .rd-main-indicator {
        display: none
    }
    .rd-category-menu-warp .sub-menu .rd-sub-indicator {
        margin-left: 5px
    }
    .rd-menu-active ul {
        border-top: none!important
    }
    .rd-category-menu:not(.rd-sub-category-menu) .rd-category-menu-warp {
        box-shadow: 0 0 15px 0 rgba(118, 128, 138, 0.15)!important
    }
    .rd-category-menu-warp .sub-menu .sub-menu {
        right: 0;
        left: 100%;
        top: 0;
        margin: 0;
        z-index: 99999
    }
    .rd-category-menu-warp a::before {
        vertical-align: top;
        margin-right: 5px;
        font-size: 1em;
        font-family: FontAwesome!important
    }
    .rd_model a::before {
        font-family: FontAwesome!important
    }
    .rd-category-menu-warp .sub-menu .sub-menu .fa::before {
        float: left;
        line-height: 38px!important;
        font-size: 16px
    }
}

@media (max-width: 991px) {
    .rd-category-menu-warp {
        float: right;
        text-align: center
    }
    .rd-body-menu-active {
        overflow-y: hidden!important
    }
    .rd-category-menu-warp .rd-menu-posts .sub-posts,
    .rd-category-menu-warp .rd-menu-sub-posts .sub-posts {
        display: none!important
    }
    .rd-category-menu-warp .rd-menu-posts .rd-menu-down,
    .rd-category-menu-warp .rd-menu-posts .rd-menu-up {
        display: none!important
    }
    .rd-category-menu-warp .rd-menu-sub-posts .rd-content {
        display: none!important
    }
    .rd-category-menu-warp.rd-menu-right {
        float: left
    }
    .rd-category-title-bg {
        content: "";
        position: absolute;
        top: 0;
        width: 100%
    }
    .rd-category-menu.rd-menu-active {
        position: fixed!important;
        height: 100%!important;
        width: 100%;
        top: 0!important;
        z-index: 11111111;
        overflow-y: scroll
    }
    .rd-category-menu-warp .rd-menu-icon {
        float: left;
        text-align: center;
        padding: 0 15px;
        height: 100%;
        cursor: pointer
    }
    .rd-category-menu-warp.rd-menu-active .rd-menu-icon,
    .rd-category-menu-warp.rd-menu-active .rd-menu-icon::before {
        text-align: center;
        width: 100%
    }
    .rd-category-menu-warp.rd-menu-active .rd-menu-icon::before {
        content: "\f335"!important;
        font-size: 2em!important
    }
    .rd-category-menu-warp li::before {
        display: none!important
    }
    .rd-category-menu-warp li a::before {
        display: inline-block!important
    }
    .rd-category-menu-warp .rd-menu-icon:hover,
    .rd-category-menu-warp.rd-menu-active .rd-menu-icon {
        background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.15) 0%, rgba(0, 0, 0, 0.15) 100%);
        background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.15) 0%, rgba(0, 0, 0, 0.15) 100%);
        background: linear-gradient(to bottom, rgba(255, 255, 255, 0.15) 0%, rgba(0, 0, 0, 0.15) 100%);
        color: #000
    }
    #rd-wrapper .rd-category-menu-warp .sub-depth-0 {
        margin-top: 0!important
    }
    .rd-category-menu-warp li a::before {
        vertical-align: top;
        line-height: 48px;
        font-size: 1.3em!important;
        font-family: FontAwesome!important
    }
    .rd-category-menu-warp .rd-menu-icon::before {
        content: "\f333"!important;
        font-size: 1.8em;
        font-family: dashicons!important
    }
    .rd-category-menu-warp.rd-menu-active ul {
        display: block
    }
    .rd-category-menu-warp ul {
        left: 0;
        z-index: 9999;
        display: none;
        width: 100%;
        position: absolute;
        background: #fff;
        margin-left: 0
    }
    .rd-masthead .rd-category-menu-warp ul {
        margin-top: 50px
    }
    .rd-category-menu-warp .rd-menu-enable {
        display: none!important
    }
    .rd-category-menu-warp rd-menu-down.rd-menu-enable,
    .rd-category-menu-warp rd-menu-up.rd-menu-enable {
        display: block!important;
        overflow: visible!important
    }
    .rd-category-menu-warp .rd-menu-down {
        cursor: pointer;
        font-size: 50px;
        width: 50px!important;
        line-height: 50px;
        text-align: center;
        float: right;
        position: absolute;
        right: 0
    }
    .rd-category-menu-warp .rd-menu-up {
        font-size: 50px;
        width: 50px;
        cursor: pointer;
        line-height: 50px;
        display: none;
        text-align: center;
        float: right;
        position: absolute;
        right: 0
    }
    .rd-category-menu-warp a::before {
        margin-right: 5px;
        margin-left: 0
    }
    .rd-category-menu-warp ul li {
        box-shadow: 0 -1px 0 0 rgba(118, 128, 138, 0.2);
        line-height: 50px;
        position: relative;
        list-style: none;
        height: auto!important;
        float: left;
        font-weight: 400;
        text-align: left;
        padding: 0 0 0 20px;
        width: 100%
    }
    .rd-category-menu-warp ul li a {
        padding: 0 20px 0 0 !important;
        font-size: 15px;
        background: none!important;
        line-height: 50px!important;
        position: relative;
        font-weight: 400;
        box-shadow: none!important;
        float: left
    }
    .rd-category-menu-warp ul li a:hover {
        color: #fff!important;
        padding: 0 15px!important
    }
    .rd-category-menu-warp ul ul {
        display: none!important;
        width: 100%!important;
        top: 0!important;
        left: auto!important;
        background: none!important;
        right: auto!important;
        position: relative!important;
        margin: 0!important;
        display: none;
        float: left;
        opacity: 1!important
    }
    #rd-wrapper .rd-category-menu-warp ul ul {
        margin-top: 0!important
    }
    .rd-category-menu-warp ul ul.rd-menu-show {
        display: block!important;
        overflow: visible!important;
        height: auto!important
    }
    .rd-category-menu-warp ul .sub-posts.rd-menu-show {
        display: block!important;
        overflow: visible!important;
        margin: 0!important;
        opacity: 1!important;
        height: auto!important;
        width: 100%!important
    }
    .rd-category-menu-warp .rd-main-indicator,
    .rd-category-menu-warp .rd-sub-indicator {
        display: none
    }
    .rd-navplus .rd-category-menu-warp ul {
        margin-top: 38px
    }
}

@media (min-width: 992px) {
    .rd-category-menu {
        float: left
    }
    .rd-category-menu .rd-category-title {
        padding: 0 20px;
        float: left;
        border-radius: 0;
        width: 100%
    }
    .rd-category-menu .rd-category-title a {
        color: #fff;
        font-size: 15px;
        float: left
    }
    .rd-category-menu .rd-category-title i {
        float: left;
        margin-right: 5px
    }
    .rd-category-title:hover {
        opacity: .5
    }
    .rd-category-menu .rd-category-title i::before {
        color: #fff;
        content: "\f333";
        font-size: 1.5em;
        font-family: dashicons!important;
        font-style: normal
    }
}

@media (max-width: 1199px) and (min-width: 992px) {
    .rd-layout_5 .rd-category-menu-warp ul li a {
        padding: 10px 20px
    }
}

@media (max-width: 991px) {
    .rd-category-menu .rd-category-title,
    .rd-category-menu .rd-category-title a,
    .rd-category-menu .rd-category-title i {
        float: left;
        width: auto
    }
    body #rd-wrapper .rd-category-menu.rd-menu-active .rd-category-title {
        height: 80px!important;
        line-height: 80px!important
    }
    .rd-category-menu {
        float: left;
        position: relative
    }
    .rd-category-menu-warp {
        float: right;
        text-align: center
    }
    .rd-category-menu-warp .rd-menu-posts .sub-posts,
    .rd-category-menu-warp .rd-menu-sub-posts .sub-posts {
        display: none!important
    }
    .rd-category-menu-warp .rd-menu-posts .rd-menu-down,
    .rd-category-menu-warp .rd-menu-posts .rd-menu-up {
        display: none!important
    }
    .rd-category-menu-warp .rd-menu-sub-posts .rd-content {
        display: none!important
    }
    .rd-category-menu.rd-menu-right {
        float: left
    }
    .rd-menu-active .rd-category-menu-warp {
        margin-top: 0
    }
    .rd-category-menu .rd-menu-icon {
        float: left;
        text-align: center;
        padding: 0 20px;
        cursor: pointer
    }
    .rd-category-menu .rd-menu-icon:hover {
        opacity: .8
    }
    .rd-category-menu.rd-menu-active .rd-menu-icon,
    .rd-category-menu.rd-menu-active .rd-menu-icon::before {
        text-align: center;
        width: 100%
    }
    .rd-category-menu.rd-menu-active .rd-menu-icon i::before {
        content: "\f335"!important;
        font-size: 2em!important
    }
    .rd-category-menu-warp li::before {
        display: none!important
    }
    .rd-category-menu-warp li a::before {
        display: inline-block!important
    }
    .rd-category-menu .rd-menu-icon:hover,
    .rd-category-menu.rd-menu-active .rd-menu-icon {
        color: #000
    }
    #rd-wrapper .rd-category-menu .sub-depth-0 {
        margin-top: 0!important
    }
    .rd-category-menu li a::before {
        vertical-align: middle;
        line-height: 50px;
        font-size: 1.3em!important;
        font-family: FontAwesome!important
    }
    .rd-category-menu .rd-menu-icon a i::before {
        content: "\f333"!important;
        font-size: 1.5em;
        margin-right: 5px;
        font-style: normal;
        font-family: dashicons!important
    }
    .rd-category-menu.rd-menu-active ul {
        display: block
    }
    .rd-category-menu.rd-menu-active .rd-category-title-bg {
        display: none!important
    }
    .rd-category-title {
        box-shadow: 0 0 0 1px rgba(118, 128, 138, 0.2) inset
    }
    .rd-category-menu.rd-menu-active .rd-menu-icon {
        box-shadow: none!important
    }
    .rd-category-menu .rd-menu-icon a {
        transform: translate(-50%, 0%);
        float: left;
        left: 50%;
        position: relative;
        -webkit-transform: translate(-50%, 00%);
        -moz-transform: translate(-50%, 00%);
        -o-transform: translate(-50%, 00%);
        -ms-transform: translate(-50%, 0%)
    }
    .rd-category-menu.rd-menu-active .rd-category-title {
        line-height: 80px!important;
        height: 80px!important
    }
    .rd-masthead .rd-menu-active .rd-category-menu-warp ul {
        margin-top: 80px!important
    }
    .rd-category-menu ul {
        left: 0;
        z-index: 9999;
        display: none;
        width: 100%;
        position: absolute;
        background: #fff;
        margin-left: 0
    }
    .rd-masthead .rd-category-menu-warp {
        margin-top: 0
    }
    .rd-category-menu-warp .rd-menu-enable {
        display: none!important
    }
    .rd-category-menu-warp rd-menu-down.rd-menu-enable,
    .rd-category-menu-warp rd-menu-up.rd-menu-enable {
        display: block!important;
        overflow: visible!important
    }
    .rd-category-menu-warp .rd-menu-down {
        cursor: pointer;
        font-size: 50px;
        width: 50px!important;
        line-height: 50px;
        text-align: center;
        float: right;
        position: absolute;
        right: 0
    }
    .rd-category-menu-warp .rd-menu-up {
        font-size: 50px;
        width: 50px;
        cursor: pointer;
        line-height: 50px;
        display: none;
        text-align: center;
        float: right;
        position: absolute;
        right: 0
    }
    .rd-category-menu-warp a::before {
        margin-right: 5px;
        margin-left: 0
    }
    .rd-category-menu-warp ul li {
        box-shadow: -1px -1px 0 0 rgba(118, 128, 138, 0.2);
        line-height: 50px;
        position: relative;
        list-style: none;
        height: auto!important;
        float: left;
        font-weight: 400;
        text-align: left;
        padding: 0 0 0 20px;
        width: 100%
    }
    .rd-category-menu-warp ul li a {
        padding: 0 20px 0 0 !important;
        font-size: 15px;
        background: none!important;
        line-height: 50px!important;
        position: relative;
        font-family: inherit;
        font-weight: 400;
        box-shadow: none!important;
        float: left
    }
    .rd-category-menu-warp ul ul {
        display: none!important;
        width: 100%!important;
        top: 0!important;
        left: auto!important;
        background: none!important;
        right: auto!important;
        position: relative!important;
        margin: 0!important;
        display: none;
        float: left;
        opacity: 1!important
    }
    #rd-wrapper .rd-category-menu-warp ul ul {
        margin-top: 0!important
    }
    #rd-wrapper .rd-category-menu ul ul {
        background: rgba(118, 128, 138, 0.2)!important
    }
    .rd-category-menu-warp ul ul.rd-menu-show {
        display: block!important;
        overflow: visible!important;
        height: auto!important
    }
    .rd-category-menu-warp ul .sub-posts.rd-menu-show {
        display: block!important;
        overflow: visible!important;
        margin: 0!important;
        opacity: 1!important;
        height: auto!important;
        width: 100%!important
    }
    .rd-category-menu-warp .rd-main-indicator,
    .rd-category-menu-warp .rd-sub-indicator {
        display: none
    }
    .rd-navplus .rd-category-menu-warp ul {
        margin-top: 38px
    }
    #rd-wrapper .rd-category-menu.rd-category-active a {
        font-weight: 400!important
    }
    #rd-wrapper .rd-menu-active.rd-category-menu li a:hover,
    #rd-wrapper .rd-menu-active.rd-category-menu li a:hover:before,
    #rd-wrapper .rd-menu-active.rd-category-menu li span:hover {
        color: #fff!important
    }
    .rd-dropdown-light .rd-menu-active,
    .rd-dropdown-light .rd-menu-active ul,
    .rd-dropdown-light .rd-category-menu.rd-menu-active .rd-menu-icon:hover,
    .rd-dropdown-light .rd-category-menu.rd-menu-active .rd-menu-icon {
        background: #fff!important
    }
    .rd-dropdown-light .rd-category-menu.rd-menu-active a,
    .rd-dropdown-light .rd-category-menu.rd-menu-active i::before,
    .rd-dropdown-light .rd-category-menu.rd-menu-active span,
    .rd-dropdown-light .rd-category-menu.rd-menu-active {
        color: #111!important
    }
    .rd-dropdown-dark .rd-menu-active,
    .rd-dropdown-dark .rd-menu-active ul,
    .rd-dropdown-dark .rd-category-menu.rd-menu-active .rd-menu-icon:hover,
    .rd-dropdown-dark .rd-category-menu.rd-menu-active .rd-menu-icon {
        background: #121518!important
    }
    .rd-dropdown-dark .rd-category-menu.rd-menu-active a,
    .rd-dropdown-dark .rd-category-menu.rd-menu-active i::before,
    .rd-dropdown-dark .rd-category-menu.rd-menu-active span,
    .rd-dropdown-dark .rd-category-menu.rd-menu-active {
        color: #fff!important
    }
    .rd-category-menu:not(.rd-category-active) {
        top: 0!important
    }
    body #rd-wrapper header .rd-category-menu:not(:hover) .rd-menu-icon {
        background: none!important
    }
    .rd-menu-active .rd-menu-icon-click {
        display: none!important
    }
}

@media (max-width: 767px) {
    .rd-sticky-enable .rd-category-menu {
        display: none
    }
    .rd-category-menu,
    .rd-category-menu .rd-menu-icon {
        text-align: center;
        float: left!important;
        width: 100%;
        vertical-align: top
    }
}

@media (max-width: 1400px) and (min-width: 1350px) {
    .rd-category-menu-warp ul li a {
        padding: 15px 20px
    }
    .rd-layout_9 .rd-category-menu-warp ul li a {
        padding: 13.25px 20px
    }
    .rd-layout_15 .rd-category-menu-warp ul li a {
        padding: 14px 20px
    }
}

@media (max-width: 1349px) and (min-width: 1300px) {
    .rd-category-menu-warp ul li a {
        padding: 14px 20px
    }
    .rd-layout_9 .rd-category-menu-warp ul li a {
        padding: 12.25px 20px
    }
    .rd-layout_15 .rd-category-menu-warp ul li a {
        padding: 13px 20px
    }
}

@media (max-width: 1299px) and (min-width: 1250px) {
    .rd-category-menu-warp ul li a {
        padding: 13px 20px
    }
    .rd-layout_9 .rd-category-menu-warp ul li a {
        padding: 11.25px 20px
    }
    .rd-layout_15 .rd-category-menu-warp ul li a {
        padding: 12px 20px
    }
}

@media (max-width: 1249px) and (min-width: 1200px) {
    .rd-category-menu-warp ul li a {
        padding: 12px 20px
    }
    .rd-layout_9 .rd-category-menu-warp ul li a {
        padding: 10.25px 20px
    }
}

@media (max-width: 1199px) and (min-width: 1150px) {
    .rd-category-menu-warp ul li a {
        padding: 11px 20px
    }
    .rd-layout_9 .rd-category-menu-warp ul li a {
        padding: 9.25px 20px
    }
    .rd-layout_15 .rd-category-menu-warp ul li a {
        padding: 10px 20px
    }
}

@media (max-width: 1149px) and (min-width: 1100px) {
    .rd-category-menu-warp ul li a {
        padding: 10px 20px
    }
    .rd-layout_9 .rd-category-menu-warp ul li a {
        padding: 8.25px 20px
    }
}

@media (max-width: 1099px) and (min-width: 1050px) {
    .rd-category-menu-warp ul li a {
        padding: 9px 20px
    }
    .rd-layout_9 .rd-category-menu-warp ul li a {
        padding: 7.25px 20px
    }
    .rd-layout_15 .rd-category-menu-warp ul li a {
        padding: 8px 20px
    }
}

@media (max-width: 1049px) and (min-width: 1000px) {
    .rd-category-menu-warp ul li a {
        padding: 8px 20px
    }
    .rd-layout_9 .rd-category-menu-warp ul li a {
        padding: 6.25px 20px
    }
    .rd-layout_15 .rd-category-menu-warp ul li a {
        padding: 7px 20px
    }
}

.sao_element_zshop_slider_featured,
.sao_element_sao_slider {
    display: none
}

.rd-featured-warp {
    margin: 0;
    width: 100%;
    float: right
}

.rd-featured-warp .rd-title-box {
    margin-bottom: 20px;
    padding: 0;
    width: 100%
}

.rd-featured-warp.rd-between-2 .rd-title-box {
    margin-bottom: 19px
}

.rd-featured-warp.rd-between-2 .rd-post-module-3 .rd-post-container {
    padding: 1px
}

.rd-featured-warp.rd-between-10 {
    margin: -1%;
    margin: -5px;
    width: 101%;
    width: calc(100% + 10px)
}

.rd-featured-warp.rd-between-10 .rd-title-box {
    padding: 5px;
    margin-bottom: 10px
}

.rd-featured-warp.rd-between-10 .rd-post-module-3 .rd-post-container {
    padding: 5px
}

.rd-featured-warp.rd-between-20 {
    margin: -2%;
    margin: -10px;
    width: 102%;
    width: calc(100% + 20px)
}

.rd-featured-warp.rd-between-20 .rd-title-box {
    padding: 2%;
    padding: 10px;
    margin-bottom: 0
}

.rd-featured-warp.rd-between-20 .rd-post-module-3 .rd-post-container {
    padding: 10px
}

.rd-featured-warp.rd-between-40 {
    margin: -4%;
    margin: -20px -20px -20px;
    width: 104%;
    width: calc(100% + 40px)
}

.rd-featured-warp.rd-between-40 .rd-title-box {
    padding: 2% 4%;
    padding: 10px 20px;
    margin-bottom: 0
}

.rd-featured-warp.rd-between-40 .rd-post-module-3 .rd-post-container {
    padding: 20px
}

.rd-between-0 .rd-post-module-3 .rd-post-warp {
    border-width: 0!important
}

.rd-post-module-3 {
    float: left;
    width: 100%;
    display: inline-block;
    position: relative
}

.rd-post-module-3 .rd-post-container {
    padding: 0;
    height: 100%;
    position: absolute;
    height: 100%;
    width: 100%
}

.rd-post-module-3 .rd-post-warp {
    border-radius: 5px;
    overflow: hidden;
    width: 100%;
    height: 100%;
    position: relative;
    padding: 0!important
}

.rd-post-module-3 .rd-post-warp::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    border: solid 1px rgba(255, 255, 255, 0.00);
    pointer-events: none;
    top: 0;
    transition: All 1s ease-out;
    -webkit-transition: All 1s ease-out;
    -moz-transition: All 1s ease-out;
    -o-transition: All 1s ease-out
}

.rd-post-module-3 .rd-post-warp:hover::after {
    width: calc(100% - 4%);
    height: calc(100% - 4%);
    width: calc(100% - 40px);
    height: calc(100% - 40px);
    margin: 2%;
    margin: 20px;
    border-radius: 0;
    border: solid 1px rgba(255, 255, 255, 0.5);
    transition: All 1s ease-out;
    -webkit-transition: All 1s ease-out;
    -moz-transition: All 1s ease-out;
    -o-transition: All 1s ease-out;
    z-index: 1;
    pointer-events: none
}

.rd-post.rd-post-module-3 .rd-post-warp::after {
    content: inherit!important;
    content: inherit!important
}

.rd-post.rd-post-module-3 .rd-post-thumbnail::before {
    left: 0;
    content: "";
    z-index: 1;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.15) 0%, rgba(0, 0, 0, 0.65) 100%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.15) 0%, rgba(0, 0, 0, 0.65) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.15) 0%, rgba(0, 0, 0, 0.65) 100%);
    height: 100%;
    width: 100%;
    position: absolute
}

.rd-post-module-3 .rd-thumb,
.rd-post-module-3 .sao-thumb {
    position: absolute;
    width: 100%;
    overflow: hidden;
    height: 100%
}

.rd-post-module-3 .rd-post-container .rd-thumb .rd-post-thumbnail {
    top: 0;
    right: 0;
    width: 100.1%;
    position: absolute;
    height: 100.1%
}

.rd-post-module-3 .rd-details {
    z-index: 1;
    padding: 20px;
    position: absolute;
    bottom: 0;
    pointer-events: none;
    width: 100%
}

.rd-details-middle .rd-post-module-3 .rd-post-thumbnail::before {
    background: rgba(0, 0, 0, 0.50)
}

.rd-details-middle .rd-post-module-3 .rd-details {
    margin: auto;
    top: 50%;
    right: 50%;
    bottom: auto;
    height: auto;
    transform: translate(-50%, -50%)!important;
    -webkit-transform: translate(-50%, -50%)!important;
    -moz-transform: translate(-50%, -50%)!important;
    -o-transform: translate(-50%, -50%)!important;
    -ms-transform: translate(-50%, -50%)!important;
    position: absolute;
    z-index: 1
}

.rd-ratio40 .rd-post-module-3 {
    padding-bottom: 40%
}

.rd-ratio50 .rd-post-module-3 {
    padding-bottom: 50%
}

.rd-ratio60 .rd-post-module-3 {
    padding-bottom: 60%
}

.rd-ratio75 .rd-post-module-3 {
    padding-bottom: 75%
}

.rd-ratio100 .rd-post-module-3 {
    padding-bottom: 100%
}

.rd-ratio135 .rd-post-module-3 {
    padding-bottom: 135%
}

.rd-ratio40 .rd-ratio1-2x .rd-post-module-3 {
    padding-bottom: 20%
}

.rd-ratio50 .rd-ratio1-2x .rd-post-module-3 {
    padding-bottom: 25%
}

.rd-ratio60 .rd-ratio1-2x .rd-post-module-3 {
    padding-bottom: 30%
}

.rd-ratio75 .rd-ratio1-2x .rd-post-module-3 {
    padding-bottom: 37.5%
}

.rd-ratio100 .rd-ratio1-2x .rd-post-module-3 {
    padding-bottom: 50%
}

.rd-ratio135 .rd-ratio1-2x .rd-post-module-3 {
    padding-bottom: 67.5%
}

.rd-ratio40 .rd-ratio2x .rd-post-module-3 {
    padding-bottom: 80%
}

.rd-ratio50 .rd-ratio2x .rd-post-module-3 {
    padding-bottom: 100%
}

.rd-ratio60 .rd-ratio2x .rd-post-module-3 {
    padding-bottom: 120%
}

.rd-ratio75 .rd-ratio2x .rd-post-module-3 {
    padding-bottom: 150%
}

.rd-ratio100 .rd-ratio2x .rd-post-module-3 {
    padding-bottom: 200%
}

.rd-ratio135 .rd-ratio2x .rd-post-module-3 {
    padding-bottom: 270%
}

.rd-post.rd-post-module-3 .rd-meta .rd-author a {
    color: #fff!important
}

.rd-post-module-3 .rd-title a {
    color: #fff!important
}

.rd-post-module-3 .rd-ex a {
    color: #fff!important
}

.rd-post.rd-post-module-3 .rd-title a {
    overflow: hidden;
    color: #fff;
    text-shadow: 0 2px 3px rgba(0, 0, 0, 0.67)
}

.rd-post.rd-post-module-3 .rd-excerpt {
    color: #e1e5e9!important;
    text-shadow: 0 2px 2px rgba(0, 0, 0, 0.67)
}

.rd-post.rd-post-module-3 .rd-meta li,
.rd-post.rd-post-module-3 .rd-meta li a {
    color: #c1c5c9!important;
    text-shadow: 0 2px 2px rgba(0, 0, 0, 0.67)
}

.rd-post.rd-post-module-3 .rd-category a {
    color: #c1c5c9!important;
    text-shadow: 0 2px 2px rgba(0, 0, 0, 0.67)
}

.rd-post.rd-post-module-3 .rd-thumb:hover .rd-post-thumbnail::before {
    background: rgba(0, 0, 0, 0.5)!important
}

.rd-product.rd-post-module-3 .rd-details {
    display: none
}

@media (min-width: 992px) {
    .rd-featured_13 .rd_column_3_4 .rd-post-item {
        float: right
    }
}

@media (max-width: 991px) {
    .rd-post.rd-post-module-3 .rd-excerpt {
        display: none
    }
}

.rd-ratio60 .rd-post.rd-post-module-3 .rd-150-item .rd-font-medium,
.rd-ratio75 .rd-post.rd-post-module-3 .rd-150-item .rd-font-medium,
.rd-ratio100 .rd-post.rd-post-module-3 .rd-150-item .rd-font-medium,
.rd-ratio135 .rd-post.rd-post-module-3 .rd-150-item .rd-font-medium,
.rd-ratio60 .rd-post.rd-post-module-3 .rd-200-item .rd-font-medium,
.rd-ratio75 .rd-post.rd-post-module-3 .rd-200-item .rd-font-medium,
.rd-ratio100 .rd-post.rd-post-module-3 .rd-200-item .rd-font-medium,
.rd-ratio135 .rd-post.rd-post-module-3 .rd-200-item .rd-font-medium,
.rd-ratio60 .rd-post.rd-post-module-3 .rd-250-item .rd-font-medium,
.rd-ratio75 .rd-post.rd-post-module-3 .rd-250-item .rd-font-medium,
.rd-ratio100 .rd-post.rd-post-module-3 .rd-250-item .rd-font-medium,
.rd-ratio135 .rd-post.rd-post-module-3 .rd-250-item .rd-font-medium,
.rd-ratio60 .rd-post.rd-post-module-3 .rd-300-item .rd-font-medium,
.rd-ratio75 .rd-post.rd-post-module-3 .rd-300-item .rd-font-medium,
.rd-ratio100 .rd-post.rd-post-module-3 .rd-300-item .rd-font-medium,
.rd-ratio60 .rd-post.rd-post-module-3 .rd-400-item .rd-font-medium,
.rd-ratio75 .rd-post.rd-post-module-3 .rd-400-item .rd-font-medium {
    display: none!important
}

.rd-ratio60 .rd-post.rd-post-module-3 .rd-150-item .rd-meta,
.rd-ratio75 .rd-post.rd-post-module-3 .rd-150-item .rd-meta,
.rd-ratio100 .rd-post.rd-post-module-3 .rd-150-item .rd-meta,
.rd-ratio135 .rd-post.rd-post-module-3 .rd-150-item .rd-meta,
.rd-ratio60 .rd-post.rd-post-module-3 .rd-200-item .rd-meta,
.rd-ratio75 .rd-post.rd-post-module-3 .rd-200-item .rd-meta,
.rd-ratio100 .rd-post.rd-post-module-3 .rd-200-item .rd-meta,
.rd-ratio135 .rd-post.rd-post-module-3 .rd-200-item .rd-meta {
    display: none!important
}

.rd-post-group-flex {
    display: grid;
    width: 100%!important
}

.rd-post-group-flex .rd-post-item {
    display: inline-block;
    width: 100%
}

.rd-grid-warp {
    border-radius: 7px;
    overflow: hidden
}

.rd-grid-warp .rd-post-list {
    position: relative
}

.rd-post-module-2 {
    padding: 1px 1px 0 0;
    float: left;
    width: 100%;
    display: inline-block;
    height: 100%;
    position: relative
}

.rd-post-module-2 .rd-post-container {
    width: 100%;
    position: relative;
    float: left;
    overflow: hidden;
    height: 100%
}

.rd-post-module-2 .rd-post-warp {
    padding: 0;
    float: right;
    width: 100%;
    height: 100%;
    position: relative
}

.rd-post-module-2 .rd-thumb {
    float: left;
    border-radius: 5px;
    position: relative;
    width: 100%!important
}

.rd-post-module-2 .rd-post-thumbnail {
    padding-bottom: 75%;
    position: relative;
    height: auto;
    width: 100%;
    display: block;
    overflow: hidden
}

.rd-ratio60 .rd-post-module-2 .rd-post-thumbnail {
    padding-bottom: 60%
}

.rd-ratio75 .rd-post-module-2 .rd-post-thumbnail {
    padding-bottom: 75%
}

.rd-ratio100 .rd-post-module-2 .rd-post-thumbnail {
    padding-bottom: 100%
}

.rd-ratio116 .rd-post-module-2 .rd-post-thumbnail {
    padding-bottom: 116%
}

.rd-ratio127 .rd-post-module-2 .rd-post-thumbnail {
    padding-bottom: 127%
}

.rd-ratio135 .rd-post-module-2 .rd-post-thumbnail {
    padding-bottom: 135%
}

.rd-post-module-2:not(.has-post-thumbnail) .rd-details {
    margin: 0!important
}

.rd-post-module-2 .rd-details {
    margin-top: 0;
    width: 100%!important;
    margin-top: 15px
}

.rd-grid-grid_9 .rd-post-item-group,
.rd-grid-grid_10 .rd-post-item-group,
.rd-grid-grid_11 .rd-post-item-group,
.rd-grid-grid_12 .rd-post-item-group {
    overflow: visible!important
}

.rd-cart-item a {
    font-size: 0!important
}

.rd-cart-item a:hover .rd-text-hover {
    display: inline-block;
    right: 0!important;
    left: auto
}

.rd-cart-item a .rd-text-hover {
    position: absolute;
    display: none;
    color: #fff;
    background: #121518;
    bottom: -25px;
    left: -18px;
    padding: 5px;
    font-size: 11px;
    border-radius: 5px;
    width: 100px;
    line-height: 1.35em;
    z-index: 999999;
    text-align: center;
    text-transform: uppercase
}

.rd-cart-item .feedback {
    display: none
}

.rd-product.rd-post-module-2 .rd-cart-item {
    float: none;
    padding: 0;
    width: 100%;
    display: block
}

.rd-post-module-2.rd-150-post .rd-details {
    margin-top: 12px
}

.rd-post-module-2.rd-200-post .rd-details {
    margin-top: 12px
}

.rd-post-module-2.rd-250-post .rd-details {
    margin-top: 12px
}

.rd-post-module-2.rd-300-post .rd-details {
    margin-top: 15px
}

.rd-post-module-2.rd-400-post .rd-details {
    margin-top: 15px
}

.rd-post-module-2.rd-500-post .rd-details {
    margin-top: 15px
}

.rd-post-module-2.rd-600-post .rd-details {
    margin-top: 17px
}

.rd-post-module-2.rd-800-post .rd-details {
    margin-top: 17px
}

.rd-post-module-2.rd-1000-post .rd-details {
    margin-top: 20px
}

.rd-post-module-2.rd-1200-post .rd-details {
    margin-top: 20px
}

.rd-post-module-2.rd-1400-post .rd-details {
    margin-top: 20px
}

.rd-post-module-2.rd-1920-post .rd-details {
    margin-top: 25px
}

.rd-post-module-2.rd-150-post .rd-excerpt {
    margin-top: 8px
}

.rd-post-module-2.rd-200-post .rd-excerpt {
    margin-top: 8px
}

.rd-post-module-2.rd-250-post .rd-excerpt {
    margin-top: 9px
}

.rd-post-module-2.rd-300-post .rd-excerpt {
    margin-top: 10px
}

.rd-post-module-2.rd-400-post .rd-excerpt {
    margin-top: 11px
}

.rd-post-module-2.rd-500-post .rd-excerpt {
    margin-top: 12px
}

.rd-post-module-2.rd-600-post .rd-excerpt {
    margin-top: 13px
}

.rd-post-module-2.rd-800-post .rd-excerpt {
    margin-top: 14px
}

.rd-post-module-2.rd-1000-post .rd-excerpt {
    margin-top: 14px
}

.rd-post-module-2.rd-1200-post .rd-excerpt {
    margin-top: 15px
}

.rd-post-module-2.rd-1400-post .rd-excerpt {
    margin-top: 18px
}

.rd-post-module-2.rd-1920-post .rd-excerpt {
    margin-top: 20px
}

.rd-post-grid-warp {
    width: 100%;
    float: left
}

.rd-post.rd-post-module-2 {
    padding: 1px
}

.rd-post.rd-post-module-2 .rd-thumb {
    overflow: hidden
}

.rd-product-grid-warp {
    width: 100%
}

.rd-product-grid-warp.rd_vertical_middle .rd-vertical-transform .rd-post-module-2 .rd-post-warp {
    top: 50%;
    height: auto;
    position: relative;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%)
}

.rd-vertical-transform .rd-post-module-2,
.rd-vertical-transform .rd-post-module-2 .rd-post-container {
    height: 100%!important
}

.rd-product-item {
    float: left;
    width: 100%
}

.rd-product-grid-warp {
    float: left
}

#rd_module_blog .rd-product-grid-warp {
    padding: 0!important
}

.rd-post-module-2 .rd-post-container:hover {
    z-index: 111;
    -webkit-transition: all 500ms linear;
    -moz-transition: all 500ms linear;
    -ms-transition: all 500ms linear;
    -o-transition: all 500ms linear;
    transition: all 500ms linear;
    box-shadow: 0 0 3px 3px rgba(118, 128, 138, 0.2) inset
}

.rd-post-item:hover {
    transform: none!important
}

.rd-post-module-2 .rd-add-to-cart {
    opacity: 0;
    -webkit-transition: all 300ms ease 0;
    -moz-transition: all 300ms ease 0;
    -ms-transition: all 300ms ease 0;
    -o-transition: all 300ms ease 0;
    z-index: 111111;
    transition: all 300ms ease 0
}

.rd-post-module-2:hover .rd-add-to-cart {
    display: inline-block!important;
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    opacity: 1;
    transform: translate(0, 0);
    -webkit-transition: all 300ms ease 0;
    -moz-transition: all 300ms ease 0;
    -ms-transition: all 300ms ease 0;
    -o-transition: all 300ms ease 0;
    text-align: center;
    transition: all 300ms ease 0
}

.rd-product.rd-post-module-2 .rd-cart-item a {
    background: rgba(255, 255, 255, 0.00)!important;
    color: #fff!important;
    position: relative;
    font-weight: 400;
    width: auto!important;
    margin: 5px 0!important;
    border-radius: 5px;
    float: right!important;
    padding: 0!important;
    color: rgba(0, 0, 0, 0.00)!important
}

.rd-product.rd-post-module-2 .rd-cart-item a::after {
    content: "";
    z-index: -1;
    left: 0;
    top: 0;
    position: absolute;
    border-radius: 5px;
    width: 100%;
    height: 100%
}

.rd-cart-item a:before {
    content: "\f07a";
    opacity: 1;
    width: 1.6em;
    height: 1.6em;
    font-family: 'FontAwesome';
    font-size: 1em;
    text-align: center;
    margin-right: 7px;
    display: inline-block;
    border: none;
    border-radius: 5px;
    padding: 7px 8px;
    line-height: 1.6em
}

.rd-product.rd-post-module-2 .rd-cart-item a::before {
    background: rgba(128, 128, 128, .1)
}

.rd-post-module-2 .rd-add-to-cart .clear {
    display: none
}

.rd-product .rd-add-to-cart .compare-button .rd-text-hover {
    right: 60px
}

.rd_alignment_right .rd-button-add-to-cart,
.rd_alignment_right .rd-price {
    float: right
}

.rd-price-rating {
    float: left;
    width: 100%;
    margin-top: 8px
}

.rd-post-module-2 .rd-price-rating.rd-has-rating {
    display: grid;
    grid-template-columns: auto auto
}

#rd-wrapper .rd-post-module-2 span.onsale {
    left: 10px;
    top: 10px
}

.rd_alignment_center .rd-post-module-2 .rd-price-rating.rd-has-rating {
    display: inline-block
}

.rd_alignment_right .rd-price-rating.rd-has-rating {
    direction: rtl
}

.rd_alignment_right .rd-rating {
    direction: ltr
}

.rd_alignment_right .rd-price {
    direction: rtl
}

.rd_alignment_right .rd-price ins {
    margin-left: 0;
    margin-right: 7px
}

.rd-price-rating {
    float: left;
    width: 100%;
    margin-top: 12px
}

.rd-price {
    float: left;
    line-height: 1.5em
}

.rd-product.rd-post-module-2 .rd-rating {
    line-height: 1em;
    margin: auto;
    height: auto;
    top: 50%;
    display: inherit;
    width: 100%;
    direction: rtl;
    margin-top: -2px;
    margin-bottom: 0!important;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    position: relative;
    position: relative;
    float: right
}

.rd-product.rd-post-module-2 .rd-price-rating {
    line-height: 1em;
    height: 1em
}

.rd-product.rd-post-module-2 .rd-price {
    line-height: 1em
}

.rd-add-to-cart {
    float: left;
    top: 10px;
    height: auto;
    position: absolute;
    right: 10px;
    text-align: center
}

.rd-product .rd-thumb:hover .rd-add-to-cart {
    display: inline-block!important
}

.rd_alignment_center .rd-price,
.rd_alignment_center .rd-rating {
    width: 100%
}

.rd_alignment_center .rd-rating .star-rating {
    float: none;
    margin-left: auto;
    margin-right: auto
}

.rd_alignment_center .rd-rating {
    margin-top: 8px
}

.rd_alignment_center .rd-product.rd-post-module-2 .rd-price-rating {
    height: auto;
    margin-top: 0
}

.rd_alignment_center .rd-product.rd-post-module-2 .rd-price {
    margin-top: 12px;
    line-height: 1.5em
}

.rd_alignment_center .rd-product.rd-post-module-2 .rd-rating {
    margin-top: 12px;
    top: 0!important;
    transform: none!important;
    line-height: 1.5em;
    -webkit-transform: none!important;
    -moz-transform: none!important;
    -o-transform: none!important;
    -ms-transform: none!important
}

.rd_alignment_center .rd-product.rd-post-module-2 .rd-price ins {
    float: none;
    margin-left: 7px!important;
    margin-right: 0!important
}

@media (min-width: 992px) {
    .rd-grid-grid_13 .rd-post-item-group {
        overflow: initial!important
    }
    .rd-grid-grid_13 .rd-post-item::before {
        width: 100%!important
    }
    .rd-grid-grid_13 .rd_column_3_4 .rd-post-item {
        float: right
    }
}

.rd-product-grid-warp:not(.rd_alignment_center) .rd-150-item .rd-rating {
    display: none!important
}

@media (max-width: 1399px) {
    .rd-product-grid-warp:not(.rd_alignment_center) .rd-150-item .rd-rating,
    .rd-product-grid-warp:not(.rd_alignment_center) .rd-200-item .rd-rating,
    .rd-product-grid-warp:not(.rd_alignment_center) .rd-250-item .rd-rating {
        display: none!important
    }
}

.rd-custom-slider {
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    transition: all 300ms linear;
    -webkit-transform: rotateX(-90deg);
    -moz-transform: rotateX(-90deg);
    -ms-transform: rotateX(-90deg);
    -o-transform: rotateX(-90deg);
    transform: rotateX(-90deg);
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    transform-origin: 0 0
}

.rd-custom-slider.rd-show-custom-slider {
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    transition: all 300ms linear;
    -webkit-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    -ms-transform: rotateX(0deg);
    -o-transform: rotateX(0deg);
    transform: rotateX(0deg)
}

.rd-carousel .rd-post-list {
    height: auto!important
}

.rd-product.rd-post-module-2 .rd-countdown-warp {
    position: absolute;
    bottom: 0;
    position: relative;
    float: left
}

.rd-product.rd-post-module-2 .rd-details .rd-countdown-warp .rd-countdown-container {
    margin-top: 0!important;
    margin-bottom: 0!important
}

.rd-product.rd-post-module-2 .rd-thumb-warp .rd-countdown-warp {
    text-align: center;
    position: absolute
}

.rd-list-warp {
    width: 100%;
    float: left;
    border-radius: 7px;
    overflow: hidden
}

.rd-list-warp .rd-title-box {
    width: 100%
}

.rd-post-list {
    float: left;
    width: 100%;
    position: relative
}

.rd-post-module-1 {
    width: 100%;
    float: left;
    padding: 1px 1px 0 0;
    height: 100%;
    position: relative
}

.rd-post-module-1 .rd-thumb {
    float: left;
    position: relative;
    width: 100%
}

.rd-post-module-1 .rd-post-container {
    width: 100%;
    height: 100%;
    position: relative;
    float: left
}

.rd-none .rd-post-module-1 .rd-post-container {
    width: 100%;
    float: left;
    overflow: hidden;
    position: relative
}

.rd-post.rd-post-module-1 .rd-thumb {
    width: 100%;
    width: 100%
}

.rd-post.rd-post-module-1 .rd-post-warp {
    grid-template-columns: 35% 65%
}

.rd-post-module-1 .rd-post-thumbnail {
    pointer-events: all;
    border-radius: 5px;
    padding-bottom: 0;
    position: relative;
    height: auto;
    width: 100%;
    overflow: hidden;
    display: block
}

.rd-post.rd-post-module-1 .rd-post-warp .rd-ratio60 .rd-post-module-1 .rd-post-thumbnail {
    padding-bottom: 60%
}

.rd-ratio75 .rd-post-module-1 .rd-post-thumbnail {
    padding-bottom: 75%
}

.rd-ratio100 .rd-post-module-1 .rd-post-thumbnail {
    padding-bottom: 100%
}

.rd-ratio135 .rd-post-module-1 .rd-post-thumbnail {
    padding-bottom: 135%
}

.rd-post-module-1 .rd-details {
    margin-top: 0;
    padding-left: 20px;
    width: 100%
}

.rd-post-module-1 .rd-thumb:hover .rd-post-thumbnail img,
.rd-post.rd-post-module-2 .rd-thumb:hover .rd-post-thumbnail img {
    opacity: .75
}

body .rd-post-module-1:not(.has-post-thumbnail) .rd-post-warp {
    grid-template-columns: 100%!important
}

body .rd-post-module-1:not(.has-post-thumbnail) .rd-details {
    padding: 0!important
}

.rd-post-module-1 .rd-post-warp {
    float: left;
    width: 100%;
    vertical-align: top;
    position: relative;
    display: grid
}

.rd-post-module-1 .rd-post-container:hover {
    z-index: 111;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    transition: all 300ms linear;
    box-shadow: 0 0 3px 3px rgba(118, 128, 138, 0.2) inset
}

.rd-list-warp .rd-post-module-1 {
    padding: 1px
}

@media (max-width: 1199px) {
    .rd-ratio60 .rd-post-module-1 .rd-400-item .rd-excerpt,
    .rd-ratio60 .rd-post-module-1 .rd-300-item .rd-excerpt,
    .rd-post-module-1 .rd-250-item .rd-excerpt,
    .rd-post-module-1 .rd-200-item .rd-excerpt,
    .rd-post-module-1 .rd-150-item .rd-excerpt,
    .rd-ratio60 .rd-post-module-1 .rd-400-item .rd-readmore,
    .rd-ratio60 .rd-post-module-1 .rd-300-item .rd-readmore,
    .rd-post-module-1 .rd-250-item .rd-readmore,
    .rd-post-module-1 .rd-200-item .rd-readmore,
    .rd-post-module-1 .rd-150-item .rd-readmore {
        display: none!important
    }
    body .rd-list-warp .rd-post-module-1.rd-400-post .rd-post-warp,
    body .rd-list-warp .rd-post-module-1.rd-300-post .rd-post-warp,
    body .rd-list-warp .rd-post-module-1.rd-250-post .rd-post-warp,
    body .rd-list-warp .rd-post-module-1.rd-200-post .rd-post-warp,
    body .rd-list-warp .rd-post-module-1.rd-150-post .rd-post-warp {
        grid-template-columns: 35% 65%
    }
}

#rd-row-blog .rd-post-module-1 .rd-300-item .rd-button-add-to-cart,
#rd-row-blog .rd-post-module-1 .rd-300-item .rd-cart-item,
#rd-row-blog .rd-post-module-1 .rd-250-item .rd-button-add-to-cart,
#rd-row-blog .rd-post-module-1 .rd-250-item .rd-cart-item,
#rd-row-blog .rd-post-module-1 .rd-200-item .rd-button-add-to-cart,
#rd-row-blog .rd-post-module-1 .rd-200-item .rd-cart-item,
#rd-row-blog .rd-post-module-1 .rd-150-item .rd-button-add-to-cart,
#rd-row-blog .rd-post-module-1 .rd-150-item .rd-cart-item {
    display: none!important
}

.rd-post-module-1 .rd-category,
.rd-post-module-1 .rd-readmore a {
    transform: translate(0, 0%)!important;
    float: left;
    left: 0!important;
    position: relative;
    -webkit-transform: translate(00%, 00%)!important;
    -moz-transform: translate(00%, 00%)!important;
    -o-transform: translate(00%, 00%)!important;
    -ms-transform: translate(00%, 0%)!important
}

.rd-post-module-1 .rd-meta li,
.rd-post-module-1 .rd-meta,
.rd-post-module-1 .rd-excerpt,
.rd-post-module-1 .rd-title a,
.rd-post-module-1 .rd-readmore a {
    text-align: left!important;
    float: left!important;
    display: inline-block
}

body #rd-wrapper.rd-wrapper .rd-price del {
    margin-left: 0
}

body #rd-wrapper.rd-wrapper .rd-product .rd-price del span,
body #rd-wrapper.rd-wrapper .rd-product .rd-price .woocommerce-Price-amount.amount {
    color: inherit!important
}

body #rd-wrapper.rd-wrapper .rd-product .rd-price ins {
    font-size: 1em!important
}

body #rd-wrapper.rd-wrapper .rd-product .rd-price del span,
body #rd-wrapper.rd-wrapper .rd-product .rd-price .woocommerce-Price-amount.amount {
    font-size: inherit!important
}

.rd-product.rd-post-module-1 .rd-price-rating {
    margin-top: 0
}

.rd-product.rd-post-module-1 .rd-price {
    width: 100%;
    margin-top: 10px;
    text-align: left!important
}

.rd-product.rd-post-module-1 .rd-rating {
    float: left;
    margin-top: 10px;
    width: 100%
}

.rd-product.rd-post-module-1 .star-rating {
    float: left
}

.rd-product.rd-post-module-1 .rd-post-warp {
    grid-template-columns: 30% 70%
}

.rd-list-warp.rd-none {
    background: none
}

.rd-product.rd-post-module-1 .rd-cart-item {
    float: left
}

.rd-list-warp.rd_image_alignment_right .rd-post-warp {
    direction: rtl
}

.rd-list-warp.rd_image_alignment_right .rd-thumb {
    float: left;
    direction: ltr;
    width: 100%
}

.rd-list-warp.rd_image_alignment_right .rd-details {
    direction: ltr;
    float: left;
    width: 100%;
    padding-right: 20px;
    padding-left: 0
}

.rd_image_alignment_right .rd-background-post {
    -moz-transform: scale(-1, 1);
    -o-transform: scale(-1, 1);
    -webkit-transform: scale(-1, 1);
    transform: scale(-1, 1)
}

.rd-product.rd-post-module-1.rd-150-post .onsale,
.rd-product.rd-post-module-1.rd-200-post .onsale,
.rd-product.rd-post-module-1.rd-250-post .onsale,
.rd-product.rd-post-module-1.rd-300-post .onsale,
.rd-product.rd-post-module-1.rd-400-post .onsale,
.rd-product.rd-post-module-1.rd-500-post .onsale {
    display: none!important
}

.rd-product.rd-post-module-1.rd-150-post .rd-post-warp,
.rd-product.rd-post-module-1.rd-200-post .rd-post-warp,
.rd-product.rd-post-module-1.rd-250-post .rd-post-warp,
.rd-product.rd-post-module-1.rd-300-post .rd-post-warp,
.rd-product.rd-post-module-1.rd-400-post .rd-post-warp {
    grid-template-columns: 25% 75%
}

.rd-product.rd-post-module-1.rd-500-post .rd-post-warp,
.rd-product.rd-post-module-1.rd-600-post .rd-post-warp {
    grid-template-columns: 30% 70%
}

.rd-product.rd-post-module-1.rd-800-post .rd-post-warp,
.rd-product.rd-post-module-1.rd-1000-post .rd-post-warp,
.rd-product.rd-post-module-1.rd-1200-post .rd-post-warp,
.rd-product.rd-post-module-1.rd-1920-post .rd-post-warp {
    grid-template-columns: 35% 65%
}

.rd-list-warp.rd_image_width_10 .rd-post-warp {
    grid-template-columns: 10% 90%!important
}

.rd-list-warp.rd_image_width_15 .rd-post-warp {
    grid-template-columns: 15% 85%!important
}

.rd-list-warp.rd_image_width_20 .rd-post-warp {
    grid-template-columns: 20% 80%!important
}

.rd-list-warp.rd_image_width_25 .rd-post-warp {
    grid-template-columns: 25% 75%!important
}

.rd-list-warp.rd_image_width_30 .rd-post-warp {
    grid-template-columns: 30% 70%!important
}

.rd-list-warp.rd_image_width_35 .rd-post-warp {
    grid-template-columns: 35% 65%!important
}

.rd-list-warp.rd_image_width_40 .rd-post-warp {
    grid-template-columns: 40% 60%!important
}

.rd-list-warp.rd_image_width_45 .rd-post-warp {
    grid-template-columns: 45% 55%!important
}

.rd-list-warp.rd_image_width_50 .rd-post-warp {
    grid-template-columns: 50% 50%!important
}

.rd-product.rd-post-module-1 .rd-button-add-to-cart a {
    padding: 0 20px;
    border-radius: 5px;
    line-height: 40px;
    font-weight: 700!important
}

.rd-product.rd-post-module-1 .rd-cart-item a::before {
    background: rgba(118, 128, 138, .1)
}

.rd-product.rd-post-module-1 .rd-cart-item a {
    background: none!important
}

.rd-none .rd-product.rd-post-module-1 .rd-post-warp {
    position: relative
}

.rd-product.rd-post-module-1 .rd-cart-item a:before {
    line-height: 40px;
    border-radius: 5px;
    float: left;
    padding: 0;
    width: 40px;
    height: 40px
}

.rd-product.rd-post-module-1 .rd-cart-item a {
    margin: 0 15px 0 0;
    border-radius: 5px;
    float: left
}

.rd-product.rd-post-module-1 .rd-button-add-to-cart {
    margin-top: 0;
    margin-right: 15px;
    float: left;
    text-transform: uppercase
}

.rd_image_alignment_right span.onsale {
    right: 10px!important;
    left: auto!important
}

.rd-text-warp {
    float: left;
    padding: 0;
    width: 100%;
    border-radius: 5px;
    overflow: hidden
}

#rd_module_blog .rd-post-text-warp {
    padding: 0!important;
    width: 100%
}

.rd-post-module-4 {
    width: 100%;
    float: left
}

.rd-post-module-4 .rd-title a {
    font-size: 1.1em!important
}

.rd-post-module-4 {
    padding: 1px
}

.rd-post-module-4 .rd-post-container {
    width: 100%;
    position: relative;
    float: left
}

#rd-wrapper .rd-none.rd_image_alignment_right .rd-post-module-1 span.onsale {
    right: 10px;
    left: 10px;
    top: 10px!important
}

#rd-wrapper .rd-none .rd-post-module-1 span.onsale {
    left: 10px;
    top: 10px!important
}

#rd-wrapper .rd-list-warp.rd-none .rd-post-module-1.rd-150-post span.onsale {
    top: 10px
}

#rd-wrapper .rd-list-warp.rd-none .rd-post-module-1.rd-200-post span.onsale {
    top: 10px
}

#rd-wrapper .rd-list-warp.rd-none .rd-post-module-1.rd-250-post span.onsale {
    top: 10px
}

#rd-wrapper .rd-list-warp.rd-none .rd-post-module-1.rd-300-post span.onsale {
    top: 12.5px
}

#rd-wrapper .rd-list-warp.rd-none .rd-post-module-1.rd-400-post span.onsale {
    top: 12.5px
}

#rd-wrapper .rd-list-warp.rd-none .rd-post-module-1.rd-500-post span.onsale {
    top: 15px
}

#rd-wrapper .rd-list-warp.rd-none .rd-post-module-1.rd-600-post span.onsale {
    top: 15px
}

#rd-wrapper .rd-list-warp.rd-none .rd-post-module-1.rd-800-post span.onsale {
    top: 17.5px
}

#rd-wrapper .rd-list-warp.rd-none .rd-post-module-1.rd-1000-post span.onsale {
    top: 17.5px
}

#rd-wrapper .rd-list-warp.rd-none .rd-post-module-1.rd-1200-post span.onsale {
    top: 20px
}

#rd-wrapper .rd-list-warp.rd-none .rd-post-module-1.rd-1400-post span.onsale {
    top: 20px
}

@media (max-width: 1199px) {
    .rd-product.rd-post-module-1 .rd-150-item .rd-button-add-to-cart,
    .rd-product.rd-post-module-1 .rd-150-item .rd-cart-item,
    .rd-product.rd-post-module-1 .rd-200-item .rd-button-add-to-cart,
    .rd-product.rd-post-module-1 .rd-200-item .rd-cart-item,
    .rd-product.rd-post-module-1 .rd-250-item .rd-button-add-to-cart,
    .rd-product.rd-post-module-1 .rd-250-item .rd-cart-item,
    .rd-product.rd-post-module-1 .rd-300-item .rd-button-add-to-cart,
    .rd-product.rd-post-module-1 .rd-300-item .rd-cart-item {
        display: none!important
    }
}

body #rd-wrapper .rd-product.rd-post-module-1 .rd-cart-item a::before {
    font-size: 25px!important
}

.rd_image_alignment_right span.onsale::before {
    content: "";
    position: absolute;
    transform: skew(45deg);
    -webkit-transform: skew(45deg);
    -moz-transform: skew(45deg);
    -o-transform: skew(45deg);
    -ms-transform: skew(45deg);
    height: 200%;
    top: 0;
    right: auto;
    left: 15px;
    z-index: -1;
    width: 200%
}

.rd_vertical_middle .rd-post-container {
    display: inherit
}

.rd_vertical_middle .rd-post-module-1 .rd-details {
    top: 50%;
    height: auto;
    position: relative;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    display: inline-block
}

.rd-product.rd-post-module-1 .rd-countdown-warp {
    position: relative;
    margin-bottom: 5px!important;
    width: 100%;
    float: left
}

.rd-single-product-warp {
    width: 100%
}

.rd-product-item {
    padding: 0 20px
}

.rd-element-single-product {
    padding: 20px 0
}

.rd-single-product {
    float: left;
    width: 100%;
    overflow: hidden
}

.rd-single-product-warp {
    width: 100%;
    position: relative;
    float: left
}

.woocommerce .page-title {
    border-bottom: solid 1px rgba(118, 128, 138, .20);
    padding-bottom: 10px;
    margin-bottom: 20px
}

.woocommerce .select2-container .select2-choice {
    color: inherit!important
}

.woocommerce ul.products {
    width: 104%;
    width: calc(100% + 40px);
    margin-right: 4%;
    margin-right: calc(40px)
}

.woocommerce ul:not(.product_list_widget) .rd-row {
    border-top: none!important
}

.woocommerce ul.products .rd-row {
    border-top: none;
    border-bottom: none;
    width: 0
}

.rtl.woocommerce-page div.product div.summary {
    padding-left: 0;
    padding-right: 30px
}

.rtl .has-gallery.has-gallery-slider span.onsale {
    right: 120px
}

.woocommerce ul.products div.rd-row:nth-of-type(4n+1) {
    width: 98%;
    width: calc(100% - 20px)
}

.woocommerce.rd-post-content .button {
    color: #fff!important
}

.woocommerce div.product .product_title {
    margin-bottom: 15px
}

.woocommerce div.product div.images {
    width: 45%
}

.woocommerce-product-gallery__wrapper,
.yith_magnifier_gallery {
    text-align: center
}

.woocommerce div.product div.images .woocommerce-product-gallery__image:first-child {
    float: left;
    margin-bottom: 15px;
    width: 100%
}

.woocommerce div.product div.images .woocommerce-product-gallery__image:first-child img {
    max-width: 100%;
    display: block;
    vertical-align: top;
    margin: auto
}

body.woocommerce div.product div.images .woocommerce-product-gallery__image:nth-child(n+2),
body.woocommerce div.product div.images .yith_magnifier_gallery li {
    float: none;
    vertical-align: top;
    padding: 5px;
    max-width: 110px;
    width: auto;
    display: inline-block
}

body.woocommerce div.product div.images .woocommerce-product-gallery__image:nth-child(n+2) img,
body.woocommerce div.product div.images .yith_magnifier_gallery li img {
    border-color: rgba(118, 128, 138, 0.2);
    border-width: 1px;
    border-radius: 5px;
    max-width: 100%;
    border-style: solid
}

body.woocommerce div.product div.images .woocommerce-product-gallery__image:nth-child(n+2) a,
body.woocommerce div.product div.images .yith_magnifier_gallery li a {
    margin: 0!important;
    padding: 0!important
}

.has-gallery.has-gallery-slider div.images {
    grid-template-columns: auto 120px!important;
    display: grid;
    direction: rtl
}

body.woocommerce div.product .slick-slider {
    height: auto!important;
    margin: 0
}

.woocommerce div.product .thumbnails {
    width: 100%
}

body.woocommerce div.product.has-gallery.has-gallery-slider .thumbnails-warp {
    float: left;
    width: 100%;
    padding-right: 20px
}

body.woocommerce div.product .thumbnails.slider.not-stick-arrow #slider-next {
    display: none!important
}

body.woocommerce div.product .thumbnails.slider #slider-prev {
    position: relative;
    top: 0;
    text-align: center;
    width: 100%;
    height: 50px;
    left: 0;
    bottom: auto;
    background: none!important;
    margin: 0;
    display: inline-block!important
}

body.woocommerce div.product .thumbnails.slider #slider-next {
    position: relative;
    bottom: 0;
    text-align: center;
    width: 100%;
    height: 50px;
    left: 0;
    display: inline-block!important;
    top: auto;
    background: none!important;
    margin: 0
}

body.woocommerce div.product .thumbnails.slider #slider-prev::before {
    content: "\f343";
    font-style: normal;
    border-radius: 5px;
    position: relative;
    font-family: dashicons;
    width: 100%;
    line-height: 50px;
    height: 50px;
    font-size: 50px
}

body.woocommerce div.product .thumbnails.slider #slider-next::before {
    content: "\f347";
    font-style: normal;
    border-radius: 5px;
    position: relative;
    font-family: dashicons;
    width: 100%;
    line-height: 50px;
    height: 50px;
    font-size: 50px
}

body.woocommerce div.product .thumbnails.slider #slider-prev.slick-hidden,
body.woocommerce div.product .thumbnails.slider #slider-next.slick-hidden {
    display: none!important
}

.single-product.woocommerce .thumbnails {
    padding: 0!important
}

.rd-thumbnails-warp {
    float: left;
    padding-right: 20px;
    height: 100%
}

.single-product div.images {
    margin-bottom: 0!important
}

body .yith_magnifier_mousetra,
body .yith_magnifier_zoom {
    border-width: 1px;
    border-style: solid;
    height: auto!important;
    border-radius: 5px;
    border-color: rgba(118, 128, 138, .2);
    overflow: hidden
}

.yith_magnifier_zoom_magnifier {
    background: #fff;
    right: 0!important;
    left: auto!important;
    border: solid 3px rgba(118, 128, 138, .5);
    border-radius: 5px
}

.rd-element-product-related {
    padding: 20px 0
}

.yith_magnifier_gallery li a {
    margin: 0
}

.single-product.woocommerce .rd-element-item .thumbnails #slider-prev {
    background: none!important;
    position: absolute;
    top: 0
}

.single-product.woocommerce .rd-element-item .thumbnails #slider-prev:before {
    content: "\f341";
    font-family: dashicons;
    font-style: normal;
    height: 50px;
    width: 50px;
    float: right;
    line-height: 50px;
    font-size: 50px
}

.single-product.woocommerce .rd-element-item .thumbnails #slider-next:before {
    content: "\f345";
    font-family: dashicons;
    font-style: normal;
    height: 50px;
    width: 50px;
    float: left;
    line-height: 50px;
    font-size: 50px
}

.woocommerce-page div.product div.summary {
    width: 55%;
    padding-left: 30px
}

@media (max-width: 1199px) and (min-width: 991px) {
    .woocommerce-page div.product div.summary {
        width: 40%
    }
    .woocommerce div.product div.images {
        width: 60%
    }
}

@media (max-width: 991px) {
    .woocommerce-page div.product div.summary {
        width: 100%;
        padding-left: 0!important;
        padding-top: 30px!important
    }
    .woocommerce div.product div.images {
        width: 100%
    }
}

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product,
.woocommerce-page .related ul li.product {
    width: 31.33%!important;
    width: calc(25% - 40px)!important;
    padding-bottom: 20px!important;
    margin-right: 4%!important;
    margin-right: calc(40px)!important
}

.woocommerce-page .related h2 {
    font-size: 30px;
    margin-bottom: 20px
}

.woocommerce ul.products li.product h3 {
    padding: 0 0 .5em;
    font-weight: 400
}

.woocommerce ul.products li.product .onsale {
    top: 0;
    right: 0;
    left: auto;
    margin: 0;
    border-radius: 0;
    line-height: 2em;
    padding: 5px 10px;
    height: auto!important;
    font-size: 14px;
    font-weight: 400;
    min-height: auto;
    min-width: auto
}

.woocommerce ul.products li.product .price ins {
    background: 0 0;
    font-weight: 700;
    text-decoration: none;
    margin-left: 5px
}

.woocommerce .woocommerce-ordering,
.woocommerce .woocommerce-result-count {
    font-size: 15px
}

.rd-orderby .woocommerce-result-count {
    display: none
}

.rd-orderby .woocommerce-ordering {
    margin-bottom: 0!important
}

.rd-orderby .woocommerce-ordering select {
    padding: 0 10px;
    border: solid 1px rgba(128, 128, 128, 0.2);
    background: #fff;
    color: inherit;
    line-height: 30px;
    height: 30px;
    margin: 15px 10px
}

.rd-button-add-to-cart {
    float: left;
    margin-bottom: 1px;
    font-weight: 700;
    text-transform: uppercase
}

.rd_alignment_center .rd-product.rd-post-module-2 .rd-button-add-to-cart {
    transform: translate(-50%, 0%);
    float: left;
    left: 50%;
    position: relative;
    -webkit-transform: translate(-50%, 00%);
    -moz-transform: translate(-50%, 00%);
    -o-transform: translate(-50%, 00%);
    -ms-transform: translate(-50%, 0%)
}

.rd-single-product-warp {
    float: left
}

.product_meta .sku_wrapper,
.product_meta .posted_in,
.product_meta .tagged_as {
    width: 100%;
    margin-top: 10px;
    float: left;
    font-weight: 700
}

.product_meta .sku_wrapper span,
.product_meta .posted_in a,
.product_meta .tagged_as a {
    font-weight: 400
}

@media (min-width: 500px) and (max-width: 767px) {
    .woocommerce ul.products div.rd-row:nth-of-type(2n+1) {
        border-bottom: none;
        width: 0;
        width: 98%!important;
        width: calc(100% - 20px)!important
    }
    .woocommerce ul.products li.product,
    .woocommerce-page ul.products li.product,
    .woocommerce-page .related ul li.product {
        width: 46%!important;
        width: calc(50% - 40px)!important
    }
}

@media (max-width: 499px) {
    .woocommerce ul.products div.rd-row {
        width: 98%!important;
        width: calc(100% - 20px)!important
    }
    .woocommerce ul.products li.product,
    .woocommerce-page ul.products li.product,
    .woocommerce-page .related ul li.product {
        width: 96%!important;
        width: calc(100% - 40px)!important
    }
}

.woocommerce a.added_to_cart {
    white-space: nowrap;
    display: inline-block;
    background: rgba(118, 128, 138, .1);
    padding: 4px 10px
}

.woocommerce ul.products li.product .price {
    color: #888
}

.woocommerce ul.products li.product .button {
    padding: 10px 15px;
    border-radius: 0;
    font-weight: 700;
    font-size: 13px;
    margin-top: 5px;
    border: none
}

.woocommerce.rd-post-content {
    padding-top: 20px
}

.woocommerce.rd-post-content .rd-row {
    border-top: none!important
}

.woocommerce ul.products li.product .price del {
    color: inherit;
    opacity: .3;
    display: inline-block
}

.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
    border-radius: 5px;
    color: inherit;
    line-height: 2em;
    border-top: none!important;
    margin: 20px 0!important;
    background: rgba(118, 128, 138, .10)
}

.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
    font-weight: 400!important;
    border-radius: 5px!important
}

.woocommerce .woocommerce-tabs {
    float: left;
    width: 100%;
    padding: 20px 0
}

.tabs.rd-title-box {
    margin: 0
}

.woocommerce-Tabs-panel {
    padding-top: 10px!important;
    padding-bottom: 20px!important;
    float: left;
    width: 100%
}

.woocommerce #reviews #comments ol.commentlist li img.avatar {
    width: 80px;
    background: none;
    border-width: 1px;
    padding: 0;
    border-style: solid
}

.woocommerce #reviews #comments ol.commentlist li .comment-text {
    margin: 0 0 0 85px
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
    border-style: solid;
    border-width: 0 0 1px;
    margin: 0;
    padding: 0
}

.woocommerce div.product .woocommerce-tabs .panel {
    width: 100%;
    float: left;
    margin: 0 0 2em
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
    padding: 0 30px;
    background: transparent;
    z-index: 2;
    border-bottom-color: transparent
}

.woocommerce div.product p.price {
    text-decoration: none!important;
    margin-bottom: 15px;
    color: inherit!important
}

.woocommerce div.product ins {
    text-decoration: none!important
}

.woocommerce div.product .woocommerce-product-rating {
    margin-bottom: 15px
}

.woocommerce div.product form.cart .button {
    border-radius: 5px!important;
    height: 50px;
    line-height: 60px;
    padding: 10px 50px;
    margin-left: 20px;
    font-weight: 700!important
}

.rd-layout_5 div.product form.cart .single_add_to_cart_button,
.rd-layout_6 div.product form.cart .single_add_to_cart_button {
    background: none!important;
    font-weight: 700!important;
    border-width: 2px!important;
    border-style: solid!important
}

.rd-cart-item {
    float: left
}

.woocommerce .quantity .qty {
    height: 50px;
    line-height: 50px;
    padding: 5px 10px;
    font-size: 15px;
    font-weight: 700;
    width: 100px;
    border-radius: 5px
}

.woocommerce-grouped-product-list .quantity .qty {
    width: 60px
}

body .rd-single-summary .cart div.quantity {
    margin-bottom: 0!important
}

.woocommerce div.product form.cart .variations {
    width: 50%
}

@media (max-width:1399px) {
    .woocommerce div.product form.cart .variations {
        width: 100%
    }
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
    border: 1px solid rgba(150, 150, 150, .0)!important;
    background-color: rgba(150, 150, 150, .0);
    border-radius: 0;
    margin: 0 -5px 0 0
}

.woocommerce #reviews #comments ol.commentlist li .comment-text {
    border: 1px solid rgba(118, 128, 138, .2);
    border-radius: 0
}

.woocommerce #reviews #comments {
    padding: 0!important
}

.woocommerce-pagination {
    float: left;
    width: 100%;
    padding: 1px
}

.woocommerce-pagination .page-numbers {
    vertical-align: top
}

.woocommerce-pagination .page-numbers li {
    margin-right: 5px!important
}

.woocommerce nav.woocommerce-pagination ul li {
    border: none!important
}

.woocommerce nav.woocommerce-pagination ul li a:hover {
    background: none!important;
    color: #fff!important
}

.woocommerce nav.woocommerce-pagination ul li span,
.woocommerce nav.woocommerce-pagination ul li a {
    font-size: 15px;
    padding: 10px 15px;
    font-size: 15px;
    border-radius: 0
}

.select2-container .select2-selection--single .select2-selection__rendered {
    display: block;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 0!important
}

.select2-container .select2-selection--single {
    border-radius: 0!important
}

.woocommerce nav.woocommerce-pagination ul li a {
    background: rgba(118, 128, 138, 0.1)
}

.woocommerce nav.woocommerce-pagination ul li:hover {
    border-radius: 5px
}

nav.woocommerce-pagination ul li {
    border-right: 0!important;
    margin-right: 2px
}

.woocommerce nav.woocommerce-pagination ul {
    width: 100%!important;
    padding: 0;
    border: none;
    margin: 0!important
}

#rd-wrapper .rd-none nav.woocommerce-pagination {
    padding: 0!important
}

.rd_alignment_center nav.woocommerce-pagination ul {
    text-align: center
}

.rd_alignment_center .woocommerce-pagination ul.page-numbers li,
.rd_alignment_center .woocommerce-pagination ul.page-numbers li {
    display: inline-block!important;
    float: none!important;
    vertical-align: top
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
    display: inline-block;
    padding: 5px 0;
    font-weight: 400;
    text-decoration: none
}

.woocommerce div.product .woocommerce-tabs ul.tabs li::before,
.woocommerce div.product .woocommerce-tabs ul.tabs li::after,
.woocommerce div.product .woocommerce-tabs ul.tabs::before,
.woocommerce div.product .woocommerce-tabs ul.tabs::after {
    content: inherit
}

.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
    border-radius: 5px;
    padding: .75em 1.5em
}

.woocommerce #review_form #respond {
    width: 100%
}

.woocommerce #review_form #respond p {
    margin: 5px 0 0
}

.woocommerce p.stars a {
    height: 1.6em;
    width: 1.6em
}

.woocommerce p.stars a::before {
    font-size: 20px
}

.woocommerce span.onsale {
    color: #fff!important;
    background: none!important;
    min-width: auto;
    min-width: auto;
    line-height: 1em;
    height: auto;
    font-size: 13px;
    border-radius: 0;
    margin: 0;
    left: 10px;
    top: 10px;
    padding: 7px 10px;
    min-height: 0;
    font-weight: 400;
    border-radius: 0;
    text-transform: uppercase;
    border-radius: 5px
}

.woocommerce .cart .button,
.woocommerce .cart input.button {
    font-size: 13px;
    padding: 12px 16px;
    line-height: 1em!important
}

#add_payment_method table.cart td.actions .coupon .input-text,
.woocommerce-cart table.cart td.actions .coupon .input-text,
.woocommerce-checkout table.cart td.actions .coupon .input-text {
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid rgba(118, 128, 138, .2);
    padding: 12px 16px;
    margin: 0 4px 0 0;
    border: none;
    outline: 0;
    line-height: 1;
    width: auto!important;
    font-size: 13px
}

.woocommerce table.shop_table {
    border: none;
    width: auto
}

#add_payment_method table.cart img,
.woocommerce-cart table.cart img,
.woocommerce-checkout table.cart img {
    width: 60px;
    box-shadow: none
}

.woocommerce form .form-row .input-text,
.woocommerce-page form .form-row .input-text {
    color: #888
}

#add_payment_method #payment,
.woocommerce-cart #payment,
.woocommerce-checkout #payment {
    background: rgba(118, 128, 138, .1);
    border-radius: 0
}

#add_payment_method #payment div.payment_box,
.woocommerce-cart #payment div.payment_box,
.woocommerce-checkout #payment div.payment_box {
    background: rgba(118, 128, 138, .2);
    color: #888
}

#add_payment_method #payment div.payment_box::before,
.woocommerce-cart #payment div.payment_box::before,
.woocommerce-checkout #payment div.payment_box::before {
    border: 1em solid rgba(118, 128, 138, .2);
    border-right-color: transparent;
    border-left-color: transparent;
    border-top-color: transparent
}

.woocommerce table.shop_table tbody th,
.woocommerce table.shop_table tfoot td,
.woocommerce table.shop_table tfoot th {
    border-top: none
}

.woocommerce table.shop_table {
    width: 100%
}

.woocommerce-cart .cart-collaterals .cart_totals table th {
    width: 50%
}

.woocommerce-cart .cart-collaterals .cart_totals tr td,
.woocommerce-cart .cart-collaterals .cart_totals tr th {
    padding: 10px
}

.woocommerce-cart .cart-collaterals .cart_totals table {
    border-radius: 0;
    width: 100%;
    border: 1px solid rgba(118, 128, 138, .2)
}

.woocommerce table.shop_table td {
    border-top: none
}

.woocommerce table.shop_table th {
    font-weight: 700;
    padding: 9px 12px
}

.woocommerce .cart-collaterals .cart_totals,
.woocommerce-page .cart-collaterals .cart_totals {
    float: left;
    width: 48%
}

.woocommerce ul.cart_list li img,
.woocommerce ul.product_list_widget li img {
    margin-right: 10px;
    float: left;
    width: 50px
}

.woocommerce ul.cart_list div.rd-row:first-child,
.woocommerce ul.product_list_widget div.rd-row:first-child {
    border-top: none!important
}

.woocommerce ul.cart_list li,
.woocommerce ul.product_list_widget li {
    padding: 10px 0;
    margin: 0;
    list-style: none
}

body.woocommerce .product .star-rating span,
.woocommerce-page .star-rating span {
    color: rgba(255, 182, 0, 1.00)!important
}

.rd-sidebar .widget.widget_products .widget-container {
    padding-top: 0!important;
    padding-bottom: 0!important
}

.product_list_widget li::before {
    content: inherit!important
}

.woocommerce #reviews #comments h2 {
    margin-bottom: 10px
}

@media (max-width: 979px) {
    .woocommerce ul.cart_list div.rd-row,
    .woocommerce ul.product_list_widget div.rd-row {
        border-top: solid 1px rgba(150, 150, 150, 0.25)!important
    }
}

.woocommerce .widget_shopping_cart .total,
.woocommerce.widget_shopping_cart .total,
.widget_shopping_cart_content .buttons {
    text-align: center
}

.widget_shopping_cart .rd-post-item {
    padding-top: 15px!important;
    padding-bottom: 15px!important
}

.rd-element-single-product span.onsale {
    font-size: 20px;
    padding: 20px;
    padding: 10px 20px!important;
    z-index: 11111111;
    border-radius: 5px;
    left: 0;
    top: 0;
    line-height: 1em!important
}

.has-gallery.has-gallery-slider span.onsale {
    left: 120px
}

.rd-element-single-product span.onsale .rd-element-single-product span.onsale:before {
    right: 50%
}

.rd-single-summary .rd-price .woocommerce-Price-amount {
    font-size: 1em
}

.rd-price {
    font-weight: 700
}

.rd-price del {
    opacity: .6;
    font-size: 1em
}

.rd-price ins {
    margin-left: 7px
}

.rd-single-summary .rd-price {
    font-weight: 700;
    width: 100%;
    margin-bottom: 15px
}

.rd-single-summary del {
    font-size: 1em;
    opacity: .6
}

.rd-single-summary .woocommerce-product-details__short-description {
    border-width: 0 0 1px;
    border-style: solid;
    margin-bottom: 10px;
    border-color: rgba(118, 128, 138, 0.2);
    float: left;
    width: 100%;
    padding-bottom: 20px
}

.rd-single-summary .woocommerce-product-details__short-description .rd-excerpt {
    margin: 0
}

.rd-single-summary .woocommerce-product-details__short-description p:last-child {
    margin-bottom: 0
}

.rd-single-summary .cart {
    margin: 10px 0 0!important;
    width: 100%;
    padding: 0!important;
    float: left
}

.rd-single-summary .cart div.quantity {
    margin: 0 20px 10px 0 !important
}

.rd-single-summary .button {
    margin: 0 20px 10px 0 !important
}

.rd-single-summary .single_add_to_cart_button {
    font-size: 15px!important;
    text-transform: uppercase
}

body .rd-product .add_to_cart_button {
    font-weight: 700!important
}

.rd-single-summary ins {
    margin-right: 7px
}

.rd-single-summary .screen-reader-text {
    overflow: hidden;
    position: relative!important;
    float: left;
    font-size: 15px;
    width: auto!important;
    height: auto!important;
    font-weight: 700;
    clip: auto;
    line-height: 50px;
    margin-right: 10px
}

.yith-wcwl-add-to-wishlist .rd-text-hover,
.compare .rd-text-hover {
    position: absolute;
    display: none;
    color: #fff;
    background: #121518;
    bottom: auto;
    left: -18px;
    top: 100%;
    padding: 5px;
    font-size: 11px;
    width: 100px;
    line-height: 1.35em;
    z-index: 999999;
    text-align: center;
    text-transform: uppercase
}

.rd-single-summary .yith-wcwl-add-to-wishlist,
.rd-single-summary .compare-button {
    width: auto!important;
    float: none;
    margin: 0;
    display: inline-block
}

.rd-single-summary .yith-wcwl-add-to-wishlist {
    width: auto!important;
    float: none;
    margin: 0;
    display: inline-block
}

.rd-single-summary .yith-wcwl-add-to-wishlist a:before,
.rd-single-summary .compare:before {
    opacity: 1;
    height: 50px;
    font-family: 'FontAwesome';
    vertical-align: middle;
    font-size: 1em;
    text-align: center;
    margin-right: 7px;
    display: inline-block;
    line-height: 50px;
    font-size: 30px
}

body #rd-wrapper .rd-single-summary .yith-wcwl-add-to-wishlist a:hover::before,
body #rd-wrapper .rd-single-summary .compare:hover::before {
    color: #fff!important
}

.rd-single-summary .yith-wcwl-add-to-wishlist .feedback {
    display: none
}

#rd-wrapper .rd-single-summary .yith-wcwl-add-to-wishlist a,
#rd-wrapper .rd-single-summary .compare {
    background: rgba(118, 128, 138, 0.1)!important;
    margin: 10px 20px 10px 0 !important;
    padding: 0 20px!important;
    float: left;
    border-radius: 5px;
    line-height: 50px!important;
    font-weight: 400!important;
    position: relative;
    line-height: 48px
}

.rd-single-summary .yith-wcwl-add-to-wishlist a:before {
    content: "\f08a"
}

.rd-single-summary .yith-wcwl-wishlistexistsbrowse a:before {
    content: "\f004"
}

.rd-single-summary .compare:before {
    content: "\f074";
    font-size: 30px
}

.rd-single-summary .yith-wcwl-wishlistaddresponse {
    float: left
}

.rd-single-summary .rd-text-hover {
    display: none
}

.rd-single-summary .yith-wcwl-add-to-wishlist a:hover .rd-text-hover,
.rd-single-summary .compare:hover .rd-text-hover {
    display: inline-block
}

.rd-single-summary .clear {
    display: none
}

.rd-single-summary .product_meta {
    float: left;
    padding-top: 10px;
    width: 100%;
    margin-top: 10px;
    border-color: rgba(118, 128, 138, 0.2);
    border-width: 1px 0 0;
    border-style: solid
}

.rd-single-summary .rd-stock-warp {
    width: 100%;
    float: left;
    margin: 10px 0;
    font-weight: 700
}

.rd-single-summary .rd-stock-warp .stock {
    color: #00DD34!important;
    display: inline-block;
    margin-left: 5px;
    color: #00DD34;
    display: inline-block
}

.rd-single-summary .rd-stock-warp .out-of-stock {
    display: inline-block;
    margin-left: 5px
}

.rd-single-summary .woocommerce-grouped-product-list-item__price .stock {
    display: none
}

.woocommerce-MyAccount-navigation {
    margin: 0;
    list-style: none
}

.woocommerce-MyAccount-navigation ul {
    margin: 0;
    list-style: none
}

.woocommerce-MyAccount-navigation li {
    float: left;
    list-style: none;
    width: 100%;
    border-width: 0 0 1px;
    border-style: solid;
    border-color: rgba(118, 128, 138, 0.2)
}

.woocommerce-MyAccount-navigation li a {
    line-height: 50px
}

.woocommerce .woocommerce-MyAccount-navigation {
    width: 25%;
    padding-right: 20px
}

.woocommerce .woocommerce-MyAccount-content {
    width: 75%;
    padding-left: 20px
}

.woocommerce form.checkout_coupon,
.woocommerce form.login,
.woocommerce form.register {
    padding: 0;
    width: 100%;
    border: none!important
}

.woocommerce form .form-row input.input-text {
    line-height: 40px
}

input[type="checkbox"] {
    line-height: inherit;
    height: auto!important;
    width: auto!important;
    display: inline-block!important
}

.woocommerce form .form-row label,
.woocommerce-page form .form-row label {
    margin-bottom: 5px;
    font-weight: 700
}

body.woocommerce-cart h2 {
    background: rgba(118, 128, 138, 0.05);
    margin: 0;
    padding: 20px;
    line-height: 1em;
    font-size: 25px
}

.woocommerce table.shop_table {
    border-collapse: collapse!important
}

.select2-container .select2-selection--single {
    line-height: 40px;
    height: 40px;
    border-radius: 0!important
}

.select2-container--default .select2-selection--single .select2-selection__rendered,
.select2-container--default .select2-selection--single .select2-selection__arrow {
    line-height: 40px
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 40px
}

.woocommerce div.product form.cart table div.quantity,
.woocommerce div.product form.cart .group_table td:first-child {
    width: auto
}

.woocommerce div.product form.cart .group_table td {
    vertical-align: middle
}

.woocommerce div.product form.cart table {
    border-width: 0
}

.widget_shopping_cart .rd-addcart-icon {
    display: none!important
}

.woocommerce a.remove {
    z-index: 1
}

.widget_shopping_cart .rd-post-module-1 .rd-post-container:hover {
    box-shadow: none!important
}

.widget_shopping_cart .rd-product {
    padding-left: 40px!important
}

.widget_shopping_cart .remove_from_cart_button {
    top: 50%;
    position: absolute;
    left: 7px;
    transform: translate(0%, -50%);
    -webkit-transform: translate(0%, -50%);
    -moz-transform: translate(0%, -50%);
    -o-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%)
}

.widget_shopping_cart p {
    margin-bottom: 0
}

.widget_shopping_cart .woocommerce-mini-cart__total {
    margin-top: .75em;
    float: left;
    width: 100%;
    border: none!important;
    padding: 0!important;
    margin-bottom: .75em
}

.widget_shopping_cart .widget_shopping_cart_content .buttons {
    float: left;
    width: 100%;
    margin-bottom: 20px
}

.select2-container--default .select2-selection--multiple {
    background: none!important
}

.select2-container--default.select2-container--focus .select2-selection--multiple,
.select2-container--default .select2-selection--multiple,
.select2-container--default .select2-selection--multiple .select2-selection__choice {
    border: solid 1px rgba(118, 128, 138, 0.2)!important;
    border-radius: 0!important
}

.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
    border-radius: 0;
    background: rgba(118, 128, 138, 0.1);
    border: 0
}

.widget_top_rated_products .widget-container,
.widget_recently_viewed_products .widget-container,
.widget_products .widget-container {
    padding: 0!important;
    background: none!important;
    border-width: 0!important
}

.woocommerce-Price-amount.amount span {
    color: inherit!important
}

.woocommerce-product-search {
    display: flex;
    float: left;
    width: 100%;
    box-shadow: 0 0 0 1px rgba(118, 128, 138, 0.2);
    border-radius: 5px;
    overflow: hidden
}

.woocommerce-product-search .search-field {
    width: 100%;
    float: left
}

.widget_product_search button {
    width: auto;
    line-height: 40px;
    border-radius: 0;
    padding: 0 20px
}

.woocommerce table.shop_attributes td {
    padding: 0 5px
}

.rd-single-product-wrap .rd-column-main {
    width: 100%!important
}

.rd-countdown {
    display: inline-block;
    border-radius: 5px;
    vertical-align: top;
    overflow: hidden;
    font-size: 0;
    display: block;
    margin: auto;
    position: relative
}

.rd-countdown>div {
    display: inline-block
}

.rd-countdown>div>span {
    display: block;
    text-align: center
}

.rd-countdown-container {
    vertical-align: top;
    margin: 1px;
    overflow: hidden;
    position: relative;
    padding: 10px;
    background: #fff;
    border-radius: 5px
}

.rd-countdown-container::before {
    left: 0;
    content: "";
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(118, 128, 138, .1)
}

.rd-countdown-container .countdown-heading {
    margin-top: 5px;
    color: #666
}

.rd-post-module-2 .rd-countdown-warp {
    position: absolute;
    width: 100%
}

.countdown-value {
    line-height: 1em;
    font-weight: 700;
    font-size: 1.2em
}

.countdown-heading {
    opacity: .7;
    font-weight: 400;
    font-size: 11px;
    line-height: 1em
}

.rd-200-item .rd-countdown-container {
    margin: 0;
    padding: 5px;
    vertical-align: top;
    border-radius: 0
}

.rd-200-item .countdown-heading {
    font-size: 10px
}

@media (max-width: 1199px) {
    .rd-200-item .rd-countdown-warp,
    .rd-150-item .rd-countdown-warp {
        display: none!important
    }
}

.rd-150-item .rd-countdown-container {
    display: none
}

.rd-200-item .rd-countdown-container {
    margin: 0;
    padding: 0 5px;
    vertical-align: top;
    border-radius: 0
}

.rd-250-item .rd-countdown-container {
    margin: 0 3px!important
}

.rd-300-item .rd-countdown-container {
    margin: 0 5px!important
}

.rd-400-item .rd-countdown-container {
    margin: 0 7px!important
}

.rd-500-item .rd-countdown-container {
    margin: 0 7px!important
}

.rd-600-item .rd-countdown-container {
    margin: 0 10px!important
}

.rd-800-item .rd-countdown-container {
    margin: 0 13px!important
}

.rd-1000-item .rd-countdown-container {
    margin: 0 13px!important
}

.rd-1200-item .rd-countdown-container {
    margin: 0 15px!important
}

.rd-1400-item .rd-countdown-container {
    margin: 0 15px!important
}

.rd-1920-item .rd-countdown-container {
    margin: 0 20px!important
}

.rd-150-item .countdown-value {
    display: none
}

.rd-200-item .countdown-value {
    margin: 0;
    padding: 5px;
    vertical-align: top;
    border-radius: 0;
    font-size: .9em
}

.rd-250-item .countdown-value {
    font-size: 1em
}

.rd-300-item .countdown-value {
    font-size: 1.15em
}

.rd-400-item .countdown-value {
    font-size: 1.4em
}

.rd-500-item .countdown-value {
    font-size: 1.5em
}

.rd-600-item .countdown-value {
    font-size: 1.7em
}

.rd-800-item .countdown-value {
    font-size: 1.75em
}

.rd-1000-item .countdown-value {
    font-size: 2em
}

.rd-1200-item .countdown-value {
    font-size: 2em
}

.rd-1400-item .countdown-value {
    font-size: 2.2em
}

.rd-1920-item .countdown-value {
    font-size: 2.3em
}

.rd-product div.rd-countdown-container:first-child,
.rd-element-single-product div.rd-countdown-container:first-child {
    margin-left: 0!important
}

.rd-product div.rd-countdown-container:last-child,
.rd-element-single-product div.rd-countdown-container:last-child {
    margin-right: 0!important
}

.rd-element-single-product .rd-countdown-warp {
    float: left;
    width: 100%;
    margin-bottom: 20px;
    margin-top: 5px
}

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: none
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto
}

.slick-slide div {
    vertical-align: top;
    float: left;
    width: 100%
}

.slick-track:before,
.slick-track:after {
    display: table;
    content: ''
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px
}

[dir='rtl'] .slick-slide {
    float: right
}

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-arrow.slick-hidden {
    display: none
}

.slick-arrow.slick-disabled {
    opacity: .5
}

body.rtl {
    direction: rtl;
    font-family: 'sao-vazir', 'tahoma', sans-serif
}

.rtl .rd-background img {
    float: right
}

.rtl .rd-header-background img {
    float: right
}

.rtl .rd-wrapper {
    float: right;
    text-align: right
}

.rtl .rd-body-boxid .rd-wrapper-container {
    float: right
}

.rtl header {
    float: right
}

.rtl .rd-header,
.rtl .rd-masthead,
.rtl .rd-navplus {
    float: right
}

.rtl .rd-masthead-warp,
.rtl .rd-header-warp,
.rtl .rd-navplus-warp {
    float: right
}

@media (max-width: 991px) {
    .rtl .none-masthead {
        float: right;
        right: 0;
        left: auto
    }
    .rtl .rd-none-header {
        float: left
    }
    .rtl .rd-sticky-enable .none-masthead {
        float: left
    }
    .rtl .rd-toolbar {
        right: auto;
        left: 0
    }
    .rtl .rd-toolbar-middle {
        right: -100%;
        left: auto
    }
    .rtl .rd-toolbar-close {
        border-radius: 10px 0 0 10px
    }
    .rtl .rd-toolbar-warp {
        float: right
    }
}

.rtl .rd-logo {
    float: right
}

.rtl .rd-logo-right {
    float: left
}

.rtl .rd-logo-center {
    float: right
}

.rtl .rd-logo-center .rd-logo-warp {
    float: right
}

.rtl a.rd-logo-title {
    text-align: right
}

.rtl a.rd-logo-description {
    text-align: right
}

body.rtl .rd-sticky-enable .rd-logo-title {
    text-align: right!important
}

@media (max-width: 991px) {
    .rtl .rd-sticky-enable .rd-logo {
        float: right
    }
    .rtl .rd-logo {
        left: auto!important;
        right: 0!important
    }
    .rtl a.rd-logo-title {
        text-align: center!important
    }
    .rtl a.rd-logo-description {
        text-align: center!important
    }
    .rtl a.rd-logo-title,
    .rtl a.rd-logo-description {
        text-align: center!important;
        float: none
    }
}

@media (min-width: 991px) {
    .rtl .rd-nav-menu {
        float: right
    }
    .rtl .rd-nav-menu.rd-menu-right {
        float: left
    }
    .rtl .rd-nav-menu.rd-menu-left {
        float: right
    }
    .rtl .rd-nav-menu .menu-item {
        float: right
    }
    .rtl .rd-nav-menu .menu-item .menu-item-link.rd-depth-0 span {
        position: absolute;
        background: #444;
        left: 0;
        right: auto
    }
    .rtl .rd-nav-menu .menu-item .rd-depth-0 {
        float: right;
        text-align: right
    }
    .rtl .rd-nav-menu .menu .menu-item .menu-item-link.rd-has-icon::before {
        margin-left: 5px;
        margin-right: 0;
        float: right
    }
    .rtl .rd-nav-menu .li-depth-0.menu-item-has-children .menu-item-link.rd-depth-0::after {
        float: left;
        margin-left: 0;
        margin-right: 5px
    }
    .rtl .rd-nav-menu .sub-menu {
        float: right;
        position: absolute;
        right: 0;
        left: auto
    }
    .rtl .rd-nav-menu.rd-menu-right .sub-menu {
        float: right;
        position: absolute;
        right: auto;
        left: 0
    }
    .rtl .rd-menu-background {
        right: 0
    }
    .rtl .rd-nav-menu .sub-menu .menu-item {
        float: right
    }
    .rtl .rd-nav-menu .sub-menu .menu-item-link {
        float: right;
        text-align: right
    }
    .rtl .rd-nav-menu .sub-menu .menu-item.menu-item-has-children>a.menu-item-link::after {
        content: "\f341";
        float: left
    }
    .rtl .rd-nav-menu .sub-menu .rd-sub-indicator {
        margin-left: 5px;
        margin-right: 0
    }
    .rtl .rd-nav-menu .sub-menu .sub-menu {
        left: 0;
        right: 100%
    }
    .rtl .rd-menu-section {
        float: right
    }
    .rtl #rd-wrapper .rd-menu-section .sub-menu {
        left: auto!important;
        right: 0!important
    }
    .rtl .menu .rd-menu-image.rd-menu-image-full-height.rd-menu-image-full-width img {
        width: 100.1%;
        position: absolute;
        top: 50%;
        right: 50%;
        min-height: 100.1%;
        max-height: inherit!important;
        max-width: inherit!important;
        height: auto;
        transform: translate(50%, -50%);
        -webkit-transform: translate(50%, -50%);
        -moz-transform: translate(50%, -50%);
        -o-transform: translate(50%, -50%);
        -ms-transform: translate(50%, -50%);
        display: block;
        margin-left: auto;
        margin-right: auto
    }
    .rtl .menu .rd-menu-image-text.rd_alignment_left img {
        float: right
    }
    .rtl .menu .rd-menu-image-text.rd_alignment_center a {
        text-align: center
    }
    .rtl .menu .rd-menu-image-text.rd_alignment_right a {
        text-align: center
    }
    .rtl .menu .rd-menu-image-text.rd_alignment_left a {
        text-align: center
    }
    .rtl .menu .rd-menu-image-text.rd_alignment_right img {
        float: left
    }
}

@media (max-width: 991px) {
    .rtl .rd-nav-menu.rd-menu-right {
        float: left
    }
    .rtl .rd-nav-menu.rd-menu-left {
        float: right
    }
    .rtl .rd-menu-icon-click {
        right: 0
    }
    .rtl .rd-nav-active::after {
        right: 0;
        left: auto
    }
    .rtl .rd-menu-active {
        left: 0
    }
    .rtl .rd-nav-menu .rd-menu-icon {
        float: left
    }
    .rtl .rd-nav-menu li a::before {
        margin-left: 5px;
        margin-right: 0
    }
    .rtl .rd-nav-menu ul {
        right: 0;
        margin-right: 0;
        margin-left: 0
    }
    .rtl .rd-nav-menu .rd-menu-down {
        float: left;
        left: 0;
        right: auto
    }
    .rtl .rd-nav-menu .rd-menu-up {
        float: left;
        left: 0;
        right: auto
    }
    .rtl .rd-nav-menu ul li a span::before {
        margin-left: 5px;
        margin-right: 0;
        float: right
    }
    .rtl .rd-nav-menu ul .menu-item {
        float: right;
        text-align: right
    }
    .rtl .rd-nav-menu ul li a {
        float: right
    }
    .rtl .rd-nav-menu ul ul {
        right: auto!important;
        left: 0!important;
        display: none;
        float: right;
        padding-left: 20px;
        padding-left: 0;
        opacity: 1!important
    }
    .rtl .rd-nav-menu .menu-item-link .rd-menu-featured {
        margin-right: 5px;
        margin-left: 0
    }
    .rtl .rd-nav-menu .menu-item-link:hover {
        opacity: .7
    }
}

.rtl .rd-masthead .rd-login {
    float: left
}

.rtl .rd-navplus .rd-login {
    float: left
}

.rtl .rd-header .rd-login {
    float: left
}

.rtl .rd-masthead .rd-login-left,
.rtl .rd-navplus .rd-login-left {
    float: right
}

.rtl .rd-login-left {
    float: right
}

.rtl .rd-login-right {
    float: left
}

.rtl .rd-login .rd-user {
    text-align: right
}

.rtl .rd-user i::before {
    float: right;
    margin-right: 0;
    margin-left: 5px
}

.rtl .rd-singout {
    float: left
}

.rtl .rd-singout-warp {
    right: auto;
    left: 0
}

.rtl .rd-login-left .rd-singout-warp {
    right: 0;
    left: auto
}

.rtl .rd-singout-warp li {
    float: right
}

.rtl .rd-singout-warp li a {
    text-align: right;
    float: right
}

@media (max-width:991px) {
    .rtl #rd-wrapper .rd-singout-active {
        left: auto!important;
        right: 0!important
    }
    .rtl .rd-body-login-active .rd-sing-active .rd-none-header {
        float: none!important;
        left: auto!important;
        right: 0!important
    }
    .rtl .rd-singout-warp li {
        float: right
    }
    .rtl .rd-singout-active .rd-singout {
        float: right
    }
    .rtl .rd-singout-active .rd-user-icon {
        float: right
    }
    .rtl .rd-singout-active .rd-user-icon:before {
        text-align: center
    }
    .rtl .rd-singout-active .rd-user-name {
        text-align: center
    }
    .rtl .rd-singout-active .rd-user-name::before {
        margin-right: 0;
        margin-left: 5px
    }
}

@media (max-width: 767px) {
    .rtl .rd-navplus-center .rd-login,
    .rtl .rd-masthead-center .rd-login,
    .rtl .rd-header-center .rd-login {
        float: none!important
    }
    .rtl .rd-user i::before {
        margin-right: 0
    }
}

.rtl .rd-masthead .rd-wishlist {
    float: left
}

.rtl .rd-navplus .rd-wishlist {
    float: left
}

.rtl .rd-header .rd-wishlist {
    float: left
}

.rtl .rd-masthead .rd-wishlist-left,
.rtl .rd-navplus .rd-wishlist-left {
    float: right
}

.rtl .rd-wishlist .rd-wish {
    text-align: right
}

.rtl .rd-wish::before {
    float: right;
    margin-right: 0;
    margin-left: 5px;
    float: right;
    margin-right: 0;
    margin-left: 5px
}

.rtl .rd-navplus .rd-search.rd-search-left,
.rtl .rd-masthead .rd-search.rd-search-left {
    float: right
}

.rtl .rd-navplus .rd-search.rd-search-right,
.rtl .rd-masthead .rd-search.rd-search-right {
    float: left
}

.rtl .rd-navplus .rd-search {
    float: left
}

.rtl .rd-masthead .rd-search {
    float: left
}

.rtl .rd-header .rd-search {
    float: right
}

.rtl .rd-header .rd-search.rd-search-right,
.rtl .rd-navplus .rd-search.rd-search-right,
.rtl .rd-masthead .rd-search.rd-search-right {
    float: left
}

.rtl .rd-search-icon {
    float: left
}

.rtl .rd-search-sub {
    right: auto;
    left: 0
}

.rtl .rd-search.rd-search-left .rd-search-sub {
    right: 0;
    left: auto
}

.rtl .rd-searchform {
    float: right
}

.rtl .rd-header .rd-searchform select {
    float: right;
    border-width: 0 0 0 1px;
    background-position: left 10px center
}

.rtl .rd-search-button {
    float: left
}

.rtl .rd-search-text {
    float: right
}

.rtl .rd-searchform i.rd-search-icon {
    right: auto;
    left: 0
}

@media (max-width:991px) {
    .rtl #rd-wrapper .rd-search-active {
        left: auto!important;
        right: 0!important
    }
}

@media (max-width: 767px) {
    .rtl .rd-navplus-center .rd-search,
    .rtl .rd-masthead-center .rd-search,
    .rtl .rd-header-center .rd-search {
        float: none!important
    }
}

.rtl .rd-addcart {
    float: left
}

.rtl .rd-addcart-left {
    float: right
}

.rtl .rd-addcart .rd-addcart-icon {
    float: right
}

.rtl .rd-addcart .rd-addcart-icon::before {
    margin-left: 5px;
    margin-right: 0;
    float: right
}

.rtl .rd-addcart .rd-addcart-content {
    float: left
}

.rtl .rd-addcart-right .rd-addcart-warp {
    right: auto;
    left: 0
}

.rtl .rd-addcart .rd-addcart-count {
    text-align: center;
    left: auto;
    right: 10px
}

.rtl .rd-masthead .rd-addcart .rd-addcart-count,
.rtl .rd-navplus .rd-addcart .rd-addcart-count {
    right: 2px;
    left: auto
}

.rtl .rd-addcart .rd-addcart-icon a {
    left: auto;
    right: 0;
    float: right
}

.rtl .rd-addcart ul.product_list_widget {
    float: right
}

.rtl .rd-addcart .rd-addcart-icon i::before {
    float: right;
    margin-right: 0;
    margin-left: 5px
}

.rtl .rd-addcart .rd-addcart-icon .woocommerce-Price-amount {
    float: right
}

.rtl .rd-addcart .rd-addcart-icon {
    float: right
}

.rtl .rd-addcart .woocommerce-mini-cart__total {
    text-align: center;
    float: right
}

.rtl .rd-addcart .widget_shopping_cart_content .buttons {
    float: right
}

.rtl .rd-addcart .widget_shopping_cart_content .buttons a:first-child {
    margin-left: 15px;
    margin-right: 0
}

.rtl .rd-addcart ul.cart_list li,
.rtl .rd-addcart ul.product_list_widget li {
    float: right;
    text-align: right
}

.rtl .rd-addcart .woocommerce-mini-cart__empty-message {
    text-align: center
}

.rtl #rd-wrapper .rd-addcart .remove_from_cart_button {
    float: right
}

.rtl #rd-wrapper .rd-addcart .remove_from_cart_button:hover {
    float: right
}

.rtl .rd-addcart .remove_from_cart_button {
    left: auto;
    right: 7px
}

.rtl .rd-addcart .rd-details {
    text-align: right
}

.rtl.woocommerce .comment-text .star-rating {
    margin-top: 4px;
    margin-left: 5px
}

.rtl.woocommerce #respond input#submit:hover,
.rtl.woocommerce a.button:hover,
.rtl .woocommerce button.button:hover,
.rtl.woocommerce input.button:hover {
    background: #111!important
}

@media (max-width:991px) {
    .rtl #rd-wrapper .rd-cart-active {
        left: auto!important;
        right: 0!important
    }
    .rtl .rd-body-cart-active .rd-addcart-active .rd-none-header {
        float: none!important;
        left: auto!important;
        right: 0!important
    }
    .rtl .rd-addcart-content {
        left: 0!important;
        float: left
    }
    .rtl #rd-wrapper .rd-cart-active .rd-addcart-warp {
        float: right
    }
    .rtl .rd-cart-active .rd-addcart-icon::before {
        text-align: center
    }
    .rtl .rd-cart-active .rd-details {
        text-align: right
    }
}

@media (max-width: 767px) {
    .rtl .rd-navplus-center .rd-addcart,
    .rtl .rd-masthead-center .rd-addcart,
    .rtl .rd-header-center .rd-addcart {
        float: none!important
    }
}

.rtl .rd-countdown {
    direction: ltr!important
}

.rtl header .rd-social {
    float: left
}

.rtl header .rd-social-left {
    float: right
}

.rtl header .rd-social ul {
    margin-left: 0!important;
    margin-right: 0!important
}

.rtl header .rd-social li {
    float: right
}

.rtl header .rd-social li a {
    float: right
}

@media (max-width: 991px) {
    .rtl header .rd-social {
        float: none
    }
    .rtl #rd-wrapper header .rd-social-active {
        left: auto!important;
        right: 0!important
    }
    .rtl header .rd-social-active ul {
        float: right;
        text-align: center
    }
    .rtl header .rd-social-active ul li {
        float: none!important
    }
    .rtl header .rd-social-active .rd-social-icon {
        float: right
    }
    .rtl header .rd-social-active .rd-social-icon:before {
        text-align: center
    }
}

@media (max-width: 767px) {
    .rtl header .rd-navplus-center .rd-social,
    .rtl header .rd-masthead-center .rd-social,
    .rtl header .rd-header-center .rd-social {
        float: none!important
    }
    .rtl header .rd-social {
        float: none!important
    }
}

.rtl .rd-banner-header {
    float: right;
    margin-right: 0;
    margin-left: 20px
}

.rtl .rd-banner-header-right {
    float: left;
    margin-left: 0;
    margin-right: 20px
}

.rtl .rd-banner-header-center {
    float: right
}

.rtl .rd-banner-header-center .rd-header-warp {
    float: right
}

.rtl .rd-banner-header-warp .rd-widget-header-content {
    float: right
}

.rtl .rd-banner-header a {
    text-align: center;
    margin-left: auto;
    margin-right: auto
}

.rtl .rd-contact-us {
    float: left
}

.rtl .rd-contact-us-right {
    float: left
}

.rtl .rd-contact-us-left {
    float: right
}

.rtl .rd-contact-us-icon {
    float: right;
    margin-left: 5px;
    margin-right: 0
}

.rtl .rd-contact-us-icon::before {
    float: right
}

.rtl .rd-contact-us-textarea {
    float: right
}

.rtl .rd-call-header {
    float: left
}

.rtl .rd-call-header-right {
    float: left
}

.rtl .rd-call-header-left {
    float: right
}

.rtl .rd-call-header-icon {
    float: right;
    margin-left: 5px;
    margin-right: 0
}

.rtl .rd-call-header-icon::before {
    float: right
}

.rtl .rd-call-header-textarea {
    float: right
}

.rtl .rd-date-header {
    float: left
}

.rtl .rd-date-header-right {
    float: left
}

.rtl .rd-date-header-left {
    float: right
}

.rtl .rd-date-header li {
    float: right
}

.rtl .rd-wrapper-row {
    float: right
}

.rtl .rd-wrapper-content {
    float: right
}

.rtl .rd-row-item {
    float: right
}

.rtl .rd-row-warp {
    float: right
}

.rtl .rd-row-middle {
    text-align: right
}

.rtl .rd-row-item {
    width: 100%
}

.rtl .rd-row-item .rd-row-background img {
    float: right
}

.rtl .rd-row-container {
    float: right
}

.rtl .rd-column {
    float: right;
    direction: rtl
}

.rtl .rd-column-sidebar {
    float: right;
    direction: rtl
}

.rtl .rd-sidebar {
    float: right
}

.rtl .rd_left_main .rd-row-container,
.rtl .rd_left_right_main .rd-row-container {
    direction: ltr
}

.rtl .rd-breadcrumbs-warp {
    float: right
}

.rtl .rd-breadcrumbs {
    float: right
}

.rtl .rd-breadcrumbs li {
    float: right;
    padding-left: 10px;
    padding-right: 0
}

.rtl .rd-head-single-post {
    float: right
}

.rtl .rd-head-single-post .rd-details {
    float: right
}

.rtl .rd-head-single-post .rd-meta {
    float: right
}

.rtl .rd-head-single-post .rd-meta li {
    float: none;
    text-align: center
}

.rtl .rd-head-single-post .rd-post-container {
    float: right
}

.rtl .rd-head-single-post.rd-video .rd-details {
    float: right;
    padding-right: 0!important;
    padding-left: 20px!important
}

.rtl .rd-head-single-post.rd-video .rd-title,
.rtl .rd-head-single-post.rd-video .rd-title a,
.rtl .rd-head-single-post.rd-video .rd-meta {
    text-align: right
}

.rtl .rd-head-single-post.rd-video .rd-post-video {
    float: left
}

.rtl .rd-head-single-post.rd-video .rd-post-video iframe,
.rtl .rd-head-single-post.rd-video .rd-post-video video {
    float: left
}

.rtl .rd-head-post-a5:not(.rd-video) .has-post-thumbnail .rd-thumb img {
    left: auto;
    right: 0
}

.rtl .rd-head-post-a5:not(.rd-video) .has-post-thumbnail .rd-post-middle {
    left: auto;
    right: 0
}

.rtl .rd-head-post-a5:not(.rd-video) .has-post-thumbnail .rd-post-thumbnail {
    float: right
}

.rtl .rd-head-single-post .rd-share {
    text-align: center
}

.rtl .rd-head-single-post .rd-share li,
.rtl .rd-head-single-post .rd-share span {
    text-align: center;
    float: none!important
}

.rtl .rd-head-single-post .rd-share-post {
    float: none!important
}

.rtl .rd-head-single-post .rd-share-post li {
    text-align: center;
    float: none
}

.rtl.body-single-template-7 .rd-wrapper-row {
    float: none
}

@media (max-width: 1280px) {
    .rtl .body-single-template-7 .rd-wrapper-row {
        float: right
    }
}

@media (max-width: 979px) {
    .rtl .rd-head-single-post {
        float: right
    }
}

@media (max-width: 767px) {
    .rtl .rd-head-single-post.rd-video .rd-post-video {
        float: right;
        padding-left: 0;
        padding-right: 0
    }
    .rtl .rd-head-single-post.rd-video .rd-details {
        float: right
    }
}

.rtl .rd-single {
    float: right
}

.rtl .rd-single-item {
    float: right
}

.rtl .rd-single-item .rd-padding::before {
    float: right
}

.rtl .rd-single-post {
    float: right
}

.rtl .rd-single-post .post {
    float: right
}

.rtl .rd-single-post .rd-single-details {
    float: right
}

.rtl .rd-single-post div:not(.has-post-thumbnail) .rd-single-details {
    width: 100%!important;
    margin-left: 0!important;
    padding-left: 0!important
}

.rtl .rd-single-post .rd-single-title {
    float: right
}

.rtl .rd-single-post .rd-single-meta {
    float: right
}

.rtl .rd-post-a1 .rd-single-thumb,
.rtl .rd-post-a2 .rd-single-thumb {
    width: 40%;
    overflow: hidden;
    padding-right: 20px;
    padding-left: 0;
    float: left!important
}

.rtl .rd-post-a3 .rd-single-thumb img {
    transform: translate(50%, 00%);
    -webkit-transform: translate(50%, 00%);
    -moz-transform: translate(50%, 00%);
    -o-transform: translate(50%, 00%);
    -ms-transform: translate(50%, 00%);
    right: 50%;
    left: auto
}

body.rtl .rd-single-post .rd-post-content {
    float: right
}

.rtl .rd-single-post .rd-single-thumb {
    float: right
}

.rd-post-a3 .rd-single-thumb img {
    transform: translate(-50%, 00%);
    transform: translate(-50%, 00%);
    transform: translate(-50%, 00%);
    -webkit-transform: translate(-50%, 00%);
    -moz-transform: translate(50%, 00%);
    -o-transform: translate(-50%, 00%);
    -ms-transform: translate(-50%, 00%);
    right: 50%;
    position: relative;
    max-width: 100%!important;
    height: auto!important;
    display: inline-block!important
}

.rtl .rd-single-post.rd-video .rd-post-video {
    float: right
}

.rtl .rd-single-post.rd-video .rd-video-warp {
    left: 0
}

.rtl .rd-single-post.rd-video .rd-post-video .rd-video,
.rtl .rd-single-post.rd-video .rd-post-video iframe {
    float: right
}

.rtl .rd-post-a1 .rd-single-thumb,
.rtl .rd-post-a2 .rd-single-thumb {
    padding-left: 0;
    padding-right: 20px;
    float: left!important
}

.rtl .rd-post-a1 .rd-post-content {
    float: none!important
}

.rtl .rd-post-a1.rd-video .rd-single-thumb {
    margin-left: 0
}

.rtl .rd-post-a2.rd-video .rd-single-thumb {
    margin-left: 0
}

@media (max-width: 499px) {
    .rtl .rd-post-a1 .rd-single-thumb,
    .rtl .rd-post-a2 .rd-single-thumb {
        padding-left: 0!important;
        float: right!important
    }
}

.rtl ol {
    margin-right: 40px;
    margin-left: 0
}

.rtl ul ul,
.rtl ol ol,
.rtl ul ol,
.rtl ol ul {
    margin: 0 40px 0 0
}

.rtl ul ul,
.rtl ol ol {
    margin: 0 40px 0 0
}

.rtl ul {
    margin-left: 0;
    margin-right: 40px
}

.rtl table {
    border-width: 1px 1px 0 0
}

.rtl caption,
.rtl th,
.rtl td {
    text-align: right
}

.rtl .wp-caption-text {
    float: right
}

.rtl blockquote p {
    line-height: 1.5em
}

.rtl .rd-tags {
    float: right
}

.rtl .rd-tags li {
    float: right
}

.rtl .rd-share {
    float: right
}

.rtl .rd-share span {
    float: right;
    margin-left: 10px;
    margin-right: 0
}

.rtl #rd-post-pagination {
    float: right
}

.rtl #rd-post-pagination a {
    float: right
}

.rtl #rd-post-pagination span {
    float: right
}

.rtl .post-edit-link {
    float: right
}

.rtl .rd-review {
    float: right;
    float: right
}

.rtl .rd-review-details {
    margin-right: 0;
    margin-right: calc(0px)!important;
    margin-left: 2%;
    margin-left: calc(20px)!important;
    float: right
}

.rtl .rd-review-title {
    float: right
}

.rtl .rd-review-excerpt {
    float: right
}

.rtl .rd-score-details {
    float: left
}

.rtl .rd-review-stars .stars-large {
    float: left
}

.rtl .rd-review-final-score .stars-large {
    float: none!important
}

.rtl .rd-review-style {
    float: right
}

.rtl .rd-review-score {
    float: left
}

.rtl .rd-stars-large span {
    float: right
}

.rtl .rd-stars-score {
    float: right
}

.rtl .rd-stars-score i {
    float: right
}

.rtl .rd-stars-full-score {
    float: right
}

.rtl .rd-stars-full-score i {
    float: right
}

.rtl .rd-stars-full-score i::before {
    font-size: 20px
}

.rtl .rd-review-short {
    float: right
}

.rtl .rd-review .rd-circular {
    float: left
}

@media (max-width: 500px) {
    .rtl .rd-review-score {
        float: none
    }
}

.rtl .avater {
    float: right
}

.rtl .rd-author-box {
    float: right;
    text-align: right
}

.rtl .rd-author-box .rd-author-name {
    float: right
}

.rtl .rd-author-thumb {
    float: right
}

.rtl .rd-author-box .rd-details {
    float: right;
    padding-left: 0;
    padding-right: 20px
}

.rtl .rd-author-box ul {
    float: right
}

.rtl .rd-author-social {
    float: right
}

@media (max-width: 499px) {
    .rtl .rd-author-thumb {
        margin-right: 0;
        margin-left: 15px
    }
}

.rtl .rd-post-nextprev {
    float: right
}

.rtl .rd-post-previous {
    float: right;
    text-align: center
}

.rtl .rd-post-next {
    float: right
}

.rtl .rd-post-next a,
.rtl .rd-post-previous a {
    text-align: center
}

.rtl .rd-post-next span,
.rtl .rd-post-previous span {
    float: right
}

.rtl .rd-related {
    float: right
}

.rtl .rd-related h4 {
    float: right
}

.rtl .rd-lightbox {
    top: 0;
    text-align: center;
    width: 100%;
    color: #fff
}

.rtl .rd-lightbox-bottom {
    left: 0;
    right: 0
}

.rtl .rd-lightbox-nextbig {
    right: auto!important;
    left: 2%!important;
    left: 20px!important
}

.rtl .rd-lightbox-prevbig {
    left: auto!important;
    right: 2%!important;
    right: 20px!important
}

.rtl .rd-lightbox-prevbig::before {
    content: "\f344"
}

.rtl .rd-lightbox-nextbig::before {
    content: "\f340"
}

.rtl .rd-lightbox-close::before {
    left: 20px;
    right: auto
}

.rtl #comments {
    float: right
}

.rtl .comment-list {
    float: right
}

.rtl .comment-list.rd-thread li {
    float: right
}

.rtl .comment-list.rd-list .comment-wrap {
    float: right
}

.rtl .comment-avatar {
    float: right;
    margin-right: 0;
    margin-left: 15px
}

.rtl .comment-avatar img {
    float: right
}

.rtl .author-comment cite {
    float: right;
    padding-right: 5px
}

.rtl .author-link {
    float: right
}

.rtl .author-link ol {
    float: right;
    padding-left: 5px;
    padding-right: 5px
}

.rtl .author-link a {
    float: right
}

.rtl .author-link-reply {
    float: left
}

.rtl .commentmetadata {
    text-align: left
}

.rtl .comment-content li {
    float: none!important
}

.rtl .nocomments {
    text-align: center
}

.rtl .comment-list .reply {
    text-align: left;
    float: right
}

.rtl .comment-list .reply a {
    text-align: left;
    float: none
}

.rtl #respond {
    float: right
}

.rtl #commentform .required {
    float: right
}

.rtl #commentform label {
    float: right
}

.rtl #commentform p {
    float: right
}

.rtl #commentform input {
    float: right
}

.rtl #commentform textarea {
    float: right
}

.rtl .rd-comment-navi {
    float: right
}

@media (max-width: 499px) {
    .rtl .comment-content {
        float: right
    }
}

.rtl .widget:not(.rd-widget-post) {
    float: right
}

.rtl .rd-widget-post {
    float: left
}

.rtl .widget:not(.rd-widget-post) .widget-container {
    float: right
}

.rtl .widget.widget_rss .rd-title-box h4 a:nth-child(1) {
    padding: 5px 35px 5px 5px
}

.rtl .widget.widget_rss .rd-title-box h4 a:nth-child(2) {
    padding: 5px 0 5px 35px
}

.rtl .rd-widget .widget-container {
    float: right
}

.rtl .widget:not(.rd-widget) ul li:before {
    content: "\f341";
    margin-left: 3px;
    margin-right: 0;
    float: right
}

.rtl .widget ul ul,
.widget ol ol {
    margin: 0 15px 0 0
}

.rtl .rd-widget-tags .rd-widget-content {
    float: right
}

.rtl .rd-tags-box {
    float: right
}

.rtl .rd-tags-box a,
.tagcloud A {
    float: right
}

.rtl .rd-text-html {
    float: right
}

.rtl .rd-widget-text-link {
    float: right
}

.rtl .rd-widget-author .rd-post-module-2 .rd-thumb {
    float: none
}

.rtl .widget ul {
    margin-left: 0;
    margin-bottom: 0;
    margin-right: 0
}

.rtl #user-instagram-feed {
    float: right
}

.rtl #user-instagram-feed li {
    float: right
}

.rtl #user-instagram-feed li a {
    float: right
}

.rtl #user-instagram-feed li:hover a::before {
    content: "";
    z-index: 1
}

.rtl #user-instagram-feed li img {
    width: 100%;
    margin: 0;
    height: 100%;
    position: absolute;
    display: inline-block
}

.rtl .insta-flow {
    left: auto;
    right: 50%
}

.rtl .rd-social-content {
    float: right
}

.rtl .rd-social-content .rd-social {
    float: right
}

.rtl .rd-social-content .rd-social ul {
    width: 100%;
    margin-left: 0!important;
    margin-right: 0!important;
    float: right
}

.rtl .rd-social-content .rd-social li {
    float: right
}

.rtl .rd-social-content .rd-social li a {
    float: right
}

.rtl .rd-social-content .rd-social li img {
    float: right;
    left: auto;
    right: 0
}

.rtl .rd-text-html .widget_text {
    float: right
}

.rtl .rd-widget-login-singin {
    float: right
}

.rtl .rd-widget-login-singin label {
    text-align: right;
    float: right
}

.rtl .rd-widget-login-singin #submit {
    float: left
}

.rtl .rd-widget-login-singin .rd-rememberme {
    float: right
}

.rtl .rd-login-links {
    float: right
}

.rtl .rd-login-links li {
    margin-right: 0;
    margin-left: 10px
}

.rtl .rd-widget-login-user {
    float: right
}

.rtl .rd-author-avatar {
    float: right
}

.rtl .rd-panel {
    float: right;
    padding-left: 0;
    padding-right: 15px
}

.rtl .rd-login-user h3 {
    float: right;
    font-size: 14px
}

.rtl .rd-login-user ul {
    float: right
}

.rtl .widget_search .rd-search-sub {
    right: auto;
    left: 0
}

.rtl .rd-ads {
    float: right
}

.rtl .rd-ads img {
    float: right
}

.rtl .rd-resize.rd-ads img {
    float: right
}

.rtl .rd-footer-warp {
    float: right
}

.rtl .rd-footer {
    float: right
}

.rtl .rd-footer-bottom {
    float: right
}

.rtl .rd-footer-bottom span {
    float: right;
    text-align: center
}

@media (max-width: 1280px) {
    .rtl .rd-footer {
        margin-left: 0
    }
}

.rtl .rd-single-product {
    float: right
}

.rtl.woocommerce ul.products {
    margin-right: 0;
    margin-right: calc(00px);
    margin-left: 4%;
    margin-left: calc(40px)
}

.rtl.woocommerce div.product div.images .woocommerce-product-gallery__image:nth-child(n+2) {
    float: right
}

.rtl.single-product.woocommerce .rd-element-item .thumbnails #slider-prev:before {
    float: left
}

.rtl.single-product.woocommerce .rd-element-item .thumbnails #slider-next:before {
    float: right
}

.rtl.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product,
.rtl.woocommerce-page .related ul li.product {
    margin-left: 4%!important;
    margin-left: calc(40px)!important;
    margin-right: 0!important;
    margin-right: calc(0px)!important
}

.rtl.woocommerce ul.products li.product .onsale {
    left: 0;
    right: auto
}

.rtl.woocommerce ul.products li.product .price ins {
    margin-left: 0;
    margin-right: 5px
}

.rtl .rd-button-add-to-cart {
    float: right
}

.rtl .rd_alignment_center .rd-product.rd-post-module-2 .rd-button-add-to-cart {
    float: left
}

.rtl .rd-single-product-warp {
    float: right
}

.rtl .product_meta .sku_wrapper,
.rtl .product_meta .posted_in,
.rtl .product_meta .tagged_as {
    float: right
}

.rtl .woocommerce .woocommerce-tabs {
    float: right
}

.rtl .woocommerce-Tabs-panel {
    float: right
}

.rtl.woocommerce #reviews #comments ol.commentlist li .comment-text {
    margin: 0 85px 0 0
}

.rtl.woocommerce div.product .woocommerce-tabs .panel {
    float: right
}

.rtl.woocommerce div.product ins {
    float: right
}

.rtl .rd-cart-item {
    float: right
}

.rtl.woocommerce div.product .woocommerce-tabs ul.tabs li {
    margin: 0 0 0 -5px
}

.rtl .woocommerce-pagination {
    float: right
}

.rtl .woocommerce-pagination .page-numbers li {
    margin-right: 0!important;
    margin-left: 5px!important
}

.rtl nav.woocommerce-pagination ul li {
    border-right: 0!important;
    margin-right: 0;
    margin-left: 2px
}

.rtl .rd_alignment_center .woocommerce-pagination ul.page-numbers li,
.rtl .rd_alignment_center .woocommerce-pagination ul.page-numbers li {
    float: none!important
}

.rtl.woocommerce span.onsale {
    right: 0;
    left: auto
}

.rtl #add_payment_method table.cart td.actions .coupon .input-text,
.rtl .woocommerce-cart table.cart td.actions .coupon .input-text,
.rtl .woocommerce-checkout table.cart td.actions .coupon .input-text {
    float: right;
    margin: 0 0 0 4px
}

.rtl.woocommerce .cart-collaterals .cart_totals,
.rtl.woocommerce-page .cart-collaterals .cart_totals {
    float: right
}

.rtl.woocommerce ul.cart_list li img,
.rtl.woocommerce ul.product_list_widget li img {
    margin-right: 0;
    margin-left: 10px;
    float: right
}

.woocommerce-product-search .search-field {
    margin-left: 5px;
    margin-right: 0
}

.rtl .rd-element-single-product span.onsale:before {
    right: auto;
    left: 50%
}

.rtl .rd-price ins {
    margin-left: 7px;
    margin-right: 0;
    float: right
}

.rtl .rd-single-summary .woocommerce-product-details__short-description {
    float: right
}

.rtl .rd-single-summary .cart {
    float: right
}

.rtl .rd-single-summary .cart div.quantity {
    margin: 0 0 0 20px !important
}

.rtl .rd-single-summary .button {
    margin: 0 0 0 20px !important
}

.rtl .rd-single-summary ins {
    margin-right: 0;
    margin-left: 7px
}

.rtl .rd-single-summary .screen-reader-text {
    float: right;
    margin-left: 10px;
    margin-right: 0
}

.rtl .yith-wcwl-add-to-wishlist .rd-text-hover,
.rtl .compare .rd-text-hover {
    left: auto;
    right: -18px
}

.rtl .rd-single-summary .yith-wcwl-add-to-wishlist a:before,
.rtl .rd-single-summary .compare:before {
    margin-right: 0;
    margin-left: 7px
}

.rtl #rd-wrapper .rd-single-summary .yith-wcwl-add-to-wishlist a,
.rtl #rd-wrapper .rd-single-summary .compare {
    margin: 10px 0 10px 20px !important;
    float: right
}

.rtl .rd-single-summary .yith-wcwl-wishlistaddresponse {
    float: right
}

.rtl .rd-single-summary .product_meta {
    float: right
}

.rtl .rd-single-summary .rd-stock-warp {
    float: right
}

.rtl .rd-single-summary .rd-stock-warp .stock {
    margin-right: 5px;
    margin-left: 0
}

.rtl .rd-single-summary .rd-stock-warp .out-of-stock {
    margin-right: 5px;
    margin-left: 0
}

.rtl .woocommerce-MyAccount-navigation li {
    float: right
}

.rtl.woocommerce .woocommerce-MyAccount-navigation {
    padding-left: 20px;
    padding-right: 0
}

.rtl.woocommerce .woocommerce-MyAccount-content {
    padding-right: 20px;
    padding-left: 0
}

.rtl .widget_shopping_cart .rd-product {
    padding-left: 0!important;
    padding-right: 40px!important
}

.rtl .widget_shopping_cart .remove_from_cart_button {
    left: 0;
    right: 7px
}

.rtl .widget_shopping_cart .woocommerce-mini-cart__total {
    float: right
}

.rtl .widget_shopping_cart .widget_shopping_cart_content .buttons {
    float: right
}

.rtl .select2-results__options {
    margin: 0 5px!important
}

.rtl .has-gallery.has-gallery-slider div.images {
    direction: ltr
}

body.woocommerce.rtl div.product.has-gallery.has-gallery-slider .thumbnails-warp {
    padding-right: 0;
    padding-left: 20px
}

@media (min-width: 992px) {
    .rtl .rd-sticky-enable .rd-category-menu {
        display: none
    }
    .rtl .rd-category-menu {
        float: right
    }
    .rtl .rd-category-title::after {
        float: left;
        margin-right: 0;
        margin-left: 15px
    }
    .rtl .rd-category-menu::before {
        left: 50%;
        right: auto
    }
    .rtl .rd-category-title-bg {
        right: auto;
        left: 40px;
        -moz-transform: skew(-30deg);
        transform: skew(-30deg);
        -webkit-transform: skew(-30deg);
        -moz-transform: skew(-30deg);
        -o-transform: skew(-30deg);
        -ms-transform: skew(-30deg)
    }
    .rtl .rd-category-menu-warp {
        float: right
    }
    .rtl .rd-category-menu-warp.rd-menu-right {
        float: left
    }
    .rtl .rd-category-menu-warp .li-depth-0 {
        float: right
    }
    .rtl .rd-category-menu-warp .li-depth-0 .menu-item-link {
        float: right;
        text-align: right
    }
    .rtl .rd-masthead ul li.current-menu-item {
        background: none!important
    }
    .rtl .rd-category-menu-warp .li-depth-0.menu-item-has-children>a::after {
        margin-left: auto;
        margin-right: 2px;
        float: left
    }
    .rtl .rd-category-menu-warp .sub-menu {
        float: right;
        left: 0;
        right: 100%
    }
    .rtl .rd-category-menu-warp .sub-menu .menu-item {
        float: right
    }
    .rtl .rd-category-menu-warp .sub-menu .menu-item-link {
        float: right
    }
    .rtl .rd-category-menu-warp .sub-menu .rd-sub-indicator {
        margin-left: 0;
        margin-right: 5px
    }
    .rtl .rd-category-menu-warp .sub-menu .sub-menu {
        left: 0;
        right: 100%
    }
    .rtl .rd-category-menu-warp ul ul a.fa::before {
        float: right
    }
    .rtl .rd-category-menu-warp ul ul li .fa,
    .rd-category-menu-warp ul ul li .fa {
        float: right
    }
    .rtl .rd-masthead .rd-category-menu-warp {
        float: right
    }
    .rtl .rd-category-menu-warp .sub-posts {
        float: right;
        right: 100%;
        left: auto
    }
    .rtl .rd-category-menu-warp .li-depth-0.menu-item-has-children>a::after {
        content: "\f341"
    }
    .rtl .rd-category-menu-warp ul ul li.menu-item-has-children>a::after {
        content: "\f341"
    }
    .rd-category-menu .menu-item-link .rd-menu-featured {
        margin-left: 0;
        margin-right: 5px
    }
    .rtl .rd-category-menu-warp .rd-menu-sub-posts .sub-menu.sub-depth-0 {
        float: right;
        left: auto;
        right: 0
    }
    .rtl .rd-menu-sub-posts .rd-content {
        float: right
    }
    .rtl .rd-category-menu-warp .rd-menu-col .sub-menu li .sub-menu {
        float: right!important
    }
    .rtl .rd-category-menu-warp .sub-posts::before,
    .rtl .rd-category-menu-warp .sub-posts::after,
    .rtl .rd-category-menu-warp .rd-details::before,
    .rtl.rd-category-menu-warp .rd-details::after {
        left: auto;
        right: 0
    }
}

@media (max-width: 991px) {
    .rtl .rd-category-menu-warp {
        float: left;
        text-align: center
    }
    .rtl .rd-category-menu-warp.rd-menu-right {
        float: right
    }
    .rtl .rd-category-menu-warp .rd-menu-icon {
        float: right
    }
    .rtl .rd-category-menu-warp ul {
        left: auto;
        right: 0
    }
    .rtl .rd-category-menu-warp .rd-menu-down {
        float: left;
        right: auto;
        left: 0
    }
    .rtl .rd-category-menu-warp .rd-menu-up {
        text-align: center;
        float: left;
        right: auto;
        left: 0
    }
    .rtl .rd-category-menu-warp a::before {
        margin-right: 0;
        margin-left: 5px
    }
    .rtl .rd-category-menu-warp ul li {
        float: right
    }
    .rtl .rd-category-menu-warp ul li a {
        padding: 0 0 0 20px !important;
        float: right
    }
    .rtl .rd-category-menu-warp ul ul {
        float: right
    }
}

@media (min-width: 992px) {
    .rtl .rd-category-menu {
        float: right
    }
    .rtl .rd-category-menu .rd-category-title {
        float: right
    }
    .rtl .rd-category-menu .rd-category-title a {
        float: right
    }
    .rtl .rd-category-menu .rd-category-title i {
        float: right;
        margin-right: 0;
        margin-left: 5px
    }
}

@media (max-width: 991px) {
    .rtl .rd-category-menu .rd-category-title,
    .rtl .rd-category-menu .rd-category-title a,
    .rtl .rd-category-menu .rd-category-title i {
        float: right
    }
    .rtl .rd-category-menu {
        float: right
    }
    .rtl .rd-category-menu-warp {
        float: left;
        text-align: center
    }
    .rtl .rd-category-menu.rd-menu-right {
        float: right
    }
    .rtl .rd-category-menu .rd-menu-icon {
        float: right
    }
    .rtl .rd-category-menu.rd-menu-active .rd-menu-icon,
    .rtl .rd-category-menu.rd-menu-active .rd-menu-icon::before {
        text-align: center
    }
    .rtl .rd-category-menu .rd-menu-icon a {
        float: right
    }
    .rtl .rd-category-menu ul {
        left: 0
    }
    .rtl .rd-category-menu-warp .rd-menu-down {
        float: left;
        right: auto;
        left: 0
    }
    .rtl .rd-category-menu-warp .rd-menu-up {
        float: left;
        right: auto;
        left: 0
    }
    .rtl .rd-category-menu-warp a::before {
        margin-right: 0;
        margin-right: 5px
    }
    .rtl .rd-category-menu-warp ul li {
        float: right;
        text-align: right;
        padding: 0 20px 0 0
    }
    .rtl .rd-category-menu-warp ul li a {
        padding: 0 0 0 20px !important;
        float: right
    }
    .rtl .rd-category-menu-warp ul ul {
        float: right
    }
}

@media (max-width: 767px) {
    .rtl .rd-category-menu .rd-menu-icon a {
        float: left
    }
    .rtl .rd-category-menu,
    .rd-category-menu .rd-menu-icon {
        text-align: center;
        float: right!important
    }
}

.rtl #rd-wrapper span.onsale {
    color: #fff!important
}

.rtl .rd-module-item {
    float: right
}

.rtl .rd-post-list {
    float: right
}

.rtl .rd-product-list {
    float: right
}

.rtl .rd-row {
    float: right
}

.rtl .rd-line {
    float: right
}

.rtl .rd-line .rd-border-top::before {
    left: auto;
    right: 0
}

.rtl .rd-element-item {
    float: right
}

.rtl .rd-post-item-group {
    float: right
}

.rtl .rd-border-top {
    float: right
}

.rtl .rd-line {
    float: right
}

.rtl .rd-padding {
    float: right
}

.rtl #rd_module_blog {
    float: right
}

.rtl .rd-module-row {
    float: right
}

.rtl .rd-post-item {
    float: right
}

.rtl .rd-title-box {
    float: right
}

.rtl .rd-title-box.rd-title-box-center span {
    float: none
}

.rtl .rd-title-box h4,
.rtl .tabs.rd-title-box {
    float: right
}

.rtl .rd-title-box span,
.rtl .rd-title-box li {
    margin-right: 0;
    margin-left: 30px;
    float: right
}

.rtl .rd-title-box span:list-child {
    margin-right: 0;
    margin-left: 0
}

.rtl .rd-thumb {
    float: right
}

.rtl .rd-circular {
    left: 0;
    right: auto
}

.rtl .rd-circular.rd-review-circular canvas {
    right: 0;
    left: auto
}

.rtl .rd-wrapper .rd-product-category i {
    float: right
}

.rtl #rd-wrapper .rd-product-category {
    float: right
}

body.rtl #rd-wrapper .rd-background-post {
    left: auto;
    right: 0
}

.rtl .rd_alignment_left {
    text-align: right
}

.rtl .rd_alignment_right {
    text-align: left
}

.rtl .rd_alignment_center {
    text-align: center
}

.rtl .rd-details {
    float: right
}

.rtl .rd-title {
    float: right;
    line-height: 1.5em;
    line-height: calc(1em + 12px);
    min-height: 52px;
}

.rtl .rd-title a {
    float: right;
    line-height: 1.5em;
    line-height: calc(1em + 12px)
}

.rtl .sticky .rd-title a::before {
    float: right;
    margin-left: 5px;
    margin-right: 0
}

.rtl .rd-text-center .sticky {
    float: none
}

.rtl .rd-excerpt {
    float: right
}

.rtl .rd_alignment_center {
    text-align: center
}

.rtl .rd_alignment_center .rd-title a,
.rtl .rd_alignment_center .rd-excerpt,
.rtl .rd_alignment_center .rtl .rd-meta {
    text-align: center
}

.rtl .rd_alignment_center .rd-meta li {
    float: none!important
}

.rtl .rd-thumb img[alt] {
    font-size: 0
}

.rtl .rd-meta {
    float: right;
    margin-right: 0
}

.rtl .rd-meta li {
    float: right
}

.rtl .rd-meta li::after {
    float: left
}

.rtl .rd-stars-large {
    float: right
}

.rtl .rd-meta li::before {
    margin-left: 3px;
    margin-right: 0
}

.rtl .rd-category {
    float: right
}

.rtl .rd_alignment_center .rd-category {
    float: left
}

.rtl .rd-category a {
    float: right
}

body.rtl #rd-wrapper .rd-category i {
    float: right
}

.rtl .rd-cart-item {
    float: none
}

.rtl .rd-cart-item a:before {
    margin-right: 0!important
}

.rtl .rd-cart-item a .rd-text-hover {
    left: auto;
    right: -18px
}

.rtl .rd-cart-item .yith-wcwl-add-to-wishlist a .rd-text-hover {
    right: -24px;
    left: auto
}

.rtl .rd-cart-item .compare .rd-text-hover {
    left: auto;
    right: -25px
}

.rtl .rd-page-number {
    text-align: right;
    float: right
}

.rtl .rd-pagenavi {
    float: right
}

.rtl .rd-pagenavi a,
.rd-pagenavi span {
    float: right
}

.rtl .rd_alignment_center .rd-page-number {
    text-align: center
}

.rtl .rd_alignment_center .rd-pagenavi a,
.rtl.rd_alignment_center .rd-pagenavi span {
    float: none
}

.rtl .rd-load-more {
    text-align: center;
    float: right
}

.rtl #rd-wrapper .rd-load-more span::before {
    right: 0;
    left: auto
}

.rtl .rd-readmore {
    float: right
}

.rtl .rd-readmore a {
    float: right
}

.rtl .rd-module-loading:before {
    right: 0;
    left: auto
}

.rtl .rd_alignment_center .rd-readmore a {
    float: right
}

.rtl .rd-list-warp {
    float: right
}

.rtl .rd-post-list {
    float: right
}

.rtl .rd-post-module-1 .rd-thumb {
    float: right
}

.rtl .rd-post-module-1 .rd-post-container {
    float: right
}

.rtl .rd-none .rd-post-module-1 .rd-post-container {
    float: right
}

.rtl .rd-post-module-1 .rd-details {
    padding-left: 0;
    padding-right: 20px
}

.rtl .rd-post-module-1 .rd-post-warp {
    float: right
}

.rtl .rd-post-module-1 .rd-category,
.rd-post-module-1 .rd-readmore a {
    float: right
}

.rtl .rd-post-module-1 .rd-meta li,
.rd-post-module-1 .rd-meta,
.rd-post-module-1 .rd-excerpt,
.rd-post-module-1 .rd-title a,
.rd-post-module-1 .rd-readmore a {
    text-align: right!important;
    float: right!important
}

body.rtl #rd-wrapper.rd-wrapper .rd-price del {
    margin-left: 0;
    margin-right: 0
}

.rtl .rd-product.rd-post-module-1 .rd-price {
    text-align: right!important
}

.rtl .rd-product.rd-post-module-1 .rd-rating {
    float: right
}

.rtl .rd-product.rd-post-module-1 .star-rating {
    float: right
}

.rtl .rd-product.rd-post-module-1 .rd-cart-item {
    float: right
}

.rtl .rd-list-warp.rd_image_alignment_right .rd-thumb {
    float: left
}

.rtl .rd-list-warp.rd_image_alignment_right .rd-details {
    float: right;
    padding-right: 0;
    padding-left: 20px
}

.rtl .rd_image_alignment_right .rd-background-post {
    -moz-transform: scale(-1, 1);
    -o-transform: scale(-1, 1);
    -webkit-transform: scale(-1, 1);
    transform: scale(-1, 1)
}

.rtl .rd-product.rd-post-module-1 .rd-cart-item a:before {
    float: right
}

.rtl .rd-product.rd-post-module-1 .rd-cart-item a {
    margin: 15px 0 0 15px;
    float: right
}

.rtl .rd-background-post {
    -moz-transform: scale(-1, 1);
    -o-transform: scale(-1, 1);
    -webkit-transform: scale(-1, 1);
    transform: scale(-1, 1)
}

.rtl .rd_image_alignment_right .rd-background-post {
    -moz-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1)
}

.rtl .rd-product.rd-post-module-1 .rd-button-add-to-cart {
    margin-right: 0;
    margin-left: 15px;
    float: right
}

.rtl #rd-wrapper .rd_image_alignment_right .rd-post-module-1 span.onsale {
    left: 10px;
    right: auto
}

.rtl #rd-wrapper .rd-post-module-1 span.onsale {
    right: 10px;
    left: auto
}

.rtl .rd-post-module-2 {
    float: right
}

.rtl .rd-post-module-2 .rd-post-container {
    float: right
}

.rtl .rd-post-module-2 .rd-post-warp {
    float: left
}

.rtl .rd-post-module-2 .rd-thumb {
    float: left
}

.rtl .rd-cart-item a .rd-text-hover {
    left: 0!important;
    right: auto!important;
    text-align: center
}

.rtl .rd-product.rd-post-module-2 .rd-cart-item {
    float: none
}

.rtl .rd-product-item {
    float: right
}

.rtl .rd-product-grid-warp {
    float: right
}

.rtl .rd-product.rd-post-module-2 .rd-cart-item a {
    float: none!important
}

.rtl .rd-price-rating {
    float: right;
    height: auto!important
}

.rtl .star-rating {
    float: right
}

.rtl .comment-text .star-rating {
    float: left
}

.rtl #rd-wrapper .rd-post-module-2 span.onsale {
    right: 10px!important;
    left: auto
}

.rtl span.onsale::before {
    content: "";
    position: absolute;
    transform: skew(45deg);
    -webkit-transform: skew(45deg);
    -moz-transform: skew(45deg);
    -o-transform: skew(45deg);
    -ms-transform: skew(45deg);
    height: 200%;
    top: 0;
    right: auto;
    left: 15px;
    z-index: -1;
    width: 200%
}

.rtl .rd-price-rating {
    float: right
}

.rtl .rd-price {
    float: right
}

.rtl .rd-product.rd-post-module-2 .rd-price {
    width: 100%
}

.rtl .rd-product.rd-post-module-2 .rd-rating {
    width: 100%;
    float: right;
    top: auto;
    direction: ltr;
    transform: none!important;
    -webkit-transform: none!important;
    margin-bottom: 15px;
    -moz-transform: none!important;
    -o-transform: none!important;
    -ms-transform: none!important
}

.rtl .rd-add-to-cart {
    float: left;
    text-align: center;
    right: auto;
    left: 10px
}

.rtl .rd_alignment_center .rd-rating .star-rating {
    float: none
}

.rtl .rd_alignment_center .rd-product.rd-post-module-2 .rd-rating {
    margin-bottom: 0
}

@media (min-width: 992px) {
    .rtl .rd-grid-grid_13 .rd_column_3_4 .rd-post-item {
        float: left
    }
}

.rtl .rd-featured-warp {
    float: left
}

.rtl .rd-post-module-3 {
    float: right
}

.rtl .rd-post-module-3 .rd-post-warp::after {
    left: 0;
    left: auto
}

.rtl .rd-post.rd-post-module-3 .rd-post-thumbnail::before {
    right: 0;
    left: auto
}

@media (min-width: 992px) {
    .rtl .rd-featured-featured_13 .rd_column_3_4 .rd-post-item {
        float: left
    }
}

.rtl .rd-custom-slider .lSAction>.lSPrev::before {
    content: "\f345"
}

.rtl .rd-custom-slider .lSAction>.lSNext::before {
    content: "\f341"
}

.rtl .rd-share-post {
    float: right;
    margin-right: 0
}

.rtl .rd-share-post li {
    float: right;
    margin: 0 0 5px 5px
}

.yith_magnifier_zoom_magnifier {
    background: #fff
}

.rtl .yith_wcmg_zoom_position_right {
    left: 0!important;
    right: 100%!important
}

.rtl .caroufredsel_wrapper {
    margin: 0!important
}

@font-face {
    font-family: 'awesome';
    src: url(../fonts/awesome-webfont.woff) format("woff"), url(../fonts/awesome-webfont.ttf) format("truetype");
    font-weight: 400;
    font-style: normal
}

.si-aparat::before {
    font-family: "awesome"!important;
    content: "\f007";
    font-family: awesome
}

.si-bisphone::before {
    font-family: "awesome"!important;
    content: "\f001";
    font-family: awesome
}

.si-bale::before {
    font-family: "awesome"!important;
    content: "\f002";
    font-family: awesome
}

.si-wispi::before {
    font-family: "awesome"!important;
    content: "\f003";
    font-family: fontiran
}

.si-igap::before {
    font-family: "awesome"!important;
    content: "\f004";
    font-family: awesome
}

.si-soroush::before {
    font-family: "awesome"!important;
    content: "\f005";
    font-family: awesome
}

.si-eitaa::before {
    font-family: "awesome"!important;
    content: "\f006";
    font-family: awesome
}

.rtl table.compare-list thead th a.close,
h1 a.close {
    float: left;
    margin-left: 10px;
    margin-right: 0
}

.rtl .yith-woocompare-widget ul.products-list a.remove {
    float: right
}

.rtl .fht-table-wrapper .fht-fixed-column,
.rtl .fht-table-wrapper .fht-fixed-body {
    right: 0;
    left: auto
}

.rtl table.compare-list th {
    text-align: right
}

.rtl .woocommerce-review__author {
    float: right
}

.rtl .wishlist_table tr td.product-thumbnail,
.rtl .wishlist_table tr td.product-name,
.rtl .wishlist_table tr td.wishlist-name,
.rtl .wishlist_table tr td.wishlist-privacy,
.rtl .woocommerce table.wishlist_table tfoot td {
    text-align: right
}

.rtl .yith-wcwl-share h4.yith-wcwl-share-title {
    float: none;
    display: inline-block;
    vertical-align: top;
    margin: 5px 0
}

.rtl .yith-wcwl-share {
    margin-top: 10px
}

.rtl .yith-wcwl-share ul {
    width: auto;
    float: none;
    margin-right: 10px;
    display: inline-block
}

@font-face {
    font-family: dashicons;
    src: url(../fonts/dashicons.eot?50db0456fde2a241f005968eede3f987);
    src: url(../fonts/dashicons.eot?50db0456fde2a241f005968eede3f987#iefix) format("embedded-opentype"), url(data:application/x-font-woff;charset=utf-8;base64,d09GRgABAAAAAGOkAAsAAAAArpgAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABHU1VCAAABCAAAADMAAABCsP6z7U9TLzIAAAE8AAAAQAAAAFZAuk8lY21hcAAAAXwAAAfLAAARhDPzNqdnbHlmAAAJSAAATqYAAIQUYJTKLWhlYWQAAFfwAAAALwAAADYSoxtRaGhlYQAAWCAAAAAfAAAAJAQxAwhobXR4AABYQAAAACMAAAQ4GgT/9mxvY2EAAFhkAAACHgAAAh6YX3d0bWF4cAAAWoQAAAAfAAAAIAIpAKBuYW1lAABapAAAATAAAAIiwytf8nBvc3QAAFvUAAAHzgAADrBt7+iZeJxjYGRgYOBikGPQYWB0cfMJYeBgYGGAAJAMY05meiJQDMoDyrGAaQ4gZoOIAgCKIwNPAHicY2Bk/Mc4gYGVgYOBhzGNgYHBHUp/ZZBkaGFgYGJgZWbACgLSXFMYHD4yfHVnAnH1mBgZGIE0CDMAAI/zCGl4nNXY939eZR3G8c9J0rQpraS7QQrpbrBAutOKkDaUtKgIFCh1lg5onW2hQHF1Aw5klOUWcW/FhQsVceIeuHGhuO+FKGq97lz8C/xg0nfPK8+rOc9z7nPu7/f6FhgGtMpcadOfu2ioL92pV5uh11sZOfR6W+s1+vl8+vU7k0NHGB3Gha5wXFgcloWBsDKsCuvCBWFr2BUOxCZ2xK7YE5fG/rgidaSu1JOWptV5dV6b1+X1eWvela/Ot5a20lG6Sk+ZV/rKQBk8fBgCYVToDBPClDA39IV+nXkwrAnrw8awPeyOxNbYGbtj79CZm9SZulNv6s+r8plDZ96Qt+Xd+dpCaS+dpbv0lgWlv6ysZ35MvhqtyHN5Pju4gkO8k/fyYX3fwV18gW/yC/7AH3moGdEc1cwd+j6pOaNZ3+xo9jcHm0ND37c1dzT3NPc19zcPNA+3jGwZ1TKx5eihM7fSznBGcASjGMfjGM3ziIzX+o/kkWa4zjqsaW86OJJOxjRH8GdexZV8n6u5hqt4Jac0o/TJ3soTOYlX8xTubdqYyCS6mMwMnswxTGUOszm5GU2LruM3/JZf8W2+qKt4D6/Q1ezmFl7PG3gdr+UffI9vsYL9nN608F/u40e6vsxRDLKS57CFXbxA6/AsnsmzuYidbNLKXMFWLmc727iYl7CRF3Ihm7mUF3MeB/k4b+fdvIs38WYONzQNP+U0TuXH/ISHKPyAfezVE3c9N9DDp7mH73Acr9GnW8d/GGAsl/AErfODzUg+T+Lp3M8nOF5P7c+5k5/pHtzMTSzjHRxLNzOZxTSmczRTuI1P0st8lrCYE5jHAvpYyCJ+x2e4ln/zDF7OS3kZv2Y1v9RdXMufWM8FvIgT+Yvu6eNZxaf4p+7z1/TIHuJj/JCP6r5/ha/qX31Ez8CH+CAf4P28j6/zXfawgYd5EtfxFpazlN8zgbM4mzU8lTM4h3M5k6fxd77MZ7mbf/E3buSN3Nq0chkHeIC3aXd28Fe+wef4Erfr8Wh/jJ7o/6evUUN/3e0fmiNr9bBau8Kjan0LLaYdRWg17S1Cm2mXEYaZ9huh3eo7hOGmPUgYYdqNhA7TvlTNMu1QwmjTXiV0mnYtYYzVmhvGWq2tYZzxiI4TrKnvOdGa+p6TrKm/O9nqExC6rKmfZYpR1+EYo77/sUZ9/25r6jVONdUNwjRTBSFMN9USwgxTVSHMNNUXwixTpSHMNtUcwhxT9SH0GKfoeJw1dZ3mmmoT4XhTlSKcYKpXhBNNlYvQa6phhHmmakaYb9yr4wJr6v1caNT1W2TU9Vts1DXrM+paLjXqtS4zVUdCv1HXcrlR12yFUa91wKhrsNI4WcdBa+qzsMqoz+AaU7UlnGOqu4RzTRWYcJ6pFhPWmqoy4XxTfSasM1VqwnpTVSRcYKrehI2mOk7YZKrohM2m2k640FTlCReZ6j1hi6nyE7aaegBhu6kbEHaY+gLhYlOHIFxi1HXaaeoahEuN03W8zJq6Jpebegphl6m7EHab+gxhj6njEPaaeg9hn6kLEfYbde0PmDpT3YZD1KOIjalbKUmY+haxzdTBiMNMvYzYbupqxOGm/kYcYep0xA5TzyN2mrofcYypDxLHmjoicZypNxLHm7okcYKpXxInmjoncZKphxInm7opscvUV4ndpg5LnGrqtcRppq5LnG7qv8QZpk5MnGnqycRZpu5MnG3q08Q5po5N7DH1bmKvqYsT55n6OXG+qbMTF5h6PHGhoTwWF1m9HXGxNfX+LDFlAWKfKRUQl5ryAbHflBSIK0yZgdSY0gOpxZQjSK2mREFqM2UL0jBTyiC1m/IGabgpeZBGmDIIqcOURkidplxCGmNKKKSxpqxCGmdKLaTxpvxCmmB1z6aJpkxDmmRKN6TJppxD6jLqubtN2Yc01ZSCSNNMeYg03XhQxxmmjESaaUpLpFmm3ESabUpQpDmmLEXqMaUqUq8pX5HmWZ0b0nxT5iItMKUv0kJTDiMtMiUy0mJTNiMtMaU0Up8pr5GWmpIbqd+U4UjLjboGK4x6TQNGvaZTjboeK426HqeZ8h9p0JQESatMmZC02pQOyatMOZG82pQYyWeasiP5LFOKJJ9typPkNaZkST7HlDHJ55rSJvk8U+4krzUlUPI6UxYlrzelUvIGUz4lbzQlVfImU2YlbzalV/KFphxLvsiUaMlbTNmWvNWo17fNlHfJ203Jl7zDqJ/xYlMaJl9i1M+405R9yZeasjL5MlNqJl9uys/kXaYkTd5tytTkPUZd+72mnE3eZ0rc5P2m7E0+YErh5INWA2C+0pTMyVeZMjr5alNaJ19ryu3k60wJnny9KcuTbzClevIhG7rGG01Jn3yTKfOTbzalf/ItpjmAfKtpIqjlaIhmA0pjmhIoLaZ5gdJqmhwobaYZQlOtaZqgDDfNFZQRpgmD0mGaNSidpqmDMsY0f1DGmiYRyjjTTEIZb5pOKI/SnEKZaJpYKJNMswtlsmmKoXSZ5hlKt2myoUw1zTiUaaZphzLdNPdQZpgmIMpM0yxEmWWaiiizTfMRZY5pUqL0mGYmSq9peqLMM81RlAWG7kFZaE1d40WmKYuy2DRvUZaYJi9Kn2kGo/Rb/b+Sstyo673CNKFRBkyzGmWlaWqjnGaa3yiDxu3/A94hA2UAeJycvQmcJMdZJ5qRV+R9VFZmVmXdVV2Vffd0Zx0z0zM9PSPNJXWNpBnJuq2RLaolWTYyPrGepbIxDzA+sQ3u2t3nNRiDl8umx2DMmrU5bLxMGQzsrjHHwq7dvWB23+8tLDx4uzX7RWRWdfWMBPh1V0VGRl4RkRHf9/+uKIZl4A/9f+g6ozMrDFMPO23PT/47OMRiuoS8NBZNJGL49zrtTvsUgmQNytc66HWfbijHfN32vGK6WN359DLGOUlS8ilbLqh6rZIvyLqa1rAr5SQXf/PTDZU3JcPRLQHjAZwN5djDcIYuF/LlGV0tyLZV0DDOY0yqFtfvy+jLjMaYkFsrorSBqsuouYGcFkZM55F2+5HXPNLuPPLUh9CXabb9yKsfbY9+/4uvIJfS6wdoyKQYxonWvAJKiwsIt2rVxknUbPf3vGLRi/qRWyyiYdG95hb7fboZP/tr6HeYMhNBrt1qh42wgat4lXYGTrpkA5Fe6bRRu5P8e34x7i/07xBCLJY0zKszizMrnqaqHOcHfqRmarmcP7rX07AkCrKRWrRkEWv5pVn04xwribIoIyT6+Vwto2cCL8iwrKdmjtQXZ0Y/aqRVPyUbis7ZcrWm5gQ+qesQ2hkyR+A91kTs41DEbq3VCHHYaYS1VtTuhB2/3WlFrud3fOz5EV5rNxtVMe2h4VFszLZnvaAb+LA1cKcjmrPt0Mt3Aw+2hnj06+Wlpc2lpWHOD+MT6BV+sJVccfSoaISk4HXktM0lUiWO1usL6POMzBjkHSCoFtTHb0XYdystv1Vz0SDMffzjuS/0moPB6PqwhxrJfjS7s7PzQr8/uc+30J8wHlNljkIeethEBoIBCy0wUQOG5QbyOLJLRmvaa+OOR09ZZukxHwazt4a+6JqmG7rH8k9b5WXraWyQnWP/7gck25e+X7J87WkJiryjxxbgvFn3aOFpu7KEfgnOgRMN/LS1XLaezpMd0xx9/Qck30KYphEt9Qxj4eDUCqk2T+u+j/YZh8kz80wb3k+r2VhAYQ3XqiKMSC+qrLXDNS8tVhvNth/ZcSZag+7B8LrGu6hrqgvVXnVBMU0FMao5yNXrrUZj2CdpIOJuL4pze9cUM4pMBTbmpxotclY4+mt6Nvv2t+cepDmolhxPMvR7jMCoMMNcJgejvc7MMfD6EH1TJgpbMFrgRflkvxSX1n0YWjQhRyrkNb761a92+v1g+zt6va0mpjv/laajfu866vWu95uo2UR3X73qPPvs+v0POA891FxY2H7ssdSzz6ZoGj340EMPwnczgr9kTP8R+i+03+gbx/DCTbYG47kN0847GL4/n7XtbOHSzJFuo5v9rZReyJw5ExrpdD6dRr+SPXM6W9Ct+6THot+o31OAU99CDuTT4zlO6ANH+qJjV2whcit2NEDMaG94g4n6qDvaDSLUTcbgF9GXGAy9VIM8dES7yGLoHZjrQFXIazqFWs1O2ycHTITuvnLkiphJ87/n75f0UiHzRFkte2oZy1+EYkfAV9D74AwspP1mYd/VZamsenDKK7OF6kNQ7GTEKwkN+2P0nxgYTgge1qDDmkwkSmQaMVEOOx4d50hd+bEVd9VO24K+vHEBp7MpT9GVlIkvbKykV1NOSkC7yz+6ovOQXXXJKWZK0WU/lXHx+Y2kfDLnhugajIsF5jyMWrvZqFWqomvHI7YekSG7gOj4PIlqZJCuQ/Pba57rT+8V0PSZLTQ01dEuHcNd1bzBZFXTVLOSIk0y/YAcDbCKA1JEMj3UJGWj65C+03TNhoih6ZB5N8k8eEvJeN4NWQS8I2LuZR4BDlA1ULqI1jZQcxn5BsLLKGx3GlUsAsMrIELdG9CNnXYIc6+I/LV2x+OgtNOG+dMI4WzYUBKfsEgPRiQH9F7E7c7extMbG0+/lSRvE3xLXiwJpuyIMs9KnlKv8JIRyEZBbq0ERZY3efyvHY4VeCRLqljAGrxsH+cKQcUuKylLyLgX32GWZMtDPMskd4Xk43YelyPdVkVJtWUd8XoGOZ6LVNXMBs6xiiXpoz9Pe3rWkU0VcyzP8XK+nRIFnuOMwjySZxbDM+gZUdZNXlUZmPUHfTQLnOME86qbesmBXLsDnQEtrZEOEkPaaYTrhaR/DNToQFd5PjnUWEHuMkwE0nkema5kgMKxuOfIv+iSLoTcBgsvYKrPNEGWWMHQeM7VBV1KF00txcumFCr2/XaOlVE6d45bU9MidgJIq7ovsCyrszwv8ClBEnWMS34N81DIYbuscixiOdW76xVHXH+6C0e/jmUkSaxUMPWUhpCAOc7SEOZ9QSpkbCXn8CXoLREOsbzgvk00ZQUeYQqSLrAyL8qen/PYoqe5hggVnvFUU65Dby+v21a6Bd1pT/VpiskwBaAVs8wyjMFjzCZzltliLjMPMI8yr2Seuqmvhcjza41OC0YWwCu/1grdGhlrJMXwjUQ/cmsNn3RhCCyUTP+TCDZwhByHQQp3COE1QUpKONiFM8mVeKqrR397Gkkd82sNRxI0mX20dl6UnMajrNw4zZsdKXj0svwwOfbUOQHKH0FQzllHJRbJR02usaz5R8r/w9eWyuUlzV8t/bWvL5WPTHfx/1urVn72brOuG7Vq7ex33W3q9VeerVXPzlSq585Wb7vLqOvmXZeg1PiupLg6U61WZrZnCt7C6cLMwug/14re4plibd6b0CHan8eZC7eMT9wej60QBiVpO83EA4+OVhiZRZbOVzJU8fjsqR4JngTMZcgpTZB4LuOcXGbNkuP0TgMS5fmUbkh5UZEMPbrLdbBQVdqBagFN0jVe4g6Nra9sLVY9R8MK5gn4kpU5R9NyG3dx6Ww+U7BZkXcQj41SztAUS7u7ttx4aME2ZEMVFeUA7/4u+iqThnHDEICTcJUGzBfsA6QRvITroZ/Kniu/02k3nJ/Q9bXTpTsu3KEYo49gzzQ9QEBZw/gJp9FyfrB8ds1Q77h4R2nzc9gk6GfynM8C30sDr2dQlXTICszk9prvJWAfdwBtF+gMrpKDLcDcEWLSpi6LPCfa6a5jCxxMCM1Mnyu0y7la9ciVI9VqrtgqIcdQHcPWG/lyOd/QbcNRjTMr1XZ+E8uCJAky3iy0gJ2JtNEY/T5Fh0VAr+vMXQzTqrQAV7PhMotbFd+u2YJBCEgLUBy8P28DLUPPeEA/4O1uIJgrHUKQioTwvEgZYjZONM+m06mtV67dYPauowf0TqBJ1pIbOFd4BbNAgdFlP8qIAqsI/GzFUTlFZjmDz50uiSIri0J7KUjRMifClufc+0xz9baMjoPRAPV+N3B0Ub5qS4reETgkKyKS1MdNWUSKIiCorm4LrKjwfscxBCTDs5BYtHMCK6h8ecJnrwGf5QBZAFF2Kq0KalVcDNsu6sEzIgAiNNOH3GDQi8glwk3XmYCT6LUOoLF6BAl8hfE99vZQtgt/o/2pG21Hg2gn+gfqUECTOjA3mMNVeMnn0+fC42sRhYbx9V1I9/rdbnKPnWgwSJ4tTWQXch8LMGgWxn4FUCggjopNaoDdKMHGLcAWHZBl3PGX1HM46qHt0XXU3O8S0eO4Wxxs0z9SFqEBHO4G3S6VX6Ko6GaD7eZ2sB2M272PBuN2IyKUVOxKnSDavVEzS68OBmjQbHZvMLtBkOCxa1BficiUNiAyAMR7zV60uxv1oDLDXrC7G/SYifx5DW2T3nKI1BX2+304EfX6/ezu7sE5fdQksxIwJepv91C0s3NwjGAwidaNPgofPAMFyWMn527DuQK5Dzk1eQqKnzk5pwv1Yam0j7rwGra/4/BzOq1KSBsVoSh+zLhxh59BMKePB/QRyRPGx+n9AdAMd3ZQb3L/pM/qNZs2I5zUfvKgW/qsTqWNpAGDW/qsS55zCvm7273dweCmcoQjFGwPoY0JvbuGPgfjCiQbx4uhs+/FAjuhKqTAIBCQQhvfowCnQRDMH2IWSRrLpTTfKASK7xcLgpAtrKx95yOuo8on6o1NXJ+TVUmYmVVV9PMcSPspxVIlSw4yoiaIp9vHo+PFEtdanY9WrqS9T1ooSHlpQyzYzngefwr9DsygDNQvpDX0cQmwPuniFRgT2Cejn4DocJyB/vM7Ud3v4LD2XYbRLK2vl5qGEZXX18sPz584ce+J9YVYYj9TaZ2e2Rz9Zbm9ObOJ/o/4PHJ+OYLzf/XEfetwcjYW2vPHtB8+9v3H9A8dS/rsd6BeJZBaQf5iDZZwU4r2Nthl1qCDzN9gcaPVWSWSYaeBHl07jqNHXr06s6bPy7PF+r3nQmHpznvPOUdeUJazj7x6Q0LZbPd1iEe/AHuvPI6D1PGZXGnNcuhpcHIjc9eHMmvHxT/DqvDcc5fbiGUm+o19QFfAFzsVtwKChA1CMcxVIgF2bMITiWSy1qYiGzS9TLYgP2wAq4ZPN1oqoWZpaTQALvggCggfGu0JVNGEJveHF4IiO7n7OrJr5O5RBQ2i+J57e0QiQQHaHW1P3Y+ZruMx5gy8QSCDUD8XPoflJLE2FpiSbTUcF7SoyOSPxdphtFL084FbLLoBPEPXIYnGmWCpHA1AGAKOjvZ2o+KK53WL80VSpBzlqbDUjFP+KNlsZ8tLu7sUAJgx36U0V2Z8ZoZpQY3fAHUW3TSIrq12w283oOWABLxordM+hLi4aiwJARyI1XGdg3M34CgAh3ZnLY1XiQIDJhMcbBKd4ZqLoYRITDUCN0QMt6Y3fF3JyvEIPyoarpnjsWgbnqkvdR7rdB57DUk6s+ezvM2Xmg88+UCz+cCSaKStgFd420wXH26czdg+FoKiVXQAoJNXnc9gIesFlYIkHq1lLJPPLy6trVxaWbmEHp/v1Gtv9URF/Fiu7NqLqXTKQgvJcyAZva6QE1yhRR8EyVvpWY7HziC5nGN5pLwx5W94DjZYjkPCc6mFanlRVYwSX1i59PJLK6RbE8UlDAcNOFkDcP8JwPyP3aS99Ke7FB8+goswVvAGIK4GJuOAjAeir6NyQdQkWM1kQ0rBXL8yhr+IOfeGs2ff8C6SnDvz7OnTz76DJGfWn1hff+KNJHnKdUqhEVQWHyktLm4sLl7S0yYInixbds2sJrfb7bpvSwKLcryEDc1SdZZJbgiJntwQkmxyQ0gWNbxaDjxxNldaDMhNNxb7pmjpKd3U2vk03MxttZBr5dK+MxP49HkJ7gN6vA/8gMzoOUB9RPJshtAr0N7OOINbZCoU4sKpvN9shDdNI7hgrLpeo2R9A/p1rJ114+49iSbq7b2sYllpczugc2g7nhjJprc665e9wCv7s6uOOy85nuZUidZVmp/dtdLavFxxdPPI5VdcPmKYTllOe1oa7WZySsG1TCXZvvdB1bSUw4mVXzFOWb5vbW2R9JSxctTzdQ6DXCnyMub0pe8UOZsF5uF38yu53Eq+64Ogz0oyJx7oEgkf9UGqXCFambHepUGJB8CjNKb0RqiQtFahsGk6n1AjOBFSoHPNDr0Deuia5XnWHOtZgeWxc7Az+p9TSpcZonA01Rsk3aBUJp+cmocd1IXOwgJplIBJ38Ud2Y03WyCRjA9Cdoz5+tAOA97+EnOSOQ2S8UWmS8cACBt0bCcjYXqXo5rTeBRAa+mYmN4POy4+hVwTxVv8p5qka6ohaf6SN9AkQ9V0SfOW/A+aSkSaEynmgKZ0fy8CSJp80DNWNuXatpvKWlnHyR7aG/39kFwyJLeY5D4WRPQ/m42CJnwnfOUXoZ0rVINJFJi4FoqxGslPEz2JiP3WMkuJKXBUt0OlV6DB6F1VOTAj7/bcbV7bDOSa7bDCXA6bUbCkphc3lhxlOWhZcn5OYB10NXVHzQvYfp/LebU7bRlZZuWU5SmPv09av329VoNE+sArpKy1WTEtxEzxqyGjU/0qSH4+4O0YETlhJ8TwAeQBUqePmCNX5sujnpsLZkqN4WOPqcfFP9Ui6bEHlB/9CTTcLJdHeyhIZ9J5Kz36vjvPK5XX6K/PSOcvqk8+PaGJ6Gvo15lLzP3MVeY1zHPM9zEfAHxHlN4rKE1esJkoiVqJyNvukMEJPQT9QYdoNNYmJtt4IMcnkHHv+eGYdXbGdJNo/cnAgGEE48SPR0tcBPOkPd73p/LoC97SKV/S5JTsyATJyZrkn1ryrHSqxgqVwGjIPOHJwGua8CVZXg71oMqz1VywL1tk0N8fs+azAvAm+HJ8wN8u81swycUtET+4RXSUJClRHEKSv/M3l3yQmF1LUgUR5FM3V9f9pU1f0ZWV45pRPe4C2wEWr5Nr9TiFXdYU3eNVQzu+YtlPxPMtijcf4DUAPgK3KWJJkaR1rEqSiqMYDiW0ZA/9GeVTZA4yiJhSSMdRg8nBTrtJzIDkRY1fDXQ9FqanJnQoUtWy+n6iwH6/ik5qJe19mk/y1qtI2auWier7/SQZfUOVNBUkYTltSlX071X1/VrJJ8dOqvEZkHz0VWrZ1+Aqeg+/pL0nlXNc28k4geHnJzLru9FXQWIsUC2GH6sqwg5BqZ5PBrLfMBGBMMAtgViEFHtgD2Vfn1po3NtYSL3OONY4FWV1LRWsrL4xA6BtNqhlGpvpwNlseL4Vosu/O+M5jjfz1UwO3Tmz6qqmdIf2/CKfXXbfFXhLXiAUXJBaKV1mmSlZ2GdygJxrgOcXYPZHTIdZZ04xDEGsPkiu4y/+NvJE4qUSdC+KtpsgPEXDl870iJQOfyzTJZuo3yR//ThP070dkjugBdfQb4HUvUztU/FUrGHfxWGrE1ZjXa6BCkTVS0FhB6AeBTANtKvbGTVIOXNWEKQWXCebUbAsCW6+srJ2bqNk7c6EWr1Z18K7Nste0ZB4brHSzee7lUWONzXZ0jP2JpYEycAYPXf80pEjdx890En8FhNQzRCRjfEY9UAd1hG1e9CaElkonFTn8tEgOLoC/I3zC8WFsBguFAs+J6bdt83B37guiOnOzHQ1P133N8jDEXzFDb+e9sXU3Ny/HVdjUo8h1OM8cyf0DumaGhGQq1iM+6Pjkaq0mnUYZESETEAGIWtQp/a4O0Niaoj/Ycr4UGk0sLJGCWUfeSR7vJANytXlubnlajkY/Y1Z5x1B0gRJNZ1MXsI6Xy+l9QzPI1a0nrZEFvF8Rk9vr6+v7xkix7Vf/sjRwDt2QZJEjOBdSdKF9llNzNhBRRBFLGDOtjRL1LDIGYGu+gUrDK2Cr+qBwYl4MfjgB6GZesITvg7jt3Ro3N5G234XcyWWj+zDtNitUe58EhHq60/lHcJRYNiuI6IOilx8U348wlG/O+p1/ZLfg+9eTKF24w0d7r1mcxuGdrIZ0AGOBqM+6mcJrMjSdJOQ0k1CFye50VuI4mqfDv0sHfQBTaMxT7q1rd9e+1oVtxOr2ug3bgdgoR6AoBdpx6A5IPXeQdv/SL0/uLeXvUb/DubnPozB2BYKGA5kXYroYjm1E3ETY2j/Ts201NHTqmVqd3Z7EVUGnICRpo1+V02lVLSsWSDNnrjvBHym7XzEBkr8JEg77BquuZ2xTXrQRf39qL9fWlo6tbSEgHzcYFDQ3Bsmpv4Y5/wn9H8T7W0n0arAeE/sZBso1i/T4gZl9Q2qW0kQO6aGJUz8Jqii91BWjFKXzt3ZdXRdzRu2krZk3dNEnNFLmu/mEZqp6ZLC866ec2AKGynowlKx4qb8hRkeCTI/s5iyZks8Kyh8MazbqVmrWopaZa9SKCgSbxs8BrZlYZ5DogHyYJn39IJ6LKWyngEsSrNk08rIsqaVlzKcLLFcZilXnPVYBbOsG15YP80wB3rEIXDSKowlphONEXfLTgA6GU0VXMPjPo0mnbs3BtYUh3ZVE2319nQA4GXf/xsYIGXPo4K7ihi6iXa3PSgbf6b0FwNixXYqZPz6MCCJJqS327wWoC68r25z70CGIHUtgHS6Qrwp6jYVNquUKmHY4rB9sI/GFRUmLgrjDBpqBIJY+tN6ORDbHEEn2hbaUSn4Gf0HldgizI/GWChC62LGIHDJzIqfUFJGKMvE/Ub38fejfgxZdg/JDZOxORzrZ+t2Lf4nY3S4HfWi7VjBG4z2hsMpTFtmViGXFrFdITCyTQUjn6okyC7ZukXE2dhLxMdQJNAADXV19PwzAnQrqgO5xI+YngVcSdVX7xPhRcypMPQuo4+raX70yZ+RFTJ9ecHS2I9pKcvnOE5wRv8MFX4EjoAwxaYw+/Zp/kr0pjbkWgD23dCNJkI/YlYvHxleW738+JUjR64gZvfI5dXBtSNk5/HLq7G8xDJoBJhiiWkzx5kN5gxzjrmDoB6PKjBhFokEpQFmA5wWgzSC3al7QGsZ1WCG1UQ/eXFrJgKOiQ9/0WrNLOW1dBYhjmdnMP6W5EpfwvgvsesZz5vAclgWabrsaVruikRf0Y+nfiz1pcn3R53fTP2Yg/5mhiVsKuNqubIxI7lwA/wluNW3pDPGC6aT0zRP1nXEsZwt0fdsw1XPwx1emPpOvXuCT2du9v6KNSexFgXAHvYBiq7iNGKOvrzTefmzJDk6f25+/ty9JMlwHHpdNwstGyYHIRntJEch+X4Oofbl554TVObQfMrBtkkmQw1mBUnctG8gN/aAaDbQW7kT88VVQ9GDBldbbIGUXG8toYCzhfmTgO3rOYUV16oz7fb5aDL3fgf9PrTnInOZeTOhtk0i8RFvtHXUog8glMMlU4ziauKrJhDw0KZqNwLCfEIeO9RIHCe+12416mPVcIdWeAG5scMbMZQVkCfSAnKESFLVxj+XFE0GPGCmTFbVNJU1U0BIJaSkl/Oqz7HLM+GVUiGLpUL5icW8bmiiqrKWYplpnxv97QJhHidUDi7CiiTLqkx0b3rK5Mi9kJ6XZZZV1AIWdNXAjiKZkuJgUzGFp9xiAdcXZm9PpfRc9s76bHHG9PNWypJ0GRmiwrJ+Ong85k7PCQ42VF3ABbgdr8h5SYBbxLc7mFe/ib4E/dmm8x0ILg7jDaXAPp36HUpwQ7oxUeKY4MdeDKcQ+lIuzC2nVFNNSYoi9WlGVSVr2cnnvvA9jiwqgmQ7blpbVNPO96AvObmcs0RPIRf1sapikrGWc43cm97upNVFzU07liwooux8z6HxJMIbr7sdGyY/YgYD+D766Oj6o4/edA4SWtj2W2h4Y3wSasJJbKI3ie1VTMeObCeya/1ur9vtoSaxd42uT9lHqOXD0SFHzHcDYiKZ0MhrVPfGOC5uVVo+bvmtjltxw47bj1B2ezuIRvvb26jbbXw86m5Fg2R7UM8dai8jLQndmh25HWK0AuljiE4+Mho+8shzz6Houeem2wXnd0ir/BbUuYWHgwE5/ddo0557bnSdnD0+P4htTE4ED6hF2/0+VIUgqGm8IgD/Ojs+p06nQTpG10TD3O5EhPIR6E3UKxSM1+iRWCc4ORARgYY+4axiZCzXtTKGwnIyx/ICcuyyrac1jeeVEOAHUEBSLksaefuaJPO8LCDbyMe1+wNeSQW1l9eClMIDGFFYOVVrh8DwZF5R+PfM5gwJyYLMiZJmz9uaJHKyIrCSAVRmYge9BijcA0RK/HGIJeFOYu8g/JlSOyAJzpj73golcCd2Fpw4E1YmR2JwuNa+ijbdDCV/mU/H7PnhmD3/h5hpv/AyYOLbcR5txIfeYFKngl7uTI1S16O1MygblzVjTh1/3vOGAbD3hc50WTe+FTNFz4l1d4bglBjFjglVpZWQQIppBYKsIwziLkFH/Yh4igH0gclpogdG14O9PeJHdoNRoApKENANUVHuX7s26B3Wb2lM5mbuEU7rtg44xme63Wj8OcQp9qYOMNN+g5gxiGU2omZv341wGLXQdjS63tzp9vtdmHPD4aC5MxjsHODEP0R/TOevA2/W76yw2Hd8TzRZ6jv8scqnqmblUzPfuFdFyv/61Mx/s7TKj1Q+CWWfnEEL96pFZTTzqf+uytzB/X4e7TLK2L+W3Ah4v0cYPNHgoSfOyggP31sc4tzJ9+bfs/3e/HvRJ87KWekrhfd8RUJ3vy//vl+Esolu+cCeDzil5pL3ICRb1LuOsqMBysYbEAOIIoKmzD90vT++PtpLfBF6t1z+Utf7yfPJFu3u7RGXC5redHnSF28DOmMyPswfxrFjdkf8RggDx60YlONojeq+B69vnQyKXrB+W6mWDzJBOHc0yEPxaDdaqjQwy4eFxbl33GGHqaPzvjdFx4gtPoppZUQMg3v9/j4a7He3e92pcTegPrWMQy3xDvG9xnu9XnYw6NIU9XrE4/kGQzdTPOIaxRxA0joggPmVDnSeD1QTR8DYKpjwjQ8cP17ula+OeldhE+fRAPLoytURbLfLx45BchX1xvmJTf3jMY4iWFjERGClFJICfaCeRISNNbCA7JnVKGXM77y8bjv3feBex6o/uuNqlmRH6I2d1motlwNRuhqu3H7X3bethBXYM1TTqqy2OuRRwiGZMvYrBjrt1uChYQcLpC0+52NoXIW0MtwdDPrbpaOPo/R26fGjper646XRELLrxDOgV3r82Ple6djj6HzlsWOlHmQfm/ZZ0WKt1QEeBGwYEmMq8HcC3ECaIQJzmvB9FycgqYp2qQGHJh+d1WxTNXWvYFXqpbrpGlIDG1nDyFJgnpyoqoYLaMZRzIpTzNq+qaryXWKg6RljQr/3k/FLZqNHNVdVgvGAPRKNR0QYba1Ossk3SrbdvaDXi+Bzg9nbhWEe9IZdMsSDbLYbPfQgUVl0m82tKCL7L+3/g5LZNtZHxLOGuN/s9YCGwbSB0bdN1SHNnd6Uv8UPxvwZwezAtU7UgS96S/tC2/wZi6Yw6aJorzmZp8PpeepU3EP/sUg2/d2F+jep2iXRle5PZLp/QFdKvHEoH3CnXX7ir/8Sx4hWqZLkiQcPtL7XjfpRvwnfqDddMOxnhygLWQRQpN/rdZuTv/7+/nB3dydK/rbi0ik9DOVgqBaPt3VEVUKEbVGWRvPUouADLOp+vtwqFltl3XKs+BPIlmX10bDUOtUq7SiWpaCIpKMhzXfhlO3r5OWIk3dcY64wjzBXmSeYJ6GEuOnBHAZhj7zlToJzQOzDVVwVSfRH22/Qyb0K5TADiOTbJnQPx+zWpyZmgoaqoUuq2+TWOuRe2Beig/GD+pzJipwwd2GxxIqswAqciiUBSYi4w66CBMEJimY4hkL0p8gSBU0CVMQjQRFUAQtK6EU8n05VlNFf7dM/VGLhJgLHCnOpVJGD6wSF50kBx0qK8BMSLwqqwWMQFFhdENgUoC1eEuCSlGBYKqpJd/WyehgM4H+6fyTqwbwIMtXLqAYL+6eIMY2QnFatRa3BMXnA/gYlgMAm48OUQkBhwhVibw0AIdAvB/yDON4OoBmahC7u7ZUXdZMTeWzaioZBLtJEjjOzwJYqjpU2FKwIpqpjbGggGBggFKU9XVf0CvC9bi/QZaycjYIPp5AG7dRMDbOiaAiiKEI7zcBcC+7UdNUUOICHtmhhjndE21R0hFjDDsZ05tqL05ka5ZUYpgGA7DolAPG3lmx3ezCTA0Jo0BShGWSzVC/6YoTmIIaq8k8Z8aj/b8qtUqlVVgH2WWliDAtgVJPBvtkqfZh6z0TEHj6i1lNEVD0TmjIEqmbAzFokSAYmeGfiC9O5ReWJ4TgJPiE0FJ287QZz+4kYz/5ISG48GpA0NFCzeX2riYbdIOgmaqUAjg7HFbFPnPgxmO/9W+qweksdHJtI1bSsdhAGQQy68In8DnwOVeRr5Pmj6watD8Gx0KFB0FoFot7MBoeqNBrGdTlpJXX72rV+Hz5Qr5jm/CrQZ4dYQTqxwQPEG6IbhXkcxUbym8v+ylLTKVNcqtXWa3OSsFavLHzlUJG42igv/Gw+bcD0K51LreWb67etdMLKLSVTePcXmTSlez7RKySappMo1jWR2KuVxIJIogPRa/KW9a/MJfOYaZLN2z8mSR3s4R/HuCO56J150weU+q8s66jltX04xRx968exC+fgj0ke7mCG+fbpbQm1/v/R22GPyM1jm8BvUwS5AnzoJEiYdybW8U4jFsCitU7LiP0ucBQCxwR+6b4E1iTEuTSOf6F6thD9sCyLipxeqtozFT8lpWU/k/167ljueM5Yb3eCgmnrZqGc9mzTsF6zaAic9ETWtm0zBzgzGPbQL7Ec7yrOTKYxhz2Ozx8t/p+DwcJ3DnzXsnnEpvS0s7mgeGowa6vBjJbRP9QfBoPuBDN8AV1iTjPnmbuAWj7EMMRo5VLBOKzFXiGAOGskOo142sKoBoxCmg/HTBQRSrrm42VoP2BIIItwoI6jFSRCH1C8hVdrUaxraqIPKbaa8ispk8sIhWxnJpMzj5u5TKaayfnLSylVxiZmK6wol5fTMnZkV5fZO+9kZW30V0JOEvlni4ph2a9avIZWA8v6Is+5OG0XJC2d2dxcWNgMNjc3Obg6DZdZWspRXE40VTtIK+Z9RtqzrHkk+crtC1qWmfi8XTuEOw58jG+ytR54FcczMf4kvtDEAtUcxHgmHqPvgPmJQQpj6hFX46DXwloHXTnyVLN3JP8q9XKjTzTU3fCtBzxrQHmWSy0GDRLVMNbeEab0kjvvju0BR/b2Nl8kR91wIB8FO7dkDmTibdSnXIOJfafC2ImKuk21XKJY70Uz7VQ6yhS/u5TZQ/0fqoeOW/vADy+Vw7C09AvQ6pgHfQt9CyTrHPCeCtNijgJm22CSyEwRh8RtAKgBG8ahmYIPJBJE7pB4QSdRmX7sYNARQhhvMDf8JDxTtdsLIYnPTJ+0JY0EaI7eDlJ0LwJh+nOWU0vCM2dO2KFdWbKQMD4I15PoS02y50MSqemc6lgqCdU8DQeH273o/faJGdhdOHbUqznWrLVUsd3kEGmSPeF1/xAujW2hpPeAq9oEwUcoQZ14CoG+2PaljqFBFzD6oHuDCRATZAdZsrk+SW4pQMMgGPWzWdTLkr9+PyB/0SQJoIQciGhCCia0lMjHS3EMKonmm8SfkmhZYkSoUodjMixOkViKTrsEX7TnWaMdYtNA25ZXETn+ySewwMncs+3Os5zMCuITT/IsILd/+S+Nd+8RqwhJ/k5U+atPYpFjH1tdfYzlRPzkVV4VFe1tb9MmcvJfQn2KRONJtNTA6OtUGd4g3kBAakosifRMgxBxnViOUBNScfBTRGvG8x99O6eo6BvPScv+f/Rc6S1k67t3/rfXqVhgETr+UzyLZWaKjxAZJ0s1T/AoaD08iLioLiPyNBJS8kqYs0dGP3Pk6z8t8Kotvf+HcErhBDRY/toyfP74PbxlssIrXymwpsVP6CmJ7SW+23kaOXtLnOTEflYhiGV6B+2ZyqhHIyEHijnqJ1q3+0f7zYNshKi3HT0PvTOGCzs7w3FmyrYkxVHubgjSdafmEH2uDfTM3RtG7535Z09G0Wh/2ARZbBjc9d6Zf36D6Ua7IP4cxAV8J4x7l9gugerXSBjrOmo1aIgyoKw/uHNDuSDKbiNTno9OnYp++eJySlJOc9FS++JEdzE8rNeL73PoNm6i3rsDPaMAKH6yJZ3UU2W7WF9otX5dNgw01JXRBxX9IxuhaR5lF8KljY/oCjmZmchDBA9Mz87JE8fgEFG5kE7MlpBsD3fjaJDtBsPRdUhoOOpgDNFGOyD5AfQFoB5QVd9Ed/J1Gt9CRAkifZWQi12YHiuo1c1WKsv3Llcq2b7jVSwNvTvCWKCf6NouJ1iG8QIzbQPkaC/bNbvTGgeSumLsH9KPutmat7waLNSChWxr1W9EqD/qD4YSQsSvQx5qLMKY+MQfjD2echIrjr+xccUhonGCjv1OLUDXd0bDrdg8MBgM+32Qi4c7CGjGNpCOIOj1D9q5j/bIbHTqbdqj4zh07CaAh+w027uIKFzvaLXqjrMnRNV6s1l30gb6VMRa6uhX663WHU35o9E3y4twkvz79OWxk/o6hN8hOiImKzHE9vHJCg1umJSjwHVrXbI+g7vjFXfIFrrIKxZRb8ZZ6XaLbp+U9WDrFbe2il6frN1w0DdZauWmWvRprwkarhwHEEAhIj5ZYwW5n6ziQBQIa7HPNd2lL92uxUIiGqxRIePTqkUz6E7VGsFsGu33CSsu+xFQO0nVrdR+SlMEnkWcqOhOzpDY3aylfhMNLHIxXLlmkYvJvb6Csgknf6WiUFfK4UBTbM3QdBD/sroO9/+mamWZ6TUFTOoRsvEicwBwjTNpUzNp06T5pGWrSSHJH0fvMlIpY/R6SNH3jQa7xfkifLoI0JWRysX+CeVAFwVR0jQrVQ40jPaSCwxy8WibYiPybhaKxVdpWiFTdTLUX1jdBZEH2gHicqAfjAWCs2n84WH5BYsvItQkhX/o6Jm0I7bm5hdqjZSrry+Ea/9PSs+4Kdyam1usNpy0fhzKPlvJWIIg1C+7x9PVxtLaM6eXwluLJvRknyKxIl0941iM9tOUBZJY/rH4F92SwbdYYhDz1mNHjhz7e5IosQfH91jUT+N74lf75bjw5Dhy48jcYO4ITa5P+3TEn3cnYyk2tUzkE1JfmdEBrcSxcuXx2wfO0/aJOEJkkuRLPbCgkHKYpvnaZhB1ASP042+2Oxr0d3ZiRoTQjmLSKEESKLhHPae2qY7QmNB3jqJcA56dntDfBrzDReLhTDS8hO4KnZoPRLceuh0AfFAHEggImFqAKQXHcCcEOQ1kiWh3d3939PlGd9iHtB+GmyHhSYPd3RtMHzXCbhCGDzU2G1003IW/zQbIw3BKN2zo4Q0GSgD4hOF22IBTNxtTNOZ5qFlI6kPkmVps84FhTg34aRoeUKu7FL61CHf46R9kL52avS0Mb5s9NhdmavV2e8tPcVfQ8fm5+fk5xOjq5t2zt91922zY8DtbbT/lrc3Tv5swwJgn3TIb/WSVjPFqGdPc6FcGqLcTkeQwHri+A39DkiTj9MvoM4BfPBrDtk58PxyRBDsQ/FKlEyTJ+gdZEMphpJYQ8UIMYQuDFGR06v6y5pFlJKph7Kj1FV7VjGqgSoVq4TWc7BU8BWcL2T/lFcjKOFPIpsrG6tNrZlkoheUP5+y8Xs3xOW1+SVG+sjSvQb5qFOw8xyvoPfa8YRXna5nMnDGTzc4U0mlznBldf83K0aMrr9FTqa822o9Lhvbo7ApCK7OPaoZ0tdPgeTThRX+BPkfQGlnqotMIx44tnXriV1ZC6DdmHpzxjOwbvw+7UgnYYnb9ZU+dygVmIKKXz9w/41aCT7wZ4xL28KiOyhk1a1bxAa/7PfSLRAqqx8EiZGkfEceOMsSdBjEnVxeDrODVj2dXHWc1e7zuCdHi6h3Bwtzqyn35Zda1LJddzr/ssbmFqXFwDcZAmZmnPjpEU5LGE48c4uhBur69hsW034FXQTzdqJu7geod4qgBYjhROEF7cSctos/wkjT6DLSOx3juZLH03NbS/Ens/awsLQuirv12rll2cnDX05lZDw562bxz6qlcqvT+3gn00wJcN/qMJPGSi+fCjVOXrA38GiUjLxFw/OhKqRJU54rKkp+tLJ+6JOTQxpGS9+7e/IlkXZhkvsdz/ASzydzOXGC2oL+AW+INdIprEyWAwbpkfHFrnUTDiMNq4iZMehHm2imW2K5r/kQbWYmNgUTAHtwQMMdzwGVsXTIkASEB+kTRvgoz/f6alTNFUVIc2wgMXXcd2L9GaRP1c4A59B4OC4okq74JQgUWZBv2+NtABspmVzwrZ5QRy7LAfGHDC2UjZ+ey2WYQbNF0St8zSNp5NGknbaMw1Uacdn1oo/BPbF/cttG+ILE8x7JiSpd0aJzAiljWEN9/Z83MG8BJ1RQ0zdTipu0Tdd9o0EPN14Nwo8iS5tFm8Qo0CxrX63m+HRhlFsAE3JRFrEDaZLWozBcFB/HMQAZTwBsy0I6EysV0LgJGAMjK9SMQPXrdYa/X3e0G3d42UQL36Hcr293tb2cnfhb/BX2V+okExL6WoAmQ1IqI0Bd/HIqPesTF9N4To/9a9xbuucObv/zb9XsWvDsuz3vo6XnqKnS3e/kOd/7yRe+LrkvKL14+wDFQXyJvkzozBGKNxWoOMDKHfeAjaO968/r1ph5s9nqI6cUmLdSjFi2COvSH4O9afD8W7gj3M5L7uZTitoiFvh6FPshduOazTDe+w+ivrj20S27y4LWHUECecf161Ps4PIcZ14/G8qlA2wmvZZwaYIKoBeJdza9DXYmrsE+10CHcenct5YQnzi7fhj4Cr3JvCM/o3wByg/o1J90+f+z+zwG/RcxeBP0+eNH7w0Dq1ECAdAGD1CtuZEPlHdIbLaLwRh9eu3zb0rn10LFHb4f7wN2i7laWPOD++4+db6ed2/YI74xAutvdm7IrE1xfpsimSLwiqYGjQyAVtYsQ5zbiArQBUsZma+3YsbXW5okny2e80/W58/Pz5+fqp93lnSOVV6K9cvGpF54qljsrYaE2f/6e8/PVYqN5bW6BLBk0mU9Ef0I0THl45hxZPQ2Ig10hnQTNcaDvomaDsMJORMYUydXHmMpvVamfW80lYeHNaDQEYL9d/HJ22AM82g8Q4xJgWrwwX01vpisL/S5iul1oLoqKrlsE6aYLJ/xsv58lMHSh2Is0HGKtP8F61+hYy1CtVUglppobv8aI2hMnAdYtwqg7QiXO9FEPBOhBFKHuaLgX10EY7QVdApN2R/skIni/GaEgGu7vb8foeRBc39vb6WeHe1P8YVq3xBB0Vkli2MhqWlAZm/rFwxfkthFID2/S7T2yXgCApV30c6N3oG1XS9kvoy7YDInzaDYP+Uq6lGceiigdT1yq3Jtyd7mc+PBMu7okrj9/RMeOMLlvTAPO0zjW8e06iS+pN8mE1Vq1BtRSJIERaaCYJExjbbwuHshz4TJL40r82BJJXjWR8oiqgdok0dnZ47PwmTn5wEn45A3fgM/3CmrdqeZdnjAuVnbzNaderDs1I6clJYZRS9f/TaXa/smobqZS5vwyzSCmQO42W1gkdzt5BtrmG9Yqq3m6UXXqZXpXmdxC0HJmzZkhd4XnYBZ94t6oXqmklrI/mV1K0cyU3HWNvkHvAHkfID0BqEAYu7vE6h8gMpphaKMBpOhBwrq6Q6A7TUtDH9QstGuAaEVOQIxqRMPd3m6WrIM13ffT62tEdo2ibNhyRDdMrO39/qDf39ne3oEMUTMD99lDAfASIJX97PaU7oGsy0BXbnCBE3R3mjs7N7avX9/+jgMd2fuBdpaZtXgEuXTpR6qXo7GiRC+3gqiDyAbi6Mp0C8khIscjJjwT6oppiLKp9lRTFg1TNsIzjYGkYkOLNB2rEtprnAndkpdJSzk1XvFLzUnpjFdy4czR056nW5qua9RNQH4R/doa06Y6WKZToSagia7NeUk920vvTOPwky+qfnvxbBBD9PhKtJOE3UW9cWb7lpLJHP0CnaMgI9Q7U173k1ALvwMIA7c6gG67RdNptOopqxgLjSfufeu/6Pdfs/jJD0vFVNBoBKmi9PJYUnxLdb/ZjPaa9c9O+aYRywITOw2O/YTH63e2aNT5RGidPzeftgpCHuAxrpp5oWCloWim2bzQBOJAstVilvfTi9nsYtrns8XqDBSeiS42mxcP1o8Z0LjkOl07sJYEa0+tcEhGD651lpMl4oALUe0g0b/0AwAPATXGMZA+21QV3S/6qjZDiD4KthZOnFjYspRdcgok147xjmL6vqmlOEC9xaJ32N/vZgp4yFv8kIt4bb1aXT9HkkP+frtJISTktsqkfTyVf3WqbfPgObHnEQmc9aMQk2nlh1MpBrErCZL0Jq8YRduj68Nut7dcWl7uTpLQzrCsGokiYjMWUbKoKhpujwCdbnf1KNCDrN4M9GygR1lIe1lbLudzRc3MnVRtFT6H3gOpZ3hQM4caJeFVJDGua4Qad1wSi0P1GeMqBSL/almQOCOdLklWV3NExbXN9KQeo79/By+mWfV+Nl1IY8O4z1rnBFEppN1Dz1aIlw99NvW09COSYPqQfhQR7Wq3mwVWGt92tBc1s92trW62GU37VpI2TFowruGkKje/F+kWm01yLXHMJO8GNq1KgY3oqqNhvEsRO711MIBq7Q56N5geUNPegOgXkmcRH6wu4OtuEGSJVribzWYnIkSCK8b1TY110gc9D+AQA/KOVtDEkJdw+HGboutwu4A8JqYwb+x2Bwddvr+zQ5yPthJm3Wx26YOtQ20n+t80pZFlZoZ6whxhmok8k9QlkU/G7j3428jTil4jFqrmAN7di6WT+nZjA1Qw3lADVTbZNKkpKrEfvth7e7F3lvigvujLoo7tDPWSv+VlRfTp8En49vgdUeQ1fj83ryhAdN3j95K1lC4NyVKsrWjqhWwRtkUSsx/bVeOx/3X0F9DzdAUz5LkEBgH1W0B+zCE7IQ38X6YhBxssXTq0NvFQj0mE78WqDeqfKVKLADAJ9FUJWaU0L7I8/7PHsNgVMQpKSHZl15Rw+s85XpLSi43ScWRqHtYrZsUs6VqhVK5gyVYUTjJEC5uCiFkNPVks5dcqIoveDRfx70ZIkp1j+Yz8LpbjWdGoRb/IG0HTz0VlU+Pl+dnXFIqfYznsuBlVScMZ2Mi4vqwzB/6Xk7WzOmTtL/jakMR2cvrda15rIqbZPOinPupPX9Mi5grY9sfvknz7JJB50BxfAzLdJAYMTY0Ilhkx4y/qEwtqd6fbndTtRZ8zVTciPo2fM6Y7RHYkqzVMrzySJt6ysQ9Hsq7phItR5znIgfhBMf/2xU6kGoZK0UHUvgOmLPA2siRfsJNYMUrusfuUVgwMWsp9x8iZhMEp5vQ6QoPYt9yJqDAMiI/6jvYm/uSo1xx7mU98tALScuKNGQeDBM0xhof+I5i1AaOTxB0xMPZrBzFNuNIxEFXibHAAD6jKA/lUq5FoO2IN4imWsjAaHBhuIJx40jZYxlmtZmdVRXEK4uh//nsA1DwSsKzKWOAIuLZ0rOFnzYxRrhgZQ8tIRbco2d9RmJs7lpZ1Taq9OagH8AEZalhdzXm8a38Da6LFyZIgiLLMSwpZbvOjBT1rkvgMvcCJiOMQz84dn3NM2wiw4z+YyuXqMU0ey7z7xMMDUSpGHPNr1GUb+pK6OqO9Xm+LfpItiFMHO2Q7kWdj/BkjzwvM3fHoOLTuyJi3O3Hk1RgvTy/wTJaWm4hO4wwGVgwopYEiU4mXa1LMKHEfK7rdbOr2VLY7tnwHo8FOsphVvPlw4/kGf/zScRj6Seio+UDiULY7hC5OZbMp6GvIFn9uMEjwqxJv3HTaIb2FbtxI5td9xHtlbIEbm+VI3/2TysbBGwfWvLE7pYuGFOjTSI6gf5DP9oODfNE9dMQt7sY0liRR9BJ5rzi9VzyIhX0BvUBpBY4XHA87fge98PDDMw8/VH/44fpDD6OHyQ7kyH5yzfvR++k1B5f4qP1w56GH2w/TD2Ie6jyc7HSSefoV9GvAY0kUUuwiNbanNapktasiK449pUS3FhvhiLspPYssVEp2pgT0P9IkX1UMP+8V/Lw6v10xnfxaijVNrlVJWfNeul/KryyuZPzLtxu10mxm0VDLQa2QsbfeF5uK0K/xSiGYcVJuKrOa8fhUaaGhzJ1Wsuc2H7rtZHuubvFrrXwmZYaOKWdqfx4LFkn7/wT92YEHj4EAty6jeO10EllF9O80rJQuuG4gqv5s0/1QnFoYGV0ji3Ffy5zazPIk97x9xNMlz3teAm71PDY8/HwKK6Kte0fsa/5ikeNkUQL2J/PiKvrl7JkzmU9nbNPjM2fOZF+wJVWU/FP+C9h08Qv0DqkjnpYSFcn+tLe5iBCxi3tk0SqWndbnqnQF1Xm6+tZZQv/bkwCqzphsTegXNfmu0pVOG81JaeeWzFW0uUTlg90Yi/XjzeuNS416PTSspfJbE7eM+MAgCYE6egEkDRA6LvxZPPXmyAQ3jC19Nm1vXdKt8lI2LlEPbQ50sN8CpLtE170PG7EAV0K4QyLnxfHCHKT2ZO0T30tEvE47FMjS1afocqioJcpI6eoCkNXt13qaYwBp9fDxq0og6U5xpVh6tiQSJftpSxdFafQ5QWVZvatqioB6oqIrl3TEasILry0Wl0tpXQqUMw9KviBJakpzXzsHhF73Tqd0zRS/IaiSoHUVVhYmPnf7CR8m68qvHnBwgufqdFGRxDDX7rRAKEnyVF5MQCswhj5xhBgO0bsGgihZbqEwm2f7qpIpFOYL8t8OtrdJkEG8MEpUQKL4Bq4wV8ikXsg/KECm4H4SSzvjYCF8U71y1H+6cbhmnZtoHHHevKk629tx8D5JHrjvPtifqkXzYG2oa82oO4lzuvH3hOiiG/BkIqG3KZXqtJfZFlkEgRq9ydLFdDYRzyTINepUo4bj5XjI6iunUIgeuWv5LpF3XPW7Tx7P5JycILVzhbOXVk5/r+KL9NjotzQZl1S/qJUez+aKevE/o7eSA77DvwFfPbJmmJImiBsluCo69y2FF+9aucz7Nb2cz7wCrvG1Epb09DcSWvcH6A+SWLoiMthldoP1uFZErAsuUYCjD87l8/c888w9ND23vb0FvfHB2XEBpKNfIGVbB/FI1+I1Vw8ssWiXKKWagFx2SOaAl1+jetObzu3TELsuSenPRCQ4fwT3deCddoiWyKkR+ye18K0jugiUiP1arHDkxBowZpgtUBwzdKLvihczrNOwinXqKNG7LKloNhuIrCG/Iy2Y90oq+/oelnAHKz+ipdEHFINdQAq+rODHAVWzqdeKCrvIo5PP8oC68XEN8yzqa8qNJ57KK9IJW8Y1XddHv+eoytdkpc4rmOdnsPiv/T8VJYEs0XKgj9uGdsfWF4JBiViwOsaeOJ0sBY16C5VA1ysLADQTVRTq1TrS/2U5Mv6q1KkBuLRjTDGFL/cBXdaJnoSGO4SYLBqxgRJvBzdNf9TAT8djzUNvqa6uVmU5N9r7a265mqlUjlTEy7LpCKyUdfEVDe0dObvK5kZ/hfr18F3VlWoVcN4V2c/xyDakKwfr8cNziYw8Q1bJGK+0Qq2ihF0il4RRNjurVVEgGotVmIChSFdhQbvBqBdU12u5TCZXW6+OhlFQXkLMUhlEvSaKRvsoG0G5osA5UTRfW7oSlZdq89EzfjWKqtNxw0Q7kY1xIaYezi0hAp5fE6AACCggw+F2r9+N+v3RsFvI5yKQ+vqFQtBDvS0QF0BgOLocXdsi6SQeep+upU3QOkHp8RJjbuJ5MOzv7PTnT56c7/fpigSA1rZ73RP3nYjmzl85P3cIr7YAg8EIrTXDztrY0YS8jEatNaUtdBM/9HYnom4xrXYDDbKh9Iz2ad7i6K97iNfcmp9fPL2Y9/38ifnCsvZmaTZTWmaXdvN+1v1ljvwsSE4xfyn1jBRmy4uLZbj+zcZKsHAi77vFpXJx8aDPvsTodG1awIfUK4dap4D7REREcAHmHPwUx/N3He08cvU7H+reubj0g3ddfOvF8Gyn8ANeubxULkevfvkjrU53cfHi1oMXnjvfzbfP1kuL5fJiiZm2HR2OC4ujy5IIOuJWItBln+PQORppRpcBucH0bjDb12G+bO/0yMJXQBL6A2ALxIvvRWJLnZs8MvZAoAKSQ7wwggPHi8l8+WX069SWRVfxi7WpZEFcYqkiGnEq2AM9xEk3rKFOTcnJsmZbkp5SkZ0NcpqsBqI4+3Al5zjtCxfloHVHs3kH+tDMK+ckLGmapAf5jMWqjiabdUlw9Uru4oW24/xKcGezeeeU/LyPfgPmzxKR4xD5/YVwmQOeYfDYFel43uDIiiDcJOQbNzZIdTmABht8p9WmTuUGR37KgUMfkcWgJIsp21V9X3VTtsbz7Btv55SgXE2FYapaDu5rNBvw+Y/jMx3dy+hOytInZ1acMHQq5QA9Y5RSooFTmswKAgvNTylIUrZEM3BNTpI40w2eC8jNGpfHZ0qcIHCSZqXl8ZkGUU0YbjC9VoFCbbm4RVzBNlCnxVVi91ZoMcyv4zNH6sLDV/ZREI36//3cwiUU9baQnlo8e0m4NNqP5t6HAi0cz7MvwBirkrgHCuqA3ISx+cpPVoohIi72yHIx6HV0CWXuWf/M0tLpzLMcWe/otP9ajnutR9c+KsvyegCZYF2W6amQSUHRIb5F4qaSVUejeIGCyS8WxOG2xEKGGIztdL4wU1uutIO0pCimYVspw9ZA8N3cLDtoyPMKgcPPP3LbgifzgqRoluNli5X63HKUnfKri5959J/yVDeKTXMtWkaDOahjzT9WmT4vwD9fCwuzal/27CCVtv7RCg5FeM1+vibJiq7u1mYK+XRKn2DE7cNxGR1iryezHuY5IaVhAr36iBntRs3rTZjhA/i7fj07oH/bScDaWMc0TGx09He/Yn/k2ELnEM/bCA+uE+RGkl8ZBL3eTW7AQ6KE2utP5tzvoefgfiUSmebQ+Gkquq3Gawkd3ufilQarjRAX0a5bxJplZR1c/DnI6qYVpHChc/4NftV5xZtf4VT9N6Dniq6hcayg0cWRJtnRR6/crh49d+6oevsV5sC3rRvb8FDFjyohCm4w/S3E9FGXrIx+sK6zBm0PmBpIQARvT0dG130YCRtIwNQBYBJcQsQJkFX9sN3xjcPL5PxlI6teNVaRelXNNkqrPxIbvz8b7/1JcnDKqPLH8ZG74yM7sV4sHe+dio8x0/7AMo1cBqCLOz5Z7xxkG5+sPgpzorvzVGEwKDy10z3xpnu8N7/Zu+dNaG/HedMntrY+8Sbn6pvNh99x4sQ7HjYP8VAZti92j6krb3q+eevzb3n2Lc+dPHMb7ZE5Thzu4xgGH+hrOvnhDBpd04pjGvp7mVIpcz8CiocNDGTvAdhHHzuNzghhVs82hDNn5FzRzWbdYk4+c0ZoQGE44UHUT6RMvJMcGqqTROwc2pxEYQVgoh/7vMfzPI3pYLwpgwNz2QxuSrqj3V633+uDHMdjzBdWilObnI4YVXXKZefmlKzdX/67fn+XlRVRNg1FdN3JVjFg67BT6yiO5+WLeSxHh37pCc3cYIAb3+yiHys3+9M2P56sXYhAKAgnniQo2L3B7KKt2CEZDcleL3YKIZcpyfu/xrxYHDqNPT+I0KlQe810xM443pzMQHR9t79DvDWy19H1vR6QqO3daLeHdokWsU881uhKnN0g+ZuKoR9H79LeuOnXCYkrQeyv5EY9GvniBn2ywgpaIQb+gPoS7O+j3aK7G/9wIWyiIMo2s8zB+gD7h/wHoI+5Go3LiFrJt4t6AFCj6/SPhsxfH13LxmsZMy8ZN4eSIIPpPiGhsdT1ja42tL0zQINhD0hpLBLTxTpiKfiAr9O45U41XF1GVJWULEm9SmUvt2aQJZPrUMnPcliVOc73ta5qRLwo4b9oS5dE3kAqWeOUT6vKOdcyVOtjMpb3pNerkrKzlzznq+grdM0Z4v20WkQ06IxoKNP0l25ImAogCqCI8DrRuennZIOpB43+BzFYTp7kvuze6Scd6Nn3QbqoMk3mHuorg1s0rgjXO94GILUOWS0fACNdLr9ElqZthz6pkoGIto3oaqI1x4v8SosMYxKP6Mc0hWiZTyLfE6ii1U80zCwTpBtmyg1GzwdOaKTSAeJqgqZ9QcsINV7VviAKiv3zn5cwV+NM/HlJZGusInK7uo1GPTKgcviiojv6UHdcYbSnYe/fqtIQa+jRiwgDqMMXfuCClJoN8cXRN6/CPc/Bva/qGf4cqw7PcQZ+HGMOttJVAY9+U+luAaG/lM5xltrTHUdfkux0T1IvrEqqymixnpllqPR1gjnD3AF99BTz3cwLzPcy7yarQSNgoId6y28T98Iiaofkl7EM5K96RELv+F57hW2IJfLje2vtFeg1DGxrmahKThFIHLo+Ib3EanGoK+NFxFuhL6ajEvn9vrUGyPtt3CQXd6iSk9h6TpFAuI4PYvGt/fs3Zv2ubgG+UdVCoirwLM/qaVbhWC7j8RwvoZDuFFLLV7GOUtpr25rA8XZ9HlmmrtzXEnIHff/qHEiBP1FnOcVIV1Ue8RlRSEuLmfyrFjlRWc66eV5Hb8wVTFNDb7yAU7MNfPGd58lWuvins938zN3w/ahWYkXdslRs55/ikISwjESWn197isNINvCplNF3oqu3GabsL5cvXWZFXnrQsd2tO4ESXnLDQkiMT5s6EtHsiSfgeiQdd1JvVpdOWZKZrhwN5rV7NIF/9J67xGl9zDXqrQjzPnaf7rgEYgIBiH9IBbfIT6LujgZLC6Ul6JCl6pEm6i3NFxY4nY8KR9CFV/2C7OgBh7luYKbVeA8efkdeTzMCGSuJL3UAGOZOKusQS1Ucbu1O2RlcXOv4N6vqxkqpIvmZv5pPfiqSeDs2ThEGCJUF8BPBQEJBqHnYv3hywblA44h2veLrmsHrdmkekt++XLinzNm6VZOQgKwV1z1iQ0au2brNnkqLbewg1FWks7tRL77C7d25luQIUc53Onm7ZmKZz8i2ptlKFuafOWOtpkqlFDqQ6QaUL1K/IDS1GhZZqwJH1L+/wsXtC1HU1YzRrql0+fpy/RVd3s94r0KBbymfkU0WDQwtCFSTVEA1jAdG/0s2dGXy3v4FPCdPfoOnehIla56PDZ0+XQW9tYzQE++UfsitVNwfqiwVi8Xj7/TKbOUjSre0VGr7pZL/rXa5wlZcv5Tc85vos+RXZ1GioCLaJBIjD7JxvCG/urCM6FLuCV722x0Rt9E3nXypfHzz8qUzunI6Kh6RZUnTK/Npz/H12ncc5zphekYv59RiDr2nkNY2T2zW5+fRLJrJI05sVpGK9Lk1b7HJqkrYsQxsVVPcVCximowZuhJG8gMsibcriv4xhcxYzo7jgk7chKAnxj6gGySKOV53zqQZqoRfjZXxxKhAEBja23jq+ac2aLIXRwPtLJbWFhfXSotFt1pQNAFjpe5YqbTpYsWW1WLVLSLmVHLNxlP/Mw7i/m4sUGd2XjBljIXORniU42+v1mZmszWOf7rVhPtMxbt+Av0KI1Fb9rdbYeafXsvPfTtVO/DtKVD9X6zQqk1+JJTM4Tg+DYaJH06vSkvt6xFxE5v8DIU6UBQN6qkpCgqoFxh1EzPVXRpzpprXOoKjkqBl1RE6B/1C6IpN40YJt/X8TmzwxjWyZkxEAx2J6EZGSyf6IWljNr9sLfjnZhe31nDrwYc+/9C6cuJQGQoaUcaL8qXZcwvb29F2uJbxVgtl2Js88y/Rz8TPJH5pPrFGx17X0EanCjOF2KTjsDcifQlLW2ti+6GHTsgbs7kj1kL2XGGxe1MJ+unZ8wu9XriWddcK5dFPTu8dtJX0tUj8CDqx2Xus7hoSpfkO+UXeAXEmaBK3gmmfU4LyFgDFnL41njkksREUrdJ4Xpe4gU7inMY6p5CuMETVK+3OYfxOfzXvf9d1PbFtU2Hcz4kdO7HjxJmd2M2SNH/saO3SNEmblbKtdARVLGmZpq2CAwgJGpVDNWlruXAwGjuQHTgh0Uj8uew+USQuoO02DlRICKniz2WXVewCEhx2cnjfe/njZEWKXpQ4tqwvn9/7ft/7vt/PfYQkQYJgWBLcfwVJ+p0yfrZPhVW8LKnhPvHf4DRDEjLNWjMDeTI4s0tZrd9P8UYEprqIwTOjfGWX1ENlQE3EI/gQr0ftwMTGPb4zB+CGE1L2221jtGWDHJox34W0YhUYjUP7pC534EMOjagLk4ok8Sj46nAFwPDlAGJ2DYZrNxFzc8wPoevheWXdhTh6ktJccg3U0lLu8b5DCt+1HoxzQA7Vx4Toc4x8gBsFFgkFdmVhR4Ojy1y4T5RSs2yyEqJn1p3uHUsQ6FuPWd6eNppnVW1xbVFTzzaN6W2krF6+vKrQcXupbNWCUlEvLCwU9KIUrFnlJY+dD4mdn6s3r+fSaJgI9SQGrolN8Zyo5mOxnDfB8Pe9e9fFtKqm1ZHf0v0ewBl0KY9OY7BSH9v9qbaeIMMEqZWqgaDmy3WOCb+76eHl+IZov5+Mr+IeFsi+eauke+CvFWAWoS+QhT+k6Aq//Tb42lhZYby1SQHqb8iO5WJ2gSsM9UfqepyU2JAyAEjzPZCqEp5hASNRDwt9kuTl4PyVROLKfFDmk4hpuscor7TbJlXs6C5ZJbZs22W2ZHn51xSS4Zk54QmtQCsZcYFRWzNJmgOvifdZPJzZyGQ2rsPwJs3TVKEx5scuYuA5ILd4VMwXisVCvtjUCJL+1jQBX8p9H/b24tO6wyWi5/Mqs34CFwKGs4POfNKdP1iZAOxBXGePfTH5C9Ig6ZCbd4AwgYhzt4yW2XJ/5QNgrdmtrX3HeTj8cOA9sgWC033xaXShTXUxqg61smk6LZBJCQomcGEJUGAjDHPQf6A/sa8DdzdBCRqeA6GNr27jIPJ+XhB28F8WLQlap5PvqOhxPqAJO8+QUxIef1zoLMIlcEzb62H8Azq2LzEt5irz+kRcwdlELg0HUDZdmKwA3y/dpjt/NhFmwZAFQqx5i9erabYMgbZNCM0QbAzW0+QoyzT2OnuNxu7dvYb7aDPF+3leM8JK+t3l2dfSihzm/CIXVkVxXQxwvJ/j9YSiWzzn5+PTP0BKfup87eiFV2K/rGZzaeySDXytvbu7eHj5KYvCMmLR3LlMkg1KWkgSIoGEHa9PxY9YFqMcHAb4UCTCbkpIi6btyvLF91JC8salypkPDyQSn/DDfBbUareYTaKHPG6NScLWyiKYZgb9v2noL7JzeCIEy5AqCBt7TyEGhhnaZaho1vNEWNL6FIetENPl8Ok3Fuy1KTkk8z7RJ0UEoRGAXJ0fHzT1GO/3cfrpG5f8HIsRX929/3b14k/LqYw55RVgQ7OjkM/98mdWlhA6U0kaSAzGgpKg+PScNp849ZBlw2EIm/C4/v3XclQ1jNmdt566/5jvvFja+CokjNe1Q550TIsvR6uUPHPsWvZqdvWj7FgC97tbmQufJYYY4At0m3BMxwNwOvog+ymcg24njm5lzv8H6FYYzAAAeJxjYGRgYADiiMOTzOP5bb4ycDMxgMCNg7laMPr/r///mdiZQCo5GMDSAEd5DAAAeJxjYGRgYGIAAj0mhv+//v9kYmdgZEABjHwAXxgEPgB4nGNgYGBgGsWjeETj//+JUPNr4N1JyP3E+IM6YQQAtxYMDAAAAAAAAFAAcACOAOQBMAFUAbICAAJOAoAClgLSAw4DbgQABKoFUgXIBfwGQAbCBt4HBAceB0IHgAeaB7AHwgfQB+YH+AgECBgIKAg0CEoIXAhoCHQIwgkOCVQJhAmmCfwKqgs8C9gMPAywDP4NNA3+Dl4OpA8ED04PkhAIEH4Q1BECESQRpBHkEfoSUBJoErQS1BNOE4wTuBRgFLQUxhTYFOwU+hUaFTIVShVaFcYWNhZuFpwWuBbgFwYXJhdGF2YXlheqF8YX9BgsGF4YphjeGQIZGhk6GZgZ0BpgGtobEhtEG4Yb0hwUHFAciBz4HXYdoh26HfgeHB6IHvYfPh90H6Af4iAEICQgWCCSILYg3iEGITYhbCHcIjwigCLYIxQjaCOiI9QkTCR8JKYlDCWAJegmDiZAJmgmkCbAJvInKCd2J7Yn5CgQKJgozij0KQYpUCm2KeoqJCpmKpQq6CsmK0orYCuiK94sPCx0LKQtHi04LVItbC2GLcot5C3yLmwukC8CL2ovhC+eMAQwaDDQMTAxfDG6MhQyPDJSMmgyzjL6MzYzdjOiM8Q0EDRGNHQ0kjTYNVA1eDWuNeg2QjZqNpI21jboNz43Zjd+N6A31Dg2OGA4fji8OO45Ejk8OXA5pjo2Oxo7TDvCO/Y8IDxqPIw87D04PXg9sj3uPgg+aD6aPrw+3j8cP0o/bj+gP9pAHkCSQLZBPEHSQfhCCgAAeJxjYGRgYORjmMIgyAACTEDMBYQMDP/BfAYAGdsBywB4nG2QTU7DMBCFX/qHaCVUgYTEzmLBBpH+LLroAdp9F9mnqdOkSuLIcSv1ApyAM3AGTsCSM3AUXsIoC6hHsr9588YjG8AYn/BQLw/XzV6vDq6Y/XKXNBbukR+E+xjhUXhA/UV4iGcshEe4Q8gbvF592y2ccAc3eBXuUn8T7pHfhfu4x4fwgPqX8BABvoVHePIWu7BK0sgU1Ubvj1lo27yFQNsqNYWa+dNWW+tC29DpndqeVXXaz52LVWxNrlamcDrLjCqtOejI+Ylz5XIyiUX3I5Njx3dVSJAigkFB3kBjjyMyVuyF+n8lYIflmTa5wgw+phd8a/qKxhvyBzUdClucuVc4ceacqkPMPKbHICetmt7anTEMlbKpHahE1H1OqLtKLDFhxH/8fjM9/wHeV2HqeJxtVgWUI7kRne+x2+wZz+7e5UIXZge8YWZm5kTulm2d1a0+ST0ebzgXZmZmZmZmZmZmZiqpwZ59mffG/lUql0rFW7Wt/K+x9X//MEAN26ijgQBNtNBGB1300KeTHexiiD0cwVEcwyk4FWfDaTg7zoFz4lw4N07HeXBenA/nxwVwQVwIF8ZFcFFcDBfHJTDCJXEpXBqXwRjHcVlcDpfHFXBFXAlXxlVwVVwNV8c1cE1cC9fGdXBdXA/Xxw1wQ9wIN8ZNcFPcDDfHLXBL3Aq3xm1wW9wOt8cdcEfcCXfGXXBX3A13xz1wTzBMECICxxQzzCFwBhaQiJFAIcWZ0DCwyLCPJQ6wwgncC/fGfXBf3A/3xwPwQJyFB+HBeAgeiofh4XgEHolH4dF4DB6Lx+HxeAKeiCfhyXgKnoqn4el4Bp6JZ+HZeA6ei+fh+XgBXogX4cV4CV6Kl+HleAVeiVfh1XgNXovX4fV4A96IN+HNeAveirfh7XgH3ol34d14D96L9+H9+AA+iA/hw/gIPoqP4eP4BD6JT+HT+Aw+i8/h8/gCvogv4cv4Cr6Kr+Hr+Aa+iW/h2/gOvovv4fv4AX6IH+HH+Al+ip/h5/gFfolf4df4DX6L3+H3+AP+iD/hz/gL/oq/4e/4B/6Jf+Hf+A/+W9uqoVarbdfqtUYtqDVrrVq71ql1a71avzao7WztsigWyYilKWeaJSEf5IxQSclSsybjmCfWFOJhZqyKxQmu+zljxhOuRdjJqbmKeTeHUiQLU+CYR4LtFDiTVhhheaEg4Xap9KJQkLJZeZDKbCYSUx4oYwuTDLdWJDNTkqRrxKTdOUyOT6KPd9Z0YZZVSpYmZoZr02ByksU9JsWMnkrP5rqTE5JPbQETlZACD7WYzW2bJUyurAhNk+lwLvbJdVqr5ShSyyQ37BA57qzpQtJp35AsyVLS0cWRv9Gd7Z5Ej7sbjF6Os9Sd9DeJ8V5FRVkqRcgsb5WsbaZtwJZMRyaYsHCRpa2JUgv3u7oDe5MsikSoEjNioRX7wq5OWbMmk1RzY0ZSzdRpG2xCq/XJkfWJS60sISW7a95U6Sw2ww2GFjyJzIbITKssNb01I4035DWnV/FNeatSis2G7VbT2yiBWpNMyIhAd5IZkZCFMUsGJU4pH1TSL8mlosNeyCRZw7RzSaskOiGLuWaOF+SQvsiltk5fTszymdKrTjgncsQ0Z+0cTtxvPaJi4QUzFYSkSCeK4tAIpQoX7jOLBqGK+MhY5u6MTI8KVWkSDxdUjPQwqymbRy5uuxVF7nThHFSMlFGir6VTyVY7FUW+48wOK9osyAzSd/QQp9C5VzH3lcxirqbT4cmspB0xM/cvaUbcLCgUzUiYWBjTcukvFYs61BvIAUzPeN3BPfehnIepwvIa3N1kuWIYbjJ8xncLzkTJqFdi8vTiWEF451Upv1NxE5cNlcK8vblA9AsOP0jJ4aX6OZdpeSKSiKwbVhQ1EBsrzatzS+aFg4I6gzSL6ap83ULYcM4Tyq1Fp2BJW12q5Ehb2a6oUonKrLuz9EdKjXumWTofVgxDzc7yA3uYQw228sqZmbL81ILQPFb7nCIaM99TS1vo9lIDFYKUZCulQcmxWiy4nVMdzualWssmkpeGOQt8epZPyGR5lJHXtEv3fsVwk6JUsy8irto8ZkK6eupUaNzwsMcPQq5TS4J82aJruKbu25uykJetqlUSrSnnkcvfYCokCdanks16+WNHzNBNFZFFQnULgqJvBwWeMSm5XpVyIqbxVBLekf2CoLK0mSmP/CsajjCdmVIzSU0pM+2ZFpE3PMh7WDBnNFx1Y85d452LiIIbkAg9oiaijr9tFGqV9nKYP+NYQVCPoHmrxQnKYSaPbHD3KRMpzeUw51EnopT3U2TvECefFZus/E7jLOiu4bjjcv1gRO0sqotkqtqU7dalXhzQrkBVTV8rSs62uyMfitJ9TjI5IWTycPWolzErlJ+CrZIYuA63rswgZto1NL8yjIqB2i0oF6ZOjl09F0IRnzJaKgYFpcLMbSzDnBSugfhpxQuOoWHEIjPn3Ba6XLoWV+T5F/MZVRXN+RZpypy57RKMK3S87lAnFi5CTrgZC3KJ5Q3aJzLTiIm1qrv6aiY0FchfnWLXoUILEuXDnKhWymRsNeftlNHMca2/S98+k6j/NbzqgWvU3pHeB2vS27tTrEojX6Y8arls81aXYFz3CZgqbadKUq67dapI2rYfznYuTCvVKspCa9q0EEZ+zatrHqkWCdDNqdjW1LgN3RJlkvdNSFYnKnVRNIHhLlhtQ73T71udCo0bHhJDcOmzO8hhYCSZbzo0d7X17wxoNkjymiFDt42iI0vDlsepXXU9pBKQPGp7PGdyGlBXDRerBrVtzQPfhOw2ubpF/35qdi3ZLigWgsm2C7RfMes+5HaexRPjF7F2gbO06xRy693WLHDdkp1dmhSJkT5pG4TNvGuXwlJ65aI5rlODU0dpraEiNIxaVxi61cdtbCczA2p9lPudLI1YvqMGOaQvNxkb+y6t2z7E3qMVGq/hcYJGTISkPapJczmh5NpdcknLFamMIv/cilFu83slQ1LUaCcn5w1LlitVvyUfKzlLEc2cR1y+r3+61G6zntBS13fzJV/xXNJVVHOV949t+t7a+h8qJiExAAA=) format("woff"), url(../fonts/dashicons.ttf?50db0456fde2a241f005968eede3f987) format("truetype");
    font-weight: 400;
    font-style: normal
}

.dashicons,
.dashicons-before:before {
    font-family: dashicons;
    display: inline-block;
    line-height: 1;
    font-weight: 400;
    font-style: normal;
    speak: none;
    text-decoration: inherit;
    text-transform: none;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    width: 20px;
    height: 20px;
    font-size: 20px;
    vertical-align: top;
    text-align: center;
    transition: color .1s ease-in
}

.dashicons-admin-appearance:before {
    content: "\f100"
}

.dashicons-admin-collapse:before {
    content: "\f148"
}

.dashicons-admin-comments:before {
    content: "\f101"
}

.dashicons-admin-customizer:before {
    content: "\f540"
}

.dashicons-admin-generic:before {
    content: "\f111"
}

.dashicons-admin-home:before {
    content: "\f102"
}

.dashicons-admin-links:before {
    content: "\f103"
}

.dashicons-admin-media:before {
    content: "\f104"
}

.dashicons-admin-multisite:before {
    content: "\f541"
}

.dashicons-admin-network:before {
    content: "\f112"
}

.dashicons-admin-page:before {
    content: "\f105"
}

.dashicons-admin-plugins:before {
    content: "\f106"
}

.dashicons-admin-post:before {
    content: "\f109"
}

.dashicons-admin-settings:before {
    content: "\f108"
}

.dashicons-admin-site-alt:before {
    content: "\f11d"
}

.dashicons-admin-site-alt2:before {
    content: "\f11e"
}

.dashicons-admin-site-alt3:before {
    content: "\f11f"
}

.dashicons-admin-site:before {
    content: "\f319"
}

.dashicons-admin-tools:before {
    content: "\f107"
}

.dashicons-admin-users:before {
    content: "\f110"
}

.dashicons-album:before {
    content: "\f514"
}

.dashicons-align-center:before {
    content: "\f134"
}

.dashicons-align-left:before {
    content: "\f135"
}

.dashicons-align-none:before {
    content: "\f138"
}

.dashicons-align-right:before {
    content: "\f136"
}

.dashicons-analytics:before {
    content: "\f183"
}

.dashicons-archive:before {
    content: "\f480"
}

.dashicons-arrow-down-alt:before {
    content: "\f346"
}

.dashicons-arrow-down-alt2:before {
    content: "\f347"
}

.dashicons-arrow-down:before {
    content: "\f140"
}

.dashicons-arrow-left-alt:before {
    content: "\f340"
}

.dashicons-arrow-left-alt2:before {
    content: "\f341"
}

.dashicons-arrow-left:before {
    content: "\f141"
}

.dashicons-arrow-right-alt:before {
    content: "\f344"
}

.dashicons-arrow-right-alt2:before {
    content: "\f345"
}

.dashicons-arrow-right:before {
    content: "\f139"
}

.dashicons-arrow-up-alt:before {
    content: "\f342"
}

.dashicons-arrow-up-alt2:before {
    content: "\f343"
}

.dashicons-arrow-up-duplicate:before {
    content: "\f143"
}

.dashicons-arrow-up:before {
    content: "\f142"
}

.dashicons-art:before {
    content: "\f309"
}

.dashicons-awards:before {
    content: "\f313"
}

.dashicons-backup:before {
    content: "\f321"
}

.dashicons-book-alt:before {
    content: "\f331"
}

.dashicons-book:before {
    content: "\f330"
}

.dashicons-buddicons-activity:before {
    content: "\f452"
}

.dashicons-buddicons-bbpress-logo:before {
    content: "\f477"
}

.dashicons-buddicons-buddypress-logo:before {
    content: "\f448"
}

.dashicons-buddicons-community:before {
    content: "\f453"
}

.dashicons-buddicons-forums:before {
    content: "\f449"
}

.dashicons-buddicons-friends:before {
    content: "\f454"
}

.dashicons-buddicons-groups:before {
    content: "\f456"
}

.dashicons-buddicons-pm:before {
    content: "\f457"
}

.dashicons-buddicons-replies:before {
    content: "\f451"
}

.dashicons-buddicons-topics:before {
    content: "\f450"
}

.dashicons-buddicons-tracking:before {
    content: "\f455"
}

.dashicons-building:before {
    content: "\f512"
}

.dashicons-businessman:before {
    content: "\f338"
}

.dashicons-businessperson:before {
    content: "\f12e"
}

.dashicons-businesswoman:before {
    content: "\f12f"
}

.dashicons-calendar-alt:before {
    content: "\f508"
}

.dashicons-calendar:before {
    content: "\f145"
}

.dashicons-camera-alt:before {
    content: "\f129"
}

.dashicons-camera:before {
    content: "\f306"
}

.dashicons-carrot:before {
    content: "\f511"
}

.dashicons-cart:before {
    content: "\f174"
}

.dashicons-category:before {
    content: "\f318"
}

.dashicons-chart-area:before {
    content: "\f239"
}

.dashicons-chart-bar:before {
    content: "\f185"
}

.dashicons-chart-line:before {
    content: "\f238"
}

.dashicons-chart-pie:before {
    content: "\f184"
}

.dashicons-clipboard:before {
    content: "\f481"
}

.dashicons-clock:before {
    content: "\f469"
}

.dashicons-cloud:before {
    content: "\f176"
}

.dashicons-code-standards:before {
    content: "\f13a"
}

.dashicons-color-picker:before {
    content: "\f131"
}

.dashicons-controls-back:before {
    content: "\f518"
}

.dashicons-controls-forward:before {
    content: "\f519"
}

.dashicons-controls-pause:before {
    content: "\f523"
}

.dashicons-controls-play:before {
    content: "\f522"
}

.dashicons-controls-repeat:before {
    content: "\f515"
}

.dashicons-controls-skipback:before {
    content: "\f516"
}

.dashicons-controls-skipforward:before {
    content: "\f517"
}

.dashicons-controls-volumeoff:before {
    content: "\f520"
}

.dashicons-controls-volumeon:before {
    content: "\f521"
}

.dashicons-dashboard:before {
    content: "\f226"
}

.dashicons-desktop:before {
    content: "\f472"
}

.dashicons-dismiss:before {
    content: "\f153"
}

.dashicons-download:before {
    content: "\f316"
}

.dashicons-edit-large:before {
    content: "\f327"
}

.dashicons-edit:before {
    content: "\f464"
}

.dashicons-editor-aligncenter:before {
    content: "\f207"
}

.dashicons-editor-alignleft:before {
    content: "\f206"
}

.dashicons-editor-alignright:before {
    content: "\f208"
}

.dashicons-editor-bold:before {
    content: "\f200"
}

.dashicons-editor-break:before {
    content: "\f474"
}

.dashicons-editor-code-duplicate:before {
    content: "\f494"
}

.dashicons-editor-code:before {
    content: "\f475"
}

.dashicons-editor-contract:before {
    content: "\f506"
}

.dashicons-editor-customchar:before {
    content: "\f220"
}

.dashicons-editor-expand:before {
    content: "\f211"
}

.dashicons-editor-help:before {
    content: "\f223"
}

.dashicons-editor-indent:before {
    content: "\f222"
}

.dashicons-editor-insertmore:before {
    content: "\f209"
}

.dashicons-editor-italic:before {
    content: "\f201"
}

.dashicons-editor-justify:before {
    content: "\f214"
}

.dashicons-editor-kitchensink:before {
    content: "\f212"
}

.dashicons-editor-ltr:before {
    content: "\f10c"
}

.dashicons-editor-ol-rtl:before {
    content: "\f12c"
}

.dashicons-editor-ol:before {
    content: "\f204"
}

.dashicons-editor-outdent:before {
    content: "\f221"
}

.dashicons-editor-paragraph:before {
    content: "\f476"
}

.dashicons-editor-paste-text:before {
    content: "\f217"
}

.dashicons-editor-paste-word:before {
    content: "\f216"
}

.dashicons-editor-quote:before {
    content: "\f205"
}

.dashicons-editor-removeformatting:before {
    content: "\f218"
}

.dashicons-editor-rtl:before {
    content: "\f320"
}

.dashicons-editor-spellcheck:before {
    content: "\f210"
}

.dashicons-editor-strikethrough:before {
    content: "\f224"
}

.dashicons-editor-table:before {
    content: "\f535"
}

.dashicons-editor-textcolor:before {
    content: "\f215"
}

.dashicons-editor-ul:before {
    content: "\f203"
}

.dashicons-editor-underline:before {
    content: "\f213"
}

.dashicons-editor-unlink:before {
    content: "\f225"
}

.dashicons-editor-video:before {
    content: "\f219"
}

.dashicons-email-alt:before {
    content: "\f466"
}

.dashicons-email-alt2:before {
    content: "\f467"
}

.dashicons-email:before {
    content: "\f465"
}

.dashicons-excerpt-view:before {
    content: "\f164"
}

.dashicons-external:before {
    content: "\f504"
}

.dashicons-facebook-alt:before {
    content: "\f305"
}

.dashicons-facebook:before {
    content: "\f304"
}

.dashicons-feedback:before {
    content: "\f175"
}

.dashicons-filter:before {
    content: "\f536"
}

.dashicons-flag:before {
    content: "\f227"
}

.dashicons-format-aside:before {
    content: "\f123"
}

.dashicons-format-audio:before {
    content: "\f127"
}

.dashicons-format-chat:before {
    content: "\f125"
}

.dashicons-format-gallery:before {
    content: "\f161"
}

.dashicons-format-image:before {
    content: "\f128"
}

.dashicons-format-quote:before {
    content: "\f122"
}

.dashicons-format-status:before {
    content: "\f130"
}

.dashicons-format-video:before {
    content: "\f126"
}

.dashicons-forms:before {
    content: "\f314"
}

.dashicons-googleplus:before {
    content: "\f462"
}

.dashicons-grid-view:before {
    content: "\f509"
}

.dashicons-groups:before {
    content: "\f307"
}

.dashicons-hammer:before {
    content: "\f308"
}

.dashicons-heart:before {
    content: "\f487"
}

.dashicons-hidden:before {
    content: "\f530"
}

.dashicons-id-alt:before {
    content: "\f337"
}

.dashicons-id:before {
    content: "\f336"
}

.dashicons-image-crop:before {
    content: "\f165"
}

.dashicons-image-filter:before {
    content: "\f533"
}

.dashicons-image-flip-horizontal:before {
    content: "\f169"
}

.dashicons-image-flip-vertical:before {
    content: "\f168"
}

.dashicons-image-rotate-left:before {
    content: "\f166"
}

.dashicons-image-rotate-right:before {
    content: "\f167"
}

.dashicons-image-rotate:before {
    content: "\f531"
}

.dashicons-images-alt:before {
    content: "\f232"
}

.dashicons-images-alt2:before {
    content: "\f233"
}

.dashicons-index-card:before {
    content: "\f510"
}

.dashicons-info:before {
    content: "\f348"
}

.dashicons-instagram:before {
    content: "\f12d"
}

.dashicons-laptop:before {
    content: "\f547"
}

.dashicons-layout:before {
    content: "\f538"
}

.dashicons-leftright:before {
    content: "\f229"
}

.dashicons-lightbulb:before {
    content: "\f339"
}

.dashicons-list-view:before {
    content: "\f163"
}

.dashicons-location-alt:before {
    content: "\f231"
}

.dashicons-location:before {
    content: "\f230"
}

.dashicons-lock-duplicate:before {
    content: "\f315"
}

.dashicons-lock:before {
    content: "\f160"
}

.dashicons-marker:before {
    content: "\f159"
}

.dashicons-media-archive:before {
    content: "\f501"
}

.dashicons-media-audio:before {
    content: "\f500"
}

.dashicons-media-code:before {
    content: "\f499"
}

.dashicons-media-default:before {
    content: "\f498"
}

.dashicons-media-document:before {
    content: "\f497"
}

.dashicons-media-interactive:before {
    content: "\f496"
}

.dashicons-media-spreadsheet:before {
    content: "\f495"
}

.dashicons-media-text:before {
    content: "\f491"
}

.dashicons-media-video:before {
    content: "\f490"
}

.dashicons-megaphone:before {
    content: "\f488"
}

.dashicons-menu-alt:before {
    content: "\f228"
}

.dashicons-menu-alt2:before {
    content: "\f329"
}

.dashicons-menu-alt3:before {
    content: "\f349"
}

.dashicons-menu:before {
    content: "\f333"
}

.dashicons-microphone:before {
    content: "\f482"
}

.dashicons-migrate:before {
    content: "\f310"
}

.dashicons-minus:before {
    content: "\f460"
}

.dashicons-money:before {
    content: "\f526"
}

.dashicons-move:before {
    content: "\f545"
}

.dashicons-nametag:before {
    content: "\f484"
}

.dashicons-networking:before {
    content: "\f325"
}

.dashicons-no-alt:before {
    content: "\f335"
}

.dashicons-no:before {
    content: "\f158"
}

.dashicons-palmtree:before {
    content: "\f527"
}

.dashicons-paperclip:before {
    content: "\f546"
}

.dashicons-performance:before {
    content: "\f311"
}

.dashicons-phone:before {
    content: "\f525"
}

.dashicons-playlist-audio:before {
    content: "\f492"
}

.dashicons-playlist-video:before {
    content: "\f493"
}

.dashicons-plugins-checked:before {
    content: "\f485"
}

.dashicons-plus-alt:before {
    content: "\f502"
}

.dashicons-plus-alt2:before {
    content: "\f543"
}

.dashicons-plus:before {
    content: "\f132"
}

.dashicons-portfolio:before {
    content: "\f322"
}

.dashicons-post-status:before {
    content: "\f173"
}

.dashicons-pressthis:before {
    content: "\f157"
}

.dashicons-products:before {
    content: "\f312"
}

.dashicons-randomize:before {
    content: "\f503"
}

.dashicons-redo:before {
    content: "\f172"
}

.dashicons-rest-api:before {
    content: "\f124"
}

.dashicons-rss:before {
    content: "\f303"
}

.dashicons-schedule:before {
    content: "\f489"
}

.dashicons-screenoptions:before {
    content: "\f180"
}

.dashicons-search:before {
    content: "\f179"
}

.dashicons-share-alt:before {
    content: "\f240"
}

.dashicons-share-alt2:before {
    content: "\f242"
}

.dashicons-share:before {
    content: "\f237"
}

.dashicons-shield-alt:before {
    content: "\f334"
}

.dashicons-shield:before {
    content: "\f332"
}

.dashicons-slides:before {
    content: "\f181"
}

.dashicons-smartphone:before {
    content: "\f470"
}

.dashicons-smiley:before {
    content: "\f328"
}

.dashicons-sort:before {
    content: "\f156"
}

.dashicons-sos:before {
    content: "\f468"
}

.dashicons-star-empty:before {
    content: "\f154"
}

.dashicons-star-filled:before {
    content: "\f155"
}

.dashicons-star-half:before {
    content: "\f459"
}

.dashicons-sticky:before {
    content: "\f537"
}

.dashicons-store:before {
    content: "\f513"
}

.dashicons-tablet:before {
    content: "\f471"
}

.dashicons-tag:before {
    content: "\f323"
}

.dashicons-tagcloud:before {
    content: "\f479"
}

.dashicons-testimonial:before {
    content: "\f473"
}

.dashicons-text-page:before {
    content: "\f121"
}

.dashicons-text:before {
    content: "\f478"
}

.dashicons-thumbs-down:before {
    content: "\f542"
}

.dashicons-thumbs-up:before {
    content: "\f529"
}

.dashicons-tickets-alt:before {
    content: "\f524"
}

.dashicons-tickets:before {
    content: "\f486"
}

.dashicons-tide:before {
    content: "\f10d"
}

.dashicons-translation:before {
    content: "\f326"
}

.dashicons-trash:before {
    content: "\f182"
}

.dashicons-twitter-alt:before {
    content: "\f302"
}

.dashicons-twitter:before {
    content: "\f301"
}

.dashicons-undo:before {
    content: "\f171"
}

.dashicons-universal-access-alt:before {
    content: "\f507"
}

.dashicons-universal-access:before {
    content: "\f483"
}

.dashicons-unlock:before {
    content: "\f528"
}

.dashicons-update-alt:before {
    content: "\f113"
}

.dashicons-update:before {
    content: "\f463"
}

.dashicons-upload:before {
    content: "\f317"
}

.dashicons-vault:before {
    content: "\f178"
}

.dashicons-video-alt:before {
    content: "\f234"
}

.dashicons-video-alt2:before {
    content: "\f235"
}

.dashicons-video-alt3:before {
    content: "\f236"
}

.dashicons-visibility:before {
    content: "\f177"
}

.dashicons-warning:before {
    content: "\f534"
}

.dashicons-welcome-add-page:before {
    content: "\f133"
}

.dashicons-welcome-comments:before {
    content: "\f117"
}

.dashicons-welcome-learn-more:before {
    content: "\f118"
}

.dashicons-welcome-view-site:before {
    content: "\f115"
}

.dashicons-welcome-widgets-menus:before {
    content: "\f116"
}

.dashicons-welcome-write-blog:before {
    content: "\f119"
}

.dashicons-wordpress-alt:before {
    content: "\f324"
}

.dashicons-wordpress:before {
    content: "\f120"
}

.dashicons-yes-alt:before {
    content: "\f12a"
}

.dashicons-yes:before {
    content: "\f147"
}

.dashicons-editor-distractionfree:before {
    content: "\f211"
}

.dashicons-exerpt-view:before {
    content: "\f164"
}

.dashicons-format-links:before {
    content: "\f103"
}

.dashicons-format-standard:before {
    content: "\f109"
}

.dashicons-post-trash:before {
    content: "\f182"
}

.dashicons-share1:before {
    content: "\f237"
}

.dashicons-welcome-edit-page:before {
    content: "\f119"
}

[data-font="Dashicons"]:before {
    font-family: 'Dashicons'!important;
    content: attr(data-icon)!important;
    speak: none!important;
    font-weight: 400!important;
    font-variant: normal!important;
    text-transform: none!important;
    line-height: 1!important;
    font-style: normal!important;
    -webkit-font-smoothing: antialiased!important;
    -moz-osx-font-smoothing: grayscale!important
}

.woocommerce-product-gallery {
    opacity: 1!important
}

.woocommerce .woocommerce-error .button,
.woocommerce .woocommerce-info .button,
.woocommerce .woocommerce-message .button,
.woocommerce-page .woocommerce-error .button,
.woocommerce-page .woocommerce-info .button,
.woocommerce-page .woocommerce-message .button {
    float: left
}

.woocommerce .col2-set,
.woocommerce-page .col2-set {
    width: 100%
}

.woocommerce .col2-set::after,
.woocommerce .col2-set::before,
.woocommerce-page .col2-set::after,
.woocommerce-page .col2-set::before {
    content: ' ';
    display: table
}

.woocommerce .col2-set::after,
.woocommerce-page .col2-set::after {
    clear: both
}

.woocommerce .col2-set .col-1,
.woocommerce-page .col2-set .col-1 {
    float: right;
    width: 48%
}

.woocommerce .col2-set .col-2,
.woocommerce-page .col2-set .col-2 {
    float: left;
    width: 48%
}

.woocommerce img,
.woocommerce-page img {
    height: auto;
    max-width: 100%
}

.woocommerce #content div.product div.images,
.woocommerce div.product div.images,
.woocommerce-page #content div.product div.images,
.woocommerce-page div.product div.images {
    float: right;
    width: 48%
}

.woocommerce #content div.product div.thumbnails::after,
.woocommerce #content div.product div.thumbnails::before,
.woocommerce div.product div.thumbnails::after,
.woocommerce div.product div.thumbnails::before,
.woocommerce-page #content div.product div.thumbnails::after,
.woocommerce-page #content div.product div.thumbnails::before,
.woocommerce-page div.product div.thumbnails::after,
.woocommerce-page div.product div.thumbnails::before {
    content: ' ';
    display: table
}

.woocommerce #content div.product div.thumbnails::after,
.woocommerce div.product div.thumbnails::after,
.woocommerce-page #content div.product div.thumbnails::after,
.woocommerce-page div.product div.thumbnails::after {
    clear: both
}

.woocommerce #content div.product div.thumbnails a,
.woocommerce div.product div.thumbnails a,
.woocommerce-page #content div.product div.thumbnails a,
.woocommerce-page div.product div.thumbnails a {
    float: right;
    width: 30.75%;
    margin-left: 3.8%;
    margin-bottom: 1em
}

.woocommerce #content div.product div.thumbnails a.last,
.woocommerce div.product div.thumbnails a.last,
.woocommerce-page #content div.product div.thumbnails a.last,
.woocommerce-page div.product div.thumbnails a.last {
    margin-left: 0
}

.woocommerce #content div.product div.thumbnails a.first,
.woocommerce div.product div.thumbnails a.first,
.woocommerce-page #content div.product div.thumbnails a.first,
.woocommerce-page div.product div.thumbnails a.first {
    clear: both
}

.woocommerce #content div.product div.thumbnails.columns-1 a,
.woocommerce div.product div.thumbnails.columns-1 a,
.woocommerce-page #content div.product div.thumbnails.columns-1 a,
.woocommerce-page div.product div.thumbnails.columns-1 a {
    width: 100%;
    margin-left: 0;
    float: none
}

.woocommerce #content div.product div.thumbnails.columns-2 a,
.woocommerce div.product div.thumbnails.columns-2 a,
.woocommerce-page #content div.product div.thumbnails.columns-2 a,
.woocommerce-page div.product div.thumbnails.columns-2 a {
    width: 48%
}

.woocommerce #content div.product div.thumbnails.columns-4 a,
.woocommerce div.product div.thumbnails.columns-4 a,
.woocommerce-page #content div.product div.thumbnails.columns-4 a,
.woocommerce-page div.product div.thumbnails.columns-4 a {
    width: 22.05%
}

.woocommerce #content div.product div.thumbnails.columns-5 a,
.woocommerce div.product div.thumbnails.columns-5 a,
.woocommerce-page #content div.product div.thumbnails.columns-5 a,
.woocommerce-page div.product div.thumbnails.columns-5 a {
    width: 16.9%
}

.woocommerce #content div.product div.summary,
.woocommerce div.product div.summary,
.woocommerce-page #content div.product div.summary,
.woocommerce-page div.product div.summary {
    float: left;
    width: 48%;
    clear: none
}

.woocommerce #content div.product .woocommerce-tabs,
.woocommerce div.product .woocommerce-tabs,
.woocommerce-page #content div.product .woocommerce-tabs,
.woocommerce-page div.product .woocommerce-tabs {
    clear: both
}

.woocommerce #content div.product .woocommerce-tabs ul.tabs::after,
.woocommerce #content div.product .woocommerce-tabs ul.tabs::before,
.woocommerce div.product .woocommerce-tabs ul.tabs::after,
.woocommerce div.product .woocommerce-tabs ul.tabs::before,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs::after,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs::before,
.woocommerce-page div.product .woocommerce-tabs ul.tabs::after,
.woocommerce-page div.product .woocommerce-tabs ul.tabs::before {
    content: ' ';
    display: table
}

.woocommerce #content div.product .woocommerce-tabs ul.tabs::after,
.woocommerce div.product .woocommerce-tabs ul.tabs::after,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs::after,
.woocommerce-page div.product .woocommerce-tabs ul.tabs::after {
    clear: both
}

.woocommerce #content div.product .woocommerce-tabs ul.tabs li,
.woocommerce div.product .woocommerce-tabs ul.tabs li,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li,
.woocommerce-page div.product .woocommerce-tabs ul.tabs li {
    display: inline-block
}

.woocommerce #content div.product #reviews .comment::after,
.woocommerce #content div.product #reviews .comment::before,
.woocommerce div.product #reviews .comment::after,
.woocommerce div.product #reviews .comment::before,
.woocommerce-page #content div.product #reviews .comment::after,
.woocommerce-page #content div.product #reviews .comment::before,
.woocommerce-page div.product #reviews .comment::after,
.woocommerce-page div.product #reviews .comment::before {
    content: ' ';
    display: table
}

.woocommerce #content div.product #reviews .comment::after,
.woocommerce div.product #reviews .comment::after,
.woocommerce-page #content div.product #reviews .comment::after,
.woocommerce-page div.product #reviews .comment::after {
    clear: both
}

.woocommerce #content div.product #reviews .comment img,
.woocommerce div.product #reviews .comment img,
.woocommerce-page #content div.product #reviews .comment img,
.woocommerce-page div.product #reviews .comment img {
    float: left;
    height: auto
}

.woocommerce ul.products,
.woocommerce-page ul.products {
    clear: both
}

.woocommerce ul.products::after,
.woocommerce ul.products::before,
.woocommerce-page ul.products::after,
.woocommerce-page ul.products::before {
    content: ' ';
    display: table
}

.woocommerce ul.products::after,
.woocommerce-page ul.products::after {
    clear: both
}

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
    float: right;
    margin: 0 0 2.992em 3.8%;
    padding: 0;
    position: relative;
    width: 22.05%;
    margin-right: 0
}

.woocommerce ul.products li.first,
.woocommerce-page ul.products li.first {
    clear: both
}

.woocommerce ul.products li.last,
.woocommerce-page ul.products li.last {
    margin-left: 0
}

.woocommerce ul.products.columns-1 li.product,
.woocommerce-page ul.products.columns-1 li.product {
    width: 100%;
    margin-left: 0
}

.woocommerce ul.products.columns-2 li.product,
.woocommerce-page ul.products.columns-2 li.product {
    width: 48%
}

.woocommerce ul.products.columns-3 li.product,
.woocommerce-page ul.products.columns-3 li.product {
    width: 30.75%
}

.woocommerce ul.products.columns-5 li.product,
.woocommerce-page ul.products.columns-5 li.product {
    width: 16.95%
}

.woocommerce ul.products.columns-6 li.product,
.woocommerce-page ul.products.columns-6 li.product {
    width: 13.5%
}

.woocommerce-page.columns-1 ul.products li.product,
.woocommerce.columns-1 ul.products li.product {
    width: 100%;
    margin-left: 0
}

.woocommerce-page.columns-2 ul.products li.product,
.woocommerce.columns-2 ul.products li.product {
    width: 48%
}

.woocommerce-page.columns-3 ul.products li.product,
.woocommerce.columns-3 ul.products li.product {
    width: 30.75%
}

.woocommerce-page.columns-5 ul.products li.product,
.woocommerce.columns-5 ul.products li.product {
    width: 16.95%
}

.woocommerce-page.columns-6 ul.products li.product,
.woocommerce.columns-6 ul.products li.product {
    width: 13.5%
}

.woocommerce .woocommerce-result-count,
.woocommerce-page .woocommerce-result-count {
    float: right
}

.woocommerce .woocommerce-ordering,
.woocommerce-page .woocommerce-ordering {
    float: left
}

.woocommerce .woocommerce-pagination ul.page-numbers::after,
.woocommerce .woocommerce-pagination ul.page-numbers::before,
.woocommerce-page .woocommerce-pagination ul.page-numbers::after,
.woocommerce-page .woocommerce-pagination ul.page-numbers::before {
    content: ' ';
    display: table
}

.woocommerce .woocommerce-pagination ul.page-numbers::after,
.woocommerce-page .woocommerce-pagination ul.page-numbers::after {
    clear: both
}

.woocommerce .woocommerce-pagination ul.page-numbers li,
.woocommerce-page .woocommerce-pagination ul.page-numbers li {
    display: inline-block
}

.woocommerce #content table.cart img,
.woocommerce table.cart img,
.woocommerce-page #content table.cart img,
.woocommerce-page table.cart img {
    height: auto
}

.woocommerce #content table.cart td.actions,
.woocommerce table.cart td.actions,
.woocommerce-page #content table.cart td.actions,
.woocommerce-page table.cart td.actions {
    text-align: left
}

.woocommerce #content table.cart td.actions .input-text,
.woocommerce table.cart td.actions .input-text,
.woocommerce-page #content table.cart td.actions .input-text,
.woocommerce-page table.cart td.actions .input-text {
    width: 80px
}

.woocommerce #content table.cart td.actions .coupon,
.woocommerce table.cart td.actions .coupon,
.woocommerce-page #content table.cart td.actions .coupon,
.woocommerce-page table.cart td.actions .coupon {
    float: right
}

.woocommerce #content table.cart td.actions .coupon label,
.woocommerce table.cart td.actions .coupon label,
.woocommerce-page #content table.cart td.actions .coupon label,
.woocommerce-page table.cart td.actions .coupon label {
    display: none
}

.woocommerce .cart-collaterals,
.woocommerce-page .cart-collaterals {
    width: 100%
}

.woocommerce .cart-collaterals::after,
.woocommerce .cart-collaterals::before,
.woocommerce-page .cart-collaterals::after,
.woocommerce-page .cart-collaterals::before {
    content: ' ';
    display: table
}

.woocommerce .cart-collaterals::after,
.woocommerce-page .cart-collaterals::after {
    clear: both
}

.woocommerce .cart-collaterals .related,
.woocommerce-page .cart-collaterals .related {
    width: 30.75%;
    float: right
}

.woocommerce .cart-collaterals .cross-sells,
.woocommerce-page .cart-collaterals .cross-sells {
    width: 48%;
    float: right
}

.woocommerce .cart-collaterals .cross-sells ul.products,
.woocommerce-page .cart-collaterals .cross-sells ul.products {
    float: none
}

.woocommerce .cart-collaterals .cross-sells ul.products li,
.woocommerce-page .cart-collaterals .cross-sells ul.products li {
    width: 48%
}

.woocommerce .cart-collaterals .shipping_calculator,
.woocommerce-page .cart-collaterals .shipping_calculator {
    width: 48%;
    clear: left;
    float: left
}

.woocommerce .cart-collaterals .shipping_calculator::after,
.woocommerce .cart-collaterals .shipping_calculator::before,
.woocommerce-page .cart-collaterals .shipping_calculator::after,
.woocommerce-page .cart-collaterals .shipping_calculator::before {
    content: ' ';
    display: table
}

.woocommerce .cart-collaterals .shipping_calculator::after,
.woocommerce-page .cart-collaterals .shipping_calculator::after {
    clear: both
}

.woocommerce .cart-collaterals .shipping_calculator .col2-set .col-1,
.woocommerce .cart-collaterals .shipping_calculator .col2-set .col-2,
.woocommerce-page .cart-collaterals .shipping_calculator .col2-set .col-1,
.woocommerce-page .cart-collaterals .shipping_calculator .col2-set .col-2 {
    width: 47%
}

.woocommerce .cart-collaterals .cart_totals,
.woocommerce-page .cart-collaterals .cart_totals {
    float: left;
    width: 48%
}

.woocommerce ul.cart_list li::after,
.woocommerce ul.cart_list li::before,
.woocommerce ul.product_list_widget li::after,
.woocommerce ul.product_list_widget li::before,
.woocommerce-page ul.cart_list li::after,
.woocommerce-page ul.cart_list li::before,
.woocommerce-page ul.product_list_widget li::after,
.woocommerce-page ul.product_list_widget li::before {
    content: ' ';
    display: table
}

.woocommerce ul.cart_list li::after,
.woocommerce ul.product_list_widget li::after,
.woocommerce-page ul.cart_list li::after,
.woocommerce-page ul.product_list_widget li::after {
    clear: both
}

.woocommerce ul.cart_list li img,
.woocommerce ul.product_list_widget li img,
.woocommerce-page ul.cart_list li img,
.woocommerce-page ul.product_list_widget li img {
    float: left;
    height: auto
}

.woocommerce form .form-row::after,
.woocommerce form .form-row::before,
.woocommerce-page form .form-row::after,
.woocommerce-page form .form-row::before {
    content: ' ';
    display: table
}

.woocommerce form .form-row::after,
.woocommerce-page form .form-row::after {
    clear: both
}

.woocommerce form .form-row label,
.woocommerce-page form .form-row label {
    display: block
}

.woocommerce form .form-row label.checkbox,
.woocommerce-page form .form-row label.checkbox {
    display: inline
}

.woocommerce form .form-row select,
.woocommerce-page form .form-row select {
    width: 100%
}

.woocommerce form .form-row .input-text,
.woocommerce-page form .form-row .input-text {
    box-sizing: border-box;
    width: 100%
}

.woocommerce form .form-row-first,
.woocommerce form .form-row-last,
.woocommerce-page form .form-row-first,
.woocommerce-page form .form-row-last {
    width: 47%;
    overflow: visible
}

.woocommerce form .form-row-first,
.woocommerce-page form .form-row-first {
    float: right;
    float: right
}

.woocommerce form .form-row-last,
.woocommerce-page form .form-row-last {
    float: left
}

.woocommerce form .form-row-wide,
.woocommerce-page form .form-row-wide {
    clear: both
}

.woocommerce #payment .form-row select,
.woocommerce-page #payment .form-row select {
    width: auto
}

.woocommerce #payment .terms,
.woocommerce #payment .wc-terms-and-conditions,
.woocommerce-page #payment .terms,
.woocommerce-page #payment .wc-terms-and-conditions {
    text-align: right;
    padding: 0 0 0 1em;
    float: right
}

.woocommerce #payment #place_order,
.woocommerce-page #payment #place_order {
    float: left
}

.woocommerce .woocommerce-billing-fields::after,
.woocommerce .woocommerce-billing-fields::before,
.woocommerce .woocommerce-shipping-fields::after,
.woocommerce .woocommerce-shipping-fields::before,
.woocommerce-page .woocommerce-billing-fields::after,
.woocommerce-page .woocommerce-billing-fields::before,
.woocommerce-page .woocommerce-shipping-fields::after,
.woocommerce-page .woocommerce-shipping-fields::before {
    content: ' ';
    display: table
}

.woocommerce .woocommerce-billing-fields::after,
.woocommerce .woocommerce-shipping-fields::after,
.woocommerce-page .woocommerce-billing-fields::after,
.woocommerce-page .woocommerce-shipping-fields::after {
    clear: both
}

.woocommerce .woocommerce-terms-and-conditions,
.woocommerce-page .woocommerce-terms-and-conditions {
    margin-bottom: 1.618em;
    padding: 1.618em
}

.woocommerce .woocommerce-oembed,
.woocommerce-page .woocommerce-oembed {
    position: relative
}

.woocommerce-account .woocommerce-MyAccount-navigation {
    float: right;
    width: 30%
}

.woocommerce-account .woocommerce-MyAccount-content {
    float: left;
    width: 68%
}

.woocommerce-page.left-sidebar #content.twentyeleven {
    width: 58.4%;
    margin: 0 7.6%;
    float: left
}

.woocommerce-page.right-sidebar #content.twentyeleven {
    margin: 0 7.6%;
    width: 58.4%;
    float: right
}

.twentyfourteen .tfwc {
    padding: 12px 10px 0;
    max-width: 474px;
    margin: 0 auto
}

.twentyfourteen .tfwc .product .entry-summary {
    padding: 0!important;
    margin: 0 0 1.618em!important
}

.twentyfourteen .tfwc div.product.hentry.has-post-thumbnail {
    margin-top: 0
}

@media screen and (min-width:673px) {
    .twentyfourteen .tfwc {
        padding-left: 30px;
        padding-right: 30px
    }
}

@media screen and (min-width:1040px) {
    .twentyfourteen .tfwc {
        padding-left: 15px;
        padding-right: 15px
    }
}

@media screen and (min-width:1110px) {
    .twentyfourteen .tfwc {
        padding-left: 30px;
        padding-right: 30px
    }
}

@media screen and (min-width:1218px) {
    .twentyfourteen .tfwc {
        margin-left: 54px
    }
    .full-width .twentyfourteen .tfwc {
        margin-left: auto
    }
}

.twentyfifteen .t15wc {
    padding-right: 7.6923%;
    padding-left: 7.6923%;
    padding-top: 7.6923%;
    margin-bottom: 7.6923%;
    background: #fff;
    box-shadow: 0 0 1px rgba(0, 0, 0, .15)
}

.twentyfifteen .t15wc .page-title {
    margin-right: 0
}

@media screen and (min-width:38.75em) {
    .twentyfifteen .t15wc {
        margin-left: 7.6923%;
        margin-right: 7.6923%;
        margin-top: 8.3333%
    }
}

@media screen and (min-width:59.6875em) {
    .twentyfifteen .t15wc {
        margin-right: 8.3333%;
        margin-left: 8.3333%;
        padding: 10%
    }
    .single-product .twentyfifteen .entry-summary {
        padding: 0!important
    }
}

.twentysixteen .site-main {
    margin-left: 7.6923%;
    margin-right: 7.6923%
}

.twentysixteen .entry-summary {
    margin-left: 0;
    margin-right: 0
}

#content .twentysixteen div.product div.images,
#content .twentysixteen div.product div.summary {
    width: 46.42857%
}

@media screen and (min-width:44.375em) {
    .twentysixteen .site-main {
        margin-left: 23.0769%
    }
}

@media screen and (min-width:56.875em) {
    .twentysixteen .site-main {
        margin-left: 0;
        margin-right: 0
    }
    .no-sidebar .twentysixteen .site-main {
        margin-left: 15%;
        margin-right: 15%
    }
    .no-sidebar .twentysixteen .entry-summary {
        margin-left: 0;
        margin-right: 0
    }
}

.rtl .woocommerce .col2-set .col-1,
.rtl .woocommerce-page .col2-set .col-1 {
    float: right
}

.rtl .woocommerce .col2-set .col-2,
.rtl .woocommerce-page .col2-set .col-2 {
    float: left
}

.form-group {
    display: block;
    height: 46px;
}

.col-sm-1 {
    width: 8.32%;
    float: right;
}

.col-sm-2 {
    width: 16.65%;
    float: right;
}

.col-sm-3 {
    width: 24.98%;
    float: right;
}

.col-sm-4 {
    width: 33.31%;
    float: right;
}

.col-sm-5 {
    width: 41.64%;
    float: right;
}

.col-sm-6 {
    width: 49.97%;
    float: right;
}

.col-sm-7 {
    width: 58.30%;
    float: right;
}

.col-sm-8 {
    width: 66.63%;
    float: right;
}

.col-sm-9 {
    width: 74.96%;
    float: right;
}

.col-sm-10 {
    width: 83.29%;
    float: right;
}

.col-sm-11 {
    width: 91.62%;
    float: right;
}

.col-sm-12 {
    width: 99.99%;
    float: right;
}

.col-sm-offset-1 {
    margin-right: 8.32%;
    float: right;
}

.col-sm-offset-2 {
    margin-right: 16.65%;
    float: right;
}

.col-sm-offset-3 {
    margin-right: 24.98%;
    float: right;
}

.col-sm-offset-4 {
    margin-right: 33.31%;
    float: right;
}

.col-sm-offset-5 {
    margin-right: 41.64%;
    float: right;
}

.col-sm-offset-6 {
    margin-right: 49.97%;
    float: right;
}

.col-sm-offset-7 {
    margin-right: 58.30%;
    float: right;
}

.col-sm-offset-8 {
    margin-right: 66.63%;
    float: right;
}

.col-sm-offset-9 {
    margin-right: 74.96%;
    float: right;
}

.col-sm-offset-10 {
    margin-right: 83.29%;
    float: right;
}

.col-sm-offset-11 {
    margin-right: 91.62%;
    float: right;
}

.col-sm-offset-12 {
    margin-right: 99.99%;
    float: right;
}

.form-control {
    display: block;
}

.form-group .btn {
    margin-top: 15px;
}

.alert,
.thumbnail {
    margin-bottom: 20px
}

.alert .alert-link,
.close {
    font-weight: 700
}

.spacer {
    clear: both;
    height: 30px;
}

.alert {
    padding: 15px;
    border: 1px solid transparent;
    border-radius: 4px
}

.alert .h4 {
    margin-top: 0;
    color: inherit
}

.alert>p,
.alert>ul {
    margin-bottom: 0
}

.alert>p+p {
    margin-top: 5px
}

.alert-dismissable .close,
.alert-dismissible .close {
    position: relative;
    top: -2px;
    color: inherit
}

.modal,
.modal-backdrop {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

.alert-success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6
}

.alert-success hr {
    border-top-color: #c9e2b3
}

.alert-success .alert-link {
    color: #2b542c
}

.alert-info {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1
}

.alert-info hr {
    border-top-color: #a6e1ec
}

.alert-info .alert-link {
    color: #245269
}

.alert-warning {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc
}

.alert-warning hr {
    border-top-color: #f7e1b5
}

.alert-warning .alert-link {
    color: #66512c
}

.alert-danger {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1
}

.alert-danger hr {
    border-top-color: #e4b9c0
}

.alert-danger .alert-link {
    color: #843534
}

.range_slider * {
    transition: none
}

#loading {
    position: absolute;
    top: 0;
    right: 0;
    background: rgba(0, 0, 0, .5);
    width: 100%;
    height: 100%;
    z-index: 999;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    direction: rtl;
    color: #fff;
    font-size: 25pt;
    line-height: 400px;
    font-weight: 700;
    display: none;
    text-align: center;
}

.category_error_red {
    color: red;
    font-size: 15pt;
    padding: 80px 0
}

.compare_btn {
    display: none;
}

#category_ajax_data,
#loadingPlace {
    display: block !important;
    width: 100% !important
}

.search-form .result {
    position: absolute;
    height: 350px;
    background-color: white;
    width: 100%;
    z-index: 10000;
    box-shadow: 0 2px 3px rgba(204, 204, 204, 0.7);
    display: none;
    overflow-y: auto;
}

.search-form .result .search_content {
    padding: 15px;
}

.search-form .result .brands,
.search-form .result .videos,
.search-form .result .news,
.search-form .result .article,
.p-search .brands,
.p-search .videos,
.p-search .brands {
    display: none;
}

.search-form .result .item {
    margin-bottom: 30px;
}

.search-form .result .item .t {
    border-bottom: 1px solid #e1e1e1;
    padding-bottom: 10px;
    margin-bottom: 10px;
    color: #069d96;
    font-weight: bold;
}

.search-form .result .nodata,
.p-search .nodata {
    color: gray
}

.userpanel a {
    display: block;
    text-align: center;
    margin: 30px 0;
}

.userpanel a img {
    display: block;
    margin: 0 auto;
    margin-bottom: 15px;
}

.useraffil>div span:nth-child(1),
.useraffil>div span:nth-child(2) {
    display: block;
    text-align: center;
}

.useraffil>div span:nth-child(2) {
    margin: 10px 0;
    font-weight: bold;
    line-height: 30px;
    font-size: 14pt;
}

.useraffil>div span:nth-child(2) input {
    font-weight: normal;
}

.green {
    color: #3c763d;
    display: block;
    background-color: #dff0d8;
    border: 1px solid #d6e9c6;
    padding: 15px;
    border-radius: 4px;
    margin-bottom: 20px;
    font-size: 15px;
}

.red {
    color: #a94442;
    display: block;
    background-color: #f2dede;
    border: 1px solid #ebccd1;
    padding: 15px;
    border-radius: 4px;
    margin-bottom: 20px;
    font-size: 15px;
}

.green a,
.red a {
    color: #015f9f;
}

.cf-item {
    clear: both;
    display: block;
}

.tbl1,
.tbl1 td {
    border: 0;
    border-width: 0
}

.comment_item {
    background: #fafafa;
    border: 1px solid #d8d8d8;
    border-radius: 5px;
    padding: 10px;
    box-shadow: 0 2px 3px rgba(204, 204, 204, 0.5);
    margin-bottom: 20px;
    font-family: tahoma;
    font-size: 10pt
}

.comment_item table tr td {
    vertical-align: top
}

.comment_item table:nth-child(1) .img1 {
    border-radius: 5px;
    width: 38px;
    height: 38px
}

.comment_item table .t {
    border-bottom: 1px solid #d8d8d8;
    color: #999;
    padding: 10px 0
}

.comment_item table .tx {
    color: #333;
    padding: 15px 0
}

.comment_item table a {
    color: #06C
}

.comment_item table a:hover {
    color: red
}

.comment_item .comment_item {
    background: #fffed9;
    margin-top: 15px
}

.comment_item .comment_item .comment_item {
    background: #fafafa;
    margin-top: 15px
}

.comment_item .comment_item .comment_item .comment_item {
    background: #fffed9;
    margin-top: 15px
}

.comment_item .comment_item .comment_item .comment_item .comment_item {
    background: #fafafa;
    margin-top: 15px
}

.comment_item .comment_item .comment_item .comment_item .comment_item .comment_item {
    background: #fffed9;
    margin-top: 15px
}

.comment_item .comment_item .comment_item .comment_item .comment_item .comment_item .comment_item {
    background: #fafafa;
    margin-top: 15px
}

.comment_item .comment_item .comment_item .comment_item .comment_item .comment_item .comment_item .comment_item {
    background: #fffed9;
    margin-top: 15px
}

.basket-table-table thead {
    background-color: #f1f1f1;
}

.basket-table-table thead th {
    text-align: center !important;
}

.basket-table-table thead th:nth-child(1) {
    width: 60%;
    text-align: right !important;
}

.basket-tr-prow td>div {
    padding: 15px 0;
}

.basket-img-pimg {
    width: 100%;
    background-color: #e1e1e1;
    max-height: 100px;
}

.basket-tr-prow td:nth-child(2),
.basket-tr-prow td:nth-child(3),
.basket-tr-prow td:nth-child(4) {
    text-align: center;
}

.basket-div-ptitle {
    font-size: 12pt;
    margin-bottom: 10px;
}

.basket-div-premove {
    margin-top: 10px;
    text-align: center;
}

.basket-div-premove * {
    /*color: red;*/
}

.basket-div-services {
    margin-top: 15px;
}

.basket-div-services-item {
    background-color: #e1e1e1;
    border-radius: 5px;
    margin-bottom: 5px;
    margin-right: 0px;
}

.basket-div-services-item-title {
    font-size: 9pt;
    font-weight: normal;
}

.basket-div-services-item-price {
    line-height: 29px;
}

.basket-div-pvat {
    font-size: 8pt;
    margin-top: 10px;
}

.basket-div-pgift {
    color: green;
    padding-right: 10px;
}

.basket-div-coupun {
    text-align: center;
    padding: 70px 0 0 0;
}

.basket-div-summary table {
    width: 100%;
}

.basket-div-summary tr td:nth-child(1) {
    width: 150px;
}

.basket-div-summary tr td:nth-child(2) {
    text-align: left;
}

.basket-div-summary-payprice td:nth-child(2) {
    font-size: 12pt;
    font-weight: bold;
    color: green;
}

.basket-div-summary-totaldiscount td {
    padding-top: 30px !important;
}

.basket-div-summary-totaldiscount td:nth-child(2) {
    color: red;
}

.basket-div-rules {
    padding-top: 30px;
    text-align: center;
}

.basket-div-btns {
    margin-top: 30px;
}

.basket-div-btns div {
    text-align: center;
}

.shipping label {
    font-weight: normal;
}

.order-div-shipping-selectlocation>div>.title,
.order-div-shipping-selectsendtype>div>.title,
.order-div-shipping-selectpaytype>div>.title,
.order-div-shipping-submitorder>div>.title {
    border-bottom: 1px solid #e1e1e1;
    padding-bottom: 10px;
    margin-bottom: 15px;
    font-size: 14pt;
    font-weight: bold;
}

.order-btn-shipping-addlocation {
    float: left;
}

.order-div-shipping-location {
    float: right;
    margin-bottom: 30px;
}

.order-div-shipping-locations {}

.order-div-shipping-location-place {
    min-height: 300px;
    background-color: #f1f1f1;
    border: 1px solid #ccc;
    padding: 10px;
}

.order-div-shipping-location-place .row-1 {
    height: 100px;
    border-bottom: 1px solid #e1e1e1;
    padding-top: 15px;
}

.order-div-shipping-location-place .row-1>div:nth-child(1) {
    padding-bottom: 15px;
}

.order-div-shipping-location-place .row-1>div:nth-child(2) .state {
    width: 195px;
    display: inline-block;
}

.order-div-shipping-location-place .row-1>div:nth-child(2) .city {
    display: inline-block;
}

.order-div-shipping-location-place .row-1 .name {
    font-size: 12pt;
}

.order-div-shipping-location-place .row-1 .tools {
    float: left;
    font-size: 14pt;
}

.order-div-shipping-location-place .row-1 .tools .edit {
    color: orange;
    padding-left: 10px;
}

.order-div-shipping-location-place .row-1 .tools .delete {
    color: red;
}

.order-div-shipping-location-place .row-2 {
    padding: 10px 0 10px 0;
    border-bottom: 1px solid #e1e1e1;
}

.order-div-shipping-location-place .row-3 {
    padding: 10px 0 10px 0;
    border-bottom: 1px solid #e1e1e1;
}

.order-div-shipping-location-place .row-3>div .phone {
    width: 195px;
    display: inline-block;
}

.order-div-shipping-location-place .row-4 {
    color: blue;
    text-align: center;
    padding-top: 10px;
}

#LocationModal {
    direction: rtl;
    z-index: 1000000;
}

#LocationModal .form-group label {
    float: right;
}

.redstar {
    color: red;
}

.order-div-shipping-selectsendtype {
    margin-top: 30px;
}

.order-div-shipping-selectsendtype-place .select-address {
    text-align: center;
    display: block;
    line-height: 100px;
    color: green;
}

.order-div-shipping-sendmethod {
    float: right;
}

.order-div-shipping-sendmethod-place {
    background-color: #f1f1f1;
    border: 1px solid #e1e1e1;
    margin-bottom: 15px;
    padding: 10px;
    min-height: 190px;
}

.order-div-shipping-sendmethod-place .title {
    font-size: 14pt;
    font-weight: bold;
    border-bottom: 1px solid #e1e1e1;
    padding-bottom: 10px;
    margin-bottom: 15px;
}

.order-div-shipping-sendmethod-place .title img {
    height: 32px;
    float: left;
}

.order-div-shipping-sendmethod-place .details {
    padding-top: 3px;
    padding-bottom: 20px;
    line-height: 24px;
    text-align: center;
    border-bottom: 1px solid #e1e1e1;
    margin-bottom: 10px;
    height: 70px;
}

.order-div-shipping-sendmethod-place .price {
    text-align: center;
    font-weight: bold;
    color: green;
    width: auto;
}

.order-div-shipping-sendmethod-place .price label {
    display: inline-block;
}

.order-div-shipping-selectpaytype {
    margin-top: 30px;
}

.order-div-shipping-selectpaytype-place .select-paytype {
    text-align: center;
    display: block;
    line-height: 100px;
    color: green;
}

.step_progress {
    width: 474px;
    height: 60px;
    margin: 20px auto;
    max-width: 100%;
    background-size: contain;
    background-repeat: no-repeat;
}

.order-div-shipping-paymentmethod {
    float: right;
}

.order-div-shipping-paymentmethod-place {
    background-color: #f1f1f1;
    border: 1px solid #e1e1e1;
    margin-bottom: 15px;
    padding: 10px;
    min-height: 190px;
}

.order-div-shipping-paymentmethod-place .title {
    font-size: 11pt;
    font-weight: bold;
    border-bottom: 1px solid #e1e1e1;
    padding-bottom: 10px;
    margin-bottom: 15px;
}

.order-div-shipping-paymentmethod-place .title img {
    height: 32px;
    float: left;
}

.order-div-shipping-paymentmethod-place .details {
    padding-top: 0px;
    padding-bottom: 0;
    line-height: 24px;
    text-align: center;
    border-bottom: 1px solid #e1e1e1;
    margin-bottom: 10px;
    height: 97px;
}

.order-div-shipping-paymentmethod-place .price {
    text-align: center;
    font-weight: bold;
    color: green;
    width: auto;
}

.order-div-shipping-paymentmethod-place .select .text-red {
    display: block;
    color: red;
    text-align: center;
}

.order-div-shipping-paymentmethod-place .select label {
    display: block;
    text-align: center;
}

.order-div-shipping-submitorder {
    margin-top: 30px;
}

.order-div-shipping-paymentmethods {
    display: block;
    margin-top: 30px;
}

.order-div-shipping-agreement,
.order-div-shipping-paymentmethods,
.order-div-shipping-sendmethods,
.order-div-shipping-submitorder,
.order-div-shipping-selectpaytype,
.order-div-shipping-selectsendtype,
.order-div-shipping-agreement-amountbtn,
.order-div-shipping-agreement-plist {
    margin-right: 0px;
    margin-left: 0px;
}

.plist-item {
    float: right;
    margin-bottom: 15px;
}

.plist-item-place {
    background-color: #f1f1f1;
    border: 1px solid #e1e1e1;
    padding: 10px;
    height: 70px;
}

.plist-item-place .plist-item-img {
    width: 50px;
    height: 50px;
}

.plist-item-place .title {
    line-height: 20px;
    padding: 10px 0;
    text-align: center;
}

.plist-item-place .count {
    font-weight: bold;
    font-size: 18pt;
    text-align: center;
    line-height: 50px;
}

.plist-item-place>div {
    float: right;
}

.order-div-shipping-agreement-plist {
    border-bottom: 1px solid #e1e1e1;
}

.order-div-shipping-agreement-amountbtn {
    margin-top: 15px;
    padding-top: 15px;
}

.order-div-shipping-agreement-amountbtn .amount {
    text-align: center;
    line-height: 50px;
    font-size: 16pt;
}

.order-div-shipping-agreement-amountbtn .amount b {
    color: green;
}

.order-div-shipping-agreement-amountbtn .button {
    text-align: center;
}

.order-div-shipping-agreement-amountbtn .button button {
    width: 340px;
}

.order-div-shipping-agreement-amountbtn .div-comment {
    float: right;
}

.order-div-shipping-agreement-amountbtn .div-amountbtn {
    float: left;
}

.basket-input-text-cfield {
    width: 50px;
    text-align: center;
}

.basket-select-cfield {
    width: 100px;
}

.sellindex_colors {
    display: none
}

.sellindex_colors label {
    width: 50px;
    float: right
}

.sellindex_colors label input,
.sellindex_colors label span {
    float: right
}

.basket-div-btns-return a,
.basket-div-btns-checkout a {
    width: 50%;
    background: green;
    color: white;
    border-radius: 10px;
    font-size: 15pt;
    display: block;
    line-height: 50px;
    margin: 0 auto;
}

.compare .compare_table td {
    width: 123px;
    padding: 10px;
    background: #f1f1f1;
    border: 1px solid #fff;
    text-align: center
}

.compare .compare_table tr:nth-child(1) td a {
    color: #FF0004
}

.compare .compare_table tr:nth-child(2) td a {
    font-size: 11pt
}

.compare .compare_table tr:nth-child(1) td:nth-child(1),
.compare .compare_table tr:nth-child(2) td:nth-child(1),
.compare .compare_table tr:nth-child(3) td:nth-child(1) {
    background: #fff
}

.compare .compare_table tr td:nth-child(1) {
    width: 200px;
    text-align: right;
    font-weight: 700
}

.compare .compare_table td .yesno_بله {
    color: transparent;
    background-image: url(../img/icons16x16/accept_button.png);
    width: 16px;
    height: 16px;
    display: block;
    margin: 0 auto
}

.compare .compare_table td .yesno_خیر {
    color: transparent;
    background-image: url(../img/icons16x16/cancel.png);
    width: 16px;
    height: 16px;
    display: block;
    margin: 0 auto
}

.ul-polls li a {
    display: block;
    padding: 10px;
    background-color: #f1f1f1;
}

.ul-polls li {
    margin-bottom: 2px;
}


/* Chosen */

.chosen-container * {
    transition: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.chosen-container {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    font-size: 13px;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.chosen-container .chosen-drop {
    position: absolute;
    top: 100%;
    left: -9999px;
    z-index: 1010;
    width: 100%;
    border: 1px solid #aaa;
    border-top: 0;
    background: #fff;
    box-shadow: 0 4px 5px rgba(0, 0, 0, .15)
}

.chosen-container.chosen-with-drop .chosen-drop {
    left: 0
}

.chosen-container a {
    cursor: pointer
}

.chosen-container .chosen-single .group-name,
.chosen-container .search-choice .group-name {
    margin-right: 4px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-weight: 400;
    color: #999
}

.chosen-container .chosen-single .group-name:after,
.chosen-container .search-choice .group-name:after {
    content: ":";
    padding-left: 2px;
    vertical-align: top
}

.chosen-container-single .chosen-single {
    position: relative;
    display: block;
    overflow: hidden;
    padding: 0 0 0 8px;
    height: 25px;
    border: 1px solid #aaa;
    border-radius: 5px;
    background-color: #fff;
    background: -webkit-gradient(linear, 50% 0, 50% 100%, color-stop(20%, #fff), color-stop(50%, #f6f6f6), color-stop(52%, #eee), color-stop(100%, #f4f4f4));
    background: -webkit-linear-gradient(#fff 20%, #f6f6f6 50%, #eee 52%, #f4f4f4 100%);
    background: -moz-linear-gradient(#fff 20%, #f6f6f6 50%, #eee 52%, #f4f4f4 100%);
    background: -o-linear-gradient(#fff 20%, #f6f6f6 50%, #eee 52%, #f4f4f4 100%);
    background: linear-gradient(#fff 20%, #f6f6f6 50%, #eee 52%, #f4f4f4 100%);
    background-clip: padding-box;
    box-shadow: 0 0 3px #fff inset, 0 1px 1px rgba(0, 0, 0, .1);
    color: #444;
    text-decoration: none;
    white-space: nowrap;
    line-height: 24px
}

.chosen-container-single .chosen-default {
    color: #999
}

.chosen-container-single .chosen-single span {
    display: block;
    overflow: hidden;
    margin-right: 26px;
    text-overflow: ellipsis;
    white-space: nowrap
}

.chosen-container-single .chosen-single-with-deselect span {
    margin-right: 38px
}

.chosen-container-single .chosen-single abbr {
    position: absolute;
    top: 6px;
    right: 26px;
    display: block;
    width: 12px;
    height: 12px;
    background: url(../img/chosen-sprite.png) -42px 1px no-repeat;
    font-size: 1px
}

.chosen-container-single .chosen-single abbr:hover,
.chosen-container-single.chosen-disabled .chosen-single abbr:hover {
    background-position: -42px -10px
}

.chosen-container-single .chosen-single div {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 18px;
    height: 100%
}

.chosen-container-single .chosen-single div b {
    display: block;
    width: 100%;
    height: 100%;
    background: url(../img/chosen-sprite.png) 0 2px no-repeat
}

.chosen-container-single .chosen-search {
    position: relative;
    z-index: 1010;
    margin: 0;
    padding: 3px 4px;
    white-space: nowrap
}

.chosen-container-single .chosen-search input[type=text] {
    margin: 1px 0;
    padding: 4px 20px 4px 5px;
    width: 100%;
    height: auto;
    outline: 0;
    border: 1px solid #aaa;
    background: url(../img/chosen-sprite.png) 100% -20px no-repeat;
    font-size: 1em;
    font-family: iransans;
    line-height: normal;
    border-radius: 0
}

.chosen-container-single .chosen-drop {
    margin-top: -1px;
    border-radius: 0 0 4px 4px;
    background-clip: padding-box
}

.chosen-container-single.chosen-container-single-nosearch .chosen-search {
    position: absolute;
    left: -9999px
}

.chosen-container .chosen-results {
    color: #444;
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
    margin: 0 4px 4px 0;
    padding: 0 0 0 4px;
    max-height: 240px;
    -webkit-overflow-scrolling: touch
}

.chosen-container .chosen-results li {
    display: none;
    margin: 0;
    padding: 5px 6px;
    list-style: none;
    line-height: 15px;
    word-wrap: break-word;
    -webkit-touch-callout: none
}

.chosen-container .chosen-results li.active-result {
    display: list-item;
    cursor: pointer
}

.chosen-container .chosen-results li.disabled-result {
    display: list-item;
    color: #ccc;
    cursor: default
}

.chosen-container .chosen-results li.highlighted {
    background-color: #3875d7;
    background-image: -webkit-gradient(linear, 50% 0, 50% 100%, color-stop(20%, #3875d7), color-stop(90%, #2a62bc));
    background-image: -webkit-linear-gradient(#3875d7 20%, #2a62bc 90%);
    background-image: -moz-linear-gradient(#3875d7 20%, #2a62bc 90%);
    background-image: -o-linear-gradient(#3875d7 20%, #2a62bc 90%);
    background-image: linear-gradient(#3875d7 20%, #2a62bc 90%);
    color: #fff
}

.chosen-container .chosen-results li.no-results {
    color: #777;
    display: list-item;
    background: #f4f4f4
}

.chosen-container .chosen-results li.group-result {
    display: list-item;
    font-weight: 700;
    cursor: default
}

.chosen-container .chosen-results li.group-option {
    padding-left: 15px
}

.chosen-container .chosen-results li em {
    font-style: normal;
    text-decoration: underline
}

.chosen-container-multi .chosen-choices {
    position: relative;
    overflow: hidden;
    margin: 0;
    padding: 0 5px;
    width: 100%;
    height: auto!important;
    height: 1%;
    border: 1px solid #aaa;
    background-color: #fff;
    background-image: -webkit-gradient(linear, 50% 0, 50% 100%, color-stop(1%, #eee), color-stop(15%, #fff));
    background-image: -webkit-linear-gradient(#eee 1%, #fff 15%);
    background-image: -moz-linear-gradient(#eee 1%, #fff 15%);
    background-image: -o-linear-gradient(#eee 1%, #fff 15%);
    background-image: linear-gradient(#eee 1%, #fff 15%);
    cursor: text
}

.chosen-container-multi .chosen-choices li {
    float: left;
    list-style: none
}

.chosen-container-multi .chosen-choices li.search-field {
    margin: 0;
    padding: 0;
    white-space: nowrap
}

.chosen-container-multi .chosen-choices li.search-field input[type=text] {
    margin: 1px 0;
    padding: 0;
    height: 25px;
    outline: 0;
    border: 0!important;
    background: 0 0!important;
    box-shadow: none;
    color: #999;
    font-size: 100%;
    font-family: iransans;
    line-height: normal;
    border-radius: 0
}

.chosen-container-multi .chosen-choices li.search-choice {
    position: relative;
    margin: 3px 5px 3px 0;
    padding: 3px 20px 3px 5px;
    border: 1px solid #aaa;
    max-width: 100%;
    border-radius: 3px;
    background-color: #eee;
    background-image: -webkit-gradient(linear, 50% 0, 50% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eee));
    background-image: -webkit-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
    background-image: -moz-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
    background-image: -o-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
    background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
    background-size: 100% 19px;
    background-repeat: repeat-x;
    background-clip: padding-box;
    box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, .05);
    color: #333;
    line-height: 13px;
    cursor: default
}

.chosen-container-multi .chosen-choices li.search-choice span {
    word-wrap: break-word
}

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
    position: absolute;
    top: 4px;
    right: 3px;
    display: block;
    width: 12px;
    height: 12px;
    background: url(../img/chosen-sprite.png) -42px 1px no-repeat;
    font-size: 1px
}

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {
    background-position: -42px -10px
}

.chosen-container-multi .chosen-choices li.search-choice-disabled {
    padding-right: 5px;
    border: 1px solid #ccc;
    background-color: #e4e4e4;
    background-image: -webkit-gradient(linear, 50% 0, 50% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eee));
    background-image: -webkit-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
    background-image: -moz-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
    background-image: -o-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
    background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
    color: #666
}

.chosen-container-multi .chosen-choices li.search-choice-focus {
    background: #d4d4d4
}

.chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close {
    background-position: -42px -10px
}

.chosen-container-multi .chosen-results {
    margin: 0;
    padding: 0
}

.chosen-container-multi .chosen-drop .result-selected {
    display: list-item;
    color: #ccc;
    cursor: default
}

.chosen-container-active .chosen-single {
    border: 1px solid #5897fb;
    box-shadow: 0 0 5px rgba(0, 0, 0, .3)
}

.chosen-container-active.chosen-with-drop .chosen-single {
    border: 1px solid #aaa;
    -moz-border-radius-bottomright: 0;
    border-bottom-right-radius: 0;
    -moz-border-radius-bottomleft: 0;
    border-bottom-left-radius: 0;
    background-image: -webkit-gradient(linear, 50% 0, 50% 100%, color-stop(20%, #eee), color-stop(80%, #fff));
    background-image: -webkit-linear-gradient(#eee 20%, #fff 80%);
    background-image: -moz-linear-gradient(#eee 20%, #fff 80%);
    background-image: -o-linear-gradient(#eee 20%, #fff 80%);
    background-image: linear-gradient(#eee 20%, #fff 80%);
    box-shadow: 0 1px 0 #fff inset
}

.chosen-container-active.chosen-with-drop .chosen-single div {
    border-left: none;
    background: 0 0
}

.chosen-container-active.chosen-with-drop .chosen-single div b {
    background-position: -18px 2px
}

.chosen-container-active .chosen-choices {
    border: 1px solid #5897fb;
    box-shadow: 0 0 5px rgba(0, 0, 0, .3)
}

.chosen-container-active .chosen-choices li.search-field input[type=text] {
    color: #222!important
}

.chosen-disabled {
    opacity: .5!important;
    cursor: default
}

.chosen-disabled .chosen-choices .search-choice .search-choice-close,
.chosen-disabled .chosen-single {
    cursor: default
}

.chosen-rtl {
    text-align: right
}

.chosen-rtl .chosen-single {
    overflow: visible;
    padding: 0 8px 0 0
}

.chosen-rtl .chosen-single span {
    margin-right: 0;
    margin-left: 26px;
    direction: rtl
}

.chosen-rtl .chosen-single-with-deselect span {
    margin-left: 38px
}

.chosen-rtl .chosen-single div {
    right: auto;
    left: 3px
}

.chosen-rtl .chosen-single abbr {
    right: auto;
    left: 26px
}

.chosen-rtl .chosen-choices li {
    float: right
}

.chosen-rtl .chosen-choices li.search-field input[type=text] {
    direction: rtl
}

.chosen-rtl .chosen-choices li.search-choice {
    margin: 3px 5px 3px 0;
    padding: 3px 5px 3px 19px
}

.chosen-rtl .chosen-choices li.search-choice .search-choice-close {
    right: auto;
    left: 4px
}

.chosen-rtl .chosen-drop,
.chosen-rtl.chosen-container-single-nosearch .chosen-search {
    left: 9999px
}

.chosen-rtl.chosen-container-single .chosen-results {
    margin: 0 0 4px 4px;
    padding: 0 4px 0 0
}

.chosen-rtl .chosen-results li.group-option {
    padding-right: 15px;
    padding-left: 0
}

.chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div {
    border-right: none
}

.chosen-rtl .chosen-search input[type=text] {
    padding: 4px 5px 4px 20px;
    background: url(../img/chosen-sprite.png) -30px -20px no-repeat;
    direction: rtl
}

.chosen-rtl.chosen-container-single .chosen-single div b {
    background-position: 6px 2px
}

.chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b {
    background-position: -12px 2px
}

@media only screen and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min-resolution:144dpi),
only screen and (min-resolution:1.5dppx) {
    .chosen-container .chosen-results-scroll-down span,
    .chosen-container .chosen-results-scroll-up span,
    .chosen-container-multi .chosen-choices .search-choice .search-choice-close,
    .chosen-container-single .chosen-search input[type=text],
    .chosen-container-single .chosen-single abbr,
    .chosen-container-single .chosen-single div b,
    .chosen-rtl .chosen-search input[type=text] {
        background-image: url(../img/chosen-sprite@2x.png)!important;
        background-size: 52px 37px!important;
        background-repeat: no-repeat!important
    }
}

@font-face {
    font-family: 'Glyphicons Halflings';
    src: url(../fonts/glyphicons-halflings-regular.eot);
    src: url(../fonts/glyphicons-halflings-regular.eot?#iefix) format("embedded-opentype"), url(../fonts/glyphicons-halflings-regular.woff2) format("woff2"), url(../fonts/glyphicons-halflings-regular.woff) format("woff"), url(../fonts/glyphicons-halflings-regular.ttf) format("truetype"), url(../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular) format("svg")
}

.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.glyphicon-asterisk:before {
    content: "\002a"
}

.glyphicon-plus:before {
    content: "\002b"
}

.glyphicon-eur:before,
.glyphicon-euro:before {
    content: "\20ac"
}

.glyphicon-minus:before {
    content: "\2212"
}

.glyphicon-cloud:before {
    content: "\2601"
}

.glyphicon-envelope:before {
    content: "\2709"
}

.glyphicon-pencil:before {
    content: "\270f"
}

.glyphicon-glass:before {
    content: "\e001"
}

.glyphicon-music:before {
    content: "\e002"
}

.glyphicon-search:before {
    content: "\e003"
}

.glyphicon-heart:before {
    content: "\e005"
}

.glyphicon-star:before {
    content: "\e006"
}

.glyphicon-star-empty:before {
    content: "\e007"
}

.glyphicon-user:before {
    content: "\e008"
}

.glyphicon-film:before {
    content: "\e009"
}

.glyphicon-th-large:before {
    content: "\e010"
}

.glyphicon-th:before {
    content: "\e011"
}

.glyphicon-th-list:before {
    content: "\e012"
}

.glyphicon-ok:before {
    content: "\e013"
}

.glyphicon-remove:before {
    content: "\e014"
}

.glyphicon-zoom-in:before {
    content: "\e015"
}

.glyphicon-zoom-out:before {
    content: "\e016"
}

.glyphicon-off:before {
    content: "\e017"
}

.glyphicon-signal:before {
    content: "\e018"
}

.glyphicon-cog:before {
    content: "\e019"
}

.glyphicon-trash:before {
    content: "\e020"
}

.glyphicon-home:before {
    content: "\e021"
}

.glyphicon-file:before {
    content: "\e022"
}

.glyphicon-time:before {
    content: "\e023"
}

.glyphicon-road:before {
    content: "\e024"
}

.glyphicon-download-alt:before {
    content: "\e025"
}

.glyphicon-download:before {
    content: "\e026"
}

.glyphicon-upload:before {
    content: "\e027"
}

.glyphicon-inbox:before {
    content: "\e028"
}

.glyphicon-play-circle:before {
    content: "\e029"
}

.glyphicon-repeat:before {
    content: "\e030"
}

.glyphicon-refresh:before {
    content: "\e031"
}

.glyphicon-list-alt:before {
    content: "\e032"
}

.glyphicon-lock:before {
    content: "\e033"
}

.glyphicon-flag:before {
    content: "\e034"
}

.glyphicon-headphones:before {
    content: "\e035"
}

.glyphicon-volume-off:before {
    content: "\e036"
}

.glyphicon-volume-down:before {
    content: "\e037"
}

.glyphicon-volume-up:before {
    content: "\e038"
}

.glyphicon-qrcode:before {
    content: "\e039"
}

.glyphicon-barcode:before {
    content: "\e040"
}

.glyphicon-tag:before {
    content: "\e041"
}

.glyphicon-tags:before {
    content: "\e042"
}

.glyphicon-book:before {
    content: "\e043"
}

.glyphicon-bookmark:before {
    content: "\e044"
}

.glyphicon-print:before {
    content: "\e045"
}

.glyphicon-camera:before {
    content: "\e046"
}

.glyphicon-font:before {
    content: "\e047"
}

.glyphicon-bold:before {
    content: "\e048"
}

.glyphicon-italic:before {
    content: "\e049"
}

.glyphicon-text-height:before {
    content: "\e050"
}

.glyphicon-text-width:before {
    content: "\e051"
}

.glyphicon-align-left:before {
    content: "\e052"
}

.glyphicon-align-center:before {
    content: "\e053"
}

.glyphicon-align-right:before {
    content: "\e054"
}

.glyphicon-align-justify:before {
    content: "\e055"
}

.glyphicon-list:before {
    content: "\e056"
}

.glyphicon-indent-left:before {
    content: "\e057"
}

.glyphicon-indent-right:before {
    content: "\e058"
}

.glyphicon-facetime-video:before {
    content: "\e059"
}

.glyphicon-picture:before {
    content: "\e060"
}

.glyphicon-map-marker:before {
    content: "\e062"
}

.glyphicon-adjust:before {
    content: "\e063"
}

.glyphicon-tint:before {
    content: "\e064"
}

.glyphicon-edit:before {
    content: "\e065"
}

.glyphicon-share:before {
    content: "\e066"
}

.glyphicon-check:before {
    content: "\e067"
}

.glyphicon-move:before {
    content: "\e068"
}

.glyphicon-step-backward:before {
    content: "\e069"
}

.glyphicon-fast-backward:before {
    content: "\e070"
}

.glyphicon-backward:before {
    content: "\e071"
}

.glyphicon-play:before {
    content: "\e072"
}

.glyphicon-pause:before {
    content: "\e073"
}

.glyphicon-stop:before {
    content: "\e074"
}

.glyphicon-forward:before {
    content: "\e075"
}

.glyphicon-fast-forward:before {
    content: "\e076"
}

.glyphicon-step-forward:before {
    content: "\e077"
}

.glyphicon-eject:before {
    content: "\e078"
}

.glyphicon-chevron-left:before {
    content: "\e079"
}

.glyphicon-chevron-right:before {
    content: "\e080"
}

.glyphicon-plus-sign:before {
    content: "\e081"
}

.glyphicon-minus-sign:before {
    content: "\e082"
}

.glyphicon-remove-sign:before {
    content: "\e083"
}

.glyphicon-ok-sign:before {
    content: "\e084"
}

.glyphicon-question-sign:before {
    content: "\e085"
}

.glyphicon-info-sign:before {
    content: "\e086"
}

.glyphicon-screenshot:before {
    content: "\e087"
}

.glyphicon-remove-circle:before {
    content: "\e088"
}

.glyphicon-ok-circle:before {
    content: "\e089"
}

.glyphicon-ban-circle:before {
    content: "\e090"
}

.glyphicon-arrow-left:before {
    content: "\e091"
}

.glyphicon-arrow-right:before {
    content: "\e092"
}

.glyphicon-arrow-up:before {
    content: "\e093"
}

.glyphicon-arrow-down:before {
    content: "\e094"
}

.glyphicon-share-alt:before {
    content: "\e095"
}

.glyphicon-resize-full:before {
    content: "\e096"
}

.glyphicon-resize-small:before {
    content: "\e097"
}

.glyphicon-exclamation-sign:before {
    content: "\e101"
}

.glyphicon-gift:before {
    content: "\e102"
}

.glyphicon-leaf:before {
    content: "\e103"
}

.glyphicon-fire:before {
    content: "\e104"
}

.glyphicon-eye-open:before {
    content: "\e105"
}

.glyphicon-eye-close:before {
    content: "\e106"
}

.glyphicon-warning-sign:before {
    content: "\e107"
}

.glyphicon-plane:before {
    content: "\e108"
}

.glyphicon-calendar:before {
    content: "\e109"
}

.glyphicon-random:before {
    content: "\e110"
}

.glyphicon-comment:before {
    content: "\e111"
}

.glyphicon-magnet:before {
    content: "\e112"
}

.glyphicon-chevron-up:before {
    content: "\e113"
}

.glyphicon-chevron-down:before {
    content: "\e114"
}

.glyphicon-retweet:before {
    content: "\e115"
}

.glyphicon-shopping-cart:before {
    content: "\e116"
}

.glyphicon-folder-close:before {
    content: "\e117"
}

.glyphicon-folder-open:before {
    content: "\e118"
}

.glyphicon-resize-vertical:before {
    content: "\e119"
}

.glyphicon-resize-horizontal:before {
    content: "\e120"
}

.glyphicon-hdd:before {
    content: "\e121"
}

.glyphicon-bullhorn:before {
    content: "\e122"
}

.glyphicon-bell:before {
    content: "\e123"
}

.glyphicon-certificate:before {
    content: "\e124"
}

.glyphicon-thumbs-up:before {
    content: "\e125"
}

.glyphicon-thumbs-down:before {
    content: "\e126"
}

.glyphicon-hand-right:before {
    content: "\e127"
}

.glyphicon-hand-left:before {
    content: "\e128"
}

.glyphicon-hand-up:before {
    content: "\e129"
}

.glyphicon-hand-down:before {
    content: "\e130"
}

.glyphicon-circle-arrow-right:before {
    content: "\e131"
}

.glyphicon-circle-arrow-left:before {
    content: "\e132"
}

.glyphicon-circle-arrow-up:before {
    content: "\e133"
}

.glyphicon-circle-arrow-down:before {
    content: "\e134"
}

.glyphicon-globe:before {
    content: "\e135"
}

.glyphicon-wrench:before {
    content: "\e136"
}

.glyphicon-tasks:before {
    content: "\e137"
}

.glyphicon-filter:before {
    content: "\e138"
}

.glyphicon-briefcase:before {
    content: "\e139"
}

.glyphicon-fullscreen:before {
    content: "\e140"
}

.glyphicon-dashboard:before {
    content: "\e141"
}

.glyphicon-paperclip:before {
    content: "\e142"
}

.glyphicon-heart-empty:before {
    content: "\e143"
}

.glyphicon-link:before {
    content: "\e144"
}

.glyphicon-phone:before {
    content: "\e145"
}

.glyphicon-pushpin:before {
    content: "\e146"
}

.glyphicon-usd:before {
    content: "\e148"
}

.glyphicon-gbp:before {
    content: "\e149"
}

.glyphicon-sort:before {
    content: "\e150"
}

.glyphicon-sort-by-alphabet:before {
    content: "\e151"
}

.glyphicon-sort-by-alphabet-alt:before {
    content: "\e152"
}

.glyphicon-sort-by-order:before {
    content: "\e153"
}

.glyphicon-sort-by-order-alt:before {
    content: "\e154"
}

.glyphicon-sort-by-attributes:before {
    content: "\e155"
}

.glyphicon-sort-by-attributes-alt:before {
    content: "\e156"
}

.glyphicon-unchecked:before {
    content: "\e157"
}

.glyphicon-expand:before {
    content: "\e158"
}

.glyphicon-collapse-down:before {
    content: "\e159"
}

.glyphicon-collapse-up:before {
    content: "\e160"
}

.glyphicon-log-in:before {
    content: "\e161"
}

.glyphicon-flash:before {
    content: "\e162"
}

.glyphicon-log-out:before {
    content: "\e163"
}

.glyphicon-new-window:before {
    content: "\e164"
}

.glyphicon-record:before {
    content: "\e165"
}

.glyphicon-save:before {
    content: "\e166"
}

.glyphicon-open:before {
    content: "\e167"
}

.glyphicon-saved:before {
    content: "\e168"
}

.glyphicon-import:before {
    content: "\e169"
}

.glyphicon-export:before {
    content: "\e170"
}

.glyphicon-send:before {
    content: "\e171"
}

.glyphicon-floppy-disk:before {
    content: "\e172"
}

.glyphicon-floppy-saved:before {
    content: "\e173"
}

.glyphicon-floppy-remove:before {
    content: "\e174"
}

.glyphicon-floppy-save:before {
    content: "\e175"
}

.glyphicon-floppy-open:before {
    content: "\e176"
}

.glyphicon-credit-card:before {
    content: "\e177"
}

.glyphicon-transfer:before {
    content: "\e178"
}

.glyphicon-cutlery:before {
    content: "\e179"
}

.glyphicon-header:before {
    content: "\e180"
}

.glyphicon-compressed:before {
    content: "\e181"
}

.glyphicon-earphone:before {
    content: "\e182"
}

.glyphicon-phone-alt:before {
    content: "\e183"
}

.glyphicon-tower:before {
    content: "\e184"
}

.glyphicon-stats:before {
    content: "\e185"
}

.glyphicon-sd-video:before {
    content: "\e186"
}

.glyphicon-hd-video:before {
    content: "\e187"
}

.glyphicon-subtitles:before {
    content: "\e188"
}

.glyphicon-sound-stereo:before {
    content: "\e189"
}

.glyphicon-sound-dolby:before {
    content: "\e190"
}

.glyphicon-sound-5-1:before {
    content: "\e191"
}

.glyphicon-sound-6-1:before {
    content: "\e192"
}

.glyphicon-sound-7-1:before {
    content: "\e193"
}

.glyphicon-copyright-mark:before {
    content: "\e194"
}

.glyphicon-registration-mark:before {
    content: "\e195"
}

.glyphicon-cloud-download:before {
    content: "\e197"
}

.glyphicon-cloud-upload:before {
    content: "\e198"
}

.glyphicon-tree-conifer:before {
    content: "\e199"
}

.glyphicon-tree-deciduous:before {
    content: "\e200"
}

.glyphicon-cd:before {
    content: "\e201"
}

.glyphicon-save-file:before {
    content: "\e202"
}

.glyphicon-open-file:before {
    content: "\e203"
}

.glyphicon-level-up:before {
    content: "\e204"
}

.glyphicon-copy:before {
    content: "\e205"
}

.glyphicon-paste:before {
    content: "\e206"
}

.glyphicon-alert:before {
    content: "\e209"
}

.glyphicon-equalizer:before {
    content: "\e210"
}

.glyphicon-king:before {
    content: "\e211"
}

.glyphicon-queen:before {
    content: "\e212"
}

.glyphicon-pawn:before {
    content: "\e213"
}

.glyphicon-bishop:before {
    content: "\e214"
}

.glyphicon-knight:before {
    content: "\e215"
}

.glyphicon-baby-formula:before {
    content: "\e216"
}

.glyphicon-tent:before {
    content: "\26fa"
}

.glyphicon-blackboard:before {
    content: "\e218"
}

.glyphicon-bed:before {
    content: "\e219"
}

.glyphicon-apple:before {
    content: "\f8ff"
}

.glyphicon-erase:before {
    content: "\e221"
}

.glyphicon-hourglass:before {
    content: "\231b"
}

.glyphicon-lamp:before {
    content: "\e223"
}

.glyphicon-duplicate:before {
    content: "\e224"
}

.glyphicon-piggy-bank:before {
    content: "\e225"
}

.glyphicon-scissors:before {
    content: "\e226"
}

.glyphicon-bitcoin:before {
    content: "\e227"
}

.glyphicon-btc:before {
    content: "\e227"
}

.glyphicon-xbt:before {
    content: "\e227"
}

.glyphicon-yen:before {
    content: "\00a5"
}

.glyphicon-jpy:before {
    content: "\00a5"
}

.glyphicon-ruble:before {
    content: "\20bd"
}

.glyphicon-rub:before {
    content: "\20bd"
}

.glyphicon-scale:before {
    content: "\e230"
}

.glyphicon-ice-lolly:before {
    content: "\e231"
}

.glyphicon-ice-lolly-tasted:before {
    content: "\e232"
}

.glyphicon-education:before {
    content: "\e233"
}

.glyphicon-option-horizontal:before {
    content: "\e234"
}

.glyphicon-option-vertical:before {
    content: "\e235"
}

.glyphicon-menu-hamburger:before {
    content: "\e236"
}

.glyphicon-modal-window:before {
    content: "\e237"
}

.glyphicon-oil:before {
    content: "\e238"
}

.glyphicon-grain:before {
    content: "\e239"
}

.glyphicon-sunglasses:before {
    content: "\e240"
}

.glyphicon-text-size:before {
    content: "\e241"
}

.glyphicon-text-color:before {
    content: "\e242"
}

.glyphicon-text-background:before {
    content: "\e243"
}

.glyphicon-object-align-top:before {
    content: "\e244"
}

.glyphicon-object-align-bottom:before {
    content: "\e245"
}

.glyphicon-object-align-horizontal:before {
    content: "\e246"
}

.glyphicon-object-align-left:before {
    content: "\e247"
}

.glyphicon-object-align-vertical:before {
    content: "\e248"
}

.glyphicon-object-align-right:before {
    content: "\e249"
}

.glyphicon-triangle-right:before {
    content: "\e250"
}

.glyphicon-triangle-left:before {
    content: "\e251"
}

.glyphicon-triangle-bottom:before {
    content: "\e252"
}

.glyphicon-triangle-top:before {
    content: "\e253"
}

.glyphicon-console:before {
    content: "\e254"
}

.glyphicon-superscript:before {
    content: "\e255"
}

.glyphicon-subscript:before {
    content: "\e256"
}

.glyphicon-menu-left:before {
    content: "\e257"
}

.glyphicon-menu-right:before {
    content: "\e258"
}

.glyphicon-menu-down:before {
    content: "\e259"
}

.glyphicon-menu-up:before {
    content: "\e260"
}

button.close {
    padding: 0;
    background: transparent;
    border: 0;
    -webkit-appearance: none
}

.modal-open {
    overflow: hidden
}

.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    outline: 0
}

.modal.fade .modal-dialog {
    transition: transform .3s ease-out;
    transform: translate(0, -25%)
}

.modal.show .modal-dialog {
    transform: translate(0, 0)
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px;
    pointer-events: none
}

.modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: .3rem;
    outline: 0
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000
}

.modal-backdrop.fade {
    opacity: 0
}

.modal-backdrop.show {
    opacity: .5
}

.modal-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 15px;
    border-bottom: 1px solid #e9ecef;
    border-top-left-radius: .3rem;
    border-top-right-radius: .3rem
}

.modal-header .close {
    padding: 15px;
    margin: -15px -15px -15px auto
}

.modal-title {
    margin-bottom: 0;
    line-height: 1.5
}

.modal-body {
    position: relative;
    flex: 1 1 auto;
    padding: 15px
}

.modal-footer {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 15px;
    border-top: 1px solid #e9ecef
}

.modal-footer> :not(:first-child) {
    margin-left: .25rem
}

.modal-footer> :not(:last-child) {
    margin-right: .25rem
}

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll
}

.haraj {
    color: white;
    border-radius: 5px;
    background: #ef5661;
    right: 120px;
    position: absolute;
    width: 84px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-content: center;
    flex-direction: column;
    align-items: center;
}

.thumbe_pic {
    width: 80% !important;
}

@media (min-width: 576px) {
    .modal-dialog {
        max-width: 500px;
        margin: 30px auto
    }
    .modal-sm {
        max-width: 300px
    }
}

@media (min-width: 992px) {
    .modal-lg {
        max-width: 800px
    }
    .tests {
        display: none;
    }
}

.pagination_nums {
    background: rgb(255, 255, 255);
    border-radius: 8px;
    margin: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    box-shadow: 0px 0px 3px 0px #ef5661;
    direction: rtl;
}

.pagination_nums>a {
    transition: 0.1s;
    padding: 5px 10px;
    color: black;
}

.pagination_nums>a:hover {
    color: white;
    background: #ef5661;
}