﻿/* Media Queries for Desktop
---------------------------------------------------------------*/
@media all and (min-width: 1438px) {
.onlinStoreID {
	width: 100%;
	float: left;
	margin-left: 0%;
	margin-right: 0%;
	padding-top: 80px;
}
.onlinStoreID_title {
	float: right;
	width: 100%;
	padding-top: 50px;
	padding-bottom: 50px;
}
.onlinStoreID_title h1 {
	float: right;
	width: 100%;
	padding: 0px;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-size: 36px;
	direction: ltr;
	font-weight: 300;
	line-height: 1em;
	text-align: center;
}
.onlinStoreID_container {
	float: right;
	width: 100%;
	padding-top: 50px;
	padding-bottom: 50px;
	min-height: 450px;
}
.onlinStoreID_item {
	float: right;
	width: 70%;
	margin-left: 15%;
	margin-right: 15%;
}
.onlinStoreID_slideshow {
	float: left;
	width: 52%;
	padding: 1%;
	margin-right: 0.5%;
	margin-left: 0%;
	margin-top: 0px;
	margin-bottom: 0px;
}
.onlinStoreID_content {
	float: left;
	width: 16.5%;
	padding: 1%;
	margin-right: 0.5%;
	margin-top: 0px;
	margin-bottom: 0px;
	direction: ltr;
	min-height: 400px;
}
.onlinStoreID_inside {
	float: right;
	width: 96%;
	margin: 2%;
}
.onlinStoreID_inside h2 {
	float: left;
	width: 100%;
	padding-bottom: 5px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 25px;
	font-size: 24px;
	direction: ltr;
	font-weight: 500;
	line-height: 1.2em;
	text-align: left;
	border-bottom-style: dashed;
	border-bottom-width: 1px;
	border-bottom-color: #333333;
}
.onlinStoreID_inside_title {
	float: left;
	width: 100%;
	padding-bottom: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 7px;
	font-size: 15px;
	direction: ltr;
	font-weight: 600;
	line-height: 1.2em;
	text-align: left;
	border-bottom-style: dotted;
	border-bottom-width: 0px;
	border-bottom-color: #333333;
}
.onlinStoreID_inside_text {
	float: left;
	width: 100%;
	padding-bottom: 5px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	font-size: 14px;
	direction: ltr;
	font-weight: 400;
	line-height: 1.5em;
	text-align: left;
	border-bottom-style: dotted;
	border-bottom-width: 0px;
	border-bottom-color: #999;
}
.onlinStoreID_more_info {
	border: 1px dashed #666;
	float: right;
	width: 26.5%;
	padding: 1%;
	margin-right: 0%;
	display: inline-block;
	box-sizing: border-box;
	min-height: 424px;
}
.onlinStoreID_more_info_inside {
	float: left;
	width: 94%;
	margin: 3%;
}
.onlinStoreID_more_info_title {
	float: left;
	width: 100%;
	padding-bottom: 5px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	font-size: 24px;
	direction: ltr;
	font-weight: 500;
	line-height: 1.2em;
	text-align: center;
	border-bottom-style: dashed;
	border-bottom-width: 1px;
	border-bottom-color: #333333;
}
.onlinStoreID_more_info_text {
	float: left;
	width: 100%;
	padding-bottom: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	font-size: 14px;
	direction: ltr;
	font-weight: 500;
	line-height: 1.2em;
	text-align: center;
	border-bottom-style: dotted;
	border-bottom-width: 0px;
	border-bottom-color: #333333;
}
.ShoppingCounter {
	border: 1px solid #333;
	width: 100%;
	float: left;
	text-align: center;
	padding: 0px;
	margin-right: 0%;
	margin-top: 5px;
	margin-bottom: 25px;
}
.ShoppingPlus {
	width: 27%;
	float: left;
	text-align: center;
	border: 0px solid #333;
	cursor: pointer;
}
.ShoppingMinus {
	width: 27%;
	float: left;
	text-align: center;
	cursor: pointer;
}
#ShoppingCountNum {
	width: 46%;
	float: left;
	padding-top: 8px;
	text-align: center;
	font-size: 18px;
	color: #000;
	font-weight: 400;
}
.productID_addToCart_btn {
	font-size: 17px;
	text-align: center;
	float: left;
	width: 100%;
	line-height: 2.5em;
	margin-bottom: 25px;
}
.onlinStoreID_check_out {
	font-size: 15px;
	color: #fff;
	background-color: #333;
	text-align: center;
	float: right;
	width: 100%;
	line-height: 2.5em;
	border: 1px solid #fff;
	-webkit-transition: all ease 0.1s;
	-moz-transition: all ease 0.1s;
	-o-transition: all ease 0.1s;
	-ms-transition: all ease 0.1s;
	transition: all ease 0.1s;
	margin-right: 0%;
	margin-top: 15px;
	margin-right: 0%;
	box-sizing:border-box;
}
.onlinStoreID_continoue {
	font-size: 15px;
	color: #333;
	background-color: rgba(255,255,255,1);
	text-align: center;
	float: right;
	width: 100%;
	line-height: 2.5em;
	border: 1px solid #333;
	-webkit-transition: all ease 0.1s;
	-moz-transition: all ease 0.1s;
	-o-transition: all ease 0.1s;
	-ms-transition: all ease 0.1s;
	transition: all ease 0.1s;
	margin-right: 0%;
	margin-top: 15px;
	margin-right: 0%;
	box-sizing:border-box;
}
.onlinStoreID_check_out:hover {
}
.onlinStoreID_Back_history {
	font-size: 17px;
	color: #000;
	background-color: rgba(0,0,0,0.0);
	text-align: center;
	float: left;
	width: 100%;
	line-height: 2.5em;
	border: 0px solid #000;
	-webkit-transition: all ease 0.1s;
	-moz-transition: all ease 0.1s;
	-o-transition: all ease 0.1s;
	-ms-transition: all ease 0.1s;
	transition: all ease 0.1s;
	margin-right: 0%;
	margin-bottom: 25px;
}
.onlinStoreID_Back_history:hover {
	color: #666;
	background-color: rgba(153,153,153,0.0);
	border: 0px solid #000;
}
.vertical_btn_animation {
	width: 100%;
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
	position: relative;
	background: transparent;
	-webkit-transition-property: color;
	transition-property: color;
	-webkit-transition-duration: 0.2s;
	transition-duration: 0.2s;
	color: #fff;
	border: 1px solid #333;
	background-color: #333;
}
.vertical_btn_animation:before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	-webkit-transform: scaleY(0);
	transform: scaleY(0);
	-webkit-transform-origin: 50%;
	transform-origin: 50%;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-duration: 0.2s;
	transition-duration: 0.2s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
	color: #333;
	background-color: #fff;
}
.vertical_btn_animation:hover, .vertical_btn_animation:focus, .vertical_btn_animation:active {
	color: #333;
}
.vertical_btn_animation:hover:before, .vertical_btn_animation:focus:before, .vertical_btn_animation:active:before {
	-webkit-transform: scaleY(1);
	transform: scaleY(1);
}
.right_btn_animation {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
	position: relative;
	-webkit-transition-property: color;
	transition-property: color;
	-webkit-transition-duration: 0.2s;
	transition-duration: 0.2s;
}
.right_btn_animation:before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #000;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: 0 50%;
	transform-origin: 0 50%;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-duration: 0.2s;
	transition-duration: 0.2s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}
.right_btn_animation:hover, .right_btn_animation:focus, .right_btn_animation:active {
	color: white;
}
.right_btn_animation:hover:before, .right_btn_animation:focus:before, .right_btn_animation:active:before {
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
}
.left_btn_animation {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
	position: relative;
	-webkit-transition-property: color;
	transition-property: color;
	-webkit-transition-duration: 0.2s;
	transition-duration: 0.2s;
}
.left_btn_animation:before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #999;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: 100% 50%;
	transform-origin: 100% 50%;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-duration: 0.2s;
	transition-duration: 0.2s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}
