
/**********************/
 @import url(https://code.ionicframework.com/ionicons/2.0.1/css/ionicons.min.css);
.allproducts figure.snip0023 {
  color: #fff;
  position: relative;
  /* float: left; */
  overflow: hidden;
  margin: 5px 0%;
/*    min-width: 220px; 
  max-width: 250px; */
  max-height: 220px;
  width: 100%;
  background: #f0f0f0;
  text-align: center;
}
.allproducts figure.snip0023 * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.allproducts figure.snip0023 img {
  opacity: 1;
  width: 50%;
  -webkit-transition: opacity 0.35s;
  transition: opacity 0.35s;
}
.allproducts figure.snip0023 > div {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.allproducts figure.snip0023 > div::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: '';
  opacity: 0;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
  background-image: linear-gradient(45deg, #000000 0%, transparent 40%, rgba(255, 255, 255, 0.15));
}
.allproducts figure.snip0023 i {
  display: inline-block;
 font-size: 20px;
    color: #40d4ef;
    padding: 6px 7px;
  position: absolute;
  bottom: 0px;
  left: 0px;
  opacity: 0;
  z-index: 1;
  -webkit-transition: 0.05s linear;
  transition: 0.05s linear;
  -webkit-transition-delay: 0.01s;
  transition-delay: 0.01s;
}
.allproducts figure.snip0023 i:hover:after {
	/* background:#ccc; */
	content: "\f004";
	position:absolute;
	top:6px;
	left:7px;
	color:#40d4ef;
	 -webkit-transition: 0.05s linear;
  transition: 0.05s linear;
  -webkit-transition-delay: 0.01s;
  transition-delay: 0.01s;
}
.allproducts figure.snip0023 .curl {
  width: 0px;
  height: 0px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: linear-gradient(225deg, #ffffff, #f3f3f3 20%, #bbbbbb 38%, #aaaaaa 44%, #888888 50%, rgba(0, 0, 0, 0.7) 50%, rgba(0, 0, 0, 0.4) 60%, rgba(0, 0, 0, 0.3));
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  transition: all .4s ease;
}
.allproducts figure.snip0023 .curl:before,
.allproducts figure.snip0023 .curl:after {
  content: '';
  position: absolute;
  z-index: -1;
  left: 12%;
  bottom: 6%;
  width: 70%;
  max-width: 300px;
  max-height: 100px;
  height: 55%;
  box-shadow: 0 12px 15px rgba(0, 0, 0, 0.3);
  transform: skew(-10deg) rotate(-6deg);
}
.allproducts figure.snip0023 .curl:after {
  left: auto;
  right: 6%;
  bottom: auto;
  top: 14%;
  transform: skew(-15deg) rotate(-84deg);
}
.allproducts figure.snip0023 a {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
  color: #ffffff;
}
.allproducts figure.snip0023:hover > div::before,
.allproducts figure.snip0023.hover > div::before {
  opacity: 1;
}
.allproducts figure.snip0023:hover i,
.allproducts figure.snip0023.hover i {
  opacity: 0.7;
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.15s;
}
.allproducts figure.snip0023:hover .curl,
.allproducts figure.snip0023.hover .curl {
  width: 60px;
  height: 60px;
}
.allproducts .subtitle {
	border:1px solid #e5e5e5;
	padding:5px 5px 10px;
}
.allproducts .subtitle:hover {
	box-shadow:0px 0px 10px #ccc;
	transition:0.5s;
	cursor: pointer;
}
.allproducts .subtitle span {
	font-size:12px;
	font-weight:300;
}
.allproducts .subtitle .price p {
	font-size:20px;
}
.prod_btn {
	background:#transparent;
	padding:5px 10px;
	display:inline-block;
	text-align:center;
	color:#1195ad;
	font-weight:500;
	border:2px solid #1195ad;
	text-transform:uppercase;
	cursor:pointer;
	font-size: 14px;
}
.prod_btn:hover {
	background:#1195ad;
	color:#fff;
	transition:0.5s ease;
}
 /***********Product Details************/
  .allproducts .img-thumb {
	    background: #fff;
    border: 1px solid #ccc;
    padding: 4px;
    /* position: relative; */
    /* display: inline-block; */
    height: auto;
    border-radius: 4px;
  }
  .mob-btn {
	  display:none !important;
  }
  .product-detail {
	  background:#fff;
	  padding:10px 10px;
	  box-shadow: 3px 3px 3px #cfcfcf;
  }
  .btn_minus {
	  background:#00a5b7;
	  border-top-left-radius: 4px;
	  border-bottom-left-radius: 4px;
	  	  
  }
   .btn_plus {
	  background:#00a5b7;
	 border-top-right-radius: 4px;
	 border-bottom-right-radius: 4px;
  }
  .quantity {
	  width:auto;
  }
  .quantity .input-group .form-control {
	  background:#fff;
	  border-top:1px solid #ccc;
	  border-bottom:1px solid #ccc;
	     color: #222;
    font-size: 16px;
    font-weight: 400;
	  padding:14px 10px;
	/*   width:20%; */
  }
  .quantity .input-group-btn > .btn {
	  padding: 5px 14px 0px 14px;
  }
  /**********************/
  .quantity #field1 {
	  vertical-align: middle;
    align-items: center;
    display: flex;
  }
  .quantity .sub {
	  background: transparent;
        border: 2px solid #00a5b7;
    outline: none;
    border-radius: 50%;
    height: 30px;
    width: 30px;
    font-size: 20px;
	/* font-weight:bold; */
    text-align: center;
	color:#00a5b7;
	
  }
  .quantity .add {
	  background: transparent;
        border: 2px solid #00a5b7;
    outline: none;
    border-radius: 50%;
    height: 30px;
    width: 30px;
    font-size: 20px;
	/* font-weight:bold; */
    text-align: center;
	color:#00a5b7;
  }
  .quantity .qty_input {
	  display: inline-block;
    width: 40px;
    vertical-align: middle;
    text-align: center;
    border: none;
	margin: 0px 5px;
    font-size: 15px;
    color: #000000;
    border: 1px solid #ccc;
  }
  
  /**********************/
  
  
  .entry-summary .delivery_status input {
	      background: #fff !important;   
    padding: 10px 5px !important;
    border: 1px solid #ccc!important;
  }
  .delivery_status input::placeholder {
	  color:#aaa;
  }

  .delivery_status .check-status {
	  /* position:absolute; */
	  width:50%;
  }
  .delivery_status .check-status .btn {
	  border-top-right-radius: 4px;
    padding: 7px 20px;
    background: #00a5b7;
    border-bottom-right-radius: 4px;
  }
  .delivery_status .input-group .form-control {
	  color:#222;
	    border-top-left-radius: 4px !important;
	border-bottom-left-radius: 4px !important;
	border-top-right-radius:0px;
	border-bottom-right-radius:0px;
  }
  .check-status a {
	    /*   position: absolute; */
    background: #ccc;
    padding: 9px 18px;
	border:4px;
	color:#fff;
  }

  .quantity .input-group .btn {
	  outline:none;
	  border:none;
	  box-shadow:none;
  }
  .entry-summary h1 {
	  font-weight:500;
  }
  .entry-summary h5 {
	  text-transform:none;
  }
  .entry-summary .sum-text {
	  display:block; 
	  color:#222;
	  font-weight:500;
	  line-height: 15px;
  }
  .entry-summary .other-info {
	  display:block; 
	  color:#222;
	  font-size:14px;
	  font-weight:500;
  }
  .entry-summary .price {
      color: #00636e;
    font-size: 25px;
    font-weight: 500;
  }
	.entry-summary strike {
         font-size: 16px;
    color: #222222;
    font-weight: 500;
}
.buy-option {
	background:#ccc;
}
.buy-option .cart_prod {
	width:100%;
	background:#00a5b7;
	text-align:center;
	text-transform:uppercase;
	padding:20px;
}
.buy-option .cart_prod:hover {
		background:#007b89;
		transition:linear 0.5s;
}
.buy-option button {
	    background: transparent;
    outline: 0px;
    border: 0;
	    padding: 0px;
    width: 50%;
}
.buy-option .buy_prd {
	width:50%;
	float:right;
	text-align:center;
	text-transform:uppercase;
	background:#10b5c7;
	padding:20px;
}
.buy-option .buy_prd:hover {
	background:#007b89;
		transition:linear 0.5s;
}


.list-primary li {
	color:#222;
	font-weight:400;
	margin-bottom:5px !important;
}
  .list-primary img {
	  width:12px;
  }
  .cart_btn {
	    padding-left: 20px;
	  background:#007b89;
	  display:inline-block;
	  border-radius:30px;
	  float:left;
	  margin-right:15px;
	  font-size:12px;
  }
  .cart-icon {
	  position:relative;
	  background:#00636e;
	  padding:10px 12px;
	  right:0px;
	  margin-left:10px;
	  display:inline-block;
	  border-top-right-radius:30px;
	  border-bottom-right-radius:30px;
	  color:#fff;
  }
  .cart_btn:hover {
	  background:#018897;
	  transition:all 0.3s;
  }
  .serv_info li img {
	  width:20px;
  }
  .service_info span { 
		color:#222;
  }
   .service_info h5 { 
   text-transform:none;
   }
  .service_info strong {
	  color: #3fb919;
    font-weight: 600;
  }
  .service_info .stock {
	  font-size:14px;
  }
  .basic_info .discount_off {
	  font-size:14px;
  }
.other_books h2 {
	font-weight:500;
}
  .product_specification .nav-tabs li.active a, .nav-tabs li.active a:hover, .nav-tabs li.active a:focus {
	      background: #f8f8f8;
    border-top: 3px solid #34c2db;
	border-bottom:none;
  }
  .product_specification .nav-tabs > li > a:hover {
	    background: #f8f8f8;
    border-top: 3px solid #34c2db !important;
	border-bottom:none;
  }
  .product_specification .nav-tabs li a, .nav-tabs li a:hover {
	  background: #efefef;
    border-bottom: none;
  }
  .js-cd-content .table > tbody > tr > th  {
	  border-top:none;
	  text-transform:uppercase;
	  font-weight:500;
	  color:#222;
	  font-size:16px;
  }
  .js-cd-content .table > tbody > tr > td  {
	  border-top:none;
	  color:#222;
	  font-size:14px;
  }
 
 
 /**********tab***********/
 
.desc_detail a:hover,a:focus{
    text-decoration: none;
    outline: none;
}
.desc_detail #accordion .panel{
    border: none;
    border-radius: 0;
    box-shadow: none;
    margin-bottom: 15px;
    position: relative;
}
.desc_detail #accordion .panel:before{
    content: "";
    display: block;
    width: 1px;
    height: 100%;
    border: 1px dashed #6e8898;
    position: absolute;
    top: 25px;
    left: 18px;
}
.desc_detail #accordion .panel:last-child:before{ display: none; }
.desc_detail #accordion .panel-heading{
    padding: 0;
    border: none;
    border-radius: 0;
    position: relative;
}
.desc_detail #accordion .panel-title a{
       padding: 10px 30px 10px 60px;
    margin: 0;
    background: #f0f0f0;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 1px;
    color: #007582;
    text-transform: uppercase;
    border-radius: 0;
    position: relative;
}
.desc_detail #accordion .panel-title a:before,
.desc_detail #accordion .panel-title a.collapsed:before{
    content: "\f107";
    font-family: fontawesome;
    width: 40px;
    height: 100%;
       line-height: 45px;
    background: #00a5b7;
    border: 1px solid #0092a2;
    border-radius: 3px;
    font-size: 17px;
    color: #fff;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.3s ease 0s;
}
.desc_detail #accordion .panel-title a.collapsed:before{
    content: "\f105";
    background: #fff;
    border: 1px solid #6e8898;
    color: #000;
}
.desc_detail #accordion .panel-body{
    padding: 10px 30px 10px 30px;
    margin-left: 40px;
    background: #fff;
    border-top: none;
    font-size: 15px;
    color: #6f6f6f;
    line-height: 28px;
    letter-spacing: 0.2px;
}
.desc_detail #accordion .panel-title a:after,
.desc_detail #accordion .panel-title a.collapsed:after{
	display:none;
}

