h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

h2 {
    font-size: 1.5em;
    margin: 0.83em 0;
}

h3 {
    font-size: 1.17em;
    margin: 1em 0;
}

h4 {
    font-size: 1em;
    margin: 1.33em 0;
}

h5 {
    font-size: 0.83em;
    margin: 1.67em 0;
}

h6 {
    font-size: 0.75em;
    margin: 2.33em 0;
}

small {
    font-size: 75%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

nav ul,
nav ol {
    list-style: none;
    list-style-image: none;
}

figure {
    margin: 0;
}

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

legend {
    border: 0;
    padding: 0;
    white-space: normal;
    *margin-left: -7px;
}

textarea {
    overflow: auto;
    vertical-align: top;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* =Responsive Grid
-------------------------------------------------------------- */
.row,
.row-fixed,
.row-adaptive,
.row-delaybreak {
    width: 100%;
    margin: 0 auto;
    zoom: 1;
}

.row:before,
.row:after,
.row-fixed:before,
.row-fixed:after,
.row-adaptive:before,
.row-adaptive:after,
.row-delaybreak:before,
.row-delaybreak:after {
    content: '';
    display: table;
}

.row:after,
.row-fixed:after,
.row-adaptive:after,
.row-delaybreak:after {
    clear: both;
}

.column {
    margin-left: 4.4%;
    float: left;
    min-height: 1px;
    position: relative;
    margin-bottom: 1.5em;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.column:first-child {
    margin-left: 0;
}

.row .col-full,
.row-fixed .col-full,
.row-adaptive .col-full {
    width: 100%;
}

.row .col-half,
.row-fixed .col-half,
.row-adaptive .col-half {
    width: 47.78%;
}

.row.stacked .col-half:nth-child(2n + 3),
.row-fixed.stacked .col-half:nth-child(2n + 3),
.row-adaptive.stacked .col-half:nth-child(2n + 3),
.row-delaybreak.stacked .col-half:nth-child(2n + 3) {
    margin-left: 0;
    clear: left;
}

.row .col-third,
.row-fixed .col-third,
.row-adaptive .col-third {
    width: 30.4%;
}

.row .col-two-third,
.row-fixed .col-two-third,
.row-adaptive .col-two-third {
    width: 65.2%;
}

.row.stacked .col-third:nth-child(3n + 4),
.row-fixed.stacked .col-third:nth-child(3n + 4),
.row-adaptive.stacked .col-third:nth-child(3n + 4),
.row-delaybreak.stacked .col-third:nth-child(3n + 4) {
    margin-left: 0;
    clear: left;
}

.row .col-fourth,
.row-fixed .col-fourth,
.row-adaptive .col-fourth {
    width: 21.7%;
}

.row.stacked .col-fourth:nth-child(4n + 5),
.row-fixed.stacked .col-fourth:nth-child(4n + 5),
.row-adaptive.stacked .col-fourth:nth-child(4n + 5),
.row-delaybreak.stacked .col-fourth:nth-child(4n + 5) {
    margin-left: 0;
    clear: left;
}

.row .col-fifth,
.row-fixed .col-fifth,
.row-adaptive .col-fifth {
    width: 16.48%;
}

.row .col-sixth,
.row-fixed .col-sixth,
.row-adaptive .col-sixth {
    width: 12.98%;
}

.row.half-gutter .column,
.row-fixed.half-gutter .column,
.row-adaptive.half-gutter .column,
.row-delaybreak.half-gutter .column {
    margin-left: 2.2%;
}

.row.half-gutter .column:first-child,
.row-fixed.half-gutter .column:first-child,
.row-adaptive.half-gutter .column:first-child,
.row-delaybreak.half-gutter .column:first-child {
    margin-left: 0;
}

.row.half-gutter .col-half,
.row-fixed.half-gutter .col-half,
.row-adaptive.half-gutter .col-half,
.row-delaybreak .col-half {
    width: 48.9%;
}

.row.half-gutter .col-third,
.row-fixed.half-gutter .col-third,
.row-adaptive.half-gutter .col-third,
.row-delaybreak .col-third {
    width: 31.86%;
}

.row.half-gutter .col-two-third,
.row-fixed.half-gutter .col-two-third,
.row-adaptive.half-gutter .col-two-third {
    width: 65.9%;
}

.row.half-gutter .col-fourth,
.row-fixed.half-gutter .col-fourth,
.row-adaptive.half-gutter .col-fourth,
.row-delaybreak .col-fourth {
    width: 23.35%;
}

.row.half-gutter .col-fifth,
.row-fixed.half-gutter .col-fifth,
.row-adaptive.half-gutter .col-fifth,
.row-delaybreak .col-fifth {
    width: 18.24%;
}

.row.half-gutter .col-sixth,
.row-fixed.half-gutter .col-sixth,
.row-adaptive.half-gutter .col-sixth,
.row-delaybreak .col-sixth {
    width: 14.83%;
}

.row.no-gutter .column,
.row-fixed.no-gutter .column,
.row-adaptive.no-gutter .column {
    margin-left: 0;
}

.row.no-gutter .col-half,
.row-fixed.no-gutter .col-half,
.row-adaptive.no-gutter .col-half {
    width: 50%;
}

.row.no-gutter .col-third,
.row-fixed.no-gutter .col-third,
.row-adaptive.no-gutter .col-third {
    width: 33.333%;
}

.row.no-gutter .col-two-third,
.row-fixed.no-gutter .col-two-third,
.row-adaptive.no-gutter .col-two-third {
    width: 66.6%;
}

.row.no-gutter .col-fourth,
.row-fixed.no-gutter .col-fourth,
.row-adaptive.no-gutter .col-fourth {
    width: 24.99%;
}

.row.no-gutter .col-fifth,
.row-fixed.no-gutter .col-fifth,
.row-adaptive.no-gutter .col-fifth {
    width: 20%;
}

.row.no-gutter .col-sixth,
.row-fixed.no-gutter .col-sixth,
.row-adaptive.no-gutter .col-sixth {
    width: 16.66%;
}

@media only screen and (max-width: 720px) {
    .row {
        width: 100%;
        min-width: 0;
        margin-left: 0;
        margin-right: 0;
    }

    .row .row .column {
        padding: 0;
    }

    .row>.column {
        width: auto !important;
        float: none;
        margin-left: 0;
        margin-right: 0;
    }

    .row>.column:last-child {
        margin-right: 0;
        float: none;
    }

    .row>.column:before,
    .column:after {
        content: '';
        display: table;
    }

    .row>.column:after {
        clear: both;
    }

    .row-adaptive .col-fourth {
        width: 47.8%;
    }

    .row-adaptive .col-fourth:nth-child(3) {
        margin-left: 0;
        clear: left;
    }

    .row-adaptive.half-gutter .col-fourth {
        width: 48.9%;
    }

    .row-adaptive .col-sixth {
        width: 30.4%;
    }

    .row-adaptive .col-sixth:nth-child(4n + 4) {
        margin-left: 0;
    }

    .row.half-gutter .col-sixth,
    .row-fixed.half-gutter .col-sixth,
    .row-adaptive.half-gutter .col-sixth {
        width: 31.86%;
    }

    .row.no-gutter .column,
    .row-fixed.no-gutter .column,
    .row-adaptive.no-gutter .column {
        margin-left: 0;
    }

    .row.half-gutter .column {
        margin-left: 0;
    }

    .row-adaptive.hff .col-half,
    .row-adaptive.ffh .col-half {
        width: auto !important;
        float: none;
        margin-left: 0;
        margin-right: 0;
        clear: both;
    }

    .row-adaptive.hff .col-fourth:nth-child(2) {
        margin-left: 0;
        clear: left;
    }

    .row-adaptive.hff .col-fourth:nth-child(3) {
        margin-left: 4.4%;
    }

    .row-adaptive.hff .col-fourth:nth-child(3) {
        clear: inherit;
    }
}

@media only screen and (max-width: 480px) {
    .row-delaybreak {
        width: 100%;
        min-width: 0;
        margin-left: 0;
        margin-right: 0;
    }

    .row-delaybreak .row .column {
        padding: 0;
    }

    .row-delaybreak .column {
        width: auto !important;
        float: none;
        margin-left: 0;
        margin-right: 0;
    }

    .row-delaybreak .column:last-child {
        margin-right: 0;
        float: none;
    }

    .row-delaybreak .column:before,
    .column:after {
        content: '';
        display: table;
    }

    .row-delaybreak .column:after {
        clear: both;
    }

    .row-adaptive .col-half {
        width: 100%;
        min-width: 0;
        margin-left: 0;
        margin-right: 0;
    }

    .row-adaptive .col-third {
        width: 47.78%;
    }

    .row-adaptive.half-gutter .col-third {
        width: 48.9%;
    }

    .row-adaptive.no-gutter .col-third {
        width: 50%;
    }

    .row-adaptive.stacked .col-third:nth-child(2n + 3) {
        margin-left: 0;
        clear: left;
    }

    .row-adaptive.stacked .col-third:nth-child(3n + 4) {
        margin-left: 2.2%;
        clear: none;
    }

    .row-adaptive .col-sixth,
    .row-adaptive .col-fourth {
        width: 47.78%;
    }

    .row-adaptive .col-sixth:nth-child(4n + 4) {
        margin-left: 4.4%;
    }

    .row-adaptive .col-sixth:nth-child(2n + 3) {
        margin-left: 0;
    }

    .row-adaptive .col-fourth:nth-child(3) {
        margin-left: 0;
        clear: left;
    }

    .row-adaptive .col-fourth,
    .row-adaptive.half-gutter .col-fourth {
        width: 100%;
        margin-left: 0;
    }

    .row-adaptive.hff .col-fourth:nth-child(3) {
        margin-left: 0;
    }

    .row.half-gutter .col-sixth,
    .row-fixed.half-gutter .col-sixth,
    .row-adaptive.half-gutter .col-sixth {
        width: 48.9%;
    }

    .row-adaptive.half-gutter .col-sixth:nth-child(4n + 4) {
        margin-left: 2.2%;
    }
}

/* = Core Classes
-------------------------------------------------------------- */
/*	Clearfix */
.clearfix {
    *zoom: 1;
}

.clearfix:before,
.clearfix:after {
    display: table;
    content: '';
}

.clearfix:after {
    clear: both;
}

/* Text meant only for screen readers. */
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */
}

/* Responsive images */
.entry-content img,
.comment-content img,
.widget img {
    max-width: 100%;
    /* Fluid images for posts, comments, and widgets */
}

img[class*='align'],
img[class*='wp-image-'],
img[class*='attachment-'] {
    height: auto;
    /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}

img.size-full,
img.size-large,
img.header-image,
img.wp-post-image {
    max-width: 100%;
    height: auto;
    /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}

/* Make sure videos and embeds fit their containers */
embed,
iframe,
object,
video {
    max-width: 100%;
}

.entry-content .twitter-tweet-rendered {
    max-width: 100% !important;
    /* Override the Twitter embed fixed width */
}

/*	Responsive Video Container  */
.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* Images */
.alignleft {
    float: left;
}

.alignright {
    float: right;
}

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

.wp-caption {
    max-width: 100%;
    /* Keep wide captions from overflowing their container. */
    padding: 20px;
    background: #f5f5f5;
    margin: 0 0 26px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.wp-caption .wp-caption-text,
.entry-caption {
    font-size: 13px;
    text-align: center;
    display: table;
    line-height: 100%;
    margin: 10px auto 0;
    padding: 0;
}

img.wp-smiley,
.rsswidget img {
    border: 0;
    border-radius: 0;
    box-shadow: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}

.entry-content dl.gallery-item {
    margin: 0;
}

img.alignleft {
    margin: 25px 25px 25px 0;
}

img.alignright {
    margin: 25px 0 25px 24px;
}

img.aligncenter {
    margin-top: 25px;
    margin-bottom: 25px;
}

.entry-content embed,
.entry-content iframe,
.entry-content object,
.entry-content video {
    margin-bottom: 25px;
}

.entry-content dl,
.comment-content dl {
    margin: 0 25px;
}

.entry-content dt,
.comment-content dt {
    font-weight: bold;
}

.entry-content dd,
.comment-content dd {
    margin-bottom: 25px;
}

.entry-content table,
.comment-content table {
    border-bottom: 1px solid #ededed;
    color: #757575;
    font-size: 12px;
    line-height: 2;
    margin: 0 0 26px;
    width: 100%;
}

.entry-content table caption,
.comment-content table caption {
    font-size: 16px;
    margin: 25px 0;
}

.entry-content td,
.comment-content td {
    border-top: 1px solid #ededed;
    padding: 6px 10px 6px 0;
}

/* WordPress Gallery */
.gallery-item a,
.gallery-caption {
    width: 90%;
}

.gallery-item a {
    display: block;
}

.gallery-caption a {
    display: inline;
}

.gallery-columns-1 .gallery-item a {
    max-width: 100%;
    width: auto;
}

.gallery .gallery-icon img {
    height: auto;
}

.gallery-columns-1 .gallery-icon img {
    padding: 3%;
}

.gallery dd {
    margin: 0;
}

.gallery p {
    padding: 0 0 10px;
}

.gallery .gallery-caption {
    font-size: 12px;
    line-height: 16px;
}

.gallery .gallery-item {
    float: left;
}

.gallery.gallery-columns-1 .gallery-item {
    width: 100%;
}

.gallery.gallery-columns-2 .gallery-item {
    width: 50%;
}

.gallery.gallery-columns-3 .gallery-item {
    width: 33%;
}

.gallery.gallery-columns-4 .gallery-item {
    width: 25%;
}

.gallery.gallery-columns-5 .gallery-item {
    width: 20%;
}

.gallery.gallery-columns-6 .gallery-item {
    width: 16.5%;
}

.gallery.gallery-columns-7 .gallery-item {
    width: 14%;
}

.gallery.gallery-columns-8 .gallery-item {
    width: 12.5%;
}

.gallery.gallery-columns-9 .gallery-item {
    width: 11%;
}

.gallery.gallery-columns-6 .gallery-caption,
.gallery.gallery-columns-7 .gallery-caption,
.gallery.gallery-columns-8 .gallery-caption,
.gallery.gallery-columns-9 .gallery-caption {
    display: none;
    /* Hide gallery captions when they will disturb the layout */
}

/* = Entry Content Styling
-------------------------------------------------------------- */
.entry-content p,
.entry-content ul,
.entry-content ol {
    margin: 0;
    padding: 0 0 26px;
}

.entry-content ul,
.entry-content ol {
    margin: 0 0 0 80px;
}

.entry-content ul {
    list-style-type: square;
}

.entry-content ul li,
.entry-content ol li {
    margin: 0 0 10px;
}

.entry-content blockquote {
    background: #f5f5f5;
    font-style: italic;
    margin: 0 0 26px;
    padding: 30px 30px 5px 85px;
    position: relative;
}

.entry-content blockquote:before {
    display: block;
    content: '\201C';
    font-size: 100px;
    left: 30px;
    position: absolute;
    top: 62px;
    color: #363d40;
    font-family: 'HelveticaNeue-Light', 'Helvetica Neue Light', 'Helvetica Neue',
        Helvetica, Arial, 'Lucida Grande', sans-serif;
    font-weight: 300;
    font-style: normal;
}

.entry-content blockquote p {
    padding: 0 0 26px;
}

.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
    color: #363d40;
    margin: 13px 0 20px;
    font-weight: 600;
    line-height: 100%;
}

.entry-content h1 {
    font-size: 32px;
    letter-spacing: -0.6px;
    margin-bottom: 26px;
}

.entry-content h2 {
    font-size: 28px;
    font-weight: bold;
    letter-spacing: -0.6px;
    margin: 26px 0;
}

.entry-content h3 {
    font-size: 26px;
}

.entry-content h4 {
    font-size: 22px;
}

.entry-content h5 {
    font-size: 18px;
}

.entry-content h6 {
    font-size: 16px;
}

code,
pre {
    display: block;
    font-family: Menlo, Monaco, Consolas, 'Courier New', monospace;
    line-height: 0.8em;
    word-break: break-all;
    word-wrap: break-word;
    white-space: pre;
    white-space: pre-wrap;
}

pre {
    background: #f5f5f5;
    border: 1px solid #d6d6d6;
    padding: 2em;
    line-height: 1.5em;
    margin: 0 0 1.5em;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

/* =Forms
-------------------------------------------------------------- */
/* Inputs */

/* Buttons */


/* =Document Setup
-------------------------------------------------------------- */
/* === Body === */

/* === Links === */

/* = Page Structure
-------------------------------------------------------------- */
#site-container,
.ht-container {
    margin: 0 auto;
    max-width: 1000px;
    padding: 0 3%;
}

#site-container {
    background: #fff;
}

#primary,
#content,
#sidebar {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}


#primary.sidebar-right #content {
    float: right;
    margin: 0 4% 0 0;
}

#primary.sidebar-left #content {
    float: left;
    margin: 0 4% 0 0;
}

