/* Minification failed. Returning unminified contents.
(428,20): run-time error CSS1030: Expected identifier, found '.'
(428,39): run-time error CSS1031: Expected selector, found ')'
(428,39): run-time error CSS1025: Expected comma or open brace, found ')'
(432,20): run-time error CSS1030: Expected identifier, found '.'
(432,39): run-time error CSS1031: Expected selector, found ')'
(432,39): run-time error CSS1025: Expected comma or open brace, found ')'
 */
@font-face {
    font-family: 'almoni-dl';
    font-weight: 300; /*(light)*/
    font-style: normal;
    src: url('../../fonts/almoni-dl-aaa-300.eot');
    src: url('../fonts/almoni-dl-aaa-300.eot?#iefix') format('embedded-opentype'), url('../../fonts/almoni-dl-aaa-300.ttf') format('truetype'), url('../../fonts/almoni-dl-aaa-300.woff') format('woff');
}

@font-face {
    font-family: 'almoni-dl';
    font-weight: 400; /*(regular)*/
    font-style: normal;
    src: url('../../fonts/almoni-dl-aaa-400.eot');
    src: url('../fonts/almoni-dl-aaa-400.eot?#iefix') format('embedded-opentype'), url('../../fonts/almoni-dl-aaa-400.ttf') format('truetype'), url('../../fonts/almoni-dl-aaa-400.woff') format('woff');
}

@font-face {
    font-family: 'almoni-dl';
    font-weight: 700; /*(bold)*/
    font-style: normal;
    src: url('../../fonts/almoni-dl-aaa-700.eot');
    src: url('../fonts/almoni-dl-aaa-700.eot?#iefix') format('embedded-opentype'), url('../../fonts/almoni-dl-aaa-700.ttf') format('truetype'), url('../../fonts/almoni-dl-aaa-700.woff') format('woff');
}

@font-face {
    font-family: 'almoni-dl';
    font-weight: 900; /*(black)*/
    font-style: normal;
    src: url('../../fonts/almoni-dl-aaa-900.eot');
    src: url('../fonts/almoni-dl-aaa-900.eot?#iefix') format('embedded-opentype'), url('../../fonts/almoni-dl-aaa-900.ttf') format('truetype'), url('../../fonts/almoni-dl-aaa-900.woff') format('woff');
}

/******** reset ********/
H1, H2, H3, H4, H5, P, UL, LI, FORM, BR, LABLE, A, SPAN, TABLE, TR, TH, TD, DIV, B, FIELDSET, IMG {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    outline: 0;
    border: none;
}

H1, H2, H3, H4, H5, INPUT, SELECT, LABEL, RADIO, TD {
    vertical-align: middle;
}

TABLE {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
}

A:link, A:hover, A:focus, A:active, A:visited, A:active:visited {
    outline-width: 0;
}

:focus {
    outline: 0;
}

* :focus {
    outline: 0;
}