.left_btn_animation:hover, .left_btn_animation:focus, .left_btn_animation:active {
	color: white;
}
.left_btn_animation:hover:before, .left_btn_animation:focus:before, .left_btn_animation:active:before {
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
}
.onlinStoreID_productsImages {
	width: 100%;
	float: left;
	margin-left: 0%;
	margin-right: 0%;
	padding-top: 30px;
}
.onlinStoreID_productsImages h1 {
	float: right;
	width: 100%;
	padding: 0px;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-size: 19px;
	direction: ltr;
	font-weight: 600;
	line-height: 1.2em;
	text-align: left;
}
.onlinStoreID_imagesReapeater {
	width: 100%;
	float: left;
	margin-left: 0%;
	margin-right: 0%;
	padding-top: 30px;
}
.example-image-link {
	border: 5px solid #FFFFFF;
	display: inline-block;
	box-sizing: border-box;
	width: 15%;
	float: left;
	margin-left: 0%;
	margin-right: 2%;
	margin-bottom: 2%;
}
.example-image-link:nth-of-type(6n) {
	border: 5px solid #FFFFFF;
	display: inline-block;
	box-sizing: border-box;
	width: 15%;
	float: left;
	margin-left: 0%;
	margin-right: 0%;
	margin-bottom: 2%;
}
.exlink_serialName {
	float: right;
	width: 100%;
	padding-right: 0%;
	padding-left: 0%;
	padding-top: 0%;
	padding-bottom: 0%;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-size: 13px;
	direction: ltr;
	font-weight: 600;
	line-height: 1.6em;
	text-align: left;
	color: #000;
	background-color: #fff;
}
.exlink_serialSlab {
	float: right;
	width: 100%;
	padding-right: 0%;
	padding-left: 0%;
	padding-top: 2%;
	padding-bottom: 0%;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-size: 13px;
	direction: ltr;
	font-weight: 600;
	line-height: 1.6em;
	text-align: left;
	color: #000;
	background-color: #fff;
}
.exlink_serialNum {
	float: right;
	width: 100%;
	padding-right: 0;
	padding-left: 0;
	padding-top: 0%;
	padding-bottom: 0;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-size: 13px;
	direction: ltr;
	font-weight: 400;
	line-height: 1.6em;
	text-align: left;
	color: #666;
	background-color: #fff;
}
.slab_item {
	float: left;
	width: 18.4%;
	margin-right: 2%;
	margin-bottom: 2%;
	box-sizing: border-box;
	display: inline-block;
	cursor: pointer;
	padding: 0px;
	background-color: #fff;
	position:relative;
}
.slab_item:nth-of-type(5n) {
	float: left;
	width: 18.4%;
	margin-right: 0%;
	margin-bottom: 2%;
	box-sizing: border-box;
	display: inline-block;
	cursor: pointer;
	padding: 0px;
	background-color: #fff;
}
.box { 
    float: left;
    background-color: #3CB54A!important;
}
.border-select {
	float: left;
	width: 100%;
	margin-right: 0;
	margin-bottom: 0;
	box-sizing: border-box;
	display: inline-block;
	cursor: pointer;
	padding: 5px;
	background-color: #fff;
	position:relative;
}
.border-select:nth-of-type(5n) {
	float: left;
	width: 100%;
	margin-right: 0;
	margin-bottom: 0;
	box-sizing: border-box;
	display: inline-block;
	cursor: pointer;
	padding: 5px;
	background-color: #fff;
}
.slab_detalis {
    float: left;
    width: 100%;
    padding-right: 10px;
    padding-left: 10px;
    padding-top: 5px;
    padding-bottom: 10px;
    box-sizing:border-box;
    border-top-width: 0px;
	border-top-style: dotted;
	border-top-color: #ccc;
}
.icons_on_slabs {
    float: left;
    width: 100%;
    padding-right: 10px;
    padding-left: 10px;
    padding-top: 5px;
    padding-bottom: 10px;
    box-sizing:border-box;
    border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #ccc;
}
.zoom_icon_on_slab {
    float: left;
    width: 30px;
    height: 30px;
    margin-top:5px;
    position: relative;
}
.choose_icon_on_slab {
    float: right;
    width: 30px;
    height: 30px;
    margin-top:5px;
    position: relative;
}
}
/* Media Queries for Laptop
-------------------------------------------------------------- */
@media all and (max-width: 1439px) and (min-width: 769px) {
.onlinStoreID {
 width: 100%;
 float: left;
 margin-left: 0%;
 margin-right: 0%;
 padding-top: 70px;
}
.onlinStoreID_title {
 float: right;
 width: 100%;
 padding-top: 40px;
 padding-bottom: 40px;
}
.onlinStoreID_title h1 {
 float: right;
 width: 100%;
 padding: 0px;
 margin-top: 0px;
 margin-left: 0px;
 margin-right: 0px;
 margin-bottom: 0px;
 font-size: 32px;
 direction: ltr;
 font-weight: 300;
 line-height: 1.2em;
 text-align: center;
}
.onlinStoreID_container {
 float: right;
 width: 100%;
 padding-top: 50px;
 padding-bottom: 50px;
 min-height:450px;
}
.onlinStoreID_item {
 float: right;
 width: 90%;
 margin-left: 5%;
 margin-right: 5%;
}
.onlinStoreID_slideshow {
 float: left;
 width: 50%;
 padding:1%;
 margin-right:0.5%;
 margin-left:0%;
 margin-top:0px;
 margin-bottom:0px;
}
.onlinStoreID_content {
 float: left;
 width: 17.5%;
 padding:1%;
 margin-right: 0.5%;
 margin-top:0px;
 margin-bottom:0px;
 direction:ltr;
 min-height:400px;
}
.onlinStoreID_inside {
 float: right;
 width: 96%;
 margin:2%;
}
.onlinStoreID_inside h2 {
 float: left;
 width: 100%;
 padding-bottom: 5px;
 padding-top: 0px;
 padding-right: 0px;
 padding-left: 0px;
 margin-top: 0px;
 margin-left: 0px;
 margin-right: 0px;
 margin-bottom: 25px;
 font-size: 21px;
 direction: ltr;
 font-weight: 500;
 line-height: 1.2em;
 text-align: left;
 border-bottom-style: dashed;
 border-bottom-width: 1px;
 border-bottom-color: #333333;
}
.onlinStoreID_inside_title {
 float: left;
 width: 100%;
 padding-bottom: 0px;
 padding-top: 0px;
 padding-right: 0px;
 padding-left: 0px;
 margin-top: 0px;
 margin-left: 0px;
 margin-right: 0px;
 margin-bottom: 7px;
 font-size: 15px;
 direction: ltr;
 font-weight: 600;
 line-height: 1.2em;
 text-align: left;
 border-bottom-style: dotted;
 border-bottom-width: 0px;
 border-bottom-color: #333333;
}
.onlinStoreID_inside_text {
 float: left;
 width: 100%;
 padding-bottom: 5px;
 padding-top: 0px;
 padding-right: 0px;
 padding-left: 0px;
 margin-top: 0px;
 margin-left: 0px;
 margin-right: 0px;
 margin-bottom: 20px;
 font-size: 14px;
 direction: ltr;
 font-weight: 400;
 line-height: 1.5em;
 text-align: left;
 border-bottom-style: dotted;
 border-bottom-width: 0px;
 border-bottom-color: #999;
}
.onlinStoreID_more_info {
 border: 1px dashed #666;
 float: right;
 width: 27.5%;
 padding: 1%;
 margin-right: 0%;
 display: inline-block;
 box-sizing: border-box;
 min-height:423px;
}
.onlinStoreID_more_info_inside {
 float:left;
 width: 94%;
 margin: 3%;
}
.onlinStoreID_more_info_title {
 float: left;
 width: 100%;
 padding-bottom: 5px;
 padding-top: 0px;
 padding-right: 0px;
 padding-left: 0px;
 margin-top: 0px;
 margin-left: 0px;
 margin-right: 0px;
 margin-bottom: 25px;
 font-size: 21px;
 direction: ltr;
 font-weight: 500;
 line-height: 1.2em;
 text-align: center;
 border-bottom-style: dashed;
 border-bottom-width: 1px;
 border-bottom-color: #333333;
}
.onlinStoreID_more_info_text {
 float: left;
 width: 100%;
 padding-bottom: 0px;
 padding-top: 0px;
 padding-right: 0px;
 padding-left: 0px;
 margin-top: 0px;
 margin-left: 0px;
 margin-right: 0px;
 margin-bottom: 5px;
 font-size: 14px;
 direction: ltr;
 font-weight: 500;
 line-height: 1.2em;
 text-align: center;
 border-bottom-style: dotted;
 border-bottom-width: 0px;
 border-bottom-color: #333333;
}
.ShoppingCounter {
 border: 1px solid #333;
 width: 100%;
 float: left;
 text-align: center;
 padding: 0px;
 margin-right: 0%;
 margin-top: 5px;
 margin-bottom:25px;
}
.ShoppingPlus {
 width: 27%;
 float: left;
 text-align: center;
 border: 0px solid #333;
 cursor: pointer;
}
.ShoppingMinus {
 width: 27%;
 float: left;
 text-align: center;
 cursor: pointer;
}
#ShoppingCountNum {
 width: 46%;
 float: left;
 padding-top: 7px;
 text-align: center;
 font-size: 17px;
 color: #000;
 font-weight: 400;
}
.productID_addToCart_btn {
 font-size: 15px;
 text-align: center;
 float: left;
 width: 100%;
 line-height: 2.5em;
 margin-bottom:25px;
}
.onlinStoreID_check_out {
 font-size: 15px;
 color: #333;
 background-color: rgba(255,255,255,1);
 text-align: center;
 float: left;
 width: 100%;
 line-height: 2.5em;
 border: 1px solid #333;
 -webkit-transition: all ease 0.1s;
 -moz-transition: all ease 0.1s;
 -o-transition: all ease 0.1s;
 -ms-transition: all ease 0.1s;
 transition: all ease 0.1s;
 margin-right: 0%;
	margin-top: 10px;
	margin-bottom: 10px;
}
.onlinStoreID_continoue {
 font-size: 15px;
 color: #333;
 background-color: rgba(255,255,255,1);
 text-align: center;
 float: left;
 width: 100%;
 line-height: 2.5em;
 border: 1px solid #333;
 -webkit-transition: all ease 0.1s;
 -moz-transition: all ease 0.1s;
 -o-transition: all ease 0.1s;
 -ms-transition: all ease 0.1s;
 transition: all ease 0.1s;
 margin-right: 0%;
}
.onlinStoreID_check_out:hover {
}
.onlinStoreID_Back_history {
 font-size: 15px;
 color: #000;
 background-color: rgba(0,0,0,0.0);
 text-align: center;
 float: left;
 width: 100%;
 line-height: 2.5em;
 border: 0px solid #000;
 -webkit-transition: all ease 0.1s;
 -moz-transition: all ease 0.1s;
 -o-transition: all ease 0.1s;
 -ms-transition: all ease 0.1s;
 transition: all ease 0.1s;
 margin-right: 0%;
 margin-bottom:25px;
}
.onlinStoreID_Back_history:hover {
 color: #666;
 background-color: rgba(153,153,153,0.0);
 border: 0px solid #000;
}
 .vertical_btn_animation {
 width: 100%;
 display: inline-block;
 vertical-align: middle;
 -webkit-transform: translateZ(0);
 transform: translateZ(0);
 box-shadow: 0 0 1px rgba(0, 0, 0, 0);
 -webkit-backface-visibility: hidden;
 backface-visibility: hidden;
 -moz-osx-font-smoothing: grayscale;
 position: relative;
 background: transparent;
 -webkit-transition-property: color;
 transition-property: color;
 -webkit-transition-duration: 0.2s;
 transition-duration: 0.2s;
 color: #fff;
 border: 1px solid #333;
 background-color:#333;
}
.vertical_btn_animation:before {
 content: "";
 position: absolute;
 z-index: -1;
 top: 0;
 bottom: 0;
 left: 0;
 right: 0;
 -webkit-transform: scaleY(0);
 transform: scaleY(0);
 -webkit-transform-origin: 50%;
 transform-origin: 50%;
 -webkit-transition-property: transform;
 transition-property: transform;
 -webkit-transition-duration: 0.2s;
 transition-duration: 0.2s;
 -webkit-transition-timing-function: ease-out;
 transition-timing-function: ease-out;
 color: #333;
 background-color:#fff;
}
.vertical_btn_animation:hover, .vertical_btn_animation:focus, .vertical_btn_animation:active {
 color: #333;
}
.vertical_btn_animation:hover:before, .vertical_btn_animation:focus:before, .vertical_btn_animation:active:before {
 -webkit-transform: scaleY(1);
 transform: scaleY(1);
}
.right_btn_animation {
 display: inline-block;
 vertical-align: middle;
 -webkit-transform: translateZ(0);
 transform: translateZ(0);
 box-shadow: 0 0 1px rgba(0, 0, 0, 0);
 -webkit-backface-visibility: hidden;
 backface-visibility: hidden;
 -moz-osx-font-smoothing: grayscale;
 position: relative;
 -webkit-transition-property: color;
 transition-property: color;
 -webkit-transition-duration: 0.2s;
 transition-duration: 0.2s;
}
.right_btn_animation:before {
 content: "";
 position: absolute;
 z-index: -1;
 top: 0;
 left: 0;
 right: 0;
 bottom: 0;
 background: #000;
 -webkit-transform: scaleX(0);
 transform: scaleX(0);
 -webkit-transform-origin: 0 50%;
 transform-origin: 0 50%;
 -webkit-transition-property: transform;
 transition-property: transform;
 -webkit-transition-duration: 0.2s;
 transition-duration: 0.2s;
 -webkit-transition-timing-function: ease-out;
 transition-timing-function: ease-out;
}
.right_btn_animation:hover, .right_btn_animation:focus, .right_btn_animation:active {
 color: white;
}
.right_btn_animation:hover:before, .right_btn_animation:focus:before, .right_btn_animation:active:before {
 -webkit-transform: scaleX(1);
 transform: scaleX(1);
}
.left_btn_animation {
 display: inline-block;
 vertical-align: middle;
 -webkit-transform: translateZ(0);
 transform: translateZ(0);
 box-shadow: 0 0 1px rgba(0, 0, 0, 0);
 -webkit-backface-visibility: hidden;
 backface-visibility: hidden;
 -moz-osx-font-smoothing: grayscale;
 position: relative;
 -webkit-transition-property: color;
 transition-property: color;
 -webkit-transition-duration: 0.2s;
 transition-duration: 0.2s;
}
.left_btn_animation:before {
 content: "";
 position: absolute;
 z-index: -1;
 top: 0;
 left: 0;
 right: 0;
 bottom: 0;
 background: #999;
 -webkit-transform: scaleX(0);
 transform: scaleX(0);
 -webkit-transform-origin: 100% 50%;
 transform-origin: 100% 50%;
 -webkit-transition-property: transform;
 transition-property: transform;
 -webkit-transition-duration: 0.2s;
 transition-duration: 0.2s;
 -webkit-transition-timing-function: ease-out;
 transition-timing-function: ease-out;
}
.left_btn_animation:hover, .left_btn_animation:focus, .left_btn_animation:active {
 color: white;
}
.left_btn_animation:hover:before, .left_btn_animation:focus:before, .left_btn_animation:active:before {
 -webkit-transform: scaleX(1);
 transform: scaleX(1);
}
.onlinStoreID_productsImages {
 width: 100%;
 float: left;
 margin-left: 0%;
 margin-right: 0%;
 padding-top: 30px;
}
.onlinStoreID_productsImages h1 {
 float: right;
 width: 100%;
 padding: 0px;
 margin-top: 0px;
 margin-left: 0px;
 margin-right: 0px;
 margin-bottom: 0px;
 font-size: 19px;
 direction: ltr;
 font-weight: 600;
 line-height: 1.2em;
 text-align: left;
}
.onlinStoreID_imagesReapeater {
 width: 100%;
 float: left;
 margin-left: 0%;
 margin-right: 0%;
 padding-top: 30px;
}
.example-image-link {
	border: 5px solid #FFFFFF;
	display: inline-block;
	box-sizing: border-box;
	width: 15%;
	float: left;
	margin-left: 0%;
	margin-right: 2%;
	margin-bottom: 2%;
}
.example-image-link:nth-of-type(6n) {
	border: 5px solid #FFFFFF;
	display: inline-block;
	box-sizing: border-box;
	width: 15%;
	float: left;
	margin-left: 0%;
	margin-right: 0%;
	margin-bottom: 2%;
}
.exlink_serialName {
	float: right;
	width: 100%;
	padding-right: 0%;
	padding-left: 0%;
	padding-top: 0%;
	padding-bottom: 0%;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-size: 13px;
	direction: ltr;
	font-weight: 600;
	line-height: 1.6em;
	text-align: left;
	color: #000;
	background-color: #fff;
}
.exlink_serialSlab {
	float: right;
	width: 100%;
	padding-right: 0%;
	padding-left: 0%;
	padding-top: 2%;
	padding-bottom: 0%;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-size: 13px;
	direction: ltr;
	font-weight: 600;
	line-height: 1.6em;
	text-align: left;
	color: #000;
	background-color: #fff;
}
.exlink_serialNum {
	float: right;
	width: 100%;
	padding-right: 0;
	padding-left: 0;
	padding-top: 0%;
	padding-bottom: 0;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-size: 13px;
	direction: ltr;
	font-weight: 400;
	line-height: 1.6em;
	text-align: left;
	color: #666;
	background-color: #fff;
}
.slab_item {
	float: left;
	width: 18.4%;
	margin-right: 2%;
	margin-bottom: 2%;
	box-sizing: border-box;
	display: inline-block;
	cursor: pointer;
	padding: 0px;
	background-color: #fff;
	position:relative;
}
.slab_item:nth-of-type(5n) {
	float: left;
	width: 18.4%;
	margin-right: 0%;
	margin-bottom: 2%;
	box-sizing: border-box;
	display: inline-block;
	cursor: pointer;
	padding: 0px;
	background-color: #fff;
}
.box { 
    float: left;
    background-color: #3CB54A!important;
}
.border-select {
	float: left;
	width: 100%;
	margin-right: 0;
	margin-bottom: 0;
	box-sizing: border-box;
	display: inline-block;
	cursor: pointer;
	padding: 5px;
	background-color: #fff;
	position:relative;
}
.border-select:nth-of-type(5n) {
	float: left;
	width: 100%;
	margin-right: 0;
	margin-bottom: 0;
	box-sizing: border-box;
	display: inline-block;
	cursor: pointer;
	padding: 5px;
	background-color: #fff;
}
.slab_detalis {
    float: left;
    width: 100%;
    padding-right: 10px;
    padding-left: 10px;
    padding-top: 5px;
    padding-bottom: 10px;
    box-sizing:border-box;
    border-top-width: 0px;
	border-top-style: dotted;
	border-top-color: #ccc;
}
.icons_on_slabs {
    float: left;
    width: 100%;
    padding-right: 10px;
    padding-left: 10px;
    padding-top: 5px;
    padding-bottom: 10px;
    box-sizing:border-box;
    border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #ccc;
}
.zoom_icon_on_slab {
    float: left;
    width: 30px;
    height: 30px;
    margin-top:5px;
    position: relative;
}
.choose_icon_on_slab {
    float: right;
    width: 30px;
    height: 30px;
    margin-top:5px;
    position: relative;
}
}
/* Media Queries for Ipad
-------------------------------------------------------------- */
@media all and (max-width: 768px) and (min-width: 659px) {
.onlinStoreID {
 width: 100%;
 float: left;
 margin-left: 0%;
 margin-right: 0%;
 padding-top: 60px;
}
.onlinStoreID_title {
 float: right;
 width: 100%;
 padding-top: 20px;
 padding-bottom: 20px;
}
.onlinStoreID_title h1 {
 float: right;
 width: 100%;
 padding: 0px;
 margin-top: 0px;
 margin-left: 0px;
 margin-right: 0px;
 margin-bottom: 0px;
 font-size: 24px;
 direction: ltr;
 font-weight: 300;
 line-height: 1.2em;
 text-align: center;
}
.onlinStoreID_container {
 float: right;
 width: 100%;
 padding-top: 40px;
 padding-bottom: 50px;
 min-height: 450px;
}
.onlinStoreID_item {
 float: right;
 width: 90%;
 margin-left: 5%;
 margin-right: 5%;
}
.onlinStoreID_slideshow {
 float: left;
 width: 98%;
 padding:1%;
 margin-right:0%;
 margin-left:0%;
 margin-top:0px;
 margin-bottom: 10px;
}
.onlinStoreID_content {
 float: left;
 width: 48%;
 padding:1%;
 margin-right: 1%;
 margin-top:0px;
 margin-bottom:0px;
 direction:ltr;
 min-height: 328px;
}
.onlinStoreID_inside {
 float: right;
 width: 96%;
 margin:2%;
}
.onlinStoreID_inside h2 {
 float: left;
 width: 100%;
 padding-bottom: 5px;
 padding-top: 0px;
 padding-right: 0px;
 padding-left: 0px;
 margin-top: 0px;
 margin-left: 0px;
 margin-right: 0px;
 margin-bottom: 25px;
 font-size: 21px;
 direction: ltr;
 font-weight: 500;
 line-height: 1.2em;
 text-align: left;
 border-bottom-style: dashed;
 border-bottom-width: 1px;
 border-bottom-color: #333333;
}
.onlinStoreID_inside_title {
 float: left;
 width: 100%;
 padding-bottom: 0px;
 padding-top: 0px;
 padding-right: 0px;
 padding-left: 0px;
 margin-top: 0px;
 margin-left: 0px;
 margin-right: 0px;
 margin-bottom: 3px;
 font-size: 15px;
 direction: ltr;
 font-weight: 400;
 line-height: 1.2em;
 text-align: left;
 border-bottom-style: dotted;
 border-bottom-width: 0px;
 border-bottom-color: #333333;
}
.onlinStoreID_inside_text {
 float: left;
 width: 100%;
 padding-bottom: 5px;
 padding-top: 0px;
 padding-right: 0px;
 padding-left: 0px;
 margin-top: 0px;
 margin-left: 0px;
 margin-right: 0px;
 margin-bottom: 10px;
 font-size: 14px;
 direction: ltr;
 font-weight: 400;
 line-height: 1.5em;
 text-align: left;
 border-bottom-style: dotted;
 border-bottom-width: 0px;
 border-bottom-color: #999;
}
.onlinStoreID_more_info {
 border: 1px dashed #666;
 float: right;
 width: 49%;
 padding: 1%;
 margin-right: 0%;
 display: inline-block;
 box-sizing: border-box;
 min-height: 345px;
}
.onlinStoreID_more_info_inside {
 float:left;
 width: 94%;
 margin: 3%;
}
.onlinStoreID_more_info_title {
 float: left;
 width: 100%;
 padding-bottom: 5px;
 padding-top: 0px;
 padding-right: 0px;
 padding-left: 0px;
 margin-top: 0px;
 margin-left: 0px;
 margin-right: 0px;
 margin-bottom: 25px;
 font-size: 21px;
 direction: ltr;
 font-weight: 500;
 line-height: 1.2em;
 text-align: center;
 border-bottom-style: dashed;
 border-bottom-width: 1px;
 border-bottom-color: #333333;
}
.onlinStoreID_more_info_text {
 float: left;
 width: 100%;
 padding-bottom: 0px;
 padding-top: 0px;
 padding-right: 0px;
 padding-left: 0px;
 margin-top: 0px;
 margin-left: 0px;
 margin-right: 0px;
 margin-bottom: 5px;
 font-size: 14px;
 direction: ltr;
 font-weight: 500;
 line-height: 1.2em;
 text-align: center;
 border-bottom-style: dotted;
 border-bottom-width: 0px;
 border-bottom-color: #333333;
}
.ShoppingCounter {
 border: 1px solid #333;
 width: 100%;
 float: left;
 text-align: center;
 padding: 0px;
 margin-right: 0%;
 margin-top: 5px;
 margin-bottom:25px;
}
.ShoppingPlus {
 width: 27%;
 float: left;
 text-align: center;
 border: 0px solid #333;
 cursor: pointer;
}
.ShoppingMinus {
 width: 27%;
 float: left;
 text-align: center;
 cursor: pointer;
}
#ShoppingCountNum {
 width: 46%;
 float: left;
 padding-top: 9px;
 text-align: center;
 font-size: 18px;
 color: #000;
 font-weight: 400;
}
.productID_addToCart_btn {
 font-size: 16px;
 text-align: center;
 float: left;
 width: 100%;
 line-height: 2.5em;
 margin-bottom:25px;
}
.onlinStoreID_check_out {
 font-size: 16px;
 color: #333;
 background-color: rgba(255,255,255,1);
 text-align: center;
 float: left;
 width: 100%;
 line-height: 2.5em;
 border: 1px solid #333;
 -webkit-transition: all ease 0.1s;
 -moz-transition: all ease 0.1s;
 -o-transition: all ease 0.1s;
 -ms-transition: all ease 0.1s;
 transition: all ease 0.1s;
 margin-right: 0%;
	margin-top: 10px;
	margin-bottom: 10px;
}
.onlinStoreID_continoue {
 font-size: 16px;
 color: #333;
 background-color: rgba(255,255,255,1);
 text-align: center;
 float: left;
 width: 100%;
 line-height: 2.5em;
 border: 1px solid #333;
 -webkit-transition: all ease 0.1s;
 -moz-transition: all ease 0.1s;
 -o-transition: all ease 0.1s;
 -ms-transition: all ease 0.1s;
 transition: all ease 0.1s;
 margin-right: 0%;
 margin-bottom: 15px;
}
.onlinStoreID_check_out:hover {
}
.onlinStoreID_Back_history {
 font-size: 16px;
 color: #000;
 background-color: rgba(0,0,0,0.0);
 text-align: center;
 float: left;
 width: 100%;
 line-height: 2.5em;
 border: 0px solid #000;
 -webkit-transition: all ease 0.1s;
 -moz-transition: all ease 0.1s;
 -o-transition: all ease 0.1s;
 -ms-transition: all ease 0.1s;
 transition: all ease 0.1s;
 margin-right: 0%;
 margin-bottom:0px;
}
.onlinStoreID_Back_history:hover {
 color: #666;
 background-color: rgba(153,153,153,0.0);
 border: 0px solid #000;
}
 .vertical_btn_animation {
 width: 100%;
 display: inline-block;
 vertical-align: middle;
 -webkit-transform: translateZ(0);
 transform: translateZ(0);
 box-shadow: 0 0 1px rgba(0, 0, 0, 0);
 -webkit-backface-visibility: hidden;
 backface-visibility: hidden;
 -moz-osx-font-smoothing: grayscale;
 position: relative;
 background: transparent;
 -webkit-transition-property: color;
 transition-property: color;
 -webkit-transition-duration: 0.2s;
 transition-duration: 0.2s;
 color: #fff;
 border: 1px solid #333;
 background-color:#333;
}
.vertical_btn_animation:before {
 content: "";
 position: absolute;
 z-index: -1;
 top: 0;
 bottom: 0;
 left: 0;
 right: 0;
 -webkit-transform: scaleY(0);
 transform: scaleY(0);
 -webkit-transform-origin: 50%;
 transform-origin: 50%;
 -webkit-transition-property: transform;
 transition-property: transform;
 -webkit-transition-duration: 0.2s;
 transition-duration: 0.2s;
 -webkit-transition-timing-function: ease-out;
 transition-timing-function: ease-out;
 color: #333;
 background-color:#fff;
}
.vertical_btn_animation:hover, .vertical_btn_animation:focus, .vertical_btn_animation:active {
 color: #333;
}
.vertical_btn_animation:hover:before, .vertical_btn_animation:focus:before, .vertical_btn_animation:active:before {
 -webkit-transform: scaleY(1);
 transform: scaleY(1);
}
 .right_btn_animation {
 display: inline-block;
 vertical-align: middle;
 -webkit-transform: translateZ(0);
 transform: translateZ(0);
 box-shadow: 0 0 1px rgba(0, 0, 0, 0);
 -webkit-backface-visibility: hidden;
 backface-visibility: hidden;
 -moz-osx-font-smoothing: grayscale;
 position: relative;
 -webkit-transition-property: color;
 transition-property: color;
 -webkit-transition-duration: 0.2s;
 transition-duration: 0.2s;
}
.right_btn_animation:before {
 content: "";
 position: absolute;
 z-index: -1;
 top: 0;
 left: 0;
 right: 0;
 bottom: 0;
 background: #000;
 -webkit-transform: scaleX(0);
 transform: scaleX(0);
 -webkit-transform-origin: 0 50%;
 transform-origin: 0 50%;
 -webkit-transition-property: transform;
 transition-property: transform;
 -webkit-transition-duration: 0.2s;
 transition-duration: 0.2s;
 -webkit-transition-timing-function: ease-out;
 transition-timing-function: ease-out;
}
.right_btn_animation:hover, .right_btn_animation:focus, .right_btn_animation:active {
 color: white;
}
.right_btn_animation:hover:before, .right_btn_animation:focus:before, .right_btn_animation:active:before {
 -webkit-transform: scaleX(1);
 transform: scaleX(1);
}
 .left_btn_animation {
 display: inline-block;
 vertical-align: middle;
 -webkit-transform: translateZ(0);
 transform: translateZ(0);
 box-shadow: 0 0 1px rgba(0, 0, 0, 0);
 -webkit-backface-visibility: hidden;
 backface-visibility: hidden;
 -moz-osx-font-smoothing: grayscale;
 position: relative;
 -webkit-transition-property: color;
 transition-property: color;
 -webkit-transition-duration: 0.2s;
 transition-duration: 0.2s;
}
.left_btn_animation:before {
 content: "";
 position: absolute;
 z-index: -1;
 top: 0;
 left: 0;
 right: 0;
 bottom: 0;
 background: #999;
 -webkit-transform: scaleX(0);
 transform: scaleX(0);
 -webkit-transform-origin: 100% 50%;
 transform-origin: 100% 50%;
 -webkit-transition-property: transform;
 transition-property: transform;
 -webkit-transition-duration: 0.2s;
 transition-duration: 0.2s;
 -webkit-transition-timing-function: ease-out;
 transition-timing-function: ease-out;
}
.left_btn_animation:hover, .left_btn_animation:focus, .left_btn_animation:active {
 color: white;
}
.left_btn_animation:hover:before, .left_btn_animation:focus:before, .left_btn_animation:active:before {
 -webkit-transform: scaleX(1);
 transform: scaleX(1);
}
.onlinStoreID_productsImages {
 width: 100%;
 float: left;
 margin-left: 0%;
 margin-right: 0%;
 padding-top: 30px;
}
.onlinStoreID_productsImages h1 {
 float: right;
 width: 100%;
 padding: 0px;
 margin-top: 0px;
 margin-left: 0px;
 margin-right: 0px;
 margin-bottom: 0px;
 font-size: 17px;
 direction: ltr;
 font-weight: 600;
 line-height: 1.2em;
 text-align: left;
}
.onlinStoreID_imagesReapeater {
 width: 100%;
 float: left;
 margin-left: 0%;
 margin-right: 0%;
 padding-top: 30px;
}
.example-image-link {
	border: 5px solid #FFFFFF;
	display: inline-block;
	box-sizing: border-box;
	width: 15%;
	float: left;
	margin-left: 0%;
	margin-right: 2%;
	margin-bottom: 2%;
}
.example-image-link:nth-of-type(6n) {
	border: 5px solid #FFFFFF;
	display: inline-block;
	box-sizing: border-box;
	width: 15%;
	float: left;
	margin-left: 0%;
	margin-right: 0%;
	margin-bottom: 2%;
}
.exlink_serialName {
	float: right;
	width: 100%;
	padding-right: 0%;
	padding-left: 0%;
	padding-top: 0%;
	padding-bottom: 0%;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-size: 13px;
	direction: ltr;
	font-weight: 600;
	line-height: 1.6em;
	text-align: left;
	color: #000;
	background-color: #fff;
}
.exlink_serialSlab {
	float: right;
	width: 100%;
	padding-right: 0%;
	padding-left: 0%;
	padding-top: 2%;
	padding-bottom: 0%;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-size: 13px;
	direction: ltr;
	font-weight: 600;
	line-height: 1.6em;
	text-align: left;
	color: #000;
	background-color: #fff;
}
.exlink_serialNum {
	float: right;
	width: 100%;
	padding-right: 0;
	padding-left: 0;
	padding-top: 0%;
	padding-bottom: 0;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-size: 13px;
	direction: ltr;
	font-weight: 400;
	line-height: 1.6em;
	text-align: left;
	color: #666;
	background-color: #fff;
}
.slab_item {
	float: left;
	width: 32%;
	margin-right: 2%;
	margin-bottom: 2%;
	box-sizing: border-box;
	display: inline-block;
	cursor: pointer;
	padding: 0px;
	background-color: #fff;
	position:relative;
}
.slab_item:nth-of-type(3n) {
	float: left;
	width: 32%;
	margin-right: 0%;
	margin-bottom: 2%;
	box-sizing: border-box;
	display: inline-block;
	cursor: pointer;
	padding: 0px;
	background-color: #fff;
}
.box { 
    float: left;
    background-color: #3CB54A!important;
}
.border-select {
	float: left;
	width: 100%;
	margin-right: 0;
	margin-bottom: 0;
	box-sizing: border-box;
	display: inline-block;
	cursor: pointer;
	padding: 5px;
	background-color: #fff;
	position:relative;
}
.border-select:nth-of-type(5n) {
	float: left;
	width: 100%;
	margin-right: 0;
	margin-bottom: 0;
	box-sizing: border-box;
	display: inline-block;
	cursor: pointer;
	padding: 5px;
	background-color: #fff;
}
.slab_detalis {
    float: left;
    width: 100%;
    padding-right: 10px;
    padding-left: 10px;
    padding-top: 5px;
    padding-bottom: 10px;
    box-sizing:border-box;
    border-top-width: 0px;
	border-top-style: dotted;
	border-top-color: #ccc;
}
.icons_on_slabs {
    float: left;
    width: 100%;
    padding-right: 10px;
    padding-left: 10px;
    padding-top: 5px;
    padding-bottom: 10px;
    box-sizing:border-box;
    border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #ccc;
}
.zoom_icon_on_slab {
    float: left;
    width: 30px;
    height: 30px;
    margin-top:5px;
    position: relative;
}
.choose_icon_on_slab {
    float: right;
    width: 30px;
    height: 30px;
    margin-top:5px;
    position: relative;
}
}
/* Media Queries for Tablet
-------------------------------------------------------------- */
@media all and (max-width: 658px) and (min-width: 481px) {
.onlinStoreID {
	width: 100%;
	float: left;
	margin-left: 0%;
	margin-right: 0%;
	padding-top: 60px;
}
.onlinStoreID_title {
	float: right;
	width: 100%;
	padding-top: 20px;
	padding-bottom: 20px;
}
.onlinStoreID_title h1 {
	float: right;
	width: 100%;
	padding: 0px;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-size: 24px;
	direction: ltr;
	font-weight: 300;
	line-height: 1.2em;
	text-align: center;
}
.onlinStoreID_container {
	float: right;
	width: 100%;
	padding-top: 35px;
	padding-bottom: 50px;
	min-height: 450px;
}
.onlinStoreID_item {
	float: right;
	width: 90%;
	margin-left: 5%;
	margin-right: 5%;
}
.onlinStoreID_slideshow {
	float: left;
	width: 98%;
	padding: 1%;
	margin-right: 0%;
	margin-left: 0%;
	margin-top: 0px;
	margin-bottom: 10px;
}
.onlinStoreID_content {
	float: left;
	width: 40%;
	padding: 1%;
	margin-right: 1%;
	margin-top: 0px;
	margin-bottom: 0px;
	direction: ltr;
	min-height: 300px;
}
.onlinStoreID_inside {
	float: right;
	width: 96%;
	margin: 2%;
}
.onlinStoreID_inside h2 {
	float: left;
	width: 100%;
	padding-bottom: 5px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 25px;
	font-size: 18px;
	direction: ltr;
	font-weight: 500;
	line-height: 1.2em;
	text-align: left;
	border-bottom-style: dashed;
	border-bottom-width: 1px;
	border-bottom-color: #333333;
}
.onlinStoreID_inside_title {
	float: left;
	width: 100%;
	padding-bottom: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 3px;
	font-size: 14px;
	direction: ltr;
	font-weight: 400;
	line-height: 1.2em;
	text-align: left;
	border-bottom-style: dotted;
	border-bottom-width: 0px;
	border-bottom-color: #333333;
}
.onlinStoreID_inside_text {
	float: left;
	width: 100%;
	padding-bottom: 5px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	font-size: 13px;
	direction: ltr;
	font-weight: 400;
	line-height: 1.5em;
	text-align: left;
	border-bottom-style: dotted;
	border-bottom-width: 0px;
	border-bottom-color: #999;
}
.onlinStoreID_more_info {
	border: 1px dashed #666;
	float: right;
	width: 57%;
	padding: 1%;
	margin-right: 0%;
	display: inline-block;
	box-sizing: border-box;
	min-height: 325px;
}
.onlinStoreID_more_info_inside {
	float: left;
	width: 94%;
	margin: 3%;
}
.onlinStoreID_more_info_title {
	float: left;
	width: 100%;
	padding-bottom: 5px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 25px;
	font-size: 18px;
	direction: ltr;
	font-weight: 500;
	line-height: 1.2em;
	text-align: center;
	border-bottom-style: dashed;
	border-bottom-width: 1px;
	border-bottom-color: #333333;
}
.onlinStoreID_more_info_text {
	float: left;
	width: 100%;
	padding-bottom: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	font-size: 14px;
	direction: ltr;
	font-weight: 500;
	line-height: 1.2em;
	text-align: center;
	border-bottom-style: dotted;
	border-bottom-width: 0px;
	border-bottom-color: #333333;
}
.ShoppingCounter {
	border: 1px solid #333;
	width: 100%;
	float: left;
	text-align: center;
	padding: 0px;
	margin-right: 0%;
	margin-top: 5px;
	margin-bottom: 25px;
}
.ShoppingPlus {
	width: 27%;
	float: left;
	text-align: center;
	border: 0px solid #333;
	cursor: pointer;
}
.ShoppingMinus {
	width: 27%;
	float: left;
	text-align: center;
	cursor: pointer;
}
#ShoppingCountNum {
	width: 46%;
	float: left;
	padding-top: 7px;
	text-align: center;
	font-size: 16px;
	color: #000;
	font-weight: 400;
}
.productID_addToCart_btn {
	font-size: 14px;
	text-align: center;
	float: left;
	width: 100%;
	line-height: 2.5em;
	margin-bottom: 25px;
}
.onlinStoreID_check_out {
	font-size: 14px;
	color: #333;
	background-color: rgba(255,255,255,1);
	text-align: center;
	float: left;
	width: 100%;
	line-height: 2.5em;
	border: 1px solid #333;
	-webkit-transition: all ease 0.1s;
	-moz-transition: all ease 0.1s;
	-o-transition: all ease 0.1s;
	-ms-transition: all ease 0.1s;
	transition: all ease 0.1s;
	margin-right: 0%;
	margin-top: 10px;
	margin-bottom: 10px;
}
.onlinStoreID_continoue {
	font-size: 14px;
	color: #333;
	background-color: rgba(255,255,255,1);
	text-align: center;
	float: left;
	width: 100%;
	line-height: 2.5em;
	border: 1px solid #333;
	-webkit-transition: all ease 0.1s;
	-moz-transition: all ease 0.1s;
	-o-transition: all ease 0.1s;
	-ms-transition: all ease 0.1s;
	transition: all ease 0.1s;
	margin-right: 0%;
	margin-bottom: 15px;
}
.onlinStoreID_check_out:hover {
}
.onlinStoreID_Back_history {
	font-size: 14px;
	color: #000;
	background-color: rgba(0,0,0,0.0);
	text-align: center;
	float: left;
	width: 100%;
	line-height: 2.5em;
	border: 0px solid #000;
	-webkit-transition: all ease 0.1s;
	-moz-transition: all ease 0.1s;
	-o-transition: all ease 0.1s;
	-ms-transition: all ease 0.1s;
	transition: all ease 0.1s;
	margin-right: 0%;
	margin-bottom: 0px;
}
.onlinStoreID_Back_history:hover {
	color: #666;
	background-color: rgba(153,153,153,0.0);
	border: 0px solid #000;
}
.vertical_btn_animation {
	width: 100%;
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
	position: relative;
	background: transparent;
	-webkit-transition-property: color;
	transition-property: color;
	-webkit-transition-duration: 0.2s;
	transition-duration: 0.2s;
	color: #fff;
	border: 1px solid #333;
	background-color: #333;
}
.vertical_btn_animation:before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	-webkit-transform: scaleY(0);
	transform: scaleY(0);
	-webkit-transform-origin: 50%;
	transform-origin: 50%;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-duration: 0.2s;
	transition-duration: 0.2s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
	color: #333;
	background-color: #fff;
}
.vertical_btn_animation:hover, .vertical_btn_animation:focus, .vertical_btn_animation:active {
	color: #333;
}
.vertical_btn_animation:hover:before, .vertical_btn_animation:focus:before, .vertical_btn_animation:active:before {
	-webkit-transform: scaleY(1);
	transform: scaleY(1);
}
.right_btn_animation {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
	position: relative;
	-webkit-transition-property: color;
	transition-property: color;
	-webkit-transition-duration: 0.2s;
	transition-duration: 0.2s;
}
.right_btn_animation:before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #000;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: 0 50%;
	transform-origin: 0 50%;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-duration: 0.2s;
	transition-duration: 0.2s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}