#primary.sidebar-off #content {
    width: 100%;
    float: none;
    margin: 0;
    border: none;
}

#sidebar {
    float: left;
    width: 26%;
    font-size: 14px;
    line-height: 22px;
    color: #333;
    margin: 0;
    padding: 0;
}

@media screen and (max-width: 720px) {

    #content,
    #sidebar {
        width: 100%;
        float: none;
    }

    #content {
        margin: 0 0 20px;
    }

    #primary.sidebar-right #content,
    #primary.sidebar-left #content {
        margin: 0;
    }
}

/* END Media Query */
/* =Header
-------------------------------------------------------------- */


/* END Media Query */
/* = Page Navigation
-------------------------------------------------------------- */
.paging-navigation {
    font-size: 13px;
    margin: 0 0 26px;
}

.paging-navigation .nav-previous a,
.paging-navigation .nav-next a,
.pagination a,
.pagination span {
    display: block;
    float: left;
    padding: 6px 14px;
    margin: 0 5px 0 0;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

.pagination a:hover,
.paging-navigation .nav-previous a:hover,
.paging-navigation .nav-next a:hover {
    color: #fff !important;
    text-decoration: none;
}

.paging-navigation .nav-previous a,
.paging-navigation .nav-next a,
.pagination a {
    background: #f5f5f5;
    color: #666 !important;
}

.pagination span {
    color: #fff;
}

.pagination,
.paging-navigation .nav-previous,
.paging-navigation .nav-next {
    float: left;
}

.pagination a:hover {
    text-decoration: none;
}

/* =Footer
-------------------------------------------------------------- */



/* END Media Query */
/* =Navigation & Menus
-------------------------------------------------------------- */
/* Primary Nav  */
/*
These styles before the drop down languages
*/
#primary-nav {
    float: right;
    position: absolute;
    right: 0;
    bottom: 0;
    display: none;
}

#primary-nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

#primary-nav ul a {
    display: block;
    position: relative;
    color: #494b4d;
    font-weight: 600;
    position: relative;
    outline: none;
    font-size: 15px;
    line-height: 100%;
    height: 30px;
    text-decoration: none;
}

#primary-nav ul a.sf-with-ul {
    padding-right: 1em;
}

#primary-nav ul li {
    float: left;
    padding: 0 0 0 30px;
    position: relative;
    z-index: 40;
}

#primary-nav ul li:first-child {
    padding-left: 0;
}

#primary-nav ul li:hover {
    visibility: inherit;
}

#primary-nav ul li:hover ul,
#primary-nav ul li.sfHover ul {
    left: -20px;
    top: 30px;
    z-index: 99;
}

#primary-nav ul li:hover li ul,
#primary-nav ul li.sfHover li ul,
#primary-nav ul li li:hover li ul,
#primary-nav ul li li.sfHover li ul,
#primary-nav ul li li li:hover li ul,
#primary-nav ul li li li.sfHover li ul {
    top: -9999em;
}

#primary-nav ul li li:hover ul,
#primary-nav ul li li.sfHover ul,
#primary-nav ul li li li:hover ul,
#primary-nav ul li li li.sfHover ul,
#primary-nav ul li li li li:hover ul,
#primary-nav ul li li li li.sfHover ul {
    left: 240px;
    top: 0;
}

#primary-nav ul li a:hover,
#primary-nav ul li:hover,
#primary-nav ul li.sfHover a,
#primary-nav ul li.current-cat a,
#primary-nav ul li.current_page_item a,
#primary-nav ul li.current-menu-item a {
    text-decoration: none;
}

#primary-nav ul ul {
    background: #333;
    background: #fff;
    border: 1px solid #e0e0e0;
    margin: 0 0 0 50px;
    padding: 0;
    position: absolute;
    top: -9999em;
    width: 240px;
}

#primary-nav ul ul ul {
    margin: 0;
}

#primary-nav ul ul li {
    background: none;
    float: none;
    width: 100%;
    margin: 0;
    padding: 0;
    border: none;
    height: auto;
    text-align: left;
    box-shadow: none;
    border: none;
}

#primary-nav ul ul li a {
    font-size: 13px;
    font-weight: normal;
    color: #595959;
    display: block;
    margin: 0;
    padding: 20px 15px;
    height: auto;
}

#primary-nav ul ul li a:hover {
    background: #fafafa;
}