* {
    padding: 0;
    margin: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.mobile-only {
    display: block;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

/****** general *******/

.L {
    float: left;
}

.R {
    float: right;
}

.clearfix:after {
    clear: both;
    content: "";
    display: block;
}

/******************/
a {
    outline: none;
    text-decoration: none;
    color: #353535;
}

img {
    border: none;
}

li {
    list-style: none;
}

html {
}

body {
    font: normal 65.5% 'almoni-dl',Arial;
    color: #353535;
    text-align: right;
    direction: rtl;
    margin: 0 auto;
    /*padding: 0 10px;*/
    /*width: 300px;*/
}

/* Smartphones (portrait and landscape)  */
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
    body {
        font-size: 55%;
    }

    .jewelryDetails p a {
        color: #d700d4;
        font: 1em 'almoni-dl',Arial;
    }
}


/* iphone 4  */
@media only screen and (-webkit-min-device-pixel-ratio: 2) {
    body {
        font-size: 75.5%;
    }
}

.wrapper {
    margin: 0 auto;
    position: relative;
    padding: 49px 10px 0;
}

header {
    height: 30px;
    /*background: #424242;*/
    /*padding: 12px 10px 5px 0;*/
    /*position: relative;*/

    z-index: 9999;
    border-bottom: 2px solid #000;

    position: fixed;
    width: 100%;
    padding: 12px 0 5px;
    background: #fff;
}

    header .logo {
        background: url("/mimages/logo.png") no-repeat scroll 0 0 transparent;
        background-size: 100% auto;
        /* float: left; */
        height: 22px;
        /* width: 149px; */
        width: 120px;
        margin: 6px auto 0;
        display: block;
    }

    header .btnBack {
        background: url("/mimages/btnBack.png") no-repeat scroll 0 0 transparent;
        background-size: 100% auto;
        float: right;
        height: 15px;
        width: 17px;
        margin-left: 22px;
    }

        header .btnBack.fake-active, header .btnBack:active {
            background-position: 0 bottom;
        }

    header .btnOpen {
        /*background: url("/mimages/btnMainMenu.png") no-repeat scroll 0 0 transparent;*/
        background: url('../../Images/mobile/hamburger-menu.png') no-repeat;
        background-size: 100% auto;
        /*height: 23px !important;
        width: 27px;
        top: 11px;*/
        position: absolute;

        height: 47px;
        width: 47px;
        top: 0;
        right: 0;
    }

        header .btnOpen.fake-active, header .btnOpen:active {
            background-position: 0 bottom;
        }

    .icon-call,
    .icon-location {
        display: inline-block;
        position: absolute;
        top: 10px;
    }

    .icon-call {
        left: 18px;
        background: url('/Images/mobile/phone_icon_colored.png') no-repeat;
        width: 29px;
        height: 29px;
        text-indent: -9999px;
    }

    .icon-location {
        left: 53px;
    }
 

.search {
    width: 32px;
    height: 36px;
    background: inherit;
    transition: 0.2s;
    position: absolute;
    display: flex;
    margin-right: 5px;
    right: 60px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

    .search.active {
        width: calc(100vw - 160px);
        background: #f6f6f6;
        z-index: 99999;
    }

.search-box {
    position: relative; 
}

.search-input {
    position: relative; 
    vertical-align: top; 
    background-color: inherit;
    border: none;
    font-size: 1rem;
    width: calc(100% - 2 * 32px);    
    height: calc(100% - 2 * 10px);
    padding: 10px 32px;
}

.open-search-btn {
    width: 32px;
    height: 32px;
    position: absolute;
    border: none;
    background: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 11;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.open-search-btn img {
    display: none;
}

.search.active .open-search-btn img {
    display: block;
}

.search-btn {
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 2rem;
    height: 2rem;
    border: none;
    background: transparent;
    position: absolute;
    cursor: pointer;
    z-index: 10;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.search-btn img {
    display: block;
}

@media screen and (max-width: 760px) {
    .search {
        right: 50px;
    }

    .search.active {
        width: calc(100vw - 140px);
    }
}

.selectContainer {
    border-bottom: 1px dotted #000000;
    height: 46px;
    background: #fff;
    position: relative;
    z-index: 90;
}

    .selectContainer .btnOpen {
        display: table;
        width: 30%;
        height: 46px;
    }

    .selectContainer .category-title {
        width: 70%;
        display: inline-block;
        float: left;
        font: 1.8em/46px 'almoni-dl',Arial;
        text-align: left;
        color: #89a59b;
        white-space: nowrap;
        overflow: hidden;
        -ms-text-overflow: ellipsis;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
    }

        .selectContainer .btnOpen a {
            display: table-cell;
            vertical-align: middle;
            color: #424242;
            height: 46px;
            padding: 0 57px 0 0;
            font: 1.8em 'almoni-dl',Arial;
            position: relative;
        }

            .selectContainer .btnOpen a:after {
                background: url("/mimages/arrow02.png") no-repeat scroll center 0 transparent;
                background-size: 100% auto;
                content: "";
                position: absolute;
                right: 0;
                top: 1px;
                bottom: 0;
                width: 42px;
                border-left: 1px dotted #000000;
            }

        .selectContainer .btnOpen.active a:after {
            background-position: center bottom;
        }

.dropDown {
    background-color: rgba(0, 0, 0, 0.8);
    position: absolute;
    top: 46px;
    right: 0;
    left: 0;
    display: none;
    height: 100vh;
    overflow-y: auto;
    /* background-color: ; */
}

    .dropDown li {
        border-bottom: 1px solid #7C7C7D;
        display: table;
        width: 100%;

    }

    .dropDown > li {
        display: grid;
        grid-template-columns: 1fr auto;
        grid-template-rows: auto auto;
        grid-auto-flow: row;
    }

    .dropDown .submenu-btn {
        font-size: 2rem;
        color: white;
        padding: 0px 20px;    
        background: transparent;
        border: none;
    }

.submenu-btn-img {
    display: block;
    background-image: url('/Images/expand-more.svg');
    width: 24px;
    height: 24px;
}
.submenu-btn.active > .submenu-btn-img {
 background-image: url('/Images/expand-less.svg');   
}


.dropDown > li:has(.submenu-btn.active) {
    background-color: rgba(0, 0, 0, 0.45);
    border-bottom: none;
}
.dropDown > li:has(.submenu-btn.active) > .dropdown-list {
    border-top: 1px solid #7C7C7D;
}


.dropDown a {
    color: #fff;
    height: 42px;
    font: 1.25em 'almoni-dl', Arial;
    padding: 0 15px;
    display: flex;
    align-items: center;
}

.dropDown ul {
    grid-column: 1 / 3;
    grid-row: 2 / 3;
}

.dropDown .active > a, .dropDown a:active, .dropDown a.fake-active {
    color: #f800f5;
}

.dropdown-list li a {
    padding-right: 2em;
}

.welcome {
    overflow: hidden;
    border-bottom: 1px dotted #000000;
    position: relative;
}

    .welcome img {
        width: 100%;
        max-width: 640px;
    }

    .welcome .homeHeaderContent {
        text-align: center;
    }

    .welcome .content {
        overflow: hidden;
        padding: 15px 0 30px;
    }

    .welcome.promotionsContent {
        padding-bottom: 5px;
    }

    .welcome h3 {
        line-height: 20px;
        font-size: 20px;
    }

    .welcome h3:after {
        content: "";
        margin: 10px 36% 10px 36%;
        width: 50px;
        float: left;
        font-weight: normal;
        background-color: #000;
        height: 1px;
    }

    .welcome.homeWelcome h3:after {
        content: "";
        margin: 10px 0 10px 20%;
        width: 50px;
        font-weight: normal;
        background-color: #000;
        height: 1px;
        display: block;
    }

    .welcome h3 p {
    }

    .welcome p {
        /*font-size: 2.4em;*/
        font-family: 'almoni-dl', Arial;
        /*font-family: 'Gisha', Arial;*/
    }

    .welcome .moreInfo {
        bottom: 4px;
        font: 1.4em/12px 'almoni-dl',Arial;
        position: absolute;
        right: 155px;
    }

        .welcome .moreInfo a {
            color: #d700d4;
            font: 1em Arial;
        }

.productList {
    /*border-bottom: 1px solid #000000;*/
}

    .productList li {
        display: table;
        position: relative;
        width: 100%;
        /*border-bottom: 1px solid #000000;*/
    }

        .productList li:last-child {
            border: none;
        }

    .productList a {
        display: table-cell;
        text-align: center;
        vertical-align: top;
        width: 50%;
        position: relative;
    }

        .productList a > div {
            padding: 6px 0 7px;
            position: relative;
        }

        .productList a:first-child:after/*,
        .productList a:nth-child(odd):after*/ {
            display: block;
            content: "";
            position: absolute;
            left: 0;
            top: 40px;
            height: 60%;
            width: 1px;
            background-color: #dbe5e1;
            /*border-left: 1px solid;
            border-left-color: gray;*/
        }

        .productList a:last-child:after {
            display: none;
            /*border-left: none;*/
        }

    .productList .imgContainer {
        /*height: 75px;*/
        line-height: 75px;
        text-align: center;
    }

    .productList img {
        vertical-align: middle;
        max-width: 100%;
        /*height: 100%;*/
    }

    .productList .ribbon {
        background: #d700d4;
        padding: 0 3px;
        position: absolute;
        left: -2px;
        top: 8px;
        color: #fff;
        height: 14px;
        font: 0.9em/15px 'almoni-dl',Arial;
        -webkit-box-shadow: 0 1px 2px -1px #000000;
        box-shadow: 0 1px 2px -1px #000000;
    }

        .productList .ribbon:after {
            content: "";
            position: absolute;
            left: 0;
            bottom: -2px;
            width: 0px;
            height: 0px;
            border-style: solid;
            border-width: 0 2px 2px 0;
            border-color: transparent #d700d4 transparent transparent;
        }

    .productList .content span {
        font: 1.2em 'almoni-dl',Arial;
    }

    .productList a.fake-active .content span, .productList a:active .content span {
        color: #d700d4;
    }

    .productList .content .en {
        font: 1.4em 'almoni-dl', Arial;
    }

    .productList .content .name {
        font-weight: bold;
        text-transform: uppercase;
    }

    .productList .content.small_font .price {
        font-family: 'almoni-dl', Arial;
        color: #000;
        font-size: 22px;
        font-weight: bold;
    }

/* Catalog Header */
.catalog-header-img {
    width: 100%;
}

.catalog-header-title {
    text-align: center;
    margin: 12px auto 0;
    width: 80%;
}

.catalog-header-title .rtelarge {
    width: 56%;
    color: #404040;
    font-size: 26px;
    font-weight: 400;
    line-height: 24px;
}

.catalog-header-title:after {
    content: "";
    display: block;
    width: 88px;
    height: 1px;
    background-color: #404040;
    margin: 10px auto 20px;
}

.catalog-header-text p {
    font-size: 17px;
    line-height: 20px;
    color: #a8bdb6;
    text-align: center;
    letter-spacing: 0.3px;
    margin: 0 auto 20px;
    width: 90%; 
}

.cycle .catalog-header-text p {
    font-size: 17px;
    line-height: 20px;
    color: #a8bdb6;
    text-align: right;
    letter-spacing: 0.3px;
    margin: 0 auto 20px;
    width: 100%; 
}

/* Carousel */
.carousel {
    background: #fff;
    height: 58px;
    position: relative;
    z-index: 1;
    width: 100%;
    overflow: auto;
    padding: 7.5px 0;
    border-bottom: 1px solid #000;
}

#carouselWrap1 {
    border-top: 1px solid #000;
}
/*.carousel:after {
	content: "";
	background: url("/mimages/borderShadow02.png") no-repeat scroll 0 bottom;
	background-size: 100% auto;
	position: absolute;
	left: 0;
	top: 0;
	height: 58px;
	width: 10px;
	z-index: 10;
}*/

.carousel .scroller {
    top: 7.5px !important;
    width: 2040px;
    height: 100%;
    float: left;
    padding: 0;
}

.carousel .thelist {
    width: 100%;
    height: 100%;
    float: left;
    text-align: center;
}

.carousel img {
    vertical-align: middle;
    /*height: 100%;*/
    float: left;
    padding: 0 10px;
}

.carousel h3 {
    background: #cbd9cc;
    color: #505651;
    font: 1.7em/58px 'almoni-dl',Arial;
    position: absolute;
    right: 0;
    text-align: center;
    top: 7.5px;
    width: 58px;
    height: 58px;
}

#carouselWrap2 h3 {
    background: #98b5a7;
}

.carousel h3:after {
    content: "";
    /*background: url("/mimages/borderShadow02.png") no-repeat scroll 0 0 transparent;*/
    background-size: 100% auto;
    position: absolute;
    left: -10px;
    top: 0;
    height: 58px;
    width: 10px;
}

.linkList li {
    height: 37px;
    border-bottom: 1px solid #000000;
    display: table;
    width: 100%;
    position: relative;
}

.linkList > li > h3, .linkList a {
    color: #363636;
    display: table-cell;
    height: 21px;
    padding: 10px 0 6px 40px;
    vertical-align: middle;
}

.linkList h3 {
    font: 1.75em/15px 'almoni-dl',Arial;
}

.linkList a.fake-active h3, .linkList a:active h3 {
    color: #d700d4;
}

.linkList a:after {
    content: "";
    background: url("/mimages/arrow01.png") no-repeat scroll 0 0 transparent;
    background-size: 100% auto;
    position: absolute;
    left: 4px;
    top: 50%;
    height: 30px;
    width: 20px;
    margin-top: -16px;
}

.linkList p {
    font: 1.25em/18px 'almoni-dl',Arial;
    padding: 2px 0 0;
}

/* Contact Form */

.contactForm {
    height: 280px;
    margin: 10px 10px 50px;
    padding-top: 10px;
    font-size: 16px;
    background: #d5e0d6;
    padding: 20px 20px 0;
}

.contactForm .btn {
    color: #000;
    font-size: 24px;
    font-weight: 600;
    text-align: center;
    padding-right: 60px;
    position: relative;
}

.contactForm .btn.btn-call {
    width: 220px;
    text-align: right;
    font-size: 0;
}

.contactForm .call-now-text {
    line-height: 34px;
    right: -50px;
    color: #000;
    font-weight: 600;
}

.btn-call:after {
    display: inline-block;
    width: 40px;
    height: 40px;
    content: "";
    position: absolute;
    left: 40px;
    top: 5px;
    background: url('/Images/mobile/phone-white.png') no-repeat;
}

.mobile-form-header {
    text-align: center;
    font-size: 20px;
    color: #626762;
}

.contactForm input {
    display: block;
    height: 30px;
    width: 220px;
    margin: 20px auto;
    border: none;
    font-size: 16px;
    padding: 0 10px;
}

.contactForm input:first-child {
    margin-top: 10px;
}

.contactForm .btn {
    width: 240px;
    margin: 20px auto;
    padding: 0 10px;
    background-color: #aac2b7;
    line-height: 33px;
    height: 33px;
    font-size: 16px;
    font-weight: 600;
}


/* Footer */

footer {
    /*background: #424242;*/
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    /*height: 48px;*/
}

.footer-logo {
    text-align: center;
    margin-top: 15px;
    margin-bottom: 15px;
}

    .footer-logo a img {
        width: 102px;
        height: 16px;
    }

.back-to-top {
    position: fixed;
    bottom: 30px;
    left: -3px;
    width: 50px;
    height: 50px;
    display: block;
}

#backToTop.affix {
    position: fixed;
    top: 0;
    /*width: 100%*/
}


.affix-top {
    left: 20px;
    bottom: 50px;
}

.affix-bottom {
    left: 20px;
    bottom: 50px;
}


.shareMenu {
    height: 47px;
    /*margin-bottom: 5px;*/
    display: table;
    width: 100%;
}

    .shareMenu a {
        display: table-cell;
        height: 46px;
        width: 20%;
        text-align: center;
        vertical-align: middle;
    }

    .shareMenu span {
        background: url("/mimages/shareMenu.png") no-repeat scroll center 1px transparent;
        background-size: 100% auto;
        display: inline-block;
        height: 21px;
        width: 32px;
        vertical-align: middle;
    }

    .shareMenu .phone span {
        background-position: center -54px;
    }

    .shareMenu .map span {
        background-position: center -107px;
    }

    .shareMenu .message span {
        background-position: center -156px;
    }

    .shareMenu .document span {
        background-position: center -213px;
    }

    .shareMenu a.fake-active span, .shareMenu a:active span {
        background-image: url("/mimages/shareMenuActive.png");
        background-size: 100% auto;
    }

.allRightsReserved li {
    color: #363636;
    font: 1.1em 'almoni-dl',Arial;
    float: right;
    padding: 0 10px;
}

    .allRightsReserved li:first-child {
        padding-right: 4px;
        border-left: 1px solid #363636;
    }

.allRightsReserved a {
    color: #d700d4;
}

.aboutUs a {
    height: 124px;
    overflow: hidden;
    display: block;
    border-bottom: 1px dotted #000000;
}

.aboutUs img {
    height: 100%;
    display: block;
}

.aboutUs .content {
    overflow: hidden;
    padding: 21px 0 0;
}

.aboutUs h3 {
    font: 1.75em/21px 'almoni-dl',Arial;
    height: 20px;
    margin-bottom: 13px;
    padding: 0 0 0 23px;
    position: relative;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
}

    .aboutUs h3:after {
        background: url("/mimages/arrow01.png") no-repeat scroll 0 0 transparent;
        background-size: 100% auto;
        content: "";
        height: 15px;
        margin-right: 5px;
        margin-top: -7.5px;
        position: absolute;
        top: 50%;
        left: 12px;
        width: 9px;
    }

.aboutUs a.fake-active h3, .aboutUs a:active h3 {
    color: #D700D4;
}

.aboutUs p {
    font: 1.45em/14px 'almoni-dl',Arial;
}

.aboutUs .number {
    float: right;
    width: 30px;
    color: #D700D4;
    font: 3.5em/14px 'almoni-dl',Arial;
}

.aboutUs .text {
    overflow: hidden;
}

    .aboutUs .text h3:after {
        background: none;
    }

.mainTitle {
    border-bottom: 1px dotted #000000;
    padding: 12px 0;
    font: 2em/20px 'almoni-dl',Arial;
}

.mainDivider {
    position: relative;
    border-bottom: 1px dotted #000000;
    z-index: 2;
}

    .mainDivider:after {
        content: "";
        background: url("/mimages/borderShadow01.png") no-repeat scroll center bottom transparent;
        background-size: 100% 100%;
        position: absolute;
        left: 0;
        bottom: -6px;
        height: 6px;
        width: 100%;
    }

.editContent {
    position: relative;
    padding: 0 0 8px;
    border-bottom: 1px dotted #000000;
}

    .editContent .imgContainer {
        /*height: 128.5px;*/
        width: 100%;
    }

        .editContent .imgContainer:after {
            content: "";
            background: url("/mimages/borderShadow01.png") no-repeat scroll 0 0 transparent;
            background-size: 100% 100%;
            position: absolute;
            left: 0;
            top: 0;
            height: 6px;
            width: 100%;
        }

        .editContent .imgContainer img {
            /*height: 128.5px;*/
            width: 100%;
            display: block;
        }

    .editContent .pic {
        position: relative;
        overflow: hidden;
        border-bottom: 1px dotted #000000;
    }

        .editContent .pic img {
            float: left;
            height: 100%;
            max-width: 210px;
            width: 165px;
        }

        .editContent .pic .moreInfo {
            position: absolute;
            right: 0;
            bottom: 8px;
            padding-top: 0;
        }

    .editContent .frameRight {
        height: 137.5px;
        width: 126.5px;
        float: right;
        margin-left: 10px;
    }

    .editContent .frameLeft {
        height: 137.5px;
        width: 126.5px;
        float: left;
        margin-right: 10px;
    }

    .editContent h3 {
        padding: 18px 0 10px;
        font: 2em/20px 'almoni-dl',Arial;
    }

    .editContent h4 {
        font: 1.75em/20px 'almoni-dl',Arial;
        padding: 8px 0 12px;
    }

        .editContent h4.mainDivider {
            margin-bottom: 13px;
        }

    .editContent h5 {
        font: 1.5em/20px 'almoni-dl',Arial;
        padding: 0 0 8px;
    }

    .editContent .moreInfo {
        font: 1.4em 'almoni-dl',Arial;
        padding-top: 8px;
    }

        .editContent .moreInfo a {
            color: #d700d4;
            font: 1em Arial;
        }

    .editContent p {
        font: 1.25em/14px 'almoni-dl',Arial;
        padding: 0 0 13px;
    }

    .editContent .en {
        font: 0.9em 'almoni-dl', Arial;
    }

    .editContent ul {
        padding: 12px 0 3px;
    }

    .editContent li {
        font: 1.25em/14px 'almoni-dl',Arial;
        padding: 0 14px 0 0;
        position: relative;
    }

        .editContent li:after {
            background: #D700D4;
            content: "";
            height: 4px;
            position: absolute;
            right: 1px;
            top: 4px;
            width: 4px;
            -webkit-border-radius: 6px;
            border-radius: 6px;
        }

.video {
    display: block;
    margin: 0 auto;
}

.ourDetails {
    padding: 13px 0 5px;
}

    .ourDetails li {
        color: #424242;
        overflow: hidden;
        padding: 0 0 14px;
    }

    .ourDetails .name {
        float: right;
        font: 1.4em/16px 'almoni-dl',Arial;
        width: 58px;
    }

    .ourDetails .info {
        overflow: hidden;
        font: 1.4em/16px 'almoni-dl',Arial;
    }

    .ourDetails .en {
        font-family: 'almoni-dl',Arial;
        color: #D700D4;
    }

.inputTextBG {
    padding: 0 0 4px;
    position: relative;
}

    .inputTextBG:after {
        content: "";
        background: url("/mimages/inputShadow.png") no-repeat scroll 0 0 transparent;
        background-size: 100% 100%;
        position: absolute;
        left: 0;
        bottom: -2px;
        height: 6px;
        width: 100%;
        display: block;
    }

    .inputTextBG > div {
        background: #FFFFFF;
        border: 1px solid #424242;
        padding: 5px 5px 6px;
    }

    .inputTextBG textarea, .inputTextBG input {
        background: none;
        border: none;
        color: #424242;
        display: block;
        font: 1.4em/17px 'almoni-dl',Arial;
        width: 100%;
        resize: none;
    }

.contactUs {
    border-bottom: 1px dotted #000000;
    padding: 18px 0 12px;
}

    .contactUs li {
        color: #424242;
        overflow: hidden;
        padding: 0 0 5px;
    }

    .contactUs .name {
        float: right;
        font: 1.4em 'almoni-dl',Arial;
        padding: 5px 0 0;
        width: 90px;
    }

    .contactUs h3 {
        width: auto;
        font: 1.4em/16px 'almoni-dl',Arial;
        padding: 0 0 5px;
    }

    .contactUs .info {
        overflow: hidden;
    }

    .contactUs .number {
        float: right;
        margin-left: 11px;
        width: 135px;
    }

    .contactUs .areaCode {
        overflow: hidden;
    }

.btn {
    background: #424242;
    color: #fff;
    display: block;
    font: 1.75em/30px 'almoni-dl',Arial;
    height: 30px;
    text-align: center;
}

    .btn.fake-active, .btn:active {
        background: #d700d4;
    }

.diagram {
    text-align: center;
    padding: 20px 0 0;
}

    .diagram img {
        width: 271.5px;
    }

.cycle {
    overflow: hidden;
    padding: 0 0 13px;
}

    .cycle .titleLine {
        height: 46px;
        /*border-bottom: 1px dotted #000000;*/
        display: table;
        width: 100%;
        margin-top: 50px;
    }

    .cycle h3 {
        text-align: center;
        padding: 0 42px;
        display: table-cell;
        vertical-align: middle;
    }

        .cycle h3 span {
            color: #363636;
            font: 2em 'almoni-dl', Arial;
        }

        .cycle h3 .en {
            font: normal 1.65em 'almoni-dl', Arial;
            text-transform: uppercase;
        }

    .cycle h1 {
        text-align: center;
        padding: 0 42px;
        display: table-cell;
        vertical-align: bottom;
    }

        .cycle h1 span {
            color: #363636;
            font: 2em 'almoni-dl', Arial;
        }

        .cycle h1 .en {
            font: bold 30px 'almoni-dl', Arial;
            text-transform: uppercase;
        }

    .cycle p {
        color: #363636;
        font: 1.25em/17.5px 'almoni-dl', Arial;
        padding: 0 0 6px;
    }

        .cycle p .en {
            font: 0.9em 'almoni-dl', Arial;
        }

    .cycle .titleLine .left {
        position: absolute;
        left: 0;
        top: 100px;
        display: block;
        height: 46px;
        width: 28px;
        /*border-right: 1px dotted #000000;*/
        background-color: #c2ccc5;
    }

    .cycle .titleLine .right {
        position: absolute;
        right: 0;
        top: 100px;
        display: block;
        height: 46px;
        width: 28px;
        /*border-left: 1px dotted #000000;*/
        background-color: #c2ccc5;
    }

    .cycle .left:after {
        content: "";
        background: url("/Images/mobile/arrow-left.png") no-repeat scroll 0 bottom transparent;
        background-size: 100% auto;
        position: absolute;
        right: 10px;
        top: 2px;
        height: 30px;
        width: 12px;
    }

    .cycle .right:after {
        content: "";
        background: url("/Images/mobile/arrow-right.png") no-repeat scroll 0 bottom transparent;
        background-size: 100% auto;
        position: absolute;
        left: 10px;
        top: 2px;
        height: 30px;
        width: 12px;

    }

/* Back to Catalog */
.back-to-catalog {
    text-align: left;
    padding-left: 20px;
    font-size: 17px;
    font-weight: 600;
    line-height: 50px;
    position: relative;
    float: left;
}

.back-to-catalog:before {
    display: inline-block;
    content: "";
    position: absolute;
    background: url(/Images/mobile/arrow-back.png) no-repeat;
    width: 15px;
    height: 30px;
    left: 0;
    top: 16px;
}

.gallery {
    position: relative;
    z-index: 1;
    overflow: hidden;
    background: #fff;
}


    .gallery:before {
        content: "";
        /*background: url("/mimages/galleryShadow.png") no-repeat scroll 0 0;
        background-size: 100% auto;*/
        position: absolute;
        left: 0;
        top: 0;
        height: 157.5px;
        width: 6.5px;
        z-index: 10;
    }

    .gallery:after {
        content: "";
        /*background: url("/mimages/galleryShadow.png") no-repeat scroll right bottom;
        background-size: 100% auto;*/
        position: absolute;
        right: 0;
        top: 0;
        height: 157.5px;
        width: 6.5px;
        z-index: 10;
    }

    .gallery > div {
        height: 100%;
        padding: 0;
    }

    .galleryFor {
        visibility: hidden;
    }

    .galleryFor.slick-slider {
        margin-bottom: 0;
        visibility: visible;
        width: 80%;
        margin: 0 auto;
    }

    .gallery ul {
        list-style: none;
        display: block;
        width: 100%;
        height: 100%;
        padding: 0;
        margin: 0;
        text-align: center;
        overflow: hidden;
        margin: 10px 0 20px;
    }

    .gallery li {
        padding: 15px 0 0;
        text-align: center;
        width: 32%;
        display: inline-block;
    }

    .galleryItem {
        display: inline-block;
    }

    .gallery .galleryImg {
        width: 100%;
        vertical-align: middle;
        /*padding: 0 10px;
        margin: 0 auto;*/
    }

    .gallery .galleryVid {
        width: 80%;
        margin: 40px auto 0;
        display: block;
    }

    .gallery .videoThumb img {
        padding: 30px;
    }

    .galleryThumb, 
    .gallery ul,
    .gallery li {
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
    }

    .gallery .galleryThumb:not(.videoThumb) img {
        width: 100%;
        height: 100%;
    }

    .gallery .galleryThumb:hover {
        border: 1px solid #89a59b;
    }
    .galleryThumb.first {
         border: 1px solid #89a59b;
    }

.cycle .titleLine p {
    color: #363636;
    font: 1.25em/14.5px 'almoni-dl', Arial;
    padding: 0 0 6px;
    /*margin-left: 162px;*/
}


.jewelryDetails {
    padding: 10px;
    /*background-color: #FEFCFD;*/
}

    .jewelryDetails h3 {
        text-align: right;
        padding: 0;
    }

        .jewelryDetails h3 span {
            font-size: 1.75em;
        }

        .jewelryDetails h3 .en {
            font-size: 2.2em;
        }

    .jewelryDetails .price {
        font-size: 30px;
        font-family: 'almoni-dl', Arial;
        text-align: left;
        margin-bottom: 10px;
    }

        .jewelryDetails .price strong {
            font-size: 34px;
        }

     .jewelryDetails .btn[type="submit"] {
         width: 50%;
         background-color: #aac2b7;
         float: left;
         font-size: 19px;
     }

    .jewelryDetails li {
        color: #363636;
        font: 1.25em/17.5px 'almoni-dl', Arial;
    }

    .jewelryDetails .bold {
        font-family: 'almoni-dl';
    }

    .jewelryDetails li .en {
        font: 0.9em 'almoni-dl', Arial;
    }

/* Users Feedback */
.usersFeedback {
    margin: 20px 10px;
    background-color: #cad9cc;
}
    
    .usersFeedback .imageContainer {
        float: right;
        /*height: 200px*/;
        padding: 10px;
        padding-bottom: 2px;
        width: auto;
            height: 106px;
    line-height: 0px;
    }

        .usersFeedback .userImage {
            width: 106px;
            vertical-align: top;
        }

    .usersFeedback .textContent {
        padding: 10px;
        height: auto;
        /*min-height: 180px;*/
    }

        .usersFeedback h3 {
            font-size: 22px;
            margin: 10px 0 8px;
            overflow: hidden;
        }

        .usersFeedback .author {
            display: inline-block;
            padding: 8px 0 16px;
            font-size: 16px;
            font-style: initial;
            font-weight: 600;
            width: auto;
            border-top: 1px solid #000;
            overflow: hidden;
        }

        .usersFeedback p {
            font-size: 16px;
            overflow: hidden;
        }

    .usersFeedback a {
        display: block;
    }

    .usersFeedback .coverContainer {
        position: relative;
        margin-top: 20px;
    }

        .usersFeedback .coverContainer:before {
            display: block;
            content: "";
            background: url("/Images/icon05.png") no-repeat;
            background-size: 30px;
            position: absolute;
            width: 30px;
            height: 60px;
            left: 20px;
            top: 20px;
        }

        .usersFeedback .coverImage {
            width: 100%;
        }
        


/* Why Scheffer */
.whyScheffer {
    text-align: center;
    font-size: 1.6em;
    margin: 20px 10px;
    background-color: #e2e6e3;
}

    .whyScheffer img {
        width: 100%;
    }

    .whyScheffer .textContainer {
        border-bottom: 1px solid #404040;
    }

    .whyScheffer h3 {
        font-size: 32px;
        padding-top: 16px;
        width: 46%;
        padding-bottom: 10px;
        margin: 0 auto 16px;
        border-bottom: 1px solid #000;
    }

    .whyScheffer li {
        width: 220px;
        text-align: center;
        margin: 0 auto;
        list-style: disc inside;
    }


/* CheckOut Single Product */
.checkOut {
    padding: 10px;
}

    .productDetails {
        background-color: #FEFCFD;
        padding: 20px;
    }

    .productDetails h2 {
        font-size: 2.2em;
        padding: 0 0 10px;
    }

    .productDetails h3 {
        font-size: 1em;
    }

   



    .productDetails th {
        padding: 10px 0;
    }

    .productDetails th, 
    .productDetails td {
        font-size: 1.5em;
        width: 33%;
        text-align: center;
    }

    .productDetails th:first-child,
    .productDetails td:first-child {
        text-align: right;
    }

    .productDetails th:last-child,
    .productDetails td:last-child {
        text-align: left;
    }

    .productDetails tbody tr:first-child td {
        padding-top: 20px;
    }

    .productDetails tbody tr:last-child td {
        padding-bottom: 12px;
        padding-top: 10px;
    }

    .productDetails tfoot td {
        padding: 10px 0;
    }

    .productDetails .btn {
        width: 33%;
        float: left;
        background-color: #ABC2B8;
    }

    .productDetails form:after {
        clear: both;
        display: block;
        content: "";
    }

    .productDetails .selectpicker {
        height: 24px;
        line-height: 24px;
        font-size: 14px;
    }
     


.actionBar {
    height: 46px;
    display: table;
    width: 100%;
    background: #424242;
}

    .actionBar a div {
        text-indent: 0;
    }

    .actionBar a {
        display: table-cell;
        height: 46px;
        width: 33.33%;
        text-align: center;
        vertical-align: top;
        border-right: 1px dotted #fff;
        color: #fff;
        font: 1.1em 'almoni-dl', Arial;
        -webkit-box-shadow: 0 1px 2px -1px #000000;
        box-shadow: 0 1px 2px -1px #000000;
    }

        .actionBar a:first-child {
            border-right: none;
        }

    .actionBar span {
        background: url("/mimages/actionBar.png") no-repeat scroll center 6px transparent;
        background-size: 100% auto;
        display: inline-block;
        height: 30px;
        width: 30px;
    }

    .actionBar .share span {
        background-position: center -42px;
    }

    .actionBar .send span {
        background-position: center -95px;
    }

    .actionBar a.fake-active span, .actionBar a:active span {
        background-image: url("/mimages/actionBarActive.png");
        background-size: 100% auto;
    }

.customersShare {
    padding: 12px 0 0;
}

    .customersShare > li {
        margin: 0 0 10px;
        overflow: hidden;
    }

    .customersShare .person {
        float: right;
        width: 57px;
    }

        .customersShare .person img {
            border: 1px solid #a0a0a0;
            width: 45.5px;
            height: 45.5px;
            text-align: center;
        }

    .customersShare .info {
        overflow: hidden;
    }

    .customersShare .breadCrumbs {
        overflow: hidden;
        color: #3b5998;
        font: 1em/11px Arial;
    }

        .customersShare .breadCrumbs a {
            color: #3b5998;
        }

    .customersShare .date {
        color: #424242;
        padding: 0 0 10px;
    }

    .customersShare p {
        font: 1.1em/14px 'almoni-dl', Arial;
        color: #424242;
        padding: 0 0 8px;
    }

    .customersShare .imgContainer {
        border: 1px solid #a0a0a0;
        display: block;
    }

        .customersShare .imgContainer img {
            width: 100%;
            display: block;
        }

    .customersShare .customersShare {
        padding-top: 6px;
    }

        .customersShare .customersShare > li {
            background: #e6e7e9;
            padding: 5px 7px 0;
            margin-bottom: 6px;
        }

.likebillionclass {
    text-decoration: underline;
    border-color: black;
    border-width: 1px;
}

#phoneHelp {
    text-decoration: none;
}



