/* 
* Color
* redWine #8a0226 
*/
.hikashop_category_information h2 {
    background: #555050;
    color: #fff;
    padding: 5px;
    font-size: 1.5rem;
    text-align: center;
}

input.hikashop_product_quantity_field.form-control{
  min-width: 50px;
}
.custom-cart-button {
  align-content: center;
}
.custom-cart-button a.hikashop_cart_empty {
  cursor:not-allowed;
}
.custom-cart-button img{
  max-width: 24px;
}
.custom-cart-button span.miniCartQty
{
  position: relative;
    top: .5em;
    left: -0.5em;
    display: inline-block;
    border-radius: 100%;
    background: #6b0012;
    width: 20px;
    height: 20px;
    color: #ffffff;
    font-size: 0.8em;
    text-align: center;
    line-height: 18px;
}
body.com_hikashop.view-product.layout-show {
    margin-top: 0;
    padding-top: 0;
    background: url(../../../../../../images/System/side_background_body.png) no-repeat;
    background-size: cover;
    background-position: bottom;
}
.shopCategorieTitle 
{
  text-align:center;
  text-transform: uppercase;
}

h1.shopCategorieTitle
{
  font-size: 2.5em;
  font-weight: 600;
}
#hikashop_product_top_part h1
{
  color: #8a0226;
  font-size: 2.5em;
}
h2.shopCategorieTitle
{
  font-size: 2em;
  font-weight: 600;
}

h3.shopCategorieTitle
{
  font-size: 1.5em;
  font-weight: 600;
}

.borderedBottom
{
  border-bottom: solid #8a0226 3px;
}

.hikashop_module.hikaContentBorderedTop
{
  border-top: solid #8a0226 3px;
}

.hikashop_container 
{
  box-shadow: #2f0008 0px 0px 7px 0px;
  transition: box-shadow .2s ease-in-out;
}

.hikashop_container:hover
{
  box-shadow: #2f0008 0px 0px 12px 0px;
  transition: box-shadow .2s ease-in-out;
}

.hikashop_product_name a
{
  color: #555050;
}
.hikashop_product_name a:hover
{
  color: #6b0012;
}
.hikacart {
    color: #fff;
    background-color: #555050;
    border-color: #353030;
}
.hikacart:hover {
    color: #fff;
    background-color: #6b0012;
    border-color: #353030;
}
.hikashop_products_pagination .limit
{
    color: #680010 !important;
    font-weight: 500 !important;
}
.hikashop_products_pagination #limit
{
  display: inline-block;
  width: auto;
  margin-left: 3px;
}
.hikashop_product_page
{
  max-width:1300px;
  padding: 10px;
  margin:auto;
}
#hikashop_product_tags_main{
  display: none;
}
div.hikashop_product_quantity_input_div_simplified input
{
  width:auto;
}
div.hikashop_product_quantity_input_div_simplified input[type="number"]::-webkit-inner-spin-button,
div.hikashop_product_quantity_input_div_simplified input[type="number"]::-webkit-outer-spin-button {
    opacity: 1 !important;
    display: inline-block !important;
}

.fa-cart-shopping:before, .fa-shopping-cart:before,.fa-cart-arrow-down:before,
.fa-trash-can:before, .fa-trash-alt:before,.fa-floppy-disk:before, .fa-save:before{
    color: #8f4653;
}
.moduletable.RelatedProduct
{
    width: 27%;
    display: inline-block;    
    background: #a9a4a5;
    border-radius: 5px;
    /* box-shadow: 0px 0px 5px #6b0012; */
    border: 1px solid #6b0012;
    padding: 5px;
}
.moduletable.RelatedProduct button.hikabtn.hikacart,
.moduletable.RelatedProduct button:hover.hikabtn.hikacart{
  background:#a9a4a5;
}

.moduletable.RelatedProduct > h2
{
  color: #fff;
  font-size: 1.5em;
}
.moduletable.RelatedProduct .hikashop_product_row_1
{
  padding:2px;
}
.moduletable.RelatedProduct .hikashop_products_pagination,.moduletable.RelatedProduct .RelatedProduct .hikashop_category_information > h2
{
  display: none;
}
.hikashop_product_description_main
{
    width: 70%;
    display: inline-block;
    vertical-align: top;
}
/******** Fancybox  *************/
/*html.with-fancybox body.hide-scrollbar 
{
  margin-right: 0;
}
.fancybox__backdrop
{
  opacity: var(--fancybox-opacity, .6);
}*/
