#product_container .caption h4 {
  font-size: 15px;
  min-height: 34px;
}
.selectstore_form .radio-item {
  display: none !important;
}
.selectstore_form label {
  cursor: pointer;   
  display: inline-block;
  width: 98px;
  height: 128px;
  background: url('../images/check/Close_Icon_Circle-128.png');
}
.selectstore_form .radio-item:checked + label {
  width: 98px;
  height: 128px;
  background: url('../images/check/Tick_Mark_Circle-128.png');
}
.text-white{
	color: #fff;
}
  #store_header{
    width: 20%;
}
.login_menu .store_dropdown, .store_dropdown:hover, .store_dropdown:focus {
    color: #fff;
}
.login_menu ul.store_drop li a:hover{
    background:#333;
}
.login_menu li {
    list-style: none;
}
/*** Table Styles **/

.productdeatils .table-fill {
  background: white;
  border-radius:3px;
  border-collapse: collapse;
  margin: auto;
  padding:5px;
  width: 100%;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  animation: float 5s infinite;
}
 
.productdeatils .table-fill th {
  color:#D5DDE5;;
  background:#1b1e24;
  border-bottom:4px solid #9ea7af;
  border-right: 1px solid #343a45;
  font-size:23px;
  font-weight: 100;
  padding:24px;
  text-align:left;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  vertical-align:middle;
}

.productdeatils .table-fill th:first-child {
  border-top-left-radius:3px;
}
 
.productdeatils .table-fill th:last-child {
  border-top-right-radius:3px;
  border-right:none;
}
  
.productdeatils .table-fill tr {
  border-top: 1px solid #C1C3D1;
  border-bottom-: 1px solid #C1C3D1;
  color:#666B85;
  font-size:16px;
  font-weight:normal;
  text-shadow: 0 1px 1px rgba(256, 256, 256, 0.1);
}
 
/*.productdeatils .table-fill tr:hover td {
  background:#4E5066;
  color:#FFFFFF;
  border-top: 1px solid #22262e;
}*/
 
.productdeatils .table-fill tr:first-child {
  border-top:none;
}

.productdeatils .table-fill tr:last-child {
  border-bottom:none;
}
 
.productdeatils .table-fill tr td {
  background:#EBEBEB;
}


.productdeatils .table-fill tr:last-child td:first-child {
  border-bottom-left-radius:3px;
}
 
.productdeatils .table-fill tr:last-child td:last-child {
  border-bottom-right-radius:3px;
}
 
.productdeatils .table-fill td {
  background:#FFFFFF;
  padding:20px;
  text-align:left;
  vertical-align:middle;
  font-weight:300;
  font-size:18px;
  text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.1);
  border-right: 1px solid #C1C3D1;
}

.productdeatils .table-fill td:last-child {
  border-right: 0px;
}

.productdeatils .table-fill th {
  text-align: center;
}
.productdeatils .table-fill td {
  text-align: center;
}

/* ============ autocomplete =========== */
ul.ui-autocomplete{
    background:#fff;
    border-radius: 0 0 30px 30px;
    padding: 25px;
    box-shadow: 0 3px 3px #d8d8d8;
}
ul.ui-autocomplete li{
    list-style:none;
    margin:10px 0;
    border-bottom:1px #898989 dotted;
}
ul.ui-autocomplete li:last-child{
    margin:0;
    border-bottom:0;
}
.autocomplete_img img{
    width:32px;
    height:32px;
    margin:0 10px 15px 0;    
}
ul.ui-autocomplete li a{
    color:#222;
    font-size:14px;
}
.autocomplete_img {
    display: inline-block;
    width: 75px;
}
.autocomplete_detail {
    display: inline-block;
    vertical-align: top;
    width: 75%;
}
.auto_complete-color_price{
    color: #9fbe1a;
display: inline-block;
font-size: 17px;
width: 100%;
}
/*Loader*/
.cube1, .cube2 {
    background-color: #FFF;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-animation: cubemove 1.8s infinite ease-in-out;
    animation: cubemove 1.8s infinite ease-in-out;
}
.cube2 {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s;
}
 @-webkit-keyframes cubemove {
 25% {
 -webkit-transform: translateX(42px) rotate(-90deg) scale(0.5)
}
 50% {
 -webkit-transform: translateX(42px) translateY(42px) rotate(-180deg)
}
 75% {
 -webkit-transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5)
}
 100% {
 -webkit-transform: rotate(-360deg)
}
}
 @keyframes cubemove {
 25% {
 transform: translateX(42px) rotate(-90deg) scale(0.5);
 -webkit-transform: translateX(42px) rotate(-90deg) scale(0.5);
}
 50% {
 transform: translateX(42px) translateY(42px) rotate(-179deg);
 -webkit-transform: translateX(42px) translateY(42px) rotate(-179deg);
}
 50.1% {
 transform: translateX(42px) translateY(42px) rotate(-180deg);
 -webkit-transform: translateX(42px) translateY(42px) rotate(-180deg);
}
 75% {
 transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5);
 -webkit-transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5);
}
 100% {
 transform: rotate(-360deg);
 -webkit-transform: rotate(-360deg);
}
}
/* ####################loader spinner end######################### */