/*04.02.14*/
.howItWorksContent h3 {
    text-align: left;
    margin-bottom: 20px;
}

.howItWorksContent img {
    margin-top: -22px;
    margin-bottom: 28px;
}

.howItWorksContent .moreInfo {
    padding-top: 7px !important;
    line-height: 21px;
}

section.howItWorksWrapper {
    margin-bottom: 17px;
}

@media (max-width:768px) {
    .thanks-purchase .contactForm .col-xs-5 img {
        display: none;
    }
}
.paypal-status-notification {
    display: none;
}

.acceptance-marks {
    width: 100%;
    text-align: center;
    margin-top: 23px;
    display: inline-block;
   
}

.acceptance-marks span {
    font-weight: bold;
    width: 100%;
    
    display: inline-block;
    font-size: 14px;
}

.acceptance-marks img {
    width: 200px;
    
}
@media screen and (max-width: 400px) {

    #paypal-button-container {
        overflow: hidden;
      
        position: relative;
    }

    #paypal-button-container iframe {
            border: 0;
            height: 100%;
            left: 0;
            position: absolute;
            top: 0;
            width: 100%;
        }


    /*#paypal-button-container {
        width: 100%;
        overflow-x: visible;
    }*/
}

 



.deliveryTable {
    width: 100%
           
}

