/* Helper Classes, we love 'em! */


/*
 *	MARGINS
 */

.margin-top-small {
    margin-top: 15px;
}

.margin-top {
    margin-top: 35px !important;
}

.margin-top-tiny {
    margin-top: 10px;
}

.margin-top-2 {
    margin-top: 55px;
}

.margin-top-3 {
    margin-top: 75px;
}

.margin-bottom-small {
    margin-bottom: 15px;
}

.margin-bottom {
    margin-bottom: 35px;
}

.margin-bottom-2 {
    margin-bottom: 55px;
}

.margin-bottom-3 {
    margin-bottom: 75px;
}

.margin {
    margin: 35px;
}

.margin-small {
    margin: 15px;
}

.margin-bottom-0 {
    margin-bottom: 0 !important;
}

.margin-right-small {
    margin-right: 10px;
}

.margin-right {
    margin-right: 15px;
}

.margin-right-0 {
    margin-right: 0;
}

.margin-top-0 {
    margin-top: 0;
}

.margin-left-0 {
    margin-left: 0;
}


/*
*	PADDING
*/

.padding-top-small {
    padding-top: 15px;
}

.padding-top {
    padding-top: 35px;
}

.padding-bottom-small {
    padding-bottom: 15px;
}

.padding-bottom {
    padding-bottom: 35px;
}

.padding-small {
    padding: 15px;
}

.padding {
    padding: 35px;
}

.no-padding {
    padding: 0;
}

.padding-left-0 {
    padding-left: 0;
}

.padding-right-0 {
    padding-right: 0;
}

.border-bottom {
    border-bottom: 1px solid #d7d7d7;
}

/*
*	DIVS
*/

.rounded {
    border-radius: 15px;
}

.round {
    border-radius: 50%;
}

.noscroll {
    overflow: hidden;
}


/*
*	Floats
*/

.float-left {
    float: left;
}

.float-right {
    float: right;
}


/*
*	Z-Index
*/

.z-1 {
    z-index: 1;
}

.z-2 {
    z-index: 2;
}

.z-3 {
    z-index: 3;
}

.z-4 {
    z-index: 4;
}

.z-5 {
    z-index: 5;
}

.z-6 {
    z-index: 6;
}

.z-7 {
    z-index: 7;
}

.z-8 {
    z-index: 8;
}

.z-9 {
    z-index: 9;
}

.z-10 {
    z-index: 10;
}


/*
*	COLORS
*/

.grey {
    background-color: #f7f7f7;
}

.grey2 {
    background-color: #efefef;
}

.grey h1,
.grey h2,
.grey h3,
.grey2 h1,
.grey2 h2,
.grey2 h3 {
    margin-top: 0;
}


/*
*	BUTTONS
*/

.button {

}

.button-invers {

}


/*
*	POSITIONING
*/

.absolute {
    position: absolute;
}

.relative {
    position: relative;
}

.flex-center,
.flexcenter {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.flex-center-left {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
}

.flex-center-left-row {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: row;
}

.inline {
    display: inline;
}

.inline-block {
    display: inline-block;
}

.block {
    display: bloxk;
}

.flex-row {

}


/*
*	MISC
*/

.clear {
    clear: both;
}

.maxwidth img {
    max-width: 100%;
}

.maxwidth {
    max-width: 100%;
    height: auto;
}

.maxwidth img {
    max-width: 100%;
    height: auto;
}

.smalltext {
    font-size: 13px;
}

.tinytext {
    font-size: 10px;
}

.shaddow {
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}

.dots {
    list-style-type: circle;
    margin-left: 15px;
}

.narrow {
    max-width: 500px;
    margin: 0 auto;
}

strong {
    font-weight: 700 !important;
}

.hide {
    display: none;
}

/* Text meant only for screen readers. */
.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
    background-color: #eee;
    clip: auto !important;
    clip-path: none;
    color: #444;
    display: block;
    font-size: 1em;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */
}

.size-auto,
.size-full,
.size-large,
.size-medium,
.size-thumbnail {
    max-width: 100%;
    height: auto;
}


/*
*	BOOTSTRAP GRID EXTENSIONS
*/


.container-large {
    position: relative;
    margin: 0 auto;
    padding: 0;
    max-width: 1680px;
    width: 100%;
}

.container-large .row {
    margin: 0;
}