#primary-nav .sf-sub-indicator {
    border: medium none;
    display: inline;
    font-weight: normal;
    margin: 0;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
}

#primary-nav ul ul .sf-sub-indicator {
    right: 20px;
    top: 20px;
}

#primary-nav ul li.sfHover ul a {
    color: #595959 !important;
}

#primary-nav ul li.sfHover ul a:hover {
    color: #595959 !important;
}

#primary-nav ul li a:hover,
#primary-nav ul li:hover,
#primary-nav ul li.sfHover a {
    color: #000;
}

These styles before the drop down languages

/*
ul#menu-main {
    text-align: center;
}
*/
/* Responsive Menu */
#primary-nav-mobile {
    display: none;
}

#primary-nav-mobile {
    display: none;
    margin: 0 0 15px;
}

#primary-nav-mobile .menu-toggle {
    background: #242526;
    position: relative;
    padding: 30px;
    display: block;
    outline: none;
}

#primary-nav-mobile .menu-toggle:before {
    border-bottom: 2px solid #ffffff;
    border-top: 7px double #ffffff;
    content: '';
    height: 3px;
    position: absolute;
    right: 20px;
    top: 40%;
    width: 18px;
}

#primary-nav-mobile ul {
    background: #242526;
    list-style: none;
    margin: 0;
    padding: 0 20px 10px;
    display: none;
}

#primary-nav-mobile ul a {
    display: block;
    padding: 12px 0;
    outline: none;
    color: #cccccc;
    font-weight: 600;
}

#primary-nav-mobile ul li {
    border-top: 1px solid #313335;
}

#primary-nav-mobile ul li:first-child {
    border-top: none;
}

#primary-nav-mobile ul .sub-menu {
    border-top: 1px solid #313335;
}

@media screen and (max-width: 860px) {
    #primary-nav {
        margin: 26px auto 0;
        position: relative;
        float: none;
        display: table;
    }
}

/* END Media Query */
@media screen and (max-width: 720px) {
    #primary-nav {
        display: none;
    }

    #primary-nav-mobile {
        display: none;
    }
}

/* END Media Query */
/* Footer Nav  */


/* END Media Query */
/* =Comment Styling
-------------------------------------------------------------- */
#comments ol {
    list-style: none;
    margin: 0 0 30px;
    padding: 10px 0 0;
}

#comments ol.children {
    background: url('images/comment-level.png') no-repeat 10px 10px;
    padding: 0 0 0 60px;
}

#comments ol.children li:last-child .comment-content {
    border-bottom: 1px solid #e5e5e5;
}

#comments .comment-content {
    border-bottom: 1px solid #e5e5e5;
    margin: 0 0 40px;
    padding: 0 0 20px;
}

#comments ol li:last-child .comment-content {
    border: none;
}

/* Comment Meta  */
#comments .comment-meta {
    margin: 0 0 20px;
}

#comments .comment .avatar {
    float: left;
}

#comments .comment .comment-meta cite,
#comments .comment .comment-meta time,
#comments .comment .comment-content {
    margin-left: 100px;
}

#comments .comment-meta cite {
    display: block;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    color: #444;
    line-height: 100%;
    margin: 0 0 8px;
}

#comments .comment-meta cite a {
    color: #444;
}

.comments-area .comment-meta time {
    color: #737980;
    display: block;
    font-size: 13px;
    line-height: 100%;
}

/* Comment Actions  */
#comments .comment-action {
    float: right;
    font-size: 14px;
    line-height: 100%;
}

#comments .comment-edit-link {
    margin: 0 5px 0 0;
}

/* Comment Content  */
#comments .comment-content p {
    margin: 0 0 15px;
}

/* =Respond Styling
-------------------------------------------------------------- */
#respond {
    clear: both;
    margin: 0 0 20px;
}

#commentform p {
    margin: 0 0 15px;
}

#commentform input {
    float: left;
    margin: 0 15px 0 0;
    font-size: 15px;
    padding: 16px 18px;
    max-width: 100%;
}

#commentform #submit {
    padding: 12px 22px;
    float: none;
}

#commentform .comment-notes {
    margin: 0 0 26px;
}

#commentform label {
    font-size: 14px;
}

#commentform .form-author label,
#commentform .form-email label,
#respond .form-url label {
    display: inline-block;
    margin: 10px 0 0;
}

#commentform .form-textarea label {
    display: block;
    margin: 0 0 5px;
}

.form-allowed-tags {
    font-size: 13px;
}

.form-allowed-tags code {
    font-size: 12px;
    line-height: 16px;
    margin: 0 0 26px;
}

#cancel-comment-reply-link {
    font-size: 13px;
    float: right;
    color: #c4524a;
}

#commentform .logged-in-as {
    margin: 0 0 26px;
}

#commentform .required {
    color: #c4524a;
}

@media screen and (max-width: 720px) {

    #commentform .form-author label,
    #commentform .form-email label,
    #commentform .form-url label {
        display: block;
        margin: 0 0 10px;
    }

    #commentform input {
        float: none;
        margin: 0 0 10px;
    }
}

/* END Media Query */
/* =Widgets
-------------------------------------------------------------- */
#sidebar .widget {
    border-bottom: 1px solid #e0e0e0;
    padding: 0 0 30px;
    margin-bottom: 30px;
}

/* Addition Widget Styles */
#sidebar .widget.no-border {
    border: none;
}

#sidebar .widget.boxed,
#sidebar .widget.boxed-orange,
#sidebar .widget.boxed-blue,
#sidebar .widget.boxed-green {
    padding: 30px;
    border: none;
    margin-bottom: 40px;
}

#sidebar .widget.boxed {
    background: #f5f5f5;
}

#sidebar .widget.boxed-orange {
    background: #fbfbd5;
}

#sidebar .widget.boxed-blue {
    background: #d5ecfb;
}

#sidebar .widget.boxed-green {
    background: #defbd5;
}

#sidebar .widget:last-child {
    border-bottom: none;
    margin-bottom: 0;
}

#sidebar .widget-title {
    color: #262626;
    margin: 0;
    background: none;
    padding: 0;
    font-size: 16px;
    line-height: 120%;
    letter-spacing: 0.2px;
    text-align: left;
    font-weight: bold;
    margin-bottom: 15px;
}

#footer .widget-title span {
    background: #f6f6f6;
    display: table;
    margin: 0 0 -5px;
    padding: 0 10px 0 0;
    position: relative;
}

.widget ul {
    padding: 0;
    margin: 0;
    list-style: square;
    list-style-position: inside;
    list-style: none;
}

.widget ul a {
    text-decoration: none;
}

.widget ul ul {
    margin: 15px 0 0 15px;
    padding: 15px 0 0;
}

/*	List Widget Styling */
.widget_recent_entries li,
.widget_recent_comments li,
.widget_meta li,
.widget_nav_menu li,
.widget_pages li,
.widget_categories li,
.widget_archive li,
.widget_display_replies li,
.st_kb_articles_widget li,
.st_kb_categories_widget li {
    padding-left: 20px;
    margin: 0 0 20px;
}

.st_kb_categories_widget li {
    color: #262626;
    margin: 0 0 10px;
    background: none;
    padding: 0;
    font-size: 14px;
    line-height: 120%;
    letter-spacing: 0.2px;
    text-align: left;
}

.widget_recent_entries li:last-child,
.widget_recent_comments li:last-child,
.widget_meta li:last-child,
.widget_nav_menu li:last-child,
.widget_pages li:last-child,
.widget_categories li:last-child,
.widget_archive li:last-child,
.widget_display_replies li:last-child,
.st_kb_articles_widget li:last-child,
.st_kb_categories_widget li:last-child {
    margin: 0;
}

.widget_recent_entries li a,
.widget_recent_comments li a,
.widget_meta li a,
.widget_nav_menu li a,
.widget_pages li a,
.widget_categories li a,
.widget_archive li a,
.st_kb_articles_widget a,
.st_kb_categories_widget a {
    color: #383838 !important;
}

.widget_recent_comments li a:last-child {
    font-weight: 600;
}

/*	KB Category Widget */
.st_kb_categories_widget .children {
    margin: 15px 0 0;
    padding: 0;
}

/*	Category Widget */
.widget_categories li {
    clear: both;
}

.widget_categories li span {
    color: #fff;
    float: right;
    font-size: 11px;
    font-weight: 600;
    margin: 0;
    padding: 1px 8px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

/*	Blog Widget */
.st_blog_widget li {
    margin: 0 0 26px;
}

.st_blog_widget li:last-child {
    margin: 0;
}

.st_blog_widget .has_thumb .entry-title,
.st_blog_widget .has_thumb .entry-meta {
    margin-left: 75px;
}

.st_blog_widget .entry-thumb,
.st_blog_widget .entry-thumb.no-thumb {
    float: left;
    margin: 0 15px 0 0;
    width: 60px;
}

.st_blog_widget .entry-thumb.no-thumb {
    height: 60px;
    background: #e5e5e5 url('images/post-small.png') no-repeat center center;
}

.st_blog_widget .entry-title {
    margin: 0 0 5px;
    display: block;
    font-size: 15px;
    font-weight: 600;
    color: #30363c;
    line-height: 18px;
}

.st_blog_widget .entry-meta {
    float: none;
    margin: 0;
    font-size: 13px;
}

/*	Search Widget */
.widget_search #s {
    width: 100%;
}

/* Calendar Widget */
.widget_calendar {
    float: left;
}

#wp-calendar {
    width: 100%;
}

#wp-calendar caption {
    color: #525a61;
    font-size: 12px;
    font-weight: 600;
    margin-bottom: 10px;
    margin-top: 10px;
    text-align: center;
    text-transform: uppercase;
}

#wp-calendar thead {
    font-size: 10px;
}

#wp-calendar thead th {
    padding-bottom: 10px;
}

#wp-calendar tbody {
    color: #aaa;
    background: #fafafa;
}

#wp-calendar tbody td {
    background: #f5f5f5;
    border: 1px solid #fff;
    text-align: center;
    padding: 8px;
}

#wp-calendar tbody td:hover {
    background: #fff;
}

#wp-calendar tbody .pad {
    background: none;
}

#wp-calendar tfoot #next {
    font-size: 10px;
    text-transform: uppercase;
    text-align: right;
}

#wp-calendar tfoot #prev {
    font-size: 10px;
    text-transform: uppercase;
    padding-top: 10px;
}

/* = Entry Styling
-------------------------------------------------------------- */
.post {
    margin: 0 0 45px;
    padding: 0 0 30px;
    border-bottom: 1px solid #e0e0e0;
}

.single .post {
    padding: 0;
    margin: 0 0 45px;
    border-bottom: none;
}

