.patternbutton {
	-webkit-filter: none;
	filter: none;
}
/*----------------------------------------------- left side more products style*/
.more-products {
	background-color: #afafaf;
	color: white;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-ms-border-radius: 8px;
	-o-border-radius: 8px;
	border-radius: 8px;
	position: absolute;
	font-size: large;
	bottom: -10px;
	left: 0;
	right: 0;
	text-align: center;
	z-index: 1;
}
.more-products:after, .more-products:before {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}
.more-products:after {
	border-color: rgba(4, 231, 177, 0);
	border-top-color: #afafaf;
	border-width: 15px;
	margin-left: -15px;
}
.more-products:before {
	border-color: rgba(4, 231, 177, 0);
	border-top-color: #afafaf;
	border-width: 16px;
	margin-left: -16px;
}
/*----------------------------------------------- vivo green buttons style*/
.btn-xs:hover {
	background: #fff;
	border-color: #cccccc;
	cursor: default;
}
/*----------------------------------------------- zoom buttons container style*/
.zoomButtonContainer {
	position: absolute;
	bottom: 4%;
	right: 2%;
	background-color: white;
	border: 1px solid #ccc;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
}
/*----------------------------------------------- zoom buttons style*/
.zoomButton {
	width: 50px;
	line-height: 50px;
	text-align: center;
	vertical-align: middle;
	opacity: .7;
	font-size: 30px;
	font-family: "Anton";
	cursor: pointer;
	position: relative;
	overflow: hidden;
}
.zoomButton > div {
	position: relative;
}
.zoomButton:hover {
	opacity: 1;
}
.zoomButtonSeparator {
	margin: 0 auto;
	width: 80%;
}
/*----------------------------------------------- toolset chooser container style*/
#toolChooserContainer {
	position: absolute;
	left: -5%;
	z-index: 2;
	width: 9.5%;
}
#toolChooserContainer .mainButton {
	width: 100%;
}
/*----------------------------------------------- toolset chooser style*/
.mainButtonHolder {
	position: relative;
	background-color: inherit;
	-webkit-border-radius: 10%;
	-moz-border-radius: 10%;
	-ms-border-radius: 10%;
	-o-border-radius: 10%;
	border-radius: 10%;
	-webkit-transition: -webkit-transform 1s;
	-moz-transition: -moz-transform 1s;
	-ms-transition: -ms-transform 1s;
	-o-transition: -o-transform 1s;
	transition: transform 1s;
	margin-bottom: 5px;
}
.mainButtonHolder.selected {
	-webkit-transform: translateX(40%);
	-moz-transform: translateX(40%);
	-ms-transform: translateX(40%);
	-o-transform: translateX(40%);
	transform: translateX(40%);
	background-color: inherit;
	color: white;
}
.mainButtonHolder .arrow_box_holder {
	position: absolute;
	left: 100%;
	top: 17.5px;
	opacity: 0;
	-webkit-transition: left 1s, opacity 1s;
	-moz-transition: left 1s, opacity 1s;
	-ms-transition: left 1s, opacity 1s;
	-o-transition: left 1s, opacity 1s;
	transition: left 1s, opacity 1s;
	z-index: -1;
}
.mainButtonHolder.selected .arrow_box_holder {
	left: -5px;
	opacity: 1;
}
.mainButtonHolder .arrow_box_holder .arrow_box {
	position: relative;
	background: #04E7B1;
	width: 70px;
	height: 15px;
}
.mainButtonHolder .arrow_box_holder .arrow_box:after {
	right: 100%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(4, 231, 177, 0);
	border-right-color: #04E7B1;
	border-width: 20px;
	margin-top: -20px;
}
/*----------------------------------------------- view chooser style*/
.viewChooser {
	background-color: black;
	color: white;
	padding: 2px;
	cursor: pointer;
	opacity: .7;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
	border-radius: 10px;
	text-align: center;
	border: 1px solid #ccc;
	margin: 0;
}
.active {
	opacity: 1;
}
.viewChooser img {
	background-color: white;
	padding: 2px;
	-webkit-border-top-left-radius: 10px;
	-moz-border-top-left-radius: 10px;
	-ms-border-top-left-radius: 10px;
	-o-border-top-left-radius: 10px;
	border-top-left-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-bottom-left-radius: 10px;
	-ms-border-bottom-left-radius: 10px;
	-o-border-bottom-left-radius: 10px;
	border-bottom-left-radius: 10px;
}
.viewChooser:hover, .viewChooser.selected {
	opacity: 1;
}
.viewChooser .text-center {
	vertical-align: middle;
}
/*----------------------------------------------- sliders style*/
.defaultSlider {
	margin-left: auto;
	margin-right: auto;
}
#sizeSlider {
	border: 0 !important;
	background: transparent;
}
#sizeSlider .ui-slider-handle {
	height: 1.8em;
	width: .8em;
	left: -0.4em;
	margin-top: -0.3em;
	position: absolute;
}
#sizeSliderBg {
	/*width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 0 .8em 1em;
	border-color: transparent transparent #04e7b1 transparent;*/
	width: calc(100% - 30px);
	position: absolute;
	height: 0;
	padding-top: .8em;
	overflow: hidden;
}
#sizeSliderBg:after {
	content: "";
	display: block;
	width: 0;
	height: 0;
	margin-top:-35px;

	border-top: 35px solid transparent;
	border-right: 500px solid #afafaf;
}
/*----------------------------------------------- rigth arrow style*/
.arrow_box_right {
	position: relative;
	background: #04E7B1;
}
.arrow_box_right:after {
	left: 100%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(4, 231, 177, 0);
	border-left-color: #afafaf;
	border-width: 10px;
	margin-top: -10px;
}
/*----------------------------------------------- more products hover box*/
.hoverbox {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	-webkit-transform: rotateY(90deg);
	-moz-transform: rotateY(90deg);
	-ms-transform: rotateY(90deg);
	-o-transform: rotateY(90deg);
	transform: rotateY(90deg);
	-webkit-transition: -webkit-transform .5s;
	-moz-transition: -moz-transform .5s;
	-ms-transition: -ms-transform .5s;
	-o-transition: -o-transform .5s;
	transition: transform .5s;
	background-color: rgba(255, 255, 255, 0.5);
}
.more-product-holder .img-responsive:hover + .hoverbox, .hoverbox:hover {
	-webkit-transform: rotateY(0deg);
	-moz-transform: rotateY(0deg);
	-ms-transform: rotateY(0deg);
	-o-transform: rotateY(0deg);
	transform: rotateY(0deg);
}
/*----------------------------------------------- social buttons*/
#BtnFacebook, #BtnPinterest, #BtnTwitter, #BtnGooglePlus {
	width: 34px;
}
/*----------------------------------------------- gallery*/
#gallery-left, #gallery-right {
	position: absolute;
	top: 0;
	bottom: 0;
	width: 5%;
	opacity: .3;
	font-size: 20px;
	text-align: center;
	padding-top: calc(25% - 10px);
	cursor: pointer;
	background: #ccc;
}
#gallery-left {
	left: 0;
}
#gallery-right {
	right: 0;
}
#gallery-left:hover, #gallery-right:hover {
	opacity: .6;
}
#gallery-left:active, #gallery-right:active {
	opacity: 1;
}
/*----------------------------------------------- appframe*/