.tooltipster-default {
    max-width: 375px!important;
    border: 0;/*1px solid #cfcfcf;*/
    background: #fff;
    border-radius: 0;
    color: #000;;
    -webkit-box-shadow: 2px 2px 8px rgba(0, 0, 0, .5);
    -moz-box-shadow: 2px 2px 8px rgba(0, 0, 0, .5);
    box-shadow: 2px 2px 8px rgba(0, 0, 0, .5)
}
.tooltipster-arrow-border {
    border-color: #cfcfcf!important

}
.tooltipster-default .tooltipster-content {
    font-family: Arial, sans-serif;
    font-size: 13px;
    line-height: 16px;
    padding: 12px 19px 20px;
    overflow: hidden;
    border-top: 1px outset #124951;
    border-right: 1px outset #124951;
    border-bottom: 1px outset #124951;
}
.tooltipster-icon {
    cursor: help;
    margin-left: 4px
}
.tooltipster-base {
    padding: 0;
    font-size: 0;
    line-height: 0;
    position: absolute;
    z-index: 9999999;
    pointer-events: none;
    width: auto;
    overflow: visible
}
.tooltipster-base .tooltipster-content {
    overflow: hidden
}
.tooltipster-arrow {
    display: block;
    text-align: center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    border: 1px solid #124951;

}
.tooltipster-arrow span,
.tooltipster-arrow-border {
    display: block;
    width: 0;
    height: 0;
    position: absolute
}
.tooltipster-arrow-top span,
.tooltipster-arrow-top-left span,
.tooltipster-arrow-top-right span {
    border-left: 18px solid transparent!important;
    border-right: 18px solid transparent!important;
    border-top: 18px solid;
    bottom: -7px;

}
.tooltipster-arrow-top .tooltipster-arrow-border,
.tooltipster-arrow-top-left .tooltipster-arrow-border,
.tooltipster-arrow-top-right .tooltipster-arrow-border {
    border-left: 19px solid transparent!important;
    border-right: 19px solid transparent!important;
    border-top: 19px solid;
    bottom: -7px
}
.tooltipster-arrow-bottom span,
.tooltipster-arrow-bottom-left span,
.tooltipster-arrow-bottom-right span {
    border-left: 18px solid transparent!important;
    border-right: 18px solid transparent!important;
    border-bottom: 18px solid;
    top: -7px
}
.tooltipster-arrow-bottom .tooltipster-arrow-border,
.tooltipster-arrow-bottom-left .tooltipster-arrow-border,
.tooltipster-arrow-bottom-right .tooltipster-arrow-border {
    border-left: 19px solid transparent!important;
    border-right: 19px solid transparent!important;
    border-bottom: 19px solid;
    top: -7px
}
.tooltipster-arrow-bottom .tooltipster-arrow-border,
.tooltipster-arrow-bottom span,
.tooltipster-arrow-top .tooltipster-arrow-border,
.tooltipster-arrow-top span {
    left: 0;
    right: 0;
    margin: 0 auto
}
.tooltipster-arrow-bottom-left span,
.tooltipster-arrow-top-left span {
    left: 6px
}
.tooltipster-arrow-bottom-left .tooltipster-arrow-border,
.tooltipster-arrow-top-left .tooltipster-arrow-border {
    left: 5px
}
.tooltipster-arrow-bottom-right span,
.tooltipster-arrow-top-right span {
    right: 6px
}
.tooltipster-arrow-bottom-right .tooltipster-arrow-border,
.tooltipster-arrow-top-right .tooltipster-arrow-border {
    right: 5px
}
.tooltipster-arrow-left .tooltipster-arrow-border,
.tooltipster-arrow-left span {
    border-top: 18px solid transparent!important;
    border-bottom: 18px solid transparent!important;
    border-left: 18px solid;
    top: 50%;
    margin-top: -7px;
    right: -17px;

}
.tooltipster-arrow-left .tooltipster-arrow-border {
    border-top: 19px solid transparent!important;
    border-bottom: 19px solid transparent!important;
    border-left: 19px solid;
    margin-top: -8px
}
.tooltipster-arrow-right .tooltipster-arrow-border,
.tooltipster-arrow-right span {
    border-top: 18px solid transparent!important;
    border-bottom: 18px solid transparent!important;
    border-right: 18px solid;
    top: 50%;
    margin-top: -7px;
    left: -17px
}
.tooltipster-arrow-right .tooltipster-arrow-border {
    border-top: 19px solid transparent!important;
    border-bottom: 19px solid transparent!important;
    border-right: 19px solid;
    margin-top: -8px
}
.tooltipster-fade {
    opacity: 0;
    -webkit-transition-property: opacity;
    -moz-transition-property: opacity;
    -o-transition-property: opacity;
    -ms-transition-property: opacity;
    transition-property: opacity
}
.tooltipster-fade-show {
    opacity: 1
}
.tooltipster-grow {
    -webkit-transform: scale(0, 0);
    -moz-transform: scale(0, 0);
    -o-transform: scale(0, 0);
    -ms-transform: scale(0, 0);
    transform: scale(0, 0);
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    -ms-transition-property: -ms-transform;
    transition-property: transform;
    -webkit-backface-visibility: hidden
}
.tooltipster-grow-show {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transition-timing-function: cubic-bezier(.175, .885, .32, 1);
    -webkit-transition-timing-function: cubic-bezier(.175, .885, .32, 1.15);
    -moz-transition-timing-function: cubic-bezier(.175, .885, .32, 1.15);
    -ms-transition-timing-function: cubic-bezier(.175, .885, .32, 1.15);
    -o-transition-timing-function: cubic-bezier(.175, .885, .32, 1.15);
    transition-timing-function: cubic-bezier(.175, .885, .32, 1.15)
}
.tooltipster-swing {
    opacity: 0;
    -webkit-transform: rotateZ(4deg);
    -moz-transform: rotateZ(4deg);
    -o-transform: rotateZ(4deg);
    -ms-transform: rotateZ(4deg);
    transform: rotateZ(4deg);
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    -ms-transition-property: -ms-transform;
    transition-property: transform
}
.tooltipster-swing-show {
    opacity: 1;
    -webkit-transform: rotateZ(0deg);
    -moz-transform: rotateZ(0deg);
    -o-transform: rotateZ(0deg);
    -ms-transform: rotateZ(0deg);
    transform: rotateZ(0deg);
    -webkit-transition-timing-function: cubic-bezier(.23, .635, .495, 1);
    -webkit-transition-timing-function: cubic-bezier(.23, .635, .495, 2.4);
    -moz-transition-timing-function: cubic-bezier(.23, .635, .495, 2.4);
    -ms-transition-timing-function: cubic-bezier(.23, .635, .495, 2.4);
    -o-transition-timing-function: cubic-bezier(.23, .635, .495, 2.4);
    transition-timing-function: cubic-bezier(.23, .635, .495, 2.4)
}
.tooltipster-fall {
    top: 0;
    -webkit-transition-property: top;
    -moz-transition-property: top;
    -o-transition-property: top;
    -ms-transition-property: top;
    transition-property: top;
    -webkit-transition-timing-function: cubic-bezier(.175, .885, .32, 1);
    -webkit-transition-timing-function: cubic-bezier(.175, .885, .32, 1.15);
    -moz-transition-timing-function: cubic-bezier(.175, .885, .32, 1.15);
    -ms-transition-timing-function: cubic-bezier(.175, .885, .32, 1.15);
    -o-transition-timing-function: cubic-bezier(.175, .885, .32, 1.15);
    transition-timing-function: cubic-bezier(.175, .885, .32, 1.15)
}
.tooltipster-fall.tooltipster-dying {
    -webkit-transition-property: all;
    -moz-transition-property: all;
    -o-transition-property: all;
    -ms-transition-property: all;
    transition-property: all;
    top: 0!important;
    opacity: 0
}
.tooltipster-slide {
    left: -40px;
    -webkit-transition-property: left;
    -moz-transition-property: left;
    -o-transition-property: left;
    -ms-transition-property: left;
    transition-property: left;
    -webkit-transition-timing-function: cubic-bezier(.175, .885, .32, 1);
    -webkit-transition-timing-function: cubic-bezier(.175, .885, .32, 1.15);
    -moz-transition-timing-function: cubic-bezier(.175, .885, .32, 1.15);
    -ms-transition-timing-function: cubic-bezier(.175, .885, .32, 1.15);
    -o-transition-timing-function: cubic-bezier(.175, .885, .32, 1.15);
    transition-timing-function: cubic-bezier(.175, .885, .32, 1.15)
}
.tooltipster-slide.tooltipster-dying {
    -webkit-transition-property: all;
    -moz-transition-property: all;
    -o-transition-property: all;
    -ms-transition-property: all;
    transition-property: all;
    left: 0!important;
    opacity: 0
}
.tooltipster-content-changing {
    opacity: .5;
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1)
}

