.clear {
	clear: both;
}

.no-padding {
	padding: 0 !important;
	
}

.qty-btns {
	position: relative;
	padding: 0 30px;
	display: inline-block;
}

.throbber {
	display: none;
	position: absolute;
	left: 0;
	top: 0;
}

/***** Custom Miller Stylesheet *****/

@font-face {
  font-family: 'OpenSansHebrew';
  src: url('../fonts/OpenSansHebrew-Light.eot?#iefix') format('embedded-opentype'),  url('../fonts/OpenSansHebrew-Light.woff') format('woff'), url('../fonts/OpenSansHebrew-Light.ttf')  format('truetype'), url('../fonts/OpenSansHebrew-Light.svg#OpenSansHebrew-Light') format('svg');
  font-weight: 300;
  font-style: normal;
}

/* regular font */
@font-face {
  font-family: 'OpenSansHebrew';
  src: url('../fonts/OpenSansHebrew-Regular.eot?#iefix') format('embedded-opentype'),  url('../fonts/OpenSansHebrew-Regular.woff') format('woff'), url('../fonts/OpenSansHebrew-Regular.ttf')  format('truetype'), url('../fonts/OpenSansHebrew-Regular.svg#OpenSansHebrew-Regular') format('svg');
  font-weight: 400;
  font-style: normal;
}

/* bold font */
@font-face {
  font-family: 'OpenSansHebrew';
  src: url('../fonts/OpenSansHebrew-Bold.eot?#iefix') format('embedded-opentype'),  url('../fonts/OpenSansHebrew-Bold.woff') format('woff'), url('../fonts/OpenSansHebrew-Bold.ttf')  format('truetype'), url('../fonts/OpenSansHebrew-Bold.svg#OpenSansHebrew-Bold') format('svg');
  font-weight: 500; 
  font-style: normal;
}

/* extrabold font */
@font-face {
  font-family: 'OpenSansHebrew';
  src: url('../fonts/OpenSansHebrew-ExtraBold.eot?#iefix') format('embedded-opentype'),  url('../fonts/OpenSansHebrew-ExtraBold.woff') format('woff'), url('../fonts/OpenSansHebrew-ExtraBold.ttf')  format('truetype'), url('../fonts/OpenSansHebrew-ExtraBold.svg#OpenSansHebrew-ExtraBold') format('svg');
  font-weight: 600;
  font-style: normal;
}



/************/


body {
  font-family: "OpenSansHebrew", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

h2, .h2 {
  font-size: 20px;
}

h1, .h1 {
  font-size: 32px;
}






/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
	height:100%;
	
    -webkit-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}


/**************** Helper.CSS *****/




/**** 
COLORS 
****/
.white{
color: #ffffff;
}

.black{
color: #000000;
}

.grey{
color: #c5c5c5;
}

.grey-dark{
color: #606262;
}

.grey-black {
  color: #2E2E2E;
}


.gold {
color: #faeda6;
}

.f100{
font-weight: 100;
}
.f400{
font-weight: 400;
}
.f500{
font-weight: 500; 
}
.f600{
font-weight: 600;
}

.f14{
font-size: 14px;
}

.f15{
font-size: 15px;
}

.f17{
font-size: 17px;
}

.f18{
font-size: 18px;
}


.f20{
font-size: 18px;
}

.f23{
font-size: 23px;
}

.left  { float: right }
.right { float: left }

.fit { max-width: 100% }

.half-width { width: 50% }
.full-width { width: 100% }

.bold    { font-weight: bold }
.regular { font-weight: normal }
.italic  { font-style: italic }
.caps    { text-transform: uppercase; letter-spacing: .2em; }

.left-align   { text-align: left }
.center       { text-align: center }
.right-align  { text-align: left }
.justify      { text-align: justify }

.nowrap { white-space: nowrap }

.m0  { margin:        0 }
.mt0 { margin-top:    0 }
.mr0 { margin-right:  0 }
.mb0 { margin-bottom: 0 }
.ml0 { margin-left:   0 }

.m1  { margin: .5rem }
.mt1 { margin-top: .5rem }
.mr1 { margin-right: .5rem }
.mb1 { margin-bottom: .5rem }
.ml1 { margin-left: .5rem }

.m2  { margin: 1rem }
.mt2 { margin-top: 1rem }
.mr2 { margin-right: 1rem }
.mb2 { margin-bottom: 1rem }
.ml2 { margin-left: 1rem }

.m3  { margin: 2rem }
.mt3 { margin-top: 2rem }
.mr3 { margin-right: 2rem }
.mb3 { margin-bottom: 2rem }
.ml3 { margin-left: 2rem }

.m4  { margin: 4rem }
.mt4 { margin-top: 4rem }
.mr4 { margin-right: 4rem }
.mb4 { margin-bottom: 4rem }
.ml4 { margin-left: 4rem }

.mxn1 { margin-left: -.5rem; margin-right: -.5rem; }
.mxn2 { margin-left: -1rem; margin-right: -1rem; }
.mxn3 { margin-left: -2rem; margin-right: -2rem; }
.mxn4 { margin-left: -4rem; margin-right: -4rem; }

.mx-auto { margin-left: auto; margin-right: auto; }
.p1  { padding: .5rem }
.py1 { padding-top: .5rem; padding-bottom: .5rem }
.px1 { padding-left: .5rem; padding-right: .5rem }

.p2  { padding: 1rem }
.py2 { padding-top: 1rem; padding-bottom: 1rem }
.px2 { padding-left: 1rem; padding-right: 1rem }

.p3  { padding: 2rem }
.py3 { padding-top: 2rem; padding-bottom: 2rem }
.px3 { padding-left: 2rem; padding-right: 2rem }

.p4  { padding: 4rem }
.py4 { padding-top: 4rem; padding-bottom: 4rem }
.px4 { padding-left: 4rem; padding-right: 4rem }

.no-p-right {padding-right: 0;}
.no-p-left {padding-left: 0;}



.sm-show, .md-show, .lg-show {
  display: none !important
}

@media (min-width: 40em) {
  .sm-show { display: block !important }
}

@media (min-width: 52em) {
  .md-show { display: block !important }
}

@media (min-width: 64em) {
  .lg-show { display: block !important }
}


@media (min-width: 40em) {
  .sm-hide { display: none !important }
}

@media (min-width: 52em) {
  .md-hide { display: none !important }
}

@media (min-width: 64em) {
  .lg-hide { display: none !important }
}

.display-none { display: none !important }

.hide {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
}

.relative { position: relative }
.absolute { position: absolute }
.fixed    { position: fixed }

.top-0    { top: 0 }
.right-0  { right: 0 }
.bottom-0 { bottom: 0 }
.left-0   { left: 0 }



/********************************************/


* {unicode-bidi: embed;}


.wrapper {
  min-width: 280px;
  position: relative;
  left: 0;
  z-index: 100;
  background-color: #151516;
}

@media screen and (max-width: 767px) {
	.wrapper {
	padding-top: 8rem;
	}
.category-products a.product_details h2.product-name {

    font-size: 3.3vw;
}
.old-price .price-label, .special-price .price-label {
    color: #393B3B;
    font-size: 12px;
}
}


/******* Header *****/


/*
Off-Canvas
*/



.active_nav {
  right: 0px !important;
}

#navegacion {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
 
}

.touch-menu .navbar-collapse {
    background-color: #000;
}