.entry-title {
    margin: 0 0 13px;
    font-size: 34px;
    letter-spacing: -0.6px;
    font-weight: bold;
}

.entry-title,
.entry-title a {
    color: #363d40 !important;
    line-height: 32px;
    outline: none;
    text-decoration: none;
    font-size: 16px;
    font-weight: 400;
    text-align: left;
}

/* Entry Thumb */
.entry-thumb {
    line-height: 100%;
    margin: 0 0 26px;
}

.entry-thumb a {
    display: block;
    line-height: 0;
}

/* Entry Meta */
.entry-meta {
    color: #737980;
    font-size: 14px;
    list-style: none;
    padding: 0;
    margin: 0 0 26px;
    line-height: 100%;
}

.entry-meta a,
.entry-meta a:hover {
    color: #737980 !important;
    text-decoration: none;
}

.entry-meta li {
    float: left;
}

.entry-meta li,
.entry-meta span {
    margin: 0 8px 0 0;
}

.entry-meta strong {
    font-weight: 600;
}

/* Entry Content */
.single .entry-content {
    margin: 0 0 26px;
}

/* Readmore Button */
.readmore,
.readmore:visited {
    text-decoration: none;
}

/* Tags Display */
.tags {
    display: flex;
    justify-content: left;
    gap: 4px;
    padding-top: 15px;
}

.tags a::before {
    background: #E6E6E6 !important;
    color: black !important;
    padding: 5px 15px !important;
    display: flex !important;
    flex-wrap: wrap !important;
    align-items: center !important;
    font-size: 16px !important;
    border-radius: unset !important;
    margin-left: 5px;
}


@media (max-width: 767px) {
    .tags {
        font-size: 12px !important;
    }

    .tags a::before {
        font-size: 12px !important;
    }
}

.tags a,
.widget_tag_cloud a {
    background: #f5f5f5;
    display: flex;
    color: #595959 !important;
    font-weight: normal;
    font-size: 13px;
    line-height: 100%;
    padding: 10px 12px;
    margin: 0 5px 10px 0;
    text-decoration: none;
}

.tags a:hover,
.widget_tag_cloud a:hover {
    color: #595959;
}

/* Entry Author */
#entry-author {
    margin: 0 0 26px;
}

#entry-author .gravatar {
    float: left;
    margin: 8px 0 0;
}

#entry-author h4,
#entry-author .entry-author-desc {
    margin: 0 0 0 100px;
}

#entry-author h4 a {
    color: #3a3a40;
    display: block;
    font-size: 18px;
    margin: 0 0 10px;
    padding: 5px 0 0;
}

/* =Single
-------------------------------------------------------------- */
/* Section Headings */
#entry-author-title,
#related-title,
#comments-title,
#reply-title {
    color: #363d40;
    font-size: 26px;
    font-weight: bold;
    letter-spacing: -0.6px;
    border-bottom: 1px solid #e0e0e0;
    margin: 0 0 33px;
    padding: 0 0 13px;
}

/* = Author Profiles
-------------------------------------------------------------- */
.author .author-info {
    margin: 0 0 30px;
}

.author .author-avatar {
    float: left;
}

.author .author-description {
    margin: 0 0 0 150px;
}

.author .author-info h2 {
    padding: 0 0 5px;
}

/* = KB
-------------------------------------------------------------- */
/* Category Listed */
.kb-category-list {
    margin-bottom: 40px;
}

.post-type-archive-st_kb .kb-category-list .column {
    margin-bottom: 40px;
}

.tax-st_kb_category .kb-category-list {
    margin-bottom: 10px;
}

.kb-category-list h3,
#category-title {
    font-size: 24px;
    letter-spacing: -0.6px;
    font-weight: bold;
    line-height: 100%;
    text-align: left;
    padding-left: 20px;
}

.kb-category-list h3,
.kb-category-list h3 a,
#category-title {
    color: #30363c;
}

.kb-category-list h3 span.count {
    color: #fff;
    font-size: 13px;
    line-height: 100%;
    font-weight: 600;
    letter-spacing: 0;
    margin: 2px 0 0 10px;
    padding: 6px 8px;
    float: right;
}

.kb-category-list h3 span {
    color: #737980;
    font-size: 14px;
    font-weight: 600;
    line-height: 100%;
    position: relative;
}

.kb-article-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.kb-article-list li {
    background: white;
    margin: 0 20px;
    margin-left: 0;
    text-align: left;
    padding: 20px;
    padding-left: 5px;
    border-bottom: 2px solid #A5A5A5;
}

.kb-article-list li:last-child {
    border-bottom: none;
}

.kb-article-list li a {
    color: #41474d;
}

.kb-article-list li a:visited {
    color: #41474d !important;
}

.kb-article-list li a:hover {
    color: #41474d !important;
}

.st_kb {
    background: url('images/kb-med.png') no-repeat 0 0;
    margin: 0 0 26px;
    padding: 0 0 30px 65px;
    border-bottom: 1px solid #e0e0e0;
}

.single .st_kb {
    background: 0;
    padding: 0;
    border: none;
    margin: 0 0 30px;
}

.st_kb .entry-header {
    margin: 0 0 26px;
    padding: 0 0 30px;
    border-bottom: 1px solid #e0e0e0;
}

.st_kb .entry-title {
    font-size: 28px;
    font-weight: 600;
    margin: 0 0 15px;
}

.single .st_kb .entry-title {
    font-size: 24px;
    font-weight: bold;
    margin: 0;
}

.st_kb .entry-meta {
    margin: 0;
}

/* = Page Header
-------------------------------------------------------------- */

.post-type-archive-st_kb #page-header,
.tax-st_kb_category #page-header,
.single-st_kb #page-header,
.bbPress #page-header {
    padding: 30px 0;
}

body #page-header {
    margin: 0 0 40px;
    padding: 70px 0 !important;
    text-align: center;
    background: #FBFBFC;
    box-shadow: 0px 4px 35px 0px #2A2B2F12;
}

body #page-header h1 {
    color: #262626;
    font-weight: 300;
    font-size: 48px;
    line-height: 114.99999999999999%;
    letter-spacing: 0px;
    margin: 0;
}

body #page-header h2 {
    font-size: 18px;
    font-weight: normal;
    margin: 20px 0 0;
    padding: 0 18%;
    display: none;
}

body #page-header #live-search {
    max-width: 782px;
    margin: 0 auto;
}

body #page-header #live-search #searchform #s {
    margin: 0 auto;
    float: none;
}

.page-template-template-front-page-php #page-header h2 {
    display: block;
}

/* Homepage-specific styles */
.page-template-template-front-page-php #page-header {
    margin: 0 0 40px;
    padding: 30px 0;
    text-align: center;
    background: #FBFBFC;
    position: relative;
}

.page-template-template-front-page-php #page-header .ht-container {
    background: none;
    border-radius: 0;
    padding: 20px 20px 80px;
    margin: 0 auto;
    max-width: 1000px;
    background: #FBFBFC;
}

.page-template-template-front-page-php #page-header h1 {
    color: #262626;
    font-weight: 300;
    font-size: 48px;
    line-height: 114.99999999999999%;
    letter-spacing: 0px;
    margin: 0;
}

.page-template-template-front-page-php #page-header h2 {
    font-size: 18px;
    font-weight: normal;
    margin: 20px 0 0;
    padding: 0 18%;
    display: none;
}

#features-list {
    background: #f5f5f5;
    margin: -40px 0 40px;
    padding: 40px 0 10px;
}

#features-list .column {
    margin-bottom: 30px;
}

#features-list .column>a {
    display: block;
}

#features-list .feature-icon {
    display: block;
    text-align: center;
    margin: 0 0 26px;
    line-height: 65px;
}

#features-list .feature-icon img {
    vertical-align: middle;
}

#features-list h3 {
    margin: 0 0 20px;
    font-size: 26px;
    font-weight: 600;
    color: #363d40;
    letter-spacing: -0.6px;
    text-align: center;
}



.page-template-template-front-page-php #homepage-content {
    margin-bottom: 30px;
}

#homepage-widgets .column {
    margin-bottom: 40px;
}

#homepage-widgets .widget-title {
    color: #363d40;
    font-size: 18px;
    font-weight: 600;
    margin: 0 0 26px;
    border-bottom: 1px solid #e0e0e0;
}

#homepage-widgets .widget-title span {
    background: #fff;
    bottom: -7px;
    padding: 0 15px 0 0;
    position: relative;
}

#homepage-widgets .st_kb_articles_widget li {
    background: url('images/kb-small.png') no-repeat 0 0;
    padding-left: 40px;
}

#homepage-widgets .widget_display_forums li,
#homepage-widgets .widget_display_topics li,
#homepage-widgets .widget_display_replies li {
    background: url('images/forum-small.png') no-repeat 0 4px;
    padding-left: 40px;
}

@media screen and (max-width: 720px) {
    .page-template-template-front-page-php #page-header h2 {
        padding: 0;
    }
}

/* END Media Query */
/* =FAQs
-------------------------------------------------------------- */
.st_faq .entry-title {
    font-size: 22px;
    font-weight: 600;
    letter-spacing: -0.6px;
    margin: 0 0 26px;
}

.st_faq h3 a {
    display: block;
}

.st_faq h3,
.st_faq h3 a {
    color: #363d40;
}