.right_btn_animation:hover, .right_btn_animation:focus, .right_btn_animation:active {
	color: white;
}
.right_btn_animation:hover:before, .right_btn_animation:focus:before, .right_btn_animation:active:before {
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
}
.left_btn_animation {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
	position: relative;
	-webkit-transition-property: color;
	transition-property: color;
	-webkit-transition-duration: 0.2s;
	transition-duration: 0.2s;
}
.left_btn_animation:before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #999;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: 100% 50%;
	transform-origin: 100% 50%;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-duration: 0.2s;
	transition-duration: 0.2s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}
.left_btn_animation:hover, .left_btn_animation:focus, .left_btn_animation:active {
	color: white;
}
.left_btn_animation:hover:before, .left_btn_animation:focus:before, .left_btn_animation:active:before {
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
}
.onlinStoreID_productsImages {
	width: 100%;
	float: left;
	margin-left: 0%;
	margin-right: 0%;
	padding-top: 30px;
}
.onlinStoreID_productsImages h1 {
	float: right;
	width: 100%;
	padding: 0px;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-size: 16px;
	direction: ltr;
	font-weight: 600;
	line-height: 1.4em;
	text-align: left;
}
.onlinStoreID_imagesReapeater {
	width: 100%;
	float: left;
	margin-left: 0%;
	margin-right: 0%;
	padding-top: 30px;
}
.example-image-link {
	border: 5px solid #FFFFFF;
	display: inline-block;
	box-sizing: border-box;
	width: 30%;
	float: left;
	margin-left: 0%;
	margin-right: 5%;
	margin-bottom: 5%;
}
.example-image-link:nth-of-type(3n) {
	border: 5px solid #FFFFFF;
	display: inline-block;
	box-sizing: border-box;
	width: 30%;
	float: left;
	margin-left: 0%;
	margin-right: 0%;
	margin-bottom: 5%;
}
.example-image-link {
	border: 5px solid #FFFFFF;
	display: inline-block;
	box-sizing: border-box;
	width: 15%;
	float: left;
	margin-left: 0%;
	margin-right: 2%;
	margin-bottom: 2%;
}
.example-image-link:nth-of-type(6n) {
	border: 5px solid #FFFFFF;
	display: inline-block;
	box-sizing: border-box;
	width: 15%;
	float: left;
	margin-left: 0%;
	margin-right: 0%;
	margin-bottom: 2%;
}
.exlink_serialName {
	float: right;
	width: 100%;
	padding-right: 0%;
	padding-left: 0%;
	padding-top: 0%;
	padding-bottom: 0%;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-size: 13px;
	direction: ltr;
	font-weight: 600;
	line-height: 1.6em;
	text-align: left;
	color: #000;
	background-color: #fff;
}
.exlink_serialSlab {
	float: right;
	width: 100%;
	padding-right: 0%;
	padding-left: 0%;
	padding-top: 2%;
	padding-bottom: 0%;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-size: 13px;
	direction: ltr;
	font-weight: 600;
	line-height: 1.6em;
	text-align: left;
	color: #000;
	background-color: #fff;
}
.exlink_serialNum {
	float: right;
	width: 100%;
	padding-right: 0;
	padding-left: 0;
	padding-top: 0%;
	padding-bottom: 0;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-size: 13px;
	direction: ltr;
	font-weight: 400;
	line-height: 1.6em;
	text-align: left;
	color: #666;
	background-color: #fff;
}
.slab_item {
	float: left;
	width: 47.5%;
	margin-right: 5%;
	margin-bottom: 5%;
	box-sizing: border-box;
	display: inline-block;
	cursor: pointer;
	padding: 0px;
	background-color: #fff;
	position:relative;
}
.slab_item:nth-of-type(2n) {
	float: left;
	width: 47.5%;
	margin-right: 0%;
	margin-bottom: 5%;
	box-sizing: border-box;
	display: inline-block;
	cursor: pointer;
	padding: 0px;
	background-color: #fff;
}
.box { 
    float: left;
    background-color: #3CB54A!important;
}
.border-select {
	float: left;
	width: 100%;
	margin-right: 0;
	margin-bottom: 0;
	box-sizing: border-box;
	display: inline-block;
	cursor: pointer;
	padding: 5px;
	background-color: #fff;
	position:relative;
}
.border-select:nth-of-type(5n) {
	float: left;
	width: 100%;
	margin-right: 0;
	margin-bottom: 0;
	box-sizing: border-box;
	display: inline-block;
	cursor: pointer;
	padding: 5px;
	background-color: #fff;
}
.slab_detalis {
    float: left;
    width: 100%;
    padding-right: 10px;
    padding-left: 10px;
    padding-top: 5px;
    padding-bottom: 10px;
    box-sizing:border-box;
    border-top-width: 0px;
	border-top-style: dotted;
	border-top-color: #ccc;
}
.icons_on_slabs {
    float: left;
    width: 100%;
    padding-right: 10px;
    padding-left: 10px;
    padding-top: 5px;
    padding-bottom: 10px;
    box-sizing:border-box;
    border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #ccc;
}
.zoom_icon_on_slab {
    float: left;
    width: 30px;
    height: 30px;
    margin-top:5px;
    position: relative;
}
.choose_icon_on_slab {
    float: right;
    width: 30px;
    height: 30px;
    margin-top:5px;
    position: relative;
}
}