/* Lightbox */
.lb-loader, .lightbox {
    text-align: center;
    line-height: 0
}

.lb-dataContainer:after, .lb-outerContainer:after {
    content: "";
    clear: both
}

html.lb-disable-scrolling {
    overflow: hidden;
    position: fixed;
    height: 100vh;
    width: 100vw
}

.lightboxOverlay {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
    background-color: #000;
    filter: alpha(Opacity=80);
    opacity: .8;
    display: none
}

.lightbox {
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 10000;
    font-weight: 400
}

.lightbox .lb-image {
    display: block;
    height: auto;
    max-width: inherit;
    max-height: none;
    border-radius: 3px;
    border: 4px solid #fff
}

.lightbox a img {
    border: none
}

.lb-outerContainer {
    position: relative;
    width: 250px;
    height: 250px;
    margin: 0 auto;
    border-radius: 4px;
    background-color: #fff
}

.lb-loader, .lb-nav {
    position: absolute;
    left: 0
}

.lb-outerContainer:after {
    display: table
}

.lb-loader {
    top: 43%;
    height: 25%;
    width: 100%
}

.lb-cancel {
    display: block;
    width: 32px;
    height: 32px;
    margin: 0 auto;
    background: url(../img/loading.gif) no-repeat
}

.lb-nav {
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 10
}

.lb-container > .nav {
    left: 0
}

.lb-nav a {
    outline: 0;
    background-image: url(data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==)
}

.lb-next, .lb-prev {
    height: 100%;
    cursor: pointer;
    display: block
}

.lb-nav a.lb-prev {
    width: 34%;
    left: 0;
    float: left;
    background: url(../img/prev.png) left 48% no-repeat;
    filter: alpha(Opacity=0);
    opacity: 0;
    -webkit-transition: opacity .6s;
    -moz-transition: opacity .6s;
    -o-transition: opacity .6s;
    transition: opacity .6s
}

.lb-nav a.lb-prev:hover {
    filter: alpha(Opacity=100);
    opacity: 1
}

.lb-nav a.lb-next {
    width: 64%;
    right: 0;
    float: right;
    background: url(../img/next.png) right 48% no-repeat;
    filter: alpha(Opacity=0);
    opacity: 0;
    -webkit-transition: opacity .6s;
    -moz-transition: opacity .6s;
    -o-transition: opacity .6s;
    transition: opacity .6s
}

.lb-nav a.lb-next:hover {
    filter: alpha(Opacity=100);
    opacity: 1
}

.lb-dataContainer {
    margin: 0 auto;
    padding-top: 5px;
    width: 100%;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px
}

.lb-dataContainer:after {
    display: table
}

.lb-data {
    padding: 0 4px;
    color: #ccc
}

.lb-data .lb-details {
    width: 85%;
    float: left;
    text-align: left;
    line-height: 1.1em
}

.lb-data .lb-caption {
    font-size: 13px;
    font-weight: 700;
    line-height: 1em
}

.lb-data .lb-caption a {
    color: #4ae
}

.lb-data .lb-number {
    display: block;
    clear: left;
    padding-bottom: 1em;
    font-size: 12px;
    color: #999
}

.lb-data .lb-close {
    display: block;
    float: right;
    width: 30px;
    height: 30px;
    background: url(../img/close.png) top right no-repeat;
    text-align: right;
    outline: 0;
    filter: alpha(Opacity=70);
    opacity: .7;
    -webkit-transition: opacity .2s;
    -moz-transition: opacity .2s;
    -o-transition: opacity .2s;
    transition: opacity .2s
}

.lb-data .lb-close:hover {
    cursor: pointer;
    filter: alpha(Opacity=100);
    opacity: 1
}


.pos_unset {
    position: unset;
}

.relative {
    position: relative;
}

/* Add To Style later */

.checked span {
    color: #0fd4df;
}

.checked h3 > span::before {
    font-family: "Font Awesome 5 Pro";
    content: "\f0b0";
    padding-right: 5px;
    color: #0fd4df;
}

.has-discount {
    font-weight: 400;
    position: relative;
    display: inline-block;
}

.has-discount::before {
    content: "";
    left: 2%;
    right: 1%;
    height: 2px;
    background-color: red;
    position: absolute;
    transform: rotate(-4deg);
    top: 50%;
}