.touch-menu .navbar-inverse .navbar-nav > li > a {
    padding: 0;
    font-size: 2rem;
    line-height: 3rem;
}

.touch-menu .navbar-nav {
    margin: 0;
    padding: 2rem 0;
}

#navegacion #action {
  position: fixed;
  z-index: 11;
  right: 0px;
  cursor: pointer;
  padding: 12px;
}
#navegacion nav {
  position: fixed;
  right: -300px;
  z-index: 12;
  height: 100%;
  width: 300px;
  -webkit-transition: all 0.4s;
          transition: all 0.4s;
	  background: #272727;
	    padding: 0 2rem;
}
#navegacion nav ul {
  margin: 0;
  height: inherit;
  padding: 0;
}
#navegacion nav li {
  list-style-type: none;
  margin-bottom: 10px;
  width: 240px;
  margin-left: 30px;
  font-size: 14px;
  text-transform: uppercase;
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
#navegacion nav li:first-child {
  text-align: right;
    padding-top: 10px;
  border-bottom: none;
  font-size: 22px;
}
#navegacion nav li:first-child i {
  cursor: pointer;
}
#navegacion nav li a {
  text-decoration: none;
  color: white;
}
#capanegra {
  position: fixed;
  height: 100%;
  width: 100%;
  z-index: 10;
  background: rgba(0, 0, 0, 0.3);
  display: none;
}




/*
  menu icon css3
*/

.menu-icon {
  position: relative;
  top: 0;
  display: block;
  width: 2.5em;
  height: 2.2em;
  cursor: pointer;
  margin: 0 auto;
  float: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.menu-icon > span {
  position: absolute;
  top: 50%;
  display: block;
  width: 100%;
  height: 0.5em;
  margin-top: 0;
  background-color: #FFFFFF;
  border-radius: 1px;
}

.menu-icon > span:before,
.menu-icon > span:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #FFFFFF;
  border-radius: 1px;
  -webkit-transition: all 0.3s;
	        transition: all 0.3s;
}

.menu-icon > span:before {
  -webkit-transform: translateY(-1em);
	        
  -ms-transform: translateY(-1em);
	        
      transform: translateY(-1em);
}

.menu-icon > span:after {
  -webkit-transform: translateY(1em);
	        -ms-transform: translateY(1em);
      transform: translateY(1em);
}

/* OPENED */

.menu-icon.open {
  -webkit-transform: rotate(45deg);
	        -ms-transform: rotate(45deg);
      transform: rotate(45deg);
}

.menu-icon.open > span:before {
  -webkit-transform: rotate(90deg);
	        -ms-transform: rotate(90deg);
      transform: rotate(90deg);
}

.menu-icon.open > span:after {
  -webkit-transform: rotate(90deg);
	        -ms-transform: rotate(90deg);
      transform: rotate(90deg);
}

#navegacion #action {
  z-index: 9898;
}

#navegacion nav {
  z-index: 43;
    padding-top: 2rem;
}




.header-wrapper {
  background: rgba(0, 0, 0, 0.75);
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  z-index: 9999;
  height: 185px;
  -webkit-transition: height 350ms ease;
  transition: height 350ms ease;
}

@media screen and (max-width: 52em) {
	.header-wrapper {
	    height: 65px;
	}

}

.header-panel {
  line-height: 38px;
  padding: 0;
  min-height: 43px;
  box-shadow: none;
  z-index: 999 !important;
  margin-bottom: 0;
  position: absolute;
  width: 100%;
}

.header-panel .links li a, .header-panel .links li a:hover {
color: #c5c5c5;
}

.links li {

  border: none;
}

.header-panel .glyphicon {
   margin: 0; 
}

.header h1.logo {

  float: none;
  margin: auto;
  display: block;
  position: relative;
  width: 250px;
  max-width: 100%;
    -webkit-transition: width 350ms ease;
    transition: width 350ms ease;
}

@media screen and (max-width: 767px) {
.header h1.logo {

  float: none;
  margin: auto;
  display: block;
  position: relative;
  width: 150px;
  max-width: 100%;
    -webkit-transition: width 350ms ease;
    transition: width 350ms ease;
}

}

.header-panel .links {
  width: 100%;
  margin: 0;
}

.links li.last {
  border-left: none;
  float: right;
    margin: 0 2rem;
}
.miller-about img{
margin: 0 5px;
  position: relative;
  top: -1px;
}
#search_mini_form .form-control {
    background-color: rgba(255, 255, 255, 0);
}
.expand-search #search_mini_form .form-control {
    background-color: #eee;
    position: absolute;
    top: 4px;
    right: 34px;
}
#search_autocomplete { background: #eee; max-height: 450px; width: 250px; overflow: auto; z-index: 456456; }
#search_autocomplete .amount { padding: 0 5px; }

.rtl #dropdown {
  position: absolute;
  right: 0;
  left: auto;
  top: 100%;
  margin-top: 10px;
  min-width: 260px;
}

#dropdown .close {
  font-size: 18px;
  color: #A5A5A5;
  opacity: 1;
  font-weight: 100;
  text-shadow: none;
}

.badge {

  padding: 4px 7px;
  background-color: rgba(42, 159, 214, 0);
  border: 1px solid #4C4C4C;
}




.expand-search form {
   
	width: 40px;
	height: 45px;
	position: relative;
	margin-right: 15px;
	  display: block;
}

.expand-search > form > * {
	margin-top: -3px;
}

.expand-search form #submit {
	height: 35px;
	background: none;
	display: none;
	box-shadow: none;
	border: 0;
	color: #c5c5c5;
	padding-right: 8px;
}

.expand-search form  .open-search {
	width: auto;
	height: 35px;
	background: none;
	display: inline-block;
	margin-left: 15px; 
	box-shadow: none;
	text-decoration: none;
	color: #c5c5c5;
	padding: 0 8px;
	margin-top: 0;
}

.expand-search form  .open-search .glyphicon,
.expand-search form  #submit .glyphicon {
	text-align: left;
	margin-left: 8px;
}

.expand-search form  .open-search:hover, form #submit:hover {

	background: #808080;

	box-shadow:
		0px 5px #545454,
		0px 8px 10px rgba(0, 0, 0, 0.5);
}

.expand-search form .submit {
	background: none;
	cursor: pointer;
	box-shadow: none;
	  max-width: inherit;	
}


.expand-search form #search {
	-webkit-appearance: none;
	height: 35px;
	width: 0;
	padding: 0;
	opacity: 0;
	border: none;
	outline: none;
	  line-height: 22px;
	box-shadow:
		0px 5px #bbb,
		0px 8px 10px rgba(0, 0, 0, 0.5);
}

.expand-search {
  display: inline-block;
}

/*
Navbar
*/

.navbar-inverse .navbar-nav > li > a {
  color: #fff;
  text-transform: uppercase;
  font-size: 30px;
  font-family: OpenSansHebrew;
    font-size: 1.5vmax;
  text-align: center;
    border: none!important;
}

.navbar-inverse .navbar-nav > .active > a{
  color: #FAEDA6;
}

@media (min-width: 992px) {

.navbar  .container {
    width: 100%;
  }
  
  .cat-title-wrap {
    padding: 1rem;
}

}

@media (min-width: 768px) {
  .container {
    width: 100%;
  }
}