/* Media Queries for Phone
-------------------------------------------------------------- */
@media all and (max-width:480px) and (min-width:319px) {
.onlinStoreID {
	width: 100%;
	float: left;
	margin-left: 0%;
	margin-right: 0%;
	padding-top: 60px;
}
.onlinStoreID_title {
	float: right;
	width: 100%;
	padding-top: 20px;
	padding-bottom: 20px;
}
.onlinStoreID_title h1 {
	float: right;
	width: 100%;
	padding: 0px;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-size: 24px;
	direction: ltr;
	font-weight: 300;
	line-height: 1.2em;
	text-align: center;
}
.onlinStoreID_container {
	float: right;
	width: 100%;
	padding-top: 25px;
	padding-bottom: 50px;
	min-height: 450px;
}
.onlinStoreID_item {
	float: right;
	width: 90%;
	margin-left: 5%;
	margin-right: 5%;
}
.onlinStoreID_slideshow {
	float: left;
	width: 98%;
	padding: 1%;
	margin-right: 0%;
	margin-left: 0%;
	margin-top: 0px;
	margin-bottom: 10px;
}
.onlinStoreID_content {
	float: left;
	width: 98%;
	padding: 1%;
	margin-right: 0%;
	margin-top: 0px;
	margin-bottom: 10px;
	direction: ltr;
	min-height: 300px;
}
.onlinStoreID_inside {
	float: right;
	width: 90%;
	margin: 5%;
}
.onlinStoreID_inside h2 {
	float: left;
	width: 100%;
	padding-bottom: 10px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	font-size: 18px;
	direction: ltr;
	font-weight: 500;
	line-height: 1.2em;
	text-align: left;
	border-bottom-style: dashed;
	border-bottom-width: 1px;
	border-bottom-color: #333333;
}
.onlinStoreID_inside_title {
	float: left;
	width: 100%;
	padding-bottom: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 3px;
	font-size: 14px;
	direction: ltr;
	font-weight: 400;
	line-height: 1.2em;
	text-align: left;
	border-bottom-style: dotted;
	border-bottom-width: 0px;
	border-bottom-color: #333333;
}
.onlinStoreID_inside_text {
	float: left;
	width: 100%;
	padding-bottom: 5px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	font-size: 13px;
	direction: ltr;
	font-weight: 400;
	line-height: 1.5em;
	text-align: left;
	border-bottom-style: dotted;
	border-bottom-width: 0px;
	border-bottom-color: #999;
}
.onlinStoreID_more_info {
	border: 1px dashed #666;
	float: right;
	width: 99%;
	padding: 1%;
	margin-right: 0%;
	display: inline-block;
	box-sizing: border-box;

}
.onlinStoreID_more_info_inside {
	float: left;
	width: 94%;
	margin: 3%;
}
.onlinStoreID_more_info_title {
	float: left;
	width: 100%;
	padding-bottom: 10px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	font-size: 18px;
	direction: ltr;
	font-weight: 500;
	line-height: 1.2em;
	text-align: center;
	border-bottom-style: dashed;
	border-bottom-width: 1px;
	border-bottom-color: #333333;
}
.onlinStoreID_more_info_text {
	float: left;
	width: 100%;
	padding-bottom: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	font-size: 14px;
	direction: ltr;
	font-weight: 500;
	line-height: 1.2em;
	text-align: center;
	border-bottom-style: dotted;
	border-bottom-width: 0px;
	border-bottom-color: #333333;
}
.ShoppingCounter {
	border: 1px solid #333;
	width: 70%;
	float: left;
	text-align: center;
	padding: 0px;
	margin-right: 15%;
	margin-left: 15%;
	margin-top: 5px;
	margin-bottom: 25px;
}
.ShoppingPlus {
	width: 27%;
	float: left;
	text-align: center;
	border: 0px solid #333;
	cursor: pointer;
}
.ShoppingMinus {
	width: 27%;
	float: left;
	text-align: center;
	cursor: pointer;
}
#ShoppingCountNum {
	width: 46%;
	float: left;
	padding-top: 10px;
	text-align: center;
	font-size: 16px;
	color: #000;
	font-weight: 400;
}
.productID_addToCart_btn {
	font-size: 14px;
	text-align: center;
	float: left;
	width: 100%;
	line-height: 2.5em;
	margin-bottom: 25px;
}
.onlinStoreID_check_out {
	font-size: 14px;
	color: #333;
	background-color: rgba(255,255,255,1);
	text-align: center;
	float: left;
	width: 100%;
	margin-right: 0%;
	margin-left: 0%;
	line-height: 2.5em;
	border: 1px solid #333;
	-webkit-transition: all ease 0.1s;
	-moz-transition: all ease 0.1s;
	-o-transition: all ease 0.1s;
	-ms-transition: all ease 0.1s;
	transition: all ease 0.1s;
	margin-right: 0%;
	margin-top: 10px;
	margin-bottom: 10px;
}
.onlinStoreID_continoue {
	font-size: 14px;
	color: #333;
	background-color: rgba(255,255,255,1);
	text-align: center;
	float: left;
	width: 100%;
	margin-right: 0%;
	margin-left: 0%;
	line-height: 2.5em;
	border: 1px solid #333;
	-webkit-transition: all ease 0.1s;
	-moz-transition: all ease 0.1s;
	-o-transition: all ease 0.1s;
	-ms-transition: all ease 0.1s;
	transition: all ease 0.1s;
	margin-right: 0%;

}
.onlinStoreID_check_out:hover {
}
.onlinStoreID_Back_history {
	font-size: 14px;
	color: #000;
	background-color: rgba(0,0,0,0.0);
	text-align: center;
	float: left;
	width: 100%;
	line-height: 2.5em;
	border: 0px solid #000;
	-webkit-transition: all ease 0.1s;
	-moz-transition: all ease 0.1s;
	-o-transition: all ease 0.1s;
	-ms-transition: all ease 0.1s;
	transition: all ease 0.1s;
	margin-right: 0%;
	margin-bottom: 0px;
}
.onlinStoreID_Back_history:hover {
	color: #666;
	background-color: rgba(153,153,153,0.0);
	border: 0px solid #000;
}
.vertical_btn_animation {
	width: 70%;
	margin-right: 15%;
	margin-left: 15%;
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
	position: relative;
	background: transparent;
	-webkit-transition-property: color;
	transition-property: color;
	-webkit-transition-duration: 0.2s;
	transition-duration: 0.2s;
	color: #fff;
	border: 1px solid #333;
	background-color: #333;
}
.vertical_btn_animation:before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	-webkit-transform: scaleY(0);
	transform: scaleY(0);
	-webkit-transform-origin: 50%;
	transform-origin: 50%;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-duration: 0.2s;
	transition-duration: 0.2s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
	color: #333;
	background-color: #fff;
}
.vertical_btn_animation:hover, .vertical_btn_animation:focus, .vertical_btn_animation:active {
	color: #333;
}
.vertical_btn_animation:hover:before, .vertical_btn_animation:focus:before, .vertical_btn_animation:active:before {
	-webkit-transform: scaleY(1);
	transform: scaleY(1);
}
.right_btn_animation {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
	position: relative;
	-webkit-transition-property: color;
	transition-property: color;
	-webkit-transition-duration: 0.2s;
	transition-duration: 0.2s;
}
.right_btn_animation:before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #000;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: 0 50%;
	transform-origin: 0 50%;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-duration: 0.2s;
	transition-duration: 0.2s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}
