/*header*/
.header{
 padding-top: 30px;
  padding-left: 50px;
  padding-right: 50px;
  padding-bottom: 85px
}
.index .header{ 
	position: relative;
  z-index: 999
}

.sign-in{ 
  float: left;
  position: relative;
  height: 30px;
-webkit-transition: all .4s;
     -moz-transition: all .4s;
     -o-transition: all .4s;
     transition: all .4s;
  border-top: 1px solid #000000;
  border-left: 1px solid #000000;
  border-right: 1px solid #000000;
}
.sign-in.active{
  border-top: 1px solid #ffffff;
  border-left: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
}

.offline,.online{
  cursor: pointer;
  position: relative;
  z-index: 15;
  background: #000000;
  top: 0;
  height: 30px;
  line-height: 30px;
  border-bottom: 1px solid #000;
}

.customer-ul li{ 
  float: left; 
  list-style: none;
}
.customer-form{
  width: 320px;
  min-height: 180px;
  background: #000000;
  border: 1px solid #ffffff;
  position: absolute;
  z-index: 10;
  margin-top: -1px;
  margin-left: -1px;
  padding: 15px;
  padding-top: 30px;
  display: none;
}
.customer-form .input,#customer .input,#recover-password .input{
	width: 100%;
  height: 35px;
  padding-left: 10px;
  color: #000000;
  outline: none;
  margin: 5px 0;

  font-size: 16px
}
.customer-form p{ white-space: nowrap }
#customer,#recover-password{
	width: 350px;
  margin: auto;
}
.loginPreloader,createPreloader{
	position: absolute;
  right: 10px;
  margin-top: -20px;
  font-family: garamond;
}
.wrongLogin{
	color: red;
  letter-spacing: .5px;
}
.succesLogin{
	color: green
}

.login_template 




.clickhere{
	cursor: pointer;
  text-decoration: underline;
  margin: 0 !important;;
}

#create_customer,#reset_password form{
	display: none
}
.customer-icons{
	width: 30px;
  height: 30px;
  background-repeat: no-repeat;
  float: left;
}
.user-icon{
	background-image: url(user-icon.png);
  background-size: 25px;
  margin-top: 2px;
}
.cart-icon{
	background-image: url(basket-icon.png);
  margin-left: 10px;
  background-size: 27px;
}
a.cart{
	line-height: 30px;
}
.reset-pw{
 	 width: 80%;
  height: 400px;
  overflow: auto;
  background-color: #3A3A3A;
  background-image: url(reset-pw-left-1.png);
  background-repeat: no-repeat;
  background-position: left top;
  margin: auto;
  position: relative;
}
.reset-pw form{
  height: inherit;
  background-image: url(reset-pw-right-1.png);
  background-repeat: no-repeat;
  background-position: right bottom;
}
.reset-password .password{ width: 100%; margin: 3px 0;height: 30px;padding-left: 5px; }
/*header*/

/*nav*/
.nav > li > a{ padding: 0; }
.navbar{ margin-bottom: 0; }
.navbar-collapse{ padding: 0; }
.menu-1 li{ margin: 0 20px; font-size: 11pt; font-family: 'helvetica' }
.menu-1 li,.menu-2 li a{ padding-bottom: 20px; padding-top: 22px; display: block; cursor: pointer;}
.menu-2:hover .active{ background: none; }
.menu-1:hover .active{ background: none; }
.menu-1 li.active,.menu-2 li.active,
.menu-1 li:hover,.menu-2 li:hover,.menu-2 li.active:hover,.menu-1 li.active:hover{ 
    background-image: url(arrow-top.png);
    background-position: center bottom;
    background-repeat: no-repeat;
}
.index .menu{ margin-top: -90px }

.hide-menu-2{ display: none; }

.menu-2{ font-family: 'helvetica'; }
.menu-3{ font-family: 'garamond'; }
.menu-2 li a{ padding: 20px; font-size: 11pt; letter-spacing: 5px; }
.menu-2 ul:not(.current){ display: none; }