.deliveryTable th {
    font-weight: normal;
    font-size: 1.2em;
    text-align: center;
    border-bottom: 1px solid #424242;
    padding: 0 0 10px;
}

.deliveryTable td {
    font-size: 1.2em;
    text-align: center;
    padding: 8px 0;
}

.deliveryTable tbody tr:first-child td {
    padding-top: 26px;
}

.deliveryTable tbody tr:last-child td {
    padding-bottom: 12px;
}

.deliveryTable td:first-child,
.deliveryTable th:first-child {
    text-align: right;
}

.deliveryTable td:last-child,
.deliveryTable th:last-child {
    text-align: left;
}

.deliveryTable tfoot td {
    border-top: 1px solid #424242;
}


#txtPromoCode {
    border: 1px solid #918e8e;
    width: 120px;
    line-height:25px;
}

#btnPromoCode {
    width: 80px;
    height: 24px;
}
.promo-code-invalid-code {
    display: none;
}
.inline-block {
    display: inline-block;
    padding-top: 5px;
}
.text-center {
    text-align: center;
}
.promo-code-invalid-code {
    color: #cd5c5c;
}
#txtPromoCode {
    text-indent: 5px;
}

@media(width: 350px){
    .search-input{
        font-size: 0.5rem;
    }
}
/* Slider */
.slick-slider { position: relative; display: block; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-touch-callout: none; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; -ms-touch-action: none; touch-action: none; -webkit-tap-highlight-color: transparent; }

