#header #shopping_cart > a,
.cart-buttons > a,
.btn-addcart {
  text-decoration: none;
  display: block;
  background: #2e6995;
  color: #ffffff;
  line-height: 1.43;
  text-shadow: 0px -1px 1px rgba(0,0,0,0.55);
  -webkit-text-shadow: 0px -1px 1px rgba(0,0,0,0.55);
  -webkit-box-shadow: 0px 2px 2px rgba(0,0,0,0.2);
  box-shadow: 0px 2px 2px rgba(0,0,0,0.2);
  padding: 8px;
  border-radius: 4px;
}
#header #shopping_cart > a:hover,
.cart-buttons > a:hover,
.btn-addcart:hover {
  background: #4585b5;
  color: #ffffff;
}
.btn-addcart .fa-shopping-cart {
  display: none;
}
#header #cart_block {
  background-color: #ffffff;
  color: #3f3f3f;
  font-size: 15px;
  -webkit-box-shadow: 2px 2px 2px rgba(0,0,0,0.25);
  box-shadow: 2px 2px 2px rgba(0,0,0,0.25);
  z-index: 10;
  display: none;
  position: absolute;
  right: 15px;
  top: 100px;
  height: auto;
  width: 240px;
}
#header #cart_block .block_content {
  padding: 10px;
}
#header #cart_block .remove_link a,
#cart_block_opc_sidebar .remove_link a,
#header #cart_block .ajax_cart_block_remove_link,
#cart_block_opc_sidebar .ajax_cart_block_remove_link {
  padding-left: 5px;
  color: #a94442;
  position: absolute;
  right: 10px;
  top: 20px;
}
.btn-addcart:hover,
.btn-addcart:focus,
.btn-addcart:active,
.btn-addcart.active,
.open .dropdown-toggle.btn-addcart {
  background: #4585b5;
  color: #ffffff;
}

.cart_block .cart-images {
  float: left;
  margin-right: 20px;
}
.cart_block .cart-info {
  overflow: hidden;
  position: relative;
  padding-right: 20px;
}
.cart_block .cart-info .product-name {
  padding-bottom: 5px;
  margin-top: -4px;
}
.cart_block .cart-info .product-name a {
  font-size: 13px;
  line-height: 18px;
  display: inline-block;
}
.cart_block .cart-info .price,
.cart_block .cart-prices .cart_block_total {
  color: red;
}
.cart_block dt {
  font-weight: normal;
  overflow: hidden;
  padding: 20px 10px 16px 20px;
  position: relative;
}
.cart_block dd {
  position: relative;
}
.cart_block dd .cart_block_customizations {
  border-top: 1px dashed #333333;
}
.cart_block dd .cart_block_customizations li {
  padding: 10px 20px;
}
.cart_block dd .cart_block_customizations li .deleteCustomizableProduct {
  position: absolute;
  right: 10px;
}
.cart_block .cart_block_no_products {
  margin: 0;
  padding: 10px 20px;
}
#modalcart .layer_cart_cart h3 {
  padding-bottom: 15px;
  border-bottom: 1px solid #ddd;
  margin-bottom: 5px;
}
#modalcart .layer_cart_cart .layer_cart_row {
  padding: 0 0 7px 0;
}
#modalcart .dark {
  color: #333333;
}
@media (max-width: 991px) {
  #modalcart .layer_cart_img img {
    width: 80px;
  }
  #modalcart .media-body {
    font-size: 80%;
  }
}
.cart_resume .cart-buttons,
#cart_block_summary {
  display: none;
}
@media (max-width: 991px) {
  .js-ready #header #cart_block {
    height: 0;
    width: 70%;
    -webkit-box-shadow: inset -1.5em 0 -1.5em -0.75em rgba(0, 0, 0, 0.25);
    box-shadow: inset -1.5em 0 -1.5em -0.75em rgba(0, 0, 0, 0.25);
    right: -70%;
    transition: height 0.5s ease;
  }
  .csstransforms3d.csstransitions.js-ready #header #cart_block {
    right: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    -moz-transform: translate3d(100%, 0, 0);
    -ms-transform: translate3d(100%, 0, 0);
    -o-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  .js-ready .js-open-right #header #cart_block {
    height: 100%;
  }
}


#cart_block_list {
    padding-left: 75%;
    margin-top: 15px;
}
#cart_block_list dl.products,
#cart_block_list .cart_block_no_products {
    position: relative;
    padding: 0 15px 15px;
    border-width: 1px 1px 0 1px;
    border-style: solid;
    border-color: #d6dcdf;
    border-radius: 5px 5px 0 0;
    margin-bottom: 0;
}
#cart_block_list dl.products:before {
    content: '';
    position: absolute;
    top: -8px;
    right: 30px;
    width: 0;
    height: 0;
    border-bottom: 8px solid #d6dcdf;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
}
#cart_block_list dl.products:after {
    content: '';
    position: absolute;
    top: -7px;
    right: 30px;
    width: 0;
    height: 0;
    border-bottom: 8px solid #fff;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
}
.cart_block dt {
    padding: 10px 0;
}
.cart_block dt img {
    border: 1px solid #d6dcdf;
    border-radius: 5px;
    margin-bottom: 15px;
}
.cart_block .remove_link {
    float: right;
}
.cart_block dd {
    border-width: 1px 0 0;
    border-style: solid;
    border-color: #d6dcdf;
    margin: 0 -15px;

}
.cart_block .cart-prices {
    border-width: 0 1px;
    border-style: solid;
    border-color: #d6dcdf;
    padding: 0 10px;
}
.cart_block .cart-buttons {
    border-width: 0 1px 1px 1px;
    border-style: solid;
    border-color: #d6dcdf;
    border-radius: 0 0 5px 5px;
    padding: 10px;
}

.btn-attention {
  color: #ffffff;
  background: #2e6995;
  border-radius: 4px;
}
.btn-attention:hover,
.btn-attention:focus,
.btn-attention:active,
.btn-attention.active,
.open .dropdown-toggle.btn-attention {
  background: #4585b5;
  color: #ffffff;
}

#shoppingcart_wrap {
  margin-top: 20px;
}

#threetimesfree {
  width: 100%;
  background-color: #e9f0f4;
  border: solid 1px #d6dcdf;
  border-radius: 4px;
  color: #000;
  display: inline-block;
  margin-top: 10px;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  padding: 6px;
  font-size: 13px;
}
#threetimesfree strong {
    color: #2e6995;
}