/*---------------------------------------------------
    LESS Elements 0.9
  ---------------------------------------------------
    A set of useful LESS mixins
    More info at: http://lesselements.com
  ---------------------------------------------------*/
body {
  font-family: "gt_walsheim", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  width: 100%;
  position: relative;
  padding-bottom: 1em;
  margin: auto !important;
  background-color: #ffffff !important;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "gt_walsheim", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}
a {
  cursor: pointer !important;
}
.error {
  color: red;
  font-size: 11px;
}
.luxe-tag {
  position: absolute;
  top: 0;
  left: 0;
  border: 1px solid transparent;
  background: #ffc125;
  color: #fff;
  font-weight: 600;
  padding: 0 15px;
  font-size: 13px;
  z-index: 1;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  border-color: rgba(225, 225, 225, 0.4) !important;
}
.full {
  margin: 0 auto;
  width: 100%;
  max-width: 100%;
  position: relative;
}
.message {
  margin-bottom: 30px;
  height: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: top center;
  text-align: center;
  color: #4d4d4d;
}
.message h2 {
  font-size: 30px;
  margin-bottom: 15px;
}
.message a {
  margin-bottom: 7px;
  text-decoration: none;
  border: 2px solid #4d4d4d;
  display: inline-block;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.1);
  font-size: 14px;
  font-weight: 700;
  border-radius: 0;
  color: #4d4d4d;
}
.message a:hover {
  color: #fff;
  background: #dc4e04;
  border-color: #dc4e04;
}
.message div {
  font-size: 20px;
  margin-bottom: 7px;
}
.centered-container {
  border: 1px solid #dd4f05;
  border-radius: 10px;
  padding: 3%;
  text-align: center;
  width: 40%;
  min-width: 450px;
  height: auto;
  min-height: 200px;
  margin: auto;
  margin-top: 50px;
  margin-bottom: 40px;
}
.centered-container button {
  margin-top: 10px;
  border: none;
  margin-bottom: 10px;
  background: #dd4f05;
}
.centered-container p {
  font-size: 18px;
}
.centered-container p a {
  color: #dd4f05;
}
.banner-container {
  position: absolute;
  top: 15%;
  text-align: left;
  width: 50%;
  color: #dc4e04;
}
.banner-container.left {
  left: 50px;
  text-align: left;
}
.banner-container.right {
  right: 50px;
  text-align: right;
}
.banner-container.center {
  left: 25%;
  text-align: center;
}
.banner-container.dark {
  color: #000;
}
.banner-container.dark .main-title {
  color: #000;
}
.banner-container.dark .main-caption {
  color: #000;
}
.banner-container.dark .main-caption .link {
  border-color: #000000;
  color: black;
  background: rgba(0, 0, 0, 0);
}
.banner-container.dark .link {
  border-color: #000000;
  color: #000;
  background: rgba(0, 0, 0, 0);
  border-radius: 0px;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.1);
  display: inline-block;
  font-size: 13px;
  font-weight: 600;
  padding: 6px 18px;
  margin-bottom: 20px;
  border: 2px solid #000;
}
.banner-container.dark .link:hover {
  color: #fff;
  background: #dc4e04;
  border: 4px solid #dc4e04;
}
.banner-container.light .main-title {
  color: #ffffff;
}
.banner-container.light .main-caption {
  color: #ffffff;
}
.banner-container.light .main-caption .link {
  border-color: #FFFFFF;
  color: #ffffff;
  background: rgba(0, 0, 0, 0);
}
.banner-container.light .link {
  border-color: #fff;
  color: #fff;
  background: rgba(0, 0, 0, 0);
  border-radius: 0px;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.1);
  display: inline-block;
  font-size: 13px;
  font-weight: 600;
  padding: 6px 18px;
  margin-bottom: 20px;
  border: 2px solid #fff;
}
.banner-container.light .link:hover {
  color: #fff;
  background: #dc4e04;
  border: 4px solid #dc4e04;
}
.banner-container .main-title {
  font-size: 42px;
  text-transform: uppercase;
  margin-bottom: 20px;
  cursor: default;
}
.banner-container .main-caption {
  font-size: 23px;
  font-weight: 600;
  line-height: 100%;
  padding: 10px 0px;
  word-spacing: -2px;
  margin-bottom: 20px;
  cursor: default;
}
.banner-container .main-footer {
  font-size: 20px;
  font-weight: 500;
  word-spacing: 2px;
  cursor: default;
}
.two_child_text {
  margin-bottom: 30px;
}
.two_child_text h2 {
  text-align: center;
  color: #4d4d4d;
  margin-top: 20px;
  margin-bottom: 5px;
}
.two_child_text .two_child_textcont {
  width: 100%;
  height: auto;
  min-height: 150px;
  position: relative;
  margin-bottom: 30px;
  display: block;
}
.two_child_text .two_child_textcont > div:first-child {
  width: 50%;
  max-height: 400px;
  position: absolute;
  padding: 20px;
  overflow: hidden;
}
.two_child_text .two_child_textcont > div:first-child h4 {
  text-align: center;
  margin-bottom: 5px;
  color: #dd4f05;
}
.two_child_text .two_child_textcont > div:first-child p {
  text-align: center;
}
.two_child_text .two_child_textcont > div:nth-child(2) {
  width: 50%;
  max-height: 400px;
  position: absolute;
  left: 50%;
  overflow: hidden;
  padding: 20px;
}
.two_child_text .two_child_textcont > div:nth-child(2) h4 {
  text-align: center;
  margin-bottom: 5px;
  color: #dd4f05;
}
.two_child_text .two_child_textcont > div:nth-child(2) p {
  text-align: center;
}
.two_child_text .two_child_textcont > div:nth-child(n>2) {
  display: none;
}
.three_child_text {
  margin-bottom: 30px;
}
.three_child_text h2 {
  text-align: center;
  color: #4d4d4d;
  margin-top: 20px;
  margin-bottom: 5px;
}
.three_child_text .three_child_textcont {
  width: 100%;
  height: 200px;
  position: relative;
  margin-bottom: 30px;
  display: block;
}
.three_child_text .three_child_textcont > div:first-child {
  width: 33.3%;
  max-height: 300px;
  position: absolute;
  padding: 20px;
  overflow: hidden;
}
.three_child_text .three_child_textcont > div:first-child h4 {
  text-align: center;
  margin-bottom: 5px;
  color: #dd4f05;
}
.three_child_text .three_child_textcont > div:first-child p {
  text-align: center;
}
.three_child_text .three_child_textcont > div:nth-child(2) {
  width: 33.3%;
  max-height: 300px;
  position: absolute;
  left: 33.3%;
  overflow: hidden;
  padding: 20px;
}
.three_child_text .three_child_textcont > div:nth-child(2) h4 {
  text-align: center;
  margin-bottom: 5px;
  color: #dd4f05;
}
.three_child_text .three_child_textcont > div:nth-child(2) p {
  text-align: center;
}
.three_child_text .three_child_textcont > div:nth-child(3) {
  width: 33.4%;
  max-height: 300px;
  position: absolute;
  right: 0%;
  padding: 20px;
  overflow: hidden;
}
.three_child_text .three_child_textcont > div:nth-child(3) h4 {
  text-align: center;
  margin-bottom: 5px;
  color: #dd4f05;
}
.three_child_text .three_child_textcont > div:nth-child(3) p {
  text-align: center;
}
.three_child_text .three_child_textcont > div:nth-child(n>3) {
  display: none;
}
.four_child_text {
  margin-bottom: 30px;
}
.four_child_text h2 {
  text-align: center;
  color: #4d4d4d;
  margin-top: 20px;
  margin-bottom: 5px;
}
.four_child_text .four_child_textcont {
  width: 100%;
  min-height: 250px;
  height: auto;
  position: relative;
  margin-bottom: 30px;
  display: block;
}
.four_child_text .four_child_textcont > div:first-child {
  width: 25%;
  min-height: 200px;
  height: auto;
  max-height: 400px;
  position: absolute;
  padding: 20px;
  overflow: hidden;
}
.four_child_text .four_child_textcont > div:first-child h4 {
  text-align: center;
  margin-bottom: 5px;
  color: #dd4f05;
}
.four_child_text .four_child_textcont > div:first-child p {
  text-align: center;
}
.four_child_text .four_child_textcont > div:nth-child(2) {
  width: 25%;
  min-height: 200px;
  height: auto;
  max-height: 400px;
  position: absolute;
  left: 25%;
  overflow: hidden;
  padding: 20px;
}
.four_child_text .four_child_textcont > div:nth-child(2) h4 {
  text-align: center;
  margin-bottom: 5px;
  color: #dd4f05;
}
.four_child_text .four_child_textcont > div:nth-child(2) p {
  text-align: center;
}
.four_child_text .four_child_textcont > div:nth-child(3) {
  width: 25%;
  min-height: 200px;
  height: auto;
  max-height: 400px;
  position: absolute;
  left: 50%;
  padding: 20px;
  overflow: hidden;
}
.four_child_text .four_child_textcont > div:nth-child(3) h4 {
  text-align: center;
  margin-bottom: 5px;
  color: #dd4f05;
}
.four_child_text .four_child_textcont > div:nth-child(3) p {
  text-align: center;
}
.four_child_text .four_child_textcont > div:nth-child(4) {
  width: 25%;
  min-height: 200px;
  height: auto;
  max-height: 400px;
  position: absolute;
  right: 0;
  padding: 20px;
  overflow: hidden;
}
.four_child_text .four_child_textcont > div:nth-child(4) h4 {
  text-align: center;
  margin-bottom: 5px;
  color: #dd4f05;
}
.four_child_text .four_child_textcont > div:nth-child(4) p {
  text-align: center;
}
.four_child_text .four_child_textcont > div:nth-child(n>4) {
  display: none;
}
.centered-text {
  margin-bottom: 30px;
  border-top: 2px solid #d7d7d7;
  border-bottom: 2px solid #d7d7d7;
}
.centered-text h2 {
  margin-top: 10px;
  margin-bottom: 5px;
  color: #dd4f05;
  text-align: center;
}
.centered-text div {
  width: 70%;
  text-align: center;
  margin-left: 15%;
}
.plain-text {
  margin-bottom: 30px;
}
.plain-text h2 {
  margin-bottom: 10px;
  text-align: center;
}
.wrapper {
  width: 100%;
  position: relative;
  padding-bottom: 1em;
  margin-top: 2em;
}
.right {
  float: right;
}
.body-content {
  margin-top: 100px;
  padding: 10px 0px;
  margin-bottom: 60px;
}
.search {
  padding: 0px 5px;
  min-width: 40%;
  width: 400px;
  position: relative;
}
/*CSS for the navigations*/
.empty-box {
  margin-top: 100px;
  margin-bottom: 50px;
  text-align: center;
}
.paginate {
  margin-bottom: 10px;
  margin-top: 20px;
  display: block;
}
.paginate .btn,
.paginate .btn-group {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border-color: rgba(235, 235, 235, 0.4);
}
.paginate .btn {
  padding: 8px 12px;
}
.paginate .btn i {
  line-height: 20px;
}
.econt_wrap {
  height: auto;
  width: 100%;
  box-shadow: 0px 0px 5px #ccc;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
.econt_wrap:hover {
  -webkit-box-shadow: 0px 0px 5px #dc4e04;
  -moz-box-shadow: 0px 0px 5px #dc4e04;
  box-shadow: 0px 0px 5px #dc4e04;
}
.econt_wrap .e_mage_box {
  border-bottom: 1px solid rgba(235, 235, 235, 0.4);
  padding: 6px;
  background: #ffffff;
  display: block;
}
.econt_wrap .e_mage_box .e_mage {
  height: 260px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  position: relative;
}
.econt_wrap .e_mage_box .e_mage.small {
  height: 260px;
}
.econt_wrap .e_fo {
  padding: 8px 6px;
  background: #ffffff;
  font-size: 13px;
}
.econt_wrap .e_fo .e_title {
  display: block;
  margin-bottom: 2px;
  height: 15px;
  line-height: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #777;
  font-weight: 400;
}
.econt_wrap .e_fo .e_title:hover {
  color: #dc4e04;
  text-decoration: underline;
}
.econt_wrap .e_fo .e_owner {
  display: block;
  font-size: 90%;
  padding: 0px;
  margin: 0px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #999;
  font-weight: 500;
}
.econt_wrap .e_fo .e_owner:hover {
  color: #dc4e04;
  text-decoration: underline;
}
.econt_wrap .e_fo .e_extra {
  display: block;
  height: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  vertical-align: text-bottom;
  color: #777;
}
.econt_wrap .e_fo .e_extra .e_price {
  float: right;
  font-size: 110%;
  font-weight: 600;
  color: #dc4e04;
}
.econt_wrap .e_fo .e_extra .e_description {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 85%;
}
.grocery-info-wrap .e_owner {
  display: block;
  text-align: center;
  text-transform: uppercase;
  padding-top: 10px;
  color: #333;
  font-weight: 600;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.fixx {
  box-shadow: 0px 0px 5px #ccc;
}
.fixx1 {
  border: none !important;
}
/*Category less*/
.four-child-item {
  margin-bottom: 10px;
}
.four-child-item .e_cont {
  width: 100%;
  position: relative;
}
.four-child-item .e_cont > div {
  float: left;
  width: 23.5%;
  padding: 0px;
  margin: 0% 2% 2% 0%;
  height: 349px;
}
.four-child-item .e_cont > div iframe {
  width: 100%;
  height: 100%;
  max-height: 100%;
  vertical-align: middle;
}
.four-child-item .e_cont > div img {
  width: 100%;
  height: 100%;
}
.four-child-item .e_cont > div:nth-child(4n) {
  float: right;
  margin-right: 0px;
}
.two-child-item {
  margin-bottom: 30px;
}
.two-child-item .e_cont {
  width: 100%;
  position: relative;
}
.two-child-item .e_cont > div {
  float: left;
  width: 49%;
  padding: 0px;
  margin: 0% 1% 0% 0%;
  height: 349px;
}
.two-child-item .e_cont > div iframe {
  width: 100%;
  height: 100%;
  max-height: 100%;
  vertical-align: middle;
}
.two-child-item .e_cont > div img {
  width: 100%;
  height: 100%;
}
.two-child-item .e_cont > div:nth-child(2n) {
  float: right;
  margin-right: 0px;
}
.three-child-item {
  margin-bottom: 30px;
}
.three-child-item .e_cont {
  width: 100%;
  position: relative;
}
.three-child-item .e_cont > div {
  float: left;
  width: 32.66%;
  padding: 0px;
  margin: 0% 1% 0% 0%;
  height: 349px;
}
.three-child-item .e_cont > div iframe {
  width: 100%;
  height: 100%;
  max-height: 100%;
  vertical-align: middle;
}
.three-child-item .e_cont > div img {
  width: 100%;
  height: 100%;
}
.three-child-item .e_cont > div:nth-child(3n) {
  float: right;
  margin-right: 0px;
}
.five-child-item {
  margin-bottom: 30px;
}
.five-child-item .e_cont {
  width: 100%;
  position: relative;
}
.five-child-item .e_cont > div {
  float: left;
  width: 23.4%;
  border: 1px solid rgba(235, 235, 235, 0.4);
  border: 1px solid #d8dae4;
  padding: 0px;
  margin: 0% 2% 2% 0%;
}
.five-child-item .e_cont > div iframe {
  width: 100%;
  height: 100%;
  max-height: 100%;
  vertical-align: middle;
}
.five-child-item .e_cont > div img {
  width: 100%;
  height: 100%;
}
.five-child-item .e_cont > div:nth-child(4n) {
  float: right;
  margin-right: 0px;
}
.three_child_text {
  margin-bottom: 30px;
}
.three_child_text h2 {
  text-align: center;
  color: #4d4d4d;
  margin-top: 20px;
  margin-bottom: 5px;
}
.three_child_text .three_child_textcont {
  width: 100%;
  height: 200px;
  position: relative;
  display: block;
}
.three_child_text .three_child_textcont > div:first-child {
  width: 33.3%;
  max-height: 300px;
  position: absolute;
  padding: 20px;
  overflow: hidden;
}
.three_child_text .three_child_textcont > div:first-child h4 {
  text-align: center;
  margin-bottom: 5px;
  color: #dd4f05;
}
.three_child_text .three_child_textcont > div:first-child p {
  text-align: center;
}
.three_child_text .three_child_textcont > div:nth-child(2) {
  width: 33.3%;
  max-height: 300px;
  position: absolute;
  left: 33.3%;
  overflow: hidden;
  padding: 20px;
}
.three_child_text .three_child_textcont > div:nth-child(2) h4 {
  text-align: center;
  margin-bottom: 5px;
  color: #dd4f05;
}
.three_child_text .three_child_textcont > div:nth-child(2) p {
  text-align: center;
}
.three_child_text .three_child_textcont > div:nth-child(3) {
  width: 33.4%;
  max-height: 300px;
  position: absolute;
  right: 0%;
  padding: 20px;
  overflow: hidden;
}
.three_child_text .three_child_textcont > div:nth-child(3) h4 {
  text-align: center;
  margin-bottom: 5px;
  color: #dd4f05;
}
.three_child_text .three_child_textcont > div:nth-child(3) p {
  text-align: center;
}
.three_child_text .three_child_textcont > div:nth-child(n>3) {
  display: none;
}
.centered-text {
  margin-top: 10px;
  margin-bottom: 30px;
}
.centered-text h2 {
  margin-top: 10px;
  margin-bottom: 10px;
}
.centered-text a {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 25px;
}
.centered-text a img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 25px;
}
.centered-text .realinf {
  border-top: 2px solid #d7d7d7;
  border-bottom: 2px solid #d7d7d7;
}
.centered-text .realinf p,
.centered-text .realinf h2 {
  width: 70%;
  text-align: center;
  margin-left: 15%;
}
.centered-text .realinf h2 {
  color: #dd4f05;
}
.centered-text .realinf h2 {
  color: #dd4f05;
}
.centered-container {
  border: 1px solid #dd4f05;
  border-radius: 10px;
  padding: 3%;
  text-align: center;
  width: 40%;
  min-width: 450px;
  height: auto;
  min-height: 200px;
  margin: auto;
  margin-top: 50px;
  margin-bottom: 40px;
}
.centered-container button {
  margin-top: 10px;
  border: none;
  margin-bottom: 10px;
  background: #dd4f05;
}
.centered-container p {
  font-size: 18px;
}
.centered-container p a {
  color: #dd4f05;
}
.list {
  margin-top: 20px;
  margin-bottom: 20px;
}
.list .ti2le {
  margin-bottom: 15px;
  font-size: 30px;
  font-weight: 500;
  text-align: center;
}
.list .lists {
  width: 70%;
  margin: auto;
  padding-bottom: 20px;
}
.list .lists .d_list {
  display: inline-block;
  width: 50%;
  padding-left: 90px;
}
.list .lists .d_list p {
  display: inline;
}
.list .lists .d_list i {
  color: #dc4e04;
  margin-right: 10px;
}
.list .lists .d_list:nth-child(odd) {
  float: left;
}
.list .lists .d_list:nth-child(even) {
  float: right;
}
.centered-media {
  margin-bottom: 30px;
  padding-bottom: 30px;
  text-align: center;
  max-width: 100%;
  margin: auto;
  margin-left: auto;
  margin-right: auto;
}
.centered-media a:first-child {
  margin-top: 20px;
  margin-bottom: 25px;
}
.centered-media a:first-child iframe {
  margin-top: 20px;
  width: 600px;
  min-width: 500px;
  max-width: 700px;
}
.centered-media a:first-child img {
  display: block;
  margin-bottom: 25px;
}
.centered-media a:nth-child(n>1) {
  display: none;
}
.search {
  padding: 0px 5px;
  min-width: 40%;
  width: 400px;
  position: relative;
}
.search .search-wrap {
  border: 1px solid #FBFBFB;
  -webkit-box-shadow: 0px 0px 3px #ccc;
  -moz-box-shadow: 0px 0px 3px #ccc;
  box-shadow: 0px 0px 3px #ccc;
  height: 40px;
  margin-top: 10px;
  overflow: hidden;
  position: relative;
  background: #dc4e04;
}
.search .search-wrap input {
  margin: 0px;
  padding: 0px;
  position: absolute;
  border: 0px solid;
  top: 0px;
  bottom: 0px;
  width: 90%;
  left: 0px;
  line-height: 100%;
  padding: 8px;
  background: #fff;
}
.search .search-wrap .fa {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 10%;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 22px;
  color: #fff;
  cursor: pointer;
}
.static-banner {
  width: 100%;
  height: auto;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% auto;
  position: relative;
  margin-bottom: 30px;
}
.static-banner > img {
  width: 100%;
  height: auto;
}
/*End of category less*/
.advat {
  width: 100%;
  position: relative;
}
.new_advat {
  width: 100%;
  position: relative;
}
.see-more {
  margin-bottom: 20px;
  margin-top: 20px;
}
.see-more a {
  color: #dc4e04;
}
.d-title {
  margin-bottom: 10px;
  color: #666;
  font-size: 17px;
  font-weight: 500;
}
.five_child_cont {
  width: 100%;
  height: 616px;
  position: relative;
  margin-bottom: 20px;
  background: inherit;
  border: 8px solid #fff;
  margin-bottom: 30px;
  -webkit-box-shadow: 0px 0px 3px #ccc;
  -moz-box-shadow: 0px 0px 3px #ccc;
  box-shadow: 0px 0px 3px #ccc;
}
.five_child_cont :first-child div {
  width: 40%;
  height: 300px;
  border-right: 8px solid #fff;
  border-bottom: 8px solid #fff;
  position: absolute;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.five_child_cont :first-child div iframe {
  width: 100%;
  height: 100%;
}
.five_child_cont :first-child div img {
  width: 100%;
  height: 100%;
}
.five_child_cont :nth-child(2) div {
  width: 40%;
  height: 300px;
  position: absolute;
  top: 300px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  border-right: 8px solid #fff;
}
.five_child_cont :nth-child(2) div iframe {
  width: 100%;
  height: 100%;
}
.five_child_cont :nth-child(2) div img {
  width: 100%;
  height: 100%;
}
.five_child_cont :nth-child(3) div {
  width: 30%;
  height: 320px;
  border-right: 8px solid #fff;
  border-bottom: 8px solid #fff;
  position: absolute;
  right: 30%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.five_child_cont :nth-child(3) div iframe {
  width: 100%;
  height: 100%;
}
.five_child_cont :nth-child(3) div img {
  width: 100%;
  height: 100%;
}
.five_child_cont :nth-child(4) div {
  width: 30%;
  height: 280px;
  border-right: 8px solid #fff;
  position: absolute;
  top: 320px;
  right: 30%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.five_child_cont :nth-child(4) div iframe {
  width: 100%;
  height: 100%;
}
.five_child_cont :nth-child(4) div img {
  width: 100%;
  height: 100%;
}
.five_child_cont :nth-child(5) div {
  width: 30%;
  height: 600px;
  position: absolute;
  right: 0%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.five_child_cont :nth-child(5) div iframe {
  width: 100%;
  height: 100%;
}
.five_child_cont :nth-child(5) div img {
  width: 100%;
  height: 100%;
}
.five_child_cont :nth-child(n>5) {
  display: none;
}
.three_child_simplecont {
  width: 100%;
  height: 316px;
  position: relative;
  margin-bottom: 30px;
  margin-top: 20px;
  display: block;
  border: 8px solid #fff;
  -webkit-box-shadow: 0px 0px 3px #ccc;
  -moz-box-shadow: 0px 0px 3px #ccc;
  box-shadow: 0px 0px 3px #ccc;
}
.three_child_simplecont :first-child div {
  width: 33.3%;
  height: 300px;
  position: absolute;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  border-right: 8px solid #fff;
}
.three_child_simplecont :first-child div iframe {
  width: 100%;
  height: 100%;
}
.three_child_simplecont :first-child div img {
  width: 100%;
  height: 100%;
}
.three_child_simplecont :nth-child(2) div {
  width: 33.3%;
  height: 300px;
  position: absolute;
  left: 33.3%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  border-right: 8px solid #fff;
}
.three_child_simplecont :nth-child(2) div iframe {
  width: 100%;
  height: 100%;
}
.three_child_simplecont :nth-child(2) div img {
  width: 100%;
  height: 100%;
}
.three_child_simplecont :nth-child(3) div {
  width: 33.4%;
  height: 300px;
  position: absolute;
  right: 0%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.three_child_simplecont :nth-child(3) div iframe {
  width: 100%;
  height: 100%;
}
.three_child_simplecont :nth-child(3) div img {
  width: 100%;
  height: 100%;
}
.three_child_simplecont :nth-child(n>3) {
  display: none;
}
.addition {
  margin-bottom: 30px;
}
.addition h2 {
  text-align: center;
  color: #dd4f05;
  margin-bottom: 10px;
  margin-top: 40px;
}
.addition .row {
  background: #f5f5f5;
  width: inherit;
  padding: 2%;
  margin-bottom: 5%;
  width: 1140px !important;
  margin: auto;
}
.addition .row h4 {
  color: #16A791;
}
.threechildstyle-title {
  margin-bottom: 30px;
  color: #666;
}
.three_child_stlylishcont {
  width: 100%;
  height: 516px;
  position: relative;
  margin-bottom: 10px;
  margin-top: 20px;
  display: block;
  border: 8px solid #fff;
  -webkit-box-shadow: 0px 0px 3px #ccc;
  -moz-box-shadow: 0px 0px 3px #ccc;
  box-shadow: 0px 0px 3px #ccc;
}
.three_child_stlylishcont :first-child div {
  width: 60%;
  height: 500px;
  position: absolute;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  border-right: 8px solid #fff;
}
.three_child_stlylishcont :first-child div iframe {
  width: 100%;
  height: 100%;
}
.three_child_stlylishcont :first-child div img {
  width: 100%;
  height: 100%;
}
.three_child_stlylishcont :nth-child(2) div {
  width: 40%;
  height: 200px;
  position: absolute;
  left: 60%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  border-bottom: 8px solid #fff;
}
.three_child_stlylishcont :nth-child(2) div iframe {
  width: 100%;
  height: 100%;
}
.three_child_stlylishcont :nth-child(2) div img {
  width: 100%;
  height: 100%;
}
.three_child_stlylishcont :nth-child(3) div {
  width: 40%;
  height: 300px;
  position: absolute;
  left: 60%;
  top: 200px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.three_child_stlylishcont :nth-child(3) div iframe {
  width: 100%;
  height: 100%;
}
.three_child_stlylishcont :nth-child(3) div img {
  width: 100%;
  height: 100%;
}
.three_child_stlylishcont :nth-child(n>3) {
  display: none;
}
.two-child-cont {
  width: 100%;
  height: 516px;
  position: relative;
  margin-bottom: 30px;
  background: #efefef;
  display: block;
  border: 8px solid #fff;
  overflow: hidden;
  margin-bottom: 60px;
  -webkit-box-shadow: 0px 0px 3px #ccc;
  -moz-box-shadow: 0px 0px 3px #ccc;
  box-shadow: 0px 0px 3px #ccc;
}
.two-child-cont > div:first-child {
  width: 50%;
  height: 500px;
  position: absolute;
  background: #f2f2f2;
  text-align: center;
  border-right: 8px solid #fff;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
}
.two-child-cont > div:first-child iframe {
  width: 100%;
  height: 100%;
  max-height: 100%;
  vertical-align: middle;
}
.two-child-cont > div:first-child img {
  width: 100%;
  height: 100%;
}
.two-child-cont > div:nth-child(2) {
  width: 50%;
  height: 500px;
  position: absolute;
  background: #e8f4f9;
  text-align: center;
  right: 0px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
}
.two-child-cont > div:nth-child(2) iframe {
  width: 100%;
  height: 100%;
  max-height: 100%;
  vertical-align: middle;
}
.two-child-cont > div:nth-child(2) img {
  width: 100%;
  height: 100%;
}
/*CSS for footer*/
footer {
  margin-top: 0px;
  position: fixed;
  right: 0px;
  left: 0px;
  bottom: 0px;
}
footer .lowrnavwrap {
  background: #0A0A09;
  height: 50px;
  position: absolute;
  right: 0px;
  left: 0px;
  bottom: 0px;
}
footer .lowrnavwrap .lowernav {
  width: 75%;
  overflow: hidden;
  font-size: 0px;
  display: inline;
}
footer .lowrnavwrap .lowernav li {
  font-size: 12px;
}
footer .lowrnavwrap .lowernav li a {
  text-decoration: none;
  height: 50px;
  line-height: 50px;
  display: block;
  border-top: 0px;
  border-bottom: 0px;
  padding: 0px 10px;
  margin-left: -1px;
  color: #dc4e04;
  font-size: 13px;
}
footer .lowrnavwrap .lowernav li a:hover {
  color: #fff;
}
footer .social {
  width: 20%;
  overflow: hidden;
  height: 50px;
  line-height: 50px;
  position: relative;
  text-align: right;
}
footer .social li {
  font-size: 20px;
  position: relative;
}
footer .social li a {
  display: block;
  border-top: 0px;
  border-bottom: 0px;
  padding: 0px 10px;
  margin-left: -1px;
  color: #808E9C;
  font-size: 13px;
}
footer .social li a:hover {
  color: #fff;
}
footer .social img {
  width: 40px;
  height: auto;
}
footer li {
  display: inline-block;
}
.radio-inline .radio {
  display: none;
}
.star {
  font-size: 35;
  color: #ececec;
}
.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
  background-color: #fbfbfb !important;
}
.table thead > tr > th,
.table tbody > tr > th,
.table tfoot > tr > th,
.table thead > tr > td,
.table tbody > tr > td,
.table tfoot > tr > td {
  border-top: none !important;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-left: 0px !important;
}
.radio-inline,
.checkbox-inline {
  padding-left: 10px !important;
}
.review_ratings .comments table tbody tr td .date {
  font-style: italic;
  font-size: 10px;
  color: #596377;
}
.review_ratings .comments table tbody tr td .username {
  font-style: italic;
  font-size: 10px;
  color: #596377;
  font-weight: 800;
}
span.pull-right.r {
  font-size: 10px;
  font-style: italic;
  color: #596377;
}
.main-cover {
  /* width: 50%;*/
  margin: auto;
}
#name {
  color: #333;
}
#name span {
  padding: 4px;
}
#name:hover {
  color: #333;
}
#d-name {
  color: #dc4e04;
}
#d-name span {
  font-weight: 700;
}
#d-name:hover {
  color: #fff;
}
#msg #name {
  text-decoration: none;
}
#msg #name span {
  font-weight: 900;
}
.flash {
  text-align: center;
  background: rgba(255, 0, 0, 0.6);
  border-bottom: 1px solid rgba(225, 225, 225, 0.4);
  line-height: 35px;
  color: #fff;
  position: fixed;
  width: 100%;
  z-index: 100;
  font-weight: 600;
  top: 9.5em;
}
.flash p {
  margin: 0;
}
.image-holder {
  min-height: 300px !important;
  max-height: 300px !important;
  height: 300px !important;
}
.product-thumbnail {
  height: 50px !important;
}
.label.radio-inline {
  padding: 0px;
}
.star-color {
  color: #FFC125;
}
.comment {
  /*max-height: 700;
	height: 700;
	overflow: auto;*/
}
#scroll::-webkit-scrollbar {
  background-color: #fff;
  width: 4px;
}
#scroll::-webkit-scrollbar-thumb {
  background-color: #ccc;
  border-radius: 10px;
}
#scroll::-webkit-scrollbar-thumb:hover {
  background-color: #dc4e04;
}
.hover {
  color: #FFC125;
}
textarea#comment {
  height: 110px;
  max-height: 150px;
  width: 553px;
  max-width: 553px;
  margin: auto;
  border-radius: 0px;
}
textarea#comment:focus {
  border-color: #333;
  box-shadow: none;
}
#rating {
  unicode-bidi: bidi-override;
  direction: rtl;
}
.rate-header {
  display: block;
  text-align: center;
  margin-top: 20px;
  color: #596377;
  font-size: 12px;
}
.ratings {
  margin-top: 10px;
  text-align: center;
}
.boton-wrap {
  width: 20%;
  display: block;
  margin-left: 540px;
}
.boton-wrap button {
  width: 100%;
  float: right;
  border: none;
  border-radius: 0px;
}
.comment .table .r {
  font-size: 10px;
  font-style: italic;
  color: #596377;
}
.comment .table .r .d-star {
  color: #FFC125;
}
.comment .coment {
  margin: 20px 5px 10px 5px;
  font-size: 14px;
}
.comment .date {
  float: right;
  font-style: italic;
  font-size: 10px;
  color: #596377;
}
.comment .username {
  float: left;
  font-style: italic;
  font-size: 10px;
  color: #596377;
  font-weight: 800;
}
#luxe a:hover {
  background: transparent;
}
#luxe a span {
  display: inline-block;
  height: 30px;
}
#luxe a span img {
  width: auto;
  height: 30px;
  margin-top: -4px;
}
#user {
  color: #dc4e04;
  cursor: pointer;
  padding: 7px;
  padding-bottom: 5px;
}
#user:hover {
  background-color: #dc4e04;
  color: #fff;
}
#user:hover .more-menu {
  margin-left: -7px;
  display: block;
}
#user:hover .more-menu a:hover span {
  color: #fff !important;
}
.user_pro {
  position: absolute;
  min-width: 150px;
  height: auto;
  z-index: 10000;
  border: 1px solid #efefef;
  background: rgba(253, 253, 253, 0.9);
  font-size: 12px;
  left: -1px;
  display: none;
  color: #fff !important;
}
.user_pro span {
  color: #596377 !important;
  width: 100%;
  display: inline-block;
}
.user_pro span:hover {
  color: #fff !important;
}
.user_pro a:hover span {
  color: #fff !important;
}
#msg {
  color: #dc4e04;
  cursor: pointer;
}
#msg:hover {
  background-color: #dc4e04;
  color: #fff !important;
}
#msg:hover .user_pro {
  display: block;
}
#msg:hover #d-name {
  color: #fff !important;
  margin-left: -1px;
}
.all_p {
  color: #666;
  text-transform: uppercase;
  font-weight: 600;
  border-radius: 0px !important;
  padding: 6px 20px;
  border: 2px solid;
  font-size: 11px;
}
.all_p:hover {
  color: #fbfbfb;
  background: #449d44;
  border-color: #449d44;
}
.sec_name {
  display: block;
  padding-top: 5px;
  font-size: 12px;
  color: #777;
  padding-left: 5px;
  padding-bottom: 5px;
  font-weight: 600;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.sec_name:hover,
.sec_name:focus,
.sec_name:active {
  color: #dc4e04;
  text-decoration: none;
}
.filter_title {
  display: block;
  width: 100%;
  height: 30px;
  line-height: 30px;
  font-size: 17px;
  font-weight: 600;
  color: #666;
  margin-bottom: 30px;
}
.procat .e_cont {
  width: 100%;
  position: relative;
}
.procat .e_cont > div {
  float: left;
  width: 30.66%;
  padding: 0px;
  margin: 0% 3% 0% 0%;
  white-space: nowrap;
  text-overflow: ellipsis;
  position: relative;
}
.procat .e_cont > div .inner_sec {
  display: block;
  width: 100%;
  overflow: hidden;
  max-height: 100px;
  min-height: 100px;
  overflow: auto;
}
.procat .e_cont > div .d_sec {
  display: block;
  width: 95%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 12px;
  color: #777;
  padding-left: 5px;
}
.procat .e_cont > div .d_sec a {
  color: #777;
}
.procat .e_cont > div .d_sec a:hover {
  color: #dc4e04;
}
.procat .e_cont > div:nth-child(3n) {
  float: right;
  margin-right: 0px;
}
.procat .e_cont > div:nth-child(n>5) {
  display: none;
}
.innerdrop {
  width: 390px;
  height: 200px;
  background: #fff;
  position: absolute;
  right: -343px;
  top: 0px;
  padding-left: 90px;
  display: none;
}
.innerdrop .d_iner {
  width: 300px;
  height: 200px;
  border: 1px solid;
}
s {
  color: red;
  font-size: 11px;
  margin-left: 3px;
}
.my_arrow {
  display: block;
  width: 0px;
  height: 0px;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-bottom: 12px solid #dc4e04;
  position: absolute;
  right: 94%;
  top: 57px;
  display: none;
}
.my_arrow2 {
  display: block;
  width: 0px;
  height: 0px;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-bottom: 12px solid #dc4e04;
  position: absolute;
  right: 83%;
  top: 57px;
  display: none;
}
.my_arrow3 {
  display: block;
  width: 0px;
  height: 0px;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-bottom: 12px solid #dc4e04;
  position: absolute;
  right: 71%;
  top: 57px;
  display: none;
}
.back {
  display: block;
}
.wrap {
  display: inline-block;
  position: relative;
}
.more_cat {
  width: 540px;
  height: 300px;
  background: transparent;
  position: absolute;
  z-index: 1;
  top: 4px;
  right: -535px;
  display: none;
}
.show {
  display: block;
}
.cat_content {
  background: #fff;
  border: 1px solid #ccc;
  max-width: 100%;
  height: 100%;
  margin-left: 5%;
  position: relative;
  padding: 10px;
}
#arrow-left {
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-right: 10px solid #ccc;
  position: absolute;
  left: -11px;
  top: -1px;
}
.image_holder {
  width: 100%;
  height: 200px;
  border: 1px solid #ccc;
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: top center;
  overflow: hidden;
}
.image_holder img {
  width: 100%;
  height: auto;
}
#shop_now {
  border: 2px solid #dc4e04;
  width: 100%;
  background: #dc4e04;
  color: #fff;
  border-radius: 0px;
  margin-top: 10px;
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
}
#shop_now:hover {
  background: #5bb75b;
  border-color: #5bb75b;
}
.categries {
  padding: 0px;
}
.categries span:first-child {
  display: block;
}
.men {
  display: block;
  height: 30px;
  line-height: 30px;
  text-align: left;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-right: 5px;
  overflow: hidden;
  font-size: 13px;
}
.pro_cat .menu:nth-child(odd) {
  display: block;
  height: 30px;
  line-height: 30px;
  text-align: left;
  width: 50%;
  margin-right: 5px;
  font-size: 12px;
  color: #333;
}
.pro_cat .menu:nth-child(even) {
  display: block;
  height: 30px;
  line-height: 30px;
  text-align: left;
  width: 50%;
  float: right;
  padding-left: 10px;
  margin-top: -30px;
  font-size: 12px;
  color: #333;
}
.menu a,
.men a {
  color: #777;
  font-weight: 600;
}
.menu a:hover,
.men a:hover,
.menu a:focus,
.men a:focus,
.menu a:active,
.men a:active {
  color: #dc4e04;
  text-decoration: none;
}
.link {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.star-color {
  color: #FFC125;
}
.d-color {
  color: #FFC125;
}
.loader {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  overflow: hidden;
}
#dont_show {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  overflow: hidden;
}
#topcontrol {
  bottom: 55px !important;
}
.no-bottom {
  margin-bottom: 0;
  padding-bottom: 0;
}
.six_child_container {
  width: 100%;
  position: relative;
  height: 35em;
  margin-bottom: 20px;
  background: #fbfbfb;
}
.six_child_container > a:nth-child(1) div {
  position: absolute;
  width: 30%;
  left: 0px;
  top: 0px;
  bottom: 0px;
  height: 100%;
  background-color: #fff;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  border-right: 16px solid #fbfbfb;
}
.six_child_container > a:nth-child(2) div {
  position: absolute;
  width: 20%;
  left: 30%;
  top: 0px;
  height: 50%;
  border-right: 8px solid #fbfbfb;
  border-bottom: 8px solid #fbfbfb;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  background-color: #fff;
}
.six_child_container > a:nth-child(3) div {
  position: absolute;
  width: 20%;
  left: 30%;
  bottom: 0px;
  height: 50%;
  border-right: 8px solid #fbfbfb;
  border-top: 8px solid #fbfbfb;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  background-color: #fff;
}
.six_child_container > a:nth-child(4) div {
  position: absolute;
  width: 20%;
  left: 50%;
  top: 0px;
  height: 50%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  background-color: #fff;
  border-left: 8px solid #fbfbfb;
  border-bottom: 8px solid #fbfbfb;
}
.six_child_container > a:nth-child(5) div {
  position: absolute;
  width: 20%;
  left: 50%;
  bottom: 0px;
  height: 50%;
  border-left: 8px solid #fbfbfb;
  border-top: 8px solid #fbfbfb;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  background-color: #fff;
}
.six_child_container > a:nth-child(6) div {
  position: absolute;
  width: 30%;
  right: 0px;
  top: 0px;
  bottom: 0px;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  background-color: #fff;
  border-left: 16px solid #fbfbfb;
}
.six_child_container > a:nth-child(n>6) div {
  display: none;
}
.title_container {
  clear: both;
  width: 100%;
  background-color: #fff;
  text-align: center;
  padding: 5px 10px;
  margin-bottom: 10px;
}
.ng-cloak {
  display: none;
}
.timer-app {
  width: 300px;
  color: #DC4E04;
  height: 50px;
  position: relative;
  margin: 10px 0;
}
.timer-app .timer-badge {
  position: absolute;
  /*background: #74AF07;*/
  background: #000080;
  color: #fff;
  font-weight: 700;
  font-size: 15px;
  padding: 10px 15px;
}
.timer-app .timer-badge span {
  display: block;
  text-align: center;
  line-height: 100%;
}
.timer-app .timer-counter {
  position: absolute;
  top: 0px;
  left: 60px;
  bottom: 0px;
  padding: 4px 15px;
  text-align: center;
  color: #DC4E04;
  font-weight: 700;
}
.timer-app .timer-counter span {
  display: block;
  font-size: 25px;
  line-height: 100%;
}
.timer-app .timer-counter span.dark {
  color: #555;
  display: inline;
  font-size: inherit;
}
.timer-app .timer-counter div {
  display: block;
  font-size: 14px;
  color: #DC4E04;
  line-height: 100%;
}
.timer-app .timer-counter .extra {
  color: #DC4E04;
  font-size: 16px;
  letter-spacing: -1px;
  text-transform: uppercase;
}
.timer-app .timer-counter-h {
  margin-left: 75px;
}
.timer-app .timer-counter-h .t-col-div {
  font-size: 40px;
  color: #555;
  vertical-align: middle;
}
.timer-app .timer-counter-h .vert-time {
  display: inline-block;
  margin: 0 3px;
}
.timer-app .timer-counter-h .vert-time span {
  display: block;
  text-align: center;
}
.timer-app .timer-counter-h .vert-time span:first-child {
  font-size: 25px;
}
.timer-app .timer-counter-h .vert-time span:first-child:after {
  content: " :";
}
.timer-app .timer-counter-h .vert-time:last-child span:first-child:after {
  content: none !important;
}
.timer-app .timer-counter-h .vert-time span.dark {
  color: #555;
  font-size: 12px;
  text-align: left;
}
.grayscale {
  transition: all 0.9s ease-in-out !important;
}
.grayscale.grayscale-fade {
  transition: all 0.6s ease-in-out !important;
}
.bx-wrapper {
  margin-bottom: 30px !important;
}
.auto_h {
  height: auto !important;
}
.page_ad_wrap {
  width: auto;
  height: auto;
  position: fixed;
  bottom: 5px;
  left: 50px;
  margin: auto;
  display: none;
  z-index: 1000;
}
.page_ad_wrap .page_ad {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  width: 220px;
  height: 220px;
  border: 2px solid #ccc;
  box-shadow: 0 0 5px #ccc;
}
.page_ad_wrap .page_ad:hover {
  box-shadow: 0 0 5px #dc4e04;
  border: 2px solid transparent;
}
.page_ad_wrap .close_popup {
  position: absolute;
  right: -10px;
  top: -10px;
  font-size: 1.3em;
  color: #ddd;
  cursor: pointer;
  border: 1px solid;
  border-radius: 50%;
  width: 25px;
  height: 25px;
  text-align: center;
  padding-top: 1px;
}
.page_ad_wrap .close_popup .fa-times {
  position: absolute;
  left: 15%;
  color: #dc4e04;
}
.page_ad_wrap .close_popup:hover {
  color: #dc4e04;
}
.page_ad_wrap .close_popup:hover .fa-times {
  color: #444;
}
.visible {
  display: block;
}
.d_animation {
  animation-duration: 0.5s;
}
.invisible {
  display: none;
}
.d-hidden-description {
  visibility: hidden !important;
  display: none !important;
}
.new_advat .bx-viewport {
  border: none !important;
  box-shadow: none;
  background-color: transparent;
}
.video-slide {
  overflow: hidden;
}
.video-slide .bx-viewport {
  border: none !important;
  box-shadow: none;
  background-color: transparent;
}
#fancybox-loading {
  display: none;
}
.no-padding {
  padding: 0 !important;
}
.no-padding-right {
  padding-right: 0 !important;
}
.no-padding-btm {
  padding-bottom: 0 !important;
}
.no-margin-btm {
  margin-bottom: 0 !important;
}
.main-wrapper {
  max-width: 1200px !important;
  margin: auto !important;
}
.header-space {
  margin-top: 9.5em;
}
/* Small devices (tablets, 768px and up) */
@media (max-width: 768px) {
  .header-space {
    margin-top: 4em;
  }
}
.no-header-space {
  margin-top: -9.5em;
}
section {
  margin-bottom: 30px;
  position: relative;
}
header#header {
  height: auto;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  background-color: #ffffff;
}
header#header .drop-down-overlay {
  position: absolute;
  width: 100%;
  height: 100em;
  right: 0;
  bottom: 0;
  top: 133px;
  background-color: rgba(0, 0, 0, 0.5);
  display: none;
  z-index: 1;
}
header#header .search-section {
  height: 6em;
}
header#header .search-section .logo-section {
  width: 16%;
  height: 100%;
  float: left;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center;
}
header#header .search-section .search-area {
  width: 47.99%;
  float: left;
  height: 100%;
  padding-left: 3em;
}
header#header .search-section .search-area form .form-wrap {
  height: 2.6em;
  width: 100%;
  margin-top: 1.7em;
  border-radius: 4px;
  display: flex;
  -webkit-flex: flex;
  -ms-flex: flex;
}
header#header .search-section .search-area form .form-wrap input {
  float: left;
  border-top: 1px solid rgba(200, 200, 200, 0.4);
  border-bottom: 1px solid rgba(200, 200, 200, 0.4);
  border-left: none;
  border-right: none;
  padding: 0 20px;
  color: #444;
  height: 100%;
  width: 65%;
  font-weight: 300;
}
header#header .search-section .search-area form .form-wrap .categories {
  float: left;
  height: 100%;
  width: auto;
  position: relative;
  border-left: 1px solid rgba(200, 200, 200, 0.4);
  border-top: 1px solid rgba(200, 200, 200, 0.4);
  border-bottom: 1px solid rgba(200, 200, 200, 0.4);
  border-radius: 4px 0px 0px 4px;
  padding: 1px 0;
}
header#header .search-section .search-area form .form-wrap .categories i {
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -6px;
  color: #646568;
  font-size: .9em;
  z-index: 0;
}
header#header .search-section .search-area form .form-wrap .categories select {
  border: none;
  height: 100%;
  border-radius: 0;
  box-shadow: none;
  color: #666;
  position: relative;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  padding: 0 25px 0 10px;
  background-color: #fbfbfb;
}
header#header .search-section .search-area form .form-wrap .categories select:focus {
  box-shadow: none;
  border-color: #CDCDCD;
  outline: none;
}
header#header .search-section .search-area form .form-wrap button {
  height: 100%;
  width: 10%;
  background-color: #FF4747;
  color: #ffffff;
  border-radius: 0 4px 4px 0;
  border: none;
}
header#header .search-section .search-area form .form-wrap button:focus {
  outline: none;
}
header#header .search-section .search-area form .form-wrap button i {
  font-size: 19px;
}
header#header .search-section .nav {
  width: 36%;
  float: left;
  height: 100%;
}
header#header .search-section .nav ul {
  margin: 0;
  padding: 0;
  height: 100%;
  text-align: right;
}
header#header .search-section .nav ul li {
  height: 100%;
  line-height: 84px;
  text-align: right;
  display: inline-block;
  margin-left: 20px;
  font-size: 16px;
  position: relative;
  vertical-align: top;
}
header#header .search-section .nav ul li .grocery-basket.has-dropdown {
  position: relative;
}
header#header .search-section .nav ul li .grocery-basket.has-dropdown .dropdown {
  display: none;
}
header#header .search-section .nav ul li .grocery-basket.has-dropdown .dropdown .arrow {
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-bottom: 15px solid #dc4e04;
  position: absolute;
  top: -15px;
  right: 12px;
}
header#header .search-section .nav ul li .grocery-basket.has-dropdown:hover .dropdown {
  display: block;
  position: absolute;
  top: 5em;
  width: 415px;
  left: -19em;
  height: auto;
  border: 1px solid;
  line-height: 1;
  background-color: #fff;
  border: 1px solid #e8e8e8;
  z-index: 10;
  box-shadow: 0 0 1px #ccc;
  -webkit-box-shadow: 0 0 1px #ccc;
}
header#header .search-section .nav ul li .grocery-basket.has-dropdown:hover .dropdown .content {
  width: 100%;
  min-height: 100px;
  padding: 10px;
}
header#header .search-section .nav ul li .grocery-basket.has-dropdown:hover .dropdown .content ul {
  width: 100%;
  margin: 0;
  padding: 0;
}
header#header .search-section .nav ul li .grocery-basket.has-dropdown:hover .dropdown .content ul li {
  height: 4em;
  width: 100%;
  border-bottom: 1px solid #e9e9e9;
  margin: 0;
}
header#header .search-section .nav ul li .grocery-basket.has-dropdown:hover .dropdown .content ul li:last-child {
  border-bottom: none;
}
header#header .search-section .nav ul li .grocery-basket.has-dropdown:hover .dropdown .add-to-cart {
  height: 50px;
  border-top: 1px solid #e8e8e8;
  background: #fbfbfb;
}
header#header .search-section .nav ul li .grocery-basket .icon {
  float: right;
  display: inline-block;
  font-size: 25px;
  height: 100%;
  margin-top: 27px;
}
header#header .search-section .nav ul li .grocery-basket .text {
  float: left;
  display: inline-block;
  padding-right: 10px;
}
header#header .search-section .nav ul li a {
  color: #FF4747;
  text-decoration: none;
  display: inline-block;
}
header#header .search-section .nav ul li a:hover {
  text-decoration: none;
}
header#header .search-section .nav ul li .more-dropdown-menu {
  position: absolute;
  width: 110px;
  height: 83px;
  bottom: -62px;
  z-index: 10000;
  border: 1px solid rgba(200, 200, 200, 0.4);
  top: 69px;
  background: #fff;
  display: none;
  padding: 10px;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2), 0 6px 13px 0 rgba(0, 0, 0, 0.19);
  font-weight: normal;
}
header#header .search-section .nav ul li .more-dropdown-menu a {
  color: #596377;
  text-decoration: none;
  display: block !important;
  line-height: 2;
  text-align: left;
  font-weight: normal;
  font-size: 14px;
}
header#header .search-section .nav ul li .more-dropdown-menu a:hover {
  color: #dc4e04 !important;
}
header#header .search-section .nav ul li.has-drop a {
  display: inline-block;
  max-width: 130px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
header#header .search-section .nav ul li.has-drop .arrow {
  display: block;
  width: 0;
  height: 0;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-bottom: 12px solid rgba(200, 200, 200, 0.4);
  position: absolute;
  top: -13px;
  left: 38px;
}
header#header .search-section .nav ul li.has-drop:hover .more-dropdown-menu {
  display: block;
}
header#header .navigation-area {
  background-color: #000000;
  height: 3.5em;
  line-height: 3.5em;
  color: #ffffff;
}
header#header .navigation-area ul {
  margin: 0;
  padding: 0;
  height: 100%;
  text-align: left;
}
header#header .navigation-area ul li {
  height: 100%;
  text-align: left;
  display: inline-block;
  margin-right: 20px;
  font-size: 13px;
  text-transform: uppercase;
  position: relative;
}
header#header .navigation-area ul li.with-dropDown .drop-down-overlay {
  position: absolute;
  width: 105em;
  height: 100em;
  left: -6em;
  right: 0;
  bottom: 0;
  top: 3.5em;
  background-color: rgba(0, 0, 0, 0.5);
  display: none;
  z-index: 1;
}
header#header .navigation-area ul li.with-dropDown .drop-down-content {
  height: auto;
  position: absolute;
  width: auto;
  background-color: #ffffff;
  left: 0;
  border-radius: 3px;
  z-index: 2;
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  display: none;
  top: 44px;
}
header#header .navigation-area ul li.with-dropDown .drop-down-content table {
  width: auto;
  height: auto;
  border-collapse: collapse;
}
header#header .navigation-area ul li.with-dropDown .drop-down-content table tr .padding-fix {
  padding: 10px 0 10px 10px;
}
header#header .navigation-area ul li.with-dropDown .drop-down-content table tr td {
  vertical-align: top;
}
header#header .navigation-area ul li.with-dropDown .drop-down-content table tr td ul {
  padding: 0;
  margin: 0;
  position: relative;
  width: 243px;
}
header#header .navigation-area ul li.with-dropDown .drop-down-content table tr td ul li {
  display: block;
  margin: 0;
  padding: 0;
  height: 2em;
  line-height: 2em;
}
header#header .navigation-area ul li.with-dropDown .drop-down-content table tr td ul li a {
  display: block;
  text-decoration: none;
  color: #333;
  line-height: 2em;
  text-overflow: ellipsis;
  overflow: hidden;
  width: 100%;
  font-size: 12px;
  font-weight: 500;
}
header#header .navigation-area ul li.with-dropDown .drop-down-content table tr td ul li a span:first-child {
  width: 90%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  float: left;
  display: inline-block;
  font-weight: 400;
}
header#header .navigation-area ul li.with-dropDown .drop-down-content table tr td ul li a span:last-child {
  width: 10%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  float: right;
  display: inline-block;
  color: #999;
  padding-top: 6px;
  font-weight: 400;
  text-align: left;
}
header#header .navigation-area ul li.with-dropDown .drop-down-content table tr td ul li a:hover {
  color: #029D5A;
  text-decoration: none;
}
header#header .navigation-area ul li.with-dropDown .drop-down-content table tr td ul li a:hover span:first-child {
  font-weight: 600;
  color: #FF4747;
}
header#header .navigation-area ul li.with-dropDown .drop-down-content table tr td ul li a:hover span:last-child {
  font-weight: bold;
  color: #444;
}
header#header .navigation-area ul li.with-dropDown .drop-down-content table tr td.left-content-area {
  vertical-align: top;
  background-color: #fff;
  border-right: 1px solid rgba(200, 200, 200, 0.4);
  border-top: 1px solid rgba(200, 200, 200, 0.4);
  border-bottom: 1px solid rgba(200, 200, 200, 0.4);
}
header#header .navigation-area ul li.with-dropDown .drop-down-content table tr td.left-content-area .drop-down-subcontent-wrap {
  width: auto;
  height: auto;
  animation-duration: 0.2s;
}
header#header .navigation-area ul li.with-dropDown .drop-down-content table tr td.left-content-area .drop-down-subcontent-wrap .drop-down-subcontent {
  width: 100%;
  height: 100%;
  color: #333;
  padding: 10px;
  display: -webkit-flex;
  display: flex;
}
header#header .navigation-area ul li.with-dropDown .drop-down-content table tr td.left-content-area .drop-down-subcontent-wrap .drop-down-subcontent .section-title {
  font-size: 17px;
  color: #dc4e04;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
header#header .navigation-area ul li.with-dropDown .drop-down-content table tr td.left-content-area .drop-down-subcontent-wrap .drop-down-subcontent .section-title ul {
  padding: 0;
  margin: 0;
}
header#header .navigation-area ul li.with-dropDown .drop-down-content table tr td.left-content-area .drop-down-subcontent-wrap .drop-down-subcontent .section-title ul li {
  padding: 0;
  margin: 0;
  display: block;
  font-weight: 400;
  width: 100%;
}
header#header .navigation-area ul li.with-dropDown .drop-down-content table tr td.left-content-area .drop-down-subcontent-wrap .drop-down-subcontent .section-title ul li a {
  color: #444;
  text-decoration: none;
  font-weight: 400 !important;
  width: 100%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
header#header .navigation-area ul li.with-dropDown .drop-down-content table tr td.left-content-area .drop-down-subcontent-wrap .drop-down-subcontent .section-title ul li a:hover {
  color: #dc4e04;
}
header#header .navigation-area ul li.with-dropDown .drop-down-content table tr td.left-content-area .drop-down-subcontent-wrap .drop-down-subcontent .navigation-section {
  display: inline-block;
  width: 35em;
  max-height: 27em;
}
header#header .navigation-area ul li.with-dropDown .drop-down-content table tr td.left-content-area .drop-down-subcontent-wrap .drop-down-subcontent .navigation-section .column1,
header#header .navigation-area ul li.with-dropDown .drop-down-content table tr td.left-content-area .drop-down-subcontent-wrap .drop-down-subcontent .navigation-section .column2,
header#header .navigation-area ul li.with-dropDown .drop-down-content table tr td.left-content-area .drop-down-subcontent-wrap .drop-down-subcontent .navigation-section .column3 {
  display: inline-block;
  width: 168px;
  vertical-align: top;
  margin-right: 10px;
}
header#header .navigation-area ul li.with-dropDown .drop-down-content table tr td.left-content-area .drop-down-subcontent-wrap .drop-down-subcontent .navigation-section ul {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
header#header .navigation-area ul li.with-dropDown .drop-down-content table tr td.left-content-area .drop-down-subcontent-wrap .drop-down-subcontent .navigation-section ul li.sec-content {
  width: 165px;
  display: inline-block;
  margin-bottom: 10px;
  margin-right: 20px;
  height: auto;
  line-height: 1;
  vertical-align: top;
}
header#header .navigation-area ul li.with-dropDown .drop-down-content table tr td.left-content-area .drop-down-subcontent-wrap .drop-down-subcontent .navigation-section ul li.sec-content a.sec-link {
  color: #dc4e04 !important;
  line-height: 1em;
  width: auto;
  font-size: 14px;
  line-height: 15px;
  text-transform: capitalize !important;
}
header#header .navigation-area ul li.with-dropDown .drop-down-content table tr td.left-content-area .drop-down-subcontent-wrap .drop-down-subcontent .navigation-section ul li.sec-content ul {
  margin: 0;
  padding-top: 5px;
}
header#header .navigation-area ul li.with-dropDown .drop-down-content table tr td.left-content-area .drop-down-subcontent-wrap .drop-down-subcontent .navigation-section ul li.sec-content ul li.inner-sec {
  height: auto;
  line-height: 1;
}
header#header .navigation-area ul li.with-dropDown .drop-down-content table tr td.left-content-area .drop-down-subcontent-wrap .drop-down-subcontent .navigation-section ul li.sec-content ul li.inner-sec a {
  height: auto;
  line-height: 1;
  display: block;
  padding: 3px 0;
  text-transform: capitalize;
  color: #555;
  font-size: 12px;
}
header#header .navigation-area ul li.with-dropDown .drop-down-content table tr td.left-content-area .drop-down-subcontent-wrap .drop-down-subcontent .navigation-section ul li.sec-content ul li.inner-sec a:hover {
  color: green;
}
header#header .navigation-area ul li.with-dropDown .drop-down-content table tr td.left-content-area .drop-down-subcontent-wrap .drop-down-subcontent .image-section {
  display: inline-block;
  width: 15em;
  position: relative;
  overflow: hidden;
}
header#header .navigation-area ul li.with-dropDown .drop-down-content table tr td.left-content-area .drop-down-subcontent-wrap .drop-down-subcontent .image-section img {
  width: 100%;
  height: auto;
}
header#header .navigation-area ul li.with-dropDown .drop-down-content .arrow {
  display: block;
  width: 0;
  height: 0;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-bottom: 12px solid #fff;
  position: absolute;
  top: -10px;
  left: 10.4em;
}
header#header .navigation-area ul li.with-dropDown i {
  display: inline-block;
  padding-left: 10px;
}
header#header .navigation-area ul li.with-dropDown:hover .drop-down-content {
  display: block;
}
header#header .navigation-area ul li a {
  color: #ffffff;
  text-decoration: none;
  display: inline-block;
}
header#header .navigation-area ul li a:hover {
  text-decoration: none;
}
header#header .selectize-input.items.required.ng-invalid.ng-pristine.has-options.full.has-items {
  height: 100%;
  line-height: 3em;
  box-shadow: none;
  background: #F3F3F3;
}
header#header .selectize-input input[type="text"] {
  font-size: 17px;
  visibility: hidden;
}
/* Small devices (tablets, 768px and up) */
@media (max-width: 768px) {
  .main-wrapper {
    padding: 0 10px;
  }
  header {
    border-bottom: 1px solid rgba(200, 200, 200, 0.4);
  }
  header#header .search-section {
    height: 4em;
  }
  header#header .search-section .logo-section {
    width: 155px;
    margin: auto;
    float: none;
    height: 100%;
  }
}
.sliding-banner {
  max-width: 1400px;
  position: relative;
  margin: auto;
}
.sliding-banner .slide-item {
  width: 100%;
  height: 26em;
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position: center;
}
.sliding-banner ul.carousel-indicators {
  top: 6.5em;
  left: 92% !important;
  margin: 0;
  width: 2.3em;
  height: 13em;
  padding: 3.5em 0 2em 0;
  border: 1px solid rgba(255, 255, 255, 0.9);
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.9);
}
.sliding-banner ul.carousel-indicators li {
  display: block;
  border: 1px solid #000;
  margin-left: 10px;
  margin-bottom: 5px;
  width: 7px;
  height: 7px;
}
.sliding-banner ul.carousel-indicators li.active {
  border: 1px solid #333;
  background-color: #333;
  margin-left: 10px;
  width: 7px !important;
  height: 7px !important;
}
.sliding-banner .carousel.vertical .item {
  -webkit-transition: 0.6s ease-in-out top;
  -moz-transition: 0.6s ease-in-out top;
  -ms-transition: 0.6s ease-in-out top;
  -o-transition: 0.6s ease-in-out top;
  transition: 0.6s ease-in-out top;
}
.sliding-banner .carousel.vertical .active {
  top: 0;
}
.sliding-banner .carousel.vertical .next {
  top: 400px;
}
.sliding-banner .carousel.vertical .prev {
  top: -400px;
}
.sliding-banner .carousel.vertical .next.left,
.sliding-banner .carousel.vertical .prev.right {
  top: 0;
}
.sliding-banner .carousel.vertical .active.left {
  top: -400px;
}
.sliding-banner .carousel.vertical .active.right {
  top: 400px;
}
.sliding-banner .carousel.vertical .item {
  left: 0;
}
@media screen and (min-width: 1720px) {
  .sliding-banner {
    position: relative;
    max-width: 1200px;
    min-width: 1200px;
  }
}
.product-scroll.vertical-scroll {
  margin: auto;
}
.view-more {
  display: block;
  border-bottom: 1px solid rgba(200, 200, 200, 0.4);
  text-transform: uppercase;
  text-align: center;
  color: #525252;
  height: 3em;
  line-height: 3em;
  margin-bottom: 5em;
  text-decoration: none;
}
.view-more:hover {
  text-decoration: none;
  color: #dc4e04;
}
.view-more i {
  display: inline-block;
  padding-left: 5px;
}
.seven-child-container {
  height: 500px;
  width: 100%;
  border-bottom: 1px solid rgba(200, 200, 200, 0.4);
  position: relative;
  margin-bottom: 0;
  margin-top: 4em;
}
.seven-child-container > div {
  position: absolute;
}
.seven-child-container > div .text-section {
  height: 23%;
  background-color: rgba(220, 78, 4, 0.9);
  text-align: center;
  padding: 10px;
  overflow: hidden;
  position: absolute;
  width: 100%;
}
.seven-child-container > div .text-section span {
  display: block;
}
.seven-child-container > div .text-section span.title {
  color: #ffffff;
  text-transform: capitalize;
}
.seven-child-container > div .text-section span.cation {
  color: #ffffff;
  font-weight: 300;
  text-transform: capitalize;
  padding-top: 0;
}
.seven-child-container > div .image-section {
  height: 100%;
}
.seven-child-container > div:nth-child(2) .text-section {
  display: none;
}
.seven-child-container > div:nth-child(2) .image-section {
  height: 100%;
}
.seven-child-container > div:first-child {
  width: 168px;
  height: 100%;
  border-right: 1px solid rgba(200, 200, 200, 0.4);
  text-align: center;
  overflow: hidden;
}
.seven-child-container > div:first-child .title {
  font-weight: 600;
  text-align: center;
  padding: 10px 10px 20px 10px;
  font-size: 21px;
  text-transform: uppercase;
  max-height: 5em;
  overflow: hidden;
}
.seven-child-container > div:first-child .title.man {
  color: #FF7F00;
  border-bottom: 1px solid #FF7F00;
}
.seven-child-container > div:first-child .title.women {
  color: #FF9999;
  border-bottom: 1px solid #FF9999;
}
.seven-child-container > div:first-child .title.electronic {
  color: #0059B2;
  border-bottom: 1px solid #0059B2;
}
.seven-child-container > div:first-child ul {
  margin: 0;
  padding: 20px 0;
}
.seven-child-container > div:first-child ul li {
  display: block;
}
.seven-child-container > div:first-child ul li p {
  margin: 0px 0 5px;
}
.seven-child-container > div:first-child ul li a {
  text-decoration: none;
  display: inline-block;
  text-transform: capitalize;
  color: #525252;
  width: 100%;
  padding: 5px;
  font-size: 15px;
}
.seven-child-container > div:first-child ul li a:hover {
  text-decoration: none;
  color: #FF7F00;
}
.seven-child-container .the_image {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.seven-child-container > div:nth-child(2) {
  width: 420px;
  height: 50%;
  left: 568px;
  border-right: 1px solid rgba(200, 200, 200, 0.4);
  border-bottom: 1px solid rgba(200, 200, 200, 0.4);
}
.seven-child-container > div:nth-child(2) iframe {
  width: 100%;
  height: 100%;
  max-height: 100%;
  vertical-align: middle;
}
.seven-child-container > div:nth-child(3) {
  width: 211px;
  height: 50%;
  right: 0;
  background-repeat: no-repeat;
  background-size: auto;
  background-position: center;
  border-bottom: 1px solid rgba(200, 200, 200, 0.4);
}
.seven-child-container > div:nth-child(3) iframe {
  width: 100%;
  height: 100%;
  max-height: 100%;
  vertical-align: middle;
}
.seven-child-container > div:nth-child(4) {
  width: 210px;
  height: 50%;
  left: 568px;
  top: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  background-position: center;
  border-right: 1px solid rgba(200, 200, 200, 0.4);
}
.seven-child-container > div:nth-child(4) iframe {
  width: 100%;
  height: 100%;
  max-height: 100%;
  vertical-align: middle;
}
.seven-child-container > div:nth-child(5) {
  width: 210px;
  height: 50%;
  left: 778px;
  top: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  background-position: center;
  border-right: 1px solid rgba(200, 200, 200, 0.4);
}
.seven-child-container > div:nth-child(5) iframe {
  width: 100%;
  height: 100%;
  max-height: 100%;
  vertical-align: middle;
}
.seven-child-container > div:nth-child(6) {
  width: 210px;
  height: 50%;
  right: 0;
  top: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  background-position: center;
}
.seven-child-container > div:nth-child(6) iframe {
  width: 100%;
  height: 100%;
  max-height: 100%;
  vertical-align: middle;
}
.seven-child-container > div:nth-child(7) {
  width: 400px;
  height: 100%;
  left: 168px;
  border-right: 1px solid rgba(200, 200, 200, 0.4);
  overflow: hidden;
}
.seven-child-container > div:nth-child(7) .advat {
  position: relative;
  height: 100%;
  width: 100%;
}
.seven-child-container > div:nth-child(7) .advat ul#men-banner li {
  width: 100%;
  height: 100%;
}
.seven-child-container > div:nth-child(7) .advat ul#men-banner li a {
  display: block;
  width: 100%;
  height: 100%;
}
.seven-child-container > div:nth-child(7) .advat ul#men-banner li a .slider-content {
  display: block;
  width: 100%;
  height: 100%;
}
.seven-child-container > div:nth-child(7) .bx-viewport {
  height: 36em;
}
.seven-child-container > div:nth-child(7) .bx-viewport #men-banner {
  width: auto;
  position: relative;
  height: 100%;
}
.seven-child-container > div:nth-child(7) .men-slider-next {
  height: 50px;
  width: 32px;
  background-color: rgba(255, 255, 255, 0.5);
  text-align: center;
  position: absolute;
  left: 0;
  z-index: 1;
  top: 35%;
}
.seven-child-container > div:nth-child(7) .men-slider-next:hover {
  background-color: #ffffff;
}
.seven-child-container > div:nth-child(7) .men-slider-next a {
  display: inline-block;
  width: 100%;
  color: #A49C87;
  height: 100%;
  font-size: 49px;
}
.seven-child-container > div:nth-child(7) .men-slider-prev {
  height: 50px;
  width: 32px;
  background-color: rgba(255, 255, 255, 0.5);
  text-align: center;
  position: absolute;
  right: 0px;
  z-index: 1;
  top: 35%;
}
.seven-child-container > div:nth-child(7) .men-slider-prev:hover {
  background-color: #ffffff;
}
.seven-child-container > div:nth-child(7) .men-slider-prev a {
  display: inline-block;
  width: 100%;
  color: #A49C87;
  height: 100%;
  font-size: 49px;
}
.seven-child-container > div:nth-child(7) .bx-wrapper {
  max-width: 100%;
  width: 437px;
  right: 0px;
  top: 0px;
}
.seven-child-container > div:nth-child(7) .bx-wrapper .bx-viewport {
  overflow: inherit !important;
}
.seven-child-container > div:nth-child(7) .bx-wrapper .bx-viewport .slider-content {
  display: block;
  height: 45em;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top center;
}
.seven-child-container > div:nth-child(7) .carousel-inner {
  width: 100%;
  height: 100%;
  position: relative;
}
.seven-child-container > div:nth-child(7) .carousel-inner .item {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.seven-child-container > div:nth-child(7) .slider-control {
  background-color: #ffffff;
  background-image: none;
  height: 10.4%;
  position: absolute;
  top: 45%;
  font-size: 45px;
  width: 40px;
}
.seven-child-container > div:nth-child(n+8) {
  display: none;
}
.women-six-child-container {
  height: 500px;
  width: 100%;
  border-bottom: 1px solid rgba(200, 200, 200, 0.4);
  position: relative;
  margin-bottom: 0;
  margin-top: 4em;
}
.women-six-child-container > div {
  position: absolute;
}
.women-six-child-container > div:first-child {
  width: 168px;
  height: 100%;
  border-right: 1px solid rgba(200, 200, 200, 0.4);
  text-align: center;
  overflow: hidden;
}
.women-six-child-container > div:first-child .title {
  font-weight: 600;
  text-align: center;
  padding: 10px 10px 20px 10px;
  font-size: 21px;
  text-transform: uppercase;
  max-height: 5em;
  overflow: hidden;
}
.women-six-child-container > div:first-child .title.man {
  color: #FF7F00;
  border-bottom: 1px solid #FF7F00;
}
.women-six-child-container > div:first-child .title.women {
  color: #FF9999;
  border-bottom: 1px solid #FF9999;
}
.women-six-child-container > div:first-child .title.electronic {
  color: #0059B2;
  border-bottom: 1px solid #0059B2;
}
.women-six-child-container > div:first-child ul {
  margin: 0;
  padding: 20px 0;
}
.women-six-child-container > div:first-child ul li {
  display: block;
}
.women-six-child-container > div:first-child ul li p {
  margin: 0px 0 5px;
}
.women-six-child-container > div:first-child ul li a {
  text-decoration: none;
  display: inline-block;
  text-transform: capitalize;
  color: #525252;
  width: 100%;
  padding: 5px;
  font-size: 15px;
}
.women-six-child-container > div:first-child ul li a:hover {
  text-decoration: none;
  color: #FF7F00;
}
.women-six-child-container .the_image {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.women-six-child-container > div:nth-child(2) {
  width: 420px;
  height: 50%;
  left: 568px;
  border-right: 1px solid rgba(200, 200, 200, 0.4);
  border-bottom: 1px solid rgba(200, 200, 200, 0.4);
}
.women-six-child-container > div:nth-child(3) {
  width: 211px;
  height: 100%;
  right: 0;
  background-repeat: no-repeat;
  background-size: auto;
  background-position: center;
  border-bottom: none !important;
}
.women-six-child-container > div:nth-child(4) {
  width: 210px;
  height: 50%;
  left: 568px;
  top: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  background-position: center;
  border-right: 1px solid rgba(200, 200, 200, 0.4);
}
.women-six-child-container > div:nth-child(5) {
  width: 210px;
  height: 50%;
  left: 778px;
  top: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  background-position: center;
  border-right: 1px solid rgba(200, 200, 200, 0.4);
}
.women-six-child-container > div:nth-child(6) {
  width: 400px;
  height: 100%;
  left: 168px;
  border-right: 1px solid rgba(200, 200, 200, 0.4);
  overflow: hidden;
}
.women-six-child-container > div:nth-child(6) .advat {
  position: relative;
}
.women-six-child-container > div:nth-child(6) .women-slider-next {
  height: 50px;
  width: 32px;
  background-color: rgba(255, 255, 255, 0.5);
  text-align: center;
  position: absolute;
  left: 0;
  z-index: 1;
  top: 35%;
}
.women-six-child-container > div:nth-child(6) .women-slider-next:hover {
  background-color: #ffffff;
}
.women-six-child-container > div:nth-child(6) .women-slider-next a {
  display: inline-block;
  width: 100%;
  color: #A49C87;
  height: 100%;
  font-size: 49px;
}
.women-six-child-container > div:nth-child(6) .women-slider-prev {
  height: 50px;
  width: 32px;
  background-color: rgba(255, 255, 255, 0.5);
  text-align: center;
  position: absolute;
  right: 0px;
  z-index: 1;
  top: 35%;
}
.women-six-child-container > div:nth-child(6) .women-slider-prev:hover {
  background-color: #ffffff;
}
.women-six-child-container > div:nth-child(6) .women-slider-prev a {
  display: inline-block;
  width: 100%;
  color: #A49C87;
  height: 100%;
  font-size: 49px;
}
.women-six-child-container > div:nth-child(6) .bx-wrapper {
  max-width: 100%;
  width: 437px;
  right: 0px;
  top: 0px;
}
.women-six-child-container > div:nth-child(6) .bx-wrapper .bx-viewport {
  overflow: inherit !important;
}
.women-six-child-container > div:nth-child(6) .bx-wrapper .bx-viewport .slider-content {
  height: 45em;
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.women-six-child-container > div:nth-child(6) .carousel-inner {
  width: 100%;
  height: 100%;
  position: relative;
}
.women-six-child-container > div:nth-child(6) .carousel-inner .item {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.women-six-child-container > div:nth-child(6) .slider-control {
  background-color: #ffffff;
  background-image: none;
  height: 10.4%;
  position: absolute;
  top: 45%;
  font-size: 45px;
  width: 40px;
}
.women-six-child-container > div:nth-child(n+7) {
  display: none;
}
footer {
  width: 100%;
  position: relative;
}
footer .first-section {
  height: 30em;
  background-color: #F3F3F3;
  color: #555;
}
footer .first-section .first-section-wrap {
  padding: 5em 0;
  width: 100%;
}
footer .first-section .first-section-wrap .community {
  width: 23%;
  padding-right: 20px;
  float: left;
}
footer .first-section .first-section-wrap .community .title {
  color: #333333;
  font-weight: 500;
  padding-bottom: 10px;
}
footer .first-section .first-section-wrap .community .line {
  border: 1px solid #333333;
  width: 40%;
  margin-bottom: 20px;
}
footer .first-section .first-section-wrap .community .sub-title {
  font-size: 23px;
  color: #333333;
  padding-bottom: 10px;
}
footer .first-section .first-section-wrap .community .sub-title.extra {
  padding-top: 50px;
}
footer .first-section .first-section-wrap .community .content {
  padding-bottom: 10px;
}
footer .first-section .first-section-wrap .community .learn-more {
  font-weight: 600;
  font-size: 13px;
}
footer .first-section .first-section-wrap .community .learn-more i {
  display: inline-block;
  padding-left: 5px;
}
footer .first-section .first-section-wrap .community .learn-more a {
  color: #333;
  text-decoration: none;
}
footer .first-section .first-section-wrap .community .learn-more a:hover {
  color: #dc4e04;
}
footer .first-section .first-section-wrap .video {
  width: 30%;
  padding-right: 20px;
  height: 17em;
  background-color: #FF7F00;
  position: relative;
  float: left;
}
footer .first-section .first-section-wrap .video .video-wrap {
  position: absolute;
  height: 100%;
  width: 100%;
  background-color: #444;
  overflow: hidden;
  left: -10px;
  top: -10px;
}
footer .first-section .first-section-wrap .video .video-wrap .bx-wrapper .bx-viewport {
  border: none;
}
footer .first-section .first-section-wrap .video .video-wrap p iframe {
  width: 100%;
  height: 100%;
  max-height: 100%;
  vertical-align: middle;
}
footer .first-section .first-section-wrap .video .video-wrap iframe {
  width: 100%;
  height: 100%;
  max-height: 100%;
  vertical-align: middle;
}
footer .first-section .first-section-wrap .additional-info {
  width: 22%;
  font-weight: 500;
  font-size: 24px;
  float: right;
}
footer .first-section .first-section-wrap .additional-info .social-media {
  padding-top: 1em;
  position: relative;
}
footer .first-section .first-section-wrap .additional-info .social-media ul {
  margin: 0;
  padding: 0;
}
footer .first-section .first-section-wrap .additional-info .social-media ul li {
  display: inline-block;
  font-size: 14px;
  padding-right: 5px;
}
footer .first-section .first-section-wrap .additional-info .social-media ul li.social-caption {
  font-size: 11px;
  width: 7em;
  border-right: 1px solid;
  font-weight: 500;
  margin-right: 10px;
}
footer .first-section .first-section-wrap .additional-info .social-media ul li a {
  text-decoration: none;
  display: inline-block;
  width: 100%;
  margin-right: 5px;
  font-size: 32px;
  color: #FF7F00;
}
footer .first-section .first-section-wrap .additional-info .social-media ul li a:hover {
  text-decoration: none;
}
footer .first-section .first-section-wrap .additional-info .social-media ul li a:hover .facebook {
  color: #4579B2;
}
footer .first-section .first-section-wrap .additional-info .social-media ul li a:hover .twitter {
  color: #54ABEE;
}
footer .first-section .first-section-wrap .additional-info .social-media ul li a:hover .google {
  color: #D34836;
}
footer .first-section .first-section-wrap .additional-info .social-media ul li a:hover .instagram {
  color: #517FA6;
}
footer .first-section .first-section-wrap .additional-info .social-media ul li a i {
  font-size: 20px;
}
footer .second-section {
  height: auto;
  background-color: #111111;
  color: #888888;
}
footer .second-section .second-section-wrap {
  width: 100%;
}
footer .second-section .second-section-wrap .nav-section {
  padding-bottom: 3em;
  border-bottom: 1px solid #39424C;
  padding: 5em 0;
}
footer .second-section .second-section-wrap .nav-section .help {
  width: 20%;
  float: left;
  padding-right: 20px;
}
footer .second-section .second-section-wrap .nav-section .help .title {
  border-bottom: 1px solid #39424C;
  padding: 0 0 2em 0;
  font-weight: 600;
}
footer .second-section .second-section-wrap .nav-section .help ul {
  margin: 0;
  padding: 0;
  width: 100%;
  padding-top: 2em;
}
footer .second-section .second-section-wrap .nav-section .help ul li {
  width: 100%;
  font-weight: 600;
}
footer .second-section .second-section-wrap .nav-section .help ul li a {
  text-decoration: none;
  color: #666;
  display: inline-block;
  padding: 5px 0;
}
footer .second-section .second-section-wrap .nav-section .help ul li a:hover {
  text-decoration: none;
  color: #efefef;
}
footer .second-section .second-section-wrap .nav-section .sme {
  width: 80%;
  float: right;
}
footer .second-section .second-section-wrap .nav-section .sme .title {
  border-bottom: 1px solid #39424C;
  padding: 0 0 2em 0;
  font-weight: 600;
}
footer .second-section .second-section-wrap .nav-section .sme ul {
  margin: 0;
  padding: 0;
  width: 100%;
  padding-top: 2em;
}
footer .second-section .second-section-wrap .nav-section .sme ul.social-media {
  padding-top: 1em;
  text-align: left;
}
footer .second-section .second-section-wrap .nav-section .sme ul.social-media li {
  display: inline-block;
  font-size: 14px;
  padding-right: 15px;
}
footer .second-section .second-section-wrap .nav-section .sme ul.social-media li.social-caption {
  font-size: 11px;
  width: 7em;
  border-right: 1px solid;
  font-weight: 500;
  margin-right: 5px;
}
footer .second-section .second-section-wrap .nav-section .sme ul.social-media li a {
  text-decoration: none;
  display: inline-block;
  width: 100%;
  font-size: 32px;
  color: #666666;
}
footer .second-section .second-section-wrap .nav-section .sme ul.social-media li a i {
  font-size: 20px;
}
footer .second-section .second-section-wrap .nav-section .sme ul.social-media li a:hover {
  text-decoration: none;
}
footer .second-section .second-section-wrap .nav-section .sme ul.social-media li a:hover .facebook {
  color: #4579B2;
}
footer .second-section .second-section-wrap .nav-section .sme ul.social-media li a:hover .twitter {
  color: #54ABEE;
}
footer .second-section .second-section-wrap .nav-section .sme ul.social-media li a:hover .google {
  color: #D34836;
}
footer .second-section .second-section-wrap .nav-section .sme ul.social-media li a:hover .instagram {
  color: #517FA6;
}
footer .second-section .second-section-wrap .nav-section .sme ul li {
  display: block;
  font-weight: 600;
}
footer .second-section .second-section-wrap .nav-section .sme ul li a {
  text-decoration: none;
  color: #666;
  display: inline-block;
  padding: 5px 0;
}
footer .second-section .second-section-wrap .nav-section .sme ul li a:hover {
  text-decoration: none;
  color: #efefef;
}
footer .second-section .second-section-wrap .nav-section .sme .subcribe {
  width: 100%;
  height: 11em;
  padding: 20px;
  margin-top: 0em;
}
footer .second-section .second-section-wrap .nav-section .sme .subcribe .title {
  font-weight: 400;
  border: none;
  font-size: 15px;
  padding: 0 0 10px 0;
}
footer .second-section .second-section-wrap .nav-section .sme .subcribe .form-section {
  width: 100%;
}
footer .second-section .second-section-wrap .nav-section .sme .subcribe .form-section input {
  width: 80%;
  float: left;
  background-color: rgba(58, 53, 53, 0.1);
  height: 40px;
  color: #fff;
  border: none;
  padding: 0 10px;
}
footer .second-section .second-section-wrap .nav-section .sme .subcribe .form-section button {
  width: 20%;
  float: right;
  background-color: #DD4F05;
  color: #ffffff;
  height: 40px;
}
footer .second-section .second-section-wrap .nav-section .sme #layout_payment_options ul {
  text-align: right;
  padding: 0;
}
footer .second-section .second-section-wrap .nav-section .sme #layout_payment_options ul li {
  display: inline-block;
  background: #fff;
  margin: 0 7px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
}
footer .second-section .second-section-wrap .nav-section .sme #layout_payment_options ul li img {
  width: 45px;
  height: 35px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  box-shadow: 1px 1px 3px #999;
  -webkit-box-shadow: 1px 1px 3px #999;
}
footer .second-section .second-section-wrap .other-section {
  height: 10em;
  line-height: 10em;
}
footer .second-section .second-section-wrap .other-section .logo-section img {
  margin-top: 3em;
}
footer .second-section .second-section-wrap .other-section .fotnav ul {
  margin: 0;
  padding: 0;
  text-align: right;
}
footer .second-section .second-section-wrap .other-section .fotnav ul li {
  color: #666;
  display: inline-block;
  margin-left: 20px;
}
footer .second-section .second-section-wrap .other-section .fotnav ul li a {
  display: inline-block;
  text-decoration: none;
  color: #666;
}
footer .second-section .second-section-wrap .other-section .fotnav ul li a:hover {
  text-decoration: none;
}
.all_search_btn {
  position: relative;
}
.all_search_btn .filter_dropdown1 {
  width: 60em;
  height: auto;
  padding-top: 18px;
  position: absolute;
  top: 3em;
  left: 1em;
  z-index: 1;
  display: none;
}
.all_search_btn .filter_dropdown1 .all_filter {
  width: 100%;
  height: 100%;
  border: 1px solid rgba(225, 225, 225, 0.4);
  background: rgba(255, 255, 255, 0.95);
  padding: 40px 70px 40px 70px;
  max-height: 550px;
  border: 1px solid #ccc;
}
.all_search_btn .procat .e_cont {
  width: 100%;
  position: relative;
}
.all_search_btn .procat .e_cont > div {
  float: left;
  width: 30.66%;
  padding: 0px;
  margin: 0% 3% 0% 0%;
  white-space: nowrap;
  text-overflow: ellipsis;
  position: relative;
}
.all_search_btn .procat .e_cont > div .inner_sec {
  display: block;
  width: 100%;
  overflow: hidden;
  max-height: 100px;
  min-height: 100px;
  overflow: auto;
}
.all_search_btn .procat .e_cont > div .d_sec {
  display: block;
  width: 95%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 12px;
  color: #777;
  padding-left: 5px;
}
.all_search_btn .procat .e_cont > div .d_sec a {
  color: #777;
}
.all_search_btn .procat .e_cont > div .d_sec a:hover {
  color: #dc4e04;
}
.all_search_btn .procat .e_cont > div:nth-child(3n) {
  float: right;
  margin-right: 0px;
}
.all_search_btn .procat .e_cont > div:nth-child(n>5) {
  display: none;
}
.all_search_btn .procat .e_cont {
  width: 100%;
  position: relative;
}
.all_search_btn .procat .e_cont > div {
  float: left;
  width: 30.66%;
  padding: 0px;
  margin: 0% 3% 0% 0%;
  white-space: nowrap;
  text-overflow: ellipsis;
  position: relative;
}
.all_search_btn .procat .e_cont > div .inner_sec {
  display: block;
  width: 100%;
  overflow: hidden;
  max-height: 100px;
  min-height: 100px;
  overflow: auto;
}
.all_search_btn .procat .e_cont > div .d_sec {
  display: block;
  width: 95%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 12px;
  color: #777;
  padding-left: 5px;
}
.all_search_btn .procat .e_cont > div .d_sec a {
  color: #777;
}
.all_search_btn .procat .e_cont > div .d_sec a:hover {
  color: #dc4e04;
}
.all_search_btn .procat .e_cont > div:nth-child(3n) {
  float: right;
  margin-right: 0px;
}
.all_search_btn .procat .e_cont > div:nth-child(n>5) {
  display: none;
}
.all_search_btn .innerdrop {
  width: 390px;
  height: 200px;
  background: #fff;
  position: absolute;
  right: -343px;
  top: 0px;
  padding-left: 90px;
  display: none;
}
.all_search_btn .innerdrop .d_iner {
  width: 300px;
  height: 200px;
  border: 1px solid;
}
.all_search_btn s {
  color: red;
  font-size: 11px;
  margin-left: 3px;
}
.all_search_btn .my_arrow {
  display: block;
  width: 0px;
  height: 0px;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-bottom: 12px solid #dc4e04;
  position: absolute;
  right: 94%;
  top: 57px;
  display: none;
}
.all_search_btn:hover .filter_dropdown1 {
  display: block;
}
.all_p {
  color: #666;
  text-transform: uppercase;
  font-weight: 600;
  border-radius: 0px !important;
  padding: 0px 20px !important;
  border: 2px solid;
  font-size: 11px;
}
.all_p:hover {
  color: #fbfbfb;
  background: #449d44;
  border-color: #449d44;
}
.sec_name {
  display: block !important;
  padding-top: 5px;
  font-size: 12px;
  color: #777 !important;
  padding-left: 5px;
  padding-bottom: 5px;
  font-weight: 600;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.sec_name:hover,
.sec_name:focus,
.sec_name:active {
  color: #dc4e04;
  text-decoration: none;
}
.more_cat {
  width: 540px;
  height: 300px;
  background: transparent;
  position: absolute;
  z-index: 1;
  top: 4px;
  right: -535px;
  display: none;
}
.show {
  display: block;
}
.cat_content {
  background: #fff;
  border: 1px solid #ccc;
  max-width: 100%;
  height: 100%;
  margin-left: 5%;
  position: relative;
  padding: 10px;
}
#arrow-left {
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-right: 10px solid #ccc;
  position: absolute;
  left: -11px;
  top: -1px;
}
.image_holder {
  width: 100%;
  height: 200px;
  border: 1px solid #ccc;
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: top center;
  overflow: hidden;
}
.image_holder img {
  width: 100%;
  height: auto;
}
#shop_now {
  border: 2px solid #dc4e04;
  width: 100%;
  background: #dc4e04;
  color: #fff;
  border-radius: 0px;
  margin-top: 10px;
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
}
#shop_now:hover {
  background: #5bb75b;
  border-color: #5bb75b;
}
.categries {
  padding: 0px;
}
.categries span:first-child {
  display: block;
}
.disappear {
  display: none !important;
}
#single-home-banner {
  max-width: 1400px;
  position: relative;
  margin: auto;
}
#single-home-banner .banner {
  width: 100%;
  height: auto;
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
}
#single-home-banner .banner img {
  width: 100%;
  height: auto;
}
#home-banner {
  max-width: 1400px;
  position: relative;
  margin: auto;
}
#home-banner .banner {
  width: 100%;
  height: auto;
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
}
#home-banner .banner img {
  width: 100%;
  height: auto;
}
#home-banner .owl-page span {
  width: 7px;
  height: 7px;
}
#home-banner .owl-controls.clickable .owl-pagination {
  position: absolute;
  top: 25%;
  right: 5em;
  border-radius: 8px;
  padding: 32px 5px;
  background-color: rgba(255, 255, 255, 0.9);
}
#home-banner .owl-controls.clickable .owl-pagination .owl-page {
  display: block;
}
#home-banner .owl-controls.clickable .owl-pagination .owl-page.active span {
  background-color: #000;
}
#home-banner .owl-controls.clickable .owl-pagination .owl-page span {
  background-color: transparent;
  border: 1px solid #000;
}
@media (max-width: 750px) {
  #home-banner .owl-controls.clickable .owl-pagination {
    display: none;
  }
}
@media screen and (min-width: 1720px) {
  #home-banner {
    position: relative;
    max-width: 1200px;
    min-width: 1200px;
  }
}
section.scrolling-items {
  max-width: 100%;
  margin: auto;
  overflow: hidden;
  position: relative;
  border-bottom: 1px solid #DDDDDD;
}
section.scrolling-items .right-ovelay {
  position: absolute;
  background-color: rgba(255, 255, 255, 0.8);
  height: 100%;
  width: 5.3%;
  left: 0;
  z-index: 1;
}
section.scrolling-items .right-ovelay .arrow-wrap {
  width: 36px;
  height: 64px;
  background-color: #555555;
  position: absolute;
  top: 29%;
  cursor: pointer;
  text-align: center;
  color: #ffffff;
  right: 1px;
}
section.scrolling-items .right-ovelay .arrow-wrap i {
  font-size: 47px;
  display: inline-block;
  padding-top: 23%;
}
section.scrolling-items .right-ovelay .arrow-wrap:hover {
  background-color: #333333;
}
section.scrolling-items .left-ovelay {
  position: absolute;
  background-color: rgba(255, 255, 255, 0.8);
  height: 100%;
  width: 7%;
  right: 0;
  z-index: 1;
}
section.scrolling-items .left-ovelay .arrow-wrap {
  width: 36px;
  height: 64px;
  background-color: #555555;
  position: absolute;
  top: 29%;
  cursor: pointer;
  text-align: center;
  color: #ffffff;
  left: 1px;
}
section.scrolling-items .left-ovelay .arrow-wrap i {
  font-size: 47px;
  display: inline-block;
  padding-top: 23%;
}
section.scrolling-items .left-ovelay .arrow-wrap:hover {
  background-color: #333333;
}
section.scrolling-items .title {
  width: 100%;
  text-align: left;
  font-size: 19px;
  display: block;
  padding: 0 0 15px 0;
  font-weight: 600;
  display: none;
}
section.scrolling-items .title:first-child {
  display: block;
}
section.scrolling-items #scrolling-products .owl-item:first-child {
  margin-left: -10em;
}
section.scrolling-items #scrolling-products .owl-item {
  margin-left: 3em;
}
section.scrolling-items #scrolling-products .product-wrap {
  height: 26em;
}
section.scrolling-items #scrolling-products .product-wrap a {
  text-decoration: none;
  display: inline-block;
  width: 100%;
}
section.scrolling-items #scrolling-products .product-wrap a:hover {
  text-decoration: none;
}
section.scrolling-items #scrolling-products .product-wrap .image {
  height: 250px;
  width: 210px;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: contain;
}
section.scrolling-items #scrolling-products .product-wrap .description {
  height: 10%;
  color: #3B3B3B;
  text-align: left;
  overflow: hidden;
  padding: 16px 10px;
  text-transform: capitalize;
  font-size: 16px;
}
section.scrolling-items #scrolling-products .product-wrap .price {
  height: 12%;
  color: #FF7F00;
  font-weight: 900;
  line-height: 2.8em;
  padding: 0 10px;
  font-size: 17px;
}
@media screen and (min-width: 1720px) {
  section.scrolling-items .right-ovelay {
    position: absolute;
    background-color: rgba(255, 255, 255, 0.5);
    height: 100%;
    width: 27.3%;
    left: 0;
    z-index: 1;
  }
  section.scrolling-items .right-ovelay .arrow-wrap {
    width: 36px;
    height: 64px;
    background-color: #555555;
    position: absolute;
    top: 29%;
    cursor: pointer;
    text-align: center;
    color: #ffffff;
    right: 1px;
  }
  section.scrolling-items .right-ovelay .arrow-wrap i {
    font-size: 47px;
    display: inline-block;
    padding-top: 23%;
  }
  section.scrolling-items .right-ovelay .arrow-wrap:hover {
    background-color: #333333;
  }
  section.scrolling-items .left-ovelay {
    position: absolute;
    background-color: rgba(255, 255, 255, 0.8);
    height: 100%;
    width: 27.3%;
    right: 0;
    z-index: 1;
  }
  section.scrolling-items .left-ovelay .arrow-wrap {
    width: 36px;
    height: 64px;
    background-color: #555555;
    position: absolute;
    top: 29%;
    cursor: pointer;
    text-align: center;
    color: #ffffff;
    left: 1px;
  }
  section.scrolling-items .left-ovelay .arrow-wrap i {
    font-size: 47px;
    display: inline-block;
    padding-top: 23%;
  }
  section.scrolling-items .left-ovelay .arrow-wrap:hover {
    background-color: #333333;
  }
}
@media screen and (min-width: 1700px) {
  section.scrolling-items .right-ovelay {
    position: absolute;
    background-color: rgba(255, 255, 255, 0.5);
    height: 100%;
    width: 18%;
    left: 0;
    z-index: 1;
  }
  section.scrolling-items .right-ovelay .arrow-wrap {
    width: 36px;
    height: 64px;
    background-color: #555555;
    position: absolute;
    top: 29%;
    cursor: pointer;
    text-align: center;
    color: #ffffff;
    right: 1px;
  }
  section.scrolling-items .right-ovelay .arrow-wrap i {
    font-size: 47px;
    display: inline-block;
    padding-top: 23%;
  }
  section.scrolling-items .right-ovelay .arrow-wrap:hover {
    background-color: #333333;
  }
  section.scrolling-items .left-ovelay {
    position: absolute;
    background-color: rgba(255, 255, 255, 0.8);
    height: 100%;
    width: 18%;
    right: 0;
    z-index: 1;
  }
  section.scrolling-items .left-ovelay .arrow-wrap {
    width: 36px;
    height: 64px;
    background-color: #555555;
    position: absolute;
    top: 29%;
    cursor: pointer;
    text-align: center;
    color: #ffffff;
    left: 1px;
  }
  section.scrolling-items .left-ovelay .arrow-wrap i {
    font-size: 47px;
    display: inline-block;
    padding-top: 23%;
  }
  section.scrolling-items .left-ovelay .arrow-wrap:hover {
    background-color: #333333;
  }
}
.refund_noti {
  color: red;
  font-size: 14px;
  height: 30px;
  line-height: 30px;
  margin-bottom: 10px;
}
a p.caption:hover {
  color: #dc4e04 !important;
}
.input-icon.right i {
  right: 8px;
  float: right;
}
.input-icon i {
  color: #ccc;
  display: block;
  position: absolute;
  margin: 9px 2px 4px 10px;
  width: 16px;
  height: 16px;
  font-size: 16px;
  text-align: center;
}
[class^="icon-"],
[class*=" icon-"] {
  display: inline-block;
  font-size: 14px;
  line-height: 14px;
  margin-top: 1px;
  vertical-align: baseline;
}
.input-icon {
  padding-left: 0px !important;
}
form .form-group .form-control {
  border-radius: 0;
  border: 1px solid #e9e9e9;
  box-shadow: none;
}
.check-fix {
  width: 16px;
  margin-top: 0px;
}
.form-control {
  font-size: 14px;
  color: #333;
  background-color: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-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;
}
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555;
  vertical-align: middle;
  background-color: #fff;
  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, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.footer_fix {
  border-top: none;
  box-shadow: none !important;
}
.product_tiles {
  width: 100%;
  padding: 0;
}
.product_tiles.three-child li {
  width: 210px;
  list-style: none;
  margin: 0px 118px 20px 0px;
  text-align: center;
  display: inline-block;
  vertical-align: top;
  overflow: hidden;
  position: relative;
  transition-duration: 0.2s;
}
.product_tiles.three-child li .grocery-info-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 10px;
  overflow: auto;
  color: #fff;
  z-index: 1;
  display: none;
  cursor: pointer;
  text-align: left;
}
.product_tiles.three-child li .grocery-info-overlay .header {
  height: 3em;
  width: 100%;
}
.product_tiles.three-child li .grocery-info-overlay .header span {
  float: right;
  font-size: 20px;
  color: #ffffff;
}
.product_tiles.three-child li:nth-child(3n) {
  float: right;
  margin: 0px 0px 0px 0px;
}
.product_tiles.three-child li .cart-section {
  width: 100%;
  height: auto;
  margin-top: 5px;
  height: 6em;
  padding: 0 30px;
}
.product_tiles.three-child li .cart-section .grocery-details {
  font-size: 12px;
  padding-bottom: 5px;
  display: inline-block;
}
.product_tiles.three-child li .cart-section .categories {
  height: 25px;
  width: 100%;
  margin: auto;
  position: relative;
  border-radius: 0;
  padding: 1px 0;
}
.product_tiles.three-child li .cart-section .categories select {
  background-color: #fff;
  border: 1px solid rgba(200, 200, 200, 0.4) !important;
  width: 100%;
  margin-right: 10px;
  font-size: 12px;
  padding: 5px 3px;
  margin-bottom: 10px;
}
.product_tiles.three-child li .cart-section .categories select:focus {
  outline: none;
  box-shadow: none;
}
.product_tiles.three-child li .cart-section .categories input.quantity {
  font-size: 12px;
  width: 65px;
  padding: 6px 3px;
  text-align: center;
  margin-right: 10px;
  color: black;
  border: 1px solid rgba(200, 200, 200, 0.4) !important;
  background: #fff;
  float: left;
}
.product_tiles.three-child li .cart-section .categories .btn {
  font-size: 12px;
  background: #dc4e04;
  color: #fff;
  width: 63px;
  padding: 6px 3px;
  text-align: center;
  border-radius: 0px;
  position: relative;
  float: right;
  font-weight: 700;
}
.product_tiles.three-child li .cart-section .categories .btn:focus {
  outline: none;
}
.product_tiles.three-child li .cart-section .categories .btn .sk-three-bounce {
  position: absolute;
  top: -32px;
  left: -17px;
}
.product_tiles.three-child li .cart-section .categories .btn .sk-three-bounce .sk-child {
  width: 8px;
  height: 8px;
  background: #fff;
}
.product_tiles.three-child li .cart-section .categories .btn.transmiting {
  padding: 13px 3px;
}
.product_tiles.three-child li .cart-section .categories .btn.transmiting .sk-three-bounce {
  top: -30px;
}
.product_tiles.three-child li .cart-section .qty-sec {
  padding-top: 10px;
}
.product_tiles.three-child li .cart-section .qty-sec .qty-wrap {
  float: left;
  width: 47%;
  border: 1px solid #e0e0e0;
  height: 23px;
  border-radius: 4px;
  padding: 1px;
  margin-right: 10px;
}
.product_tiles.three-child li .cart-section .qty-sec .qty-wrap span {
  display: inline-block;
}
.product_tiles.three-child li .cart-section .qty-sec .qty-wrap span.qty {
  float: left;
  width: 50%;
  color: #999;
  font-size: 12px;
  border-right: 1px solid #e0e0e0;
  background-color: #fbfbfb;
}
.product_tiles.three-child li .cart-section .qty-sec .qty-wrap span.input {
  float: right;
  width: 50%;
}
.product_tiles.three-child li .cart-section .qty-sec .qty-wrap span.input input {
  width: 100%;
  border: none;
  text-align: center;
  height: 100%;
  font-size: 12px;
}
.product_tiles.three-child li .cart-section .qty-sec .add2cart {
  float: right;
  font-size: 12px;
}
.product_tiles.three-child li .cart-section .qty-sec .add2cart button {
  background: #5bb75b;
  color: #ffffff;
  padding: 2px 5px;
  border: 1px solid transparent;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  width: 60px;
  text-transform: uppercase;
}
.product_tiles.three-child li .cart-section .qty-sec .add2cart button:focus {
  outline: none;
}
.product_tiles.three-child li .img {
  width: 210px;
  height: 250px;
  max-height: 250px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: relative;
}
.product_tiles.three-child li .img .image-overlay {
  position: absolute;
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  display: none;
  background-color: #fff;
}
.product_tiles.three-child li .img:hover .image-overlay {
  display: block;
}
.product_tiles.three-child li .description_wrapper {
  padding-top: 1em;
}
.product_tiles.three-child li .description_wrapper .item_name {
  color: #666666;
  line-height: 22px;
  text-align: center;
  font-size: 12px;
  text-transform: capitalize;
  display: inline-block;
  width: 100%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  line-height: 1;
}
.product_tiles.three-child li .description_wrapper .shop_name {
  color: #666666;
  line-height: 22px;
  text-align: center;
  font-size: 12px;
  text-transform: capitalize;
  width: 100%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  font-weight: 100;
  display: inline-block;
}
.product_tiles.three-child li .description_wrapper .item_price {
  color: #dc4e04;
  text-align: center;
  line-height: 18px;
  order_invoicefont-size: 14px;
}
.product_tiles.three-child li .description_wrapper .item_price del {
  font-size: 10px;
  color: red;
}
.product_tiles.three-child li .hover_description_wrapper {
  position: absolute;
  width: 100%;
  height: 205px;
  background: rgba(255, 255, 255, 0.95);
  bottom: -105px;
  left: 0;
  right: 0;
  padding: 10px 10px 5px;
  border: 1px solid white;
  -webkit-transition: top 0.05s ease-in-out;
  display: none;
  z-index: 98;
}
.product_tiles.three-child li .hover_description_wrapper .item_name {
  color: #666666;
  line-height: 22px;
  text-align: center;
  font-size: 12px;
  text-transform: capitalize;
  display: inline-block;
  width: 100%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  line-height: 1;
}
.product_tiles.three-child li .hover_description_wrapper .shop_name {
  color: #666666;
  line-height: 22px;
  text-align: center;
  font-size: 12px;
  text-transform: capitalize;
  width: 100%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  font-weight: 100;
  display: inline-block;
}
.product_tiles.three-child li .hover_description_wrapper .item_price {
  color: #dc4e04;
  text-align: center;
  line-height: 18px;
  font-size: 14px;
}
.product_tiles.three-child li .hover_description_wrapper .item_price del {
  font-size: 10px;
  color: red;
}
.product_tiles.three-child li .hover_description_wrapper .mcht-wrap {
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #efefef;
}
.product_tiles.three-child li .hover_description_wrapper .mcht-wrap .mcht-img {
  width: 23%;
  height: 40px;
  background-repeat: no-repeat !important;
  background-position: center !important;
  border: 4px solid white;
  background: #f8f8f8;
  background-size: contain;
  box-shadow: 0px 0px 3px rgba(100, 100, 100, 0.6);
  float: left;
}
.product_tiles.three-child li .hover_description_wrapper .mcht-wrap .mcht-info {
  text-align: left;
  float: right;
  width: 77%;
  padding-left: 10px;
}
.product_tiles.three-child li .hover_description_wrapper .mcht-wrap .mcht-info .small-text {
  font-size: 11px;
  color: #888;
  line-height: 8px;
}
.product_tiles.three-child li .hover_description_wrapper .mcht-wrap .mcht-info .name {
  font-size: 12px;
  color: #dc4e04;
  width: 80%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.product_tiles.three-child li .hover_description_wrapper .mcht-wrap .mcht-info .name a {
  color: #dc4e04;
}
.product_tiles.three-child li .hover_description_wrapper .watch-list {
  text-align: left;
  padding: 10px 0;
}
.product_tiles.three-child li .hover_description_wrapper .watch-list .mcht-icon {
  width: 15%;
  height: auto;
  float: left;
  color: rgba(153, 153, 153, 0.69);
  font-size: 20px;
  cursor: pointer;
}
.product_tiles.three-child li .hover_description_wrapper .watch-list .mcht-icon:hover {
  color: #dc4e04;
}
.product_tiles.three-child li .hover_description_wrapper .watch-list .mcht-text {
  width: 85%;
  float: right;
  font-size: 12px;
  color: #333;
}
.product_tiles.three-child li .hover_description_wrapper .watch-list .watch-list__item {
  display: flex;
  justify-content: space-between;
}
.product_tiles.three-child li .hover_description_wrapper .watch-list select {
  background-color: #fff;
  border: 1px solid rgba(200, 200, 200, 0.4) !important;
  width: 100%;
  margin-right: 10px;
  font-size: 12px;
  padding: 5px 3px;
  margin-bottom: 10px;
  outline: 0;
}
.product_tiles.three-child li .hover_description_wrapper .watch-list input {
  font-size: 12px;
  width: 50%;
  padding: 6px 3px;
  text-align: center;
  margin-right: 10px;
  color: black;
  border: 1px solid rgba(200, 200, 200, 0.4) !important;
  background: #fff;
  float: left;
}
.product_tiles.three-child li .hover_description_wrapper .watch-list button {
  font-size: 12px;
  background: #dc4e04;
  color: #fff;
  width: 45%;
  padding: 6px 3px;
  text-align: center;
  border-radius: 0px;
  position: relative;
  float: right;
  font-weight: 700;
}
.product_tiles.three-child li:hover .hover_description_wrapper {
  bottom: 0;
  -webkit-transition: top 0.05s ease-in-out;
  display: block;
}
.product_tiles.three-child li:hover .description_wrapper {
  opacity: 0;
}
.product_tiles.three-child li.shops:hover .description_wrapper {
  opacity: 1 !important;
}
.product_tiles.three-child:nth-child(4n) {
  margin-right: 0px;
}
.product_tiles.three-child a {
  color: transparent;
}
.product_tiles.four-child li {
  width: 210px;
  list-style: none;
  margin: 0px 9.78% 20px 0px;
  text-align: center;
  display: inline-block;
  vertical-align: top;
  overflow: hidden;
}
.product_tiles.four-child li:nth-child(4n) {
  float: right;
  margin: 0px 0px 0px 0px;
}
.product_tiles.four-child li .img {
  width: 210px;
  height: 250px;
  max-height: 250px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: relative;
}
.product_tiles.four-child li .description_wrapper .item_name {
  color: #666666;
  line-height: 22px;
  text-align: center;
  font-size: 12px;
  text-transform: uppercase;
  display: inline-block;
  width: 100%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  line-height: 1;
}
.product_tiles.four-child li .description_wrapper .shop_name {
  color: #666666;
  line-height: 22px;
  text-align: center;
  font-size: 12px;
  text-transform: capitalize;
  width: 100%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  font-weight: 100;
  display: inline-block;
}
.product_tiles.four-child li .description_wrapper .item_price {
  color: #dc4e04;
  text-align: center;
  line-height: 18px;
  font-size: 14px;
}
.product_tiles.four-child li .description_wrapper .item_price del {
  font-size: 10px;
  color: red;
}
.product_tiles.four-child:nth-child(4n) {
  margin-right: 0px;
}
.featuredstore-wrap ul.product_tiles li:hover .description_wrapper {
  opacity: 1 !important;
}
.discount-ribbon {
  position: absolute;
  z-index: 1;
  right: 0;
  color: #eee;
  font-size: 3em;
  cursor: pointer;
  width: 45px;
  line-height: .5em;
  background: #dc4e04;
  height: 50px;
  box-shadow: -1px 1px 1px #888;
}
.discount-ribbon:hover {
  transition: initial;
}
.discount-ribbon .digit {
  display: inline-block;
  font-size: 16px;
  width: 100%;
  color: #fff;
  font-weight: 600;
  text-align: center;
}
.discount-ribbon .text {
  display: block;
  font-size: 13px;
  margin-top: -3px;
  width: 100%;
  text-align: center;
  color: #fff;
  font-weight: 600;
}
.discount-ribbon:before {
  content: "";
  font-size: 0.3em;
  position: absolute;
  border-style: solid;
  border-color: transparent transparent #dc4e04 transparent;
  top: 0px;
  right: 45px;
  box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.3);
  border-width: 0 0 1em 0.7em;
  z-index: -1;
}
.luxe-discount-ribbon {
  position: absolute;
  top: 14px;
  right: 0;
  z-index: 1;
  color: #eee;
  font-size: 2em;
  cursor: pointer;
  width: 1.5em;
  line-height: 0.5em;
}
.luxe-discount-ribbon:hover {
  transition: initial;
}
.luxe-discount-ribbon .digit {
  display: inline-block;
  font-size: 13px;
  color: #fff;
  font-weight: 600;
  margin-top: -9px;
  text-align: center;
}
.luxe-discount-ribbon .text {
  display: inline-block;
  position: absolute;
  top: 6px;
  left: 6px;
  font-size: 14px;
  color: #fff;
  font-weight: 600;
}
.luxe-discount-ribbon:after {
  content: "";
  font-size: 0.5em;
  position: absolute;
  height: 1.2em;
  border: 1.5em solid #b29600;
  z-index: -1;
  top: -1em;
  border-top-width: 2.5em;
  border-bottom-color: transparent;
  right: 0;
}
.luxe-discount-ribbon:before {
  content: "";
  font-size: 0.5em;
  position: absolute;
  border-style: solid;
  border-color: transparent transparent #B29677 transparent;
  top: -16px;
  right: 40px;
  border-width: 0 0 1em 0.7em;
  z-index: -1;
}
.luxe-discount-ribbon:hover:after {
  border: 1.5em solid #EF5350;
  border-bottom-color: transparent;
  height: 1.6em;
}
.fix-table {
  cursor: pointer;
}
.fix-table p,
.fix-table ol,
.fix-table li {
  display: none;
}
.fix-table .shop {
  width: 60em;
  font-size: 16px;
  padding-bottom: 5px;
}
.fix-table .sbj {
  display: block;
  width: 78em;
}
.fix-table .sbj p {
  vertical-align: top;
}
.fix-table .sbj p:nth-child(n+2) {
  display: none;
}
.fix-table .time {
  width: 20em !important;
  text-align: left !important;
  padding-top: 5px !important;
}
.fix-table p {
  display: none;
}
/*css for frontend/cart.html file*/
.groceries_cart_page_wrap {
  width: 100%;
  height: auto;
  min-height: 30em;
  position: relative;
  padding-bottom: 10em;
}
.groceries_cart_page_wrap table {
  border-collapse: collapse;
  width: 100%;
}
.groceries_cart_page_wrap table tr .left-side {
  width: 70% !important;
  border-right: 1px solid rgba(200, 200, 200, 0.4);
  padding: 20px 20px 20px 0;
  vertical-align: top;
}
.groceries_cart_page_wrap table tr .left-side table {
  width: 100%;
}
.groceries_cart_page_wrap table tr .left-side .review_total_div_wrapper {
  float: right;
  border-top: 2px solid rgba(200, 200, 200, 0.4);
  border-bottom: 2px solid rgba(200, 200, 200, 0.4);
  width: 50%;
  height: 40px;
  line-height: 26px;
  margin-top: 20px;
  padding: 5px;
}
.groceries_cart_page_wrap table tr .left-side .review_total_div_wrapper .digit_span {
  float: right;
}
.groceries_cart_page_wrap table tr .left-side table tr:nth-child(even) {
  background-color: #fcfcfc;
}
.groceries_cart_page_wrap table tr .left-side table tr th {
  font-size: 14px;
  font-weight: 600;
  color: #000;
  text-transform: uppercase;
  padding: 10px 8px 40px 8px;
  width: 14%;
  text-align: right;
}
.groceries_cart_page_wrap table tr .left-side table tr th:last-child {
  text-align: right;
}
.groceries_cart_page_wrap table tr .left-side table tr th:first-child {
  text-align: left;
}
.groceries_cart_page_wrap table tr .left-side table tr th:nth-child(2) {
  text-align: left;
  width: 33%;
}
.groceries_cart_page_wrap table tr .left-side table tr td {
  padding: 10px;
  border-top: 1px dotted rgba(200, 200, 200, 0.4);
  font-size: 12px;
  text-align: right;
}
.groceries_cart_page_wrap table tr .left-side table tr td form button {
  background: none;
  border: none;
}
.groceries_cart_page_wrap table tr .left-side table tr td:first-child {
  width: 15%;
}
.groceries_cart_page_wrap table tr .left-side table tr td .product_logo {
  height: 4em;
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto 100%;
  width: 70%;
  font-size: 16px;
}
.groceries_cart_page_wrap table tr .left-side table tr td input {
  border-radius: 0px;
  border: 1px solid #e9e9e9;
  box-shadow: none;
  padding: 5px;
  height: 30px;
  width: 100% !important;
  text-align: center;
}
.groceries_cart_page_wrap form {
  margin-top: 1.5em;
}
.groceries_cart_page_wrap form button {
  float: right;
  display: inline-block;
  padding: 6px 0px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  border: none;
  background: #d9534f;
  color: #fff;
  border-radius: 3px !important;
  text-transform: uppercase;
  width: 12em;
}
.groceries_cart_page_wrap table tr .right-side {
  width: 30%;
  padding: 20px 20px 20px 20px;
  vertical-align: top;
}
.groceries_cart_page_wrap table tr .right-side table {
  width: 100%;
}
.groceries_cart_page_wrap table tr .right-side table tbody tr th {
  font-size: 14px;
  font-weight: 600;
  color: #000;
  text-transform: uppercase;
  padding: 10px;
  text-align: left;
}
.groceries_cart_page_wrap table tr .right-side table tbody tr td {
  border-bottom: 1px dotted rgba(200, 200, 200, 0.4);
  padding: 10px;
  height: 30px;
  line-height: 30px;
  font-size: 12px;
  font-weight: 600;
}
.groceries_cart_page_wrap table tr .right-side table tbody tr td .subtotal_digit {
  float: right;
}
.groceries_cart_page_wrap table tr .right-side .button_button {
  border-radius: 3px !important;
  border: none;
  background: #5cb85c;
  color: #fff;
  width: 100%;
  text-transform: uppercase;
  font-size: 12px;
  margin-top: 15px;
}
.groceries_cart_page_wrap table tr .right-side .button_button a {
  display: inline-block;
  padding: 12px 70px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  text-decoration: none;
  color: #fff;
}
.groceries_cart_page_wrap table tr .right-side .button_button1 {
  border-radius: 3px !important;
  border: none;
  background: #5bc0de;
  color: #fff;
  width: 100%;
  text-transform: uppercase;
  font-size: 12px;
  margin-top: 15px;
}
.groceries_cart_page_wrap table tr .right-side .button_button1 a {
  display: inline-block;
  padding: 12px 70px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  text-decoration: none;
  color: #fff;
}
.btn-sm {
  width: 100%;
}
.main-ratting-wrap .star-rating .clear-rating {
  display: none;
}
.main-ratting-wrap .star-rating .caption {
  display: none;
}
.main-ratting-wrap .rating-container.rating-fa {
  margin-top: -40px;
}
.main-ratting-wrap .star-rating.rating-md.rating-active {
  height: 10px;
}
.main-ratting-wrap .rating-container:before {
  font-size: 20px;
}
.mirror {
  -moz-transform: scale(-1, 1);
  -webkit-transform: scale(-1, 1);
  -o-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.mirror_icon:before {
  -moz-transform: scale(-1, 1);
  -webkit-transform: scale(-1, 1);
  -o-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.price {
  color: #dc4e04;
}
.form-group .checker {
  display: inline-block !important;
}
.form-group .bank_account_types .checker {
  display: inline-block !important;
}
.form-group .bank_account_types .checker input {
  display: none;
}
.form-group .bank_account_types .checker input[type="radio"]:checked + label {
  border: 1px #dc4e04 solid;
  background-color: #dc4e04;
  color: #fff;
  text-shadow: 0px 0px 1px;
}
.form-group .bank_account_types .checker label {
  margin: 0 !important;
  cursor: pointer;
  border: 1px #ddd solid;
  padding: 5px 7px;
}
.form-group .bank_account_types .checker label:hover {
  border: 1px #aaa solid;
}
label .req {
  color: #dc4e04;
  font-size: 11px;
}
.side_filter .side_filter_wrap .catego {
  padding: 0 10px;
}
.mobile-nav-wrap {
  width: 100%;
  height: 100%;
  overflow: auto;
  background: #3d3d3d;
}
.mobile-nav-wrap .search-section {
  padding: 10px;
}
.mobile-nav-wrap .search-section input {
  float: left;
  width: 80%;
  height: 37px;
  padding: 0 10px;
  border-radius: 15px 0 0 15px;
}
.mobile-nav-wrap .search-section button {
  width: 20%;
  float: right;
  text-align: center;
  line-height: 2;
  font-size: 20px;
  border-radius: 0 15px 15px 0;
  height: 37px;
}
.mobile-nav-wrap .link-section ul {
  padding-top: 10px;
  margin: 0;
  width: 100%;
}
.mobile-nav-wrap .link-section ul li {
  display: block;
  border-bottom: 1px solid rgba(105, 105, 105, 0.2);
}
.mobile-nav-wrap .link-section ul li:last-child {
  border: none;
}
.mobile-nav-wrap .link-section ul li a {
  display: block;
  padding: 10px;
  color: #fff;
  font-size: 13px;
  text-transform: uppercase;
}
.mobile-nav-wrap .link-section ul li a span {
  display: inline-block;
  float: right;
  font-size: 14px;
}
.mobile-nav-wrap .link-section ul li a:hover {
  color: #dc4e04;
}
.mobile-nav-wrap .link-section .divider {
  text-align: center;
  background-color: #212121;
  height: 3em;
  line-height: 3em;
  border-bottom: 1px solid #222;
  border-top: 1px solid #222;
  font-size: 12px;
  font-weight: 600;
  color: rgba(225, 225, 225, 0.3);
}
.categories .transition,
.categories p,
.categories ul li i:before,
.categories ul li i:after {
  transition: all 0.25s ease-in-out;
}
.categories .flipIn,
.categories h1,
.categories ul li {
  animation: flipdown 0.5s ease both;
}
.categories .no-select,
.categories h2 {
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
@media (max-width: 550px) {
  .categories body {
    box-sizing: border-box;
    transform: translate(0, 0);
    max-width: 100%;
    min-height: 100%;
    margin: 0;
    left: 0;
  }
}
.categories h2 {
  font-size: 15px;
  line-height: 34px;
  letter-spacing: 1px;
  display: block;
  background-color: #3d3d3d;
  padding: 4px 10px;
  margin: 0;
  cursor: pointer;
  color: #fff;
}
.categories p {
  font-size: 13px;
  line-height: 26px;
  letter-spacing: 1px;
  position: relative;
  overflow: hidden;
  max-height: 800px;
  opacity: 1;
  transform: translate(0, 0);
  margin-top: 14px;
  z-index: 2;
  text-transform: uppercase;
}
.categories p span {
  font-size: 13px;
  background: #666666;
  display: block;
  border-bottom: 1px solid rgba(225, 225, 225, 0.1);
}
.categories p span:last-child {
  border-bottom: none;
}
.categories ul {
  list-style: none;
  perspective: 900;
  padding: 0;
  margin: 0;
}
.categories ul li {
  position: relative;
  padding: 0;
  margin: 0;
}
.categories ul li:nth-of-type(1) {
  animation-delay: 0.5s;
}
.categories ul li:nth-of-type(2) {
  animation-delay: 0.75s;
}
.categories ul li:nth-of-type(3) {
  animation-delay: 1s;
}
.categories ul li:last-of-type {
  padding-bottom: 0;
}
.categories ul li i {
  position: absolute;
  transform: translate(-6px, 0);
  margin-top: 16px;
  right: 12;
}
.categories ul li i:before,
.categories ul li i:after {
  content: "";
  position: absolute;
  background-color: #ffffff;
  width: 3px;
  height: 9px;
}
.categories ul li i:before {
  transform: translate(-2px, 0) rotate(45deg);
}
.categories ul li i:after {
  transform: translate(2px, 0) rotate(-45deg);
}
.categories ul li input[type=checkbox] {
  position: absolute;
  cursor: pointer;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
}
.categories ul li input[type=checkbox]:checked ~ p {
  margin-top: -10px;
  max-height: 0;
  opacity: 0;
  transform: translate(0, 50%);
}
.categories ul li input[type=checkbox]:checked ~ i:before {
  transform: translate(2px, 0) rotate(45deg);
}
.categories ul li input[type=checkbox]:checked ~ i:after {
  transform: translate(-2px, 0) rotate(-45deg);
}
@keyframes flipdown {
  0% {
    opacity: 0;
    transform-origin: top center;
    transform: rotateX(-90deg);
  }
  5% {
    opacity: 1;
  }
  80% {
    transform: rotateX(8deg);
  }
  83% {
    transform: rotateX(6deg);
  }
  92% {
    transform: rotateX(-3deg);
  }
  100% {
    transform-origin: top center;
    transform: rotateX(0deg);
  }
}
table tbody tr td img {
  max-width: 100% !important;
  margin: auto;
  margin-bottom: 5px;
}
.card {
  display: inline-block;
  margin: 0 2px 15px;
  padding: 10px;
  padding-bottom: 5px;
  opacity: 1;
  vertical-align: top;
  border: 1px solid;
  width: 186px;
}
.card .title {
  color: #DD4F05 !important;
}
.card a.sec-title {
  color: #DD4F05 !important;
}
.card ul {
  margin: 0;
  padding-left: 5px;
}
.card li.inner-sec {
  height: auto;
  line-height: 1;
}
.card li.inner-sec a {
  height: auto;
  line-height: 1;
  display: block;
  padding: 3px 0;
  text-transform: capitalize;
  color: #555 !important;
  font-size: 12px;
}
.frame {
  width: 100%;
  height: auto;
  padding: 0;
}
.frame .slidee {
  margin: 0;
  padding: 0;
  height: auto;
  list-style: none;
}
.frame .slidee li {
  float: left;
  margin: 0 10px 0 0;
  padding: 0;
  width: 210px;
  height: auto;
}
.scrollbar {
  width: 100%;
  height: 1px;
  background-color: #dddddd;
  margin-top: 1em;
  cursor: pointer;
}
.scrollbar .handle {
  width: 100px;
  /* overriden if dynamicHandle: 1 */
  height: 1px;
  background: #aaa;
  margin-bottom: 10px;
  cursor: pointer;
}
.scrolling_items {
  position: relative;
}
.scrolling_items .title {
  width: 100%;
  text-align: left;
  font-size: 19px;
  padding: 0 0 15px 0;
  font-weight: 600;
}
.scrolling_items .slidee .product-image {
  width: 100%;
  height: 250px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.scrolling_items .slidee .pro_details {
  width: 100%;
  /*height: 5%;*/
  padding: 10px;
}
.scrolling_items .slidee .pro_details .name {
  /*background: #4CAF50;*/
    width: 200px;
    height: 50px;
    /*border: 1px dotted black;*/
    overflow-x: hidden;
    overflow-y: scroll;
}
.scrolling_items .slidee .pro_details .price {
  text-align: center;
  /*color: #F8993E;
  font-weight: 900;
  font-size: 15px;*/
  padding-top: 5px;
  /*width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;*/
}
.scrolling_items .slidee .pro_details .price .slash {
  display: inline-block;
  padding-left: 10px;
  font-size: 13px;
  color: red;
}
.scrolling_items .navigation {
  position: absolute;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.6);
}
.scrolling_items .navigation .icon-wrap {
  background-color: #333333;
  width: 30px;
  height: 50px;
  color: #ffffff;
  font-size: 35px;
  padding: 7px 9px;
  margin-top: 100px;
  cursor: pointer;
  opacity: 0.8;
}
.scrolling_items .navigation .icon-wrap.left {
  margin-left: 13px;
}
.scrolling_items .navigation .icon-wrap.right {
  margin-right: 13px;
}
.scrolling_items .navigation.prevPage {
  left: -53px;
}
.scrolling_items .navigation.nextPage {
  right: -53px;
}
.scrolling_items .navigation.disabled .icon-wrap {
  opacity: 0.5;
  cursor: not-allowed;
}
.cart-preview-btn {
  border-radius: 5px !important;
  border: none;
  background: #5bb75b;
  color: #fff;
  width: 100%;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  padding: 12px 0;
  width: 40%;
  margin-bottom: 30px;
}
.transaction-box {
  text-align: center;
  margin-top: 10em;
  margin-bottom: 10em;
}
.black_color {
  color: #010101 !important;
  border-color: #010101 !important;
}
.black_color.transperent {
  background-color: rgba(1, 1, 1, 0.9) !important;
}
.black_link a:hover {
  color: #010101 !important;
}
.black-view-more:hover {
  color: #010101 !important;
}
.orange_color {
  color: #FF4747 !important;
  border-color: #FF4747 !important;
}
.orange_color.transperent {
  background-color: #FF4747 !important;
}
.orange_link a:hover {
  color: #029D5A !important;
}
.orange-view-more:hover {
  color: #029D5A !important;
}
.grey_color {
  color: #434343 !important;
  border-color: #434343 !important;
}
.grey_color.transperent {
  background-color: rgba(67, 67, 67, 0.9) !important;
}
.grey_link a:hover {
  color: #434343 !important;
}
.grey-view-more:hover {
  color: #434343 !important;
}
.dark_red_color {
  color: #800101 !important;
  border-color: #800101 !important;
}
.dark_red_color.transperent {
  background-color: rgba(128, 1, 1, 0.9) !important;
}
.dark_red_link a:hover {
  color: #800101 !important;
}
.dark_red-view-more:hover {
  color: #800101 !important;
}
.green_color {
  color: #013301 !important;
  border-color: #013301 !important;
}
.green_color.transperent {
  background-color: rgba(1, 51, 1, 0.9) !important;
}
.green_link a:hover {
  color: #013301 !important;
}
.green-view-more:hover {
  color: #013301 !important;
}
.blue_color {
  color: #010166 !important;
  border-color: #010166 !important;
}
.blue_color.transperent {
  background-color: rgba(1, 1, 102, 0.9) !important;
}
.blue_link a:hover {
  color: #010166 !important;
}
.blue-view-more:hover {
  color: #010166 !important;
}
.purple_color {
  color: #660166 !important;
  border-color: #660166 !important;
}
.purple_color.transperent {
  background-color: rgba(102, 1, 102, 0.9) !important;
}
.purple_link a:hover {
  color: #660166 !important;
}
.purple-view-more:hover {
  color: #660166 !important;
}
.pink_color {
  color: #E20187 !important;
  border-color: #E20187 !important;
}
.pink_color.transperent {
  background-color: rgba(226, 1, 135, 0.9) !important;
}
.pink_link a:hover {
  color: #E20187 !important;
}
.pink-view-more:hover {
  color: #E20187 !important;
}
.light_blue_color {
  color: #076BB6 !important;
  border-color: #076BB6 !important;
}
.light_blue_color.transperent {
  background-color: rgba(7, 107, 182, 0.9) !important;
}
.light_blue_link a:hover {
  color: #076BB6 !important;
}
.light_blue-view-more:hover {
  color: #076BB6 !important;
}
.yellow_color {
  color: #FF9901 !important;
  border-color: #FF9901 !important;
}
.yellow_color.transperent {
  background-color: rgba(255, 153, 1, 0.9) !important;
}
.yellow_link a:hover {
  color: #FF9901 !important;
}
.yellow-view-more:hover {
  color: #FF9901 !important;
}
#check-quick-fix {
  width: 15px;
  margin-top: -2px;
}
#checkbox-label {
  display: inline-block;
  margin-left: 9px;
  line-height: 1;
}
.cart-fix .overview_wrap .billing_info_overview {
  margin-bottom: 1em;
}
.cart-fix .overview_wrap .billing_info_overview h1 {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 5px;
  margin-top: 0;
}
.cart-fix .overview_wrap .billing_info_overview ul {
  font-size: 13px;
  margin-bottom: 0px;
  padding: 0px;
}
.cart-fix .overview_wrap .billing_info_overview ul li {
  display: block;
}
.cart-fix .overview_wrap .shipping_info_overview h1 {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 5px;
  margin-top: 0;
}
.cart-fix .overview_wrap .shipping_info_overview ul {
  font-size: 13px;
  margin-bottom: 0px;
  padding: 0px;
}
.cart-fix .overview_wrap .shipping_info_overview ul li {
  display: block;
}
.cart-fix .overview_wrap .payment_info_overview h1 {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 5px;
  margin-top: 0;
}
.cart-fix .overview_wrap .payment_info_overview ul {
  font-size: 13px;
  margin-bottom: 0px;
  padding: 0px;
}
.cart-fix .overview_wrap .payment_info_overview ul li {
  display: block;
}
.cart-fix .overview_wrap .Delivery_info_overview h1 {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 5px;
  margin-top: 0;
}
.cart-fix .overview_wrap .Delivery_info_overview ul {
  font-size: 13px;
  margin-bottom: 0px;
  padding: 0px;
}
.cart-fix .overview_wrap .Delivery_info_overview ul li {
  display: block;
}
.merchant-directory {
  width: 100%;
  display: block;
  border-top: 1px solid #f7f7f7;
  border-bottom: 1px solid #f7f7f7;
  padding: 20px 0;
  margin-top: -1px;
}
.merchant-directory table {
  width: 100%;
  border-collapse: collapse;
}
.merchant-directory table tr td {
  vertical-align: top;
}
.merchant-directory table tr td.merchant-logo-wrap {
  width: 150px;
}
.merchant-directory table tr td.merchant-logo-wrap .merchant-logo {
  width: 150px;
  height: 150px;
  box-shadow: 0px 0px 2px rgba(100, 100, 100, 0.4);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.merchant-directory table tr td.merchant-info-wrap {
  width: 575px;
}
.merchant-directory table tr td.merchant-info-wrap .merchant-info {
  padding: 0 10px;
  width: 575px;
  overflow: hidden;
}
.merchant-directory table tr td.merchant-info-wrap .merchant-info .title {
  font-size: 19px;
  color: #dc4e04;
  font-weight: 500;
  padding-bottom: 5px;
}
.merchant-directory table tr td.merchant-info-wrap .merchant-info .caption {
  color: #666;
  padding-bottom: 5px;
  font-size: 14px;
}
.merchant-directory table tr td.merchant-info-wrap .merchant-info .description {
  font-size: 12px;
  color: #888;
  line-height: 15px;
  padding-bottom: 5px;
}
.merchant-directory table tr td.merchant-address-wrap .merchant-address {
  padding: 0 10px;
}
.gtbank_c {
  color: #dc4e04;
}
.page-popup-wrap {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
  background-color: rgba(0, 0, 0, 0.5);
}
.page-popup-wrap .page-popup {
  width: 600px;
  margin: 100px auto;
  height: auto;
  background-color: #ffffff;
  webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  position: relative;
  border-radius: 3px;
}
.page-popup-wrap .page-popup.slim {
  width: 500px !important;
}
.page-popup-wrap .page-popup .close-x {
  display: block;
  position: absolute;
  width: 30px;
  height: 30px;
  border-radius: 50% !important;
  background-color: #ffffff;
  border: 1px solid #DC4E04;
  text-align: center;
  font-size: 17px;
  right: -15px;
  top: -15px;
  color: #DC4E04;
  z-index: 1;
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
  webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
  cursor: pointer;
}
.page-popup-wrap .page-popup .content-section {
  padding: 30px;
  background-color: #DC4E04;
  color: #ffffff;
  font-size: 15px;
  position: relative;
}
.page-popup-wrap .page-popup .content-section .triangle {
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 15px solid #DC4E04;
  bottom: -12px;
  left: 50%;
  margin-left: -27px;
}
.page-popup-wrap .page-popup .body-section {
  padding: 30px;
  color: #666;
  font-size: 14px;
  position: relative;
}
.page-popup-wrap .page-popup.slim .body-section {
  padding: 30px 30px 0;
}
.page-popup-wrap .page-popup .button-section {
  padding: 30px;
  text-align: center;
  margin-top: 0;
}
.page-popup-wrap .page-popup .button-section a,
.page-popup-wrap .page-popup .button-section span,
.page-popup-wrap .page-popup .button-section input[type=submit] {
  display: inline-block;
  padding: 10px 29px;
  border-radius: 3px !important;
  color: #333;
  border: 1px solid #666666;
}
.page-popup-wrap .page-popup .button-section input[type=submit] {
  background: none;
}
.page-popup-wrap .page-popup .button-section input[type=submit]:hover {
  background-color: #449d44;
  color: #ffffff;
  border: 1px solid transparent;
}
.page-popup-wrap .page-popup .button-section span:hover {
  color: #fff;
}
.page-popup-wrap .page-popup .button-section a.non-guest,
.page-popup-wrap .page-popup .button-section span.non-guest {
  margin-left: 15px;
  color: #666;
}
.page-popup-wrap .page-popup .button-section span.non-guest input[type=submit] {
  background: none;
  border: 0;
}
.page-popup-wrap .page-popup .button-section a.non-guest:hover,
.page-popup-wrap .page-popup .button-section span.non-guest:hover {
  background-color: #DC4E04;
  color: #ffffff;
  border: 1px solid transparent;
}
.page-popup-wrap .page-popup .button-section span.non-guest input[type=submit]:hover {
  color: #fff;
}
.page-popup-wrap .page-popup .button-section a.guest,
.page-popup-wrap .page-popup .button-section span.guest {
  margin-right: 15px;
  color: #666;
}
.page-popup-wrap .page-popup .button-section span.guest input[type=submit] {
  background: none;
  border: 0;
}
.page-popup-wrap .page-popup .button-section a.guest:hover,
.page-popup-wrap .page-popup .button-section span.guest:hover {
  background-color: #449d44;
  color: #ffffff;
  border: 1px solid transparent;
}
.page-popup-wrap .page-popup .button-section span.guest input[type=submit]:hover {
  color: #fff;
}
.page-popup-wrap .page-popup .button-section a:hover {
  text-decoration: none;
}
div#bidHistory_list .bid_history_col:nth-child(odd) {
  background: #ebebeb;
}
#bidHistory_list .bid_history_item:nth-child(odd) {
  background: #ebebeb;
}
.signup_tab_active {
  background: #dc4e04;
  color: white !important;
  -webkit-transition: background 2s, color 2s;
  transition: background 2s, color 2s;
}
.close-x.close {
  opacity: 1 !important;
}
/*css for frontend/cart.html file*/
.cart-receipt__subtotal-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-top: 1px solid #f2f2f2;
  justify-content: space-between;
  padding: 5px 15px;
  color: #555;
  align-items: center;
}
.cart-receipt__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cart-receipt__header .name {
  color: black;
}
.cart-receipt__header div:nth-child(2) {
  flex: 1;
  margin-left: 5px;
  width: 30%;
}
.cart-receipt__header div:nth-child(4) {
  width: 12%;
}
.cart-receipt__header .logo {
  border: 4px solid white;
  width: 30px;
  height: 30px;
  background: #f8f8f8;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  box-shadow: 0px 0px 3px rgba(100, 100, 100, 0.6);
  flex-shrink: 0;
}
.inner-items .item-lists {
  padding-left: 0 !important;
  padding-right: 0;
}
.cart-receipt_flag {
  background: #9e0c0c;
  color: white;
  padding: 3px;
  border-radius: 3px;
  font-size: 10px;
  width: auto !important;
  margin-left: 10px;
  text-align: center;
}
.cart-receipt__header div:nth-child(2) .name a {
  display: inline-block;
  width: 80%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  text-decoration: none;
  color: inherit;
}
.select-info__sign {
  border-radius: 100%;
  width: 150px;
  height: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #dc4e04;
  border: 1px solid #d1d1d1;
  -webkit-animation: breathing 7s ease-out infinite normal;
  animation: breathing 7s ease-out infinite normal;
  font-size: 24px;
  color: #fff;
  -webkit-font-smoothing: antialiased;
}
.select-info__sign p {
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
@-webkit-keyframes breathing {
  0% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
  25% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  60% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
}
@keyframes breathing {
  0% {
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
  }
  25% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  60% {
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
  }
}
form#select_pref_state_form {
  display: inline-block;
  float: right;
}
form#select_pref_state_form button {
  height: 32px;
}
.select-info__option {
  background-color: #fff;
  top: 9px;
  right: -15px;
  color: #555;
  padding: 5px 7px;
}
.select-info {
  margin-left: 0;
  border: 2px solid #f2f2f2;
  margin-top: 50px;
  width: 100%;
  display: flex;
  position: relative;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  height: 60vh;
}
.cart-receipt__subtotal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 28%;
}
.cart-receipt__subtotal--pay {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  font-size: xx-small;
}
.cart-receipt__subtotal--pay p {
  margin: 0 0 1px 0;
  color: #dc4e04;
}
.cart-receipt__subtotal p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 5px 0;
  margin: 0;
}
.cart-receipt__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border: 1px solid #f2f2f2;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 10px 15px;
  margin-bottom: 1em;
  border-top: none;
}
.cart-receipt__footer div.buy--box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 34%;
}
.cart-receipt__select {
  background: transparent;
  border: 1px solid #ccc;
  padding: 5px;
  font-size: 10px;
  font-weight: bold;
  color: #444;
}
.cart-receipt__subtotal p span {
  font-size: 10px;
}
.payment-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.pay-confirm__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.pay-confirm__wrapper.user_add {
  margin-bottom: 15px;
}
.pay-option,
.pay-confirm {
  border: 2px solid #f2f2f2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  font-size: 14px;
  width: 30%;
}
.pay-confirm__subtotal {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.pay-confirm__subtotal p {
  display: flex;
  justify-content: space-between;
}
.pay-option {
  visibility: hidden;
}
.pay-option__inner {
  padding-left: 10px;
  padding-right: 10px;
}
.pay-confirm {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  padding: 15px 10px;
}
.pay-option__select {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 5px 0;
}
.pay-option__select label,
.pay-confirm__disclaimer label {
  font-weight: normal;
}
.pay-confirm__total h4 {
  margin: 0;
}
.pay-confirm__total {
  padding-bottom: 10px;
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: space-between;
}
.pay-confirm__total.user_add,
.pay-confirm__subtotal.user_add,
.pay-confirm.user_add {
  width: 100%;
}
.pay-confirm .total {
  color: #dc4e04;
}
.pay-confirm__disclaimer {
  padding-bottom: 10px;
  padding-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.pay-confirm__button {
  color: #fff;
  background: #dc4e04;
  padding: 10px 15px;
  text-align: center;
  border-radius: 2px !important;
  border: 1px solid transparent;
  font-size: 18px;
  position: relative;
  display: inline-block;
  cursor: pointer;
  outline: none;
  text-transform: uppercase;
  font-weight: bolder;
  line-height: 20px;
  width: 100%;
}
.pay-confirm__button:hover {
  background: #dc4e04;
  text-decoration: none;
  color: #fff !important;
}
a.pay-confirm__button:hover,
a.pay-confirm__button:focus {
  background: #dc4e04;
  text-decoration: none;
  color: #fff !important;
}
.pay-confirm__button:active {
  background: #5bb75b;
}
.shipping-address [type=radio],
.pay-option [type=radio] {
  opacity: 0;
  display: none;
}
.shipping-address [type=radio] + label::before,
.pay-option [type=radio] + label::before {
  background: #fff;
  content: '';
  display: inline-block;
  border: 1px solid #b1b1b1;
  border-radius: 50%;
  height: 1em;
  margin-right: .5em;
  margin-top: -0.2em;
  margin-left: -0.1em;
  vertical-align: middle;
  width: 1em;
  font-weight: normal;
}
[type=radio]:checked + label::before {
  background: #dc4e04;
}
.shipping-address-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 1em;
  padding: 5px 0;
}
.shipping-address {
  width: 20%;
  max-width: 180px;
  height: 180px;
  padding: 10px;
  margin-right: 1em;
  font-size: 11px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #fafafa;
  border: 1px solid #e1e1e1;
}
.shipping-address.show_address_form:hover {
  cursor: pointer;
}
.close_address_form {
  border-radius: 0 !important;
  font-size: 12px !important;
}
.shipping-address__item {
  width: 100%;
}
.shipping-address__item .add_address {
  display: block;
  text-align: center;
  margin-top: 20px;
  color: #444;
}
.shipping-address__item ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.shipping-address__item .add-address {
  height: 96px;
  opacity: 0.25;
  cursor: pointer;
  position: relative;
}
.shipping-address__item .add-address i.fa-plus-circle {
  font-size: 100px;
  position: absolute;
  left: 30px;
}
.shipping-address__name,
.shipping-address__phone,
.shipping-address__edit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.shipping-address__location {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.shipping-address__location ul li {
  display: block;
}
.shipping-address__phone p {
  margin: 10px 0;
}
.sa__icon {
  margin-right: 1em;
  color: #333;
}
.shipping-address__edit a {
  text-decoration: none;
  color: steelblue;
  letter-spacing: 1px;
}
.merchant-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.merchant-banner {
  background: url(banner1.html), -webkit-linear-gradient(bottom, #C4C4C4, #C4C4C4);
  background: url(banner1.html), linear-gradient(0deg, #C4C4C4, #C4C4C4);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  opacity: 1.00;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.4);
  height: 260px;
  position: relative;
}
.merchant-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  width: 32%;
  position: absolute;
  bottom: 20px;
  left: 40px;
  height: 150px;
}
.merchant-logo__image {
  background: black;
  height: 120px;
  border: 4px solid white;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-right: 1em;
}
.merchant-logo__image img {
  width: auto;
  height: 100%;
}
.merchant-logo__name {
  font-size: 45px;
  line-height: 100%;
}
.merchant-social {
  border: 1px solid blue;
  padding: 10px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.merchant-social__search {
  /*align-self: flex-end;*/
}
.merchant-container__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /*border: 1px solid darkcyan;*/
  margin-top: 1.5em;
  /*padding: 5px 0;*/
}
.merchant-sidepane {
  /*border: 1px solid saddlebrown;*/
  width: 20%;
  margin-right: 3em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background: #FFFFFF;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.merchant-sidepane__byproduct {
  background: #F5F5F1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 10px 10px;
  border: 1px solid #E5E5E5;
  box-sizing: border-box;
  box-shadow: 0 1px 2px #ccc;
  margin-bottom: 2em;
}
.merchant-sidepane__byproduct a {
  padding: 10px 0;
  border-bottom: 1px dashed #E0E0E0;
  /*border: 1px solid black;*/
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.merchant-sidepane__byproduct a:hover {
  background: #eee;
}
.merchant-sidepane__byproduct p:first-child {
  text-transform: uppercase;
  font-size: 14px;
  color: #444;
}
.merchant-sidepane__byproduct a:last-child {
  border: none;
}
.merchant-sidepane__byproduct .prod-text {
  font-size: 15px;
  color: #F17608;
}
.merchant-sidepane__byproduct .prod-value {
  font-size: 15px;
  line-height: 100%;
  color: #444;
}
.merchant-sidepane__byshop {
  color: #444;
  background: #F5F5F1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 10px 10px;
  border: 1px solid #E5E5E5;
  box-sizing: border-box;
  box-shadow: 0 1px 2px #ccc;
  margin-bottom: 2em;
}
.merchant-sidepane__shop-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  width: 80%;
}
.merchant-sidepane__shop-image {
  background: #700C0C;
  height: 60px;
  border: 1px solid white;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  /*margin-right: 1em;*/
}
.merchant-product__wrapper {
  /*border: 1px solid seagreen;*/
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  color: #444;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.merchant-product__wrapper a {
  color: inherit;
  text-decoration: none;
}
.merchant-product {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  /* border: 1px solid darksalmon; */
  border: 1px solid #EfEfEf;
  margin-bottom: 15px;
  margin-left: 15px;
  width: 22%;
  min-width: 210px;
  height: 250px;
  text-align: center;
  /* box-shadow: 0 0 1.5px #ddd; */
  background: white;
}
.merchant-product__image {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  height: 200px;
  background-size: contain;
  position: relative;
}
.merchant-product__image img {
  width: 90%;
  height: auto;
  /*height: 100%;*/
}
.merchant-product__item {
  padding: 5px 3px;
  height: 45px;
}
.merchant-product__name {
  display: inline-block;
  box-sizing: border-box;
  width: 90%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #777;
}
.merchant-product__price {
  color: #dc4e04;
  text-align: center;
  line-height: 18px;
  font-size: 14px;
}
.address_form.uni-cart-add {
  margin-bottom: 1.5em;
}
@keyframes slideInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -15%, 0);
    transform: translate3d(0, -5%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.shipment_address--label {
  color: #777;
  font-size: 12px;
}
.sk-three-bounce .sk-child {
  width: 10px !important;
  height: 10px !important;
  background-color: #fff !important;
}
.sk-three-bounce {
  margin: 0px auto !important;
  width: 100% !important;
}
.choose-address {
  position: relative;
  width: 50%;
  margin-left: -15px;
  margin-bottom: 15px;
  padding: 10px;
  background: #fff;
  cursor: pointer;
  outline: none;
}
.choose-address:after {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -3px;
  border-width: 6px 6px 0 6px;
  border-style: solid;
  border-color: #8aa8bd transparent;
}
.choose-address .choose-address__list {
  position: absolute;
  top: 140%;
  left: 0;
  right: 0;
  background: white;
  border-radius: inherit;
  border: 1px solid rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
  font-weight: normal;
  transition: all 0.4s ease-in;
  list-style: none;
  opacity: 0;
  pointer-events: none;
}
.choose-address .choose-address__list li {
  width: 100%;
}
.choose-address .choose-address__list li a {
  display: block;
  padding: 10px;
  text-decoration: none;
  color: #777;
  border-bottom: 1px solid #e6e8ea;
  box-shadow: inset 0 1px 0 #ffffff;
  transition: all 0.3s ease-out;
}
.choose-address .choose-address__list li:first-of-type a {
  border-radius: 7px 7px 0 0;
}
.choose-address .choose-address__list li:last-of-type a {
  border-radius: 0 0 7px 7px;
  border: none;
}
.choose-address .choose-address__list li:hover a {
  background: #f3f8f8;
}
.choose-address .choose-address__list:after {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  bottom: 100%;
  right: 15px;
  border-width: 0 6px 6px 6px;
  border-style: solid;
  border-color: #fff transparent;
}
.choose-address .choose-address__list li i {
  color: inherit;
  margin-right: 5px;
}
.choose-address .choose-address__list:before {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  bottom: 100%;
  right: 13px;
  border-width: 0 8px 8px 8px;
  border-style: solid;
  border-color: rgba(0, 0, 0, 0.1) transparent;
}
.choose-address.active .choose-address__list {
  opacity: 1;
  color: inherit !important;
  pointer-events: auto;
  z-index: 1;
}
input[type="submit"].cart-checkout-btn.f_uni_cart {
  width: 100px !important;
  margin-left: 10px !important;
}
.address-pay {
  border: 1px solid rgba(200, 200, 200, 0.4);
  padding: 15px 10px;
}
.address-pay__header {
  border-bottom: 2px dotted rgba(200, 200, 200, 0.4);
  padding-bottom: 10px;
  padding-top: 10px;
  margin-bottom: 0px;
  font-size: 15px;
  margin-top: 0px !important;
}
.address-pay label {
  display: block;
}
section.address-pay article:first-child {
  border-bottom: 1px solid rgba(200, 200, 200, 0.4);
  padding: 0 0 10px;
}
.checkbox_list label {
  display: flex;
}
.address-pay input[type=radio] {
  margin-right: 4px !important;
}
.button_2 {
  border-radius: 5px !important;
  border: none;
  background: #5bb75b;
  color: #fff;
  width: 100%;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  padding: 12px 0;
}
.address-pay .button_1 {
  margin-top: 10px;
  border-radius: 5px !important;
  border: none;
  background: #d9534f;
  color: #fff !important;
  width: 100%;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  padding: 12px 0;
}
.button_1 a,
.button_1 a:hover {
  color: #fff;
  text-decoration: none;
}
.payment-notification {
  border: 1px solid rgba(200, 200, 200, 0.4);
  padding: 10px 10px;
  margin-bottom: 1em;
  background: #9e0c0c;
  color: #fff;
  font-weight: 500;
}
#mkDonation {
  padding: 0 10px;
  background: #dc4e04;
  color: #fff;
}
#mkDonation div {
  display: inline-block;
  margin: 10px 0;
  line-height: 32px;
}
#mkDonation div label {
  color: #fff;
  margin: 0;
  display: inline-block;
  font-weight: normal;
  cursor: pointer;
}
#mkDonation div input {
  cursor: pointer;
}
img.merchantcustomimage {
  max-width: 138px !important;
}
.radio-checker-wrap {
  display: inline-block;
}
.radio-checker-wrap label {
  display: inline-block;
  border: 1px solid #e7e7e7;
  font-weight: 500;
  padding: 7px 10px;
  border-radius: 2px;
  cursor: pointer;
}
.radio-checker-wrap label.checker:last-child {
  padding-right: 0;
}
.radio-checker-wrap input {
  display: none !important;
}
.radio-checker-wrap input[type=radio]:checked + label {
  background-color: #DF4E00;
  color: #fff;
  border: 1px solid transparent;
}
.uni_cart_payment_options {
  float: right;
  width: 30%;
}
.uni_cart_payment_options label.checker {
  display: block;
}
.brnd_mkt {
  width: 100%;
  border: 1px solid #eee;
  margin-bottom: 30px;
  height: 300px;
  display: flex;
}
.brnd_mkt .brnd_lg {
  display: inline-block;
  height: 100%;
  width: 200px;
  min-width: 200px;
  background: #fafafa;
  border-right: 1px solid #ddd;
}
.brnd_mkt .brnds {
  display: block;
  height: 100%;
  flex-grow: 1;
}
.brnd_mkt .brnds ul {
  padding-left: 1%;
  padding-top: 0.5%;
  margin: 0;
}
.brnd_mkt .brnds ul li {
  display: inline-block;
  width: 16.5%;
  height: 95px;
  overflow: hidden;
  text-align: center;
}
.brnd_mkt .brnds ul li img {
  max-width: 80%;
  height: auto;
  max-height: 90px;
}
.brnd_mkt .brnds ul li img:hover {
  transform: scale(1.05);
}
.no-padding-left {
  padding-left: 0!important;
}
.fix-margin-top {
  margin-top: 4.3em;
}
.featuredstore-wrap {
  width: 100%;
  display: block;
}
.featuredstore-wrap .product-only {
  font-size: 12px;
  width: 30%;
  float: left;
}
.featuredstore-wrap span.product-only-text {
  display: inline-block;
  margin-top: 2px;
  font-weight: 600;
}
.featuredstore-wrap .product-filter-section {
  float: right;
  width: 70%;
}
.featuredstore-wrap .left-content {
  width: 25%;
  float: left;
  height: auto;
  padding-right: 20px;
  margin-bottom: 50px;
  margin-top: 64px;
}
.featuredstore-wrap .left-content .the_filter {
  padding: 0px;
  height: auto;
}
.featuredstore-wrap .left-content .the_filter .filter_wrapper {
  border: 1px solid #f7f7f7;
  /*background: #fbfbfb;*/
}
.featuredstore-wrap .left-content .the_filter .filter_wrapper .d-ctegry .nav-list #head {
  background: #dc4e04;
  color: #fff;
}
.featuredstore-wrap .left-content .the_filter .filter_wrapper .d-ctegry .nav-list #head span {
  display: inline-block;
  width: 100%;
  font-weight: 600;
  font-size: 11px;
}
.featuredstore-wrap .left-content .the_filter .filter_wrapper .d-ctegry .nav-list li {
  list-style-type: none;
  margin: -1px 0 0;
  display: block;
}
.featuredstore-wrap .left-content .the_filter .filter_wrapper .d-ctegry .nav-list li > a {
  background: none;
  display: block;
}
.featuredstore-wrap .left-content .the_filter .filter_wrapper .d-ctegry .nav-list li > a :hover {
  background: none;
}
.featuredstore-wrap .left-content .the_filter .filter_wrapper .d-ctegry .nav-list li .mother {
  padding: 12px 10px;
  width: 100%;
  border-bottom: 0px;
  margin: 0px;
  color: #596377;
  font-weight: 600;
  font-size: 11px;
  text-transform: uppercase;
  background: #fdfdfd;
  clear: both;
}
.featuredstore-wrap .left-content .the_filter .filter_wrapper .d-ctegry .nav-list li .mother .catt {
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 95%;
}
.featuredstore-wrap .left-content .the_filter .filter_wrapper .d-ctegry .nav-list li .mother .catt1 {
  display: inline-block;
  width: 5%;
  text-align: right;
}
.featuredstore-wrap .left-content .the_filter .filter_wrapper .d-ctegry .nav-list li .mother:hover {
  background: #f8f8f8;
}
.featuredstore-wrap .left-content .the_filter .filter_wrapper .d-ctegry .nav-list li .icon {
  color: #596377;
  font-size: 10px;
  padding-top: 4px;
  float: right;
}
.featuredstore-wrap .left-content .the_filter .filter_wrapper .d-ctegry .nav-list li .nested-icon {
  color: #596377;
  font-size: 10px;
  margin-right: 30px;
}
.featuredstore-wrap .left-content .the_filter .filter_wrapper .d-ctegry .nav-list li a {
  text-decoration: none;
  color: #dd4f05;
  font-size: 15px;
  font-weight: 400;
  border-top: 1px solid #f7f7f7;
}
.featuredstore-wrap .left-content .the_filter .filter_wrapper .d-ctegry .nav-list li a :hover {
  color: #dc4e04;
}
.featuredstore-wrap .left-content .the_filter .filter_wrapper .d-ctegry .nav-list .nested {
  color: #596377;
  border: none;
  padding: 5px;
  padding-left: 50px;
  font-size: 11px;
  text-transform: uppercase;
  font-weight: 600;
}
.featuredstore-wrap .left-content .the_filter .filter_wrapper .d-ctegry .nav-list .nested:hover {
  color: #dc4e04;
}
.featuredstore-wrap .left-content .the_filter .filter_wrapper .d-ctegry .nav-list .nested:hover {
  color: #dc4e04;
}
.featuredstore-wrap .right-content {
  width: 75%;
  float: right;
}
.search-wrap {
  border: 1px solid #efefef;
  height: 40px;
  margin-top: 15px;
  margin-bottom: 30px;
  margin-left: 25%;
  overflow: hidden;
  position: relative;
  background: #dc4e04;
  width: 50%;
}
.search-wrap input {
  margin: 0px;
  padding: 0px;
  position: absolute;
  border: none;
  top: 0px;
  bottom: 0px;
  width: 91%;
  left: 0px;
  line-height: 100%;
  padding: 8px;
  background: #fff;
  height: 100%;
}
.search-wrap button {
  border: none;
}
.search-wrap .buton {
  position: absolute;
  top: 0px;
  right: 0%;
  width: 9%;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 10px;
  color: #fff;
  background: transparent;
  cursor: pointer;
}
.search-wrap .buton i {
  font-size: 17px;
}
.top-filter1 {
  display: inline-block;
  margin-top: 2px;
}
.top-filter1 label.show {
  font-size: 11px;
  display: block;
  color: #999;
  font-weight: 500;
}
.top-filter1 select.for_show {
  border-radius: 0px;
  width: 70;
  display: inline-block;
  color: #999;
  box-shadow: none;
}
.top-filter1 select.for_show:focus {
  box-shadow: none;
}
.filter-categories {
  position: relative;
}
.filter-categories i {
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -6px;
  color: #515860;
  font-size: .9em;
  z-index: 0;
}
.filter-categories select {
  border: none;
  border-radius: 0;
  box-shadow: none;
  color: #666!important;
  position: relative;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  padding: 0 25px 0 10px;
  background-color: #fbfbfb;
  border: 1px solid rgba(200, 200, 200, 0.4) !important;
  height: 37px;
  background: #fff;
  font-size: 13px!important;
}
.filter-categories select:focus {
  box-shadow: none;
  border-color: #CDCDCD;
  outline: none;
}
.result_postn1 {
  top: 12px;
  right: 300px;
}
.result_postn2 {
  top: 12px;
  right: 152px;
}
.top-filter2 {
  margin-left: 5px;
  margin-right: 5px;
  margin-top: 2px;
}
.top-filter2 label.sort {
  font-size: 11px;
  display: block;
  color: #999;
  font-weight: 500;
}
.top-filter2 select.p_sort {
  border-radius: 0px;
  width: 140;
  display: inline-block;
  color: #999;
  box-shadow: none;
}
.top-filter2 select.p_sort:focus {
  box-shadow: none;
}
.side_filter_dist {
  margin-top: 63px;
}
.side_filter_dist_result {
  margin-top: 87px;
}
.side_filter {
  width: 100%;
  height: auto;
  font-size: 10px;
  color: #999;
  border: 0px solid #eaeaea;
  background: #fff;
}
.side_filter .filter-wrap {
  box-shadow: 0 0px 2px 0 rgba(0, 0, 0, 0.16), 0 2px 3px 0 rgba(0, 0, 0, 0.12);
}
.side_filter .price-filter {
  box-shadow: 0 0px 2px 0 rgba(0, 0, 0, 0.16), 0 2px 3px 0 rgba(0, 0, 0, 0.12);
  margin-top: 20px;
}
.side_filter .side_filter_wrap {
  width: 100%;
  height: auto;
  background: rgba(245, 245, 241, 0.5);
}
.side_filter .side_filter_wrap a {
  text-decoration: none;
}
.side_filter .catego {
  width: 100%;
  height: auto;
  max-height: 330px;
  overflow: auto;
  padding: 10px 10px 10px;
  margin-bottom: 20px;
  background: rgba(245, 245, 241, 0.5);
}
.side_filter .catego .radio,
.side_filter .catego .checkbox {
  margin-top: 0px!important;
  margin-bottom: 0px!important;
}
.side_filter .catego span.top_title {
  display: block;
  height: 20px;
  line-height: 20px;
  margin-left: -10px;
}
.side_filter .catego span.cat_cont {
  display: block;
  height: 20px;
  line-height: 20px;
  padding: 10px;
}
.side_filter .catego .iner_cat {
  margin-left: 20px;
  margin-top: 2px;
  display: none;
}
.side_filter div.cat_cont .nav > li > a {
  padding: 3px 0px;
}
.side_filter div.cat_cont .nav > li > a:hover {
  background: transparent;
}
.side_filter div.cat_cont .radio {
  line-height: 20px;
}
.side_filter div.cat_cont .inside {
  margin-left: 30px;
}
.side_filter div.cat_cont .cat_mom {
  display: inline-block;
  position: absolute;
  top: 6px;
  left: 20px;
}
.side_filter div.cat_cont .cat_mom label {
  margin-bottom: 0;
}
.side_filter div.cat_cont .son {
  margin-left: 15px;
  display: block;
}
.side_filter div.cat_cont a {
  color: #444;
}
.side_filter div.cat_cont label {
  font-weight: 500;
  cursor: pointer;
  color: #555;
  font-size: 12px;
}
.side_filter div.cat_cont label:hover {
  color: #dc4e04;
}
.side_filter div.cat_cont label.active {
  color: #dc4e04;
  box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0), 0 0px 7px 0 rgba(0, 0, 0, 0.19);
}
.side_filter .price_filter {
  width: 100%;
  height: 100px;
  max-height: 100px;
  overflow: auto;
  padding: 10px 10px 10px 10px;
  border-bottom: 2px solid #eaeaea;
}
.side_filter .price_filter .price_filter_wrap {
  margin-top: 13px;
}
.side_filter .cat_title4 {
  margin-bottom: 20px;
}
a .cat_title {
  font-weight: 700;
  padding: 10px 10px 5px 10px;
  cursor: pointer;
  color: #999;
}
a .cat_title:hover {
  color: #dc4e04;
}
.cat_title {
  font-weight: 700;
  padding: 10px 10px 10px 10px;
  cursor: pointer;
  background: rgba(245, 245, 241, 0.5);
  color: #333;
  font-size: 13px;
  text-transform: uppercase;
  border-bottom: 1px #dde solid;
}
.cat_title .price-slider {
  margin-top: 1em;
}
.cat_title .price-slider span {
  display: inline-block;
}
.cat_title .price-slider input {
  background-color: transparent;
  border: none;
  margin-top: 10px;
  width: 100%;
}
.cat_title .price-slider .left-price {
  float: left;
}
.cat_title .price-slider .right-price {
  float: right;
}
.cat_title .price-slider .ui-corner-all {
  border-radius: 0;
}
.cat_title .price-slider .ui-slider-horizontal {
  height: 7px;
}
.cat_title .price-slider .cat_title .price-slider .ui-corner-all {
  background-color: #f8f8f8;
  border: none;
}
.cat_title .price-slider .ui-slider-horizontal .ui-slider-handle {
  top: -12px;
  margin-left: -5px;
  width: 7px;
  height: 29px;
  border: none;
  background: #ddd;
}
.cat_title .price-slider .ui-slider-horizontal .ui-slider-handle {
  outline: none;
  box-shadow: none;
}
.cat_title .price-slider .ui-widget-header {
  background: #DC4E04!important;
}
.cat_title .price-slider .ui-widget-content {
  background: #efefef!important;
  border: none;
}
.cat_title .select-wrap .selectize-control.single .selectize-input {
  height: 3em;
  line-height: 3em;
  border-color: #dde;
}
.cat_title .select-wrap .selectize-control.single .selectize-input input {
  top: 0;
  position: absolute;
}
.cat_title .select-wrap .selectize-control.single .selectize-input .item {
  top: 0;
  position: absolute;
  font-weight: 500;
  font-size: 12px;
}
.cat_title .select-wrap .selectize-dropdown-content {
  font-weight: 500;
  font-size: 12px;
}
.filter_shop {
  width: 100%;
  height: 305px;
  max-height: 305px;
  overflow: auto;
  border-bottom: 0px solid #eaeaea;
  margin-bottom: -2px;
}
.filter_shop .cat_shops {
  height: 100%;
  padding: 0px 10px 10px 0px;
  width: 228px;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 12px;
}
.filter_shop .cat_shops .sshp {
  height: 20px;
  line-height: 20px;
  overflow: hidden;
  white-space: nowrap;
}
.filter_shop .cat_shops .sshp label {
  font-size: 12px;
}
.filter_shop .cat_shops .sshp label:hover {
  color: #dc4e04;
}
.lists {
  text-transform: uppercase;
  font-size: 12px;
  overflow: hidden;
  white-space: nowrap;
  padding-top: 3px;
  padding-bottom: 3px;
}
.chk {
  font-size: 10;
  height: 20px;
  line-height: 20px;
  color: #999;
  position: absolute;
  top: 30;
}
.chk1 {
  font-size: 10;
  height: 20px;
  line-height: 20px;
  color: #999;
  position: absolute;
  top: 59;
}
.rslt_hed {
  font-size: 12px;
}
.discount_tag {
  width: 0px;
  height: 0px;
  border-top: 58px solid #dd4f05;
  border-left: 58px solid transparent;
  float: right;
  margin-top: -6px;
  margin-right: -6px;
}
.po {
  float: right;
  -webkit-transform: rotate(47deg);
  -moz-transform: rotate(47deg);
  -o-transform: rotate(47deg);
  -ms-transform: rotate(47deg);
  color: #ffffff;
  font-weight: 700;
  margin-right: -60px;
  margin-top: -2px;
  text-shadow: rgba(239, 239, 239, 0.298039) 0px 1px 0px;
  font-size: 16px;
}
.po .percent {
  display: block;
  font-weight: 700;
  font-size: 11px;
  text-align: center;
}
.po .off {
  display: block;
  font-size: 17px;
  font-weight: 700;
  margin-top: -5px;
  margin-right: 6px;
}
#star_rating {
  width: 100px;
  height: 25px;
  position: absolute;
  padding-top: 6px;
}
#ascrail2001 {
  visibility: hidden;
}
.tag-wrap {
  height: auto;
  padding-top: 15px;
}
.tag-wrap .tags {
  display: inline-block;
}
.tag-wrap .tags input[type=checkbox] {
  display: none;
}
.tag-wrap .tags label {
  display: inline-block;
  border: 1px solid rgba(200, 200, 200, 0.4);
  margin-right: 10px;
  padding: 6px 10px;
  margin-bottom: 10px;
  border-radius: 14px;
  font-size: 11.5px;
  background-color: #fff;
  cursor: pointer;
}
.tag-wrap .tags label:hover {
  box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0), 0 0px 7px 0 rgba(0, 0, 0, 0.19);
}
.tag-wrap .tags input[type=checkbox]:checked ~ label {
  background-color: #DF4E00;
  color: #fff;
  border: 1px solid transparent;
}
#product .product {
  width: 100%;
}
#product .product .pg {
  margin-top: -100px;
}
#product .product .pg .container div .btn-group {
  margin-left: 65%;
}
body .about_us {
  background: #fcfcfc;
  margin-top: 30px;
  padding: 3%;
}
body {
  margin: 0px;
  padding: 0px;
  font-family: 'Open Sans', Helvetica, Arial, sans-serif;
  font-size: 14px;
  text-rendering: optimizelegibility;
}
#error .logo {
  background: #f7f7f7;
  width: 100%;
  padding: 10px;
  height: 80px;
}
#error .logo > a {
  width: 250px;
  display: block;
}
#error .logo > a img {
  margin: auto;
  width: 100%;
}
#error .error_message {
  width: 100%;
}
#error .error_message .back {
  margin: auto;
  position: absolute;
  z-index: -1;
  color: #efefef;
  font-size: 30em;
  opacity: 0.5;
  left: 200px;
  font-weight: 600;
}
#error .error_message .err {
  font-size: 12em;
  color: #606060;
  z-index: 5;
  font-weight: 600;
  margin-left: 0px;
}
#error .error_message h6 {
  font-size: 3em;
  color: #dd4f05;
  margin-left: 200px;
  z-index: 5;
}
#error .error_message h2 {
  color: #606060;
  z-index: 5;
  margin-left: 200px;
}
#error .error_message p {
  color: #606060;
  margin-top: 10px;
  z-index: 5;
  margin-left: 200px;
}
#error .error_message p a {
  text-decoration: none;
  color: #dd4f05;
}
#contactus {
  background: #fcfcfc;
}
#contactus .whole-wrap {
  margin-top: -35px;
  width: 100%;
}
#contactus .whole-wrap .form-wrapp {
  padding: 50px;
  width: 65%;
  float: left;
  margin-bottom: 20px;
}
#contactus .whole-wrap .form-wrapp h2 {
  color: #444444;
  padding-bottom: 10px;
}
#contactus .whole-wrap .form-wrapp .right-form {
  padding: 3%;
  padding-left: 0;
  padding-top: 2%;
  max-height: 600px;
  width: 100%;
}
#contactus .whole-wrap .form-wrapp .right-form .note-success {
  color: green;
}
#contactus .whole-wrap .form-wrapp .right-form .the_fom {
  padding: 3%;
  padding-top: 2%;
  padding-left: 0;
}
#contactus .whole-wrap .form-wrapp .right-form .the_fom form input {
  border-radius: 0px;
  border: 1px solid #e9e9e9;
  box-shadow: none;
}
#contactus .whole-wrap .form-wrapp .right-form .the_fom form input:focus {
  box-shadow: none;
  border: 1px solid;
}
#contactus .whole-wrap .form-wrapp .right-form .the_fom form textarea {
  border-radius: 0px;
  border: 1px solid #e9e9e9;
  box-shadow: none;
  max-width: 100%;
  width: 100%;
  height: 100px;
  max-height: 200px;
}
#contactus .whole-wrap .form-wrapp .right-form .the_fom form textarea:focus {
  box-shadow: none;
  border: 1px solid;
}
#contactus .whole-wrap .form-wrapp .right-form .the_fom form label {
  font-weight: 400;
  color: #444444;
}
#contactus .whole-wrap .form-wrapp .right-form .the_fom form button {
  border-radius: 0px;
  border: none;
  background: #dc4e04;
  color: #fff;
  width: 100px;
}
#contactus .whole-wrap .left-info {
  float: right;
  width: 33%;
  padding-top: 50px;
}
#contactus .whole-wrap .left-info .contact_info {
  padding: 5%;
  border: 1px solid #efefef;
  background: white;
  height: auto;
}
#contactus .whole-wrap .left-info .contact_info .contact-us {
  margin-bottom: 15px;
}
#contactus .whole-wrap .left-info .contact_info .contact-us h3 {
  color: #dd4f05;
  margin-bottom: 10px;
  font-weight: 500;
}
#contactus .whole-wrap .left-info .contact_info .more-infoo {
  padding-top: 10px;
}
#contactus .whole-wrap .left-info .contact_info .more-infoo div {
  display: inline;
}
#contactus .whole-wrap .left-info .contact_info .more-infoo div i {
  padding: 3px;
  width: 30px;
  height: 30px;
  border-width: 0;
  line-height: 15px;
  font-size: 18px;
  color: #dc4e04;
  border-radius: 50%;
  border: 1px solid #dc4e04;
}
#contactus .whole-wrap .left-info .contact_info .more-infoo div i.red {
  border-width: 1px;
}
#contactus .whole-wrap .left-info .contact_info .more-infoo h3 {
  display: inline;
  color: #dc4e04;
  margin-top: 20px;
  margin-bottom: 10px;
  font-weight: 500;
}
#contactus .whole-wrap .left-info .contact_info .social-med {
  margin-top: 20px;
  text-align: center;
  font-size: 1.8em;
}
#contactus .whole-wrap .left-info .contact_info .social-med .iconn {
  font-size: 15px;
  height: 30px;
  line-height: 30px;
  margin-left: 10px;
  color: #333333;
}
#contactus .whole-wrap .left-info .contact_info .social-med .iconn:hover {
  color: #dc4e04;
}
#signup {
  width: 100%;
  height: auto;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100% auto;
}
#signup .header {
  z-index: 100;
  top: 0px;
  left: 0px;
  height: 100px;
  width: 100%;
}
#signup .header ul {
  border: 0px;
  list-style: none;
  margin: 0px;
  display: block;
}
#signup .header ul li {
  display: inline-block;
  position: relative;
}
#signup .header .logo {
  width: 280px;
}
#signup .header .logo img {
  width: 100%;
  height: auto;
}
#signup .header nav {
  display: block;
  padding: 0px;
}
#signup .header nav.left {
  float: left;
}
#signup .header nav.right {
  float: right;
}
#signup .header .top_bar {
  position: relative;
  padding: 0px;
  height: 30px;
}
#signup .header .top_bar ul {
  font-size: 0px;
}
#signup .header .top_bar ul li {
  font-size: 12px;
}
#signup .header .top_bar ul li a {
  color: #fff;
  height: 30px;
  line-height: 30px;
  display: block;
  border-top: 0px;
  border-bottom: 0px;
  padding: 0px 8px;
  margin-left: -1px;
}
#signup .header .top_bar ul li a:hover {
  background: #dc4e04;
  color: #fff;
}
#signup .header .main_bar {
  height: 70px;
  padding: 0px;
  font-size: 16px;
}
#signup .header .main_bar ul {
  font-size: 0px;
}
#signup .header .main_bar ul li {
  font-size: 16px;
  height: 70px;
  line-height: 70px;
  margin: 0px;
}
#signup .header .main_bar ul li a {
  color: #596377;
  font-size: 16px;
  height: 70px;
  line-height: 70px;
  display: block;
  border-top: 0px;
  border-bottom: 0px;
  padding: 0px 12px;
  margin-left: -1px;
}
#signup .header .main_bar ul li a:hover {
  color: #dc4e04;
}
#signup .header .main_bar ul li a.logo {
  width: 280px;
}
#signup .header .main_bar ul li a.logo img {
  width: 100%;
  height: auto;
}
#signup .d_fom {
  width: 60%;
  margin: auto;
  padding: 0px;
}
#signup .d_sgnupfomwrap {
  width: 80%;
  margin: auto;
  padding: 20px 20px;
  background: #fff;
  margin-bottom: 10px;
  background: rgba(255, 255, 255, 0.9);
}
#signup .d_sgnupfomwrap form {
  width: 100%;
}
#signup .d_sgnupfomwrap form .right_group {
  width: 45%;
  margin-left: 10%;
}
#signup .d_sgnupfomwrap form .left_group {
  width: 45%;
}
#signup .d_sgnupfomwrap form .form-group label {
  font-weight: 600;
  font-size: 13px;
  color: #333;
}
#signup .d_sgnupfomwrap form .form-group input {
  border-radius: 0px;
  box-shadow: none!important;
}
#signup .d_sgnupfomwrap form .form-group input:focus {
  border: 1px solid #7d7d7d;
}
#signup .d_sgnupfomwrap form .form-group .help-block {
  font-size: 13px;
}
#signup .d_sgnupfomwrap form .form-group a {
  color: #6C6C98;
}
#signup .d_sgnupfomwrap form .form-group .field {
  width: 100%;
  height: 34px;
  position: relative;
}
#signup .d_sgnupfomwrap form .form-group .field .tip {
  display: inline;
  width: 10%;
  height: 100%;
  text-align: center;
  position: absolute;
  top: 0px;
  right: 0px;
}
#signup .d_sgnupfomwrap form .form-group .field .tip i {
  margin-top: 7px;
  cursor: default;
  color: #bfbfbf;
}
#signup .d_sgnupfomwrap form .form-group .field .tip i:hover {
  color: #000;
}
#signup .d_sgnupfomwrap form .form-group .error {
  color: red;
}
#signup .d_sgnupfomwrap form .form-group p a {
  font-size: 11px;
  color: #dc4e04;
}
#signup .d_sgnupfomwrap form .form-group p a:hover {
  text-decoration: underline;
}
#signup .d_sgnupfomwrap form button {
  border-radius: 0px;
  border: none;
  background: rgba(221, 79, 5, 0.8);
  margin-top: 10px;
}
#signup .d_sgnupfomwrap form .form-control {
  border-radius: 0px;
  box-shadow: none!important;
  width: 90%;
}
#signup .d_sgnupfomwrap form .form-control:focus {
  border: 1px solid #7d7d7d;
}
#itempage {
  position: relative;
  margin-bottom: 10px;
  height: 900px;
}
#itempage .display {
  width: 55%;
  height: 500px;
  float: left;
  overflow: hidden;
  padding: 0px 10px;
}
#itempage .display .display-cont {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 3px;
}
#itempage .display .display-cont .big-img {
  width: 80%;
  height: 100%;
  float: right;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 95% auto;
}
#itempage .display .display-cont .thumb {
  float: left;
  width: 20%;
  height: 100%;
  padding-right: 5px;
  overflow: hidden;
}
#itempage .display .display-cont .thumb .thumb1 {
  width: 70%;
  height: 80px;
  margin-bottom: 5px;
  border: 1px solid #efefef;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
#itempage .display .display-cont .thumb .thumb2 {
  width: 70%;
  height: 80px;
  margin-bottom: 5px;
  border: 1px solid #efefef;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
#itempage .display .display-cont .thumb .thumb3 {
  width: 70%;
  height: 80px;
  border: 1px solid #efefef;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
#itempage .infomatn {
  width: 40%;
  float: right;
  padding: 10px;
}
#itempage .infomatn .iteminfo .d-price {
  border: 1px solid #D8DAE4;
  padding: 20px;
  text-align: center;
  margin-bottom: 10px;
  margin-top: 10px;
  width: 50%;
}
#itempage .infomatn .iteminfo .d-price h2 {
  margin-bottom: 10px;
}
#itempage .infomatn .iteminfo .d-price .gotoshop {
  border-radius: 0px;
  margin-top: 10px;
  width: 80%;
  border: none;
  background: rgba(221, 79, 5, 0.8);
}
#itempage .infomatn .iteminfo h3 {
  font-weight: 800px;
}
#itempage .infomatn .iteminfo p {
  color: #000;
  font-size: 15px;
}
#itempage .infomatn .iteminfo .phonenumber {
  font-size: 16px;
  color: #dd4f05;
}
#itempage .infomatn .iteminfo .size {
  width: 80%;
  margin-top: 10px;
  margin-bottom: 10px;
}
#itempage .infomatn .iteminfo .size select {
  width: 80%;
  display: inline;
  border-radius: 0px;
  border: 1px solid #bfbfbf;
}
#itempage .infomatn .iteminfo .size input[id*='quantity'] {
  width: 15%;
  display: inline;
  float: right;
  border: 1px solid #bfbfbf;
  border-radius: 0px;
}
#itempage .infomatn .iteminfo .prodctinfo {
  width: 80%;
  text-align: justify;
}
#itempage .infomatn .iteminfo .prodctinfo h3 {
  margin-bottom: 10px;
}
#itempage .infomatn .iteminfo .prodctinfo a {
  color: #dd4f05;
}
#itempage .infomatn .iteminfo .details {
  width: 100%;
  margin-top: 1px solid;
}
#itempage .infomatn .iteminfo .details .thecategory {
  border-bottom: 1px solid #efefef;
  margin-top: 20px;
}
#itempage .infomatn .iteminfo .details .thecategory .title {
  display: inline;
  width: 40%;
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 5px;
}
#itempage .infomatn .iteminfo .details .thecategory .description {
  display: inline;
  font-size: 20px;
  width: 60%;
  float: right;
  font-size: 13px;
  margin-bottom: 5px;
}
#itempage .infomatn .iteminfo .details .thecategory .description .iconn {
  font-size: 2em;
  height: 30px;
  line-height: 30px;
  margin-left: 8px;
  color: #333333;
}
#itempage .infomatn .iteminfo .details .thecategory .description .iconn:hover {
  color: #dd4f05;
}
.heading h3 {
  text-align: center;
  color: #dd4f05;
}
.search-notfound p {
  font-size: 4em;
  text-align: center;
  color: rgba(25, 25, 25, 0.3);
}
#notice .notice-info {
  width: 35%;
  margin: 120px auto;
  padding: 50px;
}
#notice .notice-info .d-logo a img {
  width: 80%;
  height: auto;
  margin-left: 20px;
}
#notice .notice-info p {
  margin-top: 20px;
  font-size: 16px;
  text-align: center;
}
#notice .notice-info p .shop-name {
  font-size: 150%;
}
#notice .notice-info .the-info {
  color: #dc4e04;
  font-size: 15px;
}
[ng\:cloak],
[ng-cloak],
[data-ng-cloak],
[x-ng-cloak],
.ng-cloak,
.x-ng-cloak {
  display: none !important;
}
body {
  font-family: "gt_walsheim", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}
header#groceryHeader {
  height: auto;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  background-color: #ffffff;
}
header#groceryHeader .drop-down-overlay {
  position: absolute;
  width: 100%;
  height: 100em;
  right: 0;
  bottom: 0;
  top: 133px;
  background-color: rgba(0, 0, 0, 0.5);
  display: none;
  z-index: 1;
}
header#groceryHeader .search-section {
  height: 6em;
  width: 100%;
}
header#groceryHeader .search-section .logo-section {
  width: 16%;
  height: 100%;
  float: left;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center;
}
header#groceryHeader .search-section .nav {
  width: 84%;
  float: right;
  height: 100%;
  text-align: right;
}
header#groceryHeader .search-section .nav ul {
  margin: 0;
  padding: 0;
  height: 100%;
  text-align: right;
}
header#groceryHeader .search-section .nav ul li {
  height: 100%;
  line-height: 84px;
  text-align: right;
  display: inline-block;
  margin-left: 20px;
  font-size: 16px;
  position: relative;
  vertical-align: top;
}
header#groceryHeader .search-section .nav ul li.with-border a {
  padding: 9px 20px;
  border: 1px solid #dc4e04;
  display: inline;
  border-radius: 6px;
}
header#groceryHeader .search-section .nav ul li.with-border:hover {
  background-color: #dc4e04;
  color: #ffffff;
}
header#groceryHeader .search-section .nav ul li.with-border:hover a {
  color: #ffffff;
}
header#groceryHeader .search-section .nav ul li .grocery-basket {
  position: relative;
}
header#groceryHeader .search-section .nav ul li .grocery-basket .bubble {
  width: 22px;
  position: absolute;
  top: 12px;
  right: -12px;
  background: red;
  height: 21px;
  line-height: 17px;
  text-align: center;
  font-weight: 600;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 2px solid #f8f8f8;
  font-size: 11px;
  z-index: 100;
  color: #fff !important;
}
header#groceryHeader .search-section .nav ul li .grocery-basket.has-dropdown {
  position: relative;
}
header#groceryHeader .search-section .nav ul li .grocery-basket.has-dropdown .dropdown {
  display: none;
}
header#groceryHeader .search-section .nav ul li .grocery-basket.has-dropdown .dropdown .arrow {
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-bottom: 15px solid #dc4e04;
  position: absolute;
  top: -15px;
  right: 12px;
}
header#groceryHeader .search-section .nav ul li .grocery-basket.has-dropdown:hover .dropdown {
  display: block;
  position: absolute;
  top: 5em;
  width: 415px;
  left: -19em;
  height: auto;
  border: 1px solid;
  line-height: 1;
  background-color: #fff;
  border: 1px solid #e8e8e8;
  z-index: 10;
  box-shadow: 0 0 1px #ccc;
  -webkit-box-shadow: 0 0 1px #ccc;
}
header#groceryHeader .search-section .nav ul li .grocery-basket.has-dropdown:hover .dropdown .content {
  width: 100%;
  min-height: 100px;
  padding: 10px;
}
header#groceryHeader .search-section .nav ul li .grocery-basket.has-dropdown:hover .dropdown .content ul {
  width: 100%;
  margin: 0;
  padding: 0;
}
header#groceryHeader .search-section .nav ul li .grocery-basket.has-dropdown:hover .dropdown .content ul li {
  height: 4em;
  width: 100%;
  border-bottom: 1px solid #e9e9e9;
  margin: 0;
}
header#groceryHeader .search-section .nav ul li .grocery-basket.has-dropdown:hover .dropdown .content ul li:last-child {
  border-bottom: none;
}
header#groceryHeader .search-section .nav ul li .grocery-basket.has-dropdown:hover .dropdown .add-to-cart {
  height: 50px;
  border-top: 1px solid #e8e8e8;
  background: #fbfbfb;
}
header#groceryHeader .search-section .nav ul li .grocery-basket .icon {
  float: right;
  display: inline-block;
  font-size: 25px;
  height: 100%;
  margin-top: 27px;
}
header#groceryHeader .search-section .nav ul li .grocery-basket .text {
  float: left;
  display: inline-block;
  padding-right: 10px;
}
header#groceryHeader .search-section .nav ul li a {
  color: #dc4e04;
  text-decoration: none;
  display: inline-block;
}
header#groceryHeader .search-section .nav ul li a:hover {
  text-decoration: none;
}
header#groceryHeader .search-section .nav ul li .more-dropdown-menu {
  position: absolute;
  width: 110px;
  height: 83px;
  bottom: -62px;
  z-index: 10000;
  border: 1px solid rgba(200, 200, 200, 0.4);
  top: 69px;
  background: #fff;
  display: none;
  padding: 10px;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2), 0 6px 13px 0 rgba(0, 0, 0, 0.19);
  font-weight: normal;
}
header#groceryHeader .search-section .nav ul li .more-dropdown-menu a {
  color: #596377;
  text-decoration: none;
  display: block!important;
  line-height: 2;
  text-align: left;
  font-weight: normal;
  font-size: 14px;
}
header#groceryHeader .search-section .nav ul li .more-dropdown-menu a:hover {
  color: #dc4e04 !important;
}
header#groceryHeader .search-section .nav ul li.has-drop a {
  display: inline-block;
  max-width: 130px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
header#groceryHeader .search-section .nav ul li.has-drop .arrow {
  display: block;
  width: 0;
  height: 0;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-bottom: 12px solid rgba(200, 200, 200, 0.4);
  position: absolute;
  top: -13px;
  left: 38px;
}
header#groceryHeader .search-section .nav ul li.has-drop:hover .more-dropdown-menu {
  display: block;
}
header#groceryHeader .navigation-area {
  background-color: #DF4E00;
  height: 3.5em;
  line-height: 3.5em;
  color: #ffffff;
}
header#groceryHeader .navigation-area ul {
  margin: 0;
  padding: 0;
  height: 100%;
  text-align: left;
}
header#groceryHeader .navigation-area ul li {
  height: 100%;
  text-align: left;
  display: inline-block;
  margin-right: 20px;
  font-size: 13px;
  text-transform: uppercase;
  position: relative;
}
header#groceryHeader .navigation-area ul li.with-dropDown .drop-down-content {
  height: auto;
  position: absolute;
  width: auto;
  background-color: #ffffff;
  left: 0;
  border-radius: 3px;
  z-index: 2;
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  display: none;
  top: 44px;
}
header#groceryHeader .navigation-area ul li.with-dropDown .drop-down-content table {
  width: auto;
  height: auto;
  border-collapse: collapse;
}
header#groceryHeader .navigation-area ul li.with-dropDown .drop-down-content table tr .padding-fix {
  padding: 10px 0 10px 10px;
}
header#groceryHeader .navigation-area ul li.with-dropDown .drop-down-content table tr td {
  vertical-align: top;
}
header#groceryHeader .navigation-area ul li.with-dropDown .drop-down-content table tr td ul {
  padding: 0;
  margin: 0;
  position: relative;
  width: 243px;
}
header#groceryHeader .navigation-area ul li.with-dropDown .drop-down-content table tr td ul li {
  display: block;
  margin: 0;
  padding: 0;
  height: 2em;
  line-height: 2em;
}
header#groceryHeader .navigation-area ul li.with-dropDown .drop-down-content table tr td ul li a {
  display: block;
  text-decoration: none;
  color: #333;
  line-height: 2em;
  text-overflow: ellipsis;
  overflow: hidden;
  width: 100%;
  font-size: 12px;
  font-weight: 500;
}
header#groceryHeader .navigation-area ul li.with-dropDown .drop-down-content table tr td ul li a span:first-child {
  width: 90%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  float: left;
  display: inline-block;
  font-weight: 400;
}
header#groceryHeader .navigation-area ul li.with-dropDown .drop-down-content table tr td ul li a span:last-child {
  width: 10%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  float: right;
  display: inline-block;
  color: #999;
  padding-top: 6px;
  font-weight: 400;
  text-align: left;
}
header#groceryHeader .navigation-area ul li.with-dropDown .drop-down-content table tr td ul li a:hover {
  color: #dc4e04;
  text-decoration: none;
}
header#groceryHeader .navigation-area ul li.with-dropDown .drop-down-content table tr td ul li a:hover span:first-child {
  font-weight: 600;
  color: #dc4e04;
}
header#groceryHeader .navigation-area ul li.with-dropDown .drop-down-content table tr td ul li a:hover span:last-child {
  font-weight: bold;
  color: #444;
}
header#groceryHeader .navigation-area ul li.with-dropDown .drop-down-content table tr td.left-content-area {
  vertical-align: top;
  background-color: #fff;
  border-right: 1px solid rgba(200, 200, 200, 0.4);
  border-top: 1px solid rgba(200, 200, 200, 0.4);
  border-bottom: 1px solid rgba(200, 200, 200, 0.4);
}
header#groceryHeader .navigation-area ul li.with-dropDown .drop-down-content table tr td.left-content-area .drop-down-subcontent-wrap {
  width: auto;
  height: auto;
  animation-duration: 0.2s;
}
header#groceryHeader .navigation-area ul li.with-dropDown .drop-down-content table tr td.left-content-area .drop-down-subcontent-wrap .drop-down-subcontent {
  width: 100%;
  height: 100%;
  color: #333;
  padding: 10px;
  display: -webkit-flex;
  display: flex;
}
header#groceryHeader .navigation-area ul li.with-dropDown .drop-down-content table tr td.left-content-area .drop-down-subcontent-wrap .drop-down-subcontent .section-title {
  font-size: 17px;
  color: #dc4e04;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
header#groceryHeader .navigation-area ul li.with-dropDown .drop-down-content table tr td.left-content-area .drop-down-subcontent-wrap .drop-down-subcontent .section-title ul {
  padding: 0;
  margin: 0;
}
header#groceryHeader .navigation-area ul li.with-dropDown .drop-down-content table tr td.left-content-area .drop-down-subcontent-wrap .drop-down-subcontent .section-title ul li {
  padding: 0;
  margin: 0;
  display: block;
  font-weight: 400;
  width: 100%;
}
header#groceryHeader .navigation-area ul li.with-dropDown .drop-down-content table tr td.left-content-area .drop-down-subcontent-wrap .drop-down-subcontent .section-title ul li a {
  color: #444;
  text-decoration: none;
  font-weight: 400!important;
  width: 100%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
header#groceryHeader .navigation-area ul li.with-dropDown .drop-down-content table tr td.left-content-area .drop-down-subcontent-wrap .drop-down-subcontent .section-title ul li a:hover {
  color: #dc4e04;
}
header#groceryHeader .navigation-area ul li.with-dropDown .drop-down-content table tr td.left-content-area .drop-down-subcontent-wrap .drop-down-subcontent .navigation-section {
  display: inline-block;
  width: 35em;
  max-height: 27em;
}
header#groceryHeader .navigation-area ul li.with-dropDown .drop-down-content table tr td.left-content-area .drop-down-subcontent-wrap .drop-down-subcontent .navigation-section .column1,
header#groceryHeader .navigation-area ul li.with-dropDown .drop-down-content table tr td.left-content-area .drop-down-subcontent-wrap .drop-down-subcontent .navigation-section .column2,
header#groceryHeader .navigation-area ul li.with-dropDown .drop-down-content table tr td.left-content-area .drop-down-subcontent-wrap .drop-down-subcontent .navigation-section .column3 {
  display: inline-block;
  width: 168px;
  vertical-align: top;
  margin-right: 10px;
}
header#groceryHeader .navigation-area ul li.with-dropDown .drop-down-content table tr td.left-content-area .drop-down-subcontent-wrap .drop-down-subcontent .navigation-section ul {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
header#groceryHeader .navigation-area ul li.with-dropDown .drop-down-content table tr td.left-content-area .drop-down-subcontent-wrap .drop-down-subcontent .navigation-section ul li.sec-content {
  width: 165px;
  display: inline-block;
  margin-bottom: 10px;
  margin-right: 20px;
  height: auto;
  line-height: 1;
  vertical-align: top;
}
header#groceryHeader .navigation-area ul li.with-dropDown .drop-down-content table tr td.left-content-area .drop-down-subcontent-wrap .drop-down-subcontent .navigation-section ul li.sec-content a.sec-link {
  color: #dc4e04!important;
  line-height: 1em;
  width: auto;
  font-size: 14px;
  line-height: 15px;
  text-transform: capitalize!important;
}
header#groceryHeader .navigation-area ul li.with-dropDown .drop-down-content table tr td.left-content-area .drop-down-subcontent-wrap .drop-down-subcontent .navigation-section ul li.sec-content ul {
  margin: 0;
  padding-top: 5px;
}
header#groceryHeader .navigation-area ul li.with-dropDown .drop-down-content table tr td.left-content-area .drop-down-subcontent-wrap .drop-down-subcontent .navigation-section ul li.sec-content ul li.inner-sec {
  height: auto;
  line-height: 1;
}
header#groceryHeader .navigation-area ul li.with-dropDown .drop-down-content table tr td.left-content-area .drop-down-subcontent-wrap .drop-down-subcontent .navigation-section ul li.sec-content ul li.inner-sec a {
  height: auto;
  line-height: 1;
  display: block;
  padding: 3px 0;
  text-transform: capitalize;
  color: #555;
  font-size: 12px;
}
header#groceryHeader .navigation-area ul li.with-dropDown .drop-down-content table tr td.left-content-area .drop-down-subcontent-wrap .drop-down-subcontent .navigation-section ul li.sec-content ul li.inner-sec a:hover {
  color: #dc4e04;
}
header#groceryHeader .navigation-area ul li.with-dropDown .drop-down-content table tr td.left-content-area .drop-down-subcontent-wrap .drop-down-subcontent .image-section {
  display: inline-block;
  width: 15em;
  position: relative;
  overflow: hidden;
}
header#groceryHeader .navigation-area ul li.with-dropDown .drop-down-content table tr td.left-content-area .drop-down-subcontent-wrap .drop-down-subcontent .image-section img {
  width: 100%;
  height: auto;
}
header#groceryHeader .navigation-area ul li.with-dropDown .drop-down-content .arrow {
  display: block;
  width: 0;
  height: 0;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-bottom: 12px solid #fff;
  position: absolute;
  top: -10px;
  left: 10.4em;
}
header#groceryHeader .navigation-area ul li.with-dropDown i {
  display: inline-block;
  padding-left: 10px;
}
header#groceryHeader .navigation-area ul li.with-dropDown:hover .drop-down-content {
  display: block;
}
header#groceryHeader .navigation-area ul li a {
  color: #ffffff;
  text-decoration: none;
  display: inline-block;
}
header#groceryHeader .navigation-area ul li a:hover {
  text-decoration: none;
}
header#groceryHeader .selectize-input.items.required.ng-invalid.ng-pristine.has-options.full.has-items {
  height: 100%;
  line-height: 3em;
  box-shadow: none;
  background: #F3F3F3;
}
header#groceryHeader .selectize-input input[type="text"] {
  font-size: 17px;
  visibility: hidden;
}
.grocery-not-added-flash,
.grocery-in_active_store-flash {
  width: 100%;
  height: 35px;
  line-height: 35px;
  position: absolute;
  top: 133px;
  background: #fff;
  animation-duration: 0.5s;
  background-color: rgba(255, 0, 0, 0.8);
  color: #fff;
  display: none;
  font-size: 13px;
  text-transform: uppercase;
  text-align: center;
  padding: 0 20px;
  webkit-box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.06), 0 4px 5px 0 rgba(0, 0, 0, 0.06), 0 1px 10px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.06), 0 4px 5px 0 rgba(0, 0, 0, 0.06), 0 1px 10px 0 rgba(0, 0, 0, 0.08);
}
.grocery-not-added-flash .icon,
.grocery-in_active_store-flash .icon {
  text-align: center;
  height: 100%;
  color: #fff;
  display: inline-block;
  padding-right: 20px;
}
.grocery-not-added-flash .text,
.grocery-in_active_store-flash .text {
  display: inline-block;
  word-spacing: 1px;
}
.grocery-not-added-flash a,
.grocery-in_active_store-flash a {
  color: #fff;
}
.grocery-not-added-flash a:hover,
.grocery-in_active_store-flash a:hover {
  text-decoration: underline;
}
.grocery-added-flash,
.grocery-updated-flash {
  width: 100%;
  height: 35px;
  line-height: 35px;
  position: absolute;
  top: 133px;
  background: #fff;
  animation-duration: 0.5s;
  background-color: rgba(91, 183, 91, 0.9);
  color: #fff;
  display: none;
  font-size: 13px;
  text-transform: uppercase;
  text-align: center;
  padding: 0 20px;
  webkit-box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.06), 0 4px 5px 0 rgba(0, 0, 0, 0.06), 0 1px 10px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.06), 0 4px 5px 0 rgba(0, 0, 0, 0.06), 0 1px 10px 0 rgba(0, 0, 0, 0.08);
}
.grocery-added-flash .icon,
.grocery-updated-flash .icon {
  text-align: center;
  height: 100%;
  color: #fff;
  display: inline-block;
  padding-right: 20px;
}
.grocery-added-flash .text,
.grocery-updated-flash .text {
  display: inline-block;
  word-spacing: 1px;
}
.grocery-added-flash a,
.grocery-updated-flash a {
  color: #fff;
}
.grocery-added-flash a:hover,
.grocery-updated-flash a:hover {
  text-decoration: underline;
}
.groceries-page-wrap {
  width: 100%;
  position: relative;
  margin-top: 132px;
}
.groceries-page-wrap .grocery-banner {
  height: 432px;
  width: 100%;
  overflow: hidden;
  max-width: 1385px!important;
  margin: auto!important;
}
.groceries-page-wrap .grocery-banner .filter-section {
  float: left;
  width: 22%;
  height: 100%;
  overflow: hidden;
  padding: 0 0 2px 0;
}
.groceries-page-wrap .grocery-banner .filter-section ul {
  margin: 0;
  padding: 0;
  border: 1px solid #e8e8e8;
  border-left: none;
}
.groceries-page-wrap .grocery-banner .filter-section ul li {
  display: block;
  width: 100%;
  height: 10%;
  line-height: 44px;
  text-transform: uppercase;
  background-color: #F8F8FA;
  border-bottom: 1px solid #e8e8e8;
}
.groceries-page-wrap .grocery-banner .filter-section ul li:last-child {
  border-bottom: none;
}
.groceries-page-wrap .grocery-banner .filter-section ul li.header {
  background-color: #777;
  color: #fff;
  font-weight: 600;
}
.groceries-page-wrap .grocery-banner .filter-section ul li.header a {
  color: #fff;
  font-size: 14px;
}
.groceries-page-wrap .grocery-banner .filter-section ul li.header a:hover {
  color: #fff;
}
.groceries-page-wrap .grocery-banner .filter-section ul li.footer {
  background-color: #F8F8FA;
  color: #666;
  font-weight: 600;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  text-transform: uppercase;
}
.groceries-page-wrap .grocery-banner .filter-section ul li.footer span:first-child {
  width: 100%;
  float: none;
}
.groceries-page-wrap .grocery-banner .filter-section ul li.footer a {
  color: #666;
  font-size: 13px;
}
.groceries-page-wrap .grocery-banner .filter-section ul li span {
  display: inline-block;
}
.groceries-page-wrap .grocery-banner .filter-section ul li span:first-child {
  width: 90%;
  float: left;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 0 10px;
}
.groceries-page-wrap .grocery-banner .filter-section ul li span:last-child {
  width: 10%;
  float: right;
}
.groceries-page-wrap .grocery-banner .filter-section ul li span:last-child i {
  display: inline-block;
  font-weight: 600;
  line-height: 42px;
  font-size: 20px;
}
.groceries-page-wrap .grocery-banner .filter-section ul li a {
  display: inline-block;
  width: 100%;
  text-decoration: none;
  color: #666;
  font-weight: 600;
  font-size: 12px;
}
.groceries-page-wrap .grocery-banner .filter-section ul li a:hover {
  text-decoration: none;
  color: #dc4e04;
}
.groceries-page-wrap .grocery-banner .banner-section {
  float: right;
  width: 78%;
  height: 100%;
  border-bottom: 1px solid #e8e8e8;
  border-right: 1px solid #e8e8e8;
}
.groceries-page-wrap .grocery-banner .banner-section .banner {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
}
.groceries-page-wrap .grocery-banner .banner-section .banner img {
  width: 100%;
  height: auto;
}
.groceries-page-wrap .grocery-banner .banner-section .owl-page span {
  width: 12px;
  height: 12px;
}
.groceries-page-wrap .grocery-banner .banner-section .owl-controls.clickable .owl-pagination {
  position: absolute;
  bottom: 10%;
  left: 5em;
  border-radius: 8px;
}
.groceries-page-wrap .grocery-banner .banner-section .owl-controls.clickable .owl-pagination .owl-page.active span {
  background-color: #444;
}
.groceries-page-wrap .grocery-banner .banner-section .owl-controls.clickable .owl-pagination .owl-page span {
  background-color: transparent;
  border: 3px solid #fff;
}
.groceries-result-page-wrap {
  width: 100%;
  height: auto;
  min-height: 30em;
  position: relative;
}
.groceries-result-page-wrap .the-form-section {
  padding-top: 20px;
  background-color: #FCFCFC;
  height: 6em;
  border-bottom: 1px solid rgba(200, 200, 200, 0.4);
  border-top: 1px solid rgba(200, 200, 200, 0.4);
}
.groceries-result-page-wrap table {
  border-collapse: collapse;
  width: 100%;
}
.groceries-result-page-wrap table tr td {
  vertical-align: top;
}
.groceries-result-page-wrap table tr td.left-side {
  width: 22%;
  position: relative;
}
.groceries-result-page-wrap table tr td.left-side .shop-content-wrap {
  min-height: 26em;
  height: auto;
  padding-bottom: 10em;
}
.groceries-result-page-wrap table tr td.left-side .shop-content-wrap table {
  width: 100%;
  border-collapse: collapse;
}
.groceries-result-page-wrap table tr td.left-side .shop-content-wrap table tr:last-child {
  border-bottom: none;
}
.groceries-result-page-wrap table tr td.left-side .shop-content-wrap table tr:nth-child(even) {
  background-color: #fcfcfc;
}
.groceries-result-page-wrap table tr td.left-side .shop-content-wrap table tr td {
  height: auto;
  border-bottom: 1px dashed rgba(200, 200, 200, 0.4);
}
.groceries-result-page-wrap table tr td.left-side .shop-content-wrap label {
  display: block;
}
.groceries-result-page-wrap table tr td.left-side .shop-content-wrap .shop-info {
  height: auto;
  width: 100%;
  padding: 10px;
}
.groceries-result-page-wrap table tr td.left-side .shop-content-wrap .shop-info input {
  width: 5%;
  float: left;
}
.groceries-result-page-wrap table tr td.left-side .shop-content-wrap .shop-info .shop-img {
  height: 5em;
  width: 4.5em;
  background-repeat: no-repeat;
  background-position: top;
  background-size: contain;
  border: 1px solid 1px solid rgba(200, 200, 200, 0.2);
  float: left;
}
.groceries-result-page-wrap table tr td.left-side .shop-content-wrap .shop-info .info-wrap {
  width: 60%;
  float: right;
  padding-left: 5px;
}
.groceries-result-page-wrap table tr td.left-side .shop-content-wrap .shop-info .info-wrap .shop-name {
  width: 9em;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.groceries-result-page-wrap table tr td.left-side .shop-content-wrap .shop-info .info-wrap .shop-description {
  color: #555;
  font-size: 13px;
  padding-top: 10px;
  max-height: 4.5em;
  overflow: hidden;
  width: 11em;
}
.groceries-result-page-wrap table tr td.right-side {
  width: 78%;
  border-left: 1px solid rgba(200, 200, 200, 0.4);
}
.groceries-result-page-wrap table tr td.right-side .price-table-wrap {
  width: 100%;
  position: relative;
  padding: 0 0 25px 25px;
  height: auto;
}
.groceries-result-page-wrap table tr td.right-side .price-table-wrap .cards {
  margin: auto;
  /* keep grid in the center */
}
.groceries-result-page-wrap table tr td.right-side .price-table-wrap .card {
  width: 280px;
  overflow: hidden;
  opacity: 0;
  /* hide card while loading */
}
.groceries-result-page-wrap table tr td.right-side .price-table-wrap .card--loaded {
  opacity: 1;
}
.groceries-result-page-wrap table tr td.right-side .price-table-wrap table {
  border-collapse: collapse;
  vertical-align: top;
}
.groceries-result-page-wrap table tr td.right-side .price-table-wrap table tr td .price-table {
  border: 1px solid rgba(200, 200, 200, 0.4);
  height: auto;
  border-radius: 3px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.01) !important;
}
.groceries-result-page-wrap table tr td.right-side .price-table-wrap table tr td .price-table .shop-name {
  text-transform: uppercase;
  background-color: #fcfcfc;
  padding: 13px 10px;
  width: 277px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: 14px;
  margin-bottom: 10px;
  color: #383838;
}
.groceries-result-page-wrap table tr td.right-side .price-table-wrap table tr td .price-table .content {
  padding: 10px;
}
.groceries-result-page-wrap table tr td.right-side .price-table-wrap table tr td .price-table .content .shop-img {
  background-repeat: no-repeat;
  background-position: top;
  background-size: 100% auto;
  width: 100px;
  height: 100px;
  margin: auto;
}
.groceries-result-page-wrap table tr td.right-side .price-table-wrap table tr td .price-table .content .table-wrap {
  padding-top: 10px;
}
.groceries-result-page-wrap table tr td.right-side .price-table-wrap table tr td .price-table .content .table-wrap table {
  width: 100%;
  border-collapse: collapse;
}
.groceries-result-page-wrap table tr td.right-side .price-table-wrap table tr td .price-table .content .table-wrap table tr:nth-child(even) {
  background-color: #fcfcfc;
}
.groceries-result-page-wrap table tr td.right-side .price-table-wrap table tr td .price-table .content .table-wrap table tr td {
  font-weight: 500;
  font-size: 14px;
  padding: 10px 5px;
}
.groceries-result-page-wrap table tr td.right-side .price-table-wrap table tr td .price-table .content .table-wrap table tr td span.slash {
  display: block;
  color: red;
  font-size: 10px;
}
.groceries-result-page-wrap table tr td.right-side .price-table-wrap table tr td .price-table .content .table-wrap table tr td span.price {
  font-weight: 600;
  color: #dc4e04;
  font-size: 13px;
}
.groceries-result-page-wrap table tr td.right-side .price-table-wrap table tr td .price-table .content .table-wrap table tr td.details-wrap {
  padding: 0px 5px 5px 5px;
  background: #fff;
  border-bottom: 1px dashed #f7f7f7;
  cursor: pointer;
}
.groceries-result-page-wrap table tr td.right-side .price-table-wrap table tr td .price-table .content .table-wrap table tr td.details-wrap label {
  margin-bottom: 0;
}
.groceries-result-page-wrap table tr td.right-side .price-table-wrap table tr td .price-table .content .table-wrap table tr td.details-wrap span.view-details {
  display: inline-block;
  font-size: 9px;
  text-transform: uppercase;
  border: 1px solid #f7f7f7;
  padding: 2px 10px;
  border-radius: 3px;
  cursor: pointer;
  color: #383838;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2), inset 0 1px rgba(255, 255, 255, 0.03);
}
.groceries-result-page-wrap table tr td.right-side .price-table-wrap table tr td .price-table .content .table-wrap table tr td.details-wrap span.view-details:hover {
  color: #dc4e04;
}
.groceries-result-page-wrap table tr td.right-side .price-table-wrap table tr td .price-table .content .table-wrap table tr td.details-wrap .details {
  width: 240px;
  height: auto;
  padding: 5px;
  margin-top: 3px;
  animation-duration: 0.5s;
  background-color: #fbfbfb;
}
.groceries-result-page-wrap table tr td.right-side .price-table-wrap table tr td .price-table .content .table-wrap table tr td.details-wrap .details .image-sec {
  width: 60%;
  float: left;
  height: auto;
}
.groceries-result-page-wrap table tr td.right-side .price-table-wrap table tr td .price-table .content .table-wrap table tr td.details-wrap .details .image-sec .pro-image {
  float: left;
  height: 50px;
  width: 50px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.groceries-result-page-wrap table tr td.right-side .price-table-wrap table tr td .price-table .content .table-wrap table tr td.details-wrap .details .image-sec .pro-description {
  float: right;
  text-align: left;
}
.groceries-result-page-wrap table tr td.right-side .price-table-wrap table tr td .price-table .content .table-wrap table tr td.details-wrap .details .image-sec .pro-description .name {
  width: 83px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  font-size: 11px;
  text-transform: uppercase;
  color: #999;
}
.groceries-result-page-wrap table tr td.right-side .price-table-wrap table tr td .price-table .content .table-wrap table tr td.details-wrap .details .image-sec .pro-description .decription {
  width: 83px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  font-size: 13px;
  font-weight: 600;
}
.groceries-result-page-wrap table tr td.right-side .price-table-wrap table tr td .price-table .content .table-wrap table tr td.details-wrap .details .info-sec {
  width: 40%;
  float: right;
  height: auto;
  text-align: right;
}
.groceries-result-page-wrap table tr td.right-side .price-table-wrap table tr td .price-table .content .table-wrap table tr td.details-wrap .details .info-sec .weight {
  padding-left: 5px;
  width: 93px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  font-size: 12px;
  padding-bottom: 5px;
  color: #dc4e04;
}
.groceries-result-page-wrap table tr td.right-side .price-table-wrap table tr td .price-table .content .table-wrap table tr td.details-wrap .details .info-sec .qty {
  padding-left: 5px;
  width: 93px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  padding-top: 5px;
  font-size: 13px;
  font-weight: 600;
}
.groceries-result-page-wrap table tr td.right-side .price-table-wrap table tr td .price-table .content .table-wrap table tr td.details-wrap .details .info-sec .qty span {
  display: inline-block;
}
.groceries-result-page-wrap table tr td.right-side .price-table-wrap table tr td .price-table .content .table-wrap table tr td.details-wrap .details .pro-description {
  padding-top: 10px;
}
.groceries-result-page-wrap table tr td.right-side .price-table-wrap table tr td .price-table .content .table-wrap table tr td.details-wrap .details .pro-description .name {
  padding-bottom: 6px;
  font-size: 13px;
  text-align: left;
  width: 230px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.groceries-result-page-wrap table tr td.right-side .price-table-wrap table tr td .price-table .content .table-wrap table tr td.details-wrap .details .pro-description .decription {
  font-size: 13px;
  text-align: left;
  width: 230px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.groceries-result-page-wrap table tr td.right-side .price-table-wrap table tr td .price-table .content .table-wrap table tr td.details-wrap:hover span.view-details {
  background-color: #f7f7f7;
}
.groceries-result-page-wrap table tr td.right-side .price-table-wrap table tr td .price-table .content .table-wrap table tr td:first-child {
  text-align: left;
  width: 137px;
  max-width: 137px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.groceries-result-page-wrap table tr td.right-side .price-table-wrap table tr td .price-table .content .table-wrap table tr td:last-child {
  text-align: right;
  width: 70px;
  max-width: 70px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.groceries-result-page-wrap table tr td.right-side .price-table-wrap table tr td .price-table .content .price-wrap {
  text-align: center;
  padding-top: 20px;
}
.groceries-result-page-wrap table tr td.right-side .price-table-wrap table tr td .price-table .content .price-wrap .total {
  text-transform: uppercase;
  font-size: 12px;
  color: #383838;
  padding-bottom: 5px;
  font-weight: 600;
}
.groceries-result-page-wrap table tr td.right-side .price-table-wrap table tr td .price-table .content .price-wrap .amount {
  color: #dc4e04;
  font-size: 25px;
}
.groceries-result-page-wrap table tr td.right-side .price-table-wrap table tr td .price-table .content .buy-button-wrap {
  text-align: center;
  height: 4em;
  border-top: 1px solid rgba(200, 200, 200, 0.4);
  margin-top: 2em;
}
.groceries-result-page-wrap table tr td.right-side .price-table-wrap table tr td .price-table .content .buy-button-wrap button {
  margin-top: 1.5em;
  padding: 5px 0;
  border-radius: 3px;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2), inset 0 1px rgba(255, 255, 255, 0.03);
  text-shadow: 0 1px 0 rgba(0, 51, 83, 0.3);
  border: none;
  background: #dc4e04;
  color: #fff;
  width: 100px;
}
.groceries-result-page-wrap table tr td.right-side .price-table-wrap table:nth-child(3n) {
  float: right;
  margin-right: 0;
}
.groceries-add-to-cart {
  height: auto;
  padding: 20px;
}
.groceries-add-to-cart .product-image {
  width: 50%;
  float: left;
  height: 25em;
  background-repeat: no-repeat;
  background-position: top;
  background-size: 100% auto;
}
.groceries-add-to-cart .product-details {
  height: auto;
  width: 50%;
  float: right;
  padding-left: 20px;
}
.groceries-add-to-cart .product-details .product-name {
  font-weight: 600;
  font-size: 23px;
}
.groceries-add-to-cart .product-details .product-price {
  color: #E14D00;
  font-size: 25px;
  font-weight: 600;
  padding-top: 10px;
}
.groceries-add-to-cart .product-details .product-caption .title {
  text-transform: uppercase;
  font-weight: 600;
  padding: 10px 0;
  display: block;
}
.groceries-add-to-cart .product-details .product-availability .title {
  text-transform: uppercase;
  font-weight: 600;
  padding: 10px 0;
  display: block;
}
.groceries-add-to-cart .product-details .details .title {
  text-transform: uppercase;
  font-weight: 600;
  padding: 10px 0;
  display: block;
}
.groceries-add-to-cart .product-details .buttons {
  margin-top: 30px;
}
.groceries-add-to-cart .product-details .buttons button {
  border: none;
  color: #ffffff;
  background-color: #5bb75b;
  font-weight: 600;
  text-transform: uppercase;
  padding: 10px 30px;
  width: 100%;
}
.three-child {
  width: 100%;
  height: auto;
  position: relative;
  margin-bottom: 30px;
}
.three-child.extra {
  padding-top: 60px;
}
.three-child .search-products {
  float: left;
  width: 19%;
  padding: 0;
  margin: 0% 1% 1% 0%;
  height: 145px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.three-child .search-products:hover {
  text-decoration: none;
}
.three-child .search-products .overlay {
  width: 80%;
  height: auto;
  border: 1px solid #fbfbfb;
  position: absolute;
  background-color: rgba(252, 252, 252, 0.9);
  right: -1px;
  bottom: 30px;
  padding: 15px;
}
.three-child .search-products .overlay div {
  color: #333;
  font-size: 18px;
}
.three-child .search-products .link-overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 10px;
  color: #ffffff;
  text-align: center;
}
.three-child .search-products .link-overlay div {
  display: block;
  font-size: 35px;
  color: #fbfbfb;
}
.three-child .search-products .link-overlay div.extra {
  margin-top: 2em;
}
.three-child .search-products .link-overlay .code {
  margin-top: 20px;
  font-size: 16px;
  font-weight: 600;
  display: block;
}
.three-child .search-products .link-overlay .code span {
  color: #FB9734;
}
.three-child .search-products .link-overlay button {
  background-color: #E14D00;
  border: none;
  color: #ffffff;
  font-weight: 600;
  margin-top: 5em;
  padding: 10px 30px;
}
.three-child .search-products .link-overlay button:focus {
  outline: none;
}
.three-child .search-products iframe {
  width: 100%;
  height: 100%;
  max-height: 100%;
  vertical-align: middle;
}
.three-child .search-products img {
  width: 100%;
  height: 100%;
}
.three-child > .search-products {
  border: 3px solid;
}
.pick-date {
  background-color: #ffffff;
  text-align: center;
}
.pick-date .date {
  color: #555555;
  padding-top: 8em;
  font-size: 17px;
  padding-bottom: 20px;
}
.pick-date .divider {
  width: 20%;
  margin: auto;
  border-top: 1px solid;
  color: #333333;
}
.pick-date .top-picks {
  padding-top: 20px;
  font-weight: 600;
  font-size: 20px;
  color: #333333;
}
.cancel-button {
  position: absolute;
  width: 25px;
  height: 25px;
  border: 4px solid #E14D00;
  right: -11px;
  border-radius: 50%;
  top: -11px;
  cursor: pointer;
}
.cancel-button i {
  position: absolute;
  font-size: 16px;
  left: 2.4px;
  top: 1px;
  color: #333;
}
.cancel-button:hover {
  background-color: #E14D00;
}
.cancel-button:hover i {
  color: #fff;
}
.five-child {
  width: 100%;
  height: auto;
  position: relative;
  margin-bottom: 30px;
}
.five-child ul {
  margin: 0;
  padding: 0;
  height: auto;
  width: 100%;
}
.five-child ul li {
  display: inline-block;
  height: 11em;
  width: 15.8%;
  margin: 0 1% 2% 0;
  float: left;
  border: 1px solid transparent;
  position: relative;
}
.five-child ul li .search-products {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  overflow: hidden;
  height: 75%;
}
.five-child ul li .search-products:hover {
  text-decoration: none;
}
.five-child ul li .price-wrap {
  height: 25%;
  text-align: center;
}
.five-child ul li .price-wrap span {
  display: block;
  width: 100%;
  overflow: hidden;
  padding: 5px 10px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.five-child ul li .price-wrap span.no-padding {
  padding: 0;
}
.five-child ul li .price-wrap span.description {
  color: #555555;
  font-size: 13px;
}
.five-child ul li .price-wrap span.price {
  color: #DF4E00;
  font-weight: 600;
  font-size: 17px;
}
.five-child ul li .price-update {
  margin-top: 20px;
}
.five-child ul li .price-update input {
  float: left;
  width: 35%;
  height: 34px;
  padding-left: 5px;
  border: 1px solid #4d4d4d!important;
}
.five-child ul li .price-update button {
  float: right;
  width: 60%;
  height: 34px;
  border: 1px solid #4d4d4d!important;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.1) !important;
  font-weight: 700;
  border-radius: 0;
  color: #4d4d4d;
  background-color: #ffffff;
  font-size: 12px;
}
.five-child ul li .price-update button:hover {
  background-color: #E14D00;
  color: #fff;
  border: 2px solid #E14D00 !important;
}
.five-child ul li.checkout-page {
  display: inline-block;
  height: auto;
  width: 19%;
  margin: 0 3% 2% 0;
  float: left;
  padding-bottom: 2em;
  border: 1px solid transparent;
}
.five-child ul li.checkout-page .search-products {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  overflow: hidden;
  height: 7em;
}
.five-child ul li.checkout-page .search-products:hover {
  text-decoration: none;
}
.five-child ul li:nth-child(6n) {
  margin-right: 0;
  float: right;
}
.five-child ul .checkout-page:nth-child(6n) {
  margin-right: 0;
  float: right;
}
.section-divider {
  width: 100%;
  height: 8em;
  text-align: center;
}
.section-divider .section-heading {
  font-size: 20px;
  color: #333333;
  font-weight: 600;
  padding-bottom: 10px;
}
.section-divider .caption {
  font-size: 12px;
  color: #FB9734;
  font-weight: 600;
  padding-bottom: 20px;
}
.section-divider .divider {
  width: 5%;
  margin: auto;
  border-top: 1px solid #999;
}
footer#footer {
  max-width: 1920px;
  min-width: 1024px;
  margin: auto;
  width: 100%;
  height: 20em;
  background-color: #EDF1F2;
  position: relative;
}
footer#footer .main-footer {
  padding: 4em 15em 0 15em;
}
footer#footer .sub-footer {
  position: absolute;
  width: 100%;
  height: 2em;
  line-height: 2em;
  background-color: #303843;
  color: #56667C;
  text-align: center;
  bottom: 0;
}
footer#footer .sub-footer ul {
  margin: 0;
  padding: 0;
  height: 100%;
}
footer#footer .sub-footer ul li {
  display: inline-block;
  margin-right: 20px;
  font-size: 11px;
}
footer#footer .sub-footer ul li a {
  display: inline-block;
  color: #D8D9DB;
  font-size: 11px;
}
footer#footer .link-wrap {
  text-align: center;
}
footer#footer .link-wrap ul {
  margin: 0;
  padding: 0;
}
footer#footer .link-wrap ul li {
  display: block;
  text-align: left;
}
footer#footer .link-wrap ul li.heading-links {
  font-weight: 600;
  color: #FB9734;
  padding-bottom: 10px;
}
footer#footer .link-wrap ul li a {
  display: inline-block;
  color: #555;
  font-size: 14px;
}
footer#footer .link-wrap ul li a:hover {
  text-decoration: none;
}
footer#footer .link-wrap:nth-child(2) {
  padding-left: 5em;
}
footer#footer .link-wrap:nth-child(3) {
  padding-left: 10em;
}
.selectize-control.multi .selectize-input > div {
  background: #E14D00!important;
  border: 1px solid #E14D00!important;
}
.groceries-search .selectize-input {
  padding: 0 8px;
  height: 45px;
}
.groceries-search .selectize-control.multi .selectize-input.has-items {
  padding: 1px 8px 2px;
}
.four-child-item {
  margin-bottom: 10px;
}
.four-child-item .e_cont {
  width: 100%;
  position: relative;
}
.four-child-item .e_cont > div {
  float: left;
  width: 23.5%;
  padding: 0px;
  margin: 0% 2% 2% 0%;
}
.four-child-item .e_cont > div iframe {
  width: 100%;
  height: 100%;
  max-height: 100%;
  vertical-align: middle;
}
.four-child-item .e_cont > div img {
  width: 100%;
  height: 100%;
}
.four-child-item .e_cont > div:nth-child(4n) {
  float: right;
  margin-right: 0px;
}
.four-child-item .e_cont > div:nth-child(n>5) {
  display: none;
}
.econt_wrap {
  height: auto;
  width: 100%;
  box-shadow: 0px 0px 5px #ccc;
}
.econt_wrap .e_mage_box {
  border-bottom: 1px solid rgba(235, 235, 235, 0.4);
  padding: 6px;
  background: #ffffff;
  display: block;
}
.econt_wrap .e_mage_box .e_mage {
  height: 260px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% auto;
  background-size: cover;
}
.econt_wrap .e_mage_box .e_mage.small {
  height: 260px;
}
.econt_wrap .e_fo {
  padding: 8px 6px;
  background: #ffffff;
  font-size: 13px;
}
.econt_wrap .e_fo .e_title {
  display: block;
  margin-bottom: 2px;
  height: 15px;
  line-height: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #777;
  font-weight: 400;
}
.econt_wrap .e_fo .e_title:hover {
  color: #dc4e04;
  text-decoration: underline;
}
.econt_wrap .e_fo .e_owner {
  display: block;
  font-size: 90%;
  padding: 0px;
  margin: 0px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #999;
  font-weight: 500;
}
.econt_wrap .e_fo .e_owner:hover {
  color: #dc4e04;
  text-decoration: underline;
}
.econt_wrap .e_fo .e_extra {
  display: block;
  height: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  vertical-align: text-bottom;
  color: #777;
}
.econt_wrap .e_fo .e_extra .e_price {
  float: right;
  font-size: 110%;
  font-weight: 600;
  color: #dc4e04;
}
.econt_wrap .e_fo .e_extra .e_description {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 85%;
}
.groceries-list-items {
  margin-bottom: 5em;
}
.groceries-list-items .groceries-title-wrap {
  width: 100%;
  height: 4em;
  line-height: 4em;
  margin-top: 2em;
  margin-bottom: 2em;
}
.groceries-list-items .groceries-title-wrap table {
  border-collapse: collapse;
  width: 100%;
}
.groceries-list-items .groceries-title-wrap table tr td .line {
  display: inline-block;
  border: 1px solid #e2e2e2;
  width: 23em;
}
.groceries-list-items .groceries-title-wrap table tr td .line:first-child {
  margin-right: 10px;
}
.groceries-list-items .groceries-title-wrap table tr td .line:last-child {
  margin-left: 10px;
}
.groceries-list-items .groceries-title-wrap table tr td .text {
  color: #FF7F00;
  text-transform: uppercase;
  display: inline-block;
  text-align: center;
  font-weight: 600;
  font-size: 20px;
  line-height: 27px;
}
.groceries-list-items ul.groceries-list {
  width: 100%;
  height: auto;
  position: relative;
  margin-bottom: 30px;
  padding: 0;
  margin: auto;
  text-align: center;
}
.groceries-list-items ul.groceries-list.extra {
  padding-top: 60px;
}
.groceries-list-items ul.groceries-list li {
  width: 162px;
  padding: 0;
  margin: 0% 1.7% 1% 0%;
  height: 162px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto 80%;
  position: relative;
  overflow: hidden;
  display: inline-block;
}
.groceries-list-items ul.groceries-list li:hover {
  text-decoration: none;
}
.groceries-list-items ul.groceries-list li img {
  width: 100%;
  height: 100%;
}
.groceries-list-items ul.groceries-list li a {
  text-decoration: none;
  color: #555;
  font-weight: 600;
}
.groceries-list-items ul.groceries-list li a:hover {
  text-decoration: none;
}
.groceries-list-items ul.groceries-list li:nth-child(6n) {
  float: right;
  margin-right: 0px;
}
.groceries-list-items ul.groceries-list .img {
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: relative;
  height: 80%;
}
.groceries-list-items ul.groceries-list .description {
  width: 100%;
  height: 20%;
  line-height: 3em;
  text-align: center;
}
footer .subscribe {
  height: 28em;
  background-color: #efefef;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  color: #ffffff;
}
footer .subscribe .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.5);
  text-align: center;
  padding: 5em 10px;
}
footer .subscribe .overlay .title {
  font-size: 39px;
  font-weight: 600;
  padding-bottom: 20px;
}
footer .subscribe .overlay .sub-title {
  width: 40%;
  margin: auto;
  font-size: 18px;
  padding-bottom: 2em;
}
footer .subscribe .overlay form input {
  height: 4em;
  width: 54em;
  border: none;
  padding: 0 20px;
  border-radius: 3px;
  color: #333;
}
footer .subscribe .overlay form input:focus {
  outline: none;
}
footer .subscribe .overlay form button {
  width: 12em;
  height: 4em;
  border: none;
  border-radius: 4px;
  background-color: #FF7F00;
  font-weight: bold;
  text-transform: uppercase;
}
footer .subscribe .overlay form button:focus {
  outline: none;
}
footer .subscribe .overlay .caption {
  color: #ffffff;
  font-size: 14px;
  word-spacing: 2px;
  padding-top: 1em;
}
@media screen and (min-width: 1720px) {
  #home-banner {
    position: relative;
    max-width: 1200px;
    min-width: 1200px;
  }
}
.basket {
  width: 8.5em;
  padding: 5px;
  height: 45px;
  right: 9em;
  position: absolute;
  color: #fff;
  cursor: pointer;
}
.basket table {
  border-collapse: collapse;
  width: 100%;
}
.basket table tr td:first-child {
  width: 40%;
  color: #fff;
}
.basket table tr td:first-child img {
  width: 85%;
}
.basket table tr td:last-child {
  width: 60%;
  color: #fff;
  text-align: right;
  font-size: 13px;
}
.basket table tr td:last-child .lists {
  font-size: 12px;
  padding-bottom: 3px;
}
.basket table tr td:last-child .items {
  font-weight: 600;
}
.basket .the-items {
  width: 31em;
  height: auto;
  position: absolute;
  left: -18em;
  padding: 23px 10px 10px 10px;
  display: none;
  z-index: 1000;
}
.basket .the-items .item-list {
  border: 1px solid #e0e0e0;
  min-height: 5em;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  z-index: 1000;
  max-height: 20em;
  overflow: auto;
  background: #fff;
  padding: 10px;
}
.basket .the-items .item-list .d_items {
  border-top: 1px solid #e0e0e0;
  padding: 10px 0;
}
.basket .the-items .item-list .d_items:first-child {
  border: none;
}
.basket .the-items .item-list .d_items .image {
  float: left;
  width: 20%;
  height: 4em;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.basket .the-items .item-list .d_items .description {
  float: right;
  width: 80%;
  text-align: right;
  color: #000;
}
.basket .the-items .item-list .d_items .description .shopName {
  font-size: 13px;
  color: #999;
  width: 302px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.basket .the-items .item-list .d_items .description .itemName {
  font-size: 13px;
  color: #333;
  width: 302px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-weight: 600;
}
.basket .the-items .item-list .d_items .description .price {
  font-size: 13px;
  color: #dc4e04;
  width: 302px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-weight: 600;
}
.basket:hover {
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}
.basket:hover .the-items {
  display: block;
}
.selectize-input {
  border-radius: 0!important;
}
.selectize-control.single .selectize-input {
  box-shadow: none!important;
  background-color: #ffffff;
  background-image: none;
}
.selectize-control.single .selectize-input {
  height: 3.43em;
  line-height: 3.43em;
}
#columns {
  column-width: 320px;
  column-gap: 15px;
  width: 90%;
  max-width: 1100px;
  margin: 50px auto;
}
div#columns figure {
  background: #fefefe;
  border: 2px solid #fcfcfc;
  margin: 0 2px 15px;
  padding: 15px;
  padding-bottom: 10px;
  display: inline-block;
  column-break-inside: avoid;
}
div#columns figure .img {
  width: 100%;
  height: 10em;
  border-bottom: 1px solid #ccc;
  padding-bottom: 15px;
  margin-bottom: 5px;
  background-image: #efefef;
}
div#columns figure figcaption {
  font-size: .9rem;
  color: #444;
  line-height: 1.5;
}
div#columns small {
  font-size: 1rem;
  float: right;
  text-transform: uppercase;
  color: #aaa;
}
div#columns small a {
  color: #666;
  text-decoration: none;
  transition: .4s color;
}
div#columns:hover figure:not(:hover) {
  opacity: 0.4;
}
@media screen and (max-width: 750px) {
  #columns {
    column-gap: 0px;
  }
  #columns figure {
    width: 100%;
  }
}
.no-item {
  text-align: center;
}
.no-item .caption {
  color: #555;
  font-size: 25px;
  padding: 2em 0;
}
.result-page-form-wrap {
  width: 57%;
  margin: auto;
  height: 3.3em;
  border-radius: 3px;
  z-index: 1;
  padding-top: 15px;
}
.result-page-form-wrap .input-wrap {
  width: 85%;
  float: left;
  display: relative;
}
.result-page-form-wrap .input-wrap .items-wrap {
  width: 655px;
  position: absolute;
  height: auto;
  background-color: #fff;
  top: 60px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  border-radius: 0 0 3px 3px;
  box-sizing: border-box;
  border: 1px solid #e0e0e0;
  z-index: 10;
}
.result-page-form-wrap .input-wrap .items-wrap .search-term {
  width: 100%;
  height: 3em;
  line-height: 3em;
  background-color: #fbfbfb;
  padding: 0 10px;
  border-bottom: 1px solid #e0e0e0;
}
.result-page-form-wrap .input-wrap .items-wrap .search-term span {
  display: inline-block;
  font-weight: 600;
}
.result-page-form-wrap .input-wrap .items-wrap .search-result {
  max-height: 27em;
  overflow: auto;
}
.result-page-form-wrap .input-wrap .items-wrap .search-result table {
  border-collapse: collapse;
  width: 100%;
}
.result-page-form-wrap .input-wrap .items-wrap .search-result table tr {
  border-bottom: 1px dashed #f7f7f7;
}
.result-page-form-wrap .input-wrap .items-wrap .search-result table tr:nth-child(even) {
  background-color: #FCFCFC;
}
.result-page-form-wrap .input-wrap .items-wrap .search-result table tr:last-child {
  border-bottom: none;
}
.result-page-form-wrap .input-wrap .items-wrap .search-result table tr td {
  padding: 0 10px;
  font-size: 14px;
  position: relative;
}
.result-page-form-wrap .input-wrap .items-wrap .search-result table tr td.store-info-wrap .img {
  float: left;
  width: 20%;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  height: 40px;
}
.result-page-form-wrap .input-wrap .items-wrap .search-result table tr td.store-info-wrap .description {
  float: right;
  width: 80%;
  height: 40px;
  padding-left: 10px;
}
.result-page-form-wrap .input-wrap .items-wrap .search-result table tr td.store-info-wrap .description .store-name {
  width: 172px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  font-size: 10px;
  text-transform: uppercase;
  color: #999;
  padding-top: 3px;
}
.result-page-form-wrap .input-wrap .items-wrap .search-result table tr td.store-info-wrap .description .product-description {
  width: 172px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  font-size: 13px;
  font-weight: 600;
  padding-top: 3px;
}
.result-page-form-wrap .input-wrap .items-wrap .search-result table tr td:nth-child(1) {
  width: 255px;
}
.result-page-form-wrap .input-wrap .items-wrap .search-result table tr td:nth-child(2) {
  width: 80px;
  max-width: 80px;
  font-weight: 400;
  font-size: 13px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.result-page-form-wrap .input-wrap .items-wrap .search-result table tr td:nth-child(3) {
  width: 100px;
  max-width: 100px;
  font-weight: 400;
  font-size: 14px;
  color: #dc4e04;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  font-weight: 600;
}
.result-page-form-wrap .input-wrap .items-wrap .search-result table tr td:nth-child(4) {
  width: 100px;
}
.result-page-form-wrap .input-wrap .items-wrap .search-result table tr td:nth-child(4) .product-quantity {
  border: 1px solid #e0e0e0;
  border-radius: 5px;
  padding: 1px;
  width: 80%;
  height: 2em;
  position: absolute;
  top: 6px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.result-page-form-wrap .input-wrap .items-wrap .search-result table tr td:nth-child(4) .product-quantity span {
  display: block;
}
.result-page-form-wrap .input-wrap .items-wrap .search-result table tr td:nth-child(4) .product-quantity span:first-child {
  float: left;
  width: 50%;
  height: 100%;
  padding: 3px;
  background-color: #FBFBFB;
}
.result-page-form-wrap .input-wrap .items-wrap .search-result table tr td:nth-child(4) .product-quantity span:nth-child(2) {
  float: right;
  width: 50%;
  height: 100%;
}
.result-page-form-wrap .input-wrap .items-wrap .search-result table tr td:nth-child(4) .product-quantity span:nth-child(2) input {
  height: 24px;
  padding: 3px;
  text-align: center;
  border: none;
  background: #fff;
}
.result-page-form-wrap .input-wrap .items-wrap .search-result table tr td:nth-child(5) {
  width: 105px;
}
.result-page-form-wrap .input-wrap .items-wrap .search-result table tr td:nth-child(5) span {
  cursor: pointer;
  display: inline-block;
  width: 80px;
  height: 2em;
  line-height: 2em;
  border-radius: 5px;
  background-color: #E14D00;
  color: #fff;
  font-weight: 600;
  text-align: center;
  font-size: 12px;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2), inset 0 1px rgba(255, 255, 255, 0.03);
  text-shadow: 0 1px 0 rgba(0, 51, 83, 0.3);
}
.result-page-form-wrap .input-wrap .items-wrap .search-result table tr td:nth-child(5) .added {
  background-color: #84c225;
}
.result-page-form-wrap .input-wrap .items-wrap .search-result table tr td:nth-child(5) .added i {
  animation-duration: 0.2s;
}
.result-page-form-wrap .input-wrap input {
  width: 100%;
  height: 3.8em;
  padding: 0 10px;
  border: 1px solid #e8e8e8;
  box-shadow: none;
  font-size: 12px;
  border-radius: 3px 0 0 3px;
}
.result-page-form-wrap .input-wrap2 {
  width: 25%;
  float: left;
}
.result-page-form-wrap .input-wrap2 input {
  width: 100%;
  height: 3.8em;
  padding: 0 10px;
  border: none;
  box-shadow: none;
  font-size: 12px;
}
.result-page-form-wrap button,
.result-page-form-wrap .search-button {
  width: 15%!important;
  float: right;
  background-color: #E14D00;
  color: #ffffff;
  font-weight: 600;
  border: none;
  height: 3.8em;
  text-transform: uppercase;
  font-size: 12px;
  border-radius: 0 3px 3px 0;
}
.card.card--loaded {
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.09), 0 2px 10px 0 rgba(0, 0, 0, 0.01) !important;
}
/*----- Accordion -----*/
.accordion,
.accordion * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.accordion {
  overflow: hidden;
  display: inline-block;
}
/*----- Section Titles -----*/
.accordion-section-title {
  transition: all linear 0.15s;
  display: inline-block;
  font-size: 9px;
  text-transform: uppercase;
  border: 1px solid #f7f7f7;
  padding: 2px 10px;
  border-radius: 3px;
  cursor: pointer;
  color: #383838;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2), inset 0 1px rgba(255, 255, 255, 0.03);
}
.accordion-section:last-child .accordion-section-title {
  border-bottom: none;
}
/*----- Section Content -----*/
.accordion-section-content {
  padding: 15px;
  display: none;
}
.iframe-wrap .iframe {
  width: 70%;
  margin: auto;
  height: 40em;
  position: fixed;
  left: 15%;
  top: 8%;
  background-color: #fff;
  z-index: 10;
}
.iframe-wrap .iframe .cancel-iframe {
  color: #efefef;
  position: fixed;
  right: 13%;
  top: 4%;
  font-size: 33px;
  z-index: 1;
  cursor: pointer;
}
.iframe-wrap .iframe .cancel-iframe:hover {
  color: #fbfbfb;
}
.iframe-wrap .iframe iframe {
  width: 70%;
  margin: auto;
  height: 40em;
  position: fixed;
  left: 15%;
  top: 8%;
  background-color: #fff;
  border: 4px solid rgba(200, 200, 200, 0.4);
  z-index: 10;
}
.grocery-search-wrapper {
  position: relative;
}
.grocery-search-wrapper .grocery-search-bar {
  position: relative;
  width: 60%;
  height: 50px;
  margin: auto;
  margin-top: 10px!important;
}
.grocery-search-wrapper .grocery-search-bar.full-width {
  width: 100%;
  margin-top: 0!important;
}
.grocery-search-wrapper .grocery-search-bar .sk-three-bounce {
  position: absolute;
  top: -16px;
  right: 156px;
}
.grocery-search-wrapper .grocery-search-bar .sk-three-bounce .sk-child {
  width: 5px;
  height: 5px;
  background: #333;
}
.grocery-search-wrapper .grocery-search-bar input {
  height: 100%;
  line-height: 14px;
  width: 80%;
  border: 2px solid #dc4e04;
  padding: 4px 8px;
}
.grocery-search-wrapper .grocery-search-bar a.grocery-button {
  border-left: 2px solid #dc4e04;
  background: #dc4e04;
  color: #fff;
  width: 20%;
  height: 100%;
  font-weight: bold;
  margin-top: -3px;
  text-transform: capitalize;
  text-decoration: none;
  border-radius: 0;
  line-height: 36px;
}
.grocery-search-wrapper .grocery-search-bar .selectize-control {
  position: absolute;
  font-size: 14px;
  width: 100%;
  top: 0px;
  bottom: 0px;
}
.grocery-search-wrapper .grocery-search-bar .selectize-control input {
  height: 90%;
  line-height: 14px;
}
.grocery-search-wrapper .grocery-search-bar .selectize-control input input {
  height: 100% !important;
}
.grocery-search-wrapper .grocery-search-bar .selectize-control input .transparent-select {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border: 0px none !important;
  color: black !important;
  background: transparent !important;
  text-shadow: none !important;
  padding: 3px 3px 3px 0px !important;
}
.grocery-search-wrapper .grocery-search-results {
  position: absolute;
  width: 80%;
  margin: 0px auto;
  border-top: 0px;
  z-index: 10;
  top: 100%;
  left: 0;
}
.grocery-search-wrapper .grocery-search-results .close-box {
  padding: 20px 0px;
}
.grocery-search-wrapper .grocery-search-results ul {
  display: block;
  text-align: center;
  position: relative;
  max-height: 300px;
  overflow-y: scroll;
  border-bottom: 1px solid rgba(170, 170, 170, 0.5);
  border-right: 1px solid rgba(170, 170, 170, 0.5);
  border-left: 1px solid rgba(170, 170, 170, 0.5);
  margin-bottom: 20px;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}
.grocery-search-wrapper .grocery-search-results ul li {
  display: block;
  position: relative;
  border: 1px solid #f8f8f8;
  margin-top: -1px;
  text-align: left;
  padding: 8px;
  background: #fff;
}
.grocery-search-wrapper .grocery-search-results ul li:nth-child(2n+1) {
  background: #f8f8f8;
}
.grocery-search-wrapper .grocery-search-results ul li * {
  vertical-align: middle;
}
.grocery-search-wrapper .grocery-search-results ul li .img {
  border: 4px solid white;
  width: 50px;
  height: 50px;
  float: left;
  background: #f8f8f8;
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
  box-shadow: 0px 0px 3px rgba(100, 100, 100, 0.6);
}
.grocery-search-wrapper .grocery-search-results ul li .inputs {
  float: right;
}
.grocery-search-wrapper .grocery-search-results ul li .inputs .price {
  font-size: 12px;
  margin-right: 10px;
  font-weight: bold;
}
.grocery-search-wrapper .grocery-search-results ul li .inputs input.quantity {
  font-size: 12px;
  width: 45px;
  padding: 6px 3px;
  text-align: center;
  margin-right: 10px;
  color: black;
  border: 1px solid #666666;
  background: #fff;
}
.grocery-search-wrapper .grocery-search-results ul li .inputs .btn {
  font-size: 11px;
  background: #dc4e04;
  color: #fff;
  width: 50px;
  padding: 5px 3px;
  text-align: center;
  margin-right: 10px;
  border-radius: 0px;
  position: relative;
}
.grocery-search-wrapper .grocery-search-results ul li .inputs .btn:focus {
  outline: none;
}
.grocery-search-wrapper .grocery-search-results ul li .inputs .btn .sk-three-bounce {
  position: absolute;
  top: -32px;
  left: -17px;
}
.grocery-search-wrapper .grocery-search-results ul li .inputs .btn .sk-three-bounce .sk-child {
  width: 8px;
  height: 8px;
  background: #fff;
}
.grocery-search-wrapper .grocery-search-results ul li .inputs .btn.transmiting {
  padding: 13px 3px;
}
.grocery-search-wrapper .grocery-search-results ul li .inputs .btn.transmiting .sk-three-bounce {
  top: -30px;
}
.grocery-search-wrapper .grocery-search-results ul li .inputs select {
  background-color: #fff;
  border: 1px solid #666666;
  width: 100px;
  margin-right: 10px;
  font-size: 12px;
  padding: 5px 3px;
}
.grocery-search-wrapper .grocery-search-results ul li .content {
  float: left;
  margin-left: 10px;
  margin-right: 10px;
  width: 45%;
}
.grocery-search-wrapper .grocery-search-results ul li .content .description {
  color: #999;
  font-size: 90%;
}
.grocery-search-wrapper .grocery-search-results ul li .content .location {
  font-size: 12px;
  color: #555;
}
.grocery-search-wrapper .search-caption {
  text-align: center;
  color: #999;
  font-size: 13px;
  padding-top: 5px;
  color: #dc4e04;
}
.grocery-search-wrapper .search-caption.pb-30 {
  padding-bottom: 30px;
}
.ng-cloak {
  display: none;
}
.grocery-list {
  margin-top: 3em;
  margin-bottom: 5em;
}
.grocery-list .title {
  padding: 0 0px 15px 3px;
  font-size: 17px;
  font-weight: 600;
}
.grocery-list .shop-wrap {
  height: auto;
}
.grocery-list .shop-wrap .shops {
  display: inline-block;
}
.grocery-list .shop-wrap .shops input[type=checkbox] {
  display: none;
}
.grocery-list .shop-wrap .shops label {
  display: inline-block;
  border: 1px solid rgba(200, 200, 200, 0.4);
  margin-right: 10px;
  padding: 6px 10px;
  margin-bottom: 10px;
  border-radius: 3px;
  font-size: 11.5px;
  background-color: #fff;
  cursor: pointer;
}
.grocery-list .shop-wrap .shops label:hover {
  box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0), 0 0px 7px 0 rgba(0, 0, 0, 0.19);
}
.grocery-list .shop-wrap .shops input[type=checkbox]:checked ~ label {
  background-color: #DF4E00;
  color: #fff;
  border: 1px solid transparent;
}
.list-wrap {
  width: 100%;
  height: auto;
  margin: auto;
  float: right;
  position: relative;
}
.list-wrap .color_keys {
  margin-bottom: 1em;
}
.list-wrap .color_keys .key {
  display: inline-block;
  padding: 3px 5px;
  margin-right: 10px;
}
.list-wrap .color_keys .key span {
  vertical-align: middle;
}
.list-wrap .color_keys .key span.updated {
  background-color: rgba(249, 180, 82, 0.3);
  width: 20px;
  height: 20px;
  display: inline-block;
  margin-right: 5px;
}
.list-wrap .color_keys .key span.new {
  background-color: rgba(26, 206, 71, 0.3);
  width: 20px;
  height: 20px;
  display: inline-block;
  margin-right: 5px;
}
.list-wrap .grocery-lists {
  display: block;
  text-align: center;
  position: relative;
  border: 2px solid #f2f2f2;
  margin-bottom: 1.5em;
}
.list-wrap .grocery-lists .grocery-store {
  display: block;
  position: relative;
  border: 1px solid #f8f8f8;
  margin-top: -1px;
  margin-bottom: 5px;
  text-align: left;
  padding: 8px;
  height: 50px;
}
.list-wrap .grocery-lists .grocery-store:nth-child(2n+1) {
  background: #f8f8f8;
}
.list-wrap .grocery-lists .grocery-store * {
  vertical-align: middle;
}
.list-wrap .grocery-lists .grocery-store .img {
  border: 4px solid white;
  width: 50px;
  height: 50px;
  float: left;
  background: #f8f8f8;
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
  box-shadow: 0px 0px 3px rgba(100, 100, 100, 0.6);
}
.list-wrap .grocery-lists .grocery-store .inputs {
  float: right;
  height: 100%;
  width: 50%;
  text-align: right;
  vertical-align: middle;
  padding: 5px;
}
.list-wrap .grocery-lists .grocery-store .inputs .item {
  display: inline-block;
  height: 100%;
  line-height: 36px;
  text-align: left;
  color: #dc4e04;
  font-size: 15px;
  margin-right: 13px;
}
.list-wrap .grocery-lists .grocery-store .inputs .item div.item-price {
  line-height: 1;
  text-align: left;
  font-weight: 600;
  font-size: 20px;
}
.list-wrap .grocery-lists .grocery-store .inputs .item div.items {
  line-height: 1;
  text-align: left;
  color: 12px;
  color: #333;
}
.list-wrap .grocery-lists .grocery-store .inputs .price {
  font-size: 12px;
  margin-right: 10px;
  font-weight: bold;
  display: inline-block;
  text-align: left;
  font-size: 15px;
  margin-right: 67px;
}
.list-wrap .grocery-lists .grocery-store .inputs input.quantity {
  font-size: 12px;
  width: 50px;
  padding: 6px 3px;
  text-align: center;
  margin-right: 10px;
  color: black;
  border: 1px solid #666666;
  background: #fff;
}
.list-wrap .grocery-lists .grocery-store .inputs .btn {
  background: #5BB75B;
  color: #fff;
  width: 65px;
  padding: 5px 3px;
  text-align: center;
  border-radius: 2px;
  position: relative;
}
.list-wrap .grocery-lists .grocery-store .inputs .btn:focus {
  outline: none;
}
.list-wrap .grocery-lists .grocery-store .inputs .btn .sk-three-bounce {
  position: absolute;
  top: -29px;
  left: -10px;
}
.list-wrap .grocery-lists .grocery-store .inputs .btn .sk-three-bounce .sk-child {
  width: 8px;
  height: 8px;
  background: #fff;
}
.list-wrap .grocery-lists .grocery-store .inputs .btn.transmiting {
  padding: 13px 3px;
}
.list-wrap .grocery-lists .grocery-store .inputs .btn.transmiting .sk-three-bounce {
  top: -30px;
}
.list-wrap .grocery-lists .grocery-store .inputs select {
  border: 2px solid #666666;
  width: 80px;
  margin-right: 10px;
  font-size: 12px;
  padding: 5px 3px;
}
.list-wrap .grocery-lists .grocery-store .content {
  float: left;
  margin-left: 10px;
  margin-right: 10px;
  height: 100%;
  vertical-align: middle;
  padding: 5px 5px 5px 0;
}
.list-wrap .grocery-lists .grocery-store .content .name {
  font-weight: bold;
}
.list-wrap .grocery-lists .grocery-store .content .name a {
  text-decoration: none;
  color: inherit;
}
.list-wrap .grocery-lists .grocery-store .content .name a:hover {
  color: #dc4e04;
}
.list-wrap .grocery-lists .grocery-store .content .contact {
  font-size: 10.5px;
  vertical-align: middle;
}
.list-wrap .grocery-lists .grocery-store .content .contact a {
  margin-right: 5px;
  text-decoration: none;
  color: inherit;
}
.list-wrap .grocery-lists .grocery-store .content .contact a:hover {
  color: #dc4e04;
}
.list-wrap .grocery-lists .grocery-store .content .description {
  color: #999;
  font-size: 90%;
}
.list-wrap .grocery-lists .grocery-store .content .location {
  font-size: 12px;
  color: #555;
}
.list-wrap .grocery-lists .inner-items {
  padding: 10px;
}
.list-wrap .grocery-lists .inner-items a {
  text-decoration: none !important;
  color: inherit !important;
}
.list-wrap .grocery-lists .inner-items a:hover {
  color: #dc4e04;
}
.list-wrap .grocery-lists .inner-items .item-lists {
  display: block;
  position: relative;
  margin-top: -1px;
  text-align: left;
  padding: 8px;
  height: auto;
}
.list-wrap .grocery-lists .inner-items .item-lists.updated {
  background-color: rgba(249, 180, 82, 0.3);
}
.list-wrap .grocery-lists .inner-items .item-lists.new {
  background-color: rgba(26, 206, 71, 0.3);
}
.list-wrap .grocery-lists .inner-items .item-lists * {
  vertical-align: middle;
}
.list-wrap .grocery-lists .inner-items .item-lists .img {
  border: 4px solid white;
  width: 50px;
  height: 50px;
  float: left;
  background: #f8f8f8;
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
  box-shadow: 0px 0px 3px rgba(100, 100, 100, 0.6);
}
.list-wrap .grocery-lists .inner-items .item-lists .inputs {
  float: right;
}
.list-wrap .grocery-lists .inner-items .item-lists .inputs .price {
  font-size: 12px;
  margin-right: 20px;
  font-weight: bold;
  text-align: right;
  width: 70px;
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.list-wrap .grocery-lists .inner-items .item-lists .inputs input.quantity {
  font-size: 12px;
  width: 50px;
  padding: 6px 3px;
  text-align: center;
  margin-right: 10px;
  color: black;
  border: 1px solid #666666;
  background: #fff;
}
.list-wrap .grocery-lists .inner-items .item-lists .inputs .btn {
  background: #dc4e04;
  color: #fff;
  width: 50px;
  padding: 5px 3px;
  text-align: center;
  border-radius: 2px;
  font-size: 12px;
  position: relative;
  display: inline-block;
}
.list-wrap .grocery-lists .inner-items .item-lists .inputs .btn:focus {
  outline: none;
}
.list-wrap .grocery-lists .inner-items .item-lists .inputs .btn .sk-three-bounce {
  position: absolute;
  top: -31px;
  left: -16px;
}
.list-wrap .grocery-lists .inner-items .item-lists .inputs .btn .sk-three-bounce .sk-child {
  width: 8px;
  height: 8px;
  background: #fff;
}
.list-wrap .grocery-lists .inner-items .item-lists .inputs .btn.transmiting {
  padding: 13px 3px;
}
.list-wrap .grocery-lists .inner-items .item-lists .inputs .btn.transmiting .sk-three-bounce {
  top: -30px;
}
.list-wrap .grocery-lists .inner-items .item-lists .inputs select {
  border: 2px solid #666666;
  width: 80px;
  margin-right: 10px;
  font-size: 12px;
  padding: 5px 3px;
}
.list-wrap .grocery-lists .inner-items .item-lists .content {
  float: left;
  margin-left: 10px;
  margin-right: 10px;
  width: 50%;
}
.list-wrap .grocery-lists .inner-items .item-lists .content .description {
  color: #999;
  font-size: 90%;
}
.list-wrap .grocery-lists .inner-items .item-lists .content .location {
  font-size: 12px;
  color: #555;
}
.list-wrap .grocery-lists .price-section {
  border-top: 2px solid #f2f2f2;
  padding: 10px 12px;
}
.list-wrap .grocery-lists .price-section table {
  width: 100%;
  border-collapse: collapse;
}
.list-wrap .grocery-lists .price-section table tr td .items {
  line-height: 1;
  text-align: left;
  font-size: 14px;
  color: #333;
}
.list-wrap .grocery-lists .price-section table tr td .price {
  text-align: right;
  font-weight: 600;
  font-size: 19px;
  color: #dc4e04;
}
.list-wrap .grocery-lists .price-section table tr td .btn {
  background: #5bb75b;
  color: #fff;
  width: 60px;
  padding: 6px 3px;
  text-align: center;
  border-radius: 2px;
  font-size: 12px;
  position: relative;
  float: right;
}
.list-wrap .grocery-lists .price-section table tr td .btn:focus {
  outline: none;
}
.list-wrap .grocery-lists .price-section table tr td .btn .sk-three-bounce {
  position: absolute;
  top: -31px;
  left: -16px;
}
.list-wrap .grocery-lists .price-section table tr td .btn .sk-three-bounce .sk-child {
  width: 8px;
  height: 8px;
  background: #fff;
}
.list-wrap .grocery-lists .price-section table tr td .btn.transmiting {
  padding: 13px 3px;
}
.list-wrap .grocery-lists .price-section table tr td .btn.transmiting .sk-three-bounce {
  top: -30px;
}
.list-wrap .grocery-lists .price-section table tr td.btn-wrap {
  width: 75px;
}
.list-wrap .grocery-lists .price-section .buy-btn {
  float: right;
  text-align: right;
}
.list-wrap .grocery-lists .price-section .buy-btn .btn {
  background: #5bb75b;
  color: #fff;
  width: 50px;
  padding: 5px 3px;
  text-align: center;
  border-radius: 2px;
  font-size: 12px;
  position: relative;
}
.list-wrap .grocery-lists .price-section .buy-btn .btn:focus {
  outline: none;
}
.list-wrap .grocery-lists .price-section .buy-btn .btn .sk-three-bounce {
  position: absolute;
  top: -31px;
  left: -16px;
}
.list-wrap .grocery-lists .price-section .buy-btn .btn .sk-three-bounce .sk-child {
  width: 8px;
  height: 8px;
  background: #fff;
}
.no-cart {
  margin-top: 4em;
  padding: 0 10em;
  text-align: center;
}
.no-cart .caption-wrap {
  margin-bottom: 30px;
}
.no-cart .caption-wrap .no-item {
  font-size: 30px;
}
.no-cart .caption-wrap .caption {
  font-size: 14px;
}
.remove-btn {
  float: right;
}
.remove-btn button {
  background: transparent;
  color: #d9534f;
  text-align: right;
  padding: 10px 0px 0px 0px;
  font-size: 13px;
}
.remove-btn button:focus {
  outline: none;
}
label {
  font-weight: 400;
  color: #444444;
  font-size: 14px;
}
.mt-30 {
  margin-top: 30px;
}
.mr-0 {
  margin-right: 0!important;
}
.mr-5 {
  margin-right: 5px !important;
}
.mr-10 {
  margin-right: 10px !important;
}
.item-fix {
  float: right!important;
}
.groceries_checkout_page_wrap {
  width: 100%;
  height: auto;
  min-height: 30em;
  position: relative;
  padding-bottom: 10em;
}
.groceries_checkout_page_wrap {
  border-collapse: collapse;
  width: 100%;
}
.groceries_checkout_page_wrap .left_content {
  padding: 20px 0px 20px 0;
  padding-top: 0px !important;
  padding-bottom: 0px !important;
  vertical-align: top;
}
.groceries_checkout_page_wrap .left_content h1 {
  font-size: 20px;
  padding: 10px 0;
  font-weight: 600;
  text-transform: uppercase;
  margin: 0px;
}
.groceries_checkout_page_wrap .left_content section {
  padding: 3px 0;
}
.groceries_checkout_page_wrap .left_content section article {
  width: 100%;
}
.groceries_checkout_page_wrap .left_content section article .left {
  height: auto;
  padding: 5px 0;
  width: 50%;
  float: left;
}
.groceries_checkout_page_wrap .left_content section article .left .form_control {
  display: block;
  width: 100%;
  height: 40px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555;
  vertical-align: middle;
  background-color: #fff;
  border: 2px solid rgba(200, 200, 200, 0.4);
}
.groceries_checkout_page_wrap .left_content section article .left:focus {
  border-color: ;
}
.groceries_checkout_page_wrap .left_content section article .right {
  height: auto;
  padding: 5px 0 0px 5px;
  width: 50%;
  float: right;
}
.groceries_checkout_page_wrap .left_content section article .right .form_control {
  display: block;
  width: 100%;
  height: 40px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555;
  vertical-align: middle;
  background-color: #fff;
  border: 2px solid rgba(200, 200, 200, 0.4);
}
.groceries_checkout_page_wrap .left_content section article .single {
  height: auto;
  padding: 5px 0;
  width: 100%;
  max-width: 100%;
  float: left;
}
.groceries_checkout_page_wrap .left_content section article .single .form_control {
  display: block;
  width: 100%;
  max-width: 100%;
  height: 40px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555;
  vertical-align: middle;
  background-color: #fff;
  border: 2px solid rgba(200, 200, 200, 0.4);
}
.groceries_checkout_page_wrap .left_content section article .single_2 .form_control {
  display: block;
  width: 100%;
  max-width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555;
  vertical-align: middle;
  background-color: #fff;
  border: 1px solid rgba(200, 200, 200, 0.4);
}
.groceries_checkout_page_wrap .left_content section article .single:focus {
  border-color: rgba(200, 200, 200, 0.4);
}
.groceries_checkout_page_wrap .left_content section article .single .textfield_control {
  margin: 0px;
  max-width: 730px;
  height: 142px;
  width: 730px;
}
.groceries_checkout_page_wrap .left_content section article .state_div {
  height: auto;
  padding: 5px 0;
  width: 50%;
  float: left;
}
.groceries_checkout_page_wrap .left_content section article .state_div .form_control {
  display: block;
  width: 100%;
  height: 40px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555;
  vertical-align: middle;
  background-color: #fff;
  border: 2px solid rgba(200, 200, 200, 0.4);
}
.groceries_checkout_page_wrap .left_content section article .city_div {
  height: 8em;
  padding: 5px;
  width: 33.3%;
  float: left;
}
.groceries_checkout_page_wrap .left_content section article .city_div .form_control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555;
  vertical-align: middle;
  background-color: #fff;
  border: 1px solid rgba(200, 200, 200, 0.4);
}
.groceries_checkout_page_wrap .left_content section article .country_div {
  height: auto;
  padding: 5px 0 0px 5px;
  width: 50%;
  float: right;
}
.groceries_checkout_page_wrap .left_content section article .country_div .form_control {
  display: block;
  width: 100%;
  height: 40px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555;
  vertical-align: middle;
  background-color: #fff;
  border: 2px solid rgba(200, 200, 200, 0.4);
}
.groceries_checkout_page_wrap .left_content .diff {
  padding: 3px 0;
  width: 100%;
  margin-bottom: 10px;
  background: #fff;
}
.groceries_checkout_page_wrap .left_content .diff .additional_description_wrap {
  width: 100%;
  height: auto;
  margin-bottom: 10px;
}
.groceries_checkout_page_wrap .left_content .diff .additional_description_div {
  height: auto;
  padding: 0;
  width: 100%;
  max-width: 100%;
  margin-bottom: 10px;
}
.groceries_checkout_page_wrap .left_content .diff .additional_description_div .textfield_control {
  margin: 0px;
  height: 142px;
  max-height: 142px;
  width: 100%;
  padding: 12px;
}
.groceries_checkout_page_wrap .right_content {
  vertical-align: top;
}
.groceries_checkout_page_wrap .right_content h1 {
  font-size: 20px;
  padding: 10px 10px 10px 0px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 39.1px !important;
  margin-top: 0px;
}
.groceries_checkout_page_wrap .right_content section {
  border: 2px solid rgba(200, 200, 200, 0.4);
}
.groceries_checkout_page_wrap .right_content section article {
  padding: 10px;
}
.groceries_checkout_page_wrap .right_content section article:first-child {
  border-bottom: 1px solid rgba(200, 200, 200, 0.4);
}
.groceries_checkout_page_wrap .right_content section article label:first-child {
  width: 100%;
}
.groceries_checkout_page_wrap .right_content section article label h4 {
  border-bottom: 2px dotted rgba(200, 200, 200, 0.4);
  padding-bottom: 10px;
  margin-bottom: 0px;
  font-size: 15px;
  margin-top: 0px !important;
}
.groceries_checkout_page_wrap .right_content section article .checkbox_list {
  padding-left: 5px;
}
.groceries_checkout_page_wrap .right_content section .form-group {
  margin-bottom: 0px;
}
.groceries_checkout_page_wrap .right_content section article button,
.groceries_checkout_page_wrap table tr .right_content section article input[type="submit"] {
  border-radius: 5px !important;
  border: none;
  background: #5cb85c;
  color: #fff;
  width: 100%;
  text-transform: uppercase;
  font-size: 12px;
  margin-top: 10px;
  padding: 0px;
}
.groceries_checkout_page_wrap .right_content section article button a,
.groceries_checkout_page_wrap table tr .right_content section article input[type="submit"] {
  display: inline-block;
  padding: 12px 70px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  text-decoration: none;
  color: #fff;
}
.groceries_checkout_page_wrap .right_content section article .button_2 {
  border-radius: 5px !important;
  border: none;
  background: #5bb75b;
  color: #fff;
  width: 100%;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  padding: 12px 0;
}
.groceries_checkout_page_wrap .right_content section article .button_1 {
  border-radius: 5px !important;
  border: none;
  background: #d9534f;
  color: #fff;
  width: 100%;
  text-transform: uppercase;
  font-size: 12px;
  margin-top: 10px;
  padding: 5px 0;
}
.groceries_checkout_page_wrap .right_content section article .button_1 a {
  display: inline-block;
  padding: 6px 70px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  text-decoration: none;
  color: #fff;
}
/*css for frontend/review.html file*/
.groceries_cart_page_wrap .right_detail {
  vertical-align: top;
}
.groceries_cart_page_wrap .right_detail .overview_wrap .shipping_info_overview,
.groceries_cart_page_wrap .right_detail .overview_wrap .billing_info_overview {
  margin-bottom: 1em;
}
.groceries_cart_page_wrap .right_detail .overview_wrap .shipping_info_overview h1,
.groceries_cart_page_wrap .right_detail .overview_wrap .billing_info_overview h1 {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 5px;
}
.groceries_cart_page_wrap .right_detail .overview_wrap .shipping_info_overview ul,
.groceries_cart_page_wrap .right_detail .overview_wrap .billing_info_overview ul {
  font-size: 13px;
  margin-bottom: 0px;
  padding: 0px;
}
.groceries_cart_page_wrap .right_detail .overview_wrap .shipping_info_overview ul li,
.groceries_cart_page_wrap .right_detail .overview_wrap .billing_info_overview ul li {
  display: block;
}
.groceries_cart_page_wrap .right_detail .overview_wrap .payment_info_overview h1,
.groceries_cart_page_wrap .right_detail .overview_wrap .Delivery_info_overview h1 {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 0.5em;
  margin-top: 10px;
}
.groceries_cart_page_wrap .right_detail .overview_wrap .payment_info_overview ul,
.groceries_cart_page_wrap .right_detail .overview_wrap .Delivery_info_overview ul {
  font-size: 12px;
  margin-bottom: 0px;
  padding: 0px;
}
.groceries_cart_page_wrap .right_detail .overview_wrap .payment_info_overview ul li,
.groceries_cart_page_wrap .right_detail .overview_wrap .Delivery_info_overview ul li {
  display: block;
}
.groceries_cart_page_wrap .right_detail .overview_wrap .payment_info_overview,
.groceries_cart_page_wrap .right_detail .overview_wrap .Delivery_info_overview {
  margin-bottom: 0px;
}
.groceries_cart_page_wrap .button_button {
  border-radius: 3px !important;
  border: none;
  background: #dc4e04;
  color: #fff;
  width: 100%;
  text-transform: uppercase;
  font-size: 12px;
  margin-top: 15px;
  font-weight: 600;
}
.groceries_cart_page_wrap .button_button a,
.groceries_cart_page_wrap table input[type="submit"].button_button {
  display: inline-block;
  padding: 12px 70px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  text-decoration: none;
  color: #fff;
}
.groceries_cart_page_wrap .review-left-side {
  width: 100% !important;
  border-right: 1px solid rgba(200, 200, 200, 0.4);
  padding: 20px 20px 20px 0;
  vertical-align: top;
}
.groceries_cart_page_wrap .review-left-side table {
  width: 100%;
}
.groceries_cart_page_wrap .review-left-side .review_total_div_wrapper {
  float: right;
  border-top: 1px solid rgba(200, 200, 200, 0.4);
  border-bottom: 1px solid rgba(200, 200, 200, 0.4);
  width: 50%;
  height: 45px;
  line-height: 35px;
  padding: 5px;
  margin-bottom: 1;
  font-size: 14px;
}
.groceries_cart_page_wrap .review-left-side .review_total_div_wrapper .digit_span {
  float: right;
  font-weight: 600;
}
.groceries_cart_page_wrap .review-left-side table tr th {
  font-size: 14px;
  font-weight: 500;
  color: #000;
  text-transform: uppercase;
  padding: 10px 8px 40px 8px;
  width: 14%;
  text-align: right;
}
.groceries_cart_page_wrap .review-left-side table tr th:last-child {
  text-align: right;
}
.groceries_cart_page_wrap .review-left-side table tr th:first-child {
  text-align: left;
}
.groceries_cart_page_wrap .review-left-side table tr th:nth-child(2) {
  text-align: left;
  width: 46.3%;
}
.groceries_cart_page_wrap .review-left-side table tr td {
  padding: 10px;
  border-top: 1px solid rgba(200, 200, 200, 0.4);
  font-size: 14px;
}
.groceries_cart_page_wrap .review-left-side table tr td form button {
  background: none;
  border: none;
}
.groceries_cart_page_wrap .review-left-side table tr td:nth-child(3n),
.groceries_cart_page_wrap .review-left-side table tr td:nth-child(4n),
.groceries_cart_page_wrap .review-left-side table tr td:nth-child(5n) {
  vertical-align: middle;
  text-align: right;
}
.groceries_cart_page_wrap .review-left-side table tr td:nth-child(2n) {
  vertical-align: middle;
}
.groceries_cart_page_wrap .review-left-side table tr td:first-child {
  width: 15%;
}
.groceries_cart_page_wrap .review-left-side table tr td .product_logo {
  height: 4em;
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto 100%;
  width: 70%;
  font-size: 16px;
}
.groceries_cart_page_wrap .review-left-side table tr td input {
  border-radius: 0px;
  border: 1px solid #e9e9e9;
  box-shadow: none;
  padding: 5px;
  height: 30px;
  width: 45px;
  text-align: center;
}
.mb-0 {
  margin-bottom: 0!important;
}
.button-section {
  margin-top: 30px;
  text-align: left;
}
.button-section .adjust {
  display: inline-block;
  margin-left: 20px;
  vertical-align: top;
  text-transform: uppercase;
}
.button-section .adjust .btn {
  font-size: 12px;
  padding: 8px 12px;
}
.button-section .checkout {
  display: inline-block;
  margin-left: 20px;
  vertical-align: top;
  text-transform: uppercase;
}
.button-section .checkout .btn {
  font-size: 12px;
  padding: 8px 12px;
}
.button-section .payment {
  display: inline-block;
  margin: 0;
  margin-left: 20px;
  vertical-align: top;
  float: right;
}
.button-section .payment input {
  padding: 9px 20px!important;
  margin-top: 0;
}
.pl-0 {
  padding-left: 0!important;
}
.carousel-inner {
  width: 100%;
  height: 100%;
  position: relative;
}
.carousel-inner .item {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.cation {
  color: red;
  display: block;
  text-align: center;
  padding-top: 20px;
}
.hide {
  display: none;
}
.page-popup-wrap {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
  background-color: rgba(0, 0, 0, 0.5);
}
.page-popup-wrap .page-popup {
  width: 600px;
  margin: 100px auto;
  height: auto;
  background-color: #ffffff;
  webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  position: relative;
  border-radius: 3px;
}
.page-popup-wrap .page-popup .close-x {
  display: block;
  position: absolute;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #ffffff;
  border: 1px solid #DC4E04;
  text-align: center;
  font-size: 17px;
  right: -15px;
  top: -15px;
  color: #DC4E04;
  z-index: 1;
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
  webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
  cursor: pointer;
}
.page-popup-wrap .page-popup .content-section {
  padding: 30px;
  background-color: #DC4E04;
  color: #ffffff;
  font-size: 15px;
  position: relative;
}
.page-popup-wrap .page-popup .content-section .triangle {
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 15px solid #DC4E04;
  bottom: -12px;
  left: 50%;
  margin-left: -27px;
}
.page-popup-wrap .page-popup .button-section {
  padding: 30px;
  text-align: center;
  margin-top: 0;
}
.page-popup-wrap .page-popup .button-section a {
  display: inline-block;
  padding: 10px 29px;
  border-radius: 3px;
  color: #333;
  border: 1px solid #666666;
}
.page-popup-wrap .page-popup .button-section a.non-guest {
  margin-left: 15px;
  color: #666;
}
.page-popup-wrap .page-popup .button-section a.non-guest:hover {
  background-color: #DC4E04;
  color: #ffffff;
  border: 1px solid transparent;
}
.page-popup-wrap .page-popup .button-section a.guest {
  margin-right: 15px;
  color: #666;
}
.page-popup-wrap .page-popup .button-section a.guest:hover {
  background-color: #449d44;
  color: #ffffff;
  border: 1px solid transparent;
}
.page-popup-wrap .page-popup .button-section a:hover {
  text-decoration: none;
}
.not-clickable {
  cursor: default!important;
}
.mh-tooltip-wrap {
  display: inline-block;
  position: relative;
}
.mh-tooltip-wrap .mh-tooltip {
  display: inline-block;
  visibility: hidden;
  width: 315px;
  background-color: black;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px;
  position: absolute;
  z-index: 1;
  bottom: 150%;
  left: -30px;
  font-size: 13px;
  margin-left: -60px;
}
.mh-tooltip-wrap .mh-tooltip:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: black transparent transparent transparent;
}
.mh-tooltip-wrap:hover .mh-tooltip {
  visibility: visible;
}
.nav .open > a {
  background-color: transparent;
}
.nav .open > a:hover {
  background-color: transparent;
}
.nav .open > a:focus {
  background-color: transparent;
}
/*-------------------------------*/
/*           Wrappers            */
/*-------------------------------*/
#wrapper {
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  padding-left: 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#wrapper.toggled {
  padding-left: 300px;
}
#wrapper.toggled #sidebar-wrapper {
  width: 300px;
  background-color: #3d3d3d;
}
#wrapper.toggled #page-content-wrapper {
  margin-right: -300px;
  position: absolute;
}
#sidebar-wrapper {
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  background: #1a1a1a;
  height: 100%;
  left: 300px;
  margin-left: -300px;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  width: 0;
  z-index: 1000;
}
#sidebar-wrapper::-webkit-scrollbar {
  display: none;
}
#page-content-wrapper {
  width: 100%;
}
/*-------------------------------*/
/*     Sidebar nav styles        */
/*-------------------------------*/
.sidebar-nav {
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  width: 300px;
}
.sidebar-nav li {
  display: inline-block;
  line-height: 20px;
  position: relative;
  width: 100%;
}
.sidebar-nav li:before {
  -moz-transition: width 0.2s ease-in;
  -ms-transition: width 0.2s ease-in;
  background-color: #1c1c1c;
  content: '';
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  -webkit-transition: width 0.2s ease-in;
  transition: width 0.2s ease-in;
  width: 3px;
  z-index: -1;
}
.sidebar-nav li:first-child a {
  background-color: #ffffff;
  color: #ffffff;
  text-align: center;
}
.sidebar-nav li:first-child a img {
  width: 90%;
  height: auto;
}
.sidebar-nav li:nth-child(2):before {
  background-color: #52418a;
}
.sidebar-nav li:nth-child(3):before {
  background-color: #5c499c;
}
.sidebar-nav li:nth-child(4):before {
  background-color: #6651ad;
}
.sidebar-nav li:nth-child(5):before {
  background-color: #7562b5;
}
.sidebar-nav li:nth-child(6):before {
  background-color: #8473be;
}
.sidebar-nav li:nth-child(7):before {
  background-color: #9485c6;
}
.sidebar-nav li:nth-child(8):before {
  background-color: #a396ce;
}
.sidebar-nav li:nth-child(9):before {
  background-color: #b2a7d6;
}
.sidebar-nav li:hover:before {
  -webkit-transition: width 0.2s ease-in;
  transition: width 0.2s ease-in;
  width: 100%;
}
.sidebar-nav li a {
  color: #dddddd;
  display: block;
  padding: 10px 15px 10px 30px;
  text-decoration: none;
}
.sidebar-nav li.open:hover before {
  -webkit-transition: width 0.2s ease-in;
  transition: width 0.2s ease-in;
  width: 100%;
}
.sidebar-nav .dropdown-menu {
  background-color: #222222;
  border-radius: 0;
  border: none;
  box-shadow: none;
  margin: 0;
  padding: 0;
  position: relative;
  width: 100%;
}
.sidebar-nav li a:hover,
.sidebar-nav li a:active,
.sidebar-nav li a:focus,
.sidebar-nav li.open a:hover,
.sidebar-nav li.open a:active,
.sidebar-nav li.open a:focus {
  background-color: transparent;
  color: #ffffff;
  text-decoration: none;
}
.sidebar-nav > .sidebar-brand {
  font-size: 20px;
  height: 65px;
  line-height: 44px;
}
/*-------------------------------*/
/*       Hamburger-Cross         */
/*-------------------------------*/
.hamburger {
  background: transparent;
  border: none;
  display: block;
  height: 32px;
  margin-left: 15px;
  position: fixed;
  top: 10px;
  width: 32px;
  z-index: 999;
}
.hamburger:hover {
  outline: none;
}
.hamburger:focus {
  outline: none;
}
.hamburger:active {
  outline: none;
}
.hamburger.is-closed:before {
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-transition: all 0.35s ease-in-out;
  color: #ffffff;
  content: '';
  display: block;
  font-size: 14px;
  line-height: 32px;
  opacity: 0;
  text-align: center;
  width: 100px;
}
.hamburger.is-closed:hover before {
  -webkit-transform: translate3d(-100px, 0, 0);
  -webkit-transition: all 0.35s ease-in-out;
  display: block;
  opacity: 1;
}
.hamburger.is-closed:hover .hamb-top {
  -webkit-transition: all 0.35s ease-in-out;
  top: 0;
}
.hamburger.is-closed:hover .hamb-bottom {
  -webkit-transition: all 0.35s ease-in-out;
  bottom: 0;
}
.hamburger.is-closed .hamb-top {
  -webkit-transition: all 0.35s ease-in-out;
  background-color: rgba(255, 255, 255, 0.7);
  top: 5px;
}
.hamburger.is-closed .hamb-middle {
  background-color: rgba(255, 255, 255, 0.7);
  margin-top: -2px;
  top: 50%;
}
.hamburger.is-closed .hamb-bottom {
  -webkit-transition: all 0.35s ease-in-out;
  background-color: rgba(255, 255, 255, 0.7);
  bottom: 5px;
}
.hamburger.is-closed .hamb-top,
.hamburger.is-closed .hamb-middle,
.hamburger.is-closed .hamb-bottom,
.hamburger.is-open .hamb-top,
.hamburger.is-open .hamb-middle,
.hamburger.is-open .hamb-bottom {
  height: 4px;
  left: 0;
  position: absolute;
  width: 100%;
}
.hamburger.is-open .hamb-top {
  -webkit-transform: rotate(45deg);
  -webkit-transition: -webkit-transform 0.2s cubic-bezier(0.73, 1, 0.28, 0.08);
  background-color: #ffffff;
  margin-top: -2px;
  top: 50%;
}
.hamburger.is-open .hamb-middle {
  background-color: #ffffff;
  display: none;
}
.hamburger.is-open .hamb-bottom {
  -webkit-transform: rotate(-45deg);
  -webkit-transition: -webkit-transform 0.2s cubic-bezier(0.73, 1, 0.28, 0.08);
  background-color: #ffffff;
  margin-top: -2px;
  top: 50%;
}
.hamburger.is-open:before {
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-transition: all 0.35s ease-in-out;
  color: #ffffff;
  content: '';
  display: block;
  font-size: 14px;
  line-height: 32px;
  opacity: 0;
  text-align: center;
  width: 100px;
}
.hamburger.is-open:hover before {
  -webkit-transform: translate3d(-100px, 0, 0);
  -webkit-transition: all 0.35s ease-in-out;
  display: block;
  opacity: 1;
}
/*-------------------------------*/
/*          Dark Overlay         */
/*-------------------------------*/
.overlay {
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 1;
}
.navbar .logo {
  width: 100%;
  height: 5em;
  text-align: center;
  border-bottom: 1px solid #f8f8f8;
}
.navbar .logo img {
  width: 75%;
  height: auto;
  margin-top: 1em;
}
.navbar .navigation-sec {
  padding: 0 35px;
}
.navbar .navigation-sec ul {
  margin: 0;
  padding: 0;
  width: 100%;
}
.navbar .navigation-sec ul li {
  display: block;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 17px;
  text-align: right;
  border-bottom: 1px solid #efefef;
}
.navbar .navigation-sec ul li a {
  color: #000000;
  text-decoration: none;
  display: block;
  width: 100%;
  height: 100%;
  padding: 20px 0px;
}
.navbar .navigation-sec ul li a:hover {
  color: #F37D14;
}
.form-actions button {
  border-radius: 0;
}
.center {
  vertical-align: middle;
  text-align: center;
}
.inv {
  font-size: 15px;
  color: #888;
  margin-top: -30px;
}
input[type="button"] {
  border-radius: 0;
}
select {
  border-radius: 0;
}
select {
  border-radius: 0px;
  border: 1px solid #e9e9e9;
  box-shadow: none;
}
select:focus {
  box-shadow: none;
  border: 1px solid;
}
input {
  border-radius: 0px;
  border: 1px solid #e9e9e9;
  box-shadow: none;
}
input:focus {
  box-shadow: none;
  border: 1px solid;
}
textarea {
  border-radius: 0px;
  border: 1px solid #e9e9e9;
  box-shadow: none;
  max-width: 100%;
  width: 100%;
  height: 100px;
  max-height: 200px;
}
textarea:focus {
  box-shadow: none;
  border: 1px solid;
}
label {
  font-weight: 400;
  color: #444444;
}
button {
  border-radius: 0px;
  border: none;
  background: #dc4e04;
  color: #fff;
  width: 100px;
}
.d_error {
  color: red;
  font-size: 11px;
  margin-left: 20px;
}
.u {
  display: none;
}
.profile-content {
  margin: auto;
  margin-top: 9.5em;
  height: auto;
  position: relative;
}
.the_wraper {
  width: 100%;
  height: auto;
  border: 1px solid #eeeeee;
  margin-bottom: 20px;
}
.pg_content {
  width: 80%;
  float: right;
  height: auto;
  margin-left: -1px;
  background: #fff;
}
.ed {
  height: 45px;
  border: 1px solid #eee;
  margin: 50px;
}
.ed .icone {
  width: 8%;
  height: 100%;
  border-right: 1px solid #eee;
  border-radius: 0px 50px 50px 0px!important;
  text-align: center;
  margin-right: 10px;
  display: inline-block;
}
.ed .icone i {
  font-size: 30px;
  color: #dc4e04;
  line-height: 45px;
}
.ed .discriptn {
  font-size: 22px;
  line-height: 45px;
  height: 45px;
  font-weight: 700;
}
#btn-comment {
  float: right;
  display: block;
  border-radius: 0;
  width: 100px;
}
.heading {
  width: 100%;
  margin-bottom: -1px;
  min-height: 40px;
  padding: 0px 20px;
  background: #282828;
  border: 1px solid #333;
}
.heading .row {
  height: inherit;
}
.d-caption .ikon {
  font-size: 50px;
  color: #dc4e04;
  /*padding: 5px;
		text-align: center;
		width: 100px;*/
  /*border: 3px solid #eee;*/
}
.d-caption .user-prf {
  font-size: 15px;
  line-height: 40px;
  font-weight: 700;
  /*margin-left: 10px;
		text-align: right;*/
  color: #333;
}
.d-caption .discriptn {
  font-size: 20px;
  font-weight: 700;
  margin-left: 10px;
}
.info {
  padding: 40px 10px 50px 10px;
}
.con {
  padding: 10px 50px;
}
.parts {
  padding-top: 10px;
}
.parts .btn-group {
  margin-right: 15px;
}
.d-body {
  width: 100%;
  max-height: auto;
  height: auto;
  padding: 0 20px;
  min-height: 700px;
  background: #fff;
  margin-bottom: 30px;
  /*box-shadow: 1px 1px 1px #eee;*/
}
.d-body div ul.nav {
  margin-bottom: -2px;
  border: none;
}
.d-body div ul.nav li.active {
  box-shadow: 0px -2px 4px 1px #ccc;
  border-radius: 4px;
}
.d-body div ul.nav li.active a {
  border: none !important;
}
.d-body div .tab-content {
  box-shadow: 0px 2px 4px #ccc;
  border-top: 1px solid #ddd;
}
.d-body .rght-info .detail span {
  display: block;
}
.d-body .rght-info .detail .title {
  font-size: 14px;
  font-weight: 800;
}
.d-body .rght-info .detail .title-discriptn {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 15px;
  font-weight: 500;
}
.d-body .table {
  font-size: 11px;
  width: 100%;
  /*height: auto*/
  /*tr:hover{
        	background: #fff;
        }*/
}
.d-body .table table {
  position: relative;
  height: auto;
  border-collapse: collapse;
  width: 100%;
  font-size: 11px;
}
.d-body .table table td {
  font-size: 13px;
  padding: 10px;
  text-align: left;
  border-bottom: 3px solid #fff;
}
.d-body .table table td a {
  text-decoration: none;
}
.d-body .table table td img {
  height: auto;
  width: 88px;
  margin-left: 6px;
  margin-right: 6px;
}
.d-body .table table td .caption {
  font-size: 10px;
  color: #777;
  margin-bottom: 5px;
}
.d-body .table table td .pro_name {
  display: block;
  margin-bottom: 5px;
}
.d-body .table table th {
  font-size: 12px;
  padding: 10px;
  text-align: left;
  text-transform: uppercase;
  /*border: 1px solid #ddd;*/
}
.link_btn {
  background: rgba(153, 153, 153, 0.6);
  color: #fbfbfb;
  padding: 6px 10px;
  border-radius: 3px;
  margin-right: 5px;
  display: inline-block;
  margin-bottom: 5px;
}
.link_btn:hover {
  background: #5bb75b;
}
.link_btn.sucess:hover {
  background: #5bb75b;
}
.link_btn.danger:hover {
  background: #d2322d;
  color: #fff !important;
}
.link_btn.warning-color:hover {
  background: #EC971F;
  color: #fff !important;
}
.link_btn.gtb:hover {
  background: #DC4E04;
  color: #fff !important;
}
.link_btn.gold:hover {
  background: #FFC125;
}
.link_btn.selected {
  background: #5bb75b!important;
}
.link_btn span i {
  display: inline-block;
  padding-right: 5px;
  font-size: 13px;
}
.link_btn.refund_requested {
  background: #449D44;
  color: #ffffff!important;
  border: 2px solid #449D44;
  padding: 3px 8px;
  border-radius: 3px;
  display: inline-block;
}
ul.navigation li.active {
  border-bottom: 1px solid #efefef;
  border-top: 1px solid #efefef;
  border-right: 1px solid white;
  margin-right: -1;
  margin-top: -1;
  background: #fff;
  box-shadow: -2px 1px 1px #eee;
}
.remove {
  border-bottom: none!important;
  border-top: none!important;
  border-right: none!important;
  margin-right: 0!important;
  margin-top: 0!important;
  box-shadow: none!important;
  background: #fbfbfb!important;
}
.sidenav {
  width: 20%;
  float: left;
  height: 100%;
  background-color: #fbfbfb;
  margin-left: 0px;
  /*margin-bottom: 20px;*/
}
.sidenav ul {
  margin-bottom: 0px;
}
.sidenav ul a {
  color: inherit;
  text-decoration: none;
  padding: 20px 35px 20px 0px;
}
.sidenav ul li {
  padding: 10px 0px 10px 30px;
}
.sidenav ul li .ikon {
  font-size: 18px;
  color: #dc4e04;
}
.sidenav ul li .user-prf {
  font-size: 14px;
  line-height: 40px;
  font-weight: 700;
  margin-left: 10px;
}
.sidenav ul li .discriptn {
  font-size: 20px;
  font-weight: 700;
  margin-left: 10px;
}
.sidenav ul li:hover {
  color: #dc4e04;
  cursor: pointer;
  /*color: #fbfbfb;*/
}
.sidenav ul li:hover .ikon {
  /*color: #fff;*/
}
.stores {
  height: 120px;
  background-color: transparent;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  margin-bottom: 15px;
}
.stores .tnail {
  height: 90%;
  background-size: auto 100%;
  background-color: #fcfcfc;
  background-position: center;
  background-repeat: no-repeat;
}
.stores span {
  font-size: 10px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  margin-top: 2px;
}
nav ul {
  margin-top: -25px;
}
nav ul .tab {
  display: inline;
  /*	a:hover{
			    color: #fff;
			    background: @gtb;
			}*/
}
nav ul .tab a {
  /*height: 30px;*/
  word-spacing: 1px;
  /*padding: 5px 7px;*/
  text-decoration: none;
  display: inline-block;
  font-size: 13px;
  font-weight: 600;
  border-radius: 0;
  color: #4d4d4d;
}
.tb {
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 50px;
}
.setting_tab {
  width: 90%;
  background: #fff;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 50px;
  margin: auto;
}
.setting_tab input {
  border-radius: 0px;
}
.setting_tab input:focus {
  border-color: #777;
  box-shadow: none;
}
.tab-wraper {
  margin-left: -45px;
}
#review .container .row .review_ratings {
  width: 70%;
  padding: 5px;
  margin: auto;
  margin-top: 20px;
}
#review .container .row .review_ratings form .review {
  max-width: 100%;
  margin-right: 0;
  max-width: fixed;
  min-height: 80px;
  height: 80px;
  max-height: 130px;
}
#review .container .row .review_ratings form .ratings {
  margin-top: 10px;
}
#review .container .row .review_ratings form .ratings div ul li {
  display: inline;
}
#review .container .row .review_ratings form button {
  border-radius: 0;
  width: 20%;
  margin-bottom: 20px;
}
#review .container .row .review_ratings .comments h3 {
  margin-bottom: 20px;
}
#review .container .row .review_ratings .comments table {
  margin-top: 10px;
  box-shadow: 0 1px 5px #ddd;
  border-radius: 10px;
}
#review .container .row .review_ratings .comments table tbody tr td .r {
  font-size: 10px;
}
#review .container .row .review_ratings .comments table tbody tr td .date {
  font-style: italic;
}
#review .container .row .review_ratings .comments table tbody tr td .username {
  font-weight: 600;
}
.d-btn a {
  color: #dc4e04;
}
.warning {
  margin-bottom: 20px;
}
.warning small {
  margin-top: 5px;
  display: block;
  font-size: 12px;
}
.real-cover {
  background: #efefef;
  background-image: url(../../main/img/background.png);
}
.left_wrap {
  height: 100%;
  background: #333;
  float: left;
  width: 20%;
}
.left_wrap .lnk {
  border-top: 1px solid #fbfbfb;
  border-bottom: 1px solid #d7d7d7;
}
.left_wrap .btm-line {
  border-top: 1px solid #fbfbfb;
}
.left_wrap .top-line {
  border-bottom: 1px solid #d7d7d7;
  padding-top: 25px;
  padding-bottom: 25px;
  font-size: 16px;
  line-height: 30px;
  font-weight: 700;
  margin-left: 10px;
}
.left_wrap .left-nav {
  height: 100%;
  width: 100%;
  background: #efefef;
  background-image: url(../../main/img/background.png);
}
.left_wrap .left-nav .actve {
  background: #efefef;
  color: #dc4e04;
}
.left_wrap .left-nav ul {
  margin-bottom: 0px;
}
.left_wrap .left-nav ul li {
  display: block;
}
.left_wrap .left-nav ul li {
  display: block;
}
.left_wrap .left-nav ul a {
  color: inherit;
  text-decoration: none;
}
.left_wrap .left-nav ul .d-nav {
  width: 100%;
  display: inline-block;
  height: 50px;
  line-height: 50px;
  padding-left: 20px;
  position: relative;
  text-shadow: 0px 1px 0px #fff;
}
.left_wrap .left-nav ul .d-nav .arrow {
  display: inline-block;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-right: 10px solid #fff;
  position: absolute;
  top: 30%;
  right: 0px;
}
.left_wrap .left-nav ul .d-nav1 {
  width: 100%;
  display: inline-block;
  height: 80px;
  line-height: 80px;
  padding-left: 20px;
  position: relative;
  text-shadow: 0px 1px 0px #fff;
}
.left_wrap .left-nav ul .d-nav1 .arrow {
  display: inline-block;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-right: 10px solid #fff;
  position: absolute;
  top: 40%;
  right: 0px;
}
.left_wrap .left-nav ul li .ikon {
  font-size: 18px;
  color: #dc4e04;
}
.left_wrap .left-nav ul li .user-prf {
  font-size: 14px;
  line-height: 40px;
  font-weight: 700;
  margin-left: 10px;
}
.left_wrap .left-nav ul li .ikon1 {
  font-size: 18px;
  color: #dc4e04;
}
.left_wrap .left-nav ul li .user-prf1 {
  font-size: 14px;
  line-height: 40px;
  font-weight: 700;
  margin-left: 10px;
}
.left_wrap .left-nav ul li .discriptn {
  font-size: 20px;
  font-weight: 700;
  margin-left: 10px;
}
.left_wrap .left-nav ul .d-nav:hover {
  color: #dc4e04;
  cursor: pointer;
  /*color: #fbfbfb;*/
}
.left_wrap .left-nav ul .d-nav:hover .ikon {
  /*color: #fff;*/
}
.right_wrap {
  height: auto;
  background: #fff;
  float: left;
  width: 80%;
}
.right_wrap .right_info {
  height: auto;
  width: 100%;
  background: #fff;
  padding: 10px 30px;
  padding-bottom: 100px;
  min-height: 650px;
}
/*New Profile*/
.dashboard-stat {
  margin-bottom: 25px;
}
.dashboard-stat:before,
.dashboard-stat:after {
  display: table;
  line-height: 0;
  content: "";
}
.dashboard-stat:after {
  clear: both;
}
.dashboard-stat .visual {
  width: 80px;
  height: 80px;
  display: block;
  float: left;
  padding-top: 10px;
  padding-left: 15px;
}
.dashboard-stat .visual i {
  text-decoration: none;
  font-size: 65px;
  line-height: 65px;
  color: #fff;
}
.dashboard-stat .details {
  float: right;
  padding-right: 10px;
  margin-bottom: 15px;
}
.dashboard-stat .details .number {
  padding-top: 15px;
  text-align: right;
  font-size: 34px;
  line-height: 34px;
  letter-spacing: -1px;
  margin-bottom: 5px;
  font-weight: 300;
  color: #fff;
}
.dashboard-stat .details .desc {
  text-align: right;
  font-size: 16px;
  letter-spacing: 0px;
  font-weight: 300;
  color: #fff;
}
.dashboard-stat .more {
  clear: both;
  display: block;
  padding: 5px 10px 5px 10px;
  text-transform: uppercase;
  font-weight: 300;
  font-size: 11px;
  color: #fff;
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.dashboard-stat .more:hover {
  text-decoration: none;
  opacity: 1;
  filter: alpha(opacity=100);
}
.dashboard-stat .more > i {
  display: inline-block;
  margin-top: 1px;
  float: right;
}
.dashboard-stat.blue {
  background-color: #27a9e3;
}
.dashboard-stat.blue .more {
  background-color: #208dbe;
}
.dashboard-stat.green {
  background-color: #28b779;
}
.dashboard-stat.green .more {
  background-color: #10a062;
}
.dashboard-stat.red {
  background-color: #e7191b;
}
.dashboard-stat.red .more {
  background-color: #bc0d0e;
}
.dashboard-stat.yellow {
  background-color: #ffb848;
}
.dashboard-stat.yellow .more {
  background-color: #cb871b;
}
.dashboard-stat.purple {
  background-color: #852b99;
}
.dashboard-stat.purple .more {
  background-color: #6e1881;
}
/***
Portlets
***/
.portlet {
  clear: both;
  margin-top: 0px;
  margin-bottom: 25px;
  padding: 0px;
}
.portlet > .portlet-title {
  margin-bottom: 15px;
  border-bottom: 1px solid #eee;
}
.portlet > .portlet-title:after,
.portlet > .portlet-title:before {
  content: "";
  display: table;
  line-height: 0;
}
.portlet > .portlet-title:after {
  clear: both;
}
.portlet > .portlet-title > .caption {
  float: left;
  display: inline-block;
  font-size: 18px;
  line-height: 18px;
  font-weight: 400;
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.portlet > .portlet-title > .caption > i {
  float: left;
  margin-top: 4px;
  display: inline-block !important;
  font-size: 13px;
  margin-right: 5px;
  color: #666;
}
.portlet.blue > .portlet-title > .caption,
.portlet-title.blue > .caption,
.portlet.green > .portlet-title > .caption,
.portlet-title.green > .caption,
.portlet.yellow > .portlet-title > .caption,
.portlet-title.yellow > .caption,
.portlet.red > .portlet-title > .caption,
.portlet-title.red > .caption,
.portlet.purple > .portlet-title > .caption,
.portlet-title.purple > .caption,
.portlet.grey > .portlet-title > .caption,
.portlet-title.dark-grey > .caption {
  color: #fff;
}
.portlet.box.blue > .portlet-title > .caption > i,
.portlet.box.green > .portlet-title > .caption > i,
.portlet.box.grey > .portlet-title > .caption > i,
.portlet.box.yellow > .portlet-title > .caption > i,
.portlet.box.red > .portlet-title > .caption > i,
.portlet.box.purple > .portlet-title > .caption > i,
.portlet.box.light-grey > .portlet-title > .caption > i {
  color: #fff;
}
.sortable .portlet > .portlet-title {
  cursor: move;
}
.portlet > .portlet-title > .tools,
.portlet > .portlet-title > .actions {
  display: inline-block;
  padding: 0;
  margin: 0;
  margin-top: 6px;
  float: right;
}
.portlet > .portlet-title > .tools > a {
  display: inline-block;
  height: 16px;
  margin-left: 5px;
}
.portlet > .portlet-title > .actions > .dropdown-menu i {
  color: #000 !important;
}
.portlet > .portlet-title > .tools > a.remove {
  margin-bottom: 2px;
  background-image: url(../../backend/img/portlet-remove-icon.png);
  background-repeat: no-repeat;
  width: 11px;
}
.portlet > .portlet-title > .tools > a.config {
  margin-bottom: 2px;
  background-image: url(../../backend/img/portlet-config-icon.png);
  background-repeat: no-repeat;
  width: 12px;
}
.portlet > .portlet-title > .tools > a.reload {
  margin-bottom: 2px;
  background-image: url(../../backend/img/portlet-reload-icon.png);
  width: 13px;
}
.portlet > .portlet-title > .tools > a.expand {
  margin-bottom: 2px;
  background-image: url(../../backend/img/portlet-expand-icon.png);
  width: 14px;
}
.portlet > .portlet-title > .tools > a.collapse {
  margin-bottom: 2px;
  background-image: url(../../backend/img/portlet-collapse-icon.png);
  width: 14px;
}
.portlet > .portlet-title > .tools > a:hover {
  text-decoration: none;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  opacity: .6;
  filter: 'alpha(opacity=60)';
}
.portlet > .portlet-title > .actions > .btn-group {
  margin-top: -12px;
}
.portlet > .portlet-title > .actions > .btn {
  padding: 4px 10px;
  margin-top: -14px;
}
.portlet > .portlet-title > .actions > .btn-group > .btn {
  padding: 4px 10px;
  margin-top: -1px;
}
.portlet > .portlet-title > .actions > .btn.btn-sm {
  padding: 3px 8px;
  margin-top: -14px;
}
.portlet > .portlet-title > .actions > .btn-group > .btn-sm {
  padding: 3px 8px;
  margin-top: -1px;
}
.portlet > .portlet-title > .pagination.pagination-sm {
  float: right !important;
  display: inline-block !important;
  margin: 0px;
  margin-top: -4px;
}
.portlet > .portlet-body {
  clear: both;
  padding: 0;
}
.portlet > .portlet-body.light-blue,
.portlet.light-blue {
  background-color: #bfd5fa  !important;
}
.portlet > .portlet-body.blue,
.portlet.blue {
  background-color: #4b8df8 !important;
}
.portlet > .portlet-body.red,
.portlet.red {
  background-color: #e02222 !important;
}
.portlet > .portlet-body.yellow,
.portlet.yellow {
  background-color: #ffb848 !important;
}
.portlet > .portlet-body.green,
.portlet.green {
  background-color: #35aa47 !important;
}
.portlet > .portlet-body.purple,
.portlet.purple {
  background-color: #852b99 !important;
}
.portlet > .portlet-body.light-grey,
.portlet.light-grey {
  background-color: #fafafa !important;
}
.portlet > .portlet-body.grey,
.portlet.grey {
  background-color: #555555 !important;
}
/***
Chats
***/
.chats {
  margin: 0;
  padding: 0;
  margin-top: -15px;
}
.chats li {
  list-style: none;
  padding: 5px 0;
  margin: 10px auto;
  font-size: 12px;
}
.chats li img.avatar {
  height: 45px;
  width: 45px;
  -webkit-border-radius: 50% !important;
  -moz-border-radius: 50% !important;
  border-radius: 50% !important;
}
.chats li.in img.avatar {
  float: left;
  margin-right: 10px;
}
.chats li .name {
  color: #3590c1;
  font-size: 13px;
  font-weight: 400;
}
.chats li .datetime {
  color: #333;
  font-size: 13px;
  font-weight: 400;
}
.chats li.out img.avatar {
  float: right;
  margin-left: 10px;
}
.chats li .messages {
  display: block;
  padding: 5px;
  position: relative;
}
.chats li.in .messages {
  text-align: left;
  border-left: 2px solid #35aa47;
  margin-left: 65px;
  background: #fafafa;
}
.chats li.in .messages .arrow {
  display: block;
  position: absolute;
  top: 5px;
  left: -8px;
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-right: 8px solid #35aa47;
}
.chats li.out .messages .arrow {
  display: block;
  position: absolute;
  top: 5px;
  right: -8px;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 8px solid #da4a38;
}
.chats li.out .messages {
  border-right: 2px solid #da4a38;
  margin-right: 65px;
  background: #fafafa;
  text-align: right;
}
.chats li.out .name,
.chats li.out .datetime {
  text-align: right;
}
.chats li .messages .body {
  display: block;
}
.chat-form {
  margin-top: 15px;
  padding: 10px;
  background-color: #e9eff3;
  overflow: hidden;
  clear: both;
}
.chat-form .input-cont {
  margin-right: 40px;
}
.chat-form .input-cont .form-control {
  width: 100% !important;
  margin-bottom: 0px;
}
.chat-form .input-cont input {
  border: 1px solid #ddd;
  width: 100%  !important;
  margin-top: 0;
}
.chat-form .input-cont input {
  background-color: #fff !important;
}
.chat-form .input-cont input:focus {
  border: 1px solid #4b8df9 !important;
}
.chat-form .btn-cont {
  margin-top: -42px;
  position: relative;
  float: right;
  width: 44px;
}
.chat-form .btn-cont .arrow {
  position: absolute;
  top: 17px;
  right: 43px;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-right: 8px solid #4d90fe;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.chat-form .btn-cont:hover .arrow {
  border-right-color: #0362fd;
}
.chat-form .btn-cont:hover .btn {
  background-color: #0362fd;
}
.chat-form .btn-cont .btn {
  margin-top: 8px;
}
.timestamp {
  display: block;
  width: 56px;
  background: #DD4F05;
  float: left;
  padding: 2px;
}
.timestamp .day,
.timestamp .month,
.timestamp .year {
  display: block;
  text-align: center;
  color: #fff;
  font-weight: normal;
}
.timestamp .month {
  font-size: 20px;
}
.shop-msg {
  width: 100%;
  margin-bottom: 30px;
  position: relative;
  max-height: 600;
  overflow: auto;
}
.admin-msg {
  width: 100%;
  margin-bottom: 30px;
  position: relative;
  max-height: 600;
  overflow: auto;
}
.hedin {
  display: block;
  height: 40px;
  line-height: 40px;
  background: #27a9e3;
  background: rgba(7, 82, 119, 0.8);
  color: #fff;
  padding-left: 20;
  font-weight: 600;
}
.msg_table {
  width: 100%;
}
.msg_table tr td {
  padding: 10px 0 10px 20px;
}
.msg_table tr td a {
  text-decoration: none!important;
}
.msg_table tr td span {
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.msg_table tr td .shop {
  text-align: left;
  font-weight: 600;
  font-size: 12;
  height: 100%;
  padding-right: 25px;
  width: 20em;
  color: #333;
}
.msg_table tr td .shop1 {
  text-align: left;
  font-weight: 600;
  font-size: 12;
  padding-right: 25px;
  max-width: 200px;
  min-width: 200px;
  color: #333;
}
.msg_table tr td .sbj {
  font-size: 12;
  color: #777;
  width: 58em;
}
.msg_table tr td .sbj p {
  display: none;
}
.msg_table tr td .sbj img,
.msg_table tr td .sbj iframe,
.msg_table tr td .sbj table,
.msg_table tr td .sbj hr {
  display: none;
}
.msg_table tr td .sbj1 {
  font-size: 12;
  color: #777;
  width: 60%;
  width: 550px;
}
.msg_table tr td .sbj1 p {
  display: inline;
}
.msg_table tr td .caption {
  color: #888;
  font-size: 11px;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 40%;
}
.msg_table tr td .caption p {
  display: inline;
}
.msg_table tr td .time {
  font-style: italic;
  font-size: 10;
  display: inline-block;
  width: 15%;
  text-align: right;
}
.msg_table tr td .time1 {
  font-style: italic;
  font-size: 10;
  display: inline-block;
  width: 150px;
  float: right;
  margin-right: 10px;
  text-align: right;
}
.msg_table tr td .adm-sbj {
  font-size: 12;
  color: #777;
  width: 80%;
}
.msg_table tr td .adm-sbj p {
  display: inline;
}
.msg_table tr:nth-child(odd) {
  background: #fefefe;
}
.msg_table tr:nth-child(even) {
  background: #fbfbfb;
}
.msg-view h1 {
  margin-left: 10px;
  color: #dc4e04;
  font-weight: 100;
}
.msg-view .d-msg-wrap {
  width: 70%;
  margin: auto;
  padding-top: 50px;
}
.arrow-up:before {
  font-family: FontAwesome;
  font-size: 26px;
  color: #888;
  content: "\f106";
  cursor: pointer;
}
.arrow-down:before {
  font-family: FontAwesome;
  content: "\f107";
  cursor: pointer;
  font-size: 26px;
  color: #888;
}
.arrow-down:before .msg_table {
  width: 100%;
}
.arrow-down:before .msg_table tr td {
  padding: 5px 20px;
}
.arrow-down:before .msg_table tr td a {
  text-decoration: none!important;
}
.arrow-down:before .msg_table tr td span {
  display: block;
}
.arrow-down:before .msg_table tr td .shop {
  text-align: right;
  font-weight: 600;
  font-style: italic;
  font-size: 14;
  margin-right: 25px;
  color: #dc4e04;
  display: none;
}
.arrow-down:before .msg_table tr td .sbj {
  font-size: 14;
  font-weight: bold;
  color: #777;
}
.arrow-down:before .msg_table tr td .caption {
  color: #888;
  font-size: 13px;
}
.arrow-down:before .msg_table tr td small {
  margin-right: 20px;
  font-style: italic;
  margin-bottom: 2px;
  margin-top: -5px;
  font-size: 12;
  float: right;
  display: inline-block;
  color: #dc4e04;
}
.arrow-down:before .msg_table tr td small:hover {
  text-decoration: underline;
}
.arrow-down:before .msg_table tr:nth-child(odd) {
  background: #fefefe;
}
.arrow-down:before .msg_table tr:nth-child(even) {
  background: #fbfbfb;
}
.portlet-body span {
  display: inline-block;
  height: auto;
  margin-right: 10px;
}
.portlet-body a:hover {
  text-decoration: none;
}
.portlet-body .messg-wrap {
  cursor: pointer;
  padding: 10px 5px;
  margin-bottom: 3px;
}
.portlet-body .messg-wrap .msg_dat {
  color: #888;
  width: 15%;
  vertical-align: middle;
}
.portlet-body .messg-wrap .messg {
  color: #333;
  font-size: 13px;
  width: 65%;
  vertical-align: middle;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.portlet-body .messg-wrap .time {
  color: #888;
  width: 15%;
  text-align: right;
  vertical-align: middle;
}
.portlet-body .messg-wrap:nth-child(odd) {
  background: #fefefe;
}
.portlet-body .messg-wrap:hover {
  background-color: #fbfbfb;
}
.portlet-body .reply {
  font-weight: bold;
}
.no_message {
  font-size: 40px;
  font-weight: 100;
  color: #999;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #dc4e04 !important;
}
.nav-tabs > li > a {
  color: #596377!important;
}
.d_shopname {
  display: inline-block;
  font-size: 22px;
  margin-bottom: 20px;
}
.url {
  font-size: 11px;
}
.url a {
  color: #888;
}
.url a:hover {
  text-decoration: none;
}
.msg-cont {
  background: #fefefe;
  padding: 10px;
  border-radius: 5px;
}
.msg-cont .my-msg {
  padding: 5px;
  background: #fff;
}
.msg-cont .my-msg .d-sub {
  text-transform: uppercase;
  color: #999;
}
.msg-cont .my-msg .msg-body p {
  padding-left: 10px;
}
.msg-cont .my-msg .msg-body img,
.msg-cont .my-msg .msg-body iframe,
.msg-cont .my-msg .msg-body table {
  max-width: 100%;
  margin-bottom: 10px;
  height: auto;
}
.adjst {
  float: right;
  margin-top: 15px;
  margin-right: 14px;
}
form .form-group .form-control {
  border-radius: 0;
}
form .form-group .form-control {
  border-radius: 0px;
  border: 1px solid #e9e9e9;
  box-shadow: none;
}
form .form-group .form-control:focus {
  box-shadow: none;
  border: 1px solid;
}
form .btn {
  border-radius: 0;
}
form .btn {
  border-radius: 0px;
  border: 1px solid #e9e9e9;
  box-shadow: none;
}
form .btn:focus {
  box-shadow: none;
  border: 1px solid;
}
#slid_img {
  width: 100%;
  height: 300px;
}
#slid_img img {
  width: 100%;
  height: auto;
}
.merchant_name {
  font-size: 25px;
  text-align: center;
  margin-bottom: 1em;
  margin-top: -1em;
  font-weight: 500;
}
.merchant_logo {
  width: 200px;
  height: 200px;
  border: 1px solid #efefef;
  background-size: contain!important;
  background-position: center!important;
  background-repeat: no-repeat !important;
}
.return_policy {
  margin-bottom: 3em;
}
.mirror {
  -moz-transform: scale(-1, 1);
  -webkit-transform: scale(-1, 1);
  -o-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.mirror_icon:before {
  -moz-transform: scale(-1, 1);
  -webkit-transform: scale(-1, 1);
  -o-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
table tbody tr td img {
  max-width: 100% !important;
  margin: auto;
}
.refund_info .refund-title {
  display: block;
  padding: 10px 0;
  font-weight: 600;
}
.refund-table input,
.refund-table select,
.refund-table textarea {
  border-radius: 0!important;
}
.refund-table input:focus,
.refund-table select:focus,
.refund-table textarea:focus {
  box-shadow: none;
  outline: none;
}
.refund-table textarea {
  max-height: 90px;
}
.status-wrap .status {
  float: left;
}
.status-wrap .btn-wrap {
  float: right;
  padding-left: 5px;
}
.status-wrap .btn-wrap .table-button {
  background: rgba(153, 153, 153, 0.6);
  color: #fbfbfb;
  padding: 6px 10px;
  border-radius: 3px;
  margin-right: 5px;
  display: inline-block;
  margin-bottom: 5px;
}
.status-wrap .btn-wrap .table-button.sucess:hover {
  background: #5bb75b;
}
.status-wrap .btn-wrap .table-button.danger:hover {
  background: #d2322d;
}
.status-wrap .btn-wrap .table-button.warning-color:hover {
  background: #EC971F;
}
.status-wrap .btn-wrap .table-button.gtb:hover {
  background: #DC4E04;
}
.status-wrap .btn-wrap .table-button.selected {
  background: #5bb75b!important;
}
.status-wrap .btn-wrap .table-button span i {
  display: inline-block;
  padding-right: 5px;
  font-size: 13px;
}
.star-rating .clear-rating,
.star-rating .caption {
  display: none;
}
#login-wrap {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: #efefef;
}
#login-wrap .help-block {
  color: #b94a48;
}
#login-wrap .login-overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  display: block;
}
#login-wrap .login-overlay #login {
  position: fixed;
  width: 100%;
  height: 100%;
  padding: 7% 25%;
  overflow: auto;
}
#login-wrap .login-overlay #login .login-wrap {
  background: rgba(255, 255, 255, 0.95);
  height: 27em;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), -1px 0 0 rgba(0, 0, 0, 0.03), 1px 0 0 rgba(0, 0, 0, 0.03), 0 1px 0 rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), -1px 0 0 rgba(0, 0, 0, 0.03), 1px 0 0 rgba(0, 0, 0, 0.03), 0 1px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), -1px 0 0 rgba(0, 0, 0, 0.03), 1px 0 0 rgba(0, 0, 0, 0.03), 0 1px 0 rgba(0, 0, 0, 0.12);
}
#login-wrap .login-overlay #login .login-wrap .form-section {
  height: 100%;
  float: left;
  width: 63%;
  padding: 30px;
}
#login-wrap .login-overlay #login .login-wrap .form-section .form-heading {
  font-size: 22px;
  color: #333;
}
#login-wrap .login-overlay #login .login-wrap .form-section .form-wrap {
  margin-top: 25px;
  margin-bottom: 10px;
}
#login-wrap .login-overlay #login .login-wrap .form-section button.login-submit {
  border: none;
  padding: 9px 0px;
  margin-top: 25px;
  background-color: #DF4E00;
  color: #ffffff;
  font-weight: 600;
  width: 40%;
}
#login-wrap .login-overlay #login .login-wrap .form-section button.login-submit:focus {
  outline: none;
  box-shadow: none;
}
#login-wrap .login-overlay #login .login-wrap .form-section .form-wrap:nth-child(3) {
  margin-top: 15px;
}
#login-wrap .login-overlay #login .login-wrap .form-section .form-wrap .form-label {
  display: block;
  font-size: 14px;
  padding-bottom: 5px;
  color: #444;
}
#login-wrap .login-overlay #login .login-wrap .form-section .form-wrap input {
  width: 80%;
  height: 40px;
  font-size: 13px;
  padding: 0 10px;
  border: 1px solid #E7E7E7;
}
#login-wrap .login-overlay #login .login-wrap .info-section {
  height: 100%;
  background-color: rgba(73, 73, 73, 0.9);
  float: right;
  width: 37%;
  padding: 30px;
  color: #ffffff;
}
#login-wrap .login-overlay #login .login-wrap .info-section .logo {
  font-family: pacifico, cursive;
  color: #ffffff;
  font-size: 25px;
}
#login-wrap .login-overlay #login .login-wrap .info-section .logo img {
  margin-left: -23px;
}
#login-wrap .login-overlay #login .login-wrap .info-section .caption {
  font-size: 13px;
  margin-top: 2em;
  color: #ffffff;
}
#login-wrap .login-overlay #login .login-wrap .info-section .sign-up {
  color: #ffffff;
  border: 1px solid #ffffff;
  display: inline-block;
  padding: 8px 0px;
  margin-top: 38px;
  text-align: center;
  width: 100%;
}
#login-wrap .login-overlay #login .login-wrap .info-section .sign-up:hover {
  text-decoration: none;
}
#login-wrap .login-overlay #login .outside-content {
  text-align: center;
  margin-top: 3em;
}
#login-wrap .login-overlay #login .outside-content ul {
  margin: 0;
  padding: 0;
  text-align: center;
}
#login-wrap .login-overlay #login .outside-content ul li {
  display: inline-block;
}
#login-wrap .login-overlay #login .outside-content ul li a {
  color: #ffffff;
  display: inline-block;
  margin-right: 10px;
  font-size: 13px;
}
#login-wrap .login-overlay #login .outside-content ul li a:hover {
  text-decoration: underline;
}
#signup-wrap {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: #efefef;
}
#signup-wrap .help-block {
  color: #b94a48;
}
#signup-wrap .signup-overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 1;
  display: block;
}
#signup-wrap .signup-overlay #signup {
  position: fixed;
  width: 100%;
  height: 100%;
  padding: 2% 23%;
  overflow: auto;
}
#signup-wrap .signup-overlay #signup .signup-wrap {
  background: rgba(255, 255, 255, 0.95);
  height: auto;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), -1px 0 0 rgba(0, 0, 0, 0.03), 1px 0 0 rgba(0, 0, 0, 0.03), 0 1px 0 rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), -1px 0 0 rgba(0, 0, 0, 0.03), 1px 0 0 rgba(0, 0, 0, 0.03), 0 1px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), -1px 0 0 rgba(0, 0, 0, 0.03), 1px 0 0 rgba(0, 0, 0, 0.03), 0 1px 0 rgba(0, 0, 0, 0.12);
}
#signup-wrap .signup-overlay #signup .signup-wrap .tab-heading {
  background-color: #494949;
  color: #ffffff;
  height: 50px;
  border-bottom: 2px solid #dd4f05;
}
#signup-wrap .signup-overlay #signup .signup-wrap .tab-heading li {
  height: 100%;
}
#signup-wrap .signup-overlay #signup .signup-wrap .tab-heading li a {
  height: 100%;
  color: #ffffff!important;
  border-radius: 0;
  line-height: 29px;
  border: none;
  background-color: #494949;
}
#signup-wrap .signup-overlay #signup .signup-wrap .tab-heading li a:hover {
  color: #ffffff!important;
  border-radius: 0;
  height: 100%;
  line-height: 29px;
  border: none;
  background-color: #494949;
}
#signup-wrap .signup-overlay #signup .signup-wrap .tab-heading li.active a {
  color: #ffffff!important;
  border-radius: 0;
  height: 100%;
  line-height: 29px;
  border: none;
  background-color: #dc4e04;
}
#signup-wrap .signup-overlay #signup .signup-wrap .tab-content {
  padding: 20px;
  min-height: 20em;
  color: #333;
}
#signup-wrap .signup-overlay #signup .signup-wrap .tab-content .active {
  color: #333!important;
}
#signup-wrap .signup-overlay #signup .signup-wrap .tab-content .tab-pane .form-section .form-logo {
  width: 100%;
  text-align: center;
  padding-bottom: 10px;
}
#signup-wrap .signup-overlay #signup .signup-wrap .tab-content .tab-pane .form-section .form-logo img {
  width: 30%;
}
#signup-wrap .signup-overlay #signup .signup-wrap .tab-content .tab-pane .form-section .title {
  font-size: 22px;
  color: #333;
  padding-bottom: 25px;
  text-align: center;
}
#signup-wrap .signup-overlay #signup .signup-wrap .tab-content .tab-pane .form-section .form-wrap {
  width: 100%;
}
#signup-wrap .signup-overlay #signup .signup-wrap .tab-content .tab-pane .form-section .form-wrap.full .caption {
  display: block;
  font-size: 14px;
  color: #444;
  text-align: left;
  font-weight: 500;
  padding-left: 0;
  padding-bottom: 10px;
}
#signup-wrap .signup-overlay #signup .signup-wrap .tab-content .tab-pane .form-section .form-wrap.full .account-type-wrap {
  display: inline-block;
  margin-right: 10px;
}
#signup-wrap .signup-overlay #signup .signup-wrap .tab-content .tab-pane .form-section .form-wrap.full .account-type-wrap label {
  display: inline-block;
  border: 1px solid #e7e7e7;
  font-weight: 500;
  padding: 7px 10px;
  border-radius: 2px;
  cursor: pointer;
}
#signup-wrap .signup-overlay #signup .signup-wrap .tab-content .tab-pane .form-section .form-wrap.full .account-type-wrap input {
  display: none!important;
}
#signup-wrap .signup-overlay #signup .signup-wrap .tab-content .tab-pane .form-section .form-wrap.full .account-type-wrap input[type=radio]:checked + label {
  background-color: #DF4E00;
  color: #fff;
  border: 1px solid transparent;
}
#signup-wrap .signup-overlay #signup .signup-wrap .tab-content .tab-pane .form-section .form-wrap.half .form {
  width: 50%;
  display: inline-block;
  vertical-align: top;
  position: relative;
}
#signup-wrap .signup-overlay #signup .signup-wrap .tab-content .tab-pane .form-section .form-wrap.half .form span.label {
  display: block;
  font-size: 14px;
  color: #444;
  text-align: left;
  font-weight: 500;
  padding-left: 0;
  padding-bottom: 10px;
}
#signup-wrap .signup-overlay #signup .signup-wrap .tab-content .tab-pane .form-section .form-wrap.half .form .subdomain-wrap {
  width: 100%;
  position: relative;
}
#signup-wrap .signup-overlay #signup .signup-wrap .tab-content .tab-pane .form-section .form-wrap.half .form .subdomain-wrap input {
  width: 75%;
  height: 40px;
  font-size: 13px;
  padding: 0 20px 0 10px;
  border: 1px solid #E7E7E7;
  position: relative;
  border-radius: 0;
  margin: 0;
  float: left;
}
#signup-wrap .signup-overlay #signup .signup-wrap .tab-content .tab-pane .form-section .form-wrap.half .form .subdomain-wrap .domain-text {
  float: right;
  width: 25%;
  color: #333;
  background-color: #efefef;
  height: 40px;
  line-height: 40px;
  text-align: center;
}
#signup-wrap .signup-overlay #signup .signup-wrap .tab-content .tab-pane .form-section .form-wrap.half .form .input-append input {
  width: 100%;
  height: 40px;
  font-size: 13px;
  padding: 0 20px 0 10px;
  border: 1px solid #E7E7E7;
  position: relative;
  border-radius: 0;
  margin: 0;
}
#signup-wrap .signup-overlay #signup .signup-wrap .tab-content .tab-pane .form-section .form-wrap.half .form .input-append input:focus {
  outline: none;
  box-shadow: none;
}
#signup-wrap .signup-overlay #signup .signup-wrap .tab-content .tab-pane .form-section .form-wrap.half .form input {
  width: 100%;
  height: 40px;
  font-size: 13px;
  padding: 0 20px 0 10px;
  border: 1px solid #E7E7E7;
  position: relative;
}
#signup-wrap .signup-overlay #signup .signup-wrap .tab-content .tab-pane .form-section .form-wrap.half .form input:focus {
  outline: none;
  box-shadow: none;
}
#signup-wrap .signup-overlay #signup .signup-wrap .tab-content .tab-pane .form-section .form-wrap.half .form select {
  width: 100%;
  height: 40px;
  font-size: 13px;
  padding: 0 40px 0 10px;
  border: 1px solid #E7E7E7;
  position: relative;
  background-color: #ffffff;
}
#signup-wrap .signup-overlay #signup .signup-wrap .tab-content .tab-pane .form-section .form-wrap.half .form select:focus {
  outline: none;
  box-shadow: none;
}
#signup-wrap .signup-overlay #signup .signup-wrap .tab-content .tab-pane .form-section .form-wrap.half .form:nth-child(1) {
  padding-right: 5px;
  padding-bottom: 20px;
}
#signup-wrap .signup-overlay #signup .signup-wrap .tab-content .tab-pane .form-section .form-wrap.half .form:nth-child(1) i {
  position: absolute;
  right: 13px;
  top: 41px;
  font-size: 12px;
  color: #999;
  cursor: pointer;
}
#signup-wrap .signup-overlay #signup .signup-wrap .tab-content .tab-pane .form-section .form-wrap.half .form:nth-child(2) {
  padding-left: 5px;
  padding-bottom: 20px;
}
#signup-wrap .signup-overlay #signup .signup-wrap .tab-content .tab-pane .form-section .form-wrap.half .form:nth-child(2) i {
  position: absolute;
  right: 7px;
  top: 41px;
  font-size: 12px;
  color: #999;
  cursor: pointer;
}
#signup-wrap .signup-overlay #signup .signup-wrap .tab-content .tab-pane .form-section button {
  border: none;
  padding: 9px 0px;
  margin-top: 25px;
  background-color: #DF4E00;
  color: #ffffff;
  font-weight: 600;
  width: 150px;
  float: right;
}
#signup-wrap .signup-overlay #signup .signup-wrap .tab-content .tab-pane .form-section button:focus {
  outline: none;
  box-shadow: none;
}
#signup-wrap .signup-overlay #signup .outside-content {
  text-align: center;
  margin-top: 3em;
}
#signup-wrap .signup-overlay #signup .outside-content ul {
  margin: 0;
  padding: 0;
  text-align: center;
}
#signup-wrap .signup-overlay #signup .outside-content ul li {
  display: inline-block;
}
#signup-wrap .signup-overlay #signup .outside-content ul li a {
  color: #ffffff;
  display: inline-block;
  margin-right: 10px;
  font-size: 13px;
}
#signup-wrap .signup-overlay #signup .outside-content ul li a:hover {
  text-decoration: underline;
}
.s-input {
  height: 40px!important;
}
.input-icon.right i {
  top: 3px!important;
}