/* ####################Smal inner spinner start######################### */
.subloader_box {
    background-color: #fff;
    height: 100%;
    opacity: 0.7;
    position: absolute;
    width: 100%;
    z-index: 99;
    left: 0;
}
.subloader {
    width: 40px;
    height: 40px;
    background-color: #02713c;
    margin: 100px auto;
    -webkit-animation: rotateplane 1.2s infinite ease-in-out;
    animation: rotateplane 1.2s infinite ease-in-out;
}
 @-webkit-keyframes rotateplane {
 0% {
 -webkit-transform: perspective(120px)
}
 50% {
 -webkit-transform: perspective(120px) rotateY(180deg)
}
 100% {
 -webkit-transform: perspective(120px) rotateY(180deg) rotateX(180deg)
}
}
 @keyframes rotateplane {
 0% {
 transform: perspective(120px) rotateX(0deg) rotateY(0deg);
 -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg)
}
 50% {
 transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
 -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg)
}
 100% {
 transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
 -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
}
}
/* ####################Smal inner spinner end######################### */

.pagination > li > a:focus, .pagination > li > a:hover, .pagination > li > span:focus, .pagination > li > span:hover {
  color: #04743c;
}
.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
  background-color: #04743c;
  border-color: #04743c;
}
.pagination > li > a, .pagination > li > span {
  color: #04743c;
}
#product_container .thumbnail img{
  height: 202px;
}
.pro-list-col-block  .thumbnail a 
{  
 text-decoration:none;  
}  
#accordion a{
  text-transform: none;
   text-decoration:none; 
}
/*.owl-carousel .img-thumbnail{
  max-height: 406px;
  min-height: 406px;

}*/
.brand_col {
  overflow: hidden;
  overflow-y: scroll;
  max-height: 528px;

}
.category_col.filter_col{
      margin-bottom:15px;
      }
.offer_col_block:nth-of-type(2n+1){
    clear:both;
    }
.thum_offer-col {
  min-height: 20px;
}
.cart_qty_div{
  width: 140px;
}
.top_warning {
    background: #fff;
    color: #000;
    font-weight: normal;
    padding: 5px 0;
    text-align: center;
    width: 100%;
}


.sort-box .select-dropdown, .view-count-box .select-dropdown {
  margin-right: 10px;
  margin-top: -22px;
}
/* select dropdown style */
.select-dropdown .select-btn {
  padding: 4px 10px;
  font-size: 13px;
  line-height: 20px;
  color: #757575;
  border-color: #e4e2e2;
  border-radius: 2px;
  background: transparent;
  text-align: left;
}
.sort-box .select-dropdown .select-btn {
  min-width: 90px;
}
.view-count-box .select-dropdown .select-btn {
  min-width: 55px;
}
.select-dropdown .dropdown-toggle {
  background: #FFFFFF;
  /* color: #a7a7a7;
  font-size: 18px; */
  padding: 4px 10px;
  line-height: 20px;
  border-color: #ddd;
}
.select-dropdown:hover .dropdown-toggle {
  background: #04743c;
  color: #fff;
  border-color: #04743c;
}
.select-dropdown .dropdown-menu {
  min-width: 100%;
  padding: 0;
  margin: 0;
  background-color: #fff;
  border: none;
  border-radius: 0;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.25);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.25);
}
.select-dropdown .dropdown-menu > li > a {
  display: block;
  padding: 5px 10px;
  font-size: 13px;
  line-height: 1.5;
  color: #737373;
  background: transparent;
}
.select-dropdown .dropdown-menu > li {
  border-bottom: 1px solid #e4e2e2;
}
.select-dropdown .dropdown-menu > li:last-child {
  border-bottom: none;
}
.select-dropdown .dropdown-menu > li > a:hover {
  color: #fff;
  background: #04743c;
}
.select-dropdown .dropdown-menu > li > a:focus {
  color: #737373;
  background: transparent;
}
.view-count-box .separator {
  margin-right: 10px;
  float: left;
 margin-top: 4px;
 font-weight: bold;
}