.add_cart_pop {width:500px;}
.shop_maindiv {padding:15px 10px;; font-size:15px; text-align:left; border-radius: 15px;
  -webkit-border-radius: 15px;
  -o-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;}
.shop_link {margin: 0.5em 1em 2em 0;}
.shop_link ul{ text-align:right;}
.shop_link ul li{list-style:none;	display:inline; padding:0 10px;}
.shop_link ul li a{font-size:14px;}
.shop_link img{float: left; min-height: 100px;  width: 30%;}
.shop_link ul li span{text-decoration:none;}
.back_bro {font-size:14px; text-decoration:none; float:left; margin-left:15px;}
.goback_bro {font-size:1.1em; text-decoration:none;}

/*Product page*/
.productblock{padding:0.5em; border-radius:5px;}  
/*.productblock img{width:100%;}*/
.productblock h3{ margin:0; font-size: 22px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}
.productitem{margin:10px 0; height: 210px; line-height: 200px; text-align: center; /*width: 100%;*/}
.productitem img{max-height: 190px; max-width:100%; vertical-align: middle; border:none;}
.productdetail h3{margin:0; font-size: 18px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; font-weight:bold; line-height:1.4em; text-align:left;}
.productdetail h5{margin:0; font-size: 14px; padding: 0.5em 3px 0.5em 0; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; min-height:34px; text-align:left;}
p.price{
	float:right;
	border:1px solid #636363;
	background: #eeeeee;
	background: -moz-linear-gradient(top, #eeeeee 46%, #d0d0d0 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(46%,#eeeeee), color-stop(100%,#d0d0d0));
	background: -webkit-linear-gradient(top, #eeeeee 46%,#d0d0d0 100%);
	background: -o-linear-gradient(top, #eeeeee 46%,#d0d0d0 100%);
	background: -ms-linear-gradient(top, #eeeeee 46%,#d0d0d0 100%);
	background: linear-gradient(to bottom, #eeeeee 46%,#d0d0d0 100%);
	font-size:16px;
	line-height: 0.7em;
	margin:0;
	padding:0;
}
p.price span {padding:4px ; display: inline-block;}
.addcart {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(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.3s;
  transition-duration: 0.3s;
	font-size:1em;
	padding:0.5em 1em;
	border-radius:5px;
	float:left;
}
.addcart2{line-height:0.5em;}
.addcart:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  border-radius:5px;
}
.addcart2:before{
	border-radius:5px;
}
.addcart:hover, .addcart:focus, .addcart:active {color: white; text-decoration:none;}
.addcart:hover:before, .addcart:focus:before, .addcart:active:before {-webkit-transform: scaleY(0); transform: scaleY(0);}

/* Shopping Details */
.pro_item {
	margin-bottom:3em; 
	padding-bottom:3em; 
	float:left;
	width:100%;
}
.pro_item ul{list-style: none; margin:0;  padding: 0;}
.img_section{position: relative; min-height: 1px; padding-right: 15px;  padding-left: 15px; width:41.66666667%;float:left;}
.img_details_section{position: relative; min-height: 1px; padding-right: 15px;  padding-left: 15px; width: 58.33333333%;float:left;}
.productinfo {
    font-size: 16px;
}
.pro_details h4{
	font-size:35px;
	font-weight: 600;
}
.pro_details h5{
	font-size:1.4em;
	padding:0.5em 0; 
}
.pro_price{
  padding: 1em 0;
}
.pro_price span{
	float:left;
	font-size: 15px;
  font-weight: 600;
}
.main_option ul li{
	display:inline-block;
	padding:0 0.5em 0 0;
	font-size:15px;
	width:48%;
}
.main_option ul li select {
  outline: none;
  padding: 3px;
}
.main_option {
    font-size: 1.2em;
    font-weight: 600;
    padding: 0 0 1em;
}
.main_option input[type="text"] {
	width: 20%;
	outline: none;
	font-size: 1em;
	padding: 3px 0 3px 5px;
	margin: 0.5em;
	-webkit-border-radius: 10px; 
	-moz-border-radius: 10px;
	border-radius: 10px;
}
.more_details ul li input[type="checkbox"],.more_details ul li input[type="radio"] {
	outline: none;
	padding: 3px 0 3px 5px;
	margin: 0.5em;
	-webkit-border-radius: 5px; 
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.more_details span{
	font-size:18px;
	padding: 0.2em 0.5em;
	width:100%;
}
.more_details ul{
	padding: 0.5em;
}
.more_details ul li{
	display:block;
	padding:0.5em 0 0 0;
	font-size:0.9em;
	font-weight:600;
}
.more_details ul li span {
padding: 0;
	line-height:3em;
	width:100%;
	float:left;
}
.more_details ul li label {
	outline: none;
	font-size: 15px;
	padding: 3px;
	font-weight:normal;
}
.more_details ul li select {
border: 1px solid #666;
	outline: none;
	padding: 10px 5px;
	font-size: 16px;
	font-weight: 600;
	-webkit-border-radius: 5px; 
	-moz-border-radius: 5px;
	border-radius: 5px;
	width:100%;
}
.more_details {
  padding: 2em 1em 0 0;
  width:100%;
  float:left;
}
.addcart_btn {
  padding: 7px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -o-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  margin: 0;
  font-size: 15px;
  display: block;
  line-height: 1.6em;
  width: 32%;
  text-align: center;
  text-decoration:none;
  float:right;
  cursor:pointer;
}
.facts{
	padding: 0.5em;
}
.facts p{
	font-size:15px;
}
.facts ul li{
	list-style:none;
	font-size:0.9em;
	padding:0.3em 0;
}

	


/* popup */
.modalPopLite-mask{
position:fixed;
z-index:9994;
display:none;
top:0px;
left:0px;
width:100%;
}
.modalPopLite-wrapper{
position:fixed;
z-index:9995;
-webkit-border-radius: 15px; 
-moz-border-radius: 15px;
border-radius: 15px;
-webkit-box-shadow: 0 0px 25px rgba(0,0,0,.9);
-moz-box-shadow: 0 0px 25px rgba(0,0,0,.9);
box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.4);    
}
.popup-wrapper{
min-height:180px;
background-color:#fff;
-webkit-border-radius: 15px; 
-moz-border-radius: 15px;
border-radius: 15px;
}
#popup-wrapper{
width:400px;
height:180px;
-webkit-border-radius: 15px; 
-moz-border-radius: 15px;
border-radius: 15px;
}
#close-btn{
position:absolute;
text-decoration:none;
font-size:15px;
line-height:10px;
font-weight:bold;
padding: 0;
border-radius: 50%;
border: 0;
width: 25px;
height: 25px;
box-sizing: border-box;
margin:4px 7px;
cursor:pointer;
font-family:arial;
}  

.ak_header-dialog {
left: 0;
top: 0;
width: 100%;
}
.panel-header {
height: 3.5em;
min-height: 3.5em;	
-webkit-border-radius: 13px 13px 0 0; 
-moz-border-radius: 13px 13px 0 0;
border-radius: 13px 13px 0 0;
}
.panel-header .panel-header-title {
line-height: 35px;
padding-left: 10px;
overflow: hidden;
text-overflow: ellipsis;
position: absolute;
max-width: 75%;
white-space: nowrap;
font-size:20px;
}
.panel-header.dark button {line-height: 25px;}
.panel-header button.close {right: 18px;}
.panel-header button {}

.cartsect {margin: 0.5em;}
.cartsect ul{padding:0 0 1em 1em;}
.cartsect ul li{
	list-style:none;
	color:#000;
	font-size:1.3em;
	text-decoration:none;
	display:block;
}
.cartsect img{float: left; height: 100px;  width: 100px;}
.cartsect ul li span{
	color:#666;
	text-decoration:none;
	font-size:17px;
}

/* Popup */


/*--checkout--*/
.shp_table
    {
        display: table;
		width:100%;
		padding:10px;
    }
    .shp_heading
    {
        display: table-row;
        font-weight: bold;
        text-align: center;
    }
    .shp_row
    {
        display: table-row;
    }
    .shp_cell
    {
        display: table-cell;
        padding: 5px 15px;
		vertical-align:middle;
		font-size:15px;
    }
	.shp_cell span{
	font-size:18px;}
	.shp_col1{width:60%;}
	.shp_col2{width:10%;}
	.shp_col3{width:15%;}
	.shp_col4{width:15%;}
	.shw_hid {display:none;}
	.shw_recshow {display:block; width:100%; text-align:center;}
.check-out{
	padding:3em 1em;
}
table{width:100%;}
th{font-size:1em;}
th, td {padding: 10px;}
a.at-in {
  float: left;
  margin-right:15px;
}
.at-in img {
  width:100px;
}
.sed {
	width: 100%;
}
.sed h5{
	font-size:18px;
	font-weight:600;
	text-align:left;
}
.sed p{
	font-size:15px;
	line-height:1.8em;
}
.shop_link input[type="search"]{
  padding: 0 0.3em;
  outline: none;
  font-size:13px;
}
.check input[type="text"]{
    width: 100%;
  padding: 0.2em;
  outline: none;
  text-align: center;
  font-size:13px;
}
.check{
	text-align: center;
}
.ring-in{
	width:70%;
}
.check-out h2 {
  font-size: 3em;
  text-align: center;
  padding: 0 0 1em;
}
.shop_link input[type="button"]{
  padding: 0.3em 2em;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -o-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  margin: 0;
  font-size: 15px;
  display: block;
  line-height: 1.6em;
  text-align: center;
  text-decoration:none;
  float:right;
  cursor:pointer;
  border:none;
}

/*--viewcart--*/
.goback_bro a {font-size:15px;}
.viewcart_main{
	padding:3em 1em;
}
.viewcart_main h2 {
line-height: 2.5em;
-webkit-border-radius: 13px 13px 0 0; 
-moz-border-radius: 13px 13px 0 0;
border-radius: 13px 13px 0 0;
text-align:center;
}
.netpay{text-align:center; margin: 1em;}
.netpay p{font-weight:bold; font-size: 1.5em;}
.netpay input[type="button"]{
  padding: 0.3em 2em;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -o-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  margin: 1em 0.5em;
  font-size: 1.2em;
  display: inline;
  line-height: 1.6em;
  text-align: center;
  text-decoration:none;
  cursor:pointer;
  border:none;
}

.shop_maindiv form table td input{
resize: none;
	width: 99%;
	color: #888;
	font-size: 1em;
	outline: none;
	padding: 10px 0 10px 10px;
	border: solid 1px #999;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  }

.shop_maindiv form table td select{
resize: none;
	width: 99%;
	color: #888;
	font-size: 1em;
	outline: none;
	padding: 10px 0 10px 10px;
	border: solid 1px #999;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  }
	
.shop_maindiv form table td textarea  {
resize: none;
	width: 50%;
	color: #888;
	font-size: 1em;
	outline: none;
	padding: 10px 0 10px 10px;
	border: solid 1px #999;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
	}
	
.shop_maindiv form table td input[type="checkbox"]  {
resize: none;
	color: #888;
	font-size: 1em;
	outline: none;
	padding: 10px 0 10px 10px;
	margin:10px;
	border: solid 1px #999;
	width:auto;}
	
.shop_maindiv form table td input[type="Submit"]  {
	resize: none;
	color: #fff;
	font-size: 1em;
	outline: none;
	padding: 10px 20px;
	margin:10px;
	border: solid 1px #999;
	width:auto;
	box-shadow: 0 0 10px #000;
	background:#999;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -o-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  text-shadow:1px 1px 1px #aaa;
}
.shop_maindiv form table td input[type="submit"]:hover{
	background: #333;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-ms-transition: 0.5s all;
	-o-transition: 0.5s all;
}

/* Media Query */
@media(max-width:1024px){
	.addcart_btn {width: 30%;}
}

@media only screen and (max-width: 992px) {
	.img_section{width:100%; padding:0 0 15px 0;}
	.img_details_section{width:100%; padding:0 0 15px 10px;}
}

@media screen and (max-width:768px){
	.etalage_icon, .etalage_zoom_area {display:none! important;}
	.goback_bro a,.back_bro a,.shp_cell span,.shp_cell,.shop_link ul li a,.shop_maindiv p,th{font-size:15px;}
	.productblock h3 {font-size:18px;}
	.content-section h3 {padding:10px;}
	.pro_price {padding:0.5em 0;}
	.main_option {padding:0 0 0.5em;}
	.content-section p {padding:5px 5px 0;}
	.more_details ul li span {line-height:normal;}
	.pro_details h4 {font-size:25px;}
	.pro_item {margin-bottom: 1em; padding-bottom: 1em;}
	.productitem {margin:0;}
	.col-md-3 {padding:0 5px;}
	.main_option input[type="text"] {border-radius: 5px; margin: 0.5em;  padding: 0 0 0 3px; width: 35%;}
	.shop_link ul {display:inline-block;}
	.shop_link input[type="search"] {margin: 0 5px 6px 0;}
	.shop_maindiv {padding:15px 10px;}
	.viewcart_main h2 {font-size:1.5em;}
	.shop_link ul, .back_bro {margin-left:0;}
}

@media(max-width:640px){
	.addcart_btn {width: 50%;  clear:both;  float:left;  margin:1em 0;}
	a.at-in {width: 100%;}
	.sed {display: none;}
	.ring-in {width: 20%;}
	th, td {padding: 5px;	font-size:0.8em;}
	.viewcart_main {padding:1em 0;}	
	.shp_cell {padding:5px}
	.check input[type="text"] {width:100%;}
}

@media(max-width:550px){
	.shop_link input[type="search"] {margin:0 5px 0 0;}
	.site_search {display:block! important;margin:10px 5px 0 0;}
	.shop_link ul { padding:0;}
	.shop_link {margin:0.5em 0.2em 1em 0}
	/*.back_bro {line-height:1.1em;}*/
	.shop_link input[type="search"] {width:150px;}
	.add_cart_pop {width:96%;}
	.shop_link ul li {float:left;}
}

@media(max-width:320px){
	.pro_details h5 {font-size: 1em;}
	span.pro_price {font-size: 1.3em;}
	.main_option ul li {padding: 0em 0.5em 0.5em 0;}
	.main_option {padding:0.5em 0;}
	.more_details span {font-size: 1em;}
	.more_details ul li {padding: 0em 0.5em 0.5em 0;}
	.more_details {padding: 1em 1em 0 0;}
	.addcart_btn {padding: 5px;  margin: 0.5em 0 0;  font-size: 13px;  width: 60%;}
	.facts {padding: 0.5em;}
	.facts p ,.facts ul li{font-size: 0.8em;}
	.shop_link input[type="search"] {width:100px;}
}

.shop_maindiv {background-color: #2d7086;}
.shop_link ul li{border-right:1px solid #fff;}
.shop_link ul li span{color:#666;}
.productblock{background:#333; border:1px solid #000; box-shadow:0px 1px 1px 1px #555}  
.productblock img{border:2px solid #E5E5E5;}
.productblock h3 a{color:#fff;}
.productitem{background:#fff;}
p.price span {color:#636363;}
p.price span.in-price,.addcart{
	background: #2d7086;
	background: -moz-linear-gradient(top, #2d7086 0%, #2d7086 0%, #777777 0%, #777777 58%, #474747 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#2d7086), color-stop(0%,#2d7086), color-stop(0%,#777777), color-stop(58%,#777777), color-stop(100%,#474747));
	background: -webkit-linear-gradient(top, #2d7086 0%,#2d7086 0%,#777777 0%,#777777 58%,#474747 100%);
	background: -o-linear-gradient(top, #2d7086 0%,#2d7086 0%,#777777 0%,#777777 58%,#474747 100%);
	background: -ms-linear-gradient(top, #2d7086 0%,#2d7086 0%,#777777 0%,#777777 58%,#474747 100%);
	background: linear-gradient(to bottom, #2d7086 0%,#2d7086 0%,#777777 0%,#777777 58%,#474747 100%);
	color:#fff;
}
.addcart2,.addcart:before{	
	background: #444;
	background: -moz-linear-gradient(top, #444 52%, #777 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(52%,#444), color-stop(100%,#777));
	background: -webkit-linear-gradient(top, #444 52%,#777 100%);
	background: -o-linear-gradient(top, #444 52%,#777 100%);
	background: -ms-linear-gradient(top, #444 52%,#777 100%);
	background: linear-gradient(to bottom, #444 52%,#777 100%);
}
.addcart2:before{
	background: #2d7086;
	background: -moz-linear-gradient(top, #2d7086 55%, #2d7086 55%, #2d7086 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(55%,#2d7086), color-stop(55%,#2d7086), color-stop(100%,#2d7086));
	background: -webkit-linear-gradient(top, #2d7086 55%,#2d7086 55%,#2d7086 100%);
	background: -o-linear-gradient(top, #2d7086 55%,#2d7086 55%,#2d7086 100%);
	background: -ms-linear-gradient(top, #2d7086 55%,#2d7086 55%,#2d7086 100%);
	background: linear-gradient(to bottom, #2d7086 55%,#2d7086 55%,#2d7086 100%);
}
.pro_item {border-bottom:1px dashed #fff;}
.pro_details h4{color:#000;}
.pro_details h5{color:#000; border-bottom:1px solid #000; border-top:1px solid #000;}
.main_option {border-bottom:1px dotted #aaa;}
.main_option input[type="text"] {color: #888; border: solid 1px #aaa;}
.more_details ul{border: 1px solid #333;}
.more_details ul li{color:#4c4c4c;}
.more_details ul li span {background:transparent; color:#fff;}
.addcart_btn:hover{background: #666;}
.facts{border: 1px solid #333;}
.modalPopLite-mask{background-color:#000;}
#popup-wrapper{background-color:#fff;}
#close-btn{background-color: #333; color: #fff;}  
.panel-header {background-color: #2d7086;}
.cartsect ul li span{color:#666;}
table, th, td , .shp_cell  {border:1px solid #000; color:#fff;}
.shop_link input[type="search"],.check input[type="text"]{border: 1px solid #000;}
.shop_link input[type="button"],.netpay input[type="button"],.viewcart_main h2,.addcart_btn,.panel-header.dark button,.more_details span{color: #FFF; background: #333;}
.shop_link input[type="button"]:hover, .netpay input[type="button"]:hover, .addcart_btn:hover{color: #FFF; background: #555;}
.productdetail h3 a, .productdetail h5 a, .panel-header .panel-header-title,.check-out h2 {color:#fff;}
.shop_link ul li a, .back_bro a, .pro_price span, .main_option ul li,.facts p, .facts ul li, .more_details ul li label, .sed h5,.sed p, .cartsect ul li, .productinfo, .shop_maindiv p,.netpay p, .shop_maindiv a{color:#fff;}
.goback_bro a,.check input{color:#000;}