@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
      width: 100%;
  }
  
    .rtl .navbar-nav {
    float: right;

  }
  
  .navbar-nav > li {
      float: left;
    width: 14.27%;
    padding: 0;
  }
  
   .rtl .navbar-nav > li {
      float: right;
      width: 14.27%;

  }
  
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}


/*
Minimized Header 
*/

.header-wrapper.minimized .header {
  width: auto;
  padding: 0px 0;
}

.header-wrapper.minimized {
  height: 100px;
}

@media screen and (max-width: 767px) {
	.header-wrapper.minimized {
	 height: 60px
	}
}


.header-wrapper.minimized .header h1.logo {
  width: 110px;
  font-size: 45px;
}

.header-wrapper.minimized .navbar-inverse .navbar-nav > li > a {
  font-size: 19px;
}

.header-wrapper.minimized .navbar-nav > li {
  float: left;

}

.rtl .header-wrapper.minimized .navbar-nav > li {
  float: right;

}


.header-wrapper.minimized .touch-menu  .navbar-nav > li {
float: none;
}

/******** Home Middle Content *****/


.middle-slider.slick-slider {
  padding: 0 4rem;
  height: auto;
}

.middle-slider.slick-slider a {
	color: inherit;
	position: relative;
	height: 100%;
}

.middle-slider.slick-slider a .titles {
	width: 100%;
}

.middle-slider.slick-slider a .titles h3 {
	font-size: 1.2rem;
}

.middle-slider.slick-slider a .titles h3.product-name {
	font-size: 1.2rem;
	margin: 1.2rem 0;
}

.middle-slider.slick-slider .slick-prev {           
    position: absolute;    
    top: 40%;      
    left: 0;  
}

.middle-slider.slick-slider .slick-next {
    position: absolute;    
    top: 40%;    
    right: 0;
}

.middle-slider.slick-slider .slick-slide {
padding-right: 20px;
  padding-left: 20px;
}

.middle-slider-wrap {
    background: #000;
	    height: 100%;
}

.middle-slider-wrap h2 {
    padding-top: 2rem;
    padding-bottom: 2rem;
    padding-right: 6rem;
    padding-left: 6rem;
    font-size: 2.2rem;
    margin: 0;
    text-align: right;
}




/******** Footer *******/
@media (min-width: 52em) {
footer {
  padding: 0 20px;
    margin-top: 20px;
}
}


.footer {
  color: #c5c5c5;
  background: #000;
  padding: 0px 10px 20px;
}

.wrap-bf {
  width: 100%;
  float: right;
  padding-right: 20px;
  padding-left: 20px;

}

.fix-bf {
  background: #000;
  float: right;
  width: 100%;
  border-top: 2px solid #262626;
}

.soc-footer>ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}


li.facebook-icon-wrap .back-icon, 
li.instagram-icon-wrap .back-icon, 
li.googleplus-icon-wrap .back-icon, 
li.youtube-icon-wrap .back-icon, 
li.twitter-icon-wrap .back-icon, 
li.pinterest-icon-wrap .back-icon,  
li.blog-icon-wrap .back-icon,  
li.mail-icon-wrap .back-icon
{
 display:none;   
}

li.facebook-icon-wrap:hover .back-icon, 
li.instagram-icon-wrap:hover .back-icon, 
li.googleplus-icon-wrap:hover .back-icon, 
li.youtube-icon-wrap:hover .back-icon, 
li.twitter-icon-wrap:hover .back-icon, 
li.pinterest-icon-wrap:hover .back-icon, 
li.blog-icon-wrap:hover .back-icon, 
li.mail-icon-wrap:hover .back-icon
{
 display:block;   
}

li.facebook-icon-wrap:hover .front-icon, 
li.instagram-icon-wrap:hover .front-icon, 
li.googleplus-icon-wrap:hover .front-icon, 
li.youtube-icon-wrap:hover .front-icon, 
li.twitter-icon-wrap:hover .front-icon, 
li.pinterest-icon-wrap:hover .front-icon, 
li.blog-icon-wrap:hover .front-icon, 
li.mail-icon-wrap:hover .front-icon

{
 display:none;   
}


.footer li {
  display: block;
  background: none;
  padding: 0;
  line-height: 23px;
  
}

.footer a {

  color: #c5c5c5;
}

.footer .list-inline > li {
  display: inline-block;
    max-width: 60px;
  padding: 0;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
}

.footer a.read-more-about-miller {
	display: block;
	text-decoration: underline;
	text-align: right;
}


.bottom-foot {
  margin: auto;
  text-align: center;
}

.bottom-foot>.copyright  {
  padding: 2rem 2rem 1rem 2rem;
  display: inline-block;
}

span.foot-ico {
  padding: 0 1rem;
}

.footer h3 {
  font-size: 15px;
}

.footer #newsletter-validate-detail .error-email,
.footer #newsletter-validate-detail .error-checkbox {
	display: none;
	color: #ff9999;
}

.footer #newsletter-validate-detail .email {
	border-radius: 0;
	border: 1px solid #838383;
	background: none;
	margin-top: 1em;
}

.footer #newsletter-validate-detail .checkbox-wrapper {
	margin-top: 1em;
}

.footer #newsletter-validate-detail .checkbox {
	display: inline;
	margin: 0;
}

.footer #newsletter-validate-detail .orange-btn {
	border-radius: 0;
	width: 100%;
	margin-top: 1em;
}


/******* Content ********/
@media (min-width: 52em)  {
.content-miller {
/*padding-top: 20rem;*/
	margin-top: 185px;
padding-left: 2rem;
padding-right: 2rem;
}
body.catalog-category-view  .content-miller {
    margin-top: 215px;
}
}


.cms-b-responsive-home-page .content-miller  {
padding-top: 0;
padding-left: 0;
padding-right: 0;
}



/******** Category Page *******/

.breadcrumb {
  margin-bottom: 20px;
  list-style: none;
  background: none;
  border-radius: 4px;
  padding: 2rem 10rem 0;
}

body.catalog-category-view .breadcrumb {
    display: none;
}

.breadcrumb a {
  color: #6F6F6F;
}

.breadcrumb > li + li:before {
  content: "/\00a0";
  padding: 0 5px;
  color: #6F6F6F;
}

.breadcrumb > .active {
  color: #565656;
}

.category-title.page-title{
  border-bottom:none;
padding: 0;
  background: #000;
    margin-bottom: 16px;
}

.cat-title-wrap {
  padding-left: 10rem;
    padding-top: 6rem;
}

.cat-image-wrap {
  padding: 0;
}

.category-title.page-title h1,
.catalogsearch-result-index .page-title h1 {

  font-family: OpenSansHebrew, arial;
    font-family: OpenSansHebrew, arial;
  font-size: 45px;
  color: #FAEDA6;
  font-weight: 100;
  padding-bottom: 3rem;
  line-height: 100%;

}

.collection-category.category-title > * {
	float: left;
	text-align: left;
}

.collection-category.category-title > .cat-title-wrap {
	padding-right: 0;
	padding-left: 10rem;
}

@media (max-width: 1200px) {
   .category-title.page-title h1 {
     font-size: 40px;
     }

     .cat-title-wrap {
  padding-right: 3rem;
    padding-top: 6rem;
  }
  .catalog-product-view .tab {
    width: 33%;
  }
  .catalog-product-view .tab-label {
    font-size: 12px;
}

}