.row-bg{ height: 87px; background-size: cover; background-repeat: no-repeat}

.row-bg.row-bg-4{
    background-image: url(seven-bottles.png)
}
.row-bg.row-bg-1{
    background-image: url(menu-img-1.png)
}
.row-bg.row-bg-2{
    background-image: url(menu-img-candles-3.png);
  background-size: 100% 100%
}
.row-bg-3{
    background-image:url(menu-img-3.png)
}
.terms-bg-1{
	background-image:url(terms-bg-1.png)
}
.terms-bg-2{
	background-image:url(terms-bg-2.png)
}
.terms-bg-3{
	background-image:url(terms-bg-3.png)
}

.navbar-toggle{ background-color: #cccccc }
.navbar-toggle .icon-bar{ background-color: #333333 }

#menu-3:hover .active{ background: none; }

.menu-3 li{ padding: 0 20px; padding-top: 20px; cursor: pointer; position: relative; height: 80px;  }
.menu-3 li:hover,.menu-3 li.active,#menu-3 li.active:hover{ 
    background-image: url(arrow-bottom.png);
    background-position: center top;
    background-repeat: no-repeat;
}
.sample-kit .menu-3 li:hover{
	background: none;
  cursor: default
}
.menu-3 li .span1{
	font-size: 18pt !important;
}
.menu-3 li .span2{
	font-size: 13pt !important;
}
.candles .menu-3 li .span2{
 	line-height: 70px;
  font-size: 20pt !important
}
.menu-3 li:not(:last-child):after{
    width: 1px;
    height: 73px;
    background-color: #898989;
    content: "";
    position: absolute;
    right: 0;
    top: 20px;
  margin: 0 -2px;
}
.menu-3 ul:not(.active){ display: none; }

.menu-1.line-top:before{
	width: 92%
}
@media (max-width: 700px) {
.navbar-collapse .central li{ display: block }
.menu-2 li a{
   color: rgb(79, 79, 79) 
  }
}
/*nav*/


/*footer*/
.footer{
  padding-top: 50px;
  padding-bottom: 45px;
}

.footer .social{
	padding: 45px 0;
  padding-top: 25px;
}
.social i {
  font-size: 30px;
  margin: 10px;
  cursor: pointer;
}
.index .footer,.homepage-test .footer{
 background-color: #070707 
}
.garden .footer{
	background-color: #090909
}
.copyright{
	font-size: 16px;
  text-align: center
}
.footer-nav li{
	margin: 0 15px;
  margin-top: 30px;
  font-size: 11pt;
}
.terms-conditions .footer,.privacy-policy .footer,.shipping-and-return .footer{
 	padding-top: 0; 
}
/*footer*/


/*homepage*/


.instagram {
  min-height: 870px;
  overflow: auto;
  background-image: url(flower-effect-3.png);
  background-color: #070707;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: 100%;
}
.instagram .title{
	padding-top: 90px;
  padding-bottom: 85px;
  font-size: 11pt;
}
.instagram ul{
    padding: 0 180px;
}
.instagram li{
    width:  150px;
    height: 150px;
    margin: 5px !important;
    background-size: contain !important;
    background-repeat: no-repeat;
    background-position: center;
}
.instagram li:hover{
    opacity: .8;
}
.instagram .span1{
	padding-top: 30px;
  	font-size: 18pt;
  font-family: 'ElectraLT-Display'
}
.instagram .span2{
	padding-top: 45px;
  	font-size: 16pt;
  white-space: pre;
  margin: auto;
  font-style: normal
}
/*homepage*/


/*fragances*/
.collectionLoop{
	height: 790px;
}

/*fragances*/

/*share*/
.share{
    padding:30px 0 30px 0;
    background: #282828;
    text-align: center;
  height: 170px;
}
.share p{
	font-size: 11pt;
    margin: 10px 0;
}
.share span{ 
    margin: 10px 0;
}
.share i{ 
    margin: 0 10px;
    cursor: pointer;
}
.share i:hover{
    color: #898989
}
.share i span{
	font-family: arial
}
.social-share{
	display: block;
  margin-top: 30px !important;
}
/*share*/


/*contact*/
.come-visit{
    min-height: 490px;
  padding-bottom: 77px;
    color: #000000;
    background-image: url(bg-come-visit.png);
  background-size: cover;
    background-position: left top;
    background-repeat: no-repeat;
    background-color: #ffffff
}
.come-visit p{
	font-size: 18pt;
  	font-family: garamond;
  
  text-align: center;
}
.working-hours{
	font-style: italic;
}
.come-visit .span1 {
	text-align: center;
  margin: auto;
}
.rooster-final {
  width: 100px;
  height: 80px;
  background: url(garden-rooster.png) center no-repeat;
  margin: auto;
  margin-bottom: 20px;
}

.contacts{
    height: 702px;
    background-image: url(flower-effect-2.png);
    background-position: left top;
    background-repeat: no-repeat;
    background-size: cover;
  padding-top: 100px;
}


.contacts span:not(.small){
  font-size: 11pt;
    letter-spacing: 5px;
}
.contacts span.small{
    margin-top: 10px;
  font-size: 14pt;
    margin-bottom: 50px
}
/*contact*/


/*gallery*/

.featured-artist-list{
   overflow: auto;
  background: #000000
}
.featured-top{
	height: 840px;

  background-position: left top;
  background-repeat: no-repeat;
  background-size: cover
}

.feautered-items .col-md-4 .col-md-12{
 	height: 350px;
  background-size: cover;
  background-position: center;
  border-width: 2px;
  border-style: solid;
  border-color: #fff;
  position: relative;
}

.col-md-4.vertical-img .col-md-12{
 	height: 700px;
  	
}
.gallery-more{
 	padding-top: 30px; 
}
.moree-icon{
 	width: 30px;
  height: 30px;
  background: url(arrow-bottom-black.png) center no-repeat;
  background-size: contain;
  margin: auto;
  cursor: pointer;
  opacity: 0.7;
}
.moree-icon:hover{
	opacity: .9
}
.feautered-item-hover{
	background-color: rgba(0,0,0,0.6);
  	width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  line-height: 100%;
}
.feautered-item-desc{
  position: absolute;
  height: 50px;
  left: 55px;
  bottom: 55px;
  font-family: garamond;
}
.feautered-item-desc span{
 	text-align: left; 
  line-height: 20px;
}
.share-feautered{
	line-height: 30px;
  text-align: center;
  height: 30px;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: auto;
  width: 380px;
  margin-top: -15px;
}
.share-feautered i{
   margin: 0 22px; 
  cursor: pointer;
}
.share-feautered i:hover{
 	color: #898989 
}
.share-feautered a:first-child i{ margin-left: 0 }
.share-feautered a:last-child i{ margin-right: 0 }
.gallery-item{
 position: relative 
}


@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}
.feautered-item-hover{
	display: none;

    -webkit-animation-duration: .4s;
    animation-duration: .4s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.gallery-img:hover .feautered-item-hover{
 	display: block;
    -webkit-animation-name: fadeIn;
  	animation-name: fadeIn;
}
.gallery-img{
	display: none;
}

.gallery-top{
	padding: 40px 0;
}
.gallery-logo{
  	height: inherit;
  text-align: center;
  font-size: 14pt;
  -webkit-animation-duration: .4s;
    animation-duration: .4s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;cursor: pointer;
}
.post-hover{ 
	display: none;
  margin-top: -7px;
}



.load-more .loaded-item:nth-child(3n+1) .gallery-item{
 border-left-width: 0; 
}
.load-more .loaded-item:nth-child(3n) .gallery-item{
 border-right-width: 0
}
#artistArchive .related-item{
	background-size: contain
}

