/*--------------------------- Fonts ----------------------*/
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;1,300;1,400;1,600;1,700&family=Oswald:wght@300;400;500;700&family=Sorts+Mill+Goudy:ital@0;1&display=swap');

/*Body Text:
font-family: 'Open Sans', sans-serif;*/
/*Titles:
font-family: 'Oswald', sans-serif;*/
/*Logo:
font-family: 'Sorts Mill Goudy', serif;*/

/* Medium Layout: 1280px */
/* Tablet Layout: 768px */
/* Mobile Layout: 320px */
/* Wide Mobile Layout: 480px */

/* Section Gaps css
============================================================================================ */
.no-padding {
  padding: 0; }

.section_gap {
  padding: 100px 0; }
  @media (max-width: 991px) {
    .section_gap {
      padding: 80px 0; } }

.section_gap_top_75 {
  padding: 75px 0; }
  @media (max-width: 991px) {
    .section_gap_top_75 {
      padding: 70px 0; } }

.section_gap_75 {
  padding: 75px 0; }
  @media (max-width: 991px) {
    .section_gap_75 {
      padding: 70px 0; } }

.section_gap_top {
  padding-top: 100px; }
  @media (max-width: 991px) {
    .section_gap_top {
      padding-top: 80px; } }

.section_gap_bottom {
  padding-bottom: 100px; }
  @media (max-width: 991px) {
    .section_gap_bottom {
      padding-bottom: 80px; } }