.slick-list { position: relative; overflow: hidden; display: block; margin: 0; padding: 0; }
.slick-list:focus { outline: none; }
.slick-loading .slick-list { background: white url(./ajax-loader.gif) center center no-repeat; }
.slick-list.dragging { cursor: pointer; cursor: hand; }

.slick-slider .slick-list, .slick-track, .slick-slide, .slick-slide img { -webkit-transform: translate3d(0, 0, 0); -moz-transform: translate3d(0, 0, 0); -ms-transform: translate3d(0, 0, 0); -o-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }

.slick-track { position: relative; left: 0; top: 0; display: block; zoom: 1; }
.slick-track:before, .slick-track:after { content: ""; display: table; }
.slick-track:after { clear: both; }
.slick-loading .slick-track { visibility: hidden; }

.slick-slide { float: left; height: 100%; min-height: 1px; display: none; }
.slick-slide img { display: block; }
.slick-slide.slick-loading img { display: none; }
.slick-slide.dragging img { pointer-events: none; }
.slick-initialized .slick-slide { display: block; }
.slick-loading .slick-slide { visibility: hidden; }
.slick-vertical .slick-slide { display: block; height: auto; border: 1px solid transparent; }

/* Icons */
@font-face { font-family: "slick"; src: url("./fonts/slick.eot"); src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg"); font-weight: normal; font-style: normal; }
/* Arrows */
.slick-prev, .slick-next { position: absolute; display: block; height: 20px; width: 20px; line-height: 0; font-size: 0; cursor: pointer; background: transparent; color: transparent; top: 50%; margin-top: -10px; padding: 0; border: none; outline: none; }
.slick-prev:focus, .slick-next:focus { outline: none; }
.slick-prev.slick-disabled:before, .slick-next.slick-disabled:before { opacity: 0.25; }

.slick-prev:before, .slick-next:before { font-family: "slick"; font-size: 20px; line-height: 1; color: white; opacity: 0.85; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }

.slick-prev { left: -25px; }
.slick-prev:before { content: "\2190"; }

.slick-next { right: -25px; }
.slick-next:before { content: "\2192"; }

/* Dots */
.slick-slider { margin-bottom: 30px; }

.slick-dots { position: absolute; bottom: -45px; list-style: none; display: block; text-align: center; padding: 0px; width: 100%; }
.slick-dots li { position: relative; display: inline-block; height: 20px; width: 20px; margin: 0px 5px; padding: 0px; cursor: pointer; }
.slick-dots li button { border: 0; background: transparent; display: block; height: 20px; width: 20px; outline: none; line-height: 0; font-size: 0; color: transparent; padding: 5px; cursor: pointer; outline: none; }
.slick-dots li button:focus { outline: none; }
.slick-dots li button:before { position: absolute; top: 0; left: 0; content: "\2022"; width: 20px; height: 20px; font-family: "slick"; font-size: 6px; line-height: 20px; text-align: center; color: black; opacity: 0.25; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
.slick-dots li.slick-active button:before { opacity: 0.75; }

.cancelA {
    cursor: default;
}

.btn {
    background: #424242;
    color: #fff;
    display: block;
    font: 1.75em/30px 'almoni-dl',Arial;
    height: 30px;
    text-align: center;
    border: 0;
    width: 100%;
}



.allRightsReserved li {
    padding: 7px 10px;
}

.actionBar .send.convert span {
    background: url("/mimages/shareMenu.png") no-repeat scroll center 1px transparent;
    background-size: 100% auto;
    width: 30px;
    vertical-align: middle;
    display: inline-block;
    background-position: center -192px;
}


/*header .btnOpen {
    height: 14px;
}*/

.linkList p {
    font: 1.5em/18px 'almoni-dl',Arial;
    padding: 2px 0 0;
}



.editContent p {
    font: 1.6em/14px 'almoni-dl',Arial;
    line-height: 17px;
}


.shareMenu .phone {
    background: url("/mimages/bi3.png") no-repeat;
    background-position: center center;
    text-indent: -99999px;
}



.imageContainer {
    height: 124px;
    line-height: 124px;
    width: 120px;
}


    .imageContainer img {
        display: inline-block;
        vertical-align: middle;
        max-width: 110px;
    }

    .imageContainer.L img {
        float: left;
    }

.welcome .moreInfo.promotionsMoreInfo {
    position: absolute;
    top: initial;
    right: initial;
    left: 0px;
    bottom: 15px;
}
/*	
.welcome .moreInfo.homeMoreInfo {
	padding-top: 15px;
	position: relative;
	
}
*/

.welcome .moreInfo.homeMoreInfo {
    position: absolute;
    top: 118px;
    right: 94px;
}



.welcome.homeWelcome {
    /*padding-bottom: 30px;*/
    padding-bottom: initial;
    border-bottom: initial;
}

.welcome .moreInfo {
    position: static;
    top: 0;
    right: 0;
    padding-top: 40px;
}


aboutUs p {
    padding-bottom: 20px;
}

.aboutUs a {
    height: auto;
}


    .aboutUs a:last-child, .productList li:last-child, .editContent, .linkList li:last-child {
        border-bottom: none;
    }

.welcome .content {
    padding-bottom: 10px;
}
    /*
.welcome h3.promotionsMoreInfo {
position: relative;
left: 5px;
min-width: 335px;
overflow: visible;
}

.welcome .content.promotionsMoreInfo {
overflow: visible;

display: inline-block;
width: 50%;
vertical-align: top;
}
*/

    .welcome .content.promotionsMoreInfo {
        overflow: visible;
        display: inline-block;
        width: 51%;
        vertical-align: top;
        float: none;
        position: relative; /*6.2*/
    }

        .welcome .content.promotionsMoreInfo p {
            margin-bottom: 10px;
        }

.promotionsContent img {
    float: none;
    vertical-align: top;
    padding-left: 20px;
    display: inline-block;
    width: 40%;
}

.promotionsMoreInfo {
    margin-bottom: 15px;
    position: relative;
    min-width: 135px;
    right: -15px;
}

.promotionsContent .moreInfo {
    padding-top: 15px;
    position: absolute;
    bottom: 0;
    width: 200px;
    right: 0;
}

.homeWelcome .content {
    overflow: visible;
    padding-bottom: initial;
}

.moreInfoPro {
    font: 1.4em/12px 'almoni-dl',Arial;
    width: 220px;
}

.welcome .moreInfoPro a {
    color: #d700d4;
    font: 1em Arial;
}


.moreInfo.homeMoreInfo {
    font: 1.4em/12px 'almoni-dl',Arial;
    position: relative;
}

.moreInfoWrapper {
    text-align: left;
    border-bottom: 1px dotted #000000;
    padding: 15px 0px 15px 0px;
}

.homeMoreInfo a {
    color: #d700d4;
}

/**/
.welcome.categoriesContainer {
    border-bottom: initial;
}

    .welcome.categoriesContainer .content {
        padding-bottom: initial;
    }

.categoriesMoreInfo .moreInfo {
    padding-top: initial;
    font: 1.4em/12px 'almoni-dl',Arial;
}


    .categoriesMoreInfo .moreInfo a {
        color: #d700d4;
        font: 1em Arial;
    }


/*
.actionBar #phoneHelp {
    background: url("/mimages/phoneNew2.png") no-repeat scroll 1px center transparent;
    background-size: 77px;
    background-position: center 3px;
    text-indent: -99999px;
}


.actionBar #phoneHelp {
background: url("/mimages/phonee2.png") no-repeat scroll center 1px transparent;
background-size: 32px;
background-position: center 6px;
text-indent: -99999px;
}*/

.actionBar #phoneHelp {
    background: url("/mimages/phonee2.png") no-repeat scroll center 6px transparent;
    background-size: 32px;
    /* background-position: center 6px; */
    text-indent: -99999px;
    width: 10%;
    /* width: 100%; */
}

.actionBar a {
    box-shadow: initial;
}

.actionBar div.phoneText {
    position: relative;
    bottom: 15px;
    /* right: 29px; */
    color: #fff;
    font: 1.1em 'almoni-dl',Arial;
    /*font-size: 11px;*/
    /* margin-top: 9px; */
}

div.phoneHelpWraqpper {
    text-align: center;
}


/***********Tzahi phon************/
.call-now-wrp {
    position: relative;
    margin: 5px 0 5px;
    width: 158px;
    float: left;
    /* border-color: #000000; */
    height: 28px;
}

.call-now-text {
    position: absolute;
    width: 100%;
    text-align: center;
    line-height: 28px;
    padding-right: 18px;
    font-size: 17px;
    color: #fff;
    pointer-events: none;
    z-index: 99;
}

.call-now {
    width: 100%;
    min-height: 30px;
    display: inline-block;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #759b8d;
    text-align: center;
    text-decoration: none;
    direction: rtl;
    padding: 0 0 0px 15px;
    line-height: 25px;
    font-size: 0;
    border: 1px solid #000;
    /*box-shadow: 4px 4px 4px #888888;*/
}

.call-now-wrp.call-now-product {
    margin: 0px auto 0;
    width: 160px;
    float: none;
}

    .call-now-wrp.call-now-product .call-now-text {
        font-size: 18px;
    }

.call-now:hover {
    background: #5f9ea0;
    border-color: #000000;
}

.call-now:active {
    background: #5f9ea0;
    /*box-shadow: 4px 4px 4px #888888;*/
    border-color: #000000;
    border-width: 1px;
}

.call-now:before {
    content: "";
    background: url(/images/phoneIcon.png) no-repeat;
    width: 25px;
    height: 25px;
    float: right;
    vertical-align: top;
    margin: 3px -3px 0 0;
    background-size: 17px;
}

.call-now:after {
    content: "";
    width: 25px;
    height: 28px;
    float: right;
    vertical-align: top;
    border-left: 1px solid #000;
    position: absolute;
    right: 2%;
}

@media (max-width: 400px) {
    .call-now:before {
        padding: 0;
        height: 20px;
    }

    .call-now-text {
        padding-right: 13px;
        font-size: 18px;
        line-height: 31px;
        font-weight: bold;
        /*box-shadow: 4px 4px 4px #888888;*/
        /*border-color: #000000;*/
    }
}

.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}
.link a {
    color: #54936a !important;
}

