@font-face {
    font-family: 'almoni-dl';
    font-weight: 300;
    font-style: normal;
    src: url('almoni-dl-aaa-300.eot');
    src: url('almoni-dl-aaa-300.eot?#iefix') format('embedded-opentype'), url('almoni-dl-aaa-300.ttf') format('truetype'), url('almoni-dl-aaa-300.woff') format('woff');
}


@font-face {
    font-family: 'almoni-dl';
    font-weight: 400;
    font-style: normal;
    src: url('almoni-dl-aaa-400.eot');
    src: url('almoni-dl-aaa-400.eot?#iefix') format('embedded-opentype'), url('almoni-dl-aaa-400.ttf') format('truetype'), url('almoni-dl-aaa-400.woff') format('woff');
}

@font-face {
    font-family: 'almoni-dl';
    font-weight: 700;
    font-style: normal;
    src: url('almoni-dl-aaa-700.eot');
    src: url('almoni-dl-aaa-700.eot?#iefix') format('embedded-opentype'), url('almoni-dl-aaa-700.ttf') format('truetype'), url('almoni-dl-aaa-700.woff') format('woff');
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    width: 100%;
    height: 100%;
}

.clr {
    clear: both;
}

body {
    color: #8e8d8d;
    font-size: 18px;
    font-family: 'almoni-dl';
    font-weight: 400;
    line-height: 18px;
    overflow-x: hidden;
}

.warp {
    max-width: 1136px;
    width: 100%;
    margin: 0 auto;
    direction: rtl;
    display:flex;
}
header .warp {display:block;}
#top {
    width: 100%;
    background: #f3f3f3;
    height: 33px;
    color: #656565;
    font-size: 18px;
}

#top .warp {
    position: relative;
}

.lang {
    float: right;
    margin-left: 20px;
}

.lang li {
    list-style: none;
    line-height: 32px;
    position: relative;
    top: 1px;
}

.lang a {
    color: #656565;
    text-decoration: none;
    font-size: 16px;
}

.top-cart {
    background: url(../images/cart.svg) no-repeat left 2px;
    float: right;
    margin-left: 40px;
    padding-top: 5px;
    padding-left: 32px;
    height: 24px;
    margin-top: 3px;
    background-size: contain;
}

.top-cart .cart-title {
    float: right;
}

.top-cart .total_products {
    float: right;
    margin-right: 6px;
}

.top-cart .show_cart {
    position: absolute;
    top: 0;
}

.top-cart .show_cart a {
    display: block;
    width: 75px;
    height: 33px;
    cursor: pointer;
}

.wish {
    float: right;
    margin-left: 40px;
    padding-top: 8px;
}

.login {
    float: right;
    margin-left: 95px;
    padding-top: 8px;
}

.login a {
    color: #656565;
    text-decoration: none;
}

.login .custom {
    float: right;
}

.login span.top-whislist {
    background: url(../images/wish.svg) no-repeat left -2px;
    background-size: contain;
    padding-left: 26px;
    margin-left: 35px;
    display: inline-block;
    height: 21px;
}

.login.active span.top-whislist {
    background: url(../images/wish-active.svg) no-repeat left -2px;
}

.login span.top-about {
    margin-left: 14px;
}

.open-time {
    float: left;
    margin-left: 160px;
    padding-top: 8px;
}

.top-pay-back {
    background: #fff;
    border-right: 1px solid #100E31;
    border-left: 1px solid #100E31;
    border-bottom: 1px solid #100E31;
    position: absolute;
    z-index: 2;
    left: 0;
    height: 108px;
    width: 135px;
    font-size: 17px;
}

.top-pay-back-icon {
    background: #fff url("../images/search-icon.svg") no-repeat scroll 0 -41px / 86% auto;
    height: 37px;
    left: 2px;
    margin: 0 auto;
    position: relative;
    top: 15px;
    width: 85px;
}

.top-pay-back .custom {
    line-height: 14px;
    padding: 15px 19px 0 0;
}

.top-pay-back a {
    color: #656565;
}

.coupon-popup {
    line-height: 34px;
    cursor: pointer;
    position: relative;
}

.coupon-popup .warp {
    position: relative;
}

.top-line-coupon {
    background: #f8f8f8;
    width: 100%;
    font-size: 18px;
    font-weight: 600;
    color: #bd5f5f;
    height: 33px;
}

.box3 {
    max-width: 1136px;
    margin: auto;
}

#slideshow>div {
    top: 0 !important;
}

.coupon-popup-div {
    background: #fff;
    border: 1px solid #b99d6b;
    width: 252px;
    min-height: 360px;
    box-shadow: 0 2px 6px #999;
    position: absolute;
    z-index: 1000000000;
    right: 110px;
    top: 67px;
    padding: 40px 18px 0;
    text-align: center;
}

.close-coupon-popup {
    background: url(../images/close.png) no-repeat right 0;
    position: absolute;
    right: 9px;
    cursor: pointer;
    top: 7px;
    width: 15px;
    height: 15px;
    display: block;
}

.maintitleCoupon {
    font-size: 58px;
    font-weight: 600;
    color: #bd5f5f;
    line-height: 46px;
}

.secondtitleCoupon {
    font-size: 25px;
    font-weight: 600;
    color: #bd5f5f;
    line-height: 23px;
}

.DateCoupon {
    font-size: 25px;
    font-weight: 600;
    color: #b99d6b;
    margin-top: 18px;
    margin-bottom: 20px;
}

.CodeCoupon {
    font-size: 20px;
    color: #b99d6b;
    margin-bottom: 18px;
    font-weight: 400;
}

.imageCoupon {}

.imageCoupon img {
    max-height: 95px;
    width: auto;
}

.CouponToCatalog {
    margin-top: 13px;
}

.CouponToCatalog a {
    display: block;
    font-size: 18px;
    color: #b99d6b;
    font-weight: 400;
}
.icon-bar-mobile{
	left:0;
	right:auto !important;
}
header {
    border-bottom: 0px solid #100E31;
    display: table;
    width: 100%;
}

#logo {
    color: #b99d6b;
    font-weight: 300;
    font-size: 45px;
    height: 170px;
    
    text-align: center;
}

#logo img {
    max-height: 170px;
    width: auto;
    cursor: pointer;
}

.mainmenu {
    float: right;
    margin-top: 3px;
}

.mainmenu ul li {
    list-style: none;
    float: right;
    margin-left: 41px;
}

.mainmenu ul li.item101,.mobilemaximenuck .item101 {
    display: none;
}

.mainmenu ul li a {
    text-decoration: none;
    font-size: 18px;
    color: #656565;
}

.mainmenu ul>li.active {
    margin-left: 40.5px;
}

.mainmenu ul>li.active .floatck .maxidrop-top {
    position: relative;
}

.mainmenu ul>li.active .floatck .maxidrop-top .maxidrop-top2 {
    background-image: url(../images/menu-arrow.png);
    background-repeat: no-repeat;
    background-position: center 0;
    height: 9px;
    margin: 0 auto;
    padding-top: 0;
    position: absolute;
    top: 0;
    width: 17px;
    z-index: 1000000;
}

.mainmenu li li .floatck {
    width: auto;
}

.mainmenu ul>li.active .floatck .floatck .maxidrop-top2 {
    background: none;
}

.mainmenu ul>li.active.item123 .floatck .maxidrop-top .maxidrop-top2 {
    right: 38px;
}

.mainmenu ul>li.active.item124 .floatck .maxidrop-top .maxidrop-top2 {
    right: 166px;
}

.mainmenu ul>li.active.item488 .floatck .maxidrop-top .maxidrop-top2 {
    right: 307px;
}

.mainmenu ul>li.active.item125 .floatck .maxidrop-top .maxidrop-top2 {
    right: 416px;
}

.mainmenu ul>li.active.item126 .floatck .maxidrop-top .maxidrop-top2 {
    right: 43px;
}

.mainmenu ul>li.active.item127 .floatck .maxidrop-top .maxidrop-top2 {
    right: 19px;
}

.mainmenu ul li ul li.active:before {
    background-image: none;
    padding-top: 0;
    height: auto;
    display: none;
}

.mainmenu ul li.active>a {
    color: #b99d6b;
    font-weight: 600;
}

.mainmenu li.item240 {
    margin-left: 15px !important;
}

.mainmenu ul li.item123 .maximenuck2.first {
    border-left: 1px solid #efece3;
    margin-left: 45px;
}

.mainmenu ul li.item123 .maximenuck2.last {
    border-right: 1px solid #efece3;
    margin-right: -15px;
    padding-right: 15px;
}

.mainmenu ul li.item488 .floatck .maxidrop-main {
    width: 1160px !important;
}

.mainmenu ul li.item488 .maximenuck2.last {
    border-right: 1px solid #efece3;
    margin-right: -15px;
    padding-right: 15px;
}

.mainmenu ul li.item488 .maximenuck2.first {
    border-left: 1px solid #efece3;
    margin-left: 25px;
    margin-top: 40px;
}

.mainmenu ul li.item488 .maximenuck2.first li:hover a {
    border: none !important;
}

.mainmenu ul li.item124 .maximenuck2.last {
    border-right: 1px solid #efece3;
    margin-right: 0;
    height: 270px;
    padding-right: 44px;
}

.mainmenu ul li.item125 .maximenuck2.last {
    border-right: 1px solid #efece3;
    margin-right: 0;
    height: 270px;
    padding-right: 40px;
}

.mainmenu ul li ul li {
    float: none;
    margin: 0;
}

.mainmenu ul li ul li a:hover {
    border-bottom: 1px solid;
}

.mainmenu ul li ul li span.titreck {
    line-height: 24px;
    font-size: 18px;
}

.mainmenu ul li.item127 .floatck {
    display: none !important;
}

.mainmenu .floatck {
    background: #fffffe;
    margin-right: -800px;
    padding-right: 800px;
    width: 200%;
    margin-top: 8px;
    border-top: 1px solid #100E31;
    border-bottom: 1px solid #100E31;
    height: 313px;
}

.mainmenu ul li.item123 .floatck {
    height: 380px;
}

.mainmenu .floatck .floatck {
    background: transparent;
    margin: 0;
    padding: 0;
    border: 0;
    display: block !important;
    width: 100%;
    transition: 0ms;
    max-width: 180px;
    pointer-events: none;
}

.mainmenu .floatck .floatck div div div {
    pointer-events: all;
}

.mainmenu li.item124>.floatck {
    margin-right: -933px;
}

.mainmenu li.item488>.floatck {
    margin-right: -1063px;
}

.mainmenu li.item125>.floatck {
    margin-right: -1200px;
}

.mainmenu .floatck .maxidrop-main {
    margin-top: 20px;
    width: 1130px !important;
}

.mainmenu .floatck .floatck .maxidrop-main {
    margin-top: 0;
}

.mainmenu .floatck .maximenuck2 {
    float: right !important;
}

.maximenuck_mod .menu1-text {
    background: url("../images/folder.svg") no-repeat scroll right top / 38px auto;
    color: #b99d6b;
    font-size: 18px;
    font-weight: normal;
    line-height: 18px;
    margin-bottom: 12px;
    margin-right: 17px;
    margin-top: 14px;
    padding-right: 56px;
    text-align: right;
}

li.item132 a {
    background: #b89d6b none repeat scroll 0 0;
    border-radius: 2px;
    color: #fff;
    cursor: pointer;
    display: block;
    font-size: 20px;
    line-height: 35px;
    text-align: center;
    text-decoration: none;
    margin-right: -3px;
}

li.item132 a span {
    color: #fff;
}

.maximenuck_mod .custom {
    margin-right: -20px;
}

.mainmenu li.item235 img {
    margin-right: -24px !important;
}

.mainmenu li.item232 img {
    margin-right: -10px !important;
}

.mainmenu li.item225 img {
    margin-right: -20px !important;
}

.mainmenu li.item228 img {
    margin-right: -26px !important;
}

.open-time a {
    color: #656565;
    text-decoration: none;
}

a.clicktocall {
    pointer-events: none;
    text-decoration: none;
    color: #656565;
}


/* li.headingck .titreck,li.item235 .titreck,li.headingck .titreck,li.item240 .titreck,li.item225 .titreck,li.item232 .titreck,li.item175 .titreck,li.item180 .titreck,li.item175 .titreck,li.item181 .titreck,li.item182 .titreck{ font-size: 18px; color: #656565; font-weight: 600; }*/

.item537 a,
.item538 a,
.item539 a,
.item540 a,
.item508 a,
.item505 a,
.item506 a,
.item507 a,
.item536 a,
.item204 a {
    cursor: default;
}

.maximenuck2.last li:first-child .titreck {
    color: #656565;
    font-size: 18px;
    font-weight: 600;
}

.floatck ul li:first-child li .titreck {
    font-weight: normal;
}

.floatck ul li:first-child .titreck {
    color: #656565;
    font-size: 18px;
    font-weight: 600;
}

.floatck ul li.item243 .titreck,
.floatck ul li.item422 .titreck {
    font-weight: normal;
    color: #656565;
}

.mainmenu li.item206:before {
    border: 2px solid #aeadad;
    border-radius: 30px;
    content: "";
    float: right;
    height: 12px;
    margin-left: 9px;
    margin-top: 3px;
    width: 12px;
}

.mainmenu li.item207:before {
    border: 2px solid #bea578;
    border-radius: 30px;
    content: "";
    float: right;
    height: 12px;
    margin-left: 9px;
    margin-top: 3px;
    width: 12px;
}

.mainmenu li.item208:before {
    border: 2px solid #cd6425;
    border-radius: 30px;
    content: "";
    float: right;
    height: 12px;
    margin-left: 9px;
    margin-top: 3px;
    width: 12px;
}

.mainmenu li.item209:before {
    background-image: url(../images/icons/diamonds-icons.svg);
    background-position: -142px -19px;
    background-repeat: no-repeat;
    background-size: 1050% auto;
    content: "";
    float: right;
    height: 17px;
    margin-left: 5px;
    margin-top: 3px;
    width: 17px;
}

.mainmenu li.item264:before {
    background-image: url(../images/icons/diamonds-icons.svg);
    background-position: -123px -19px;
    background-repeat: no-repeat;
    background-size: 1050% auto;
    content: "";
    float: right;
    height: 17px;
    margin-left: 5px;
    margin-top: 3px;
    width: 17px;
}

.mainmenu li.item210:before {
    background-image: url(../images/icons/diamonds-icons.svg);
    background-position: -104px -19px;
    background-repeat: no-repeat;
    background-size: 1050% auto;
    content: "";
    float: right;
    height: 17px;
    margin-left: 5px;
    margin-top: 3px;
    width: 17px;
}

.mainmenu li.item265:before {
    background-image: url(../images/icons/diamonds-icons.svg);
    background-position: -48px -19px;
    background-repeat: no-repeat;
    background-size: 1050% auto;
    content: "";
    float: right;
    height: 17px;
    margin-left: 5px;
    margin-top: 3px;
    width: 17px;
}

.mainmenu li.item211:before,
.mainmenu li.item266:before {
    background-image: url(../images/icons/diamonds-icons.svg);
    background-position: -61px -16px;
    background-repeat: no-repeat;
    background-size: 970% auto;
    content: "";
    float: right;
    height: 17px;
    margin-left: 5px;
    margin-top: 3px;
    width: 17px;
}

.mainmenu li.item212:before,
.mainmenu li.item267:before {
    background-image: url(../images/icons/diamonds-icons.svg);
    background-position: -162px -20px;
    background-repeat: no-repeat;
    background-size: 1050% auto;
    content: "";
    float: right;
    height: 17px;
    margin-left: 5px;
    margin-top: 3px;
    width: 17px;
}

.mainmenu li.item213:before {
    background-image: url(../images/icons/rings_icons_all.svg);
    background-position: -240px -18px;
    background-repeat: no-repeat;
    background-size: 1100% auto;
    content: "";
    float: right;
    height: 17px;
    margin-left: 5px;
    margin-top: 3px;
    width: 24px;
}

.mainmenu li.item214:before {
    background-image: url(../images/icons/rings_icons_all.svg);
    background-position: -200px -17px;
    background-repeat: no-repeat;
    background-size: 1080% auto;
    content: "";
    float: right;
    height: 17px;
    margin-left: 5px;
    margin-top: 3px;
    width: 24px;
}

.mainmenu li.item215:before {
    background-image: url(../images/icons/rings_icons_all.svg);
    background-position: -100px -17px;
    background-repeat: no-repeat;
    background-size: 1080% auto;
    content: "";
    float: right;
    height: 17px;
    margin-left: 5px;
    margin-top: 3px;
    width: 24px;
}

.mainmenu li.item216:before {
    background-image: url(../images/icons/rings_icons_all.svg);
    background-position: -67px -17px;
    background-repeat: no-repeat;
    background-size: 1080% auto;
    content: "";
    float: right;
    height: 17px;
    margin-left: 5px;
    margin-top: 3px;
    width: 24px;
}

.mainmenu li.item127 .floatck {
    height: 220px !important;
}

.mainmenu li.item125 .floatck {
    height: 355px !important;
}

.mainmenu li.item126 .floatck,
.mainmenu li.item128 .floatck {
    height: 111px !important;
}

.mainmenu li.item183 img {
    margin-bottom: 29px !important;
    margin-right: 9px !important;
    margin-top: 11px !important;
    width: 62%;
}

.mainmenu li.item273 img {
    margin-bottom: 29px !important;
    margin-right: 9px !important;
    margin-top: 11px !important;
    width: 80%;
}

.mainmenu li.item498 img {
    margin-bottom: 29px !important;
    margin-right: 9px !important;
    margin-top: 11px !important;
    width: 68%;
}

.mainmenu li.item525 img {
    margin-bottom: 29px !important;
    margin-right: 9px !important;
    margin-top: 11px !important;
    width: 68%;
}

.vp-user-name {
    margin-bottom: 20px;
}

.vp-wrapper .vp-user-name .vp-btn {
    border: medium none !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    color: #999 !important;
    cursor: pointer;
    font-family: "almoni-dl";
    font-size: 21px !important;
    font-weight: 400;
}

.vp-wrapper .vp-user-name .vp-btn-primary {
    background: #b99d6b none repeat scroll 0 0 !important;
    border: medium none !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    color: #fff !important;
    cursor: pointer;
    font-family: "almoni-dl";
    font-size: 21px !important;
    font-weight: 400;
}

.top-search {
    float: left;
    width: 230px;
    border-bottom: 1px solid #100E31;
    position: relative;
    top: -5px;
}

.top-search input.inputbox {
    background: none;
    border: none;
    font-size: 18px;
    color: #656565;
    font-family: 'almoni-dl';
    font-weight: 400;
    margin-right: 13px;
    margin-top: 8px;
    width: 80%;
    outline: none;
    -webkit-appearance: none
}

.top-search input.button {
    background: url(../images/search-icon.svg) no-repeat -38px 4px;
    background-size: 207% auto;
    border: none;
    cursor: pointer;
    display: block;
    float: right;
    font-size: 0;
    height: 29px;
    width: 31px;
}

.home-image {
    position: relative;
    overflow: hidden;
}

.home-image video {
    width: 100%;
    height: 100%;
}

.home-image .home-main-image {
    background-repeat: no-repeat;
    background-size: cover;
    height: 536px;
    margin: 0 auto;
    width: 100%;
    background-position: right top;
}

.build-ring {
    position: absolute;
    top: 0;
    width: 100%;
}

.build-ring .warp {
    position: relative;
}

.build-ring .custom {
    background: url(../images/opacity-white.png) no-repeat 0 -49px;
    width: 315px;
    height: 383px;
    position: absolute;
    left: 0;
    top: 0;
    padding: 25px 34px;
    text-align: center;
}

.build-ring .wizard-ring {
    margin-bottom: 6px;
}

.build-ring .wizard-ring img {}

.build-ring h1 {
    font-size: 30px;
    margin-top: 8px;
    font-weight: normal;
    color: #b99d6b;
    line-height: 28px;
    margin-bottom: 4px;
}

.build-ring h2 {
    background: url(../images/folder.svg) no-repeat right top;
    font-size: 18px;
    font-weight: normal;
    color: #b99d6b;
    line-height: 18px;
    margin-bottom: 18px;
    padding-right: 56px;
    text-align: right;
    background-size: 38px auto;
    margin-right: 17px;
    margin-top: 15px;
}

.build-ring .fast-rings {
    font-size: 18px;
    color: #b89d6b;
    text-decoration: underline;
    margin-top: 24px;
    display: block;
}

.build-ring .start-qwiz a {
    background: #b89d6b;
    border-radius: 1px;
    color: #fff;
    cursor: pointer;
    display: block;
    font-size: 20px;
    line-height: 35px;
    text-align: center;
    text-decoration: none;
}

.home-image .newsletter {
    background: rgba(16,14,49,0.7);
    width: 100%;
    height: 62px;
    position: absolute;
    bottom: 0;
}


/*
.home-image .newsletter .warp .moduletable:before{ content: "התייעצו עם מומחי התכשיטים שלנו (אנחנו מתקשרים רק כשתבקשו)"; color: #fcfcfb; font-size: 18px; float: right; width: 245px; margin-left: 145px; position: relative;top: -6px; line-height: 16px; }
*/

.home-image .newsletter .formResponsive {
    margin: 13px 0 0;
    width: 100%;
}

.home-image .newsletter .formResponsive .formHorizontal .rsform-block {
    margin-bottom: 0;
    width: auto;
    float: right;
}

.home-image .newsletter .formResponsive .formHorizontal .formControls {
    margin-left: 0;
}

.home-image .newsletter .rsform-input-box {
    background: #fff !important;
    font-family: "almoni-dl";
    border: none !important;
    height: 35px !important;
    margin-left: 17px !important;
    width: 262px !important;
    font-size: 20px;
}

.home-image .newsletter #Send {
    text-shadow: none;
    font-size: 21px;
    font-weight: 600;
    border: 1px solid #fff;
    font-family: "almoni-dl";
    background: none;
    cursor: pointer;
    text-align: center;
    color: #fff;
    display: block;
    border-radius: 0;
    box-shadow: none;
    width: 80px;
    height: 34px;
}

.home-boxs {
    margin-top: 85px;
    position: relative;
    overflow: hidden;
    padding-bottom: 44px;
}

.home-boxs .moduletable {
    width: 33.33%;
    float: right;
    text-align: center;
}

.home-boxs .moduletable:after {
    border-left: 1px solid #efece3;
    content: "";
    height: 355px;
    position: absolute;
    top: 0;
    width: 1px;
    display: block;
}

.home-boxs .moduletable:first-child:after {
    border: none;
}

.home-boxs .home-boxs-products {
    height: 267px !important;
}

.home-boxs h3 {
    font-size: 30px;
    color: #b99d6b;
    font-weight: normal;
    margin-bottom: 25px;
    padding: 0 45px;
    line-height: normal;
}

.home-boxs .vmgroup {
    position: relative;
    padding: 0 44px;
}

.home-boxs .vmgroup .lSPager {
    position: absolute;
    left: 0;
    right: 0;
    top: 162px;
}

.home-boxs a.box-image {
    padding-bottom: 22px;
    display: block;
    border-bottom: 1px solid #b99d6b;
}

.home-boxs a.box-image img {
    max-height: 163px;
}

.home-boxs .box-product-name {}

.home-boxs .box-product-name a {
    text-decoration: none;
    color: #000;
    display: block;
    margin-top: 4px;
}

.home-boxs .box-description {
    text-align: justify;
    color: #656565;
}

.home-boxs .vmfooter {
    border: 1px solid #b99d6b;
    border-radius: 2px;
    line-height: 38px;
    margin: 33px auto;
    width: 188px;
}

.home-boxs .vmfooter a {
    text-decoration: none;
    color: #b99d6b;
    font-size: 20px;
    display: block;
    transition: all 0.1s ease-in-out;
}

.home-boxs .vmfooter a:hover {
    background: #b99d6b;
    color: #fff;
}

.home-diamonds {
    background: #100E31;
    width: 100%;
    height: 856px;
    text-align: center;
    padding-top: 100px;
}

.home-diamonds li {
    list-style: none;
    color: #fff;
    width: 33%;
    display: inline-block;
    vertical-align: top;
    padding: 0 30px;
    margin-bottom: 60px;
}

.home-diamonds li .home-diamonds-box-image {}

.home-diamonds li img {
    margin-bottom: 16px;
}

.home-diamonds li.home-diamonds-box1 img {
    width: 106px;
    margin-top: 6px;
    margin-bottom: 10px;
}

.home-diamonds li.home-diamonds-box2 img {
    width: 92px;
    margin-top: -28px;
}

.home-diamonds li.home-diamonds-box3 img {
    width: 153px;
    margin-bottom: 5px;
    margin-top: -7px;
}

.home-diamonds li.home-diamonds-box4 img {
    width: 137px;
    margin-top: 23px;
}

.home-diamonds li.home-diamonds-box5 img {
    width: 147px;
}

.home-diamonds li .home-diamonds-box-title {
    font-size: 30px;
    display: block;
    line-height: 28px;
    margin-bottom: 18px;
}

.home-diamonds li .home-diamonds-box-text {
    font-size: 20px;
    line-height: 23px;
}

.home-diamonds .arrow-down {
    background: url(../images/arrow-down.png) no-repeat center 0;
    height: 53px;
    margin: -15px auto 0;
    width: 90px;
}

.home-articles {
    margin-top: 60px;
    display: table;
    width: 100%;
}

.home-articles .page-header {
    color: #100E31;
    float: right;
    font-size: 30px;
    line-height: 29px;
    margin-bottom: 35px;
    margin-left: 0;
    position: relative;
    top: -4px;
    width: 150px;
    margin-top: 0;
}

.home-articles .featured-category-description {
    font-size: 20px;
    max-width: 765px;
    float: right;
    margin-bottom: 55px;
}

.home-articles .items-row {
    text-align: center;
    width: 33.33%;
    float: right;
    position: relative;
}

.home-articles .items-row .item {
    border: 1px solid #100E31;
    margin: 0 44px;
    padding-bottom: 56px;
}

.home-articles .items-row .item p {
    padding: 0 14px;
    text-align: justify;
}

.home-articles .item-image {}

.home-articles .item-image img {
    width: 100%;
    height: auto;
}

.home-articles h3 {
    font-size: 29px;
    font-weight: normal;
    margin: 24px 0;
    color: #b99d6b;
}

.home-articles h3 a {
    text-decoration: none;
    color: #b99d6b;
    font-size: 25px;
}

.home-articles p.readmore {
    border: 1px solid #100E31;
    background: #fff;
    bottom: -13px;
    left: 0;
    margin: 0 auto;
    padding: 0 !important;
    position: absolute;
    right: 0;
    text-align: center !important;
    width: 105px;
    line-height: 26px;
    transition: all 0.1s ease-in-out;
}

.home-articles p.readmore a {
    text-decoration: none;
    font-size: 18px;
    color: #100E31;
    display: block;
    transition: all 0.1s ease-in-out;
}

.home-articles p.readmore:hover {
    background: #100E31;
}

.home-articles p.readmore:hover a {
    color: #fff;
}

.home-sales {
    padding-top: 60px;
    display: table;
    width: 100%;
}

.home-recommend {
    border-top: 1px solid #b99d6b;
    margin-top: 70px;
    padding-top: 60px;
    padding-bottom: 60px;
    display: table;
    width: 100%;
}

.home-sales .module-title,
.home-recommend .module-title {
    font-size: 28px;
    color: #100E31;
    margin-bottom: 50px;
}

.home-sales li,
.home-recommend li {
    list-style: none;
    float: right;
    width: 25%;
}

.home-sales li .slider-li-in,
.home-recommend li .slider-li-in {
    margin-left: 20px;
}

.home-sales li a,
.home-recommend li a {
    display: block;
    text-decoration: none;
    text-align: center;
    padding-bottom: 6px;
}

.home-sales li a img,
.home-recommend li a img {
    max-height: 210px;
    min-height: 210px;
}

.home-sales li .product-title,
.home-recommend li .product-title {
    border-top: 1px solid #b99d6b;
    text-decoration: none;
    color: #000;
    text-align: center;
    display: block;
    padding-top: 6px;
    min-height: 50px;
}

.home-sales li .product_s_desc,
.home-recommend li .product_s_desc {
    padding-top: 5px;
    color: #8e8d8d;
    font-size: 17px;
    text-align: justify;
    min-height: 95px;
}

.product-related-products {}

.product-related-products .product-field {
    float: right;
    list-style: none;
    width: 25%;
    padding: 0 10px;
}

.product-related-products .product-field a {
    display: block;
    padding-bottom: 6px;
    text-align: center;
    text-decoration: none;
}

.product-related-products .product-field a img {
    max-height: 210px;
    min-height: 210px;
}

.product-related-products .product-field a.product-title {
    border-top: 1px solid #b99d6b;
    height: 46px;
    color: #000;
    display: block;
    padding-top: 6px;
    text-align: center;
    text-decoration: none;
}

.product-related-products .product_s_desc {
    color: #8e8d8d;
    font-size: 17px;
    min-height: 75px;
    padding-top: 5px;
}

.product-related-products .vm-price-value {
    background: #efece3 none repeat scroll 0 0;
    color: #100E31;
    font-size: 27px;
    height: 35px;
    line-height: 35px;
    margin-top: 21px;
    text-align: center;
}

.module-product-price {
    background: #fcfcfc;
    color: #b99d6b;
    font-size: 27px;
    height: 35px;
    line-height: 35px;
    margin-top: 21px;
    text-align: center;
    position:relative;
}

.home-sales span.price-crossed,
.home-recommend span.price-crossed {
    color: #656565;
    float: right;
    margin-left: -4px;
    padding-right: 31px;
    text-decoration: line-through;
}

.inner-top-image {
    position: relative;
  /*  background: #100E31;*/
}

.inner-top-image .moduletable {
    border-bottom: 0px solid #100E31;
    height: 144px;
    line-height: 0;
    text-align: center;
    overflow: hidden;
}

.moduletable.about-top-image {
    height: auto;
    border-bottom: 0;
    position: relative;
}

.about-top-image .about-story {
    background: url(../images/about-story-bg.png) no-repeat;
    color: #fff;
    line-height: 18px;
    font-size: 18px;
    height: 434px;
    margin: 0 auto;
    position: absolute;
    top: 0;
    width: 314px;
    text-align: right;
    padding: 30px;
}

.about-top-image .about-story span {
    background: url(../images/about-book.png) no-repeat right top;
    margin-top: 32px;
    padding-top: 109px;
    font-size: 30px;
    display: block;
    text-align: right;
    margin-bottom: 25px;
}

.inner-top-image h1,.inner-top-image h2 {
    color: #100E31;
    font-size: 45px;
    font-weight: 400;
    margin: 0 auto;
    position: relative;
    text-align: right;
    top: 80px;
    width: 1136px;
    z-index: 1;
}

.breadcrumbs {
 /*   position: absolute;
    top: 8px;*/
}

.breadcrumbs ul {}

.breadcrumbs ul li {
    list-style: none;
    float: right;
    color: #100E31;
    line-height: 22px;
    font-size:24px;
    font-weight:bold;
}

.breadcrumbs ul li a {
    text-decoration: none;
    color: #100E31;
}

.breadcrumbs-product {
    position: relative;
    top: 0;
    clear: both;
    height: 25px;
    margin-top: 5px;
    margin-bottom: 25px;
}

.breadcrumbs-product ul li {
    color: #000;
    font-size: 14px;
}

.breadcrumbs-product ul li a {
    color: #000;
    font-size: 14px;
}

.filter {
    background: #fff;
    border-bottom: 1px solid #b99d6b !important;
    position: relative;
    margin-bottom: 12px;
     min-height: 0px;
}

.filter .warp {
    height: 73px;
    overflow: hidden;
}

.filter-wizard .warp {
    height: 391px;
    overflow: visible;
}

.filter .cf_form {
    display: table;
    width: 100%;
}

.filter-bottom {
    background: #fff none repeat scroll 0 0;
    border-top: 1px solid #b99d6b;
    height: 40px;
    margin-top: 34px;
    display: block;
}

.filter-tabs {
    text-align: center;
    padding-top:5px;
    margin-bottom: 51px;
}

.filter-tabs li {
    list-style: none;
    display: inline-block;
    vertical-align: top;
    font-size: 18px;
    margin-left: 14px;
    margin-right: 14px;
    color: #b99d6b;
    cursor: pointer;
}

.filter-tabs li:after {
    border-left: 1px solid #b99d6b;
    content: "";
    display: inline-block;
    height: 10px;
    left: -16px;
    position: relative;
    width: 1px;
}

.filter-tabs li.active {
    font-weight: 700;
}

.cf_flt_wrapper {
    height: 100px;
    transition: opacity 0.2s ease-in-out;
}

.cf_flt_wrapper.hide {
    visibility: hidden;
    height: 0;
    opacity: 0;
    position: absolute;
}

#cf_flt_wrapper_price_94,
#cf_flt_wrapper_custom_f_6_94,
#cf_flt_wrapper_custom_f_10_94,
#cf_flt_wrapper_custom_f_11_94 {}

.cf_filtering_knob_from,
.cf_filtering_knob_to {
    background: url(../images/knob.svg) no-repeat;
}

.cf_filtering_knob_to {
    background-position: 0 35px;
    height: 100px !important;
    margin-top: -35px !important;
    background-size: 22px auto;
}

.cf_filtering_knob_from {
    bottom: 8px;
    padding-top: 4px;
}

.cf_filtering_knob_to {
    bottom: 30px !important;
}

.cf_filters_list li {
    margin-left: 0px;
    padding-left: 0px;
    list-style: none;
    background-image: none;
    display: inline-block;
    vertical-align: top;
}

.cf_wrapper_inner .cf_filters_list li {
    margin-left: 23px;
    margin-right: 23px;
}


.cf_wrapper_inner .cf_filters_list li label {
    position: relative;
}

.cf_wrapper_inner .cf_filters_list li label a {
    position: relative;
    color: #100E31;
}

.cf_wrapper_inner .cf_filters_list li label a.cf_sel_opt {
    color: #bea578;
    border-bottom: 3px solid #bea578;
    padding-bottom: 9px;
}

#cf_wrapper_inner_custom_f_4_94.cf_wrapper_inner .cf_filters_list li label a:after,
#cf_wrapper_inner_custom_f_4_147.cf_wrapper_inner .cf_filters_list li label a:after,
#cf_wrapper_inner_custom_f_4_148.cf_wrapper_inner .cf_filters_list li label a:after,
#cf_wrapper_inner_custom_f_4_149.cf_wrapper_inner .cf_filters_list li label a:after,
#cf_wrapper_inner_custom_f_4_150.cf_wrapper_inner .cf_filters_list li label a:after {
    border: 3px solid #cdcbcb;
    border-radius: 30px;
    color: #cdcbcb;
    content: "14";
    font-size: 16px;
    line-height: 21px;
    height: 20px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    text-align: center;
    top: -32px;
    width: 20px;
    font-weight: normal;
}

#cf_wrapper_inner_custom_f_4_94.cf_wrapper_inner .cf_filters_list li label a#custom_f_4_94_elid37:after,
#cf_wrapper_inner_custom_f_4_147.cf_wrapper_inner .cf_filters_list li label a#custom_f_4_147_elid37:after,
#cf_wrapper_inner_custom_f_4_148.cf_wrapper_inner .cf_filters_list li label a#custom_f_4_148_elid37:after,
#cf_wrapper_inner_custom_f_4_149.cf_wrapper_inner .cf_filters_list li label a#custom_f_4_149_elid37:after,
#cf_wrapper_inner_custom_f_4_150.cf_wrapper_inner .cf_filters_list li label a#custom_f_4_150_elid37:after {
    content: "18"
}

#cf_wrapper_inner_custom_f_4_94.cf_wrapper_inner .cf_filters_list li label a#custom_f_4_94_elid38:after,
#cf_wrapper_inner_custom_f_4_147.cf_wrapper_inner .cf_filters_list li label a#custom_f_4_147_elid38:after,
#cf_wrapper_inner_custom_f_4_148.cf_wrapper_inner .cf_filters_list li label a#custom_f_4_148_elid38:after,
#cf_wrapper_inner_custom_f_4_149.cf_wrapper_inner .cf_filters_list li label a#custom_f_4_149_elid38:after,
#cf_wrapper_inner_custom_f_4_150.cf_wrapper_inner .cf_filters_list li label a#custom_f_4_150_elid38:after {
    border-color: #bea578;
    color: #bea578;
}

#cf_wrapper_inner_custom_f_4_94.cf_wrapper_inner .cf_filters_list li label a#custom_f_4_94_elid39:after,
#cf_wrapper_inner_custom_f_4_147.cf_wrapper_inner .cf_filters_list li label a#custom_f_4_147_elid39:after,
#cf_wrapper_inner_custom_f_4_148.cf_wrapper_inner .cf_filters_list li label a#custom_f_4_148_elid39:after,
#cf_wrapper_inner_custom_f_4_149.cf_wrapper_inner .cf_filters_list li label a#custom_f_4_149_elid39:after,
#cf_wrapper_inner_custom_f_4_150.cf_wrapper_inner .cf_filters_list li label a#custom_f_4_150_elid39:after {
    content: "18";
    border-color: #bea578;
    color: #bea578;
}

#cf_wrapper_inner_custom_f_4_94.cf_wrapper_inner .cf_filters_list li label a#custom_f_4_94_elid3130:after,
#cf_wrapper_inner_custom_f_4_147.cf_wrapper_inner .cf_filters_list li label a#custom_f_4_147_elid3130:after,
#cf_wrapper_inner_custom_f_4_148.cf_wrapper_inner .cf_filters_list li label a#custom_f_4_148_elid3130:after,
#cf_wrapper_inner_custom_f_4_149.cf_wrapper_inner .cf_filters_list li label a#custom_f_4_149_elid3130:after,
#cf_wrapper_inner_custom_f_4_150.cf_wrapper_inner .cf_filters_list li label a#custom_f_4_150_elid3130:after {
    border-color: #cd6425;
    color: #cd6425;
}

#cf_wrapper_inner_custom_f_4_94.cf_wrapper_inner .cf_filters_list li label a#custom_f_4_94_elid39_a:after,
#cf_wrapper_inner_custom_f_4_147.cf_wrapper_inner .cf_filters_list li label a#custom_f_4_147_elid39_a:after,
#cf_wrapper_inner_custom_f_4_148.cf_wrapper_inner .cf_filters_list li label a#custom_f_4_148_elid39_a:after,
#cf_wrapper_inner_custom_f_4_149.cf_wrapper_inner .cf_filters_list li label a#custom_f_4_149_elid39_a:after,
#cf_wrapper_inner_custom_f_4_150.cf_wrapper_inner .cf_filters_list li label a#custom_f_4_150_elid39_a:after {
    content: "18";
}

.cf_wrapper_inner .cf_filters_list li label input {
    display: none;
}

.cf_wrapper_inner .cf_filters_list li label .cf_flt_counter {
    display: none;
}

.cf_filters_list li .cf_option {
    text-decoration: none;
}


/* Filter Wizard */

.wizard .filter-tabs {
    padding-top: 0;
    margin-bottom: 0;
    position: relative;
    top: -19px;
}

.wizard .filter-tabs li {
    background: #fff none repeat scroll 0 0;
    margin-left: 36px;
    border: 2px solid #b99d6b;
    border-radius: 30px;
    font-size: 29px;
    font-weight: normal;
    height: 37px;
    line-height: 33px;
    text-align: center;
    width: 37px;
    cursor: pointer;
}

.wizard .filter-tabs li::after {
    border: none;
}

.wizard .filter-tabs li.active {
    color: #fff;
    background: #b99d6b;
}

.cf_wrapper_inner1 .cf_filters_list li {
    display: block;
}

.filter-build-toptext {
    text-align: center;
    color: #656565;
    font-size: 18px;
    line-height: 30px;
    padding-bottom: 36px;
    border-bottom: 1px solid #b99d6b;
}

.filter-build-toptext h2 {
    color: #b99d6b;
    font-size: 29px;
    font-weight: 400;
    padding-top: 39px;
}

.filter-build-toptext a {
    color: #656565;
    display: block;
    margin-top: -13px;
}

.filter .cf_form {
    position: relative;
    height: 274px;
}

.filter .cf_form.wizard {
    height: 350px;
}

.cf_form.wizard .cf_flt_wrapper.hide {
    height: 0 !important;
}

.cf_form.wizard .cf_flt_wrapper {
    margin: 0 auto !important;
    width: 900px !important;
}

.cf_form.wizard .cf_flt_header {
    display: block;
    font-size: 30px;
    text-align: center;
    width: 100%;
    margin-top: 40px;
}

.cf_form.wizard #cfhead_price_100:before {
    content: "מהו טווח התקציב הכולל שלך?";
    display: block;
    font-size: 30px;
    margin-bottom: 46px;
    text-align: center;
    width: 100%;
}

.cf_form.wizard #cfhead_price_100:after {
    content: "אנו ממליצים לתת טווח של 1,000 ₪ לפחות. בצורה זו תוכל ל''תפוס'' טבעות שאולי חורגות מעט מתקציבך אך כנראה ניתן להתאים אותן אליו על ידי החלפת יהלום.";
    display: block;
    font-size: 18px;
    margin-bottom: 40px;
    text-align: center;
    color: #656565;
}

.cf_form.wizard #cfhead_custom_f_19_100:after {
    content: "ההמלצות שלנו: עבור זהב לבן ואדום בחרו רק 14K (זול יותר ונראה אותו דבר ב- 14K ו- 18K). עבור זהב צהוב בחרו 18K הנראה טוב יותר אם כי בתקציב מוגבל זה לא הכרחי. ";
    display: block;
    font-size: 18px;
    margin: 20px auto -7px;
    width: 610px;
    position: relative;
    right: -3px;
    text-align: center;
    color: #656565;
}

.cf_form.wizard #cfhead_custom_f_20_100:after {
    content: "ניתן לבחור ביותר מסגנון אחת";
    display: block;
    font-size: 18px;
    margin: 20px auto -35px;
    text-align: center;
    color: #656565;
}

.cf_form.wizard #cfhead_custom_f_20_100 {
    margin-top: 15px;
}

.cf_form.wizard #cf_wrapper_inner_custom_f_20_100 li {
    line-height: 24px;
    position: relative;
}

.cf_form.wizard #cfhead_custom_f_24_100:after {
    content: "ניתן לבחור ביותר מצורה אחת";
    display: block;
    font-size: 18px;
    margin: 20px auto -26px;
    text-align: center;
    color: #656565;
}

.cf_form.wizard #cf_flt_wrapper_custom_f_24_100 .cf_wrapper_inner1 {}

.cf_form.wizard #cf_flt_wrapper_custom_f_24_100 .cf_wrapper_inner1 ul#cf_list_custom_f_24_100 {
    text-align: center;
}

.cf_form.wizard #cf_list_custom_f_24_100 li {
    display: block;
    display: inline-block;
    vertical-align: top;
    text-align: center;
    margin: 73px 0 0 22px;
    width: auto;
    position: relative;
}

.cf_form.wizard #cf_list_custom_f_24_100 li span.cf_option {
    font-size: 17px;
}

.cf_form.wizard #cf_list_custom_f_24_100 li .cf_option {
    display: inline-block;
    text-indent: -7px;
    cursor: pointer;
}

.cf_flt_wrapper label {
    cursor: pointer;
}

.cf_form.wizard #cf_list_custom_f_24_100 li input {
    display: none;
}

.cf_form.wizard #cfhead_custom_f_21_100 {
    line-height: 32px;
    margin: 30px auto -17px;
    width: 540px;
}

.cf_form.wizard #cfhead_custom_f_6_100::before {
    content: "מהי חשיבות גודל היהלום בעיניך ?";
    display: block;
    font-size: 30px;
    margin-bottom: 46px;
    text-align: center;
    width: 100%;
}

.cf_form.wizard #cfhead_custom_f_6_100 .cf_flt_header_text {
    display: none;
}

#custom_f_6_100_slider_gutter {
    float: none;
    margin: 0 auto;
    width: 457px;
}

.cf_form.wizard #cfhead_custom_f_11_100::before {
    content: "ביהלום ישנם פגמים פנימיים, מה המשפט הנכון עבורי?";
    display: block;
    font-size: 30px;
    margin-bottom: 46px;
    text-align: center;
    width: 100%;
}

.cf_form.wizard #cfhead_custom_f_11_100 .cf_flt_header_text {
    display: none;
}

#custom_f_11_100_slider_gutter {
    float: none;
    margin: 0 auto;
    width: 457px;
}

#custom_f_6_100_slider_gutter_m .slider_min_value1 {
    font-size: 16px;
    left: -121px;
}

#custom_f_6_100_slider_gutter_m .slider_max_value1 {
    font-size: 16px;
    right: -124px;
}

#custom_f_11_100_slider_gutter_m .slider_max_value1 {
    font-size: 16px;
    right: -134px;
}

#custom_f_11_100_slider_gutter_m .slider_min_value1 {
    font-size: 16px;
    left: -163px;
}

#cf_flt_wrapper_price_100 .cf_flt_header_text {
    display: none;
}

.cf_form.wizard .cf_flt_wrapper #price_100_slider_gutter {
    margin: 0 auto;
    width: 428px;
}

.cf_form.wizard #cf_wrapper_inner_custom_f_19_100 {}

.cf_form.wizard .cf_flt_wrapper .next-prev {
    display: block;
    clear: both;
    margin: 0 auto;
    width: 220px;
    font-size: 18px;
    position: absolute;
    bottom: -32px;
    right: 0;
    left: 0;
}

.prevQ {
    background: #b99d6b;
    color: #fff;
    cursor: pointer;
    line-height: 29px;
    display: block;
    text-align: center;
    float: right;
    width: 105px;
}

.nextQ {
    background: #fefefd;
    border: 1px solid #b99d6b;
    line-height: 29px;
    color: #b99d6b;
    cursor: pointer;
    display: block;
    text-align: center;
    float: left;
    width: 105px;
}

.cf_form.wizard .cf_flt_wrapper .next-prev .prev-custom_f_11_100 {
    background: #fefefd;
    border: 1px solid #b99d6b;
    line-height: 29px;
    color: #b99d6b;
    cursor: pointer;
    display: block;
    text-align: center;
    float: right;
    width: 88px;
}

.cf_form.wizard .cf_flt_wrapper .next-prev #cf_apply_button_100 {
    background: #b99d6b;
    color: #fff;
    cursor: pointer;
    line-height: 29px;
    display: block;
    text-align: center;
    float: left;
    width: 125px;
    border: none;
    font-family: "almoni-dl";
    font-weight: 400;
    font-size: 18px;
}

.cf_form.wizard .cf_wrapper_inner1 {
    margin: 24px auto 0;
    text-align: center;
}

.cf_form.wizard #cf_wrapper_inner_custom_f_22_100 {
    width: 440px;
}

.cf_form.wizard #cf_wrapper_inner_custom_f_21_100 {
    margin: 4px auto 0;
}

.cf_form.wizard .cf_wrapper_inner1 .cf_filters_list {
    display: inline-block;
}

.cf_form.wizard .cf_wrapper_inner1 .cf_filters_list li {
    line-height: 30px;
    margin-bottom: 5px;
    color: #656565;
    width: 100%;
    text-align: right;
}

.cf_form.wizard .cf_wrapper_inner1 .cf_filters_list li input {
    margin-left: 6px;
}

.cf_form.wizard .cf_wrapper_inner1 .cf_filters_list li .cf_option {
    font-size: 18px;
    margin-left: 4px;
}

.cf_form.wizard .cf_wrapper_inner1 .cf_filters_list li .cf_flt_counter {
    font-size: 18px;
}

.filter-wizard .filter-bottom {
    display: none;
}


/* end filter wizard */


/* PRICE  */

#cfhead_price_94,
#cfhead_price_119,
#cfhead_price_147,
#cfhead_price_148,
#cfhead_price_149,
#cfhead_price_150,
#cfhead_price_232 {
    display: none;
}

#cf_wrapper_inner_price_94,
#cf_wrapper_inner_price_119,
#cf_wrapper_inner_price_147,
#cf_wrapper_inner_price_148,
#cf_wrapper_inner_price_149,
#cf_wrapper_inner_price_150,
#cf_wrapper_inner_price_232 {
    width: 430px;
    margin: 41px auto;
    padding-top: 0px;
    position: relative;
    right: 0;
}

.cf_slider_gutter_m {
    background: url(../images/price-bar.svg) no-repeat -6px -6px;
    background-size: 103% auto;
}

#cf_wrapper_inner_price_94 .cf_slider_gutter_m {}

#price_clear {
    display: none;
}

.slider_min_value1 {
    position: absolute;
    left: -80px;
    top: -5px;
    font-size: 25px;
    color: #100E31;
}

#cf_wrapper_inner_price_94 .slider_min_value1:after,
#cf_wrapper_inner_price_119 .slider_min_value1:after,
#cf_wrapper_inner_price_147 .slider_min_value1:after,
#cf_wrapper_inner_price_148 .slider_min_value1:after,
#cf_wrapper_inner_price_149 .slider_min_value1:after,
#cf_wrapper_inner_price_150 .slider_min_value1:after,
#cf_wrapper_inner_price_232 .slider_min_value1:after,
#cf_wrapper_inner_price_100 .slider_min_value1:after {
    content: "₪";
    display: inline-block;
    font-size: 13px;
    margin-right: 3px;
}

.slider_max_value1 {
    position: absolute;
    right: -90px;
    top: -5px;
    font-size: 25px;
    color: #100E31;
}

.slider_max_value1 {
    position: absolute;
    right: -90px;
    top: -5px;
    font-size: 25px;
    color: #100E31;
}

#cf_wrapper_inner_price_94 .slider_max_value1:after,
#cf_wrapper_inner_price_119 .slider_max_value1:after,
#cf_wrapper_inner_price_147 .slider_max_value1:after,
#cf_wrapper_inner_price_148 .slider_max_value1:after,
#cf_wrapper_inner_price_149 .slider_max_value1:after,
#cf_wrapper_inner_price_150 .slider_max_value1:after,
#cf_wrapper_inner_price_232 .slider_max_value1:after,
#cf_wrapper_inner_price_100 .slider_max_value1:after {
    content: "₪";
    display: inline-block;
    font-size: 13px;
    margin-right: 3px;
}

#cf_flt_wrapper_custom_f_11_94 .cf_slider_gutter_m .slider_min_value1,
#cf_flt_wrapper_custom_f_11_119 .cf_slider_gutter_m .slider_min_value1,
#cf_flt_wrapper_custom_f_11_147 .cf_slider_gutter_m .slider_min_value1,
#cf_flt_wrapper_custom_f_11_148 .cf_slider_gutter_m .slider_min_value1,
#cf_flt_wrapper_custom_f_11_149 .cf_slider_gutter_m .slider_min_value1,
#cf_flt_wrapper_custom_f_11_94 .cf_slider_gutter_m .slider_max_value1,
#cf_flt_wrapper_custom_f_11_119 .cf_slider_gutter_m .slider_max_value1,
#cf_flt_wrapper_custom_f_11_147 .cf_slider_gutter_m .slider_max_value1,
#cf_flt_wrapper_custom_f_11_148 .cf_slider_gutter_m .slider_max_value1,
#cf_flt_wrapper_custom_f_11_149 .cf_slider_gutter_m .slider_max_value1 {
    display: none;
}

#cf_flt_wrapper_custom_f_10_94 .cf_slider_gutter_m .slider_min_value1,
#cf_flt_wrapper_custom_f_10_119 .cf_slider_gutter_m .slider_min_value1,
#cf_flt_wrapper_custom_f_10_147 .cf_slider_gutter_m .slider_min_value1,
#cf_flt_wrapper_custom_f_10_148 .cf_slider_gutter_m .slider_min_value1,
#cf_flt_wrapper_custom_f_10_149 .cf_slider_gutter_m .slider_min_value1,
#cf_flt_wrapper_custom_f_10_94 .cf_slider_gutter_m .slider_max_value1,
#cf_flt_wrapper_custom_f_10_119 .cf_slider_gutter_m .slider_max_value1,
#cf_flt_wrapper_custom_f_10_147 .cf_slider_gutter_m .slider_max_value1,
#cf_flt_wrapper_custom_f_10_148 .cf_slider_gutter_m .slider_max_value1,
#cf_flt_wrapper_custom_f_10_149 .cf_slider_gutter_m .slider_max_value1 {
    display: none;
}

#cf_flt_wrapper_custom_f_33_119 .cf_slider_gutter_m .slider_min_value1,
#cf_flt_wrapper_custom_f_33_119 .cf_slider_gutter_m .slider_max_value1 {
    display: none;
}


/* END PRICE */


/* METAL */


#cf_flt_wrapper_custom_f_4_94 .cf_flt_header,
#cf_flt_wrapper_custom_f_4_147 .cf_flt_header,
#cf_flt_wrapper_custom_f_4_148 .cf_flt_header,
#cf_flt_wrapper_custom_f_4_149 .cf_flt_header,
#cf_flt_wrapper_custom_f_13_94 .cf_flt_header,
#cf_flt_wrapper_custom_f_51_148 .cf_flt_header,
#cf_flt_wrapper_custom_f_51_149 .cf_flt_header,
#cf_flt_wrapper_custom_f_56_148 .cf_flt_header {
    margin-bottom: 21px;
    margin-top: -20px;
}

#cf_flt_wrapper_custom_f_4_94 .cf_wrapper_inner .cf_filters_list li,
#cf_flt_wrapper_custom_f_4_147 .cf_wrapper_inner .cf_filters_list li,
#cf_flt_wrapper_custom_f_4_148 .cf_wrapper_inner .cf_filters_list li,
#cf_flt_wrapper_custom_f_4_149 .cf_wrapper_inner .cf_filters_list li {
    margin-left: 15px;
    margin-right: 15px;
}


/* END METAL */


/* Disign  */

#cf_flt_wrapper_custom_f_13_94 {
    float: none;
}

.ringid_223 #cf_flt_wrapper_custom_f_13_94 {}

#cf_flt_wrapper_custom_f_5_147,
#cf_flt_wrapper_custom_f_5_148,
#cf_flt_wrapper_custom_f_5_149 {
    float: right;
}

#cf_flt_wrapper_custom_f_14_94 {
    float: right;
}

#cf_flt_wrapper_custom_f_13_94 .cf_flt_header {
    position: relative;
    right: -215px;
    top: 10px;
}

#cf_flt_wrapper_custom_f_13_94 .cf_wrapper_inner {
    margin-top: 50px;
}

#cf_flt_wrapper_custom_f_13_94 .cf_option:after {
    background: url(../images/icons/rings_icons_all.svg) no-repeat;
    content: "";
    display: block;
    height: 40px;
    position: absolute;
    right: 0;
    top: -46px;
    width: 50px;
    z-index: 10;
}

#cf_flt_wrapper_custom_f_13_94 #custom_f_13_94_elid3533:after {
    background-position: -455px -36px;
    background-size: 1010% auto;
    right: 25px;
}

#cf_flt_wrapper_custom_f_13_94 #custom_f_13_94_elid3533.cf_sel_opt:after {
    background-position: -455px 0;
}

#cf_flt_wrapper_custom_f_13_94 #custom_f_13_94_elid3534:after {
    background-position: -427px -39px;
    background-size: 1096% auto;
}

#cf_flt_wrapper_custom_f_13_94 #custom_f_13_94_elid3534.cf_sel_opt:after {
    background-position: -427px 0;
}

#cf_flt_wrapper_custom_f_13_94 #custom_f_13_94_elid3535:after {
    background-position: -364px -39px;
    background-size: 1120% auto;
    right: 22px;
}

#cf_flt_wrapper_custom_f_13_94 #custom_f_13_94_elid3535.cf_sel_opt:after {
    background-position: -364px 0;
}

#cf_flt_wrapper_custom_f_13_94 #custom_f_13_94_elid3536:after {
    background-position: -290px -39px;
    background-size: 1120% auto;
    right: -6px;
}

#cf_flt_wrapper_custom_f_13_94 #custom_f_13_94_elid3536.cf_sel_opt:after {
    background-position: -290px 0;
}

#cf_flt_wrapper_custom_f_13_94 #custom_f_13_94_elid313430:after {
    background-position: -218px -39px;
    background-size: 1116% auto;
    right: 13px;
}

#cf_flt_wrapper_custom_f_13_94 #custom_f_13_94_elid313430.cf_sel_opt:after {
    background-position: -218px 0;
}

#cf_flt_wrapper_custom_f_13_94 #custom_f_13_94_elid313431:after {
    background-position: -146px -39px;
    background-size: 1120% auto;
    right: -9px;
}

#cf_flt_wrapper_custom_f_13_94 #custom_f_13_94_elid313431.cf_sel_opt:after {
    background-position: -146px 0;
}

#cf_flt_wrapper_custom_f_13_94 #custom_f_13_94_elid313432:after {
    background-position: -73px -39px;
    background-size: 1120% auto;
    right: -5px;
}

#cf_flt_wrapper_custom_f_13_94 #custom_f_13_94_elid313432.cf_sel_opt:after {
    background-position: -73px 0;
}

#cf_flt_wrapper_custom_f_13_94 #custom_f_13_94_elid313433:after {
    background-position: 0 -39px;
    background-size: 1120% auto;
    right: -4px;
}

#cf_flt_wrapper_custom_f_13_94 #custom_f_13_94_elid313433.cf_sel_opt:after {
    background-position: 0 0;
}

#cf_flt_wrapper_custom_f_13_94 #custom_f_13_94_elid323339:after {
    background: url(../images/icons/rings_icons_daka.svg) no-repeat;
    background-position: -8px -42px;
    background-size: 131% auto;
    right: 14px;
}

#cf_flt_wrapper_custom_f_13_94 #custom_f_13_94_elid323339.cf_sel_opt:after {
    background-position: -8px -2px;
}

#cf_flt_wrapper_custom_f_20_100 .cf_option:after {
    background: url(../images/icons/rings_icons_all.svg) no-repeat;
    content: "";
    display: block;
    height: 40px;
    position: absolute;
    right: 0;
    top: -4px;
    width: 50px;
    z-index: 10;
}

#cf_flt_wrapper_custom_f_20_100 #custom_f_20_100_elid3737:after {
    background-position: -455px -36px;
    background-size: 1010% auto;
    right: -60px;
}

#cf_flt_wrapper_custom_f_20_100 #custom_f_20_100_elid3738:after {
    background-position: -404px -38px;
    background-size: 1043% auto;
    right: -59px;
}

#cf_flt_wrapper_custom_f_20_100 #custom_f_20_100_elid3739:after {
    background-position: -192px -35px;
    background-size: 994% auto;
    right: -57px;
}

#cf_flt_wrapper_custom_f_20_100 #custom_f_20_100_elid3830:after {
    background-position: -107px -30px;
    background-size: 900% auto;
    right: -55px;
}

#cf_flt_wrapper_custom_f_20_100 #custom_f_20_100_elid3831:after {
    background-position: -70px -39px;
    background-size: 1090% auto;
    right: -61px;
}

#cf_flt_wrapper_custom_f_20_100 #custom_f_20_100_elid3832:after {
    background-position: -355px -39px;
    background-size: 1096% auto;
    right: -60px;
}

#cf_flt_wrapper_custom_f_20_100 #custom_f_20_100_elid3833:after {
    background: none;
}

.Engagement-rings .cf_wrapper_inner ul.cf_filters_list li:nth-child(7) {
    display: none;
}

.Engagement-rings #custom_f_13_94_elid323339 {
    display: none;
}


/* END DISIGN  */


/* weight */

.shape-info-image img {
    width: 100%;
    height: auto;
}

#cf_flt_wrapper_custom_f_5_94 {
    float: right;
}

#cf_flt_wrapper_custom_f_5_94 .cf_wrapper_inner,
#cf_flt_wrapper_custom_f_5_119 .cf_wrapper_inner,
#cf_flt_wrapper_custom_f_5_147 .cf_wrapper_inner,
#cf_flt_wrapper_custom_f_5_148 .cf_wrapper_inner,
#cf_flt_wrapper_custom_f_5_149 .cf_wrapper_inner {
    margin-top: 33px;
}

#cf_flt_wrapper_custom_f_5_94 .cf_wrapper_inner .cf_filters_list li,
#cf_flt_wrapper_custom_f_5_119 .cf_wrapper_inner .cf_filters_list li,
#cf_flt_wrapper_custom_f_5_147 .cf_wrapper_inner .cf_filters_list li,
#cf_flt_wrapper_custom_f_5_148 .cf_wrapper_inner .cf_filters_list li,
#cf_flt_wrapper_custom_f_5_149 .cf_wrapper_inner .cf_filters_list li {
    margin-left: 14px;
    margin-right: 14px;
}


#cf_flt_wrapper_custom_f_6_94 .cf_slider_gutter_m,
#cf_flt_wrapper_custom_f_6_119 .cf_slider_gutter_m,
#cf_flt_wrapper_custom_f_59_147 .cf_slider_gutter_m,
#cf_flt_wrapper_custom_f_59_148 .cf_slider_gutter_m,
#cf_flt_wrapper_custom_f_59_149 .cf_slider_gutter_m {
    width: 290px;
    background-position: -5px -3px;
}

#cf_flt_wrapper_custom_f_5_94 .cf_option:after,
#cf_flt_wrapper_custom_f_5_119 .cf_option:after,
#cf_flt_wrapper_custom_f_5_147 .cf_option:after,
#cf_flt_wrapper_custom_f_5_148 .cf_option:after,
#cf_flt_wrapper_custom_f_5_149 .cf_option:after,
#cf_flt_wrapper_custom_f_24_100 .cf_option:after {
    background: url(../images/icons/diamonds-icons.svg) no-repeat;
    content: "";
    display: block;
    height: 40px;
    position: absolute;
    right: -2px;
    top: -50px;
    width: 40px;
    z-index: 10;
    cursor: pointer;
}

#cf_flt_wrapper_custom_f_5_94 #custom_f_5_94_elid3131:after,
#cf_flt_wrapper_custom_f_5_119 #custom_f_5_119_elid3131:after,
#cf_flt_wrapper_custom_f_5_147 #custom_f_5_147_elid3131:after,
#cf_flt_wrapper_custom_f_5_148 #custom_f_5_148_elid3131:after,
#cf_flt_wrapper_custom_f_5_149 #custom_f_5_149_elid3131:after {
    background-position: -360px -44px;
    background-size: 1000% auto;
    right: -8px;
}

#cf_flt_wrapper_custom_f_5_94 #custom_f_5_94_elid3131.cf_sel_opt:after,
#cf_flt_wrapper_custom_f_5_119 #custom_f_5_119_elid3131.cf_sel_opt:after,
#cf_flt_wrapper_custom_f_5_147 #custom_f_5_147_elid3131.cf_sel_opt:after,
#cf_flt_wrapper_custom_f_5_148 #custom_f_5_148_elid3131.cf_sel_opt:after,
#cf_flt_wrapper_custom_f_5_149 #custom_f_5_149_elid3131.cf_sel_opt:after {
    background-position: -360px 0;
}

#cf_flt_wrapper_custom_f_5_94 #custom_f_5_94_elid3132:after,
#cf_flt_wrapper_custom_f_5_119 #custom_f_5_119_elid3132:after,
#cf_flt_wrapper_custom_f_5_147 #custom_f_5_147_elid3132:after,
#cf_flt_wrapper_custom_f_5_148 #custom_f_5_148_elid3132:after,
#cf_flt_wrapper_custom_f_5_149 #custom_f_5_149_elid3132:after {
    background-position: -318px -44px;
    background-size: 1000% auto;
    right: 0px;
}

#cf_flt_wrapper_custom_f_5_94 #custom_f_5_94_elid3132.cf_sel_opt:after,
#cf_flt_wrapper_custom_f_5_119 #custom_f_5_119_elid3132.cf_sel_opt:after,
#cf_flt_wrapper_custom_f_5_147 #custom_f_5_147_elid3132.cf_sel_opt:after,
#cf_flt_wrapper_custom_f_5_148 #custom_f_5_148_elid3132.cf_sel_opt:after,
#cf_flt_wrapper_custom_f_5_149 #custom_f_5_149_elid3132.cf_sel_opt:after {
    background-position: -318px 0;
}

#cf_flt_wrapper_custom_f_5_94 #custom_f_5_94_elid3134:after,
#cf_flt_wrapper_custom_f_5_119 #custom_f_5_119_elid3134:after,
#cf_flt_wrapper_custom_f_5_147 #custom_f_5_147_elid3134:after,
#cf_flt_wrapper_custom_f_5_148 #custom_f_5_148_elid3134:after,
#cf_flt_wrapper_custom_f_5_149 #custom_f_5_149_elid3134:after {
    background-position: -274px -44px;
    background-size: 1000% auto;
    right: -4px;
}

#cf_flt_wrapper_custom_f_5_94 #custom_f_5_94_elid3134.cf_sel_opt:after,
#cf_flt_wrapper_custom_f_5_119 #custom_f_5_119_elid3134.cf_sel_opt:after,
#cf_flt_wrapper_custom_f_5_147 #custom_f_5_147_elid3134.cf_sel_opt:after,
#cf_flt_wrapper_custom_f_5_148 #custom_f_5_148_elid3134.cf_sel_opt:after,
#cf_flt_wrapper_custom_f_5_149 #custom_f_5_149_elid3134.cf_sel_opt:after {
    background-position: -274px 0;
}

#cf_flt_wrapper_custom_f_5_94 #custom_f_5_94_elid3135:after,
#cf_flt_wrapper_custom_f_5_119 #custom_f_5_119_elid3135:after,
#cf_flt_wrapper_custom_f_5_147 #custom_f_5_147_elid3135:after,
#cf_flt_wrapper_custom_f_5_148 #custom_f_5_148_elid3135:after,
#cf_flt_wrapper_custom_f_5_149 #custom_f_5_149_elid3135:after {
    background-position: -231px -44px;
    background-size: 1000% auto;
    right: -4px;
}

#cf_flt_wrapper_custom_f_5_94 #custom_f_5_94_elid3135.cf_sel_opt:after,
#cf_flt_wrapper_custom_f_5_119 #custom_f_5_119_elid3135.cf_sel_opt:after,
#cf_flt_wrapper_custom_f_5_147 #custom_f_5_147_elid3135.cf_sel_opt:after,
#cf_flt_wrapper_custom_f_5_148 #custom_f_5_148_elid3135.cf_sel_opt:after,
#cf_flt_wrapper_custom_f_5_149 #custom_f_5_149_elid3135.cf_sel_opt:after {
    background-position: -231px 0;
}

#cf_flt_wrapper_custom_f_5_94 #custom_f_5_94_elid3136:after,
#cf_flt_wrapper_custom_f_5_119 #custom_f_5_119_elid3136:after,
#cf_flt_wrapper_custom_f_5_147 #custom_f_5_147_elid3136:after,
#cf_flt_wrapper_custom_f_5_148 #custom_f_5_148_elid3136:after,
#cf_flt_wrapper_custom_f_5_149 #custom_f_5_149_elid3136:after {
    background-position: -193px -44px;
    background-size: 1000% auto;
    right: -4px;
}

#cf_flt_wrapper_custom_f_5_94 #custom_f_5_94_elid3136.cf_sel_opt:after,
#cf_flt_wrapper_custom_f_5_119 #custom_f_5_119_elid3136.cf_sel_opt:after,
#cf_flt_wrapper_custom_f_5_147 #custom_f_5_147_elid3136.cf_sel_opt:after,
#cf_flt_wrapper_custom_f_5_148 #custom_f_5_148_elid3136.cf_sel_opt:after,
#cf_flt_wrapper_custom_f_5_149 #custom_f_5_149_elid3136.cf_sel_opt:after {
    background-position: -193px 0;
}

#cf_flt_wrapper_custom_f_5_94 #custom_f_5_94_elid3137:after,
#cf_flt_wrapper_custom_f_5_119 #custom_f_5_119_elid3137:after,
#cf_flt_wrapper_custom_f_5_147 #custom_f_5_147_elid3137:after,
#cf_flt_wrapper_custom_f_5_148 #custom_f_5_148_elid3137:after,
#cf_flt_wrapper_custom_f_5_149 #custom_f_5_149_elid3137:after {
    background-position: -147px -44px;
    background-size: 990% auto;
    right: -1px;
}

#cf_flt_wrapper_custom_f_5_94 #custom_f_5_94_elid3137.cf_sel_opt:after,
#cf_flt_wrapper_custom_f_5_119 #custom_f_5_119_elid3137.cf_sel_opt:after,
#cf_flt_wrapper_custom_f_5_147 #custom_f_5_147_elid3137.cf_sel_opt:after,
#cf_flt_wrapper_custom_f_5_148 #custom_f_5_148_elid3137.cf_sel_opt:after,
#cf_flt_wrapper_custom_f_5_149 #custom_f_5_149_elid3137.cf_sel_opt:after {
    background-position: -147px 0;
}

#cf_flt_wrapper_custom_f_5_94 #custom_f_5_94_elid3138:after,
#cf_flt_wrapper_custom_f_5_119 #custom_f_5_119_elid3138:after,
#cf_flt_wrapper_custom_f_5_147 #custom_f_5_147_elid3138:after,
#cf_flt_wrapper_custom_f_5_148 #custom_f_5_148_elid3138:after,
#cf_flt_wrapper_custom_f_5_149 #custom_f_5_149_elid3138:after {
    background-position: -107px -44px;
    background-size: 1000% auto;
    right: 0;
}

#cf_flt_wrapper_custom_f_5_94 #custom_f_5_94_elid3138.cf_sel_opt:after,
#cf_flt_wrapper_custom_f_5_119 #custom_f_5_119_elid3138.cf_sel_opt:after,
#cf_flt_wrapper_custom_f_5_147 #custom_f_5_147_elid3138.cf_sel_opt:after,
#cf_flt_wrapper_custom_f_5_148 #custom_f_5_148_elid3138.cf_sel_opt:after,
#cf_flt_wrapper_custom_f_5_149 #custom_f_5_149_elid3138.cf_sel_opt:after {
    background-position: -107px 0;
}

/*#cf_flt_wrapper_custom_f_5_94 #custom_f_5_94_elid3139:after,
#cf_flt_wrapper_custom_f_5_119 #custom_f_5_119_elid3139:after,
#cf_flt_wrapper_custom_f_5_147 #custom_f_5_147_elid3139:after,
#cf_flt_wrapper_custom_f_5_148 #custom_f_5_148_elid3139:after,
#cf_flt_wrapper_custom_f_5_149 #custom_f_5_149_elid3139:after {
    background-position: -83px -44px;
    background-size: 1461% auto;
    right: 10px;
    top: -52px;
    width: 28px;
}*/

#cf_flt_wrapper_custom_f_5_94 #custom_f_5_94_elid3139.cf_sel_opt:after,
#cf_flt_wrapper_custom_f_5_119 #custom_f_5_119_elid3139.cf_sel_opt:after,
#cf_flt_wrapper_custom_f_5_147 #custom_f_5_147_elid3139.cf_sel_opt:after,
#cf_flt_wrapper_custom_f_5_148 #custom_f_5_148_elid3139.cf_sel_opt:after,
#cf_flt_wrapper_custom_f_5_149 #custom_f_5_149_elid3139.cf_sel_opt:after {
    background-position: -83px 0;
}

#cf_flt_wrapper_custom_f_5_94 #custom_f_5_94_elid3230:after,
#cf_flt_wrapper_custom_f_5_119 #custom_f_5_119_elid3230:after,
#cf_flt_wrapper_custom_f_5_147 #custom_f_5_147_elid3230:after,
#cf_flt_wrapper_custom_f_5_148 #custom_f_5_148_elid3230:after,
#cf_flt_wrapper_custom_f_5_149 #custom_f_5_149_elid3230:after {
    background-position: -32px -42px;
    background-size: 937% auto;
    right: -12px;
}

#cf_flt_wrapper_custom_f_5_94 #custom_f_5_94_elid3230.cf_sel_opt:after,
#cf_flt_wrapper_custom_f_5_119 #custom_f_5_119_elid3230.cf_sel_opt:after,
#cf_flt_wrapper_custom_f_5_147 #custom_f_5_147_elid3230.cf_sel_opt:after,
#cf_flt_wrapper_custom_f_5_148 #custom_f_5_148_elid3230.cf_sel_opt:after,
#cf_flt_wrapper_custom_f_5_149 #custom_f_5_149_elid3230.cf_sel_opt:after {
    background-position: -32px 0;
}

#cf_flt_wrapper_custom_f_5_94 #custom_f_5_94_elid3231:after,
#cf_flt_wrapper_custom_f_5_119 #custom_f_5_119_elid3231:after,
#cf_flt_wrapper_custom_f_5_147 #custom_f_5_147_elid3231:after,
#cf_flt_wrapper_custom_f_5_148 #custom_f_5_148_elid3231:after,
#cf_flt_wrapper_custom_f_5_149 #custom_f_5_149_elid3231:after {
    background-position: 8px -44px;
    background-size: 1000% auto;
    right: 1px;
}

#cf_flt_wrapper_custom_f_5_94 #custom_f_5_94_elid343634:after,
#cf_flt_wrapper_custom_f_5_119 #custom_f_5_119_elid343634:after,
#cf_flt_wrapper_custom_f_5_148 #custom_f_5_148_elid343634:after,
#cf_flt_wrapper_custom_f_5_147 #custom_f_5_147_elid343634:after,
#cf_flt_wrapper_custom_f_5_149 #custom_f_5_149_elid343634:after {
    background: url(../images/icons/triangle.svg) no-repeat -6px -46px;
    background-size: 130% auto;
}

#cf_flt_wrapper_custom_f_5_94 #custom_f_5_94_elid343634.cf_sel_opt:after,
#cf_flt_wrapper_custom_f_5_119 #custom_f_5_119_elid343634.cf_sel_opt:after,
#cf_flt_wrapper_custom_f_5_148 #custom_f_5_148_elid343634.cf_sel_opt:after,
#cf_flt_wrapper_custom_f_5_147 #custom_f_5_147_elid343634.cf_sel_opt:after,
#cf_flt_wrapper_custom_f_5_149 #custom_f_5_149_elid343634.cf_sel_opt:after {
    background: url(../images/icons/triangle.svg) no-repeat -6px -1px;
    background-size: 130% auto;
}

#cf_flt_wrapper_custom_f_5_94 #custom_f_5_94_elid343639:after,
#cf_flt_wrapper_custom_f_5_119 #custom_f_5_119_elid343639:after,
#cf_flt_wrapper_custom_f_5_148 #custom_f_5_148_elid343639:after,
#cf_flt_wrapper_custom_f_5_147 #custom_f_5_147_elid343639:after,
#cf_flt_wrapper_custom_f_5_149 #custom_f_5_149_elid343639:after {
    background: url(../images/icons/other.svg) no-repeat -6px -46px;
    background-size: 130% auto;
}

#cf_flt_wrapper_custom_f_5_94 #custom_f_5_94_elid343639.cf_sel_opt:after,
#cf_flt_wrapper_custom_f_5_119 #custom_f_5_119_elid343639.cf_sel_opt:after,
#cf_flt_wrapper_custom_f_5_148 #custom_f_5_148_elid343639.cf_sel_opt:after,
#cf_flt_wrapper_custom_f_5_147 #custom_f_5_147_elid343639.cf_sel_opt:after,
#cf_flt_wrapper_custom_f_5_149 #custom_f_5_149_elid343639.cf_sel_opt:after {
    background: url(../images/icons/other.svg) no-repeat -6px -1px;
    background-size: 130% auto;
}

#cf_flt_wrapper_custom_f_5_94 #custom_f_5_94_elid3231.cf_sel_opt:after,
#cf_flt_wrapper_custom_f_5_119 #custom_f_5_119_elid3231.cf_sel_opt:after,
#cf_flt_wrapper_custom_f_5_147 #custom_f_5_147_elid3231.cf_sel_opt:after,
#cf_flt_wrapper_custom_f_5_148 #custom_f_5_148_elid3231.cf_sel_opt:after,
#cf_flt_wrapper_custom_f_5_149 #custom_f_5_149_elid3231.cf_sel_opt:after {
    background-position: 8px 0;
}


/*  Earings */

#cf_wrapper_inner_custom_f_53_147 {
    padding-top: 52px;
}

#cf_flt_wrapper_custom_f_53_147 .cf_flt_header {
    display: none;
}

#cf_flt_wrapper_custom_f_53_147 .cf_wrapper_inner .cf_filters_list li {
    padding-top: 50px;
}

#cf_flt_wrapper_custom_f_53_147 .cf_option:after {
    background: url(../images/icons/Earings-kind.svg) no-repeat;
    content: "";
    display: block;
    height: 50px;
    position: absolute;
    right: 0;
    top: -60px;
    width: 50px;
    z-index: 10;
    cursor: pointer;
}

#cf_flt_wrapper_custom_f_53_147 #custom_f_53_147_elid323031:after {
    background-position: -416px -62px;
    background-size: 980% auto;
    right: -4px;
}

#cf_flt_wrapper_custom_f_53_147 #custom_f_53_147_elid323031.cf_sel_opt:after {
    background-position: -416px 1px;
}

#cf_flt_wrapper_custom_f_53_147 #custom_f_53_147_elid323032:after {
    background-position: -305px -55px;
    background-size: 890% auto;
    right: -6px;
}

#cf_flt_wrapper_custom_f_53_147 #custom_f_53_147_elid323032.cf_sel_opt:after {
    background-position: -305px 1px;
}

#cf_flt_wrapper_custom_f_53_147 #custom_f_53_147_elid323033:after {
    background-position: -229px -53px;
    background-size: 890% auto;
    right: -6px;
}

#cf_flt_wrapper_custom_f_53_147 #custom_f_53_147_elid323033.cf_sel_opt:after {
    background-position: -229px 1px;
}

#cf_flt_wrapper_custom_f_53_147 #custom_f_53_147_elid323034:after {
    background-position: -163px -53px;
    background-size: 890% auto;
    right: -6px;
}

#cf_flt_wrapper_custom_f_53_147 #custom_f_53_147_elid323034.cf_sel_opt:after {
    background-position: -163px 1px;
}

#cf_flt_wrapper_custom_f_53_147 #custom_f_53_147_elid323035:after {
    background-position: -88px -53px;
    background-size: 890% auto;
    right: -6px;
}

#cf_flt_wrapper_custom_f_53_147 #custom_f_53_147_elid323035.cf_sel_opt:after {
    background-position: -88px 1px;
}

#cf_flt_wrapper_custom_f_53_147 #custom_f_53_147_elid323036:after {
    background-position: -20px -53px;
    background-size: 890% auto;
    right: -6px;
}

#cf_flt_wrapper_custom_f_53_147 #custom_f_53_147_elid323036.cf_sel_opt:after {
    background-position: -20px 1px;
}


/* end Earings */


/* start Necklaces */


#cf_flt_wrapper_custom_f_56_148 .cf_wrapper_inner .cf_filters_list li {
    margin-left: 14px;
}

#cf_flt_wrapper_custom_f_56_148 .cf_option:after {
    background: url(../images/icons/Necklaces.svg) no-repeat;
    content: "";
    display: block;
    height: 50px;
    position: absolute;
    right: 0;
    top: -60px;
    width: 50px;
    z-index: 10;
    cursor: pointer;
}

#cf_flt_wrapper_custom_f_56_148 #custom_f_56_148_elid323130:after {
    background-position: -227px -55px;
    background-size: 580% auto;
    right: 20px;
}

#cf_flt_wrapper_custom_f_56_148 #custom_f_56_148_elid323130.cf_sel_opt:after {
    background-position: -227px 4px;
}

#cf_flt_wrapper_custom_f_56_148 #custom_f_56_148_elid323131:after {
    background-position: -153px -55px;
    background-size: 580% auto;
    right: -4px;
}

#cf_flt_wrapper_custom_f_56_148 #custom_f_56_148_elid323131.cf_sel_opt:after {
    background-position: -153px 4px;
}

#cf_flt_wrapper_custom_f_56_148 #custom_f_56_148_elid323132:after {
    background-position: -92px -55px;
    background-size: 580% auto;
    right: -4px;
}

#cf_flt_wrapper_custom_f_56_148 #custom_f_56_148_elid323132.cf_sel_opt:after {
    background-position: -92px 4px;
}

#cf_flt_wrapper_custom_f_56_148 #custom_f_56_148_elid323133:after {
    background-position: -15px -55px;
    background-size: 580% auto;
    right: 21px;
}

#cf_flt_wrapper_custom_f_56_148 #custom_f_56_148_elid323133.cf_sel_opt:after {
    background-position: -15px 4px;
}


/* end Necklaces */


/* start Bracelet */


#cf_flt_wrapper_custom_f_51_149 a.cf_option {
    display: block;
}

#cf_wrapper_inner_custom_f_51_149 {
    padding-top: 9px;
}

#cf_flt_wrapper_custom_f_51_149 .cf_wrapper_inner .cf_filters_list li {
    text-align: center;
    width: 82px;
}

#cf_flt_wrapper_custom_f_51_149 .cf_option:after {
    background: url(../images/icons/Bracelet.svg) no-repeat;
    content: "";
    display: block;
    height: 50px;
    position: absolute;
    right: 0;
    top: -46px;
    width: 50px;
    z-index: 10;
    cursor: pointer;
}

#cf_flt_wrapper_custom_f_51_149 #custom_f_51_149_elid313836:after {
    background-position: -286px -45px;
    background-size: 700% auto;
    right: 12px;
}

#cf_flt_wrapper_custom_f_51_149 #custom_f_51_149_elid313836.cf_sel_opt:after {
    background-position: -286px 5px;
}

#cf_flt_wrapper_custom_f_51_149 #custom_f_51_149_elid313837:after {
    background-position: -196px -45px;
    background-size: 700% auto;
    right: 13px;
}

#cf_flt_wrapper_custom_f_51_149 #custom_f_51_149_elid313837.cf_sel_opt:after {
    background-position: -196px 5px;
}

#cf_flt_wrapper_custom_f_51_149 #custom_f_51_149_elid313838:after {
    background-position: -99px -45px;
    background-size: 700% auto;
    right: 22px;
}

#cf_flt_wrapper_custom_f_51_149 #custom_f_51_149_elid313838.cf_sel_opt:after {
    background-position: -99px 5px;
}

#cf_flt_wrapper_custom_f_51_149 #custom_f_51_149_elid313839:after {
    background-position: -15px -45px;
    background-size: 700% auto;
    right: 19px;
}

#cf_flt_wrapper_custom_f_51_149 #custom_f_51_149_elid313839.cf_sel_opt:after {
    background-position: -15px 5px;
}


/* end Bracelet */


/* start fasion-kind */

#cf_flt_wrapper_custom_f_49_150 {
    margin: 0 auto !important;
    position: relative;
    top: 0;
}

#cf_wrapper_inner_custom_f_49_150 {
    padding-top: 52px;
}

#cf_flt_wrapper_custom_f_49_150 .cf_flt_header {
    padding-bottom: 10px;
}

#cf_flt_wrapper_custom_f_49_150 .cf_wrapper_inner .cf_filters_list li {}

#cf_flt_wrapper_custom_f_49_150 .cf_option:after {
    background: url(../images/icons/fasion-kind.svg) no-repeat;
    content: "";
    display: block;
    height: 50px;
    position: absolute;
    right: 0;
    top: -55px;
    width: 50px;
    z-index: 10;
    cursor: pointer;
}

#cf_flt_wrapper_custom_f_49_150 #custom_f_49_150_elid313639:after {
    background-position: -539px -40px;
    right: 10px;
}

#cf_flt_wrapper_custom_f_49_150 #custom_f_49_150_elid313639.cf_sel_opt:after {
    background-position: -539px 9px;
}

#cf_flt_wrapper_custom_f_49_150 #custom_f_49_150_elid313730:after {
    background-position: -488px -40px;
    right: 10px;
}

#cf_flt_wrapper_custom_f_49_150 #custom_f_49_150_elid313730.cf_sel_opt:after {
    background-position: -488px 9px;
}

#cf_flt_wrapper_custom_f_49_150 #custom_f_49_150_elid313731:after {
    background-position: -417px -40px;
    right: 10px;
}

#cf_flt_wrapper_custom_f_49_150 #custom_f_49_150_elid313731.cf_sel_opt:after {
    background-position: -416px 9px;
}

#cf_flt_wrapper_custom_f_49_150 #custom_f_49_150_elid313732:after {
    background-position: -354px -40px;
    right: 8px;
}

#cf_flt_wrapper_custom_f_49_150 #custom_f_49_150_elid313732.cf_sel_opt:after {
    background-position: -353px 9px;
}

#cf_flt_wrapper_custom_f_49_150 #custom_f_49_150_elid313733:after {
    background-position: -292px -40px;
    right: 10px;
}

#cf_flt_wrapper_custom_f_49_150 #custom_f_49_150_elid313733.cf_sel_opt:after {
    background-position: -292px 9px;
}

#cf_flt_wrapper_custom_f_49_150 #custom_f_49_150_elid313734:after {
    background-position: -219px -40px;
    right: 10px;
}

#cf_flt_wrapper_custom_f_49_150 #custom_f_49_150_elid313734.cf_sel_opt:after {
    background-position: -219px 9px;
}

#cf_flt_wrapper_custom_f_49_150 #custom_f_49_150_elid313735:after {
    background-position: -151px -40px;
    right: -1px;
}

#cf_flt_wrapper_custom_f_49_150 #custom_f_49_150_elid313735.cf_sel_opt:after {
    background-position: -151px 9px;
}

#cf_flt_wrapper_custom_f_49_150 #custom_f_49_150_elid313736:after {
    background-position: -77px -40px;
    right: -3px;
}

#cf_flt_wrapper_custom_f_49_150 #custom_f_49_150_elid313736.cf_sel_opt:after {
    background-position: -77px 9px;
}

#cf_flt_wrapper_custom_f_49_150 #custom_f_49_150_elid313737:after {
    background-position: 6px -40px;
    right: 10px;
}

#cf_flt_wrapper_custom_f_49_150 #custom_f_49_150_elid313737.cf_sel_opt:after {
    background-position: 6px 9px;
}

#cf_flt_wrapper_custom_f_49_150 #custom_f_49_150_elid313738:after {
    background: none;
}


/* end fasion-kind */

#cf_flt_wrapper_custom_f_49_232 {
    margin: 0 auto !important;
    position: relative;
    top: 0;
}

#cf_wrapper_inner_custom_f_49_232 {
    padding-top: 52px;
}

#cf_flt_wrapper_custom_f_49_232 .cf_flt_header {
    padding-bottom: 10px;
}

#cf_flt_wrapper_custom_f_49_232 .cf_wrapper_inner .cf_filters_list li {}

#cf_flt_wrapper_custom_f_49_232 .cf_option:after {
    background: url(../images/icons/fasion-kind.svg) no-repeat;
    content: "";
    display: block;
    height: 50px;
    position: absolute;
    right: 0;
    top: -55px;
    width: 50px;
    z-index: 10;
    cursor: pointer;
}

#cf_flt_wrapper_custom_f_49_232 #custom_f_49_232_elid313639:after {
    background-position: -539px -40px;
    right: 5px;
}

#cf_flt_wrapper_custom_f_49_232 #custom_f_49_232_elid313639.cf_sel_opt:after {
    background-position: -539px 9px;
}

#cf_flt_wrapper_custom_f_49_232 #custom_f_49_232_elid313730:after {
    background-position: -495px -40px;
    right: 10px;
}

#cf_flt_wrapper_custom_f_49_232 #custom_f_49_232_elid313730.cf_sel_opt:after {
    background-position: -488px 9px;
}

#cf_flt_wrapper_custom_f_49_232 #custom_f_49_232_elid313731:after {
    background-position: -419px -40px;
    right: 10px;
}

#cf_flt_wrapper_custom_f_49_232 #custom_f_49_232_elid313731.cf_sel_opt:after {
    background-position: -416px 9px;
}

#cf_flt_wrapper_custom_f_49_232 #custom_f_49_232_elid313732:after {
    background-position: -354px -40px;
    right: 8px;
}

#cf_flt_wrapper_custom_f_49_232 #custom_f_49_232_elid313732.cf_sel_opt:after {
    background-position: -353px 9px;
}

#cf_flt_wrapper_custom_f_49_232 #custom_f_49_232_elid313733:after {
    background-position: -292px -40px;
    right: 10px;
}

#cf_flt_wrapper_custom_f_49_232 #custom_f_49_232_elid313733.cf_sel_opt:after {
    background-position: -292px 9px;
}

#cf_flt_wrapper_custom_f_49_232 #custom_f_49_232_elid313734:after {
    background-position: -219px -40px;
    right: 10px;
}

#cf_flt_wrapper_custom_f_49_232 #custom_f_49_232_elid313734.cf_sel_opt:after {
    background-position: -219px 9px;
}

#cf_flt_wrapper_custom_f_49_232 #custom_f_49_232_elid313735:after {
    background-position: -151px -40px;
    right: -1px;
}

#cf_flt_wrapper_custom_f_49_232 #custom_f_49_232_elid313735.cf_sel_opt:after {
    background-position: -151px 9px;
}

#cf_flt_wrapper_custom_f_49_232 #custom_f_49_232_elid313736:after {
    background-position: -77px -40px;
    right: -3px;
}

#cf_flt_wrapper_custom_f_49_232 #custom_f_49_232_elid313736.cf_sel_opt:after {
    background-position: -77px 9px;
}

#cf_flt_wrapper_custom_f_49_232 #custom_f_49_232_elid313737:after {
    background-position: 6px -40px;
    right: 10px;
}

#cf_flt_wrapper_custom_f_49_232 #custom_f_49_232_elid313737.cf_sel_opt:after {
    background-position: 6px 9px;
}

#cf_flt_wrapper_custom_f_49_232 #custom_f_49_232_elid313738:after {
    background: none;
}


/* start fashion-metal  */

#cf_flt_wrapper_custom_f_50_150 {
    margin: 0 auto !important;
    position: relative;
    right: 10px;
    width: 637px !important;
    top: -13px;
}

#cfhead_custom_f_50_150 {
    padding-bottom: 55px;
}

#cf_flt_wrapper_custom_f_50_150 .cf_wrapper_inner .cf_filters_list li {
    margin-left: 8px;
    margin-right: 8px;
}

#cf_flt_wrapper_custom_f_50_150 .cf_wrapper_inner .cf_filters_list li label a {
    display: block;
    width: 69px;
    text-align: center;
}

#cf_wrapper_inner_custom_f_50_150.cf_wrapper_inner .cf_filters_list li label a:after {
    border: 3px solid #cdcbcb;
    border-radius: 30px;
    color: #cdcbcb;
    font-size: 16px;
    line-height: 21px;
    height: 20px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    text-align: center;
    top: -32px;
    width: 20px;
    font-weight: normal;
    content: "";
}

#cf_wrapper_inner_custom_f_50_150.cf_wrapper_inner .cf_filters_list li label a#custom_f_50_150_elid313739:after {
    border-color: #C8C6C6;
}

#cf_wrapper_inner_custom_f_50_150.cf_wrapper_inner .cf_filters_list li label a#custom_f_50_150_elid313830:after {
    border-color: #9F9F9F;
}

#cf_wrapper_inner_custom_f_50_150.cf_wrapper_inner .cf_filters_list li label a#custom_f_50_150_elid313831:after {
    border-color: #BEA578;
}

#cf_wrapper_inner_custom_f_50_150.cf_wrapper_inner .cf_filters_list li label a#custom_f_50_150_elid313832:after {
    border-color: #BEA578;
}

#cf_wrapper_inner_custom_f_50_150.cf_wrapper_inner .cf_filters_list li label a#custom_f_50_150_elid313833:after {
    border-color: #606060;
}

#cf_wrapper_inner_custom_f_50_150.cf_wrapper_inner .cf_filters_list li label a#custom_f_50_150_elid313834:after {
    border-color: #C8C6C6;
}

#cf_wrapper_inner_custom_f_50_150.cf_wrapper_inner .cf_filters_list li label a#custom_f_50_150_elid313835:after {
    border-color: #1E1E1E;
}


/* end fashion-metal   */


/* start fashion2-metal  */


#cfhead_custom_f_4_232 {
    padding-bottom: 55px;
}

#cf_flt_wrapper_custom_f_4_232 .cf_wrapper_inner .cf_filters_list li {
    margin-left: 8px;
    margin-right: 8px;
}

#cf_flt_wrapper_custom_f_4_232 .cf_wrapper_inner .cf_filters_list li label a {
    display: block;
    width: 69px;
    text-align: center;
}

#cf_wrapper_inner_custom_f_4_232.cf_wrapper_inner .cf_filters_list li label a:after {
    border: 3px solid #cdcbcb;
    border-radius: 30px;
    color: #cdcbcb;
    font-size: 16px;
    line-height: 21px;
    height: 20px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    text-align: center;
    top: -32px;
    width: 20px;
    font-weight: normal;
    content: "";
}

#cf_wrapper_inner_custom_f_4_232.cf_wrapper_inner .cf_filters_list li label a:after {
    border: 3px solid #cdcbcb;
    border-radius: 30px;
    color: #cdcbcb;
    content: "14";
    font-size: 16px;
    line-height: 21px;
    height: 20px;
    left: 0;
    margin: 0;
    position: absolute;
    right: 0;
    top:-3px;
    text-align: center;
    width: 20px;
    font-weight: normal;
}

#cf_wrapper_inner_custom_f_4_232.cf_wrapper_inner .cf_filters_list li label a#custom_f_4_232_elid3130:after {
    border-color: #cd6425;
    color: #cd6425;
    ;
}

#cf_wrapper_inner_custom_f_4_232.cf_wrapper_inner .cf_filters_list li label a#custom_f_4_232_elid39:after {
    border-color: #BEA578;
    color: #BEA578;
    content: "18";
}

#cf_wrapper_inner_custom_f_4_232.cf_wrapper_inner .cf_filters_list li label a#custom_f_4_232_elid38:after {
    border-color: #BEA578;
    color: #BEA578;
}

#cf_wrapper_inner_custom_f_4_232.cf_wrapper_inner .cf_filters_list li label a#custom_f_4_232_elid37:after {
    border-color: #cdcbcb;
    color: #cdcbcb;
    content: "18";
}

#cf_wrapper_inner_custom_f_4_232.cf_wrapper_inner .cf_filters_list li label a#custom_f_4_232_elid353131:after {
    content: "";
}


/* end fashion2-metal   */


/* start fashion-color  */

#cf_flt_wrapper_custom_f_58_232 {
    margin: 0 auto !important;
    position: relative;
    top: -13px;
}

#cfhead_custom_f_58_232 {
    padding-bottom: 42px;
}

#cf_flt_wrapper_custom_f_58_232 .cf_wrapper_inner .cf_filters_list li {}

#cf_wrapper_inner_custom_f_58_232.cf_wrapper_inner .cf_filters_list li label a:after {
    border: 3px solid #bea578;
    border-radius: 30px;
    color: #cdcbcb;
    font-size: 16px;
    line-height: 21px;
    height: 20px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    text-align: center;
    top: -32px;
    width: 20px;
    font-weight: normal;
    content: "";
}

#cf_wrapper_inner_custom_f_58_232.cf_wrapper_inner .cf_filters_list li label a#custom_f_58_232_elid323235:after {
    background: #000;
}

#cf_wrapper_inner_custom_f_58_232.cf_wrapper_inner .cf_filters_list li label a#custom_f_58_232_elid323236:after {
    background: #fff;
}

#cf_wrapper_inner_custom_f_58_232.cf_wrapper_inner .cf_filters_list li label a#custom_f_58_232_elid323237:after {}

#cf_wrapper_inner_custom_f_58_232.cf_wrapper_inner .cf_filters_list li label a#custom_f_58_232_elid323238:after {
    background: #B50000;
}

#cf_wrapper_inner_custom_f_58_232.cf_wrapper_inner .cf_filters_list li label a#custom_f_58_232_elid323239:after {
    background: #FF7E7E;
}

#cf_wrapper_inner_custom_f_58_232.cf_wrapper_inner .cf_filters_list li label a#custom_f_58_232_elid323330:after {
    background: #35A033;
}

#cf_wrapper_inner_custom_f_58_232.cf_wrapper_inner .cf_filters_list li label a#custom_f_58_232_elid323331:after {
    background: #146FBD;
}

#cf_wrapper_inner_custom_f_58_232.cf_wrapper_inner .cf_filters_list li label a#custom_f_58_232_elid323332:after {
    background: #FDE908;
}

#cf_wrapper_inner_custom_f_58_232.cf_wrapper_inner .cf_filters_list li label a#custom_f_58_232_elid323333:after {
    background: #8F46D3;
}

#cf_wrapper_inner_custom_f_58_232.cf_wrapper_inner .cf_filters_list li label a#custom_f_58_232_elid323334:after {
    background: #7C5812;
}

#cf_wrapper_inner_custom_f_58_232.cf_wrapper_inner .cf_filters_list li label a#custom_f_58_232_elid333330:after {
    background: #999;
}

#cf_wrapper_inner_custom_f_58_232.cf_wrapper_inner .cf_filters_list li label a#custom_f_58_232_elid323335:after {}


/* end fashion-color */


/* start Gemstone jewelry  */

#cf_flt_wrapper_custom_f_58_150 {
    margin: 0 auto !important;
    position: relative;
    top: -13px;
}

#cfhead_custom_f_58_150 {
    padding-bottom: 55px;
}

#cf_flt_wrapper_custom_f_58_150 .cf_wrapper_inner .cf_filters_list li {}

#cf_wrapper_inner_custom_f_58_150.cf_wrapper_inner .cf_filters_list li label a:after {
    border: 3px solid #bea578;
    border-radius: 30px;
    color: #cdcbcb;
    font-size: 16px;
    line-height: 21px;
    height: 20px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    text-align: center;
    top: -32px;
    width: 20px;
    font-weight: normal;
    content: "";
}

#cf_wrapper_inner_custom_f_58_150.cf_wrapper_inner .cf_filters_list li label a#custom_f_58_150_elid323235:after {
    background: #000;
}

#cf_wrapper_inner_custom_f_58_150.cf_wrapper_inner .cf_filters_list li label a#custom_f_58_150_elid323236:after {
    background: #fff;
}

#cf_wrapper_inner_custom_f_58_150.cf_wrapper_inner .cf_filters_list li label a#custom_f_58_150_elid323237:after {}

#cf_wrapper_inner_custom_f_58_150.cf_wrapper_inner .cf_filters_list li label a#custom_f_58_150_elid323238:after {
    background: #B50000;
}

#cf_wrapper_inner_custom_f_58_150.cf_wrapper_inner .cf_filters_list li label a#custom_f_58_150_elid323239:after {
    background: #FF7E7E;
}

#cf_wrapper_inner_custom_f_58_150.cf_wrapper_inner .cf_filters_list li label a#custom_f_58_150_elid323330:after {
    background: #35A033;
}

#cf_wrapper_inner_custom_f_58_150.cf_wrapper_inner .cf_filters_list li label a#custom_f_58_150_elid323331:after {
    background: #146FBD;
}

#cf_wrapper_inner_custom_f_58_150.cf_wrapper_inner .cf_filters_list li label a#custom_f_58_150_elid323332:after {
    background: #FDE908;
}

#cf_wrapper_inner_custom_f_58_150.cf_wrapper_inner .cf_filters_list li label a#custom_f_58_150_elid323333:after {
    background: #8F46D3;
}

#cf_wrapper_inner_custom_f_58_150.cf_wrapper_inner .cf_filters_list li label a#custom_f_58_150_elid323334:after {
    background: #7C5812;
}

#cf_wrapper_inner_custom_f_58_150.cf_wrapper_inner .cf_filters_list li label a#custom_f_58_150_elid333330:after {
    background: #999;
}

#cf_wrapper_inner_custom_f_58_150.cf_wrapper_inner .cf_filters_list li label a#custom_f_58_150_elid323335:after {}


/* end Gemstone jewelry */


/* start gems-icons  */

#cf_flt_wrapper_custom_f_57_150 {
    margin: 0 auto !important;
    position: relative;
    top: -13px;
}

#cf_wrapper_inner_custom_f_57_150 {
    padding-top: 52px;
}

#cf_flt_wrapper_custom_f_57_150 .cf_flt_header {
    padding-bottom: 10px;
}

#cf_flt_wrapper_custom_f_57_150 .cf_wrapper_inner .cf_filters_list li {}

#cf_flt_wrapper_custom_f_57_150 .cf_option:after {
    background: url(../images/icons/gems-icons.svg) no-repeat;
    content: "";
    display: block;
    height: 51px;
    position: absolute;
    right: 0;
    top: -55px;
    width: 50px;
    z-index: 10;
    cursor: pointer;
}


/*background: url(../images/icons/gems-red.svg) no-repeat 6px -74px;*/

#cf_flt_wrapper_custom_f_57_150 #custom_f_57_150_elid323134:after {
    background-position: -543px -61px;
    right: 0;
}

#cf_flt_wrapper_custom_f_57_150 #custom_f_57_150_elid323134.cf_sel_opt:after {
    background-position: -543px -5px;
}

#cf_flt_wrapper_custom_f_57_150 #custom_f_57_150_elid323135:after {
    background-position: -492px -61px;
    right: 0;
}

#cf_flt_wrapper_custom_f_57_150 #custom_f_57_150_elid323135.cf_sel_opt:after {
    background-position: -492px -5px;
}

#cf_flt_wrapper_custom_f_57_150 #custom_f_57_150_elid323136:after {
    background-position: -443px -61px;
    right: 0;
}

#cf_flt_wrapper_custom_f_57_150 #custom_f_57_150_elid323136.cf_sel_opt:after {
    background-position: -443px -5px;
}

#cf_flt_wrapper_custom_f_57_150 #custom_f_57_150_elid323137:after {
    background-position: -387px -61px;
    right: 0;
}

#cf_flt_wrapper_custom_f_57_150 #custom_f_57_150_elid323137.cf_sel_opt:after {
    background-position: -387px -5px;
}

#cf_flt_wrapper_custom_f_57_150 #custom_f_57_150_elid323138:after {
    background-position: -330px -61px;
    right: 0;
}

#cf_flt_wrapper_custom_f_57_150 #custom_f_57_150_elid323138.cf_sel_opt:after {
    background-position: -330px -5px;
}

#cf_flt_wrapper_custom_f_57_150 #custom_f_57_150_elid323139:after {
    background-position: -274px -61px;
    right: 0;
}

#cf_flt_wrapper_custom_f_57_150 #custom_f_57_150_elid323139.cf_sel_opt:after {
    background-position: -274px -5px;
}

#cf_flt_wrapper_custom_f_57_150 #custom_f_57_150_elid323230:after {
    background-position: -226px -61px;
    right: 0;
}

#cf_flt_wrapper_custom_f_57_150 #custom_f_57_150_elid323230.cf_sel_opt:after {
    background-position: -226px -5px;
}

#cf_flt_wrapper_custom_f_57_150 #custom_f_57_150_elid323231:after {
    background-position: -175px -61px;
    right: 0;
}

#cf_flt_wrapper_custom_f_57_150 #custom_f_57_150_elid323231.cf_sel_opt:after {
    background-position: -175px -5px;
}

#cf_flt_wrapper_custom_f_57_150 #custom_f_57_150_elid323232:after {
    background-position: -125px -61px;
    right: 0;
}

#cf_flt_wrapper_custom_f_57_150 #custom_f_57_150_elid323232.cf_sel_opt:after {
    background-position: -125px -5px;
}

#cf_flt_wrapper_custom_f_57_150 #custom_f_57_150_elid323233:after {
    background-position: -63px -61px;
    right: 0;
}

#cf_flt_wrapper_custom_f_57_150 #custom_f_57_150_elid323233.cf_sel_opt:after {
    background-position: -63px -5px;
}

#cf_flt_wrapper_custom_f_57_150 #custom_f_57_150_elid323234:after {
    background-position: -11px -61px;
    right: 0;
}

#cf_flt_wrapper_custom_f_57_150 #custom_f_57_150_elid323234.cf_sel_opt:after {
    background-position: -11px -5px;
}

#cf_flt_wrapper_custom_f_57_150 #custom_f_57_150_elid363230:after,
#custom_f_57_150_elid363139 .cf_option:after {
    background: url(../images/icons/gems-red.svg) no-repeat 1px -83px;
    background-size: 109% auto;
}

#cf_flt_wrapper_custom_f_57_150 #custom_f_57_150_elid363230.cf_sel_opt:after {
    background-position: 1px -24px;
}


/* end gems-icons  */

#cf_flt_wrapper_custom_f_57_232 {
    margin: 0 auto !important;
    position: relative;
    top: -13px;
}

#cf_wrapper_inner_custom_f_57_232 {
    padding-top: 52px;
}

#cf_flt_wrapper_custom_f_57_232 .cf_flt_header {
    padding-bottom: 10px;
}

#cf_flt_wrapper_custom_f_57_232 .cf_wrapper_inner .cf_filters_list li {}

#cf_flt_wrapper_custom_f_57_232 .cf_option:after {
    background: url(../images/icons/gems-icons.svg) no-repeat;
    content: "";
    display: block;
    height: 50px;
    position: absolute;
    right: 0;
    top: -55px;
    width: 50px;
    z-index: 10;
    cursor: pointer;
}

#cf_flt_wrapper_custom_f_57_232 #custom_f_57_232_elid323134:after {
    background-position: -543px -61px;
    right: 0;
}

#cf_flt_wrapper_custom_f_57_232 #custom_f_57_232_elid323134.cf_sel_opt:after {
    background-position: -543px -5px;
}

#cf_flt_wrapper_custom_f_57_232 #custom_f_57_232_elid323135:after {
    background-position: -492px -61px;
    right: 0;
}

#cf_flt_wrapper_custom_f_57_232 #custom_f_57_232_elid323135.cf_sel_opt:after {
    background-position: -492px -5px;
}

#cf_flt_wrapper_custom_f_57_232 #custom_f_57_232_elid323136:after {
    background-position: -443px -61px;
    right: 0;
}

#cf_flt_wrapper_custom_f_57_232 #custom_f_57_232_elid323136.cf_sel_opt:after {
    background-position: -443px -5px;
}

#cf_flt_wrapper_custom_f_57_232 #custom_f_57_232_elid323137:after {
    background-position: -387px -61px;
    right: 0;
}

#cf_flt_wrapper_custom_f_57_232 #custom_f_57_232_elid323137.cf_sel_opt:after {
    background-position: -387px -5px;
}

#cf_flt_wrapper_custom_f_57_232 #custom_f_57_232_elid323138:after {
    background-position: -330px -61px;
    right: 0;
}

#cf_flt_wrapper_custom_f_57_232 #custom_f_57_232_elid323138.cf_sel_opt:after {
    background-position: -330px -5px;
}

#cf_flt_wrapper_custom_f_57_232 #custom_f_57_232_elid323139:after {
    background-position: -274px -61px;
    right: 0;
}

#cf_flt_wrapper_custom_f_57_232 #custom_f_57_232_elid323139.cf_sel_opt:after {
    background-position: -274px -5px;
}

#cf_flt_wrapper_custom_f_57_232 #custom_f_57_232_elid323230:after {
    background-position: -219px -61px;
    right: 0;
}

#cf_flt_wrapper_custom_f_57_232 #custom_f_57_232_elid323230.cf_sel_opt:after {
    background-position: -226px -5px;
}

#cf_flt_wrapper_custom_f_57_232 #custom_f_57_232_elid323231:after {
    background-position: -175px -61px;
    right: 0;
}

#cf_flt_wrapper_custom_f_57_232 #custom_f_57_232_elid323231.cf_sel_opt:after {
    background-position: -175px -5px;
}

#cf_flt_wrapper_custom_f_57_232 #custom_f_57_232_elid323232:after {
    background-position: -125px -61px;
    right: 0;
}

#cf_flt_wrapper_custom_f_57_232 #custom_f_57_232_elid323232.cf_sel_opt:after {
    background-position: -125px -5px;
}

#cf_flt_wrapper_custom_f_57_232 #custom_f_57_232_elid323233:after {
    background-position: -68px -61px;
    right: 0;
}

#cf_flt_wrapper_custom_f_57_232 #custom_f_57_232_elid323233.cf_sel_opt:after {
    background-position: -63px -5px;
}

#cf_flt_wrapper_custom_f_57_232 #custom_f_57_232_elid323234:after {
    background-position: -6px -61px;
    right: 0;
}

#cf_flt_wrapper_custom_f_57_232 #custom_f_57_232_elid323234.cf_sel_opt:after {
    background-position: -11px -5px;
}

#cf_flt_wrapper_custom_f_57_232 #custom_f_57_232_elid363139:after {
    background: url(../images/icons/gems-red.svg) no-repeat 6px -74px;
    background-size: cover;
}

#cf_flt_wrapper_custom_f_57_232 #custom_f_57_232_elid363139.cf_sel_opt:after {
    background-position: 6px -19px;
}


/*  start fashion_advance */

#cf_flt_wrapper_custom_f_55_150 {
    margin: 0 auto !important;
    position: relative;
    top: -13px;
}

#cf_wrapper_inner_custom_f_55_150 {
    padding-top: 72px;
}

#cf_flt_wrapper_custom_f_55_150 .cf_flt_header {
    display: none;
}

#cf_flt_wrapper_custom_f_55_150 .cf_option:after {
    background: url(../images/icons/fashion_advance.svg) no-repeat;
    content: "";
    display: block;
    height: 50px;
    position: absolute;
    right: 0;
    top: -55px;
    width: 50px;
    z-index: 10;
    cursor: pointer;
}

#cf_flt_wrapper_custom_f_55_150 #custom_f_55_150_elid323037:after {
    background-position: -135px -39px;
    background-size: 380% auto;
    right: -2px;
}

#cf_flt_wrapper_custom_f_55_150 #custom_f_55_150_elid323037.cf_sel_opt:after {
    background-position: -135px 8px;
}

#cf_flt_wrapper_custom_f_55_150 #custom_f_55_150_elid323038:after {
    background-position: -85px -39px;
    background-size: 380% auto;
    right: -2px;
}

#cf_flt_wrapper_custom_f_55_150 #custom_f_55_150_elid323038.cf_sel_opt:after {
    background-position: -85px 8px;
}

#cf_flt_wrapper_custom_f_55_150 #custom_f_55_150_elid323039:after {
    background-position: -6px -39px;
    background-size: 250% auto;
    right: -12px;
    width: 76px;
    top: -55px;
}

#cf_flt_wrapper_custom_f_55_150 #custom_f_55_150_elid323039.cf_sel_opt:after {
    background-position: -6px 8px;
}


/* end fashion_advance */

#cf_flt_wrapper_custom_f_24_100 #custom_f_24_100_elid3935:after {
    background-position: -361px -44px;
    background-size: 1000% auto;
    right: -4px;
}

#cf_flt_wrapper_custom_f_24_100 label.cf_sel_opt #custom_f_24_100_elid3935:after {
    background-position: -361px 0;
}

#cf_flt_wrapper_custom_f_24_100 label.cf_sel_opt span {
    color: #bea578;
}

#cf_flt_wrapper_custom_f_24_100 #custom_f_24_100_elid3936:after {
    background-position: -318px -44px;
    background-size: 1000% auto;
    right: 4px;
}

#cf_flt_wrapper_custom_f_24_100 label.cf_sel_opt #custom_f_24_100_elid3936:after {
    background-position: -318px 0;
}

#cf_flt_wrapper_custom_f_24_100 #custom_f_24_100_elid3937:after {
    background-position: -276px -44px;
    background-size: 1000% auto;
    right: -4px;
}

#cf_flt_wrapper_custom_f_24_100 label.cf_sel_opt #custom_f_24_100_elid3937:after {
    background-position: -276px 0;
}

#cf_flt_wrapper_custom_f_24_100 #custom_f_24_100_elid3938:after {
    background-position: -231px -44px;
    background-size: 1000% auto;
    right: -4px;
}

#cf_flt_wrapper_custom_f_24_100 label.cf_sel_opt #custom_f_24_100_elid3938:after {
    background-position: -231px 0;
}

#cf_flt_wrapper_custom_f_24_100 #custom_f_24_100_elid3939:after {
    background-position: -193px -44px;
    background-size: 1000% auto;
    right: -4px;
}

#cf_flt_wrapper_custom_f_24_100 label.cf_sel_opt #custom_f_24_100_elid3939:after {
    background-position: -193px 0;
}

#cf_flt_wrapper_custom_f_24_100 #custom_f_24_100_elid313030:after {
    background-position: -140px -42px;
    background-size: 950% auto;
    right: -1px;
}

#cf_flt_wrapper_custom_f_24_100 label.cf_sel_opt #custom_f_24_100_elid313030:after {
    background-position: -140px 0;
}

#cf_flt_wrapper_custom_f_24_100 #custom_f_24_100_elid313031:after {
    background-position: -107px -44px;
    background-size: 1000% auto;
    right: 0;
}

#cf_flt_wrapper_custom_f_24_100 label.cf_sel_opt #custom_f_24_100_elid313031:after {
    background-position: -107px 0;
}

#cf_flt_wrapper_custom_f_24_100 #custom_f_24_100_elid313032:after {
    background-position: -84px -44px;
    background-size: 1461% auto;
    right: 10px;
    width: 28px;
}

#cf_flt_wrapper_custom_f_24_100 label.cf_sel_opt #custom_f_24_100_elid313032:after {
    background-position: -84px 0;
}

#cf_flt_wrapper_custom_f_24_100 #custom_f_24_100_elid313033:after {
    background-position: -32px -41px;
    background-size: 935% auto;
    right: -12px;
}

#cf_flt_wrapper_custom_f_24_100 label.cf_sel_opt #custom_f_24_100_elid313033:after {
    background-position: -32px 0;
}

#cf_flt_wrapper_custom_f_24_100 #custom_f_24_100_elid313034:after {
    background-position: 7px -44px;
    background-size: 1000% auto;
    right: -4px;
}

#cf_flt_wrapper_custom_f_24_100 label.cf_sel_opt #custom_f_24_100_elid313034:after {
    background-position: 7px 0;
}


/* end weight */


#cf_flt_wrapper_custom_f_10_94 .cf_slider_gutter_m,
#cf_flt_wrapper_custom_f_10_119 .cf_slider_gutter_m,
#cf_flt_wrapper_custom_f_10_147 .cf_slider_gutter_m,
#cf_flt_wrapper_custom_f_10_148 .cf_slider_gutter_m,
#cf_flt_wrapper_custom_f_10_149 .cf_slider_gutter_m {
    background: url(../images/bar2.svg) no-repeat -6px -7px;
    border: none;
    height: 28px;
    width: 460px;
    background-size: 103% auto;
}

#cf_flt_wrapper_custom_f_10_94 .cf_slider_gutter_m .knob_wrapper,
#cf_flt_wrapper_custom_f_10_119 .cf_slider_gutter_m .knob_wrapper,
#cf_flt_wrapper_custom_f_10_147 .cf_slider_gutter_m .knob_wrapper,
#cf_flt_wrapper_custom_f_10_148 .cf_slider_gutter_m .knob_wrapper,
#cf_flt_wrapper_custom_f_10_149 .cf_slider_gutter_m .knob_wrapper {
    margin-left: 0;
}

#cf_flt_wrapper_custom_f_10_94 .cf_filtering_knob,
#cf_flt_wrapper_custom_f_10_119 .cf_filtering_knob,
#cf_flt_wrapper_custom_f_10_147 .cf_filtering_knob,
#cf_flt_wrapper_custom_f_10_148 .cf_filtering_knob,
#cf_flt_wrapper_custom_f_10_149 .cf_filtering_knob {
    width: 22px;
}

#cf_flt_wrapper_custom_f_10_94 .cf_slider_gutter_l,
#cf_flt_wrapper_custom_f_10_94 .cf_slider_gutter_r,
#cf_flt_wrapper_custom_f_10_119 .cf_slider_gutter_l,
#cf_flt_wrapper_custom_f_10_119 .cf_slider_gutter_r,
#cf_flt_wrapper_custom_f_10_147 .cf_slider_gutter_l,
#cf_flt_wrapper_custom_f_10_147 .cf_slider_gutter_r,
#cf_flt_wrapper_custom_f_10_148 .cf_slider_gutter_l,
#cf_flt_wrapper_custom_f_10_148 .cf_slider_gutter_r,
#cf_flt_wrapper_custom_f_10_149 .cf_slider_gutter_l,
#cf_flt_wrapper_custom_f_10_149 .cf_slider_gutter_r {
    border: none;
    height: 0;
    width: 0;
}


/* echot litosh  */

#cf_flt_wrapper_custom_f_33_119 {
    float: right;
    margin-right: 70px !important;
}

#cf_flt_wrapper_custom_f_33_119 .cf_slider_gutter_m {
    background: url(../images/bar3.svg) no-repeat -6px -7px;
    background-size: 103% auto;
    border: none;
    height: 28px;
    width: 461px;
}

#cf_flt_wrapper_custom_f_33_119 .cf_slider_gutter_m .knob_wrapper {
    margin-left: 0;
}

#cf_flt_wrapper_custom_f_33_119 .cf_filtering_knob {
    width: 22px;
}

#cf_flt_wrapper_custom_f_33_119 .cf_slider_gutter_l,
#cf_flt_wrapper_custom_f_33_119 .cf_slider_gutter_r {
    border: none;
    height: 0;
    width: 0;
}


#cf_flt_wrapper_custom_f_11_94 .cf_slider_gutter_m,
#cf_flt_wrapper_custom_f_11_119 .cf_slider_gutter_m,
#cf_flt_wrapper_custom_f_11_147 .cf_slider_gutter_m,
#cf_flt_wrapper_custom_f_11_148 .cf_slider_gutter_m,
#cf_flt_wrapper_custom_f_11_149 .cf_slider_gutter_m,
#cf_flt_wrapper_custom_f_11_100 .cf_slider_gutter_m {
    background: url(../images/bar1.svg) no-repeat -7px -6px;
    border: none;
    height: 28px;
    width: 460px;
    background-size: 103% auto;
}

#cf_flt_wrapper_custom_f_11_94 .cf_slider_gutter_m .knob_wrapper,
#cf_flt_wrapper_custom_f_11_119 .cf_slider_gutter_m .knob_wrapper,
#cf_flt_wrapper_custom_f_11_147 .cf_slider_gutter_m .knob_wrapper,
#cf_flt_wrapper_custom_f_11_148 .cf_slider_gutter_m .knob_wrapper,
#cf_flt_wrapper_custom_f_11_149 .cf_slider_gutter_m .knob_wrapper,
#cf_flt_wrapper_custom_f_11_100 .cf_slider_gutter_m .knob_wrapper {
    margin-left: 0;
}

#cf_flt_wrapper_custom_f_11_94 .cf_filtering_knob,
#cf_flt_wrapper_custom_f_11_119 .cf_filtering_knob,
#cf_flt_wrapper_custom_f_11_147 .cf_filtering_knob,
#cf_flt_wrapper_custom_f_11_148 .cf_filtering_knob,
#cf_flt_wrapper_custom_f_11_149 .cf_filtering_knob,
#cf_flt_wrapper_custom_f_11_100 .cf_filtering_knob {
    width: 22px;
}

#cf_flt_wrapper_custom_f_11_94 .cf_slider_gutter_l,
#cf_flt_wrapper_custom_f_11_94 .cf_slider_gutter_r,
#cf_flt_wrapper_custom_f_11_119 .cf_slider_gutter_l,
#cf_flt_wrapper_custom_f_11_119 .cf_slider_gutter_r,
#cf_flt_wrapper_custom_f_11_147 .cf_slider_gutter_l,
#cf_flt_wrapper_custom_f_11_147 .cf_slider_gutter_r,
#cf_flt_wrapper_custom_f_11_148 .cf_slider_gutter_l,
#cf_flt_wrapper_custom_f_11_148 .cf_slider_gutter_r,
#cf_flt_wrapper_custom_f_11_149 .cf_slider_gutter_l,
#cf_flt_wrapper_custom_f_11_149 .cf_slider_gutter_r,
#cf_flt_wrapper_custom_f_11_100 .cf_slider_gutter_l,
#cf_flt_wrapper_custom_f_11_100 .cf_slider_gutter_r {
    border: none;
    height: 0;
    width: 0;
}

#cf_flt_wrapper_custom_f_15_94,
#cf_flt_wrapper_custom_f_15_119 {}

#cf_flt_wrapper_custom_f_15_94 .cf_flt_header,
#cf_flt_wrapper_custom_f_15_119 .cf_flt_header,
#cf_flt_wrapper_custom_f_15_148 .cf_flt_header,
#cf_flt_wrapper_custom_f_15_147 .cf_flt_header,
#cf_flt_wrapper_custom_f_15_149 .cf_flt_header,
#cf_flt_wrapper_custom_f_49_150 .cf_flt_header {
    display: none;
}

.filtertooltipdiv {
    display: none;
    padding: 4px 8px;
    background-color: #fff;
    border: #5a5959 1px solid;
    position: absolute;
    z-index: 9999;
    color: #0c0c0c;
    font-size: 0.688em;
    min-width: 100px;
    min-height: 50px;
    text-align: right;
    direction: rtl;
}

.tipBody {
    padding: 2px;
}

.line-info {
    bottom: 0;
    height: 70px;
    overflow: hidden;
    position: absolute;
    max-width: 1136px;
    width: 100%;
}

.line-info a {
    color: #8e8d8d;
    background: url(../images/cancel.png) no-repeat right center;
    padding-right: 19px;
    text-decoration: none;
}

.line-info label {
    display: none;
}

.line-info label.cf_sel_opt {
    display: block;
}

.line-info li {
    float: right;
    margin-left: 10px;
    padding-left: 15px;
    position: relative;
    line-height: 40px;
}

.line-info li label.cf_sel_opt:after {
    border-left: 1px solid #b99d6b;
    display: block;
    height: 45px;
    content: '';
    overflow: hidden;
    position: absolute;
    top: -2px;
    -moz-transform: rotate(28deg);
    -webkit-transform: rotate(28deg);
    left: 0;
}

.line-info li label .cf_flt_counter {
    color: #8e8d8d;
    margin-right: 4px;
}

.line-info li label input {
    display: none;
}

.cf_resetAll_link {
    background: url(../images/clear.png) no-repeat right top;
    font-size: 18px;
    color: #b99d6b;
    text-decoration: none;
    display: block;
    float: left;
    position: relative;
    text-align: left;
    top: 43px;
    height: 25px;
    line-height: 28px;
    padding-right: 31px;
}

.display-number {
    float: left;

}
.display-number:nth-child(2){
	display:none;
}
.vm-order-list {
    float: right;
}

.vm-order-list .title {
    display: none;
}

.vm-order-list .activeOrder {
    border: 1px solid #100E31;
    padding: 1px 8px;
    width: 132px;
}

.vm-order-list .activeOrder a {
    text-decoration: none;
    color: #100E31;
}

.vm-order-list .orderlist {
    display: none;
    color: #100E31;
    position: absolute;
    padding: 7px 0;
    width: 136px;
    z-index: 10;
    background: #fff;
}

.vm-order-list .orderlist a {
    text-decoration: none;
    color: #100E31;
    margin-bottom: 3px;
    display: block;
}

.orderby-displaynumber {
    clear: both;
    height: 25px;
}

.browse-view {
    position: relative;
}

.browse-view .left-label {
    background: #b99d6b url(../images/folder_white.svg) no-repeat center 5px;
    background-size: 47% auto;
    position: absolute;
    left: -98px;
    top: -12px;
    font-size: 18px;
    padding: 75px 6px 0;
    text-align: center;
    border-radius: 0 0 0 10px;
    width: 96px;
    color: #ffffff;
    height: 160px;
}

.browse-view .left-label a {
    color: #fff;
    text-decoration: none;
}

.browse-view h2 {
    margin-bottom: 40px;
    margin-top: 15px;
    text-align: center;
}

.browse-view .row {
    clear: both;
    margin-bottom: 0;
    display: flex;
    flex-wrap: wrap;
}

.browse-view .row .product {
    float: right;
    width: 25%;
    margin-bottom: 70px;
    position: relative;
}

.browse-view .product-tags {
    background: url(../images/tags.svg) no-repeat center top;
    color: #fff;
    font-weight: 600;
    background-size: contain;
    font-size: 16px;
    height: 36px;
    left: 0;
    line-height: 32px;
    position: absolute;
    right: 0;
    text-align: center;
    top: -34px;
    width: 100%;
    z-index: 1;
}

.browse-view .row .product .spacer {
    margin: 0 15px;
    min-height: 424px;
    position: relative;
}

.browse-view .row .product .spacer .vm-product-media-container {
    text-align: center;
    border-bottom: 1px solid #b99d6b;
    padding-bottom: 30px;
    position: relative;
}

.browse-view .row .product .spacer .vm-product-media-container form {
    display: block !important;
}

.browse-view .row .product .spacer .vm-product-media-container .addtofav_aws_icon {
    background: url(../images/love.svg) no-repeat;
    border: none;
    cursor: pointer;
    bottom: 0;
    left: 0;
    overflow: hidden;
    position: absolute;
    display: block;
    text-indent: -300px;
    height: 28px;
    width: 28px;
}

.browse-view .row .product .spacer .vm-product-media-container .addtofav_aws_icon_active {
    background: url(../images/love-active.svg) no-repeat;
    border: none;
    cursor: pointer;
    bottom: 0;
    left: 0;
    overflow: hidden;
    position: absolute;
    display: block;
    text-indent: -300px;
    height: 28px;
    width: 28px;
}

.browse-view .row .product .spacer .vm-product-media-container a {
    display: block;
}

.browse-view .row .product .spacer .vm-product-media-container a img {}

.browse-view .row .product .spacer .product-category-title {
    padding-top: 13px;
}

.browse-view .row .product .spacer .product-category-title a {
    text-decoration: none;
    color: #656565;
    display: block;
    font-size: 21px;
    font-weight: 700;
    margin-top: 12px;
}

.browse-view .row .product .spacer .product_s_desc {
    font-size: 17px;
    color: #656565;
    margin-top: 12px;
    min-height: 36px;
}

.browse-view .row .product .spacer .category-product-price {
    background: #fcfcfc;
    color: #b99d6b;
    font-size: 27px;
    height: 35px;
    line-height: 35px;
    margin-top: 21px;
    text-align: center;
    width: 100%;
    position: absolute;
    bottom: 0;
}

.browse-view .row .product .spacer .category-product-price span.PricesalesPrice span {
    font-size: 20px;
}

.browse-view .row .product .spacer .category-product-price .price-crossed {
    float: right;
    margin-left: -4px;
    padding-right: 31px;
    color: #656565;
    text-decoration: line-through;
}

.browse-view .row .product .spacer .category-product-price .product-price {}


/*  Diamondis-Table Catalog */

#Diamondis-Table {
    width: 100%;
    color: #656565;
    font-size: 18px;
    text-align: center;
}

#Diamondis-Table thead {
    background: #f5f4ee;
    height: 38px;
}

#Diamondis-Table .addtofav_aws_icon_active {
    background: #b99d6b;
    border: medium none;
    border-radius: 0;
    box-shadow: none;
    color: #fff;
    cursor: pointer;
    font-family: "almoni-dl";
    font-size: 13px;
    font-weight: 400;
    height: 26px;
    margin-top: 0;
    width: 85px;
}

#Diamondis-Table .addtofav_aws_icon {
    background: #b99d6b;
    border: medium none;
    border-radius: 0;
    box-shadow: none;
    color: #fff;
    cursor: pointer;
    font-family: "almoni-dl";
    font-size: 13px;
    font-weight: 400;
    height: 26px;
    margin-top: 0;
    width: 85px;
}

#Diamondis-Table th {
    font-weight: 400;
    height: 38px;
}


/*#Diamondis-Table th.header:after{ background-image: url(../images/sort-arrow.png);  content: "";cursor: pointer;display: inline-block;height: 24px;margin-top: -2px; margin-right: -6px;position: absolute;vertical-align: top;width: 21px; background-repeat: no-repeat; top: 107px; }*/

#Diamondis-Table th.header.empty:after {
    background: none;
    width: 120px;
}

#Diamondis-Table th.header.headerSortDown:after {
    background-position: 0 -9px;
}

#Diamondis-Table th.header.headerSortUp:after {
    background-position: 0 13px;
}

#Diamondis-Table tbody tr {
    height: 105px;
}

#Diamondis-Table tbody tr td {
    border-bottom: 1px solid #f5f4ee;
}

#Diamondis-Table tbody tr td.diamonds-shape-image {
    width: 60px;
}

#Diamondis-Table tbody tr td.diamonds-shape-image img {
    width: 100%;
}

#Diamondis-Table th.color {
    width: 6%;
}

#Diamondis-Table th.clean {
    width: 6%;
}

.diamond-price-th {
    width: 113px;
}

.diamond-certificate-th {
    width: 138px;
}

#Diamondis-Table .price-crossed {
    text-decoration: line-through;
}


/*  END Catalog */

.productdetails .tooltip {
    position: absolute;
    border: 1px solid #b99d6b;
    border-radius: 2px;
    padding: 6px;
    line-height: 20px;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
    z-index: 10;
    background: #fff;
    max-width: 400px;
    font-size: 15px;
}

span.customtooltip {
    cursor: help;
}

.productdetails .tooltip.top.in {
    opacity: 1;
}

.productdetails .tooltip.top {
    opacity: 0;
}

.product-right {
    float: right;
    width: 530px;
    color: #656565;
}

.product-right h1 {
    font-size: 30px;
    color: #656565;
    margin-bottom: 15px;
    font-weight: 400;
}

.product-right .product-collections {
    float: right;
    font-size: 18px;
}

.product-right .product-sku {
    float: right;
    margin-right: 5px;
    font-size: 18px;
}

.product-right .product-short-description {
    margin: 22px 0 0;
}

.product-right .customs-top {
    border-top: 1px solid #100E31;
    border-bottom: 1px solid #100E31;
    padding: 22px 15px 15px 0;
    color: #100E31;
    height: 79px;
    margin-bottom: 27px;
}

.product-right .customs-top .product-metal {
    width: 36%;
    float: right;
}

.product-right .customs-top .productMmetalNum {
    font-size: 25px;
    direction: ltr;
    text-align: right;
    margin-bottom: 5px;
}

.product-right .customs-top .productMmetalNum span {
    font-size: 15px;
}

.product-right .customs-top .product-metal .productMmetalText,
.product-right .customs-top .product-center-diamond .product-center-diamond-title,
.product-right .customs-top .weight-diamond-all .weight-diamond-all-title {
    font-size: 18px;
}

.product-right .customs-top .product-center-diamond {
    width: 34%;
    float: right;
}

.product-right .customs-top .weight-diamond-all {
    width: 30%;
    float: right;
}

.ring-size {
    height: 52px;
}

.ring-size .select-size {
    float: right;
}

.ring-size .select-size select {
    background: #fff url(../images/size-arrow.png) no-repeat 8px center;
    border: 1px solid #b99d6b;
    -moz-appearance: none;
    -webkit-appearance: none;
    border-radius: 0;
    color: #b99d6b;
    font-size: 17px;
    font-family: 'almoni-dl';
    font-weight: 400;
    width: 168px;
    height: 27px;
    cursor: pointer;
}

.ring-size .guide-sizes {
    float: right;
    margin-right: 40px;
    margin-top: 12px;
}

.ring-size .guide-sizes a {
    font-size: 18px;
    color: #100E31;
    text-decoration: underline;
}

.product-price-box {
    background: #fcfcfc;
    padding: 20px 14px;
}

.product-price-box .product-price {}

.product-price-box .product-price .price-crossed {
    float: right;
    font-size: 28px;
    color: #656565;
    margin-left: 22px;
    text-decoration: line-through;
}

.product-price-box .product-price .PricesalesPrice {
    float: right;
    font-size: 36px;
    color: #b99d6b;
}

.product-price-box .product-price .PricesalesPrice .PricesalesPrice span {
    font-size: 20px;
}

.product-price-box .product-price .PricesalesPrice::last-word {
    font-size: 20px;
}

.product-price-box .product-price span.tax-title {
    float: right;
    margin-right: 8px;
    font-size: 18px;
    color: #b99d6b;
    margin-top: 2px;
}

.product-price-box .price-box-line {
    height: 1px;
    background: #100E31;
    margin: 30px 0;
}

.product-price-box .online-sale {
    font-size: 17px;
    color: #656565;
    background: url(../images/online.svg) no-repeat right center;
    padding-right: 47px;
    padding-top: 9px;
    height: 30px;
    background-size: contain;
}

.product-price-box .paymentExaption {
    float: left;
    margin-top: -21px;
    cursor: pointer;
}

.product-price-box .paymentExaption a {
    font-size: 17px;
    color: #100E31;
    text-decoration: underline;
}

.addToCart {
    margin-top: 30px;
}

.addToCart .quantity-box {
    display: none;
}

.addToCart .addtocart-button {}

.addToCart .addtocart-button input {
    border: none;
    background: #100E31;
    color: #fff;
    text-align: center;
    width: 100%;
    height: 43px;
    font-size: 20px;
    cursor: pointer;
}

.addToCart .addtocart-bar a.notify {
    border: none;
    display: block;
    text-decoration: none;
    background: #100E31;
    color: #fff;
    text-align: center;
    width: 100%;
    height: 43px;
    font-size: 20px;
    line-height: 42px;
    cursor: pointer;
}

.product-message {
    border-top: 1px solid #efece3;
    margin-top: 30px;
}

.product-message li {
    font-size: 18px;
    color: #656565;
    border-bottom: 1px solid #efece3;
    padding: 23px 85px 0 0;
    height: 64px;
    list-style: none;
}

.product-message li.product-trade-in {
    background: url(../images/trade-in.svg) no-repeat right center;
    background-size: 7% auto;
}

.product-message li.time-delivery {
    background: url(../images/time-delivery.svg) no-repeat right center;
    padding: 16px 85px 0 45px;
    background-size: 13% auto;
}

.product-message li.store-delivery {
    background: url(../images/store-delivery.svg) no-repeat right center;
    padding: 16px 85px 0 45px;
    background-size: 8% auto;
}

.product-left {
    float: left;
    width: 555px;
    color: #100E31;
    font-size: 18px;
}

.product-left .MagicToolboxContainer {}

.product-left .vm-product-media-container {
    margin-top: 0;
    border-bottom: 1px solid #100E31;
}

div.MagicToolboxContainer.selectorsBottom .MagicToolboxSelectorsContainer {
    height: 116px;
    padding-top: 5px;
}

.mz-thumb,
.mz-thumb:focus {
    float: right;
}

.product-left .favored-sharing {
    border-bottom: 1px solid #100E31;
    height: 75px;
    padding-top: 27px;
}

.product-left .favored-sharing .favored {
    float: right;
    height: 20px;
}

.product-left .favored-sharing .favored button {
    background: url(../images/love.svg) no-repeat right 0;
    background-size: 16%;
    padding-right: 28px;
    border: none;
    font-size: 18px;
    color: #100E31;
    font-family: 'almoni-dl';
    font-weight: 400;
    cursor: pointer;
    height: 20px;
}

.product-left .favored-sharing .favored button.addtofav_aws_icon_active {
    background: url(../images/love-active.svg) no-repeat right 0;
    background-size: 16%;
    padding-right: 28px;
    border: none;
    font-size: 18px;
    color: #100E31;
    font-family: 'almoni-dl';
    font-weight: 400;
    cursor: pointer;
    height: 20px;
}

.product-right .share {
    background: url(../images/share.svg) no-repeat right 0;
    height: 39px;
    margin-top: 10px;
    padding-right: 49px;
    padding-top: 9px;
    background-size: contain;
    cursor: pointer;
    margin-bottom: 12px;
}

.product-description {
    position: relative;
}

.product-description table {
    width: 100% !important;
}

.product-description .vm2share {
    background-color: unset;
    padding: 0;
}

.raiting {
    margin-top: 32px;
}

.raiting-title {
    float: right;
    margin-left: 20px;
}

.product-left .ratingbox {
    float: right;
}

.product-left .ratingbox .stars-orange,
.rating .ratingbox .stars-orange {
    background: url(../images/raiting.png) no-repeat;
    background-size: 122px auto;
    display: block;
    height: 31px;
    float: left;
    cursor: pointer;
}

#reviewform h4 {
    margin-bottom: 25px;
}

#reviewform h4 span {
    display: block;
}

.write-reviews #comment {
    background: #fff;
    border: 1px solid #b99d6b !important;
    border-radius: 0;
    box-shadow: none;
    box-sizing: border-box;
    color: #b99d6b;
    font-family: "almoni-dl";
    font-size: 17px;
    font-weight: 400;
    height: 111px;
    line-height: 25px;
    margin: 5px 0 0;
    overflow: hidden;
    padding: 0 6px 0 0;
    resize: none;
    width: 100%;
}

.write-reviews .highlight-button {
    background: #b99d6b;
    border: medium none;
    border-radius: 0;
    box-shadow: none;
    color: #fff;
    cursor: pointer;
    float: left;
    font-family: "almoni-dl";
    font-size: 21px;
    font-weight: 600;
    height: 26px;
    margin-top: 3px;
    width: 147px;
}

.more-details {
    margin-top: 80px;
    color: #656565;
    padding-bottom: 82px;
    border-bottom: 1px solid #100E31;
    display: table;
    margin-bottom: 80px;
}

.more-details h3 {
    background: #fff;
    color: #100E31;
    display: inline;
    font-size: 30px;
    font-weight: 400;
    padding: 0 22px;
    position: relative;
    right: 380px;
    text-align: center;
    top: 13px;
    z-index: 2;
}

.more-details-h3-line {
    border-bottom: 1px solid #100E31;
    display: block;
    overflow: hidden;
}

.more-details .more-info-title {
    color: #100E31;
    display: block;
    font-size: 30px;
    margin-right: 10px;
    margin-top: 90px;
    margin-bottom: 50px;
}

.shape-info {
    border-left: 1px solid #efece3;
    float: right;
    height: 185px;
    text-align: center;
    width: 172px;
    color: #656565;
}

.shape-info .shape-info-title {
    font-size: 18px;
}

.shape-info .shape-name {
    font-size: 18px;
}

.TYPE-info-image2 {
    width: 100px;
}

.product-more2 {
    border-left: 1px solid #efece3;
    float: right;
    padding-right: 22px;
    width: 330px;
}

.product-more2 ul li {
    list-style: none;
    font-weight: 600;
    font-size: 18px;
    line-height: 30px;
}

.product-more2 ul li .customtooltip {
    font-weight: 400;
}

.product-more2 ul li .info-number {
    font-weight: 400;
    float: left;
    margin-left: 18px
}

.product-more2 ul li .info-number .info-number {
    font-weight: 400;
    float: left;
    margin-left: 0px
}

.product-more2 ul li .info-number.carat-ltr {
    direction: ltr;
}

.gamlogim-info {
    border-left: 1px solid #efece3;
    float: right;
    padding-right: 22px;
    width: 175px;
    height: 185px;
}

.gamlogim-info .gamlogim-info-title {
    line-height: 20px;
    font-size: 18px;
    font-weight: 700;
    padding-left: 4px;
}

.gamlogim-info .gamlogim-image {
    margin-top: 17px;
}

.product-more4 {
    border-left: 1px solid #efece3;
    float: right;
    padding-right: 22px;
    width: 237px;
    height: 185px;
}

.product-more4 .product-more4-title {
    line-height: 20px;
    font-size: 18px;
    font-weight: 700;
    padding-left: 44px;
    margin-bottom: 19px;
    display: block;
}

.product-more4 li {
    list-style: none;
    background: url(../images/li1.jpg) no-repeat right center;
    padding-right: 30px;
    margin-bottom: 5px;
    height: 25px;
    font-size: 18px;
}

.product-more5 {
    float: right;
    padding-right: 22px;
    width: 221px;
    height: 185px;
}

.product-more5 .more5-image {
    background: url(../images/D_1.jpg) no-repeat center top;
    display: block;
    height: 101px;
    width: 130px;
    margin-bottom: 10px;
}

.product-more5 li {
    list-style: none;
    margin-bottom: 5px;
    font-size: 18px;
}

.product-more5 li a {
    text-decoration: underline;
    color: #656565;
    font-size: 18px;
}

.safe-order {
    margin-bottom: 42px;
    padding-bottom: 10px;
    border-bottom: 1px solid #100E31;
    display: table;
}

.safe-order h4 {
    color: #100E31;
    display: block;
    font-size: 30px;
    margin-right: 10px;
    margin-bottom: 50px;
    font-weight: 400;
}
.safe-order ul {display: flex;flex-direction: row;justify-content: flex-start;flex-wrap: wrap;}
.safe-order li {
    background: url(../images/li1.jpg) no-repeat right top;
    list-style: none;
    float: right;
    padding-left: 26px;
    text-align: justify;
    width: 33.33%;
    margin-bottom: 60px;
}

.safe-order li span {
    display: block;
    font-size: 17px;
    color: #100E31;
    font-weight: 700;
    margin-bottom: 17px;
    margin-top: 35px;
}


/*  wishlist-Table Catalog */

.wish-top-text {
    font-size: 18px;
    color: #656565;
    line-height: 30px;
    margin-top: 35px;
    margin-bottom: 20px;
}

.wish-member {
    font-size: 17px;
    color: #b99d6b;
    height: 60px;
}

.wish-member span {
    display: block;
    float: right;
    margin-left: 20px;
}

.wish-create {
    margin-top: -8px;
}

.wish-create a {
    background: #b99d6b;
    border: medium none;
    color: #fff;
    cursor: pointer;
    height: 33px;
    text-align: center;
    width: 106px;
    display: block;
    text-decoration: none;
    line-height: 33px;
}

.wish-login a {
    color: #b99d6b;
    font-weight: 600;
}

#wishlist-Table {
    width: 100%;
    color: #656565;
    font-size: 18px;
    text-align: right;
}

#wishlist-Table thead {
    background: #f5f4ee;
    height: 38px;
}

#wishlist-Table th {
    font-weight: 400;
    height: 38px;
    cursor: pointer;
}

#wishlist-Table th.header.headerSortDown:after {
    background-position: 0 -9px;
}

#wishlist-Table th.header.headerSortUp:after {
    background-position: 0 11px;
}

#wishlist-Table th.header.empty:after {
    background-image: none;
}


/*  #wishlist-Table th.header.headerSortDown{background-position: 0 -9px;display: block;overflow: hidden;position: relative;top: 10px;    height: 17px;}
#wishlist-Table th.header.headerSortUp{background-position: 0 6px;display: block;overflow: hidden;position: relative;top: 10px;    height: 17px;} */

#wishlist-Table tbody tr {
    height: 105px;
}

#wishlist-Table tbody tr td {
    border-bottom: 1px solid #f5f4ee;
    padding-top: 38px;
    padding-bottom: 35px;
    font-size: 17px;
    vertical-align: top;
}

#wishlist-Table tbody tr td.diamonds-shape-image {
    width: 60px;
}

#wishlist-Table .wishlist-description {
    width: 185px;
    text-align: right;
}

#wishlist-Table .wishlist-image {
    color: #b99d6b;
    width: 200px;
}

#wishlist-Table .wishlist-metal {
    padding-right: 40px;
    width: 210px;
}

#wishlist-Table .wish-td-img {
    padding: 0;
    text-align: center;
    vertical-align: middle;
}

#wishlist-Table .wish-metal {
    padding-right: 40px;
    padding-left: 100px;
}

#wishlist-Table .wish-discription {
    padding-left: 20px;
}

#wishlist-Table .wish-discription a {
    color: #000;
}

#wishlist-Table .wish-discription a h3 {
    font-weight: 400;
    font-size: 17px;
    margin-bottom: 3px;
}

#wishlist-Table .wishlist-style {
    width: 210px;
}

#wishlist-Table .wishlist-price {
    width: 135px;
}

#wishlist-Table .wish-price {
    font-size: 30px;
    color: #b99d6b;
    padding-top: 46px;
}

#wishlist-Table .wish-price .price-crossed {
    color: #656565;
    font-size: 23px;
    display: block;
    margin-bottom: 11px;
    text-decoration: line-through;
}

#wishlist-Table .wish-order {}

#wishlist-Table .wish-order .addtocart-button {
    background: #b99d6b;
    border: none;
    color: #fff;
    font-family: 'almoni-dl';
    font-weight: 400;
    text-align: center;
    width: 80px;
    height: 33px;
    font-size: 18px;
    cursor: pointer;
}

#wishlist-Table .wish-remove button {
    background: url(../images/del.svg) no-repeat right center;
    background-size: contain;
    padding-right: 19px;
    height: 22px;
    border: none;
    font-size: 18px;
    color: #b99d6b;
    font-family: 'almoni-dl';
    font-weight: 400;
    cursor: pointer;
    margin-top: 6px;
}


/* end wishlist */


/*  wishlist-Diamonds-Table Catalog */

#wishlist-Diamonds-Table {
    width: 100%;
    color: #656565;
    font-size: 18px;
    margin-top: 50px;
}

#wishlist-Diamonds-Table thead {
    background: #f5f4ee;
    height: 38px;
}

#wishlist-Diamonds-Table thead tr {}

#wishlist-Diamonds-Table th {
    font-weight: 400;
    height: 38px;
    cursor: pointer;
    text-align: center;
}

#wishlist-Diamonds-Table th.header:after {
    background-image: url(../images/sort-arrow.png);
    content: "";
    cursor: pointer;
    display: inline-block;
    height: 20px;
    margin-right: 7px;
    margin-top: 0;
    position: relative;
    right: 5px;
    top: calc(60% - 20px);
    width: 13px;
    background-repeat: no-repeat;
}

#wishlist-Diamonds-Table th.header.headerSortDown:after {
    background-position: 0 -9px;
}

#wishlist-Diamonds-Table th.header.headerSortUp:after {
    background-position: 0 11px;
}

#wishlist-Diamonds-Table th.header.empty:after {
    background-image: none;
}


/* #wishlist-Diamonds-Table th.header.headerSortDown{background-position: 0 -9px;display: inline-block;overflow: hidden;position: relative;top: 10px;height: 20px;}
#wishlist-Diamonds-Table th.header.headerSortUp{background-position: 0 6px;display: inline-block;;overflow: hidden;position: relative;top: 10px;height: 20px;} */

#wishlist-Diamonds-Table tbody tr {
    height: 105px;
}

#wishlist-Diamonds-Table tbody tr td {
    border-bottom: 1px solid #f5f4ee;
    padding-top: 25px;
    padding-bottom: 25px;
    font-size: 17px;
    vertical-align: inherit;
    text-align: center;
}

#wishlist-Diamonds-Table tbody tr td.diamonds-shape-image {}

#wishlist-Diamonds-Table .wishlist-Diamonds-weight {
    width: 140px;
}

#wishlist-Diamonds-Table .wishlist-Diamonds-image {
    color: #b99d6b;
    width: 200px;
}

#wishlist-Diamonds-Table .wishlist-Diamonds-clean {
    width: 140px;
}

#wishlist-Diamonds-Table .wish-td-img img {
    width: 50px;
}

#wishlist-Diamonds-Table .wish-clean {}

#wishlist-Diamonds-Table .wish-weight {}

#wishlist-Diamonds-Table .wishlist-Diamonds-style {
    width: 140px;
}

#wishlist-Diamonds-Table .wishlist-Diamonds-price {}

#wishlist-Diamonds-Table .wish-price {
    font-size: 32px;
    color: #b99d6b;
    padding-top: 28px;
}

#wishlist-Diamonds-Table .wish-price .price-crossed {
    color: #656565;
    font-size: 23px;
    display: block;
    margin-bottom: 11px;
    text-decoration: line-through;
}

#wishlist-Diamonds-Table .wish-order .addtocart-button {
    background: #b99d6b;
    border: none;
    color: #fff;
    font-family: 'almoni-dl';
    font-weight: 400;
    text-align: center;
    width: 106px;
    height: 33px;
    font-size: 18px;
    cursor: pointer;
}

#wishlist-Diamonds-Table .wish-remove button {
    background: url(../images/del.svg) no-repeat right center;
    background-size: contain;
    padding-right: 19px;
    height: 22px;
    border: none;
    font-size: 18px;
    color: #b99d6b;
    font-family: 'almoni-dl';
    font-weight: 400;
    cursor: pointer;
    margin-top: 6px;
}


/* end wishlist */

.product-contact-bottom {
    display: table;
    width: 100%;
}

.product-contact-bottom .contact-bottom {
    text-align: center;
    margin-bottom: 80px;
    font-size: 18px;
}

.product-contact-bottom .product-contact-bottom-contact {
    margin: 0 auto 21px;
    width: 207px;
}

.product-contact-bottom .product-contact-bottom-contact a {
    color: #fff;
    background: #100E31;
    cursor: pointer;
    display: block;
    font-size: 20px;
    padding: 11px 0;
    text-decoration: none;
}

.product-contact-bottom .phone {
    font-size: 28px;
    color: #b99d6b;
    margin-top: 21px;
    display: block;
}

.product-contact-bottom-boxs li {
    list-style: none;
    float: right;
    width: 33.33%;
    text-align: justify;
    padding: 0 30px;
}

.product-contact-bottom-boxs li span {
    color: #100E31;
    text-align: center;
    display: block;
    margin-top: 85px;
    margin-bottom: 18px;
    font-weight: 700;
}

.product-contact-bottom-boxs li.free-delivery {
    background: url(../images/free-delivery.png) no-repeat center top;
}

.product-contact-bottom-boxs li.payment-varient {
    background: url(../images/payment-varient.png) no-repeat center top;
}

.product-contact-bottom-boxs li.doc-for-life {
    background: url(../images/doc-for-life.png) no-repeat center top;
}

.reviews {
    margin-top: 90px;
}

.reviews h3 {
    background: #fff none repeat scroll 0 0;
    color: #100E31;
    display: inline;
    font-size: 30px;
    font-weight: 400;
    padding: 0 22px;
    position: relative;
    right: 380px;
    text-align: center;
    top: 13px;
    z-index: 2;
}

.reviews.pr {
    margin-bottom: 70px;
}

.reviews.pr h3 {
    display: block;
    margin: 0 auto;
    padding: 0 17px;
    position: relative;
    right: auto;
    text-align: center;
    top: 13px;
    width: 22%;
    left: auto;
}

.reviews .customer-reviews {
    margin-top: 50px;
}

.list-reviews .stars-orange {
    background: url("../images/raiting.png") no-repeat scroll 0 0 / 122px auto;
    display: block;
    height: 31px;
}

.proopc-finalpage .proopc-column3 {
    float: right !important;
}

.proopc-step {
    float: right !important;
    ;
    margin: 3px 5px 3px 10px !important;
}

.proopc-table-striped .col-name {
    text-align: right !important;
}

#ProOPC .cart-images {
    float: right !important;
    margin-left: 20px !important;
}

.item-page.contact-page {
    margin-top: 45px;
}

.contact1 {
    width: 33.33%;
    float: right;
    padding-left: 70px;
}

.contact1 li {
    list-style: none;
    line-height: 39px;
    padding-right: 42px;
}

.contact-phone {
    margin-top: 20px;
    background: url(../images/contact-icons1.png) no-repeat right 0;
}

.contact-mail {
    background: url(../images/contact-icons1.png) no-repeat right -44px;
}

.contact-mail a {
    font-size: 16px;
    color: #656565;
    text-decoration: none;
}

.contact-facebook {
    background: url(../images/contact-icons1.png) no-repeat right -88px;
}

.contact-facebook a {
    color: #656565;
    text-decoration: none;
}

.contact2 {
    width: 33.33%;
    float: right;
}

fieldset {
    border: none;
}

.formResponsive,
.formResponsive .formHorizontal .rsform-block {
    margin: 0;
    width: 306px;
}

.formResponsive .formHorizontal .formControlLabel {
    display: none;
}

.formResponsive .formHorizontal .formControls {
    margin-left: 0;
}

.rsform-input-box {
    border: 1px solid #100E31 !important;
    line-height: 25px !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 6px 0 0 !important;
    background: #fff;
    color: #100E31 !important;
    font-size: 17px !important;
    font-family: "almoni-dl";
    font-weight: 400;
    border-radius: 0 !important;
    box-shadow: none !important;
    height: 30px !important;
    box-sizing: border-box !important;
}

.contact2 form {
    margin-top: 45px;
}

.contact3 form {
    margin-top: 13px;
}

.contact2 .rsform-input-box,
.contact3 .rsform-input-box {
    border-bottom: none !important;
}

.contact3 #Email {
    border-bottom: 1px solid #100E31 !important;
}

.contact3 .rsform-calendar-box {
    border: none !important;
    box-shadow: none !important;
    float: left;
    width: 110px;
}

.contact3 .rsform-block-date {
    margin-top: 10px !important;
}

.contact3 .rsform-calendar-button {
    background: #100E31 none repeat scroll 0 0 !important;
    border: medium none !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    color: #fff !important;
    cursor: pointer;
    font-family: "almoni-dl";
    font-size: 14px !important;
    font-weight: 400;
    height: 20px;
    margin-top: 0px;
    width: 70px;
}

.formResponsive .formBody {
    float: none;
    position: relative;
}

.contact2 button {
    border: none !important;
    background: #100E31 !important;
    color: #fff !important;
    font-family: "almoni-dl";
    font-weight: 600;
    font-size: 21px !important;
    float: left !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    margin-top: 13px;
    width: 85px;
    cursor: pointer;
    height: 26px;
}

.rsform-text-box {
    border: 1px solid #100E31 !important;
    line-height: 25px !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 6px 0 0 !important;
    background: #fff;
    color: #100E31 !important;
    font-size: 17px !important;
    font-family: "almoni-dl";
    font-weight: 400;
    border-radius: 0 !important;
    box-shadow: none !important;
    height: auto !important;
    overflow: hidden;
    resize: none;
    box-sizing: border-box !important;
    height: 111px !important;
}

::-webkit-input-placeholder {
    color: #100E31;
    opacity: 1;
}

:-moz-placeholder {
    color: #100E31;
    opacity: 1;
}

::-moz-placeholder {
    color: #100E31;
    opacity: 1;
}

:-ms-input-placeholder {
    color: #100E31;
    opacity: 1;
}

.formDescription {
    display: none;
}

.contact3 {
    width: 33.33%;
    float: right;
    padding-left: 10px;
}

.contact3 li {
    list-style: none;
    height: 35px;
    background: url(../images/contact-icons2.png) no-repeat;
    padding-right: 35px;
}

.google-calendar a {
    text-decoration: none;
    color: #100E31;
    font-size: 13px;
    display: block;
    margin-bottom: -10px;
}

.contact-address {
    background-position: right -1px !important;
    line-height: 25px;
    margin-bottom: 2px;
    margin-top: 9px;
}

.contact-days {
    background-position: right -36px !important;
    line-height: 24px;
}

.contact-in-title {
    font-size: 30px;
    color: #100E31;
    margin-bottom: 23px;
}

.contact3 #Send {
    border: none !important;
    background: #100E31 !important;
    color: #fff !important;
    font-family: "almoni-dl";
    font-weight: 600;
    font-size: 21px !important;
    float: left !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    height: 26px;
    margin-top: 3px;
    width: 147px;
    cursor: pointer;
}

.formResponsive .formError {
    bottom: 3px;
    color: red;
    display: block;
    font-size: 12px;
    font-weight: normal;
    height: auto;
    left: 5px;
    margin: 0;
    padding-left: 0;
    position: absolute;
    vertical-align: middle;
}

#component33 {
    left: 165px;
}

.contact-reservation-title {
    background: #fff none repeat scroll 0 0;
    color: #100E31;
    display: inline-block;
    margin-top: 40px;
    font-size: 30px;
    font-weight: 400;
    padding: 0 22px;
    position: relative;
    right: 380px;
    text-align: center;
    top: 13px;
    z-index: 2;
}

.contact-reservation-title-line {
    /*border-bottom: 1px solid #b99d6b;*/
    display: block;
    overflow: hidden;
    font-size: 40px;
}

.contact-directions {
    width: 36%;
    float: right;
    margin-top: 80px;
    padding-left: 50px;
}

.contact-directions-title {
    font-size: 30px;
    color: #100E31;
    display: block;
    margin-bottom: 15px;
}

.contact-map {
    width: 64%;
    float: left;
    margin-top: 80px;
}

.contact-map img {
    width: 100%;
    height: auto;
}

footer {
    border-top: 1px solid #4169e1;
    margin-top: 40px;
    padding-top: 50px;
    padding-bottom: 20px;
    display: table;
    width: 100%;
}

.safe-order-about {
    border-bottom: 0;
    border-top: 1px solid #b99d6b;
    padding-top: 70px;
}

.about-products {
    margin-top: 110px;
    display: table;
    width: 100%;
}

.about-products li {
    list-style: none;
    width: 25%;
    float: right;
    text-align: center;
    padding-left: 20px;
    background: url(../images/arrow-brown.svg) no-repeat center bottom;
    height: 385px;
}

.about-products li img {
    margin-bottom: 27px;
    max-height: 103px;
}

.about-products li span {
    color: #b99d6b;
    border-bottom: 1px solid #b99d6b;
    font-size: 30px;
    display: block;
    margin-bottom: 28px;
    padding-bottom: 34px;
}

.about-products li .about-box-text {
    text-align: right;
    font-size: 18px;
}

.about-products li.about-product-box4 span {
    line-height: 24px;
    padding-bottom: 5px;
}

.about-title {
    font-size: 30px;
    color: #b99d6b;
    display: block;
    margin-bottom: 25px;
    margin-top: 35px;
}

.about-text-right {
    float: right;
    color: #b99d6b;
    font-size: 18px;
    width: 58%;
    line-height: 22px;
    margin-bottom: 50px;
}

.about-text-left {
    float: left;
    color: #b99d6b;
    font-size: 18px;
    width: 33%;
    line-height: 22px;
}

.about-page h3 {
    background: #fff none repeat scroll 0 0;
    color: #b99d6b;
    display: inline;
    font-size: 30px;
    font-weight: 400;
    padding: 0 22px;
    position: relative;
    right: auto;
    text-align: center;
    top: 13px;
    z-index: 2;
}

.about-page h3:after {
    background-image: url(../images/arrow-brown.svg);
    background-repeat: no-repeat;
    content: "";
    display: block;
    height: 15px;
    position: absolute;
    right: 45%;
    text-align: center;
    top: 51px;
    width: 27px;
}

.about-products-quote {
    margin-top: 60px;
}

.about-product-quote {
    list-style: none;
    width: 25%;
    float: right;
    text-align: center;
    height: 295px;
}

.about-quote-text {
    text-align: right;
    font-size: 18px;
    line-height: 18px;
    color: #b99d6b;
    margin-top: 39px;
    padding-left: 40px;
}

.about-services {
    display: table;
    margin-bottom: 80px;
    width: 100%;
    margin-top: 90px;
}

.about-services li {
    list-style: none;
    width: 22%;
    float: right;
    border: 1px solid #100E31;
    margin-left: 32px;
    font-size: 18px;
    line-height: 18px;
    height: 408px;
}

.about-services li:last-child {
    margin-left: 0;
}

.about-services li span {
    text-align: center;
    font-size: 30px;
    color: #100E31;
    display: block;
    margin-top: 10px;
    margin-bottom: 25px;
    line-height: 25px;
    padding: 0 30px;
}

.service-form {
    background: rgba(16,14,49,0.7);
    color: #fff;
    font-size: 18px;
    height: 434px;
    line-height: 18px;
    margin: 0 auto;
    padding: 30px 26px;
    position: absolute;
    text-align: right;
    top: -536px;
    width: 314px;
    left: 0;
}

.custom.about-top-image.services-top-images .warp {
    position: relative;
}

.service-form span.service-form-title {
    font-size: 30px;
    display: block;
    text-align: center;
    line-height: 28px;
    margin-top: 12px;
}

.service-top-text {
    font-size: 18px;
    line-height: 21.2px;
    text-align: center;
    margin-bottom: 28px;
    margin-top: 8px;
    padding: 0 21px;
}

.service-top-form-text {
    font-size: 18px;
    line-height: 21.2px;
}

.service-form-contact .formResponsive,
.service-form-contact .formResponsive .formHorizontal .rsform-block {
    width: 100%;
}

.service-form-contact .formResponsive .formHorizontal .rsform-block {
    margin-bottom: 5px;
}

.service-form-contact .formResponsive .formHorizontal .formControls {
    margin-left: 0;
}

.service-form-contact .formResponsive .formBody {
    float: none;
}

.service-form-contact input.rsform-input-box {
    background: #e5d9c4 !important;
    font-family: "almoni-dl";
    border: none !important;
    height: 34px !important;
}

.service-form-contact .moduletable {
    border-bottom: none;
    height: auto;
}

.service-form-contact #Send {
    text-shadow: none;
    font-size: 21px;
    font-weight: 600;
    border: 1px solid #fff;
    font-family: "almoni-dl";
    background: none;
    cursor: pointer;
    text-align: center;
    color: #fff;
    display: block;
    border-radius: 0;
    box-shadow: none;
    width: 100%;
    height: 34px;
}

span.service-top-phone {
    font-size: 21px;
    text-align: center;
    display: block;
}

.services-title {
    right: auto;
}

.services-title::after {
    background-image: url("../images/arrow-brown.svg");
    background-repeat: no-repeat;
    content: "";
    display: block;
    height: 15px;
    position: absolute;
    right: 45%;
    text-align: center;
    top: 51px;
    width: 27px;
}

.services-menu {
    border-left: 1px solid #100E31;
    border-right: 1px solid #100E31;
    border-top: 1px solid #100E31;
    width: 509px;
    margin-top: 30px;
}

.services-menu li {
    list-style: none;
    display: inline-block;
    vertical-align: top;
    width: 250px;
    line-height: 40px;
    height: 40px;
    text-align: center;
}

.services-menu li:last-child {
    width: 251.5px;
}

.services-menu li a {
    color: #100E31;
    font-size: 18px;
    display: block;
    cursor: pointer;
    text-decoration: none;
}

.services-menu li.active {
    background: #100E31;
}

.services-menu li.active a {
    color: #fff
}

.services-box-border {
    border-top: 1px solid #100E31;
    border-right: 1px solid #100E31;
    border-left: 1px solid #100E31;
    border-radius: 10px 0 0 0;
    padding: 25px 63px;
}

.services-sales-reason {
    margin-top: 130px;
    display: table;
    width: 100%;
    margin-bottom: 30px;
}

.services-sales-reason li {
    list-style: none;
    width: 165px;
    float: right;
    margin-left: 30px !important;
    text-align: center;
}

.services-sales-reason li img {}

.services-sales-reason li:last-child {
    margin-left: 0;
}

.services-sales-reason li .services-list {
    text-align: right;
    border-top: 1px solid #100E31;
    margin-top: 30px;
    font-size: 18px;
    line-height: 18px;
    padding-top: 26px;
}

.services-tips {
    margin-top: 120px;
    display: table;
    width: 100%;
}

.services-tips-right {
    width: 50%;
    float: right;
}

.services-tips li {
    background: url(../images/sales-tips.png) no-repeat right 0;
    padding-right: 122px;
    color: #100E31;
    font-size: 18px;
    line-height: 18px;
    list-style: none;
    padding-left: 43px;
    margin-bottom: 55px;
}

.services-tips li span {
    display: block;
    font-size: 30px;
    margin-bottom: 20px;
    line-height: 24px;
}

.services-tips-left {
    float: left;
    width: 50%;
    padding-right: 60px;
}

.services-tips-left li {
    padding-left: 5px;
}

.services-question {
    margin-top: 100px;
    display: table;
    width: 100%;
}

.services-question li {
    font-size: 18px;
    line-height: 18px;
    border-bottom: 1px solid #f5f4ee;
    padding-bottom: 25px;
    margin-bottom: 26px;
    list-style: none;
}

.services-question li:last-child {
    border-bottom: none;
}

.services-question li span {
    font-size: 23px;
    line-height: 22px;
    color: #100E31;
    display: block;
    margin-bottom: 16px;
}

.image-right {
    float: right;
    margin-left: 30px;
}

.how-it-work {
    display: table;
    width: 100%;
    margin-top: 80px;
}

.how-it-work li {
    list-style: none;
    float: right;
    width: 25%;
    color: #656565;
    font-size: 18px;
    line-height: 18px;
    padding: 232px 13px 0;
}

.how-it-work li span {
    display: block;
    color: #100E31;
    font-size: 30px;
    border-bottom: 1px solid #100E31;
    padding-bottom: 65px;
    margin-bottom: 30px;
    text-align: center;
}

.how-it-work li.how1 {
    background: url(../images/how1.png) no-repeat left top;
}

.how-it-work li.how2 {
    background: url(../images/how2.png) no-repeat left top;
}

.how-it-work li.how3 {
    background: url(../images/how3.png) no-repeat left top;
}

.how-it-work li.how4 {
    background: url(../images/how4.png) no-repeat right top;
}

.about-service-text {
    padding: 0 14px;
}

.footer-box-menu {
    float: right;
    color: #4169e1;
    font-size: 17px;
    margin-left: 46px;
}

.footer-box-menu span {
    font-weight: 600;
    display: block;
    margin-bottom: 20px;
}

.footer-box-menu ul li {
    list-style: none;
    line-height: 23px;
}

.footer-box-menu ul li a {
    text-decoration: none;
    color: #4169e1;
    font-size: 17px;
}

.footer-menu .footer-logos {
    margin-top: 70px;
    display: inline-block;
}

body#tinymce.mceContentBody {
    direction: rtl;
    text-align: right;
}

.mobilelink {
    pointer-events: none;
    color: #656565;
    text-decoration: none;
}


/*tzur*/

.left-col {
    max-width: 929px;
    width: 100%;
    float: left;
}

.category-module .articles-category-right img {
    width: 100%;
    height: auto;
}

.col4 {
    max-width: calc((100% - 54px) / 4);
    width: 100%;
    box-sizing: border-box;
    float: left;
    border: 1px solid #100E31;
    margin-right: 18px;
    position: relative;
    min-height: 656px;
}

.col4.col5 {
    max-width: calc((100% - 72px) / 5);
}

.dianoche.blog .col4 {
    float: right;
    padding: 12px;
    margin-left: 18px;
    min-height: 510px;
    margin-right: 0;
    margin-bottom: 38px;
}

.dianoche.blog a.btu-col4 {
    width: 40%;
    right: 30%;
}

.dianoche.blog .col4:last-child {
    margin-left: 0px;
}

.items-row.cols-4.row-0.row-fluid.clearfix {
    display: inline-block;
}

body.articlecat .left-col {
    max-width: initial;
}

.dianoche.blog img {
    max-width: 100%;
}

.dianoche.blog h2 a {
    color: #100E31 !important;
    text-decoration: none;
}

.dianoche.blog h2 {
    font-size: 30px;
    color: #100E31;
    display: block;
    margin-bottom: 15px;
    margin-top: 25px;
    font-weight: normal;
    width: 100%;
    text-align: center;
    line-height: 32px;
}

.articlecat a.btu-col4 {
    font-size: 18px;
    line-height: 18px;
}

.articlecat .col4 {
    min-height: 335px;
}

.col4:nth-last-child(1) {
    margin: 0px;
}

.col4 h3,
.col2 h3 {
    font-size: 30px;
    color: #b99d6b;
    display: block;
    margin-bottom: 15px;
    margin-top: 25px;
    font-weight: normal;
    width: 100%;
    text-align: center;
    line-height: 32px;
}

.col2 h3 {
    margin-top: 15px;
}

.col4 p {
    padding: 0 25px;
    text-align: justify;
    margin-bottom: 50px;
}

a.btu-col4 {
    display: block;
    background: #fff;
    width: 100px;
    height: 30px;
    border: 1px solid #100E31;
    text-align: center;
    padding: 5px 0;
    position: absolute;
    bottom: -15px;
    right: 60px;
    color: #100E31;
    text-decoration: none;
    box-sizing: border-box;
}

.title-3 {
    float: left;
    width: 100%;
    margin: 30px 0;
}

.row-col2 {
    float: none;
    width: 100%;
    margin-top: 100px;
}

.col2 {
    max-width: 420px;
    width: 100%;
    box-sizing: border-box;
    float: left;
    border: 1px solid #100E31;
    margin-right: 0;
    margin-bottom: 40px;
    position: relative;
}

.col2:nth-child(2n) {
    margin-right: 0px!important;
}

.col2-title {
    width: 100%;
    float: right;
}

.col2-title-right {
    float: right;
    width: 130px;
}

.col2-title-left {
    float: left;
    width: calc(100% - 130px);
    border-bottom: 1px solid #100E31;
    height: 90px;
    box-sizing: border-box;
}

.col2-main {
    float: left;
    width: 100%;
    padding: 20px 30px;
    min-height: 112px;
}

.col2 a {
    color: #100E31;
    float: left;
}

.separator {
    margin-bottom: 40px;
    float: left;
    width: 100%;
}

.contact-link {
    max-width: 360px;
    margin: auto;
    float: none;
}

.contact-link-box {
    float: right;
    width: 100%;
}

.contact-link-box p {
    text-align: center;
}

.contact-btu {
    background: #100E31;
    padding: 10px 30px;
    max-width: 210px;
    margin: 0 auto 20px auto;
}

.contact-btu a {
    color: #fff;
    text-decoration: none;
}

.tel {
    font-size: 30px;
    color: #100E31;
    display: block;
    margin-bottom: 15px;
    margin-top: 15px;
    font-weight: normal;
    width: 100%;
    text-align: center;
    line-height: 32px;
}

.no-margin {
    margin: 0!important;
}

.right_ {
    display: inline-block;
    vertical-align: top;
    width: 194px;
    margin-left: 30px;
}

.maincenter {
    display: inline-block;
    vertical-align: top;
    width: 907px;
}

.maincenter .services-title {
    right: auto;
}

.col2 h3 a {
    text-align: center;
    float: none;
}

.row-col2 li {
    list-style: none;
}

.page-header {
    margin: 0;
}

.accordeonck li {
    list-style: none;
    float: right;
    width: 100%
}

#accordeonck141 li.level2,
ul#accordeonck141 li ul li {
    list-style: none!important;
    border: none!important;
    margin: 0px!important;
    float: right;
}

#accordeonck141 li.level1 {
    padding: 0px!important;
    margin: 0!important;
    border-bottom: 0px solid #b99d6b!important;
}

#accordeonck141 li.level1>a,
#accordeonck141 li.level2>a {
    font-size: 18px!important;
    text-align: right!important;
    color: #100E31!important;
}

ul#accordeonck141 {
    padding: 0px!important;
}

#accordeonck141 li>a {
    padding: 16px!important;
}

ul#accordeonck141 li ul li {
    list-style: none!important;
}

#accordeonck141 li.level2>a {
    text-align: right!important;
}

.accordeonck.current.active {
    background: #efecdd!important;
}

.accordeonck.current.active ul {
    background: #fff;
    float: right;
}

#accordeonck141 li.level2>a {
    padding: 6px 36px!important;
}

.box4 h2 {
    margin: 20px 0;
}

.moduletable .services-title {
    right: 30%;
}

.box17 {
    margin-top: 50px;
    padding: 50px 90px 50px 42px;
}

.row {
    margin: 0px;
}

ul.knob-small {
    margin: 15px 0;
}

ul.knob-small li {
    background: url('../images/knob-small.png') right 7px no-repeat;
    background-size: 5px;
}


/*right-nenu*/

.menu-right-nenu {
    float: right;
    width: 100%;
}

.menu-right-nenu li {
    list-style: none;
    border-bottom: 1px solid #b99d6b;
    width: 100%;
    background: #efece3 url("../images/size-arrow.png") 12px center no-repeat;
    /* box-sizing: border-box; */
    text-align: right;
    float: right;
    /* height: 50px; */
    /* padding: 15px 0; */
}

.menu-right-nenu li.current {
    background: #efece3!important;
}

.menu-right-nenu li.active.deeper.parent {
    background: #fff url("../images/size-arrow-left.png") 12px 17px no-repeat!important;
}

.menu-right-nenu a {
    color: #b99d6b;
    text-decoration: none;
    padding: 16px;
    float: right;
    width: 100%;
}

.menu-right-nenu ul.nav-child li {
    float: right;
    width: 100%;
    margin: 0px;
    border: none;
    background: #fff;
}

.menu-right-nenu ul.nav-child a {
    padding: 6px 30px 10px 0;
}

.col3 {
    float: left;
    width: 100%;
    max-width: 260px;
    margin-right: 30px;
}

.col9 {
    width: 100%;
}

.item-page .row {
    display: table;
    margin-bottom: 0;
	width:100%;
}

.box17 {
    float: right;
    position: relative;
    background: #f4f2eb;
    border: 1px solid #b99d6b;
    padding: 50px 42px 10px 42px;
    width: 100%;
}

.item-pageright-template h1 {
    color: #100E31;
    font-size: 30px;
    margin: 10px;
}

.diamond-box {
    position: absolute;
    border: 1px solid #b99d6b;
    padding: 10px 50px 10px 10px;
    top: -20px;
    background: #fff url('../images/diamond.png') 97px 10px no-repeat;
}

.diamond-box-no-bg {
    position: absolute;
    border: 1px solid #b99d6b;
    padding: 10px;
    top: -20px;
    background: #fff;
}

ul.knob-small li {
    list-style: none;
    background: url('../images/knob-small.png') right 13px no-repeat;
    background-size: 5px;
    margin-bottom: 5px;
    padding-right: 18px;
}

.box17 li {
    line-height: 30px;
    list-style: none;
}

.font-1 {
    color: #b99d6b;
}

span.font-1 {
    margin-left: 15px;
}

.row-category-module {
    float: left;
    width: 100%;
    margin: 100px 0;
}

ul.category-module li {
    float: right;
    list-style: none;
    width: 32%;
    border: 1px solid #b99d6b;
    margin-left: 17px;
    box-sizing: border-box;
    height: 132px;
}

ul.category-module li:last-child {
    margin-left: 0;
}

ul.category-module li:nth-last-child(1) {
    margin: 0px!important;
}

.articles-category-right {
    float: right;
    width: 100%;
    max-width: 98px;
}

.articles-category-left {
    float: left;
    width: 100%;
    max-width: calc(100% - 98px);
    padding: 10px;
}

a.mod-articles-category-title {
    font-size: 22px;
    line-height: 28px;
    text-decoration: none;
    display: block;
    color: #100E31;
}

a.mod-articles-r-more {
    float: left;
    color: #100E31;
}

h1 {
    color: #100E31;
    margin: 10px 0;
    font-size: 30px;
}

.page-header {
    margin-top: 40px;
}

.page-header h2 {
    margin: 0 0 20px;
    color: #b99d6b;
    font-size: 30px;
}

.footer-form {
    float: right;
    width: 150px;
}

.footer-menu {
    float: right;
}

.footer-form h3 {
    color: #4169e1;
    font-size: 17px;
    font-weight: normal;
    margin-bottom: 5px;
}

.formControls {
    margin: 0px!important;
}

.footer-form .formResponsive,
.footer-form .formResponsive .formHorizontal .rsform-block,
.footer-form .formResponsive .formBody,
fieldset#rsform_3_page_0 {
    float: right;
    width: 180px;
}

.footer-form .rsform-block {
    margin: 0px!important;
}

.footer-form textarea#Message {
    border-top: 0px!important;
}

.footer-form input#Email {
    border-top: 0px!important;
}

.footer-form button {
    background: #fff;
    border: 1px solid #b99d6b !important;
    border-radius: 0;
    color: #b99d6b;
    font-weight: 400;
    float: left;
    width: 50px;
    height: auto;
    margin-top: 1px;
    text-shadow: none;
    display: block;
}

.col2 h3 a {
    text-align: center;
    float: none;
}

.row-col2 li {
    list-style: none;
    float: right;
    width: 50%;
}

.footer-form .rsform-block.rsform-block-send {
    position: relative;
    top: -6px;
}

.mz-thumb {
    margin-left: 6px;
}

#system-message-container #system-message .alert {
    border: 1px solid #000;
    border-radius: 6px;
    width: 100%;
    margin-bottom: 30px;
    padding: 15px;
    position: relative;
    margin-top: 23px;
    background: #f9f9f9;
}

#system-message-container #system-message .alert .close {
    background: #fff none repeat scroll 0 0;
    font-size: 45px;
    position: absolute;
    right: -7px;
    top: -9px;
    cursor: pointer;
}

.proopc-input-group-level,
.proopc-input {
    float: right !important;
}

.proopc-input {
    float: left !important;
}

table.cart-summary.proopc-table-striped tr th,
table.cart-summary.proopc-table-striped tr td {
    text-align: right;
}

#ProOPC .proopc-process-title {
    padding: 2px 15px 2px 0 !important;
}

.proopc-shipments input[type="radio"],
.proopc-payments input[type="radio"] {
    float: right !important;
    margin-left: 7px !important;
}

.proopc-shipments label,
.proopc-payments label {
    float: right !important;
}

.footer-social {
    display: inline-block;
    margin-right: 70px;
    margin-top: 87px;
    vertical-align: top;
}

.footer-social li {
    list-style: none;
    background: url(../images/social.svg) no-repeat;
    float: left;
    height: 44px;
    width: 44px;
    margin-left: 6px;
    overflow: hidden;
    background-size: 510% auto;
    transition: all 0.2s ease-in-out;
}

.footer-social li a {
    text-decoration: none;
    display: block;
    height: 100%;
    text-indent: -180px;
}

.footer-social .facebook {
    background-position: -1px 0;
}

.footer-social .youtube {
    background-position: -46px 0;
}

.footer-social .googleplus {
    background-position: -92px 0;
}

.footer-social .instagram {
    background-position: -137px 0;
}

.footer-social .pinterest {
    background-position: -181px 0;
}

.footer-social .facebook:hover {
    background-position: 0 -43px;
}

.footer-social .youtube:hover {
    background-position: -46px -43px;
}

.footer-social .googleplus:hover {
    background-position: -92px -43px;
}

.footer-social .instagram:hover {
    background-position: -137px -43px;
}

.footer-social .pinterest:hover {
    background-position: -181px -43px;
}

.headexpand {
    display: none;
}

.price-title,
.final-price,
.product-discount,
.product-price .PricesalesPrice,
.col-total .PricesalesPrice {
    font-size: 27px !important;
    color: #100E31 !important;
    direction: rtl
}

#Diamondis-Table .vm-price-value .PricesalesPrice:after {
    content: "₪";
    font-size: 17px;
}

#wishlist-Table .vm-price-value .PricesalesPrice:after {
    content: "₪";
    font-size: 17px;
}

#wishlist-Table .price-crossed::before {
    content: "₪";
    font-size: 17px;
    padding-right: 3px;
}

#wishlist-Diamonds-Table .vm-price-value .PricesalesPrice:after {
    content: "₪";
    font-size: 17px;
}

#wishlist-Diamonds-Table .price-crossed::before {
    content: "₪";
    font-size: 17px;
    padding-right: 3px;
}

table.cart-summary.proopc-table-striped tr th {
    background-color: #f3f3f3 !important;
}

.grand-total .PricebillTotal {
    color: #b99d6b !important;
    font-size: 30px !important;
}

button#proopc-task-registercheckout,
button#proopc-task-loginajax,
#proopc-order-submit,
#proopc-task-guestcheckout,
#proopc-task-savecoupon {
    background: #b99d6b;
    font-size: 19px !important;
    color: #ffffff;
    border-radius: 0 !important;
    border: none !important;
    text-shadow: none !important;
    font-family: "almoni-dl" !important;
    background-image: none;
    cursor: pointer;
    margin: 0 !important;
    line-height: 37px !important;
    padding: 0;
}

#proopc-task-savecoupon {}

.proopc-input input {
    background: #fff;
    border: 1px solid #b99d6b !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    box-sizing: border-box !important;
    color: #b99d6b !important;
    font-family: "almoni-dl" !important;
    font-size: 17px !important;
    font-weight: 400 !important;
    line-height: 25px !important;
    height: 30px !important;
}

#proopc-remember {
    height: auto !important;
    border: none !important background: none !important;
}

.proopc-column3 input {
    background: #fff;
    border: 1px solid #b99d6b !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    box-sizing: border-box !important;
    color: #b99d6b !important;
    font-family: "almoni-dl" !important;
    font-size: 17px !important;
    font-weight: 400 !important;
    line-height: 25px !important;
    height: 30px !important;
}

.proopc-shipments label,
.proopc-payments label {
    float: right !important;
    margin: 9px 0 !important;
}

#ProOPC textarea.customer-comment {
    resize: none;
    overflow: hidden;
    background: #fff;
    border: 1px solid #b99d6b !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    box-sizing: border-box !important;
    color: #b99d6b !important;
    font-family: "almoni-dl" !important;
    font-size: 17px !important;
    font-weight: 400 !important;
    height: 110px;
}

#ProOPC .cart-page-title {
    font-size: 30px !important;
    color: #b99d6b !important;
    font-family: "almoni-dl" !important;
}

.proopc-bt-address label,
.proopc-st-address label {
    font-size: 15px !important;
}

.reg-edit {
    width: 500px;
    margin: 40px auto 100px;
    max-width: 100%;
}

.reg-edit h1 {
    text-align: center;
    margin-bottom: 30px;
    max-width: 100%;
}

.reg-edit label {
    display: block;
    width: 120px !important;
    margin-bottom: 8px;
}

.reg-edit input,
.userlogin input {
    background: #fff;
    border: 1px solid #b99d6b !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    box-sizing: border-box !important;
    color: #b99d6b !important;
    font-family: "almoni-dl" !important;
    font-size: 17px !important;
    font-weight: 400 !important;
    line-height: 25px !important;
    height: 28px !important;
    margin-bottom: 8px;
    padding-right: 3px;
    width: 254px;
}

#virtuemart_country_id_field {
    margin-bottom: 8px;
    width: 255px !important;
}

.buttonBar-right .button,
.userlogin .btn.btn-primary,
.logout .btn.btn-primary,
.vp-form-submission .vp-btn-primary {
    background: #b99d6b none repeat scroll 0 0 !important;
    color: #ffffff;
    border-radius: 0 !important;
    border: medium none !important;
    text-shadow: none !important;
    background-image: none;
    cursor: pointer;
    margin: 0 !important;
    line-height: 45px !important;
    padding: 0;
    width: 121px;
    font-family: "almoni-dl";
    font-size: 21px !important;
    font-weight: 400;
}

.vp-checkbox label {
    padding-right: 40px;
    padding-left: 0;
}

.vp-checkbox label #remember {
    margin-right: -20px;
    margin-left: 0;
}

.vp-form-group input {
    background: #fff;
    border: 1px solid #b99d6b !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    box-sizing: border-box !important;
    color: #b99d6b !important;
    font-family: "almoni-dl" !important;
    font-size: 17px !important;
    font-weight: 400 !important;
    height: 30px !important;
    line-height: 25px !important;
}

.logout {
    text-align: center;
}

.buttonBar-right {
    text-align: center;
}

.userlogin {
    width: 216px;
    margin: 40px auto;
}

.userlogin h1 {
    margin-bottom: 30px;
}

.userlogin .btn.btn-primary {
    width: 100%;
}

.userlogin .nav-stacked {
    margin-top: 15px;
}

.userlogin .nav-stacked li {
    list-style: none;
    margin-top: 4px;
}

.userlogin .nav-stacked li a {
    text-decoration: none;
    color: #999;
}

.formNoError {
    display: none;
}

.jp-accordion {
    margin-top: 24px !important;
}

.jp-accordion li {
    list-style: none;
    border-bottom: 1px solid #100E31;
    line-height: 50px;
    position: relative;
    cursor: pointer;
}

.jp-accordion li h3:after {
    background-image: url(../images/arrow1.svg);
    background-position: left top;
    background-repeat: no-repeat;
    background-size: cover;
    content: "";
    display: block;
    height: 16px;
    left: 11px;
    position: absolute;
    top: 19px;
    transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    width: 11px;
}

.jp-accordion li h3.ui-state-active:after {
    transform: rotate(0deg);
    -moz-transform: rotate(0deg);
}

.jp-accordion li h3 a {
    text-decoration: none;
    color: #b99d6b;
    font-size: 17px;
}

.jp-accordion .ui-accordion-content {
    font-size: 15px;
    line-height: 20px;
    margin-top: -10px;
}

.vm-pagination {
    float: left;
    margin-right: 35px;
}

.vm-pagination ul {}

.vm-pagination li {
    float: right;
    list-style: none;
}

.vm-pagination li span,
.vm-pagination li a {
    border-left: 1px solid #e4e4e4;
    color: #8e8d8d;
    font-size: 16px;
    padding: 0 10px;
    text-decoration: none;
}

.vm-pagination li span {
    color: #000;
}

.vm-pagination li.pagination-next span,
.vm-pagination li.pagination-next a {
    border-left: none;
    color: #8e8d8d !important;
    font-size: 0 !important;
    display: block;
}

.vm-pagination li.pagination-next span:after,
.vm-pagination li.pagination-next a:after {
    content: ">";
    width: 12px;
    height: 12px;
    font-size: 17px;
}

.vm-pagination li.pagination-prev span,
.vm-pagination li.pagination-prev a {
    border-left: none;
    color: #8e8d8d !important;
    font-size: 0 !important;
    display: block;
}

.vm-pagination li.pagination-prev span:after,
.vm-pagination li.pagination-prev a:after {
    content: "<";
    width: 12px;
    height: 12px;
    font-size: 17px;
}

.vm-pagination li.pagination-end span,
.vm-pagination li.pagination-end a {
    border-left: none;
    color: #8e8d8d !important;
    font-size: 0 !important;
    display: block;
}

.vm-pagination li.pagination-end span:after,
.vm-pagination li.pagination-end a:after {
    content: ">>";
    width: 12px;
    height: 12px;
    font-size: 17px;
}

.vm-pagination li.pagination-start span,
.vm-pagination li.pagination-start a {
    border-left: none;
    color: #8e8d8d !important;
    font-size: 0 !important;
    display: block;
}

.vm-pagination li.pagination-start span:after,
.vm-pagination li.pagination-start a:after {
    content: "<<";
    width: 12px;
    height: 12px;
    font-size: 17px;
}

.pagination {
    text-align: center;
    clear: both;
    margin: 20px 0;
}

.pagination li {
    display: inline-block;
    list-style: none;
}

.pagination li span,
.pagination li a {
    border-left: 1px solid #e4e4e4;
    color: #8e8d8d;
    font-size: 16px;
    padding: 0 10px;
    text-decoration: none;
}

.pagination li.pagination-end span,
.pagination li.pagination-end a {
    border: none;
}

.pagination li span {
    color: #000;
}

.pagination li.counter {
    display: none;
}

form.not-online {
    width: 400px;
    margin: 50px auto;
}

form.not-online fieldset {
    width: 100%;
}

form.not-online .rsform-block-toptext {
    display: block;
    font-size: 28px;
    margin-bottom: 20px !important;
    text-align: center;
}

form.not-online fieldset .rsform-block {
    width: 100% !important;
}

#rsform_7_page_0 #Send {
    background: #b99d6b none repeat scroll 0 0 !important;
    border: medium none !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    color: #fff !important;
    cursor: pointer;
    float: left !important;
    font-family: "almoni-dl";
    font-size: 21px !important;
    font-weight: 600;
    height: 26px;
    margin-top: 13px;
    width: 85px;
}

.proopc-social-login {
    margin-top: -20px;
}

.vp-registration-page .vpau-social-buttons,
.vp-login-only-page .vpau-social-buttons {
    padding-top: 0;
}

.vp-login-only-page.vp-wrapper .vpau-btn-facebook {
    width: 100%;
    margin: 0 auto;
}

.vp-profile-edit .vp-form-group {
    padding-right: 220px;
    padding-left: 0;
}

.vp-profile-edit .vp-form-group label {
    right: 0;
    left: auto;
}

#sbox-window .item-page {
    direction: rtl;
    text-align: right;
}

.scrollToTop {
    width: 70px;
    height: 70px;
    padding: 10px;
    text-align: center;
    font-weight: bold;
    color: #444;
    text-decoration: none;
    position: fixed;
    bottom: 20px;
    left: 20px;
    display: none;
    background: url(../images/up.svg) no-repeat 0px 0px;
    background-size: contain;
}

.scrollToTop:hover {
    background: url(../images/up-hover.svg) no-repeat 0px 0px;
}

.proopc-empty-continue-link a.proopc-btn {
    background-color: #b99d6b !important;
    background-image: none;
    border: medium none !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    color: #fff !important;
    cursor: pointer;
    font-family: "almoni-dl";
    font-size: 20px !important;
    font-weight: 400;
    height: 35px;
    line-height: 27px;
    margin-top: 3px;
    width: 200px;
    text-decoration: none !important;
    text-shadow: none !important;
}

#b-acc-toolbarWrap {
    z-index: 1000 !important;
}

#ui-tabs #tabs {
    display: none;
}

.product-related-products .product-fields-title-wrapper {
    display: none;
}

.screen-suggestion {
    display: none;
}

.vm2s_service {
    margin-right: 10px;
    width: auto !important;
}

#vm_pinterest iframe {
    display: none;
}

.col-discount,
.PricesalesPriceCoupon {
    direction: ltr;
}

.mz-zoom-window {
    z-index: 999 !important;
}

li li .floatck {
    /* display: none !important;
    z-index: -1000000 !important; 
    opacity: 0;*/
}


/* end */

@media screen and (max-width:1124px) {
    .warp {
        width: 100%;
        max-width: 1124px;
        padding: 0 10px;
    }
    .login {
        margin-left: 35px;
    }
    /*.left-label{ display:none; }*/
    .mainmenu ul li {
        margin-left: 30px;
    }
    .home-image .newsletter .rsform-input-box {
        width: 250px !important;
    }
    .footer-box-menu {
        margin-left: 16px;
    }
    .browse-view .row .product .spacer .vm-product-media-container a img {
        width: 100%;
    }
    #cf_flt_wrapper_custom_f_5_94 .cf_wrapper_inner .cf_filters_list li,
    #cf_flt_wrapper_custom_f_5_119 .cf_wrapper_inner .cf_filters_list li,
    #cf_flt_wrapper_custom_f_5_147 .cf_wrapper_inner .cf_filters_list li {
        margin-left: 34px;
    }
    #cf_flt_wrapper_custom_f_11_94 .cf_slider_gutter_m,
    #cf_flt_wrapper_custom_f_11_119 .cf_slider_gutter_m,
    #cf_flt_wrapper_custom_f_11_147 .cf_slider_gutter_m {
        height: 28px;
        width: 430px;
    }
    #cf_flt_wrapper_custom_f_10_94 .cf_slider_gutter_m,
    #cf_flt_wrapper_custom_f_10_119 .cf_slider_gutter_m,
    #cf_flt_wrapper_custom_f_10_147 .cf_slider_gutter_m {
        width: 430px;
    }
    .moduletable.about-top-image.services-top-images {
        height: auto;
    }
    .custom.about-top-image img {
        height: 320px !important;
        width: auto !important;
    }
    .service-form {
        font-size: 18px;
        height: auto;
        left: 10px;
        padding: 8px 20px;
        top: -321px;
    }
    .service-form span.service-form-title {
        font-size: 26px;
        line-height: 26px;
        margin-top: 0;
    }
    .service-top-text {
        font-size: 18px;
        line-height: 21px;
        margin-bottom: 7px;
        margin-top: 5px;
        padding: 0 21px;
    }
    .service-top-form-text {
        font-size: 18px;
        line-height: 20px;
    }
    .service-form-contact input.rsform-input-box {
        height: 30px !important;
    }
    .service-form-contact #Send {
        font-size: 19px;
        font-weight: 400;
        height: 28px;
    }
    .services-title {
        right: auto;
    }
    .services-sales-reason li {
        margin-right: 10px;
    }
    .services-tips li span {
        font-size: 28px;
    }
    .how-it-work li span {
        font-size: 26px;
    }
    .about-top-image .about-story {
        font-size: 15px;
        height: 434px;
        line-height: 17px;
        padding: 26px 20px;
        top: 0;
        width: 300px;
    }
    .maincenter {
        width: 800px;
    }
    .custom.about-top-image img {
        width: 100%;
        height: auto;
    }
    .about-top-image .about-story span {
        font-size: 28px;
        margin-bottom: 15px;
        margin-top: -18px;
        padding-top: 99px;
    }
    .about-products li span {
        font-size: 26px;
    }
    .about-services li {
        font-size: 18px;
        margin-left: 0;
        width: 25%;
    }
    .about-services li img {
        width: 100%;
    }
    .mainmenu .floatck {
        margin-right: -790px;
    }
    .item123 .maximenuck2.first {
        width: 226px !important;
        margin-left: 14px !important;
    }
    .mainmenu ul li ul li a {
        font-size: 16px;
    }
    .mainmenu li.item124 .floatck {
        margin-right: -903px;
    }
    .mainmenu li.item124 .maximenuck2 {
        width: 167px !important;
    }
    .product-right {
        width: 48%;
    }
    .product-left {
        width: 50%;
    }
    .product-right .customs-top .product-metal .productMmetalText,
    .product-right .customs-top .product-center-diamond .product-center-diamond-title,
    .product-right .customs-top .weight-diamond-all .weight-diamond-all-title {
        font-size: 17px;
    }
    .more-details h3 {
        right: 300px;
    }
    .more-details .more-info-title {
        margin-top: 50px;
    }
    .product-more2 {
        padding-left: 10px;
        padding-right: 13px;
        width: 228px;
    }
    .product-more2 ul li {
        font-size: 17px;
    }
    .product-more2 ul li .info-number {
        margin-left: 0;
    }
    .shape-info {
        width: 120px;
    }
    .reviews h3 {
        right: 290px;
    }
    #wishlist-Table .wish-discription {
        padding-left: 0;
    }
    #wishlist-Table .wishlist-description {
        width: 170px;
    }
    #wishlist-Table .wishlist-image {
        width: 180px;
    }
    #wishlist-Table .wishlist-description {
        width: 170px;
    }
    #wishlist-Table .wishlist-metal {
        padding-right: 0;
        width: 170px;
    }
    #wishlist-Table .wishlist-style {
        width: 150px;
    }
    #wishlist-Table .wishlist-price {
        width: 115px;
    }
    #wishlist-Table .wish-discription {
        padding-left: 0;
    }
    #wishlist-Table .wish-metal {
        padding-left: 0;
        padding-right: 0;
    }
    #wishlist-Table tbody tr td {
        font-size: 16px;
    }
    #wishlist-Diamonds-Table .wishlist-Diamonds-weight {
        width: 50px;
    }
    .item-pageright-template .left-col img {
        width: 100%;
        height: auto;
    }
    .col4 p {
        text-align: right;
        padding: 0 12px;
    }
    .col2 {
        max-width: none;
    }
    ul.category-module li {
        height: 132px;
        margin-left: 1%;
        max-width: none;
        width: 32%;
        min-height: 180px;
    }
    a.mod-articles-category-title {
        font-size: 20px;
        line-height: 22px;
    }
    .home-image .home-main-image {
        background-size: cover;
        background-position: 79% 0;
    }
}

@media screen and (max-width:1080px) {
    .mainmenu ul li {
        margin-left: 22px;
    }
    .top-search {
        width: 270px;
    }
}

@media screen and (max-width:1024px) {
    .warp {
        max-width: 1024px
    }
    main {
        overflow: hidden;
    }
    .mobilemaximenuck div.level1.maximenuck>a {
        background: none;
        padding-right: 15px;
        text-align: right;
    }
    .mobilemaximenucktogglericon {
        margin-left: 20px;
        margin-right: auto;
        right: auto;
        left: 0;
    }
    .mobilemaximenuck div.current>a::after {
        margin-left: 0;
    }
    .mobilemaximenuck {
        direction: rtl;
        background: #fff !important;
        text-shadow: none;
        font-family: 'almoni-dl';
        border-right: 1px solid #b99d6b;
    }
    .mobilemaximenuck div.maximenuck>a {
        color: #656565 !important;
    }
    .mobilemaximenuck div.maximenuck {
        background: none;
        border-bottom: 1px solid #b99d6b;
        padding: 0;
    }
    .mobilemaximenuck .mobilemaximenucktitle {
        float: right;
        padding: 12px 20px 0 0;
    }
    .mobilemaximenuck .mobilemaximenuckclose {
        float: left;
    }
    .mobilebarmaximenuck {
        background: #100E31;
    }
    .mobilebarmenutitleck {
        color: #fff;
        font-size: 16px;
        line-height: 35px;
        padding-right: 7px;
    }
    
    
    .mobilemaximenuckitem .maximenuck.item339 {
        display: none;
    }
    .mobilemaximenuck div.maximenuck>a {
        text-align: right;
        padding-right: 15px;
    }
    .mobilemaximenuck div.level2.maximenuck>a {
        background-size: 11% auto;
    }
    .mobilemaximenuck div.level3.maximenuck>a {
        background: none;
        padding-left: 0;
    }
    /*.mobilemaximenuck div.level2.maximenuck.headingck > a,.mobilemaximenuck div.level2.maximenuck.item538 > a,.mobilemaximenuck div.level2.maximenuck.item539 > a,.mobilemaximenuck div.level2.maximenuck.item540 > a,.mobilemaximenuck div.level2.maximenuck.item508 > a,.mobilemaximenuck div.level2.maximenuck.item505 > a,.mobilemaximenuck div.level2.maximenuck.item506 > a,.mobilemaximenuck div.level2.maximenuck.item507 > a,.mobilemaximenuck div.level2.maximenuck.item536 > a,.mobilemaximenuck div.level2.maximenuck.item180 > a,.mobilemaximenuck div.level2.maximenuck.item181 > a,.mobilemaximenuck div.level2.maximenuck.item182 > a,.mobilemaximenuck div.level2.maximenuck.item183 > a{ background:none;cursor:text; }
.mobilemaximenuckitem .item537,.mobilemaximenuckitem .item538,.mobilemaximenuckitem .item539,.mobilemaximenuckitem .item540,.mobilemaximenuckitem .item508,.mobilemaximenuckitem .item509{ display: none !important; }
.mobilemaximenuckitem .item125 .mobilemaximenucktogglericon,.mobilemaximenuckitem .item126 .mobilemaximenucktogglericon{ display: none; }
.mobilemaximenuckitem .item222,.mobilemaximenuckitem .item223,.mobilemaximenuckitem .item606,.mobilemaximenuckitem .item607,.mobilemaximenuckitem .item608,.mobilemaximenuckitem .item231,.mobilemaximenuckitem .item609,.mobilemaximenuckitem .item610,.mobilemaximenuckitem .item611,.mobilemaximenuckitem .item498,.mobilemaximenuckitem .item501,.mobilemaximenuckitem .item502{ display: none; }
.mobilemaximenuckitem .item489,.mobilemaximenuckitem .item494,.mobilemaximenuckitem .item510,.mobilemaximenuckitem .item511,.mobilemaximenuckitem .item512,.mobilemaximenuckitem .item513,.mobilemaximenuckitem .item514,.mobilemaximenuckitem .item515,.mobilemaximenuckitem .item516,.mobilemaximenuckitem .item517,.mobilemaximenuckitem .item518,.mobilemaximenuckitem .item519,.mobilemaximenuckitem .item520,
.mobilemaximenuckitem .item521,.mobilemaximenuckitem .item523,.mobilemaximenuckitem .item524,.mobilemaximenuckitem .item525,.mobilemaximenuckitem .item526,
.mobilemaximenuckitem .item527,.mobilemaximenuckitem .item175,.mobilemaximenuckitem .item176,.mobilemaximenuckitem .item177,.mobilemaximenuckitem .item178,
.mobilemaximenuckitem .item179,.mobilemaximenuckitem .item180,.mobilemaximenuckitem .item206,.mobilemaximenuckitem .item207,.mobilemaximenuckitem .item206,
.mobilemaximenuckitem .item208,.mobilemaximenuckitem .item181,.mobilemaximenuckitem .item212,.mobilemaximenuckitem .item211,.mobilemaximenuckitem .item209,
.mobilemaximenuckitem .item210,.mobilemaximenuckitem .item182,.mobilemaximenuckitem .item213,.mobilemaximenuckitem .item211,.mobilemaximenuckitem .item204,
.mobilemaximenuckitem .item211,.mobilemaximenuckitem .item214,.mobilemaximenuckitem .item215,.mobilemaximenuckitem .item216,.mobilemaximenuckitem .item183,
.mobilemaximenuckitem .item217,.mobilemaximenuckitem .item218,.mobilemaximenuckitem .item219,.mobilemaximenuckitem .item220
{ display: none; }
*/
}

@media screen and (max-width:980px) {
    .warp {
        max-width: 960px;
    }
    .top-search {
        width: 245px;
    }
    .login {
        font-size: 16px;
        margin-left: 25px;
    }
    .open-time {
        font-size: 16px;
        float: right;
        margin-left: 0;
    }
    .home-image .newsletter .warp .moduletable::before {
        font-size: 16px;
        margin-left: 75px;
    }
    .home-diamonds li .home-diamonds-box-title {
        font-size: 24px;
        margin-bottom: 14px;
        line-height: 24px;
    }
    .home-diamonds li {
        padding: 0 20px;
        margin-bottom: 40px;
    }
    .home-articles h3 {
        font-size: 23px;
        margin: 13px 0;
    }
    .home-articles h3 a {
        font-size: 24px;
        line-height: 22px;
    }
    .footer-form {
        width: 170px;
    }
    .maincenter {
        width: 700px;
    }
    .footer-box-menu {
        margin-left: 13px;
        font-size: 15px;
    }
    .browse-view .row .product .spacer .product-category-title a {
        font-size: 20px;
    }
    #cf_flt_wrapper_custom_f_5_94 .cf_wrapper_inner .cf_filters_list li,
    #cf_flt_wrapper_custom_f_5_119 .cf_wrapper_inner .cf_filters_list li,
    #cf_flt_wrapper_custom_f_5_147 .cf_wrapper_inner .cf_filters_list li {
        margin-left: 26px;
    }
    #cf_flt_wrapper_custom_f_10_94 .cf_slider_gutter_m,
    #cf_flt_wrapper_custom_f_10_119 .cf_slider_gutter_m,
    #cf_flt_wrapper_custom_f_11_94 .cf_slider_gutter_m,
    #cf_flt_wrapper_custom_f_11_119 .cf_slider_gutter_m,
    #cf_flt_wrapper_custom_f_10_147 .cf_slider_gutter_m,
    #cf_flt_wrapper_custom_f_10_148 .cf_slider_gutter_m,
    #cf_flt_wrapper_custom_f_10_149 .cf_slider_gutter_m,
    #cf_flt_wrapper_custom_f_11_147 .cf_slider_gutter_m,
    #cf_flt_wrapper_custom_f_11_148 .cf_slider_gutter_m,
    #cf_flt_wrapper_custom_f_11_149 .cf_slider_gutter_m {
        width: 410px;
    }
    .services-sales-reason li {
        margin-left: 0;
        padding-left: 12px;
        margin-right: 0;
        width: 20%;
    }
    .services-tips-left li {
        padding-left: 0;
    }
    .services-tips li {
        padding-right: 58px;
        font-size: 17px;
        background-size: 14%;
    }
    .services-tips li span {
        font-size: 23px;
        margin-bottom: 8px;
    }
    .services-tips-left {
        float: left;
        padding-right: 30px;
    }
    .contact1 {
        padding-left: 24px;
        width: 33%;
    }
    .product-more4 {
        padding-right: 13px;
        width: 205px;
    }
    .product-more5 {
        padding-right: 15px;
        width: 200px;
    }
    .safe-order h4 {
        margin-right: 0;
        margin-bottom: 30px;
        font-size: 28px;
    }
    .more-details {
        margin-bottom: 40px;
        margin-top: 40px;
        padding-bottom: 40px;
    }
    .product-right .customs-top .product-metal .productMmetalText,
    .product-right .customs-top .product-center-diamond .product-center-diamond-title,
    .product-right .customs-top .weight-diamond-all .weight-diamond-all-title {
        font-size: 16px;
    }
    #wishlist-Table .wish-discription {
        font-size: 15px;
        line-height: 14px;
    }
    #wishlist-Diamonds-Table .wish-order .addtocart-button,
    #wishlist-Table .wish-order .addtocart-button {
        font-size: 18px;
        width: 92px;
        height: 27px;
    }
    #wishlist-Diamonds-Table .wish-price,
    #wishlist-Table .wish-price {
        font-size: 29px;
    }
    .top-search input {
        font-size: 17px;
    }
    #slideshow>div {
        right: 10px !important;
    }
    .coupon-popup {}
}

@media screen and (max-width:800px) {
    .warp {
        max-width: 800px;
    }
    .home-image .newsletter .rsform-input-box {
        width: 152px !important;
    }
    .top-cart {
        margin-left: 18px;
    }
    .home-boxs h3 {
        font-size: 28px;
        padding: 0 25px;
        margin-bottom: 15px;
    }
    .home-boxs .vmgroup {
        padding: 0 30px;
    }
    .home-boxs .vmfooter {
        margin: 20px auto;
        line-height: 35px;
    }
    .home-diamonds {
        background-size: cover;
        height: 100%;
        padding-bottom: 30px;
        padding-top: 40px;
    }
    .home-diamonds li {
        margin-bottom: 25px;
        padding: 0 0 15px;
        width: 100%;
        display: block;
        float: none;
        text-align: center;
        border-bottom: 1px solid #fff;
    }
    .home-diamonds li:last-child {
        border-bottom: none;
    }
    .home-articles .page-header {
        float: none;
        font-size: 27px;
        line-height: 27px;
        margin-bottom: 11px;
        margin-left: 0;
        top: 0;
        width: 100%;
    }
    .maincenter {
        width: 100%;
    }
    .maincenter .services-title {
        right: auto;
    }
    .contact-reservation-title.services-title.education-header {
        text-align: center!important;
        left: auto!important;
        right: auto!important;
        width: 100%;
    }
    .home-articles h3 a {
        font-size: 22px;
    }
    a.btu-col4 {
        right: 39px;
    }
    #wishlist-Diamonds-Table thead tr {
        position: relative;
        width: 100%;
    }
    .home-sales li .product-title,
    .home-recommend li .product-title {
        font-size: 15px;
        max-height: 29px;
        overflow: hidden;
    }
    #wishlist-Diamonds-Table th.header::after {
        position: absolute;
        top: 9px;
        margin-right: 1px;
    }
    .cf_wrapper_inner .cf_filters_list li {
        margin-left: 14px;
        margin-right: 14px;
    }
    #cf_flt_wrapper_custom_f_5_94 .cf_wrapper_inner .cf_filters_list li,
    #cf_flt_wrapper_custom_f_5_147 .cf_wrapper_inner .cf_filters_list li {
        margin-left: 14px;
    }
    #cf_flt_wrapper_custom_f_5_119 .cf_wrapper_inner .cf_filters_list li {
        margin-left: 24px;
    }
    #cf_flt_wrapper_custom_f_5_147 .cf_wrapper_inner .cf_filters_list li {
        margin-left: 10px;
    }
    .home-articles .featured-category-description {
        float: none;
        font-size: 19px;
        margin-bottom: 30px;
        max-width: none;
    }
    .home-articles .items-row .item {
        margin: 0 8px;
        padding-bottom: 35px;
        min-height: 500px;
    }
    .home-sales,
    .home-recommend {
        margin-top: 50px;
        padding-top: 30px;
    }
    .home-sales li a img,
    .home-recommend li a img {
        height: auto;
        min-height: auto;
        width: 100%;
        max-height: none;
    }
    .home-sales li .product_s_desc,
    .home-recommend li .product_s_desc {
        font-size: 14px;
        min-height: 76px;
        padding-top: 0;
    }
    .home-sales li .slider-li-in,
    .home-recommend li .slider-li-in {
        margin-left: 10px;
    }
    .home-sales span.price-crossed,
    .home-recommend span.price-crossed {
        padding-right: 15px;
        font-size: 20px;
    }
    .module-product-price {
        font-size: 25px;
        margin-top: 12px;
    }
    footer {
        padding-top: 25px;
    }
    .footer-menu {
        float: none;
        width: 100%;
    }
    .footer-box-menu {
        font-size: 15px;
        margin-bottom: 20px;
        margin-left: 0;
        width: 100%;
        text-align: center;
    }
    .footer-box-menu span {
        display: block;
        margin-bottom: 3px;
        margin-left: 0px;
        text-align: center;
        font-size: 19px;
    }
    .footer-box-menu ul {
        display: none;
    }
    .footer-box-menu.open ul {
        display: initial;
    }
    .footer-box-menu ul {
        text-align: center;
    }
    .footer-box-menu ul li {
        display: inline-block;
        line-height: 18px;
        margin-left: 14px;
        vertical-align: top;
    }
    .footer-form {
        display: none;
    }
    .footer-menu .footer-logos {
        margin-top: 30px;
    }
    .footer-social {
        margin-top: 50px;
    }
    .browse-view .row .product .spacer .product-category-title a {
        font-size: 18px;
    }
    .browse-view .row .product .spacer .vm-product-media-container {
        padding-bottom: 10px;
    }
    .browse-view .row .product .spacer {
        margin: 0 10px;
        min-height: 330px;
    }
    .browse-view .row .product {
        margin-bottom: 50px;
    }
    .browse-view .row .product .spacer .product_s_desc {
        color: #656565;
        font-size: 15px;
        line-height: 15px;
        margin-top: 6px;
        min-height: 44px;
    }
    .browse-view .row .product .spacer .category-product-price {
        font-size: 25px;
        margin-top: 18px;
    }
    .browse-view .row .product .spacer .category-product-price .price-crossed {
        padding-right: 13px;
    }
    .product-right .product-short-description {
        margin: 10px 0;
    }
    .product-right .customs-top .product-metal .productMmetalText,
    .product-right .customs-top .product-center-diamond .product-center-diamond-title,
    .product-right .customs-top .weight-diamond-all .weight-diamond-all-title {
        font-size: 13px;
    }
    .product-price-box .online-sale {
        font-size: 13px;
        padding-right: 41px;
        padding-top: 11px;
    }
    .product-message li {
        font-size: 15px;
        padding: 17px 55px 0 0;
    }
    .product-message li.time-delivery {
        padding: 13px 69px 0 0;
    }
    .more-details h3 {
        right: 203px;
        font-size: 28px;
    }
    .more-details .more-info-title {
        margin-top: 40px;
        margin-bottom: 30px;
    }
    .shape-info {
        width: 21%;
    }
    .product-more2 {
        padding-left: 10px;
        padding-right: 13px;
        width: 33%;
    }
    .product-more2 ul li {
        font-size: 16px;
    }
    .gamlogim-info {
        border-left: medium none;
        float: right;
        height: 185px;
        padding-right: 22px;
        width: 33%;
    }
    .product-more4 {
        margin-top: 50px;
        padding-right: 0;
        width: 54%;
    }
    .product-more4 .product-more4-title {
        text-align: center;
        padding-left: 0;
    }
    .gamlogim-info .gamlogim-info-title {
        padding-left: 0;
    }
    .product-more5 {
        margin-top: 40px;
        padding-right: 35px;
        width: 46%;
    }
    .safe-order {
        padding-bottom: 0;
    }
    .safe-order li {
        margin-bottom: 38px;
        padding-left: 25px;
    }
    .product-contact-bottom .contact-bottom {
        font-size: 17px;
        margin-bottom: 30px;
    }
    .reviews h3 {
        right: 170px;
    }
    #cf_flt_wrapper_custom_f_5_147 {
        margin-right: 0;
    }
    #cf_flt_wrapper_custom_f_6_94 .cf_slider_gutter_m,
    #cf_flt_wrapper_custom_f_6_119 .cf_slider_gutter_m {
        width: 250px;
    }
    #cf_flt_wrapper_custom_f_33_119 .cf_slider_gutter_m {
        width: 404px;
        background-size: cover;
        background-position: 0 center;
    }
    #cf_flt_wrapper_custom_f_11_148,
    #cf_flt_wrapper_custom_f_11_149 {
        margin-right: 56px !important;
    }
    #cf_wrapper_inner_price_94,
    #cf_wrapper_inner_price_119,
    #cf_wrapper_inner_price_147 {
        margin: 0 auto;
        padding-top: 0;
        position: relative;
        right: 0;
        width: 430px;
    }
    #Diamondis-Table th {
        width: 10%;
        font-size: 14px;
    }
    #Diamondis-Table .addtofav_aws_icon {
        font-size: 10px;
        padding: 4px;
        height: auto;
    }
    .price-title,
    .final-price,
    .product-discount,
    .product-price .PricesalesPrice,
    .col-total .PricesalesPrice {
        font-size: 20px !important;
    }
    #Diamondis-Table td.documentation {
        font-size: 13px;
    }
    #Diamondis-Table th.color {
        width: 20%;
    }
    #Diamondis-Table th.clean {
        width: auto;
    }
    .diamonds-product-link {
        font-size: 13px;
    }
    #Diamondis-Table tbody tr td {
        font-size: 15px;
    }
    #Diamondis-Table .addtofav_aws_icon {
        width: 100%;
    }
    #Diamondis-Table tbody tr td.diamonds-shape-image img {
        width: 88%;
    }
    .wish-top-text {
        color: #656565;
        font-size: 17px;
        line-height: 21px;
        margin-bottom: 20px;
        margin-top: 19px;
    }
    .wish-td-img img {
        width: 65%;
    }
    #wishlist-Table .wishlist-description {
        width: 160px;
    }
    #wishlist-Diamonds-Table .wish-price,
    #wishlist-Table .wish-price {
        font-size: 24px;
    }
    #wishlist-Diamonds-Table .wish-order .addtocart-button,
    #wishlist-Table .wish-order .addtocart-button {
        font-size: 17px;
        height: 27px;
        width: 72px;
    }
    #wishlist-Diamonds-Table .wish-remove button,
    #wishlist-Table .wish-remove button {
        font-size: 0;
        margin-right: 10px;
        padding-right: 11px;
    }
    .services-title {
        right: 229px;
    }
    .services-sales-reason {
        display: table;
        margin-bottom: 0;
        margin-top: 90px;
        width: 100%;
    }
    .services-box-border {
        padding: 20px
    }
    .services-sales-reason li .services-list {
        font-size: 17px;
        margin-top: 18px;
        padding-top: 15px;
    }
    .services-tips li {
        padding-right: 53px;
        margin-bottom: 34px;
    }
    .services-tips li span {
        font-size: 22px;
        margin-bottom: 4px;
    }
    .how-it-work li span {
        font-size: 23px;
        margin-bottom: 13px;
        padding-bottom: 13px;
    }
    .how-it-work li {
        padding: 232px 7px 0;
    }
    .about-text-right {
        font-size: 17px;
        line-height: 20px;
        margin-bottom: 10px;
        width: 55%;
    }
    .about-text-left {
        font-size: 17px;
        line-height: 20px;
        width: 39%;
    }
    .about-page h3 {
        right: auto;
    }
    .about-products li span {
        font-size: 21px;
        margin-bottom: 14px;
    }
    .about-products li .about-box-text {
        font-size: 16px;
    }
    .about-services li span {
        color: #b99d6b;
        display: block;
        font-size: 24px;
        line-height: 22px;
        margin-bottom: 12px;
        margin-top: 7px;
        padding: 0 10px;
        text-align: center;
    }
    .contact1 {
        padding-left: 0;
        width: 50%;
    }
    .contact2 {
        width: 50%;
        margin-bottom: -38px;
    }
    .contact3 {
        float: none;
        padding-left: 0;
        width: 100%;
    }
    .contact-reservation-title {
        right: auto;
    }
    .right_ {
        display: none;
    }
    .item-pageright-template {
        float: none;
        width: 100%;
    }
    .cf_form.wizard .cf_flt_wrapper {
        width: 80% !important;
    }
    .inner-top-image h1,.inner-top-image h2 {
        padding-right: 20px;
        font-size: 35px;
    }
    .home-image .home-main-image {
        height: 455px;
    }
    .col9 {
        float: none;
        max-width: none;
        width: 100%;
    }
    .col4 h3,
    .col2 h3 {
        font-size: 22px;
        line-height: 21px;
        margin-bottom: 10px;
        margin-top: 12px;
        width: 100%;
    }
    .filter .cf_form.wizard {
        display: block;
    }
    .top-pay-back {
        display: none;
    }
    #cf_flt_wrapper_custom_f_13_94 {
        margin-right: 0 !important;
    }
    .top-search {
        background: #fff;
        left: 10px;
        position: fixed;
        top: 3px;
        width: 178px;
        z-index: 10000;
        height: 29px;
    }
    .top-search input.inputbox {
        font-size: 14px;
    }
    .top-search input.inputbox {
        margin-right: 0;
        width: 82%;
        float: left;
    }
    .top-search input.button {
        background-position: -29px 4px;
        background-size: 176% auto;
        width: 31px;
        float: right;
    }
}

@media screen and (max-width:768px) {
    .product-related-products .product_s_desc {
        font-size: 14px;
        max-height: 70px;
        overflow: hidden;
    }
    .contact2,
    .contact3 {
        margin-top: 20px;
    }
    main .warp,
    header,
    footer .warp {
        overflow-x: hidden;
    }
    .warp {
        max-width: 768px
    }
    #top .warp {
        overflow: hidden;
    }
    .breadcrumbs {
       top:37px;
    }
    #logo img {
        padding: 7px 0;
        margin-top: 7px;
    }
    #b-acc-toolbarWrap div.b-acc_hide_toolbar {
        top: 10% !important;
    }
    .top-search input {
        font-size: 16px;
        width: 60%;
    }
    .top-search button {
        background-size: 160% auto;
        background-position: -27px 6px;
    }
    .home-image .newsletter #Send {
        width: 70px;
    }
    .home-image .newsletter .warp .moduletable::before {
        font-size: 15px;
        margin-left: 32px;
    }
    .build-ring .custom {
        width: 275px;
        padding: 25px 15px;
    }
    .build-ring h2 {
        padding-right: 48px;
        margin-right: 10px;
    }
    .home-boxs {
        margin-top: 38px;
        padding-bottom: 15px;
    }
    .home-boxs .vmgroup {
        padding: 0 20px;
    }
    .product-right .customs-top .product-metal {
        width: 25%;
    }
    .product-right .customs-top .weight-diamond-all {
        width: 32%;
    }
    .ring-size .guide-sizes {
        float: left;
    }
    #cf_flt_wrapper_custom_f_33_119 .cf_slider_gutter_m {
        background-size: cover;
        width: 390px;
        background-position: -4px -5px;
    }
    .cf_form.wizard .cf_flt_wrapper {
        overflow: hidden;
        height: auto;
    }
    #custom_f_11_94_slider_gutter_m {}
    #cf_wrapper_inner_price_94,
    #cf_wrapper_inner_price_119,
    #cf_wrapper_inner_price_147 {
        margin: 0 auto;
        padding-top: 0;
        position: relative;
        right: 0;
    }
    .cf_wrapper_inner .cf_filters_list li {
        margin-left: 14px;
        margin-right: 14px;
    }
    #cf_flt_wrapper_custom_f_6_94,
    #cf_flt_wrapper_custom_f_6_119 {
        margin-left: 37px !important;
        margin-right: 17px !important;
    }
    #cfhead_custom_f_10_148 {
        margin-top: 10px;
    }
    #cf_flt_wrapper_custom_f_49_232 {
        width: 100% !important;
    }
    #cf_flt_wrapper_custom_f_6_94 .cf_slider_gutter_m,
    #cf_flt_wrapper_custom_f_6_119 .cf_slider_gutter_m {
        width: 200px;
        background-position: 0 -1px;
        background-size: 100% auto;
    }
    #cf_flt_wrapper_custom_f_5_94 .cf_wrapper_inner .cf_filters_list li,
    #cf_flt_wrapper_custom_f_5_147 .cf_wrapper_inner .cf_filters_list li {
        margin-left: 10px;
        margin-right: 10px;
    }
    #cf_flt_wrapper_custom_f_5_119 .cf_wrapper_inner .cf_filters_list li {
        margin-left: 22px;
    }
    .moduletable.about-top-image {
        height: 285px;
    }
    .moduletable.about-top-image.services-top-images {
        height: auto;
    }
    .custom.about-top-image img {
        height: 320px;
        width: auto;
    }
    .service-form {
        font-size: 18px;
        height: auto;
        left: 10px;
        padding: 8px 20px;
        top: -321px;
    }
    .about-page h3 {
        right: 240px;
    }
    .about-products {
        margin-top: 68px;
    }
    .about-products li {
        background: none;
        float: right;
        height: 270px;
        padding-bottom: 0;
        padding-left: 10px;
        width: 50%;
    }
    .about-products li img {
        height: auto;
        margin-bottom: 10px;
        max-height: 90px;
        width: auto;
    }
    .about-products li.about-product-box4 span {
        line-height: 21px;
        padding-bottom: 31px;
    }
    .about-products-quote {
        margin-top: 0;
    }
    .home-image .home-main-image {
        height: 455px;
    }
    .line-info {
        max-width: none;
    }
    .filter-drop {
        display: table;
        height: 175px;
        position: relative;
        width: 100%;
    }
    .cf_resetAll_link {
        bottom: 7px;
        left: 0;
        position: absolute;
        top: auto;
    }
    .cf_form.wizard #cf_list_custom_f_24_100 li {
        margin: 73px 24px 0 0;
    }
    .articles-category-left {
        padding: 8px;
    }
    .reviews.pr h3 {
        width: 32%;
    }
    .knob_wrapper {
        margin-left: 0 !important;
        direction: ltr !important;
    }
}


/*@media screen and (max-width:750px) {
.lang {margin-left: 0;width: 5%;}
.top-cart {margin-left: 3px;width: 12%;}
.login {font-size: 15px;margin-left: 0;width: 37%;}
.login span.top-whislist{margin-left: 1vw;}
.open-time {font-size: 15px;margin-left: 0;width: 45%;}
.top-cart .cart-title{ font-size: 15px; }
.home-image .newsletter .rsform-input-box {width: 159px !important;}
.wizard .filter-tabs li {margin-left: 0;}
}*/

@media screen and (max-width:750px) {
    .warp {
        max-width: 660px;
    }
    .lang {
        margin-left: 0;
        width: 5%;
    }
    .top-cart {}
    .login {
        font-size: 15px;
        margin-left: 0;
        width: 37%;
    }
    .login span.top-whislist {
        margin-left: 1vw;
    }
    .open-time {
        font-size: 15px;
        margin-left: 0;
        width: 45%;
    }
    .top-cart .cart-title {
        font-size: 15px;
    }
    .home-image .newsletter .rsform-input-box {
        width: 159px !important;
    }
    .wizard .filter-tabs li {
        margin-left: 0;
    }
    #top .warp {
        max-width: none;
    }
    #top {
        height: auto;
    }
    .lang {
        width: 8%;
    }
    .home-articles .items-row .item {
        min-height: none;
    }
    #Diamondis-Table .PricesalesPrice {
        font-size: 18px !important;
    }
    #Diamondis-Table tbody tr td {
        padding-left: 5px;
    }
    .top-cart {}
    .login {
        float: left;
        margin-left: 0;
        width: 228px;
    }
    .open-time {
        margin-left: 0;
        width: 100%;
        text-align: center;
    }
    #b-acc-toolbarWrap div.b-acc_hide_toolbar {
        top: 32% !important;
    }
    #cf_flt_wrapper_custom_f_11_94,
    #cf_flt_wrapper_custom_f_11_119,
    #cf_flt_wrapper_custom_f_11_147,
    #cf_flt_wrapper_custom_f_11_148,
    #cf_flt_wrapper_custom_f_11_149,
    #cf_flt_wrapper_custom_f_11_100 {
        float: none;
        margin-right: 0 !important;
    }
    #logo {
        line-height: 80px;
    }
    #ProOPC table tr {
        width: 100%;
    }
    .build-ring .custom {
        padding: 15px 10px;
        width: 195px;
        height: 300px;
    }
    .build-ring .wizard-ring {
        margin-bottom: 0;
    }
    .build-ring .wizard-ring img {
        width: 80%;
    }
    .build-ring h1 {
        font-size: 25px;
        line-height: 22px;
        margin-bottom: 0;
        margin-top: 4px;
    }
    .build-ring h2 {
        margin-right: 0;
        padding-right: 45px;
        line-height: 13px;
        font-size: 15px;
    }
    .build-ring .start-qwiz a {
        font-size: 18px;
        line-height: 32px;
    }
    .build-ring .fast-rings {
        margin-top: 15px;
        font-size: 17px;
    }
    .home-image .home-main-image {
       /* height: 366px;*/
       height: 53px;
    }
    .browse-view .row .product .spacer {
        min-height: auto;
        padding-bottom: 30px;
    }
    .home-image .newsletter .warp .moduletable::before {
        font-size: 12px;
        margin-left: 0;
        line-height: 14px;
        margin-left: 0;
        top: 0;
        width: 100%;
        float: none;
    }
    .home-image .newsletter .formResponsive {
        margin: 0;
        width: 100%;
    }
    .home-image .newsletter .rsform-input-box {
        font-size: 15px !important;
        height: 27px !important;
        width: 170px !important;
    }
    .home-image .newsletter #Send {
        height: 28px;
    }
    .home-image .newsletter {
        height: 53px;
    }
    .home-boxs {
        margin-top: 28px;
        padding-bottom: 10px;
    }
    .home-boxs .moduletable::after {
        border-left: none;
    }
    .home-boxs .moduletable {
        float: none;
        width: 100%;
        border-bottom: 1px solid #efece3;
        margin-bottom: 20px;
        padding-bottom: 20px;
    }
    .home-boxs .vmgroup {
        padding: 0;
    }
    .home-boxs a.box-image img {
        max-height: 200px;
    }
    .home-boxs a.box-image {
        border-bottom: none;
        padding-bottom: 2px;
    }
    .home-boxs .vmfooter {
        margin: 0 auto;
        width: 90%;
    }
    .home-articles .items-row {
        float: none;
        margin-bottom: 40px;
        width: 100%;
    }
    .home-sales li,
    .home-recommend li {
        width: 50%;
        margin-bottom: 25px;
    }
    .home-sales li a img,
    .home-recommend li a img {
        height: auto;
        max-height: none;
        min-height: auto;
        width: 100%;
    }
    .home-sales li a:first-child {
        width: 100%;
        height: 0;
        padding-bottom: 103%;
        overflow: hidden;
    }
    .home-boxs .vmgroup .lSPager {
        top: 180px;
    }
    .inner-top-image .moduletable img {
        width: 130%;
        height: auto;
    }
    .breadcrumbs ul li,
    .breadcrumbs ul li a {
        line-height: 15px;
        font-size: 13px;
    }
    .inner-top-image .moduletable {
        height: auto;
    }
    .inner-top-image h1,.inner-top-image h2 {
        text-align: center;
        top: 31px;
        width: 100%;
        font-size: 20px;
        padding-right: 0;
    }
    .line-info {
        max-width: none;
    }
    .filter-drop {
        display: table;
        height: 242px;
        position: relative;
        width: 100%;
    }
    .cf_resetAll_link {
        bottom: 7px;
        left: 0;
        position: absolute;
        top: auto;
    }
    .filter-tabs {
        margin-bottom: 0;
        padding-top: 15px;
        position: relative;
        z-index: 10;
    }
    .filter-tabs li {
        margin-left: 3px;
    }
    .filter-tabs li::after {
        left: -12px;
    }
    #cf_flt_wrapper_custom_f_4_94,
    #cf_flt_wrapper_custom_f_4_147,
    #cf_flt_wrapper_custom_f_4_148,
    ,
    #cf_flt_wrapper_custom_f_4_149 {
        padding-top: 45px;
        text-align: center;
        width: 100% !important;
    }
    #cf_flt_wrapper_custom_f_4_94 .cf_flt_header,
    #cf_flt_wrapper_custom_f_4_147 .cf_flt_header,
    #cf_flt_wrapper_custom_f_4_148 .cf_flt_header,
    #cf_flt_wrapper_custom_f_4_149 .cf_flt_header,
    #cf_flt_wrapper_custom_f_13_94 .cf_flt_header {
        margin-top: 0;
    }
    .cf_wrapper_inner .cf_filters_list li label a {
        font-size: 15px;
    }
    #cf_flt_wrapper_custom_f_13_94 .cf_wrapper_inner {
        margin-top: 63px;
    }
    .cf_wrapper_inner .cf_filters_list li {
        margin-bottom: 60px;
        margin-left: 0;
        width: auto;
    }
    #cf_flt_wrapper_custom_f_13_94 {
        margin-right: 0 !important;
        float: none;
    }
    .filter .warp {
        height: 44px;
        max-width: none;
    }
    #cf_wrapper_inner_price_94,
    #cf_wrapper_inner_price_119,
    #cf_wrapper_inner_price_147 {
        margin: 39px auto 0;
        padding-top: 24px;
        position: relative;
        right: 0;
        text-align: center;
        width: 100%;
    }
    #cf_flt_wrapper_custom_f_6_94,
    #cf_flt_wrapper_custom_f_6_119,
    #cf_flt_wrapper_custom_f_59_147,
    #cf_flt_wrapper_custom_f_59_148,
    #cf_flt_wrapper_custom_f_59_149 {
        float: none;
        margin-left: 0 !important;
        margin-right: 0 !important;
        width: 100%;
    }
    #cf_flt_wrapper_custom_f_33_119 .cf_slider_gutter_m {
        height: 32px;
    }
    #cfhead_custom_f_4_148,
    #cfhead_custom_f_4_147,
    #cfhead_custom_f_4_149 {
        margin-top: 10px !important;
        text-align: center;
    }
    #cf_flt_wrapper_custom_f_5_94,
    #cf_flt_wrapper_custom_f_5_119,
    #cf_flt_wrapper_custom_f_5_147,
    #cf_flt_wrapper_custom_f_5_147,
    #cf_flt_wrapper_custom_f_5_148,
    #cf_flt_wrapper_custom_f_5_149 {
        float: none;
    }
    #cf_flt_wrapper_custom_f_5_94 .cf_wrapper_inner .cf_filters_list li,
    #cf_flt_wrapper_custom_f_5_119 .cf_wrapper_inner .cf_filters_list li,
    #cf_flt_wrapper_custom_f_5_147 .cf_wrapper_inner .cf_filters_list li,
    #cf_flt_wrapper_custom_f_5_148 .cf_wrapper_inner .cf_filters_list li,
    #cf_flt_wrapper_custom_f_5_149.cf_wrapper_inner .cf_filters_list li {
        margin-left: 10px;
    }
    #cf_flt_wrapper_custom_f_5_94,
    #cf_flt_wrapper_custom_f_5_147,
    #cf_flt_wrapper_custom_f_5_148,
    #cf_flt_wrapper_custom_f_5_149 {
        margin-top: -29px !important;
    }
    #cf_flt_wrapper_custom_f_10_94,
    #cf_flt_wrapper_custom_f_10_119,
    #cf_flt_wrapper_custom_f_11_94,
    #cf_flt_wrapper_custom_f_11_119,
    #cf_flt_wrapper_custom_f_11_147,
    ,
    #cf_flt_wrapper_custom_f_10_147 {
        float: none;
        margin-left: 20px !important;
        margin-right: 20px !important;
    }
    .cf_flt_header {
        margin-top: 10px;
    }
    #cf_flt_wrapper_custom_f_15_94,
    #cf_flt_wrapper_custom_f_15_119 {
        margin-right: 0 !important;
        margin-top: 40px !important;
        width: 100%;
    }
    .browse-view .row .product {
        width: 50%;
        margin-bottom: 35px;
    }
    #cf_flt_wrapper_custom_f_5_119 {
        margin-right: 0 !important;
        margin-top: 41px !important;
    }
    #cf_flt_wrapper_custom_f_33_119 {
        float: none;
        margin-right: 0 !important;
    }
    #cf_wrapper_inner_price_119 .cf_slider_gutter_m,
    #cf_wrapper_inner_price_94 .cf_slider_gutter_m,
    #cf_wrapper_inner_price_147 .cf_slider_gutter_m {
        float: none;
        height: 10px;
        margin: 0 auto !important;
        max-width: 430px;
    }
    #cf_flt_wrapper_custom_f_4_94 .cf_flt_header,
    #cf_flt_wrapper_custom_f_4_147 .cf_flt_header,
    #cf_flt_wrapper_custom_f_4_148 .cf_flt_header,
    #cf_flt_wrapper_custom_f_4_149 .cf_flt_header,
    #cf_flt_wrapper_custom_f_13_94 .cf_flt_header,
    #cf_flt_wrapper_custom_f_51_148 .cf_flt_header,
    #cf_flt_wrapper_custom_f_51_149 .cf_flt_header,
    #cf_flt_wrapper_custom_f_56_148 .cf_flt_header {
        margin-top: 30px;
    }
    #cf_flt_wrapper_custom_f_49_232 {
        width: 460px !important;
    }
    #Diamondis-Table th.header {
        background: none;
    }
    #Diamondis-Table th {
        font-size: 12px;
    }
    .about-top-image .about-story {
        background-repeat: repeat;
        background-size: contain;
        font-size: 15px;
        height: auto;
        line-height: 17px;
        margin-right: -10px;
        padding: 20px 9px 0 57px;
        top: 0;
        width: 100%;
    }
    .about-top-image .about-story span {
        float: right;
        font-size: 26px;
        margin-bottom: 0;
        margin-top: 0;
        padding-bottom: 20px;
        padding-top: 99px;
    }
    .about-text-right {
        width: 100%;
        float: none;
    }
    .about-text-left {
        float: none;
        font-size: 17px;
        line-height: 20px;
        width: 100%;
    }
    .about-page h3 {
        right: auto;
    }
    .about-quote-text {
        font-size: 16px;
        line-height: 18px;
        margin-top: 5px;
        padding-left: 0;
        text-align: right;
    }
    .about-product-quote {
        float: right;
        height: auto;
        margin-bottom: 30px;
        width: 50%;
    }
    .about-product-quote img {
        width: 16%;
    }
    .about-services li {
        float: right;
        width: 50%;
    }
    .safe-order li {
        margin-bottom: 18px;
        padding-left: 15px;
        text-align: right;
        width: 50%;
        min-height: 143px;
    }
    .contact1,
    .contact2,
    .contact3 {
        width: 100%;
        float: none;
    }
    .contact2 form {
        margin-top: 5px;
    }
    .formResponsive,
    .formResponsive .formHorizontal .rsform-block {
        margin: 0;
        width: 100%;
    }
    .footer-form .formResponsive,
    .footer-form .formResponsive .formHorizontal .rsform-block,
    .footer-form .formResponsive .formBody,
    fieldset#rsform_3_page_0 {
        float: none;
        width: 100%;
    }
    .contact-in-title {
        text-align: center;
    }
    .contact2 button,
    .contact3 #Send {
        width: 100%;
        height: 36px;
        margin-bottom: 60px;
    }
    .contact-reservation-title {
        right: 92px;
    }
    .contact-directions {
        float: none;
        margin-top: 39px;
        padding-left: 0;
        width: 100%;
    }
    .contact-map {
        float: none;
        margin-top: 10px;
        width: 100%;
    }
    .contact-directions-title {
        font-size: 25px;
        margin-bottom: 9px;
    }
    .services-box-border {
        padding: 16px;
    }
    .contact-reservation-title {
        right: auto;
    }
    .services-sales-reason li {
        padding-left: 0;
        width: 100%;
    }
    .services-sales-reason li .services-list {
        font-size: 17px;
        margin-top: 11px;
        padding-top: 12px;
        text-align: center;
    }
    .services-tips-right,
    .services-tips-left {
        float: none;
        padding-right: 0;
        width: 100%;
    }
    .services-tips li {
        padding-right: 84px;
    }
    .services-question li {
        font-size: 17px;
        line-height: 18px;
        margin-bottom: 21px;
        padding-bottom: 20px;
    }
    .services-question li span {
        font-size: 20px;
        margin-bottom: 4px;
    }
    h1 {
        font-size: 26px;
    }
    .how-it-work li {
        background-position: center top !important;
        float: none;
        padding: 212px 7px 0;
        width: 100%;
    }
    .col4 {
        float: right;
        margin-right: 0;
        max-width: initial !important;
        min-height: 614px;
        position: relative;
        width: 50%;
        padding: 10px;
        margin-bottom: 40px;
    }
    .product-left,
    .product-right {
        float: none;
        width: 100%;
        clear: both;
    }
    .raiting {
        display: table;
        margin-bottom: 21px;
        margin-top: 7px;
        width: 100%;
    }
    .product-right h1 {
        text-align: center;
    }
    .product-left .favored-sharing {
        height: 43px;
        padding-top: 7px;
    }
    .product-right .customs-top {
        height: 59px;
        padding: 10px;
        margin-bottom: 15px;
    }
    .product-right .customs-top .product-metal,
    .product-right .customs-top .product-center-diamond,
    .product-right .customs-top .weight-diamond-all {
        width: 33%;
        text-align: center;
    }
    .product-right .customs-top .productMmetalNum {
        text-align: center;
    }
    .more-details h3 {
        font-size: 25px;
        right: 112px;
    }
    .shape-info {
        width: 33%;
    }
    .product-more4,
    .product-more5 {
        width: 50%;
    }
    .product-contact-bottom-boxs li {
        float: none;
        margin-bottom: 20px;
        padding: 25px 45px 0;
        width: 100%;
    }
    .product-contact-bottom-boxs li span {
        margin-bottom: 3px;
        margin-top: 30px;
        text-align: center;
    }
    .reviews h3 {
        font-size: 25px;
        right: 87px;
    }
    table.cart-summary.proopc-table-striped tr td,
    table.cart-summary.proopc-table-striped tr.grand-total td {
        text-align: right;
    }
    table.cart-summary.proopc-table-striped tbody tr td::before {
        padding-right: 10px;
        right: 8px;
        width: 100%;
        padding-right: 45%;
        padding-left: 0;
        text-align: righ;
    }
    .filter-wizard .warp {
        height: auto !important;
        padding-top: 40px !important
    }
    .cf_form.wizard .cf_flt_header {
        padding-bottom: 0;
        font-size: 25px;
        margin-top: 15px;
        line-height: 26px;
    }
    .cf_form.wizard #cf_flt_wrapper_custom_f_24_100 .cf_wrapper_inner1 {
        width: 100%;
    }
    .cf_form.wizard #cfhead_custom_f_21_100 {
        line-height: 26px;
        margin: inherit;
        width: auto;
    }
    .filter .cf_form.wizard {
        display: block;
    }
    .cf_form.wizard #cfhead_custom_f_19_100::after {
        width: 100%;
    }
    .cf_form.wizard .cf_wrapper_inner1 {
        width: 100%;
    }
    .cf_form.wizard .cf_wrapper_inner1 .cf_filters_list {
        text-align: center;
    }
    .cf_form.wizard #cf_list_custom_f_24_100 li {
        display: inline-block;
        float: none;
        margin: 63px 22px 0;
    }
    .cf_form.wizard .cf_wrapper_inner1 .cf_filters_list li {
        text-align: right;
    }
    .cf_form.wizard #cfhead_custom_f_20_100::after {
        margin: -3px auto -15px;
    }
    .footer-menu .footer-logos {
        text-align: center;
        width: 100%;
    }
    .footer-social {
        text-align: center;
        width: 100%;
        margin: 15px auto 0;
    }
    .footer-social li {
        float: none;
        display: inline-block;
        vertical-align: top;
    }
    table.cart-summary.proopc-table-striped tbody tr td::before {
        text-align: right;
    }
    table.cart-summary.proopc-table-striped tr td,
    table.cart-summary.proopc-table-striped tr.grand-total td {}
    .shipping-row td,
    .payment-row td {
        text-align: right !important;
    }
    .grand-total .sub-headings,
    .cart-sub-total .sub-headings {
        text-align: right !important;
    }
    #ProOPC a:not(.proopc-btn) {
        display: block;
        text-align: right;
    }
   #b-acc-toolbarWrap {
        z-index: 99999 !important;
    }
    .product-related-products .product-field a img {
        height: auto;
        max-height: none;
        min-height: auto;
        width: 100%;
    }
    #ProOPC .cart-product-description.with-image {
        padding-left: 0 !important;
    }
    .col-name {
        width: 20%;
    }
    #cf_flt_wrapper_custom_f_4_232 {
        width: 100% !important;
    }
    .wish-member {
        height: auto;
        margin-bottom: 10px;
    }
    .wish-member span {
        display: block;
        float: none;
        margin-bottom: 11px;
        margin-left: 0;
    }
    .apply {display:none!important;}
}

@media screen and (max-width:480px) {
    ul#cf_list_custom_f_5_148 {
        /*top: 20px;*/
        position: relative;
    }
    .warp {
        max-width: 480px;
    }
    #logo {
        height: 100px;
    }
    #logo img {
        max-height: 100px;
    }
    .lang a {
        font-size: 15px;
    }
    #b-acc-toolbarWrap {
        top: 30px
    }
    .reviews.pr h3 {
        width: 45%;
    }
    .orderby-displaynumber {
      /*  height: auto;*/
    }
    .filter-wizard .warp {
        height: auto !important;
        padding-bottom: 20px;
        padding-top: 40px !important;
    }
    .filter .cf_form.wizard {
        height: auto;
        padding-bottom: 50px;
    }
   /* .vm-order-list {
        float: none;
    }*/
    #cf_flt_wrapper_custom_f_4_94 .cf_wrapper_inner .cf_filters_list li,
    #cf_flt_wrapper_custom_f_4_147 .cf_wrapper_inner .cf_filters_list li,
    #cf_flt_wrapper_custom_f_4_148 .cf_wrapper_inner .cf_filters_list li,
    #cf_flt_wrapper_custom_f_4_149 .cf_wrapper_inner .cf_filters_list li {
        margin-left: 0;
        margin-right: 0;
    }
    #cf_wrapper_inner_price_94,
    #cf_wrapper_inner_price_119,
    #cf_wrapper_inner_price_147,
    #cf_wrapper_inner_price_148,
    #cf_wrapper_inner_price_149,
    #cf_wrapper_inner_price_150,
    #cf_wrapper_inner_price_232 {
        width: 100%;
    }
    #cf_wrapper_inner_price_94 .cf_slider_gutter_m,
    #cf_wrapper_inner_price_119 .cf_slider_gutter_m,
    #cf_wrapper_inner_price_147 .cf_slider_gutter_m,
    #cf_wrapper_inner_price_148 .cf_slider_gutter_m,
    #cf_wrapper_inner_price_149 .cf_slider_gutter_m,
    #cf_wrapper_inner_price_150 .cf_slider_gutter_m,
    #cf_wrapper_inner_price_232 .cf_slider_gutter_m {
        background-position: -11px -4px;
        background-position: -11px -4px;
    }
    #cf_flt_wrapper_custom_f_4_147 .cf_flt_header,
    #cf_flt_wrapper_custom_f_4_148 .cf_flt_header,
    #cf_flt_wrapper_custom_f_4_149 .cf_flt_header,
    #cf_flt_wrapper_custom_f_13_94 .cf_flt_header,
    #cf_flt_wrapper_custom_f_51_148 .cf_flt_header {
        margin-top: -20px;
    }
    #cf_flt_wrapper_custom_f_51_149 .cf_flt_header {
        margin-top: 0;
    }
    #cf_flt_wrapper_custom_f_49_232 {
        width: 100% !important;
    }
    .slider_min_value1 {
        left: -58px;
    }
    div#price_94_slider_gutter_m,
    div#price_119_slider_gutter_m,
    div#price_150_slider_gutter_m,
    div#price_148_slider_gutter_m,
    div#price_147_slider_gutter_m,
    div#price_149_slider_gutter_m,
    div#price_232_slider_gutter_m,
    div#price_100_slider_gutter_m {
        background-position: -6px -2px !important;
    }
    .slider_min_value1,
    .slider_max_value1 {
        font-size: 14px;
    }
    .slider_max_value1 {
        right: -60px;
    }
    #cf_flt_wrapper_custom_f_6_94 .cf_slider_gutter_m,
    #cf_flt_wrapper_custom_f_6_119 .cf_slider_gutter_m,
    #cf_flt_wrapper_custom_f_59_147 .cf_slider_gutter_m,
    #cf_flt_wrapper_custom_f_59_148 .cf_slider_gutter_m,
    #cf_flt_wrapper_custom_f_59_149 .cf_slider_gutter_m {
        background-position: -12px -3px;
    }
    .cart-summary.proopc-table-striped .proopc-input-append {
        display: block !important;
    }
    .filter-tabs {
        line-height: 26px;
    }
    #cf_wrapper_inner_custom_f_58_150 li {
        margin-right: 0;
        width: 15%;
    }
    #cfhead_custom_f_50_150 {
        padding-top: 23px;
        padding-bottom: 55px;
    }
    .vm2s_service {
        margin-right: 10px;
        width: auto !important;
        display: inline-block;
        vertical-align: top;
        float: none;
        margin-bottom: 10px;
    }
    .vm-pagination {
        float: none;
        margin-right: 0;
        text-align: center;
    }
    .vm-pagination li {
        display: inline-block;
        float: none;
        margin-top: 8px;
        vertical-align: top;
    }
    /*.display-number {
        float: none;
        text-align: center;
    }*/
    .vm-pagination {
        overflow: hidden;
        max-height: 44px;
    }
    .product-right .customs-top .productMmetalNum {
        font-size: 19px;
    }
    .product-related-products .product_s_desc {
        font-size: 14px;
    }
    .product-related-products .product-field {
        padding: 0 4px;
        width: 50%;
    }
    .product-related-products .vm-price-value {
        font-size: 20px;
    }
    .price-title,
    .final-price,
    .product-discount,
    .product-price .PricesalesPrice,
    .col-total .PricesalesPrice {
        font-size: 20px !important;
    }
    .browse-view .row .product .spacer {
        min-height: 350px;
    }
    .home-image .home-main-image {
        height: 308px;
        background-position: center top;
    }
    .home-image .newsletter .rsform-input-box {
        width: 160px !important
    }
    .filter-tabs li::after {
        left: -5px;
    }
    .filter-tabs li {
        font-size: 16px;
        margin-left: 7px;
    }
    #cf_flt_wrapper_custom_f_6_94 .cf_slider_gutter_m {
        width: 452px;
    }
    #cf_flt_wrapper_custom_f_10_94 .cf_slider_gutter_m,
    #cf_flt_wrapper_custom_f_10_119 .cf_slider_gutter_m,
    #cf_flt_wrapper_custom_f_11_94 .cf_slider_gutter_m,
    #cf_flt_wrapper_custom_f_11_119 .cf_slider_gutter_m,
    #cf_flt_wrapper_custom_f_11_147 .cf_slider_gutter_m,
    #cf_flt_wrapper_custom_f_10_147 .cf_slider_gutter_m {
        background-position: 0 center;
        width: 420px;
    }
    #cf_flt_wrapper_custom_f_6_94 .cf_slider_gutter_m,
    #cf_flt_wrapper_custom_f_6_119 .cf_slider_gutter_m {
        width: 440px;
        margin-left: 10px;
    }
    .filter .cf_form {
        display: block;
    }
    #cf_wrapper_inner_price_119 .cf_slider_gutter_m {
        margin-left: 18px;
        width: 433px;
    }
    #cf_flt_wrapper_custom_f_33_119 .cf_slider_gutter_m {
        background-position: 0 -1px;
        background-size: cover;
        margin-left: 14px;
        width: 428px;
    }
    .services-menu {
        width: 100%;
    }
    .services-menu li {
        width: 201px;
    }
    .contact-reservation-title {
        right: auto;
    }
    .about-page h3 {
        right: 101px;
    }
    .about-products-quote {
        margin-top: 40px;
    }
    .contact1 li {
        line-height: 31px;
        list-style: outside none none;
        padding-right: 36px;
    }
    .contact-in-title {
        margin-bottom: 11px;
    }
    .contact-phone {
        margin-top: 8px;
    }
    .home-sales li .slider-li-in,
    .home-recommend li .slider-li-in {
        margin-left: 0;
        padding: 0 6px;
    }
    .home-sales .module-title,
    .home-recommend .module-title {
        margin-bottom: 12px;
    }
    .more-details h3 {
        right: 75px;
    }
    .more-details .more-info-title {
        font-size: 25px;
    }
    .product-more4 .product-more4-title {
        font-size: 15px;
    }
    .safe-order li {
        display: inline-block;
        float: none;
        min-height: auto;
        padding-left: 0;
        vertical-align: top;
        width: 49%;
    }
    #cf_flt_wrapper_custom_f_6_94 .cf_slider_gutter_m {
        background-position: 0 -6px;
        margin-left: 0;
        width: 430px;
    }
    .line-info {
        max-width: none;
    }
    .filter-drop {
        display: table;
        height: 234px;
        position: relative;
        width: 100%;
    }
    .cf_resetAll_link {
        bottom: 7px;
        left: 0;
        position: absolute;
        top: auto;
    }
    .col9 {
        float: none;
        max-width: none;
        width: 100%;
    }
    .wizard .filter-tabs {
        text-align: center;
    }
    .wizard .filter-tabs li {
        display: inline-block;
        float: none;
        margin-left: 7px;
        margin-right: 7px;
    }
    .cf_form.wizard #cf_wrapper_inner_custom_f_11_100 {
        width: 100%;
    }
    .cf_form.wizard #cfhead_custom_f_24_100 {
        margin-top: 0;
    }
    .cf_form.wizard #cfhead_custom_f_24_100::after {
        margin: 0px auto -26px;
    }
    .cf_form.wizard #cf_list_custom_f_24_100 li {
        margin: 63px 20px 0;
    }
    .box17 {
        margin-top: 40px;
        padding: 50px 15px 50px 42px !important;
        margin-bottom: 20px
    }
    .item-pageright-template .services-title {
        font-size: 22px;
        right: 79px !important;
    }
    ul.category-module li {
        display: table;
        float: none;
        height: auto;
        margin-bottom: 15px;
        margin-left: 0;
        max-width: none;
        width: 100%;
    }
    .cf_form.wizard .cf_flt_wrapper #price_100_slider_gutter {
        width: 100%;
    }
    .browse-view h2 {
        clear: both;
        margin-bottom: 40px !important;
    }
    #Diamondis-Table .vm-price-value .PricesalesPrice::after {
        font-size: 14px;
    }
    table.cart-summary.proopc-table-striped tr th,
    table.cart-summary.proopc-table-striped tr td {
        padding: 4px !important;
    }
    .mobilelink {
        pointer-events: all;
    }
}

@media screen and (max-width:480px) {
    .warp {
        max-width: 414px;
    }
    body {
        font-size: 16px;
    }
    .top-cart {
        background-position: left 2px;
        font-size: 15px;
        padding-left: 19px;
        padding-top: 5px;
        margin-left: 0;
        height: 21px;
    }
    a.clicktocall {
        pointer-events: all;
    }
    table.cart-summary.proopc-table-striped tr th,
    table.cart-summary.proopc-table-striped tr td {
        padding: 1px !important;
    }
    .open-time {
        font-size: 15px;
    }
    #cf_flt_wrapper_custom_f_11_94 .cf_slider_gutter_m,
    #cf_flt_wrapper_custom_f_11_119 .cf_slider_gutter_m,
    #cf_flt_wrapper_custom_f_11_147 .cf_slider_gutter_m,
    #cf_flt_wrapper_custom_f_11_148 .cf_slider_gutter_m,
    #cf_flt_wrapper_custom_f_11_149 .cf_slider_gutter_m,
    #cf_flt_wrapper_custom_f_11_100 .cf_slider_gutter_m {
        background-position: -7px -3px;
    }
    .top-search input.button {
        background-position: -21px 8px;
        background-size: 176% auto;
        width: 22px;
    }
    .coupon-popup {
        height: 24px;
    }
    .home-sales li .product-title,
    .home-recommend li .product-title {
        font-size: 14px;
    }
    .home-sales li .product_s_desc,
    .home-recommend li .product_s_desc {
        min-height: 73px;
    }
    #ProOPC .cart-product-description.with-image {
        padding-left: 0 !important;
    }
    .proopc-register,
    .proopc-login {
        float: none !important;
        width: 100% !important;
    }
    .proopc-register-login .proopc-inner {
        min-height: 20px !important;
    }
    .col-name {
        width: auto !important;
    }
    #ProOPC .proopc-input-append input.proopc-qty-input[type="text"],
    #ProOPC .proopc-input-append input.proopc-qty-input[type="number"] {
        width: 22px !important;
    }
    .proopc-register-login .proopc-inner,
    .proopc-login .proopc-inner,
    #ProOPC .proopc-login h3 {
        margin: 0 !important;
    }
    #ProOPC a:not(.proopc-btn) {
        text-align: right;
    }
    .browse-view .row .product .spacer {
        min-height: 330px;
    }
    .vm-pagination li span,
    .vm-pagination li a {
        padding: 0 7px;
        font-size: 15px;
    }
    .item-page .row {
        width: 100%;
    }
    #vm_pinterest {
        width: 40px;
    }
    .top-line-coupon {
        font-size: 13px;
        line-height: 24px;
        max-width: 1136px;
        margin: auto;
        overflow: hidden;
    }
    .home-image .newsletter #Send {
        width: 58px;
    }
    #logo {
        height: 100px;
        line-height: 55px;
        font-size: 36px;
    }
    .filter-build-toptext h2 {
        line-height: 20px;
        font-size: 20px;
    }
    .filter-build-toptext {
        line-height: 22px;
        font-size: 16px;
    }
    .home-image .home-main-image {
        height: 280px;
    }
    .build-ring .custom {
        background-size: cover;
        height: auto;
        padding: 4px 8px 8px;
        width: 200px;
    }
	
	
    .build-ring .wizard-ring img {
        width: 80%;
    }
    .build-ring h1 {
        font-size: 20px;
        line-height: 17px;
        margin-bottom: 0;
        margin-top: 2px;
    }
    .build-ring h2 {
        font-size: 14px;
        line-height: 13px;
        margin-top: 6px;
        padding-right: 44px;
    }
    .build-ring .start-qwiz a {
        font-size: 17px;
        line-height: 25px;
        margin-top: -12px;
    }
    .build-ring .fast-rings {
        font-size: 15px;
        margin-top: 4px;
    }
    .home-image .newsletter .warp .moduletable::before {
        font-size: 10px;
    }
    .home-image .newsletter .rsform-input-box {
        width: 147px !important;
    }
    .home-image .newsletter #Send {
        font-size: 16px;
        height: 27px;
    }
    .home-boxs {
        margin-top: 20px;
    }
    .home-boxs h3 {
        font-size: 26px;
        margin-bottom: 13px;
    }
    .home-boxs a.box-image img {
        max-height: 154px;
    }
    .home-boxs .vmgroup .lSPager {
        top: 227px;
    }
    .inner-top-image h1,.inner-top-image h2 {
        top: 20px;
    }
    .filter-tabs li {
        font-size: 14px;
        margin-left: 4px;
        margin-right: 4px;
    }
    .filter-tabs li:last-child {
        margin-left: 0;
    }
    .filter-drop {
        overflow: hidden;
    }
    .lSSlideOuter .lSPager.lSpg>li {
        padding: 0 8px !important;
    }
    .home-boxs .vmfooter {
        width: 100%;
    }
    .home-diamonds li .home-diamonds-box-title {
        font-size: 23px;
        line-height: 22px;
        margin-bottom: 8px;
    }
    .home-diamonds li .home-diamonds-box-text {
        font-size: 18px;
        line-height: 20px;
    }
    .home-diamonds li img {
        margin-bottom: 9px;
    }
    .home-diamonds .arrow-down {
        background-size: 50% auto;
        height: 25px;
        margin: 0 auto;
        width: 90px;
    }
    .home-articles .page-header {
        text-align: center;
        font-size: 26px;
        line-height: 24px;
    }
    .home-articles .featured-category-description {
        font-size: 17px;
    }
    .home-sales .module-title,
    .home-recommend .module-title {
        margin-bottom: 16px;
        text-align: center;
    }
    #cf_flt_wrapper_custom_f_6_94 .cf_slider_gutter_m {
        background-position: 0 -3px;
        margin-right: 25px;
        width: 324px;
        background-size: contain;
    }
    .cf_wrapper_inner .cf_filters_list li label a {
        font-size: 14px;
    }
    .cf_wrapper_inner .cf_filters_list li {
        width: 23%;
        margin-right: 0;
    }
    #cf_flt_wrapper_custom_f_13_94 .cf_flt_header {
        right: 0;
        top: 28px;
    }
    #cf_list_custom_f_15_94 li {
        width: 19%;
    }
    #cf_flt_wrapper_custom_f_11_94,
    #cf_flt_wrapper_custom_f_10_94 {
        float: none;
        margin-right: 0 !important;
    }
    #cf_flt_wrapper_custom_f_4_94,
    #cf_flt_wrapper_custom_f_4_147,
    #cf_flt_wrapper_custom_f_4_148,
    #cf_flt_wrapper_custom_f_4_149 {
        width: 100% !important;
    }
    #cf_flt_wrapper_custom_f_4_148,
    #cf_flt_wrapper_custom_f_4_149 {
        padding-top: 34px;
    }
    #cf_list_custom_f_4_148,
    #cf_list_custom_f_4_149 {
        text-align: center;
    }
    #cf_list_custom_f_4_148 li,
    #cf_list_custom_f_4_149 li {
        display: inline-block;
        margin-left: 10px;
        vertical-align: top;
    }
    #cf_flt_wrapper_custom_f_59_147 {
        margin-top: 12px!important;
    }
    #cf_flt_wrapper_custom_f_59_148 {
        margin-top: 12px!important;
    }
    #cf_wrapper_inner_custom_f_5_148,
    #cf_wrapper_inner_custom_f_5_147,
    #cf_wrapper_inner_custom_f_5_149 {
        margin-top: 8px;
    }
    #cf_flt_wrapper_custom_f_5_148 .cf_flt_header,
    #cf_flt_wrapper_custom_f_5_147 .cf_flt_header,
    #cf_flt_wrapper_custom_f_5_149 .cf_flt_header {
        display: none;
    }
    #cf_flt_wrapper_custom_f_5_148 ul.cf_filters_list,
    #cf_flt_wrapper_custom_f_5_147 ul.cf_filters_list,
    #cf_flt_wrapper_custom_f_5_149 ul.cf_filters_list {
        margin-top: 55px;
    }
    #cf_flt_wrapper_custom_f_15_148 #cf_list_custom_f_15_148,
    #cf_flt_wrapper_custom_f_15_147 #cf_list_custom_f_15_147,
    #cf_flt_wrapper_custom_f_15_149 #cf_list_custom_f_15_149 {
        margin-top: 50px;
    }
    #cf_flt_wrapper_custom_f_56_148,
    #cf_flt_wrapper_custom_f_51_149 {
        width: 100% !important;
        right: 0;
        min-height: 0 !important;
    }
    #cf_wrapper_inner_custom_f_56_148,
    #cf_wrapper_inner_custom_f_53_147 {
        padding-top: 82px;
    }
    .cf_flt_header {
        text-align: center;
    }
    #cf_flt_wrapper_custom_f_10_94,
    #cf_flt_wrapper_custom_f_10_119,
    #cf_flt_wrapper_custom_f_10_147,
    #cf_flt_wrapper_custom_f_10_148,
    #cf_flt_wrapper_custom_f_10_149 {
        float: none;
        margin: 0 auto !important;
        width: 100% !important;
    }
    #cf_flt_wrapper_custom_f_11_94,
    #cf_flt_wrapper_custom_f_11_119,
    #cf_flt_wrapper_custom_f_11_147,
    #cf_flt_wrapper_custom_f_11_148,
    #cf_flt_wrapper_custom_f_11_149 {
        float: none;
        margin: 0 auto !important;
        width: 100% !important;
    }
    #cf_flt_wrapper_custom_f_53_147 {
        width: 100% !important;
        right: 0;
    }
    #cf_flt_wrapper_custom_f_5_94 #cfhead_custom_f_5_94 {
        display: none;
    }
    #cf_flt_wrapper_custom_f_5_94 .cf_wrapper_inner,
    #cf_flt_wrapper_custom_f_5_119 .cf_wrapper_inner,
    #cf_flt_wrapper_custom_f_5_147 .cf_wrapper_inner {
        margin-top: 38px;
    }
    #cf_flt_wrapper_custom_f_5_94 .cf_wrapper_inner .cf_filters_list li,
    #cf_flt_wrapper_custom_f_5_119 .cf_wrapper_inner .cf_filters_list li {
        width: 13%;
        margin-bottom: 50px;
    }
    #cf_flt_wrapper_custom_f_10_149 .cf_slider_gutter_m {
        background-position: -6px -2px;
    }
    #cf_flt_wrapper_custom_f_51_149 .cf_wrapper_inner .cf_filters_list li {
        line-height: 14px;
        margin-bottom: 43px;
        text-align: center;
        width: 82px;
    }
    #cf_flt_wrapper_custom_f_58_232,
    #cf_flt_wrapper_custom_f_57_150,
    #cf_flt_wrapper_custom_f_55_150,
    #cf_flt_wrapper_custom_f_50_150,
    #cf_flt_wrapper_custom_f_49_150 {
        width: 100% !important;
        right: 0;
    }
    .ringid_223 #cf_flt_wrapper_custom_f_13_94 {
        margin-right: 0 !important;
    }
    #cf_flt_wrapper_custom_f_5_147 .cf_wrapper_inner .cf_filters_list li {
        width: 12%;
    }
    #cf_flt_wrapper_custom_f_5_94 .cf_option::after,
    #cf_flt_wrapper_custom_f_5_119 .cf_option::after,
    #cf_flt_wrapper_custom_f_5_147 .cf_option::after,
    #cf_flt_wrapper_custom_f_24_100 .cf_option::after {
        top: -42px;
    }
    #cf_flt_wrapper_custom_f_10_94 .cf_slider_gutter_m,
    #cf_flt_wrapper_custom_f_10_119 .cf_slider_gutter_m,
    #cf_flt_wrapper_custom_f_11_94 .cf_slider_gutter_m,
    #cf_flt_wrapper_custom_f_11_119 .cf_slider_gutter_m,
    #cf_flt_wrapper_custom_f_11_147 .cf_slider_gutter_m,
    #cf_flt_wrapper_custom_f_10_147 .cf_slider_gutter_m {
        width: 354px;
    }
    .cf_resetAll_link {
        background-position: right center;
        background-size: 23% auto;
        bottom: 7px;
        font-size: 13px;
        padding-right: 15px;
    }
    .line-info li {
        font-size: 14px;
        margin-left: 8px;
        padding-left: 6px;
    }
    .line-info a {
        padding-right: 14px;
        background-size: 11px auto;
    }
    .line-info li label .cf_flt_counter {
        margin-right: 1px;
    }
    .cf_wrapper_inner .cf_filters_list li label a.cf_sel_opt {
        border-bottom: none;
    }
    .product-left .favored-sharing .favored button {
        background-size: contain;
        font-size: 15px;
        margin-top: 4px;
        padding-right: 23px;
    }
    .product-left .favored-sharing {
        height: 32px;
        padding-top: 3px;
    }
    .raiting-title {
        font-size: 15px;
        margin-left: 15px;
    }
    .raiting {
        border-bottom: 1px solid #b99d6b;
        margin-bottom: 15px;
        margin-top: 8px;
        height: 26px;
        display: block;
    }
    .product-right h1 {
        font-size: 27px;
        margin-bottom: 10px;
    }
    .product-right .product-sku {
        font-size: 16px;
        margin-right: 0;
    }
    .product-right .product-short-description {
        font-size: 16px;
    }
    .ring-size .select-size select {
        font-size: 15px;
        height: 21px;
        width: 132px;
    }
    .ring-size .guide-sizes {
        margin-top: 5px;
    }
    .ring-size {
        height: 40px;
    }
    .product-price-box .product-price .PricesalesPrice {
        font-size: 30px;
    }
    .product-price-box .product-price .price-crossed {
        font-size: 26px;
        margin-left: 16px;
    }
    .product-price-box .product-price span.tax-title {
        font-size: 15px;
    }
    .addToCart .addtocart-button input {
        height: 40px;
    }
    .addToCart {
        margin-top: 10px;
    }
    .product-message {
        margin-top: 25px;
    }
    .product-message li {
        height: 51px;
        font-size: 14px;
        padding: 17px 68px 0 0;
    }
    .more-details {
        margin-top: 15px;
    }
    .more-details h3 {
        font-size: 19px;
        right: 80px;
    }
    .more-details .more-info-title {
        text-align: center;
        font-size: 20px;
        margin-top: 30px;
        margin-bottom: 20px;
        margin-right: 0;
    }
    .shape-info {
        width: 50%;
    }
    .product-more2 {
        border-left: medium none;
        padding-left: 0;
        padding-right: 9px;
        width: 50%;
    }
    .gamlogim-info {
        border-bottom: 1px solid #efece3;
        border-top: 1px solid #efece3;
        height: auto;
        margin-top: 33px;
        padding-bottom: 5px;
        padding-right: 0;
        padding-top: 10px;
        text-align: center;
        width: 100%;
    }
    .product-more4,
    .product-more5 {
        margin-top: 13px;
    }
    .product-more5 {
        padding-right: 0;
        text-align: center;
    }
    .product-more5 .more5-image {
        background-size: 41% auto;
        width: 100%;
        margin-bottom: 0;
        height: 60px;
    }
    .product-more5 li {
        font-size: 16px;
        margin-bottom: 6px;
    }
    .product-more4 li {
        background-size: 9% auto;
        background-position: right 0;
        font-size: 16px;
        height: 24px;
        margin-bottom: 0;
        margin-right: 10px;
        padding-right: 24px;
    }
    .product-more2 ul li .product-more2-li-width {
        font-size: 13px;
    }
    .product-more2 ul li .customtooltip {
        font-size: 10px;
    }
    .product-more2 ul li .info-number {
        font-size: 14px;
    }
    .shape-info .shape-info-image {
        margin: 0 auto;
        max-width: 145px;
        text-align: center;
    }
    .shape-info .shape-info-title {
        font-size: 16px;
    }
    .product-more2 ul li {
        line-height: 27px;
        border-bottom: 1px solid #efece3;
    }
    .product-more2 ul li:last-child {
        border-bottom: none;
    }
    .safe-order {
        margin-top: -15px;
        margin-bottom: 20px;
    }
    .safe-order h4 {
        font-size: 24px;
        text-align: center;
        margin-bottom: 20px;
    }
    .safe-order li span {
        font-size: 16px;
        margin-bottom: 2px;
        margin-top: 20px;
    }
    .safe-order li {
        font-size: 15px;
        background-size: 18px auto;
    }
    .product-contact-bottom .product-contact-bottom-contact {
        margin: 0 auto 12px;
        width: 100%;
    }
    .product-contact-bottom .product-contact-bottom-contact a {
        font-size: 19px;
        padding: 7px 0;
    }
    .product-contact-bottom .phone {
        font-size: 27px;
        margin-top: 11px;
    }
    .product-contact-bottom-boxs li {
        margin-bottom: 15px;
        padding: 25px 15px 0;
    }
    .reviews {
        margin-top: 5px;
    }
    .reviews h3 {
        font-size: 22px;
        right: 32px;
    }
    .services-menu li {
        width: 49% !important;
    }
    .services-box-border {
        border-radius: 0;
    }
    .contact-reservation-title {
        font-size: 22px;
        margin-top: 0;
    }
    .services-title::after {
        top: 33px;
    }
    .services-sales-reason,
    .services-question {
        margin-top: 50px;
    }
    .services-tips li {
        padding-right: 55px;
        font-size: 16px;
        padding-left: 0;
        margin-bottom: 20px;
    }
    .services-tips li span {
        font-size: 20px;
    }
    .services-question li {
        font-size: 16px;
        line-height: 18px;
        margin-bottom: 14px;
        padding-bottom: 13px;
    }
    h1 {
        font-size: 22px;
    }
    .image-right {
        float: none;
        margin-left: 0;
        text-align: center;
    }
    .image-right img {
        width: 100%;
    }
    .how-it-work li span {
        font-size: 22px;
        margin-bottom: 13px;
        padding-bottom: 7px;
    }
    .how-it-work li {
        font-size: 16px;
    }
    .about-top-image .about-story {
        font-size: 15px;
        line-height: 17px;
        margin-right: -10px;
        padding: 6px 5px 0 20px;
        top: 0;
        width: 100%;
    }
    .about-top-image .about-story span {
        margin-left: 10px;
        font-size: 23px;
    }
    .about-title {
        font-size: 25px;
        margin-bottom: 10px;
        margin-top: 20px;
    }
    .about-page h3 {
        font-size: 24px;
        right: auto;
    }
    .about-products li {
        height: 290px;
    }
    .about-products li span {
        font-size: 18px;
        padding-bottom: 8px !important;
    }
    .about-services li {
        float: none;
        margin-bottom: 15px;
        width: 100%;
    }
    .contact-in-title {
        font-size: 25px;
    }
    .contact-directions-title {
        font-size: 22px;
    }
    .contact2 button,
    .contact3 #Send {
        font-size: 19px !important;
    }
    .contact3 form {
        margin-top: 0;
    }
    .contact-page .contact-reservation-title {
        right: 65px;
    }
    #Diamondis-Table th {
        font-size: 13px;
        width: 13%;
        line-height: 12px;
    }
    #Diamondis-Table td:nth-child(10),
    #Diamondis-Table td:nth-child(11) {
        display: none;
    }
    #Diamondis-Table tbody tr td {
        font-size: 12px;
    }
    #Diamondis-Table .addtofav_aws_icon,
    #Diamondis-Table .addtofav_aws_icon_active {
        font-size: 10px;
        height: auto;
        padding: 1px;
        width: 100%;
    }
    #Diamondis-Table tbody tr td.diamonds-shape-image {
        width: auto;
        font-size: 12px;
    }
    #Diamondis-Table tbody tr td.diamonds-shape-image img {
        width: 66%;
        margin-bottom: -6px;
    }
    #Diamondis-Table tbody tr {
        height: 57px;
    }
    #Diamondis-Table th.header.headerSortDown,
    #Diamondis-Table th.header.headerSortUp {
        background-position: 0 center;
        display: table-cell;
        height: auto;
        overflow: hidden;
        position: inherit;
        top: auto;
    }
    .diamonds-product-link {
        color: #8e8d8d;
        display: block;
        font-size: 13px;
        line-height: 11px;
        text-decoration: none;
    }
    #cf_wrapper_inner_price_119 .cf_slider_gutter_m {
        background-position: 1px -4px;
        background-size: cover;
        float: none;
        height: 11px;
        margin: 0 auto;
        width: 335px;
    }
    #cf_flt_wrapper_custom_f_5_119 {
        margin-top: 20px;
    }
    #cf_flt_wrapper_custom_f_6_94 .cf_slider_gutter_m {
        margin-left: 0;
        width: 330px;
    }
    #cf_flt_wrapper_custom_f_6_119 .cf_slider_gutter_m {
        background-position: -8px -4px;
        float: none;
        height: 10px;
        margin: 0 auto;
        width: 335px;
    }
    #cf_flt_wrapper_custom_f_33_119 .cf_slider_gutter_m {
        background-position: 1px -2px;
        float: none;
        margin: 0 auto;
        width: 335px;
    }
    #cf_flt_wrapper_custom_f_6_119,
    #cf_flt_wrapper_custom_f_33_119 {
        width: 100% !important;
    }
    .wish-top-text {
        margin-top: 5px;
        font-size: 16px;
        line-height: 18px;
    }
    #wishlist-Table th.header::after {
        background: none;
    }
    #wishlist-Table th {
        font-size: 15px;
        margin-left: 0 !important;
        margin-right: 0 !important;
        padding: 0 !important;
        width: 27% !important;
        text-align: center !important;
    }
    #wishlist-Table tbody tr td {
        font-size: 14px;
        padding-bottom: 5px;
        padding-top: 6px;
        vertical-align: middle;
        text-align: center;
    }
    #wishlist-Diamonds-Table th.header {
        font-size: 15px;
    }
    #wishlist-Diamonds-Table th.header::after {
        background: none;
    }
    #wishlist-Diamonds-Table .wish-order .addtocart-button,
    #wishlist-Table .wish-order .addtocart-button {
        font-size: 15px;
        height: 22px;
        width: 57px;
    }
    #wishlist-Diamonds-Table tbody tr td {
        padding: 5px 0;
        font-size: 15px;
    }
    #wishlist-Diamonds-Table .wish-price,
    #wishlist-Table .wish-price {
        font-size: 20px;
    }
    #wishlist-Diamonds-Table {
        font-size: 15px;
        margin-top: 30px;
    }
    .col4 p {
        padding: 0;
        text-align: right;
    }
    .col4 h3,
    .col2 h3 {
        font-size: 20px;
    }
    .col2-title-right img {
        height: auto;
        width: 100%;
    }
    a.btu-col4 {
        right: 47px;
    }
    #cf_flt_wrapper_custom_f_5_119 {
        margin-top: 20px !important;
    }
    .wizard .filter-tabs li {
        margin-left: 4px;
        margin-right: 4px;
    }
    .cf_slider_gutter_m {
        background-position: -1px -4px;
        background-size: cover;
        float: none !important;
        height: 15px !important;
        margin: 0 auto !important;
        width: 219px !important;
    }
    .slider_min_value1,
    .slider_max_value1 {
        font-size: 17px;
    }
    .slider_max_value1 {
        right: -56px;
    }
    .slider_min_value1 {
        left: -54px;
    }
    .cf_form.wizard .cf_flt_header {
        font-size: 22px;
        line-height: 24px;
        margin-top: 14px;
    }
    .cf_form.wizard .cf_wrapper_inner1 .cf_filters_list li .cf_option {
        font-size: 15px;
        margin-left: 3px;
    }
    .cf_form.wizard .cf_wrapper_inner1 .cf_filters_list li {
        margin-bottom: 0;
        line-height: 24px;
    }
    .cf_form.wizard #cfhead_custom_f_19_100::after {
        font-size: 15px;
        margin: 11px auto -7px;
    }
    .cf_form.wizard #cf_list_custom_f_24_100 li {
        margin: 53px 14px 0;
    }
    .box17 li {
        line-height: 21px;
        width: 220px;
    }
    .box17 {
        padding: 40px 15px 20px 10px !important;
    }
    .item-pageright-template .services-title {
        right: 49px !important;
    }
    .item-pageright-template .services-title {
        right: auto !important;
    }
    .box17 div {
        margin-left: -100px;
        width: auto !important;
    }
    .box17 div img {
        margin-left: 0 !important;
        width: 55px;
        !important;
    }
    .row-col2 ul.no-list li {
        width: 100%;
        float: right;
        margin-bottom: 12px;
    }
    .row-col2 ul.no-list li .col2 {
        margin: 0;
    }
    .row-col2 ul.no-list li .col2-title {
        float: right;
    }
    .row-col2 ul.no-list li .col2-main {
        float: right;
    }
    .b-acc_hide_toolbar.b-acc-icon-small {
        border: 0 none !important;
        /*margin-top: 14% !important;*/
        padding: 0 !important;
    }
    div.MagicToolboxSelectorsContainer img {
        height: auto;
        max-width: 72px !important;
    }
    .top-search {
        width: 157px;
    }
    .top-search input {
        width: 77%;
    }
    .google-calendar a {
        margin-bottom: 6px;
    }
    #Diamondis-Table th.header::after {
        display: none;
    }
    .scrollToTop {
        width: 40px;
        height: 40px;
        left: 5px;
        bottom: 5px;
    }
    .product-message li {
        padding: 9px 45px 0 0;
    }
    .product-message li.store-delivery {
        padding: 16px 45px 0;
    }
    .grand-total .PricebillTotal {
        font-size: 24px !important;
    }
    .cf_filtering_knob {
        width: 30px !important;
    }
    #cf_flt_wrapper_custom_f_55_150 #custom_f_55_150_elid323037::after,
    #cf_flt_wrapper_custom_f_55_150 #custom_f_55_150_elid323038::after {
        right: -5px;
    }
    #cf_flt_wrapper_custom_f_55_150 #custom_f_55_150_elid323039::after {
        right: -16px;
    }
    .filter-tabs li::after {
        left: -3px;
    }
    ul#cf_list_custom_f_50_150 a {
        padding: 0 10px;
    }
    .cf_filtering_knob {
        text-indent: -27px !important;
    }
    #custom_f_6_100_slider_gutter_m .slider_max_value1 {
        font-size: 11px;
        right: -52px;
        top: -27px;
    }
    #custom_f_6_100_slider_gutter_m .slider_min_value1 {
        font-size: 11px;
        left: -46px;
        top: -27px;
    }
    #custom_f_6_100_slider_gutter_m {
        width: 239px !important;
    }
    #custom_f_6_100_slider_gutter {
        width: 100%;
    }
    #cf_flt_wrapper_custom_f_11_100 {
        float: none;
        margin-right: auto !important;
    }
    #custom_f_11_100_slider_gutter_m .slider_max_value1 {
        font-size: 11px;
        right: -52px;
        top: -27px;
    }
    #custom_f_11_100_slider_gutter_m .slider_min_value1 {
        font-size: 11px;
        left: -58px;
        top: -27px;
    }
    #custom_f_11_100_slider_gutter_m {
        width: 239px !important;
    }
    #custom_f_11_100_slider_gutter {
        width: 100%;
    }
    .cf_flt_header::before {
        font-size: 22px !important;
    }
    .services-sales-reason li img {
        width: 30%;
    }
    .about-product-quote img {
        width: 27% !important;
    }
    /*.maintitleCoupon{display: none;}*/
}


/***/

@media screen and (max-width:406px) {
    .warp {
        max-width: 375px;
    }
    .home-image .newsletter .warp .moduletable::before {
        font-size: 9.4px;
    }
    .home-image .newsletter .rsform-input-box {
        margin-left: 10px !important;
        width: 137px !important;
    }
    #price_100_slider_gutter_m .slider_min_value1 {
        left: -48px;
    }
    #price_100_slider_gutter_m .slider_max_value1 {
        right: -55px;
    }
    .filter-tabs li {
        font-size: 14px;
        margin-left: 0px;
    }
    .top-search input.button {
        background-position: -24px 8px;
    }
    .top-search input.inputbox {
        font-size: 13px;
    }
    table.cart-summary.proopc-table-striped tr td {
        text-align: center;
    }
    .reg-edit input,
    .userlogin input {
        width: 200px;
    }
    .screen-suggestion {
        border: 2px solid red;
        color: #000;
        display: block;
        font-size: 16px;
        margin-bottom: 15px;
        padding: 10px;
        background: #fff;
        z-index: 9999;
    }
    #cf_flt_wrapper_custom_f_6_94 .cf_slider_gutter_m {
        background-position: 0 -3px;
        background-size: contain;
        float: none;
        height: 12px;
        margin: 0 auto;
        width: 285px;
    }
    #cf_flt_wrapper_custom_f_10_94 .cf_slider_gutter_m,
    #cf_flt_wrapper_custom_f_10_119 .cf_slider_gutter_m,
    #cf_flt_wrapper_custom_f_11_94 .cf_slider_gutter_m,
    #cf_flt_wrapper_custom_f_11_119 .cf_slider_gutter_m {
        width: 303px;
    }
    #cf_flt_wrapper_custom_f_13_94 #custom_f_13_94_elid3535::after {
        right: 14px;
    }
    #cf_flt_wrapper_custom_f_13_94 #custom_f_13_94_elid3533::after {
        right: -5px;
    }
    #cf_flt_wrapper_custom_f_13_94 #custom_f_13_94_elid3534::after {
        right: -4px;
    }
    #cf_flt_wrapper_custom_f_13_94 #custom_f_13_94_elid313431::after {
        right: -12px;
    }
    #cf_flt_wrapper_custom_f_13_94 #custom_f_13_94_elid313430::after {
        right: 9px;
    }
    #cf_flt_wrapper_custom_f_13_94 #custom_f_13_94_elid313433::after,
    #cf_flt_wrapper_custom_f_13_94 #custom_f_13_94_elid313432::after {
        right: -8px;
    }
    #cf_flt_wrapper_custom_f_13_94 #custom_f_13_94_elid3536::after {
        right: -9px;
    }
    .cf_wrapper_inner .cf_filters_list li label a,
    .cf_wrapper_inner .cf_filters_list li label span {
        font-size: 14px;
    }
    #cf_flt_wrapper_custom_f_5_94 #custom_f_5_94_elid3132::after,
    #cf_flt_wrapper_custom_f_5_119 #custom_f_5_119_elid3132::after {
        right: 0;
    }
    #cf_flt_wrapper_custom_f_5_94 #custom_f_5_94_elid3134::after,
    #cf_flt_wrapper_custom_f_5_119 #custom_f_5_119_elid3134::after {
        right: -7px;
    }
    #cf_flt_wrapper_custom_f_5_94 #custom_f_5_94_elid3137::after,
    #cf_flt_wrapper_custom_f_5_119 #custom_f_5_119_elid3137::after {
        right: -4px;
    }
    #cf_flt_wrapper_custom_f_5_94 #custom_f_5_94_elid3230::after,
    #cf_flt_wrapper_custom_f_5_119 #custom_f_5_119_elid3230::after {
        right: -14px;
    }
    #cf_flt_wrapper_custom_f_5_94 #custom_f_5_94_elid3131::after,
    #cf_flt_wrapper_custom_f_5_119 #custom_f_5_119_elid3131::after {
        right: -8px;
    }
    #cf_flt_wrapper_custom_f_5_94 #custom_f_5_94_elid3135::after,
    #cf_flt_wrapper_custom_f_5_119 #custom_f_5_119_elid3135::after {
        right: -6px;
    }
    #cf_flt_wrapper_custom_f_5_94 #custom_f_5_94_elid3138::after,
    #cf_flt_wrapper_custom_f_5_119 #custom_f_5_119_elid3138::after {
        right: -3px;
    }
    #cf_flt_wrapper_custom_f_10_148 .cf_slider_gutter_m,
    #cf_flt_wrapper_custom_f_11_148 .cf_slider_gutter_m {
        background-position: 1px -2px;
    }
    .about-top-image .about-story {
        font-size: 14px;
        line-height: 16px;
    }
    .about-page h3 {
        font-size: 23px;
        right: auto;
    }
    .product-message li {
        font-size: 14px;
        line-height: 14px;
        padding: 9px 68px 0 0;
    }
    .more-details h3 {
        right: 57px;
    }
    .more-details {
        padding-bottom: 10px;
    }
    .reviews h3 {
        font-size: 20px;
        right: 26px;
    }
    .home-image .home-main-image {
        /*height: 265px;*/
        height: 43px;
    }
    .home-image .newsletter .rsform-input-box {
        height: 19px !important;
    }
    .home-image .newsletter {
        height: 43px;
    }
    .home-image .newsletter #Send {
        height: 19px;
        line-height: 10px;
    }
    .open-time {
        font-size: 14px;
    }
    #Diamondis-Table th {
        font-size: 11px;
        line-height: 10px;
        width: 12%;
    }
    #vm_fblike-html5 {
        width: 120px;
    }
    .footer-box-menu span {
        font-size: 17px;
    }
    .footer-box-menu ul li a {
        font-size: 15px;
    }
    .footer-box-menu {
        margin-bottom: 11px;
    }
    .footer-menu .footer-logos {
        margin-top: 10px;
        text-align: center;
    }
    .footer-menu .footer-logos img {
        width: 81%;
    }
    .browse-view h2 {
        font-size: 20px;
        margin-bottom: 10px;
        margin-top: 30px;
        text-align: center;
    }
    .vm-order-list .activeOrder {
        font-size: 13px;
        padding: 1px 4px;
        width: 97px;
    }
    .display-number {
        font-size: 14px;
		margin-bottom:20px;
		display:none;
    }
	.left-label-link.mobile_{
		display:none !important;
	}
    #cf_wrapper_inner_price_119 .cf_slider_gutter_m {
        width: 320px;
    }
    #cf_flt_wrapper_custom_f_5_119 {
        margin-top: 20px !important;
    }
    #cf_flt_wrapper_custom_f_6_94 .cf_slider_gutter_m,
    #cf_flt_wrapper_custom_f_6_119 .cf_slider_gutter_m {
        width: 305px;
    }
    #cf_flt_wrapper_custom_f_33_119 .cf_slider_gutter_m {
        width: 317px;
    }
    .services-menu li a {
        font-size: 16px;
    }
    .contact-reservation-title {
        right: auto;
    }
    .contact-page .contact-reservation-title {
        right: 42px;
    }
    .col4 {
        min-height: 511px;
    }
    a.btu-col4 {
        right: 35px;
    }
    .wizard .filter-tabs li {
        font-size: 23px;
        height: 32px;
        line-height: 29px;
        width: 32px;
    }
    .cf_form.wizard #cf_flt_wrapper_custom_f_20_100 .cf_wrapper_inner1,
    .cf_form.wizard #cf_wrapper_inner_custom_f_22_100 {
        width: 100%;
    }
    .cf_form.wizard #cf_list_custom_f_24_100 li {
        margin: 63px 10px 0;
    }
    .cf_form.wizard #cf_wrapper_inner_custom_f_19_100 {
        width: 100%;
    }
    .item-pageright-template .services-title {
        right: 7px !important;
    }
    .box17 div img {
        margin-left: 0;
        width: 60px;
    }
    .col4 {
        min-height: auto;
        width: 100%;
    }
    a.btu-col4 {
        right: 36%;
    }
    table.cart-summary.proopc-table-striped tr th {
        font-size: 13px;
        text-align: center;
    }
    #ProOPC,
    #ProOPC span,
    #ProOPC div,
    #ProOPC p,
    #ProOPC input,
    #ProOPC select,
    #ProOPC button,
    .proopc-finalpage h3,
    .proopc-finalpage h2,
    .proopc-finalpage h1,
    #ProOPC h1,
    .proopc-finalpage h4,
    .proopc-register-login h3,
    .proopc-register-login h2,
    .proopc-register-login h4,
    .proopc-register-login h1 {
        font-size: 13px;
    }
    .top-search input {
        width: 77%;
        margin-right: -6px;
        font-size: 13px;
    }
    .top-search {
        width: 127px;
    }
    .top-search button {
        background-position: -17px 6px;
        background-size: 130% auto;
    }
    .mobilebarmenutitleck {
        font-size: 14px;
        padding-left: 0;
        padding-right: 0;
    }
    .ring-size .guide-sizes a {
        font-size: 16px;
    }
    .diamonds-product-link {
        font-size: 14px;
        margin-right: 10px;
    }
    #Diamondis-Table .polishing {
        font-size: 10px;
    }
    #Diamondis-Table .documentation {
        font-size: 10px;
        padding-left: 0;
    }
    #wishlist-Table tbody tr td {
        vertical-align: text-bottom;
    }
    #wishlist-Diamonds-Table .wish-order .addtocart-button,
    #wishlist-Table .wish-order .addtocart-button {
        font-size: 15px;
        height: 17px;
        width: 48px;
    }
    .item-page img {
        width: 100%;
		height:auto;
    }
    #wishlist-Table .wish-discription {
        font-size: 11px;
        text-align: right;
    }
    #wishlist-Table tbody tr td {
        font-size: 11px;
    }
    #wishlist-Table td {
        vertical-align: top !important;
        padding-top: 0 !important;
    }
    #Diamondis-Table td.documentation {
        font-size: 11px;
    }
    #Diamondis-Table tbody tr td {
        padding-left: 7px;
    }
}


/****/

@media screen and (max-width:360px) {
    .warp {
        padding: 0 5px;
    }
    .shape-info-image img {
        width: 70%;
    }
    .shape-info {
        width: 40%;
    }
    .product-more2 {
        width: 60%;
    }
    #custom_f_6_100_slider_gutter_m .slider_max_value1 {
        font-size: 11px;
        right: -46px;
        top: -27px;
    }
    #custom_f_6_100_slider_gutter_m .slider_min_value1 {
        font-size: 11px;
        left: -46px;
        top: -27px;
    }
    #custom_f_6_100_slider_gutter_m {
        width: 239px !important;
    }
    #custom_f_11_100_slider_gutter_m .slider_max_value1 {
        font-size: 11px;
        right: -46px;
        top: -27px;
    }
    #custom_f_11_100_slider_gutter_m .slider_min_value1 {
        font-size: 11px;
        left: -46px;
        top: -27px;
    }
    .product-more5 li a {
        font-size: 14px;
    }
    .product-more4 li {
        height: auto;
        font-size: 15px;
    }
    .product-more4 .product-more4-title {
        text-align: right;
    }
    .gamlogim-info .gamlogim-info-title {
        font-size: 16px;
    }
    .gamlogim-info .gamlogim-image {
        margin-top: 5px;
    }
    #cf_flt_wrapper_custom_f_6_94 .cf_slider_gutter_m,
    #cf_flt_wrapper_custom_f_6_119 .cf_slider_gutter_m {}
    #cf_flt_wrapper_custom_f_10_94 .cf_slider_gutter_m,
    #cf_flt_wrapper_custom_f_10_119 .cf_slider_gutter_m,
    #cf_flt_wrapper_custom_f_11_94 .cf_slider_gutter_m,
    #cf_flt_wrapper_custom_f_11_119 .cf_slider_gutter_m {
        width: 300px;
    }
    .product-right .customs-top .productMmetalNum {
        font-size: 17px;
    }
    .ring-size .guide-sizes a {
        font-size: 15px;
    }
    .home-image .newsletter .warp .moduletable::before {
        font-size: 9px;
    }
    .home-image .newsletter .rsform-input-box {
        width: 132px !important;
    }
    .home-boxs a.box-image {
        margin-bottom: 0;
    }
    .home-boxs .vmfooter {
        margin-top: -15px;
    }
    .filter-tabs li {
        margin-left: 4px;
    }
    .more-details h3 {
        right: 53px;
    }
    .gamlogim-info {
        margin-top: 11px;
    }
    #cf_wrapper_inner_price_119 .cf_slider_gutter_m {
        width: 180px !important;
    }
    #cf_flt_wrapper_custom_f_5_119 {
        margin-top: 20px !important;
    }
    .about-top-image .about-story {
        font-size: 13px;
        line-height: 14px;
        padding-bottom: 10px;
        padding-left: 5px;
        padding-right: 14px;
    }
    .about-top-image .about-story span {
        background-size: 70% auto;
        font-size: 20px;
        margin-bottom: 0;
        margin-left: 12px;
        padding-bottom: 26px;
        padding-top: 57px;
    }
    .about-title {
        font-size: 22px;
        margin-bottom: 5px;
        margin-top: 13px;
    }
    .about-text-right,
    .about-text-left {
        font-size: 16px;
        line-height: 19px;
        margin-bottom: 4px;
    }
    .about-page h3::after {
        right: 41%;
        top: 35px;
    }
    .about-page h3 {
        font-size: 22px;
        right: auto;
    }
    .about-products {
        margin-top: 45px;
    }
    .about-products li span {
        font-size: 16px;
    }
    .about-products li img {
        max-height: 70px;
    }
    .about-products li .about-box-text,
    .about-quote-text {
        font-size: 15px;
    }
    .about-services li span {
        font-size: 22px;
    }
    .about-service-text {
        font-size: 16px;
        padding: 0 10px;
    }
    .filter-tabs li {
        margin-left: -1px;
    }
    .cf_form.wizard #cfhead_price_100::before {
        font-size: 26px;
    }
    .cf_form.wizard #cf_list_custom_f_24_100 li {
        margin: 54px 12px 0;
    }
    .top-cart {
        width: 37px;
    }
    .top-cart .cart-title {
        display: none;
    }
    .product-right .customs-top .product-metal .productMmetalText,
    .product-right .customs-top .product-center-diamond .product-center-diamond-title,
    .product-right .customs-top .weight-diamond-all .weight-diamond-all-title {
        font-size: 11px;
    }
    .productdetails .tooltip.top {
        max-width: 98%;
    }
}

@media screen and (max-width:340px) {
    .warp {
        max-width: 320px;
    }
    .home-image .newsletter .warp .moduletable::before {
        font-size: 8px;
        top: -3px;
    }
    .open-time {
        font-size: 13px;
    }
    .col4 {
        min-height: 521px;
    }
    .more-details h3 {
        right: 30px;
    }
    .col2-title-right {
        width: 30%;
    }
    .col2-title-left {
        width: 70%;
    }
    .home-sales li .product-title,
    .home-recommend li .product-title {
        font-size: 13px;
    }
    .reg-edit input,
    .userlogin input {
        width: 175px;
    }
    #price_100_slider_gutter_m {
        width: 183px !important;
    }
    .item-pageright-template .services-title {
        right: auto !important;
    }
    .home-image .newsletter .rsform-input-box {
        margin-left: 6px !important;
        width: 121px !important;
    }
    .home-diamonds li.home-diamonds-box1 img {
        width: 85px;
    }
    .home-diamonds li .home-diamonds-box-title {
        font-size: 21px;
        line-height: 21px;
        margin-bottom: 6px;
    }
    .home-diamonds li .home-diamonds-box-text {
        font-size: 16px;
        line-height: 18px;
    }
    .home-diamonds li.home-diamonds-box2 img {
        width: 72px;
    }
    .home-diamonds li.home-diamonds-box3 img {
        margin-top: -14px;
        width: 113px;
    }
    .home-diamonds li.home-diamonds-box4 img {
        margin-top: 0;
        width: 107px;
    }
    .home-diamonds li.home-diamonds-box5 img {
        margin-bottom: 0;
        margin-top: -16px;
        width: 127px;
    }
    .filter-tabs li {
        font-size: 12px;
    }
    #cf_flt_wrapper_custom_f_13_94 #custom_f_13_94_elid3535::after {
        right: -5px;
    }
    #cf_flt_wrapper_custom_f_10_94 .cf_slider_gutter_m,
    #cf_flt_wrapper_custom_f_10_119 .cf_slider_gutter_m,
    #cf_flt_wrapper_custom_f_11_94 .cf_slider_gutter_m,
    #cf_flt_wrapper_custom_f_11_119 .cf_slider_gutter_m {
        width: 269px;
    }
    .inner-top-image h1,.inner-top-image h2 {
        font-size: 19px;
        top: 17px;
    }
    .wizard .filter-tabs li {
        margin-left: 1px;
        margin-right: 2px;
    }
    .home-image .newsletter #Send {
        width: 48px;
    }
    .lang {
        position: absolute;
        top: 29px;
        width: 7%;
    }
    .fb_send {
        width: 70px;
    }
    .cf_wrapper_inner .cf_filters_list li {
        margin-bottom: 48px;
    }
    .reviews h3 {
        right: 4px;
    }
    table.cart-summary.proopc-table-striped tr th,
    table.cart-summary.proopc-table-striped tr td {
        padding: 0 !important;
    }
}

.share {
    color: #100E31;
}

.product-message ul a {
    text-decoration: none;
}

.pull-left {
    float: none !important;
}


/*i.fa.fa-wheelchair.fa-3x {color: #fff!important; }*/

#b-acc_toolbar li button {
    color: #fff!important;
    border: 1px!important;
    margin-top: 3px!important;
}

#b-acc_toolbar {
    background: #b89d6b!important;
}

hr.hr-on-top {
    width: 90px;
    border: solid 1px #100E31;
    margin: 3px 0;
}

.hide_ {
    display: none
}


/*.line-info .hide{display: none;}
#cf_list_custom_f_24_100 .hide{display: none}
*/

.headerimg {
    width: 100%;
}


/*#cf_flt_wrapper_price_119.cf_flt_wrapper_id_119.hide {
    visibility: visible;
    height: 200px;
    opacity: 1;
    position: relative;
}
*/

.filter .warp {
    height: 220px;
    overflow: hidden;
}


/*.filter-visibility {
    visibility: visible!important;
    opacity: 1!important;
    position: relative!important;
}*/

.cf_option.cf_disabled_opt {
    font-weight: 300;
    color: #a4a4a4 !important;
    cursor: default;
}

rel {
    display: none!important
}

form#member-profile>fieldset>legend {
    visibility: hidden;
}

form#cf_form_94>.filter-tabs>ul:before,
form#cf_form_119>.filter-tabs>ul:before,
form#cf_form_232>.filter-tabs>ul:before,
form#cf_form_150>.filter-tabs>ul:before,
form#cf_form_149>.filter-tabs>ul:before,
form#cf_form_148>.filter-tabs>ul:before,
form#cf_form_147>.filter-tabs>ul:before {
    content: "מיין לפי:";
    color: #656565;
    font-weight: bold;
    margin-left: 25px;
}

div.box17>div img {
    width: 90px;
    margin-left: 55px;
    float: right;
}

@media screen and (max-device-width: 768px) {
    form#cf_form_94>.filter-tabs>ul:before,
    form#cf_form_119>.filter-tabs>ul:before,
    form#cf_form_232>.filter-tabs>ul:before,
    form#cf_form_150>.filter-tabs>ul:before,
    form#cf_form_149>.filter-tabs>ul:before,
    form#cf_form_148>.filter-tabs>ul:before,
    form#cf_form_147>.filter-tabs>ul:before {
        /*display: none;*/
        margin-left: 6px;
        font-size: 14px;
        position: absolute;
        top: 0px;
    }
    div.box17>div img {
        width: 60px;
        margin-left: 0px !important;
        float: right;
    }
    .box17 {
        width: 98% !important;
    }
}

.user-details:first-child>tbody>tr>td.key:first-child {
    display: none;
}

span.userfields_info,
.dyn-tabs>fieldset>ul>li,
.dyn-tabs>fieldset>a,
h4.alert-heading {
    display: none;
}

.about-services>ul>li>a>img {
    width: 100%;
}

.box17 {
    width: 700px !important;
}

@media screen and (max-device-width: 768px) {
    form#cf_form_94>.filter-tabs>ul:before,
    form#cf_form_119>.filter-tabs>ul:before,
    form#cf_form_232>.filter-tabs>ul:before,
    form#cf_form_150>.filter-tabs>ul:before,
    form#cf_form_149>.filter-tabs>ul:before,
    form#cf_form_148>.filter-tabs>ul:before,
    form#cf_form_147>.filter-tabs>ul:before {
        /*display: none;*/
    }
    div.box17>div img {
        width: 60px;
        margin-left: 0px !important;
        float: right;
    }
    .box17 {
        width: 98% !important;
    }
    .inner-top-image .moduletable img {
        width: 100%;
        height: auto;
    }
}

.screen-suggestion {
    border: 2px solid #b89d6b;
}

#cf_flt_wrapper_custom_f_57_150 #custom_f_57_150_elid343033:after {
    background-position: -7px -5px;
    right: 0;
}


/* -----------OMRI@MLY---------*/

.next-price_100 {
    margin-left: auto;
    margin-right: auto;
}


/*.cf_form.wizard .cf_flt_wrapper .next-prev {*/


/*display: flex !important;*/


/*}*/

.prevQ {
    margin-left: 3px;
    margin-right: 3px;
}

.disappear {
    height: 0px;
}

a.proopc-continue-shopping,
.proopc-continue-link>a {
    color: #ffffff;
    background: #b89d6b;
    padding: 5px 30px;
    font-size: 25px;
    text-decoration: none;
}

a.not-registered {
    position: relative;
    top: 9px;
    text-decoration: none;
    color: #8E8D8B;
    font-weight: bold;
}

@media screen and (max-width: 768px) {
    .browse-view .left-label {
        background-size: 3% auto;
    }
    .mobilemaximenuck {
        direction: rtl;
        background: #fff !important;
        text-shadow: none;
        font-family: 'almoni-dl';
        border-left: 1px solid #b99d6b !important;
    }
    .proopc-column3 {
        width: 100% !important;
    }
    .disappear {
        height: 35px;
    }
    div.box17>div img {
        width: 55px !important;
        margin-left: 15px !important;
        float: right;
    }
    ul.knob-small li {
        width: 300px !important;
    }
    .service-form {
        left: calc(50% - 157px) !important;
        right: auto !important
    }
    a.proopc-continue-shopping,
    .proopc-continue-link>a {
        color: #ffffff;
        background: #b89d6b;
        padding: 3px 13px;
        font-size: 20px;
        text-decoration: none;
    }
    img.diamond-shape {
        width: 50%;
        height: auto;
    }
    .about-products li span {
        min-height: 51px;
    }
    #wishlist-Diamonds-Table th {
        width: 94px;
    }
    /*
	.coupon-popup-div {
		right: calc((100% - 300px) / 2);  
		min-height: auto;
		padding: 20px 10px;
		width: 300px;
	}
	.maintitleCoupon {font-size: 50px;margin-bottom: 20px;}
	.DateCoupon {font-size: 20px;margin: 0px 0 10px 0;font-weight: 400;}
	.secondtitleCoupon{font-size: 30px;}
	.CouponToCatalog a{font-size: 16px}
	.CouponToCatalog{margin: 0px;}
*/
    .browse-view .left-label {
        left: 8px;
        font-size: 12px;
        background-size: 35% auto;
    }
    .browse-view .left-label {
        background-position: 18px center;
        background-size: contain;
        border-radius: 0;
        font-size: 18px;
        height: 37px;
        line-height: 0;
        margin-bottom: 20px;
        margin-top: 20px;
        padding: 21px 1px 0 17px;
        position: static;
        text-decoration: none;
        width: 100%;
        z-index: 9999;
    }
    .left-label-link {
        text-decoration: none;
    }
}


/***/

@media screen and (orientation: landscape) {}

.phonenumber {
    position: fixed;
    width: 38px;
    height: 38px;
    background: #90c08c;
    left: 0px;
    background-size: 80%;
    overflow: hidden;
    z-index: 9999;
    display: none;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url(/modules/mod_baccessibility/asset/images/phone1.png);
}


/*.b-acc_hide_toolbar:after {*/


/*content: url(http://dianoche.co.il/beta/modules/mod_baccessibility/asset/images/phone.jpg);*/


/*link: 'tel:0586555691';*/


/*width: 38px;*/


/*height: 38px;*/


/*background-color: #b89d6b;*/


/*position: relative;*/


/*top: 41px;*/


/*}*/

.slider_max_value1,
.slider_min_value1 {
    direction: rtl;
}

@media screen and (max-width: 769px) and (orientation: landscape) {
    div#price_94_slider_gutter_m,
    div#price_119_slider_gutter_m,
    div#price_150_slider_gutter_m,
    div#price_148_slider_gutter_m,
    div#price_147_slider_gutter_m,
    div#price_149_slider_gutter_m,
    div#price_232_slider_gutter_m {
        background: url(../images/new-price-bar.svg) no-repeat -6px -6px;
        background-size: 106% auto;
        height: 35px !important;
    }
    #b-acc-toolbarWrap div.b-acc_hide_toolbar {
        top: 32% !important;
    }
    .phonenumber {
        top: calc(32% + 40px);
        display: inline-block;
    }
    .browse-view .row .product .spacer .vm-product-media-container a img {
        height: 290px;
    }
}

@media screen and (max-width: 768px) and (orientation: portrait) {
    div#price_94_slider_gutter_m,
    div#price_119_slider_gutter_m,
    div#price_150_slider_gutter_m,
    div#price_148_slider_gutter_m,
    div#price_147_slider_gutter_m,
    div#price_149_slider_gutter_m,
    div#price_232_slider_gutter_m {
        background: url(../images/new-price-bar.svg) no-repeat -8px -3px !important;
        background-size: 113% auto !important;
        height: 35px !important;
    }
    #b-acc-toolbarWrap div.b-acc_hide_toolbar {
        top: 20% !important;
    }
    .phonenumber {
        top: calc(20% + 40px);
        display: inline-block;
    }
    #cf_flt_wrapper_custom_f_13_94 #custom_f_13_94_elid3533::after {
        right: 16px;
    }
    #cf_flt_wrapper_custom_f_13_94 #custom_f_13_94_elid323339:after {
        right: 4px;
    }
    #virtuemart_country_id_field {
        width: 200px !important;
        height: 29px;
        border: #b49e6f solid 1px;
    }
    .browse-view .row .product .spacer .vm-product-media-container a img {
        /*max-height: 285px;*/
        /*height: 157px;*/
    }
    .mobile_ {
        display: block!important;
    }
    .desktop_ {
        display: none!important;
    }
}

@media screen and (max-width: 768px) {
    img.diamond-shape-full {
        width: 100%;
        height: auto;
    }
    .vp-profile-edit .vp-form-group {
        padding-right: 0;
    }
    /*.login .custom:last-child {*/
    /*word-wrap: break-word;*/
    /*width: 109px;*/
    /*}*/
    .normal>blockquote {
        text-overflow: ellipsis;
        word-wrap: break-word;
    }
    form#userForm {
        max-width: 100%;
    }
}


/****/

table.adminlist {
    display: none;
}

#virtuemart_country_id_field {
    height: 29px;
    border: #b49e6f solid 1px;
}

#cf_flt_wrapper_custom_f_5_148 #custom_f_5_148_elid343639:after {
    right: -7px;
}


/*
	@media screen and (max-width: 375px) and (min-width: 360px) {
        form.not-online fieldset {
            width: 87%;
        }
    }

    @media screen and (max-width: 320px) and (min-width: 320px) {
        form.not-online fieldset {
            width: 77%;
        }
    }

    @media screen and (max-width: 412px) and (min-width: 412px) {
        form.not-online fieldset {
            width: 98%;
        }
    }
*/

.edit-address>form>.virtuemart_country_id-group>.inner>select#virtuemart_country_id_field {
    width: 100% !important;
    border: 1px solid #b49e6f;
}

.box17 {
    margin-bottom: 5px;
}

@media screen and (max-width: 1124px) and (orientation: landscape) {
    .browse-view .row .product .spacer .vm-product-media-container a img {
        height: 221px;
    }
}

div#price_94_slider_gutter_m,
div#price_119_slider_gutter_m,
div#price_150_slider_gutter_m,
div#price_148_slider_gutter_m,
div#price_147_slider_gutter_m,
div#price_149_slider_gutter_m,
div#price_232_slider_gutter_m,
div#price_100_slider_gutter_m {
    background: url(../images/new-price-bar.svg) no-repeat -6px -6px;
    background-size: 103% auto;
    height: 28px;
}

@media screen and (max-width: 768px) and (orientation: landscape) {
    .moduletable .services-title {
        left: calc(70% - 360px) !important;
    }
    #cf_flt_wrapper_custom_f_13_94 #custom_f_13_94_elid3535:after {
        background-position: -364px -39px;
        background-size: 1120% auto;
        right: -5px;
    }
    #cf_flt_wrapper_custom_f_13_94 #custom_f_13_94_elid3533:after {
        background-position: -455px -36px;
        background-size: 1010% auto;
        right: 5px;
    }
}

.ui-tooltip-content {
    display: none;
}

#PinItButton {
    display: none !important;
}

h3.ui-accordion-header.ui-helper-reset.ui-state-default.ui-corner-all,
h3.ui-accordion-header.ui-helper-reset.ui-state-active.ui-corner-top {
    line-height: 20px;
    padding: 15px 18px 0 0;
    margin-bottom: 20px;
}

#cf_flt_wrapper_custom_f_57_150 .cf_wrapper_inner .cf_filters_list li,
#cf_flt_wrapper_custom_f_57_232 .cf_wrapper_inner .cf_filters_list li {
    min-width: 60px;
}

#cf_flt_wrapper_custom_f_49_150 .cf_wrapper_inner .cf_filters_list li {
    min-width: 70px;
}

.filter-drop {
    position: relative;
    min-height: 176px;
    padding-bottom: 50px;
}

.cf_resetAll_link {
    position: absolute;
    left: 0;
    top: auto;
    bottom: 8px;
}

.line-info {
    top: auto;
    bottom: -20px;
}


/*-----------------------------*/

#cf_flt_wrapper_custom_f_20_100 #custom_f_20_100_elid3739:after {
    right: -60px;
}

#system-message-container>.alert.alert-error {
    display: none;
}


/*.cf_resetAll_link{display: block!important;}*/


/*@media screen and (max-width: 767px) {*/


/*.cf_form.wizard .cf_flt_wrapper .next-prev {*/


/*bottom: -0px;*/


/*}*/


}

/***/
.cf_form.ringid_221 .cf_resetAll_link,
#cf_form_148 .cf_resetAll_link,
#cf_form_147 .cf_resetAll_link,
#cf_form_149 .cf_resetAll_link,
#cf_form_232 .cf_resetAll_link,
.ringid_176 .cf_resetAll_link,
.ringid_123 .cf_resetAll_link {}
div#price_94_slider_gutter_m .knob_wrapper .cf_filtering_knob_from,
div#price_119_slider_gutter_m .knob_wrapper .cf_filtering_knob_from,
div#price_150_slider_gutter_m .knob_wrapper .cf_filtering_knob_from,
div#price_148_slider_gutter_m .knob_wrapper .cf_filtering_knob_from,
div#price_147_slider_gutter_m .knob_wrapper .cf_filtering_knob_from,
div#price_149_slider_gutter_m .knob_wrapper .cf_filtering_knob_from,
div#price_232_slider_gutter_m .knob_wrapper .cf_filtering_knob_from,
div#price_100_slider_gutter_m .knob_wrapper .cf_filtering_knob_from {
    padding-top: 20px;
    !important;
}
@media screen and (min-width: 769px) {
    th.header:after {
        background-image: url(../images/sort-arrow.png);
        content: "";
        cursor: pointer;
        display: inline-block;
        height: 20px;
        margin-right: 7px;
        margin-top: 0;
        position: absolute;
        width: 13px;
        background-repeat: no-repeat;
    }
}
@media screen and (orientation: landscape) and (min-width: 732px) and (max-width: 736px) {
    .browse-view .left-label {
        top: 0%;
    }
    
    #cf_flt_wrapper_custom_f_13_94 #custom_f_13_94_elid3535:after {
        background-position: -364px -39px;
        background-size: 1120% auto;
        right: 23px;
    }
    
    .cf_flt_wrapper_id_94 .cf_wrapper_inner .cf_filters_list li {
        padding-bottom: 25px;
    }
    
    .cf_resetAll_link {
        bottom: -77px;
    }
    
    .filter-bottom {
        margin-top: 120px;
    }
    
    .line-info {
        bottom: -102px;
        height: 57px;
    }
    
    .filter-drop {
        min-height: 200px;
    }
}
.newsletter-right {
    float: right;
    color: rgb(252, 252, 251);
    font-size: 18px;
    width: 250px;
    margin-top: 13px;
}
.newsletter-left {
    float: left;
}
@media screen and (max-width: 768px) {
    .newsletter-right {
        width: 100%;
        margin-top: 0;
        margin-right: 9px;
        font-size: 9px;
    }
}
div#cf_flt_wrapper_custom_f_15_94,
div#cf_wrapper_inner_custom_f_15_149,
div#cf_wrapper_inner_custom_f_15_147,
div#cf_wrapper_inner_custom_f_15_148 {
    padding-top: 50px;
}

/*#cf_wrapper_inner_custom_f_51_149 {*/

/*padding-top: 50px;*/

/*}*/
#cf_wrapper_inner_custom_f_53_147 {
    padding-top: 52px;
}
@media screen and (orientation: landscape) {
    #cf_flt_wrapper_custom_f_53_147 {
        width: auto !important;
        right: 0;
    }
}
@media screen and (max-width: 768px) {
    .hideinmobile {
        display: none !important;
    }
}
@media screen and (min-width: 1000px) {
    #cf_wrapper_inner_custom_f_53_147 {
        padding-top: 10px;
    }
}
@media screen and (max-width: 414px) and (min-width: 360px) {
    div#cf_flt_wrapper_custom_f_15_94 {
        padding-top: 0px;
    }
    
    #cf_wrapper_inner_custom_f_53_147 {
        padding-top: 8px;
    }
    
    ul#cf_list_custom_f_5_148 {
        top: 0px;
        position: relative;
    }
    
    #cf_flt_wrapper_custom_f_53_147 .cf_wrapper_inner .cf_filters_list li {
        padding-top: 40px;
    }
}
@media screen and (max-width: 667px) and (min-width: 667px) {
    #cf_flt_wrapper_custom_f_53_147 .cf_wrapper_inner .cf_filters_list li {
        padding-top: 40px;
    }
    
    div#cf_flt_wrapper_custom_f_15_94 {
        padding-top: 0px;
    }
}
@media screen and (max-width: 769px) and (min-width: 768px) {
    #cf_wrapper_inner_custom_f_53_147 {
        padding-top: 15px;
    }
    
}
@media only screen and (min-width:359px) and (max-width: 361px) {
    #cf_flt_wrapper_custom_f_4_148 .cf_wrapper_inner .cf_filters_list li {
        margin: 0 0px;
    }
    
    #cf_flt_wrapper_custom_f_5_148 {
        height: 66px;
    }
    
    #cf_flt_wrapper_custom_f_11_148>.cf_flt_header {
        margin-top: -7px;
    }
    
    #cf_wrapper_inner_custom_f_56_148 {
        padding-top: 30px;
    }
    
    #cf_flt_wrapper_custom_f_5_94 .cf_wrapper_inner .cf_filters_list li {
        margin-bottom: 37px;
    }
}

@media only screen and (min-width: 1025px) {
    #cf_list_custom_f_13_94>li {
        margin-right: 14px !important;
    }
}
@media only screen and (min-width:374px) and (max-width: 376px) {
    #cf_flt_wrapper_custom_f_5_94 .cf_wrapper_inner .cf_filters_list li {
        margin-bottom: 36px;
    }
    
    #cf_wrapper_inner_custom_f_56_148 {
        padding-top: 35px;
    }
}
@media only screen and (min-width:666px) and (max-width: 668px) {
    #cf_flt_wrapper_custom_f_11_148>.cf_flt_header {
        margin-top: 0;
    }
}
@media only screen and (min-width:567px) and (max-width: 569px) {
    div#cf_flt_wrapper_custom_f_15_94 {
        padding-top: 0px;
    }
}
@media only screen and (min-width:319px) and (max-width: 320px) {
    div#cf_flt_wrapper_custom_f_15_94 {
        padding-top: 0px;
    }
}
@media only screen and (min-width:480px) and (max-width: 800px) {
    .newsletter .warp {
        max-width: 474px;
        margin-bottom: 0;
    }
}

/**/
#bd_results .item-pageright-template h3 {
    min-height: 50px;
}
@media only screen and (min-width:320px) and (max-width: 620px) {
    .custom_f_6_94_1 .slider_max_value1,
    #custom_f_11_100_slider_gutter_m .slider_max_value1,
    #custom_f_6_100_slider_gutter_m .slider_max_value1 {
        right: -8%;
        top: -25px;
    }
    
    .custom_f_6_94_1 .slider_min_value1,
    #custom_f_11_100_slider_gutter_m .slider_min_value1,
    #custom_f_6_100_slider_gutter_m .slider_min_value1 {
        left: -8%;
        top: -25px;
    }
}
div#price_100_slider_gutter_m,
div#price_94_slider_gutter_m,
div#price_119_slider_gutter_m,
div#price_150_slider_gutter_m,
div#price_148_slider_gutter_m,
div#price_147_slider_gutter_m,
div#price_149_slider_gutter_m,
div#price_232_slider_gutter_m {
    background: url("../images/new-price-bar.svg") no-repeat scroll -6px -6px / 103% auto !important;
    height: 28px;
}
@media only screen and (min-width:320px) and (max-width: 649px) {
    div#price_100_slider_gutter_m,
    div#price_94_slider_gutter_m,
    div#price_119_slider_gutter_m,
    div#price_150_slider_gutter_m,
    div#price_148_slider_gutter_m,
    div#price_147_slider_gutter_m,
    div#price_149_slider_gutter_m,
    div#price_232_slider_gutter_m {
        background: url("../images/new-price-bar.svg") no-repeat scroll -5px -3px / 103% auto !important;
        height: 28px;
        width:280px;
    }
    #cf_wrapper_inner_custom_f_24_100 .next-prev,
    #cf_wrapper_inner_price_100 .next-prev,
    #cf_wrapper_inner_custom_f_19_100 .next-prev,
    #cf_wrapper_inner_custom_f_20_100 .next-prev {
        bottom: -20px;
    }
    
    @media only screen and (min-width:650px) and (max-width: 739px) {
        div#price_100_slider_gutter_m,
        div#price_94_slider_gutter_m,
        div#price_119_slider_gutter_m,
        div#price_150_slider_gutter_m,
        div#price_148_slider_gutter_m,
        div#price_147_slider_gutter_m,
        div#price_149_slider_gutter_m,
        div#price_232_slider_gutter_m {
            background: url("../images/new-price-bar.svg") no-repeat scroll -6px -6px / 103% auto !important;
            height: 28px;
        }
        #cf_wrapper_inner_custom_f_24_100 .next-prev,
        #cf_wrapper_inner_price_100 .next-prev,
        #cf_wrapper_inner_custom_f_19_100 .next-prev,
        #cf_wrapper_inner_custom_f_20_100 .next-prev {
            bottom: -40px;
        }
    }
    
    div#cf_flt_wrapper_custom_f_15_94 {
        padding-top: 0;
    }
    
    @media only screen and (min-width:320px) and (max-width: 650px) {
        .home-image .home-main-image {
            background-image: url(/images/mobileheader_he.jpg) !important;
        }
    }
    
    @media only screen and (orientation: landscape) and (min-width:320px) and (max-width: 639px) {
        div#price_100_slider_gutter_m,
        div#price_94_slider_gutter_m,
        div#price_119_slider_gutter_m,
        div#price_150_slider_gutter_m,
        div#price_148_slider_gutter_m,
        div#price_147_slider_gutter_m,
        div#price_149_slider_gutter_m,
        div#price_232_slider_gutter_m {
            background: url("../images/new-price-bar.svg") no-repeat scroll -6px -6px / 103% auto !important;
            height: 28px;
        }
        #cf_wrapper_inner_custom_f_24_100 .next-prev,
        #cf_wrapper_inner_price_100 .next-prev,
        #cf_wrapper_inner_custom_f_19_100 .next-prev,
        #cf_wrapper_inner_custom_f_20_100 .next-prev {
            bottom: 0;
        }
    }
    
    @media only screen and (min-width:650px) and (max-width: 739px) {
        div#price_100_slider_gutter_m,
        div#price_94_slider_gutter_m,
        div#price_119_slider_gutter_m,
        div#price_150_slider_gutter_m,
        div#price_148_slider_gutter_m,
        div#price_147_slider_gutter_m,
        div#price_149_slider_gutter_m,
        div#price_232_slider_gutter_m {
            background: url("../images/new-price-bar.svg") no-repeat scroll -6px -6px / 103% auto !important;
            height: 28px;
        }
        #cf_wrapper_inner_custom_f_24_100 .next-prev,
        #cf_wrapper_inner_price_100 .next-prev,
        #cf_wrapper_inner_custom_f_19_100 .next-prev,
        #cf_wrapper_inner_custom_f_20_100 .next-prev {
            bottom: -40px;
        }
    }
    
    @media only screen and (min-device-width: 319px) and (max-device-width: 361px) {
        #cf_wrapper_inner_custom_f_11_100>.next-prev,
        #cf_wrapper_inner_custom_f_18_100>.next-prev,
        #cf_wrapper_inner_custom_f_21_100>.next-prev,
        #cf_wrapper_inner_custom_f_6_100>.next-prev {
            bottom: 0 !important;
        }
    }
    
    @media only screen and (min-device-width: 638px) and (max-device-width: 641px) {
        #cf_wrapper_inner_custom_f_24_100 .next-prev,
        #cf_wrapper_inner_price_100 .next-prev,
        #cf_wrapper_inner_custom_f_19_100 .next-prev,
        #cf_wrapper_inner_custom_f_20_100 .next-prev,
        #cf_wrapper_inner_custom_f_11_100>.next-prev,
        #cf_wrapper_inner_custom_f_18_100>.next-prev,
        #cf_wrapper_inner_custom_f_21_100>.next-prev,
        #cf_wrapper_inner_custom_f_6_100>.next-prev {
            bottom: 0 !important;
        }
        div#price_100_slider_gutter_m {
            background: url(../images/new-price-bar.svg) no-repeat scroll -6px -6px / 103% auto !important;
            height: 28px;
        }
        #cf_flt_wrapper_custom_f_20_100 #custom_f_20_100_elid3738:after,
        #cf_flt_wrapper_custom_f_20_100 #custom_f_20_100_elid3737:after,
        #cf_flt_wrapper_custom_f_20_100 #custom_f_20_100_elid3739:after,
        #cf_flt_wrapper_custom_f_20_100 #custom_f_20_100_elid3830:after,
        #cf_flt_wrapper_custom_f_20_100 #custom_f_20_100_elid3831:after,
        #cf_flt_wrapper_custom_f_20_100 #custom_f_20_100_elid3832:after {
            display: none;
        }
        .cf_form.wizard .cf_flt_wrapper {
            width: 100% !important;
        }
    }
    
    .close-toolbar>.b-acc_hide_toolbar {
        left: 0;
    }
    
    .b-acc_hide_toolbar {
        left: 180px;
    }
}

/***/
.mobile_ {
    display: none;
}
.desktop_ {
    display: block;
}
@media only screen and (min-width: 411px) and (max-width: 415px) {
    .screen-suggestion {
        border: 2px solid #b89d6b;
        color: #000;
        display: block;
        font-size: 16px;
        margin-bottom: 15px;
        padding: 10px;
        background: #fff;
        z-index: 9999;
    }
    
    #custom_f_6_100_slider_gutter_m {
        width: 227px !important;
        background-position: 0px -5px !important;
        background-size: 97% 17px !important;
    }
}

/***/
@media screen and (max-width: 767px) {
    .coupon-popup-div {
        right: calc((100% - 200px) / 2);
        min-height: auto;
        padding: 22px 5px 10px 5px;
        width: 200px;
        min-height: 150px;
    }
    
    .maintitleCoupon {
        font-size: 25px;
        margin-bottom: 12px;
        line-height: 20px;
    }
    
    .DateCoupon {
        font-size: 10px;
        margin: 0px 0 5px 0;
        font-weight: 400;
    }
    
    .secondtitleCoupon {
        font-size: 15px;
        line-height: 16px;
    }
    
    .CouponToCatalog a {
        font-size: 8px
    }
    
    .CouponToCatalog {
        margin: 0px;
    }
    
    .imageCoupon img {
        max-height: 45px;
        width: 50%;
    }
    
    .CodeCoupon {
        margin-bottom: 5px;
        font-size: 15px;
        line-height: 15px;
    }
    
    .Coupontop {
        float: right;
        width: 50%;
    }
    
    .Couponbottom {
        float: left;
        width: 50%;
    }
    
    .oupon-popup-div {
        min-height: 300px;
    }
    
    .wizard .filter-tabs {
        padding: 0 22px;
    }
    
    .wizard .filter-tabs li {
        width: 27px;
        height: 27px;
        line-height: 25px;
        font-size: 17px;
        margin-right: 3px;
        margin-left: 3px;
        text-align: center;
    }
    
    .cf_form.wizard .cf_flt_wrapper .next-prev {
        bottom: 0px;
    }
}
.flex-the-header {
    display: flex;
    justify-content: center;
}
.level1>.nav-header>span.titreck {
    color: #656565;
    cursor: default;
}
.item186>a,
.item188>a,
.item201>a,
.item199>a,
.item198>a,
.item462>a,
.item465>a,
.item425>a {
    background: white !important;
}

@media screen and (max-width: 480px)
.build-ring .wizard-ring img {
    width: 100% !important;
    
  }
  .build-ring .wizard-ring img {
    float: left;
}

h3 a,.services-question li span {color:#100E31!important;}
span.product-discount-label {color:#1B75BC!important;right:0;}
.icon-bar .call,.icon-bar-mobile .call {background: #100E31;}
footer .rsform-input-box, footer .rsform-text-box,.footer-form button {border: 1px solid #4169e1 !important;color: #4169e1 !important;}
footer ::-webkit-input-placeholder{ color: #4169e1;    opacity: 1;}
footer :-moz-placeholder {    color: #4169e1;    opacity: 1;}
footer ::-moz-placeholder {    color: #4169e1;    opacity: 1;}
footer :-ms-input-placeholder {    color: #4169e1;    opacity: 1;}
.search ::-webkit-input-placeholder{ color: #100E31;    opacity: 1;}
.search :-moz-placeholder {    color: #100E31;    opacity: 1;}
.search ::-moz-placeholder {    color: #100E31;    opacity: 1;}
.search :-ms-input-placeholder {    color: #100E31;    opacity: 1;}
.left-label-link.desktop_ {display:none;}

#cat_menu .warp {padding:0;}
.additional_menu {display:none;}
.additional_menu a {text-decoration:none;color:#000;display:block;width:100%;height:100%;}
.additional_menu .item {width:370px;height:310px;text-align:center;box-sizing: border-box;margin:7.5px 0;position:relative;background-size:cover;background-position:center;} 
.additional_menu .item:nth-child(2),.additional_menu .item:nth-child(5) {margin:0 15px}
.additional_menu .item img {}
.additional_menu .item .title {	color: #000000;	font-size: 18px;	font-weight: bold;	letter-spacing: 0.68px;	line-height: 16px;	text-align: center;position:absolute;left:0;right:0;bottom:50px;}



@media screen and (max-width:768px) {
    .additional_menu { display: flex;flex-wrap:wrap; flex-direction: row;  justify-content: center;align-items:center;width:100%;margin:10px auto;}
    .additional_menu .item {width:250px;height:210px;margin:4.5px 0;} 
	.additional_menu .item:nth-child(2),.additional_menu .item:nth-child(5) {margin:0 9px;}
	.additional_menu .item .title {	bottom:30px;}
	.home-image .newsletter .formResponsive {margin:0;}
	.home-image .home-main-image {background-position:bottom;}
	.build-ring {display:none;}
}

@media screen and (max-width:750px) {
        .additional_menu .item {width:215px;height:180px;margin:3.5px 0;} 
        .additional_menu .item:nth-child(2),.additional_menu .item:nth-child(5) {margin:0 7px;}
        .additional_menu .item .title {	font-size: 16px;}
}
@media screen and (max-width:660px) {
#cat_menu .warp {max-width:480px;}
        .additional_menu .item {width:155px;height:130px;margin:3.5px 0;} 
        .additional_menu .item:nth-child(2),.additional_menu .item:nth-child(5) {margin:0;}
        .additional_menu .item .title {	font-size: 14px;bottom:20px;}
}
@media screen and (max-width:480px) {
  .additional_menu .item {width:50%;height:151px;margin:0;}
	.additional_menu .item .title {	font-size: 14px;}
	   .additional_menu .item:nth-child(2),.additional_menu .item:nth-child(5) {margin:0;}
}

.inner-top-image .moduletable img {position: absolute;left: 50%;bottom: 0%;-webkit-transform: translateY(0%) translateX(-50%);max-width:100%;    z-index: -1;}
.a2a_default_style {margin:10px 0;}
.a2a_default_style a {float:right!important;}


    #map-plug {display:none;}

    #google-reviews {
        display:flex;
        flex-wrap:wrap;
        justify-content: center;
        overflow: hidden;
    }

    .review-item {
        border:solid 1px rgba(190,190,190,.35);
        margin:0 auto;
        padding:1em;
        flex: 1 1 20%;
    }

    @media ( max-width:1200px) {
        .review-item { flex: 1 1 40%; }
    }

    @media ( max-width:450px) {
        .review-item { flex: 1 1 90%; }
    }

    .review-meta, .review-stars {text-align:center; font-size:115%;}
    .review-author { text-transform: capitalize; font-weight:bold; }
    .review-date {opacity:.6; display:block;}
    .review-text {  line-height:1.55; text-align:left; max-width:32em; margin:auto;}



    .review-stars ul {
        display: inline-block;
        list-style: none !important;
        margin:0; padding:0;
    }

    .review-stars ul li {
        float: left;
        list-style: none !important;
        margin-right: 1px;
        line-height:1;
    }

    .review-stars ul li i {
        color: #E4B248;
        font-size: 1.4em;
        font-style:normal;
    }
    .review-stars ul li i.inactive { color: #c6c6c6;}
    .star:after { content: "\2605"; }
    .review-item{
        max-width: 400px;
        margin: 0 4px;
        height: 320px;
        max-height: 320px;
        text-align: center;
        padding: 40px !important;
    }
    .review-item .review-img{
        display: block;
    }

    .review-img img{
        max-height: 80px;
        margin:0 auto;
        margin-bottom: 20px;
    }

    .review-date{
        margin-bottom: 10px;
    }

    .review-meta, .review-stars{
        margin-bottom: 10px;
    }

    .review-text{
        font-size: 13px;
        line-height: 18px;
    }

    .review-stars ul li i{
        color: #ffc400;
    }

    .slick-slide{
        height: 320px!important;
        margin: 0 4px;
    }

    .slick-slider{
        max-width: 400px !important;
        margin: 0 auto;
    }
    .slick-arrow{
        display: flex;
        align-items: center;
    }

    .review-item-wrapper{
        display: flex;
        justify-content: center;
    }
    
    #sbox-content .rsform-submit-button {min-width: 100px;font-size: 14px;    line-height: 250%;}
    #sbox-content .rsform-block-usefulname {display:none;}
    .rsform-block-toptext {font-weight:bold;}
    
    .top-line-coupon, .coupon-popup-div {display:none!important;}
    
    main .warp {display:block;}
    
    @media screen and (max-width: 768px) {
    .home-image .newsletter .warp {    display: flex;    flex-direction: column;}
    }
    
.item-page .footer-form {    display: block;width: 100%;    max-width: 300px;    margin: 0 auto;    float: none;}
.item-page .footer-form .formResponsive, .item-page .footer-form .formResponsive .formHorizontal .rsform-block, .item-page .footer-form .formResponsive .formBody,.item-page fieldset#rsform_3_page_0 {    width: 100%;}

.fl-sale {display:flex;}
.fl-sale-label {    color: #1B75BC;font-size:27px;font-family: newromance;    position: absolute;    bottom: 5px;}
.category-product-price .product-discount-label,.mainmenu ul>li.item183.active .floatck .maxidrop-top .maxidrop-top2,.mainmenu ul>li.item498.active .floatck .maxidrop-top .maxidrop-top2 {display:none;}
.maximenuck.item127 .mobilemaximenucktogglericon {display:none!important;}
#maximenuck96 > div.maxiroundedcenter > ul > li.maximenuck.parent.level1.maximenuckanimation > div > div.maxidrop-main > div > div.maximenuck2.last > ul > li > div > div.maxidrop-main > div > div.maximenuck2.first > ul > li.maximenuck.level3 > a > span {font-weight:normal;}