.page-title.category-title h5 {
  font-weight: normal;
  line-height: 20px;
  color: #c5c5c5;
  font-size: 14px;
  overflow: hidden;
  display: inline-block;
  position: relative;
  padding-right: 80px;
  height: 20px;
}
.page-title.category-title .read-more {
cursor: pointer;
text-decoration: underline;
  color: white;
  position: absolute;
  top: 0;
  right: 0;
  
}


.toolbar {
    display: none;
}

.toolbar-bottom .toolbar {
    display: block;
}

.language-flags {
/*	max-width: 60px;
	text-align: center;*/
  float: right;
}

.hover-front{

opacity: 1;
-webkit-transition: opacity 0.3s ease-in-out;
transition: opacity 0.3s ease-in-out;
}

.hover-back{

opacity: 0;
  display: table;
  height: 100%;
  padding: 0;
  width: 100%;
    bottom: 0;
  left: 0;
  overflow: hidden;
  padding: 40px;
    padding-top: 20rem;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}

.product-box:hover .hover-front{

  opacity: 0.1;
}

.product-box:hover .hover-back{

opacity: 1;
}


.products-grid .product-name {

  margin: 0 0 5px;
  font-weight: 400;
  font-size: 24px;
  color: #FFF;
    text-align: center;
      border-top: 2px solid #A2A2A2;
  border-bottom: 2px solid #A2A2A2;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.product-box .regular-price,
.product-box .old-price,
.product-box .special-price {
  color: #ffffff;
  text-align: center;
  width: 100%;
  float: right;
}

.product-box .old-price .price-label,
.product-box .special-price .price-label {
  color: #ffffff;
}

.product-box .regular-price .price,
.product-box .old-price .price,
.product-box .special-price .price {
   font-weight: 400;
  font-size: 20px;
  color: #ffffff;
  text-align: center;
}

.product-box .price-label {
	color: #ffffff;
}

.products-grid .price-box {
    margin: 35px 0 5px 0;
}

.products-grid .product-name a {
  color: #FFF;
}

.products-grid .img-thumbnail {
  padding: 0;
  line-height: inherit;
  background: none;
  border: none;
  border-radius: 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}


/*
Pagination 
*/
.pagination > li:last-child > a, .pagination > li:last-child > span {

  border-radius: 0;
}

.rtl .pagination > li:last-child > a, .rtl .pagination > li:last-child > span {

  border-radius: 0;
}

.pagination > li > a, .pagination > li > span {
font-size: 24px;
  background: none;
  border: none;
  border: 1px solid rgba(0, 0, 0, 0)!important;
    color: #969695;
}

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
  z-index: 2;
  color: #DFC47C;
  background: none;
  border-color: rgba(0, 0, 0, 0);
  cursor: default;
}

.rtl .pagination > li:first-child > a, .rtl .pagination > li:first-child > span {
  border-radius: 0;
}

.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
  color: #FFF;
  background: none;
  border-color: rgba(0, 0, 0, 0);
  color: #DFC47C;
  background: none;
  border-color: rgba(0, 0, 0, 0);
  cursor: pointer;
 border: 1px solid #DFC47C!important;
}

.pages {
  margin: 18px 0;
  text-align: center;
}



/******* PRODUCT PAGE *****/

.product-view {
  margin: inherit;
  background: #FFF;
}

.product-view-wrap {
  background: #FFF;
  position: relative;
  float: right;
  width: 100%;
}

.sidebar-related-block h2 {
	/* margin-top: 0; */
}

.product-view .product-main-info h1, .product-essential h2, .product-sidebar  h2, .product-sidebar  h5, .sidebar-related p {
  color: #2E2E2E;
}

.sidebar-icon-rows h2 {
  line-height: 50px;
  }
  
  
  
  .sidebar-icon-rows svg {
    border: 1px solid #D1D1D1;
    padding: 10px;
    border-radius: 33px;
    fill: #D1D1D1;
    float: right;
    margin-left: 15px;
    width: 45px;
    height: 45px;
  }
  
  .sidebar-social {
  padding-right: 20px;
    padding-top: 30px;
}

.sidebar-related {
  padding-top: 3rem;
}

.sidebar-related .product-sidebar-image img {
  border: 1px solid #E8E8E8;
}

.sidebar-related .product-sidebar-image{
padding-right: 0;
}

.regular-price .price {
  font-weight: 400;
  font-size: 25px;
  color: #393B3B;
}

.special-price .price {
  font-weight: 400;
  font-size: 30px;
  color: #393B3B;
}

.old-price .price {
  font-weight: 400;
  font-size: 20px;
  color: #393B3B;
}



.product-essential h2 {
font-size: 20px;
  font-weight: 400;
  font-family: "OpenSansHebrew", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #2E2E2E;
}

.f-right, .right {
	float: left !important;
}

.f-left, .left {
	float: right !important;
}

.quantity-box {
  margin-right: 2rem;
}

.add-to-cart .qty {
  width: 4em !important;
  text-align: center;
  float: left;
  margin-right: 5px;
  margin-left: 0;
  height: 50px;
  border-radius: 0;
  border: 1px solid #D3D3D3;
}

.dec-box {
  float: right;
}

.dec-box .increment_qty, .dec-box .decrement_qty {
  float: right;
  width: 100%;
  color: #DADADA;
  border: 1px solid #DADADA;
  text-align: center;
  font-size: 10px;
  height: 22px;
  line-height: 20px;
}

.add-to-cart .btn-success {
  color: #000;
  background-color: #DFB778;
  border-color: #77B300;
  border: none;
    font-size: 17px;
  font-weight: 500;
  height: 50px;
  padding-left: 3rem;
  padding-right: 3rem;
   -webkit-transition: all 350ms ease;
   transition: all 350ms ease;
}

.add-to-cart .btn-success:hover {
  opacity: .8;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
}

.add-to-links .link-wishlist {
  padding: 0;
    
  color: #2e2e2e!important;
  line-height: 25px;
}

.product-view .add-to-box .add-to-links {
margin-top: 4px !important;
  float: none;
  border: 1px solid #A9A9A9;
  padding: 4px 5px;
  border-radius: 5px;
}

.add-to-cart .add-to-links li {
  text-align: center;
}

.add-to-links .btn-link .glyphicon {
  margin-right: 3px;
  font-size: 25px;
  top: 8px;
  margin-left: 11px;
  line-height: 15px;
}

.product-view .short-description {
  display: block;
  color: #2E2E2E;
}

.product-view .product-options-bottom,
.product-options {
	border: 0;
	background: none;
}

.product-options-bottom .price-box {
	display: none;
}

.product-options-bottom .add-to-links {
	clear: none;
}

/*******CUSTOM RADIO KARAT BUTTONS ********/

label.karat-label {
  width: 80px;
}
label.karat-label span {
  display: block;
  color: #2e2e2e;
  position: relative;
  font-size: 15px;
  font-weight: 400;
  line-height: 28px;
  text-align: center;
  white-space: nowrap;
  cursor: pointer;
  background: rgba(128, 128, 128, 0);
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  border: 1px solid #DFDFDF;
}
label.karat-label input[type=radio] {
  display: none;
}
label.karat-label input[type=radio]:checked + span {
background: #DFB778;
  color: #000;
  border: 1px solid rgba(66, 66, 66, 0);
}


/******* SIZE DROPDOWN *****/


.size-dropdown{
display: block!important;
}