.right_btn_animation:hover, .right_btn_animation:focus, .right_btn_animation:active {
	color: white;
}
.right_btn_animation:hover:before, .right_btn_animation:focus:before, .right_btn_animation:active:before {
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
}
.left_btn_animation {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
	position: relative;
	-webkit-transition-property: color;
	transition-property: color;
	-webkit-transition-duration: 0.2s;
	transition-duration: 0.2s;
}
.left_btn_animation:before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #999;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: 100% 50%;
	transform-origin: 100% 50%;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-duration: 0.2s;
	transition-duration: 0.2s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}
.left_btn_animation:hover, .left_btn_animation:focus, .left_btn_animation:active {
	color: white;
}
.left_btn_animation:hover:before, .left_btn_animation:focus:before, .left_btn_animation:active:before {
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
}
.onlinStoreID_productsImages {
	width: 100%;
	float: left;
	margin-left: 0%;
	margin-right: 0%;
	padding-top: 15px;
}
.onlinStoreID_productsImages h1 {
	float: right;
	width: 100%;
	padding: 0px;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-size: 14px;
	direction: ltr;
	font-weight: 600;
	line-height: 1.4em;
	text-align: left;
}
.onlinStoreID_imagesReapeater {
	width: 100%;
	float: left;
	margin-left: 0%;
	margin-right: 0%;
	padding-top: 15px;
}
.example-image-link {
	border: 5px solid #FFFFFF;
	display: inline-block;
	box-sizing: border-box;
	width: 47.5%!important;
	float: left;
	margin-left: 0%;
	margin-right: 5%!important;
	margin-bottom: 5%!important
}
.example-image-link:nth-of-type(2n) {
	border: 5px solid #FFFFFF;
	display: inline-block;
	box-sizing: border-box;
	width: 47.5%!important;
	float: left;
	margin-left: 0%;
	margin-right: 0%!important;
	margin-bottom: 5%!important;
}
.example-image-link {
	border: 5px solid #FFFFFF;
	display: inline-block;
	box-sizing: border-box;
	width: 15%;
	float: left;
	margin-left: 0%;
	margin-right: 2%;
	margin-bottom: 2%;
}
.example-image-link:nth-of-type(6n) {
	border: 5px solid #FFFFFF;
	display: inline-block;
	box-sizing: border-box;
	width: 15%;
	float: left;
	margin-left: 0%;
	margin-right: 0%;
	margin-bottom: 2%;
}
.exlink_serialName {
	float: right;
	width: 100%;
	padding-right: 0%;
	padding-left: 0%;
	padding-top: 0%;
	padding-bottom: 0%;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-size: 13px;
	direction: ltr;
	font-weight: 600;
	line-height: 1.6em;
	text-align: left;
	color: #000;
	background-color: #fff;
}
.exlink_serialSlab {
	float: right;
	width: 100%;
	padding-right: 0%;
	padding-left: 0%;
	padding-top: 2%;
	padding-bottom: 0%;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-size: 13px;
	direction: ltr;
	font-weight: 600;
	line-height: 1.6em;
	text-align: left;
	color: #000;
	background-color: #fff;
}
.exlink_serialNum {
	float: right;
	width: 100%;
	padding-right: 0;
	padding-left: 0;
	padding-top: 0%;
	padding-bottom: 0;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-size: 13px;
	direction: ltr;
	font-weight: 400;
	line-height: 1.6em;
	text-align: left;
	color: #666;
	background-color: #fff;
}
.slab_item {
	float: left;
	width: 100%;
	margin-right: 0;
	margin-bottom: 20px;
	box-sizing: border-box;
	display: inline-block;
	cursor: pointer;
	padding: 0px;
	background-color: #fff;
	position:relative;
}
.slab_item:nth-of-type(1n) {
	float: left;
	width: 100%;
	margin-right: 0%;
	margin-bottom: 20px;
	box-sizing: border-box;
	display: inline-block;
	cursor: pointer;
	padding: 0px;
	background-color: #fff;
}
.box { 
    float: left;
    background-color: #3CB54A!important;
}
.border-select {
	float: left;
	width: 100%;
	margin-right: 0;
	margin-bottom: 0;
	box-sizing: border-box;
	display: inline-block;
	cursor: pointer;
	padding: 5px;
	background-color: #fff;
	position:relative;
}
.border-select:nth-of-type(5n) {
	float: left;
	width: 100%;
	margin-right: 0;
	margin-bottom: 0;
	box-sizing: border-box;
	display: inline-block;
	cursor: pointer;
	padding: 5px;
	background-color: #fff;
}
.slab_detalis {
    float: left;
    width: 100%;
    padding-right: 10px;
    padding-left: 10px;
    padding-top: 5px;
    padding-bottom: 10px;
    box-sizing:border-box;
    border-top-width: 0px;
	border-top-style: dotted;
	border-top-color: #ccc;
}
.icons_on_slabs {
    float: left;
    width: 100%;
    padding-right: 10px;
    padding-left: 10px;
    padding-top: 5px;
    padding-bottom: 10px;
    box-sizing:border-box;
    border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #ccc;
}
.zoom_icon_on_slab {
    float: left;
    width: 30px;
    height: 30px;
    margin-top:5px;
    position: relative;
}
.choose_icon_on_slab {
    float: right;
    width: 30px;
    height: 30px;
    margin-top:5px;
    position: relative;
}
}
/* Media Queries for Phone Portrait
-------------------------------------------------------------- */
@media (max-width: 320px) {
.onlinStoreID {
	width: 100%;
	float: left;
	margin-left: 0%;
	margin-right: 0%;
	padding-top: 60px;
}
.onlinStoreID_title {
	float: right;
	width: 100%;
	padding-top: 20px;
	padding-bottom: 20px;
}
.onlinStoreID_title h1 {
	float: right;
	width: 100%;
	padding: 0px;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-size: 24px;
	direction: ltr;
	font-weight: 300;
	line-height: 1.2em;
	text-align: center;
}
.onlinStoreID_container {
	float: right;
	width: 100%;
	padding-top: 20px;
	padding-bottom: 50px;
	min-height: 450px;
}
.onlinStoreID_item {
	float: right;
	width: 90%;
	margin-left: 5%;
	margin-right: 5%;
}
.onlinStoreID_slideshow {
	float: left;
	width: 98%;
	padding: 1%;
	margin-right: 0%;
	margin-left: 0%;
	margin-top: 0px;
	margin-bottom: 10px;
}
.onlinStoreID_content {
	float: left;
	width: 98%;
	padding: 1%;
	margin-right: 0%;
	margin-top: 0px;
	margin-bottom: 10px;
	direction: ltr;
	min-height: 300px;
}
.onlinStoreID_inside {
	float: right;
	width: 90%;
	margin: 5%;
}
.onlinStoreID_inside h2 {
	float: left;
	width: 100%;
	padding-bottom: 10px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	font-size: 18px;
	direction: ltr;
	font-weight: 500;
	line-height: 1.2em;
	text-align: left;
	border-bottom-style: dashed;
	border-bottom-width: 1px;
	border-bottom-color: #333333;
}
.onlinStoreID_inside_title {
	float: left;
	width: 100%;
	padding-bottom: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 3px;
	font-size: 14px;
	direction: ltr;
	font-weight: 400;
	line-height: 1.2em;
	text-align: left;
	border-bottom-style: dotted;
	border-bottom-width: 0px;
	border-bottom-color: #333333;
}
.onlinStoreID_inside_text {
	float: left;
	width: 100%;
	padding-bottom: 5px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	font-size: 13px;
	direction: ltr;
	font-weight: 400;
	line-height: 1.5em;
	text-align: left;
	border-bottom-style: dotted;
	border-bottom-width: 0px;
	border-bottom-color: #999;
}
.onlinStoreID_more_info {
	border: 1px dashed #666;
	float: right;
	width: 99%;
	padding: 1%;
	margin-right: 0%;
	display: inline-block;
	box-sizing: border-box;
	min-height: 310px;
}
.onlinStoreID_more_info_inside {
	float: left;
	width: 94%;
	margin: 3%;
}
.onlinStoreID_more_info_title {
	float: left;
	width: 100%;
	padding-bottom: 5px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 25px;
	font-size: 18px;
	direction: ltr;
	font-weight: 500;
	line-height: 1.2em;
	text-align: center;
	border-bottom-style: dashed;
	border-bottom-width: 1px;
	border-bottom-color: #333333;
}
.onlinStoreID_more_info_text {
	float: left;
	width: 100%;
	padding-bottom: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	font-size: 14px;
	direction: ltr;
	font-weight: 500;
	line-height: 1.2em;
	text-align: center;
	border-bottom-style: dotted;
	border-bottom-width: 0px;
	border-bottom-color: #333333;
}
.ShoppingCounter {
	border: 1px solid #333;
	width: 70%;
	float: left;
	text-align: center;
	padding: 0px;
	margin-right: 15%;
	margin-left: 15%;
	margin-top: 5px;
	margin-bottom: 25px;
}
.ShoppingPlus {
	width: 27%;
	float: left;
	text-align: center;
	border: 0px solid #333;
	cursor: pointer;
}
.ShoppingMinus {
	width: 27%;
	float: left;
	text-align: center;
	cursor: pointer;
}
#ShoppingCountNum {
	width: 46%;
	float: left;
	padding-top: 10px;
	text-align: center;
	font-size: 16px;
	color: #000;
	font-weight: 400;
}
.productID_addToCart_btn {
	font-size: 14px;
	text-align: center;
	float: left;
	width: 100%;
	line-height: 2.5em;
	margin-bottom: 25px;
}
.onlinStoreID_check_out {
	font-size: 14px;
	color: #333;
	background-color: rgba(255,255,255,1);
	text-align: center;
	float: left;
	width: 100%;
	margin-right: 0%;
	margin-left: 0%;
	line-height: 2.5em;
	border: 1px solid #333;
	-webkit-transition: all ease 0.1s;
	-moz-transition: all ease 0.1s;
	-o-transition: all ease 0.1s;
	-ms-transition: all ease 0.1s;
	transition: all ease 0.1s;
	margin-right: 0%;
	margin-top: 10px;
	margin-bottom: 10px;
}
.onlinStoreID_continoue {
	font-size: 14px;
	color: #333;
	background-color: rgba(255,255,255,1);
	text-align: center;
	float: left;
	width: 100%;
	margin-right: 0%;
	margin-left: 0%;
	line-height: 2.5em;
	border: 1px solid #333;
	-webkit-transition: all ease 0.1s;
	-moz-transition: all ease 0.1s;
	-o-transition: all ease 0.1s;
	-ms-transition: all ease 0.1s;
	transition: all ease 0.1s;
	margin-right: 0%;
}
.onlinStoreID_check_out:hover {
}
.onlinStoreID_Back_history {
	font-size: 14px;
	color: #000;
	background-color: rgba(0,0,0,0.0);
	text-align: center;
	float: left;
	width: 100%;
	line-height: 2.5em;
	border: 0px solid #000;
	-webkit-transition: all ease 0.1s;
	-moz-transition: all ease 0.1s;
	-o-transition: all ease 0.1s;
	-ms-transition: all ease 0.1s;
	transition: all ease 0.1s;
	margin-right: 0%;
	margin-bottom: 0px;
}
.onlinStoreID_Back_history:hover {
	color: #666;
	background-color: rgba(153,153,153,0.0);
	border: 0px solid #000;
}
.vertical_btn_animation {
	width: 70%;
	margin-right: 15%;
	margin-left: 15%;
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
	position: relative;
	background: transparent;
	-webkit-transition-property: color;
	transition-property: color;
	-webkit-transition-duration: 0.2s;
	transition-duration: 0.2s;
	color: #fff;
	border: 1px solid #333;
	background-color: #333;
}
.vertical_btn_animation:before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	-webkit-transform: scaleY(0);
	transform: scaleY(0);
	-webkit-transform-origin: 50%;
	transform-origin: 50%;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-duration: 0.2s;
	transition-duration: 0.2s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
	color: #333;
	background-color: #fff;
}
.vertical_btn_animation:hover, .vertical_btn_animation:focus, .vertical_btn_animation:active {
	color: #333;
}
.vertical_btn_animation:hover:before, .vertical_btn_animation:focus:before, .vertical_btn_animation:active:before {
	-webkit-transform: scaleY(1);
	transform: scaleY(1);
}
.right_btn_animation {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
	position: relative;
	-webkit-transition-property: color;
	transition-property: color;
	-webkit-transition-duration: 0.2s;
	transition-duration: 0.2s;
}
.right_btn_animation:before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #000;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: 0 50%;
	transform-origin: 0 50%;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-duration: 0.2s;
	transition-duration: 0.2s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}
