.fL{
    float:left;
}
.fL-100 {
    float:left;
    width:100%;
}
.fR{
    float:right;
}
.fR-100 {
    float:right;
    width:100%;
}
.hide{
    display:none
}
.section{
overflow-x: hidden;
}

body.cms_home {
    float:left;
    width:100%;
    overflow-x: hidden;
}

.popup-bg{
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0,0,0,0.7);
    z-index: 1;
    display: none;
    transition: all ease 0.2s;
    -webkit-transition: all ease 0.2s;
    -moz-transition: all ease 0.2s;
}

section h1,
h2:not(#algolia-search-title-h1) {
    text-align: center;
    font-family: 'Playfair Display', serif;
    font-size: 32px;
    font-weight: 300;
    margin-bottom: 20px;
} 
section.best-selling, section.craft-your-own .jewelry-customization, section.top-trending-collections, section.why-angara {
    padding: 20px 0px;
}

.algolia-instant-results-wrapper{
    float:left;
    width:100%;
}
/*HERO BANNER******/

.hero-banner {
    position: relative;
    min-height: 200px;
}
.hero-banner img, .hero-banner video {
    max-width: 100%;
}

/*HERO BANNER******/

/*BEST SELLING*****@s*/
section.best-selling .item {
    text-align: center;
    padding: 0 20px;
    width: calc(100%/5);
    float: left;
    position: relative;
    overflow: hidden;
}

section.best-selling .item .item-name:hover {
    color: #fa505a;
    text-decoration: underline;
}

section.best-selling .item img {
    margin: 0 auto;
}

section.best-selling .item .item-price {
    margin-top: 7px;
    color: #fa505a;
}

section.best-selling .item .item-detail {
    position: absolute;
    bottom: -120%;
    background: rgba(255, 255, 255, 0.5);
    padding: 5px;
    left: 20px;
    right: 20px;
    transition: all ease-in-out 0.5s;
}

section.best-selling .item:hover .item-detail {
    bottom: 0;
}

section.best-selling .item-holder:not(.slick-initialized) .item:nth-child(5n) ~ .item {
    display: none;
}

section.best-selling .slick-prev,
section.best-selling .slick-next {
    top: 40%;
    box-shadow: none !important;
    width: 50px;
    height: 50px;
    text-align: center;
    background: transparent !important;
    opacity: 0.5;
    z-index: 1;
}

section.best-selling:hover .slick-prev,
section.best-selling:hover .slick-next {
    opacity: 1;
}

section.best-selling .slick-next {
    right: 25px;
}

section.best-selling .slick-prev {
    left: 25px;
}

section.best-selling .slick-prev:before,
section.best-selling .slick-next:before {
    content: "";
    background: #fa505a url(../../images/arrows.png) no-repeat;
    background-size: 40px;
    width: 40px;
    height: 40px;
    border-radius: 40px;
    margin-left: 5px;
    opacity: 1 !important;
    display: block;
}

section.best-selling .slick-prev:before {
    background-position: 0px -240px;
}

section.best-selling .slick-next:before {
    background-position: 0px -200px;
}

section.best-selling .slick-prev,.best-selling .slick-next{
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 40%;
    display: block;
    width: 50px;
    height: 50px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
    z-index: 1;
}
/*BEST SELLING*****@E*/


/* S:Ticker */
body.desktop .clock {
    left: 70%;
    font-size: 2vw;
    color: #ee5217;
    z-index: 9;
    top: 22.5%;
    font-weight: 400;
}

body.desktop .clock span._tmrtxt , body.desktop .clock:not(.days) span._tmrtxt+._tm{
	font-size:1.8vw;
	display:none;
}
body.desktop .clock span._tm {
    text-align: center;
}
 
body.desktop .clock ._lbl {
    font-size: .9vw;
    line-height: initial;
    font-weight: 500;
}
body.desktop .clock span._time {
	line-height: 2vw;
    min-width: 5vw;
    text-align: center;
}
body.desktop .clock span._time:not(.secondigits):after {
    right : -.3vw;
}
body.desktop .clock span {
	padding : 0px;
}

body.real-iPad .clock {
    left: 63%;
    font-size: 3vw;
    color: #ee5217;
    z-index: 9;
    top: 21.5%;
    font-weight: 400;
}

body.real-iPad .clock span._tmrtxt , body.real-iPad .clock:not(.days) span._tmrtxt + ._tm{
	font-size:1.8vw;
	display:none;
}
body.real-iPad .clock span._tm {
    text-align: center;
}
 
body.real-iPad .clock ._lbl {
    font-size: 1.4vw;
    line-height: initial;
    font-weight: 500;
}
body.real-iPad .clock span._time {
	/*line-height: 2vw;*/
    min-width: 7vw;
    text-align: center;
}
body.real-iPad .clock span._time:not(.secondigits):after {
    right : -.3vw;
}
body.real-iPad .clock span {
	padding : 0px;
}

/* E:Ticker */



/*customer stories :S*/
#customerStory .slick-prev, #customerStory .slick-next,
#productReview .slick-prev, #productReview .slick-next,
#ang-toggle .slider-wrapper .slick-prev , #ang-toggle .slider-wrapper .slick-next{
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 120px;
    display: block;
    width: 30px;
    height: 30px;
    padding: 0;
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
    z-index: 1;
    right:0px;
}
#customerStory .slick-prev,
#productReview .slick-prev,
#ang-toggle .slider-wrapper .slick-prev{
    left:0px !important
}
#customerStory .slick-prev:before, #customerStory .slick-next:before ,
#productReview .slick-prev:before, #productReview .slick-next:before,
#ang-toggle .slider-wrapper .slick-prev:before , #ang-toggle .slider-wrapper .slick-next:before{
    content: "";
    background: url(../../images/arrows.png) no-repeat;
    width: 30px;
    height: 30px;
    margin-left: 0px;
    opacity: 1 !important;
    display: block;
    background-size: 30px;
}
#customerStory .slick-prev:before,
#productReview .slick-prev:before,
#ang-toggle .slider-wrapper .slick-prev:before{
    background-position: 0 -30px;
}
/*customer stories :E*/


.subscription_thankyou {
    padding: 75px 30px;
    width: 500px;
    text-align: center;
    box-sizing: border-box;
    background: #ffffff;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.subscription_thankyou .text-up {
    display: block;
    font-size: 20px;
    line-height: 30px
}
.subscription_thankyou .text-down {
    display: block;
    line-height: 20px
}



@media screen and (max-width:1200px){
    section.best-selling .item .item-detail{
        position: initial;
        padding:5px !important
    }
    section.best-selling .item-holder{
        padding:0px !important;
    }
    
    section.best-selling .slick-prev,.best-selling .slick-next{
        height:50px !important;
        width:50px !important
    }
}

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

@media screen and (min-width:768px){
    .subscription_thankyou {
        padding: 135px 30px
    }
    .subscription_thankyou .text-up {
        font-size: 27px
    }
    .subscription_thankyou .text-down {
        font-size: 18px
    }
}