@charset "UTF-8";
/*
* Trunk version 2.0.0
*/
.img-wrap{
    overflow: visible;
        height: 100%;
}

.img-wrap img{
    overflow: visible;
    height: 100%;
}

nav.top{
    /*background-color: gold;*/
    width: 100%;
    position: relative;
    z-index: 100;
}
/* cart */
.cpoint,
#mscprs {
    cursor: pointer;
}
.hddn,
.hidden {
	display: none;
	position: absolute;
	font-size: 0.9em;
	cursor: pointer;
	right: 0;
	top: 5px;
	z-index: 100;
	background-color: transparent;
}
#shopz.shopzt {
	position: absolute;
	font-size: 0.9em;
	cursor: pointer;
	right: 0;
	top: 5px;
	z-index: 100;
	background-color: #FFF;
    padding: 1%;
    border: 2px solid #A72E67;
    border-radius: 5px;
    width: 20%;
}
#shopz-tooltip {
	font-size: 1em;
	font-family: 'Raleway';
	display: none;
	position: absolute;
	padding: 5px;
	border: 1px solid #790c0f;
	z-index: 9999;
	color: #790c0f;
	background-color: #FFF;
}
#jhidden {
	position: fixed;
	overflow-x: hidden;
	overflow-y: auto;
	width:50%;
    max-height: 80%;
	min-height: 150px;
	background-color: #FFF;
	border: 1px solid #777;
	border-radius: 5px;
	z-index: 3;
	color: #777;
	right: 50px;
	top: 150px;
    padding: 2%;
    display: none;
}
#jhidden p {
	text-align: center;
	font-size: 16px;
	margin: 3px 0;
	padding: 0
}
#jhidden a {
	color: #790c0f;
}
#topcart {
	display: block;
	width: 100%;
}
.cart-img img{
    width: 50px;
}

.image img{
    height: 80px;
}

@media (max-width: 768px) {
	#shopz.shopzt {
		right: 10%;
		top: 15px;
		width: 80%;
	}
    #jhidden {
        width:80%;
	    right: 10%;
    }
}
@media (max-width: 1119px) {
    #jhidden {
        width:85%;
	    right: 10px;
    }
}
@media all and (max-width: 768px) {
  /* mobile devices */
    
    #jhidden {
        width:96%;
        right:2%;
        top: 80px;
    }
    .img-wrap img{
        display: block;
        width: 100%;
        height: auto;
        
    }
    .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;
}
.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;
}
#close img{
    width: 40px;
}
#shopz input[type="number"],
.shopz input[type="number"] {
	text-align: center;
	width: 40px;
	font-size: 1em;
	border: none;
	height: 50px;
    margin-left: 0;
}
#shopz input[type="number"].nosize {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-image: none;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;    
	text-align: left;
	height: 40px;
}
.popup-overlay{
    width: 100%;
    height: 100%;
    display: none;
    background-color: rgba(25,25,25,0.9);
}
a.shopz-button,
button.shopAdd{
    width: auto;
    text-align: center;
    background-color: #A72E67;
    color: white;
    padding: 12px 20px;
    display: inline-block;
    border: none;
    border-radius: 4px;
    box-shadow: inset 0 1px 3px #ddd;
}
button.shopAdd:disabled{
    background-color: #A46080;
}
@-webkit-keyframes blinker {
  from {opacity: 1.0;}
  to {opacity: 0.0;}
}
.blink{
	animation:blinker 0.8s infinite;
}
@keyframes blinker{
	0%{     background-color: #3395ff;	}
	50%{    background-color: #dc3545;	}
	100%{   background-color: #3395ff;	}
}


.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;
}
.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;
}