.medium-img{
	height: 700px;
        }
.small-img{
	height: 350px
        }
.gallery-img{
	border: 1px solid #ffffff;
	padding: 0;
	margin: 0;
  background-size: cover;
  background-position: left bottom
        }
.display-gallery-item{
	display: block;
}
.medium-img{ background-position: center; }
.col-md12,.col-md-4{
	padding: 0;
	margin: 0;
        }
.col-md-12{
	border: 1px solid #ffffff;
        }
.left-col{ border-left: 1px solid #fff }
.right-col{ border-right: 1px solid #fff }
.big-img{
  height: 840px;
  border-left: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #ffffff;
}
.big-img:first-child{
	border-top: 1px solid #ccc
}




/*gallery*/

/*loading*/
.spinner {
  margin: 0 auto;
  width: 50px;
  height: 40px;
  text-align: center;
  font-size: 10px;
}

.spinner > div {
  background-color: #000;
  height: 100%;
  width: 6px;
  display: inline-block;
  margin: 0 1px;
  -webkit-animation: stretchdelay 1.2s infinite ease-in-out;
  animation: stretchdelay 1.2s infinite ease-in-out;
}

.black .spinner {
	height: 20px;
}

.black .spinner > div {
	background: #ffffff;
}

.spinner .rect2 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}

.spinner .rect3 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

.spinner .rect4 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

.spinner .rect5 {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}

@-webkit-keyframes stretchdelay {
  0%, 40%, 100% { -webkit-transform: scaleY(0.4) }  
  20% { -webkit-transform: scaleY(1.0) }
}

@keyframes stretchdelay {
  0%, 40%, 100% { 
    transform: scaleY(0.4);
    -webkit-transform: scaleY(0.4);
  }  20% { 
    transform: scaleY(1.0);
    -webkit-transform: scaleY(1.0);
  }
}
/*loading*/




/*atelier*/

.bazar{
	overflow: auto;
  position: relative;
}
.bazar .title{
    font-size: 50px;
  height: 135px;
    font-weight: bolder;
  background-position: center bottom;
  background-repeat: no-repeat;
    background-position-y: 45px;
}

.inspiration-wall{
overflow: auto;
    background-image: url(inspiration-wall-bg.png);
    background-position: top left;
background-color: #f8f8f8
  
}
.press-logo img{
	max-height: 90%
}

.inspiration-preloader{
	width:100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: #e5e6e7;
  z-index: 20;
  padding-top: 50px;
}
.eb-team .left{ 
	margin-left: -5px ;
  padding-left:0
}
.article-content p{ white-space: nowrap; }
.eb-team,.inspiration-wall{
	padding: 0 70px 0 70px;
    position: relative;
  overflow: auto;
}
.eb-team .h2{
	font-weight: normal;
  text-align: center;
  font-family: 'Helvetica';
  margin: 0;
  margin-bottom: 40px;
  text-transform: uppercase;
  white-space: pre
}
.eb-team .h2.title-2{
	margin-bottom: 30px
}
.eb-info{
   padding: 0; 
}
.eb-about{
	font-size: 15px;
    font-family: garamond
}
.download-article{
	font-size: 14px;
  font-family: myriad;
  color: #000000
}
.download-article:hover{
	cursor: pointer;
  text-decoration: underline;
}
.pdf-disabled:hover{
	text-decoration: none;
  cursor: no-drop
}
.atelier-gallery{
position: relative
}
.atelier-gallery li{
	list-style: none;
  overflow: hidden;
}
.atiles-wrap:before{
	width: 486px;
  height: 400px;
  background: lime;
  display: block;
  content: "";
  float: right;
  position: absolute;
  right: 0;
  z-index: 10
}
.tiles-wrap{
	padding: 0
}

.partner-item{
	background-position: center;
  background-repeat: no-repeat;
  position: relative;
  cursor: pointer;
  overflow: initial !important;
  background-color: #ffffff;
  background-size: 270px;
}
.partner-880566721{
	background-color: #efefef
}
.left-top,.right-top,
.right-bottom,.left-bottom{
	width: 0;
    height: 0;
    border-style: solid;
  position: absolute;
  z-index: 10
}


.left-top{
  border-width: 90px 162px 0 0;
  border-color: #000000 transparent transparent transparent;
  left: -2px;
  top: -2px;
}
.right-top{
  border-width: 0 162px 90px 0;
  border-color: transparent #000000 transparent transparent;
  right: -2px;
  top: -2px;
}
.right-bottom{
  border-width: 0 0 90px 162px;
  border-color: transparent transparent #000000 transparent;
  right: -2px;
  bottom: -2px;
}
.left-bottom{
  border-width: 90px 0 0 162px;
  border-color: transparent transparent transparent #000000;
  left: -2px;
  bottom: -2px;
}
.partner-info{
	width: 100%;
    height: 100%;
    position: absolute;
    z-index: 5;
    left: 0;
    top: 0;
  text-align: center;
  display: none;
  font-family: 'helvetica';
  font-size: 13pt;
  white-space: pre;
}
.partner-info table{
   height: inherit;
   margin-top: -25px;
  width: 100%;
}
.partner-info table td{
  padding: 20px; 
  text-align: center;
}

.article-info{ display: none; }
.article-preloader{
	position: absolute;
  height: 100%;
  width: 100%;
  z-index: 100;
  background: rgba(255,255,255,.8);
  left: 0;
  top: 0;
  display: none;
}
.article-preloader .spinner{
	margin-top: 30px;
}
.article-content{
	font-family: garamond;
  font-size: 13pt
}
.article-img{
	width: 100%;
  border: 1px solid gray
}
/*atelier*/



/*cart*/
  .cart-table{width: 70%; margin: auto; border-collapse: collapse}


  .cart-table tr{ height: 250px; }
  .cart-table .cart-titles{ height: 25px; }
  .cart-table .cart-titles td{ vertical-align: bottom; padding-bottom: 5px; font-size: 12pt; padding-top: 80px; text-align: left; font-family: 'Helvetica'; letter-spacing: 1px; }
  .item-thumb{ padding:20px; width: 130px; height: inherit;}
  .item-thumb img{ max-width: 130px; }
  .item-qty{
   	width:  50px;
    height: 25px;
    text-align: center;
  }
  .item-qty input{
      color: #ffffff;
  	background: none;
    border: 0;
    text-align: center;
    width: 30px;
    height: 25px;
    margin: auto;
    font-size: 12pt;
    font-family: 'garamond'
  }
.cart-table .item-title .span1{ font-size: 18pt }
.cart-table .item-title .span2{ font-size: 13pt }
  .item-qty i{ font-size: 18pt; cursor: pointer; }
  .item-qty i:hover{ color: gray }
  .cart-options{text-align: right;float: right;  padding: 30px 0; width: 350px;}
  .cart-info{padding:7px 25px 0 0;}
  .item-title .span1, .item-title .span2{ text-align: left; font-family: garamond }
  .item-title .span1{ font-size: 24pt; }
  .item-title .span2{ font-size: 18pt; font-style: italic }
  tbody td{ 
    font-family: 'garamond';
    font-size: 12pt;
  }
  tbody td em {
  	font-style: normal;
  }
  .unselectable {
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
  }
  .total{ font-size: 12pt; font-family: garamond; text-align: right }
  .additional-checkout-buttons{ margin-top: 15px; }
  .cart-table tfoot tr:last-child{ height: 100px; }
  .cart-options .left{ font-size: 12pt; width: 250px; line-height: 25px; text-align: right; font-family: 'Helvetica'; font-weight: bold; letter-spacing: 1px }
  .cart-options .right{ font-size: 12pt; width: 100px; text-align: left }

.cart-item-price{ position: relative; text-align: right }
.remove-from-cart{ 
  width: 20px;
	height: 20px;
	background: url(remove-cart.png) no-repeat center;;
  position: absolute;
  top: 20px;
  right: 0;
  cursor: pointer;
}
.cart-titles td{ font-weight: bolder; font-size: 12px !important }
.cart-titles td:last-child{ text-align: right }
.dotted-line{ height: 2px !important }
.dotted-line hr{border-top: dotted 1px; margin: 0;}
.cart-table .totals{ height: 70px !important }
.clickhere { cursor: pointer; text-decoration: underline }
/*cart*/



/*customer*/
#template{
min-height: 250px;
}