.productList .content.big_font span{ font: 1.8em 'almoni-dl', Arial;}
.productList .content.big_font span.price{ font-weight: bold;}
.productList .content.small_font span{ font: 1.4em 'almoni-dl', Arial;}
/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
.rtexxsmall {
font-size: xx-small;
}

.rtexsmall {
font-size: x-small;
}

.rtesmall {
font-size: small;
}

.rtelarge {
font-size: large;
}

.rtexlarge {
font-size: x-large;
}

.rtexxlarge {
font-size: xx-large;
}

.size21 {
font-size: 2.1em;  line-height: 30px;
}

.size16 {
font-size: 1.6em;
}

.size18 {
font-size: 1.8em; line-height: 1.2;
}

.size48 {
font-size: 4.8em; line-height: 41px;
}

.size41 {
font-size: 4.1em; line-height: 36px;
}

strong {
font-weight: 700;
}

.size13 {
font-size:1.3em
}


div.homeHeaderContent > .content > H1 { margin-bottom: 20px;font-size: 23px;}
ul.homepageMobile .content span{
    font-size: 18px;
    color: #737373;
}

.mobileContactUsButton{    
    background: #aac2b7;
}

.mobile_image{    
    width: 100%;
    max-width: 640px;
}

.bottomFreeText {
    font-size: 18px;
    line-height: 18px;
    color: #737373;
    text-align: center;
    margin: 0 auto 20px;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    padding: 15px 0;
}