.desc_detail .cust_feedback .feedback {
	    margin-bottom: 0px;
    font-size: 16px;
    font-weight: 500;
}
.desc_detail .cust_feedback .cust_review {
	    /* margin-bottom: 5px; */
    font-size: 12px;
    font-weight: 400;
	display:block;
	line-height: 20px;
}
.desc_detail .checked {
  color: #ff8300;
  font-size:14px;
}
.desc_detail .cust_name {
	font-size:12px;
	color:#505050;
	font-weight:300;
}
.desc_detail .morecontent span {
    display: none;
	font-size: 12px;
    font-weight: 400;
}
.desc_detail .morelink {
  display: inline-block;
    color: #ff8300;
    font-size: 12px;
    font-weight: 400;
}

.desc_detail .heading {
  font-size: 16px;
  margin-right: 25px;
  margin-bottom:0px;
  padding:10px 0px
} 
/* 
.fa {
  font-size: 25px;
} */
/* 
.checked {
  color: orange;
} */
.desc_detail .side_feeling {
	display:block;
}
/* Three column layout */
.desc_detail .side {
  float: left;
  width: 20%;
  margin-top:0px;
}

.desc_detail .middle {
  margin-top:0px;
  float: left;
  width: 80%;
}

/* Place text to the right */
.desc_detail .right {
  text-align: right;
}