.customer-details{
	padding: 0;
}
.my-form,.errors li,.customer-details li,
{
	outline: none;
	font-family: electral;
    -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  letter-spacing: 0.100em;
  background: #161716;
  outline: none;
  border: 1px solid #333333;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  font-size: 15px;
  color: #fff;
  margin: 10px 0;
  -webkit-transition: all .2s;
     -moz-transition: all .2s;
     -o-transition: all .2s;
     transition: all .2s;
}

.large.my-form,.errors li,.customer-details li{
	display: block;
  	width: 100%;
}

#forgot_password,.action_bottom{
 margin: 10px 0; 
}
#template{
 margin-bottom: 100px; 
}
p.note{
	margin-bottom: 10px;
  color: #565656;
  font-style: italic;
}
.errors ul{
 padding-left: 0;
  
}
.errors ul li{background: rgb(255, 117, 117)}
.accent-text{
 cursor: pointer;
  font-family: myriad;
  font-weight: normal;
  padding-left: 5px;
}
.orders-table{
  border-collapse: separate;
  border-color: #ccc;
  margin: auto;
  border-spacing: 5px
}
.address_title{
 	background: rgba(255,255,255,0.4) 
}
label{
	margin: 0;
}

/*customer*/


/*addresses*/
.addres-area{
	position: relative;
}
.edit-addreses{
  width: 957px;
  overflow: auto;
  margin: 40px auto;
  background: #393939;
  background-size: cover;
  position: relative;
  min-height: 390px;
}
#add_address{ margin-bottom: 77px }
.account-edit{
	background-color: #cccccc;
  padding: 30px;
  margin: 30px auto;
  width: 709px;
  color: #626262;
  overflow: auto;
  margin-bottom: 25px;
}
.account-edit p{
	font-family: 'garamond';
  font-size: 11pt;
  line-height: 18pt;
}
.dotted{
	width: 709px;
  border-top: 1px dotted #ffffff; 
  margin: 0 auto;
}
.edit-addreses input[type=text],
.edit-addreses select{
	width: 100%;
  height: 30px;
  border: 1px solid #cccccc;
  margin: 1px 0;
  padding-left: 5px;
}
.edit-addreses input[type=text]:focus,
.edit-addreses select:focus{
	border: 1px solid #000000
}
.address-bg{
	position: absolute;
  z-index: 0;
}
.address-bg-1{
	width: 285px;
  height: 310px;
  left: 0;
  top: 0;
  background: url(address-bg-1-copy.png) no-repeat
}
.address-bg-2{
	width: 255px;
  height: 350px;
  right: 0;
  bottom: 0;
  background: url(address-bg-2-copy.png) no-repeat
}
.customer_address label{ padding-left: 5px; cursor: pointer; }
.action_link i{ color: #626262; font-size: 12pt }

.add-new-address{ text-align:center; margin: 25px auto; font-size: 14pt }
.account-title{
	font-size: 25pt;
  padding: 21.5px 0;
  letter-spacing: 1px;
}
.inner-title{
	letter-spacing: 1px;
}
/*addresse*/



/*order*/
.order-history{
  width: 957px;
  overflow: auto;
  margin: 40px auto;
  background: #393939;
  background-size: cover;
  position: relative;
  min-height: 320px;
  padding-bottom: 47px
}
.order-history-area{
  position: relative;
}
.order-list,.order_area{
	background-color: #cccccc;
    padding: 30px;
    margin: 30px auto;
    width: 709px;
    color: #626262;
    overflow: auto;
}
.order-bg-1{ width: 224px; height: 254px; left: 0; top: 0; background: url(order-history-1.png) no-repeat }
.order-bg-2{ width: 322px; height: 193px; right: 0; bottom: 0;  background: url(order-history-2.png) no-repeat }

.single-order-bg-1{ width: 240px; height: 300px; left: 0; top: 0; background: url(order-bg-1.png) no-repeat }
.single-order-bg-2{ width: 317px; height: 771px; right: 0; bottom: 0;  background: url(order-bg-2.png) no-repeat }

.orders-table{ width: 100%; }
.orders-table thead th{ height: 40px; font-size: 12px; font-family: 'Helvetica'; text-align: left; font-weight: normal;}
.orders-table tbody td{ font-size: 14px; font-family: garamond }
#order_address p{ font-size: 14px; font-family: garamond }

#order_details{
	width: 100%;
}
#order_details tbody{
	background: #ffffff;
}
#order_details thead th{ padding: 5px 0; font-family: 'Helvetica'; font-weight: normal; font-size: 12px;}
.mony{ font-size: 16px }
#order_details .product img{ margin-left: 20px }
#order_details .order-total{ width: 100px }
#order_details .totals{ text-align: right; padding: 2px 0; padding-right: 30px; font-family: 'Helvetica'; font-weight: bold; letter-spacing: 2px; font-size: 12px;}
#order_details tbody td{ font-size: 12pt; padding: 15px 0; }
.account-edit{ position: relative }
.account-edit a,.order-history a{ color: #626262; text-decoration: underline }
/*order*/


/*terms*/
.terms-content{
	min-height: 1100px;
  background: url(terms_pattern2.png) top left repeat-y;
  padding: 80px;
  font-family: 'garamondbold';
  font-size: 14pt;

}
.terms-content .eaves{
	font-size: 12pt;
  letter-spacing: 3px;
}
.terms-content p:not(.eaves){
	font-size: 13pt
}
/*terms*/

/*receipt*/
.receipt{
  overflow: auto;
  display: none;
  margin: auto;
  width: 800px;
}
.receipt table{
 width: 550px;
 border-collapse: collapse;
  table-layout: fixed
}
.receipt table tr{
 height: 25px; 
}
.receipt p,.receipt h2,.receipt h3{
 margin: 0; 
  padding: 0;
}
.receipt .product p{
	text-align: left
}
.receipt_addresses{
	width: 230px;

}
.receipt .totals{ text-align: right }
.receipt .mony{ text-align: center }


@media print {
  .header,.menu,.account-title,.order-history,.online,.footer,#admin_bar_iframe{ display: none }
  .receipt{ display: block; }
}

.wookmark-placeholder {
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  background-color: #eee;
  border: 1px solid #dedede;
  z-index: 0;
}
@media (max-width: 700px){
  #tiles li{
  	left: 0 !important;
  }
  .eb-team, .inspiration-wall{
  	padding: 0 30px 0 30px
  }
}

#tiles li p a:hover{
	text-decoration: underline;
  color: #e5e6e7
}
.my-like {
    background-image: url(http://static.tumblr.com/b8yqvki/yxFmajxa5/amandarickathemeunliked.png) !important;
    height:20px;
    width:21px;
    cursor:pointer;
    display:inline-block;
    vertical-align:top;
    margin-top: -30px;
    margin-left: 10px;
}
.my-liked, .my-like:hover {
    background-image: url(http://static.tumblr.com/b8yqvki/CCTmajxau/amandarickathemeliked.png) !important;
    height:20px;
    width:21px;
    cursor:pointer;
    display:inline-block;
    vertical-align:top;
    margin-top: -30px;
    margin-left: 10px;
}
#tiles li .tumblr-post-hover{
	position: absolute;
  bottom: -40px;
  left: 0;
  right: 0;
  padding: 10px;
  background: rgba(0,0,0,0.5);
  height: 40px;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}
#tiles li:hover .tumblr-post-hover{
  bottom: 0;
}
.tumblr-more .loading{
	height: 30px;
  margin-bottom: -5px;
}
.atelier-gallery li{
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.29);
}