.gray-bg {
  background: #f9f9ff; }

/* Section title css
============================================================================================ */
.section-title {
  margin-bottom: 50px; }
  .section-title h1 {
    font-size: 36px; }
  .section-title p {
    margin-bottom: 0; }


body {
  line-height: 24px;
  font-size: .875rem;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  color: #252525;
  background: #fff;
  letter-spacing: .5px; }

html,
body {
  height: 100%; }

ul {
  margin: 0;
  padding: 0;
  list-style: none; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Oswald', sans-serif;
  color: #252525;
  font-weight: 500;
  line-height: 1.2 !important; }

.list {
  list-style: none;
  margin: 0px;
  padding: 0px; }

a {
  color: #3f4727;
  text-decoration: none;
  transition: all 0.3s ease-in-out; }
  a:hover, a:focus {
    color: #949300;
    text-decoration: none;
    outline: none; }

button:focus {
  outline: none;
  box-shadow: none; }

.overflow-hidden {
  overflow: hidden; }

h1 {
  font-size: 36px; }

h2 {
  font-size: 30px; }

h3 {
  font-size: 24px; }

h4 {
  font-size: 18px; }

h5 {
  font-size: 16px; }

h6 {
  font-size: 14px; }

/*-------------------------------------------------------------------*/
/* === NGHS Buttons CSS === */
.primary-btn {
    position: relative;
    overflow: hidden;
    color: #fff;
    padding: 0 30px;
    line-height: 50px;
    border-radius: 0;
    display: inline-block;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 0.75px;
    cursor: pointer; }
    .primary-btn:before {
      height: 100%;
      width: 100%;
      content: "";
      background: #3f4727;}

    .primary-btn:hover {
      color: #fff; }

.button-area {
  background: #fff; }
  .button-area .border-top-generic {
    padding: 70px 15px;
    border-top: 1px dotted #eee; }

.button-group-area .genric-btn {
  margin-right: 10px;
  margin-top: 10px; }
  .button-group-area .genric-btn:last-child {
    margin-right: 0; }

.genric-btn {
  display: inline-block;
  outline: none;
  line-height: 40px;
  padding: 0 30px;
  font-size: .875rem;
  letter-spacing: .75px;
  text-align: center;
  text-decoration: none;
  font-weight: 500;
  cursor: pointer;
  border-radius: 0;
  text-transform: uppercase; }
  .genric-btn:focus {
    outline: none; }
  .genric-btn.e-large {
    padding: 0 40px;
    line-height: 50px; }
  .genric-btn.large {
    line-height: 45px; }
  .genric-btn.medium {
    line-height: 30px; }
  .genric-btn.small {
    line-height: 25px; }
  .genric-btn.radius {
    border-radius: 3px; }
  .genric-btn.circle {
    border-radius: 20px; }
  .genric-btn.arrow {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .genric-btn.arrow span {
      margin-left: 10px; }

  /*BUTTONS FOR THIS SITE*/
  .genric-btn.default {
    line-height: 16px;
    font-size: .875rem;
    color: #ffffff;
    background: #3f4727;
    border: 1px solid transparent; }
    .genric-btn.default:hover {
     background: #949300;
     border: 1px solid transparent;  }
  .genric-btn.default-border {
    border: 1px solid #3f4727;
    background: #fff; }
    .genric-btn.default-border:hover {
      color: #3f4727;
      background: #949300;
      border: 1px solid transparent; }
  
  .genric-btn.primary {
    color: #fff;
    background: #3f4727;
    border: 1px solid transparent; }
    .genric-btn.primary:hover {
      background: #585e45;
      border: 1px solid transparent; }


      .genric-btn.secondary {
        color: #fff;
        background: #949300;
        border: 1px solid transparent; }
        .genric-btn.secondary:hover {
          background: #a8a414;
          border: 1px solid transparent; }




    .genric-btn.outline {
    color: #3f4727;
    /*background: #fff;*/
    border: 1px solid #3f4727; }
    .genric-btn.outline:hover {
        color: #949300;
        border: 1px solid #949300; }
        a:not([href]):not([tabindex]) {
            color: #3f4727;
            text-decoration: none; }
        a:not([href]):not([tabindex]):hover {
            color: #949300;
            text-decoration: none; }

  .genric-btn.success {
    color: #fff;
    background: #4cd3e3;
    border: 1px solid transparent; }
    .genric-btn.success:hover {
      color: #4cd3e3;
      border: 1px solid #4cd3e3;
      background: #fff; }
  .genric-btn.success-border {
    color: #4cd3e3;
    border: 1px solid #4cd3e3;
    background: #fff; }
    .genric-btn.success-border:hover {
      color: #fff;
      background: #4cd3e3;
      border: 1px solid transparent; }
  
  .genric-btn.info {
    color: #fff;
    background: #38a4ff;
    border: 1px solid transparent; }
    .genric-btn.info:hover {
      color: #38a4ff;
      border: 1px solid #38a4ff;
      background: #fff; }
  .genric-btn.info-border {
    color: #38a4ff;
    border: 1px solid #38a4ff;
    background: #fff; }
    .genric-btn.info-border:hover {
      color: #fff;
      background: #38a4ff;
      border: 1px solid transparent; }
  
  .genric-btn.warning {
    color: #fff;
    background: #f4e700;
    border: 1px solid transparent; }
    .genric-btn.warning:hover {
      color: #f4e700;
      border: 1px solid #f4e700;
      background: #fff; }
  .genric-btn.warning-border {
    color: #f4e700;
    border: 1px solid #f4e700;
    background: #fff; }
    .genric-btn.warning-border:hover {
      color: #fff;
      background: #f4e700;
      border: 1px solid transparent; }
  
  
  .genric-btn.danger {
    color: #fff;
    background: #f44a40;
    border: 1px solid transparent; }
    .genric-btn.danger:hover {
      color: #f44a40;
      border: 1px solid #f44a40;
      background: #fff; }
  .genric-btn.danger-border {
    color: #f44a40;
    border: 1px solid #f44a40;
    background: #fff; }
    .genric-btn.danger-border:hover {
      color: #fff;
      background: #f44a40;
      border: 1px solid transparent; }
  
  
  .genric-btn.link {
    color: #222222;
    background: #f9f9ff;
    text-decoration: underline;
    border: 1px solid transparent; }
    .genric-btn.link:hover {
      color: #222222;
      border: 1px solid #f9f9ff;
      background: #fff; }
  .genric-btn.link-border {
    color: #222222;
    border: 1px solid #f9f9ff;
    background: #fff;
    text-decoration: underline; }
    .genric-btn.link-border:hover {
      color: #222222;
      background: #f9f9ff;
      border: 1px solid transparent; }
  
  
  .genric-btn.disable {
    color: #222222, 0.3;
    background: #f9f9ff;
    border: 1px solid transparent;
    cursor: not-allowed; }

.generic-blockquote {
  padding: 30px 50px 30px 30px;
  background: #f9f9ff;
  border-left: 2px solid #ffba00; }

.single-gallery-image {
  margin-top: 30px;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  background-size: cover !important;
  height: 200px; }

.list-style {
  width: 14px;
  height: 14px; }

.unordered-list li {
  position: relative;
  padding-left: 30px;
  line-height: 1.82em !important; }
  .unordered-list li:before {
    content: "";
    position: absolute;
    width: 5px;
    height: 5px;
    border: 3px solid #3f4727;
    background: #fff;
    top: 10px;
    left: 0;
    border-radius: 50%; }

.ordered-list {
  margin-left: 30px; }
  .ordered-list li {
    list-style-type: decimal-leading-zero;
    color: #ffba00;
    font-weight: 500;
    line-height: 1.82em !important; }
    .ordered-list li span {
      font-weight: 300;
      color: #777777; }

.ordered-list-alpha li {
  margin-left: 30px;
  list-style-type: lower-alpha;
  color: #ffba00;
  font-weight: 500;
  line-height: 1.82em !important; }
  .ordered-list-alpha li span {
    font-weight: 300;
    color: #777777; }

.ordered-list-roman li {
  margin-left: 30px;
  list-style-type: lower-roman;
  color: #ffba00;
  font-weight: 500;
  line-height: 1.82em !important; }
  .ordered-list-roman li span {
    font-weight: 300;
    color: #777777; }

.single-input {
  display: block;
  width: 100%;
  line-height: 40px;
  border: none;
  outline: none;
  background: #f9f9ff;
  padding: 0 20px; }
  .single-input:focus {
    outline: none; }

.input-group-icon {
  position: relative; }
  .input-group-icon .icon {
    position: absolute;
    left: 20px;
    top: 0;
    line-height: 40px;
    z-index: 3; }
    .input-group-icon .icon i {
      color: #797979; }
  .input-group-icon .single-input {
    padding-left: 45px; }

.single-textarea {
  display: block;
  width: 100%;
  line-height: 40px;
  border: none;
  outline: none;
  background: #f9f9ff;
  padding: 0 20px;
  height: 100px;
  resize: none; }
  .single-textarea:focus {
    outline: none; }

.single-input-primary {
  display: block;
  width: 100%;
  line-height: 40px;
  border: 1px solid transparent;
  outline: none;
  background: #f9f9ff;
  padding: 0 20px; }
  .single-input-primary:focus {
    outline: none;
    border: 1px solid #ffba00; }

.single-input-accent {
  display: block;
  width: 100%;
  line-height: 40px;
  border: 1px solid transparent;
  outline: none;
  background: #f9f9ff;
  padding: 0 20px; }
  .single-input-accent:focus {
    outline: none;
    border: 1px solid #eb6b55; }

.single-input-secondary {
  display: block;
  width: 100%;
  line-height: 40px;
  border: 1px solid transparent;
  outline: none;
  background: #f9f9ff;
  padding: 0 20px; }
  .single-input-secondary:focus {
    outline: none;
    border: 1px solid #f09359; }

.default-switch {
  width: 35px;
  height: 17px;
  border-radius: 8.5px;
  background: #f9f9ff;
  position: relative;
  cursor: pointer; }
  .default-switch input {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer; }
    .default-switch input + label {
      position: absolute;
      top: 1px;
      left: 1px;
      width: 15px;
      height: 15px;
      border-radius: 50%;
      background: #ffba00;
      -webkit-transition: all 0.2s;
      -moz-transition: all 0.2s;
      -o-transition: all 0.2s;
      transition: all 0.2s;
      box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.2);
      cursor: pointer; }
    .default-switch input:checked + label {
      left: 19px; }

.primary-switch {
  width: 35px;
  height: 17px;
  border-radius: 8.5px;
  background: #f9f9ff;
  position: relative;
  cursor: pointer; }
  .primary-switch input {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    opacity: 0; }
    .primary-switch input + label {
      position: absolute;
      left: 0;
      top: 0;
      right: 0;
      bottom: 0;
      width: 100%;
      height: 100%; }
      .primary-switch input + label:before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        background: transparent;
        border-radius: 8.5px;
        cursor: pointer;
        -webkit-transition: all 0.2s;
        -moz-transition: all 0.2s;
        -o-transition: all 0.2s;
        transition: all 0.2s; }
      .primary-switch input + label:after {
        content: "";
        position: absolute;
        top: 1px;
        left: 1px;
        width: 15px;
        height: 15px;
        border-radius: 50%;
        background: #fff;
        -webkit-transition: all 0.2s;
        -moz-transition: all 0.2s;
        -o-transition: all 0.2s;
        transition: all 0.2s;
        box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.2);
        cursor: pointer; }
    .primary-switch input:checked + label:after {
      left: 19px; }
    .primary-switch input:checked + label:before {
      background: #ffba00; }

.confirm-switch {
  width: 35px;
  height: 17px;
  border-radius: 8.5px;
  background: #f9f9ff;
  position: relative;
  cursor: pointer; }
  .confirm-switch input {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    opacity: 0; }
    .confirm-switch input + label {
      position: absolute;
      left: 0;
      top: 0;
      right: 0;
      bottom: 0;
      width: 100%;
      height: 100%; }
      .confirm-switch input + label:before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        background: transparent;
        border-radius: 8.5px;
        -webkit-transition: all 0.2s;
        -moz-transition: all 0.2s;
        -o-transition: all 0.2s;
        transition: all 0.2s;
        cursor: pointer; }
      .confirm-switch input + label:after {
        content: "";
        position: absolute;
        top: 1px;
        left: 1px;
        width: 15px;
        height: 15px;
        border-radius: 50%;
        background: #fff;
        -webkit-transition: all 0.2s;
        -moz-transition: all 0.2s;
        -o-transition: all 0.2s;
        transition: all 0.2s;
        box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.2);
        cursor: pointer; }
    .confirm-switch input:checked + label:after {
      left: 19px; }
    .confirm-switch input:checked + label:before {
      background: #4cd3e3; }

.primary-checkbox {
  width: 16px;
  height: 16px;
  border-radius: 3px;
  background: #f9f9ff;
  position: relative;
  cursor: pointer; }
  .primary-checkbox input {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    opacity: 0; }
    .primary-checkbox input + label {
      position: absolute;
      left: 0;
      top: 0;
      right: 0;
      bottom: 0;
      width: 100%;
      height: 100%;
      border-radius: 3px;
      cursor: pointer;
      border: 1px solid #f1f1f1; }
    .primary-checkbox input:checked + label {
      background: url(../img/elements/primary-check.png) no-repeat center center/cover;
      border: none; }

.confirm-checkbox {
  width: 16px;
  height: 16px;
  border-radius: 3px;
  background: #f9f9ff;
  position: relative;
  cursor: pointer; }
  .confirm-checkbox input {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    opacity: 0; }
    .confirm-checkbox input + label {
      position: absolute;
      left: 0;
      top: 0;
      right: 0;
      bottom: 0;
      width: 100%;
      height: 100%;
      border-radius: 3px;
      cursor: pointer;
      border: 1px solid #f1f1f1; }
    .confirm-checkbox input:checked + label {
      background: url(../img/elements/success-check.png) no-repeat center center/cover;
      border: none; }

.disabled-checkbox {
  width: 16px;
  height: 16px;
  border-radius: 3px;
  background: #f9f9ff;
  position: relative;
  cursor: pointer; }
  .disabled-checkbox input {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    opacity: 0; }
    .disabled-checkbox input + label {
      position: absolute;
      left: 0;
      top: 0;
      right: 0;
      bottom: 0;
      width: 100%;
      height: 100%;
      border-radius: 3px;
      cursor: pointer;
      border: 1px solid #f1f1f1; }
    .disabled-checkbox input:disabled {
      cursor: not-allowed;
      z-index: 3; }
    .disabled-checkbox input:checked + label {
      background: url(../img/elements/disabled-check.png) no-repeat center center/cover;
      border: none; }

.primary-radio {
  width: 16px;
  height: 16px;
  border-radius: 8px;
  background: #f9f9ff;
  position: relative;
  cursor: pointer; }
  .primary-radio input {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    opacity: 0; }
    .primary-radio input + label {
      position: absolute;
      left: 0;
      top: 0;
      right: 0;
      bottom: 0;
      width: 100%;
      height: 100%;
      border-radius: 8px;
      cursor: pointer;
      border: 1px solid #f1f1f1; }
    .primary-radio input:checked + label {
      background: url(../img/elements/primary-radio.png) no-repeat center center/cover;
      border: none; }

.confirm-radio {
  width: 16px;
  height: 16px;
  border-radius: 8px;
  background: #f9f9ff;
  position: relative;
  cursor: pointer; }
  .confirm-radio input {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    opacity: 0; }
    .confirm-radio input + label {
      position: absolute;
      left: 0;
      top: 0;
      right: 0;
      bottom: 0;
      width: 100%;
      height: 100%;
      border-radius: 8px;
      cursor: pointer;
      border: 1px solid #f1f1f1; }
    .confirm-radio input:checked + label {
      background: url(../img/elements/success-radio.png) no-repeat center center/cover;
      border: none; }

.disabled-radio {
  width: 16px;
  height: 16px;
  border-radius: 8px;
  background: #f9f9ff;
  position: relative;
  cursor: pointer; }
  .disabled-radio input {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    opacity: 0; }
    .disabled-radio input + label {
      position: absolute;
      left: 0;
      top: 0;
      right: 0;
      bottom: 0;
      width: 100%;
      height: 100%;
      border-radius: 8px;
      cursor: pointer;
      border: 1px solid #f1f1f1; }
    .disabled-radio input:disabled {
      cursor: not-allowed;
      z-index: 3; }
    .disabled-radio input:checked + label {
      background: url(../img/elements/disabled-radio.png) no-repeat center center/cover;
      border: none; }

.default-select {
  height: 40px; }
  .default-select .nice-select {
    border: none;
    border-radius: 0px;
    height: 40px;
    background: #f9f9ff;
    padding-left: 20px;
    padding-right: 40px; }
    .default-select .nice-select .list {
      margin-top: 0;
      border: none;
      border-radius: 0px;
      box-shadow: none;
      width: 100%;
      padding: 10px 0 10px 0px; }
      .default-select .nice-select .list .option {
        font-weight: 300;
        -webkit-transition: all 0.3s ease 0s;
        -moz-transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s;
        line-height: 28px;
        min-height: 28px;
        font-size: 12px;
        padding-left: 20px; }
        .default-select .nice-select .list .option.selected {
          color: #ffba00;
          background: transparent; }
        .default-select .nice-select .list .option:hover {
          color: #ffba00;
          background: transparent; }
  .default-select .current {
    margin-right: 50px;
    font-weight: 300; }
  .default-select .nice-select::after {
    right: 20px; }

.form-select {
  height: 40px;
  width: 100%; }
  .form-select .nice-select {
    border: none;
    border-radius: 0px;
    height: 40px;
    background: #f9f9ff;
    padding-left: 45px;
    padding-right: 40px;
    width: 100%; }
    .form-select .nice-select .list {
      margin-top: 0;
      border: none;
      border-radius: 0px;
      box-shadow: none;
      width: 100%;
      padding: 10px 0 10px 0px; }
      .form-select .nice-select .list .option {
        font-weight: 300;
        -webkit-transition: all 0.3s ease 0s;
        -moz-transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s;
        line-height: 28px;
        min-height: 28px;
        font-size: 12px;
        padding-left: 45px; }
        .form-select .nice-select .list .option.selected {
          color: #ffba00;
          background: transparent; }
        .form-select .nice-select .list .option:hover {
          color: #ffba00;
          background: transparent; }
  .form-select .current {
    margin-right: 50px;
    font-weight: 300; }
  .form-select .nice-select::after {
    right: 20px; }

.is-sticky .header_area .main_menu .main_box {
  max-width: 100%;
  margin-top: 0;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; }
.is-sticky .header_area #search_input_box {
  max-width: 100%; }

.sticky-wrapper {
  position: absolute;
  top: 40px;
  width: 100%; }
  @media (max-width: 991px) {
    .sticky-wrapper {
      top: 0; } }

/*-------------------------------------------------------------------*/
/* === ucHeader CSS === */
/*.ucHeader-wrapper {
    margin-bottom: 40px; }*/

.ucHeader-topNav,
.ucHeader-nav {
    margin-top: 20px;
    text-align: right; }

.ucHeader-topNav ul {
    margin: 0;
    padding: 0;
    list-style-type: none; }

.ucHeader-topNav ul li.nav-item {
     display: inline-block; }

.ucHeader-topNav ul li a {
    font-style: normal;
    padding: 20px;
    font-size: .75rem;
    color: #949300;
    font-weight: 400;
    letter-spacing: .5px; }
    .ucHeader-topNav span.nav-static {
        font-style: italic;
        padding: 10px 0;
        font-size: .75rem;
        color: #949300;
        font-weight: 400;
        letter-spacing: .5px; }

.ucHeader-topNav ul li a:hover {
    color: #3f4727;
    text-decoration: none;
    outline: none;}

.ucHeader-nav ul {
    margin: 0;
    padding: 0;
    list-style-type: none; }

.ucHeader-nav ul li {
     display: inline; }

.ucHeader-nav ul li a {
    padding: 0 20px;
    display: inline-block;
    font-size: .875rem;
    color: #3f4727;
    font-weight: 400;
    letter-spacing: .5px; }

.ucHeader-nav ul li a:hover {
    color: #949300;
    text-decoration: none;
    outline: none;}
/*//ucHeader.aspx*/      

.header_area {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 99;
  transition: background 0.4s, all 0.3s linear;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; }

  .header_area .main_menu .main_box {
    background: #fff;
    margin: 0px auto 0;
    /*max-width: 1200px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;*/ }
  .header_area .navbar {
    background: #fff;
    padding: 0px;
    border: 0px;
    border-radius: 0px; }
    @media (max-width: 991px) {
      .header_area .navbar .navbar-collapse {
        margin-top: 10px;
        background-color: #f2f2f1; }
    .header_area .navbar .navbar-collapse .nav-item {
        padding: 10px; } }
    .header_area .navbar .navbar-toggler  {
    color: #3f4727;
    border-color: #3f4727; }
        @media (max-width: 480px) {
        .header_area .navbar .navbar-toggler  {
            margin-top: 30px; }}
    .header_area .navbar .navbar-toggler .icon-bar {
      color: #3f4727;
      height: 2px;
      width: 20px;
      content: "";
      background: #3f4727;
      display: block;
      margin: 4px; }
    .header_area .navbar .nav .nav-item {
      margin-right: 45px; }
      .header_area .navbar .nav .nav-item .nav-link-top,
      .header_area .navbar .nav .nav-item .nav-link-bottom  {
        padding: 0px;
        display: inline-block;
        font-weight: 400;
        letter-spacing: 0.5px; }
        .header_area .navbar .nav .nav-item .nav-link-top  {
            font-size: .875rem;
            color: #949300; }
            @media (min-width: 991px) {
                .header_area .navbar .nav .nav-item .nav-link-top  {
                    font-size: 12px; }}
        .header_area .navbar .nav .nav-item .nav-link-bottom  {
            font-size: .875rem;
            color: #3f4727; }
    .header_area .navbar .nav .nav-item .nav-static {
        font-style: italic;
        padding: 0px;
        display: inline-block;
        font-size: .875rem;
        font-weight: 400;
        letter-spacing: 0.5px;
        color: #949300; }
        @media (min-width: 991px) {
          .header_area .navbar .nav .nav-item .nav-link,
          .header_area .navbar .nav .nav-item .nav-static {
            padding: 10px 0; } 
          .header_area .navbar .nav .nav-item .nav-static {
            font-size: 12px; }}

        .header_area .navbar .nav .nav-item .nav-link-top:after,
        .header_area .navbar .nav .nav-item .nav-link-bottom:after {
          display: none; }
        .header_area .navbar .nav .nav-item:hover .nav-link-top,
        .header_area .navbar .nav .nav-item.active .nav-link-top {
        color: #3f4727; }
        .header_area .navbar .nav .nav-item:hover .nav-link-bottom,
        .header_area .navbar .nav .nav-item.active .nav-link-bottom {
        color: #949300; }


        .header_area .navbar .nav .nav-item.submenu {
        position: relative; }
        .header_area .navbar .nav .nav-item.submenu ul {
          border: none;
          padding: 0px;
          border-radius: 0px;
          box-shadow: none;
          margin: 0px;
          background: #fff; }
          @media (min-width: 992px) {
            .header_area .navbar .nav .nav-item.submenu ul {
              position: absolute;
              top: 140%;
              left: 0px;
              min-width: 200px;
              text-align: left;
              opacity: 0;
              -webkit-transition: visibility 0.5s ease;
              -moz-transition: visibility 0.5s ease;
              -o-transition: visibility 0.5s ease;
              transition: visibility 0.5s ease;
              visibility: hidden;
              display: block; } }
          .header_area .navbar .nav .nav-item.submenu ul:before {
            content: "";
            width: 0;
            height: 0;
            border-style: solid;
            border-width: 10px 10px 0 10px;
            border-color: #eeeeee transparent transparent transparent;
            position: absolute;
            right: 24px;
            top: 45px;
            z-index: 3;
            opacity: 0;
            -webkit-transition: all 0.3s ease 0s;
            -moz-transition: all 0.3s ease 0s;
            -o-transition: all 0.3s ease 0s;
            transition: all 0.3s ease 0s; }
          .header_area .navbar .nav .nav-item.submenu ul .nav-item {
            display: block;
            float: none;
            margin-right: 0px;
            border-bottom: 1px solid #ededed;
            margin-left: 0px;
            -webkit-transition: all 0.3s ease 0s;
            -moz-transition: all 0.3s ease 0s;
            -o-transition: all 0.3s ease 0s;
            transition: all 0.3s ease 0s; }
            .header_area .navbar .nav .nav-item.submenu ul .nav-item.active {
              background: #ffba00; }
              .header_area .navbar .nav .nav-item.submenu ul .nav-item.active .nav-link {
                color: #fff; }
            .header_area .navbar .nav .nav-item.submenu ul .nav-item .nav-link {
              line-height: 45px;
              padding: 0px 30px;
              -webkit-transition: all 0.3s ease 0s;
              -moz-transition: all 0.3s ease 0s;
              -o-transition: all 0.3s ease 0s;
              transition: all 0.3s ease 0s;
              display: block;
              margin-right: 0px; }
            .header_area .navbar .nav .nav-item.submenu ul .nav-item:last-child {
              border-bottom: none; }
            .header_area .navbar .nav .nav-item.submenu ul .nav-item:hover .nav-link {
              background: #ffba00;
              color: #fff; }
        @media (min-width: 992px) {
          .header_area .navbar .nav .nav-item.submenu:hover ul {
            visibility: visible;
            opacity: 1; } }
        .header_area .navbar .nav .nav-item.submenu:hover ul .nav-item {
          margin-top: 0px; }
      .header_area .navbar .nav .nav-item:last-child {
        margin-right: 0px; }
    @media (min-width: 991px) {
      .header_area .navbar .nav.navbar-nav.navbar-right {
        display: -webkit-inline-box; } }
    .header_area .navbar .nav.navbar-nav.navbar-right li {
      margin-left: 25px;
      margin-right: 0px; }
      @media (max-width: 991px) {
        .header_area .navbar .nav.navbar-nav.navbar-right li {
          margin-left: 0px; } }
          /*always show cart menu item on mobile devices, this these two styles are disabled*/
      /*.header_area .navbar .nav.navbar-nav.navbar-right li:first-child {
        margin-left: 35px; }
        @media (max-width: 991px) {
          .header_area .navbar .nav.navbar-nav.navbar-right li:first-child {
            display: none; } }*/
      .header_area .navbar .nav.navbar-nav.navbar-right li span {
        color: #222222;
        line-height: 80px;
        font-weight: 500; }
    .header_area .navbar .nav.navbar-nav.navbar-right .search {
      background: transparent;
      border: 0;
      cursor: pointer;
      padding: 0; }

/*-------------------------------------------------------------------*/
/* === Search Box CSS === */
.search_input_box > .form-control {
    display: block;
    font-size: .875rem;
    font-weight: 400;
    line-height: 1.5;
    color: #3f4727;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #cbccc5;
    border-radius: 0;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out; }

.search_input_box > .form-control:focus {
    box-shadow: none;
    outline: none; }

.search_input_box > .btn {
    width: 0;
    height: 0;
    padding: 0;
    border: 0; }
    
.genric-btn.default {
    background: #cbccc5;
    color: #3f4727;
    padding: .75rem; }    

@media (max-width: 575px) {
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid {
    padding: 0px 15px; } }


/*-------------------------------------------------------------------*/
/* === Browse Categories CSS === */
.category-nav-wrapper {
    z-index: 100;
    margin-top: 100px; }

@media screen and (max-width: 740px) {
    .category-nav-wrapper .search_input_box {
        margin-bottom: 1rem; }
    .category-browse > .nav-pills {
        margin-top: 2rem; }
    }

.category-browse > .nav-pills .nav-link.active,
.category-browse > .nav-pills .show > .nav-link {
	color: #fff;
    background-color: #3f4727; }
    .category-browse > .nav-pills .show > .nav-link:hover {
        background-color: #949300; }
    .category-browse > .nav-pills .nav-link {
        border-radius: 0; }
        
@media screen and (max-width: 575px) {
    .category-browse > .nav-pills > .dropdown {
        margin: auto !important; }
    }

  .dropdown-toggle::after {
    display: inline-block;
    margin-left: .4em;
    vertical-align: 0;
    content: "";
    border-top: .5em solid;
    border-right: .5em solid transparent;
    border-bottom: 0;
    border-left: .5em solid transparent; }

.dropdown-toggle::after {
    transform: rotate(-90deg); }

.dropdown-toggle[aria-expanded="true"]:after {
transform: rotate(0deg); }

   /*for the animation*/
.dropdown-toggle:after {
    transition: 0.5s; }
    .dropdown > div {
        position: static;
        clip: rect(0rem, 9999px, 9999px, -9999px);
        }

.dropdown-menu {
    width: 100%;
    padding: 0;
    margin: 0;
    font-size: 14px;
    color: #3f4727;
    background-color: #f2f2f1;
    background-clip: padding-box;
    border: 0px solid transparent;
    border-radius: 0; }

.dropdown-item {
    color: #3f4727; }

.dropdown-item:hover {
    background: transparent;
    color: #949300; }


/*-------------------------------------------------------------------*/
/* === Product Area CSS === */
.active-product-area {
  padding-top: 70px;
  padding-bottom: 50px; }
  .active-product-area .owl-nav div {
    position: absolute;
    left: 35%;
    top: 7%;
    opacity: .3; }
    @media (max-width: 1440px) {
      .active-product-area .owl-nav div {
        left: 30%; } }
    @media (max-width: 1200px) {
      .active-product-area .owl-nav div {
        left: 28%; } }
    @media (max-width: 991px) {
      .active-product-area .owl-nav div {
        top: 3%;
        left: 25%; } }
    @media (max-width: 870px) {
      .active-product-area .owl-nav div {
        left: 15%; } }
    @media (max-width: 767px) {
      .active-product-area .owl-nav div {
        left: 10%;
        top: 2%;
        margin-top: -25px; } }
    @media (max-width: 570px) {
      .active-product-area .owl-nav div {
        left: 37%;
        top: 1%;
        margin-top: -25px; } }
    @media (max-width: 480px) {
      .active-product-area .owl-nav div {
        margin-top: -20px;
        left: 28%; } }
    .active-product-area .owl-nav div:hover {
      opacity: 1; }
  .active-product-area .owl-nav .owl-next {
    left: auto;
    right: 35%; }
    @media (max-width: 1440px) {
      .active-product-area .owl-nav .owl-next {
        right: 30%; } }
    @media (max-width: 1200px) {
      .active-product-area .owl-nav .owl-next {
        right: 28%; } }
    @media (max-width: 991px) {
      .active-product-area .owl-nav .owl-next {
        top: 3%;
        right: 25%; } }
    @media (max-width: 870px) {
      .active-product-area .owl-nav .owl-next {
        right: 15%; } }
    @media (max-width: 767px) {
      .active-product-area .owl-nav .owl-next {
        right: 10%;
        top: 2%;
        margin-top: -25px; } }
    @media (max-width: 570px) {
      .active-product-area .owl-nav .owl-next {
        right: 37%;
        top: 1%;
        margin-top: -25px; } }
    @media (max-width: 480px) {
      .active-product-area .owl-nav .owl-next {
        margin-top: -20px;
        right: 28%; } }

.single-product {
  margin-bottom: 50px; }
  .single-product img {
    margin-bottom: 20px;
    width: 100%; }
  .single-product .product-details h6 {
    font-size: 16px;
    text-transform: uppercase; }
  .single-product .product-details .price h6 {
    font-size: 14px;
    display: inline-block;
    padding-right: 15px;
    margin: 0; }
  .single-product .product-details .price .l-through {
    text-decoration: line-through;
    color: #cccccc;
    margin-bottom: 0; }
  .single-product .product-details .prd-bottom {
    position: relative;
    margin-top: 20px; }
    .single-product .product-details .prd-bottom .social-info {
      position: relative;
      display: inline-block;
      width: 35px;
      -webkit-transition: all 0.3s ease 0s;
      -moz-transition: all 0.3s ease 0s;
      -o-transition: all 0.3s ease 0s;
      transition: all 0.3s ease 0s;
      overflow: hidden; }
      .single-product .product-details .prd-bottom .social-info span {
        position: relative;
        height: 30px;
        width: 30px;
        line-height: 30px;
        text-align: center;
        background: #828bb2;
        border-radius: 50%;
        display: inline-block;
        color: #fff;
        -webkit-transition: all 0.3s ease 0s;
        -moz-transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s;
        z-index: 1; }
        .single-product .product-details .prd-bottom .social-info span:after {
          position: absolute;
          left: 0;
          top: 0;
          height: 100%;
          width: 100%;
          content: "";
          border-radius: 50%;
          opacity: 0;
          visibility: hidden;
          z-index: -1; }
      .single-product .product-details .prd-bottom .social-info .hover-text {
        position: absolute;
        left: 0;
        top: 3px;
        width: 100px;
        left: -40px;
        text-transform: uppercase;
        font-family: 'Open Sans', sans-serif;
        font-weight: 500;
        font-size: 12px;
        color: #222222;
        -webkit-transition: all 0.3s ease 0s;
        -moz-transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s;
        opacity: 0;
        visibility: hidden; }
      .single-product .product-details .prd-bottom .social-info:hover {
        width: 115px; }
        .single-product .product-details .prd-bottom .social-info:hover span:after {
          opacity: 1;
          visibility: visible; }
        .single-product .product-details .prd-bottom .social-info:hover .hover-text {
          opacity: 1;
          visibility: visible;
          left: 40px; }
/* end product area css
============================================================================================ */

@media (max-width: 767px) {
  .single-img {
    min-width: 50%; } }
.single-img img {
  opacity: .2;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; }
  @media (max-width: 800px) {
    .single-img img {
      margin-bottom: 40px; } }
  .single-img img:hover {
    opacity: .8; }

.single-related-product {
  margin-bottom: 30px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; }
  .single-related-product .desc {
    margin: 10px 0px 10px 15px; }
  .single-related-product .price h6 {
    font-size: 14px;
    display: inline-block;
    padding-right: 10px;
    margin-bottom: 0px; }
  .single-related-product .price .l-through {
    text-decoration: line-through;
    color: #cccccc;
    margin-bottom: 0; }
  .single-related-product a {
    color: #222222;
    text-transform: uppercase; }
  .single-related-product:hover .desc a {
    color: #ffba00; }

@media (max-width: 991px) {
  .ctg-right {
    display: none; } }
.details-tab-navigation {
  background: #f9fafc; }
  .details-tab-navigation .nav-tabs {
    border: none; }
  .details-tab-navigation .nav-link {
    border: 1px solid #eee;
    background: #fff;
    color: #000;
    padding: 0 30px;
    line-height: 35px;
    margin: 10px 3px;
    border-radius: 0px; }
    .details-tab-navigation .nav-link:hover {
      color: #fff;
      border: 1px solid transparent; }
    .details-tab-navigation .nav-link.active {
      color: #fff;
      border: 1px solid transparent; }

.description {
  padding: 30px;
  border: 1px solid #eee;
  border-top: 0px; }

.specification-table {
  padding: 30px;
  border: 1px solid #eee;
  border-top: 0px; }
  .specification-table .single-row {
    padding: 10px 0;
    border-bottom: 1px solid #eee; }
    .specification-table .single-row span {
      width: 50%; }
      .specification-table .single-row span:first-child {
        margin-left: 50px; }
    .specification-table .single-row:last-child {
      border-bottom: 0px; }


.main-form {
  text-align: right; }
  .main-form .view-btn {
    border: 0px;
    cursor: pointer;
    margin-top: 10px; }

.common-input {
  display: block;
  width: 100%;
  border: 1px solid #eee;
  line-height: 40px;
  padding: 0 30px;
  margin-top: 10px; }
  .common-input:focus {
    outline: none; }
  .common-input.mt-20 {
    margin-top: 20px; }

.common-textarea {
  display: block;
  width: 100%;
  height: 100px;
  border: 1px solid #eee;
  padding: 10px 30px;
  margin-top: 10px; }
  .common-textarea:focus {
    outline: none; }

.reply-comment {
  margin-left: 30px; }

.quick-view-carousel-details {
  position: relative; }
  .quick-view-carousel-details .item {
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center center !important;
    height: 600px;
    display: block; }
  .quick-view-carousel-details .owl-controls {
    position: absolute;
    bottom: 20px;
    right: 20px; }
    .quick-view-carousel-details .owl-controls .owl-dots .owl-dot {
      width: 60px;
      height: 60px;
      background-repeat: no-repeat;
      background-position: center center;
      background-size: cover;
      margin-left: 10px; }
      .quick-view-carousel-details .owl-controls .owl-dots .owl-dot:nth-child(1) {
        background: url(../img/ob1.jpg);
        margin-left: 0; }
      .quick-view-carousel-details .owl-controls .owl-dots .owl-dot:nth-child(2) {
        background: url(../img/ob2.jpg); }
      .quick-view-carousel-details .owl-controls .owl-dots .owl-dot:nth-child(3) {
        background: url(../img/ob3.jpg); }
      .quick-view-carousel-details .owl-controls .owl-dots .owl-dot.active {
        box-shadow: 2.828px 2.828px 15px 0px rgba(0, 0, 0, 0.1);
        position: relative; }
        .quick-view-carousel-details .owl-controls .owl-dots .owl-dot.active:after {
          content: "";
          position: absolute;
          width: 100%;
          height: 100%;
          opacity: .8;
          left: 0;
          top: 0; }

.organic-body .quick-view-carousel .owl-controls .owl-dots .owl-dot:nth-child(1) {
  background: url(../img/organic-food/ob1.jpg);
  margin-left: 0; }
.organic-body .quick-view-carousel .owl-controls .owl-dots .owl-dot:nth-child(2) {
  background: url(../img/organic-food/ob2.jpg); }
.organic-body .quick-view-carousel .owl-controls .owl-dots .owl-dot:nth-child(3) {
  background: url(../img/organic-food/ob3.jpg); }
.organic-body .organic span {
  color: #fff; }

.organic-product-top .single-product-top {
  height: 500px;
  padding: 40px;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important; }
  .organic-product-top .single-product-top.middle {
    height: 235px; }
  .organic-product-top .single-product-top .product-title {
    position: relative;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-size: 21px; }

.tab-navigation .nav-tabs {
  border: none; }
.tab-navigation .nav-link {
  border: none;
  background: #f9fafc;
  padding: 0 30px;
  line-height: 35px;
  margin: 10px 3px;
  border-radius: 3px; }
  .tab-navigation .nav-link:hover {
    box-shadow: 2.828px 2.828px 15px 0px rgba(0, 0, 0, 0.1); }
  .tab-navigation .nav-link.active {
    box-shadow: 2.828px 2.828px 15px 0px rgba(0, 0, 0, 0.1); }

.category-list .single-product {
  margin-top: 30px; }

.cart_inner .form-inline .form-group {
    margin-bottom: 1rem; }
.cart_inner label {
  margin-bottom: 0;
  padding:0 1rem 0 0;
  justify-content: left; }

.view-btn {
  border-radius: 0px;
  box-shadow: none;
  border: 1px solid #eee;
  padding: 0 30px;
  cursor: pointer;
  min-width: 172px; }
  .view-btn.color-2:after {
    border-radius: 0; }
  .view-btn span {
    font-weight: 400; }

.billing-form-page .common-input {
  padding: 0 15px; }
.billing-form-page .common-textarea {
  padding: 10px 15px; }
.billing-form-page .view-btn {
  border-radius: 0px;
  box-shadow: none;
  border: 1px solid #eee;
  padding: 0 30px;
  cursor: pointer;
  min-width: 172px; }
  .billing-form-page .view-btn.color-2:after {
    border-radius: 0; }
  .billing-form-page .view-btn span {
    font-weight: 400; }

.checkput-login .top-title {
  padding: 10px 15px; }
  .checkput-login .top-title p {
    margin: 0;
    color: #fff; }
    .checkput-login .top-title p a {
      color: #fff;
      text-decoration: underline; }

.checkout-login-collapse {
  padding: 20px; }

.pixel-checkbox + label {
  margin-left: 10px; }

.billing-title {
  border-bottom: 1px solid #ddd;
  line-height: 1.3em;
  padding-bottom: 10px; }
  .billing-title.pl-15 {
    padding-left: 15px; }

.billing-form .common-input {
  margin-top: 20px; }
.billing-form .sorting {
  margin-top: 20px;
  margin-right: 0; }
  .billing-form .sorting .nice-select {
    width: 100%; }
    .billing-form .sorting .nice-select .list {
      width: 100%; }

.order-wrapper {
  background: #f9fafc;
  padding: 20px 15px; }
  .order-wrapper .list-row {
    border-bottom: 1px solid #eee;
    padding: 10px 0; }
    .order-wrapper .list-row h6 {
      text-transform: uppercase; }
    .order-wrapper .list-row .total {
      font-weight: 500;
      color: #222222; }
  .order-wrapper .bold-lable {
    font-weight: 700;
    text-transform: uppercase;
    color: #222222; }
  .order-wrapper .payment-info {
    margin-top: 20px;
    background: #f5f5f5;
    border-top: 1px solid #eee;
    padding: 15px; }
  .order-wrapper .terms-link {
    color: #43b253; }
  .order-wrapper .pixel-checkbox {
    margin-top: 5px; }

.cart-title {
  padding-bottom: 15px; }

.cart-single-item {
  border-top: 1px solid #eee;
  padding: 15px 0; }
  .cart-single-item .product-item {
    margin-left: 15px; }
    .cart-single-item .product-item img {
      border-radius: 3px; }
    .cart-single-item .product-item h6 {
      color: #000;
      margin-left: 30px;
      font-weight: 400; }
  .cart-single-item .price,
  .cart-single-item .total {
    font-size: 18px;
    font-weight: 500;
    color: #222222; }
  .cart-single-item .quantity-container .quantity-amount {
    color: #222222;
    font-weight: 500;
    font-size: 18px;
    border-radius: 20px 0 0 20px;
    width: 60px; }
  .cart-single-item .quantity-container .arrow-btn {
    border-radius: 0 20px 20px 0;
    overflow: hidden;
    border-left: 1px solid #eee; }
    .cart-single-item .quantity-container .arrow-btn .arrow {
      padding-right: 15px; }

.cupon-area {
  padding: 15px;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee; }
  .cupon-area .view-btn {
    box-shadow: none;
    border-radius: 0px;
    cursor: pointer;
    border: 1px solid #eee;
    padding: 0 30px; }
    .cupon-area .view-btn.color-2:after {
      border-radius: 0; }
    .cupon-area .view-btn span {
      font-weight: 400; }
  .cupon-area .cuppon-wrap .view-btn {
    border-radius: 0; }
    .cupon-area .cuppon-wrap .view-btn.color-2:after {
      border-radius: 0; }
  .cupon-area .cupon-code {
    display: none; }
    .cupon-area .cupon-code input {
      border: 1px solid #eee;
      line-height: 40px;
      padding: 0 15px;
      width: 200px;
      border-right: 0px;
      margin-right: -5px; }
    .cupon-area .cupon-code button {
      border-right: 0;
      cursor: pointer; }
      .cupon-area .cupon-code button:focus {
        outline: none; }
    .cupon-area .cupon-code .view-btn {
      border-radius: 0; }
      .cupon-area .cupon-code .view-btn:after {
        border-radius: 0; }

.subtotal-area {
  padding: 15px;
  border-bottom: 1px solid #eee; }
  .subtotal-area .subtotal {
    margin-left: 200px;
    font-weight: 500;
    color: #222222;
    font-size: 18px; }

.shipping-area {
   /*padding-top: 20px;*/
   padding-bottom: 100px; }
  .shipping-area .filter-list label {
    margin-right: 10px; }
  .shipping-area .calculate {
    margin-right: 43px; }
  .shipping-area .view-btn {
    border-radius: 0px;
    box-shadow: none;
    border: 1px solid #eee;
    padding: 0 30px;
    cursor: pointer;
    width: 172px; }
    .shipping-area .view-btn.color-2:after {
      border-radius: 0; }
    .shipping-area .view-btn span {
      font-weight: 400; }
  .shipping-area .sorting {
    margin-right: 0;
    width: 300px; }
    .shipping-area .sorting .nice-select {
      width: 100%; }
    .shipping-area .sorting .list {
      width: 100%; }
  .shipping-area .common-input {
    padding: 0 15px; }

.shipping-area .form-control {
    /*color: #3f4727;*/
    font-size: .875rem;
    letter-spacing: .5px;
    background-color: #fff;
    border: 1px solid #cbccc5;
    border-radius: 0; }
.form-control::placeholder {
    color: #cbccc5;
    font-size: 0.875rem;
	opacity: 1; }
.form-control {
	font-size: 0.875rem;
    color: #3f4727;
    line-height: 1.75rem;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #cbccc5;
    border-radius: 0;
    height: auto;
    height: auto;}

.profInfo-wrapper .form-control {
    text-align: center; }

.quantity-container .quantity-amount {
  width: 50px;
  line-height: 36px;
  border: 1px solid #eeeeee;
  border-right: 0px;
  border-radius: 3px;
  margin-right: -3px;
  padding-left: 20px; }
.quantity-container .arrow {
  height: 17px;
  padding-left: 15px;
  border: none;
  cursor: pointer;
  background: #fff; }
  .quantity-container .arrow:focus {
    outline: none; }
  .quantity-container .arrow span {
    font-size: 12px; }
.quantity-container .arrow-btn {
  padding: 1px 0 3px 0;
  border: 1px solid #eeeeee;
  border-left: 0px;
  border-radius: 3px; }

.order-rable {
  width: 100%;
  padding: 15px;
  display: block; }
  .order-rable tr td {
    width: 50%; }
    .order-rable tr td:last-child {
      color: #222222;
      font-weight: 500; }

.login-form {
  padding: 30px;
  background: #f9fafc;
  height: 100%; }
  .login-form a:hover {
    color: #44b253; }

.register-form {
  padding: 30px 30px 100px 30px; }
  .register-form .billing-title {
    color: #fff;
    border-bottom: 1px solid #fff; }
  .register-form p {
    color: #fff; }
  .register-form .common-input {
    border: 1px solid rgba(255, 255, 255, 0.3);
    background: transparent;
    color: #fff; }
    .register-form .common-input:focus {
      border: 1px solid white; }
  .register-form ::-webkit-input-placeholder {
    /* WebKit, Blink, Edge */
    color: #fff;
    font-weight: 300; }
  .register-form :-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #fff;
    opacity: 1;
    font-weight: 300; }
  .register-form ::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #fff;
    opacity: 1;
    font-weight: 300; }
  .register-form :-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #fff;
    font-weight: 300; }
  .register-form ::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #fff;
    font-weight: 300; }

.order-tracking {
  padding: 30px;
  background: #f9fafc; }

.tracking_form .primary-btn {
  border-radius: 0px;
  line-height: 38px;
  border: none; }
  .tracking_form .primary-btn:hover:before {
    left: 170px; }

.load-product {
  display: none; }

.cart-btn {
  display: inline-block;
  height: 40px;
  width: 174px;
  text-align: center;
  background: #fff;
  box-shadow: 2.828px 2.828px 15px 0px rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  font-weight: 700;
  text-transform: uppercase;
  position: relative;
  overflow: hidden; }
  .cart-btn span {
    color: #222222;
    font-weight: 700;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }
  .cart-btn .cart {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%; }
  .cart-btn .lnr-cart {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    margin-top: 30px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }
  .cart-btn:hover .cart {
    margin-top: -30px; }
  .cart-btn:hover .lnr-cart {
    margin-top: 0; }

.mini-cart-2a {
  width: 290px;
  background: #fff;
  position: absolute;
  z-index: 3;
  top: 50px;
  right: 15px;
  display: none;
  z-index: 5; }
  .mini-cart-2a .mini-border {
    width: 100%;
    height: 1px; }
  .mini-cart-2a.showing {
    display: block; }
  .mini-cart-2a .total-amount {
    border-bottom: 1px dotted #eee;
    padding: 20px;
    background: #f9fafc; }
    .mini-cart-2a .total-amount .title span {
      color: #cccccc; }
    .mini-cart-2a .total-amount .amount {
      font-size: 24px;
      color: #222222; }
  .mini-cart-2a .single-cart-item {
    padding: 20px;
    border-bottom: 1px dotted #eee; }
    .mini-cart-2a .single-cart-item .middle {
      padding: 0 10px; }
      .mini-cart-2a .single-cart-item .middle h5 a {
        font-size: 14px;
        font-weight: 400;
        background: -webkit-linear-gradient(-180deg, #555555, #555555);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent; }
      .mini-cart-2a .single-cart-item .middle h6 {
        font-weight: 700;
        margin-top: 5px; }
    .mini-cart-2a .single-cart-item .cross {
      cursor: pointer; }
      .mini-cart-2a .single-cart-item .cross span {
        background: -webkit-linear-gradient(-180deg, #777, #777);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent; }
  .mini-cart-2a .proceed-btn {
    padding: 20px; }
    .mini-cart-2a .proceed-btn .view-btn {
      width: 100%;
      text-align: center; }
  .mini-cart-2a.mini-cart-4 {
    right: 0; }

.mini-cart {
  width: 290px;
  background: #fff;
  position: absolute;
  z-index: 3;
  top: 50px;
  right: 15px;
  display: none;
  z-index: 5; }
  .mini-cart .mini-border {
    width: 100%;
    height: 1px; }
  .mini-cart.showing {
    display: block; }
  .mini-cart .total-amount {
    border-bottom: 1px dotted #eee;
    padding: 20px;
    background: #f9fafc; }
    .mini-cart .total-amount .title span {
      color: #cccccc; }
    .mini-cart .total-amount .amount {
      font-size: 24px;
      color: #222222; }
  .mini-cart .single-cart-item {
    padding: 20px;
    border-bottom: 1px dotted #eee; }
    .mini-cart .single-cart-item .middle {
      padding: 0 10px; }
      .mini-cart .single-cart-item .middle h5 a {
        font-size: 14px;
        font-weight: 400;
        background: -webkit-linear-gradient(-180deg, #555555, #555555);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent; }
      .mini-cart .single-cart-item .middle h6 {
        font-weight: 700;
        margin-top: 5px; }
    .mini-cart .single-cart-item .cross {
      cursor: pointer; }
      .mini-cart .single-cart-item .cross span {
        background: -webkit-linear-gradient(-180deg, #777, #777);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent; }
  .mini-cart .proceed-btn {
    padding: 20px; }
    .mini-cart .proceed-btn .view-btn {
      width: 100%;
      text-align: center; }
  .mini-cart.mini-cart-4 {
    right: 0; }

.item-cart {
  display: inline-block;
  line-height: 40px;
  border-radius: 20px;
  text-transform: uppercase;
  width: 170px;
  text-align: center;
  font-weight: 700;
  position: absolute;
  top: 25%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 4;
  color: #fff;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s, opacity 0.5s linear;
  color: #fff; }
  .item-cart:hover {
    color: #fff; }

.submit-btn {
  display: inline-block;
  line-height: 42px;
  border-radius: 20px;
  text-transform: uppercase;
  padding: 0 40px;
  text-align: center;
  z-index: 4;
  color: #fff;
  transition: visibility 0s, opacity 0.5s linear;
  border: none;
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0; }

.view-btn {
  display: inline-block;
  line-height: 40px;
  padding: 0 40px;
  text-align: center;
  background: #fff;
  box-shadow: 2.828px 2.828px 15px 0px rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  font-weight: 700;
  text-transform: uppercase;
  border-radius: 3px;
  position: relative; }
  .view-btn span {
    color: #222222;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    position: relative;
    z-index: 3; }
  .view-btn i {
    color: #222222;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    position: relative;
    z-index: 3; }
  .view-btn:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 3px;
    top: 0;
    left: 0;
    opacity: 0;
    z-index: 2;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }
  .view-btn.reply {
    padding: 0 30px;
    text-transform: capitalize;
    border-radius: 20px;
    margin-left: auto;
    box-shadow: none;
    border: 1px solid #eee; }
    .view-btn.reply span {
      font-weight: 300;
      margin-left: 10px; }
    .view-btn.reply:after {
      content: "";
      position: absolute;
      width: 100%;
      height: 100%;
      border-radius: 20px;
      top: 0;
      left: 0;
      opacity: 0;
      z-index: 2;
      -webkit-transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease; }
    .view-btn.reply:hover {
      border: 1px solid transparent; }
  .view-btn:hover:after {
    opacity: 1; }
  .view-btn:hover span {
    color: #fff; }
  .view-btn:hover i {
    color: #fff; }

.single-small-banner {
  position: relative;
  overflow: hidden;
  margin-top: 30px;
  padding: 20px;
  width: 32.36%; }
  .single-small-banner:before {
    content: "";
    position: absolute;
    width: 30px;
    height: 200px;
    left: 20px;
    top: 50%;
    transform: translateY(-50%) rotate(25deg);
    background: rgba(0, 0, 0, 0.05); }
  .single-small-banner:after {
    content: "";
    position: absolute;
    width: 30px;
    height: 200px;
    left: 60px;
    top: 50%;
    transform: translateY(-50%) rotate(25deg);
    background: rgba(0, 0, 0, 0.05); }
  .single-small-banner.color-1 {
    background: #3fcaff; }
  .single-small-banner.color-2 {
    background: #ffcc00; }
  .single-small-banner.color-3 {
    background: #e10101; }
  .single-small-banner .desc {
    margin-left: 10px; }
    .single-small-banner .desc h5 {
      text-shadow: -4px 4px 1px rgba(0, 0, 0, 0.15);
      font-size: 16px;
      margin-bottom: 3px; }
    .single-small-banner .desc p {
      margin: 0;
      text-shadow: -4px 4px 1px rgba(0, 0, 0, 0.15); }

.filter-bar {
  padding: 0px 20px 10px 20px;
  background: #828bb3; }
  .filter-bar a, .filter-bar i {
    color: #000; }

.main-categories a {
  color: #000; }

.grid-btn, .list-btn {
  margin-top: 10px;
  width: 40px;
  line-height: 40px;
  border: 1px solid #eee;
  text-align: center;
  margin-right: 10px; }
  .grid-btn i, .list-btn i {
    display: inline-block; }
  .grid-btn:hover i, .list-btn:hover i {
    color: #fff; }
  .grid-btn.active i, .list-btn.active i {
    color: #fff; }

.sorting {
  margin-top: 10px;
  margin-right: 10px; }
  .sorting .nice-select {
    border-radius: 0px;
    border: 1px solid #eee;
    padding-right: 50px; }
    .sorting .nice-select:after {
      right: 18px; }
    .sorting .nice-select .list {
      border-radius: 0px; }

.pagination {
  margin-top: 10px;
  border-left: 1px solid #eee;
  border-radius: 0px; }
  .pagination a {
    width: 40px;
    line-height: 40px;
    text-align: center;
    display: inline-block;
    background: #fff; }
    .pagination a.active {
      color: #fff; }
    .pagination a:hover {
      color: #fff; }
  .pagination .dot-dot {
    width: auto;
    background: transparent;
    border-top: 0px;
    border-bottom: 0px;
    color: #cccccc;
    padding: 0 5px; }
    .pagination .dot-dot:hover {
      background: transparent;
      border: 0px;
      border-right: 1px solid #eee;
      color: #cccccc; }

@-webkit-keyframes click-wave {
  0% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0.35;
    position: absolute;
    top: 50%;
    left: 50%; }
  100% {
    transform: translate(-50%, -50%) scale(3);
    opacity: 0;
    top: 50%;
    left: 50%;
    position: absolute; } }
@-moz-keyframes click-wave {
  0% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0.35;
    position: absolute;
    top: 50%;
    left: 50%; }
  100% {
    transform: translate(-50%, -50%) scale(3);
    opacity: 0;
    top: 50%;
    left: 50%;
    position: absolute; } }
@keyframes click-wave {
  0% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0.35;
    position: absolute;
    top: 50%;
    left: 50%; }
  100% {
    transform: translate(-50%, -50%) scale(3);
    opacity: 0;
    top: 50%;
    left: 50%;
    position: absolute; } }
.pixel-radio {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  position: relative;
  right: 0;
  bottom: 0;
  left: 0;
  height: 20px;
  width: 20px;
  -webkit-transition: all 0.15s ease-out 0s;
  -moz-transition: all 0.15s ease-out 0s;
  transition: all 0.15s ease-out 0s;
  background: #fff;
  border: 1px solid #eee;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  margin-right: 10px;
  outline: none;
  position: relative;
  z-index: 1; }

.pixel-radio:checked {
  border: 7px solid #ffba00; }

.pixel-radio:checked::after {
  -webkit-animation: click-wave 0.65s;
  -moz-animation: click-wave 0.65s;
  animation: click-wave 0.65s;
  background: #ffba00;
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  position: relative;
  z-index: 2;
  opacity: 0; }

.pixel-radio {
  border-radius: 50%;
  top: 6px; }

.pixel-radio::after {
  border-radius: 50%; }

.price-range-area {
  padding: 30px 30px 0 30px; }
  .price-range-area .noUi-target {
    background: #eee;
    border-radius: 0px;
    border: 0px;
    box-shadow: none; }
  .price-range-area .noUi-horizontal {
    height: 6px; }
  .price-range-area .noUi-connect {
    background: #eee;
    border-radius: 0px;
    box-shadow: none; }
  .price-range-area .noUi-horizontal .noUi-handle {
    width: 16px;
    height: 16px;
    left: -8px;
    top: -5px;
    border-radius: 50%;
    border: 0px;
    background: #ffba00;
    box-shadow: none;
    cursor: pointer;
    -webkit-transition: ease 0.1s;
    -moz-transition: ease 0.1s;
    -o-transition: ease 0.1s;
    transition: ease 0.1s; }
    .price-range-area .noUi-horizontal .noUi-handle:focus {
      outline: none; }
    .price-range-area .noUi-horizontal .noUi-handle:hover {
      border: 3px solid #ffba00;
      background: #fff; }
  .price-range-area .noUi-handle::after, .price-range-area .noUi-handle::before {
    display: none; }
  .price-range-area .value-wrapper {
    margin-top: 20px;
    color: #cccccc; }
    .price-range-area .value-wrapper .to {
      margin: 0 5px; }
  .price-range-area .price {
    margin-right: 5px;
    color: #777777; }

/* Feature Product Area css
============================================================================================ */
.feature_product_area .main_box {
  box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.05);
  padding-top: 30px;
  padding-bottom: 30px;
  margin-top: -50px;
  margin-bottom: -50px;
  position: relative;
  z-index: 10; }
.feature_product_area .hot_product_inner {
  margin-bottom: 100px; }

.hot_p_item {
  position: relative; }
  .hot_p_item .product_text {
    position: absolute;
    left: 0px;
    top: 0px;
    height: 100%; }
    .hot_p_item .product_text h4 {
      margin-top: 26px;
      margin-left: 26px;
      color: #222222;
      font-family: 'Open Sans', sans-serif;
      font-weight: 500;
      font-size: 30px; }
    .hot_p_item .product_text a {
      position: absolute;
      left: 26px;
      bottom: 28px;
      text-transform: uppercase;
      font-size: 14px;
      font-weight: 500;
      color: #222222;
      -webkit-transition: all 0.3s ease 0s;
      -moz-transition: all 0.3s ease 0s;
      -o-transition: all 0.3s ease 0s;
      transition: all 0.3s ease 0s; }
      .hot_p_item .product_text a:hover {
        color: #ffba00; }

.feature_p_slider .owl-dots {
  text-align: center; }
  .feature_p_slider .owl-dots .owl-dot {
    height: 8px;
    width: 8px;
    border-radius: 50%;
    background: #e4ecee;
    display: inline-block;
    margin-right: 10px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    margin-top: 45px;
    margin-bottom: 30px; }
    .feature_p_slider .owl-dots .owl-dot:last-child {
      margin-right: 0px; }
    .feature_p_slider .owl-dots .owl-dot.active {
      width: 30px;
      height: 8px;
      background: #ffba00;
      border-radius: 4px; }

.f_p_item {
  text-align: center;
  margin-bottom: 35px; }
  .f_p_item .f_p_img {
    position: relative;
    overflow: hidden; }
    .f_p_item .f_p_img .p_icon {
      position: absolute;
      right: -45px;
      bottom: 30px;
      transition: all 300ms ease; }
      .f_p_item .f_p_img .p_icon a {
        display: block;
        height: 40px;
        width: 40px;
        text-align: center;
        border-radius: 3px;
        background: #fff;
        line-height: 40px;
        color: #222222;
        margin-bottom: 5px; }
        .f_p_item .f_p_img .p_icon a:last-child {
          margin-bottom: 0px; }
        .f_p_item .f_p_img .p_icon a:hover {
          color: #fff;
          background: #ffba00; }
  .f_p_item h4 {
    color: #222222;
    font-size: 16px;
    margin-top: 15px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s; }
    .f_p_item h4:hover {
      color: #ffba00; }
  .f_p_item h5 {
    margin-bottom: 0px;
    font-size: 18px;
    color: #777777; }
  .f_p_item:hover .f_p_img .p_icon {
    right: 15px; }

.latest_product_area .main_box {
  padding-top: 100px;
  padding-bottom: 100px; }

.latest_product_inner {
  margin-bottom: -35px; }

.most_product_area .main_box {
  box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.05);
  padding-top: 100px;
  padding-bottom: 100px;
  margin-top: -50px;
  margin-bottom: -50px;
  position: relative;
  z-index: 10; }

.most_product_inner {
  margin-bottom: -30px; }

.most_p_list .media {
  margin-bottom: 30px; }
  .most_p_list .media .d-flex {
    padding-right: 20px; }
  .most_p_list .media .media-body {
    vertical-align: middle;
    align-self: center; }
    .most_p_list .media .media-body h4 {
      margin-bottom: 8px;
      font-size: 14px;
      font-weight: normal;
      color: #222222; }
    .most_p_list .media .media-body h3 {
      font-size: 16px;
      font-weight: 500;
      color: #777777;
      margin-bottom: 0px; }
/* End Feature Product Area css
============================================================================================ */

/* Product Sidebar Area css
============================================================================================ */
.cat_product_area .latest_product_inner {
  padding-top: 30px;
  margin-bottom: -50px; }
  .cat_product_area .latest_product_inner .f_p_item {
    margin-bottom: 50px; }

.left_widgets {
  margin-bottom: 30px;
  background-color: white;
  box-shadow: 0px 10px 10px 0px rgba(153, 153, 153, 0.1); }
  .left_widgets:last-child {
    margin-bottom: 0px; }

.widgets_inner {
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 15px;
  padding-bottom: 15px; }

.l_w_title {
  background: #e8f0f2;
  padding-left: 30px; }
  .l_w_title h3 {
    margin-bottom: 0px;
    font-size: 14px;
    color: #222222;
    text-transform: uppercase;
    font-weight: 500;
    line-height: 60px; }

.cat_widgets .list li {
  margin-bottom: 13px; }
  .cat_widgets .list li a {
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    color: #222222; }
  .cat_widgets .list li .list {
    margin-top: 10px;
    padding-left: 35px;
    border-top: 1px solid #eeeeee;
    padding-top: 10px;
    display: none; }

.p_filter_widgets .widgets_inner {
  border-bottom: 1px solid #eeeeee; }
  .p_filter_widgets .widgets_inner:last-child {
    border-bottom: 0px; }
.p_filter_widgets h4 {
  color: #222222;
  font-size: 14px;
  font-family: 'Open Sans', sans-serif;
  font-weight: normal;
  margin-bottom: 22px;
  margin-top: 10px; }
.p_filter_widgets .list li {
  margin-bottom: 18px; }
  .p_filter_widgets .list li a {
    padding-left: 30px;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    font-weight: normal;
    color: #777777;
    position: relative; }
    .p_filter_widgets .list li a:before {
      content: "";
      height: 10px;
      width: 10px;
      border-radius: 50%;
      border: 1px solid #777777;
      position: absolute;
      left: 0px;
      top: 5px;
      -webkit-transition: all 0.3s ease 0s;
      -moz-transition: all 0.3s ease 0s;
      -o-transition: all 0.3s ease 0s;
      transition: all 0.3s ease 0s; }
    .p_filter_widgets .list li a:after {
      content: "";
      height: 4px;
      width: 4px;
      background: #fff;
      border-radius: 50%;
      position: absolute;
      left: 3px;
      top: 8px;
      -webkit-transition: all 0.3s ease 0s;
      -moz-transition: all 0.3s ease 0s;
      -o-transition: all 0.3s ease 0s;
      transition: all 0.3s ease 0s; }
  .p_filter_widgets .list li.active a:before, .p_filter_widgets .list li:hover a:before {
    background: #ffba00;
    border-color: #ffba00; }
  .p_filter_widgets .list li:last-child {
    margin-bottom: 0px; }
.p_filter_widgets .range_item .ui-slider {
  height: 6px;
  border: none;
  background: #e8f0f2; }
  .p_filter_widgets .range_item .ui-slider .ui-slider-range {
    background: #e8f0f2; }
  .p_filter_widgets .range_item .ui-slider .ui-slider-handle {
    height: 16px;
    width: 16px;
    border-radius: 50%;
    border: none;
    background: #ffba00;
    outline: none !important;
    box-shadow: none;
    top: -6px;
    cursor: pointer; }
.p_filter_widgets .range_item label {
  display: inline-block;
  font-size: 14px;
  font-weight: normal;
  color: #777777;
  font-family: 'Open Sans', sans-serif;
  margin-top: 15px; }
.p_filter_widgets .range_item input {
  display: inline-block;
  border: none;
  width: 100px;
  font-size: 14px;
  color: #777777;
  font-family: 'Open Sans', sans-serif;
  margin-top: 9px;
  padding-left: 3px; }
  .p_filter_widgets .range_item input.placeholder {
    font-size: 14px;
    color: #777777;
    font-family: 'Open Sans', sans-serif; }
  .p_filter_widgets .range_item input:-moz-placeholder {
    font-size: 14px;
    color: #777777;
    font-family: 'Open Sans', sans-serif; }
  .p_filter_widgets .range_item input::-moz-placeholder {
    font-size: 14px;
    color: #777777;
    font-family: 'Open Sans', sans-serif; }
  .p_filter_widgets .range_item input::-webkit-input-placeholder {
    font-size: 14px;
    color: #777777;
    font-family: 'Open Sans', sans-serif; }

.product_top_bar {
  background: #e8f0f2;
  clear: both;
  display: flex;
  padding: 10px 20px; }
  .product_top_bar .left_dorp .sorting {
    display: inline-block;
    clear: none;
    border: 1px solid #eeeeee;
    border-radius: 0px;
    height: 40px;
    width: 210px;
    padding-left: 20px; }
    .product_top_bar .left_dorp .sorting span {
      font-size: 14px;
      font-family: 'Open Sans', sans-serif;
      color: #555555; }
    .product_top_bar .left_dorp .sorting .list {
      width: 100%;
      border-radius: 0px; }
      .product_top_bar .left_dorp .sorting .list li {
        font-size: 14px;
        font-family: 'Open Sans', sans-serif;
        color: #555555; }
    .product_top_bar .left_dorp .sorting:after {
      content: "\f0d7";
      font: normal normal normal 14px/1 FontAwesome;
      transform: rotate(0);
      border: none;
      color: #555555;
      margin-top: -6px;
      right: 20px; }
  .product_top_bar .left_dorp .show {
    clear: none;
    display: inline-block;
    clear: none;
    border: 1px solid #eeeeee;
    border-radius: 0px;
    height: 40px;
    width: 120px;
    padding-left: 20px;
    margin-left: 10px; }
    .product_top_bar .left_dorp .show span {
      font-size: 14px;
      font-family: 'Open Sans', sans-serif;
      color: #555555; }
    .product_top_bar .left_dorp .show .list {
      width: 100%;
      border-radius: 0px; }
      .product_top_bar .left_dorp .show .list li {
        font-size: 14px;
        font-family: 'Open Sans', sans-serif;
        color: #555555; }
    .product_top_bar .left_dorp .show:after {
      content: "\f0d7";
      font: normal normal normal 14px/1 FontAwesome;
      transform: rotate(0);
      border: none;
      color: #555555;
      margin-top: -6px;
      right: 20px; }

.cat_page .pagination {
  margin-bottom: 0px;
  border-radius: 0px; }
  .cat_page .pagination li a {
    height: 40px;
    width: 40px;
    border-radius: 0px;
    background: #fff;
    padding: 0px;
    text-align: center;
    line-height: 38px;
    border-color: #eeeeee;
    border-radius: 0px !important;
    font-size: 14px;
    color: #222222;
    font-weight: normal;
    font-family: Arial, Helvetica, sans-serif }
  .cat_page .pagination li.blank a {
    background: transparent;
    color: #cccccc;
    border: none; }
  .cat_page .pagination li:hover a, .cat_page .pagination li.active a {
    background: #ffba00;
    color: #fff;
    border-color: #ffba00; }

.most_p_withoutbox {
  padding-bottom: 120px; }
/* End Product Sidebar Area css
============================================================================================ */

/* Single Product Area css
============================================================================================ */
.product_image_area {
  padding-top: 120px; }

.s_Product_carousel .owl-dots {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%); }
  .s_Product_carousel .owl-dots div {
    height: 5px;
    width: 20px;
    background: #dddddd;
    margin: 5px;
    display: block;
    content: "";
    border-radius: 50px; }
    .s_Product_carousel .owl-dots div.active {
      width: 30px; }

.s_product_text {
  margin-left: -15px;
  margin-top: 65px; }
  @media (max-width: 575px) {
    .s_product_text {
      margin-left: 0px; } }
  .s_product_text h3 {
    font-size: 24px;
    font-weight: 500;
    color: #222222;
    margin-bottom: 10px; }
  .s_product_text h2 {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 15px; }
  .s_product_text .list li {
    margin-bottom: 5px; }
    .s_product_text .list li a {
      font-size: 14px;
      font-family: 'Open Sans', sans-serif;
      font-weight: normal;
      color: #555555; }
      .s_product_text .list li a span {
        width: 90px;
        display: inline-block; }
        .s_product_text .list li a span:hover {
          color: #555; }
      .s_product_text .list li a.active span {
        color: #555;
        -webkit-text-fill-color: #555; }
    .s_product_text .list li:last-child {
      margin-bottom: 0px; }
  .s_product_text p {
    padding-top: 20px;
    border-top: 1px dotted #d5d5d5;
    margin-top: 20px;
    margin-bottom: 70px; }
  .s_product_text .card_area .primary-btn {
    line-height: 38px;
    padding: 0px 38px;
    text-transform: uppercase;
    margin-right: 10px;
    border-radius: 5px; }
  .s_product_text .card_area .icon_btn {
    position: relative;
    height: 40px;
    width: 40px;
    line-height: 40px;
    text-align: center;
    background: #828bb2;
    border-radius: 50%;
    display: inline-block;
    color: #fff;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    margin-right: 10px;
    z-index: 1; }
    .s_product_text .card_area .icon_btn:after {
      position: absolute;
      left: 0;
      top: 0;
      height: 100%;
      width: 100%;
      content: "";
      border-radius: 50%;
      opacity: 0;
      visibility: hidden;
      z-index: -1; }
    .s_product_text .card_area .icon_btn:hover:after {
      opacity: 1;
      visibility: visible; }

.product_count {
  display: inline-block;
  position: relative;
  margin-bottom: 24px; }
  .product_count label {
    font-size: 14px;
    color: #777777;
    font-family: 'Open Sans', sans-serif;
    font-weight: normal;
    padding-right: 10px; }
  .product_count input {
    width: 76px;
    border: 1px solid #eeeeee;
    border-radius: 3px;
    /*padding-left: 10px;*/ }
  .product_count button {
    display: block;
    border: none;
    background: transparent;
    box-shadow: none;
    cursor: pointer;
    position: absolute;
    right: 0px;
    font-size: 14px;
    color: #cbccc5;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s; }
    .product_count button:hover {
      color: #222222; }
  .product_count .increase {
    top: -4px; }
  .product_count .reduced {
    bottom: -8px; }

.product_description_area {
  padding-bottom: 120px;
  margin-top: 60px; }
  .product_description_area .nav.nav-tabs {
    background: #e8f0f2;
    text-align: center;
    display: block;
    border: none;
    padding: 10px 0px; }
    .product_description_area .nav.nav-tabs li {
      display: inline-block;
      margin-right: 7px; }
      .product_description_area .nav.nav-tabs li:last-child {
        margin-right: 0px; }
        @media (max-width: 441px) {
          .product_description_area .nav.nav-tabs li:last-child {
            margin-top: 15px; } }
      .product_description_area .nav.nav-tabs li a {
        padding: 0px;
        border: none;
        line-height: 38px;
        background: #fff;
        border: 1px solid #eeeeee;
        border-radius: 0px;
        padding: 0px 30px;
        color: #222222;
        font-size: 13px;
        font-weight: normal; }
        @media (max-width: 570px) {
          .product_description_area .nav.nav-tabs li a {
            padding: 0 15px; } }
        .product_description_area .nav.nav-tabs li a.active {
          color: #fff;
          border: 1px solid transparent; }
  .product_description_area .tab-content {
    border-left: 1px solid #eee;
    border-right: 1px solid #eee;
    border-bottom: 1px solid #eee;
    padding: 30px; }
    .product_description_area .tab-content .total_rate .box_total {
      background: #e8f0f2;
      text-align: center;
      padding-top: 20px;
      padding-bottom: 20px; }
      .product_description_area .tab-content .total_rate .box_total h4 {
        font-size: 48px;
        font-weight: bold; }
      .product_description_area .tab-content .total_rate .box_total h5 {
        color: #222222;
        margin-bottom: 0px;
        font-size: 24px; }
      .product_description_area .tab-content .total_rate .box_total h6 {
        color: #222222;
        margin-bottom: 0px;
        font-size: 14px;
        color: #777777;
        font-weight: normal; }
    .product_description_area .tab-content .total_rate .rating_list {
      margin-bottom: 30px; }
      .product_description_area .tab-content .total_rate .rating_list h3 {
        font-size: 18px;
        color: #222222;
        font-family: 'Open Sans', sans-serif;
        font-weight: 500;
        margin-bottom: 10px; }
      .product_description_area .tab-content .total_rate .rating_list .list li a {
        font-size: 14px;
        color: #777777; }
        .product_description_area .tab-content .total_rate .rating_list .list li a i {
          color: #fbd600; }
      .product_description_area .tab-content .total_rate .rating_list .list li:nth-child a i:last-child {
        color: #eeeeee; }
    .product_description_area .tab-content .table {
      margin-bottom: 0px; }
      .product_description_area .tab-content .table tbody tr td {
        padding-left: 65px;
        padding-right: 65px;
        padding-top: 14px;
        padding-bottom: 14px; }
        .product_description_area .tab-content .table tbody tr td h5 {
          font-size: 14px;
          font-family: 'Open Sans', sans-serif;
          font-weight: normal;
          color: #777777;
          margin-bottom: 0px;
          white-space: nowrap; }
      .product_description_area .tab-content .table tbody tr:first-child td {
        border-top: 0px; }
/* End Single Product Area css
============================================================================================ */

/* Cart Area css
============================================================================================ */
.table {
    color: inherit; }

.cart-btn_area,
.shipping_area {
  padding-bottom: 100px; }

.shipping_area {
    margin-top: 200px; }

.cart_area > .container,
.shipping_area > .container {
    border-top: 1px solid #CBCCC5; }

a.remove-icon::before {
    font-family: "Font Awesome 5 Free";
    content: '\f00d';
    color: #b73d25;
    font-weight: 900;
    font-size: 1.5rem;
    text-align: center; }

.cart_inner .table thead tr th {
  border: 1px solid #fff;
  text-align: center;
  font-size: .875rem;
  font-weight: 400;
  font-family: 'Open Sans', sans-serif;
  color: #ffffff;
  background: #97998c;
  letter-spacing: .75px; }

.cart_inner .table tbody tr td {
  padding-top: 30px;
  padding-bottom: 30px;
  vertical-align: middle;
  align-self: center;}
  .cart_inner .table tbody tr.lineitem td {
    border: 1px solid #cbccc5; }
    .cart_inner .table tbody tr.lineitem.carttotal td {
        border: 1px solid transparent;
        font-weight: bold; }
  .cart_inner .table tbody tr td .media .d-flex {
    padding-right: 30px; }
    .cart_inner .table tbody tr td .media .d-flex img {
      border: none; }
  .cart_inner .table tbody tr td .media .media-body {
    vertical-align: middle;
    align-self: center; }
    .cart_inner .table tbody tr td .media .media-body p {
      margin-bottom: 0px; }
  .cart_inner .table tbody tr td h5 {
    font-size: .875rem;
    color: #3f4727;
    font-family: 'Open Sans', sans-serif;
    margin-bottom: 0px; }
  .cart_inner .table tbody tr td .product_count {
    margin-bottom: 0px; }
    .cart_inner .table tbody tr td .product_count input {
      width: 80px;
      text-align: center;
      height: 40px;
      outline: none;
      box-shadow: none; }
    .cart_inner .table tbody tr td .product_count .increase {
      top: -2px; }
      .cart_inner .table tbody tr td .product_count .increase:before {
        content: "";
        height: 40px;
        width: 1px;
        position: absolute;
        left: -3px;
        top: 0px;
        background: #eeeeee; }
      .cart_inner .table tbody tr td .product_count .increase:after {
        content: "";
        height: 1px;
        width: 30px;
        position: absolute;
        left: -3px;
        top: 22px;
        background: #eeeeee; }
    .cart_inner .table tbody tr td .product_count .reduced {
      bottom: -6px; }

.cart_inner .table tbody tr.bottom_button .gray_btn {
  line-height: 38px;
  background: #e8f0f2;
  border: 1px solid #eeeeee;
  border-radius: 3px;
  padding: 0px 40px;
  display: inline-block;
  color: #222222;
  text-transform: uppercase;
  font-weight: 500; }
.cart_inner .table tbody tr.bottom_button td:last-child {
  width: 60px; }

.cart_inner .table tbody tr.bottom_button td .cupon_text {
  margin-left: -446px; }
  .cart_inner .table tbody tr.bottom_button td .cupon_text input {
    width: 200px;
    padding: 0px 15px;
    border-radius: 3px;
    border: 1px solid #eeeeee;
    height: 40px;
    font-size: 14px;
    color: #cccccc;
    font-family: 'Open Sans', sans-serif;
    font-weight: normal;
    margin-right: -3px;
    outline: none;
    box-shadow: none; }
    .cart_inner .table tbody tr.bottom_button td .cupon_text input.placeholder {
      font-size: 14px;
      color: #cccccc;
      font-family: 'Open Sans', sans-serif;
      font-weight: normal; }
    .cart_inner .table tbody tr.bottom_button td .cupon_text input:-moz-placeholder {
      font-size: 14px;
      color: #cccccc;
      font-family: 'Open Sans', sans-serif;
      font-weight: normal; }
    .cart_inner .table tbody tr.bottom_button td .cupon_text input::-moz-placeholder {
      font-size: 14px;
      color: #cccccc;
      font-family: 'Open Sans', sans-serif;
      font-weight: normal; }
    .cart_inner .table tbody tr.bottom_button td .cupon_text input::-webkit-input-placeholder {
      font-size: 14px;
      color: #cccccc;
      font-family: 'Open Sans', sans-serif;
      font-weight: normal; }
  .cart_inner .table tbody tr.bottom_button td .cupon_text .primary-btn {
    height: 40px;
    line-height: 38px;
    text-transform: uppercase;
    padding: 0px 38px;
    margin-right: -3px;
    border-radius: 0; }
  .cart_inner .table tbody tr.bottom_button td .cupon_text .gray_btn {
    padding: 0px 40px; }

.cart_inner .table tbody tr.shipping_area td:nth-child(3) {
  vertical-align: top; }
.cart_inner .table tbody tr.shipping_area .shipping_box {
  margin-left: -250px;
  text-align: right; }
  .cart_inner .table tbody tr.shipping_area .shipping_box .list li {
    margin-bottom: 12px; }
    .cart_inner .table tbody tr.shipping_area .shipping_box .list li:last-child {
      margin-bottom: 0px; }
    .cart_inner .table tbody tr.shipping_area .shipping_box .list li a {
      padding-right: 30px;
      font-size: 14px;
      color: #777777;
      position: relative; }
      .cart_inner .table tbody tr.shipping_area .shipping_box .list li a:before {
        content: "";
        height: 16px;
        width: 16px;
        border: 1px solid #cdcdcd;
        display: inline-block;
        border-radius: 50%;
        position: absolute;
        right: 0px;
        top: 50%;
        transform: translateY(-50%); }
      .cart_inner .table tbody tr.shipping_area .shipping_box .list li a:after {
        content: "";
        height: 10px;
        width: 10px;
        border-radius: 50%;
        background: #ffba00;
        display: inline-block;
        position: absolute;
        right: 3px;
        top: 50%;
        transform: translateY(-50%);
        opacity: 0; }
    .cart_inner .table tbody tr.shipping_area .shipping_box .list li.active a:after {
      opacity: 1; }
  .cart_inner .table tbody tr.shipping_area .shipping_box h6 {
    font-size: 14px;
    font-weight: normal;
    color: #222222;
    font-family: 'Open Sans', sans-serif;
    margin-top: 20px;
    margin-bottom: 20px; }
    .cart_inner .table tbody tr.shipping_area .shipping_box h6 i {
      color: #777777;
      padding-left: 5px; }
  .cart_inner .table tbody tr.shipping_area .shipping_box .shipping_select {
    display: block;
    width: 100%;
    background: #e8f0f2;
    border: 1px solid #eeeeee;
    height: 40px;
    margin-bottom: 20px; }
    .cart_inner .table tbody tr.shipping_area .shipping_box .shipping_select .list {
      width: 100%;
      border-radius: 0px; }
      .cart_inner .table tbody tr.shipping_area .shipping_box .shipping_select .list li {
        font-size: 14px;
        font-weight: normal;
        color: #777777; }
  .cart_inner .table tbody tr.shipping_area .shipping_box input {
    height: 40px;
    outline: none;
    border: 1px solid #eeeeee;
    background: #e8f0f2;
    width: 100%;
    padding: 0px 15px;
    margin-bottom: 20px; }
.cart_inner .table tbody tr.out_button_area .checkout_btn_inner {
  margin-left: -388px; }
  .cart_inner .table tbody tr.out_button_area .checkout_btn_inner .primary-btn {
    height: 40px;
    padding: 0px 30px;
    line-height: 38px;
    text-transform: uppercase;
    border-radius: 0; }
    .cart_inner .table tbody tr.out_button_area .checkout_btn_inner .primary-btn:hover:before {
      left: 240px; }

/*-------------------------------------------------------------------*/
/* === Upsell Area on cart.aspx CSS === */
.upsell_area {
    background-color: #e5ecee; }

table#gvPayment tbody tr td {
 padding-right: 1rem; }

.gray_btn {
  line-height: 38px;
  background: #e8f0f2;
  border: 1px solid #eeeeee;
  border-radius: 3px;
  padding: 0px 40px;
  display: inline-block;
  color: #222222;
  text-transform: uppercase;
  font-weight: 500; }

.media-body {
    justify-content: center;
    align-self: center; }
  .media-body a, .card-body a {
      color: #949300; }
      .media-body a:hover, .card-body a:hover {
          color: #3f4727; }

/*-------------------------------------------------------------------*/
/* === NGHS Forms Styles CSS === */         
.text-muted {
    color: #cbccc5 !important;
    line-height: 0.875rem;
}

/*-------------------------------------------------------------------*/
/* === NGHS Modal Styles CSS === */
.modal-body {
	position: relative;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	padding: 2rem;
}

/*-------------------------------------------------------------------*/
/* === NGHS Breadcrumbs CSS === */
.breadcrumb {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 1rem 0;
	margin-bottom: 1rem;
	list-style: none;
	background-color: transparent;
	border-radius: 0; }
.category-nav-breadcrumb a,
.checkout-breadcrumb {
    color: #97998c; }
.category-nav-breadcrumb a:hover,
.category-nav-breadcrumba:focus {
    color: #949300; }
.category-nav-breadcrumb .active,
.checkout-breadcrumb .active {
    color: #3f4727; }

.breadcrumb-item + .breadcrumb-item::before {
    font-family: "Font Awesome 5 Free";
    content: "\f105";
    font-weight: 900; }

.breadcrumb-item + .breadcrumb-item::before {
    color: #97998c ; }

/*-------------------------------------------------------------------*/
/* === Cart Area CSS === */
.check_title h2 {
  font-size: 14px;
  font-weight: normal;
  font-family: 'Open Sans', sans-serif;
  background: #e8f0f2;
  line-height: 40px !important;
  padding-left: 30px;
  margin-bottom: 0px; }
  .check_title h2 a {
    color: #c5322d;
    text-decoration: underline; }

/*.returning_customer p {
  margin-top: 15px;
  padding-left: 30px;
  margin-bottom: 25px; }*/
.returning_customer .contact_form {
  max-width: 710px;
  margin-left: 15px; }
  .returning_customer .contact_form .form-group {
    margin-bottom: 20px; }
    .returning_customer .contact_form .form-group input {
      border: 1px solid #eeeeee;
      height: 40px;
      border-radius: 3px;
      font-size: 14px;
      font-family: 'Open Sans', sans-serif;
      color: #777777;
      font-weight: normal; }
      .returning_customer .contact_form .form-group input.placeholder {
        font-size: 14px;
        font-family: 'Open Sans', sans-serif;
        color: #777777;
        font-weight: normal; }
      .returning_customer .contact_form .form-group input:-moz-placeholder {
        font-size: 14px;
        font-family: 'Open Sans', sans-serif;
        color: #777777;
        font-weight: normal; }
      .returning_customer .contact_form .form-group input::-moz-placeholder {
        font-size: 14px;
        font-family: 'Open Sans', sans-serif;
        color: #777777;
        font-weight: normal; }
      .returning_customer .contact_form .form-group input::-webkit-input-placeholder {
        font-size: 14px;
        font-family: 'Open Sans', sans-serif;
        color: #777777;
        font-weight: normal; }
    .returning_customer .contact_form .form-group .primary-btn {
      line-height: 38px;
      padding: 0px 38px;
      text-transform: uppercase;
      margin-right: 10px;
      border-radius: 2px;
      border: none; }
    .returning_customer .contact_form .form-group .creat_account {
      display: inline-block;
      margin-left: 15px; }
      .returning_customer .contact_form .form-group .creat_account input {
        height: auto;
        margin-right: 10px; }
    .returning_customer .contact_form .form-group .lost_pass {
      display: block;
      margin-top: 20px;
      font-size: 14px;
      font-family: 'Open Sans', sans-serif;
      color: #777777;
      font-weight: normal; }

.p_star {
  display: inline-block;
  position: relative; }

.p_star input {
  background: #fff; }

.p_star input:focus + .placeholder {
  display: none; }

.p_star .placeholder {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 30px;
  z-index: 1; }

.p_star .placeholder::before {
  content: attr(data-placeholder);
  color: #777; }

.p_star .placeholder::after {
  content: " *";
  color: tomato; }

.cupon_area {
  margin-bottom: 40px; }
  .cupon_area input {
    margin-left: 30px;
    max-width: 730px;
    width: 100%;
    display: block;
    height: 40px;
    border-radius: 3px;
    padding: 0px 15px;
    border: 1px solid #eeeeee;
    outline: none;
    box-shadow: none;
    margin-top: 20px;
    margin-bottom: 20px; }
  .cupon_area .tp_btn {
    margin-left: 30px; }

.tp_btn {
  border: 1px solid #eeeeee;
  display: inline-block;
  line-height: 38px;
  padding: 0px 40px;
  color: #222222;
  text-transform: uppercase;
  font-family: 'Open Sans', sans-serif;
  font-weight: 500;
  border-radius: 3px; }
  .tp_btn:hover {
    background: #ffba00;
    color: #fff;
    border-color: #ffba00; }

.billing_details h3 {
  font-size: 18px;
  color: #222222;
  border-bottom: 1px solid #eee;
  padding-bottom: 10px;
  margin-bottom: 30px; }
.billing_details .contact_form .form-group {
  margin-bottom: 20px; }
  .billing_details .contact_form .form-group input {
    border-radius: 3px;
    color: #777777; }
    .billing_details .contact_form .form-group input.placeholder {
      color: #777777; }
    .billing_details .contact_form .form-group input:-moz-placeholder {
      color: #777777; }
    .billing_details .contact_form .form-group input::-moz-placeholder {
      color: #777777; }
    .billing_details .contact_form .form-group input::-webkit-input-placeholder {
      color: #777777; }
  .billing_details .contact_form .form-group textarea {
    height: 150px;
    border-radius: 3px;
    margin-top: 15px; }
  .billing_details .contact_form .form-group .country_select {
    width: 100%; }
    .billing_details .contact_form .form-group .country_select span {
      color: #777777; }
    .billing_details .contact_form .form-group .country_select .list {
      width: 100%;
      border-radius: 0px; }
      .billing_details .contact_form .form-group .country_select .list li {
        font-size: 14px;
        font-family: 'Open Sans', sans-serif;
        font-weight: normal; }
  .billing_details .contact_form .form-group .creat_account #f-option2 {
    margin-right: 5px; }
  .billing_details .contact_form .form-group .creat_account #f-option3 {
    margin-right: 5px; }
  .billing_details .contact_form .form-group .creat_account a {
    color: #ffba00; }

.order_box {
  background: #e5ecee;
  padding: 30px; }
  .order_box h2 {
    border-bottom: 1px solid #dddddd;
    font-size: 18px;
    font-weight: 500;
    color: #222222;
    padding-bottom: 15px; }
  .order_box .list li a {
    font-size: 14px;
    color: #777777;
    font-weight: normal;
    border-bottom: 1px solid #eeeeee;
    display: block;
    line-height: 42px; }
    .order_box .list li a span {
      float: right; }
    .order_box .list li a .middle {
      float: none;
      width: 50px;
      text-align: right;
      display: inline-block;
      margin-left: 30px;
      color: #222222; }
  .order_box .list li:nth-child(4) a .middle {
    margin-left: 48px; }
  .order_box .list_2 li a {
    text-transform: uppercase;
    color: #222222;
    font-weight: 500; }
    .order_box .list_2 li a span {
      color: #777777;
      text-transform: capitalize; }
  .order_box .list_2 li:last-child a span {
    color: #222222; }
  .order_box .payment_item h4 {
    font-size: 14px;
    text-transform: uppercase;
    color: #222222;
    font-weight: 500;
    padding-left: 22px;
    position: relative;
    margin-bottom: 15px;
    margin-top: 15px; }
    .order_box .payment_item h4:before {
      content: "";
      width: 14px;
      height: 14px;
      border-radius: 50%;
      border: 1px solid #cdcdcd;
      background: #fff;
      display: block;
      position: absolute;
      left: 0px;
      top: 50%;
      transform: translateY(-50%); }
    .order_box .payment_item h4:after {
      content: "";
      height: 4px;
      width: 4px;
      background: #fff;
      border-radius: 50%;
      display: block;
      position: absolute;
      left: 5px;
      top: 8px; }
    .order_box .payment_item h4 img {
      padding-left: 60px; }
  .order_box .payment_item p {
    background: #fff;
    padding: 20px; }
  .order_box .payment_item.active h4:before {
    background: #ffba00;
    border-color: #ffba00; }
  .order_box .creat_account {
    margin-bottom: 15px; }
    .order_box .creat_account label {
      padding-left: 10px;
      font-size: 12px;
      color: #222222; }
    .order_box .creat_account a {
      color: #c5322d; }
  .order_box .primary-btn {
    display: block;
    line-height: 38px;
    text-transform: uppercase;
    text-align: center;
    border-radius: 2px; }
    .order_box .primary-btn:hover:before {
      left: 310px; }

.order_details .title_confirmation {
  text-align: center;
  color: #28d500;
  font-size: 18px;
  margin-bottom: 80px; }

.order_d_inner .details_item h4 {
  border-bottom: 1px solid #eee;
  padding-bottom: 12px;
  font-size: 18px;
  color: #222222;
  padding-left: 18px; }
.order_d_inner .details_item .list {
  padding-left: 18px; }
  @media (min-width: 767px) {
    .order_d_inner .details_item .list {
      margin-bottom: 30px; } }
  .order_d_inner .details_item .list li {
    margin-bottom: 8px; }
    .order_d_inner .details_item .list li:last-child {
      margin-bottom: 0px; }
    .order_d_inner .details_item .list li a {
      font-size: 14px;
      color: #222222;
      font-family: 'Open Sans', sans-serif; }
      .order_d_inner .details_item .list li a span {
        width: 145px;
        display: inline-block;
        color: #777777; }

.order_details_table {
  background: #e5ecee;
  padding: 30px;
  margin-top: 75px; }
  @media (min-width: 767px) {
    .order_details_table {
      margin-top: 45px; } }
  .order_details_table h2 {
    color: #222222;
    font-size: 18px;
    padding-bottom: 15px; }
  .order_details_table .table {
    margin-bottom: 0px; }
    .order_details_table .table thead tr th {
      border-bottom: 1px solid #ddd;
      font-size: 14px;
      font-family: 'Open Sans', sans-serif;
      font-weight: normal; }
    .order_details_table .table tbody tr td p {
      margin-bottom: 0px; }
    .order_details_table .table tbody tr td h5 {
      color: #222222;
      margin-bottom: 0px; }
    .order_details_table .table tbody tr td h4 {
      font-size: 14px;
      text-transform: uppercase;
      margin-bottom: 0px;
      color: #222222; }
    .order_details_table .table tbody tr:last-child td {
      border-top: 1px solid #ddd; }
      .order_details_table .table tbody tr:last-child td p {
        color: #222222; }


/*-------------------------------------------------------------------*/
/* === Login form area CSS === */
.login_box_area .login_box_img {
  margin-right: -30px;
  position: relative; }
  .login_box_area .login_box_img img {
    width: 100%; }
  .login_box_area .login_box_img:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    content: "";
    background: #000;
    opacity: .5; }
  .login_box_area .login_box_img .hover {
    position: absolute;
    top: 50%;
    left: 0px;
    text-align: center;
    width: 100%;
    transform: translateY(-50%); }
    .login_box_area .login_box_img .hover h4 {
      font-size: 24px;
      color: #fff;
      margin-bottom: 15px; }
    .login_box_area .login_box_img .hover p {
      max-width: 380px;
      margin: 0px auto 25px;
      color: #fff; }
    .login_box_area .login_box_img .hover .primary-btn {
      border-radius: 0px;
      line-height: 38px;
      text-transform: uppercase; }
      .login_box_area .login_box_img .hover .primary-btn:hover:before {
        left: 260px; }

.login_form_inner {
  box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.07);
  height: 100%;
  text-align: center;
  padding-top: 115px; }
  .login_form_inner h3 {
    color: #222222;
    text-transform: uppercase;
    font-size: 18px;
    margin-bottom: 30px; }
  .login_form_inner .login_form {
    max-width: 385px;
    margin: auto; }
  .login_form_inner.reg_form {
    padding-top: 60px; }
    .login_form_inner.reg_form h3 {
      margin-bottom: 70px; }

.login_form .form-group input {
  height: 54px;
  border: none;
  border-bottom: 1px solid #cccccc;
  border-radius: 0px;
  outline: none;
  box-shadow: none; }
.login_form .form-group .creat_account {
  margin-top: 10px;
  margin-bottom: 15px;
  text-align: left; }
  .login_form .form-group .creat_account input {
    height: auto;
    margin-right: 10px; }
.login_form .form-group .primary-btn {
  display: block;
  border-radius: 0px;
  line-height: 38px;
  width: 100%;
  text-transform: uppercase;
  border: none; }
  .login_form .form-group .primary-btn:hover:before {
    left: 370px; }
.login_form .form-group a {
  font-size: 14px;
  color: #777777;
  font-family: 'Open Sans', sans-serif;
  margin-top: 20px;
  display: block; }



/*-------------------------------------------------------------------*/
/* === Tracking Form area CSS === */
.tracking_box_area .tracking_box_inner p {
  max-width: 870px;
  color: #222222;
  margin-bottom: 25px; }
.tracking_box_area .tracking_box_inner .tracking_form {
  max-width: 645px; }
  .tracking_box_area .tracking_box_inner .tracking_form .form-group input {
    height: 40px;
    border: 1px solid #eee;
    padding: 0px 15px;
    outline: none;
    box-shadow: none;
    border-radius: 0px;
    font-size: 14px;
    color: #777777;
    font-family: 'Open Sans', sans-serif;
    font-weight: normal; }
    .tracking_box_area .tracking_box_inner .tracking_form .form-group input.placeholder {
      font-size: 14px;
      color: #777777;
      font-family: 'Open Sans', sans-serif;
      font-weight: normal; }
    .tracking_box_area .tracking_box_inner .tracking_form .form-group input:-moz-placeholder {
      font-size: 14px;
      color: #777777;
      font-family: 'Open Sans', sans-serif;
      font-weight: normal; }
    .tracking_box_area .tracking_box_inner .tracking_form .form-group input::-moz-placeholder {
      font-size: 14px;
      color: #777777;
      font-family: 'Open Sans', sans-serif;
      font-weight: normal; }
    .tracking_box_area .tracking_box_inner .tracking_form .form-group input::-webkit-input-placeholder {
      font-size: 14px;
      color: #777777;
      font-family: 'Open Sans', sans-serif;
      font-weight: normal; }
  .tracking_box_area .tracking_box_inner .tracking_form .form-group:last-child {
    margin-bottom: 0px; }
  .tracking_box_area .tracking_box_inner .tracking_form .form-group .submit_btn {
    text-transform: uppercase; }


/*===========================================*/

/*  CONTACT US  */

/*===========================================*/
.contact_info .info_item {
  position: relative;
  padding-left: 45px; }
  .contact_info .info_item i {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 20px;
    line-height: 24px;
    color: #ffba00;
    font-weight: 600; }
  .contact_info .info_item h6 {
    font-size: 16px;
    line-height: 24px;
    color: Arial, Helvetica, sans-serif;
    font-weight: bold;
    margin-bottom: 0px;
    color: #222222; }
    .contact_info .info_item h6 a {
      color: #222222; }
  .contact_info .info_item p {
    font-size: 14px;
    line-height: 24px;
    padding: 2px 0px; }

.contact_form .form-group {
  margin-bottom: 10px; }
  .contact_form .form-group .form-control {
    font-size: 13px;
    line-height: 26px;
    color: #999;
    border: 1px solid #eeeeee;
    font-family: 'Open Sans', sans-serif;
    border-radius: 0px;
    padding-left: 20px; }
    .contact_form .form-group .form-control:focus {
      box-shadow: none;
      outline: none; }
    .contact_form .form-group .form-control.placeholder {
      color: #999; }
    .contact_form .form-group .form-control:-moz-placeholder {
      color: #999; }
    .contact_form .form-group .form-control::-moz-placeholder {
      color: #999; }
    .contact_form .form-group .form-control::-webkit-input-placeholder {
      color: #999; }
  .contact_form .form-group textarea {
    resize: none; }
    .contact_form .form-group textarea.form-control {
      height: 134px; }
.contact_form .primary-btn {
  background: #ffba00;
  color: #fff;
  margin-top: 20px;
  border: none;
  border-radius: 0; }*/

/*===========================================*/

/*  CONTACT SUCCESS AND ERROR AREA CSS  */

/*===========================================*/
.modal-message .modal-dialog {
  position: absolute;
  top: 36%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%) !important;
  margin: 0px;
  max-width: 500px;
  width: 100%; }
  .modal-message .modal-dialog .modal-content .modal-header {
    text-align: center;
    display: block;
    border-bottom: none;
    padding-top: 50px;
    padding-bottom: 50px; }
    .modal-message .modal-dialog .modal-content .modal-header .close {
      position: absolute;
      right: -15px;
      top: -15px;
      padding: 0px;
      color: #fff;
      opacity: 1;
      cursor: pointer; }
    .modal-message .modal-dialog .modal-content .modal-header h2 {
      display: block;
      text-align: center;
      color: #ffba00;
      padding-bottom: 10px;
      font-family: 'Open Sans', sans-serif; }
    .modal-message .modal-dialog .modal-content .modal-header p {
      display: block; }
/* End Contact Success and error Area CSS
/*-------------------------------------------------------------------*/



.footer-area {
  padding-top: 20px; }
.footer-area h6 {
color: #fff;
margin-bottom: 25px;
font-size: 18px;
font-weight: 600; }
@media (max-width: 767px) {
    .footer-area h6 {
    margin-bottom: 15px; } }

/*Footer New Portal Pages*/
.footer-new {
    padding: 50px 0;
    background-color: #fff;
    color: #4b4c4d;
  }


.footer-text {
    padding-top: 80px; }
    @media (max-width: 991px) {
        .footer-text {
        padding-top: 40px; } }
    .footer-text a,
    .footer-text i {
        color: #ffba00; }

#copyright {
    font-size: 11px;
    color: #CBCCC5; }

.nav-footer > .nav > .nav-item > .nav-link {
    color: #3f4727; }
.nav-footer > .nav > .nav-item > .nav-link:hover {
    color: #949300; }

.img-fluid-small {
  max-width: 80px;
  width: 100%;
  height: auto }

/*===========================================*/

/*  productinfo.aspx  */

/*===========================================*/
.prodInfo-wrapper {
    padding-top: 60px;
}
.profInfo-wrapper .size-wrapper table input.form-control {
    text-align: center; }
.SizeChart {
  font-style: italic;
  font-size: larger;
  font-weight: bold;
}
/*end PRODINFO.aspx*/

/*Styles to table on puOrderReceipt, also on Wellness default.aspx*/
.headerStyle {
    background-color: #97998c;
    border: 1px solid #ffffff;
    color: #FFFFFF;
    font-size: 0.75rem;
    font-weight: 400;
    letter-spacing: 0.5px;
    padding: 10px;
    text-align: center;
    line-height: 1rem; }
.itemStyle {
    background-color: #ffffff;
    border: 1px solid #cbccc5;
    color: #3f4727;
    font-size: 0.75rem;
    letter-spacing: 0.5px;
    font-weight: 400;
    padding: 10px;
    text-align: center; }


/*===========================================*/

/*  HOSPITAL WEEK [default.aspx]  */

/*===========================================*/
.canvas-hospitalweek .order-details .col-md-4.p-3 {
    background-color: lightgray; }

.card {
	border: 0;
    border-radius: 0;
    width: 300px;
}

input[type="checkbox"], input[type="radio"] {
    margin-right: 10px; }

    input[type="radio"]:nth-last-child(2)  {
        margin-left: 20px;
    }

/*===========================================*/

/*  NEW PORTAL LOGIN CSS [portallogin.aspx]  */

/*===========================================*/
.full-page-wrapper {
  min-height: 100vh;
  padding-left: 0;
  padding-right: 0;
}
.auth {
  min-height: 100vh;
}
.auth.auth-bg-1 {
  background: url("../images/portallogin-bkg.jpg") no-repeat center center;
  background-size: cover;
}
.auth.theme-one .auto-form-wrapper {
  background: rgba(0, 0, 0, 0.75);
  padding: 40px 40px 10px;
  box-shadow: 0 -25px 37.7px 11.3px rgba(8, 143, 220, 0.07);
  margin-left: 30px;
}
.auth.theme-one .auto-form-wrapper .auto-form-logo h1 {
    font-family: 'Sorts Mill Goudy', serif;
    color: #fff;
    size: 2rem;
}
.auth.theme-one .auto-form-wrapper .form-group label,
.auth.theme-one .auto-form-wrapper,
.auth.theme-one .auto-form-wrapper a
{
  color: #ffffff;
}
  .auth.theme-one .auto-form-wrapper a:hover {
    text-decoration: underline;
  }
.auth.theme-one .auto-form-wrapper .form-group .input-group {
  height: 44px;
}
.auth.theme-one .auto-form-wrapper .form-group .input-group .form-control {
  border: 1px solid #cfd5db;
  border-right: none;
  height: 44px;
  line-height: 4px;
  display: inline-block;
  padding-top: 0px;
  padding-bottom: 0px;
}
.auth.theme-one .auto-form-wrapper .form-group .input-group .form-control:focus {
  border-right: none;
  border-color: #cfd5db;
}
.auth.theme-one .auto-form-wrapper .form-group .input-group .input-group-append {
  border-left: none;
}
.auth.theme-one .auto-form-wrapper .form-group .input-group .input-group-append .input-group-text {
  border-radius: 0 6px 6px 0;
  border-left: none;
  border-color: #cfd5db;
  color: #b6b6b6;
}
.auth.theme-one .auth-footer {
  list-style-type: none;
  padding-left: 0;
  margin-top: 20px;
  margin-bottom: 10px;
  display: flex;
  justify-content: center;
}
@media (max-width: 576px) {
  .auth.theme-one .auth-footer {
    justify-content: center;
  }
}
.auth.theme-one .footer-text {
  font-size: 0.875rem;
  color: #ffffff;
}

/*=============================================*/

/*  LEADER LANDING PAGE CSS [leaderhome.aspx]  */

/*=============================================*/

/*Top Nav*/
.ucHeader {
  background: #222;
}
.ucHeader .topNav {
  color: #fff;
  font-size: .75rem;
}
.ucHeader .topNav a.nav-link:hover {
  color: #fff;
  text-decoration: underline;
}
.ucHeader .topNav a.nav-link {
  color: #fff;
}
.ucHeader .topNav a.nav-link.active {
  font-style: italic;
  text-decoration: none;
  cursor: default;
}

/*Main Nav*/
.jumbotron.jumbotron-fluid {
  padding: 0;
  background: url("../images/heroimg.jpg") bottom center / cover no-repeat;
  max-height: 500px;
  height: 500px;
}
.navbar.navbar-light.navbar-expand-md.navigation-clean {
  background: rgba(0,0,0,0.75);
}
.navbar-light .navbar-brand {
  height: 100px;
}
.navigation-clean {
  background: #333;
  padding-top: .75rem;
  padding-bottom: .75rem;
  color: #fff;
  border-radius: 0;
  box-shadow: none;
  border: none;
  margin-bottom: 0;
}
  @media (min-width:768px) {
  .navigation-clean {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}
.navigation-clean .navbar-brand {
  font-weight: bold;
  color: inherit;
}
.navigation-clean .navbar-brand:hover {
  color: #ffffff;
}
.navigation-clean.navbar-dark .navbar-brand:hover {
  color: #f0f0f0;
}
.navigation-clean .navbar-brand img {
  height: 100%;
  display: inline-block;
  margin-right: 10px;
  width: auto;
}
.navigation-clean .navbar-toggler {
  border-color: #ddd;
}
.navigation-clean .navbar-toggler:hover, .navigation-clean .navbar-toggler:focus {
  background: none;
}
.navigation-clean.navbar-dark .navbar-toggler {
  border-color: #555;
}
.navigation-clean .navbar-toggler {
  color: #888;
}
.navigation-clean.navbar-dark .navbar-toggler {
  color: #eee;
}
.navigation-clean .navbar-collapse, .navigation-clean .form-inline {
  border-top-color: #ddd;
}
.navigation-clean.navbar-dark .navbar-collapse, .navigation-clean.navbar-dark .form-inline {
  border-top-color: #333;
}
.navigation-clean .navbar-nav > .active > a, .navigation-clean .navbar-nav > .show > a {
  background: none;
  box-shadow: none;
}
.navigation-clean.navbar-light .navbar-nav .nav-link.active, .navigation-clean.navbar-light .navbar-nav .nav-link.active:focus, .navigation-clean.navbar-light .navbar-nav .nav-link.active:hover {
  color: #fff;
  box-shadow: none;
  background: none;
  /*pointer-events: none;*/
}
.navigation-clean.navbar .navbar-nav .nav-link {
  padding-left: 18px;
  padding-right: 18px;
}
.navigation-clean.navbar-light .navbar-nav .nav-link {
  color: #fff;
}
.navigation-clean.navbar-light .navbar-nav .nav-link:focus, .navigation-clean.navbar-light .navbar-nav .nav-link:hover {
  color: #fff !important;
  background-color: transparent;
  text-decoration: underline;
}
.navigation-clean .navbar-nav > li > .dropdown-menu {
  margin-top: -5px;
  box-shadow: none;
  background-color: #fff;
  border-radius: 2px;
}
  @media (min-width:768px) {
    .navigation-clean .navbar-nav .show .dropdown-menu {
      box-shadow: 0 4px 8px rgba(0,0,0,.1);
    }
  }
  @media (max-width:767px) {
    .navigation-clean .navbar-nav .show .dropdown-menu .dropdown-item {
      color: #37434d;
      padding-top: .8rem;
      padding-bottom: .8rem;
      line-height: 1;
    }
  }
.navigation-clean .dropdown-menu .dropdown-item:focus, .navigation-clean .dropdown-menu .dropdown-item {
  line-height: 2;
  color: #37434d;
}
.navigation-clean .dropdown-menu .dropdown-item:focus, .navigation-clean .dropdown-menu .dropdown-item:hover {
  background: #eee;
  color: inherit;
}
.navigation-clean.navbar-dark {
  background-color: #1f2021;
  color: #fff;
}
.navigation-clean.navbar-dark .navbar-nav a.active, .navigation-clean.navbar-dark .navbar-nav a.active:focus, .navigation-clean.navbar-dark .navbar-nav a.active:hover {
  color: #8f8f8f;
  box-shadow: none;
  background: none;
  pointer-events: none;
}
.navigation-clean.navbar-dark .navbar-nav .nav-link {
  color: #dfe8ee;
}
.navigation-clean.navbar-dark .navbar-nav .nav-link:focus, .navigation-clean.navbar-dark .navbar-nav .nav-link:hover {
  color: #fff;
  background-color: transparent;
}
.navigation-clean.navbar-dark .navbar-nav > li > .dropdown-menu {
  background-color: #1f2021;
}
.navigation-clean.navbar-dark .dropdown-menu .dropdown-item:focus, .navigation-clean.navbar-dark .dropdown-menu .dropdown-item {
  color: #f2f5f8;
}
.navigation-clean.navbar-dark .dropdown-menu .dropdown-item:focus, .navigation-clean.navbar-dark .dropdown-menu .dropdown-item:hover {
  background: #363739;
}
  @media (max-width:767px) {
    .navigation-clean.navbar-dark .navbar-nav .show .dropdown-menu .dropdown-item {
      color: #fff;
    }
  }

/*Main Categories Nav + Search*/
/*.navigation-clean-search {
  background: #fff;
  padding-top: .75rem;
  padding-bottom: .75rem;
  color: #333;
  border-radius: 0;
  box-shadow: none;
  border: none;
  margin-bottom: 0;
}
  @media (min-width:768px) {
    .navigation-clean-search {
      padding-top: 1rem;
      padding-bottom: 1rem;
    }
  }
.navigation-clean-search .navbar-brand {
  font-weight: bold;
  color: inherit;
}
.navigation-clean-search .navbar-brand:hover {
  color: #222;
}
.navigation-clean-search .navbar-toggler {
  border-color: #ddd;
}
.navigation-clean-search .navbar-toggler:hover, .navigation-clean-search .navbar-toggler:focus {
  background: none;
}
.navigation-clean-search .navbar-toggler {
  color: #888;
}
.navigation-clean-search .navbar-collapse, .navigation-clean-search .form-inline {
  border-top-color: #ddd;
}
.navigation-clean-search .navbar-nav a.active, .navigation-clean-search .navbar-nav > .show > a {
  background: none;
  box-shadow: none;
}
.navigation-clean-search.navbar-light .navbar-nav a.active, .navigation-clean-search.navbar-light .navbar-nav a.active:focus, .navigation-clean-search.navbar-light .navbar-nav a.active:hover {
  color: #8f8f8f;
  box-shadow: none;
  background: none;
  pointer-events: none;
}
.navigation-clean-search.navbar .navbar-nav .nav-link {
  padding-left: 18px;
  padding-right: 18px;
}
.navigation-clean-search.navbar-light .navbar-nav .nav-link {
  color: #465765;
}
.navigation-clean-search.navbar-light .navbar-nav .nav-link:focus, .navigation-clean-search.navbar-light .navbar-nav .nav-link:hover {
  color: #37434d !important;
  background-color: transparent;
}
.navigation-clean-search .action-button, .navigation-clean-button .action-button:active {
  background: #56c6c6;
  border-radius: 20px;
  font-size: inherit;
  color: #fff !important;
  box-shadow: none;
  border: none;
  text-shadow: none;
  padding: 8px 20px;
  transition: background-color 0.25s;
}
.navigation-clean-search .action-button:hover, .navigation-clean-search .action-button:focus {
  background: #66d7d7;
}
.navigation-clean-search .form-inline label {
  color: #ccc;
}
.navigation-clean-search .form-inline .search-field {
  background: none;
  border: none;
  border-bottom: 1px solid transparent;
  border-radius: 0;
  color: #ccc;
  box-shadow: none;
  color: inherit;
  transition: border-bottom-color 0.3s;
}
  @media (max-width:767px) {
  .navigation-clean-search .form-inline .search-field {
    display: inline-block;
    width: 80%;
   }
  }
.navigation-clean-search .form-inline .search-field:focus {
  border-bottom: 1px solid #ccc;
}*/

.gg-chevron-right {
    box-sizing: border-box;
    position: relative;
    display: block;
    transform: scale(var(--ggs,1));
    width: 22px;
    height: 22px;
    border: 2px solid transparent;
    border-radius: 100px
}

.gg-chevron-right::after {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    width: 10px;
    height: 10px;
    border-bottom: 2px solid;
    border-right: 2px solid;
    transform: rotate(-45deg);
    right: 6px;
    top: 4px
}



/*Content Box*/
.contentBox .scrollingBanner {
  background:#1f2021;
}
.contentBox .scrollingBanner p {
  color: #ffffff;
}
.contentBox .storeBox {
  background-color: #004750;
}
.contentBox .storeBox-content h2 {
  font-size: 35px;
color: white;
}
.contentBox .storeBox-content p {
  font-size: 1.25rem;
  line-height: 2rem; 
color: white; 
}
.contentBox .storeBox .table-responsive {
    overflow-x: visible;
}
.contentBox .storeBox .table-bordered td, .table-bordered th {
	border: 1px solid #d5d0ad;
}
.contentBox .anniversaryBox {
  background-color: #5F99AF;
  color: #ffffff;
}
.contentBox .anniversaryBox h2 {
    font-size: 35px;
    color: white;
}

div.scroll {
  height: 225px;
  overflow-x: hidden;
  overflow-y: auto;
}
.contentBox .greetingsBox {
  height: 400px;
  background: url(../images/greetingsBox-bkg.jpg) no-repeat top left;
  color: #ffffff;
}
.contentBox .greetingsBoxdb {
  height: 172px;
  background: url(../images/greetingsBox-bkg.jpg) no-repeat top left;
  color: #ffffff;
}
.contentBox .eGiftCardsBox {
  height: 400px;
  background: url(../images/eGiftCardsBox-bkg.jpg) no-repeat top left;
  color: #ffffff;
}
.contentBox .eGiftCardsBoxdb {
  height: 172px;
  background: url(../images/eGiftCardsBox-bkg.jpg) no-repeat top left;
  color: #ffffff;
}
.contentBox .partGreetingsBox {
  height: 400px;
  background: url(../images/partGreetingsBox-bkg.jpg) no-repeat center center;
  color: #ffffff;
}
.contentBox .greetingsBox-content h2,
.contentBox .partGreetingsBox-content h2,
.contentBox .whatBox-content h2,
.contentBox .eGiftCardsBox-content .scrubBox-content h2 {
  color: #ffffff;
  font-size: 35px;
}
.contentBox .greetingsBox-content p,
.contentBox .whatBox-content p,
.contentBox .partGreetingsBox-content p,
.contentBox .eGiftCardsBox-content .scrubBox-content p {
  font-size: 35px;
  line-height: 2rem;
}
.contentBox .whatBox {
  background: #F26829;
  cursor: pointer;
  border-top-width: 10px;
  height: 200px;
px;
}
.contentBox .whatBox:hover {
  background-color: #D6D1CA;
}
.contentBox .whatBox-content h2 {
  font-size: 35px;
  font-weight: 500;
}
.contentBox .scrubBox {
  height: 172px;
  background: url(../images/scrubBox-bkg.jpg) no-repeat top left;
  color: #ffffff;
}
/*egift card*/
.egcategory-nav-wrapper {
  z-index: 100;
  margin-top: 100px;
}
.ecartimg {
  max-width: 150px;
}
.table-annv td, .table-annv th {
  padding: .125rem;
  align-content:flex-start;
  text-align:left;
}
  /*STYLES FOR ECARDS CATITEM.ASPX ZOOM IMAGE*/
  .zoom {
  transition: transform .2s; /* Animation */
  height: 160px;
  margin: 0 auto;
}
.zoom:hover {
  transform: scale(2.5); /* (250% zoom)*/
  -webkit-box-shadow: 5px 5px 15px 0px rgba(0,0,0,0.25);
  -moz-box-shadow: 5px 5px 15px 0px rgba(0,0,0,0.25);
  box-shadow: 5px 5px 15px 0px rgba(0,0,0,0.25);
}
.gcardimg {
  max-width: 250px;
}
.catitemimage {
  max-height:250px;
}
.catitemimagesmall {
  max-height: 100px;
}

tr.vertrbl {
  padding: 0 !important;
  margin: 0 !important;
}
td.vertrbl {
  padding: 0 !important;
  margin: 0 !important;
}
.opacity-0 {
  opacity: 0 !important;
}

.opacity-1 {
  opacity: 0.2 !important;
}

.opacity-2 {
  opacity: 0.4 !important;
}

.opacity-3 {
  opacity: 0.6 !important;
}

.opacity-4 {
  opacity: .8 !important;
}

.opacity-5 {
  opacity: 1 !important;
}
.item-image {
  max-width:250px;
}