#blockcart {
  position: relative;
/*  float:right;*/
display:inline-block;
  margin-left:3em
/*  margin-top: 30px;*/
}

@media (max-width: 767px) {
    
.layer_cart_cart {
  padding: 1em 2em 7em 2em !important;
}

.layer_product_cart {
  padding: 1em 2em 7em 2em !important;
}

.layer_cart_product, .layer_product_product {
  overflow: hidden;
  position: static;
  padding: 100px 30px 0px 30px;
}

.layer_cart_product > .title
{
    font-size: 6vw !important;
    line-height: 1em !important;
}
#layer_cart, #layer_product{
    overflow-y: scroll !important;
    height:100% !important;
    width: 100% !important;
    margin-right: 0% !important;
    margin-left: 0% !important;
}    
    .adc-title
{
    font-size:1.2em;
}    
    .adc-sm
{
    font-size:0.85em;
}    
  #blockcart {
    margin-top: 15px;
    margin-left:1em;
    }
}

@media (max-width: 767px) {
  #blockcart {
    margin-top: 15px;
    margin-left:10px
    }
    }

@media (min-width: 768px) and (max-width: 991px) {

}

@media (min-width: 992px) and (max-width: 1199px) {

}

@media (min-width: 768px) {
#blockcart {
    margin-top: 30px;
}
}

.ajax_cart_total {
  display: none !important;
}

#blockcart
{
padding:0px !important;
}


#blockcart-header {
  height: 46px;
  padding: 0 16px;
  line-height: 46px;
/*  background: #337ab7;
  color: #fff;
  display: block;
  overflow: hidden;*/
  color:#337ab7;
}

/*#blockcart-header:after {
  content: "\f0d7";
  font-family: "FontAwesome";
  float: right;
}

#blockcart-header:hover:after {
  content: "\f0d8";
}
*/

#blockcart-dropdown {
    position: fixed;
    z-index: 4;
    background: #fff;
    width: 25em;
    height:92%;
    right: 0%;
    padding: 10px;
    top: 0%;
    
    -webkit-box-shadow: 0px -1px 28px 1px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px -1px 28px 1px rgba(0,0,0,0.1);
    box-shadow: 0px -1px 28px 1px rgba(0,0,0,0.11);
}

#blockcart-dropdown dl {
  margin-bottom: 10px;
}

#blockcart-dropdown dt {
  font-weight: normal;
  margin-bottom: 10px;
  position: relative;
}

#blockcart-dropdown dt:last-of-type {
  margin-bottom: 0;
}

#blockcart-dropdown .product-attributes {
  padding-bottom: 5px;
}

#blockcart-dropdown .vouchers {
  margin: 0 0 10px;
}

#blockcart-dropdown .vouchers tr td {
  padding: 5px;
}

.cart_block_customizations {
  padding: 5px 0;
  margin-bottom: 10px;
  border: 1px dashed #333;
  border-left: none;
  border-right: none;
}

.cart_block_customizations > li {
  position: relative;
}

.deleteCustomizableProduct {
  float: right;
}

.cart_block_list .remove_link {
  position: absolute;
  right: 0;
  top: 0;
}

.cart-images {
  float: left;
  margin-right: 5px;
}

.cart-info {
  padding-right: 10px;
}

.cart-info .product-name {
  padding-bottom: 5px;
}

.cart-prices {
  font-weight: bold;
  margin-bottom: 10px;
}

.cart-prices-line {
  border-top: 1px solid #333;
  padding: 5px 0;
}

.cart-prices-line:last-of-type {
  padding-bottom: 0;
}

.cart_block_shipping_cost,
.cart_block_tax_cost,
.cart_block_total,
.cart_block_wrapping_cost {
  float: right;
}

.layer_cart_overlay, .layer_product_overlay {
  background-color: #000;
  display: none;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 98;
  opacity: 0.2;
  filter: alpha(opacity=10);
}

#layer_cart, #layer_product {
  background-color: #fff;
  background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,0.95) 65%, rgba(255,255,255,0.89) 99%, rgba(255,255,255,0.89) 100%);
  background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(255,255,255,0.95) 65%,rgba(255,255,255,0.89) 99%,rgba(255,255,255,0.89) 100%);
  background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(255,255,255,0.95) 65%,rgba(255,255,255,0.89) 99%,rgba(255,255,255,0.89) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#dbffffff',GradientType=0 );
  -webkit-box-shadow: 0px -1px 28px 1px rgba(0,0,0,0.26);
  -moz-box-shadow: 0px -1px 28px 1px rgba(0,0,0,0.26);
  box-shadow: 0px -1px 28px 1px rgba(0,0,0,0.26);
  display: none;
}

#layer_cart{
  top: 0px !important;
  z-index: 1000000001;
  position: fixed;
  width: 84%;
  margin-right: 8%;
  margin-left: 8%;
}

#layer_product{
  z-index: 7000;
  position: absolute;
  overflow-anchor: none;
    /*width: 96%;
    margin-right: 2%;
    margin-left: 2%;*/
    height:100%;
    overflow:scroll;
    width:100%;
}


#layer_cart .cross , #layer_product .cross {
  font-size: 2em;
  position: absolute;
  right: 15px;
  top: 15px;
  z-index: 2;
}

.layer_cart_product, .layer_product_product {
  overflow: hidden;
  position: static;
  padding: 30px 30px 0px 30px;
}

.layer_cart_product .title, .layer_product_product .title {
    font-size: 2vw !important;
  margin-top: 0;
  font-weight:800;
}

.layer_cart_product_info h4, .layer_product_product_info h4
{
font-weight:800;
}

.layer_cart_cart, .layer_product_cart {
/*  background: #fafafa;
  border-left: 1px solid #ccc;*/
  padding: 30px 30px 170px 30px;
  position: relative;
}

@media (min-width: 1200px) {
  .layer_cart_cart, .layer_product_cart {
    min-height: 318px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .layer_cart_cart, .layer_product_cart {
    min-height: 360px;
  }
}

@media (max-width: 991px) {
  .layer_cart_cart, .layer_product_cart {
    border-left: none;
    border-top: 1px solid #ccc;
  }
}

@media (max-width: 768px) {
    .product-label-container
    {
        width: 99%;
    }
    
    .product-label-container > .product-label
    {
    text-align: center;
    font-size: 1.2em !important;
    }
    
    #quantity_wanted_p>label
    {
        display: none;
    }
    
    #add_to_cart{
        margin-top:.3em !important;
    }
        .box-messenger-bottom > div > p
    {
        display: none;
    }
    #product_comments_block_extra{
        display: none;
    }
    
    .accessories-block
    {
        margin-bottom: 150px;
    }
.layer_cart_product, .layer_product_product {
  padding: 0px 30px 0px 30px !important;
}
.primary_block {
    margin-bottom:10px !important;
}
.product_p_name {
    padding:0px !important;
    margin:0px !important;
}

    
}

.layer_cart_cart .title, .layer_product_cart .title {
  margin-top: 0;
  padding-bottom: 0.35em;
  border-bottom: 1px solid #ccc;
}

.layer_cart_cart .button-container,.layer_product_cart .button-container {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 0 30px 20px;
}

.layer_cart_cart .pager, .layer_product_cart .pager {
  margin: 0;
}

@media (max-width: 767px) {
  .layer_cart_cart .pager > li > a , .layer_product_cart .pager > li > a{
    float: none;
    display: block;
    margin-top: 10px;
  }
}

.crossseling-content {
  position: relative;
  padding: 30px;
  border-top: 1px solid #ccc;
}

.crossseling-content h3 {
  margin: 0 0 0.75em;
}