.right_btn_animation:hover, .right_btn_animation:focus, .right_btn_animation:active {
	color: white;
}
.right_btn_animation:hover:before, .right_btn_animation:focus:before, .right_btn_animation:active:before {
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
}
.left_btn_animation {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
	position: relative;
	-webkit-transition-property: color;
	transition-property: color;
	-webkit-transition-duration: 0.2s;
	transition-duration: 0.2s;
}
.left_btn_animation:before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #999;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: 100% 50%;
	transform-origin: 100% 50%;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-duration: 0.2s;
	transition-duration: 0.2s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}
.left_btn_animation:hover, .left_btn_animation:focus, .left_btn_animation:active {
	color: white;
}
.left_btn_animation:hover:before, .left_btn_animation:focus:before, .left_btn_animation:active:before {
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
}
.onlinStoreID_productsImages {
	width: 100%;
	float: left;
	margin-left: 0%;
	margin-right: 0%;
	padding-top: 15px;
}
.onlinStoreID_productsImages h1 {
	float: right;
	width: 100%;
	padding: 0px;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-size: 14px;
	direction: ltr;
	font-weight: 600;
	line-height: 1.4em;
	text-align: left;
}
.onlinStoreID_imagesReapeater {
	width: 100%;
	float: left;
	margin-left: 0%;
	margin-right: 0%;
	padding-top: 15px;
}
.example-image-link {
	border: 5px solid #FFFFFF;
	display: inline-block;
	box-sizing: border-box;
	width: 47.5%!important;
	float: left;
	margin-left: 0%;
	margin-right: 5%!important;
	margin-bottom: 5%!important
}
.example-image-link:nth-of-type(2n) {
	border: 5px solid #FFFFFF;
	display: inline-block;
	box-sizing: border-box;
	width: 47.5%!important;
	float: left;
	margin-left: 0%;
	margin-right: 0%!important;
	margin-bottom: 5%!important;
}
.example-image-link {
	border: 5px solid #FFFFFF;
	display: inline-block;
	box-sizing: border-box;
	width: 15%;
	float: left;
	margin-left: 0%;
	margin-right: 2%;
	margin-bottom: 2%;
}
.example-image-link:nth-of-type(6n) {
	border: 5px solid #FFFFFF;
	display: inline-block;
	box-sizing: border-box;
	width: 15%;
	float: left;
	margin-left: 0%;
	margin-right: 0%;
	margin-bottom: 2%;
}
.exlink_serialName {
	float: right;
	width: 100%;
	padding-right: 0%;
	padding-left: 0%;
	padding-top: 0%;
	padding-bottom: 0%;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-size: 13px;
	direction: ltr;
	font-weight: 600;
	line-height: 1.6em;
	text-align: left;
	color: #000;
	background-color: #fff;
}
.exlink_serialSlab {
	float: right;
	width: 100%;
	padding-right: 0%;
	padding-left: 0%;
	padding-top: 2%;
	padding-bottom: 0%;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-size: 13px;
	direction: ltr;
	font-weight: 600;
	line-height: 1.6em;
	text-align: left;
	color: #000;
	background-color: #fff;
}
.exlink_serialNum {
	float: right;
	width: 100%;
	padding-right: 0;
	padding-left: 0;
	padding-top: 0%;
	padding-bottom: 0;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-size: 13px;
	direction: ltr;
	font-weight: 400;
	line-height: 1.6em;
	text-align: left;
	color: #666;
	background-color: #fff;
}
.slab_item {
	float: left;
	width: 100%;
	margin-right: 0;
	margin-bottom: 20px;
	box-sizing: border-box;
	display: inline-block;
	cursor: pointer;
	padding: 0px;
	background-color: #fff;
	position:relative;
}
.slab_item:nth-of-type(1n) {
	float: left;
	width: 100%;
	margin-right: 0%;
	margin-bottom: 20px;
	box-sizing: border-box;
	display: inline-block;
	cursor: pointer;
	padding: 0px;
	background-color: #fff;
}
.box { 
    float: left;
    background-color: #3CB54A!important;
}
.border-select {
	float: left;
	width: 100%;
	margin-right: 0;
	margin-bottom: 0;
	box-sizing: border-box;
	display: inline-block;
	cursor: pointer;
	padding: 5px;
	background-color: #fff;
	position:relative;
}
.border-select:nth-of-type(5n) {
	float: left;
	width: 100%;
	margin-right: 0;
	margin-bottom: 0;
	box-sizing: border-box;
	display: inline-block;
	cursor: pointer;
	padding: 5px;
	background-color: #fff;
}
.slab_detalis {
    float: left;
    width: 100%;
    padding-right: 10px;
    padding-left: 10px;
    padding-top: 5px;
    padding-bottom: 10px;
    box-sizing:border-box;
    border-top-width: 0px;
	border-top-style: dotted;
	border-top-color: #ccc;
}
.icons_on_slabs {
    float: left;
    width: 100%;
    padding-right: 10px;
    padding-left: 10px;
    padding-top: 5px;
    padding-bottom: 10px;
    box-sizing:border-box;
    border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #ccc;
}
.zoom_icon_on_slab {
    float: left;
    width: 30px;
    height: 30px;
    margin-top:5px;
    position: relative;
}
.choose_icon_on_slab {
    float: right;
    width: 30px;
    height: 30px;
    margin-top:5px;
    position: relative;
}
}