.prod_details_ul li{ 
    border-bottom: 1px solid #000;
    padding: 5px 0;    
    font-size: 18px;
    color: gray;
}

.prod_details_ul li:last-child{ 
    border-bottom: 0;
}

h3.height22{ 
    font-size: 26px;
    font-weight: normal;
}

.bottom_text{ font: 1.25em/17.5px 'almoni-dl', Arial;}

.jewelryDetails.bottom_text h3 {
    font: 2.4em/32px 'almoni-dl', Arial;
    text-align: center;
    width: 100%;
    display: block;
    margin-bottom: 20px;}

.catalog-header-text.headerunderimage{margin-top: 22px;
    font-size: 18px;}

.slick-slider {
    touch-action: auto;
    -ms-touch-action: auto;
}
/* 
.typeahead__container {
    width: 100%;
}

.typeahead__field {
    width: 100%;
}

.search-box {
    width: 100%;
}

.typeahead__item {
    text-align: right;
    background-color: burlywood;
    font-size: 23px;
    padding: 5px 15px;
    background-color: red;
} */

.typeahead__list{
    max-height: 40.5rem;
    overflow: auto;
    border: 1px solid #c3c3c5;
}

.typeahead__item {
    padding: .625rem 1.25rem;
    cursor: pointer;
    list-style: none;
    text-align: right;
    font-size: 23px;
    border: 1px solid #c3c3c5;
    border-top: none;
    background: #fff;
    
}

    .typeahead__item a {
        color: #333;
        pointer-events: none;
        display: flex;
        flex-direction: row-reverse;
        justify-content: space-between;
        align-items: center;
        gap: 2rem;
    }
    .typeahead__item:hover,
    .typeahead__item.active,
    .typeahead__empty.active {
        box-shadow: inset 0 0 1.5rem #e5e5e5;
    }

