﻿@import url("/CSS/Laptops/media-laptops.css");
@import url("/CSS/Phones/media-galaxy.css");
@import url("/CSS/Phones/media-htc.css");
@import url("/CSS/Phones/media-iphone.css");
@import url("/CSS/Tablets/media-galaxy.css");
@import url("/CSS/Tablets/media-ipads.css");
@import url("/CSS/Tablets/media-kindlefire.css");
@import url("/CSS/Tablets/media-nexus.css");
@import url("/CSS/Wearable/media-moto360watch.css");
@import url("/CSS/Wearable/media-wearable.css");

/* @font-face {
  font-family: 'interface';
  src: url("/fonts/Gotham-Book.otf");
} */

/*  ZA CSS Start    */

@keyframes rotater {
  0% {
    transform: rotate(0) scale(1);
  }

  50% {
    transform: rotate(360deg) scale(0.5);
  }

  100% {
    transform: rotate(720deg) scale(1);
  }
}

body,
#PageBody {
  transition: 0.5s;
  font-family: "interface";
}

.paddingSideZero {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.rotateCartLabel {
  /*-webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);*/
  /* safari / chrome / mozilla */
  animation-name: rotater;
  animation-duration: 1000ms;
  animation-iteration-count: 1;
  animation-timing-function: ease-out;
  /* opera */
  -o-transform: rotate(360deg) scale(2);
  -o-transition-duration: 1000ms;
  -o-transition-timing-function: ease-out;
  /* ie */
  -ms-transform: rotate(360deg) scale(2);
  -ms-transform-duration: 1000ms;
  -ms-transform-timing-function: ease-out;
}

.change {
  /*max-height: 0;
    max-width: 0;*/
  /*filter: alpha(opacity=0);
    opacity: 0;*/
}

#BCart {
  /*filter: alpha(opacity=1);
    opacity: 1;*/
  -webkit-transition: -webkit-transform 0.5s ease-in-out;
  -moz-transition: -moz-transform 0.5s ease-in-out;
  -ms-transition: -ms-transform 0.5s ease-in-out;
  -o-transition: -o-transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out;
  /*-webkit-transition: opacity 1s ease-in-out;
    -moz-transition: opacity 1s ease-in-out;
    -ms-transition: opacity 1s ease-in-out;
    -o-transition: opacity 1s ease-in-out;
    transition: opacity 1s ease-in-out;*/
}

.nav-container,
.padLeft0,
.secCategories,
.similar_div {
  font-family: 'interface';
}

.ProSKU {
  color: #b2b2b2;
}

.lblItemType {
  color: #8d8d8d;
  font-weight: bold;
}

.lblItemPrice {
  color: #3399ff;
  font-weight: bold;
}

.lastRow {
  padding-top: 20px !important;
}

#fontSizeBtnCtr {
  z-index: 100000;
  cursor: pointer;
}

.rblSearch td label {
  font-weight: normal;
  margin: 0 5px;
  font-size: 13px;
}

.shopTitle {
  letter-spacing: 1px;
  font-size: 30px;
}

.home-container div.col-sm-6.col-md-4.col-xs-6 {
  display: table;
  width: 100%;
}

#Body_LCPAPReplacementPartFinder {
  font-family: 'interface';
  font-size: 26px;
}

#Body_LSelectTheTypeOfProduct {
  font-family: 'interface';
  font-size: 14px;
}

.newsletter-title {
  text-indent: 15px;
}

.tablet-carousel {
  display: none;
}

.home-bg {
  background: #fff;
}

.nav-container.padding-none {
  position: relative;
}

.footer-top-bg {
  background: #f2f2f2;
  padding: 20px 0;
}

.subscribe.footer-top {
  margin: 0 auto;
  padding: 0;
  width: 320px;
}

.subscribe.footer-top > li {
  float: left;
  list-style: none;
  margin-right: 5px;
}

.subscribe.footer-top label {
  display: block;
}

.subscribe.footer-top input {
  margin-right: 5px;
  width: 180px;
}

.footer-top-bg .footer-top li a.btn.btn-default {
  display: block;
  float: right;
}

.col-md-4.paypal-btn {
  margin: 10px 0;
}

.slick-prev:before,
.slick-next:before {
  color: #000 !important;
}

.profile-top a.active {
  color: #6b6b6b !important;
  font-weight: bold !important;
}

.profile-top td a {
  color: #6b6b6b;
  font-weight: normal;
}

.profile-top label {
  font-weight: normal;
  margin-bottom: 0;
}

.fa.fa-list-alt,
.fa.fa-clock-o {
  font-size: 22px;
}

.main_sm_div.container.profile {
  padding-left: 0;
}

.complete-purchase .form-control {
  margin-bottom: 0px;
}

.heading span {
  color: #b2b2b2;
  display: block;
  text-align: center;
}

ul.address-list {
  padding: 0;
}

ul.address-list li {
  color: #b2b2b2;
  line-height: 25px;
  list-style: outside none none;
}

ul.address-list li.list-heading {
  font-weight: bold;
  margin-bottom: 10px;
  color: #fff;
}

.close-btn {
  cursor: pointer;
}

.checkout-section {
  display: none;
  padding: 2vw 15px;
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
  font-size: 1vw;
}

.checkout-section div {
  text-align: center;
}

.customgreen {
  background: #49c100 !important;
  color: #fff !important;
}

.GreenMessage {
  color: #49c100 !important;
}

.main_sm_div {
  background: #fff url("../Images/center-border.jpg") repeat-y center;
}

.similar_div .sm_div {
  height: auto;
}

.similar_div h3 {
  color: #555555;
}

.confirm-details h3 {
  margin-bottom: 30px !important;
  color: #555555;
}

.radio-group > span {
  color: #8f8f8f;
  font-size: 10px;
}

.radio-group {
  background: #f4f4f4 none repeat scroll 0 0;
  border-radius: 5px;
  padding-top: 5px;
  padding-bottom: 5px;
  float: none;
  display: table-cell;
}

.padding-none {
  padding: 0 !important;
}

.heading {
  margin-bottom: 30px;
}

.product .heading h1 {
  color: #114a8f;
  font-weight: bold;
  font-style: italic;
}

.heading h1 span {
  color: #114a8f;
  display: inline;
  font-size: 20px;
}

.product .heading strong {
  color: #929292;
}

.p-bottom-section .top-margin {
  margin-top: 5px;
}
/*.container {
	background:#fff
}*/
.col-md-12.p-bottom-section {
  padding-bottom: 20px;
  max-width: 1600px;
  float: none;
  margin: 0 auto;
  display: table;
  padding: 0;
  width: 100%;
}

.product .p-bottom-section span {
  color: #555555;
}

.product .wish-list {
  display: block;
  line-height: 15px;
  padding-top: 8px;
}

.product .share {
  display: block;
  line-height: 20px;
  padding-top: 13px;
}

.p-bottom-section ul.list {
  padding: 0;
}

.p-bottom-section ul.list li {
  list-style: none;
  /* float: right; */
  margin-right: 5px;
  text-align: right;
  display: inline-block;
}

.confirm-details .form-control {
  margin-bottom: 20px;
}