.st_faq .action {
    background: #4d4d4d;
    float: left;
    color: #fff;
    font-size: 13px;
    font-weight: bold;
    height: 25px;
    line-height: 24px;
    position: relative;
    text-align: center;
    top: 4px;
    width: 25px;
    margin: 0 15px 0 0;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

.st_faq .entry-title .plus,
.st_faq .entry-title .minus {
    display: none;
}

.st_faq .entry-title .plus {
    display: block;
}

.st_faq .entry-title.active .minus {
    display: block;
    line-height: 22px;
}

.st_faq .entry-title.active .plus {
    display: none;
}

.single-st_faq .entry-content {
    margin: 0;
}

/* 
[lang='nl-NL'] .PopularQuestions.en-US,
[lang='nl-NL'] .PopularQuestions.fr-FR,
[lang='nl-NL'] .PopularQuestions.ar,
[lang='nl-NL'] .PopularQuestions.ja,
[lang='nl-NL'] .PopularQuestions.de-DE,
[lang='nl-NL'] .PopularQuestions.es-ES {
  display: none;
}

[lang='es-ES'] .PopularQuestions.en-US,
[lang='es-ES'] .PopularQuestions.fr-FR,
[lang='es-ES'] .PopularQuestions.ar,
[lang='es-ES'] .PopularQuestions.de-DE {
  display: none;
}

[lang='en-US'] .PopularQuestions.es-ES,
[lang='en-US'] .PopularQuestions.fr-FR,
[lang='en-US'] .PopularQuestions.ar,
[lang='en-US'] .PopularQuestions.ja,
[lang='en-US'] .PopularQuestions.de-DE,
[lang='en-US'] .PopularQuestions.nl {
  display: none;
}

[lang='fr-FR'] .PopularQuestions.es-ES,
[lang='fr-FR'] .PopularQuestions.en-US,
[lang='fr-FR'] .PopularQuestions.ar,
[lang='fr-FR'] .PopularQuestions.ja,
[lang='fr-FR'] .PopularQuestions.de-DE,
[lang='fr-FR'] .PopularQuestions.nl {
  display: none;
}

[lang='de-DE'] .PopularQuestions.es-ES,
[lang='de-DE'] .PopularQuestions.en-US,
[lang='de-DE'] .PopularQuestions.ar,
[lang='de-DE'] .PopularQuestions.ja,
[lang='de-DE'] .PopularQuestions.fr-FR,
[lang='de-DE'] .PopularQuestions.nl-NL {
  display: none;
}

[lang='ar'] .PopularQuestions.es-ES,
[lang='ar'] .PopularQuestions.en-US,
[lang='ar'] .PopularQuestions.de-DE,
[lang='ar'] .PopularQuestions.fr-FR,
[lang='ar'] .PopularQuestions.ja,
[lang='ar'] .PopularQuestions.nl-NL {
  display: none;
}

[lang='ja'] .PopularQuestions.es-ES,
[lang='ja'] .PopularQuestions.en-US,
[lang='ja'] .PopularQuestions.de-DE,
[lang='ja'] .PopularQuestions.fr-FR,
[lang='ja'] .PopularQuestions.ar,
[lang='ja'] .PopularQuestions.nl-NL {
  display: none;
}

[lang='zh-hant'] .PopularQuestions.es-ES,
[lang='zh-hant'] .PopularQuestions.en-US,
[lang='zh-hant'] .PopularQuestions.de-DE,
[lang='zh-hant'] .PopularQuestions.fr-FR,
[lang='zh-hant'] .PopularQuestions.ar,
[lang='zh-hant'] .PopularQuestions.ja,
[lang='zh-hant'] .PopularQuestions.nl-NL {
  display: none;
} */
/* Where is my order  */
/* spanish */
[lang='es-ES'] .ko-KR,
[lang='es-ES'] .id,
[lang='es-ES'] .th,
[lang='es-ES'] .en-US,
[lang='es-ES'] .fr-FR,
[lang='es-ES'] .de-DE,
[lang='es-ES'] .zh-hant,
[lang='es-ES'] .zh-hans,
[lang='es-ES'] .ar,
[lang='es-ES'] .nl-NL,
[lang='es-ES'] .it,
[lang='es-ES'] .vi,
[lang='es-ES'] .ja,
[lang='es-ES'] .pt-br,
[lang='es-ES'] .ru-RU,
[lang='es-ES'] .en-GB,
[lang='es-ES'] .he-IL,
[lang='es-ES'] .en-US {
    display: none;
}

/* English US*/
[lang='en-US'] .ko-KR,
[lang='en-US'] .id,
[lang='en-US'] .th,
[lang='en-US'] .es-ES,
[lang='en-US'] .fr-FR,
[lang='en-US'] .de-DE,
[lang='en-US'] .zh-hant,
[lang='en-US'] .zh-hans,
[lang='en-US'] .ar,
[lang='en-US'] .ja,
[lang='en-US'] .nl-NL,
[lang='en-US'] .it,
[lang='en-US'] .vi,
[lang='en-US'] .pt-br,
[lang='en-US'] .ru-RU,
[lang='en-US'] .en-GB,
[lang='en-US'] .he-IL,
[lang='en-US'] .en-US {
    display: none;
}

/* English GB*/
[lang='en-GB'] .ko-KR,
[lang='en-GB'] .id,
[lang='en-GB'] .th,
[lang='en-GB'] .es-ES,
[lang='en-GB'] .fr-FR,
[lang='en-GB'] .zh-hant,
[lang='en-GB'] .zh-hans,
[lang='en-GB'] .de-DE,
[lang='en-GB'] .ar,
[lang='en-GB'] .nl-NL,
[lang='en-GB'] .it,
[lang='en-GB'] .vi,
[lang='en-GB'] .ja,
[lang='en-GB'] .pt-br,
[lang='en-GB'] .ru-RU,
[lang='en-GB'] .en-US,
[lang='en-GB'] .he-IL,
[lang='en-GB'] .en-US {
    display: none;
}

/* France */
[lang='fr-FR'] .ko-KR,
[lang='fr-FR'] .id,
[lang='fr-FR'] .th,
[lang='fr-FR'] .es-ES,
[lang='fr-FR'] .en-US,
[lang='fr-FR'] .zh-hant,
[lang='fr-FR'] .zh-hans,
[lang='fr-FR'] .de-DE,
[lang='fr-FR'] .ar,
[lang='fr-FR'] .ja,
[lang='fr-FR'] .nl-NL,
[lang='fr-FR'] .it,
[lang='fr-FR'] .vi,
[lang='fr-FR'] .pt-br,
[lang='fr-FR'] .ru-RU,
[lang='fr-FR'] .en-GB,
[lang='fr-FR'] .he-IL,
[lang='fr-FR'] .en-US {
    display: none;
}

/* arabic */
[lang='ar'] .ko-KR,
[lang='ar'] .id,
[lang='ar'] .th,
[lang='ar'] .es-ES,
[lang='ar'] .en-US,
[lang='ar'] .zh-hant,
[lang='ar'] .zh-hans,
[lang='ar'] .de-DE,
[lang='ar'] .fr-FR,
[lang='ar'] .nl-NL,
[lang='ar'] .it,
[lang='ar'] .ja,
[lang='ar'] .vi,
[lang='ar'] .pt-br,
[lang='ar'] .ru-RU,
[lang='ar'] .en-GB,
[lang='ar'] .he-IL,
[lang='ar'] .en-US {
    display: none;
}

/* Japanese */
[lang='ja'] .ko-KR,
[lang='ja'] .id,
[lang='ja'] .th,
[lang='ja'] .es-ES,
[lang='ja'] .en-US,
[lang='ja'] .zh-hant,
[lang='ja'] .zh-hans,
[lang='ja'] .de-DE,
[lang='ja'] .fr-FR,
[lang='ja'] .nl-NL,
[lang='ja'] .it,
[lang='ja'] .vi,
[lang='ja'] .ar,
[lang='ja'] .pt-br,
[lang='ja'] .ru-RU,
[lang='ja'] .en-GB,
[lang='ja'] .he-IL,
[lang='ja'] .en-US {
    display: none;
}

/* germany */
[lang='de-DE'] .ko-KR,
[lang='de-DE'] .id,
[lang='de-DE'] .th,
[lang='de-DE'] .es-ES,
[lang='de-DE'] .en-US,
[lang='de-DE'] .zh-hant,
[lang='de-DE'] .zh-hans,
[lang='de-DE'] .ar,
[lang='de-DE'] .fr-FR,
[lang='de-DE'] .nl-NL,
[lang='de-DE'] .it,
[lang='de-DE'] .vi,
[lang='de-DE'] .ja,
[lang='de-DE'] .pt-br,
[lang='de-DE'] .ru-RU,
[lang='de-DE'] .en-GB,
[lang='de-DE'] .he-IL,
[lang='de-DE'] .en-US {
    display: none;
}

/* netherlands  */
[lang='nl-NL'] .ko-KR,
[lang='nl-NL'] .id,
[lang='nl-NL'] .th,
[lang='nl-NL'] .es-ES,
[lang='nl-NL'] .en-US,
[lang='nl-NL'] .zh-hant,
[lang='nl-NL'] .zh-hans,
[lang='nl-NL'] .ar,
[lang='nl-NL'] .ja,
[lang='nl-NL'] .fr-FR,
[lang='nl-NL'] .de-DE,
[lang='nl-NL'] .it,
[lang='nl-NL'] .vi,
[lang='nl-NL'] .pt-br,
[lang='nl-NL'] .ru-RU,
[lang='nl-NL'] .en-GB,
[lang='nl-NL'] .he-IL,
[lang='nl-NL'] .en-US {
    display: none;
}

/* Italy */
[lang='it-IT'] .ko-KR,
[lang='it-IT'] .id,
[lang='it-IT'] .th,
[lang='it-IT'] .es-ES,
[lang='it-IT'] .en-US,
[lang='it-IT'] .zh-hant,
[lang='it-IT'] .zh-hans,
[lang='it-IT'] .ar,
[lang='it-IT'] .ja,
[lang='it-IT'] .vi,
[lang='it-IT'] .fr-FR,
[lang='it-IT'] .de-DE,
[lang='it-IT'] .pt-br,
[lang='it-IT'] .nl-NL,
[lang='it-IT'] .ru-RU,
[lang='it-IT'] .en-GB,
[lang='it-IT'] .he-IL,
[lang='it-IT'] .en-US {
    display: none;
}

/* Russian */
[lang='ru-RU'] .ko-KR,
[lang='ru-RU'] .id,
[lang='ru-RU'] .th,
[lang='ru-RU'] .es-ES,
[lang='ru-RU'] .en-US,
[lang='ru-RU'] .zh-hant,
[lang='ru-RU'] .zh-hans,
[lang='ru-RU'] .ar,
[lang='ru-RU'] .ja,
[lang='ru-RU'] .fr-FR,
[lang='ru-RU'] .de-DE,
[lang='ru-RU'] .pt-br,
[lang='ru-RU'] .nl-NL,
[lang='ru-RU'] .it,
[lang='ru-RU'] .vi,
[lang='ru-RU'] .en-GB,
[lang='ru-RU'] .he-IL,
[lang='ru-RU'] .en-US {
    display: none;
}

/* Portugese */
[lang='pt-br'] .ko-KR,
[lang='pt-br'] .id,
[lang='pt-br'] .th,
[lang='pt-br'] .es-ES,
[lang='pt-br'] .en-US,
[lang='pt-br'] .zh-hant,
[lang='pt-br'] .zh-hans,
[lang='pt-br'] .ar,
[lang='pt-br'] .ja,
[lang='pt-br'] .fr-FR,
[lang='pt-br'] .de-DE,
[lang='pt-br'] .ru-RU,
[lang='pt-br'] .nl-NL,
[lang='pt-br'] .it,
[lang='pt-br'] .vi,
[lang='pt-br'] .en-GB,
[lang='pt-br'] .he-IL,
[lang='pt-br'] .en-US {
    display: none;
}

/* He */
[lang='he-IL'] .ko-KR,
[lang='he-IL'] .th,
[lang='he-IL'] .id,
[lang='he-IL'] .zh-hant,
[lang='he-IL'] .zh-hans,
[lang='he-IL'] .es-ES,
[lang='he-IL'] .ar,
[lang='he-IL'] .ja,
[lang='he-IL'] .fr-FR,
[lang='he-IL'] .de-DE,
[lang='he-IL'] .ru-RU,
[lang='he-IL'] .nl-NL,
[lang='he-IL'] .it,
[lang='he-IL'] .vi,
[lang='he-IL'] .pt-br,
[lang='he-IL'] .en-GB,
[lang='he-IL'] .en-US {
    display: none;
}

/* zh-hant - Chinese Traditional */
[lang='zh-hant'] .ko-KR,
[lang='zh-hant'] .th,
[lang='zh-hant'] .id,
[lang='zh-hant'] .es-ES,
[lang='zh-hant'] .ar,
[lang='zh-hant'] .ja,
[lang='zh-hant'] .fr-FR,
[lang='zh-hant'] .de-DE,
[lang='zh-hant'] .ru-RU,
[lang='zh-hant'] .nl-NL,
[lang='zh-hant'] .it,
[lang='zh-hant'] .vi,
[lang='zh-hant'] .pt-br,
[lang='zh-hant'] .en-GB,
[lang='zh-hant'] .en-US,
[lang='zh-hant'] .zh-hans,
[lang='zh-hant'] .he-IL {
    display: none;
}

/* vi-VN - Vietnamese */
[lang='vi-VN'] .ko-KR,
[lang='vi-VN'] .th,
[lang='vi-VN'] .id,
[lang='vi-VN'] .es-ES,
[lang='vi-VN'] .ar,
[lang='vi-VN'] .ja,
[lang='vi-VN'] .fr-FR,
[lang='vi-VN'] .de-DE,
[lang='vi-VN'] .ru-RU,
[lang='vi-VN'] .nl-NL,
[lang='vi-VN'] .it,
[lang='vi-VN'] .zh-hant,
[lang='vi-VN'] .zh-hans,
[lang='vi-VN'] .pt-br,
[lang='vi-VN'] .en-GB,
[lang='vi-VN'] .en-US,
[lang='vi-VN'] .he-IL {
    display: none;
}

/* zh-hans Chinese Simplified */
[lang='zh-hans'] .ko-KR,
[lang='zh-hans'] .th,
[lang='zh-hans'] .id,
[lang='zh-hans'] .es-ES,
[lang='zh-hans'] .ar,
[lang='zh-hans'] .ja,
[lang='zh-hans'] .fr-FR,
[lang='zh-hans'] .de-DE,
[lang='zh-hans'] .ru-RU,
[lang='zh-hans'] .nl-NL,
[lang='zh-hans'] .it,
[lang='zh-hans'] .zh-hant,
[lang='zh-hans'] .pt-br,
[lang='zh-hans'] .en-GB,
[lang='zh-hans'] .vi,
[lang='zh-hans'] .en-US,
[lang='zh-hans'] .he-IL {
    display: none;
}

/* id Indonesian */
[lang='id-ID'] .ko-KR,
[lang='id-ID'] .th,
[lang='id-ID'] .zh-hans,
[lang='id-ID'] .es-ES,
[lang='id-ID'] .ar,
[lang='id-ID'] .ja,
[lang='id-ID'] .fr-FR,
[lang='id-ID'] .de-DE,
[lang='id-ID'] .ru-RU,
[lang='id-ID'] .nl-NL,
[lang='id-ID'] .it,
[lang='id-ID'] .zh-hant,
[lang='id-ID'] .pt-br,
[lang='id-ID'] .en-GB,
[lang='id-ID'] .vi,
[lang='id-ID'] .en-US,
[lang='id-ID'] .he-IL {
    display: none;
}

/* th Thai */
[lang='th'] .ko-KR,
[lang='th'] .id,
[lang='th'] .zh-hans,
[lang='th'] .es-ES,
[lang='th'] .ar,
[lang='th'] .ja,
[lang='th'] .fr-FR,
[lang='th'] .de-DE,
[lang='th'] .ru-RU,
[lang='th'] .nl-NL,
[lang='th'] .it,
[lang='th'] .zh-hant,
[lang='th'] .pt-br,
[lang='th'] .en-GB,
[lang='th'] .vi,
[lang='th'] .en-US,
[lang='th'] .he-IL {
    display: none;
}

/* ko-KR Korean */
[lang='ko-KR'] .th,
[lang='ko-KR'] .id,
[lang='ko-KR'] .zh-hans,
[lang='ko-KR'] .es-ES,
[lang='ko-KR'] .ar,
[lang='ko-KR'] .ja,
[lang='ko-KR'] .fr-FR,
[lang='ko-KR'] .de-DE,
[lang='ko-KR'] .ru-RU,
[lang='ko-KR'] .nl-NL,
[lang='ko-KR'] .it,
[lang='ko-KR'] .zh-hant,
[lang='ko-KR'] .pt-br,
[lang='ko-KR'] .en-GB,
[lang='ko-KR'] .vi,
[lang='ko-KR'] .en-US,
[lang='ko-KR'] .he-IL {
    display: none;
}

/* END where is my order  */
/* Contact us */
[lang='ar'] .tags a:before {
    content: 'اتصل بنا';
}

[lang='he-IL'] .tags a:before {
    content: 'יצירת קשר';
}

[lang='ja'] .tags a:before {
    content: 'お問い合わせ';
}

[lang='de-DE'] .tags a:before {
    content: 'Kontakt';
}

[lang='nl-NL'] .tags a:before {
    content: 'Contacteer ons';
}

[lang='it-IT'] .tags a:before {
    content: 'Contattaci';
}

[lang='pt-br'] .tags a:before {
    content: 'Contate Nos';
}

[lang='ru-RU'] .tags a:before {
    content: 'Свяжитесь с нами';
}

[lang='en-GB'] .tags a:before {
    content: 'Contact us';
}

[lang='zh-hant'] .tags a:before {
    content: '聯繫我們';
}

[lang='vi-VN'] .tags a:before {
    content: 'Liên hệ với chúng tôi';
}

[lang='zh-hans'] .tags a:before {
    content: '联系我们';
}

[lang='id-ID'] .tags a:before {
    content: 'Hubungi kami';
}

[lang='th'] .tags a:before {
    content: 'ติดต่อเรา';
}

[lang='ko-KR'] .tags a:before {
    content: '문의하기';
}

/* END Contact us */

/* END Change Language */
.ht-container .LanguageSelector {
    text-align: left;
    float: right;
    max-width: 100%;
    min-width: max-content;
    position: relative;
    margin-bottom: 0;
}

.ht-container .LanguageSelector .wpml-ls-legacy-dropdown-click a.wpml-ls-item-toggle {
    position: relative;
    border: none;
    background: transparent;
    outline: 0;
}

.ht-container .LanguageSelector:before {
    content: '';
    position: absolute;
    top: 5px;
    left: -20px;
    width: 120px;
    height: 20px;
    background: url(../../images/gloabe_image.png) no-repeat;
    background-size: contain;
}

span.wpml-ls-native {
    font-size: 18px;
    color: #363d40;
}

.wpml-ls-legacy-list-horizontal .wpml-ls-current-language span {
    color: #e36f3c;
}

.wpml-ls-legacy-dropdown-click a.wpml-ls-item-toggle:after {
    content: '';
    vertical-align: middle;
    display: inline-block;
    border: none;
    position: absolute;
    right: 10px;
    top: calc(50% - 0.4em);
    background: url(http://service.global-e.com/wp-content/uploads/2022/02/dropdown-arrow-e1644495155483.png) no-repeat;
    width: 15px;
    height: 15px;
    background-size: 15px;
}

/* RTL */
[dir='rtl'] section#content {
    float: right;
    margin: 0;
}

[dir='rtl'] .st_kb .entry-header {
    padding: 0 65px 30px 0px;
    background-position: 100% 0;
}

[dir='rtl'] .ht-container .LanguageSelector {
    text-align: right;
    margin-right: 5rem;
}

[dir='rtl'] #page-header #searchform #s {
    float: right;
    text-align: right;
}

