/*  general main */
.equal-height-thumbnail {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;

      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;

      margin: 0;
      padding: 0;
      list-style: none;
}
.equal-height-thumbnail li {
      width: 22%;
      margin: 0 1% 20px;
      padding:0 0.5%;
      background: #FFF;
}
.equal-height-thumbnail figure {
      display: block;
      margin: 5px 0;
      padding: 0;
}
.equal-height-thumbnail figure img{
     width:100%;
}
.caption {
    padding: 2%;
 }

@media only screen and (max-width: 990px) {
  .equal-height-thumbnail li {
      width: 30.2%!important;
  }

}@media only screen and (max-width: 767px) {
    .equal-height-thumbnail li {
     width: 46.5%!important;
  }
}

@media (min-width: 767px) {

  .cartItems
  {
      width: 350px;
  }


}




.igift-custom .breadcrumbs
{
	border:0;
	background: none;
	padding:1px;
}

.custom-product-view
{
  position: relative;
  border-bottom: 0;
}

.custom-product-view img
{
  position: absolute;
  top:0;
  left:0;
  width: 100%;
}

.custom-product-view img:first-child
{
  position: relative;
  top:0;
  left:0;
}

.loading-spinner
{
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}

.loading-spinner:before
{
    content: "\f110";
}

.input-group input.form-control
{
  border-left:none!important;
}

/*  main menu */

.menu-shopping-cart .loading
{
  display: none;
}

.menu-shopping-cart .cartItems .btn-goto-cart
{
  display: inline-block;
  padding:6px 12px!important;
  color:#fff!important;
  margin:4px 9px 9px!important;
}

.menu-shopping-cart .cartItems .cart-summarize
{
  color:#000;
  font-weight: 500;
  font-size: 16px;
  display: inline-block;
  margin-top: 8px
}

.lang-en .menu-shopping-cart .cartItems .cart-summarize
{
  font-size: 14px;
}

.menu-shopping-cart .cartItems table
{
  margin-bottom: 3px;
}

.menu-shopping-cart .cartItems a.btn-goto-cart:hover
{
  background-color: #c9302c!important;
}

.menu-shopping-cart .cartItems .fabric-image
{
  width:55px;
}

/* end main menu */

/* end general main */

/*  style main */
.fabric-item
{
	margin-bottom: 15px;
}

.fabric-item h3
{
	margin: 9px 0 2px 0;
}

.fabric-item-price
{
	color:#D54E53;
	font-weight: 700;
	font-size:16px;
}

.fabric-item-price span
{
	font-size: 14px;
}


/* end style main */

/*  shopping cart main */

.page-custom_cart .cartItem p
{
  margin-bottom: 5px;
}




/* end shopping cart main */

/*  custom product */
.custom-product-item  .fabric-image
{
  width:60px;
}


.custom-product-item .image-view img
{
  width:120px;
}


.custom-product .total-bar
{
  font-size: 18px;
  text-align: right;
  padding:15px 0 20px;

  border-top: 1px solid #ddd;
}

.lang-en .order-overview .control-label,.lang-en .receiver-info .control-label
{
  padding:7px 0 0;
}
/* end custom product*/