.size-dropdown button {
  border-radius: 0;
  background: #FFF!important;
  color: #2e2e2e!important;
  border-color: #DADADA!important;
}

.size-dropdown .dropdown-menu > li > a:hover, .size-dropdown .dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #000;
  background-color: #D4AE72;
}

.size-dropdown .dropdown-menu {

  margin: 0px 0 0;
  border: 0px solid rgba(255, 255, 255, 0.1);
  border-radius: 0px;
  background: #FFF;

}

.size-dropdown .dropdown-menu > li > a {
  color: #2e2e2e;
}

.size-dropdown select {
	padding: 5px;
}

.lined-row {
 line-height: 35px;
}

/***** Product View Media ****/

.img-thumbnail {
border: 2px solid #DFDFDF;
  border-radius: 0;
  background: none;
    cursor: pointer;
}

 .thumbnails li {
      display: inline;
        margin: 0 0px 0 10px;
    }
    
    ul.thumbnails {
  margin-top: 1rem;
}


.thumbnails li img {
  max-width: 120px;
    border: 2px solid #DFDFDF;
}

/******** Product Tabs ******/
.product-view-bottom {
  padding-right: 5rem;
  padding-left: 5rem;
}


.nav-tabs > li > a {
  margin-right: 0px;
  line-height: 1.42857143;
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 0;
  color: #737373;
  font-size: 20px;
}

.nav-tabs > li > a {
  margin-right: 0px;
  line-height: 1.42857143;
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 4px 4px 0 0;
  color: #737373;
  font-size: 20px;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
  color: #1D1D1D;
  background: none;
  border: 2px solid #EBEBEB;
  border-bottom-color: rgba(0, 0, 0, 0);
  cursor: default;
  border-bottom: 1px solid #FFF;
    border-radius: 0;
}

.nav-tabs {
  border-bottom: 1px solid #EBEBEB;
}

.nav > li > a:hover, .nav > li > a:focus {
  text-decoration: none;
  background-color: #666;
  color: #FFF;
  border-bottom: 1px solid #666;
    border-radius: 0;
}

.tab-content > .tab-pane {

  padding: 2rem;
  border-right: 2px solid #EBEBEB;
}

.diamonds-and-gemstones table {
	display: inline-block;
	width: auto;
}

.diamonds-and-gemstones table,
.diamonds-and-gemstones td {
	border-color: #ccc !important;
}

.diamonds-and-gemstones tr:first-child,
.diamonds-and-gemstones td:first-child {
	background-color: #ddd;
}

.diamonds-and-gemstones td {
	text-align: inherit;
}





.h {
  margin-top: 0;
}

.button:hover {
  box-shadow: inset 0 -2.5px rgba(0, 0, 0, 0.4);
}
.hero {

  color: rgba(0, 0, 0, 0.4);
  border: none;

}
.state {
  position: absolute;
  top: 0;
  left: -100vw;
}
.state:checked ~ .content {
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}
.state:checked ~ .backdrop {
  bottom: 0;
  opacity: 1;
  z-index: 1;
}
.lightbox {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  height: 0;
  padding: 0 20px;
    z-index: 99999999;
}
.lightbox .content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow: hidden;
  position: relative;
  z-index: 2;
    max-width: 960px;
  max-height: 95vh;
  margin: 20px auto;
  padding: 20px;
  background: #fff;
  -webkit-transform: translateY(-200%);
      -ms-transform: translateY(-200%);
          transform: translateY(-200%);
  -webkit-transition: 0.3s -webkit-transform ease-in-out;
          -webkit-transition: 0.3s transform ease-in-out;
          transition: 0.3s transform ease-in-out;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.lightbox .header,
.lightbox .footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.lightbox .header .h,
.lightbox .footer .h {
  margin: 0;
}
.lightbox .header .button:not(:first-child),
.lightbox .footer .button:not(:first-child) {
  margin-left: auto;
}
.lightbox .header {
  padding-bottom: 10px;
}
.lightbox .footer {
  padding-top: 20px;
}
.lightbox .main {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
overflow: hidden;
  width: auto;
  padding: 0;
  background: none;
}
.lightbox .backdrop {
  position: fixed;
  z-index: -1;
  top: 0;
  right: 0;
  bottom: 100%;
  left: 0;
  opacity: 0;
  background: rgba(0, 0, 0, 0.3);
  -webkit-transition: 0.3s opacity ease-in-out;
          transition: 0.3s opacity ease-in-out;
}


.lightbox  .img-thumbnail {
  border: none;
  border-radius: 0;
  background: none;
}

.col-xs-4 {
	width: 25%;
}

.category-products .banner_vertical { width: 98%; }
.category-products .banner_horizontal { height: 98%; }


/** Products Grid **/

.category-products .li-box {
	position: relative;
}

.category-products .product-box.col-xs-4 {
	width: 25%;
}
.category-products .product-box.col-xs-8 {
	width: 50%;
}
.category-products .product-box.col-xs-16 {
	width: 50%;
}

.rtl .category-products .product-box.col-xs-16 {
    float: right;
}
.ltr.category-products .product-box.col-xs-16 {
    float: left;
}


.category-products .product-box.hide-xs {
	display: none;
}

@media (min-width: 768px) {
	.category-products .product-box.col-sm-4 {
		width: 25%;
	}
	.category-products .product-box.col-sm-8 {
		width: 50%;
	}
	.category-products .product-box.col-sm-16 {
		width: 100%;
	}
	.category-products .product-box.hide-xs {
		display: block;
	}
  .old-price .price-label,
.special-price .price-label {
  color: #393B3B;
  font-size: 15px;
}
}

.category-products {
	margin: 0 -10px;
}

.category-products .product-box {
	/*padding: 9px;*/
	padding: 10px;
}

.category-products a.product-image,
.category-products a.product_details {
	text-decoration: none;
	color: white;
}

.category-products a.product-image .img-thumbnail {
padding: 0;
border: 0;
}

.category-products a.product_details {
	padding: 15px;
	display: none;
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	z-index: 500; /* FF3.6+ */
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,rgba(0,0,0,0.78)), color-stop(100%,rgba(0,0,0,1))); /* Chrome,Safari4+ */
	background: -webkit-radial-gradient(center, ellipse cover,  rgba(0,0,0,0.78) 0%,rgba(0,0,0,1) 100%); /* Chrome10+,Safari5.1+ */ /* Opera 12+ */ /* IE10+ */
	background: -webkit-radial-gradient(center ellipse,  rgba(0,0,0,0.78) 0%,rgba(0,0,0,1) 100%);
	background: radial-gradient(ellipse at center,  rgba(0,0,0,0.78) 0%,rgba(0,0,0,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c7000000', endColorstr='#000000',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}



.category-products a.product_details .product-subtitle {
	text-align: center;
	width: 100%;
	font-size: 22px;
	margin-bottom: 50px;
}

.category-products a.product_details .price-box .price {
	font-size: 18px;
}

.category-products .img-thumbnail {
	width: 100%;
}


/*************** Cart ****************/

.cart.container {
	background: #fff;
}

.cart.container #shopping-cart-table {
	background: #fff;
	color: #606262;
}

.cart.container #shopping-cart-table a {
	color: inherit;
}

.cart.container #shopping-cart-table th {
	font-size: 20px;
}

.cart.container #shopping-cart-table th,
.cart.container #shopping-cart-table td {
	text-align: center;
	vertical-align: middle;
}