.confirm-details label,
.complete-purchase label {
  font-weight: normal;
  text-transform: capitalize;
  display: block;
  vertical-align: middle;
  padding: 10px 0;
  /*text-align: right;*/
}

.complete-purchase label {
  padding: 0;
}

.Label_VerticalAlign {
  padding: 10px 0 !important;
}

.responsive-img {
  width: auto;
}

.product {
  padding-bottom: 20px;
}

.product h1,
.ProductTitle {
  color: #555555;
  font-size: 26px !important;
}

.product span {
  /*color: #b2b2b2;*/
  font-size: 14px;
}

.product p {
  color: #7b7b7b;
  padding: 15px;
}

.product .a-price,
.ProductListPrice .a-price {
  color: #da0000;
  display: block;
  font-size: 14px;
  text-align: center;
  text-decoration: line-through;
}

.product .s-price,
.ProductListPrice .s-price {
  color: #36b3a8;
  display: block;
  font-size: 18px;
  text-align: center;
  margin-bottom: 10px;
}
/*.product .cart-section div {
    float:left;
}*/
.add-to-cart input {
  background: #36b3a8 none repeat scroll 0 0;
  border: medium none;
  border-radius: 5px;
  color: #fff;
  font-size: 14px;
  padding: 10px 0;
  width: 100%;
}

.quantity > input {
  border: 2px solid #36b3a8;
  border-radius: 5px;
  line-height: 37px;
  text-align: center;
  width: 54px;
}

.cart-section {
  margin: 0 auto;
  width: 100%;
  display: table;
}
/*  ZA CSS End      */
.shipping-method {
  /*float: none !important;*/
  display: table-cell;
  vertical-align: middle;
}

body {
  /*background: #f4f4f4 !important;*/
  margin: 0;
  color: #404040;
}

img {
  width: 100%;
}

#ShoppingCart img {
  max-width: 50px;
}

/* Ye dene ki kya zaroorat thi? .breakDiv
{
 
    margin:30px 0;
}*/
.padLeftRight0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.clear {
  clear: both;
}

label {
  color: #404040;
}

p {
  color: #404040;
}

strong {
  color: #000;
}

a {
  color: #454648;
}

a:hover,
a:active,
a {
  text-decoration: none !important;
}

/*Bug-Fix: added z-index greater than backgroundDiv, iphone browser overlayed the backgroundDiv on top of submenus and collapsed the menu on item click.*/
.navbar {
  z-index: 200;
}

.main-container {
  /*background-color:#f4f4f4 !important;*/
}

#form1 {
  /*max-width:1600px;*/
  margin: 0 auto;
  min-height: 646px;
}

/*NAV CONTAINER*/

.main-navbar {
  display: table;
  width: 100%;
}

.similar-child-width {
  /*max-width: 1600px;*/
  margin: 0 auto;
}

.nav-container {
  margin: 0 auto;
  padding: 5px 15px;
  display: table;
  width: 73%;
  max-width: 1600px;
  /* border-bottom: solid 1px #f1f1f1; */
}

.nav-container a {
  color: #7c7c7c;
}
/*Logo*/
.logo {
  display: table-cell;
  vertical-align: middle;
  /*width: 100px;*/
  /*float:left;*/
  padding-top: 0px;
}

.logo img {
  height: auto;
  max-height: 100px;
  width: auto;
  max-width: 100%;
}

.headerSearch {
  /*display: table-cell;
    vertical-align: bottom;*/
  position: relative;
  float: none;
  /*margin-top:10px;*/
}

/*PRIMARY NAV*/
.primary-nav {
  /*display: table-cell;*/
  z-index: 30;
  vertical-align: bottom;
  /*padding-left: 2%;
    width: 35%;*/
  padding-bottom: 8px;
  /*padding:15px 0;*/
  float: left;
  margin-top: 10px;
  padding-bottom: 0;
}

.primary-nav a {
  color: #404040;
  padding: 0px 15px;
  text-transform: uppercase;
  transition: 0.2s;
  cursor: pointer;
}

.primary-nav a:hover {
  text-decoration: none;
  color: #6b6565;
  transition: 0.2s;
}

.dropdown-menu {
  /*  */
  /* float: none !important; */
  /* width: 100%; */
  min-width: 250px;
  border: none;
  border-radius: 0;
  padding-top: 0;
  margin-top: 0 !important;
  margin-bottom: 20px !important;
  /*padding-bottom: 15px;*/
  border-radius: 0 !important;
  border: 0 !important;
}

.dropdown-1 {
  margin: 0 auto;
  width: 100%;
  padding: 5px 25px;
  max-width: 1600px;
}

.dropdown-1 a {
  padding: 5px 10px;
  width: 100%;
  text-align: left;
  text-decoration: none !important;
  text-transform: capitalize;
  display: block;
  font-size: 14px;
  color: #000;
  font-weight: 400;
}

/*moile view*/
.navbar-nav .open .dropdown-menu {
  border-bottom: solid 1px #e7e7e7 !important;
  border-radius: 0 !important;
}

.dropdown-menu .list-heading a {
  line-height: 30px;
  color: #000;
  font-weight: 700;
  text-transform: capitalize;
  transition: 0.2s;
  cursor: pointer;
}

.justheadingbold a {
  color: #000;
  font-weight: 700;
  text-transform: capitalize;
  line-height: 30px;
}

.dropdown-menu ul {
  list-style: none;
  padding: 0;
  float: left;
  padding-left: 20px;
  min-height: 180px;
}

.dropdown-menu i {
  cursor: pointer;
  display: block;
}

/*SECONDARY NAV*/

.secondary-nav {
  /*display: table-cell;*/
  /*vertical-align: bottom;
    width: 400px;*/
  /*width: 800px;*/
  /*float:right;*/
  /*position:relative;*/
  margin-top: -15px;
  padding-top: 30px;
}

.secondary-nav a {
  padding: 0 20px;
  font-size: 12px;
  text-transform: uppercase;
  display: inline-table;
  vertical-align: text-top;
  color: #36b3a8;
  /*z-index: 10;*/
}

.secondary-nav .fa-2x {
  font-size: 2.5em;
}

.secondary-nav .fa-sign-in {
  vertical-align: middle;
  padding-right: 10px;
}

.LoggedUser a {
  padding: 0 8px !important;
}

.LoggedUser .add-cart {
  padding: 15px 15px !important;
}

.cart-icon {
  border: solid 1px #f1f1f1;
  background-color: #ffffff;
  border-radius: 4px;
  display: inline-block;
  font-size: 14px !important;
}

.cart-icon-bg {
  /*background: url('../images/cart-icon.png') no-repeat;
    padding: 0 5px 0 20px;*/
}

/*BODY CONTENT*/
.body-content {
  background-color: #f4f4f4;
  min-height: 400px;
  width: 100%;
  border-top: solid 1px #f1f1f1;
}

/*Mobile Nav*/
.navbar-default {
  background: none !important;
}

.navbar-header img {
  width: 100px;
  padding: 10px;
  float: left;
  margin-right: 15px;
  z-index: 1300;
}

.search_mobile img {
  width: 100px;
  padding: 10px;
  float: left;
  margin-right: 15px;
  position: absolute;
}

.navbar-toggle {
  margin-top: 38px;
  z-index: 1100;
}