/****Custom ****/
.tooltipster-content .gv-title {
    color: #000 !important;
    font-weight: bold;
    /*font-weight: 18px;*/
    text-transform: uppercase;
    padding: 0 130px 0 0;
    line-height: 1.6;
}
.tooltipster-base .gv-button .quick-view  {
    width: 195px;
    height: 42px;
    background: #05ffff !important;
    border: 1px solid #000;
    border-radius: 0 !important;
    color: #000 !important;
    font-size: 23px !important;
    
    -webkit-transition: background 0.5s ease-in;
    -moz-transition: background 0.5s ease-in;
    -ms-transition: background 0.5s ease-in;
    -o-transition: background 0.5s ease-in;
    transition: background 0.5s ease-in;


}
.tooltipster-base .gv-button .quick-view:hover  {

    color:#05ffff !important;
    border: 1px solid #05ffff;

}
.quick-view {
    /*position: absolute;
    right: -40px;
    top:33%;*/


}
.tooltipster-base .gv-button .quick-view {
    text-align: center;
    padding: 0;
    margin: 0;
    padding: 12px 33px 18px 33px;
    font-size: 23px;
}
.tooltipster-base .gv-button .quick-view a{
	color: #000 !important;
	text-decoration:none;


}
.tooltipster-base .gv-button .quick-view:hover, .tooltipster-base .gv-button .quick-view:hover a, .tooltipster-base .gv-button .quick-view a:hover {
    cursor: pointer;
    color:#05ffff !important;
}
.gv-ex p{
    line-height: 10px !important;
}
.tooltipster-base .gb-ex {
    line-height: 1;
}
  .tooltipster-content + .tooltipster-arrow-left {

}

@media (max-width:1024px) {
    .tooltipster-base {
        display: none !important;
    }
}