.cart.container #shopping-cart-table th:first-child,
.cart.container #shopping-cart-table td:first-child {
	text-align: left;
}

.cart.container #shopping-cart-table .product-td {
	width: 35%;
	text-align: left;
}

.cart.container #shopping-cart-table .sku-td {
	width: 20%;
	text-align: center;
}

.cart.container #shopping-cart-table h2.product-name {
	display: inline-block;
	font-weight: normal;
	color: #606262;
	margin-left: 10px;
}

.cart.container #shopping-cart-table h2.product-name  a {
	text-decoration: none;
}

.cart.container #shopping-cart-table .qty-box {
	border: 1px solid #e6e6e6;
	height: 31px;
	font-size: 16px;
	line-height: 30px;
	display: inline-block;
}

.cart.container #shopping-cart-table .qty-plus,
.cart.container #shopping-cart-table .qty-minus {
	width: 32px;
	cursor: pointer;
}

.cart.container #shopping-cart-table .qty-number {
	width: 54px;
}

.page-title h1, .page-title h2 {
	font-family: "OpenSansHebrew", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.container.body-wrapper{
	/*padding: 0 10rem;*/
	background: #fff;
}

.catalog-category-view .container.body-wrapper,
.catalogsearch-result-index .container.body-wrapper {
	background: none;
}

.font-12 {
	font-size: 12px;
}

ul.list-bullets li {
	list-style: disc inside;
	margin-top: 5px;
}



#checkoutSteps {
	font-family: OpenSansHebrew;
	font-size: 15px;
}

.opc > li {
	background: #fdfffc;
	margin-bottom: 20px;
	border: 1px solid #e3e3e3;
}

.opc .step {
	border: none;
}

.opc .active .step-title,
.opc .section.allow.active .step-title,
.opc .section .step-title,
.opc .section.allow .step-title {
	background:none;
	border: 0;
}

.opc .step-title .number,
.opc .step-title h2 {
	float: right;
}

.opc .step-title .number,
.opc .allow .step-title .number {
	background-color: #959595;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	width: 30px;
	height: 30px;
	border-radius: 15px;
	text-align: center;
	line-height: 30px;
}

.opc .active .step-title .number {
	background-color: #000;
	color: #fff;
}

.opc .step-title h2,
.opc .allow .step-title h2 {
	font-size: 20px;
	line-height: 30px;
	margin-right: 10px;
	font-family: OpenSansHebrew;
}

.opc .active .step-title h2 {
	margin-right: 10px;
}

#checkoutSteps .panel,
#checkoutSteps .panel .panel-heading {
	background: none;
	border: 0;
}

#checkoutSteps h4 {
	font-family: OpenSansHebrew;
	font-weight: normal;
	color: #000;
	font-size: 16px;
}

#checkout-step-login .panel-body {
	border: 1px solid #e3e3e3;
	height: 290px;
	position: relative;
}

.margin-bottom-20 {
	margin-bottom: 20px;
}

#checkoutSteps .why-should {
	margin-top: 20px;
	margin-bottom: 0;
}

#checkoutSteps .forgot a {
	color: #606262;
	font-size: 12px;
	margin-right: 10px;
}

#checkoutSteps .forgot a span {
	font-size: 8px;
	line-height: 12px;
}

#checkoutSteps button,
.orange-btn {
	width: 180px;
	background: #dfb778;
	border: 0;
	color: black;
	/* Firefox */
    /* WebKit */
    -webkit-transition: all 0.3s ease-in;
    /* Opera */
    /* Standard */
    transition: all 0.3s ease-in;
	font-size: 17px;
}

#checkoutSteps button:hover ,
.orange-btn:hover {
	background: #c8a369;
	color: black;
}

.button-group {
	margin-top: 20px;
}

#checkout-step-login .button-group {
	position: absolute;
	bottom: 11px;
	left: 15px;
}

#checkoutSteps input[type=text],
#checkoutSteps input[type=password],
#checkoutSteps select {
	border: 1px solid #e2e3e2;
	border-radius: 0;
	background: none;
}

#login-form label {
	font-size: 11px;
	color: #a49c95;
	margin-right: 10px;
	font-weight: normal;
}

#checkoutSteps label {
	font-weight: normal;
}

.fieldset {
	border: 1px solid #e3e3e3;
	background: none;
}

.radio label {
	padding-right: 20px;
}

.radio input[type="radio"] {
	margin-right: -20px;
}

.well {
	border: 0;
	background: none;
	box-shadow: none;
}

table, .table {
	background: none;
	color: #5A5A5A;
}

.description {
	margin-bottom: 35px;
	color: #2e2e2e;
}

/** Store Locator **/

#store_locator .branch {
	padding-bottom: 1em;
	margin-bottom: 1em;
	border-bottom: 1px solid #888888;
	display: block;
	max-width: 470px;
	color: inherit;
	text-decoration: none;
}

#store_locator .branch span {
	display: block;
}

#store_locator a.branch:hover .text {
	text-decoration: underline;
}

#store_locator .branch .text {
	width: 290px;
	display: block;
	float: left;
	padding-top: 0.5em;
	font-size: 120%;
}

#store_locator .branch .image {
	display: block;
	float: left;
	width: 170px;
}

/******** CONTACTS **********/

#contactForm input[type=text],
#contactForm textarea {
  border: 1px solid #e2e3e2;
  border-radius: 0;
  background: none;
}

#contactForm label {
  font-weight: normal;
}

#contactForm p.required {
	text-align: left;
}

#contactForm .buttons-set {
	float:left;
}

.form-list li.wide .input-box {
    width: 100%;
}

#contactForm textarea {
    width: 100%;
}

/********* CMS Page ********/


.cms-page-view .page-title {
	border: 0;
}

.cms-page-view .page-title h1 {
	color: #000;
}

.cms-page-view h5 {
	color: black;
	margin-top: 2em;
}

.cms-page-view ol li,
.cms-page-view ul li {
	list-style: inherit;
}

/** Mega menu **/

.mega-menu .dropdown-menu {
	background: rgba(255, 255, 255, 0.9);
	width: 100%;
	border-radius: 0;
	left: auto;
	right: 0;
}

.mega-menu .dropdown-menu .see-all {
	display: none;
}

.mega-menu .dropdown-menu {
	padding: 60px 15px;
}

.mega-menu .dropdown-menu a {
	color: #000;
	font-size: 15px;
}

.mega-menu .dropdown-menu .level1.parent > a {
	font-weight: 500;
}

.nav.mega-menu .dropdown-menu {
	  padding: 15px 5em;
}

.nav.mega-menu .dropdown-menu .container .level0 {
	width: 100%;
}

.nav.mega-menu .dropdown-menu .container .level0 {
	-webkit-columns: auto;
	-moz-columns: auto;
    columns: auto;
}

.nav.mega-menu .dropdown-menu .container .level0 > .level1 {
	float: none;
	vertical-align: top;
}

.mega-menu .nav-2 .submenu-container .dropdown-menu li.level2,
.mega-menu .nav-2 .submenu-container li.level1 {
	text-align: left;
}

.mega-menu li.level1 > a {
	font-weight: 500;
}

.product-sidebar .sidebar-related a {
	color: inherit;
}

.product-sidebar .icon-row a {
	color: #5A5A5A;
}

.account-login .panel {
	background: #fdfffc;
	border: 1px solid #e3e3e3;
}