[dir='rtl'] #homepage-widgets .st_kb_articles_widget li {
    padding: 0 40px 0 0;
    background-position: 100% 0;
}

.page-template-template-front-page-php #live-search #searchform {
    display: flex;
    align-items: center;
    gap: 0;
    width: 100%;
    margin: 0 auto;
    position: relative;
}

.page-template-template-front-page-php #live-search #searchform #s {
    border-top: 1px solid #E6E6E6;
    border-bottom: 1px solid #E6E6E6;
    border-left: 1px solid #E6E6E6;
    border-right: none;
    border-radius: 6px 0 0 6px !important;
    box-shadow: 0px 4px 35px 0px #2A2B2F12;
    height: 60px;
    width: 100%;
    padding: 8px 16px;
    font-size: 16px;
    color: #262626;
}

[dir='rtl'] .page-template-template-front-page-php #live-search #searchform #s {
    border-top: 1px solid #E6E6E6;
    border-bottom: 1px solid #E6E6E6;
    border-right: 1px solid #E6E6E6;
    border-left: none;
    border-radius: 0 6px 6px 0 !important;
}

.page-template-template-front-page-php #live-search #searchform #searchsubmit {
    height: 60px;
    width: 60px;
    border-radius: 0 6px 6px 0;
    background: #FBFBFC;
    border: 1px solid #E6E6E6;
    border-left: 1px solid #F0F0F0 !important;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background-color 0.3s ease;
    position: relative;
    padding: 0;
}

.page-template-template-front-page-php #live-search #searchform #searchsubmit:hover {
    background: #F0F0F0;
}

.page-template-template-front-page-php #live-search #searchform #searchsubmit svg {
    width: 24px;
    height: 24px;
}

[dir='rtl'] .page-template-template-front-page-php #live-search #searchform #searchsubmit {
    border-radius: 6px 0 0 6px;
    border-left: 1px solid #E6E6E6;
    border-right: 1px solid #F0F0F0;
}

[dir='rtl'] .page-template-template-front-page-php #live-search #searchform #s {
    border-radius: 0 6px 6px 0;
    border-right: 1px solid #E6E6E6;
    border-left: none;
}

.page-template-template-front-page-php #live-search .quick_links {
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    letter-spacing: 0.17px;
    color: #262626;
    text-align: left;
}

.page-template-template-front-page-php #live-search .quick_links p {
    margin-top: 20px;
    margin-bottom: 5px;
}

