@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,600");

.qqcartAbs *{
    cursor: pointer; 
}
.qqcart_wrap {
    position: relative;
    width: 100%;
    margin: 0 auto;
}
.qqcd-cart-trigger {
  position: relative;
  width: 52px;
  float: right;
  top: 9px;
}
.qqcd-cart-trigger label {
    position: absolute;
    left: 5px;
    top: -12px;
    text-align: center;
    color: #fff;
    width: 42px;
    height: 46px;
    margin: 0;
    line-height: 42px;
    font-size: 14px;
    font-weight: bold;
    right: 5px;
}
.qqcart_wrap label {
    position: relative;
    /* margin-top: 46px; */
    /* right: 120px; */
    color: #2489c5;
    font-size: 13px;
    font-weight: 700;
    /* padding: 0px; */
    top: 3px;
    text-align: center;
    font-family: 'Open Sans';
	left:20px; 
	display:inline-block !important ; 
	text-align:center !important; 
}

/*@media(max-width:992px){
    .qqcart_wrap label{
        right:41px;
    }

}*/
.qqcart_wrap figure {
    position: relative;
    margin: 0;
}
.qqcart_wrap figure img {
    border: none;
    width: 48px;
    height: 48px;
    max-width: 100%;
    margin:auto!important;
    right: 15px;
    position: relative;
    vertical-align: inherit;
    display: inline-block !important;
}
.qqcart_wrap figcaption {
    position: absolute;
    top: 7px;
    left: 0px;
    font-size: 14px;
    color: #fff;
    width: 30px;
    text-align: center;
    font-weight: 600;
}

span#cartTotalPriceOutside_floting {
  font-weight: bold;
    position: relative;
}
.qqcartAbs {
    position: fixed;
    cursor: pointer;
    bottom: 350px !important;
    right: 100px;
    background: #ffffff;
    border-radius: 50%;
    display: inline-block;
    width: auto;
    height: auto;
    /* padding: 18px 9px; */
    border: 1px solid #b2b2b2;
    min-width: 105px;
    min-height: 106px;
    z-index: 5;
    max-width: 128px;
    max-height: 131px;
}
small {
    font-size: 82%;
}

@media screen and (max-width: 991px) {
  .qqcartAbs {
    right: 30px;
  }
}



.page-tirec {
  width:100%;
   -webkit-overflow-scrolling:touch; 
   overflow-y:auto;
    height: auto;
    /*min-height: 2000px;*/
    min-height: auto;
}
.page-tirec iframe {
  /*width: 1px;
  min-width: 100%;
  max-width: 100%;
  *width: 100%;*/
  width:100%; height:100%
}
@media only screen 
    and (min-device-width : 375px) 
    and (max-device-width : 667px) 
    and (width : 667px) 
    and (height : 375px) 
    and (orientation : landscape) 
    and (color : 8)
    and (device-aspect-ratio : 375/667)
    and (aspect-ratio : 667/375)
    and (device-pixel-ratio : 2)
    and (-webkit-min-device-pixel-ratio : 2)
{
     iframe {
        width: 1px;
        min-width: 100%;
        *width: 100%;
    }
}


@media all and (-ms-high-contrast:none){
    .qqcartAbs{
        width: 106px;
        height: 106px;
    }
}

.qqcd-cart-trigger {
    display: block;
    width: 90%;
    line-height: 24px;
}
.qqcart_wrap figure img {
    right: -20px;
}
.qqcart_wrap figcaption {
    left: 32px;
}