#preload-holder{
    position: absolute;
    background-color: white;
    border: 1px solid #000000;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 999;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor:pointer;
}

#preLoader{
    width: 45px;
    height: 45px;
    background-size: contain;
    background-position: center;
    /* position: relative; */
}

.scale {
	animation: scale linear 1.5s;
	animation-iteration-count: 1;
	transform-origin: 50% 50%;
	-webkit-animation: scale linear 1.5s;
	-webkit-animation-iteration-count: 1;
	-webkit-transform-origin: 50% 50%;
	-moz-animation: scale linear 1.5s;
	-moz-animation-iteration-count: 1;
	-moz-transform-origin: 50% 50%;
	-o-animation: scale linear 1.5s;
	-o-animation-iteration-count: 1;
	-o-transform-origin: 50% 50%;
	-ms-animation: scale linear 1.5s;
	-ms-animation-iteration-count: 1;
	-ms-transform-origin: 50% 50%;
}

 @keyframes scale {
 0% { transform:  scaleX(1.3) scaleY(1.3); }
 100% { transform:  scaleX(1.00) scaleY(1.00); }
}
 @-moz-keyframes scale {
 0% { -moz-transform:  scaleX(1.3) scaleY(1.3); }
 100% { -moz-transform:  scaleX(1.00) scaleY(1.00); }
}
 @-webkit-keyframes scale {
 0% { -webkit-transform:  scaleX(1.3) scaleY(1.3); }
 100% { -webkit-transform:  scaleX(1.00) scaleY(1.00); }
}
 @-o-keyframes scale {
 0% { -o-transform:  scaleX(1.3) scaleY(1.3); }
 100% { -o-transform:  scaleX(1.00) scaleY(1.00); }
}
 @-ms-keyframes scale {
 0% { -ms-transform:  scaleX(1.3) scaleY(1.3); }
 100% { -ms-transform:  scaleX(1.00) scaleY(1.00); }
}

html { 
    -moz-osx-font-smoothing: grayscale; 
    -webkit-font-smoothing: antialiased;
}

body {
	margin: 0px;
	padding: 0px;
}


/* FONTS */

/*Futura*/
@font-face {
    font-family: 'Futura-Book';
    src: url('../fonts/Futura/Futura-Boo.otf');
}

@font-face {
    font-family: 'Futura-Light';
    src: url('../fonts/Futura/Futura-Lig.otf');
}
@font-face {
    font-family: 'Futura-Medium';
    src: url('../fonts/Futura/Futura-Med.otf');
}

/*Playfair Display*/
@font-face {
    font-family: 'PlayfairDisplay-SemiBold';
    src: url('../fonts/Playfair_Display/PlayfairDisplay-SemiBold.ttf');
}





/* CLASSES */
.adSize {
	width: 320px;
	height: 50px;
}

.hidden{
    display: none !important;
}

/*strong, b {
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
}*/

/* UNIT */
.container {
    display: flex;
    flex-direction: column;
	position: absolute;
	background-repeat: no-repeat;
	background-color:#fff;
    /*background-image: url('../img/guide.jpg');*/
    background-size: 100%;
    opacity:0;
	overflow: hidden;
	border: 1px solid #000000;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#frameBorder{
    position:  absolute;
    top: 0px;
    left: 0px;
    width: 319px;
    height: 48px;

}

.headline {
    position: absolute;
    width: 61px;
    max-height: 34%;
    color: black;
    text-align: left;
    font-family: 'Futura-Light';
    font-size: 5px;
    line-height: 6px;
    margin-top: 30px;
    margin-left: 78.7%;
    overflow: hidden;
    text-transform: uppercase;
    /* padding: 50px 0px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    /* background-color: rgba(0, 0, 255, 0.521); */
}


#carouselCon {
    position: absolute;
    left: 0px;
    display: flex;
    width: 318px;
    height: 45px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    /* background-color: rgba(61, 194, 61, 0.507); */
}
/* Image Carousel */
#bgimgContainer{
    width: 109px;
    height: 46px;
    right: 156px;
	display: table;
    position: absolute;
	cursor:pointer;
    z-index: 600;
    margin-top: 1%;
}

.ProductImgs{
    width: 113px;
    height: 41px;
    margin-top: 1%;
    /*margin-left: 8%;*/
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    /* border: 1px solid black; */
}

.img-center{
    margin-left: auto !important;
    margin-right: auto;
}

/* Product Information Carousel */
#ProductInformation{
    display: flex;
    flex-direction: column;
    width: 101px;
    height: 45px;
    left: 146px;
    position: absolute;
    /*z-index: 600;*/
    z-index: 598;
/*    margin-top: -90%;*/
    /* background-color: rgba(230, 213, 66, 0.5); */
}

#bgInfoContainer{
    width: 100%;
    cursor: pointer;
    z-index: 600;
}