/*HOME*/
.nav-container.hidden-xs.header-content {
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 84%;
}

.home-header {
  position: relative;
}

.home-header .logo img {
  width: auto;
  height: auto;
}

.searchBox {
  background: rgba(255, 255, 255, 0.64);
  padding: 8px;
  border-radius: 9px;
  width: 450px;
}

.searchBox img {
  width: auto;
}

.searchBox .form-control {
  display: inline-block;
  /*width: 88%;*/
  margin-right: 5px;
}

.top-nav {
  width: 100%;
  position: absolute;
  /*top: 0;
    left: 0;
    right: 0;*/
  /*margin-top: -35%;*/
  top: 0;
  height: 80%;
  padding-left: 15%;
}

.top-nav h3 {
  /*background-color: rgba(255, 255, 255, 0.92);*/
  color: white;
  padding: 20px 25px;
  margin-bottom: 0;
  width: 100%;
  text-transform: capitalize;
  line-height: 1.25em;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
  font-size: 24px;
  font-family: 'interface';
}

.lovemypets {
  width: auto;
  max-width: 100%;
  max-height: 100%;
}

.bottom-nav {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.bottom-nav h3 {
  background-color: rgba(255, 255, 255, 0.92);
  padding: 20px 25px;
  margin-bottom: 0;
  width: 100%;
  text-transform: capitalize;
  line-height: 25px;
}

.caret-down {
  background: url("../images/cart-down.png") no-repeat;
  height: 10px;
  width: 20px;
  text-align: right;
  float: right;
  margin-top: 10px;
}

.bottom-nav p {
  float: right;
  font-size: 3vw;
  color: #fff;
  margin: 14px 0 0 0;
  line-height: 65px;
}

.home-body,
.bottom-nav-container {
  max-width: 1600px;
  margin: 0 auto;
}

.home-container {
  width: 90%;
  margin: 0 auto;
  padding: 30px 15px;
}

.MProductItems {
  min-height: 256px;
}

.homeproduct {
  border-bottom: solid 14px #fff;
  background-color: #f5f2ef;
  padding: 20px 20px 5px !important;
  text-align: center;
  padding-left: 0;
}

.homeproduct a {
  height: 218px;
  display: block;
}

.homeproduct p {
  font-size: 20px;
  text-transform: capitalize;
  font-weight: bold;
}

.homeproduct a:hover img {
  transition: 0.5s;
  margin-top: -10px;
}

.homeproduct img {
  transition: 0.5s;
  max-width: 100%;
  width: auto;
}

.smallproduct {
  padding: 7px 5px !important;
}

.smallproduct a {
  height: 120px;
}

.smallproduct p {
  display: table-cell;
  height: 110px;
  float: none;
  vertical-align: middle;
}

.advertisement {
  /*min-height: 580px !important;*/
  min-height: 270px;
  /* border-left: solid 10px #fff; */
  margin-bottom: 11px;
  padding: 1px;
  padding-right: 0 !important;
  /* padding: 0; */
  padding-left: 0 !important;
  margin: 20px 0;
}

.advertisement h1 {
  color: #6bb4e1;
  text-shadow: 1px 3px 0px #fff;
  font-weight: 700;
}

.advertisement h3 {
  color: #328e00;
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 30px;
}

.advertisement p {
  color: #747373;
  font-size: 24px;
  font-weight: 700;
  line-height: 1em;
}

.advertisement h4 {
  color: #328e00;
  font-size: 14px;
}

.advertisement a {
  display: block;
  /*height:140px;*/
  text-align: center;
}

.advertisement a > img {
  max-width: 100%;
  width: auto;
  height: 575px;
}

/*  Ye dene ki kya zaroorat thi bhi? .shipping-logo img
{
      max-width: 245px;
  width: auto;
 
}*/

.main-panel-nav {
  padding-right: 0 !important;
}

.main-panel-nav .panel-heading {
  display: table;
  width: 100%;
}

.main-panel-nav .nav-tabs {
  border: none !important;
  display: table-cell;
  vertical-align: bottom;
}

.main-panel-nav .nav-tabs > li > a {
  /*border: solid 4px #F5F5F5;*/
  color: white;
  border: 2px solid transparent;
}

.main-panel-nav .nav-tabs > li > a:hover {
  border: solid 2px #f5f5f5;
}

.main-panel-nav .nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  background-color: #c3e1ff !important;
  border: solid 2px #fff !important;
  color: #5798e1;
  font-weight: 700;
}

.main-panel-nav .panel-default {
  border: none;
  background: none;
}

.main-panel-nav .subscribe {
  padding: 0;
  list-style: none;
  /*width: 422px;*/
  text-align: right;
  display: table-cell;
  vertical-align: middle;
}

.main-panel-nav .subscribe li {
  display: table-cell;
  padding-left: 10px; /* ZA Changes	*/
}

.main-panel-nav .subscribe label {
  display: block;
  text-align: left;
}

.socialmedia {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
}

.socialmedia li {
  display: inline;
  padding-right: 15px;
}

.socialmedia li img {
  width: auto;
}

.subscribe .fa-facebook {
  color: #e2e2e2;
  background: #acacac;
  padding: 5px 12px 0 12px;
  border-radius: 6px;
}

.subscribe .fa-twitter {
  color: #acacac;
  font-size: 2.4em;
}

.newsTitle {
  color: white;
  font-family: 'interface';
}

.subscribe .form-control {
  border: 2px solid white;
  border-radius: 0;
  display: block;
  float: left;
  margin-right: 12px;
  width: 250px;
  background-color: #c3e1ff;
}

.subscribe .btn {
  background-color: #6fb7ff;
  color: white;
  border-radius: 10px;
  float: right;
  border-color: rgba(0, 0, 0, 0);
  /*width: 45px;*/
}

/*CONTACT*/
.header-wrapper {
  position: relative; /*	ZA Changes	*/
}

.similar-para {
  color: #fff; /*	ZA Changes	*/
  font-size: 40px;
  position: absolute;
  right: 0px;
  text-transform: capitalize;
  top: 0;
  height: 100%;
  width: 100%;
  padding-right: 19px;
  text-align: right;
  padding-top: 45px;
}

.similar-para .dis-t {
  width: 100%;
}

.similar-para .dis-tc {
  vertical-align: top;
}

.similar_div {
  padding: 25px 15px;
  display: table;
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
}

.similar_div h3 {
  text-align: center;
  /*text-transform: capitalize;*/
  margin-bottom: 35px;
}

.main_sm_div {
  display: table;
  background-color: #fff;
  max-width: 1600px;
  margin: 0 auto;
  width: 100%;
}

.similar_div .sm_div {
  background-color: transparent;
  padding: 1px 25px;
  /*display:table;
      width:100%;*/
}

.phone,
.chat {
  margin-top: 40px;
  display: inline-block;
  width: 100%;
}

.sm_div div .sm_img {
  float: left;
  width: 10%;
  margin-right: 12%;
}

.sm_div .sm_para {
  float: left;
  width: 78%;
}

.sm_para label {
  width: 80px;
}