.typeahead__cancel-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 1.25rem;
    height: 1.25rem;
    position: absolute;
    z-index: 3;
    top: 51%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 4.1875rem;
    font-weight: 700;
    color: #828487;
    cursor: pointer;
    visibility: hidden;
    text-indent: -99999px;
}

@media (max-width: 1024px) {
    .typeahead__cancel-button {
        width: .75rem;
        height: .75rem;
    }

    .typeahead__list{
        max-height: 30.5rem;
    }
}

.typeahead__cancel-button:after {
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    -ms-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg)
}

.typeahead__cancel-button:after, .typeahead__cancel-button:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 2px;
    height: 100%;
    background-color: #828487;
    -webkit-transition: background-color .2s linear;
    -o-transition: background-color .2s linear;
    transition: background-color .2s linear;
    border-radius: 12px
}

.typeahead__cancel-button:before {
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    -ms-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg)
}

.slider-top__form .typeahead__cancel-button {
    width: .9375rem;
    height: .9375rem;
}

    .slider-top__form .typeahead__cancel-button:after, .slider-top__form .typeahead__cancel-button:before {
        width: 2px;
        background-color: #828487;
    }

.typeahead__container fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em;
}

.typeahead__container legend {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}

.typeahead__container textarea {
    overflow: auto;
}

.typeahead__container {
    width: 100%;
    position: relative;
}

.typeahead__query {
    position: relative;
    z-index: 2;
    width: 100%;
}

.typeahead__filter {
    position: relative;
}

    .typeahead__filter button {
        min-width: 100%;
        white-space: nowrap;
    }

        .typeahead__filter button:after {
            display: inline-block;
            margin-left: 4px;
            width: 0;
            height: 0;
            vertical-align: -2px;
            content: "";
            border: 4px solid rgba(0, 0, 0, 0);
            border-top-color: currentcolor;
        }

.typeahead__field {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    width: 100%;
}

.typeahead__container.hint .typeahead__field [contenteditable], .typeahead__container.hint .typeahead__field input, .typeahead__container.hint .typeahead__field textarea {
    background: rgba(0, 0, 0, 0);
}

.typeahead__container.hint .typeahead__query > :last-child, .typeahead__hint {
    background: #fff;
}

.typeahead__container.filter .typeahead__filter {
    z-index: 1001;
}

.typeahead__result.detached .typeahead__list {
    position: relative;
    z-index: 1041;
    top: auto;
    left: auto;
}

.typeahead__dropdown {
    right: 0;
    left: auto;
    z-index: 1001;
}

.typeahead__container.backdrop + .typeahead__backdrop, .typeahead__container.filter .typeahead__dropdown, .typeahead__container.hint .typeahead__hint, .typeahead__container.result .typeahead__list {
    display: block !important;
}

.typeahead__container + .typeahead__backdrop, .typeahead__container .typeahead__dropdown, .typeahead__container .typeahead__hint, .typeahead__container .typeahead__list {
    display: none !important;
}

.typeahead__container.cancel:not(.loading) .typeahead__cancel-button, .typeahead__label .typeahead__cancel-button {
    visibility: hidden;
}

    .typeahead__container.cancel:not(.loading) .typeahead__cancel-button:hover, .typeahead__label .typeahead__cancel-button:hover {
        color: #cd0000;
    }

/*E.S Do not remove or change - added by Elipaz Bloc Started*/
.typeahead__container.loading .typeahead__query:after, .typeahead__container.loading .typeahead__query:before {
    -webkit-transition: all 0s linear, opacity .2s ease;
    -o-transition: all 0s linear, opacity .2s ease;
    transition: all 0s linear, opacity .2s ease;
    position: absolute;
    z-index: 3;
    content: "";
    top: 50%;
    left: 4rem; /*E.S. do not remove this line*/
    margin-top: -.675rem;
    width: 1.35rem;
    height: 1.35rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 500rem;
    border-style: solid;
    border-width: .1em;
 
}

.typeahead__container.cancel .typeahead__query:before, .typeahead__container.loading .typeahead__query:before {
    border-color: rgba(0, 0, 0, .35);
}

.typeahead__container.cancel .typeahead__query:after, .typeahead__container.loading .typeahead__query:after {
    -webkit-animation: button-spin .6s linear;
    animation: button-spin .6s linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    border-color: #fff rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
    -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0);
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0);
}

.product-info-row{
    display: grid;
    grid-template-rows:  1fr 1fr;
    justify-content: start;
    flex-grow: 1;
    align-items: center;
}

.product-img{
    max-width: 10rem;
    max-height: 10rem;
    object-fit: contain;
    min-width: 20%;
    min-height: 20%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.product-name{
    
    grid-column: 2;
    text-overflow: ellipsis;
    display: block;
    overflow: hidden;
    white-space: nowrap;
}
.product-barcode {
   
    grid-column: 2;
    text-overflow: ellipsis;
    display: block;
    overflow: hidden;
    font-size: 14px;
    white-space: nowrap;
 
}
.product-description {
    color: #999;
 
    grid-column: 2;
    font-size: 0.6em;
}

.product-price{
    font-weight: bold;
    max-width: 63px !important;
    width: 100%;
    text-align: right;
}

@media (max-width: 669px) {
    .product-img{
        max-width: 6rem;
    max-height: 6rem;
    }   
}


@media (max-width: 540px) {
    .product-barcode {
        margin-top: 18px;
        font-size: 10px !important;
    }
    .typeahead__item {
        padding: .625rem;
    }
    .typeahead__item a{
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-direction: row-reverse;
        gap: 0.25rem;
    }

    .product-info-row {
        grid-template-rows: 1fr;
    }

    .product-description{
        display: none;
    }
    .product-img{
        width: 5vh;
        height: 5vh;
    }
    .product-barcode,
    .product-name, 
    .product-price{
        font-size: 0.6em;
        
    }
    .typeahead__list{
        max-height: 12.5rem
    }
}

@media (max-width: 400px){
    .product-img{
        max-width: 5rem;
        max-height: 5rem;
    }
    .product-barcode,
    .product-name, 
    .product-price{
        font-size: 0.75em;
    }
    .search.active {
        width: calc(100vw - 62px);
        z-index: 2;
        z-index: 99999;
    }
}