.page-template-template-front-page-php #live-search .quick_links_secondery {
    float: left;
    height: 33px;
    border-radius: 6px;
    margin: 0px;
    padding: 8px 20px;
    margin-right: 10px;
    margin-bottom: 15px;
    text-align: center;
    vertical-align: middle;
    background: #FBFBFC;
    box-shadow: 0px 4px 36px 0px #2A2B2F1A;
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    letter-spacing: 0.17px;
    display: flex;
    align-items: center;
    gap: 12px;
    transition: all 0.3s ease;
    cursor: pointer;
}

.page-template-template-front-page-php #features-list .ht-container {
    max-width: 1200px;
}

.page-template-template-front-page-php #live-search .quick_links_secondery a {
    color: #262626;
    display: flex;
    align-items: center;
    gap: 12px;
}

.page-template-template-front-page-php #live-search .quick_links_secondery.order-tracking a {
    color: white;
}

.page-template-template-front-page-php #live-search .quick_links_secondery.order-tracking a:visited {
    color: white !important;
}

@media screen and (max-width: 768px) {
    .page-template-template-front-page-php #live-search .quick_links_secondery {
        margin-right: 10px;
    }

    .page-template-template-front-page-php #live-search .quick_links_secondery:nth-child(2n) {
        margin-right: 0;
    }
}

.page-template-template-front-page-php #live-search .quick_links_secondery.order-tracking {
    background: #3B3E41;
}

.page-template-template-front-page-php #live-search .quick_links_secondery.order-tracking:hover {
    background: #262626;
}

.page-template-template-front-page-php #live-search .quick_links_secondery:not(.order-tracking) a:visited {
    color: #262626 !important;
}

.page-template-template-front-page-php #live-search .quick_links_secondery:hover {
    outline: 1px solid #A5A5A5;
}

/* Quick Links Icons */
.page-template-template-front-page-php #live-search .quick_links_secondery::before {
    content: '';
    width: 20px;
    height: 20px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    display: inline-block;
}

.page-template-template-front-page-php #live-search .quick_links_secondery.order-tracking::before {
    background-image: url('/wp-content/images/location.svg');
}

.page-template-template-front-page-php #live-search .quick_links_secondery.shipping::before {
    background-image: url('/wp-content/images/ShippingOutlined.png');
}

.page-template-template-front-page-php #live-search .quick_links_secondery.returns::before {
    background-image: url('/wp-content/images/return_reasons.png');
}

.page-template-template-front-page-php #live-search .quick_links_secondery.cancel::before {
    background-image: url('/wp-content/images/Receipt.svg');
}

/* Shipping icon */
.page-template-template-front-page-php #live-search .quick_links_secondery.shipping::before {
    content: '';
    width: 20px;
    height: 20px;
    background: url('/wp-content/images/ShippingOutlined.png') no-repeat center;
    background-size: contain;
    display: inline-block;
}

/* Return icon */
.page-template-template-front-page-php #live-search .quick_links_secondery.return::before {
    content: '';
    width: 20px;
    height: 20px;
    background: url('/wp-content/images/return_reasons.png') no-repeat center;
    background-size: contain;
    display: inline-block;
}

[dir='rtl'] .st_kb {
    padding: 0 65px 30px 0;
    background-position: 100% 0;
}

[dir='rtl'] .kb-article-list li {
    padding: 0 40px 5px 0;
    background-position: 100% 0;
}

[dir='rtl'] div#breadcrumbs {
    direction: ltr;
    text-align: left;
}

[dir='rtl'] .st_kb_categories_widget li {
    background: transparent;
    padding: 0 20px 0 0;
}

.wpml-ls-statics-shortcode_actions.wpml-ls.wpml-ls-legacy-list-horizontal {
    border: none;
}

[dir='rtl'] .wpml-ls-legacy-dropdown-click a.wpml-ls-item-toggle:after {
    right: auto;
    left: 10px;
}

/* END OF RTL * /
                                     
/* =404
-------------------------------------------------------------- */
.error404 #page-header {
    padding: 60px 0;
    margin: 0;
}

.error404 #footer {
    margin: 0;
}

.page-id-494 #content {
    width: 100%;
    margin: 0;
}

.loader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fefefe;
    z-index: 100000;
    height: 100%;
    width: 100%;
    overflow: hidden !important;
    opacity: 0.7;
}

.loader .status {
    width: 50px;
    height: 50px;
    position: absolute;
    left: 50%;
    top: 50%;
    background-image: url(/wp-content/uploads/2020/06/loader.gif);
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: cover;
    background-size: cover;
    margin: -25px 0 0 -25px;
}

/* Hide number of articles  */
.kb-category-list .column .count {
    display: none;
}

/*Handle errors on forms*/
.hide-error {
    display: none !important;
}

.show-error {
    display: block !important;
}

.entry-content iframe {
    border: 0;
}

/***Adding Border To iFrames + Buttons in Where is my order?, Airmail deliveries, Courier deliveries, I have not yet received tracking information**/
embed.iFrameWrapper {
    border: 1px solid #000;
    padding: 5px;
}

.ContentWrapper {
    font-size: 18px;
}

.customTagEN a:before {
    content: 'Contact Us';
    visibility: visible;
    background: #55565b;
    color: #fff;
    font-size: 20px;
    padding: 10px 20px;
    border-radius: 40px;
    margin-left: 5px;
}

.customTagES a:before {
    content: 'Contacto';
    visibility: visible;
    background: #55565b;
    color: #fff;
    font-size: 20px;
    padding: 0px 20px;
    border-radius: 40px;
    margin-left: 7px;
}

.customTagRU a:before {
    content: 'Связаться с нами';
    visibility: visible;
    background: #55565b;
    color: #fff;
    font-size: 20px;
    padding: 10px 20px;
    border-radius: 40px;
    margin-left: 5px;
}

.customTagPT a:before {
    content: 'Contacte-nos';
    visibility: visible;
    background: #55565b;
    color: #fff;
    font-size: 20px;
    padding: 10px 20px;
    border-radius: 40px;
    margin-left: 5px;
}

.customTagIT a:before {
    content: 'Contatti';
    visibility: visible;
    background: #55565b;
    color: #fff;
    font-size: 20px;
    padding: 10px 20px;
    border-radius: 40px;
    margin-left: 5px;
}

.customTagHE a:before {
    content: 'יצירת קשר';
    visibility: visible;
    background: #55565b;
    color: #fff;
    font-size: 20px;
    padding: 10px 20px;
    border-radius: 40px;
    margin-left: 5px;
}

.customTagDE a:before {
    content: 'Kontakt';
    visibility: visible;
    background: #55565b;
    color: #fff;
    font-size: 20px;
    padding: 10px 20px;
    border-radius: 40px;
    margin-left: 5px;
}

.customTagFR a:before {
    content: 'Contactez-nous';
    visibility: visible;
    background: #55565b;
    color: #fff;
    font-size: 20px;
    padding: 10px 20px;
    border-radius: 40px;
    margin-left: 5px;
}

.customTagNL a:before {
    content: 'Contact met ons opnemen';
    visibility: visible;
    background: #55565b;
    color: #fff;
    font-size: 20px;
    padding: 10px 20px;
    border-radius: 40px;
    margin-left: 5px;
}

.customTagAR a:before {
    content: 'اتصل بنا';
    visibility: visible;
    background: #55565b;
    color: #fff;
    font-size: 20px;
    padding: 10px 20px;
    border-radius: 40px;
    margin-left: 5px;
}

.customTagJA a:before {
    content: 'お問い合わせ';
    visibility: visible;
    background: #55565b;
    color: #fff;
    font-size: 20px;
    padding: 10px 20px;
    border-radius: 40px;
    margin-left: 5px;
}

.customTagZH-hant a:before {
    content: '聯繫我們';
    visibility: visible;
    background: #55565b;
    color: #fff;
    font-size: 20px;
    padding: 10px 20px;
    border-radius: 40px;
    margin-left: 5px;
}

[lang='ja'] .TrackMyOrder {
    font-size: 20px;
    line-height: 2;
}

[lang='vi-VN'] .TrackMyOrder {
    font-size: 20px;
    line-height: 2;
}

[lang='id-ID'] .TrackMyOrder {
    font-size: 20px;
    line-height: 2;
}

[lang='th'] .TrackMyOrder {
    font-size: 20px;
    line-height: 2;
}

[lang='ko-KR'] .TrackMyOrder {
    font-size: 20px;
    line-height: 2;
}

.rtl #zFormer input {
    background: #fff;
    border: 1px solid gray;
    cursor: pointer !important;
    text-align: right;
}

.rtl #zFormer input::placeholder {
    text-indent: 10px;
}

.rtl #zFormer textarea {
    background: #fff;
    border: 1px solid gray;
    min-height: 200px !important;
    width: 50%;
    text-align: right;
}

.rtl #zFormer textarea::placeholder {
    text-indent: 10px;
}

.rtl #zFormer select {
    background: #fff;
    border: 1px solid gray;
    cursor: pointer !important;
    text-align: right;
}

/***END Adding Border To iFrames + Buttons in Where is my order?, Airmail deliveries, Courier deliveries, I have not yet received tracking information**/
html:not(.mk-aweb-disable-css-hover-link):not(.mk-aweb-disable-css-only-important-hover-link) :not([mk-aweb-disable-all-css]):not([mk-aweb-no-underline]) .wpml-ls-slot-shortcode_actions.wpml-ls-item>a:focus:not([mk-aweb-disable-css]):not(.mk-aweb-disable-css-hover-link):not(.mk-aweb-disable-css-only-important-hover-link),
html:not(.mk-aweb-disable-css-hover-link):not(.mk-aweb-disable-css-only-important-hover-link) :not([mk-aweb-disable-all-css]):not([mk-aweb-no-underline]) .wpml-ls-slot-shortcode_actions.wpml-ls-item>a:hover:not([mk-aweb-disable-css]):not(.mk-aweb-disable-css-hover-link):not(.mk-aweb-disable-css-only-important-hover-link) {
    text-decoration: none !important;
}


/***Styling the dialog popup**/
#submittingForms {
    top: -100%;
    transition: top 0.5s ease 0s;
    margin: 0 auto;
    background: #12c953;
    border: none;
    color: #fff;
    display: flex;
    flex-direction: row;
    align-items: center;
    border-radius: 10px;
    position: fixed;
    z-index: 9999;
    padding: 10px 20px;
}

#waitSubmittingForms {
    top: -100%;
    transition: top 0.5s ease 0s;
    margin: 0 auto;
    background: orange;
    border: none;
    color: #fff;
    display: flex;
    flex-direction: row;
    align-items: center;
    border-radius: 10px;
    position: fixed;
    z-index: 9999;
    padding: 10px 20px;
}

dialog#submittingForms[open] {
    top: 0
}

dialog#waitSubmittingForms[open] {
    top: 0
}