.main-container:before,
.main-container:after,
.nav-container:before,
.nav-container:after,
#form1:before,
#form1:after,
.main_sm_div:before,
.main_sm_div:after,
footer:before,
footer:after,
.home-body:before,
.home-body:after,
.col-md-6.sm_div:before,
.col-md-6.sm_div:after {
  display: table;
  content: " ";
}

.main-container:after .nav-container:after,
.main_sm_div:after footer:after,
#form1:after,
.home-body:after,
.col-md-6.sm_div:after {
  clear: both;
}

/*RESOURCES*/

.resource-header {
  background: url("../images/resources/resources.png") no-repeat;
  /*background-size: contain;*/
  min-height: 545px;
  max-width: 1600px;
  margin: 0 auto;
}

.sm_div ul {
  margin-top: 30px;
  margin-bottom: 20px;
  color: #404040;
}

.sm_div .reason-para {
  margin: 0;
  /*width: 50%;*/
}

.reason-para p {
  margin-bottom: 49px;
}

/*SEARCH*/
.main-products {
  background-color: #fff;
  margin: 0 auto;
}

.products {
  width: 72%;
  /* display: table; */
  margin: 0 auto;
  max-width: 1600px;
  padding: 0 15px;
}

.product-View {
  width: 100%;
  padding-bottom: 15px;
}

.product-View a {
  text-transform: uppercase;
}

.product-View a i {
  background: url("../images/sort-icon.png") no-repeat;
  display: inline-block;
  display: inline-block;
  background-size: 15px;
  width: 22px;
}

/*.sort-view {
    padding: 0 !important;
}

    .sort-view a {
        padding: 0;
    }*/

.my-sort {
  /*background: url('../images/sort-icon.png') no-repeat;*/
  /*display: inline-block;*/
  /*width: 20px;*/
}

.top-sort {
  padding: 15px 0;
}

.sp-block.clearfix {
  padding-bottom: 5px;
}

.my-compare {
  background: url("../images/compareProducts.png") no-repeat;
  display: inline-block;
  width: 23px;
  height: 18px;
  margin-right: 10px;
}

.CompareProducts {
  vertical-align: top;
}

.product-list {
  text-align: right;
  padding: 0 !important;
}

.dummy {
  padding-top: 100%;
}

.prdct-img {
  /*position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;*/
  text-align: center;
  margin: 0 auto;
  height: 165px;
  display: block;
}

.prdct-img .img-div {
  /*height: 100%;
  text-align: center;
  font: 0/0 a;*/
}

.prdct-img strong {
  padding: 7px 20px;
  background-color: #249154;
  color: white;
  float: right;
  clear: both;
  text-transform: uppercase;
  position: absolute;
  right: 16px;
  top: 0;
}

.prdct-img div:before {
  /*content: ' ';
      display: inline-block;
      vertical-align: middle;
      height: 100%;*/
}

.prdct-img img {
  /*max-height: 100%;
  max-width: 100%;
  margin: auto;
  display: inline-block;
  vertical-align: middle;
  margin-top:10px;*/
  width: auto;
  margin-top: 15px;
}

.products .thumbnail {
  padding-top: 0;
  border-radius: 0;
  padding-right: 0;
  min-height: 530px;
}

.thumbnail-container {
  display: table;
  position: relative;
  background-color: #fff;
  max-width: 1600px;
  width: 100%;
}

.arrow {
  position: absolute;
  height: 47px;
  width: 14px;
  top: 175px;
}

.left-arrow {
  left: -5px;
  background: url("../Images/left-arrow.png") no-repeat;
}

.right-arrow {
  right: -5px;
  background: url("../Images/right-arrow.png") no-repeat;
}

.thumbnail .caption {
  height: 300px;
  overflow: hidden;
}

.caption label {
  text-align: center;
  text-transform: capitalize;
  display: block;
  font-size: 12px;
  color: #535353;
  margin-bottom: 0px;
  height: 85px;
}

.caption p {
  font-size: 14px;
  text-align: left;
  font-family: 'interface';
}

.main-desc {
  height: 140px;
  overflow: hidden;
}

.thumbnail .btn-block {
  margin: 0 auto;
  border: solid 2px #3399ff;
  width: 80%;
  border-radius: 0;
  text-transform: capitalize;
  /*text-transform: uppercase;*/
  background-color: #c3e1ff;
  font-weight: bold;
  font-size: 16px;
}

/*CHECKOUT & LOGIN*/
.similar-checkout-div {
  background: #fff;
  /*max-width:1600px;*/
  margin: 0 auto;
}

/*.similar-checkout-div .fa {
        font-size: 1vw;
    }*/

.checkout-tabs {
  text-align: right;
  padding-bottom: 10px;
}

.checkout-tabs label {
  margin: 0 20px;
  text-transform: uppercase;
  font-weight: normal;
  color: #454648;
}

.cart {
  margin: 0 !important;
}

.cart p {
  color: #8d8d8d;
}

.cart label {
  margin: 0;
  color: #404040;
}

.cart th {
  text-transform: capitalize;
  padding-bottom: 10px;
}

.cart td {
  vertical-align: middle !important;
}

#cart2 label {
  /*display:inherit;*/
}

.paddingRight0 {
  padding-right: 0 !important;
}

.paddingLeft0 {
}

/*#cart .prdct-desc
{
    padding-right:5%;
}*/

.cart tbody .form-control {
  width: 50%;
  padding: 0;
  text-align: center;
  margin: 0 auto;
}

.cart tfoot .form-control {
  width: 100%;
}

.btn-sm {
  background: rgb(184, 190, 208) !important;
  font-size: 15px !important;
  /*color: rgb(184, 190, 208) !important;*/
  border: none !important;
  padding: 0 5px !important;
  border-radius: 0 !important;
}

#cart2 .btn-primary {
  background-color: #36b3a8;
  color: #fff;
  text-transform: uppercase;
}

.checkout-div h3 {
  margin-bottom: 10px;
}

.checkout-div .facebook {
  margin: 0 auto;
  /*width: 30%;
      padding: 14px;*/
  display: inline-block !important;
  border-radius: 4px;
  background-color: #2d4486;
  margin: 30px auto;
}

.checkout-div i {
  padding-right: 5px;
}

.login-regis {
  margin-top: 48px !important;
  padding-left: 40px;
}

.signUpBlock {
    width: 80%;
}

.checkLogin {
  display: table !important;
  width: 100%;
}

.customblue {
  background-color: #36b3a8 !important;
  color: #fff !important;
}

.customgray {
  background-color: #404040 !important;
  color: #fff !important;
}

.checkLogin label {
  display: block;
  font-weight: normal;
  height: 40px;
  text-align: right;
  text-transform: capitalize;
  vertical-align: middle;
}

.checkLogin .form-control {
  margin-bottom: 20px;
}

.dropdownControl:after {
  height: 100px;
}

/*FOOTER*/
footer {
  background-color: #3399ff;
  padding: 22px 0 18px 0;
}

footer .child_footer {
  width: 73%;
  margin: 0 auto;
}

.child_1 {
  float: left;
  width: 40%;
}

.child_2 {
  float: right !important;
  text-align: right;
}

.child_2 label {
  margin: 0;
  font-size: 15px;
  color: #454648;
}

footer a {
  font-family: 'interface';
  font-size: 14px;
  color: white;
  display: inline-block;
  margin: 0 10px;
  /*color: #7D7A7A;*/
}

