/* LANGUAGE SELECTOR BUTTON CLASSES */

.wrapper .lang-btn-box {
    position: relative;
    display: block;
    margin: 5px;
    padding: 3px;
    width: auto;
    float: right;
}
.wrapper a.lang-btn {
    border-bottom: rgba(0, 0, 0, 0.0);
    font-weight: 400;
}
.wrapper a.lang-btn {
    width: 80px;
    height: 40px;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    padding: 6px;
    margin: 3px 3px;
    border: 1px solid #566068;
    background-color: #ebebeb;
}
.wrapper a.lang-btn.active {
    color: #fff;
    background-color: #13161A;
    border: 1px solid #13161a;
}
.wrapper a.lang-btn.clickable {
    color: #000;
    background-color: #ebebeb;
    border: 1px solid #566068;
}
.lang-btn.active:hover,
.lang-btn.clickable:hover {
    color: #fff;
    background-color: #566068;
}
/* LABEL TEXT & ALIGNMENT CLASSES FOR SHORTCODES:
   image.html */
.imagetext {
    font-size: 16px;
    margin-top: 1px;
    padding-top: 2px;
    text-align: center;
    vertical-align: top;
}

.pad-even {
    padding: 20px;
}
.article figure.pad-even {
    margin: 8px;
}

.pad-top {
    padding-top: 15px;
}

.align-right {
    padding-right: 30px;
    padding-top: 10px;
    float: right;
    justify-content: all;
}

.align-left {
    padding-left: 30px;
    padding-top: 10px;
    float: left;
    justify-content: all;
}

.align-image-center {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 80%;
    margin-top: 10px;
    margin-bottom: -10px;
}

.align-th-image-center {
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding: 20%;
}

/* CUSTOM TEXT ALIGNMENT/SIZE CLASSES USED IN SHORTCODES:
   txt-cntr-lg.html, txt-left-lg.html */
.text-div-center-large {
    text-align: center;
    font-size: 18px;
    padding-top: 5px;
}

.text-div-left-large {
    text-align: left;
    font-size: 18px;
    padding-top: 8px;
}

.text-div-center {
    text-align: center;
}

span.sku-tag {
    background-color: #13161A;
    color: #fff;
    border: 1px solid #ebebeb;
    border-radius: 4px;
    margin: 3px;
    padding: 5px 8px;
}