.my_none,
.no_after:after {
  display: none !important;
}
.carousel-inner > .item > a > img,
.carousel-inner > .item > img {
  width: 100%;
  object-fit: cover;
}
a#open-search-form {
  height: initial;
}
.top_bar {
  background: #c22030;
}
.awemenu-nav {
  border-bottom: 0;
}
.footer-wrapper {
  background-color: #29387b;
  color: #fff;
}
.footer-copyright {
  background: #001426;
}
.my_breadcrumb .breadcrumb {
  display: inline-block;
  overflow: hidden;
  border-radius: 5px;
  counter-reset: flag;
}
.my_breadcrumb .breadcrumb a {
  text-decoration: none;
  outline: 0;
  display: block;
  float: left;
  font-size: 12px;
  line-height: 36px;
  color: #fff;
  padding: 0 10px 0 60px;
  background: #666;
  background: -webkit-linear-gradient(#666, #333);
  background: linear-gradient(#666, #333);
  position: relative;
}
.my_login_popup .cd-form label,
ul.my_white a {
  font-size: 14px;
}
.my_breadcrumb .breadcrumb a:first-child {
  padding-left: 46px;
  border-radius: 5px 0 0 5px;
}
.my_breadcrumb .breadcrumb a:first-child:before {
  left: 14px;
}
.my_breadcrumb .breadcrumb a:last-child {
  border-radius: 0 5px 5px 0;
  padding-right: 20px;
}
.my_breadcrumb .breadcrumb a.active,
.my_breadcrumb .breadcrumb a:hover {
  background: #333;
  background: -webkit-linear-gradient(#333, #000);
  background: linear-gradient(#333, #000);
}
.my_breadcrumb .breadcrumb a.active:after,
.my_breadcrumb .breadcrumb a:hover:after {
  background: #333;
  background: -webkit-linear-gradient(315deg, #333, #000);
  background: linear-gradient(135deg, #333, #000);
}
.my_breadcrumb .breadcrumb a:after {
  content: "";
  position: absolute;
  top: 0;
  right: -18px;
  width: 36px;
  height: 36px;
  -webkit-transform: scale(0.707) rotate(45deg);
  -ms-transform: scale(0.707) rotate(45deg);
  transform: scale(0.707) rotate(45deg);
  z-index: 1;
  background: #666;
  background: -webkit-linear-gradient(315deg, #666, #333);
  background: linear-gradient(135deg, #666, #333);
  box-shadow: 2px -2px 0 2px rgba(0, 0, 0, 0.4),
    3px -3px 0 2px rgba(255, 255, 255, 0.1);
  border-radius: 0 5px 0 50px;
}
.my_breadcrumb .breadcrumb a:last-child:after {
  content: none;
}
.my_breadcrumb .breadcrumb a:before {
  content: counter(flag);
  counter-increment: flag;
  border-radius: 100%;
  width: 20px;
  height: 20px;
  line-height: 20px;
  margin: 8px 0;
  position: absolute;
  top: 0;
  left: 30px;
  background: #444;
  background: -webkit-linear-gradient(#444, #222);
  background: linear-gradient(#444, #222);
  font-weight: 700;
  text-align: center;
}
.my_breadcrumb .flat a,
.my_breadcrumb .flat a:after {
  background: #fff;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  color: #5a5959;
}
.my_breadcrumb .flat a:before {
  background: #fff;
  box-shadow: 0 0 0 1px #ccc;
}
.my_breadcrumb .breadcrumb {
  box-shadow: none;
  border: 1px solid #e3e1e1;
}
.tablec {
  border: 1px solid #ddd;
  width: 100%;
}
.tablec tr td {
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  padding: 10px;
}
.tabletext {
  text-align: right;
  margin-bottom: 0;
  padding-right: 10px;
}
.tabletextp {
  color: #d7880b;
  margin-bottom: 0;
}
.checkout_btn {
  background: #28387b;
  color: #fff;
}
.my_checkout_table {
  margin: 0 13px;
  background: #fff;
  padding: 26px 29px;
  box-shadow: 9px 1px 32px 1px #dcdcdc;
}
.my_billing .card-control ul li .input-box .border-color {
  display: block;
  padding: 8px;
  width: 83%;
}
.my_billing .card-control ul li .field .input-box.inhun {
  width: 100%;
}
.my_billing .card-control ul li .field .input-box.inhun .border-color {
  width: 98%;
  margin-top: 10px;
}
a.my_btn {
  background: #003060;
  padding: 7px 22px;
  color: #fff;
}
.my_side_ad {
  margin-top: 12px;
  height: 387px;
  width: 100%;
  object-fit: cover;
}
.mini-heading {
  color: #003060;
  font-weight: 400;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
span.mini-heading-title {
  margin-bottom: 10px;
}
.bg_white {
  background: #fff !important;
}
.content-part {
  background: #fff;
  padding: 15px;
  margin: 10px 0 12px;
  box-shadow: 0 10px 6px -6px rgba(119, 119, 119, 0.29);
  border: 1px solid #f2f2f2;
}
body {
  background: rgba(238, 234, 234, 0.65);
  overflow-x: hidden;
}
.top_media {
  margin-top: -5px !important;
}
.top_media li {
  padding-left: 7px;
  display: inline;
}
.top_media li i {
  color: #fff;
  border: 1px solid #fff;
  width: 21px;
  padding: 3px;
}
@media (max-width: 1199px) {
  .header-style-1 .navtop .awe-logo,
  .header-style-2 .navtop .awe-logo {
    display: block;
  }
}
button.btn.btn-default.btn-search-go {
  background: #ffa200 !important;
  color: #fff !important;
}
.multiselect.dropdown-toggle.btn.btn-default.mmm,
.show_btn_my {
  background: #8d7fb2 !important;
  border: 0 !important;
  color: #fff !important;
}
.multiselect.dropdown-toggle.btn.btn-default.mmm {
  height: 32px;
  width: 200px;
}
.no-touch .cd-dropdown-trigger.dropdown-is-active:hover {
  background: 0 0;
}
.my_white,
.my_white a {
  color: #fff !important;
}
.height_fix {
  border-color: #ffa200;
  height: 32px;
}
.no_border {
  border: 0 !important;
}
.my_login_popup header[role="banner"] {
  position: relative;
  height: 50px;
  background: #343642;
}
.my_login_popup header[role="banner"] #cd-logo {
  float: left;
  margin: 4px 0 0 5%;
  -webkit-transform-origin: 0 50%;
  -ms-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
}
.my_login_popup header[role="banner"] #cd-logo img {
  display: block;
}
.my_login_popup header[role="banner"]::after {
  content: "";
  display: table;
  clear: both;
}
@media only screen and (min-width: 768px) {
  .my_login_popup header[role="banner"] {
    height: 80px;
  }
  .my_login_popup header[role="banner"] #cd-logo {
    margin: 20px 0 0 5%;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}
.my_login_popup .main-nav {
  float: right;
  margin-right: 5%;
  width: 44px;
  height: 100%;
  background: url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/148866/cd-icon-menu.svg)
    center center no-repeat;
  cursor: pointer;
}
.my_login_popup .main-nav ul {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
}
.my_login_popup .main-nav ul.is-visible {
  -webkit-transform: translateY(50px);
  -ms-transform: translateY(50px);
  transform: translateY(50px);
}
.my_login_popup .main-nav a {
  display: block;
  height: 50px;
  line-height: 50px;
  padding-left: 5%;
  background: #292a34;
  border-top: 1px solid #3b3d4b;
  color: #fff;
}
@media only screen and (min-width: 768px) {
  .my_login_popup .main-nav {
    width: auto;
    height: auto;
    background: 0 0;
    cursor: auto;
  }
  .my_login_popup .main-nav ul {
    position: static;
    width: auto;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    line-height: 80px;
  }
  .my_login_popup .main-nav ul.is-visible {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  .my_login_popup .main-nav li {
    display: inline-block;
    margin-left: 1em;
  }
  .my_login_popup .main-nav li:nth-last-child(2) {
    margin-left: 2em;
  }
  .my_login_popup .main-nav a {
    display: inline-block;
    height: auto;
    line-height: normal;
    background: 0 0;
  }
  .my_login_popup .main-nav a.cd-signin,
  .my_login_popup .main-nav a.cd-signup {
    padding: 0.6em 1em;
    border: 1px solid rgba(255, 255, 255, 0.6);
    border-radius: 50em;
  }
  .my_login_popup .main-nav a.cd-signup {
    background: #2f889a;
    border: none;
  }
}
.my_login_popup .cd-user-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(52, 54, 66, 0.9);
  z-index: 999999;
  overflow-y: auto;
  cursor: pointer;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.3s 0, visibility 0 0.3s;
  transition: opacity 0.3s 0, visibility 0 0.3s;
}
.my_login_popup .cd-user-modal.is-visible {
  visibility: visible;
  opacity: 1;
  -webkit-transition: opacity 0.3s 0, visibility 0 0;
  transition: opacity 0.3s 0, visibility 0 0;
}
.my_login_popup .cd-user-modal.is-visible .cd-user-modal-container {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.my_login_popup .cd-user-modal-container {
  position: relative;
  width: 90%;
  max-width: 500px;
  background: #fff;
  margin: 3em auto 4em;
  cursor: auto;
  border-radius: 0.25em;
  -webkit-transform: translateY(-30px);
  -ms-transform: translateY(-30px);
  transform: translateY(-30px);
  -webkit-transition-property: -webkit-transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.my_login_popup .cd-user-modal-container .cd-switcher::after {
  clear: both;
  content: "";
  display: table;
}
.my_login_popup .cd-user-modal-container .cd-switcher li {
  width: 50%;
  float: left;
  text-align: center;
}
.my_login_popup .cd-user-modal-container .cd-switcher li:first-child a {
  border-radius: 0.25em 0 0;
}
.my_login_popup .cd-user-modal-container .cd-switcher li:last-child a {
  border-radius: 0 0.25em 0 0;
}
.my_login_popup .cd-user-modal-container .cd-switcher a {
  display: block;
  width: 100%;
  height: 50px;
  line-height: 50px;
}
.my_login_popup .cd-user-modal-container .cd-switcher a.selected {
  background: #fff;
  color: #505260;
}
@media only screen and (min-width: 600px) {
  .my_login_popup .cd-user-modal-container {
    margin: 4em auto;
  }
  .my_login_popup .cd-user-modal-container .cd-switcher a {
    height: 70px;
    line-height: 70px;
  }
}
.my_login_popup .cd-form .fieldset {
  position: relative;
}
.my_login_popup .cd-form .fieldset:first-child {
  margin-top: 0;
}
.my_login_popup .cd-form .fieldset:last-child {
  margin-bottom: 0;
}
.my_login_popup .cd-form label.image-replace {
  display: inline-block;
  position: absolute;
  left: 15px;
  top: 50%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 20px;
  width: 20px;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  color: transparent;
  text-shadow: none;
  background-repeat: no-repeat;
  background-position: 50% 0;
}
.my_login_popup .cd-form label.cd-username {
  background-image: url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/148866/cd-icon-username.svg);
}
.my_login_popup .cd-form label.cd-email {
  background-image: url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/148866/cd-icon-email.svg);
}
.my_login_popup .cd-form label.cd-password {
  background-image: url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/148866/cd-icon-password.svg);
}
.my_login_popup .cd-form input {
  margin: 0;
  padding: 0;
  border-radius: 0.25em;
}
.my_login_popup .cd-form input.full-width {
  width: 100%;
}
.my_login_popup .cd-form input.has-padding {
  padding: 12px 20px 12px 50px;
}
.my_login_popup .cd-form input.has-border {
  border: 1px solid #d2d8d8;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
}
.my_login_popup .cd-form input.has-border:focus {
  border-color: #343642;
  box-shadow: 0 0 5px rgba(52, 54, 66, 0.1);
  outline: 0;
}
.my_login_popup .cd-form input.has-error {
  border: 1px solid #d76666;
}
.my_login_popup .cd-form input[type="password"] {
  padding-right: 65px;
}
.my_login_popup .cd-form input[type="submit"] {
  padding: 16px 0;
  cursor: pointer;
  background: #2f889a;
  color: #fff;
  font-weight: 700;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
}
.my_login_popup .no-touch .cd-form input[type="submit"]:focus,
.my_login_popup .no-touch .cd-form input[type="submit"]:hover {
  background: #3599ae;
  outline: 0;
}
.my_login_popup .cd-form .hide-password {
  display: inline-block;
  position: absolute;
  right: 0;
  padding: 6px 15px;
  border-left: 1px solid #d2d8d8;
  top: 50%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 14px;
  color: #343642;
}
.my_login_popup .cd-form .cd-error-message {
  display: inline-block;
  position: absolute;
  left: -5px;
  bottom: -35px;
  background: rgba(215, 102, 102, 0.9);
  padding: 0.8em;
  z-index: 2;
  color: #fff;
  font-size: 13px;
  font-size: 0.8125rem;
  border-radius: 0.25em;
  pointer-events: none;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.2s 0, visibility 0 0.2s;
  transition: opacity 0.2s 0, visibility 0 0.2s;
}
.my_login_popup .cd-form .cd-error-message::after {
  content: "";
  position: absolute;
  left: 22px;
  bottom: 100%;
  height: 0;
  width: 0;
  border-bottom: 8px solid rgba(215, 102, 102, 0.9);
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
}
.my_login_popup .cd-form .cd-error-message.is-visible {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.2s 0, visibility 0 0;
  transition: opacity 0.2s 0, visibility 0 0;
}
@media only screen and (min-width: 600px) {
  .my_login_popup .cd-form {
    padding: 2em;
  }
  .my_login_popup .cd-form .fieldset {
    margin: 2em 0;
  }
  .my_login_popup .cd-form .fieldset:first-child {
    margin-top: 0;
  }
  .my_login_popup .cd-form .fieldset:last-child {
    margin-bottom: 0;
  }
  .my_login_popup .cd-form input.has-padding {
    padding: 15px 20px 15px 50px;
  }
  .my_login_popup .cd-form input[type="submit"] {
    padding: 16px 0;
  }
}
.my_login_popup .cd-form-message {
  padding: 1.4em 1.4em 0;
  font-size: 14px;
  line-height: 1.4;
  text-align: center;
}
@media only screen and (min-width: 600px) {
  .my_login_popup .cd-form-message {
    padding: 2em 2em 0;
  }
}
.my_login_popup .cd-form-bottom-message {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: -30px;
  text-align: center;
  font-size: 14px;
}
.my_login_popup .cd-form-bottom-message a {
  color: #fff;
  text-decoration: underline;
}
.my_login_popup .cd-close-form {
  display: block;
  position: absolute;
  width: 40px;
  height: 40px;
  right: 0;
  top: -40px;
  background: url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/148866/cd-icon-close.svg)
    center center no-repeat;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.my_breadcrumb .flat a.active,
.my_breadcrumb .flat a.active:after,
.my_breadcrumb .flat a:hover,
.my_breadcrumb .flat a:hover:after,
.my_login_popup .cd-user-modal-container .cd-switcher a {
  background: #ffa200;
  color: #fff;
}
@media only screen and (min-width: 1170px) {
  .my_login_popup .cd-close-form {
    display: none;
  }
}
.my_login_popup #cd-login,
.my_login_popup #cd-reset-password,
.my_login_popup #cd-signup {
  display: none;
}
.my_login_popup #cd-login.is-selected,
.my_login_popup #cd-reset-password.is-selected,
.my_login_popup #cd-signup.is-selected {
  display: block;
}
.no_list_style {
  list-style: none;
}
.my_login_popup .cd-form {
  padding: 12px 22px 32px;
}
.my_login_popup .cd-form .fieldset {
  margin: 18px 0;
}
.my_inline li {
  display: inline;
}
ul.li_pad_fix li {
  padding: 15px 12px;
}
@media screen and (min-width: 768px) {
  .to_vanish {
    display: none !important;
  }
}
.my_breadcrumb .breadcrumb a:before,
.my_breadcrumb .breadcrumb a:first-child:before {
  color: #000;
}
.my_breadcrumb1 .cd-breadcrumb,
.my_breadcrumb1 .cd-multi-steps {
  width: 90%;
  max-width: 768px;
  padding: 0.5em 1em;
  margin: 1em auto;
  background-color: #edeff0;
  border-radius: 0.25em;
}
.my_breadcrumb1 .cd-breadcrumb:after,
.my_breadcrumb1 .cd-multi-steps:after {
  content: "";
  display: table;
  clear: both;
}
.my_breadcrumb1 .cd-breadcrumb li,
.my_breadcrumb1 .cd-multi-steps li {
  display: inline-block;
  float: left;
  margin: 0.5em 0;
}
.my_breadcrumb1 .cd-breadcrumb li::after,
.my_breadcrumb1 .cd-multi-steps li::after {
  display: inline-block;
  content: "\00bb";
  margin: 0 0.6em;
  color: #959fa5;
}
.my_breadcrumb1 .cd-breadcrumb li:last-of-type::after,
.my_breadcrumb1 .cd-multi-steps li:last-of-type::after {
  display: none;
}
.my_breadcrumb1 .cd-breadcrumb li > *,
.my_breadcrumb1 .cd-multi-steps li > * {
  display: inline-block;
  font-size: 1.4rem;
  color: #2c3f4c;
}
.my_breadcrumb1 .cd-breadcrumb li.current > *,
.my_breadcrumb1 .cd-multi-steps li.current > *,
.my_breadcrumb1 .no-touch .cd-breadcrumb a:hover,
.my_breadcrumb1 .no-touch .cd-multi-steps a:hover {
  color: #96c03d;
}
.my_breadcrumb1 .cd-breadcrumb.custom-separator li::after,
.my_breadcrumb1 .cd-multi-steps.custom-separator li::after {
  content: "";
  height: 16px;
  width: 16px;
  background: url(../img/cd-custom-separator.svg) center center no-repeat;
  vertical-align: middle;
}
.my_breadcrumb1 .cd-breadcrumb.custom-icons li > ::before,
.my_breadcrumb1 .cd-multi-steps.custom-icons li > ::before {
  content: "";
  display: inline-block;
  height: 20px;
  width: 20px;
  margin-right: 0.4em;
  margin-top: -2px;
  background: url(../img/cd-custom-icons-01.svg) no-repeat;
  vertical-align: middle;
}
.my_breadcrumb1
  .cd-breadcrumb.custom-icons
  li:not(.current):nth-of-type(2)
  > ::before,
.my_breadcrumb1
  .cd-multi-steps.custom-icons
  li:not(.current):nth-of-type(2)
  > ::before {
  background-position: -20px 0;
}
.my_breadcrumb1
  .cd-breadcrumb.custom-icons
  li:not(.current):nth-of-type(3)
  > ::before,
.my_breadcrumb1
  .cd-multi-steps.custom-icons
  li:not(.current):nth-of-type(3)
  > ::before {
  background-position: -40px 0;
}
.my_breadcrumb1
  .cd-breadcrumb.custom-icons
  li:not(.current):nth-of-type(4)
  > ::before,
.my_breadcrumb1
  .cd-multi-steps.custom-icons
  li:not(.current):nth-of-type(4)
  > ::before {
  background-position: -60px 0;
}
.my_breadcrumb1 .cd-breadcrumb.custom-icons li.current:first-of-type > ::before,
.my_breadcrumb1
  .cd-multi-steps.custom-icons
  li.current:first-of-type
  > ::before {
  background-position: 0 -20px;
}
.my_breadcrumb1
  .cd-breadcrumb.custom-icons
  li.current:nth-of-type(2)
  > ::before,
.my_breadcrumb1
  .cd-multi-steps.custom-icons
  li.current:nth-of-type(2)
  > ::before {
  background-position: -20px -20px;
}
.my_breadcrumb1
  .cd-breadcrumb.custom-icons
  li.current:nth-of-type(3)
  > ::before,
.my_breadcrumb1
  .cd-multi-steps.custom-icons
  li.current:nth-of-type(3)
  > ::before {
  background-position: -40px -20px;
}
.my_breadcrumb1
  .cd-breadcrumb.custom-icons
  li.current:nth-of-type(4)
  > ::before,
.my_breadcrumb1
  .cd-multi-steps.custom-icons
  li.current:nth-of-type(4)
  > ::before {
  background-position: -60px -20px;
}
@media only screen and (min-width: 768px) {
  .my_breadcrumb1 .cd-breadcrumb,
  .my_breadcrumb1 .cd-multi-steps {
    padding: 0 1.2em;
  }
  .my_breadcrumb1 .cd-breadcrumb li,
  .my_breadcrumb1 .cd-multi-steps li {
    margin: 1.2em 0;
  }
  .my_breadcrumb1 .cd-breadcrumb li::after,
  .my_breadcrumb1 .cd-multi-steps li::after {
    margin: 0 1em;
  }
  .my_breadcrumb1 .cd-breadcrumb li > *,
  .my_breadcrumb1 .cd-multi-steps li > * {
    font-size: 1.6rem;
  }
  .my_breadcrumb1 .cd-breadcrumb.triangle {
    background-color: transparent;
    padding: 0;
  }
  .my_breadcrumb1 .cd-breadcrumb.triangle li {
    position: relative;
    padding: 0;
    margin: 4px 4px 4px 0;
  }
  .my_breadcrumb1 .cd-breadcrumb.triangle li:last-of-type {
    margin-right: 0;
  }
  .my_breadcrumb1 .cd-breadcrumb.triangle li > * {
    position: relative;
    padding: 1em 0.8em 1em 2.5em;
    color: #2c3f4c;
    background-color: #edeff0;
    border-color: #edeff0;
  }
  .my_breadcrumb1 .cd-breadcrumb.triangle li.current > * {
    color: #fff;
    background-color: #96c03d;
    border-color: #96c03d;
  }
  .my_breadcrumb1 .cd-breadcrumb.triangle li:first-of-type > * {
    padding-left: 1.6em;
    border-radius: 0.25em 0 0 0.25em;
  }
  .my_breadcrumb1 .cd-breadcrumb.triangle li:last-of-type > * {
    padding-right: 1.6em;
    border-radius: 0 0.25em 0.25em 0;
  }
  .my_breadcrumb1 .no-touch .cd-breadcrumb.triangle a:hover {
    color: #fff;
    background-color: #2c3f4c;
    border-color: #2c3f4c;
  }
  .my_breadcrumb1 .cd-breadcrumb.triangle li::after,
  .my_breadcrumb1 .cd-breadcrumb.triangle li > ::after {
    position: absolute;
    top: 0;
    left: 100%;
    content: "";
    height: 0;
    width: 0;
    border: 24px solid transparent;
    border-right-width: 0;
    border-left-width: 20px;
  }
  .my_breadcrumb1 .cd-breadcrumb.triangle li::after {
    z-index: 1;
    -webkit-transform: translateX(4px);
    -ms-transform: translateX(4px);
    transform: translateX(4px);
    border-left-color: #fff;
    margin: 0;
  }
  .my_breadcrumb1 .cd-breadcrumb.triangle li > ::after {
    z-index: 2;
    border-left-color: inherit;
  }
  .my_breadcrumb1 .cd-breadcrumb.triangle li:last-of-type::after,
  .my_breadcrumb1 .cd-breadcrumb.triangle li:last-of-type > ::after {
    display: none;
  }
  .my_breadcrumb1 .cd-breadcrumb.triangle.custom-separator li::after {
    background-image: none;
  }
  .my_breadcrumb1 .cd-breadcrumb.triangle.custom-icons li::after,
  .my_breadcrumb1 .cd-breadcrumb.triangle.custom-icons li > ::after {
    border-top-width: 25px;
    border-bottom-width: 25px;
  }
  @-moz-document url-prefix() {
    .cd-breadcrumb.triangle li::after,
    .cd-breadcrumb.triangle li > ::after {
      border-left-style: dashed;
    }
  }
  .my_breadcrumb1
    .cd-breadcrumb.triangle.custom-icons
    li.current:first-of-type
    em::before,
  .my_breadcrumb1
    .cd-multi-steps.text-center.custom-icons
    li.current:first-of-type
    em::before,
  .my_breadcrumb1
    .no-touch
    .cd-breadcrumb.triangle.custom-icons
    li:first-of-type
    a:hover::before,
  .my_breadcrumb1
    .no-touch
    .cd-multi-steps.text-center.custom-icons
    li:first-of-type
    a:hover::before {
    background-position: 0 -40px;
  }
  .my_breadcrumb1
    .cd-breadcrumb.triangle.custom-icons
    li.current:nth-of-type(2)
    em::before,
  .my_breadcrumb1
    .cd-multi-steps.text-center.custom-icons
    li.current:nth-of-type(2)
    em::before,
  .my_breadcrumb1
    .no-touch
    .cd-breadcrumb.triangle.custom-icons
    li:nth-of-type(2)
    a:hover::before,
  .my_breadcrumb1
    .no-touch
    .cd-multi-steps.text-center.custom-icons
    li:nth-of-type(2)
    a:hover::before {
    background-position: -20px -40px;
  }
  .my_breadcrumb1
    .cd-breadcrumb.triangle.custom-icons
    li.current:nth-of-type(3)
    em::before,
  .my_breadcrumb1
    .cd-multi-steps.text-center.custom-icons
    li.current:nth-of-type(3)
    em::before,
  .my_breadcrumb1
    .no-touch
    .cd-breadcrumb.triangle.custom-icons
    li:nth-of-type(3)
    a:hover::before,
  .my_breadcrumb1
    .no-touch
    .cd-multi-steps.text-center.custom-icons
    li:nth-of-type(3)
    a:hover::before {
    background-position: -40px -40px;
  }
  .my_breadcrumb1
    .cd-breadcrumb.triangle.custom-icons
    li.current:nth-of-type(4)
    em::before,
  .my_breadcrumb1
    .cd-multi-steps.text-center.custom-icons
    li.current:nth-of-type(4)
    em::before,
  .my_breadcrumb1
    .no-touch
    .cd-breadcrumb.triangle.custom-icons
    li:nth-of-type(4)
    a:hover::before,
  .my_breadcrumb1
    .no-touch
    .cd-multi-steps.text-center.custom-icons
    li:nth-of-type(4)
    a:hover::before {
    background-position: -60px -40px;
  }
  .my_breadcrumb1 .cd-multi-steps {
    background-color: transparent;
    padding: 0;
    text-align: center;
  }
  .my_breadcrumb1 .cd-multi-steps li {
    position: relative;
    float: none;
    margin: 0.4em 40px 0.4em 0;
  }
  .my_breadcrumb1 .cd-multi-steps li:last-of-type {
    margin-right: 0;
  }
  .my_breadcrumb1 .cd-multi-steps li::after {
    position: absolute;
    content: "";
    height: 4px;
    background: #edeff0;
    margin: 0;
  }
  .my_breadcrumb1 .cd-multi-steps li.visited::after {
    background-color: #96c03d;
  }
  .my_breadcrumb1 .cd-multi-steps li.current > *,
  .my_breadcrumb1 .cd-multi-steps li > * {
    position: relative;
    color: #2c3f4c;
  }
  .my_breadcrumb1 .cd-multi-steps.custom-separator li::after {
    height: 4px;
    background: #edeff0;
  }
  .my_breadcrumb1 .cd-multi-steps.text-center li::after {
    width: 100%;
    top: 50%;
    left: 100%;
    -webkit-transform: translateY(-50%) translateX(-1px);
    -ms-transform: translateY(-50%) translateX(-1px);
    transform: translateY(-50%) translateX(-1px);
  }
  .my_breadcrumb1 .cd-multi-steps.text-center li > * {
    z-index: 1;
    padding: 0.6em 1em;
    border-radius: 0.25em;
    background-color: #edeff0;
  }
  .my_breadcrumb1 .no-touch .cd-multi-steps.text-center a:hover {
    background-color: #2c3f4c;
  }
  .my_breadcrumb1 .cd-multi-steps.text-center li.current > *,
  .my_breadcrumb1 .cd-multi-steps.text-center li.visited > * {
    color: #fff;
    background-color: #96c03d;
  }
  .my_breadcrumb1
    .cd-multi-steps.text-center.custom-icons
    li.visited
    a::before {
    background-position: 0 -60px;
  }
  .my_breadcrumb1 .cd-multi-steps.text-bottom li,
  .my_breadcrumb1 .cd-multi-steps.text-top li {
    width: 80px;
    text-align: center;
  }
  .my_breadcrumb1 .cd-multi-steps.text-bottom li::after,
  .my_breadcrumb1 .cd-multi-steps.text-top li::after {
    position: absolute;
    left: 50%;
    width: calc(140%);
  }
  .my_breadcrumb1 .cd-multi-steps.text-bottom li > ::before,
  .my_breadcrumb1 .cd-multi-steps.text-top li > ::before {
    content: "";
    position: absolute;
    z-index: 1;
    left: 50%;
    right: auto;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    height: 12px;
    width: 12px;
    border-radius: 50%;
    background-color: #edeff0;
  }
  .my_breadcrumb1 .cd-multi-steps.text-bottom li.current > ::before,
  .my_breadcrumb1 .cd-multi-steps.text-bottom li.visited > ::before,
  .my_breadcrumb1 .cd-multi-steps.text-top li.current > ::before,
  .my_breadcrumb1 .cd-multi-steps.text-top li.visited > ::before {
    background-color: #96c03d;
  }
  .my_breadcrumb1 .no-touch .cd-multi-steps.text-bottom a:hover,
  .my_breadcrumb1 .no-touch .cd-multi-steps.text-top a:hover {
    color: #96c03d;
  }
  .my_breadcrumb1 .no-touch .cd-multi-steps.text-bottom a:hover::before,
  .my_breadcrumb1 .no-touch .cd-multi-steps.text-top a:hover::before {
    box-shadow: 0 0 0 3px rgba(150, 192, 61, 0.3);
  }
  .my_breadcrumb1 .cd-multi-steps.text-top li::after {
    bottom: 4px;
  }
  .my_breadcrumb1 .cd-multi-steps.text-top li > * {
    padding-bottom: 20px;
  }
  .my_breadcrumb1 .cd-multi-steps.text-top li > ::before {
    bottom: 0;
  }
  .my_breadcrumb1 .cd-multi-steps.text-bottom li::after {
    top: 3px;
  }
  .my_breadcrumb1 .cd-multi-steps.text-bottom li > * {
    padding-top: 20px;
  }
  .my_breadcrumb1 .cd-multi-steps.text-bottom li > ::before {
    top: 0;
  }
}
.my_breadcrumb1 .cd-multi-steps.count li {
  counter-increment: steps;
}
.my_breadcrumb1 .cd-multi-steps.count li > ::before {
  content: counter(steps) " - ";
}
@media only screen and (min-width: 768px) {
  .my_breadcrumb1 .cd-multi-steps.text-bottom.count li > ::before,
  .my_breadcrumb1 .cd-multi-steps.text-top.count li > ::before {
    content: counter(steps);
    height: 26px;
    width: 26px;
    line-height: 26px;
    font-size: 1.4rem;
    color: #fff;
  }
  .my_breadcrumb1 .cd-multi-steps.text-bottom.count li:not(.current) em::before,
  .my_breadcrumb1 .cd-multi-steps.text-top.count li:not(.current) em::before {
    color: #2c3f4c;
  }
  .my_breadcrumb1 .cd-multi-steps.text-top.count li::after {
    bottom: 11px;
  }
  .my_breadcrumb1 .cd-multi-steps.text-top.count li > * {
    padding-bottom: 34px;
  }
  .my_breadcrumb1 .cd-multi-steps.text-bottom.count li::after {
    top: 11px;
  }
  .my_breadcrumb1 .cd-multi-steps.text-bottom.count li > * {
    padding-top: 34px;
  }
}
.bread--crumb {
  padding-left: 12px;
}
.my_breadcrumb .breadcrumb {
  margin-left: 13px;
}
.breadcrumb {
  margin: 22px 0;
}
ul.less_pad li a {
  padding: 3px 18px;
}
.widget.woocommerce ul li > a {
  color: #898989;
  font-size: 15px;
}
.side_menu {
  background: #fff;
  padding: 12px 19px;
  margin: 0 2px 0 19px;
}
ul.inner_side_ul {
  background: #fff;
  margin-left: 19px;
}
ul.inner_side_ul li {
  padding: 7px 20px;
}
ul.inner_side_ul li:hover {
  background: #ffa200 !important;
}
ul.inner_side_ul li:hover a {
  color: #fff;
}
.width100 {
  width: 100%;
}
.my_elevate_zoom #gallery_01 img {
  border: 2px solid #fff;
}
.my_elevate_zoom .active img {
  border: 2px solid #333 !important;
}
.zoom-wrapper {
  border-radius: 10px;
  border: 1px solid #e0e0e0;
  padding: 10px;
  background-color: #f7f7f7;
}
#fbplus-wrap {
  z-index: 9999999 !important;
}
.height_auto {
  height: auto !important;
}
.centered {
  vertical-align: middle;
  text-align: center;
}
.zoomWindowContainer div:first-child {
  border: 1px solid #888 !important;
  width: 550px !important;
  height: 350px !important;
}
.width50per {
  width: 48% !important;
}
.has-slider .bx-wrapper .bx-viewport {
  background: 0 0 !important;
  border: 0 !important;
  box-shadow: none;
}
.width75per {
  width: 74% !important;
}
.my_payment_method .centered {
  background: #fff;
  padding: 42px 0;
  box-shadow: 0 10px 6px -6px rgba(119, 119, 119, 0.29);
}
.no_box_shadow .bx-viewport {
  box-shadow: none !important;
}
.my_checkout_table {
  margin-bottom: 65px;
}
.mfp-bg {
  z-index: 10032;
}
.mfp-wrap {
  z-index: 99999;
}
.cart-list,
.whishlist {
  max-height: 249px;
  overflow-y: scroll;
}
.whishlist::-webkit-scrollbar {
  width: 7px;
}
.whishlist::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
}
.whishlist::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: #ffa200;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}
.whishlist::-webkit-scrollbar-thumb:window-inactive {
  background: rgba(255, 0, 0, 0.4);
}
.whishlist > li .remove {
  margin-right: 10px;
}
.custom_radios [type=radio]:checked,.custom_radios [type=radio]:not(: checked) {
  position: absolute;
  left: -9999px;
}
.custom_radios [type="radio"]:checked + label,
.custom_radios [type="radio"]:not(:checked) + label {
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  line-height: 20px;
  display: inline-block;
  color: #666;
}
.custom_radios [type="radio"]:checked + label:before,
.custom_radios [type="radio"]:not(:checked) + label:before {
  content: "";
  position: absolute;
  left: 1px;
  top: 1px;
  width: 18px;
  height: 18px;
  border: 1px solid #ddd;
  border-radius: 100%;
  background: #fff;
}
.custom_radios [type="radio"]:checked + label:after,
.custom_radios [type="radio"]:not(:checked) + label:after {
  content: "";
  width: 12px;
  height: 12px;
  background: #ffa200;
  position: absolute;
  top: 4px;
  left: 4px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.custom_radios [type="radio"]:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
}
.custom_radios [type="radio"]:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.custom_radios .inner_block {
  border: 1px solid #eee;
  padding: 15px 10px;
  margin: 20px 0;
}
.custom_radios .inner_block .radio {
  margin-top: 5px;
  margin-bottom: 5px;
}
.custom_radios .inner_block p {
  margin: 0 0 0 2px;
  font-size: 13px;
}
.custom_radios .inner_block .radio p {
  margin: 0 0 0 2px;
  font-size: 13px;
  font-weight: 600;
}
.custom_radios .add_new {
  text-align: center;
  min-height: 115px;
}
.custom_radios .add_new .fa {
  font-size: 35px;
}
.custom_radios .add_new h3 {
  margin: 10px 0 0;
}
.checkout_login {
  max-width: 600px;
  margin: 0 auto;
}
.checkout_login a:focus,
.checkout_login a:hover {
  outline: 0;
  text-decoration: none;
}
.checkout_login .tab .nav-tabs {
  background: #fff;
}
.checkout_login .tab .nav-tabs li {
  text-align: center;
  margin-right: 3px;
  width: 49.5%;
}
.checkout_login .tab .nav-tabs li a {
  font-size: 15px;
  font-weight: 600;
  color: #22272c;
  padding: 15px 25px;
  background: #eee;
  margin-right: 0;
  border-radius: 0;
  border: none;
  text-transform: uppercase;
  position: relative;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.checkout_login .tab .nav-tabs li a:hover,
.checkout_login .tab .nav-tabs li.active a {
  background: #ffa200;
  color: #fff;
  border: none;
}
.checkout_login .tab .tab-content {
  font-size: 15px;
  color: #3d3537;
  line-height: 30px;
  padding: 30px 40px;
  border: 3px solid #f3f1f1;
  background: rgba(239, 239, 239, 0.28);
}
.checkout_login .tab .tab-content h3 {
  font-size: 20px;
  font-weight: 700;
  margin-top: 0;
}
@media only screen and (max-width: 480px) {
  .checkout_login .tab .nav-tabs li {
    width: 100%;
  }
}
.checkout_login .form-control {
  height: 42px;
  margin-bottom: 20px;
}
.checkout_login input[type="checkbox"],
.checkout_login input[type="radio"] {
  margin: 8px 0 0 -18px;
}
.checkout_login h3 {
  text-align: center;
  margin: 10px 0 !important;
}
.checkout_login .btn-primary {
  background: #3b5998;
  border-color: #3b5998;
}
.checkout_login .btn-primary:focus,
.checkout_login .btn-primary:hover {
  background: rgba(59, 89, 152, 0.88);
  border-color: rgba(59, 89, 152, 0.88);
}
.payment {
  border: 2px solid rgba(237, 33, 33, 0.17) !important;
}
.payment input[type="radio"] {
  margin: 45px 0 0 -18px;
}
.payment_finish {
  text-align: center;
  background: #efefef;
}
.product-actions {
  padding: 6px 0;
}
.selected-shipping {
  border: 1px solid #c22030 !important;
}
.myloading {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  background: rgba(0, 0, 0, 0.75);
  z-index: 99999999;
  text-align: center;
}
.myloading img {
  margin-top: 20%;
  width: 40px;
}
.price_range_filter input {
  border: 0;
  color: #f6931f;
  font-weight: 700;
  outline: 0;
  margin-bottom: 5px;
}
.price_range_filter input:focus {
  outline: 0;
}
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
  outline: 0 !important;
}
.footer_shopping {
  display: flex;
  color: white;
  flex-direction: row;
  align-content: space-between;
  flex-wrap: wrap;
}
.footer_shopping .item {
  /*float: left;
  width: 25%;*/
  box-sizing: border-box;
  padding: 10px;
}
.footer_shopping a {
  color: #acacac;
  margin: 2px;
  padding: 2px;
}
.footer_shopping a:hover {
  color: #ffa200;
  box-shadow: 2px 2px;
  background-color: white;

  /* border: lightgreen solid 1px;*/
}

.product_list_loading {
  display: none;
  width: 200px;
  margin: 100px auto 0;
}

.product_list_loading_out {
  display: none;
  width: 100%;
  margin: 100px auto 0;
  position: fixed;
  z-index: 100002;
}

@media only screen and (min-width: 1024px) {
  .cd-dropdown-content .cd-secondary-dropdown ul {
    overflow: auto;
    overflow-x: hidden;
  }
}
.cd-dropdown-content .cd-secondary-dropdown ul::-webkit-scrollbar {
  width: 7px;
}
.cd-dropdown-content .cd-secondary-dropdown ul::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
}
.cd-dropdown-content .cd-secondary-dropdown ul::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: #3367b8;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}
.cd-dropdown-content
  .cd-secondary-dropdown
  ul::-webkit-scrollbar-thumb:window-inactive {
  background: rgba(255, 0, 0, 0.4);
}
.list_style_items {
  list-style-type: none;
}
.list_style_items li {
  height: auto;
  overflow: auto;
  overflow-y: scroll;
  -webkit-transition: 0.5s ease-in;
  transition: 0.5s ease-in;
}
.log_out_button_of_profile h4 {
  text-align: center;
  margin: 0;
  border: 3px solid #efefef;
  padding: 21px;
  background: #c22030;
  color: #fff;
  line-height: 1.3;
}
.log_out_button_of_profile h4:hover {
  background: #a22b37;
}
.cd-secondary-dropdown {
  top: auto !important;
  margin-top: -30px;
}
.cart_dropdown {
  min-width: 500px;
}
.deals_of_the_week .awe-button {
  padding: 0 15px !important;
}
.fix {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99999;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
}
.product_share_bar {
  text-align: center;
  position: relative;
  top: 10px;
}
a.add-to-wishlist {
  font-size: 13px;
}
.welcome-header-li {
  width: 240px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.visible_cart {
  visibility: visible !important;
  opacity: 1 !important;
  margin-top: -15px !important;
}
.product-loading {
  width: 100%;
  text-align: center;
  height: 190px;
  position: absolute;
  margin-left: -10px;
  margin-top: -10px;
  z-index: 999999999;
  background-color: rgba(0, 0, 0, 0.21);
  display: none;
}
.mobile_loading {
  visibility: hidden;
}
.product-loading img {
  margin-top: 32%;
  width: 50px !important;
}
.policy-header {
  max-width: 610px;
}
.forgot_password .form-bg {
  background: #e4e6e6;
  padding: 50px 0;
}
.forgot_password form {
  max-width: 500px;
  margin: 0 auto;
}
.forgot_password .form-horizontal .header {
  background: #28387b;
  padding: 20px 25px;
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  border-radius: 3px 3px 0 0;
}
.forgot_password .form-horizontal .heading {
  font-size: 16px;
  color: #c22030;
  margin: 0 0 15px;
  text-transform: capitalize;
}
.forgot_password .form-horizontal .form-content {
  padding: 25px;
  background: #fff;
}
.forgot_password .form-horizontal .form-control {
  padding: 12px 16px 12px 39px;
  height: 50px;
  font-size: 14px;
  color: #2b2a2a;
  border: none;
  border-bottom: 2px solid #ccc;
  border-radius: 0;
  box-shadow: none;
  margin-bottom: 15px;
}
.forgot_password .form-horizontal .form-control:focus {
  border-color: #28387b;
  box-shadow: none;
}
.forgot_password .form-horizontal .control-label {
  font-size: 17px;
  color: #ccc;
  position: absolute;
  top: 5px;
  left: 27px;
  text-align: center;
}
.forgot_password .form-horizontal textarea.form-control {
  resize: vertical;
  height: 130px;
}
.forgot_password .form-horizontal .btn {
  font-size: 18px;
  color: #4e4e4e;
  float: right;
  margin: 10px 0;
  border: 2px solid #ccc;
  border-radius: 0;
  padding: 10px 25px;
  transition: all 0.5s ease 0s;
}
.forgot_password .form-horizontal .btn:hover {
  background: #fff;
  border-color: #28387b;
}
.price_range_item {
  cursor: pointer;
}
.price_range_item:hover {
  color: #ffb533;
}
.wishlist_button_of_profile h4 {
  background: #fff;
  color: #5a55a3;
  font-weight: 400;
}
.wishlist_button_of_profile h4:hover {
  background: #f5f5f5;
}
.product-details-left .product-details nav {
  width: 200px !important;
}
.product-details-left {
  margin-bottom: 20px;
}
.product {
  position: relative;
  z-index: 0;
  overflow: hidden;
}

.ribbon-wrapper {
  width: 85px;
  height: 88px;
  overflow: hidden;
  position: absolute;
  z-index: 999;
  top: -3px;
  left: -3px;
}

.ribbon-wrapper .ribbon {
  font: bold 13px sans-serif;
  text-align: center;
  transform: rotate(-47deg);
  position: relative;
  padding: 7px 0;
  top: 23px;
  left: -27px;
  width: 120px;
  background-color: #c22030;
  color: #fff;
}

.product-stars .number {
  font-family: sans-serif;
}

.product-stars .number:before {
  content: "";
}

.product-stars .review_title {
  font-family: sans-serif;
  font-weight: bold;
  font-size: 15px;
}

.product-stars .review_title:before {
  content: "";
}

.custom_progress {
  height: 13px;
  background: #ebe9f1;
  margin-top: 0;
  margin-bottom: 3px;
}

.custom_progress .progress-bar {
  line-height: 20px;
  font-size: 12px;
  background: #fea200;
}

.average_stars {
  margin-bottom: 10px;
}

.review_box {
  background: #efefef;
  padding: 10px;
  margin-bottom: 15px;
}

.reviewer_name {
  font-size: 15px;
  margin: 5px 0;
}

.rating_stars {
  border: none;
  float: left;
  margin: -7px 0 0 15px;
}

.rating_stars > input {
  display: none;
}

.rating_stars > label:before {
  margin: 5px;
  font-size: 1.25em;
  font-family: FontAwesome;
  display: inline-block;
  content: "\f005";
}

.rating_stars > .half:before {
  content: "\f089";
  position: absolute;
}

.rating_stars > label {
  color: #ddd;
  float: right;
  font-size: 18px;
}
/***** CSS Magic to Highlight Stars on Hover *****/

.rating_stars > input:checked ~ label,
    /* show gold star when clicked */

.rating_stars:not(:checked) > label:hover,
    /* hover current star */

.rating_stars:not(:checked) > label:hover ~ label {
  color: #ffd700;
}
/* hover previous stars in list */

.rating_stars > input:checked + label:hover,
    /* hover current star when changing rating */

.rating_stars > input:checked ~ label:hover,
.rating_stars > label:hover ~ input:checked ~ label,
    /* lighten current selection */

.rating_stars > input:checked ~ label:hover ~ label {
  color: #ffed85;
}
.product-stars .view_all_reviews {
  font-family: sans-serif;
  font-weight: bold;
  font-size: 15px;
}

.product-stars .view_all_reviews:before {
  content: "";
}
.rating span:before {
  padding-right: 0;
}

.star5:before {
  content: "\f005         \f005         \f005         \f005         \f005" !important;
  padding-right: 5px;
  color: #acacac;
}

.star4:before {
  content: "\f005         \f005         \f005         \f005" !important;
  padding-right: 5px;
  color: #acacac;
}

.star3:before {
  content: "\f005         \f005         \f005" !important;
  padding-right: 5px;
  color: #acacac;
}

.star2:before {
  content: "\f005         \f005" !important;
  padding-right: 5px;
  color: #acacac;
}

.star1:before {
  content: "\f005" !important;
  padding-right: 5px;
  color: #acacac;
}

.rating .blank1:before {
  content: "\f005" !important;
  color: #acacac;
}
.rating .blank0:before {
  display: none;
  content: "\f005" !important;
  color: #acacac;
}
.rating .blank2:before {
  content: "\f005        \f005" !important;
  color: #acacac;
}

.rating .blank3:before {
  content: "\f005        \f005        \f005" !important;
  color: #acacac;
}

.rating .blank4:before {
  content: "\f005        \f005        \f005        \f005" !important;
  color: #acacac;
}

.rating .blank5:before {
  content: "\f005        \f005        \f005        \f005        \f005" !important;
  color: #acacac;
}
@media screen and (max-width: 768px) {
  .my_white {
    display: none;
  }
  .policy-header {
    display: block !important;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 760px) {
  .cart_dropdown {
    min-width: 150px !important;
  }
}

@media screen and (max-width: 768px) {
  .top_bar .my_white {
    display: block;
  }
  .top_bar {
    text-align: center;
  }
  .top_bar h6 {
    margin-bottom: 15px;
    text-align: center;
  }
  .top_bar ul {
    padding: 0;
    text-align: center !important;
  }
}
@media screen and (max-width: 1200px) {
  .policy-header {
    display: block !important;
    margin-bottom: 10px;
  }
}
.top_bar {
  background: #096;
}

@media screen and (min-width: 900px) {
  /* Arrow End*/
  .Menu-sticky {
    display: block !important;
    position: sticky;
    top: 80px;
  }
  .Menu-Special-Button {
    display: none;
  }
}
@media screen and (max-width: 899px) {
  /* Arrow End*/
  .Menu-sticky {
    /* display: none;*/
    opacity: 0;
    position: fixed;
    top: 40px;
    right: 0;
    width: 75%;
    height: 100%;
    padding-right: 5px !important;
    padding-left: 5px !important;
    background-color: gray;
    z-index: 10000;
    /** Anilmations*/
    -webkit-transition: transform 1s ease-in-out;
    -moz-transition: transform 1s ease-in-out;
    -ms-transition: transform 1s ease-in-out;
    -o-transition: transform 1s ease-in-out;
    transition: transform 1s ease-in-out;
  }
  .mobile_loading {
    visibility: visible;
  }
  /* .category_filter option:disabled,
  .filter_now_select option:disabled {
    display: none;
  }*/
  .move-to-left {
    -webkit-transform: translateX(700px);
    -moz-transform: translateX(700px);
    -ms-transform: translateX(700px);
    -o-transform: translateX(700px);
    transform: translateX(700px);
  }
  .Menu-sticky.active {
    /* display: block;*/
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }
  .filter_close_option {
    top: 0;
    position: fixed;
    width: 100%;
    background-color: white;
    right: 0px;
    z-index: 100001;
    padding: 0px 10px;
  }

  .Menu-Special-Button {
    display: block;
    cursor: pointer;
    border-color: #fff;
  }
  .filter_icon_class {
    object-fit: contain;
    width: 15px;
  }
}
#loadMore_cat {
  padding: 10px;
  text-align: center;
  background-color: #33739e;
  color: #fff;
  border-width: 0 1px 1px 0;
  border-style: solid;
  border-color: #fff;
  box-shadow: 0 1px 1px #ccc;
  transition: all 600ms ease-in-out;
  -webkit-transition: all 600ms ease-in-out;
  -moz-transition: all 600ms ease-in-out;
  -o-transition: all 600ms ease-in-out;
}
#product_filter_loading {
  z-index: 9999 !important;
  background: radial-gradient(rgba(20, 20, 20, 0.2), rgba(0, 0, 0, 0.2));
  width: 100%;
  height: 100%;
  position: absolute;
  /* top:80px;
    left:40px;*/
}
