/*$default		  :#F0F0F0;*/
/*10px;*/
/*13px;*/
/*20px;*/
.transition, .products .prod-img img {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out; }

.ellips {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  display: block; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

.table-wrapper {
  overflow: hidden;
  width: 100%;
  overflow-x: auto; }

.table-responsive .table {
  min-width: 700px; }

.table-primary th {
  border-bottom: 2px solid #000;
  border-top: none;
  color: #000;
  background-color: #fff;
  font-weight: bold;
  padding: 0.75rem; }
.table-primary tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05); }
.table-primary tr:nth-of-type(even) {
  background-color: #fff; }
.table-primary td {
  border-bottom: 1px solid #CECECE;
  border-top: none;
  padding: 0.75rem; }
.table-primary .btn {
  padding: 10px 18px;
  width: 100%; }

.table-header, .table-content {
  display: table-row-group;
  width: 100%; }
  .table-header li, .table-content li {
    display: table-cell;
    padding: 0.75rem;
    vertical-align: middle; }
    .table-header li li, .table-content li li {
      border: none; }
  .table-header ul, .table-content ul {
    margin: 0;
    padding: 0;
    display: table-row; }
    .table-header ul ul, .table-content ul ul {
      display: block; }
      .table-header ul ul li, .table-content ul ul li {
        display: block; }

.table-secondary {
  background-color: #fff;
  padding: 14px; }
  .table-secondary .table-header li {
    padding: 0.75rem;
    text-align: center;
    border: none;
    background-color: #fff;
    color: #283784;
    font-size: 1rem; }
    .table-secondary .table-header li:after {
      display: none; }
    .table-secondary .table-header li:first-child {
      padding-left: 120px;
      text-align: left; }
  .table-secondary .table-content .cart-item-list:not(:last-child) {
    border-bottom: 1px solid #CECECE; }
  .table-secondary .table-content li {
    border: none;
    text-align: center;
    vertical-align: middle;
    padding: 10px; }
    .table-secondary .table-content li.product {
      text-align: left; }
      .table-secondary .table-content li.product .cart-img {
        max-width: 100px; }
      .table-secondary .table-content li.product img {
        margin-right: 0;
        /*border: 1px solid $border;*/
        max-width: 100%; }
  .table-secondary .box-border .table {
    margin-bottom: 0; }
  .table-secondary .number-spinner button i {
    color: #283784; }
  .table-secondary .number-spinner button:hover i {
    color: #fff; }

.cart-col .table {
  border: 1px solid #CECECE; }

.table-header {
  /*font-weight: 500;
  color: $shopping-table-th-color;
  border: none;
  padding: $shopping-table-cell-padding;*/ }

.table-content {
  background: #fff;
  border-top: 1px solid #CECECE;
  border-bottom: 1px solid #CECECE; }

.cart-table .card-item-header li {
  font-size: 0.875rem;
  font-weight: normal; }
.cart-table .card-item-header li + li, .cart-table .cart-item-list li + li {
  text-align: center; }
.cart-table .cart-item-list {
  border-radius: 8px; }

.cart-img {
  float: left;
  margin-right: 1rem;
  max-width: 70px; }

.cart-item-desc {
  padding-left: 95px;
  font-size: 0.8rem; }
  .cart-item-desc .link-product-name {
    font-size: 1rem;
    color: #283784; }
    .cart-item-desc .link-product-name:hover, .cart-item-desc .link-product-name:active, .cart-item-desc .link-product-name.active {
      /*color: darken($link-default-text-color, 50%) !important;*/
      color: #B89831; }
  .cart-item-desc .lbl {
    /*        font-weight: bold;*/ }
  .cart-item-desc .sku-wrap .sku, .cart-item-desc .sku-wrap label {
    line-height: inherit;
    margin-bottom: 0.25rem;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    font-size: 1rem; }
  .cart-item-desc .sku-wrap label {
    color: #000;
    text-transform: capitalize; }

.cart-item-list .price {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center; }
  .cart-item-list .price label {
    margin-bottom: 0;
    margin-right: .3rem; }
.cart-item-list .normal-price {
  font-size: 1rem;
  color: #283784;
  font-weight: 700;
  margin-right: .3rem; }
.cart-item-list .emphasis-default {
  font-weight: normal; }
.cart-item-list .icon-cart-remove:hover {
  background-color: transparent;
  opacity: 0.8; }
.cart-item-list .icon-cart-remove .fa-trash-alt {
  font-size: 1.5rem;
  font-weight: 500; }
  .cart-item-list .icon-cart-remove .fa-trash-alt:before {
    content: "\f057"; }
.cart-item-list .spinergroup {
  border-radius: 8px;
  /*button, input {
      border:1px solid $border; border-radius:8px;
  }
  input {
      margin: 0 10px;
  }*/ }

.scroll-table {
  overflow-x: auto;
  padding: 0 1px 15px 1px; }
  .scroll-table .table {
    width: 1500px; }

.table-wrapper {
  display: inline-block;
  width: 100%;
  padding-bottom: 10px; }

.table, .table-resize {
  display: table;
  width: 100%;
  border-collapse: collapse; }

.table .active-btn, .table .inactive-btn, .table .pending, .table .btn-sm {
  padding: 2px 5px;
  border-radius: 4px;
  cursor: pointer;
  font-size: 0.75rem;
  color: #fff;
  display: inline-block;
  min-width: 55px; }
.table .active-btn {
  background: #283784; }
.table .edit-view {
  color: #283784; }
  .table .edit-view a {
    color: #283784; }
.table .head-border li {
  border: none; }
.table .active {
  background: #283784;
  color: #fff;
  border-radius: 5px;
  padding: 2px 5px;
  font-size: 0.75rem; }
.table .inactive {
  color: #fff;
  border-radius: 5px;
  padding: 2px 5px;
  font-size: 0.75rem; }
.table .spinner {
  display: inline-block; }
.table .product img {
  float: left;
  margin-right: 10px; }
.table .product .name {
  color: #283784;
  font-weight: bold;
  padding-top: 2px; }
.table .price .chk-label {
  color: #283784;
  margin-top: 2px; }

.table_footer_wrap {
  letter-spacing: -0.31px;
  line-height: 1.4;
  margin-bottom: 2rem; }
  .table_footer_wrap h3 {
    color: #283784;
    font-size: 1rem;
    font-weight: 700;
    margin-bottom: .75rem; }
  .table_footer_wrap .promo-link {
    color: #0DCAF0;
    font-size: 0.8rem;
    letter-spacing: -0.04px; }
  .table_footer_wrap .flex-wrap {
    justify-content: space-between;
    padding: 1rem 0;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center; }

.gtext {
  color: #0DCAF0; }

.shop-table {
  display: table;
  width: 100%;
  border-collapse: collapse; }
  .shop-table .table-head {
    display: table-row;
    background-color: #f5f5f5; }
    .shop-table .table-head .box {
      padding: 8px;
      border: 1px solid #CECECE;
      font-weight: 700; }
  .shop-table .table-row {
    display: table-row; }
    .shop-table .table-row:nth-child(odd) .box {
      padding: 8px;
      border: 1px solid #CECECE; }
    .shop-table .table-row:nth-child(even) .box {
      padding: 8px;
      border: 1px solid #CECECE; }
  .shop-table .box {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; }
    .shop-table .box .inner-box {
      white-space: nowrap;
      max-width: 120px;
      overflow: hidden;
      text-overflow: ellipsis;
      display: inline-block;
      font-size: 0.875rem; }
  .shop-table .chk-wrap {
    display: inline-block; }
    .shop-table .chk-wrap .chkmark {
      margin: 0 auto; }
  .shop-table .price-wrap .price {
    font-weight: 700; }
  .shop-table .price-wrap .old-price {
    padding: 0;
    font-size: 0.875rem; }
  .shop-table .qty-wrap {
    min-width: 200px; }

.table-footer {
  width: 500px;
  text-align: left;
  float: right; }
  .table-footer .form-row {
    padding: 15px 0;
    margin: 0;
    border-bottom: 1px solid #CECECE;
    justify-content: space-between;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center; }
    .table-footer .form-row .col-6 + .col-6 {
      text-align: right; }
  .table-footer .total-text, .table-footer .total-amt, .table-footer .col-6 {
    color: #000;
    font-size: 1rem; }
  .table-footer .total, .table-footer .total-price {
    font-weight: normal;
    font-size: 1rem;
    color: #000; }
    .table-footer .total.primary, .table-footer .total-price.primary {
      font-size: 1rem;
      color: #000; }
  .table-footer ul, .table-footer ol {
    list-style: none;
    margin: 0;
    padding: 0; }
  .table-footer .promo-dis {
    font-size: 1rem;
    color: #DC3545; }

.view-footer-row {
  cursor: pointer;
  color: #000;
  font-size: 0.75rem; }
  .view-footer-row i {
    vertical-align: baseline; }

.group-acc-description {
  border-bottom: 1px solid #CECECE; }
  .group-acc-description:first-child {
    border-top: 1px solid #CECECE; }
  .group-acc-description .accordion-btn {
    padding-left: 0;
    padding-right: 0; }
    .group-acc-description .accordion-btn:not(.collapsed) .fa-plus:before {
      content: "\f068"; }
  .group-acc-description .card-body {
    padding-left: 0;
    padding-right: 0; }

.accordion_plus .set {
  position: relative;
  width: 100%;
  height: auto;
  border-bottom: 1px solid #CECECE; }
  .accordion_plus .set > a {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    position: relative;
    text-decoration: none;
    cursor: pointer;
    color: #000;
    text-transform: uppercase;
    padding: 12px 0; }
    .accordion_plus .set > a i {
      width: 35px;
      text-align: center;
      margin-left: auto; }
  .accordion_plus .set:first-child {
    border-top: 1px solid #CECECE; }
.accordion_plus .contents {
  display: none;
  position: relative;
  padding: 15px 0;
  line-height: 1.5; }
  .accordion_plus .contents p {
    margin: 0; }

.accordion_arrow .set {
  position: relative;
  width: 100%;
  height: auto;
  border-bottom: 1px solid #CECECE; }
  .accordion_arrow .set > a {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between;
    position: relative;
    text-decoration: none;
    cursor: pointer;
    color: #343a40;
    padding: 25px 0;
    font-size: 1.125rem; }
    .accordion_arrow .set > a i {
      width: 35px;
      text-align: center; }
  .accordion_arrow .set:first-child {
    border-top: 1px solid #CECECE; }
.accordion_arrow .contents {
  display: none;
  position: relative;
  padding: 0px 0 15px 0;
  line-height: 1.5;
  font-size: 0.875rem;
  color: #343a40; }
  .accordion_arrow .contents p {
    margin: 0; }
.accordion_arrow .review-star {
  margin-left: auto; }

.dataTables_wrapper {
  margin-bottom: 3rem;
  font-size: 1rem; }
  .dataTables_wrapper .dataTables_filter input {
    width: auto;
    margin-left: 5px; }

@media all and (max-width: 991px) {
  .cart-table .unit-price {
    line-height: 1.25; }
  .cart-table .table-footer .total, .cart-table .table-footer .total-price {
    font-size: 1rem; }
  .cart-table .total .normal-price {
    line-height: 1.25; } }
html {
  box-sizing: border-box;
  height: 100%;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  background-color: #F8F9FA; }

body {
  font-family: "IBM Plex Sans Thai", sans-serif;
  font-size: 1rem;
  line-height: 1.25;
  color: #000;
  background-color: #F1F1F1;
  background-image: url("../images/body-bg.png");
  background-position: center 50px;
  background-repeat: no-repeat;
  background-size: cover; }

* html .clearfix {
  zoom: 1; }

/* IE6 */
*:first-child + html .clearfix {
  zoom: 1; }

/* IE7 */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

blockquote, q {
  quotes: none;
  border-left: solid 2px #5E35B1;
  margin-left: 0;
  padding-left: 5px;
  color: #5E35B1; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

a {
  color: #0090FF;
  text-decoration: none;
  /*@include transition(all 0.1s ease-in-out 0s);*/ }
  a:hover, a:focus {
    text-decoration: none;
    color: #006EC3; }
  a.active {
    color: #0090FF; }
  a.anchor {
    text-decoration: underline; }

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #CED4DA;
  margin: 1em 0;
  padding: 0; }

img {
  line-height: 1;
  vertical-align: top;
  max-width: 100%; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden],
template, .hide {
  display: none !important; }

h1, .h1 {
  font-size: 1.95rem;
  margin-bottom: 0.5rem;
  color: #283784;
  line-height: 1.25;
  font-weight: 700; }

h2, .h2 {
  font-size: 2rem;
  margin-bottom: 0.5rem;
  color: #283784;
  line-height: 1.25;
  font-weight: 700; }

h3, .h3 {
  font-size: 1.25rem;
  margin-bottom: 0.5rem;
  line-height: 1.2; }

h3 {
  font-weight: 700; }

h4, .h4 {
  font-size: 1.5rem;
  margin-bottom: 0.5rem;
  line-height: 1.2; }

h5, .h5 {
  font-size: 1rem;
  margin-bottom: 0.5rem;
  line-height: 1.2; }

html[lang="th"] body {
  text-rendering: auto; }
html[lang="th"] h1, html[lang="th"] h2, html[lang="th"] h3, html[lang="th"] h4, html[lang="th"] h5 {
  line-height: 1.5; }

p {
  margin-top: 0;
  margin-bottom: 1rem;
  line-height: 1.8; }
  p:empty {
    margin: 0; }

iframe {
  max-width: 100%;
  /* width: 100%; */ }

address {
  word-break: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto; }

.full {
  width: 100%; }

.half {
  width: 50%; }

.cursor {
  cursor: pointer; }

.border {
  border-color: #CECECE !important; }

.border-small {
  position: relative;
  padding-bottom: .3rem;
  margin-bottom: 2rem; }
  .border-small:before {
    position: absolute;
    width: 80%;
    min-width: 200px;
    max-width: 210px;
    height: 2px;
    left: 0;
    bottom: 0;
    content: "";
    border-bottom: 2px solid #707D8F; }

.text-underline {
  text-decoration: underline; }

.fontweight_400 {
  font-weight: 400; }

.fontweight_500 {
  font-weight: 500; }

.fontweight_bold {
  font-weight: bold; }

.w_break {
  word-break: break-word; }

.read-more {
  color: #283784;
  font-size: 0.875rem;
  font-weight: 700;
  margin-top: 15px;
  display: inline-block; }
  @media all and (min-width: 993px) {
    .read-more {
      font-size: 1rem; } }
  .read-more i {
    margin-left: .2rem; }
  .read-more:hover {
    color: #B89831; }

.viewmore-wrap {
  text-align: right; }

.view-more {
  color: #283784;
  font-size: 1rem;
  line-height: 48px;
  display: inline-block; }
  .view-more i {
    margin-left: .2rem; }
  .view-more:hover {
    color: #B89831; }

.text-right .read-more {
  margin-bottom: 1rem; }

.main-title {
  font-size: 1.75rem;
  color: #000;
  /*font-weight: $main-title-font-weight;*/
  /*text-transform: $main-title-text-transform;*/
  line-height: 1.2;
  margin: 0;
  border: none;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  /*@include justify-content(center);*/
  margin-bottom: 10px; }
  .main-title .total-item, .main-title .gift-popup-handler {
    font-weight: 400;
    font-size: 1rem;
    color: #000;
    white-space: nowrap;
    margin-left: 5px; }
  .main-title.center {
    text-align: center;
    justify-content: center; }
  .main-title.more_tspace {
    margin-top: 30px; }
  .main-title.more_bspace {
    margin-bottom: 30px; }
  .main-title.both_space {
    margin: 30px 0px; }
  .main-title.right {
    text-align: right; }

.sub-title {
  font-size: 1.125rem;
  color: #283784;
  font-weight: 700;
  text-transform: capitalize;
  line-height: 1.2;
  border: none;
  margin-bottom: 1.25rem; }
  .sub-title.center {
    text-align: center; }
  .sub-title.more_tspace {
    margin-top: 30px; }
  .sub-title.more_bspace {
    margin-bottom: 30px; }
  .sub-title.bspace_15 {
    margin-bottom: 15px; }
  .sub-title.both_space {
    margin: 30px 0px; }
  .sub-title.right {
    text-align: right; }
  .sub-title.main_title {
    font-size: 1.75rem;
    color: #000;
    margin-bottom: 10px; }
  .sub-title.border-bottom {
    padding-bottom: .5rem; }

.small-title {
  font-size: 1rem;
  color: #000;
  margin: 0 0 10px 0;
  border: none; }
  .small-title.center {
    text-align: center; }
  .small-title.more_tspace {
    margin-top: 30px; }
  .small-title.more_bspace {
    margin-bottom: 30px; }
  .small-title.both_space {
    margin: 30px 0px; }
  .small-title.right {
    text-align: right; }
  .small-title.bg {
    background-color: #E6E6E6;
    padding: 10px; }

.mini-title {
  font-size: 0.75rem;
  color: #000; }
  .mini-title.center {
    text-align: center; }
  .mini-title.more_tspace {
    margin-top: 30px; }
  .mini-title.more_bspace {
    margin-bottom: 30px; }
  .mini-title.both_space {
    margin: 30px 0px; }
  .mini-title.right {
    text-align: right; }

.skyblue {
  color: #1991DF; }

.text-mini {
  font-size: 0.75rem;
  /*color: $text-mini-text-color;
  font-family: $text-mini-font-family;*/ }

.text-small {
  font-size: 0.875rem;
  /*color: $text-small-text-color;
  font-family: $text-small-font-family;*/ }

.text-normal {
  font-size: 1rem;
  /*color: $text-normal-text-color;
  font-family: $text-normal-font-family;*/ }

.text-large {
  font-size: 1.5rem;
  /*color: $text-large-text-color;
  font-family: $text-large-font-family;*/ }

.text-xlarge {
  font-size: 1.75rem;
  /*color: $text-xlarge-text-color;
  font-family: $text-xlarge-font-family;*/ }

.text-xxlarge {
  font-size: 2.25rem;
  /*color: $text-xxlarge-text-color;
  font-family: $text-xxlarge-font-family;*/ }

.price-wrap {
  font-size: 0.75rem; }

.strike-price {
  color: #CED4DA;
  text-decoration: line-through; }

.special-price {
  font-size: 1.5rem;
  color: #000; }

.price-margin {
  font-size: 0.875rem;
  color: #fff !important;
  background-color: #DC3545;
  padding: 0px 3px;
  line-height: 24px;
  height: 24px;
  display: inline-block; }

.normal-price {
  /*    font-size: $thumb-prod-base-price-font-size;*/
  color: #000; }

.bg-default {
  background-color: #fff; }

.bg-primary {
  background-color: #283784 !important; }

.bg-secondary {
  background-color: #B89831 !important; }

.bg-success {
  background-color: #283784 !important; }

.bg-danger {
  background-color: #DC3545 !important; }

.bg-warning {
  background-color: #707D8F !important; }

.bg-info {
  background-color: #0DCAF0 !important; }

.bg-light {
  background-color: #F8F9FA !important; }

.bg-dark {
  background-color: #343a40 !important; }

.bg-white {
  background-color: #fff !important; }

.text-default-color, .text-default {
  color: #000; }

.text-primary-color, .text-primary {
  color: #283784 !important; }

.text-secondary-color, .text-secondary {
  color: #B89831 !important; }

.text-success-color, .text-success {
  color: #283784; }

.text-danger-color, .text-danger, .text-failed, .text-red {
  color: #DC3545; }

.text-warning-color, .text-warning, .text-pending {
  color: #707D8F; }

.text-info-color, .text-info {
  color: #0DCAF0 !important; }

.text-light-color, .text-light {
  color: #F8F9FA; }

.text-dark-color, .text-dark {
  color: #343a40; }

.text-muted-color, .text-muted {
  color: #B89831; }

.text-white-color, .text-white {
  color: #fff; }

.text-processing {
  color: #0DCAF0; }

.link-mini {
  font-size: 0.7rem;
  color: #000; }

.link-small {
  font-size: 0.85rem;
  color: #000; }

.link-normal {
  font-size: 1rem;
  color: #000; }

.link-large {
  font-size: 1.5rem;
  color: #000; }

.link-xlarge {
  font-size: 2rem;
  color: #000; }

.link-xxlarge {
  font-size: 2.5rem;
  color: #000; }

.link-default-color, .link-default {
  color: #000; }
  .link-default-color:hover, .link-default-color:active, .link-default-color.active, .link-default:hover, .link-default:active, .link-default.active {
    color: black !important; }

.link-primary-color, .link-primary {
  color: #283784; }
  .link-primary-color:hover, .link-primary-color:active, .link-primary-color.active, .link-primary:hover, .link-primary:active, .link-primary.active {
    color: #04060f !important; }

.link-secondary-color, .link-secondary {
  color: #B89831; }
  .link-secondary-color:hover, .link-secondary-color:active, .link-secondary-color.active, .link-secondary:hover, .link-secondary:active, .link-secondary.active {
    color: #3f3411 !important; }

.link-success-color, .link-success {
  color: #283784; }
  .link-success-color:hover, .link-success-color:active, .link-success-color.active, .link-success:hover, .link-success:active, .link-success.active {
    color: #04060f !important; }

.link-danger-color, .link-danger {
  color: #DC3545; }
  .link-danger-color:hover, .link-danger-color:active, .link-danger-color.active, .link-danger:hover, .link-danger:active, .link-danger.active {
    color: #66121a !important; }

.link-warning-color, .link-warning {
  color: #707D8F; }
  .link-warning-color:hover, .link-warning-color:active, .link-warning-color.active, .link-warning:hover, .link-warning:active, .link-warning.active {
    color: #2d3239 !important; }

.link-info-color, .link-info {
  color: #0DCAF0; }
  .link-info-color:hover, .link-info-color:active, .link-info-color.active, .link-info:hover, .link-info:active, .link-info.active {
    color: #05505f !important; }

.link-light-color, .link-light {
  color: #F8F9FA; }
  .link-light-color:hover, .link-light-color:active, .link-light-color.active, .link-light:hover, .link-light:active, .link-light.active {
    color: #9fadba !important; }

.link-dark-color, .link-dark {
  color: #343a40; }
  .link-dark-color:hover, .link-dark-color:active, .link-dark-color.active, .link-dark:hover, .link-dark:active, .link-dark.active {
    color: black !important; }

.link-muted-color, .link-muted {
  color: #B89831; }
  .link-muted-color:hover, .link-muted-color:active, .link-muted-color.active, .link-muted:hover, .link-muted:active, .link-muted.active {
    color: #3f3411 !important; }

.link-white-color, .link-white {
  color: #fff; }
  .link-white-color:hover, .link-white-color:active, .link-white-color.active, .link-white:hover, .link-white:active, .link-white.active {
    color: #b3b3b3 !important; }

.link-product-name {
  color: #283784;
  font-size: 1rem;
  font-weight: bold; }
  .link-product-name:hover, .link-product-name:active, .link-product-name.active {
    /* color: darken($thumb-product-name-text-color, 30%) !important; */
    color: #B89831; }

.copytext {
  color: rgba(0, 0, 0, 0.6);
  font-weight: normal;
  text-decoration: underline; }
  .copytext:hover, .copytext:active, .copytext.active {
    color: #283784;
    text-decoration: none;
    /*color: $secondary;*/ }

.border {
  border-color: #CED4DA !important; }

.border-primary {
  border-color: #283784 !important; }

.border-secondary {
  border-color: #B89831 !important; }

.border-success {
  border-color: #283784 !important; }

.border-danger {
  border-color: #DC3545 !important; }

.border-warning {
  border-color: #707D8F !important; }

.border-info {
  border-color: #0DCAF0 !important; }

.border-light {
  border-color: #F8F9FA !important; }

.border-dark {
  border-color: #343a40 !important; }

.border-white {
  border-color: #fff !important; }

.bg-overlay {
  background-color: rgba(0, 0, 0, 0.7); }

.label-default {
  background-color: #000;
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #FFF;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em; }
  .label-default[href]:hover, .label-default[href]:focus {
    background-color: black; }

.label-primary {
  background-color: #283784;
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #FFF;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em; }
  .label-primary[href]:hover, .label-primary[href]:focus {
    background-color: #1c275d; }

.label-success {
  background-color: #283784;
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #FFF;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em; }
  .label-success[href]:hover, .label-success[href]:focus {
    background-color: #1c275d; }

.label-info {
  background-color: #0DCAF0;
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #FFF;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em; }
  .label-info[href]:hover, .label-info[href]:focus {
    background-color: #0aa1c0; }

.label-warning {
  background-color: #707D8F;
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #FFF;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em; }
  .label-warning[href]:hover, .label-warning[href]:focus {
    background-color: #5a6472; }

.label-danger {
  background-color: #707D8F;
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #FFF;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em; }
  .label-danger[href]:hover, .label-danger[href]:focus {
    background-color: #5a6472; }

.line-default {
  border-bottom: 1px solid #CECECE;
  display: block; }

.line-primary {
  border-bottom: 1px solid #283784;
  display: block; }

.line-secondary {
  border-bottom: 1px solid #B89831;
  display: block; }

.primary-font {
  font-family: "IBM Plex Sans Thai", sans-serif; }

.secondary-font {
  font-family: cursive; }

.emphasis-default {
  font-weight: 700; }

.color_schema {
  width: 80px;
  height: 80px;
  display: inline-block;
  border: 1px solid transparent;
  border-radius: 7px; }
  .color_schema.default {
    background-color: #000; }
  .color_schema.primary {
    border-color: #CECECE;
    background-color: #283784; }
  .color_schema.secondary {
    background-color: #B89831; }
  .color_schema.success {
    background-color: #283784; }
  .color_schema.danger {
    background-color: #DC3545; }
  .color_schema.warning {
    background-color: #707D8F; }
  .color_schema.info {
    background-color: #0DCAF0; }
  .color_schema.light {
    border-color: #CECECE;
    background-color: #F8F9FA; }
  .color_schema.dark {
    background-color: #343a40; }

/*Custom ScrollBar*/
.chscroll::-webkit-scrollbar {
  -webkit-appearance: none; }

.chscroll::-webkit-scrollbar:vertical {
  width: 10px; }

.chscroll::-webkit-scrollbar:horizontal {
  height: 10px; }

.chscroll::-webkit-scrollbar-thumb {
  border-radius: 8px;
  border: 2px solid white;
  /* should match background, can't be transparent */
  background-color: rgba(0, 0, 0, 0.5); }

.chscroll::-webkit-scrollbar-track {
  background-color: #fff;
  border-radius: 8px; }

@media all and (max-width: 991px) {
  .viewmore-wrap {
    text-align: center; }
    .viewmore-wrap .view-more {
      line-height: 30px; }

  /*.normal-price {
      font-size: $font-mini;
  }*/ }
.breadcrumb {
  background: transparent;
  color: #000;
  white-space: nowrap;
  overflow-x: auto;
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 5px; }
  .breadcrumb::-webkit-scrollbar {
    display: none; }
  .breadcrumb ul {
    list-style: none;
    margin: 0 !important;
    padding: 0 !important; }
  .breadcrumb li {
    display: inline-block;
    font-size: 0.8rem;
    text-transform: uppercase;
    padding: .5rem 0;
    color: #707070; }
    .breadcrumb li + li:before {
      content: "\f105";
      font-family: "Font Awesome 5 Pro";
      margin: 0 10px; }
    .breadcrumb li a {
      padding: 0;
      color: #707070;
      font-size: 0.8rem; }
      .breadcrumb li a:hover {
        color: black; }
    .breadcrumb li.active {
      color: #f0f0f0; }
      .breadcrumb li.active a {
        color: #f0f0f0; }
    .breadcrumb li span {
      color: #283784; }
  .breadcrumb p {
    display: inline-block;
    margin: 0;
    padding: 0; }

@media all and (max-width: 991px) {
  .breadcrumb {
    height: 0px;
    font-size: 0px;
    visibility: hidden;
    border: none; } }
input[type="submit"], input[type="button"], .btn, .btn-primary, .btn-primary-b2b, .btn-success, .btn-secondary, .btn-danger, .btn-warning, .btn-info, .btn-ternary, .btn-light,
.btn-outline-default, .btn-outline-primary, .btn-gradient-primary, .btn-outline-primary-b2b, .btn-outline-secondary, .btn-outline-info, .btn-outline-success, .btn-icon, .btn-link,
.btn-outline-warning, .btn-outline-danger, .btn-outline-light, .btn-outline-dark, .btn-outline, .btn-default, .btn-dark, .btn-back, .facebook-btn,
.btn-white, .overlay-icon {
  display: inline-block;
  text-align: center;
  font-weight: 700;
  vertical-align: middle;
  user-select: none;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  border: 1px solid transparent;
  border-radius: 0.25rem;
  padding: 0.5rem 0.75rem;
  line-height: 1.5;
  font-size: 1rem;
  border-radius: 0.25rem;
  -moz-transition: background-color 0.2s 0.1s, color 0.5s;
  -o-transition: background-color 0.2s 0.1s, color 0.5s;
  -webkit-transition: background-color 0.2s 0.1s, color 0.5s;
  transition: background-color 0.2s 0.1s, color 0.5s;
  letter-spacing: -0.31px;
  /*min-width: 85px;*/ }
  input[type="submit"]:not(:disabled):not(.disabled), input[type="button"]:not(:disabled):not(.disabled), .btn:not(:disabled):not(.disabled), .btn-primary:not(:disabled):not(.disabled), .btn-primary-b2b:not(:disabled):not(.disabled), .btn-success:not(:disabled):not(.disabled), .btn-secondary:not(:disabled):not(.disabled), .btn-danger:not(:disabled):not(.disabled), .btn-warning:not(:disabled):not(.disabled), .btn-info:not(:disabled):not(.disabled), .btn-ternary:not(:disabled):not(.disabled), .btn-light:not(:disabled):not(.disabled),
  .btn-outline-default:not(:disabled):not(.disabled), .btn-outline-primary:not(:disabled):not(.disabled), .btn-gradient-primary:not(:disabled):not(.disabled), .btn-outline-primary-b2b:not(:disabled):not(.disabled), .btn-outline-secondary:not(:disabled):not(.disabled), .btn-outline-info:not(:disabled):not(.disabled), .btn-outline-success:not(:disabled):not(.disabled), .btn-icon:not(:disabled):not(.disabled), .btn-link:not(:disabled):not(.disabled),
  .btn-outline-warning:not(:disabled):not(.disabled), .btn-outline-danger:not(:disabled):not(.disabled), .btn-outline-light:not(:disabled):not(.disabled), .btn-outline-dark:not(:disabled):not(.disabled), .btn-outline:not(:disabled):not(.disabled), .btn-default:not(:disabled):not(.disabled), .btn-dark:not(:disabled):not(.disabled), .btn-back:not(:disabled):not(.disabled), .facebook-btn:not(:disabled):not(.disabled),
  .btn-white:not(:disabled):not(.disabled), .overlay-icon:not(:disabled):not(.disabled) {
    cursor: pointer; }
  input[type="submit"].disabled, input[type="button"].disabled, .btn.disabled, .btn-primary.disabled, .btn-primary-b2b.disabled, .btn-success.disabled, .btn-secondary.disabled, .btn-danger.disabled, .btn-warning.disabled, .btn-info.disabled, .btn-ternary.disabled, .btn-light.disabled,
  .btn-outline-default.disabled, .btn-outline-primary.disabled, .btn-gradient-primary.disabled, .btn-outline-primary-b2b.disabled, .btn-outline-secondary.disabled, .btn-outline-info.disabled, .btn-outline-success.disabled, .btn-icon.disabled, .btn-link.disabled,
  .btn-outline-warning.disabled, .btn-outline-danger.disabled, .btn-outline-light.disabled, .btn-outline-dark.disabled, .btn-outline.disabled, .btn-default.disabled, .btn-dark.disabled, .btn-back.disabled, .facebook-btn.disabled,
  .btn-white.disabled, .overlay-icon.disabled {
    opacity: 0.5;
    /*cursor: not-allowed;*/
    pointer-events: none;
    cursor: default;
    text-decoration: none; }
  input[type="submit"] .btn-icons, input[type="submit"] i, input[type="button"] .btn-icons, input[type="button"] i, .btn .btn-icons, .btn i, .btn-primary .btn-icons, .btn-primary i, .btn-primary-b2b .btn-icons, .btn-primary-b2b i, .btn-success .btn-icons, .btn-success i, .btn-secondary .btn-icons, .btn-secondary i, .btn-danger .btn-icons, .btn-danger i, .btn-warning .btn-icons, .btn-warning i, .btn-info .btn-icons, .btn-info i, .btn-ternary .btn-icons, .btn-ternary i, .btn-light .btn-icons, .btn-light i,
  .btn-outline-default .btn-icons,
  .btn-outline-default i, .btn-outline-primary .btn-icons, .btn-outline-primary i, .btn-gradient-primary .btn-icons, .btn-gradient-primary i, .btn-outline-primary-b2b .btn-icons, .btn-outline-primary-b2b i, .btn-outline-secondary .btn-icons, .btn-outline-secondary i, .btn-outline-info .btn-icons, .btn-outline-info i, .btn-outline-success .btn-icons, .btn-outline-success i, .btn-icon .btn-icons, .btn-icon i, .btn-link .btn-icons, .btn-link i,
  .btn-outline-warning .btn-icons,
  .btn-outline-warning i, .btn-outline-danger .btn-icons, .btn-outline-danger i, .btn-outline-light .btn-icons, .btn-outline-light i, .btn-outline-dark .btn-icons, .btn-outline-dark i, .btn-outline .btn-icons, .btn-outline i, .btn-default .btn-icons, .btn-default i, .btn-dark .btn-icons, .btn-dark i, .btn-back .btn-icons, .btn-back i, .facebook-btn .btn-icons, .facebook-btn i,
  .btn-white .btn-icons,
  .btn-white i, .overlay-icon .btn-icons, .overlay-icon i {
    vertical-align: baseline; }

.more-height {
  padding: 0.75rem !important; }

.btn:focus, .btn.focus, .btn.active, a:focus, a.active {
  box-shadow: none !important; }

.remove-space {
  display: none; }

.btn-default {
  color: #fff;
  background-color: #000;
  border-color: #000; }
  .btn-default:focus {
    color: #fff;
    background-color: black;
    border-color: black; }
  .btn-default:hover, .btn-default.hover {
    color: #fff;
    background-color: black;
    border-color: black; }
  .btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
    color: #fff;
    background-color: #000 !important;
    border-color: #fff !important; }
    .btn-default:active:hover, .btn-default:active:focus, .btn-default:active.focus, .btn-default.active:hover, .btn-default.active:focus, .btn-default.active.focus, .open > .btn-default.dropdown-toggle:hover, .open > .btn-default.dropdown-toggle:focus, .open > .btn-default.dropdown-toggle.focus {
      color: #fff;
      background-color: black;
      border-color: black; }
  .btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
    background-image: none; }
  .btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled.focus, .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled].focus, fieldset[disabled] .btn-default:hover, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default.focus {
    background-color: #000;
    border-color: #000; }
  .btn-default .badge {
    color: #000;
    background-color: #fff; }
  .btn-default:hover, .btn-default.hover {
    background: #3B3E45; }

.btn-gradient-primary, .btn-primary {
  background-image: linear-gradient(to right top, rgba(40, 55, 132, 0.1) -50% -40%, #283784 20% 70%, rgba(40, 55, 132, 0.1) 140% 150%);
  border-color: #283784;
  background-size: cover;
  background-position: center;
  color: #fff;
  min-width: 144px;
  background-color: transparent; }
  .btn-gradient-primary:hover, .btn-gradient-primary:active, .btn-gradient-primary:focus, .btn-primary:hover, .btn-primary:active, .btn-primary:focus {
    background-image: linear-gradient(to right top, rgba(191, 148, 49, 0.1) -50% -40%, #bf9431 20% 70%, rgba(191, 148, 49, 0.1) 140% 150%);
    color: #fff;
    border-color: #B89831;
    background-color: transparent; }

.btn-auto {
  min-width: auto; }

.btn-secondary {
  color: #fff;
  background-color: #B89831;
  border-color: #B89831; }
  .btn-secondary:focus {
    color: #fff;
    background-color: #907726;
    border-color: #534516; }
  .btn-secondary:hover, .btn-secondary.hover {
    color: #fff;
    background-color: #907726;
    border-color: #887024; }
  .btn-secondary:active, .btn-secondary.active, .open > .btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #B89831 !important;
    border-color: #fff !important; }
    .btn-secondary:active:hover, .btn-secondary:active:focus, .btn-secondary:active.focus, .btn-secondary.active:hover, .btn-secondary.active:focus, .btn-secondary.active.focus, .open > .btn-secondary.dropdown-toggle:hover, .open > .btn-secondary.dropdown-toggle:focus, .open > .btn-secondary.dropdown-toggle.focus {
      color: #fff;
      background-color: #745f1f;
      border-color: #534516; }
  .btn-secondary:active, .btn-secondary.active, .open > .btn-secondary.dropdown-toggle {
    background-image: none; }
  .btn-secondary.disabled:hover, .btn-secondary.disabled:focus, .btn-secondary.disabled.focus, .btn-secondary[disabled]:hover, .btn-secondary[disabled]:focus, .btn-secondary[disabled].focus, fieldset[disabled] .btn-secondary:hover, fieldset[disabled] .btn-secondary:focus, fieldset[disabled] .btn-secondary.focus {
    background-color: #B89831;
    border-color: #B89831; }
  .btn-secondary .badge {
    color: #B89831;
    background-color: #fff; }

.btn-success {
  color: #fff;
  background-color: #283784;
  border-color: #283784; }
  .btn-success:focus {
    color: #fff;
    background-color: #1c275d;
    border-color: #0a0e22; }
  .btn-success:hover, .btn-success.hover {
    color: #fff;
    background-color: #1c275d;
    border-color: #1a2355; }
  .btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #283784 !important;
    border-color: #fff !important; }
    .btn-success:active:hover, .btn-success:active:focus, .btn-success:active.focus, .btn-success.active:hover, .btn-success.active:focus, .btn-success.active.focus, .open > .btn-success.dropdown-toggle:hover, .open > .btn-success.dropdown-toggle:focus, .open > .btn-success.dropdown-toggle.focus {
      color: #fff;
      background-color: #141b41;
      border-color: #0a0e22; }
  .btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
    background-image: none; }
  .btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled].focus, fieldset[disabled] .btn-success:hover, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success.focus {
    background-color: #283784;
    border-color: #283784; }
  .btn-success .badge {
    color: #283784;
    background-color: #fff; }

.btn-info {
  color: #fff;
  background-color: #0DCAF0;
  border-color: #0DCAF0; }
  .btn-info:focus {
    color: #fff;
    background-color: #0aa1c0;
    border-color: #066477; }
  .btn-info:hover, .btn-info.hover {
    color: #fff;
    background-color: #0aa1c0;
    border-color: #0a99b6; }
  .btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #0DCAF0 !important;
    border-color: #fff !important; }
    .btn-info:active:hover, .btn-info:active:focus, .btn-info:active.focus, .btn-info.active:hover, .btn-info.active:focus, .btn-info.active.focus, .open > .btn-info.dropdown-toggle:hover, .open > .btn-info.dropdown-toggle:focus, .open > .btn-info.dropdown-toggle.focus {
      color: #fff;
      background-color: #09859e;
      border-color: #066477; }
  .btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
    background-image: none; }
  .btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled].focus, fieldset[disabled] .btn-info:hover, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info.focus {
    background-color: #0DCAF0;
    border-color: #0DCAF0; }
  .btn-info .badge {
    color: #0DCAF0;
    background-color: #fff; }

.btn-warning {
  color: #fff;
  background-color: #707D8F;
  border-color: #707D8F; }
  .btn-warning:focus {
    color: #fff;
    background-color: #5a6472;
    border-color: #383f48; }
  .btn-warning:hover, .btn-warning.hover {
    color: #fff;
    background-color: #5a6472;
    border-color: #555f6d; }
  .btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
    color: #fff;
    background-color: #707D8F !important;
    border-color: #fff !important; }
    .btn-warning:active:hover, .btn-warning:active:focus, .btn-warning:active.focus, .btn-warning.active:hover, .btn-warning.active:focus, .btn-warning.active.focus, .open > .btn-warning.dropdown-toggle:hover, .open > .btn-warning.dropdown-toggle:focus, .open > .btn-warning.dropdown-toggle.focus {
      color: #fff;
      background-color: #4a535e;
      border-color: #383f48; }
  .btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
    background-image: none; }
  .btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled].focus, fieldset[disabled] .btn-warning:hover, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning.focus {
    background-color: #707D8F;
    border-color: #707D8F; }
  .btn-warning .badge {
    color: #707D8F;
    background-color: #fff; }

.btn-danger {
  color: #fff;
  background-color: #e20;
  border-color: #e20; }
  .btn-danger:focus {
    color: #fff;
    background-color: #bb1b00;
    border-color: #6f1000; }
  .btn-danger:hover, .btn-danger.hover {
    color: #fff;
    background-color: #bb1b00;
    border-color: #b11900; }
  .btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #e20 !important;
    border-color: #fff !important; }
    .btn-danger:active:hover, .btn-danger:active:focus, .btn-danger:active.focus, .btn-danger.active:hover, .btn-danger.active:focus, .btn-danger.active.focus, .open > .btn-danger.dropdown-toggle:hover, .open > .btn-danger.dropdown-toggle:focus, .open > .btn-danger.dropdown-toggle.focus {
      color: #fff;
      background-color: #971600;
      border-color: #6f1000; }
  .btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
    background-image: none; }
  .btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled].focus, fieldset[disabled] .btn-danger:hover, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger.focus {
    background-color: #e20;
    border-color: #e20; }
  .btn-danger .badge {
    color: #e20;
    background-color: #fff; }

.btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40; }
  .btn-dark:focus {
    color: #fff;
    background-color: #1d2124;
    border-color: black; }
  .btn-dark:hover, .btn-dark.hover {
    color: #fff;
    background-color: #1d2124;
    border-color: #191b1e; }
  .btn-dark:active, .btn-dark.active, .open > .btn-dark.dropdown-toggle {
    color: #fff;
    background-color: #343a40 !important;
    border-color: #fff !important; }
    .btn-dark:active:hover, .btn-dark:active:focus, .btn-dark:active.focus, .btn-dark.active:hover, .btn-dark.active:focus, .btn-dark.active.focus, .open > .btn-dark.dropdown-toggle:hover, .open > .btn-dark.dropdown-toggle:focus, .open > .btn-dark.dropdown-toggle.focus {
      color: #fff;
      background-color: #0d0f10;
      border-color: black; }
  .btn-dark:active, .btn-dark.active, .open > .btn-dark.dropdown-toggle {
    background-image: none; }
  .btn-dark.disabled:hover, .btn-dark.disabled:focus, .btn-dark.disabled.focus, .btn-dark[disabled]:hover, .btn-dark[disabled]:focus, .btn-dark[disabled].focus, fieldset[disabled] .btn-dark:hover, fieldset[disabled] .btn-dark:focus, fieldset[disabled] .btn-dark.focus {
    background-color: #343a40;
    border-color: #343a40; }
  .btn-dark .badge {
    color: #343a40;
    background-color: #fff; }

.btn-light {
  color: #212529;
  background-color: #dae0e5;
  border-color: #d3d9df; }
  .btn-light:focus {
    color: #212529;
    background-color: #bcc7d0;
    border-color: #8999a9; }
  .btn-light:hover, .btn-light.hover {
    color: #212529;
    background-color: #bcc7d0;
    border-color: #b0bac5; }
  .btn-light:active, .btn-light.active, .open > .btn-light.dropdown-toggle {
    color: #212529;
    background-color: #dae0e5 !important;
    border-color: #212529 !important; }
    .btn-light:active:hover, .btn-light:active:focus, .btn-light:active.focus, .btn-light.active:hover, .btn-light.active:focus, .btn-light.active.focus, .open > .btn-light.dropdown-toggle:hover, .open > .btn-light.dropdown-toggle:focus, .open > .btn-light.dropdown-toggle.focus {
      color: #212529;
      background-color: #a7b5c1;
      border-color: #8999a9; }
  .btn-light:active, .btn-light.active, .open > .btn-light.dropdown-toggle {
    background-image: none; }
  .btn-light.disabled:hover, .btn-light.disabled:focus, .btn-light.disabled.focus, .btn-light[disabled]:hover, .btn-light[disabled]:focus, .btn-light[disabled].focus, fieldset[disabled] .btn-light:hover, fieldset[disabled] .btn-light:focus, fieldset[disabled] .btn-light.focus {
    background-color: #dae0e5;
    border-color: #d3d9df; }
  .btn-light .badge {
    color: #dae0e5;
    background-color: #212529; }

.btn-icon {
  color: #000;
  background-color: #fff;
  border-color: #CECECE; }
  .btn-icon:focus {
    color: #000;
    background-color: #e6e6e6;
    border-color: #8e8e8e; }
  .btn-icon:hover, .btn-icon.hover {
    color: #000;
    background-color: #e6e6e6;
    border-color: #afafaf; }
  .btn-icon:active, .btn-icon.active, .open > .btn-icon.dropdown-toggle {
    color: #000;
    background-color: #fff !important;
    border-color: #000 !important; }
    .btn-icon:active:hover, .btn-icon:active:focus, .btn-icon:active.focus, .btn-icon.active:hover, .btn-icon.active:focus, .btn-icon.active.focus, .open > .btn-icon.dropdown-toggle:hover, .open > .btn-icon.dropdown-toggle:focus, .open > .btn-icon.dropdown-toggle.focus {
      color: #000;
      background-color: #d4d4d4;
      border-color: #8e8e8e; }
  .btn-icon:active, .btn-icon.active, .open > .btn-icon.dropdown-toggle {
    background-image: none; }
  .btn-icon.disabled:hover, .btn-icon.disabled:focus, .btn-icon.disabled.focus, .btn-icon[disabled]:hover, .btn-icon[disabled]:focus, .btn-icon[disabled].focus, fieldset[disabled] .btn-icon:hover, fieldset[disabled] .btn-icon:focus, fieldset[disabled] .btn-icon.focus {
    background-color: #fff;
    border-color: #CECECE; }
  .btn-icon .badge {
    color: #fff;
    background-color: #000; }

.btn-link {
  color: #212529;
  background-color: #fff;
  border-color: #CECECE; }
  .btn-link:focus {
    color: #212529;
    background-color: #e6e6e6;
    border-color: #8e8e8e; }
  .btn-link:hover, .btn-link.hover {
    color: #212529;
    background-color: #e6e6e6;
    border-color: #afafaf; }
  .btn-link:active, .btn-link.active, .open > .btn-link.dropdown-toggle {
    color: #212529;
    background-color: #fff !important;
    border-color: #212529 !important; }
    .btn-link:active:hover, .btn-link:active:focus, .btn-link:active.focus, .btn-link.active:hover, .btn-link.active:focus, .btn-link.active.focus, .open > .btn-link.dropdown-toggle:hover, .open > .btn-link.dropdown-toggle:focus, .open > .btn-link.dropdown-toggle.focus {
      color: #212529;
      background-color: #d4d4d4;
      border-color: #8e8e8e; }
  .btn-link:active, .btn-link.active, .open > .btn-link.dropdown-toggle {
    background-image: none; }
  .btn-link.disabled:hover, .btn-link.disabled:focus, .btn-link.disabled.focus, .btn-link[disabled]:hover, .btn-link[disabled]:focus, .btn-link[disabled].focus, fieldset[disabled] .btn-link:hover, fieldset[disabled] .btn-link:focus, fieldset[disabled] .btn-link.focus {
    background-color: #fff;
    border-color: #CECECE; }
  .btn-link .badge {
    color: #fff;
    background-color: #212529; }

.btn-outline-default {
  color: #000;
  background-image: none;
  background-color: transparent;
  border-color: #000; }
  .btn-outline-default:hover {
    color: #fff;
    background-color: #000 !important;
    border-color: #000 !important; }
  .btn-outline-default:hover, .btn-outline-default.hover {
    color: #fff;
    background-color: black !important;
    border-color: black !important; }
  .btn-outline-default:focus, .btn-outline-default.focus {
    color: #fff;
    background-color: #000;
    border-color: #000; }
  .btn-outline-default:active, .btn-outline-default.active, .open > .btn-outline-default.dropdown-toggle {
    color: #fff;
    background-color: #000 !important;
    border-color: #000 !important; }
    .btn-outline-default:active:hover, .btn-outline-default:active:focus, .btn-outline-default:active.focus, .btn-outline-default.active:hover, .btn-outline-default.active:focus, .btn-outline-default.active.focus, .open > .btn-outline-default.dropdown-toggle:hover, .open > .btn-outline-default.dropdown-toggle:focus, .open > .btn-outline-default.dropdown-toggle.focus {
      color: #fff;
      background-color: dark(#000, 17%);
      border-color: dark(#000, 25%); }
  .btn-outline-default.disabled:focus, .btn-outline-default.disabled.focus, .btn-outline-default:disabled:focus, .btn-outline-default:disabled.focus {
    border-color: light(#000, 20%); }
  .btn-outline-default.disabled:hover, .btn-outline-default:disabled:hover {
    border-color: light(#000, 20%); }

.btn-outline-primary {
  color: #283784;
  background-image: none;
  background-color: transparent;
  border-color: #283784; }
  .btn-outline-primary:hover {
    color: #fff;
    background-color: #283784 !important;
    border-color: #283784 !important; }
  .btn-outline-primary:hover, .btn-outline-primary.hover {
    color: #fff;
    background-color: #1c275d !important;
    border-color: #1a2355 !important; }
  .btn-outline-primary:focus, .btn-outline-primary.focus {
    color: #fff;
    background-color: #283784;
    border-color: #283784; }
  .btn-outline-primary:active, .btn-outline-primary.active, .open > .btn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: #283784 !important;
    border-color: #283784 !important; }
    .btn-outline-primary:active:hover, .btn-outline-primary:active:focus, .btn-outline-primary:active.focus, .btn-outline-primary.active:hover, .btn-outline-primary.active:focus, .btn-outline-primary.active.focus, .open > .btn-outline-primary.dropdown-toggle:hover, .open > .btn-outline-primary.dropdown-toggle:focus, .open > .btn-outline-primary.dropdown-toggle.focus {
      color: #fff;
      background-color: dark(#283784, 17%);
      border-color: dark(#283784, 25%); }
  .btn-outline-primary.disabled:focus, .btn-outline-primary.disabled.focus, .btn-outline-primary:disabled:focus, .btn-outline-primary:disabled.focus {
    border-color: light(#283784, 20%); }
  .btn-outline-primary.disabled:hover, .btn-outline-primary:disabled:hover {
    border-color: light(#283784, 20%); }
  .btn-outline-primary:hover {
    background-color: #fff !important;
    color: #B89831 !important;
    border-color: #B89831 !important; }

.btn-outline-secondary {
  color: #B89831;
  background-image: none;
  background-color: transparent;
  border-color: #B89831; }
  .btn-outline-secondary:hover {
    color: #fff;
    background-color: #B89831 !important;
    border-color: #B89831 !important; }
  .btn-outline-secondary:hover, .btn-outline-secondary.hover {
    color: #fff;
    background-color: #907726 !important;
    border-color: #887024 !important; }
  .btn-outline-secondary:focus, .btn-outline-secondary.focus {
    color: #fff;
    background-color: #B89831;
    border-color: #B89831; }
  .btn-outline-secondary:active, .btn-outline-secondary.active, .open > .btn-outline-secondary.dropdown-toggle {
    color: #fff;
    background-color: #B89831 !important;
    border-color: #B89831 !important; }
    .btn-outline-secondary:active:hover, .btn-outline-secondary:active:focus, .btn-outline-secondary:active.focus, .btn-outline-secondary.active:hover, .btn-outline-secondary.active:focus, .btn-outline-secondary.active.focus, .open > .btn-outline-secondary.dropdown-toggle:hover, .open > .btn-outline-secondary.dropdown-toggle:focus, .open > .btn-outline-secondary.dropdown-toggle.focus {
      color: #fff;
      background-color: dark(#B89831, 17%);
      border-color: dark(#B89831, 25%); }
  .btn-outline-secondary.disabled:focus, .btn-outline-secondary.disabled.focus, .btn-outline-secondary:disabled:focus, .btn-outline-secondary:disabled.focus {
    border-color: light(#B89831, 20%); }
  .btn-outline-secondary.disabled:hover, .btn-outline-secondary:disabled:hover {
    border-color: light(#B89831, 20%); }

.btn-outline-info {
  color: #0DCAF0;
  background-image: none;
  background-color: transparent;
  border-color: #0DCAF0; }
  .btn-outline-info:hover {
    color: #fff;
    background-color: #0DCAF0 !important;
    border-color: #0DCAF0 !important; }
  .btn-outline-info:hover, .btn-outline-info.hover {
    color: #fff;
    background-color: #0aa1c0 !important;
    border-color: #0a99b6 !important; }
  .btn-outline-info:focus, .btn-outline-info.focus {
    color: #fff;
    background-color: #0DCAF0;
    border-color: #0DCAF0; }
  .btn-outline-info:active, .btn-outline-info.active, .open > .btn-outline-info.dropdown-toggle {
    color: #fff;
    background-color: #0DCAF0 !important;
    border-color: #0DCAF0 !important; }
    .btn-outline-info:active:hover, .btn-outline-info:active:focus, .btn-outline-info:active.focus, .btn-outline-info.active:hover, .btn-outline-info.active:focus, .btn-outline-info.active.focus, .open > .btn-outline-info.dropdown-toggle:hover, .open > .btn-outline-info.dropdown-toggle:focus, .open > .btn-outline-info.dropdown-toggle.focus {
      color: #fff;
      background-color: dark(#0DCAF0, 17%);
      border-color: dark(#0DCAF0, 25%); }
  .btn-outline-info.disabled:focus, .btn-outline-info.disabled.focus, .btn-outline-info:disabled:focus, .btn-outline-info:disabled.focus {
    border-color: light(#0DCAF0, 20%); }
  .btn-outline-info.disabled:hover, .btn-outline-info:disabled:hover {
    border-color: light(#0DCAF0, 20%); }

.btn-outline-success {
  color: #283784;
  background-image: none;
  background-color: transparent;
  border-color: #283784; }
  .btn-outline-success:hover {
    color: #fff;
    background-color: #283784 !important;
    border-color: #283784 !important; }
  .btn-outline-success:hover, .btn-outline-success.hover {
    color: #fff;
    background-color: #1c275d !important;
    border-color: #1a2355 !important; }
  .btn-outline-success:focus, .btn-outline-success.focus {
    color: #fff;
    background-color: #283784;
    border-color: #283784; }
  .btn-outline-success:active, .btn-outline-success.active, .open > .btn-outline-success.dropdown-toggle {
    color: #fff;
    background-color: #283784 !important;
    border-color: #283784 !important; }
    .btn-outline-success:active:hover, .btn-outline-success:active:focus, .btn-outline-success:active.focus, .btn-outline-success.active:hover, .btn-outline-success.active:focus, .btn-outline-success.active.focus, .open > .btn-outline-success.dropdown-toggle:hover, .open > .btn-outline-success.dropdown-toggle:focus, .open > .btn-outline-success.dropdown-toggle.focus {
      color: #fff;
      background-color: dark(#283784, 17%);
      border-color: dark(#283784, 25%); }
  .btn-outline-success.disabled:focus, .btn-outline-success.disabled.focus, .btn-outline-success:disabled:focus, .btn-outline-success:disabled.focus {
    border-color: light(#283784, 20%); }
  .btn-outline-success.disabled:hover, .btn-outline-success:disabled:hover {
    border-color: light(#283784, 20%); }

.btn-outline-warning {
  color: #707D8F;
  background-image: none;
  background-color: transparent;
  border-color: #707D8F; }
  .btn-outline-warning:hover {
    color: #fff;
    background-color: #707D8F !important;
    border-color: #707D8F !important; }
  .btn-outline-warning:hover, .btn-outline-warning.hover {
    color: #fff;
    background-color: #5a6472 !important;
    border-color: #555f6d !important; }
  .btn-outline-warning:focus, .btn-outline-warning.focus {
    color: #fff;
    background-color: #707D8F;
    border-color: #707D8F; }
  .btn-outline-warning:active, .btn-outline-warning.active, .open > .btn-outline-warning.dropdown-toggle {
    color: #fff;
    background-color: #707D8F !important;
    border-color: #707D8F !important; }
    .btn-outline-warning:active:hover, .btn-outline-warning:active:focus, .btn-outline-warning:active.focus, .btn-outline-warning.active:hover, .btn-outline-warning.active:focus, .btn-outline-warning.active.focus, .open > .btn-outline-warning.dropdown-toggle:hover, .open > .btn-outline-warning.dropdown-toggle:focus, .open > .btn-outline-warning.dropdown-toggle.focus {
      color: #fff;
      background-color: dark(#707D8F, 17%);
      border-color: dark(#707D8F, 25%); }
  .btn-outline-warning.disabled:focus, .btn-outline-warning.disabled.focus, .btn-outline-warning:disabled:focus, .btn-outline-warning:disabled.focus {
    border-color: light(#707D8F, 20%); }
  .btn-outline-warning.disabled:hover, .btn-outline-warning:disabled:hover {
    border-color: light(#707D8F, 20%); }

.btn-outline-danger {
  color: #e20;
  background-image: none;
  background-color: transparent;
  border-color: #e20; }
  .btn-outline-danger:hover {
    color: #fff;
    background-color: #e20 !important;
    border-color: #e20 !important; }
  .btn-outline-danger:hover, .btn-outline-danger.hover {
    color: #fff;
    background-color: #bb1b00 !important;
    border-color: #b11900 !important; }
  .btn-outline-danger:focus, .btn-outline-danger.focus {
    color: #fff;
    background-color: #e20;
    border-color: #e20; }
  .btn-outline-danger:active, .btn-outline-danger.active, .open > .btn-outline-danger.dropdown-toggle {
    color: #fff;
    background-color: #e20 !important;
    border-color: #e20 !important; }
    .btn-outline-danger:active:hover, .btn-outline-danger:active:focus, .btn-outline-danger:active.focus, .btn-outline-danger.active:hover, .btn-outline-danger.active:focus, .btn-outline-danger.active.focus, .open > .btn-outline-danger.dropdown-toggle:hover, .open > .btn-outline-danger.dropdown-toggle:focus, .open > .btn-outline-danger.dropdown-toggle.focus {
      color: #fff;
      background-color: dark(#e20, 17%);
      border-color: dark(#e20, 25%); }
  .btn-outline-danger.disabled:focus, .btn-outline-danger.disabled.focus, .btn-outline-danger:disabled:focus, .btn-outline-danger:disabled.focus {
    border-color: light(#e20, 20%); }
  .btn-outline-danger.disabled:hover, .btn-outline-danger:disabled:hover {
    border-color: light(#e20, 20%); }

.btn-outline-light {
  color: #dae0e5;
  background-image: none;
  background-color: transparent;
  border-color: #dae0e5; }
  .btn-outline-light:hover {
    color: #fff;
    background-color: #dae0e5 !important;
    border-color: #dae0e5 !important; }
  .btn-outline-light:hover, .btn-outline-light.hover {
    color: #fff;
    background-color: #bcc7d0 !important;
    border-color: #b6c2cc !important; }
  .btn-outline-light:focus, .btn-outline-light.focus {
    color: #fff;
    background-color: #dae0e5;
    border-color: #dae0e5; }
  .btn-outline-light:active, .btn-outline-light.active, .open > .btn-outline-light.dropdown-toggle {
    color: #fff;
    background-color: #dae0e5 !important;
    border-color: #dae0e5 !important; }
    .btn-outline-light:active:hover, .btn-outline-light:active:focus, .btn-outline-light:active.focus, .btn-outline-light.active:hover, .btn-outline-light.active:focus, .btn-outline-light.active.focus, .open > .btn-outline-light.dropdown-toggle:hover, .open > .btn-outline-light.dropdown-toggle:focus, .open > .btn-outline-light.dropdown-toggle.focus {
      color: #fff;
      background-color: dark(#dae0e5, 17%);
      border-color: dark(#dae0e5, 25%); }
  .btn-outline-light.disabled:focus, .btn-outline-light.disabled.focus, .btn-outline-light:disabled:focus, .btn-outline-light:disabled.focus {
    border-color: light(#dae0e5, 20%); }
  .btn-outline-light.disabled:hover, .btn-outline-light:disabled:hover {
    border-color: light(#dae0e5, 20%); }

.btn-outline-dark {
  color: #343a40;
  background-image: none;
  background-color: transparent;
  border-color: #343a40; }
  .btn-outline-dark:hover {
    color: #fff;
    background-color: #343a40 !important;
    border-color: #343a40 !important; }
  .btn-outline-dark:hover, .btn-outline-dark.hover {
    color: #fff;
    background-color: #1d2124 !important;
    border-color: #191b1e !important; }
  .btn-outline-dark:focus, .btn-outline-dark.focus {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40; }
  .btn-outline-dark:active, .btn-outline-dark.active, .open > .btn-outline-dark.dropdown-toggle {
    color: #fff;
    background-color: #343a40 !important;
    border-color: #343a40 !important; }
    .btn-outline-dark:active:hover, .btn-outline-dark:active:focus, .btn-outline-dark:active.focus, .btn-outline-dark.active:hover, .btn-outline-dark.active:focus, .btn-outline-dark.active.focus, .open > .btn-outline-dark.dropdown-toggle:hover, .open > .btn-outline-dark.dropdown-toggle:focus, .open > .btn-outline-dark.dropdown-toggle.focus {
      color: #fff;
      background-color: dark(#343a40, 17%);
      border-color: dark(#343a40, 25%); }
  .btn-outline-dark.disabled:focus, .btn-outline-dark.disabled.focus, .btn-outline-dark:disabled:focus, .btn-outline-dark:disabled.focus {
    border-color: light(#343a40, 20%); }
  .btn-outline-dark.disabled:hover, .btn-outline-dark:disabled:hover {
    border-color: light(#343a40, 20%); }

.btn-outline {
  color: #000;
  background-image: none;
  background-color: transparent;
  border-color: #000; }
  .btn-outline:hover {
    color: #fff;
    background-color: #000 !important;
    border-color: #000 !important; }
  .btn-outline:hover, .btn-outline.hover {
    color: #fff;
    background-color: black !important;
    border-color: black !important; }
  .btn-outline:focus, .btn-outline.focus {
    color: #fff;
    background-color: #000;
    border-color: #000; }
  .btn-outline:active, .btn-outline.active, .open > .btn-outline.dropdown-toggle {
    color: #fff;
    background-color: #000 !important;
    border-color: #000 !important; }
    .btn-outline:active:hover, .btn-outline:active:focus, .btn-outline:active.focus, .btn-outline.active:hover, .btn-outline.active:focus, .btn-outline.active.focus, .open > .btn-outline.dropdown-toggle:hover, .open > .btn-outline.dropdown-toggle:focus, .open > .btn-outline.dropdown-toggle.focus {
      color: #fff;
      background-color: dark(#000, 17%);
      border-color: dark(#000, 25%); }
  .btn-outline.disabled:focus, .btn-outline.disabled.focus, .btn-outline:disabled:focus, .btn-outline:disabled.focus {
    border-color: light(#000, 20%); }
  .btn-outline.disabled:hover, .btn-outline:disabled:hover {
    border-color: light(#000, 20%); }

.btn-outline-icon {
  color: #000;
  background-image: none;
  background-color: transparent;
  border-color: #000; }
  .btn-outline-icon:hover {
    color: #fff;
    background-color: #000 !important;
    border-color: #000 !important; }
  .btn-outline-icon:hover, .btn-outline-icon.hover {
    color: #fff;
    background-color: black !important;
    border-color: black !important; }
  .btn-outline-icon:focus, .btn-outline-icon.focus {
    color: #fff;
    background-color: #000;
    border-color: #000; }
  .btn-outline-icon:active, .btn-outline-icon.active, .open > .btn-outline-icon.dropdown-toggle {
    color: #fff;
    background-color: #000 !important;
    border-color: #000 !important; }
    .btn-outline-icon:active:hover, .btn-outline-icon:active:focus, .btn-outline-icon:active.focus, .btn-outline-icon.active:hover, .btn-outline-icon.active:focus, .btn-outline-icon.active.focus, .open > .btn-outline-icon.dropdown-toggle:hover, .open > .btn-outline-icon.dropdown-toggle:focus, .open > .btn-outline-icon.dropdown-toggle.focus {
      color: #fff;
      background-color: dark(#000, 17%);
      border-color: dark(#000, 25%); }
  .btn-outline-icon.disabled:focus, .btn-outline-icon.disabled.focus, .btn-outline-icon:disabled:focus, .btn-outline-icon:disabled.focus {
    border-color: light(#000, 20%); }
  .btn-outline-icon.disabled:hover, .btn-outline-icon:disabled:hover {
    border-color: light(#000, 20%); }

.btn-outline-link {
  color: #212529;
  background-image: none;
  background-color: transparent;
  border-color: #212529; }
  .btn-outline-link:hover {
    color: #fff;
    background-color: #212529 !important;
    border-color: #212529 !important; }
  .btn-outline-link:hover, .btn-outline-link.hover {
    color: #fff;
    background-color: #0a0c0d !important;
    border-color: #060607 !important; }
  .btn-outline-link:focus, .btn-outline-link.focus {
    color: #fff;
    background-color: #212529;
    border-color: #212529; }
  .btn-outline-link:active, .btn-outline-link.active, .open > .btn-outline-link.dropdown-toggle {
    color: #fff;
    background-color: #212529 !important;
    border-color: #212529 !important; }
    .btn-outline-link:active:hover, .btn-outline-link:active:focus, .btn-outline-link:active.focus, .btn-outline-link.active:hover, .btn-outline-link.active:focus, .btn-outline-link.active.focus, .open > .btn-outline-link.dropdown-toggle:hover, .open > .btn-outline-link.dropdown-toggle:focus, .open > .btn-outline-link.dropdown-toggle.focus {
      color: #fff;
      background-color: dark(#212529, 17%);
      border-color: dark(#212529, 25%); }
  .btn-outline-link.disabled:focus, .btn-outline-link.disabled.focus, .btn-outline-link:disabled:focus, .btn-outline-link:disabled.focus {
    border-color: light(#212529, 20%); }
  .btn-outline-link.disabled:hover, .btn-outline-link:disabled:hover {
    border-color: light(#212529, 20%); }

.update-basket {
  background-color: #efefef;
  color: #525761; }
  .update-basket:hover, .update-basket.hover {
    background-color: #EFEFEF;
    color: #fff; }
  .update-basket:active, .update-basket.active {
    background-color: #EFEFEF;
    color: #fff; }

.addtocart {
  color: #283784;
  /* border-color: #5F5F5F; */ }
  .addtocart:hover, .addtocart.hover {
    background-color: #5F5F5F;
    color: #fff; }
  .addtocart:active, .addtocart.active {
    background-color: #5F5F5F;
    color: #fff; }

.btnaccept {
  color: #000;
  border-color: #5F5F5F; }
  .btnaccept:hover, .btnaccept.hover {
    background-color: #5F5F5F;
    color: #fff; }
  .btnaccept:active, .btnaccept.active {
    background-color: #5F5F5F;
    color: #fff; }

.btn-xxlg {
  padding: 2rem 1rem;
  line-height: 2;
  font-size: 1.75rem;
  border-radius: 0.9rem; }

.btn-xlg {
  padding: 1.8rem 1rem;
  line-height: 1.7;
  font-size: 1.5rem;
  border-radius: 0.7rem; }

.btn-lg {
  padding: 1.5rem 1rem;
  line-height: 1.5;
  font-size: 1.25rem;
  border-radius: 0.5rem; }

.btn-sm {
  padding: 0.25rem 0.5rem;
  line-height: 1.5;
  font-size: 0.875rem;
  border-radius: 0.4rem; }

.btn-xsm {
  padding: 0.15rem 0.5rem;
  line-height: 1rem;
  font-size: 0.675rem;
  border-radius: 0.3rem; }

.btn-back {
  color: #fff;
  background-color: #6c757d;
  border-color: #60686f; }
  .btn-back:focus {
    color: #fff;
    background-color: #545b62;
    border-color: #25282b; }
  .btn-back:hover, .btn-back.hover {
    color: #fff;
    background-color: #545b62;
    border-color: #44494e; }
  .btn-back:active, .btn-back.active, .open > .btn-back.dropdown-toggle {
    color: #fff;
    background-color: #6c757d !important;
    border-color: #fff !important; }
    .btn-back:active:hover, .btn-back:active:focus, .btn-back:active.focus, .btn-back.active:hover, .btn-back.active:focus, .btn-back.active.focus, .open > .btn-back.dropdown-toggle:hover, .open > .btn-back.dropdown-toggle:focus, .open > .btn-back.dropdown-toggle.focus {
      color: #fff;
      background-color: #44494e;
      border-color: #25282b; }
  .btn-back:active, .btn-back.active, .open > .btn-back.dropdown-toggle {
    background-image: none; }
  .btn-back.disabled:hover, .btn-back.disabled:focus, .btn-back.disabled.focus, .btn-back[disabled]:hover, .btn-back[disabled]:focus, .btn-back[disabled].focus, fieldset[disabled] .btn-back:hover, fieldset[disabled] .btn-back:focus, fieldset[disabled] .btn-back.focus {
    background-color: #6c757d;
    border-color: #60686f; }
  .btn-back .badge {
    color: #6c757d;
    background-color: #fff; }

.facebook-btn {
  color: #fff;
  background-color: #5965A1;
  border-color: #505b91;
  color: #fff !important; }
  .facebook-btn:focus {
    color: #fff;
    background-color: #475080;
    border-color: #23273e; }
  .facebook-btn:hover, .facebook-btn.hover {
    color: #fff;
    background-color: #475080;
    border-color: #3a4269; }
  .facebook-btn:active, .facebook-btn.active, .open > .facebook-btn.dropdown-toggle {
    color: #fff;
    background-color: #5965A1 !important;
    border-color: #fff !important; }
    .facebook-btn:active:hover, .facebook-btn:active:focus, .facebook-btn:active.focus, .facebook-btn.active:hover, .facebook-btn.active:focus, .facebook-btn.active.focus, .open > .facebook-btn.dropdown-toggle:hover, .open > .facebook-btn.dropdown-toggle:focus, .open > .facebook-btn.dropdown-toggle.focus {
      color: #fff;
      background-color: #3a4269;
      border-color: #23273e; }
  .facebook-btn:active, .facebook-btn.active, .open > .facebook-btn.dropdown-toggle {
    background-image: none; }
  .facebook-btn.disabled:hover, .facebook-btn.disabled:focus, .facebook-btn.disabled.focus, .facebook-btn[disabled]:hover, .facebook-btn[disabled]:focus, .facebook-btn[disabled].focus, fieldset[disabled] .facebook-btn:hover, fieldset[disabled] .facebook-btn:focus, fieldset[disabled] .facebook-btn.focus {
    background-color: #5965A1;
    border-color: #505b91; }
  .facebook-btn .badge {
    color: #5965A1;
    background-color: #fff; }
  .facebook-btn:hover {
    color: #fff !important;
    background-color: #2b73d1;
    border-color: #2b73d1; }

.radius-20 {
  border-radius: 20px !important; }

.btn-block {
  display: block;
  width: 100%; }

.btn-primary:not(:disabled):not(.disabled):active {
  color: #fff;
  background-color: #283784;
  border-color: #222f70; }
  .btn-primary:not(:disabled):not(.disabled):active:focus {
    color: #fff;
    background-color: #1c275d;
    border-color: #04060f; }
  .btn-primary:not(:disabled):not(.disabled):active:hover, .btn-primary:not(:disabled):not(.disabled):active.hover {
    color: #fff;
    background-color: #1c275d;
    border-color: #141b41; }
  .btn-primary:not(:disabled):not(.disabled):active:active, .btn-primary:not(:disabled):not(.disabled):active.active, .open > .btn-primary:not(:disabled):not(.disabled):active.dropdown-toggle {
    color: #fff;
    background-color: #283784 !important;
    border-color: #fff !important; }
    .btn-primary:not(:disabled):not(.disabled):active:active:hover, .btn-primary:not(:disabled):not(.disabled):active:active:focus, .btn-primary:not(:disabled):not(.disabled):active:active.focus, .btn-primary:not(:disabled):not(.disabled):active.active:hover, .btn-primary:not(:disabled):not(.disabled):active.active:focus, .btn-primary:not(:disabled):not(.disabled):active.active.focus, .open > .btn-primary:not(:disabled):not(.disabled):active.dropdown-toggle:hover, .open > .btn-primary:not(:disabled):not(.disabled):active.dropdown-toggle:focus, .open > .btn-primary:not(:disabled):not(.disabled):active.dropdown-toggle.focus {
      color: #fff;
      background-color: #141b41;
      border-color: #04060f; }
  .btn-primary:not(:disabled):not(.disabled):active:active, .btn-primary:not(:disabled):not(.disabled):active.active, .open > .btn-primary:not(:disabled):not(.disabled):active.dropdown-toggle {
    background-image: none; }
  .btn-primary:not(:disabled):not(.disabled):active.disabled:hover, .btn-primary:not(:disabled):not(.disabled):active.disabled:focus, .btn-primary:not(:disabled):not(.disabled):active.disabled.focus, .btn-primary:not(:disabled):not(.disabled):active[disabled]:hover, .btn-primary:not(:disabled):not(.disabled):active[disabled]:focus, .btn-primary:not(:disabled):not(.disabled):active[disabled].focus, fieldset[disabled] .btn-primary:not(:disabled):not(.disabled):active:hover, fieldset[disabled] .btn-primary:not(:disabled):not(.disabled):active:focus, fieldset[disabled] .btn-primary:not(:disabled):not(.disabled):active.focus {
    background-color: #283784;
    border-color: #222f70; }
  .btn-primary:not(:disabled):not(.disabled):active .badge {
    color: #283784;
    background-color: #fff; }

.btn-block {
  display: block;
  width: 100%; }

.nav-pills-tab {
  justify-content: space-between; }
  .nav-pills-tab li {
    min-width: 48.5%;
    margin-bottom: 0 !important; }
    .nav-pills-tab li .btn {
      margin-bottom: .4rem !important;
      width: 100%; }
      .nav-pills-tab li .btn.active, .nav-pills-tab li .btn:focus {
        background-image: linear-gradient(to right top, rgba(40, 55, 132, 0.1) -50% -40%, #283784 20% 70%, rgba(40, 55, 132, 0.1) 140% 150%) !important;
        border-color: #283784 !important;
        background-size: cover;
        background-position: center;
        color: #fff !important;
        background-color: transparent !important; }
      .nav-pills-tab li .btn:hover {
        background-color: transparent !important;
        background: #B89831;
        background-image: linear-gradient(to right top, rgba(191, 148, 49, 0.1) -50% -40%, #bf9431 20% 70%, rgba(191, 148, 49, 0.1) 140% 150%) !important;
        color: #fff !important;
        border-color: #B89831 !important; }

.button:focus {
  outline: none; }

.button-switch {
  font-size: 1rem;
  line-height: 1.5;
  height: 1.5rem;
  margin-bottom: 0.625em;
  position: relative;
  width: 4.5em;
  padding: 0 !important;
  margin: 0; }
  .button-switch .lbl-off,
  .button-switch .lbl-on {
    cursor: pointer;
    position: absolute;
    transition: opacity 0.25s ease-out 0.1s;
    margin-bottom: 0;
    color: #fff; }
  .button-switch .lbl-off {
    right: 20px;
    color: #000; }
  .button-switch .lbl-on {
    opacity: 0;
    left: 15px; }
  .button-switch .switch {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    height: 0;
    font-size: 1em;
    left: 0;
    line-height: 0;
    outline: none;
    position: absolute;
    top: 0;
    width: 0;
    border-width: 0; }
    .button-switch .switch:before, .button-switch .switch:after {
      content: '';
      font-size: 1em;
      position: absolute; }
    .button-switch .switch:before {
      border-radius: 1.25em;
      background: #E3E3E3;
      color: #fff;
      height: 1.875em;
      left: -0.25em;
      top: -0.1875em;
      transition: background-color 0.25s ease-out 0.1s;
      width: 4.5em; }
    .button-switch .switch:after {
      border-radius: 50%;
      background: #fff;
      height: 1.5em;
      transform: translate(0, 0);
      transition: transform 0.25s ease-out 0.1s;
      width: 1.5em;
      z-index: 9; }
    .button-switch .switch:checked:after {
      transform: translate(2.5em, 0); }
    .button-switch .switch:checked ~ .lbl-off {
      opacity: 0; }
    .button-switch .switch:checked ~ .lbl-on {
      opacity: 1;
      color: #fff; }
    .button-switch .switch.switch-orange:checked:before {
      background: #283784; }

@media all and (max-width: 991px) {
  .btn {
    font-size: 0.875rem; }

  .add-more, .remove-more {
    min-width: auto; } }
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }
  .container:before, .container:after {
    content: " ";
    display: table; }
  .container:after {
    clear: both; }
  @media (min-width: 576px) {
    .container {
      max-width: 540px; } }
  @media (min-width: 768px) {
    .container {
      max-width: 720px; } }
  @media (min-width: 992px) {
    .container {
      max-width: 960px; } }
  @media (min-width: 1200px) {
    .container {
      max-width: 1230px; } }

.content .container .container {
  padding-left: 0;
  padding-right: 0; }

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }
  .container-fluid:before, .container-fluid:after {
    content: " ";
    display: table; }
  .container-fluid:after {
    clear: both; }

@media all and (min-width: 992px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }

  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none; }

  .col-md-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%; }

  .col-md-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }

  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%; }

  .col-md-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }

  .col-md-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%; }

  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%; }

  .col-md-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%; }

  .col-md-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%; }

  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%; }

  .col-md-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%; }

  .col-md-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%; }

  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%; } }
@media all and (max-width: 992px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }

  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7,
  .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%; } }
@media all and (max-width: 992px) {
  .container {
    max-width: 100% !important; }

  .container-fluid .container {
    padding-left: 0;
    padding-right: 0; } }
* {
  outline: none; }

input[type="text"], input[type="email"], input[type="password"],
input[type="tel"], input[type="number"], input[type="search"], textarea,
select, .form-elements {
  width: 100%;
  padding: 0.5rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  /*background-color: $white;*/
  border: 1px solid #CECECE;
  border-radius: 0.25rem;
  color: #495057;
  font-family: "IBM Plex Sans Thai", sans-serif;
  -moz-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -o-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  input[type="text"]:disabled, input[type="text"].disabled, input[type="email"]:disabled, input[type="email"].disabled, input[type="password"]:disabled, input[type="password"].disabled,
  input[type="tel"]:disabled,
  input[type="tel"].disabled, input[type="number"]:disabled, input[type="number"].disabled, input[type="search"]:disabled, input[type="search"].disabled, textarea:disabled, textarea.disabled,
  select:disabled,
  select.disabled, .form-elements:disabled, .form-elements.disabled {
    /*background-color: $default;*/
    background-color: rgba(0, 0, 0, 0.1);
    opacity: 1;
    /*pointer-events: none;*/
    cursor: not-allowed; }
    input[type="text"]:disabled::placeholder, input[type="text"].disabled::placeholder, input[type="email"]:disabled::placeholder, input[type="email"].disabled::placeholder, input[type="password"]:disabled::placeholder, input[type="password"].disabled::placeholder,
    input[type="tel"]:disabled::placeholder,
    input[type="tel"].disabled::placeholder, input[type="number"]:disabled::placeholder, input[type="number"].disabled::placeholder, input[type="search"]:disabled::placeholder, input[type="search"].disabled::placeholder, textarea:disabled::placeholder, textarea.disabled::placeholder,
    select:disabled::placeholder,
    select.disabled::placeholder, .form-elements:disabled::placeholder, .form-elements.disabled::placeholder {
      color: #B7B7B7; }
  input[type="text"]:not(:disabled):not(.disabled):focus, input[type="text"]:not(:disabled):not(.disabled).focus, input[type="text"]:not(:disabled):not(.disabled):hover, input[type="text"]:not(:disabled):not(.disabled).hover, input[type="email"]:not(:disabled):not(.disabled):focus, input[type="email"]:not(:disabled):not(.disabled).focus, input[type="email"]:not(:disabled):not(.disabled):hover, input[type="email"]:not(:disabled):not(.disabled).hover, input[type="password"]:not(:disabled):not(.disabled):focus, input[type="password"]:not(:disabled):not(.disabled).focus, input[type="password"]:not(:disabled):not(.disabled):hover, input[type="password"]:not(:disabled):not(.disabled).hover,
  input[type="tel"]:not(:disabled):not(.disabled):focus,
  input[type="tel"]:not(:disabled):not(.disabled).focus,
  input[type="tel"]:not(:disabled):not(.disabled):hover,
  input[type="tel"]:not(:disabled):not(.disabled).hover, input[type="number"]:not(:disabled):not(.disabled):focus, input[type="number"]:not(:disabled):not(.disabled).focus, input[type="number"]:not(:disabled):not(.disabled):hover, input[type="number"]:not(:disabled):not(.disabled).hover, input[type="search"]:not(:disabled):not(.disabled):focus, input[type="search"]:not(:disabled):not(.disabled).focus, input[type="search"]:not(:disabled):not(.disabled):hover, input[type="search"]:not(:disabled):not(.disabled).hover, textarea:not(:disabled):not(.disabled):focus, textarea:not(:disabled):not(.disabled).focus, textarea:not(:disabled):not(.disabled):hover, textarea:not(:disabled):not(.disabled).hover,
  select:not(:disabled):not(.disabled):focus,
  select:not(:disabled):not(.disabled).focus,
  select:not(:disabled):not(.disabled):hover,
  select:not(:disabled):not(.disabled).hover, .form-elements:not(:disabled):not(.disabled):focus, .form-elements:not(:disabled):not(.disabled).focus, .form-elements:not(:disabled):not(.disabled):hover, .form-elements:not(:disabled):not(.disabled).hover {
    background-color: #fff;
    border-color: #dbdbdb;
    outline: 0; }
  input[type="text"].error, input[type="text"].is-invalid, input[type="email"].error, input[type="email"].is-invalid, input[type="password"].error, input[type="password"].is-invalid,
  input[type="tel"].error,
  input[type="tel"].is-invalid, input[type="number"].error, input[type="number"].is-invalid, input[type="search"].error, input[type="search"].is-invalid, textarea.error, textarea.is-invalid,
  select.error,
  select.is-invalid, .form-elements.error, .form-elements.is-invalid {
    border-color: #e20; }
    input[type="text"].error ~ .error-msg, input[type="text"].is-invalid ~ .error-msg, input[type="email"].error ~ .error-msg, input[type="email"].is-invalid ~ .error-msg, input[type="password"].error ~ .error-msg, input[type="password"].is-invalid ~ .error-msg,
    input[type="tel"].error ~ .error-msg,
    input[type="tel"].is-invalid ~ .error-msg, input[type="number"].error ~ .error-msg, input[type="number"].is-invalid ~ .error-msg, input[type="search"].error ~ .error-msg, input[type="search"].is-invalid ~ .error-msg, textarea.error ~ .error-msg, textarea.is-invalid ~ .error-msg,
    select.error ~ .error-msg,
    select.is-invalid ~ .error-msg, .form-elements.error ~ .error-msg, .form-elements.is-invalid ~ .error-msg {
      display: block; }
  input[type="text"]::placeholder, input[type="email"]::placeholder, input[type="password"]::placeholder,
  input[type="tel"]::placeholder, input[type="number"]::placeholder, input[type="search"]::placeholder, textarea::placeholder,
  select::placeholder, .form-elements::placeholder {
    color: #B7B7B7;
    opacity: 1; }
  input[type="text"].small, input[type="email"].small, input[type="password"].small,
  input[type="tel"].small, input[type="number"].small, input[type="search"].small, textarea.small,
  select.small, .form-elements.small {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    line-height: 1.5;
    border-radius: 0.2rem; }
  input[type="text"].large, input[type="email"].large, input[type="password"].large,
  input[type="tel"].large, input[type="number"].large, input[type="search"].large, textarea.large,
  select.large, .form-elements.large {
    padding: 0.5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: 0.3rem; }

select.small:not([size]):not([multiple]) {
  height: calc(1.8125rem + 2px); }

select.large:not([size]):not([multiple]) {
  height: calc(2.875rem + 2px); }

select option {
  font-family: "IBM Plex Sans Thai", sans-serif; }

.error-wrap input, .error-wrap select, .error-wrap textarea, .error-wrap .input-group-prepend,
.error-wrap .input-group-append, .error-wrap input#zip_code, .error-wrap .custom-file-label,
.error-wrap .select_country, .form-apply .error-wrap input, .form-apply .error-wrap select, .form-apply .error-wrap textarea, .form-apply .error-wrap .input-group-prepend,
.form-apply .error-wrap .input-group-append, .form-apply .error-wrap input#zip_code, .form-apply .error-wrap .custom-file-label,
.form-apply .error-wrap .select_country {
  border-color: #DC3545 !important; }
.error-wrap .radio-wrap .radio-label:before, .form-apply .error-wrap .radio-wrap .radio-label:before {
  border-color: #DC3545; }

.err-active {
  position: relative;
  padding-bottom: 22px; }
  .err-active .error {
    position: absolute;
    bottom: 0;
    margin-bottom: 0; }

.col-form-label {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  margin-bottom: 0 !important;
  font-size: inherit;
  line-height: 1.5; }

.error, .red, .strick {
  color: #DC3545;
  font-size: 0.875rem;
  font-weight: 500; }

.error-msg {
  color: #DC3545;
  margin-top: 0.25rem;
  font-size: 0.875rem;
  display: block;
  text-align: left;
  margin-bottom: .25rem; }

.inputgroup {
  position: relative; }
  .inputgroup.icons-left .fc-inner-iocns {
    left: 0; }
  .inputgroup.icons-left .form-elements {
    padding-left: 35px; }
    .inputgroup.icons-left .form-elements.fc-lg {
      padding-left: 40px; }
  .inputgroup.icons-left i:after {
    right: -90%; }
  .inputgroup.icons-right .fc-inner-iocns {
    right: 0; }
  .inputgroup.icons-right .form-elements {
    padding-right: 35px; }
  .inputgroup.icons-right i:after {
    left: -90%; }
  .inputgroup.icons-both .fc-inner-iocns.left {
    left: 0; }
    .inputgroup.icons-both .fc-inner-iocns.left i:after {
      right: -90%; }
  .inputgroup.icons-both .form-elements {
    padding-right: 35px;
    padding-left: 35px; }
    .inputgroup.icons-both .form-elements.fc-lg {
      padding-right: 40px;
      padding-left: 40px; }
  .inputgroup.icons-both .fc-inner-iocns.right {
    right: 0; }
    .inputgroup.icons-both .fc-inner-iocns.right i:after {
      left: -90%; }

.fc-inner-iocns {
  position: absolute;
  top: 0;
  /*z-index: 2;*/
  display: block;
  height: calc(2.5rem + 2px);
  line-height: calc(2.5rem + 2px);
  min-width: 35px;
  text-align: center;
  /*pointer-events: none;*/ }
  .fc-inner-iocns.left-pos {
    left: 0; }
  .fc-inner-iocns.right-pos {
    right: 0; }
  .fc-inner-iocns i {
    position: relative;
    font-style: normal;
    font-weight: 400; }
    .fc-inner-iocns i:after {
      content: "";
      position: absolute;
      border-right: 1px solid #CECECE;
      height: 80%;
      top: 50%;
      transform: translateY(-50%); }

.inputgroup-icon {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
  -moz-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -o-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  .inputgroup-icon > .form-elements,
  .inputgroup-icon > .custom-select,
  .inputgroup-icon > .custom-file {
    position: relative;
    flex: 1 1 auto;
    width: 1%;
    margin-bottom: 0; }
    .inputgroup-icon > .form-elements + .form-control,
    .inputgroup-icon > .form-elements + .custom-select,
    .inputgroup-icon > .form-elements + .custom-file,
    .inputgroup-icon > .custom-select + .form-control,
    .inputgroup-icon > .custom-select + .custom-select,
    .inputgroup-icon > .custom-select + .custom-file,
    .inputgroup-icon > .custom-file + .form-control,
    .inputgroup-icon > .custom-file + .custom-select,
    .inputgroup-icon > .custom-file + .custom-file {
      margin-left: -1px; }
  .inputgroup-icon > .form-control:not(:last-child),
  .inputgroup-icon > .custom-select:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0; }
  .inputgroup-icon > .form-control:not(:first-child),
  .inputgroup-icon > .custom-select:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0; }
  .inputgroup-icon:hover .inputgroup-text, .inputgroup-icon:hover .form-elements, .inputgroup-icon.hover .inputgroup-text, .inputgroup-icon.hover .form-elements {
    border-color: #CECECE; }

.inner-icon .icon-append .inputgroup-text {
  border-right: none !important;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }
.inner-icon .icon-append + .form-elements {
  border-left: none;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.outer-icon .icon-prepend .inputgroup-text {
  border: none; }
.outer-icon .icon-append .inputgroup-text {
  border: none; }

.inputgroup-text {
  display: flex;
  align-items: center;
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  /*color: $inputgroup-icon-color;*/
  text-align: center;
  white-space: nowrap;
  background-color: #fff;
  border: 1px solid #CECECE;
  border-radius: 0.25rem; }
  .inputgroup-text input[type="radio"],
  .inputgroup-text input[type="checkbox"] {
    margin-top: 0; }

.icon-prepend {
  display: flex;
  margin-right: -1px; }

.icon-append {
  display: flex;
  margin-left: -1px; }

textarea {
  margin: 0;
  padding: 9px 10px;
  height: 120px;
  resize: vertical;
  width: 100%;
  border-radius: 5px; }
  textarea.mid-height {
    height: 50px; }

.live-search-list {
  background: #fff;
  -moz-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -o-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  border: 1px solid #CECECE;
  border-radius: 0.25rem;
  margin-top: 5px; }
  .live-search-list li {
    margin: 10px;
    padding: 0; }
  .live-search-list:hover {
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
    transition: box-shadow 500ms; }

/*  Search Form   */
.search-filter-wrap {
  background: #E9ECEF;
  border: 1px solid #CECECE;
  border-radius: 30px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
  .search-filter-wrap select, .search-filter-wrap input, .search-filter-wrap button {
    border: none;
    background-color: transparent; }
  .search-filter-wrap select {
    width: auto;
    border-right: 1px solid #CECECE;
    border-radius: 30px 0 0 30px; }
  .search-filter-wrap .serach-wrap {
    width: 100%; }
    .search-filter-wrap .serach-wrap .autosearch-wrap {
      display: -webkit-box;
      display: -moz-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      flex-wrap: inherit; }
  .search-filter-wrap button i {
    display: inline-block;
    vertical-align: middle;
    font-weight: 700;
    color: #283784; }

.search-form .input-group {
  flex-wrap: inherit; }

.fileupload {
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center; }
  .fileupload input[type="file"] {
    position: absolute;
    opacity: 0;
    width: 100%;
    line-height: 35px; }
  .fileupload .lable-file {
    cursor: pointer;
    margin-right: 10px; }

.file-name-wrap {
  color: #DC3545;
  font-size: 0.875rem; }

.custom-file-label {
  white-space: nowrap;
  overflow: hidden; }
  .custom-file-label:after {
    content: "Choose file";
    font-weight: 700;
    color: #283784; }

.leftchoose .custom-file-label {
  padding-left: 120px; }
  .leftchoose .custom-file-label:lang(en) {
    padding-left: 95px; }
  .leftchoose .custom-file-label:after {
    left: 0;
    right: auto;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0; }

.form-rows {
  margin-bottom: 12px;
  clear: both; }

.form-row label, .form-group label {
  margin-bottom: .5rem;
  display: inline-block;
  /*		font-size: $form-label-font-size;*/
  color: #000; }

.form-group {
  margin-bottom: 1rem; }

.chk-group .chk-wrap, .chk-group .custom-radio, .radio-group .chk-wrap, .radio-group .custom-radio, .custom-radio-group .chk-wrap, .custom-radio-group .custom-radio {
  margin-right: 10px;
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex; }
.chk-group .radio-wrap, .radio-group .radio-wrap, .custom-radio-group .radio-wrap {
  margin-right: 10px; }

.chk-groupd, .radio-groupd {
  margin-right: 10px;
  display: inline-flex !important; }

.chk-wrap {
  padding-bottom: 0; }
  .chk-wrap input[type="checkbox"] {
    position: absolute;
    opacity: 0; }
  .chk-wrap .chkmark {
    position: relative;
    cursor: pointer;
    line-height: 28px;
    transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
    .chk-wrap .chkmark:before {
      border: 1px solid #CECECE;
      display: inline-block;
      width: 25px;
      height: 25px;
      min-width: 25px;
      background: #fff;
      content: "";
      margin: 2px 10px 0 0;
      float: left;
      cursor: pointer;
      border-radius: 5px; }
  .chk-wrap input[type="checkbox"]:checked + .chkmark::after {
    content: "\f00c";
    font-family: 'Font Awesome 5 Pro';
    color: #000;
    position: absolute;
    left: 0px;
    top: 0;
    font-size: 1.125rem;
    padding-left: 3px;
    width: 25px;
    background-color: #283784;
    color: #fff;
    border-radius: 5px; }
  .chk-wrap.check-wrap-inline label {
    display: inline-block; }
  .chk-wrap .bg-color, .chk-wrap .bg-img {
    display: inline-block;
    width: 25px;
    height: 25px;
    margin-right: 5px;
    border: 1px solid #CECECE; }

.custom-chk {
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center; }
  .custom-chk > span {
    padding: 0.5rem 0.75rem;
    font-size: 1rem;
    color: #000;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid transparent;
    border-radius: 0.25rem;
    -moz-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    -o-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    -webkit-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    cursor: pointer;
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    color: #000;
    background-color: #e9ecef; }
    .custom-chk > span:hover {
      background: #283784;
      color: #fff; }
    .custom-chk > span figure {
      text-align: center; }
  .custom-chk input[type=checkbox] {
    display: none; }
    .custom-chk input[type=checkbox]:checked + span {
      background-color: #283784;
      color: #fff;
      border-color: #283784; }
    .custom-chk input[type=checkbox]:disabled + span {
      background-color: #e9ecef;
      border-color: #ced4da;
      pointer-events: none; }
    .custom-chk input[type=checkbox].error + span {
      border: 1px solid #DC3545; }
  .custom-chk i {
    margin-right: 8px; }

.radio-wrap input[type="radio"] {
  position: absolute;
  opacity: 0; }
.radio-wrap .radio-label {
  position: relative;
  padding-left: 34px;
  cursor: pointer;
  padding-top: 1px; }
  .radio-wrap .radio-label:before {
    position: absolute;
    left: 0;
    top: 3px;
    content: "";
    border: 1px solid #CECECE;
    width: 22px;
    height: 22px;
    cursor: pointer;
    border-radius: 50%;
    background: #fff; }
  .radio-wrap .radio-label i {
    display: none; }
.radio-wrap input[type="radio"]:checked + .radio-label:after {
  position: absolute;
  left: 5px;
  top: 8.25px;
  content: "";
  width: 12px;
  height: 12px;
  background: #283784;
  border-radius: 50%; }

.custom-radio {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center; }
  .custom-radio > span {
    padding: 0.5rem 0.75rem;
    font-size: 1rem;
    color: #000;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid transparent;
    border-radius: 0.25rem;
    -moz-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    -o-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    -webkit-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    cursor: pointer;
    margin-left: -20px;
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    color: #000;
    background-color: #e9ecef; }
    .custom-radio > span:hover {
      background: #283784;
      color: #fff; }
    .custom-radio > span figure {
      text-align: center; }
  .custom-radio input[type=radio] {
    opacity: 0; }
    .custom-radio input[type=radio]:checked + span, .custom-radio input[type=radio].checked + span {
      background-color: #283784;
      color: #fff;
      border-color: #283784; }
    .custom-radio input[type=radio]:disabled + span, .custom-radio input[type=radio].disabled + span {
      background-color: #e9ecef;
      border-color: #ced4da;
      pointer-events: none; }
    .custom-radio input[type=radio].error + span {
      border: 1px solid #DC3545; }
  .custom-radio i {
    margin-right: 8px; }

.switch-vertical {
  width: 115px; }
  .switch-vertical .web-status {
    color: #000;
    padding-left: 25px; }
  .switch-vertical label {
    font-size: 0.875rem;
    line-height: 18px;
    display: block;
    width: 128px;
    height: 18px;
    margin: 0px;
    padding-left: 25px;
    text-transform: uppercase; }
  .switch-vertical .toggle-outside {
    background: #283784;
    position: absolute;
    width: 16px;
    height: 34px;
    left: 0;
    top: 3px; }
  .switch-vertical .toggle-inside {
    height: 16px;
    left: 0px;
    top: 0px;
    width: 16px;
    transition: all 0.25s ease-in-out; }
  .switch-vertical input ~ input:checked ~ .toggle-outside .toggle-inside {
    top: 18px; }
  .switch-vertical .trv-bottom {
    top: 18px;
    transition: all 0.25s ease-in-out; }
  .switch-vertical .switch-open {
    background: #283784; }
  .switch-vertical .switch-close {
    background: #000; }

.onoffswitch-checkbox {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0; }

.onoffswitch {
  position: relative;
  width: 85px;
  height: 40px; }

.onoffswitch-label {
  display: block !important;
  overflow: hidden;
  cursor: pointer;
  /*border: 1px solid $border;*/
  border-radius: 25px;
  padding-bottom: 0 !important; }

.onoffswitch-inner {
  display: block;
  width: 200%;
  margin-left: -100%;
  transition: margin 0.3s ease-in 0s; }

.onoffswitch-inner:before, .onoffswitch-inner:after {
  display: block;
  float: left;
  width: 50%;
  height: 36px;
  padding: 0;
  line-height: 36px;
  font-size: 1rem;
  color: white;
  box-sizing: border-box;
  padding-top: 1px; }

.onoffswitch-inner:before {
  content: "On";
  padding-left: 15px;
  background-color: #283784;
  color: #fff; }

.onoffswitch-inner:after {
  content: "Off";
  padding-right: 15px;
  background-color: #E3E3E3;
  color: #000;
  text-align: right; }

.onoffswitch-switch {
  display: block;
  width: 38px;
  height: 36px;
  background: #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0px;
  border: 1px solid #CECECE;
  border-radius: 50%;
  transition: all 0.3s ease-in 0s; }

.onoffswitch-checkbox:checked + .onoffswitch-label {
  border-color: #283784; }

.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
  margin-left: 0; }

.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
  left: auto;
  right: 0px; }

.chosen-container-single .chosen-single {
  padding: 0.5rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #000;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #CECECE; }
.chosen-container-single .chosen-results li {
  padding: 0.5rem 0.75rem;
  line-height: 1.5; }

.chosen-container {
  max-width: 250px;
  min-width: 250px; }
  .chosen-container .chosen-drop {
    border: 1px solid #CECECE;
    border-top: 0; }
  .chosen-container.chosen-with-drop .chosen-drop {
    margin-top: -1px; }
  .chosen-container .chosen-results li.highlighted {
    background-color: #283784;
    color: #fff; }

.chosen-disabled .chosen-single {
  /*background-color: $input-disabled-bg;*/
  opacity: 1;
  pointer-events: none; }

.chosen-container-multi .chosen-results li {
  padding: 0.5rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #000;
  background-color: #fff;
  background-clip: padding-box; }
  .chosen-container-multi .chosen-results li.search-choice {
    background-color: #283784;
    padding: 15px; }
.chosen-container-multi .chosen-choices li {
  padding: 0.5rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #000;
  background-color: #fff;
  background-clip: padding-box; }
  .chosen-container-multi .chosen-choices li.search-choice {
    background-color: #000;
    margin: 1px;
    border-radius: 0.25rem; }

.date-pickers {
  display: block;
  width: 100%;
  padding: 0.5rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #000;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #CECECE;
  border-radius: 0.25rem;
  -moz-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -o-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }

.file-wrapper {
  position: relative;
  margin-bottom: 0px;
  display: inline-block; }
  .file-wrapper input[type="file"] {
    position: absolute;
    height: 100%;
    width: 100%;
    cursor: pointer;
    opacity: 0;
    bottom: 0; }
  .file-wrapper i {
    display: inline-block;
    font-size: 1rem; }
  .file-wrapper .btn {
    display: block;
    background: #283784;
    margin-top: 0;
    padding: 10px 15px;
    border-color: #283784; }

.btn-file {
  position: relative;
  overflow: hidden;
  vertical-align: middle; }
  .btn-file input[type="file"] {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
    filter: alpha(opacity=0);
    opacity: 0;
    direction: ltr; }

.search-wrap {
  position: relative;
  display: block; }
  .search-wrap input[type="text"] {
    padding-left: 40px; }
  .search-wrap .icon-search {
    position: absolute;
    left: 10px;
    bottom: 12px;
    display: inline-block;
    font-size: 1rem;
    cursor: pointer;
    color: #CECECE; }
    .search-wrap .icon-search:before {
      font-family: 'Font Awesome 5 Pro';
      content: "\f002"; }
    .search-wrap .icon-search:hover {
      color: #B89831; }
  .search-wrap button {
    padding: 0;
    border: none; }

.qty-box {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center; }
  .qty-box .product-label {
    padding-right: 10px; }

.spinergroup {
  position: relative;
  /*width: 180px;*/
  max-width: 180px;
  min-width: 150px;
  height: 45px;
  border: 1px solid #CECECE;
  border-radius: 3px;
  text-align: center;
  overflow: hidden;
  display: inline-block;
  background-color: #fff; }
  .spinergroup .spinNum {
    border: none;
    height: 100%;
    margin: 0 auto;
    text-align: center;
    background-color: transparent;
    width: 98px;
    text-align: center; }
    .spinergroup .spinNum:hover, .spinergroup .spinNum:active, .spinergroup .spinNum:focus {
      box-shadow: none !important; }
  .spinergroup .decrease, .spinergroup .increase, .spinergroup .decreaseqty, .spinergroup .increaseqty {
    position: absolute;
    top: 0;
    width: 40px;
    cursor: pointer;
    border: none;
    -webkit-appearance: none;
    background-color: transparent;
    z-index: 2;
    padding: 0;
    color: #000;
    outline: none; }
    .spinergroup .decrease span, .spinergroup .increase span, .spinergroup .decreaseqty span, .spinergroup .increaseqty span {
      line-height: 45px;
      height: 45px;
      display: block;
      z-index: -1;
      position: relative; }
  .spinergroup .increase, .spinergroup .increaseqty {
    right: 0;
    border-left: 1px solid #CECECE; }
  .spinergroup .decrease, .spinergroup .decreaseqty {
    left: 0;
    border-right: 1px solid #CECECE; }

.number-spinner {
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  border: 1px solid #CECECE; }
  .number-spinner input, .number-spinner button, .number-spinner .spinNum, .number-spinner .input-text {
    border: none;
    background: transparent;
    height: 45px;
    text-align: center;
    min-width: 45px;
    width: 60px;
    border-radius: 0;
    max-width: 60px; }
    .number-spinner input:focus, .number-spinner button:focus, .number-spinner .spinNum:focus, .number-spinner .input-text:focus {
      box-shadow: none !important;
      outline: none !important; }
  .number-spinner input {
    border-left: 1px solid #616264;
    border-right: 1px solid #616264; }
  .number-spinner button {
    cursor: pointer;
    transition: all 0.5s; }
    .number-spinner button i {
      vertical-align: baseline; }
    .number-spinner button:hover {
      color: #fff;
      background: #283784; }
  .number-spinner button:disabled {
    cursor: not-allowed; }

.coupan {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%; }
  .coupan .form-elements {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0; }
  .coupan .btn {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0; }

.date-picker-icon-wrap, .time-picker-icon-wrap {
  position: relative; }
  .date-picker-icon-wrap:before, .time-picker-icon-wrap:before {
    position: absolute;
    right: 48px;
    top: 0;
    width: 1px;
    height: 100%;
    border-left: 1px solid #CECECE;
    content: " "; }
  .date-picker-icon-wrap .date-picker-icon, .date-picker-icon-wrap .time-picker-icon, .time-picker-icon-wrap .date-picker-icon, .time-picker-icon-wrap .time-picker-icon {
    padding-right: 50px !important;
    position: relative;
    cursor: pointer;
    background-size: 18px !important; }

.date-picker-icon-wrap .date-picker-icon {
  background: #e9ecef url("../images/date-placeholder.png") right 10px center no-repeat !important;
  background-size: 20px !important; }

.time-picker-icon-wrap .time-picker-icon {
  background: #e9ecef url("../images/time-placeholder.png") right 10px center no-repeat !important;
  background-size: 20px !important; }

.custom-select, select:not(multiple) {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 4px;
  background: url("../images/arrow.svg");
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 15px;
  /*color: $input-focus-color;*/
  padding-right: 25px; }

.custom-select.grey, select:not([multiple]).grey {
  border-radius: 0;
  background-color: #919191; }

.custom-select.grey:hover, .custom-select.grey:focus, select:not([multiple]).grey:hover, select:not([multiple]).grey:focus {
  background-color: #919191;
  box-shadow: none;
  border-bottom: 1px solid #CECECE; }

.custom-select.no-bg, select:not([multiple]).no-bg {
  background: transparent;
  border-radius: 0; }

.custom-select.no-bg:hover, .custom-select.no-bg:focus, select:not([multiple]).no-bg:hover, select:not([multiple]).no-bg:focus {
  background: transparent;
  border-bottom: 1px solid #FF8800;
  box-shadow: none; }

.date-select, .date-picker, .datepickets {
  position: relative;
  background: #fff url("../images/date-picker.png") right 10px center no-repeat !important;
  cursor: pointer;
  padding-right: 30px !important;
  background-size: 16px !important; }

.date-select-new {
  position: relative;
  background: #fff url("../images/date-picker-new.png") 100% center no-repeat !important;
  cursor: pointer;
  background-size: 40px !important; }

.lte8 .tooltipwrap .tooltip {
  display: none; }
.lte8 .tooltipwrap:hover .tooltip {
  display: block; }

.searchbtn-form {
  width: 100%; }
  .searchbtn-form .input-group {
    position: relative; }
  .searchbtn-form input[type="text"] {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 1%;
    margin-bottom: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0; }
  .searchbtn-form .btn {
    cursor: pointer;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0; }
    .searchbtn-form .btn i {
      color: #283784;
      vertical-align: baseline;
      font-weight: 600; }

.select_country {
  border-radius: 0.25rem;
  border: 1px solid #CECECE;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
  .select_country .form-elements {
    border: none;
    opacity: 0;
    width: 0 !important;
    padding-left: 85px !important; }
  .select_country input[type="text"] {
    border: none; }
    .select_country input[type="text"]:not(:disabled):not(.disabled):focus, .select_country input[type="text"]:not(:disabled):not(.disabled).focus {
      box-shadow: none; }
    .select_country input[type="text"]:not(:disabled):not(.disabled):hover, .select_country input[type="text"]:not(:disabled):not(.disabled).hover {
      box-shadow: none; }
  .select_country .iti {
    border-right: 1px solid #CECECE;
    /*  background: rgba(0, 0, 0, 0.05);*/
    background-color: #e7f1ff;
    max-width: 100px; }

.dropdown-toggle {
  padding-right: 27px;
  padding-left: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center; }
  .dropdown-toggle:after {
    content: "\f078";
    font-family: 'Font Awesome 5 Pro';
    transform: rotate(360deg);
    transition: all .5s ease 0s;
    -webkit-transition: all .5s ease 0s;
    position: absolute;
    right: 10px;
    border: none; }
  .dropdown-toggle.no-icon:after {
    display: none; }

.blog_search_wrap input[type="text"], .blog_search_wrap button {
  background-color: #E9ECEF !important; }

@media all and (max-width: 991px) {
  .nametitle, input[type="text"], input[type="email"], input[type="password"],
  input[type="tel"], input[type="number"], input[type="search"], textarea, select, .form-elements, .nametitle {
    background-color: #F8F9FA; }

  .date-select, .date-picker, .datepickets {
    /*background: none !important;*/
    width: 100%;
    padding-right: 10px !important; }

  .radio-wrap .radio-label {
    display: block; } }
@media all and (max-width: 767px) {
  .date-picker-icon-wrap .date-picker-icon {
    background-image: none !important;
    padding-right: 10px !important; } }
.alert {
  -moz-transition: all 0.4s ease-in-out 0s;
  -o-transition: all 0.4s ease-in-out 0s;
  -webkit-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
  border-radius: 0;
  margin: 15px 0;
  padding: 12px 20px 12px 20px;
  position: relative; }
  .alert .close {
    position: absolute;
    top: 0;
    right: 0;
    opacity: 1 !important;
    font-size: 30px !important;
    height: 100%;
    line-height: 100%;
    font-weight: normal;
    text-shadow: none;
    padding: .75rem 1rem;
    color: inherit; }
  .alert.alert-success {
    box-shadow: 0px 6px 6px 0px #00000040;
    border-radius: 8px;
    position: fixed;
    right: 30px;
    top: 80px;
    width: 100%;
    max-width: 585px;
    padding: 15px;
    z-index: 99;
    color: #fff;
    background-color: #283784;
    border-color: #283784;
    background: -moz-linear-gradient(left, #283784 0%, #354894 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, #283784), color-stop(100%, #354894));
    background: -webkit-linear-gradient(left, #283784 0%, #354894 100%);
    background: -o-linear-gradient(left, #283784 0%, #354894 100%);
    background: -ms-linear-gradient(left, #283784 0%, #354894 100%);
    background: linear-gradient(to right, #283784 0%, #354894 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#283784', endColorstr='#354894', GradientType=1 ); }
  .alert.alert-danger {
    box-shadow: 0px 6px 6px 0px #00000040;
    border-radius: 8px;
    position: fixed;
    right: 30px;
    top: 80px;
    width: 100%;
    max-width: 585px;
    padding: 15px;
    z-index: 99;
    color: #fff;
    background-color: #DC3545;
    border-color: #DC3545; }

.alert-dismissable {
  position: relative;
  padding-right: 4rem; }

.alert-success, .alert-successs {
  background: #d4edda;
  color: #155724; }

.alert-primary {
  background: #cce5ff;
  color: #004085; }

.alert-warning {
  background: #fff3cd;
  color: #856404; }

.alert-danger, .alert-dangers {
  background: #f8d7da;
  color: #721c24; }

.alert-light {
  background: #fefefe;
  color: #818182; }

.alert-dark {
  background: #d6d8d9;
  color: #1b1e21; }

.swal2-content .alert {
  text-align: left; }
  .swal2-content .alert > .glyphicon {
    text-align: center;
    width: 50px; }

.toast {
  background-color: #fff;
  box-shadow: 0px 13px 20px rgba(0, 0, 0, 0.15);
  border-left: 9px solid transparent;
  color: #000;
  transition: all 0.5s;
  border-radius: 0 !important; }
  .toast:hover {
    border-radius: 0 !important;
    box-shadow: 0 0 12px #f0e5e5 !important; }
  .toast > div {
    color: #000;
    opacity: 1; }
  .toast.toast-success {
    border-left: 9px solid #51A351;
    background-color: #fff; }
    .toast.toast-success .toast-message:before {
      content: "\f058";
      position: absolute;
      left: 15px;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      transform: translateY(-50%);
      color: #51A351;
      font-family: 'Font Awesome 5 Pro';
      font-weight: bold;
      font-size: 1.5rem; }
  .toast.toast-error {
    border-left: 9px solid #BD362F;
    background-color: #fff; }
    .toast.toast-error .toast-message:before {
      content: "\f071";
      position: absolute;
      left: 15px;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      transform: translateY(-50%);
      color: #BD362F;
      font-family: 'Font Awesome 5 Pro';
      font-weight: bold;
      font-size: 1.5rem; }
  .toast.toast-info {
    border-left: 9px solid #2F96B4;
    background-color: #fff; }
    .toast.toast-info .toast-message:before {
      content: "\f05a";
      position: absolute;
      left: 15px;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      transform: translateY(-50%);
      color: #2F96B4;
      font-family: 'Font Awesome 5 Pro';
      font-weight: bold;
      font-size: 1.5rem; }
  .toast.toast-warning {
    border-left: 9px solid #F89406;
    background-color: #fff; }
    .toast.toast-warning .toast-message:before {
      content: "\f05a";
      position: absolute;
      left: 15px;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      transform: translateY(-50%);
      color: #F89406;
      font-family: 'Font Awesome 5 Pro';
      font-weight: bold;
      font-size: 1.5rem; }

@media all and (max-width: 991px) {
  .alert.alert-success {
    right: 15px;
    top: 68px;
    width: calc(100% - 30px) !important; } }
.modal-header .modal-title {
  color: #283784;
  font-size: 1.25rem;
  font-weight: bold;
  display: inline-block; }
  .modal-header .modal-title img {
    max-height: 50px; }
.modal-header .close {
  background: none;
  border: none;
  float: right;
  font-weight: normal;
  line-height: 1;
  color: #CECECE;
  opacity: 1;
  padding: 0px;
  font-size: 1.5rem;
  cursor: pointer;
  padding: 1rem; }

.modal-backdrop {
  background-color: #000; }
  .modal-backdrop.fade {
    opacity: 0; }
  .modal-backdrop.show {
    opacity: 0.7; }

.bg-overlay-default {
  background: #6c757d;
  color: #fff;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15); }

.bg-overlay {
  width: 50px;
  height: 50px;
  display: inline-block;
  background-color: #000;
  opacity: 0.7;
  border: 1px solid #CECECE; }

.bg-overlay-dark {
  background: #212529;
  color: #fff;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15); }

.modal-fixed-footer .modal-content {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 0;
  box-shadow: none; }
.modal-fixed-footer .modal-body {
  position: absolute;
  top: 50px;
  bottom: 60px;
  width: 100%;
  font-weight: 300;
  overflow: auto; }
.modal-fixed-footer .modal-footer {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 60px;
  padding: 10px; }

.scroll_modal .modal-body {
  max-height: 500px;
  overflow-y: auto; }

.modal-Cartdiv .btn {
  min-width: 225px; }

.sucess-msg .ok, .error-msg .ok {
  font-size: 3rem; }

.sucess-msg .ok {
  color: #283784; }

.icon-close {
  cursor: pointer; }

.swal2-container {
  z-index: 99999999 !important; }

#toast-container {
  z-index: 999999999 !important; }

@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px; } }
@media (max-width: 540px) {
  .modal-dialog {
    margin-left: auto;
    margin-right: auto; } }
.pagenum {
  display: block;
  text-align: center; }

.pagination {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 20px 0;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  margin-bottom: 1rem; }
  .pagination ul.pagination {
    padding: 0;
    margin: 0; }
  .pagination li {
    letter-spacing: normal;
    /*line-height: 30px;*/
    margin: 0 8px 8px 0;
    display: inline-block;
    position: relative;
    font-weight: 700;
    /*    &.pagination-next,
    	&.pagination-prev {
    	  a {
    		padding: 0 15px;
    		//color: $pagination-color;
    		//background-color: $pagination-bg;
    		border-bottom: 1px solid $black;
    		font-weight: bold;
    		&:hover {
    		  position: relative;
    		  color: $pagination-hover-color;
    		  background-color: $pagination-hover-bg;
    		  border: 1px solid $pagination-hover-border;
    		}
    	  }
    	}*/ }
    .pagination li a,
    .pagination li span {
      position: relative;
      min-width: 38px;
      height: 38px;
      background: #fff;
      line-height: 36px;
      text-align: center;
      vertical-align: top;
      display: block;
      outline: none;
      color: #283784;
      background-color: white;
      text-transform: uppercase;
      transition: all 0.5s;
      border: 1px solid transparent;
      padding: 1px;
      border-radius: 50%; }
      .pagination li a:hover,
      .pagination li span:hover {
        color: #fff;
        background-color: #B89831;
        border: 1px solid #B89831;
        cursor: pointer; }
    .pagination li.active a,
    .pagination li.active span {
      color: #fff;
      background-color: #B89831 !important;
      border: 1px solid #fff !important;
      /*                border-bottom: 1px solid $primary;*/ }
    .pagination li.active .page-link {
      color: #B89831;
      background: #B89831;
      border-color: #B89831;
      color: #fff; }
    .pagination li .page-link {
      background: #fff;
      border-radius: 50% !important;
      color: #283784; }
    .pagination li:first-child span:after, .pagination li:first-child a:after {
      font-size: 1.125rem; }
    .pagination li:last-child span:after, .pagination li:last-child a:after {
      font-size: 1.125rem; }
    .pagination li .pagination-first, .pagination li.pagination-first,
    .pagination li .pagination-last, .pagination li.pagination-last {
      display: none; }
  .pagination .next a,
  .pagination .prev a,
  .pagination .previous a {
    text-indent: -9999px;
    position: relative;
    display: block;
    outline: none; }
    .pagination .next a:after,
    .pagination .prev a:after,
    .pagination .previous a:after {
      font-family: "Font Awesome 5 Pro";
      position: absolute;
      display: inline-block;
      text-align: center;
      left: 0px;
      text-indent: -1px;
      font-size: 1.125rem;
      width: 100%; }
    .pagination .next a:hover, .pagination .next a:focus,
    .pagination .prev a:hover,
    .pagination .prev a:focus,
    .pagination .previous a:hover,
    .pagination .previous a:focus {
      text-decoration: none; }
    .pagination .next a:before,
    .pagination .prev a:before,
    .pagination .previous a:before {
      display: none; }
  .pagination .next:hover:after,
  .pagination .prev:hover:after,
  .pagination .previous:hover:after {
    height: 0; }
  .pagination .next.disabled,
  .pagination .prev.disabled,
  .pagination .previous.disabled {
    display: none; }
  .pagination .next a:after {
    content: "\f061";
    text-indent: 2px; }
  .pagination .prev a:after,
  .pagination .previous a:after {
    content: "\f060"; }

nav[role="navigation"] {
  flex-wrap: wrap;
  width: 100%; }
  nav[role="navigation"] > div {
    width: 100%;
    justify-content: center; }
    nav[role="navigation"] > div:first-child {
      display: none; }
    nav[role="navigation"] > div > p {
      display: none; }
    nav[role="navigation"] > div > div {
      margin: 5px 0 15px 0;
      flex-wrap: wrap;
      width: 100%;
      display: flex; }
      nav[role="navigation"] > div > div > p {
        display: none; }
      nav[role="navigation"] > div > div span.relative {
        width: 100%;
        text-align: center; }
  nav[role="navigation"] svg {
    max-height: 20px;
    max-width: 20px;
    color: #000; }
  nav[role="navigation"] .pl-4, nav[role="navigation"] .px-4 {
    padding-left: .7rem !important;
    margin-left: .2rem; }
  nav[role="navigation"] .pr-4, nav[role="navigation"] .px-4 {
    padding-right: .7rem !important;
    margin-right: .2rem; }
  nav[role="navigation"] [aria-disabled="true"] {
    display: none; }
  nav[role="navigation"] a {
    color: #000; }
  nav[role="navigation"] a[rel="prev"] {
    margin-right: .25rem; }
  nav[role="navigation"] a[rel="next"] {
    margin-left: .25rem; }

[aria-current="page"] span {
  background: #283784 !important;
  border-color: #283784;
  color: #fff !important;
  margin-right: -4px; }

[uib-popover-popup].popover,
[uib-popover-html-popup].popover,
[uib-popover-template-popup].popover {
  opacity: 1 !important;
  border-radius: 0;
  border: none; }
  [uib-popover-popup].popover .varient-tooltip > span,
  [uib-popover-html-popup].popover .varient-tooltip > span,
  [uib-popover-template-popup].popover .varient-tooltip > span {
    border-radius: 4px; }

.varient-tooltip {
  transition: none !important; }
  .varient-tooltip span, .varient-tooltip img {
    padding: 5px;
    border: 1px solid #f2f2f2;
    width: 120px;
    height: 120px; }
    .varient-tooltip span:not(:empty), .varient-tooltip img:not(:empty) {
      width: fit-content !important;
      font-size: 0.75rem;
      font-weight: bold; }

.slick-arrow {
  font-size: 1.75rem !important;
  outline: none; }
  .slick-arrow.arrowcircle {
    background: rgba(0, 0, 0, 0.5);
    border-radius: 40px; }
  .slick-arrow:hover, .slick-arrow:focus, .slick-arrow:active {
    outline: none; }

@media all and (max-width: 767px) {
  .desktop_banner {
    display: none; } }
.desktop_banner .slick-dots.rectangle li {
  border-radius: 14px;
  width: 20px;
  height: 8px; }
  .desktop_banner .slick-dots.rectangle li.slick-active {
    width: 30px; }

@media all and (min-width: 768px) {
  .mobile_banner {
    display: none; } }
.mobile_banner .slick-dots.rectangle li {
  border-radius: 14px;
  width: 20px;
  height: 6px; }

.block-title {
  color: #283784;
  margin-bottom: 1.5rem;
  font-size: 1.75rem; }

.magic-title {
  padding: .5rem 0;
  color: #283784;
  margin-bottom: 1.5rem;
  font-size: 1.25rem;
  letter-spacing: -0.45px; }

/*  Override magic zoom  */
.health-slider .mcs-items-container {
  text-align: left; }

.MagicScroll {
  padding-left: 0 !important;
  list-style: none; }

body .mcs-button-arrow.mcs-disabled {
  opacity: 1 !important;
  background: #DCDDDE !important;
  border-color: #DCDDDE !important;
  cursor: not-allowed; }

/*.MagicScroll.MagicScroll-arrows-inside .mcs-button-arrow:before {
    left: 58% !important;
}*/
/* Health slider  */
.health-slider {
  list-style: none;
  /* @include flexbox();
   margin-left: -.5rem; margin-right: -.5rem;*/
  margin-bottom: 30px !important; }
  .health-slider .slider-item {
    padding-right: .5rem;
    padding-left: .5rem;
    margin-bottom: .75rem;
    list-style: none; }
  .health-slider .item-wrap {
    padding: 14px;
    border-radius: 10px; }
    .health-slider .item-wrap:hover {
      filter: drop-shadow(3px 3px 4px rgba(0, 0, 0, 0.22));
      box-shadow: none; }
    .health-slider .item-wrap .item-info {
      padding: 1rem 0 0 0; }
  .health-slider .tag {
    margin-bottom: .5rem; }
  .health-slider .tag-outline {
    background: #fff;
    border: 1px solid #283784;
    color: #283784;
    padding: 6px 12px;
    border-radius: 4px;
    font-size: 0.875rem;
    font-weight: 700;
    line-height: 1.2;
    display: inline-flex; }
    .health-slider .tag-outline:hover {
      border-color: #B89831;
      color: #B89831; }

/*  */
.health-info-link-grid .product-title {
  height: auto; }

/* Magic slider overide  */
.MagicScroll-horizontal .mcs-bullet {
  background-color: #8A93BE;
  width: 20px;
  height: 8px;
  border-radius: 14px;
  margin: 1px 2.5px; }
  .MagicScroll-horizontal .mcs-bullet.active {
    width: 30px;
    border-radius: 11px;
    background-color: #283784; }

/* owl carosel  */
.owl-nav {
  position: absolute;
  right: 0;
  top: -55px; }
  .owl-nav .owl-prev {
    margin-right: 20px; }

.owl-dots {
  text-align: center; }
  .owl-dots .owl-dot {
    background-color: #8A93BE !important;
    width: 20px;
    height: 8px;
    border-radius: 14px;
    margin: 1px 2.5px; }
    .owl-dots .owl-dot.active {
      width: 30px;
      border-radius: 11px;
      background-color: #283784 !important; }
    .owl-dots .owl-dot:focus {
      outline: none; }

.owl-next, .owl-prev {
  background: #B89831 !important;
  border: 1px solid #B89831 !important;
  color: #fff !important;
  padding: 0;
  width: 40px !important;
  text-align: center;
  height: 40px !important;
  outline: none;
  opacity: .9;
  border-radius: 50% !important;
  cursor: pointer;
  outline: none; }
  .owl-next.disabled, .owl-prev.disabled {
    cursor: not-allowed;
    border-color: #DCDDDE !important;
    background-color: #DCDDDE !important; }

/* Space  */
.relatedslider .owl-carousel .item-box {
  margin-bottom: 1rem; }
.relatedslider .owl-carousel + .view-all {
  margin-top: 1rem; }

.other-health-slider-wrap .owl-stage-outer .read-more {
  margin-top: .5rem; }

.product-grid-view .owl-stage-outer .item-wrap {
  height: 100%; }

/* Other slider issue  */
.other-health-slider-wrap .health-slider.owl-carousel {
  display: block; }

@media all and (min-width: 992px) {
  .MagicScroll-horizontal .mcs-button-arrow-prev,
  .MagicScroll-horizontal .mcs-button-arrow-next {
    bottom: auto !important;
    top: -65px !important; }

  .MagicScroll-horizontal.MagicScroll-arrows-inside .mcs-button-arrow-prev {
    right: 60px;
    left: auto !important; }

  .MagicScroll-horizontal .mcs-button-arrow-prev,
  .MagicScroll-horizontal .mcs-button-arrow-next {
    background: #B89831 !important;
    border: 1px solid #B89831 !important;
    color: #fff !important;
    padding: 0;
    width: 40px !important;
    text-align: center;
    height: 40px !important;
    outline: none;
    opacity: .9;
    border-radius: 50% !important;
    cursor: pointer;
    outline: none; }
    .MagicScroll-horizontal .mcs-button-arrow-prev:hover,
    .MagicScroll-horizontal .mcs-button-arrow-next:hover {
      opacity: 1; }
    .MagicScroll-horizontal .mcs-button-arrow-prev:before,
    .MagicScroll-horizontal .mcs-button-arrow-next:before {
      width: 10px !important;
      height: 10px !important;
      border-color: #fff !important; }

  .MagicScroll-horizontal .mcs-bullets {
    display: none !important; }

  body .MagicScroll-horizontal.MagicScroll-bullets {
    margin-bottom: 10px !important; } }
@media all and (max-width: 991px) {
  .block-title {
    font-size: 1.25rem;
    margin-bottom: 20px; }
    .block-title.bottom_border {
      border-bottom: 1px solid #CECECE;
      padding-bottom: 8px; }

  .magic-title {
    margin-bottom: 1.25rem;
    line-height: 32px; }

  .mcs-button.mcs-horizontal {
    margin-top: 26% !important; }

  .MagicScroll-horizontal .mcs-bullets {
    margin-top: 13px !important; }

  body .MagicScroll-horizontal .mcs-button-arrow-prev,
  body .MagicScroll-horizontal .mcs-button-arrow-next {
    background: transparent !important;
    box-shadow: none !important;
    margin-left: 10px;
    margin-right: 10px; }

  .MagicScroll.MagicScroll-arrows-inside .mcs-button-arrow:before {
    width: 15px !important;
    height: 15px !important;
    cursor: pointer;
    border-color: #283784; }

  .MagicScroll.MagicScroll-arrows-inside .mcs-button-arrow.mcs-disabled:before {
    opacity: .8;
    border-color: #545557; }

  /**/
  .relatedslider .view-all {
    margin-top: 8px; }

  .viewmore-wrap {
    margin-top: 8px; }

  .text-right .read-more {
    margin-top: 8px;
    font-weight: normal; }

  /**/
  .other-health-slider-wrap .health-slider .slider-item {
    padding-bottom: 0px; }

  .other-benifite-wrap .text_read_more_wrap {
    margin-top: 8px !important; }

  .other-blog-list-wrap .viewmore-wrap .view-more {
    line-height: 1.5; } }
.nav-tabs {
  border-bottom: 1px solid #ddd;
  justify-content: space-between;
  margin-bottom: 2rem; }
  .nav-tabs li {
    min-width: 20%; }
  .nav-tabs a {
    text-align: center;
    box-sizing: border-box;
    color: #283784;
    font-size: 1.125rem;
    border: 0px !important;
    border-bottom: 3px solid transparent !important; }
    .nav-tabs a:hover, .nav-tabs a.active {
      border-bottom-color: #283784 !important;
      color: #273580 !important; }
    .nav-tabs a.active {
      font-weight: 700; }
  .nav-tabs > a {
    line-height: 1.5;
    border: 1px solid transparent;
    border-radius: 0; }
    .nav-tabs > a:hover {
      border-color: #eeeeee #eeeeee #ddd; }
    .nav-tabs > a.active > a, .nav-tabs > a.active > a:hover, .nav-tabs > a.active > a:focus {
      color: #eeeeee;
      background-color: #337ab7;
      border: 1px solid #ddd;
      border-bottom-color: #ddd !important;
      cursor: default; }
  .nav-tabs.medium_font a {
    font-size: 1.25rem; }

.nav-pills > li {
  float: left; }
  .nav-pills > li > a {
    border-radius: 0.25rem; }
  .nav-pills > li + li {
    margin-left: 2px; }
  .nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
    color: #eeeeee;
    background-color: #eeeeee; }

.tab-content-custom .btn {
  min-width: 250px; }

.tabs-wrap {
  list-style: none;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 2rem !important; }
  .tabs-wrap li {
    min-width: 32%;
    margin-bottom: .5rem; }
    .tabs-wrap li label {
      margin-bottom: 0;
      padding: 1.5rem;
      border-radius: 8px;
      background: #CED4DA;
      color: #343A40;
      display: block;
      cursor: pointer; }
  .tabs-wrap .tab-link:hover label {
    color: #fff;
    background-color: #283784; }
  .tabs-wrap .tab-link.active label {
    color: #fff;
    background-color: #283784; }

.tab-content-custom {
  display: none;
  opacity: 0;
  transform: translateY(15px);
  animation: fadeIn 0.5s ease 1 forwards; }
  .tab-content-custom.active {
    display: block; }

@keyframes fadeIn {
  100% {
    opacity: 1;
    transform: none; } }
/*  Toogle  */
.toggle-row {
  background: #fff;
  padding: 1rem;
  margin-bottom: .75rem;
  border-radius: 8px; }
  .toggle-row .toggle-heading {
    margin-bottom: 0rem;
    letter-spacing: -0.45px;
    color: #283784;
    font-weight: 600;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    line-height: 32px;
    align-items: center; }
    .toggle-row .toggle-heading span i {
      margin-right: .3rem; }
  .toggle-row .toogle-active .fa-chevron-down:before {
    content: "\f077"; }
  .toggle-row .job-position {
    color: #484E53;
    font-size: 0.75rem;
    line-height: 20px;
    margin-bottom: .625rem; }
  .toggle-row .date-btn-wrap {
    text-align: center; }
    .toggle-row .date-btn-wrap .date {
      color: #484E53;
      font-size: 0.75rem;
      margin-bottom: 1rem; }
    .toggle-row .date-btn-wrap .btn {
      min-width: 175px; }
  .toggle-row .toggle-content {
    display: none;
    border-top: 1px solid #CECECE;
    padding-top: 1rem;
    margin-top: 1rem; }
    .toggle-row .toggle-content ul {
      padding-left: 1.25rem; }
      .toggle-row .toggle-content ul li {
        line-height: 1.8; }
        .toggle-row .toggle-content ul li:not(:last-child) {
          margin-bottom: .2rem; }
        .toggle-row .toggle-content ul li a {
          color: #0DCAF0; }
  .toggle-row ul {
    margin-bottom: 1rem; }
  .toggle-row li {
    line-height: 1.8; }
  .toggle-row .list-none {
    list-style: none; }
  .toggle-row .address-list {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: .75rem; }
    .toggle-row .address-list img {
      margin-right: .5rem; }

@media all and (max-width: 991px) {
  .toggle-row .date-btn-wrap .btn {
    min-width: 250px;
    margin-right: 0 !important; }

  .date-btn-wrap .btn {
    margin: 5px 0; } }
.banner_slider_container {
  position: relative; }
  .banner_slider_container .loader_wrapper {
    min-height: 400px; }
  .banner_slider_container .loader {
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 0;
    width: 180px;
    z-index: 1000;
    right: 0;
    margin: 0 auto;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center; }

.loader-wrapper {
  position: fixed;
  background: #fff;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 999999999; }
  .loader-wrapper .loader {
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 0;
    width: 180px;
    z-index: 1000;
    right: 0;
    margin: 0 auto;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center; }

.lds-rolling {
  position: relative;
  display: none; }

.lds-rolling div, .lds-rolling div:after {
  position: absolute;
  width: 40px;
  height: 40px;
  border: 5px solid #283784;
  border-top-color: #fff;
  border-radius: 50%; }

.lds-rolling div {
  -webkit-animation: lds-rolling 1s linear infinite;
  animation: lds-rolling 1s linear infinite;
  top: 50px;
  left: 50px; }

.lds-rolling div:after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg); }

.lds-rolling {
  width: 100px !important;
  height: 100px !important;
  margin: 0 auto; }

.loader {
  text-align: center; }

@keyframes lds-rolling {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
    transform: translate(-50%, -50%) rotate(0deg); }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
    transform: translate(-50%, -50%) rotate(360deg); } }
@-webkit-keyframes lds-rolling {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
    transform: translate(-50%, -50%) rotate(0deg); }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
    transform: translate(-50%, -50%) rotate(360deg); } }
.products .lazy-image-loader, .products img[src$='.gif'], .blog-img .lazy-image-loader, .blog-img img[src$='.gif'], .MagicScroll .lazy-image-loader, .MagicScroll img[src$='.gif'] {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  margin: 0 auto;
  display: block !important; }

.lazyloaded {
  -webkit-animation: fadein 1s;
  /* Safari, Chrome and Opera > 12.1 */
  -moz-animation: fadein 1s;
  /* Firefox < 16 */
  -ms-animation: fadein 1s;
  /* Internet Explorer */
  -o-animation: fadein 1s;
  /* Opera < 12.1 */
  animation: fadein 1s; }

@keyframes fadein {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
/* Firefox < 16 */
@-moz-keyframes fadein {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
/* Internet Explorer */
@-ms-keyframes fadein {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
/* Opera < 12.1 */
@-o-keyframes fadein {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: -0.125em;
  border: 0.25em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  -webkit-animation: 0.75s linear infinite spinner-border;
  animation: 0.75s linear infinite spinner-border; }

@-webkit-keyframes spinner-border {
  to {
    transform: rotate(360deg); } }
@keyframes spinner-border {
  to {
    transform: rotate(360deg); } }
/*.ccb-overlay {
    bottom: 0 !important;
    height: 100% !important;
    left: 0 !important;
    position: fixed !important;
    top: 0 !important;
    width: 100% !important;
    z-index: 16777001 !important;
    background-color: rgba(255, 255, 255, 0.85) !important;
    height: auto;
}*/
.banner, .popin {
  /* bottom: 0 !important;
   left: 0 !important;
   position: fixed !important;
   background-color: rgb(61, 61, 61) !important;
   -webkit-box-sizing: content-box !important;
   box-sizing: content-box !important;
   display: block;width: 100%;
   z-index: 16777002 !important;*/ }

.ccb-banner-container {
  margin: 10px 40px !important; }

.ccb-top {
  padding: 10px 0 0 0 !important;
  overflow: hidden !important;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center; }

.ccb-title {
  float: left !important;
  font-weight: 700 !important;
  margin: 0 !important;
  text-transform: none !important;
  color: #fff;
  font-size: 1.125rem; }

.ccb-info {
  border-radius: 25px !important;
  border-style: solid !important;
  border-width: 2px !important;
  cursor: pointer !important;
  float: left !important;
  overflow: hidden !important;
  padding: 1px 6px !important;
  position: relative !important;
  left: 15px !important;
  top: 0px !important;
  white-space: nowrap !important;
  min-width: 8px;
  font-size: 0.875rem;
  color: #fff;
  line-height: 20px; }

.ccb-banner-family-heading {
  color: white !important;
  font-size: 0.875rem !important;
  font-weight: 400 !important;
  text-align: justify; }

.ccb-info-link {
  display: inline-block !important;
  max-width: 0 !important;
  overflow: hidden !important;
  position: relative !important;
  top: 4px !important; }

.ccb-info-link a {
  color: #fff !important; }

.ccb-info div {
  -webkit-transition: all .5s !important;
  transition: all .5s !important; }

.ccb-info-icon {
  display: inline-block !important;
  font-weight: 700 !important;
  font-size: 16px !important;
  left: -2px !important;
  position: relative !important;
  top: -1px !important; }

.ccb-info:hover .ccb-info-link {
  max-width: 1000px !important;
  color: #fff; }

.ccb-banner-middle {
  margin: 10px 0 !important; }

.ccb-bottom {
  overflow: hidden; }

.ccb-banner-bottom-part-2, .ccb-banner-bottom-part-3 {
  display: inline-block; }

.ccb-banner-button {
  background-color: #3d3d3d;
  color: white;
  font-size: 0.875rem !important;
  margin: 10px 10px 10px 0 !important;
  border-color: #fff !important;
  border-style: solid !important;
  border-radius: 25px !important;
  border-width: 1px !important;
  cursor: pointer;
  display: inline-block !important;
  padding: 5px 10px !important;
  text-align: center !important; }
  .ccb-banner-button.update-cookie {
    display: none !important; }
    .ccb-banner-button.update-cookie.updateactive {
      display: inline-block !important; }

.ccb-banner-middle {
  margin: 10px 0 !important;
  color: #fff; }
  .ccb-banner-middle.scrolled {
    max-height: 100px;
    overflow-y: auto !important;
    line-height: normal;
    display: none; }
  .ccb-banner-middle ul {
    list-style: none;
    margin: 0;
    padding: 0; }

.ccb-banner-button:hover {
  background-color: white;
  color: #3d3d3d; }

.ccb-banner-toggle-panel {
  color: white !important;
  font-size: 0.875rem !important; }

.ccb-banner-toggle-panel {
  float: right;
  cursor: pointer;
  margin-top: 15px !important; }

.ccb-sticky {
  bottom: 0 !important;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  cursor: pointer !important;
  position: fixed !important;
  padding: 6px 8px !important;
  z-index: 16777001 !important;
  background-color: #3d3d3d !important;
  color: #fff !important;
  font-size: 0.875rem !important;
  cursor: pointer; }
  .ccb-sticky.right {
    right: 0; }
  .ccb-sticky .svg-inline--fa {
    display: inline-block;
    font-size: inherit;
    height: 1em;
    overflow: visible;
    vertical-align: -0.125em; }
  .ccb-sticky .ccb-sticky-label {
    font-size: 0.875rem;
    color: #fff; }

.cookies_wrap .cat-name {
  font-size: 0.875rem;
  font-weight: bold;
  margin-bottom: 5px; }
.cookies_wrap .cookie-contents {
  font-size: 0.75rem;
  margin-bottom: 5px; }
.cookies_wrap .toggle_links {
  margin-bottom: 10px;
  font-size: 0.75rem; }
  .cookies_wrap .toggle_links a {
    color: #fff; }
.cookies_wrap .toggle_contents {
  display: none;
  margin-bottom: 10px;
  font-size: 0.75rem; }
  .cookies_wrap .toggle_contents td {
    padding: 5px 0; }
.cookies_wrap .cookie_wrapper_option {
  margin-top: 0 !important;
  margin-left: 15px; }
.cookies_wrap .privacy-list {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: end;
  -moz-align-items: end;
  -ms-align-items: end;
  align-items: end;
  padding-bottom: 10px;
  padding-top: 10px; }
.cookies_wrap .button-switch {
  margin-left: 5px; }
.cookies_wrap ::-webkit-scrollbar {
  width: 6px; }
.cookies_wrap ::-webkit-scrollbar-thumb {
  background-color: #fff;
  border-radius: 40px; }
.cookies_wrap ::-webkit-scrollbar-track {
  background-color: #656565;
  border-radius: 40px; }
.cookies_wrap .button-switch {
  font-size: 8px; }

@media all and (max-width: 991px) {
  .ccb-banner-container {
    margin: 10px 20px !important; } }
.promotiongiftpopup {
  padding: 20px; }
  .promotiongiftpopup .product-info-row {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .promotiongiftpopup .prod-share {
    margin-left: auto;
    padding-left: 1rem; }
  .promotiongiftpopup .promomain-title {
    text-align: left;
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: .75rem;
    border-bottom: 1px solid #CECECE;
    padding-bottom: .4rem; }
  .promotiongiftpopup .promosub-title {
    font-size: 0.875rem;
    color: #283784;
    /*border-bottom: 1px solid $border;
    padding-bottom: 10px;*/
    margin-bottom: 1rem; }
  .promotiongiftpopup .get-free {
    font-size: 1.5rem;
    color: #DC3545; }
  .promotiongiftpopup .disable-button {
    opacity: 0.6;
    cursor: not-allowed; }
  .promotiongiftpopup .product-view {
    margin-bottom: 14px;
    /*&:not(:last-child) {
        border-bottom: 1px solid $border;
        padding-bottom: 20px;
        margin-bottom: 20px;
    }*/ }
  .promotiongiftpopup .product-info-row {
    border-bottom: none;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center; }
  .promotiongiftpopup .prod-share .btn {
    padding: 0.7rem 2rem 0.7rem 1rem; }

.fancybox-iframe, .fancybox-video {
  max-width: 600px; }

.fancybox-slide--iframe .fancybox-content {
  margin-bottom: 0; }

.fancybox-slide {
  overflow: hidden !important; }

.pager {
  display: none; }

.product-view {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px; }
  .product-view .product-media {
    margin-right: 15px;
    max-width: 140px;
    text-align: left; }
    .product-view .product-media img {
      max-width: 140px; }
  .product-view .product-info-main {
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    -ms-flex-grow: 1;
    flex-grow: 1; }
  .product-view .product-title {
    height: auto; }
  .product-view .price-wrap {
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
    -ms-flex-pack: flex-start;
    margin: 8px 0; }
  .product-view .pdetail-row h3 {
    font-size: 1rem;
    font-weight: bold; }

.product-info-row {
  border-bottom: 1px solid #CECECE; }

.buffet-promo-total {
  text-align: right;
  font-weight: bold;
  font-size: 1.125rem;
  border-top: 1px solid #CECECE;
  background-color: #F7F7F7;
  line-height: 1.5;
  padding: 8px 0; }

.size-wrap {
  margin-bottom: 12px; }
  .size-wrap .font_bold {
    padding-right: 10px; }
  .size-wrap select {
    min-width: 300px; }
  .size-wrap .size-choose li {
    position: relative;
    display: inline-block;
    width: auto !important;
    margin: 2px; }
    .size-wrap .size-choose li input[type="radio"] {
      position: absolute;
      width: 100%;
      height: 36px;
      left: 0;
      top: -1px;
      opacity: 0;
      cursor: pointer;
      margin-top: 0; }
    .size-wrap .size-choose li .size {
      min-width: 35px;
      height: 35px;
      line-height: 28px;
      border: 1px solid #CECECE;
      text-align: center;
      cursor: pointer;
      display: inline-block; }
    .size-wrap .size-choose li input[type="radio"]:checked + .color-wrapper .product-img, .size-wrap .size-choose li .select-color-checked {
      outline: 2px solid #000;
      border-color: #000;
      display: inline-block;
      border-radius: 10px; }
  .size-wrap .color-choose li {
    position: relative;
    display: inline-block;
    width: auto !important;
    margin-right: 5px;
    margin-left: 5px; }
    .size-wrap .color-choose li input[type="radio"] {
      position: absolute;
      width: 100%;
      height: 100%;
      left: 0;
      top: -1px;
      opacity: 0;
      cursor: pointer;
      margin-top: 0; }
    .size-wrap .color-choose li .size {
      min-width: 35px;
      height: 35px;
      line-height: 28px;
      border: 1px solid #CECECE;
      text-align: center;
      cursor: pointer;
      display: inline-block; }
    .size-wrap .color-choose li input[type="radio"]:checked + .color-wrapper .product-img, .size-wrap .color-choose li .select-color-checked {
      border-color: #000;
      display: inline-block;
      padding: 3px;
      /*@include border-radius(10px);*/ }
  .size-wrap .color-choose .color-wrapper {
    display: inline-block;
    height: 100%; }
    .size-wrap .color-choose .color-wrapper .product-img {
      border: 1px solid #CECECE;
      display: inline-block;
      padding: 3px;
      /*@include border-radius(10px);*/ }
      .size-wrap .color-choose .color-wrapper .product-img > div {
        padding-left: 5px;
        padding-right: 5px;
        width: 27px;
        height: 27px;
        line-height: 27px;
        display: inline-block;
        text-align: center; }
      .size-wrap .color-choose .color-wrapper .product-img.color-text > div, .size-wrap .color-choose .color-wrapper .product-img.color-text .taxt-value {
        /*padding-left: 3px;padding-right: 3px;*/
        white-space: nowrap;
        display: inline-block;
        height: 40px;
        width: 100%;
        line-height: 40px;
        color: #343a40; }
  .size-wrap .prd-out-of-stock {
    position: relative;
    /*&:before {
        content: " ";
        display: block;
        border-top: 1px solid rgba(211, 211, 211, 1);
        height: 12px;
        position: absolute;
        bottom: 0;
        left: -2px;
        transform: rotate(-45deg);
        width: 44px;
        top: 15px;
    }*/ }
    .size-wrap .prd-out-of-stock:before {
      font-family: 'Font Awesome 5 Pro';
      content: "\f05e";
      width: 40px;
      height: 40px;
      line-height: 47px;
      font-size: 40px;
      position: absolute;
      color: #000;
      left: 0;
      right: 0;
      margin: 0 auto;
      opacity: 0.5; }
    .size-wrap .prd-out-of-stock .product-img {
      opacity: 0.5; }
  .size-wrap ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex; }

.promowraps .table-header .complete-section li.product .cart-img, .promowraps .table-content .complete-section li.product .cart-img {
  max-width: 50px;
  max-height: 50px; }
.promowraps .table {
  margin-top: 1rem; }
.promowraps .table_footer_wrap {
  margin-top: 1rem; }
  .promowraps .table_footer_wrap > .row {
    margin-left: 0;
    margin-right: 0; }
.promowraps .promo-dis {
  width: 100% !important;
  padding: 0 !important;
  display: block !important; }
.promowraps .number-spinner {
  background-color: #fff; }
.promowraps .complete-section {
  font-weight: 600;
  font-size: 1rem;
  margin-bottom: 1rem; }

.promowraps .promo-head {
  font-size: 1rem;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  margin: 0;
  padding: 0 0 0 0; }
  .promowraps .promo-head a, .promowraps .promo-head .link-primary {
    margin-left: 1rem;
    text-decoration: underline; }
  .promowraps .promo-head li {
    padding: 0 !important; }
.promowraps .table-content li, .promowraps .table-header li {
  vertical-align: top; }
  .promowraps .table-content li.del-record, .promowraps .table-header li.del-record {
    padding: 0;
    position: absolute;
    right: 0; }
    .promowraps .table-content li.del-record .no-button, .promowraps .table-header li.del-record .no-button {
      background: transparent;
      -webkit-appearance: none; }
      .promowraps .table-content li.del-record .no-button i, .promowraps .table-header li.del-record .no-button i {
        font-size: 1.5rem; }
.promowraps .table-content li.product .cart-img {
  width: 90px;
  max-width: 90px !important;
  min-height: 90px;
  margin: 0; }
  .promowraps .table-content li.product .cart-img.add-more {
    width: 90px;
    max-width: 90px !important;
    min-height: 90px;
    background-color: #fff;
    padding: 10px;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center; }
.promowraps .table-content li.product .link-product-name {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  display: inline-block;
  max-width: 300px; }
.promowraps .cart-item-list {
  background-color: #F7F7F7;
  position: relative;
  border-bottom: none !important; }
  .promowraps .cart-item-list.add-morewrap li {
    padding-bottom: 0.75rem; }
  .promowraps .cart-item-list.head-top {
    background-color: #FFF5FA !important;
    border-top: 15px solid #fff;
    position: relative; }
    .promowraps .cart-item-list.head-top .link-primary {
      font-size: 0.875rem; }
  .promowraps .cart-item-list.complete-promotion li.product {
    padding-left: 121px; }
    .promowraps .cart-item-list.complete-promotion li.product .cart-img {
      max-width: 50px !important;
      max-height: 50px; }
    .promowraps .cart-item-list.complete-promotion li.product .cart-item-desc {
      padding-left: 65px; }
.promowraps .add-more {
  cursor: pointer;
  position: relative;
  text-align: center; }
  .promowraps .add-more input[type="file"] {
    position: absolute;
    opacity: 0;
    height: 100%;
    width: 100px;
    left: 0;
    top: 0; }
  .promowraps .add-more .icons {
    margin: 10px 0 5px;
    color: #B89831;
    font-size: 1.5rem; }
  .promowraps .add-more .upload-text {
    color: #B89831;
    font-size: 0.625rem; }
.promowraps .promo_name .cart-item-list {
  border-top: none; }
  .promowraps .promo_name .cart-item-list:not(:last-child) {
    border-bottom: none !important; }
.promowraps .promo_name .link-primary {
  text-decoration: underline; }
.promowraps .promo_name .table-header ul {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  background-color: #FFF5FA;
  padding: 0; }
.promowraps .promo_name .table-header ul li {
  background-color: #FFF5FA;
  padding: 0;
  line-height: 1.8; }
.promowraps .promo_name h4 {
  font-size: 1.125rem;
  display: inline-block;
  margin: 0;
  padding: 10px; }
.promowraps .promo_name .promo-complete {
  padding: 0 0 5px;
  font-weight: bold;
  margin-top: -30px;
  margin-left: -65px;
  font-size: 1rem; }
.promowraps .promo_name .complete-promotion {
  border-top: 2px solid #CECECE; }
  .promowraps .promo_name .complete-promotion .product {
    padding-top: 50px; }
    .promowraps .promo_name .complete-promotion .product .cart-img {
      max-width: 50px;
      width: 50px;
      min-height: 60px;
      max-height: 60px; }
  .promowraps .promo_name .complete-promotion .cart-img {
    margin-left: 100px; }
  .promowraps .promo_name .complete-promotion .cart-item-desc {
    padding-left: 100px; }
  .promowraps .promo_name .complete-promotion .add-more {
    background-color: #fff; }

.promo-slider {
  padding: 20px 0 20px;
  background-color: #E6E6E6;
  margin-bottom: 1.5rem; }
  .promo-slider .promo-wrap {
    text-align: left; }
  .promo-slider ul {
    list-style: none;
    padding: 0;
    margin: 0; }
  .promo-slider .img-list {
    list-style: none;
    padding: 0;
    margin: 0; }
    .promo-slider .img-list li {
      display: inline-block;
      vertical-align: middle;
      cursor: pointer;
      margin-bottom: 10px; }
      .promo-slider .img-list li:not(:last-child) {
        margin-right: 10px; }
      .promo-slider .img-list li img {
        max-width: 60px;
        border-radius: 5px;
        width: 60px;
        height: 60px;
        object-fit: cover; }
  .promo-slider .mini-title {
    text-align: center;
    font-weight: 600;
    margin-bottom: 1rem;
    font-size: 1.5rem; }
  .promo-slider .promo-list {
    white-space: nowrap;
    overflow-y: hidden;
    overflow-x: auto; }
    .promo-slider .promo-list > li {
      display: inline-block;
      padding: 0 30px;
      text-align: center; }
  .promo-slider .slick-dots {
    bottom: 0; }
    .promo-slider .slick-dots li {
      background-color: #B89831;
      width: 10px;
      height: 10px;
      border-radius: 10px;
      margin: 0 5px; }
      .promo-slider .slick-dots li.slick-active {
        background-color: #283784; }
  .promo-slider .slick-dots > li {
    display: inline-block; }
  .promo-slider .slick-dots > li:only-child {
    display: none; }
  .promo-slider .promo-overlay {
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    right: 0;
    opacity: 0;
    z-index: 9;
    transition: all 0.5s ease;
    border-radius: 5px; }
    .promo-slider .promo-overlay i {
      font-size: 1.5rem;
      color: #fff;
      position: absolute;
      left: 0;
      right: 0;
      top: 50%;
      text-align: center;
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      transform: translateY(-50%); }
  .promo-slider .img-wrap:hover .promo-overlay {
    visibility: visible;
    opacity: 1;
    bottom: 0;
    cursor: pointer; }
  .promo-slider .uploadfield {
    position: relative;
    border: 2px dashed #CECECE;
    text-align: center;
    width: 70px;
    height: 70px;
    max-width: 70px;
    max-height: 70px;
    border-radius: 5px;
    cursor: pointer;
    color: #E3E3E3; }
    .promo-slider .uploadfield .add-icons {
      margin-top: 5px; }
    .promo-slider .uploadfield p {
      margin: 0;
      font-size: 0.75rem; }
    .promo-slider .uploadfield input[type="file"] {
      opacity: 0;
      position: absolute;
      width: 100%;
      left: 0;
      height: 100%; }
  .promo-slider .img-wrap {
    position: relative; }
    .promo-slider .img-wrap .thumb {
      text-align: center;
      width: 70px;
      height: 70px;
      max-width: 70px;
      max-height: 70px;
      object-fit: cover;
      border-radius: 5px; }

@media all and (min-width: 991px) {
  .promo-slider promo-list > li:not(:last-child) {
    border-right: 1px solid #CECECE; }

  .promowraps .cart-table {
    padding: 0; }
  .promowraps .promo-col {
    display: none; }

  .buffet-promo-total li {
    width: 50% !important;
    text-align: center !important;
    font-size: 0.875rem; }
    .buffet-promo-total li.promo-col, .buffet-promo-total li.product {
      display: none !important; }

  .cart-table.promo_name .table-content .complete-promotion .cart-img {
    margin-left: 0; }
  .cart-table.promo_name .table-content .complete-promotion .cart-item-desc {
    padding-left: 100px; }
  .cart-table.promo_name .promo-complete {
    margin-left: -50px; }

  .product-view .price-wrap {
    display: block; }

  .promo-slider .mini-title {
    font-size: 1.125rem; }
  .promo-slider .promo-list > li {
    max-width: 100%;
    flex: 0 0 100%;
    padding: 5px 15px; }

  .promotiongiftpopup .prod-share {
    width: 100%;
    padding-left: 0; }
    .promotiongiftpopup .prod-share .btn {
      /*display: block;*/ } }
@media all and (max-width: 576px) {
  .promowraps .table-footer-left {
    padding: 10px; }
  .promowraps .table-content li.product .link-product-name {
    max-width: 150px;
    white-space: normal; }
  .promowraps .table-content .unit-price, .promowraps .table-content .total, .promowraps .table-content .discount, .promowraps .table-content .qty {
    padding-left: 115px !important; }
  .promowraps .table-content li.del-record {
    top: 0;
    width: auto; }
  .promowraps .cart-item-list.head-top li:not(:first-child), .promowraps .cart-item-list.head-top li:not(:last-child) {
    display: none; }
  .promowraps .cart-item-list.complete-promotion li.product {
    padding-left: 20px; }
  .promowraps .add-morewrap li:not(.product) {
    padding-left: 115px; } }
.product-info {
  /*padding: 10px; */
  position: relative;
  padding: 7.5px 15px 15px 15px; }

.product-item-info {
  position: relative;
  /*@extend .transition; */
  margin-bottom: 7.5px;
  /* text-align: center; */
  display: block;
  width: 100%;
  height: 100%; }
  .product-item-info:hover {
    /*@extend .transition;*/
    /*-webkit-transition: 0 2px 7px rgba(0, 0, 0, 0.2);  
    -moz-transition: 0 2px 7px rgba(0, 0, 0, 0.2);  
    box-shadow: 0 2px 7px rgba(0, 0, 0, 0.2); */
    opacity: 6; }
    .product-item-info:hover .prod-img {
      /*@extend .transition; */
      opacity: .9; }
  .product-item-info .blog-content {
    padding: 7.5px;
    margin-top: 0; }
  .product-item-info .price-wrap i, .product-item-info .date i {
    color: #1991DF;
    margin-right: .2rem;
    min-width: 18px; }
  .product-item-info .date {
    margin-bottom: .625rem;
    color: #545557;
    font-size: 0.75rem;
    display: inline-block;
    line-height: 22px; }
  .product-item-info .read-more {
    text-decoration: underline;
    font-weight: normal;
    font-size: 1rem;
    margin-bottom: 10px; }
  .product-item-info .see-wrap {
    text-align: center; }
  .product-item-info .spinergroup {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 100%;
    margin-bottom: .75rem;
    border: none;
    color: #283784;
    height: auto; }
    .product-item-info .spinergroup .decrease {
      margin-right: .25px;
      border: 1px solid #CECECE; }
    .product-item-info .spinergroup .increase {
      margin-left: .25px;
      border: 1px solid #CECECE; }
    .product-item-info .spinergroup input {
      border: 1px solid #CECECE;
      width: calc(100% - 100px); }
    .product-item-info .spinergroup .decrease, .product-item-info .spinergroup .increase {
      position: static;
      color: #283784; }
      .product-item-info .spinergroup .decrease span, .product-item-info .spinergroup .increase span {
        height: auto;
        line-height: 1; }
    .product-item-info .spinergroup .decrease, .product-item-info .spinergroup .increase, .product-item-info .spinergroup input {
      border: 1px solid #CECECE;
      padding-top: .25rem;
      padding-bottom: .25rem;
      height: 34px;
      border-radius: 4px; }
  .product-item-info .btn {
    border: 1px solid; }
  .product-item-info .prod-img {
    position: relative;
    overflow: hidden;
    text-align: center; }
    .product-item-info .prod-img a {
      /*position: static !important;*/ }
    .product-item-info .prod-img .discount {
      background: #DC3545;
      color: #fff;
      transform: rotate(-45deg);
      text-align: center;
      position: absolute;
      left: -40px;
      top: 25px;
      width: 165px;
      font-size: 0.81rem;
      padding: 9px 1px;
      line-height: 1.25; }

.health-pkg-list-item {
  /*.price-wrap {
      .normal-price {
          font-size: $font-mini;
      }
  }*/ }
  .health-pkg-list-item .date {
    height: 24px;
    display: block;
    min-height: 0; }
  .health-pkg-list-item .date-have .date {
    margin-bottom: .625rem;
    line-height: 22px; }

/*.health-product-grid {
    .price-wrap {
        .normal-price {
            font-size: $font-mini;
        }
    }
}*/
.other-health-slider-wrap .block-title {
  font-size: 1.25rem; }
.other-health-slider-wrap .health-pkg-list-item .date {
  min-height: 22px;
  display: block; }

.read-more-wrap {
  text-align: right; }
  .read-more-wrap .read-more {
    font-weight: 400;
    text-decoration: underline;
    margin-bottom: .75rem;
    margin-top: .75rem;
    font-size: 1rem; }

.item-wrap {
  background: #fff;
  border-radius: 8px;
  overflow: hidden; }
  .item-wrap .item-img {
    margin-bottom: 0;
    text-align: center; }
  .item-wrap .item-info {
    padding: 7px 14px; }
    .item-wrap .item-info .desc {
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 2;
      overflow: hidden;
      font-size: 0.75rem;
      line-height: 23px;
      min-height: 46px;
      margin-bottom: 12px; }
  .item-wrap .date-more-wrap {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
    font-size: 0.75rem; }
    .item-wrap .date-more-wrap .date {
      margin-bottom: 0; }
    .item-wrap .date-more-wrap .read-more {
      font-size: 0.75rem;
      margin-top: 0;
      font-weight: normal; }

.no_underline_text {
  text-decoration: none !important; }

.blog_subtitles {
  font-size: 1.25rem;
  margin-bottom: 30px; }
  .blog_subtitles.top_space {
    margin-top: 30px; }

.promo-code-txt {
  border-top: 1px solid #CECECE;
  padding-top: 8px; }

.blog-detail-page .title {
  font-size: 1.75rem;
  margin-bottom: 40px;
  word-wrap: break-word; }

/*News Letter Style*/
.newsletter_wrap .news-title {
  font-size: 1.75rem; }
.newsletter_wrap .news_letter {
  display: flex;
  margin-bottom: 10px; }
  .newsletter_wrap .news_letter .form-control {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0; }
  .newsletter_wrap .news_letter .btn {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0; }

.load-more-wrp {
  text-align: center;
  margin-top: 26px;
  margin-bottom: 60px; }
  .load-more-wrp .btn {
    width: 100%;
    max-width: 360px;
    padding: 13px 24px; }

.list_titles {
  color: #243877;
  font-size: 1.5rem;
  margin-bottom: 30px; }
  .list_titles.bottom_border {
    border-bottom: 1px solid #CECECE;
    padding-bottom: 5px; }

.load-more-wrap-donation {
  padding-top: .75rem;
  padding-bottom: 1.5rem; }

.grid-container {
  margin-left: -7.5px;
  margin-right: -7.5px; }

.products.product-grid-view {
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  overflow: hidden;
  list-style: none;
  padding: 0; }
  .products.product-grid-view > li {
    padding: 7.5px;
    background: transparent; }
  .products.product-grid-view .prod-img {
    display: block;
    position: relative;
    transition: all .4s ease-in-out 0s;
    margin-bottom: 5px;
    text-align: center; }
    .products.product-grid-view .prod-img a {
      display: block;
      height: 100%; }
    .products.product-grid-view .prod-img .delete-item {
      padding: 4px 8px;
      position: absolute;
      top: 15px;
      right: 15px;
      z-index: 99; }
    .products.product-grid-view .prod-img .badge {
      position: absolute;
      top: 0px;
      left: 0px;
      background: #DC3545;
      color: #fff;
      padding: 4px 10px; }
    .products.product-grid-view .prod-img > a {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
    .products.product-grid-view .prod-img:hover .content-overlay, .products.product-grid-view .prod-img:hover .add-to-links {
      opacity: 1; }
  .products.product-grid-view.item_4 > li {
    width: 25%; }
.products.product-list-view {
  position: relative;
  padding: 10px;
  transition: all 0.5s ease-in-out 0s;
  list-style: none;
  padding: 0; }
  .products.product-list-view li {
    padding: 7.5px;
    margin-bottom: 20px;
    transition: all .5s ease-out 0s;
    -webkit-transition: all .5s ease-out 0s;
    -moz-transition: all .5s ease-out 0s;
    -o-transition: all .5s ease-out 0s;
    vertical-align: top;
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
    .products.product-list-view li:hover {
      box-shadow: 0 0 30px rgba(0, 0, 0, 0.1); }
  .products.product-list-view .prod-img {
    display: table-cell;
    position: relative;
    vertical-align: middle;
    text-align: center;
    cursor: pointer;
    transition: all .4s ease-in-out 0s;
    width: 180px;
    min-width: 180px; }
    .products.product-list-view .prod-img a {
      display: block;
      height: 100%; }
    .products.product-list-view .prod-img:hover .content-overlay, .products.product-list-view .prod-img:hover .add-to-links {
      opacity: 1; }
  .products.product-list-view .product-info {
    display: table-cell;
    position: relative;
    vertical-align: middle;
    text-align: left;
    cursor: pointer;
    transition: all .4s ease-in-out 0s;
    width: 100%;
    padding: 0 0 0 10px; }
  .products.product-list-view .prod-subimg > a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .products.product-list-view .addtocart-btn {
    display: block; }
.products .prod-img:hover .content-overlay, .products .prod-img:hover .add-to-links, .products .prod-img.hover .content-overlay, .products .prod-img.hover .add-to-links {
  visibility: visible;
  opacity: 1;
  bottom: 0;
  cursor: pointer; }

.banner-onerow-slider .prod-img, .banner-tworow-slider .prod-img {
  position: relative;
  transition: none;
  margin-bottom: 3px;
  text-align: center; }
  .banner-onerow-slider .prod-img .delete-item, .banner-tworow-slider .prod-img .delete-item {
    padding: 4px 8px;
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 1; }
  .banner-onerow-slider .prod-img .badge, .banner-tworow-slider .prod-img .badge {
    position: absolute;
    top: 0px;
    left: 0px;
    background: #DC3545;
    color: #fff;
    padding: 4px 10px; }
  .banner-onerow-slider .prod-img > a, .banner-tworow-slider .prod-img > a {
    display: block;
    height: 100%; }
  .banner-onerow-slider .prod-img img, .banner-tworow-slider .prod-img img {
    transition: all 0.5s;
    opacity: 1; }
    .banner-onerow-slider .prod-img img:hover, .banner-tworow-slider .prod-img img:hover {
      opacity: 0.6; }

.content-overlay {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  /*bottom: 0;*/
  right: 0;
  opacity: 0;
  transition: all 0.5s;
  z-index: 9; }

.add-to-links {
  text-align: center;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  white-space: nowrap;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  z-index: 999;
  opacity: 0;
  height: 56px;
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center; }
  .add-to-links a {
    padding: 5px;
    width: 56px !important;
    max-height: 56px !important;
    height: 56px !important;
    margin: 0 5px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    position: static !important;
    transition: all 0.5s;
    white-space: normal;
    line-height: normal; }
  .add-to-links .btn-icons i {
    color: #fff;
    font-size: 1.75rem; }

.product-title {
  margin-bottom: .5rem; }

.sku-name {
  color: #000;
  font-size: 1rem;
  line-height: 24px;
  text-decoration: none;
  font-style: normal; }

.product-title, .blog-title, .post-title {
  height: 58px;
  line-height: 28px !important;
  overflow: hidden;
  display: block;
  margin-bottom: 0;
  padding-bottom: .25rem;
  margin-bottom: .25rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical; }
  .product-title.auto_content, .blog-title.auto_content, .post-title.auto_content {
    height: auto;
    margin: 0;
    padding: 0;
    text-align: center; }
    .product-title.auto_content .link-product-name, .blog-title.auto_content .link-product-name, .post-title.auto_content .link-product-name {
      font-size: 1.5rem; }

.product-item {
  padding-left: 7.5px;
  padding-right: 7.5px;
  margin-bottom: 1rem; }

.card_shadow, .thumbswraps {
  transition: all 0.3s;
  border-radius: 8px;
  overflow: hidden; }
  .card_shadow:hover, .thumbswraps:hover {
    box-shadow: 5px 5px 10px 0px #00000033; }

.prod-desc, .item-desc {
  color: #000;
  font-size: 0.75rem;
  height: 63px;
  line-height: 21px;
  overflow: hidden;
  margin-bottom: .75rem;
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis; }

.prod-fulldesc {
  font-size: 0.875rem;
  color: #000;
  height: 48px;
  line-height: 20px;
  overflow: hidden;
  margin-bottom: 5px;
  white-space: initial; }

.custom-info {
  font-size: 0.875rem;
  color: #000;
  height: 48px;
  line-height: 20px;
  margin-bottom: 5px; }

.stock-availability {
  font-size: 0.75rem;
  color: #000;
  margin-bottom: 5px;
  position: absolute;
  right: 0;
  top: -28px;
  font-weight: 300; }
  .stock-availability .in-stock, .stock-availability .stock {
    font-size: 0.75rem;
    /*color: $thumb-prod-availpcs-text-color;*/
    background: #283784;
    padding: 2px 10px;
    color: #fff; }
  .stock-availability .out-stock {
    font-size: 0.875rem;
    /*color: $text-danger-text-color !important;*/
    background: #DC3545;
    padding: 2px 10px;
    color: #fff !important; }
  .stock-availability .unlimited {
    font-size: 0.875rem;
    /*color: $text-success-text-color;*/
    background: #3B8036;
    padding: 2px 10px;
    color: #fff; }
  .stock-availability .morethanqn {
    font-size: 0.875rem;
    color: #0DCAF0;
    background: #3B8036;
    padding: 2px 10px; }

.price-wrap {
  /* line-height: 28px; */
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  margin-bottom: .3rem;
  /*@include justify-content(center);*/ }
  .price-wrap i, .price-wrap .fas {
    font-size: 80%; }
  .price-wrap .price-lbl {
    margin-right: .4rem;
    color: #545557; }
  .price-wrap .normal-price {
    color: #283784;
    font-size: 1rem; }
  .price-wrap .strike-price {
    margin-left: 2px;
    margin-right: 0px; }

.total-review {
  color: #000;
  font-weight: 400;
  font-size: 0.875rem; }

.tag-desease {
  margin-bottom: .625rem; }
  .tag-desease .btn-sm {
    border-radius: 15px;
    padding-left: 10px;
    padding-right: 10px; }

.addtocart-btn {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  margin-bottom: .25rem; }
  .addtocart-btn .btn {
    min-width: 47%;
    margin-bottom: .3rem;
    border-style: solid;
    border-width: 1px; }
  .addtocart-btn .btn-icon {
    margin-left: 5px;
    border: 1px solid; }
  .addtocart-btn .btn-primary.buy:hover {
    background-color: #B89831 !important;
    border-color: #B89831 !important; }

.out-stock {
  pointer-events: none; }

.brand-name {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 0.875rem;
  margin-bottom: 5px;
  min-height: 18px; }
  .brand-name img {
    margin-right: 5px; }
  .brand-name a {
    color: #000; }

.price-label {
  display: block;
  font-size: 0.75rem;
  margin-bottom: 3px; }

.review-wrap {
  transition: all 0.5s ease-in-out 0s;
  line-height: 1.5rem;
  height: 50px;
  max-height: 50px; }

.review-star {
  display: inline-flex;
  vertical-align: top;
  position: relative;
  font-family: 'Font Awesome 5 Pro';
  font-size: 0.875rem;
  text-align: left; }
  .review-star .grey-stars {
    height: 100%;
    position: relative; }
    .review-star .grey-stars:before {
      color: #000; }
  .review-star .filled-stars {
    position: absolute;
    overflow: hidden; }
    .review-star .filled-stars:before {
      color: #283784;
      font-weight: bold; }
  .review-star .filled-stars:before,
  .review-star .grey-stars:before {
    content: "\f005\f005\f005\f005\f005";
    font-family: 'Font Awesome 5 Pro';
    letter-spacing: 4px;
    line-height: 18px; }
  .review-star.fright {
    float: right; }

/*.product-item {
    .item-info {
        padding:0 1rem 1rem 1rem; 
    }
}*/
/*  Slider   */
.mcs-item .slider-item {
  padding-left: 7.5px;
  padding-right: 7.5px; }

.slider-title {
  color: #283784;
  line-height: 45px;
  font-size: 1.25rem;
  font-weight: 700; }
  .slider-title span {
    font-size: 1rem;
    font-weight: normal; }

.pkg-slider-wrap {
  padding-bottom: 2rem;
  border-bottom: 1px solid #CECECE;
  margin-bottom: 2rem; }

.pkg-slider {
  margin-left: -7.5px;
  margin-right: -7.5px;
  margin-bottom: 2rem !important; }
  .pkg-slider .product-item {
    padding-left: 7.5px;
    padding-right: 7.5px; }
  .pkg-slider .product-info {
    padding-left: .9rem;
    padding-right: .9rem;
    padding-bottom: 1rem; }

.doctor-slider-wrap {
  border-bottom: 1px solid #CECECE;
  padding-bottom: 2rem;
  margin-bottom: 2rem; }

.doctor-slider {
  margin-bottom: 1.25rem !important; }
  .doctor-slider .item-wrap {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 1rem 1rem .25rem 1rem;
    border-radius: 8px; }
    .doctor-slider .item-wrap .item-img {
      width: 100px;
      margin-right: .75rem; }
    .doctor-slider .item-wrap .medicine-type {
      font-size: 0.75rem;
      color: #545557;
      margin-bottom: .75rem; }

.contact-product ul {
  list-style: none;
  line-height: 30px; }
.contact-product .item-img {
  padding: 1rem 1rem 0 1rem; }
.contact-product .product-title {
  height: auto;
  text-align: center; }
.contact-product .root-list-wrap {
  padding-bottom: .25rem; }
  .contact-product .root-list-wrap li {
    width: 100%;
    margin-bottom: .5rem;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
    .contact-product .root-list-wrap li i {
      margin: .2rem .5rem 0 0; }
.contact-product .root-desc-title {
  text-align: center;
  font-size: 1.125rem; }
.contact-product .desc {
  margin-bottom: 0; }

@media all and (max-width: 991px) {
  .item-wrap .item-info {
    padding: 16px; }

  .newsletter_wrap .news-title {
    text-align: left !important;
    font-size: 1.25rem; }
  .newsletter_wrap form {
    width: 100%; }

  .list_titles {
    font-size: 1.25rem;
    margin-bottom: 20px; }

  .load-more-wrp {
    margin-top: 20px;
    margin-bottom: 60px !important; }
    .load-more-wrp .btn {
      max-width: 173px;
      padding-top: 8px;
      padding-bottom: 8px; }

  .card_shadow {
    box-shadow: 5px 5px 10px 0px #00000033; }

  .doctor-slider .item-wrap {
    flex-wrap: wrap; }

  .price-wrap {
    flex-wrap: wrap;
    line-height: 1.5;
    margin-bottom: .1rem;
    font-size: 0.75rem; }
    .price-wrap .normal-price {
      font-size: 1rem; }

  .addtocart-btn {
    flex-wrap: wrap; }
    .addtocart-btn .buy, .addtocart-btn .addtocart {
      /* width: 100%; */ }

  .item-info .btn {
    font-size: 0.75rem; }

  .load-more-wrp {
    margin: 1.5rem 0 3rem 0; }

  .read-more-wrap {
    text-align: center; }
    .read-more-wrap .read-more {
      margin-top: 1rem; } }
.white-box {
  background: #fff;
  padding: 15px;
  margin-bottom: 15px; }

.white-box-wrap {
  margin-bottom: 30px; }
  .white-box-wrap .white-box {
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 0; }

.left-sidebar ul {
  list-style: none;
  padding-left: 1.25rem;
  margin-bottom: 1rem; }
.left-sidebar .title-sidebar {
  margin-bottom: 1.5rem;
  line-height: 1.5;
  font-size: 1.25rem; }
.left-sidebar .filter-list.filter-category .btn {
  text-align: left;
  white-space: normal;
  display: flex;
  align-items: center; }
  .left-sidebar .filter-list.filter-category .btn svg {
    width: 45px;
    margin-right: 8px; }
  .left-sidebar .filter-list.filter-category .btn i {
    margin-right: 8px; }
  .left-sidebar .filter-list.filter-category .btn img {
    max-height: 18px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 8px; }

.filter-arrow-title {
  margin-bottom: 1rem;
  color: rgba(36, 56, 119, 0.5);
  font-weight: normal;
  font-size: 1rem;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: space-between; }
  .filter-arrow-title .chk-wrap {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 0; }
  .filter-arrow-title .chkmark {
    font-size: 1rem; }
  .filter-arrow-title i {
    font-size: 90%; }

.filter-over.opened {
  display: none !important; }

.fltrhamburger {
  display: none; }

.sidebar-search {
  margin-bottom: 2rem; }

.filter-block-type-wrap {
  margin: 18px 0 1rem 0;
  border-top: 1px solid #CECECE;
  padding-top: 2px; }

.filter-block-type label {
  margin-bottom: .2rem;
  font-weight: 500; }
.filter-block-type .filter-dropdown {
  padding-top: 0; }

.view-all-item {
  color: #B89831;
  margin: .75rem 0;
  cursor: pointer; }
  .view-all-item i {
    font-size: 80%; }

.search-filter-wrap {
  overflow: hidden;
  margin-bottom: .5rem; }
  .search-filter-wrap.sort-by {
    padding: 0 .75rem;
    overflow: visible; }
    .search-filter-wrap.sort-by .dropdown {
      width: 100%;
      text-align: center;
      padding-top: .75rem;
      padding-bottom: .75rem; }
    .search-filter-wrap.sort-by .dropdown-toggle {
      justify-content: center;
      color: #283784; }
  .search-filter-wrap .dropdown-menu {
    width: 100%;
    text-align: center; }

.filter-list {
  margin-bottom: .75rem; }
  .filter-list.filter-category {
    border: none;
    padding: 0;
    margin-bottom: .5rem; }
    .filter-list.filter-category .btn {
      max-width: 400px;
      font-weight: 500; }
      .filter-list.filter-category .btn i {
        margin-right: .2rem; }
    .filter-list.filter-category:last-child .btn {
      align-items: flex-start; }
  .filter-list button, .filter-list .btn {
    position: relative;
    width: 100%;
    text-align: left; }
    .filter-list button input[type="checkbox"], .filter-list .btn input[type="checkbox"] {
      position: absolute;
      z-index: 0;
      left: 0;
      top: 0;
      width: 100%;
      opacity: 0; }
    .filter-list button:hover, .filter-list button.active, .filter-list .btn:hover, .filter-list .btn.active {
      border-color: #B89831 !important;
      background-image: url("../images/btn-hover.svg") !important;
      background-color: #B89831 !important;
      background-size: cover;
      color: #fff !important; }
      .filter-list button:hover img, .filter-list button.active img, .filter-list .btn:hover img, .filter-list .btn.active img {
        filter: brightness(0) invert(1); }

.filter-dropdown {
  padding-top: .25rem; }

.filter-drop-list {
  border: 1px solid #283784;
  border-radius: 4px;
  margin-top: 1rem; }

.filter-drop-heading {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  font-weight: 700;
  color: #283784;
  line-height: 30px;
  align-items: center;
  cursor: pointer;
  padding: 0.5rem 0.75rem; }
  .filter-drop-heading[aria-expanded="true"] .toggle-icons:before {
    content: "\f077"; }

.collapse:not(.show) {
  display: none; }

.filter-content-list {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid #CECECE;
  padding: 0.5rem 0.75rem;
  line-height: 1.4;
  font-size: 0.75rem; }
  .filter-content-list label {
    margin-bottom: 0; }
  .filter-content-list .chk-wrap .chkmark:before {
    margin-right: 0;
    border-color: #283784;
    width: 22px;
    height: 22px;
    border-radius: 4px; }
  .filter-content-list .chk-wrap input[type="checkbox"]:checked + .chkmark::after {
    font-size: 0.9rem;
    width: 24px;
    height: 23px;
    line-height: 23px;
    top: 1px;
    left: 1px;
    border-radius: 4px; }

.sorting-icon {
  padding: .55rem !important; }
  .sorting-icon:after {
    display: none; }

@media all and (min-width: 992px) {
  .wrapper-sticky {
    position: relative; }

  .fullwidth .container-fluid {
    padding-left: 7.5px;
    padding-right: 7.5px; }

  .leftsidebar {
    max-width: 290px;
    width: 290px;
    padding-left: 0px !important;
    padding-right: 7.5px; }
    .leftsidebar + .col-md-9 {
      flex: calc(100% - 290px);
      max-width: calc(100% - 290px);
      padding-right: 0 !important; }
    .leftsidebar + .col-md-7 {
      flex: calc(100% - 545px);
      max-width: calc(100% - 545px); }

  .r-sidebar {
    padding-right: 0px !important; }

  .sidebar-inner {
    position: sticky;
    left: 0;
    top: 30px; } }
.leftsidebar ul {
  list-style: none;
  padding-left: 0; }

.r-sidebar {
  width: 250px;
  max-width: 250px; }

.sidebar-inner {
  background: #fff;
  padding: 10px 0px;
  margin-bottom: 15px; }
  .sidebar-inner .view-all-cat {
    margin-left: 8px;
    margin-right: 8px; }

#l-sidebar, #r-sidebar {
  height: 100%;
  background: #fff;
  /*.inner-wrapper-sticky {	
    height: 100%;	
  }*/ }

.side-tab .nav {
  border-bottom: none;
  margin-bottom: 8px; }
  .side-tab .nav li {
    width: 50%;
    text-align: center; }
  .side-tab .nav a {
    font-weight: 500;
    padding: 10px 1px;
    display: block;
    color: #545557;
    border-bottom: 5px solid transparent; }
    .side-tab .nav a.active {
      color: #083C8C;
      border-color: #FF8800; }

.view-all-cat {
  background: #083C8C;
  text-align: center;
  color: #fff;
  border-radius: 3px;
  line-height: 26px;
  font-size: 0.75rem;
  padding: 5px 2px;
  margin-bottom: 5px;
  display: block; }

.category-inner {
  /*padding:0 8px;*/ }
  .category-inner .title-sidebar {
    background: #083C8C;
    text-align: center;
    color: #fff;
    border-radius: 3px;
    line-height: 26px;
    font-size: 0.75rem;
    padding: 5px 2px;
    margin-left: 8px;
    margin-right: 8px; }

.category-menu, .brand-menu {
  max-height: 85vh;
  overflow-y: auto; }

/* width */
.category-menu::-webkit-scrollbar, .brand-menu::-webkit-scrollbar {
  width: 7px;
  border-radius: 6px; }
.category-menu::-webkit-scrollbar-track, .brand-menu::-webkit-scrollbar-track {
  background: #AFAFAF;
  border-radius: 6px; }
.category-menu::-webkit-scrollbar-thumb, .brand-menu::-webkit-scrollbar-thumb {
  background: #AFAFAF;
  border-radius: 6px; }
.category-menu::-webkit-scrollbar-thumb:hover, .brand-menu::-webkit-scrollbar-thumb:hover {
  background: #AFAFAF;
  border-radius: 6px; }

.category-menu {
  margin-bottom: 5px; }
  .category-menu.hovermenu {
    overflow: visible; }
  .category-menu li {
    margin: 0; }
  .category-menu a, .category-menu .chk-wrap {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 8px 8px;
    border-bottom: 1px solid #CECECE;
    word-break: break-all;
    align-items: center;
    font-size: 0.875rem;
    position: relative;
    color: #000; }
    .category-menu a:hover, .category-menu a.active, .category-menu .chk-wrap:hover, .category-menu .chk-wrap.active {
      color: #283784;
      border-bottom-color: #283784;
      opacity: .7;
      box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3); }
    .category-menu a img, .category-menu .chk-wrap img {
      margin-right: 4px;
      width: 40px;
      height: 40px;
      object-fit: cover; }
    .category-menu a .alphabet, .category-menu .chk-wrap .alphabet {
      background: #083C8C;
      color: #fff;
      width: 22px;
      min-width: 22px;
      height: 22px;
      line-height: 22px;
      border-radius: 50%;
      text-align: center;
      margin-right: 5px;
      white-space: nowrap; }
    .category-menu a strong, .category-menu .chk-wrap strong {
      margin-right: 5px; }
    .category-menu a.active, .category-menu .chk-wrap.active {
      border-width: 3px; }
      .category-menu a.active + ul, .category-menu .chk-wrap.active + ul {
        /*display: block;*/ }
    .category-menu a .arrow, .category-menu .chk-wrap .arrow {
      /*font-size: 90%;*/
      margin-left: auto;
      /*padding:4px 4px 3px 4px;*/
      color: #fff;
      width: 28px;
      height: 28px;
      line-height: 28px;
      background: #FF8800;
      border-radius: 4px;
      text-align: center; }
  .category-menu .hover-img {
    position: absolute;
    left: 0;
    display: none;
    -webkit-transition: all 0.6s;
    -ms-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
    background: #fff;
    z-index: 999;
    min-width: 150px; }
    .category-menu .hover-img img {
      width: auto;
      height: auto;
      max-width: 100%; }
  .category-menu a {
    position: relative; }
    .category-menu a:hover {
      opacity: 1; }
      .category-menu a:hover .hover-img {
        left: 100%;
        top: 0;
        display: block; }
  .category-menu ul {
    background: #E3E3E3;
    /*padding:0 10px;*/
    display: none; }
    .category-menu ul a {
      padding: 8px 8px; }
    .category-menu ul .alphabet {
      background: transparent;
      color: #000;
      font-weight: 600;
      width: auto; }
    .category-menu ul ul {
      background: #F1F1F1; }
      .category-menu ul ul a {
        color: #545557;
        line-height: 28px; }
      .category-menu ul ul .alphabet {
        color: #545557;
        margin-right: 3px; }
      .category-menu ul ul ul {
        background: #fff; }
        .category-menu ul ul ul a {
          color: #000;
          padding-left: 22px;
          line-height: 20px; }

.brand-menu {
  margin-bottom: 18px;
  list-style: none;
  padding-left: 0; }
  .brand-menu a {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 4px 8px;
    border-bottom: 1px solid #CECECE;
    word-break: break-all;
    align-items: center;
    font-size: 0.875rem;
    position: relative;
    /*padding-right: 12px;*/
    color: #000; }
    .brand-menu a:hover {
      color: #283784;
      border-bottom-color: #283784; }
    .brand-menu a.active {
      background: #545557; }
    .brand-menu a img {
      margin-right: 20px;
      width: 40px;
      height: 40px;
      object-fit: cover; }
    .brand-menu a i {
      margin-left: auto; }

/* Menu page */
.moblie-menu-wrap {
  max-width: 430px;
  width: 100%;
  padding: 10px 0; }

.menu-title {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  padding: 15px 10px;
  background: #FF8800;
  color: #fff;
  cursor: pointer;
  font-size: 1.125rem; }
  .menu-title .ul-icon {
    margin-right: 10px;
    font-size: 1.25rem; }
  .menu-title span {
    margin-right: 3px; }
  .menu-title .arrow {
    margin-left: auto; }

.menu-list-wrap {
  margin-bottom: 30px; }

.menu-list .category-menu {
  max-height: 100%;
  background: #fff;
  margin-bottom: 15px; }
  .menu-list .category-menu .arrow {
    font-size: 120%;
    background: none;
    color: #000;
    margin-right: 0; }
.menu-list .brand-menu {
  max-height: 100%;
  background: #fff; }

.category-menu2 img {
  margin-right: 15px; }

/*  Right sidebar  */
.order-steps-wrap {
  padding: 10px 15px;
  background: #fff; }
  .order-steps-wrap ul {
    list-style: none;
    padding-left: 0; }
  .order-steps-wrap .progressbar {
    text-align: left; }
    .order-steps-wrap .progressbar li {
      padding-bottom: 0 !important;
      text-align: left; }
      .order-steps-wrap .progressbar li:before {
        display: none; }
      .order-steps-wrap .progressbar li.active {
        color: #3B8036; }
        .order-steps-wrap .progressbar li.active h3, .order-steps-wrap .progressbar li.active h4, .order-steps-wrap .progressbar li.active .step-icon, .order-steps-wrap .progressbar li.active .border-top {
          color: #3B8036;
          border-color: #3B8036; }
          .order-steps-wrap .progressbar li.active h3 i, .order-steps-wrap .progressbar li.active h4 i, .order-steps-wrap .progressbar li.active .step-icon i, .order-steps-wrap .progressbar li.active .border-top i {
            color: #3B8036; }
        .order-steps-wrap .progressbar li.active .step-text {
          border-left-color: #3B8036; }
        .order-steps-wrap .progressbar li.active + li h3 i {
          color: #3B8036; }
    .order-steps-wrap .progressbar .first_step i {
      color: #3B8036; }

.order-step.active .circle {
  color: #3B8036; }
.order-step.complete .circle {
  color: #3B8036; }
.order-step.complete .step-text {
  border-color: #3B8036; }
.order-step h3 {
  font-weight: normal;
  margin-bottom: 5px;
  font-size: 0.75rem;
  color: #545557; }
.order-step h4, .order-step i {
  font-size: 0.75rem;
  color: #545557; }
.order-step .circle {
  font-size: 0.875rem;
  margin-right: 2px; }
.order-step .step-text {
  border-left: 1px solid #CECECE;
  padding-left: 14px;
  min-height: 25px;
  margin-left: 6px;
  margin-bottom: 6px; }
.order-step .step-icon {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  align-items: center; }
.order-step .border-top {
  margin: 0 10px;
  border-top: 1px solid #CECECE;
  width: 90%; }
.order-step:last-child .step-text {
  border-left: none; }

.order-tot-row-wrap, .sidebar-table-footer {
  padding: 10px;
  background: #FFEEDB; }

.order-tot-row, .sidebar-table-footer .form-row {
  border-bottom: 1px solid #CECECE;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: space-between; }
  .order-tot-row:last-child, .sidebar-table-footer .form-row:last-child {
    border-bottom: none; }
  .order-tot-row .lbl, .order-tot-row .value, .sidebar-table-footer .form-row .lbl, .sidebar-table-footer .form-row .value {
    padding: 10px 0px; }
  .order-tot-row .lbl, .sidebar-table-footer .form-row .lbl {
    width: 100%; }
  .order-tot-row .value, .sidebar-table-footer .form-row .value {
    white-space: nowrap; }
  .order-tot-row.less, .sidebar-table-footer .form-row.less {
    color: #DC3545; }

.grand-total {
  font-weight: 600; }

.intrested-product {
  background: #fff;
  margin-bottom: 15px; }

.checkout-btn {
  padding: 15px; }
  .checkout-btn .btn-primary {
    width: 100%;
    max-width: 400px; }

/**/
@media all and (max-width: 991px) {
  .leftsidebar {
    position: fixed;
    z-index: 99999999;
    width: 100%;
    max-width: 100%;
    background: #fff;
    min-width: 140px;
    height: 100%;
    max-height: 100%;
    overflow-y: auto;
    top: 0;
    left: 0;
    border-right: none !important;
    transition: all 0.5s ease 0s;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); }
    .leftsidebar.active {
      -webkit-transform: translate3d(0%, 0, 0);
      transform: translate3d(0%, 0, 0); }
    .leftsidebar .shopby {
      margin-top: 30px;
      border: none;
      padding: 0;
      overflow: auto;
      max-height: 100%; }
    .leftsidebar + [class*="col-"] {
      flex: 0 0 100%;
      max-width: 100%; }

  .sidebar-menu-mob {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
    border-radius: 0px; }

  #sidebar {
    display: none; }

  .moblie-menu-wrap {
    max-width: 100%; }

  .category-menu, .brand-menu {
    max-height: initial;
    overflow-y: auto; } }
@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon.eot?13hg13");
  src: url("../fonts/icomoon.eot?13hg13#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?13hg13") format("truetype"), url("../fonts/icomoon.woff?13hg13") format("woff"), url("../fonts/icomoon.svg?13hg13#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block; }
[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-call:before {
  content: "\e900";
  color: #fff; }

.icon-fb .path1:before {
  content: "\e901";
  color: #283784; }

.icon-fb .path2:before {
  content: "\e902";
  margin-left: -1em;
  color: white; }

.icon-find:before {
  content: "\e903";
  color: #283784; }

.icon-find2:before {
  content: "\e904";
  color: #b89831; }

.icon-find3:before {
  content: "\e905";
  color: #283784; }

.icon-find4:before {
  content: "\e906";
  color: #283784; }

.icon-insta .path1:before {
  content: "\e907";
  color: black; }

.icon-insta .path2:before {
  content: "\e908";
  margin-left: -1em;
  color: black; }

.icon-insta .path3:before {
  content: "\e909";
  margin-left: -1em;
  color: white; }

.icon-insta .path4:before {
  content: "\e90a";
  margin-left: -1em;
  color: black; }

.icon-line .path1:before {
  content: "\e90b";
  color: #06c755; }

.icon-line .path2:before {
  content: "\e90c";
  margin-left: -1em;
  color: white; }

.icon-menu:before {
  content: "\e90d";
  color: #b89831; }

.icon-menu2:before {
  content: "\e90e";
  color: #212c68; }

.icon-menu3:before {
  content: "\e90f";
  color: #212c68; }

.icon-menu4:before {
  content: "\e910";
  color: #212c68; }

.icon-menu5:before {
  content: "\e911"; }

.icon-menu6:before {
  content: "\e912"; }

.icon-menu7:before {
  content: "\e913";
  color: #212c68; }

.icon-service:before {
  content: "\e914";
  color: #283784; }

.icon-service2:before {
  content: "\e915";
  color: #283784; }

.icon-service3:before {
  content: "\e916";
  color: #283784; }

.icon-service4:before {
  content: "\e917";
  color: #283784; }

.icon-service5:before {
  content: "\e918";
  color: #283784; }

.icon-shop-cart:before {
  content: "\e919"; }

.icon-youtube .path1:before {
  content: "\e91a";
  color: #fe0000; }

.icon-youtube .path2:before {
  content: "\e91b";
  margin-left: -1em;
  color: white; }

.icon-spinner3:before {
  content: "\e97c"; }

.icon-heart:before {
  content: "\e9da"; }

.fr-view .fr-video.fr-dvi {
  display: block; }

.fr-video {
  text-align: center;
  display: block;
  margin-bottom: 5px; }
  .fr-video.fr-fvl {
    text-align: left; }
  .fr-video.fr-fvr {
    text-align: right; }

img.fr-dib {
  margin: 0 auto 5px auto;
  display: block;
  float: none; }
img.fr-dib.fr-fir {
  margin-right: 0; }
img.fr-dib.fr-fil {
  margin-left: 0; }
img.fr-fic {
  margin-bottom: 5px; }

.fr-view, .editor-content {
  word-wrap: break-word; }
  .fr-view ol, .fr-view ul, .editor-content ol, .editor-content ul {
    padding-left: 25px;
    line-height: 1.8;
    /*margin:10px 0 3px 0;*/ }
    .fr-view ol.nav-tabs, .fr-view ul.nav-tabs, .editor-content ol.nav-tabs, .editor-content ul.nav-tabs {
      padding-left: 0; }
    .fr-view ol li, .fr-view ul li, .editor-content ol li, .editor-content ul li {
      margin-bottom: 5px; }
  .fr-view ol, .editor-content ol {
    list-style: decimal; }
  .fr-view ul, .editor-content ul {
    list-style: disc; }
    .fr-view ul.MagicScroll, .editor-content ul.MagicScroll {
      margin-top: 0;
      padding-left: 0;
      list-style: none; }
  .fr-view table, .editor-content table {
    border-collapse: collapse;
    empty-cells: show;
    max-width: 100%; }
    .fr-view table td, .fr-view table th, .editor-content table td, .editor-content table th {
      border: 1px solid #CECECE;
      padding: 8px 10px; }

.editor-content {
  line-height: 1.8; }

.fr-emoticon {
  background-repeat: no-repeat !important;
  max-width: 75px;
  max-height: 75px;
  min-width: 25px;
  min-height: 25px;
  display: inline-block; }

.fr-toolbar.fr-desktop.fr-inline {
  max-width: 400px;
  white-space: normal; }
  .fr-toolbar.fr-desktop.fr-inline button {
    min-width: auto; }

.fr-text-bordered {
  border-top: solid 1px #CECECE;
  border-bottom: solid 1px #CECECE;
  padding: 10px 0; }

.fr-file:after {
  content: "\1F4CE"; }

.fr-emoticon-img {
  font-size: inherit;
  height: 1em;
  width: 1em;
  min-height: 20px;
  min-width: 20px;
  display: inline-block;
  margin: -0.1em 0.1em 0.1em;
  line-height: 1;
  vertical-align: middle;
  background-repeat: no-repeat !important; }

@media all and (max-width: 991px) {
  .editor-content {
    line-height: 1.5; } }
.flashprogress {
  margin: 5px auto;
  height: 16px;
  /*background: url(../images/flashsale.png) 0 no-repeat;*/
  background-color: #7f201c94;
  background-size: cover;
  position: relative;
  border-radius: 8px; }
  .flashprogress .bar_text {
    text-transform: uppercase;
    font-size: 12px;
    color: #fff;
    z-index: 2;
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
    line-height: 18px; }
  .flashprogress .bar-wrapper {
    width: 100%;
    background: transparent;
    overflow: hidden;
    bottom: 0;
    right: 0;
    position: absolute;
    z-index: 1;
    height: 16px;
    border-radius: 8px; }
  .flashprogress .progress-width {
    background: #fff;
    /*float: right;*/
    position: relative;
    height: 18px; }
  .flashprogress .complement-color {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #7f201C; }
  .flashprogress .fire {
    background: url(../images/fire.png) 0 no-repeat;
    width: 18px;
    height: 21px;
    background-size: contain;
    position: absolute;
    left: 3px; }

.soldout_badge {
  display: block;
  height: 18px;
  border-radius: 8px;
  margin: 5px auto;
  line-height: 18px;
  background-color: #7f201C;
  color: #fff;
  text-transform: uppercase;
  font-size: 0.75rem;
  text-align: center; }
  .soldout_badge .sold-img {
    max-width: 30px;
    display: none; }

.products.blog.product-grid-view > li {
  margin-bottom: 10px; }

.form-row {
  margin-left: -7.5px !important;
  margin-right: -7.5px !important; }
  .form-row > .col, .form-row > [class*="col-"] {
    padding-left: 7.5px;
    padding-right: 7.5px; }

.container .banner-slider.container {
  padding-left: 0;
  padding-right: 0; }

.blogslider-row {
  margin-left: -7.5px;
  margin-right: -7.5px; }

@media all and (min-width: 768px) {
  .home-container .slick-slider img {
    width: 100%; } }

.g-recaptcha > div, .g-recaptcha .rc-anchor-normal {
  width: 100% !important; }

.banner-innerImg {
  position: relative;
  overflow: hidden;
  text-align: center; }

/*.banner-innerImg img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    max-width: inherit;
    width: 100%;
    height: 100%;
    object-fit: cover;
}*/
body {
  counter-reset: my-sec-counter; }

.slider-sg {
  width: 100%;
  margin-left: auto;
  margin-right: auto; }
  .slider-sg .products.product-grid-view {
    margin-left: 0px;
    margin-right: 0px;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center; }
    .slider-sg .products.product-grid-view > li .product-item-info {
      overflow: hidden; }
      .slider-sg .products.product-grid-view > li .product-item-info:before {
        counter-increment: my-sec-counter;
        content: "#" counter(my-sec-counter) ". ";
        position: absolute;
        left: 0px;
        top: 0px;
        background: #1F57E0;
        color: #fff;
        padding: 5px 5px;
        font-size: 0.875rem;
        line-height: 1;
        z-index: 1;
        width: 40px;
        text-align: center; }
      .slider-sg .products.product-grid-view > li .product-item-info:after {
        content: "";
        position: absolute;
        left: 36px;
        width: 0;
        height: 0;
        top: -7px;
        z-index: 9;
        width: 10px;
        height: 29px;
        background: #1F57E0;
        transform: rotate(26deg); }
      .slider-sg .products.product-grid-view > li .product-item-info .stock-availability {
        right: 10px; }
    .slider-sg .products.product-grid-view .product-item-info {
      height: 100%;
      border: 1px solid #FD6767;
      position: relative; }
  .slider-sg .product-grid-view .prod-img {
    margin-top: 0;
    padding: 0px;
    /*text-align: left;*/ }
  .slider-sg .sldr-thumblist .slick-track {
    min-width: 100%; }
  .slider-sg .item-box {
    margin-left: auto;
    margin-right: auto;
    list-style: none;
    padding-bottom: 10px; }

ul.disc {
  list-style: disc;
  padding-left: 20px; }

body .MagicScroll img[src$='.gif'] {
  padding-top: 50%; }
body .MagicScroll .mcs-item:first-child img[src$='.gif'] {
  padding: 50% !important;
  width: 100%;
  min-height: 190px; }
body .MagicScroll .mcs-item {
  white-space: normal !important;
  line-height: initial;
  font-size: inherit; }

.banner-tworow-slider li > .product-item-info:first-child {
  margin-bottom: 10px; }

.banner-onerow-slider .product-item-info {
  margin-bottom: 0px; }

.MagicScroll .product-item-info {
  margin-bottom: 0; }
.MagicScroll .prod-img,
.MagicScroll .blog-img {
  position: relative !important;
  height: initial;
  line-height: 0;
  margin-bottom: 5px;
  transition: all 0.5s; }

.banner-slider {
  overflow: hidden; }

.zoom-gallery .MagicScroll .mcs-item img {
  max-height: initial;
  object-fit: contain; }

.popular-products-contain {
  margin: 0; }
  .popular-products-contain .slider-sg {
    padding: 0 15px 0 15px; }

.MagicScroll .prod-img a, .MagicScroll .blog-img a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }
.MagicScroll.MagicScroll-arrows-inside .mcs-button-arrow, .MagicScroll.MagicScroll-arrows-outside .mcs-button-arrow, .MagicScroll.MagicScroll-arrows-true .mcs-button-arrow {
  width: 30px;
  height: 40px;
  opacity: 1;
  background: #fff;
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.11); }
.MagicScroll .mcs-loader {
  display: none; }

@media all and (max-width: 991px) {
  .popular-products-contain .slider-sg {
    padding: 0 0px 0px 0px; }

  .banner-innerImg img {
    height: auto;
    position: static;
    transform: translate(0);
    max-width: 100%; }

  .content .banner-slider.container {
    padding-left: 15px !important;
    padding-right: 15px !important; }

  .banner-slider .bannerimg {
    margin-bottom: 10px;
    padding: 0; }

  /*.MagicScroll-horizontal .mcs-item li {
      padding: 5px 0px !important;
  }*/
  .slider-sg .product-grid-view .prod-img, .slider-sg .product-grid-view .product-info {
    text-align: center;
    padding: 5px; } }
/*@import "includes/d1/v1/minicart";*/
/*@import "includes/d1/v1/product-badge";*/
.badge {
  display: inline-block;
  padding: 0.4em 1rem;
  font-size: 0.85rem;
  font-weight: 500;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 15px; }
  .badge:empty {
    display: none; }
  .badge.badge-primary {
    background-color: #283784;
    color: #fff; }
  .badge.badge-danger {
    background-color: #DC3545;
    color: #fff; }
  .badge.badge-ternary {
    background-color: #243877;
    color: #fff; }
  .badge.badge-success {
    background-color: #283784;
    color: #fff; }
  .badge.badge-pending {
    background: transparent;
    color: #283784;
    border: 1px solid #283784; }
  .badge.badge-complete {
    background-color: #198754;
    color: #fff; }
  .badge.badge-warning, .badge.badge-info {
    background-color: #707D8F;
    color: #fff; }
  .badge.badge-outline-primary {
    background-color: #fff;
    color: #283784;
    border: 1px solid #283784; }

.full-banner {
  text-align: center; }
  .full-banner .slide {
    background-repeat: no-repeat; }
    .full-banner .slide.bannerheight {
      background-size: auto 100%; }
      .full-banner .slide.bannerheight.bannerheightstart {
        background-position: center left; }
      .full-banner .slide.bannerheight.bannerheightmiddle {
        background-position: center center; }
      .full-banner .slide.bannerheight.bannerheightend {
        background-position: center right; }
    .full-banner .slide.bannerwidth {
      background-size: 100% auto; }
      .full-banner .slide.bannerwidth.bannerwidthstart {
        background-position: center top; }
      .full-banner .slide.bannerwidth.bannerwidthmiddle {
        background-position: center center; }
      .full-banner .slide.bannerwidth.bannerwidthend {
        background-position: center bottom; }
    .full-banner .slide.stratched {
      background-size: 100% 100%; }

.banner_slider_container {
  position: relative; }
  .banner_slider_container .loader_wrapper {
    min-height: 400px; }
  .banner_slider_container .loader {
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 0;
    width: 180px;
    z-index: 1000;
    right: 0;
    margin: 0 auto;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center; }

.slick-dots li {
  width: 12px;
  height: 12px;
  margin: 4px 4px; }
  .slick-dots li.slick-active {
    width: 30px; }

/* Hide all the slide except first slide */
/*.desktop_banner .slide:nth-child(n + 2) {
    display: none;
}*/
/* Once slick is initialized show all the the slides */
/*.desktop_banner.slick-initialized .slide {
    display: block;
}*/
/* Hide all the slide except first slide */
/*.mobile_banner .slide:nth-child(n + 2) {
    display: none;
}*/
/* Once slick is initialized show all the the slides */
/*.mobile_banner.slick-initialized .slide {
    display: block;
}*/
.desktop_banner {
  display: block !important; }

.mobile_banner {
  display: none !important; }

.banner-content {
  padding: 1rem 0; }
  .banner-content p {
    font-size: 0.875rem; }
  .banner-content .tagline {
    font-size: 0.75rem;
    margin-bottom: 1rem; }
  .banner-content h2 {
    margin-bottom: .75rem; }
  .banner-content h3 {
    color: #283784;
    margin-bottom: 1rem;
    font-weight: 700; }
  .banner-content .btn {
    margin-top: .25rem;
    border-radius: 20px; }

.slick-slider-content .slick-dots {
  top: 86%; }

/* Slider for blog page  */
.slider {
  list-style: none; }

.slider-banner-item {
  position: relative; }

.slide-content {
  position: absolute;
  left: 0;
  bottom: 22%;
  width: 100%;
  text-align: center;
  color: #fff; }
  .slide-content a, .slide-content h2 {
    color: #fff; }

.blog-slider-wrap .slick-prev, .blog-slider-wrap .slick-next {
  display: none !important; }
.blog-slider-wrap .slick-prev {
  left: 15px  !important; }
.blog-slider-wrap .slick-next {
  right: 15px !important; }
.blog-slider-wrap .slick-dots li {
  height: 4px;
  border-radius: 0px;
  width: 30px;
  background: #B89831;
  opacity: .5; }
  .blog-slider-wrap .slick-dots li.slick-active, .blog-slider-wrap .slick-dots li:hover {
    background: #B89831;
    opacity: 1; }

.slider_template {
  padding-left: 0px !important; }

@media all and (min-width: 768px) {
  .slider_template {
    margin-bottom: 20px; }
    .slider_template.slick-slider img {
      width: 100%; } }
@media all and (max-width: 991px) {
  .desktop_banner {
    display: none !important; }

  .mobile_banner {
    display: block !important; }

  .banner_slider_container .loader_wrapper {
    min-height: 200px; }

  .full-banner {
    text-align: center; }
    .full-banner .slide {
      background-repeat: no-repeat; }
      .full-banner .slide.bannerheight {
        background-size: contain; }
        .full-banner .slide.bannerheight.bannerheightstart {
          background-position: center left; }
        .full-banner .slide.bannerheight.bannerheightmiddle {
          background-position: center center; }
        .full-banner .slide.bannerheight.bannerheightend {
          background-position: center right; }
      .full-banner .slide.bannerwidth {
        background-size: 100% auto; }
        .full-banner .slide.bannerwidth.bannerwidthstart {
          background-position: center top; }
        .full-banner .slide.bannerwidth.bannerwidthmiddle {
          background-position: center center; }
        .full-banner .slide.bannerwidth.bannerwidthend {
          background-position: center bottom; }
      .full-banner .slide.stratched {
        background-size: 100% 100%; }

  .full-banner {
    padding-right: 0;
    padding-left: 0; } }
.grid-container {
  margin-left: -7.5px;
  margin-right: -7.5px; }

.products.product-grid-view {
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  overflow: hidden;
  list-style: none;
  padding: 0; }
  .products.product-grid-view > li {
    padding: 7.5px;
    background: transparent; }
  .products.product-grid-view .prod-img {
    display: block;
    position: relative;
    transition: all .4s ease-in-out 0s;
    margin-bottom: 3px;
    text-align: center; }
.products .link-product-name {
  color: #283784;
  font-size: 1rem;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 44px;
  line-height: 22px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  /* font-weight: normal; */ }
.products .product-item-info {
  border: 1px solid #CECECE; }
.products .prod-img {
  overflow: hidden;
  position: relative;
  text-align: center; }
  .products .prod-img:hover img {
    transform: scale(1.1); }
.products .product-info {
  padding: 10px; }
  .products .product-info h3 {
    font-weight: normal; }
.products .prod-desc {
  font-size: 0.81rem;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 44px;
  line-height: 22px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  white-space: initial; }
.products .price-wrap {
  padding-top: 13px;
  padding-bottom: 13px; }

.product-title .link-product-name {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-size: 1rem;
  word-wrap: break-word; }

.owl-carousel .prod-img {
  padding-top: 0px !important; }

.prod-img.prod-img-overlay:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(0, 45, 115, 0.92) 0%, rgba(0, 45, 115, 0) 67.71%); }

.new-badge {
  position: absolute;
  left: 10px;
  top: 10px;
  background: #1F57E0;
  color: #fff;
  padding: 2px 10px; }

.discount {
  position: absolute;
  right: 10px;
  top: 10px; }

.product-media .discount {
  background: #DC3545;
  color: #fff;
  transform: rotate(-45deg);
  text-align: center;
  position: absolute;
  left: -36px;
  top: 28px;
  width: 170px;
  font-size: 0.875rem;
  padding: 9px 1px;
  line-height: 1.25; }

.addtocart-btn {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between; }
  .addtocart-btn .btn.disable {
    background: #E3E3E3;
    border-color: #E3E3E3;
    cursor: not-allowed;
    opacity: .9;
    color: #283784;
    width: 100%; }

.see-wrap .btn {
  border-width: 1px;
  border-style: solid; }

.btn_gray {
  background-color: #E9EBF0;
  color: #283784;
  border-color: #E9EBF0 !important;
  width: 100%;
  display: block; }

.product {
  list-style: none;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
  .product .product-item {
    padding-right: .5rem;
    padding-left: .5rem;
    width: 25%;
    margin-bottom: .75rem; }

.product-item-info {
  background: #fff;
  border-radius: 8px;
  text-align: left; }
  .product-item-info:hover {
    box-shadow: 3px 3px 3px 0px rgba(0, 0, 0, 0.2); }

.item-wrap {
  background: #fff; }
  .item-wrap:hover {
    box-shadow: 3px 3px 3px 0px rgba(0, 0, 0, 0.2); }
  .item-wrap .item-img a {
    overflow: hidden;
    display: block; }
    .item-wrap .item-img a img {
      transition: all 0.4s ease-in-out;
      -webkit-transition: all 0.4s ease-in-out; }

.editor-content ul, .editor-content ol {
  padding-left: 20px; }
  .editor-content ul.nav-tabs, .editor-content ol.nav-tabs {
    padding-left: 0; }

/*@import "blog/d1/v1/blog_listing";
@import "custom_css/mini_search";
@import "custom_css/cms_blog-slider";*/
/*$default		  :#F0F0F0;*/
/*10px;*/
/*13px;*/
/*20px;*/
.transition, .products .prod-img img {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out; }

.ellips {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  display: block; }

.countdown-inner {
  text-align: center; }
  .countdown-inner > div {
    display: inline-block;
    font-size: 1.5rem;
    padding: 5px;
    text-transform: uppercase;
    text-align: center;
    background-color: #fff;
    color: #000;
    border-radius: 7px; }
    .countdown-inner > div:not(:last-child) {
      margin-right: 5px; }
    .countdown-inner > div span {
      display: block;
      font-size: 1.5rem; }

.addthis_inline_share_toolbox {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center; }
  .addthis_inline_share_toolbox .font_bold {
    padding-right: 12px;
    font-weight: 500; }

.no-search-result {
  text-align: center;
  max-width: 312px;
  margin: 40px auto; }
  .no-search-result i, .no-search-result span {
    font-size: 90px;
    color: #283784;
    margin-bottom: 25px;
    display: block;
    font-weight: 400;
    position: relative; }
    .no-search-result i:before, .no-search-result span:before {
      position: absolute;
      left: 0;
      right: 0; }

.page404 {
  text-align: center; }
  .page404 .page-title404 {
    font-size: 120px;
    display: block;
    text-align: center;
    color: #2B73D1;
    margin-bottom: 10px;
    margin-top: 75px;
    font-weight: bold; }
  .page404 .content-404 p {
    color: #929292; }
  .page404 .content-404 .actionbutton {
    margin-top: 85px;
    margin-bottom: 75px; }
    .page404 .content-404 .actionbutton a {
      min-width: 235px; }

.table-record-row .pager {
  text-align: right; }
  .table-record-row .pager select, .table-record-row .pager input {
    max-width: 80px;
    height: 35px; }
  .table-record-row .pager .btn-icon {
    font-weight: 600; }
.table-record-row span, .table-record-row input, .table-record-row select {
  display: inline-block;
  vertical-align: middle; }

.box-line-default {
  border: 1px solid #CECECE; }

.line-default-right {
  border-right: 1px solid #CECECE;
  padding-right: 1rem; }

.line-default-left {
  border-left: 1px solid #CECECE;
  padding-left: 1rem; }

.line-default-top {
  border-top: 1px solid #CECECE;
  padding-top: 1rem; }

.line-default-stop {
  border-top: 1px solid #CECECE;
  padding-top: 1rem;
  margin-top: 1rem; }

.line-default-bottom {
  border-bottom: 1px solid #CECECE;
  padding-bottom: 1rem; }

.line-default-sbottom {
  border-bottom: 1px solid #CECECE;
  padding-bottom: 1rem;
  margin-bottom: 1rem; }

@media all and (min-width: 992px) {
  .m-view {
    display: none; } }
@media all and (min-width: 1550px) {
  .header-search .categories {
    height: 33px; } }
@media all and (max-width: 991px) {
  .static-page {
    padding: 0;
    margin: 20px 0; }
    .static-page .rpos {
      margin-top: 15px; }
    .static-page img.fr-fic {
      margin: 5px 0;
      position: static; } }
/*@import "component/fonts";*/
@font-face {
  font-family: "db_heaventlight";
  src: url("../fonts/DB_Heavent_Li.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: "db_heaventreguler";
  src: url("../fonts/DB_Heavent_Reg.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: "db_heaventmed";
  src: url("../fonts/DB_Heavent_Med.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: "db_heaventmed-regular";
  src: url("../fonts/db_helvethaica_x_bd_v3.2-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: "db_fongnam_xbold";
  src: url("../fonts/DB_FongNam_X.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon.eot?2gn1g9");
  src: url("../fonts/icomoon.eot?2gn1g9#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?2gn1g9") format("truetype"), url("../fonts/icomoon.woff?2gn1g9") format("woff"), url("../fonts/icomoon.svg?2gn1g9#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block; }
.icon-arrow-left4, .icon-arrow-right4, .icon-arrow-left, .icon-arrow-right, .icon-arrow-left2,
.icon-arrow-right2, .icon-arrow-right3, .icon-closer, .icon-moon, .icon-web-other, .icon-lang,
.icon-arrow-left3, .icon-facebook, .icon-ig, .icon-search {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-arrow-left4:before {
  content: "\e91b"; }

.icon-arrow-right4:before {
  content: "\e920"; }

.icon-arrow-left:before {
  content: "\e91c"; }

.icon-arrow-right:before {
  content: "\e91d"; }

.icon-arrow-left2:before {
  content: "\e91e"; }

.icon-arrow-right2:before {
  content: "\e91f"; }

.icon-arrow-right3:before {
  content: "\e908"; }

.icon-closer:before {
  content: "\e900"; }

.icon-moon:before {
  content: "\e901"; }

.icon-web-other:before {
  content: "\e902"; }

.icon-lang:before {
  content: "\e903"; }

.icon-arrow-left3:before {
  content: "\e904"; }

.icon-facebook:before {
  content: "\e905"; }

.icon-ig:before {
  content: "\e906"; }

.icon-search:before {
  content: "\e907"; }

/*  New Font icon  */
@font-face {
  font-family: 'icomoon2';
  src: url("../fonts/icomoon2.eot?kn8rx9");
  src: url("../fonts/icomoon2.eot?kn8rx9#iefix") format("embedded-opentype"), url("../fonts/icomoon2.ttf?kn8rx9") format("truetype"), url("../fonts/icomoon2.woff?kn8rx9") format("woff"), url("../fonts/icomoon2.svg?kn8rx9#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
  color: #000; }
[class^="icon2-"], [class*=" icon2-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon2' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon2-facility:before {
  content: "\e900";
  color: #283784; }

.icon2-map:before {
  content: "\e901";
  color: #283784; }

.slider-item {
  padding-left: 7.5px;
  padding-right: 7.5px;
  margin-bottom: 1rem; }

.product-grid-view {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-bottom: 1rem !important;
  list-style: none;
  margin-left: -7.5px !important;
  margin-right: -7.5px !important; }

.grid-1 li {
  width: 100%; }

.grid-2 li {
  width: 50%; }

.grid-3 li {
  width: 33.33%; }

.grid-4 li {
  width: 25%; }

.grid-5 li {
  width: 20%; }

.grid-6 li {
  width: 16.666%; }

.box-border {
  border: 1px solid #CECECE;
  padding: 25px; }

.box-border-stop {
  border: 1px solid #CECECE;
  padding: 25px;
  margin-top: 30px; }

.box-border-sbottom {
  border: 1px solid #CECECE;
  padding: 25px;
  margin-bottom: 30px; }

.heading-application .border-bottom {
  border-width: 2px !important;
  border-color: #707D8F !important; }

.box-wrap {
  padding: 15px;
  background: #fff;
  margin-bottom: 10px;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1); }
  .box-wrap.no_shadow {
    box-shadow: none;
    margin-bottom: 0;
    padding: 0; }
  .box-wrap.gray_bg {
    background-color: #8D9095; }

.custom-message {
  margin-top: 0;
  position: fixed;
  top: 10px;
  transform: translateX(-50%);
  left: 50%;
  z-index: 9999; }

/*  Common social section  */
.blog-social-list-box {
  padding-left: 52px;
  padding-right: 52px;
  margin-bottom: 60px; }

.social-title-border {
  border-bottom: 1px solid #DEDEDE;
  padding-bottom: .6rem;
  margin-bottom: 1rem;
  color: #283784; }

.blog-social {
  list-style: none;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: .5rem 0 .5rem 0;
  align-items: center; }
  .blog-social li {
    margin: 10px 40px 5px 0; }
    .blog-social li:last-child {
      margin-right: 0; }
    .blog-social li a, .blog-social li span {
      /*color: $gray-700;
      font-size: $font-large;*/
      color: #3F4650;
      font-size: 34px;
      line-height: 30px; }
      .blog-social li a:hover, .blog-social li span:hover {
        color: #283784; }
      .blog-social li a.fb:hover, .blog-social li span.fb:hover {
        color: #2156C0; }
      .blog-social li a.twitter:hover, .blog-social li span.twitter:hover {
        color: #1DA1F2; }
      .blog-social li a.line:hover, .blog-social li span.line:hover {
        color: #06C755; }
      .blog-social li a.link:hover, .blog-social li span.link:hover {
        color: #283784; }
    .blog-social li .fa-link {
      transform: rotate(45deg); }

input#zip_code {
  background: none !important; }

.flatpickr-day.selected, .flatpickr-day:hover, .flatpickr-day:focus {
  background-color: #283784;
  border-color: #283784;
  color: #fff; }

.text_dark {
  color: #343a40; }

.statusmsg {
  font-size: 1.75rem; }

ul.slider.slick-slider {
  margin-top: 0;
  padding: 0; }

.fa-phone {
  transform: rotateY(180deg);
  font-weight: normal; }

.phone-link {
  min-width: 220px; }

.slick-slider {
  display: none; }

.slick-slider.slick-initialized {
  display: block; }

.show_desk {
  display: block !important; }

.show_mob {
  display: none !important; }

#welcomediv .modal-dialog {
  max-width: 1000px; }

@media all and (min-width: 1024px) {
  .mt-dnone {
    margin-top: 0 !important; } }
@media all and (min-width: 992px) {
  .boxmore_padding {
    padding-left: 34px;
    padding-right: 34px; }

  .m-view {
    display: none; }

  .desk-hide {
    display: none !important; } }
@media all and (min-width: 1550px) {
  .header-search .categories {
    height: 33px; } }
@media all and (max-width: 992px) {
  .grid-2 li,
  .grid-3 li,
  .grid-4 li,
  .grid-5 li,
  .grid-6 li {
    width: 33.33% !important; } }
@media all and (max-width: 991px) {
  .mob-hide {
    display: none !important; }

  .row_padding {
    margin-left: -5px;
    margin-right: -5px; }

  .col_padding {
    padding-left: 5px;
    padding-right: 5px; }

  .mob-bottom-1 {
    margin-bottom: 16px; }

  .show_desk {
    display: none !important; }

  .show_mob {
    display: block !important; }

  .slick-arrow.slick-prev, .slick-arrow.slick-next {
    display: none !important; }

  ul.slider.slick-slider {
    margin: 0 -15px 0 -15px;
    padding: 0; }

  .MagicScroll-horizontal .mcs-bullets {
    display: block !important;
    overflow: hidden;
    white-space: nowrap;
    overflow-x: auto;
    margin-left: 15px;
    margin-right: 15px;
    max-width: calc(100% - 30px); }

  /*.MagicScroll-horizontal.MagicScroll-arrows-inside .mcs-button-arrow-prev,
  .MagicScroll-horizontal.MagicScroll-arrows-inside .mcs-button-arrow-next {
      display: none !important;
  }*/
  .m-txt-center {
    text-align: center !important; }

  .m-txt-right {
    text-align: right !important; }

  .text-xs-center {
    text-align: center !important; }

  .grid-2 li,
  .grid-3 li,
  .grid-4 li,
  .grid-5 li,
  .grid-6 li {
    width: 50% !important; }

  .review-star {
    font-size: 0.875rem; }

  h1 {
    font-size: 1.5rem; }

  h2 {
    font-size: 1.125rem; }

  h3 {
    font-size: 1.125rem; }

  h4 {
    font-size: 1rem; }

  .product-grid-view {
    padding-bottom: 0px !important; }
    .product-grid-view .item-wrap {
      border-radius: 8px;
      overflow: hidden;
      box-shadow: 2px 2px 6px 0px rgba(0, 0, 0, 0.2); }

  .blog-social-list-box {
    margin-bottom: 1.5rem;
    padding-left: 15px;
    padding-right: 15px; }

  .blog-social {
    /* justify-content: center; */ }

  .social-title-border {
    color: #283784; } }
@media all and (max-width: 500px) {
  .grid-2 li,
  .grid-3 li,
  .grid-4 li,
  .grid-5 li,
  .grid-6 li {
    width: 100% !important; }
  .grid-2.grid_4_half li,
  .grid-3.grid_4_half li,
  .grid-4.grid_4_half li,
  .grid-5.grid_4_half li,
  .grid-6.grid_4_half li {
    width: 50% !important; } }