footer p {
  display: block;
  color: #454648;
  margin-top: 22px;
}

@media screen and (max-width: 768px) {
}

.borderNone {
  border: none !important;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  background-color: rgba(204, 204, 204, 0.09) !important;
  transition: 0.5s;
}

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: rgba(204, 204, 204, 0.09) !important;
}

.navbar-default .navbar-nav > li > a {
  cursor: pointer;
}

/*stars*/

.rating-select .btn-sm,
.btn-group-sm > .btn {
  background: transparent !important;
  display: inline-block !important;
}

.rating-select .btn-sm:focus,
.rating-select .btn-sm:active {
  box-shadow: none;
}

.rating-select .btn-default {
  color: #b2b2b2 !important;
}

.rating-select .btn-primary {
  color: #36b3a8 !important;
}

.rating-select .btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #36b3a8 !important;
}

.selected {
  color: #36b3a8 !important;
}

.fa-calculator {
  color: rgb(184, 190, 208);
  font-size: 18px;
  padding-right: 4px;
}

.slick-slider {
  margin-bottom: 30px !important;
  width: 100% !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

/*Background Div*/
.backgroundDiv {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  z-index: 100;
}

.fa-close {
  display: block;
}

.titles {
  padding-bottom: 10px;
  border-bottom: solid 1px #ccc;
  font-weight: 700;
}

.values {
  padding: 10px 0;
}

.include {
  visibility: hidden;
}

.fa-dollar {
  color: #404040;
  padding-right: 2px;
  display: inline !important;
}

.fa-close {
  display: block !important;
}

.SameAsBilling label {
  display: initial !important;
  padding-left: 5px !important;
}

.Message,
.ContinueWithoutPaymentMessage {
  color: red;
  font-weight: bold;
}

.EmptyCart {
  margin: 0 auto;
  text-align: center;
  font-weight: bold;
  color: #49c100 !important;
  width: 100%;
  display: block;
}

.DiscountNote {
  color: green;
  font-weight: bold;
  font-size: 11px;
  padding-left: 10px;
}

.checkout-div .checkout-tabs label,
.similar_div .checkout-tabs label,
.RBL label {
  display: initial;
}

.RBL label {
  padding-left: 5px;
  font-weight: normal;
}

.ShippingMethodValidationError {
  padding-left: 0px !important;
}

.ShippingMethodValidationError {
  color: red !important;
  font-weight: bold;
  padding-left: 20px !important;
  font-size: 14px !important;
}

.add-cart {
  cursor: pointer;
}

.actions {
  padding-left: 20px !important;
}

.ProductImage_Cart {
  max-width: 50px;
}

.RatingAverageImage {
  width: initial !important;
}

.ProductColorImage {
  width: 20px !important;
  height: 20px !important;
  cursor: pointer !important;
}

.WelcomeText {
  color: #6bb4e1;
  font-weight: bold;
  text-wrap: avoid;
  font-size: 12px;
  /*float: right;*/
  padding: 0 20px 0 0;
}

.PageTitle {
  font-weight: bold;
  color: #404040;
}

.RBLRating label {
  display: initial;
  padding-left: 3px;
  padding-right: 20px;
  vertical-align: top;
}

.ReviewTitle,
.ReviewRating {
  color: #555555 !important;
}

.CBCheckbox label {
  padding-left: 5px !important;
}

.WishList_Full {
  background: url("../images/wishlist_full.png") no-repeat;
  display: inline-block;
  width: 34px;
  height: 31px;
}

.ShippingEstimate {
  color: #36b3a8;
  padding-left: 20px;
  text-align: left;
}

.WithCursor {
  cursor: pointer;
}

.popup_mini {
  position: fixed;
  left: 50%;
  margin-left: -175px;
  top: 100px;
  z-index: 1600;
  width: 350px;
  max-width: 350px;
  border: 10px solid #ffffff;
  border-radius: 9px;
  box-shadow: 1px 1px 3px #000000;
  background-color: #ffffff;
}

.close_popup {
  display: block;
  background: url(../Images/Close.png) no-repeat 0px 0px;
  right: -23px;
  top: -23px;
  width: 26px;
  height: 26px;
  text-indent: -1000em;
  position: absolute;
  cursor: pointer;
  border: 0 none !important;
}

.MyPopupFrame {
  border: none;
  height: 450px;
  width: 335px;
}

.ForgetPassword {
  margin-top: 80px !important;
  padding-left: 40px;
  margin-bottom: 100px;
}

.CartFull {
  color: #858585 !important;
  padding: 15px 15px !important;
  border: solid 1px #36b3a8 !important;
  border-radius: 4px !important;
  display: inline-block !important;
  font-size: 14px !important;
}

.ImageNormalSize,
.ImageNormalSize img {
  width: initial !important;
}

.ProductDetailsImage {
  padding: 10px 0px;
  display: inline !important;
}

.PrescriptionRequiredIcon {
  width: 32px;
}

.RefrigerationRequiredIcon {
  width: 32px;
}

.DisabledInternationallyIcon {
  width: 32px;
}

.ShippingMethod {
  width: 100%;
  font-weight: bold;
  text-align: left;
}

.autocomplete_completionListElement {
  width: 250px;
  height: 200px;
  text-align: left;
  background-color: #fff;
  color: windowtext;
  border: buttonshadow;
  border-width: 1px;
  border-style: solid;
  cursor: pointer;
  overflow: auto;
  text-align: left;
  list-style-type: none;
  padding: 0px;
  margin: 0px;
  border-radius: 10px 10px;
}

.autocomplete_highlightedListItem {
  background-color: #dddddd;
  padding: 0px 12px;
}

.autocomplete_listItem {
  background-color: #fff;
  padding: 0px 12px;
}

.active {
  /*font-weight: 600 !important;*/
}

.form-control {
  height: 40px;
}

.custom-form-control {
  height: 40px;
  border-radius: 9px;
  border: 2px solid #cbcbcb;
  outline: none;
  width: 100%;
  font-family: 'interface';
  font-size: 12px;
  color: #7c7c7c;
}

.vcenter {
  display: inline-block;
  vertical-align: middle;
  float: none;
}

.btn {
  padding: 8px 15px;
  border-radius: 4px;
  text-transform: uppercase;
  font-size: 12px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.searchbox-submit {
  width: 50px;
  height: 50px;
  display: block;
  position: absolute;
  top: 0;
 font-family: 'interface';
  font-size: 22px;
  left: 0;
  padding: 0;
  margin: 0;
  outline: 0;
  line-height: 50px;
  text-align: center;
  cursor: pointer;
  color: #8d8d8d;
  background: #fdfdfd;
  border: 1px solid #f1f1f1;
  border-radius: 4px;
}

.searchbox-icon {
  width: 50px;
  height: 50px;
  display: block;
  position: absolute;
  top: 0;
 font-family: 'interface';
  font-size: 22px;
  left: 0;
  padding: 0;
  margin: 0;
  outline: 0;
  line-height: 50px;
  text-align: center;
  cursor: pointer;
  color: #8d8d8d;
  background: #fdfdfd;
  border: 1px solid #f1f1f1;
  border-radius: 4px;
}

.searchbox-icon-mobile {
  width: 40px;
  height: 40px;
  display: block;
  position: absolute;
  top: 2px;
 font-family: 'interface';
  font-size: 16px;
  left: 12px;
  padding: 0;
  margin: 0;
  outline: 0;
  line-height: 40px;
  text-align: center;
  cursor: pointer;
  color: #8d8d8d;
  background: #fdfdfd;
  border: 1px solid #f1f1f1;
  border-radius: 4px;
}

.search {
  /*position: absolute;
    top: -40px;*/
  /*display: inline-table;

    position: absolute;
    left: 0;
    width: 50px;
    height: 50px;*/
  vertical-align: middle;
  display: table-cell;
  width: 100%;
}

.search:hover input,
.search input:focus {
  /*width: 400px;*/
  margin-left: 0;
}

#search_label {
  width: 50px;
  height: 50px;
  position: relative;
  z-index: 20;
}

#search_input {
  /*position: absolute;
    top: 0;
    left: 48px;
    width: 420px;
    height: 50px;
    z-index: 5;
    overflow: hidden;*/
  width: 300px;
  margin-top: 0px;
}