/* Clear floats after the columns */
.desc_detail .row:after {
  content: "";
  display: table;
  clear: both;
  /* margin-left:15px; */
}
.mb-0 {
	margin-bottom:0px;
}

/* The bar container */
.desc_detail .bar-container {
  width: 100%;
  background-color: #f1f1f1;
  text-align: center;
  color: white;
  border-radius: 30px;
    margin-top: 8px;
    /* border-bottom-right-radius: 30px; */
}

/* Individual bars */
.desc_detail .bar-5 {width: 60%; height: 10px; background-color: #4CAF50;border-radius:30px;}
.desc_detail .bar-4 {width: 30%; height: 10px; background-color: #2196F3;border-radius:30px;}
.desc_detail .bar-3 {width: 10%; height: 10px; background-color: #00bcd4;border-radius:30px;}
.desc_detail .bar-2 {width: 4%; height: 10px; background-color: #ff9800;border-radius:30px;}
.desc_detail .bar-1 {width: 15%; height: 10px; background-color: #f44336;border-radius:30px;}

/* Responsive layout - make the columns stack on top of each other instead of next to each other */
@media (max-width: 400px) {
 .desc_detail .side, .middle {
    width: 100%;
  }
 .desc_detail .right {
    display: none;
  }
}

 /**********tab***********/
 

.slider {
            width: 90%;
    margin: 30px auto;
    }

    .slick-slide {
      margin: 0px 20px;
    }

    .slick-slide img {
      width: 100%;
	  height:290px;
    }

    .slick-prev:before,
    .slick-next:before {
      color: black;
    }


    .slick-slide {
      transition: all ease-in-out .3s;
      opacity: .2;
    }
    
    .slick-active {
      opacity: 1;
    }

    .slick-current {
      opacity: 1;
    }
/*---------Shine---------*/
.hover14 figure {
	position: relative;
}
.ehover13 .nullbutton i {
	background:#27acc3;
	padding:10px;
	font-size:20px;
	color:#fff;
	border-radius:50%;
}
.ehover13 .nullbutton i:hover {
	background:#004d56;
	color:#62e2f9;
	transition:all 0.3s;
}
.product-detail h2 {
	font-weight:500;
}
.cart_table img {
	width:80px;
}
.cart_table i {
	font-size:16px;
	color:#333;
}
.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
	vertical-align:middle;
}
.table > thead > tr > th {
	text-align:center;
	font-weight:600;
	font-size:16px;
	color:#222;
}
.cart_table > tbody > tr > td {
	text-align:center;
}
.cart_table h5 {
	display:block;
	/* margin-bottom:5px; */
}
.cart_table p {
	display:block;
	color:#222;
	font-weight:500;
}
.cart_table span {
	color:#222;
}

.cart_table .quantity {
	    width: 150px;
    display: inline-block;
}
 .cart_table .quantity span i {
	color:#fff;
	font-weight:400;
} 
.cart_table .quantity .input-group .form-control {
	padding:16px 10px;
}
.cart_table .delivery_status input {
    background: #fff !important;
    padding: 10px 5px !important;
    border: 1px solid #ccc!important;
}
.cart_table .delivery_status .check-status {
    /* position: absolute; */
    width: 25%;
	    display: table-cell;
}
.total_pay span {
	color:#222;
	display:block;
}
.total_pay strong {
	color:#222;
	display:block;
	font-size:16px;
	font-weight:500;
}
.total_pay h3 {
	font-weight:300;
	/* margin-bottom:5px; */
}
.total_pay .table > tbody > tr > td {
	font-weight:500;
	color:#222;
}
.total_pay .bt-none {
	border-top:none;
}
.total_pay .table span {
	font-size:16px;
	text-transform:uppercase;
	color:#00636e;
	font-weight:500;
}
.total_pay .table span i {
	color:#00636e;
}
.checkout_btn {
	background:#007b89;
	display:block;
	/* padding:10px 15px; */
	/* float:left; */
	/* padding-left:20px; */
	text-align:center;
	text-transform:uppercase;
}
.checkout_btn:hover {
	background:#068d9c;
	transition:all 0.5s;
}
.checkout_btn .chkout_icon {
	background:#00636e;
	position:relative;
	left:35px;
	padding:10px 15px;
	 display:inline-block; 
}
.checkout_btn .chkout_icon i {
	color:#fff;
	font-size:20px;
	
}
.continue_shop {
	background:#007b89;
	display:block;
	/* padding:10px 15px; */
	/* float:left; */
	/* padding-left:20px; */
	text-align:center;
	text-transform:uppercase;
}
.continue_shop:hover {
	background:#068d9c;
	transition:all 0.5s;
}
.continue_shop .shop_icon {
	background:#00636e;
	position:relative;
	    left: -42px;
	padding:10px 15px;
	 display:inline-block; 
}
.continue_shop .shop_icon i {
	color:#fff;
	font-size:20px;
	
}
label {
	font-weight:500;
	font-size:13px;
}
.product-detail sup {
	color:#ff1200;
	/* font-size:px; */
}
.product-detail span {
	font-size:12px;
	color:#222;
	font-weight:500;
	
}
.form-control {
	font-size:12px;
	box-shadow:none;
	height: 40px;
    border: 1px solid #e6e6e6;
}


/*******Hide text*********/
/* 	.product {margin:1em;}
.productDescription {display:block;}
.hide_description .productDescription {display:none;}
.show {display:none;}
.hide {display:inline !important;}
.hide_description .show {display:inline;}
.hide_description .hide {display:none;}
 */
.detail_btn {
	    padding-left: 20px;
    background: #007b89;
    display: inline-block;
    border-radius: 30px;
    /* float: left; */
    margin-right: 15px;
	top: -20px;
	position:relative;
}
.arrow_icon {
	position: relative;
    background: #00636e;
    padding: 10px 12px;
    right: 0px;
    margin-left: 10px;
    display: inline-block;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
    color: #fff;
}
.detail_btn img {
	height:12px;
}
.track_status {
	background:#fff;
 height:auto;
}
.detail_btn a {
	font-size:14px;
}
.fulltext {
	/* min-height:300px; */
	/* padding-bottom:50px; */
}
.track_status .profile span {
	display:block;
	padding-left:12px;
	font-weight:500;
	font-size:14px;
	line-height:30px;
}
.track_status .profile i {
	font-size:22px;
	/* margin-right:5px; */
}
.track_status .profile a {
	color:#222;
	font-size:14px;
}
.track_status .profile a:hover {
	color:#007b89;
	transition:0.5s;
}
/* style {
			display: block;
			font-family: monospace;
			background: #eee;
			color: #000;
			font-size: 1.2em;
			padding: 20px;
			position: relative;
			white-space: pre;
			tab-size: 4;
			overflow-x: scroll;
		}
		style:before {
			content: "CSS from the actual style tag";
			position: absolute;
			top: 0;
			left: 20px;
			font-family: Helvetica, Arial, sans-serif;
			font-size: 1.2em;
		}
 */
 
 
	
		.visually-hidden {
			clip: rect(1px, 1px, 1px, 1px);
			height: 1px;
			overflow: hidden;
			position: absolute;
			white-space: nowrap;
			width: 1px;
		}
		a:hover .visually-hidden,
		a:focus .visually-hidden {
			position: relative;
		}
		a {
			color: #123987;
			font-size: 1.2em;
		}
		a:hover,
		a:focus {
			text-decoration: none;
		}
		/* styles for show more */
		.fulltext p, .fulltext h5, .fulltext .track_status,
		.less {
			display: none;
		}

		.fulltext:target p,
		.fulltext:target .less {
			display: inline-block;
			color:#222;
		}
		.fulltext:target h5,
		.fulltext:target .less {
			display: inline-block;
			color:#00636e;
			font-size:18px;
		}
		.fulltext:target .track_status,
		.fulltext:target {
			display: block;
		}
		.fulltext:target h5 {
			display:block;
		}

		.fulltext:target .more {
			display: none;
		}
		.fulltext h4 {
			font-size:22px;
			color:#00636e;
			font-weight:500;
		}
		.item_detail {
				margin-top:100px;
		}
		