.account-login .panel-heading {
  border-color: #ddd;
  color: #444444;
  font-size: 18px;
  font-weight: bold;
  height: auto;
  line-height: normal;
  margin-bottom: 0;
  padding: 8px 20px;
  background: #fdfffc;
}

.account-login .panel-heading h2 {
  font-size: 20px;
  line-height: 30px;
  margin-right: 10px;
  font-family: OpenSansHebrew;
}

.account-login input[type=text],
.account-login input[type=password] {
  border: 1px solid #e2e3e2;
  border-radius: 0;
  background: none;
}

.account-login .forgot a {
	color: #606262;
	font-size: 12px;
	margin-right: 10px;
}

.account-login .forgot a span {
	font-size: 8px;
	line-height: 12px;
}

.account-login .orange-btn {
float: left;
}

body.customer-account-create .account-create h3 {
  font-size: 20px;
  line-height: 30px;
  font-family: OpenSansHebrew;
  color: #333;
}

body.customer-account-create .account-create label {
font-weight: normal;
}

body.customer-account-create .account-create input[type=text],
body.customer-account-create .account-create input[type=password],
body.customer-account-create .account-create input[type=email],
body.customer-account-forgotpassword  input[type=text].validate-email {
  border: 1px solid #e2e3e2;
  border-radius: 0;
  background: none;
}

body.customer-account-create .account-create .form-bottom {
margin-top: 2em;
}

body.customer-account-create .account-create .form-bottom .pull-left a,
body.customer-account-forgotpassword .pull-left a {
	color: #606262;
	font-size: 12px;
	margin-right: 10px;
}

body.customer-account-create .account-create .col-md-offset-3 {
	margin-left: 0;
}

.checkbox input[type="checkbox"] {
margin-left: 0;
}

.a-right {
  text-align: left !important;
}

.expand-search {
margin: 0 15px;
}


.table-hover > tbody > tr:hover {
background: none;
}

.width-auto {
width: auto !important;
}

.cart .checkout-types a {
	color: #606262;
	font-size: 12px;
}

.pull-left {
  float: right !important;
 }
 
 p.required {
 text-align: inherit;
 }
 
 .cart #accordion .panel {
 background-color: #fdfffc;
 border: 1px solid #e3e3e3;
 border-color: #e3e3e3;
 }
 
 .cart #accordion .panel .panel-heading {
 background-color: #fdfffc;
 border-bottom: 1px solid #e3e3e3;
 border-color: #e3e3e3;
 }
.cart #accordion .panel input[type=text],
.cart #accordion .panel select {
  border: 1px solid #e2e3e2;
  border-radius: 0;
  background: none;
}

.cart #accordion .panel-body {
border-top: 0;
}

label {
font-weight: normal;
}

.error-msg, .success-msg, .note-msg, .notice-msg {
padding: 8px 8px 8px 32px !important;
}

#checkout-progress-wrapper {
margin-top: 86px;
}

#checkout-progress-wrapper .panel {
background: #fdfffc;
	border: 1px solid #e3e3e3;
}

#checkout-progress-wrapper .panel-heading {
border-color: #ddd;
  color: #444444;
  font-size: 18px;
  font-weight: bold;
  height: auto;
  line-height: normal;
  margin-bottom: 0;
  padding: 8px 20px;
  background: #fdfffc;
}

#checkout-progress-wrapper .panel-heading h2 {
  font-size: 20px;
  line-height: 30px;
  margin-right: 10px;
  font-family: OpenSansHebrew;
}

.my-account input[type=text],
.my-account input[type=password],
.my-account select {
  border: 1px solid #e2e3e2;
  border-radius: 0;
  background: none;
}

.my-account .pull-left a {
	color: #606262;
	font-size: 12px;
}

.my-account h3 {
color: #5A5A5A;
font-size: 20px;
line-height: 30px;
}

.block-account .panel {
	background: #fdfffc;
	border: 1px solid #e3e3e3;
}

.block-account .panel-heading  {
border-color: #ddd;
  color: #444444;
  font-size: 18px;
  font-weight: bold;
  height: auto;
  line-height: normal;
  margin-bottom: 0;
  padding: 8px 20px;
  background: #fdfffc;
}

.block-account .panel-heading h2 {
  font-size: 20px;
  line-height: 30px;
  margin-right: 10px;
  font-family: OpenSansHebrew;
}

.block-account .panel-body {
	padding: 0;
}

.block-account .list-group-item,
.block-account .list-group-item.active {
background: none;
border-radius: 0;
border: 0;
color: #888888;
}

.my-account h4.box-title {
  font-size: 20px;
  color: #5A5A5A;
}

.sidebar h3 {
	font-size: 20px;
	color: #606262;
}

.sidebar a {
	color: #606262;
	font-size: 12px;
}

.cms-sidebar img {
	margin-top: 3em;
}


/**** Homepage ****/

body.home-page  .container.body-wrapper {
	background: none;
}

#homepage .middle-four-blocks a {
	display: block;
}

#homepage .slick-slider .slick-slide:hover {
	text-decoration: none;
}

#homepage .slick-slider .slick-slide img {
	width: 100%;
}

#homepage .three-banners .small2 {
	margin-top: 15px;
	display: block;
}

/*Adjusting Resposivness Nivijah 2.8.15*/
.carousel {
    background-color: #070707;
}
.carousel-inner {
    width: 100%;
	/* width: 80%; */ /* Before you uncomment this line, please let Nofar know WHY DO YOU KEEP DOIND THIS */
    margin: 0 auto;
}
@media (max-width: 1024px) {
  .category-products a.product_details h2.product-name {
  color: white;
  border-top: 2px solid white;
  border-bottom: 2px solid white;
  margin: 80px 40px 40px;
  text-align: center;
  font-size: 20px;
  font-size: 1.1vw;
  word-wrap: break-word;
    padding: 10px 0;
}
.f23 {
    font-size: 12px;
}
span.foot-ico img {
    max-width: 20px;
}
.footer h3 {
    font-size: 14px;
}
.f17 {
    font-size: 14px;
}
.header-wrapper.minimized .navbar-inverse .navbar-nav > li > a {
    font-size: 14px;
}

.header-wrapper.minimized .touch-menu .navbar-inverse .navbar-nav > li > a {
    font-size: 2rem;
}
.mega-menu .dropdown-menu a {
    color: #000;
    font-size: 14px;
}
.category-products a.product_details h2.product-name {
        margin: 3px 15px;
        font-size: 20px;
            font-size: 1.3vw;
}
.category-products a.product_details .product-subtitle {
    margin-bottom: 0;
        display: none;
}
h1, .h1 {
    font-size: 26px;
}
.sidebar-icon-rows svg {
    width: 35px;
    height: 35px;
    padding: 5px;
}
.sidebar-icon-rows h2 {
    line-height: 35px;
        font-size: 18px;
}
.breadcrumb {
    padding: 2rem 0rem 0;
}
.category-products a.product_details .price-box .price {
    font-size: 12px;
    display: block;
}
.old-price .price {
    font-weight: normal;
    color: #fff;
    text-decoration: line-through;
}
.special-price .price {
    font-size: 13px;
    font-weight: normal;
    color: #FFF;
}
.special-price .price-label {
    font-size: 13px;
    font-weight: normal;
    white-space: nowrap;
    color: #FFF;
}
} /*END MEDIA*/