#search_input.focus {
  z-index: 20;
}

.overlap-bannerimage {
  position: absolute;
  display: inline-table;
  vertical-align: middle;
  left: 0;
  top: 0;
  width: 100%;
}

.advertisement-banners {
  min-height: 291px;
}

.carousel-inner .item .img-back {
  /*position:absolute;*/
  /*top: 0;
    left: 0;*/
  width: 100%;
  height: 100%;
  min-height: 265px;
  max-height: 265px;
}

.Searchfocus {
  overflow: visible !important;
}

.SearchLossfocus {
  overflow: hidden !important;
  /*float: right;*/
  /*padding-top: 8px;*/
}

#search_input .search_container {
  /*display: block;
    position: absolute;*/
  /*top: 0;
    left: -370px;
    width: 340px;*/
  /*height: 100%;
    margin: 0;
    background-color: #fff;*/
  color: #8d8d8d;
  /*font-size: 18px;
    border-radius: 0;
    transition: left 0;
    -webkit-transition: width 0.3s;
    -moz-transition: width 0.3s;
    -ms-transition: width 0.3s;
    -o-transition: width 0.3s;
    transition: width 0.3s;*/
}

#search_input .search_container:focus {
  outline: none;
}

.SearchLossfocus.col-xs-6 {
  padding-right: 0;
}

#search_input.focus .search_container {
  left: 0;
  top: 0;
  transition: left 0.3s;
}

#search_input input:focus {
  outline: none;
}

#search_input_mobile {
  /*position: absolute;*/
  top: 2px;
  left: 48px;
  /*width: 260px;*/
  /*height: 40px;*/
  z-index: 5;
  overflow: hidden;
}

#search_input_mobile.focus {
  z-index: 20;
}

#search_input_mobile .search_container {
  /*display: block;*/
  /*position: absolute;*/
  /*top: 0;*/
  /*left: -260px;*/
  /*width: 260px;*/
  /*height: 100%;*/
  /*margin: 0;*/
  /*background-color: #fff;*/
  color: #8d8d8d;
  font-size: 18px;
  /*border-radius: 0;*/
  /*transition: left 0;*/
  /*-webkit-transition: width 0.3s;
        -moz-transition: width 0.3s;
        -ms-transition: width 0.3s;
        -o-transition: width 0.3s;
        transition: width 0.3s;*/
  /* border-radius: 5px; */
  /* border: 1px solid #8d8d8d; */
}

/*#search_input_mobile input {
    display: block;
    position: absolute;
    top: 0;
    left: -260px;
    width: 260px;
    height: 100%;
    margin: 0;
    padding: 0 10px;
    border: 1px solid #f1f1f1;
    background-color: #fff;
    color: #8d8d8d;
    font-size: 18px;
   border-radius: 0; transition: left 0; -webkit-transition: width 0.3s; -moz-transition: width 0.3s; -ms-transition: width 0.3s; -o-transition: width 0.3s; transition: width 0.3s;
}

*/

#search_input_mobile .search_container:focus {
  outline: none;
}

#search_input_mobile.focus {
  z-index: 20;
}

#search_input_mobile.focus .search_container {
  left: 0;
  top: 0;
  transition: left 0.3s;
}

.list-heading a:hover,
.justheadingbold a:hover {
  color: #555555 !important;
}

.GridViewCommonRow {
  color: #676767;
  height: 45px !important;
}

.GridViewCommonRow td {
  border-top: 1px solid white;
  border-right: 1px solid white;
  border-left: 1px solid white;
  border-bottom: 1px solid white;
}

.GridViewHeader {
  background-color: #5e87b0;
  font-weight: bold;
  height: 45px;
  color: #ffffff;
  border-color: transparent;
}

.GridViewFooter {
  font-weight: bold;
  height: 30px;
  color: #676767;
  text-align: center;
  vertical-align: top;
  height: 70px;
  min-height: 70px;
  line-height: 30px;
  border-top: 2px solid #8d8d8d;
}

.GridViewFooter td {
  border: none;
}

.GridViewRow {
  background-color: #efefef;
}

.GridView {
  width: 100%;
}

.GridView td,
.GridView th {
  padding: 5px !important;
}

.ProductImage {
  display: block;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  margin-right: auto;
  margin-left: auto;
}

.OrderStatus {
  font-weight: bold;
  color: #36b3a8;
}

.SwitchToAdmin i {
  padding-left: 5px;
  color: #36b3a8;
  font-size: 18px;
}

.ReplacementPartDiv {
  padding: 10px;
  text-align: center;
  outline: none;
  min-width: 70%;
  /*height:260px;*/
}

.ReplacementPartDivImage {
  max-width: 100%;
  /*max-height:50%;*/
}

.ReplacementPartDiv .imgDiv {
  height: 130px;
}

.ReplacementPartDiv img,
.ReplacementPartDiv .imgDiv input {
  max-width: 120px;
  max-height: 125px;
}

.ReplacementPartDiv .partDiv:hover {
  transition: 0.5s;
  margin-top: -10px;
}

.MProducts {
  padding: 50px 0;
}

.MProducts .ReplacementPartDiv {
  min-height: 270px;
  background-color: #f5f2ef;
}

.MProducts .ReplacementPartDiv:first-child {
  float: left;
}

.MProducts .ReplacementPartDiv:nth-child(2) {
  float: right;
}

.ReplacementPartDivProduct {
  padding: 10px;
  text-align: center;
  outline: none;
  min-width: 70%;
  min-height: 260px;
}

.ReplacementPartDivProduct .imgDiv {
  height: 130px;
}

.ReplacementPartDivProduct img,
.ReplacementPartDivProduct .imgDiv input {
  max-width: 120px;
  max-height: 125px;
}

.ReplacementPartDivProduct .partDiv:hover {
  transition: 0.5s;
  margin-top: -10px;
}

.MProducts .ReplacementPartTextDiv {
  text-align: right;
  color: #404040 !important;
}

.ReplacementPartTextDiv {
  padding-top: 20px;
}

.homeproducts {
  min-height: 295px;
}