.productInfoCon {
    display: flex;
    flex-direction: column;
    align-items: start;
    width: 101px;
    height: 49px;
    /*margin: -90% 0;*/
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.infoHolder{
    position: absolute;
    top: 4px;
    width: 103px;
    height: 47px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    /*border: 1px solid blue;*/
}

.title {
    position: relative;
    display: flex;
    align-items: flex-end;
    padding-bottom: 1px;
    left: 0%;
    top: 3px;
    text-align: left;
    font-family: 'PlayfairDisplay-SemiBold';
    /*font-weight: 500;*/
    font-size: 10px;
    /*background-color: rgba(0, 0, 255, 0.389); */
    width: 100%;
    /*max-width: 100%;*/
    height: 13px;
    padding-top: 2px;
    padding-bottom: 2px;
    overflow: hidden;
    /*border:0.5px solid red;*/
}

.desc {
    text-align: left;
    font-family: 'Futura-Book';
    /*font-weight: 500;*/
    font-size: 7px;
    /*background-color: rgba(0, 0, 255, 0.389);*/
    width: 100%;
    margin-top: 2.5px;
    margin-left: 0px;
    height: 19%;
    overflow: hidden;
}

.priceRating {
    display: none;
    position: relative;
    left: 184px;
    top: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 63%;
    /*background-color: rgba(255, 0, 0, 0.527);*/
}

.price{
    text-align: left;
    font-family: 'Futura-Medium';
    font-weight: 500;
    font-size: 9px;
    line-height: 10px;
    margin-top: 1px;
    margin-left: 0px;
    width: 100%;
   /* background-color: rgba(212, 0, 255, 0.425); */
}

.bx-next {
    margin-left: -10px;
}

/* .ratingCon {
    background-color: rgba(33, 145, 79, 0.541);
} */

/* Slider Arrows */
/* .bx-prev, .bx-next {
    background-color: rgba(238, 155, 238, 0.801);
} */

/* LOGO */
#logo {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 17%;
    height: 26px;
    margin-top: -24px;
    margin-left: 16px;
    /*background: rgba(0, 0, 0, .5);*/
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#logoCont {
    width: 50px;
    height: 7px;
    /* background-color: rgba(255, 255, 0, 0.4); */
}

#otLogo {
    width: 100%;
}

/* CTA */
#ctaCon{
    height: 16px;
    margin-top: 13px;
    margin-left: 258px;
    width: 61px;
    z-index: 400;
    /* background-color: rgba(255, 99, 71, 0.466); */
}

.btn-cta {
    cursor: pointer;
    color: white;
    text-align: center;
    font-family: 'Futura-Medium';
    font-size: 8px;
    transition: all 0.3s linear;
    -webkit-transition: -webkit-transform 0.3s ease;
    -moz-transition: -moz-transform 0.3s ease;
    transition: all 0.3s ease;
    background-color: rgba(0, 0, 0, 1);
    width: auto;
    max-width: 56px;
    margin: 0px 0px 0px -8px;
    padding: 3px 0px 2px 0px;
    /* background-color: rgba(209, 178, 42, 0.411); */
}

.btn-cta span {
    letter-spacing: 0.075em;
}

#arrow-cta{
    display: flex;
    justify-content: center;
    fill: #fff;
    height: 17px;
    /* background: rgba(68, 134, 189, 0.596); */
}
#cta_arrow{
    height: 3px;
    padding-right: 0px;
    padding-left: 3px;
    padding-bottom: 2px;
}
#cta-carrot {
    width:4px;
    /* background-color: rgba(0, 128, 0, 0.555); */
}


#BoxCont {
    display: block;
    position: absolute;
    height: 33px;
    bottom: 4px;
    z-index: 400;
}

.boxSide{
    width: 12px;
    height: 3px;
    margin: 3px 0;
    background-color: black; 
}


/* click-tag */
#click-area {
	position: absolute;
    top: 0px;
	left: 0px;
	cursor: pointer;
	z-index: 500;
	background-color: rgba(255,255,255,0);
}

/* Slider Style Overrides */
.bx-prev {
    left: 49px !important;
}

.bx-next {
    right: 17px !important;
}

.bx-wrapper .bx-controls-direction a {
    position: absolute;
    width: 9px !important;
    height: 7px !important;
    top: 0 !important;
    margin-top: 20px !important;
    margin-left: -21px;
}

/* JS CLASSES NOT CURRENTLY USED */
/* .strong-font {
    font-family: 'sephora_bolditalic';
    font-size: 20px;
} */

/* .ProductInformation-PriceStar{
    top: 200px !important;
    height: 15% !important;
} */

/* .three-info{
    height: 65%;
} */

/* .two-info{
    height: 60%;
} */

/* .three-infoTag{
    height: 20%;
    float: left;
    width: 40% !important;
} */

/* .two-infoTag{
    height: 40%;
    margin-top: 3px !important;
} */

/* #bgRatingContainer{
    cursor: pointer;
    width: 100%;
    z-index: 600;
    background-color: rgba(0, 102, 128, 0.521);
} */

/* #bgPriceContainer{
    cursor: pointer;
    width: 100%;
    margin-top: 3px;
    z-index: 600;
    background-color: rgba(124, 0, 128, 0.575);
} */




  