@media screen and (max-width: 767px) {
.category-products a.product_details h2.product-name {

    font-size: 3.3vw;
}

.add-to-cart .btn-success {
    color: #000;
    background-color: #DFB778;
    border-color: #77B300;
    border: none;
    font-size: 12px;
    font-weight: 500;
    height: 50px;
    padding-left: 1rem;
    padding-right: 2rem;
    -webkit-transition: all 350ms ease;
    transition: all 350ms ease;
}
}


/*NIV*/
.navbar-inverse .navbar-nav > li:hover > a {
    color: #FAEDA6;
}
.copyright img {
    width: 22px;
}
.product-view-title {
  font-size: 28px;
}
.product-ids {
    display: none;
}
.no-break {
      white-space: nowrap;
}
.footer p, .footer a{
  font-size: 12px;
}
.bottom-foot .f17 {
  font-size: 14px
}
.sidebar-icon-rows h2 {
  font-size: 15px;
}
.product-options .required {
    display: none;
}

.size-guide-link a {
	color: inherit;
}


/***** Product Tabs ****/


.tabs-wrapper {
  width: 100%;
  margin: 0 auto;
}
.tabs {
  position: relative;
  margin: 3rem 0;
  height: 21.75rem;
}
.tabs::before,
.tabs::after {
  content: "";
  display: table;
}
.tabs::after {
  clear: both;
}
.tab {
  float: left;
}

.rtl .tab {
  float: right;
}

.tab-switch {
  display: none;
}
.tab-label {
  position: relative;
  display: block;
  line-height: 41px;
  height: 41px;
  padding: 0 1.618em;
  background: #ECECEC;
  color: #757575;
  cursor: pointer;
  top: 0;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
  margin: 0 3px;
  font-size: 20px;
}
.tab-label:hover {
  top: -0.25rem;
  -webkit-transition: top 0.25s;
  transition: top 0.25s;
}
.tab-content {
  min-height: 12rem;
  position: absolute;
  z-index: 1;
  top: 2.75em;
  left: 0;
  padding: 1.618rem;
  background: #fff;
  color: #2c3e50;
  border-bottom: 0.25rem solid #bdc3c7;
  opacity: 0;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}
.tab-switch:checked + .tab-label {
  background: #fff;
  color: #2c3e50;
  border-bottom: 0;
  border-right: 0.125rem solid #fff;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  z-index: 5;
  top: -0.0625rem;
  border: 1px solid #DADADA;
  border-bottom: none;
  margin: 0;
}
.tab-switch:checked + label + .tab-content {
  z-index: 2;
  opacity: 1;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  border: 1px solid #DADADA;
}

.product-view-bottom .tab-content {
	width: 100%;
}


@media (max-width: 64em) {
.navbar-inverse .navbar-nav > li > a {
    padding: 0;
}
}

@media (max-width: 52em) {

.product-view-bottom {
    padding-right: 0rem;
    padding-left: 0rem;
        min-height: 220px;
}

.tab-label {
    font-size: 18px;
}
	.content-miller {
	    overflow: hidden;
	        margin-top: 0;
	}

	.wrap-bf {
	    padding: 0;
	}

	.three-banners > .row {
	    margin: 0;
	}

	.three-banners  .col-sm-6 {
	    padding: 0;
	} 

	.branding .logo {
	    display: block;
	    float: none;
	    margin: 0 auto;
	    text-align: center;
	    max-width: 100%;
	}
	
	
	
	
	.header h1.logo {
		    float: none;
		    margin: auto;
		    display: block;
		    position: relative;
		    width: 110px;
		    max-width: 100%;
		    -webkit-transition: width 350ms ease;
		    transition: width 350ms ease;
		}
		
	.header-wrapper.minimized .header h1.logo {
		width: 110px;
		max-width: 100%;
		font-size: 45px;
		}
		
	.catalog-category-view .container.body-wrapper {
	    padding: 0;
	}		
	.catalog-category-view .content-miller > .row {
	    padding: 0;
	    margin: 0;
	}		
		
	.catalog-product-view .product-essential.row {
	    margin: 0;
	    padding: 0;
	}

	.product-view {
	    margin: inherit;
	    background: #FFF;
	    padding: 0;
	}

	.product-view .product-options-bottom {
	    padding: 0;
	}

	.cart.container {
	    padding: 0;
	}
	
	.cart.container #shopping-cart-table .product-td {
	    width: 100%;

	}
	.cart.container #shopping-cart-table h2.product-name {
	    float: right;
	    margin: 0;
	        text-align: right;
	}
	
	.cart.container #shopping-cart-table a {
	    float: right;
	 text-align: right;
	}
	.cart.container .table-responsive {
	    border: none;
	}
	
	.cart-table tbody td {
	    display: block;
	    clear: both;
	    padding: 5px 15px;
	    text-align: right!important;
	}
	
.col-sm-6.best-sellers {
    height: auto!important;
        padding-bottom: 2rem;
}	
}

.best-sellers .regular-price,
.best-sellers .regular-price .price,
.best-sellers .special-price,
.best-sellers .special-price .price,
.best-sellers .old-price,
.best-sellers .old-price .price {
	color: inherit;
	font-size: inherit;
}

.best-sellers .old-price,
.best-sellers .old-price .price {
	font-size: 0.8vw;
}

.best-sellers .price-label {
	display: none;
}









/** HOMEPAGE CAROUSEL **/

.jcarousel-wrapper {
    position: relative;
    width: 100%;
	margin: 0 auto 2em;
}

/** Carousel **/

.jcarousel {
    position: relative;
    overflow: hidden;
}

.jcarousel ul {
    width: 20000em;
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
}

.jcarousel li {
    float: left;
}

.jcarousel li img {
	width: 100%;
}

.jcarousel[dir=rtl] li {
    float: right;
}

/** Carousel Controls **/

.jcarousel-control-prev,
.jcarousel-control-next {
    position: absolute;
    top: 200px;
    width: 30px;
    height: 30px;
    text-align: center;
    background: #4E443C;
    color: #fff;
    text-decoration: none;
    text-shadow: 0 0 1px #000;
    font: 24px/27px Arial, sans-serif;
    border-radius: 30px;
    box-shadow: 0 0 2px #999;
}

.jcarousel-control-prev {
    left: -50px;
}

.jcarousel-control-next {
    right: -50px;
}

.jcarousel-control-prev:hover span,
.jcarousel-control-next:hover span {
    display: block;
}

.jcarousel-control-prev.inactive,
.jcarousel-control-next.inactive {
    opacity: .5;
    cursor: default;
}

.form-list .input-box {
	width: 100%;
	max-width: 260px;
}

.form-list input.input-text {
	width: 100%;
}

.form-list .field {
	width: 100%;
	max-width: 275px;
}

.branding h1.logo a.logo {
		max-width: 100%;
	}
.three-banners .mb3.small1 {
  margin-bottom: 0px;
}

/******** EXPLORER ONLY FIXES *********/
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {

.navbar-inverse .navbar-nav > li > a {
    font-size: 15px;

}

* {unicode-bidi: inherit;}

}

@media (min-width: 1024px) {
 
.category-products a.product_details h2.product-name {
  color: white;
  border-top: 2px solid white;
  border-bottom: 2px solid white;
  margin: 80px 40px 40px;
  text-align: center;
  font-size: 20px;
  font-size: 1.1vw;
  padding: 20px 0;
  word-wrap: break-word;
}
}
