s@charset "UTF-8";
/*
* Trunk version 2.0.0
*/
nav.top{
    /*background-color: gold;*/
    width: 100%;
    position: relative;
    z-index: 100;
}
/* cart */
#mscprs {
    cursor: pointer;
}
.hidden {
	display: none;
	position: fixed;
	font-size: 0.9em;
	cursor: pointer;
	top: 5px;
	z-index: 1040;
	background-color: transparent;
}
#shopz {
    margin: 0;
    padding:0;
}
#shopz-tooltip {
	display: none;
	position: fixed;
    font-size:1em;
	z-index: 999999999999;
	background-color: #E7E7E7;
    color:black;
    bottom:15px;
    left:0;
    top:20%;
    width: 80%;
    height: 50px;
}
#jhidden {
	position: fixed;
	overflow: auto;
	width:50%;
    max-height: 80%;
	min-height: 150px;
	background-color: #FFF;
	border: 1px solid #777;
	border-radius: 5px;
	z-index: 1040;
	color: #777;
	left: 25%;
	top: 3%;
    padding: 2%;
}
#jhidden p {
	text-align: center;
	font-size: 16px;
	margin: 3px 0;
	padding: 0
}
#jhidden a {
	color: #790c0f;
}
#topcart {
	display: block;
	width: 100%;
}
.shopz-remove {
    cursor: pointer;
}
@media (max-width: 1119px) {
    #jhidden {
        width:25%;
	    right: 10px;
    }
}
@media all and (max-width: 768px) {
  /* mobile devices */
     .hidden {
        position: fixed;
        top: 5px;
        z-index: 1040;
        background-color: #000;
    }
   
    #jhidden {
        width:96%;
        left:1%;
        top: 10px;
    }
    .img-wrap{
        display: none;
    }
    .shopping-cart-wrap .price {
      font-size: 12px;
      font-weight: normal;
      margin-right: 2px;
    } 
}

.tachado{text-decoration:line-through;}

.view-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    padding-left: 0;
    margin-bottom: 0;
}
.thumbnail
{
    margin-bottom: 30px;
    padding: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}

.item.list-group-item
{
    float: none;
    width: 100%;
    background-color: #fff;
    margin-bottom: 30px;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0 1rem;
    border: 0;
    list-style: none;
}
.item.list-group-item .img-event {
    float: left;
    width: 30%;
}

.item.list-group-item .list-group-image
{
    margin-right: 10px;
}
.item.list-group-item .thumbnail
{
    margin-bottom: 0px;
    display: inline-block;
}
.item.list-group-item .caption
{
    float: left;
    width: 70%;
    margin: 0;
}

.item.list-group-item:before, .item.list-group-item:after
{
    display: table;
    content: " ";
}

.item.list-group-item:after
{
    clear: both;
}
#shopz input[type="number"],
.shopz input[type="number"] {
	text-align: center;
	width: 40px;
	font-size: 0.85em;
	border: none;
    border-radius: 5px;
	height: 22px;
    margin-left: 0;
}

select.opt_price {
	text-align: center;
	width: 50%;
	font-size: 0.85em;
	border: none;
    border-radius: 5px;
	height: 30px;
    line-height: 30px;
    margin-right: 4px;
}
@media (max-width: 320px) {
    select.opt_price {
        width: 40%;
    }
}

input[type="number"].shopdet {
	text-align: center;
	width: 80px;
	font-size: 1em;
	border: none;
    border-radius: 5px;
    border-top-right-radius: none;
    border-bottom-right-radius: none;
	height: 30px;
    margin-left: 0;
}