#closeModal,
#waitCloseModal {
    cursor: pointer;
    background: none;
    margin: 0 auto;
    padding: 0;
    margin-inline-start: 20px;
}

.icon-wrapper {
    height: 34px;
    width: 34px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.253);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-inline-end: 10px;
}

.alert-icon:before,
#closeModal,
#waitCloseModal {
    display: inline-block;
    font: normal normal normal 24px/1 "Material Design Icons";
    font-size: inherit;
    font-weight: 700;
    text-rendering: auto;
    line-height: inherit;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-wrapper .alert-icon:before {
    content: "\2713";
}

/***END Styling the dialog popup**/

/*** Chat with us button ***/
#chatWithUs {
    position: absolute;
    right: 0;
    display: none;
}

.AiChat {
    background: #55565b;
    border-radius: 5rem;
    padding: 0.5em 2.5em;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;

}

.AiChatText {
    text-transform: capitalize;
}

.AiChatText:hover {
    color: #f15a2b;
}

div#TrackingPortal.hiddenForChat {
    display: none !important;
}

@media screen and (max-width: 860px) {
    div#chatWithUs {
        align-items: center;
        justify-content: center;
        position: relative;
        margin-top: 2rem;
        margin-bottom: 2rem;
    }
}

/*** End Chat with us button ***/

.kb-category-list .kb-article-list {
    display: none;
    margin-top: 0.5em;
    padding-left: 1em;
}

.kb-category-list .column.col-half.accordion-open .kb-article-list {
    display: block;
    background: #fff;
}

.kb-category-list .column.col-half,
#category-title {
    background: var(--Surface-BG-secondary, #E6E6E6);
    box-shadow: 0px 4px 35px 0px #2A2B2F12;
    border-radius: 4px;
    text-align: center;
    width: 100%;
    margin-left: 0;
    pointer: cursor;
}

.kb-category-list .column.col-half h3 {
    cursor: pointer;
    user-select: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 15px;
    height: 15px;
}

.kb-category-list .column.col-half h3 a {
    flex: 1;
    text-decoration: none;
    color: inherit;
    display: flex;
    align-items: center;
    font-size: 20px;
}

.kb-category-list .column.col-half h3 a:visited {
    color: #30363c !important;
}

.kb-category-list .column.col-half h3 .chevron {
    width: 20px;
    height: 20px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    transition: transform 0.3s ease;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 10px;
}

.kb-category-list .column.col-half.accordion-open h3 .chevron {
    transform: rotate(180deg);
}

.kb-category-list .column.col-half h3 .count {
    display: none;
}

.kb-category-list .column.col-half.accordion-open h3 a span {
    transition: transform 0.3s ease;
    display: inline-block;
}

/* Style the header as clickable */
#category-title {
    padding: 10px;
    cursor: pointer;
    user-select: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: var(--Surface-BG-secondary, #E6E6E6);
    box-shadow: 0px 4px 35px 0px #2A2B2F12;
    border-radius: 4px;
    text-align: center;
    width: 100%;
    margin-left: 0;
}

#category-title:after {
    content: '';
    width: 20px;
    height: 20px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    transition: transform 0.3s ease;
    margin-left: 10px;
}

#category-title.accordion-open:after {
    transform: rotate(180deg);
}

/* Articles hidden by default */
#primary>#content.accordion-collapsed>article {
    display: none;
}

.wpml-ls-legacy-dropdown-click {
    width: fit-content;
}

div#header-inner {
    display: block !important;
    width: auto !important;
    float: left;
}

img#MerchantLogo {
    max-width: 180px !important;
    max-height: 45px !important;
}

#merchantlogo {
    display: flex !important;
    align-items: center !important;
    gap: 10px;
}

#merchantlogo span {
    font-weight: 500;
    font-size: 20px;
    line-height: 160%;
    letter-spacing: 0.15px;
    display: flex;
    align-items: center;
}

.wpml-ls-sub-menu {
    width: 150px;
}

img#MerchantLogo {
    max-width: 180px !important;
    max-height: 45px !important;
    display: block;
    width: auto;
    height: auto;
    object-fit: contain;
}

/* Responsive logo sizing for different screen sizes */
@media screen and (max-width: 1024px) {
    img#MerchantLogo {
        max-width: 160px !important;
        max-height: 40px !important;
    }
}

@media screen and (max-width: 768px) {
    img#MerchantLogo {
        max-width: 140px !important;
        max-height: 35px !important;
    }
}

@media screen and (max-width: 480px) {
    img#MerchantLogo {
        max-width: 120px !important;
        max-height: 30px !important;
    }
}

.homepage_icons {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 37px;
    max-width: 1200px;
    margin: 0 auto;
}

.homepage_icons::before {
    display: none;
}

.homepage_icons .icon-block {
    text-decoration: none;
    color: inherit;
    display: block;
    height: 100%;
}

.homepage_icons .icon-block div {
    text-align: center;
    background: white;
    border-radius: 8px;
    padding: 40px 12px 40px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    transition: border-color 0.3s ease, background-color 0.3s ease;
    height: 100%;
    box-shadow: 0px 4px 35px 0px #2A2B2F12;
}

.homepage_icons .icon-block:hover div {
    outline: 1px solid #A5A5A5;
}

@media screen and (max-width: 1024px) {
    .homepage_icons {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media screen and (max-width: 768px) {
    .homepage_icons {
        grid-template-columns: 1fr;
    }

    .homepage_icons div p {
        display: none;
    }

    .homepage_icons .icon-block div {
        padding: 16px 12px 12px;
    }
}

.homepage_icons div img {
    width: 64px;
    height: 64px;
    margin: 0 auto 20px;
    flex-shrink: 0;
}

.homepage_icons div h2 {
    font-weight: 500;
    font-size: 20px;
    line-height: 160%;
    letter-spacing: 0.15px;
    text-align: center;
    margin: 0 auto;
    color: #262626;
    flex-shrink: 0;
}

.homepage_icons div p {
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    letter-spacing: 0.17px;
    text-align: center;
    max-width: 300px;
    color: #676767;
    margin: 8px auto 0;
    flex-grow: 1;
}

#searchform {
    display: flex;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
}

#searchform #s {
    flex: 1;
    height: 60px;
    width: 100%;
    background: white;
    border-top: 1px solid #E6E6E6;
    border-left: 1px solid #E6E6E6;
    border-bottom: 1px solid #E6E6E6;
    border-right: none;
    border-radius: 6px 0 0 6px;
    padding: 0 20px;
    font-size: 16px;
    color: #3B3E41;
}

#searchsubmit {
    width: 60px;
    height: 60px;
    background: #FBFBFC;
    border: 1px solid #E6E6E6;
    border-left: 1px solid #F0F0F0 !important;
    border-radius: 0 6px 6px 0;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    transition: background-color 0.2s ease;
}

#searchsubmit:hover {
    background: #F0F0F0;
}

#searchsubmit svg {
    width: 24px;
    height: 24px;
}

/* RTL Support */
.rtl #searchform #s {
    border-radius: 0 6px 6px 0;
    border-right: 1px solid #A5A5A5;
    border-left: none;
}

.rtl #searchsubmit {
    border-radius: 6px 0 0 6px;
    border-left: 1px solid #A5A5A5;
    border-right: none;
}

/* Add more space between second and third button for tablets and laptops */
@media screen and (min-width: 769px) and (max-width: 1024px) {
    .page-template-template-front-page-php #live-search .quick_links_secondery:nth-child(2) {
        margin-right: 30px;
    }
}

@media screen and (max-width: 768px) {
    .page-template-template-front-page-php #live-search .quick_links_secondery {
        margin-right: 10px;
    }

    .page-template-template-front-page-php #live-search .quick_links_secondery:nth-child(2n) {
        margin-right: 0;
    }
}

.page-template-template-front-page-php #live-search .quick_links_secondery:nth-child(2n) {
    margin-right: 10px;
}

.widget ul li.cat-item {
    padding-bottom: 6px;
}

/* Back button */
.back-button {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #000;
    text-decoration: none;
    font-size: 16px;
    margin-bottom: 20px;
}

.back-button svg {
    width: 16px;
    height: 16px;
}

.back-button:hover {
    opacity: 0.8;
}

/* Articles hidden by default */
#primary>#content.accordion-collapsed>article {
    display: none;
}

.page-template-template-front-page-php #live-search .quick_links_secondery::before {
    content: '';
    width: 20px;
    height: 20px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    display: inline-block;
}

.page-template-template-front-page-php #page-header .ht-container {
    padding: 20px 20px 80px;
}

.page-template-template-front-page-php #page-header .ht-container h1 {
    padding-bottom: 20px;
}

.page-template-template-front-page-php #page-header h1 {
    color: #262626;
    font-weight: 300;
    font-size: 48px;
    line-height: 114.99999999999999%;
    letter-spacing: 0px;
    margin: 0;
}

.page-template-template-front-page-php #page-header h2 {
    font-size: 18px;
    font-weight: normal;
    margin: 20px 0 0;
    padding: 0 18%;
    display: none;
}

/* Mobile styles (default) */
.page-template-template-front-page-php #page-header {
    margin: 0 0 40px;
    padding: 30px 0 60px;
    text-align: center;
    background: #FBFBFC;
    box-shadow: 0px 4px 35px 0px #2A2B2F12;
}

.page-template-template-front-page-php #page-header .ht-container {
    margin: 0 auto;
    max-width: 1000px;
    padding: 30px;
    background: none;
    border-radius: 0;
}

/* Desktop styles */
@media screen and (min-width: 769px) {
    .page-template-template-front-page-php #page-header {
        background: #FBFBFC;
    }
}

.kb-article-list-container {
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
}

.kb-article-list-container .category-title {
    width: 100%;
    box-sizing: border-box;
    padding: 20px 15px;
    margin: 16px 0 0 0;
    border-radius: 4px 4px 0 0;
    height: 60px;
    line-height: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: var(--Surface-BG-secondary, #E6E6E6);
    cursor: pointer;
    user-select: none;
    font-size: 20px !important;
}

.kb-article-list-container .category-title:after {
    content: '';
    width: 20px;
    height: 20px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    transition: transform 0.3s ease;
}

#content:not(.accordion-collapsed) .category-title:after {
    transform: rotate(180deg);
}

.kb-article-list-container .accordion-content {
    display: none;
    background: #fff;
}

#content:not(.accordion-collapsed) .accordion-content {
    display: block;
}

.kb-article-list-container .kb-article-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.kb-article-list-container .kb-article-list li {
    margin: 0;
    padding: 15px;
    border-bottom: 1px solid #A5A5A5;
}

.kb-article-list-container .kb-article-list li:last-child {
    border-bottom: none;
}