#Body_LSelectSubCategory {
  font-family: 'interface';
  font-size: 26px;
  color: #404040;
}

#Body_LSelectProduct {
  font-family: 'interface';
  font-size: 26px;
  color: #404040;
}

.FooterFreeShipping {
  max-width: 100px;
}

.child_footer div {
  float: left;
}

.child_11 {
  text-align: left;
  width: 250px;
}

.PullDown {
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  width: 100%;
  margin-bottom: 10px;
}

.LEmailSent {
  margin-top: -30px;
}

.OutOfStock {
  color: red;
  font-weight: bold;
  text-align: center;
}

.ClearDate {
  cursor: pointer;
  color: #36b3a8;
}

#UpdatePanel_CartText,
#UpdatePanel_CartText1 {
  display: inline-table;
  vertical-align: middle;
}

.CartContainer {
  margin-bottom: -1vw;
}

.OutOfStock {
  color: red !important;
  font-weight: bold !important;
}

.secCategories {
  background-color: #3399ff;
  padding: 10px 0;
}

.secCategories .lsCategories {
  /* width: 100%; */
  margin: 0 auto;
  border: none !important;
  display: table;
  /* vertical-align: middle; */
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.secCategories .lsCategories > li {
  float: left;
  margin-bottom: -1px;
  position: relative;
  display: block;
  padding: 10px 18px;
  background-color: #ffffff;
  font-weight: bold;
  color: #004b9f !important;
  margin: 0 3px;
  border-radius: 8px;
}

/*.secCategories .lsCategories > li:last-child {
                float: right;
                margin-bottom: -1px;
                position: absolute;
                right: 13.2%;
                display: block;
                padding: 3px 20px;
              
                font-size: 24px;
                background-color: rgba(0,0,0,0);
                color: white !important;
                margin: 0 3px;
                border-radius: 8px;
            }*/

.secCategories .lsCategories > li:first-child {
  float: left;
  margin-bottom: -1px;
  position: relative;
  display: block;
  padding: 10px 20px;
  background-color: #ffffff;
  /*margin: 0 15px 0 0;*/
  font-weight: bold;
  color: #004b9f !important;
  border-radius: 8px;
}

.secCategories .lsCategories a {
  /*color: white !important;
            font-weight: normal;*/
}

.vitamin-container {
  max-width: 1600px;
  margin: 0 auto;
}

.vitamin-container .wrapper {
  width: 86%;
  margin: 0 auto;
}

.secHotDeals {
  font-family: 'interface';
  font-weight: 700;
  margin-top: -30px;
}

.secHotDeals .secTitle {
  color: #3399ff;
  font-weight: bold;
}

.secRelatedProducts {
  font-family: 'interface';
  font-weight: 700;
}

.secRelatedProducts h3 {
  margin-bottom: 0;
  text-align: left;
}

.secRelatedProducts .secTitle {
  color: #3399ff;
  font-weight: bold;
}

.viewAllProduct {
  display: inline-block;
  margin-top: 15px;
  vertical-align: middle;
  float: right;
}

.AddToWishListThisProduct {
  padding-top: 10px !important;
  display: inline-block;
}

.AlertNotification {
  float: right;
  margin-right: 30px;
}

.hotDealProduct {
  min-height: 200px !important;
  text-align: center;
  line-height: 1;
  margin: 20px 0;
}

.hotDealProduct a {
  /*background-color: #328e00;*/
}

/*.hotDealProduct .imgContainer {
    
        min-height: 132px;
    }*/

.hotDealProduct .titleContainer {
  /*width: 132px;*/
  min-height: 35px;
}

.hotDealProduct .hotDealDiscountedPrice {
  color: #dc0000;
  font-family: 'interface';
  font-weight: bold;
  font-size: 18px;
  text-decoration: line-through;
  margin-right: 5px;
}

.hotDealProduct .hotDealPrice {
  color: #6bb4e1;
  font-family: 'interface';
  font-weight: bolder;
  font-size: 18px;
}

.pr-05 {
  padding-right: 0.5em !important;
}

.onsale {
  text-decoration: line-through !important;
  color: #c43938;
}

.hotDealProduct .salesTag {
  position: absolute;
  top: 40px;
  right: 20px;
}

.hotDealProduct .hotDealProductTitle {
  /*color: #90b855;*/
  color: #404040;
  font-family: 'interface';
  font-weight: bold;
  font-size: 12px;
  display: inline-block;
  min-height: 80px;
}

.hotDealProduct .hotDealProductShortDescription {
  color: #929292;
  font-family: 'interface';
  font-size: 12px;
  line-height: 90%;
}

.hotDealProduct .hotDealButton {
  background-color: #6bb4e1 !important;
  color: white !important;
  font-family: 'interface';
  font-weight: bold;
  font-size: 10px;
  line-height: 90%;
  padding: 10px;
  height: auto !important;
}

.featuredProduct {
  /*min-height: 200px !important;*/
  text-align: center;
  line-height: 1;
  margin: 20px 0;
}

.featuredProduct a {
  /*background-color: #328e00;*/
}

.featuredProduct .imgContainer {
  /*width: 132px;*/
  height: 132px;
}

.featuredProduct .imgContainer img {
  height: 100%;
  width: auto;
}

.featuredProduct .titleContainer {
  /*width: 132px;*/
  min-height: 50px;
}

.featuredProduct .hotDealDiscountedPrice {
  color: #dc0000;
  font-family: 'interface';
  font-weight: bold;
  font-size: 18px;
  text-decoration: line-through;
  margin-right: 5px;
}

.featuredProduct .hotDealPrice {
  color: #3399ff;
  font-family: 'interface';
  font-weight: bold;
  font-size: 18px;
}

.featuredProduct .salesTag {
  position: absolute;
  top: 40px;
  right: 20px;
}

.featuredProduct .hotDealProductTitle {
  color: #90b855;
  font-family: 'interface';
  font-weight: bold;
  font-size: 12px;
}

.featuredProduct .hotDealProductShortDescription {
  color: #929292;
  font-family: 'interface';
  font-size: 12px;
  line-height: 90%;
}

.featuredProduct .hotDealButton {
  background-color: #328e00 !important;
  color: white !important;
  font-family: 'interface';
  font-weight: bold;
  font-size: 10px;
  line-height: 90%;
  padding: 10px;
}

.SearchPanel {
  font-family: 'interface';
  border: 3px solid #b2b9b9;
  color: #7c7c7c;
}

.SearchPanel label {
  font-weight: normal;
}

.SearchPanel .dropdown a {
  min-height: 46px;
}

.SearchPanel .dropdown .searchOption {
  text-align: center;
  display: inline;
}

.SearchPanel .dropdown .optionWrapper {
  display: table;
  width: 100%;
}

.SearchPanel .dropdown .optionWrapper .searchOptionObjects {
  display: table-cell;
}

.SearchPanel .dropdown .optionWrapper .obIcon {
  max-width: 5%;
  width: 5%;
}

.SearchPanel .dropdown .optionWrapper .searchOptionObjects img {
  text-align: left;
}

.SearchPanel .dropdown .optionWrapper .searchOptionTitle {
  padding-left: 10px;
  text-align: left;
}

.SearchPanel .dropdown .optionWrapper .searchOptionObjects .caret {
  text-align: right;
}

.headerTitle {
  text-align: left;
}

.headerIcon {
  text-align: right;
}

.connecting-line {
  height: 1px;
  background: #e0e0e0;
  position: absolute;
  width: 92%;
  margin: 0 auto;
  left: 15px;
  right: 15px;
  top: 30%;
  z-index: 1;
}

.separeterTitle {
  /*position:absolute;*/
  text-align: center;
  /*z-index:2;*/
}

.separeterTitle span {
  background-color: white;
}

.footerMenu img {
  width: auto;
}

.footerListTitle {
  font-family: 'interface';
  font-size: 24px;
  color: #99cd51;
  margin: 0 15px;
}

.footerOptionWrapper {
  list-style-type: none;
  margin: 15px 0;
}

.footerOptions {
  color: white;
  font-family: 'interface';
  font-size: 12px;
}

.lblShare {
  display: block;
}

.dropDownSeachOption {
  /*padding: 2px 35px !IMPORTANT;*/
}

.dropdownGenderOption {
  /*background: url("/Images/Search/gender-selection.png") 4px 4px;
    background-size: 25px 25px;
    background-repeat: no-repeat;
    padding-top: 40px;*/
  background: url("/Images/Search/gender-selection.png") 4px 4px no-repeat;
  background-size: 25px 25px;
  padding: 2px 35px !important;
}

.btn-Search {
  background-color: #a9d56d;
  color: white !important;
  font-family: 'interface';
  font-weight: bold;
}

.ContactNumber {
  font-family: 'interface';
  font-weight: bold;
  font-size: 21px;
  color: white;
}

.footerCopyright {
  font-family: 'interface';
  font-size: 14px;
  color: white;
  margin-bottom: 0;
}

.SearchBar div {
  display: inline-block !important;
  margin: 0 2px;
  width: 41px;
  height: 42px;
}

.SearchBar {
  width: 100% !important;
  text-align: left !important;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 0;
}

.PrescriptionButton {
  text-transform: uppercase;
  color: #fff !important;
  background-color: #c3e1ff;
  padding: 8px 15px;
  border-radius: 5px;
  display: block;
  margin-bottom: 5px;
}

.SelectedPrescriptionButton {
  background-color: #3399ff;
  padding: 10px 15px;
  border-radius: 5px;
}

.PrescriptionTitle {
  width: 100%;
  margin-bottom: 20px;
}

.PrescriptionTitle img {
  width: 97px !important;
  margin-right: 15px;
}

/*Hasban*/

.rblSearch {
  width: 100%;
  text-align: right;
}

.d-number {
  /* position: absolute; */
  /* width: 50%; */
  top: 25px;
  text-align: center;
  padding: 3px 20px;
  font-size: 24px;
  margin: 0 3px;
  border-radius: 8px;
  padding: 0;
  margin-bottom: -45px;
  float: right;
  margin-right: 330px;
  padding-top: 8px;
}

.dis-t {
  display: table;
  height: 100%;
}

.dis-tc {
  display: table-cell;
  vertical-align: middle;
  float: none !important;
}

.cus-d-number {
  position: relative;
  /*width: 60%;*/
  text-align: center;
  top: 17px;
  font-size: 13px;
  margin: 0 auto;
  /*left: 5%;*/
}

/*.hotDealProduct a
{
        position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}*/

.imgContainer {
  position: relative;
}

.imgContainer a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.imgResponse {
  height: 100%;
  text-align: center;
  font: 0/0 a;
}

.imgResponse:before {
  content: " ";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}

.hotDealProduct .imgContainer img {
  max-height: 100%;
  max-width: 100%;
  margin: auto;
  display: inline-block;
  vertical-align: middle;
  width: auto;
}

/*.hotDealProduct a:first-child:before
{

    content: ' ';
    /*display: inline-block;
    vertical-align: middle;
    height: 100%;
}*/

.accordion .panel {
  border: none;
  margin-bottom: 2px;
  box-shadow: none;
  /* background-color: #646160 !important; */
}

.accordion-toggle {
  padding: 5px 10px;
  width: 100%;
  /*background: rgba(57, 54, 53, 0.06);*/
  text-align: left;
  text-decoration: none !important;
  text-transform: capitalize;
  display: block;
  font-size: 18px;
  color: #000 !important;
  font-weight: 400;
  /* border-bottom: 1px solid rgba(45, 43, 42, 0.87);*/
}

.accordion-active {
  background: rgb(111, 183, 254);
  border-bottom: none;
  /* box-shadow: 0px 4px 4px 0px rgba(70,71,71,1); */
  color: #fff !important;
}

.accordion-toggle:active,
.accordion-toggle:focus {
}

.fa-chevron-up:before,
.fa-chevron-down:before {
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 12px;
  /*padding-right: 10px;*/
}

.accordion-body {
  /*background: rgba(100, 97, 96, 0.19);*/
  padding: 10px 40px;
}

.accordion-body a {
  display: block;
  color: #000;
  text-decoration: none !important;
  transition: all 0.3s;
  padding: 5px 0;
}

.accordion-body a:hover {
  transition: all 0.3s;
  padding-left: 10px;
  background: #3097fd;
  color: #fff !important;
}

.addthis_button_facebook {
  margin-left: 0;
}

.sp-block {
  display: block;
}

.SignUpContainer {
  position: fixed;
  bottom: 0px;
  left: 15px;
  width: 250px;
  z-index: 21474836390;
  border: 0px;
  transition: transform 0.2s ease-in-out;
  opacity: 1;
}

.SignUp {
  text-align: center;
  background: #333;
  margin: 3px 3px 0;
  padding: 2px 8px 0px 8px;
  border-radius: 10px 10px 0 0;
  cursor: pointer !important;
}

.SignUp label {
  cursor: pointer;
}

.SignUp .fa-chevron-up {
  float: right;
  margin: 3px 5px 0px 0px;
  color: #fff;
}

.SignupForm {
  width: 280px;
  position: absolute;
  bottom: 0;
  background-color: #fff;
  margin: 3px 15px 0 0;
  padding: 2px 8px 10px 8px;
  border-radius: 10px 10px 0 0;
  border-left: 3px solid #3399ff;
  border-top: 3px solid #3399ff;
  border-right: 3px solid #3399ff;
  border-color: #c3e1ff;
}

.CloseSignup i {
  color: #3399ff;
  font-size: 20px;
}

.CloseSignup {
  float: right;
  margin: 9px 0px;
  cursor: pointer;
}

.SignupForm .btn {
  background-color: #3399ff;
  color: #fff;
  float: right;
  margin: 8px;
}

@media screen and (max-width: 530px) {
  .SignUpContainer {
    display: none;
  }
}

.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: #111;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
  text-align: left;
  z-index: 10000;
}

.sidenav a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 25px;
  color: #818181;
  display: block;
  transition: 0.3s;
}

.sidenav a:hover {
  color: #f1f1f1;
}

.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}

@media screen and (max-height: 450px) {
  .sidenav {
    padding-top: 15px;
  }

  .sidenav a {
    font-size: 18px;
  }
}

#ProductListSearchContainer select,
#ProductListSearchContainer input {
  transition: 0.5s;
}
