
.shop #content .view-title-and-content-navigation .btn-fullwidth {
  display: none;
}

.shop .block-mod-background-page {
  margin-bottom: 0;
  border-bottom: 30px solid white;
}

.shop #content h4 a {
  color: #444;
}

.shop h1,
.shop h2,
.shop h3,
.shop h4,
.shop h5 {
  color: #444;
}

.shop h3 span.id-color {
  color:#444 !important;
}

.shop h4 {
  margin-bottom:5px;
}

.shop #content .price {
  padding-bottom:10px;
}


.shop #content .product-details p{
  padding: 0;
  margin: 0;
}

.shop #content .product-details .field-commerce-price {
  font-size: 24px;
  padding-top: 5px;
  padding-bottom: 15px;
}
.shop #content .product-details h1 {
  text-align: left;
}

.shop #content .yarn-products .yarn-item {
  width: 50%;
  padding: 10px;
  float: left;
}

@media (min-width: 500px) {
  .shop #content .yarn-products .yarn-item {
    width: 33.33%;
  }
}

@media (min-width: 768px) {
  .shop #content .yarn-products .yarn-item {
    width: 25%;
  }
}

@media (min-width: 1024px) {
  .shop #content .yarn-products .yarn-item {
    width: 20%;
  }
}

@media (min-width: 1200px) {
  .shop #content .yarn-products .yarn-item {
    width: 14.28%;
  }
}
.shop #content .yarn-products .yarn-item .image-container {
  position: relative;
}
.shop #content .yarn-products .yarn-item .image-container img {
  width: 100%;
  height: 100%;
}
.shop #content .yarn-products .yarn-item h4 {
  padding: 10px 0 0 0;
  margin: 0;
  border-bottom: 0;
}
.shop #content .yarn-products .yarn-item .description {
  padding: 0;
  margin: 0;
}
.shop #content .yarn-products .yarn-item .price {
  padding: 0;
  margin: 0;
  color: #444;
}
.shop #content .price {
  padding: 8px;
  margin: 0 0 5px 0;
}
/* .commerce-add-to-cart input[type=submit] {
  border: 1px solid white !important;
  color: white;
  font-size:1px;
  width: 30px;
  height: 30px;
  background: url(../images/add-to-cart.jpg) no-repeat 0 0 !important;
  float: right;
}
.commerce-add-to-cart input[type=submit]:hover {
  border: 1px solid white !important;
  opacity: 0.8;
} */


.commerce-line-item-views-form table thead th,
.view-commerce-cart-summary table thead th {
  font-family: "Swiss721BT-Black",Arial, Helvetica, sans-serif;
  text-transform: uppercase;
}

.commerce-line-item-views-form table thead th.views-field-edit-quantity,
.commerce-line-item-views-form table thead th.views-field-edit-delete,
.view-commerce-cart-summary table thead th.views-field-quantity,
.view-commerce-cart-summary table thead th.views-field-edit-delete {
  text-align: center;
}

.commerce-line-item-views-form table thead th.views-field-commerce-unit-price,
.commerce-line-item-views-form table thead th.views-field-commerce-total,
.view-commerce-cart-summary table thead th.views-field-commerce-unit-price,
.view-commerce-cart-summary table thead th.views-field-commerce-total {
  text-align: right;
}

.commerce-line-item-views-form table tbody tr,
.view-commerce-cart-summary table tbody tr {
  background: white;
}

.commerce-line-item-views-form table tbody tr td.views-field-edit-quantity,
.commerce-line-item-views-form table tbody tr td.views-field-edit-delete,
.view-commerce-cart-summary table tbody tr td.views-field-quantity  {
  text-align: center;
}

.commerce-line-item-views-form table tbody tr td.views-field-edit-quantity .form-item  {
  text-align: center;
}


.commerce-line-item-views-form table tbody tr td.views-field-edit-quantity .form-control {
  width: 60px;
  text-align: center;
  display: inline;
}

.commerce-line-item-views-form table tbody tr td.price,
.view-commerce-cart-summary table tbody tr td.price {
  color: #444 !important;
  text-align: right;
}

legend {
  border-bottom: none;
}

.shop #content .commerce-order-handler-area-order-total .commerce-price-formatted-components {
  width: 100%;
}

.shop #content .commerce-order-handler-area-order-total .commerce-price-formatted-components td {
  padding: 8px;
}

.shop #content .commerce-order-handler-area-order-total .commerce-price-formatted-components td.component-title,
.shop #content .commerce-order-handler-area-order-total .commerce-price-formatted-components td.component-total {
  font-family: "Swiss721BT-Black",Arial, Helvetica, sans-serif;
  text-transform: uppercase;
}

.checkout-review {
  width: 100%;
}
.checkout-review tr {
  background: white;
}

.checkout-completion-message a {
  color:#444;
}

.shop footer {
  border-top: 20px solid white;
}

.link-images img {
  cursor: pointer;
}

.commerce-add-to-cart .form-item.form-type-textfield label {
  display:none
}

.commerce-add-to-cart .form-item-quantity {
  float:left;
  width:132px;
  margin-top: 0;
}
.commerce-add-to-cart-quantity-wrapper {
  border:1px solid #666;
  height: 30px;
  width:132px;
}
.commerce-add-to-cart .form-submit {
  /* float:left;
  width:30px;
  border:1px solid #666 !important;
  border-left:none !important;
  background:white !important;
  color: #333;
  line-height: 28px;
  text-align:center;
  padding:0 !important;
  border-radius:0px; */
  display:none;
}
.commerce-add-to-cart-quantity-wrapper:after {
  content: "";
  display: table;
  clear: both;
}
.commerce-add-to-cart-quantity-wrapper a,
.commerce-add-to-cart-quantity-wrapper button {
  width: 30px;
  height: 28px;
  background:none;
  border:none;
  border-right:1px solid #666;
  font-size: 30px;
  line-height:28px;
  text-align:center;
  display: block;
  float:left;
  color: #333;
  transition-duration:0.3s;
  transition-property: all;
  cursor:pointer;
}
.commerce-add-to-cart-quantity-wrapper button {
  font-size:12px;
  border-right:none;
}

.commerce-add-to-cart-quantity-wrapper a.up {
  font-size: 20px;
}
.commerce-add-to-cart-quantity-wrapper a:hover,
.commerce-add-to-cart-quantity-wrapper button:hover {
  text-decoration: none;
  background: #eee;
}
.commerce-add-to-cart-quantity-wrapper input[type=text] {
  width: 40px;
  height: 28px;
  text-align:center;
  line-height:30px;
  padding:0;
  border:none;
  border-right:1px solid #666;
  display: block;
  float:left;
}

.arrow_carrot-up, .arrow_carrot-down {
  display:none
}