/*
 $body-font-size         		: 15px		!default;
 $header-fsize           		: 2.5rem	!default; 
 $content-fsize          		: 1.2rem	!default;
 $section-content-fsize  		: 1rem		!default;
 $subheader-fsize        		: 1.3rem	!default;
 $price-lg-fsize         		: 2.3rem	!default;
 $price-md-fsize         		: 1.5rem	!default;
 $price-sm-fsize         		: 1.2rem	!default;
 $price-number-box-fsize 		: 1rem		!default;
 */
/*
 // keep only: 
 $primary-color          : #9bad4c;
 $primary-hover-color    : #829238;
 $primary-disabled-color	: #eeeeee;
 $btn-text-color         : #ffffff;
 $body-font-size         : 15px;
 $header-fsize           : 2.5rem; 
 $content-fsize          : 1.2rem;
 $subheader-fsize        : 1.3rem;
 $price-lg-fsize         : 2.3rem;
 $price-md-fsize         : 1.5rem;
 $price-number-box-fsize : 1rem;
 // other hardcode:
 */
/**   media query **/
/**   animation **/
body {
  color: #000;
  line-height: 1.5;
  font-family: 'Open Sans', 'Helvetica', 'Microsoft JhengHei', sans-serif, 'system-ui';
  letter-spacing: 1px;
  font-size: 15px;
  word-break: break-word; }

.fill > .row {
  margin-left: 0;
  margin-right: 0; }

input, textarea, button, select, .form-control, .btn {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none; }
  input:focus, textarea:focus, button:focus, select:focus, .form-control:focus, .btn:focus {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none; }

a, a:focus, a:active, a:hover {
  text-decoration: none;
  -webkit-text-decoration-skip: objects;
  background-color: transparent;
  cursor: pointer;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -ms-transition: color 0.3s ease;
  transition: color 0.3s ease; }

a, a:focus, a:active {
  color: inherit; }

a:hover {
  color: #a1a1a1; }

i.fa {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  -ms-user-select: none;
  user-select: none; }

body > .content > .container, body > .content > .container-fluid {
  padding-right: 0;
  padding-left: 0;
  margin-right: 0;
  margin-left: 0; }
  body > .content > .container > .row, body > .content > .container-fluid > .row {
    margin-right: 0;
    margin-left: 0; }

html {
  height: 100%; }
  html body {
    height: 100%; }
  html body header {
    flex: 0 0 auto; }
  html body .content {
    margin-bottom: auto; }
  html body .content > div:last-child {
    margin-bottom: auto; }
  @media only screen and (min-width: 1200px) {
body header {
  width: 1200px;
  margin-left: auto;
  margin-right: auto; }
  body .content {
    width: 1200px;
    margin-left: auto;
    margin-right: auto; }
  body footer > div {
    width: calc(1200px - 30px - 30px);
    margin-left: auto;
    margin-right: auto; } }



@media only screen and (min-width: 768px) {
  .fill {
    box-sizing: border-box; } }

@media only screen and (max-width: 767px) {
  body header {
    height: 60px; }
    body header .navbar-brand {
      width: 50%;
      height: inherit; }
      body header .navbar-brand img {
        width: 100%;
        height: 100%; }
    body .nav-drill {
      height: calc(100% - 60px); }
    body .content {
      padding-top: 60px; }
    body .fill {
      height: 100%; } }





.fa-stack[data-count]:after {
  position: absolute;
  right: 0%;
  bottom: 16%;
  content: attr(data-count);
  font-size: 38%;
  padding: 0.6em;
  border-radius: 999px;
  line-height: 0.75em;
  color: #000;
  background: #fa0000;
  text-align: center;
  min-width: 2em;
  font-weight: bold; }

a {
  color: inherit; }

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

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

.old-price {
  color: #a1a1a1; }

.text-green {
  color: green; }

.btn-primary {
  background-color: #fa0000;
  border-color: #fa0000;
  color: #000;
  padding: 10px 30px; }
  .btn-primary:hover, .btn-primary.hover {
    background-color: #f22;
    border-color: #f22; }
  .btn-primary:focus, .btn-primary.focus {
    background-color: #f22;
    border-color: #f22; }
  .btn-primary:disabled, .btn-primary.disabled {
    background-color: #a1a1a1;
    border-color: #fff; }
  .btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
    background-color: #f22;
    border-color: #f22; }

.btn-outline {
  background-color: white;
  border-color: #000;
  color: #0b0b0b; }

.btn-outline-white {
  color: #6c757d;
  background-color: transparent;
  background-image: none;
  border-color: #6c757d; }
  .btn-outline-white:hover {
    background-color: #ebebeb;
    border-color: #6c757d; }
  .btn-outline-white:focus, .btn-outline-white.focus {
    background-color: transparent;
    border-color: #6c757d; }

.btn-max-250 {
  max-width: 250px; }

@media only screen and (min-width: 768px) {
  .btn-md-max-250 {
    max-width: 250px; } }

.checkbox input, .radio input {
  display: none; }
  .checkbox input ~ label, .radio input ~ label {
    display: inline-block;
    position: relative;
    padding-left: 1.75em;
    line-height: 1;
    user-select: none;
    cursor: pointer;
    vertical-align: middle;
    min-height: 1em;
    margin-top: 10px;
    margin-bottom: 10px; }
  .checkbox input ~ label::before, .radio input ~ label::before, .checkbox input ~ label::after, .radio input ~ label::after {
    position: absolute;
    left: 0;
    top: 0;
    display: inline-block;
    width: 1em;
    height: 1em;
    content: ""; }
  .checkbox input ~ label::before, .radio input ~ label::before {
    border: 1px solid;
    border-color: #ccc; }
  .checkbox input ~ label::after, .radio input ~ label::after {
    content: "";
    display: inline-block;
    width: calc(1em - 2px);
    height: calc(1em - 2px);
    top: 1px;
    left: 1px;
    position: absolute;
    background-repeat: no-repeat;
    background-size: cover;
    display: none; }
  .checkbox input.is-invalid ~ label, .radio input.is-invalid ~ label {
    color: #dc3545; }
    .checkbox input.is-invalid ~ label::before, .radio input.is-invalid ~ label::before {
      border-color: #dc3545; }
  .checkbox input:checked ~ label:before, .radio input:checked ~ label:before {
    background-color: #ff0012;
    border-color: #ff0012; }
    .checkbox input:checked ~ label:after, .radio input:checked ~ label:after {
      display: block;
      color: #fff; }

.checkbox input ~ label::after {
  font-size: calc(1em * 0.9);
  font-family: FontAwesome;
  content: "\f00c"; }

.radio input ~ label::before {
  border-radius: 50%; }
  .radio input ~ label::after {
    color: #000;
    font-family: FontAwesome;
    content: "\f192"; }

.image-circle {
  background-image: url("/image/catalog/placeholder-40x40.png");
  width: 75%;
  border-radius: 50%;
  border: 1px solid #dee2e6;
  display: block;
  object-fit: contain;
  margin: 10px auto;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }

.image-circle:after {
  content: "";
  padding-bottom: 100%;
  display: block; }

.carousel {
  margin-top: 10px;
  width: 100%; }
  .carousel .carousel-outer {
    position: relative; }
  .carousel .carousel-item {
    height: auto;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat; }
  .carousel .carousel-item img {
    width: inherit;
    height: inherit;
    object-fit: contain;
    object-position: center; }
  .carousel.carousel-thumbnails {
    overflow: hidden;
    width: auto; }
  .carousel.carousel-thumbnails .carousel-indicators {
    margin-top: 10px;
    margin-left: 0;
    margin-right: 0;
    overflow-x: scroll;
    overflow-y: hidden;
    position: relative;
    text-align: left;
    white-space: nowrap;
    width: auto;
    justify-content: initial; }
  .carousel.carousel-thumbnails .carousel-indicators li {
    display: inline-block;
    height: 80px;
    width: 80px;
    border: 1px solid #dee2e6;
    margin-left: 5px;
    margin-right: 5px; }
    .carousel.carousel-thumbnails .carousel-indicators li img {
      margin: auto;
      display: block;
      opacity: 0.5;
      height: inherit;
      width: inherit;
      object-fit: cover; }
    .carousel.carousel-thumbnails .carousel-indicators li.active img {
      opacity: 1; }
    .carousel.carousel-thumbnails .carousel-indicators li:hover img {
      opacity: 0.75; }

.carousel-control {
  background-image: none;
  width: 54px;
  height: 54px;
  top: 50%;
  margin-top: -27px;
  line-height: 54px;
  border: 2px solid #fff;
  opacity: 1;
  text-shadow: none;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -ms-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s; }
  .carousel-control.carousel-control-prev {
    left: 20px; }
  .carousel-control.carousel-control-next {
    right: 20px; }

.carousel-control-prev-icon {
  border-style: solid;
  border-color: white;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  -webkit-filter: drop-shadow(0px 0px 3px rgba(0, 0, 0, 0.9));
  filter: drop-shadow(0px 0px 3px rgba(0, 0, 0, 0.9));
  background-image: none; }

.carousel-control-next-icon {
  border: solid;
  border-color: white;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -webkit-filter: drop-shadow(0px 0px 3px rgba(0, 0, 0, 0.9));
  filter: drop-shadow(0px 0px 3px rgba(0, 0, 0, 0.9));
  background-image: none; }

.product-info .carousel .carousel-item {
  height: 400px; }
/* Input */
textarea {
  background: #fff;
  color: #666;
  font-weight: 400;
  font-family: inherit;
  border: 1px solid #d9d9d9;
  border-radius: 4px;
  margin: 5px 0px;
  padding: 6px 10px;
  -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
  -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
  -ms-transition: border linear 0.2s, box-shadow linear 0.2s;
  transition: border linear 0.2s, box-shadow linear 0.2s; }

input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"] {
  background: #fff;
  color: #666;
  font-weight: 400;
  font-family: inherit;
  border: 1px solid #d9d9d9;
  border-radius: 4px;
  padding: 6px 10px;
  -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
  -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
  -ms-transition: border linear 0.2s, box-shadow linear 0.2s;
  transition: border linear 0.2s, box-shadow linear 0.2s; }

.uneditable-input {
  background: #fff;
  color: #666;
  font-weight: 400;
  font-family: inherit;
  border: 1px solid #d9d9d9;
  border-radius: 4px;
  margin: 5px 0px;
  padding: 6px 10px;
  -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
  -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
  -ms-transition: border linear 0.2s, box-shadow linear 0.2s;
  transition: border linear 0.2s, box-shadow linear 0.2s; }
/* End of Input */
/* Select box */
select {
  background: #fff;
  color: #666;
  font-weight: 400;
  font-family: inherit;
  border: 1px solid #d9d9d9;
  border-radius: 4px;
  margin: 5px 0px;
  padding: 6px 10px;
  -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
  -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
  -ms-transition: border linear 0.2s, box-shadow linear 0.2s;
  transition: border linear 0.2s, box-shadow linear 0.2s;
  background: url(/image/catalog/select_arrow_down.svg);
  background-color: #fff;
  background-position: calc(100% - 10px);
  background-size: 15px;
  background-repeat: no-repeat; }
/* End of Select Box */
/* Radio button */
.radio-box {
  list-style: none;
  margin: 0;
  padding: 0;
  overflow: hidden; }
  .radio-box .radio {
    color: #262626;
    display: table;
    position: relative;
    float: left;
    width: 100%;
    height: 60px;
    padding-left: 0px;
    margin-bottom: 0px; }
  .radio-box input[type=radio] {
    position: absolute;
    visibility: hidden; }
  .radio-box label {
    display: inline-block;
    position: relative;
    z-index: 9;
    margin-top: 0px;
    cursor: pointer;
    -webkit-transition: all 0.25s linear;
    -moz-transition: all 0.25s linear;
    -ms-transition: all 0.25s linear;
    transition: all 0.25s linear;
    vertical-align: middle; }
  .radio-box .check {
    display: block;
    /*position: absolute;*/
    border: 1px solid #cacaca;
    border-radius: 100%;
    height: 15px;
    width: 15px;
    padding-top: 2px;
    top: 30px;
    left: 20px;
    z-index: 5;
    -webkit-transition: border 0.25s linear;
    -moz-transition: border 0.25s linear;
    -ms-transition: border 0.25s linear;
    transition: border 0.25s linear; }
  .radio-box .check::before {
    display: block;
    /*position: absolute;*/
    content: '';
    border-radius: 100%;
    height: 9px;
    width: 9px;
    /*top: 2px;*/
    left: 2px;
    margin: auto;
    -webkit-transition: background 0.2s linear;
    -moz-transition: background 0.2s linear;
    -ms-transition: background 0.2s linear;
    transition: background 0.2s linear; }

.radio-no-image .radio-box .radio {
  height: 50px; }

@media screen and (min-width: 600px) {
  .radio-no-image .radio-box .radio {
    height: 40px; } }

input[type=radio]:checked ~ .check-cell > .wrapper > .check::before {
  background: #03a9f4; }
  input[type=radio]:checked ~ .label-cell > .wrapper > label {
    color: #3e3e3e;
    font-weight: 800; }

.photo-cell img {
  max-width: none; }

.wrapper {
  display: inline-block;
  overflow: auto;
  max-height: 100%; }

.table-cell {
  height: inherit;
  vertical-align: middle;
  text-align: left;
  display: table-cell; }

.photo-cell {
  width: 55px; }

.check-cell {
  width: 30px; }

.custom-radio .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #ff0012; }
/* End of Radio button */
/*	number box	*/
.value-button {
  display: inline-block;
  border: 1px solid #ddd;
  margin: 0px;
  text-align: center;
  vertical-align: middle;
  padding: 11px 0;
  background: #fff;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .value-button:hover {
    cursor: pointer; }

.decrease {
  text-align: center;
  border-radius: 3px 0 0 3px;
  border: 1px solid #ddd;
  display: inline-block;
  padding: 0.55rem 0.45rem;
  cursor: pointer;
  min-width: 40px;
  width: auto;
  height: auto;
  font-size: 15px; }
  .decrease:active {
    -webkit-box-shadow: inset 0 0 1px #000;
    -moz-box-shadow: inset 0 0 1px #000;
    -ms-box-shadow: inset 0 0 1px #000;
    box-shadow: inset 0 0 1px #000; }

.increase {
  text-align: center;
  border-radius: 0 3px 3px 0;
  border: 1px solid #ddd;
  display: inline-block;
  padding: 0.55rem 0.45rem;
  cursor: pointer;
  min-width: 40px;
  width: auto;
  height: auto;
  font-size: 15px; }
  .increase:active {
    -webkit-box-shadow: inset 0 0 1px #000;
    -moz-box-shadow: inset 0 0 1px #000;
    -ms-box-shadow: inset 0 0 1px #000;
    box-shadow: inset 0 0 1px #000; }

.input-wrap {
  margin: 0px;
  margin-right: 10px;
  text-align: center;
  display: inline-flex;
  align-items: center;
  width: auto;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-inline-flex; }

input.quantity-num {
  text-align: center;
  display: inline-block;
  border-radius: 0px;
  border: 1px solid #ddd;
  border-left: none;
  border-right: none;
  font-size: 15px;
  padding: 0.55rem 0.45rem;
  background: #fff;
  margin: 0px;
  max-width: 3.5rem; }
  input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    margin: 0; }
/*End of number box*/
.profileStep {
  margin: 20px 0 0 0;
  text-align: center;
  position: relative;
  top: 30px;
  height: 50px;
  display: inline-block; }
  .profileStep .connect {
    position: absolute;
    top: 10px;
    left: 9px;
    height: 3px;
    background-color: #ff0012; }
  .profileStep.profileStepShort {
    width: 130px; }
  .profileStep.profileStepLong {
    width: 180px; }
  .profileStep .connect.short {
    width: 122px; }
  .profileStep .connect.long {
    width: 255px; }
  .profileStep .icon {
    position: absolute;
    top: 0;
    right: -13px;
    width: 21px;
    height: 21px;
    background-color: #ff0012;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    color: #fff;
    z-index: 5; }
  .profileStep .info {
    position: absolute;
    top: -30px;
    width: 150px;
    color: #000;
    letter-spacing: -0.4px;
    text-align: center; }
  .profileStep .info.short {
    left: 57px; }
  .profileStep .info.long {
    left: 105px; }

.profileStepPassive .connect {
  background-color: #a1a1a1; }
  .profileStepPassive .icon {
    background-color: #a1a1a1; }

header {
  color: #a1a1a1; }
  header .nav-link {
    color: #a1a1a1;
    cursor: pointer; }
  header .navbar-nav {
    margin-left: auto;
    color: #a1a1a1; }
  header .navbar-nav .nav-item {
    cursor: pointer; }
  header .navbar-nav .nav-item.nav-item-desktop {
    display: inline-block; }
  header .navbar-nav .nav-item.nav-item-mobile {
    display: none; }
    header .navbar-nav .nav-item.nav-item-mobile .nav-link {
      font-size: 24px;
      padding: 0px 8px;
      color: #a1a1a1; }
  header .navbar-nav .cart-item-num {
    background: #fa0000;
    color: #000;
    font-size: calc(13px - 2px);
    border-radius: 50%;
    border: none;
    padding: 4px;
    min-width: 20px; }
  @media only screen and (max-width: 767px) {
header .navbar-nav .nav-item.nav-item-desktop {
  display: none; }
  header .navbar-nav .nav-item.nav-item-mobile {
    display: inline-block; } }

.global-search .btn-global-search i {
  color: #a1a1a1; }
  .global-search .btn-global-search:focus i, .global-search .btn-global-search.focus i, .global-search .btn-global-search:hover i {
    color: #212529; }
  .global-search .global-search-input {
    padding-left: 0;
    width: 61px;
    border-top: 0;
    border-bottom: 0;
    border-left: 0;
    border-right: 0;
    -webkit-transition: width 0.2s ease-in-out;
    -moz-transition: width 0.2s ease-in-out;
    -ms-transition: width 0.2s ease-in-out;
    transition: width 0.2s ease-in-out; }
  .global-search .global-search-input:focus, .global-search .global-search-input.focus {
    width: 200px;
    border-bottom: 1px solid #d9d9d9; }
  .global-search .global-search-input::-webkit-input-placeholder {
    /* WebKit, Blink, Edge */
    color: #a1a1a1; }
  .global-search .global-search-input:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #a1a1a1;
    opacity: 1; }
  .global-search .global-search-input::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #a1a1a1;
    opacity: 1; }
  .global-search .global-search-input:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #a1a1a1; }
  .global-search .global-search-input::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #a1a1a1; }
  .global-search .global-search-input::placeholder {
    /* Most modern browsers support this now. */
    color: #a1a1a1; }

.banner-page-title {
  width: 100%;
  background-color: #a1a1a1;
  color: #fff;
  text-align: center;
  padding: 2rem;
  font-weight: bold;
  font-size: 13px; }
  .banner-page-title span {
    color: #fff; }

.dropdown {
  display: flex; }
  .dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0; }
  .dropdown .dropdown-toggle:after {
    border-top: 0;
    border-bottom: 0.3em solid; }

.footer {
  font-size: 15px;
  padding: 30px;
  margin-top: 35px;
  bottom: 0;
  width: 100%;
  background-color: #1f1f1f;
  /* Set the fixed height of the footer here */ }
  .footer .container-fluid {
    padding-top: 10px;
    padding-bottom: 10px; }
  .footer .container-fluid .row {
    padding-top: 10px;
    padding-bottom: 10px; }
  .footer .nav-link {
    padding-top: 10px;
    padding-bottom: 10px; }
  .footer .footer-copyright {
    color: #717171;
    font-size: 13px; }
  .footer .footer-copyright a {
    color: #717171;
    text-decoration: underline; }
  .footer .separator {
    border-color: #efefef;
    margin-top: 15px;
    margin-bottom: 15px; }

.top-menu .nav .nav-link {
  color: #000;
  padding-left: 15px;
  padding-right: 15px; }
  .top-menu .nav .nav-link:hover {
    color: #a1a1a1; }
  .top-menu .nav .show .nav-link {
    color: #000;
    background-color: initial; }
  .top-menu > .row {
    justify-content: center; }
  .top-menu > .row > div[class^="col-"] {
    padding-left: 0;
    padding-right: 0; }

.navbar .header-logo {
  object-fit: contain; }

.content .navbar-brand {
  text-align: center;
  max-width: 50%; }
  .content .navbar-brand .header-logo {
    max-width: 100%; }

.left-menu {
  padding-top: 20px;
  padding-bottom: 20px; }
  .left-menu .ma-accordion .ma-accordion-item > a, .left-menu .ma-accordion .ma-accordion-item > a .btn-collapse-content::before, .left-menu .ma-accordion .ma-accordion-item:before {
    color: #a1a1a1; }
  .left-menu .ma-accordion .ma-accordion-item.selected > a, .left-menu .ma-accordion .ma-accordion-item.selected > a .btn-collapse-content::before, .left-menu .ma-accordion .ma-accordion-item.selected:before {
    color: #fefeff; }

.GridSort .dropdown .btn-outline-dropdown {
  color: #a1a1a1;
  border: 1px solid #dee2e6;
  font-size: 15px; }
  .GridSort .dropdown .dropdown-menu {
    border: 1px solid #dee2e6; }
  .GridSort .dropdown .dropdown-menu .dropdown-item {
    color: #a1a1a1;
    font-size: 15px; }

.ma-accordion {
  list-style: none;
  margin-block-start: 0;
  margin-block-end: 0;
  margin-inline-start: 0;
  margin-inline-end: 0;
  padding-inline-start: 0; }
  .ma-accordion > .ma-accordion-item {
    line-height: 2;
    padding-left: 5px;
    padding-top: 0; }
  .ma-accordion > .ma-accordion-item > .ma-accordion-item-text {
    font-weight: bold; }
  .ma-accordion label {
    margin-top: 3px; }
  .ma-accordion .ma-accordion {
    list-style: none;
    padding: 0px; }
  .ma-accordion .ma-accordion-item .btn-collapse .btn-collapse-content {
    font-style: inherit; }
    .ma-accordion .ma-accordion-item .btn-collapse .btn-collapse-content:before {
      color: #000;
      font-family: FontAwesome;
      content: "\f068";
      float: right; }
  .ma-accordion .ma-accordion-item .btn-collapse.collapsed .btn-collapse-content:before {
    content: "\f067"; }

.left-menu .ma-accordion .ma-accordion > li:before {
  content: " - ";
  margin-right: 5px; }
  .left-menu .ma-accordion > .ma-accordion-item {
    padding-left: 15px; }

.box {
  /* padding-top: 1rem; */
  /* padding-bottom: 1.5rem; */ }
  .cart .cart-info .product-list {
    margin-bottom: 10px; }
  .cart .cart-info .product-list.effect-hover .cart-row:hover {
    background-color: #f8f8f8; }
  .cart .cart-info .product-list .cart-row {
    padding: 0.75rem;
    display: flex;
    -ms-flex-align: stretch;
    align-items: stretch; }
    .cart .cart-info .product-list .cart-row.cart-head {
      display: none;
      border-bottom: none; }
    .cart .cart-info .product-list .cart-row.cart-item {
      border-top: none;
      border-bottom: 1px solid #dee2e6; }
    .cart .cart-info .product-list .cart-row .cart-cell.image {
      display: block;
      text-align: center;
      width: 120px; }
      .cart .cart-info .product-list .cart-row .cart-cell.image img {
        object-fit: cover;
        max-width: 100px;
        max-height: 100px; }
      .cart .cart-info .product-list .cart-row .cart-cell.rowspan {
        width: 75%;
        padding-left: 10px;
        padding-right: 10px; }
      .cart .cart-info .product-list .cart-row .cart-cell.rowspan .cart-cell-sub.name {
        display: block;
        text-align: left;
        line-height: 2.1; }
        .cart .cart-info .product-list .cart-row .cart-cell.rowspan .cart-cell-sub.unit-price {
          display: block;
          text-align: left;
          line-height: 2.1; }
        .cart .cart-info .product-list .cart-row .cart-cell.rowspan .cart-cell-sub.product-quantity {
          display: block;
          text-align: left; }
        .cart .cart-info .product-list .cart-row .cart-cell.rowspan .cart-cell-sub.sub-total {
          display: block;
          text-align: left;
          line-height: 2.1; }
          .cart .cart-info .product-list .cart-row .cart-cell.rowspan .cart-cell-sub .price-assist-label {
            display: inline; }
      .cart .cart-info .product-list .cart-row .cart-cell.remove {
        width: 5%;
        float: right;
        text-align: right; }

@media only screen and (min-width: 768px) {
  .cart .cart-info .product-list {
    margin-bottom: 10px;
    border-bottom: 1px solid #dee2e6; }
    .cart .cart-info .product-list.effect-hover .cart-row:hover {
      background-color: #f8f8f8; }
    .cart .cart-info .product-list .cart-row {
      padding: 0.75rem;
      display: flex;
      vertical-align: middle; }
      .cart .cart-info .product-list .cart-row.cart-head {
        display: flex;
        font-weight: bold;
        border-bottom: 2px solid #dee2e6; }
      .cart .cart-info .product-list .cart-row.cart-item {
        border-top: 1px solid #dee2e6;
        border-bottom: none; }
      .cart .cart-info .product-list .cart-row .cart-cell {
        margin-top: auto;
        margin-bottom: auto; }
        .cart .cart-info .product-list .cart-row .cart-cell.image {
          text-align: center;
          width: 20%; }
          .cart .cart-info .product-list .cart-row .cart-cell.image img {
            object-fit: cover;
            max-width: 100px;
            max-height: 100px; }
        .cart .cart-info .product-list .cart-row .cart-cell.rowspan {
          width: 75%;
          display: flex;
          vertical-align: middle; }
          .cart .cart-info .product-list .cart-row .cart-cell.rowspan .cart-cell-sub {
            margin: auto; }
            .cart .cart-info .product-list .cart-row .cart-cell.rowspan .cart-cell-sub.name {
              text-align: left;
              width: 25%; }
            .cart .cart-info .product-list .cart-row .cart-cell.rowspan .cart-cell-sub.unit-price {
              text-align: center;
              width: 25%; }
            .cart .cart-info .product-list .cart-row .cart-cell.rowspan .cart-cell-sub.product-quantity {
              text-align: center;
              width: 25%; }
            .cart .cart-info .product-list .cart-row .cart-cell.rowspan .cart-cell-sub.sub-total {
              text-align: right;
              width: 25%; }
              .cart .cart-info .product-list .cart-row .cart-cell.rowspan .cart-cell-sub .price-assist-label {
                display: none; }
        .cart .cart-info .product-list .cart-row .cart-cell.remove {
          text-align: center;
          width: 5%; } }

.payment .payment-info .product-list {
  display: none;
  margin-bottom: 10px; }
  .payment .payment-info .product-list.effect-hover .payment-row:hover {
    background-color: #f8f8f8; }
  .payment .payment-info .product-list .payment-row {
    padding: 0.75rem;
    display: flex;
    -ms-flex-align: stretch;
    align-items: stretch; }
    .payment .payment-info .product-list .payment-row.payment-head {
      display: none;
      border-bottom: none; }
    .payment .payment-info .product-list .payment-row.payment-item {
      border-top: none;
      border-bottom: 1px solid #dee2e6; }
    .payment .payment-info .product-list .payment-row .payment-cell.image {
      display: block;
      text-align: center;
      width: 120px; }
      .payment .payment-info .product-list .payment-row .payment-cell.image img {
        object-fit: cover;
        max-width: 100px;
        max-height: 100px; }
      .payment .payment-info .product-list .payment-row .payment-cell.rowspan {
        width: 75%;
        padding-left: 10px;
        padding-right: 10px; }
      .payment .payment-info .product-list .payment-row .payment-cell.rowspan .payment-cell-sub.name {
        display: block;
        text-align: left;
        line-height: 2.1; }
        .payment .payment-info .product-list .payment-row .payment-cell.rowspan .payment-cell-sub.unit-price {
          display: block;
          text-align: left;
          line-height: 2.1; }
        .payment .payment-info .product-list .payment-row .payment-cell.rowspan .payment-cell-sub.product-quantity {
          display: block;
          text-align: left; }
        .payment .payment-info .product-list .payment-row .payment-cell.rowspan .payment-cell-sub.sub-total {
          display: block;
          text-align: left;
          line-height: 2.1; }
          .payment .payment-info .product-list .payment-row .payment-cell.rowspan .payment-cell-sub .quantity-assist-label {
            display: inline; }
        .payment .payment-info .product-list .payment-row .payment-cell.rowspan .payment-cell-sub .price-assist-label {
          display: inline; }
      .payment .payment-info .product-list .payment-row .payment-cell.remove {
        width: 5%;
        float: right;
        text-align: right; }

@media only screen and (min-width: 768px) {
  .payment .payment-info .product-list {
    display: none;
    margin-bottom: 10px;
    border-bottom: 1px solid #dee2e6; }
    .payment .payment-info .product-list.effect-hover .payment-row:hover {
      background-color: #f8f8f8; }
    .payment .payment-info .product-list .payment-row {
      padding: 0.75rem;
      display: flex;
      vertical-align: middle; }
      .payment .payment-info .product-list .payment-row.payment-head {
        display: flex;
        font-weight: bold;
        border-bottom: 2px solid #dee2e6; }
      .payment .payment-info .product-list .payment-row.payment-item {
        border-top: 1px solid #dee2e6;
        border-bottom: none; }
      .payment .payment-info .product-list .payment-row .payment-cell {
        margin-top: auto;
        margin-bottom: auto; }
        .payment .payment-info .product-list .payment-row .payment-cell.image {
          text-align: center;
          width: 20%; }
          .payment .payment-info .product-list .payment-row .payment-cell.image img {
            object-fit: cover;
            max-width: 100px;
            max-height: 100px; }
        .payment .payment-info .product-list .payment-row .payment-cell.rowspan {
          width: 75%;
          display: flex;
          vertical-align: middle; }
          .payment .payment-info .product-list .payment-row .payment-cell.rowspan .payment-cell-sub {
            margin: auto; }
            .payment .payment-info .product-list .payment-row .payment-cell.rowspan .payment-cell-sub.name {
              text-align: left;
              width: 25%; }
            .payment .payment-info .product-list .payment-row .payment-cell.rowspan .payment-cell-sub.unit-price {
              text-align: center;
              width: 25%; }
            .payment .payment-info .product-list .payment-row .payment-cell.rowspan .payment-cell-sub.product-quantity {
              text-align: center;
              width: 25%; }
            .payment .payment-info .product-list .payment-row .payment-cell.rowspan .payment-cell-sub.sub-total {
              text-align: right;
              width: 25%; }
              .payment .payment-info .product-list .payment-row .payment-cell.rowspan .payment-cell-sub .quantity-assist-label {
                display: none; }
            .payment .payment-info .product-list .payment-row .payment-cell.rowspan .payment-cell-sub .price-assist-label {
              display: none; }
        .payment .payment-info .product-list .payment-row .payment-cell.remove {
          text-align: center;
          width: 5%; } }

.desc-box {
  background-color: #f6f6f6;
  border-color: #6c757d;
  font-weight: bold; }
  .desc-box label {
    font-weight: 300; }

.ProductGrid .sale, .product-info .sale {
  position: absolute;
  z-index: 3;
  left: 0;
  width: 100%;
  text-align: left;
  top: 0; }
  .ProductGrid .sale:nth-child(1), .product-info .sale:nth-child(1) {
    top: calc(0 + ((1 - 1) * $height)); }
  .ProductGrid .sale:nth-child(2), .product-info .sale:nth-child(2) {
    top: calc(0 + ((2 - 1) * $height)); }
  .ProductGrid .sale:nth-child(3), .product-info .sale:nth-child(3) {
    top: calc(0 + ((3 - 1) * $height)); }
  .ProductGrid .sale .sale-row .rectangle, .product-info .sale .sale-row .rectangle {
    background: #ff0012;
    color: #fff;
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 10px;
    padding-right: 5px;
    color: #fff;
    font-weight: 700;
    font-size: 13px;
    text-transform: uppercase;
    display: inline-block;
    vertical-align: top;
    height: 100%; }
  .ProductGrid .sale .sale-row .triangle-topleft, .product-info .sale .sale-row .triangle-topleft {
    border-color: #ff0012 transparent transparent transparent;
    width: 13px;
    border-right: 13px solid transparent;
    border-top: 23.5px solid #ff0012;
    height: 100%;
    display: inline;
    top: 0;
    position: absolute; }

.ProductGrid > .row {
  margin-left: 0;
  margin-right: 0; }
  .ProductGrid .card-body {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 0;
    padding-right: 0; }
  .ProductGrid .card-footer {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 30px; }
  .ProductGrid .product-card {
    padding: 7px;
    text-decoration: none; }
  .ProductGrid .product-card .square {
    float: left;
    position: relative;
    width: 100%;
    padding-bottom: 100%;
    background-position: center center;
    /* = width for a 1:1 aspect ratio */
    background-repeat: no-repeat;
    background-size: contain; }
  .ProductGrid .product-card .product-image {
    width: 100%;
    object-fit: cover;
    background-color: transparent; }
  .ProductGrid .product-card .product-name {
    height: calc(15px * 1.2 * 3 + 5px);
    font-size: 15px;
    font-weight: 400; }
  .ProductGrid .product-card .product-price .old-price {
    color: #a1a1a1;
    font-size: 13px;
    text-decoration: line-through;
    font-weight: 400; }
  .ProductGrid .product-card .product-price .price-label {
    font-size: 13px;
    text-decoration: line-through;
    font-weight: 400; }
  .ProductGrid .product-card .product-price .price {
    color: #fefeff;
    font-size: 15px;
    font-weight: 400; }
  .ProductGrid .slick-slider .slick-track {
    display: flex; }
  .ProductGrid .slick-slider .slick-track .slick-slide {
    height: inherit; }
    .ProductGrid .slick-slider .slick-track .slick-slide > div {
      height: 100%; }
      .ProductGrid .slick-slider .slick-track .slick-slide > div .card {
        height: 100%;
        display: flex !important; }
  .ProductGrid .card {
    border: none;
    outline: none; }
  .ProductGrid .card .card-header {
    border: none;
    background-color: transparent; }
  .ProductGrid .card .card-footer {
    border: none;
    background-color: transparent; }
  .ProductGrid .card:hover .card-body .card-title {
    color: #a1a1a1;
    -webkit-transition: color 0.3s ease;
    -moz-transition: color 0.3s ease;
    -ms-transition: color 0.3s ease;
    transition: color 0.3s ease; }
  .ProductGrid .card-columns .card {
    display: inline-block;
    column-break-inside: avoid; }
  @media only screen and (min-width: 1200px) {
    .ProductGrid .card-columns {
      column-count: 6; } }
  @media only screen and (max-width: 1199px) {
    .ProductGrid .card-columns {
      column-count: 4; } }
  @media only screen and (max-width: 991px) {
    .ProductGrid .card-columns {
      column-count: 3; } }
  @media only screen and (max-width: 767px) {
    .ProductGrid .card-columns {
      column-count: 2; } }

@media only screen and (max-width: 767px) {
  .nav-mobile-bg {
    content: '';
    position: fixed;
    z-index: 99;
    background-color: rgba(0, 0, 0, 0.8);
    height: 100vh;
    width: 100vw;
    transition: 0.4s;
    opacity: 0;
    visibility: hidden; }
    .nav-top {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      align-items: center;
      position: fixed;
      z-index: 101;
      padding: 10px 12px;
      width: 100%;
      background-color: #fff; }
      .nav-top .hamburger {
        margin-left: auto;
        color: #cc000e;
        cursor: pointer;
        width: 50px;
        text-align: right;
        vertical-align: middle; }
        .nav-top .hamburger i {
          font-size: 18px; }
    .nav-drill {
      margin-top: 60px;
      transform: translateX(100%); }
    .nav-is-toggled .nav-drill {
      transform: translateX(0); }
      .nav-is-toggled .nav-mobile-bg {
        opacity: 1;
        visibility: visible; } }

@media only screen and (max-width: 767px) {
  .m-mobile-menu.nav-drill {
    display: flex;
    flex-direction: column;
    position: fixed;
    z-index: 100;
    top: 0;
    right: 0;
    max-width: 100%;
    min-width: 250px;
    width: 50%;
    background-color: #fff;
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    transition: 0.45s; }
    .m-mobile-menu .nav-drill {
      display: flex;
      flex-direction: column;
      position: fixed;
      z-index: 100;
      top: 0;
      right: 0;
      max-width: 100%;
      min-width: 250px;
      width: 50%;
      height: 100%;
      background-color: #fff;
      overflow-y: auto;
      overflow-x: hidden;
      -webkit-overflow-scrolling: touch;
      transition: 0.45s; }
      .m-mobile-menu .nav-items {
        margin: 0;
        padding: 0;
        border: 0;
        font-size: 100%;
        font: inherit;
        vertical-align: baseline;
        list-style: none; }
        .m-mobile-menu .nav-items .nav-items {
          padding-left: 10px; }
      .m-mobile-menu .nav-item:not(:last-child) {
        border-bottom: solid 1px #dee2e6; }
      .m-mobile-menu .nav-link {
        display: block;
        padding: 15px;
        background-color: #fff;
        color: #ff0012;
        font-size: 1rem;
        line-height: 1.5em;
        font-weight: 400; }
        .m-mobile-menu .nav-link.indicator-search::after {
          content: "\f002";
          flex: 0 1 auto;
          display: inline-block;
          font: normal normal normal 14px/1 FontAwesome;
          font-size: inherit;
          text-rendering: auto;
          -webkit-font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale; }
      .m-mobile-menu .nav-expand-content .nav-item:not(:last-child) {
        border-bottom: solid 1px #000; }
        .m-mobile-menu .nav-expand-link {
          display: flex;
          justify-content: space-between; }
          .m-mobile-menu .nav-expand-link::after {
            content: "\f105";
            flex: 0 1 auto;
            display: inline-block;
            font: normal normal normal 14px/1 FontAwesome;
            font-size: inherit;
            text-rendering: auto;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale; }
        .m-mobile-menu .nav-expand-link.active::after {
          content: "\f107";
          flex: 0 1 auto;
          display: inline-block;
          font: normal normal normal 14px/1 FontAwesome;
          font-size: inherit;
          text-rendering: auto;
          -webkit-font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale; }
        .m-mobile-menu .nav-expand .nav-expand-content {
          background-color: #808080; }
          .m-mobile-menu .nav-expand .nav-expand-content .nav-link {
            background-color: #808080; }
          .m-mobile-menu .nav-expand .nav-expand-content .nav-expand-content {
            background-color: #666; }
            .m-mobile-menu .nav-expand .nav-expand-content .nav-expand-content .nav-link {
              background-color: #666; }
            .m-mobile-menu .nav-expand .nav-expand-content .nav-expand-content .nav-expand-content {
              background-color: #4d4d4d; }
              .m-mobile-menu .nav-expand .nav-expand-content .nav-expand-content .nav-expand-content .nav-link {
                background-color: #4d4d4d; }
              .m-mobile-menu .nav-expand .nav-expand-content .nav-expand-content .nav-expand-content .nav-expand-content {
                background-color: #333; }
                .m-mobile-menu .nav-expand .nav-expand-content .nav-expand-content .nav-expand-content .nav-expand-content .nav-link {
                  background-color: #333; } }

@media only screen and (min-width: 768px) {
  .nav-top .hamburger {
    display: none; }
    .nav-drill {
      display: none; } }

@media only screen and (max-width: 767px) {
  .top-menu {
    display: none; }
    .footer {
      display: none; } }

.nav-drill {
  border-top-color: #000;
  border-top-width: 1px;
  border-top-style: solid;
  background-color: #000; }
  .nav-drill .nav-tabs {
    border-style: none !important; }
  .nav-drill .nav-tabs .header-menu-tab {
    background-color: #f2f6f9;
    width: 50%;
    height: 100%;
    font-size: 16px;
    text-align: center;
    color: #647073;
    font-weight: 400; }
  .nav-drill .nav-tabs .header-menu-tab-text {
    position: relative;
    display: block;
    padding-top: 10px;
    padding-bottom: 10px; }
  .nav-drill .nav-tabs .header-menu-tab-text.active {
    background-color: white;
    color: #3d3d3d;
    font-weight: bold; }
  .nav-drill .tab-content {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    align-items: stretch;
    height: 100%; }
  .nav-drill .nav-items {
    overflow-y: scroll;
    overflow: -moz-scrollbars-none;
    -ms-overflow-style: none; }
  .nav-drill .nav-items ::-webkit-scrollbar {
    width: 0 !important; }
  .nav-drill > .nav-items {
    height: 100%; }
  .nav-drill .shop-functions {
    color: #0b0b0b;
    background-color: #000;
    padding: 15px; }
  .nav-drill .shop-functions > .row {
    padding: 0.5rem; }
  .nav-drill .shop-functions > .row > [class^="col-"] {
    text-align: center; }
    .nav-drill .shop-functions > .row > [class^="col-"] > * {
      width: 100%; }
  .nav-drill .shop-functions > .row .copyright-text {
    font-size: 13px; }
    .nav-drill .shop-functions > .row .copyright-text a {
      text-decoration: underline; }

.m-dropzone {
  border: 2px dashed #ebedf2; }
  .m-dropzone .m-dropzone__msg-title {
    margin: 0 0 5px 0;
    padding: 0;
    font-weight: 400;
    font-size: 1.1rem; }
  .m-dropzone .m-dropzone__msg-desc {
    font-size: 0.85rem;
    color: #6f727d; }

.ma__table {
  width: 85%;
  margin: 0 auto; }
  @media only screen and (max-width: 767px) {
  .ma__table {
    width: 100%; } }
  .ma__table .ma__table-row {
    margin-right: 0;
    margin-left: 0;
    padding: 0.75rem; }
  .ma__table .ma__table-row .ma__table-title {
    font-size: 1.5rem; }
  .ma__table .ma__table-row.ma__table-head {
    vertical-align: bottom;
    border-bottom: 2px solid #dee2e6; }
  .ma__table .ma__table-row.ma__table-head .ma__table-cell {
    margin: auto; }
    .ma__table .ma__table-row.ma__table-head .ma__table-cell .ma__table-cell-text {
      font-weight: bold;
      align-items: center; }
  .ma__table .ma__table-row.ma__table-body {
    vertical-align: bottom;
    border-bottom: 1px solid #dee2e6; }
  .ma__table .ma__table-row.ma__table-body .ma__table-cell {
    margin: auto; }
    @media only screen and (max-width: 767px) {
        .ma__table .ma__table-row.ma__table-body .ma__table-cell.ma__table-md-below-right {
          position: absolute;
          text-align: right;
          right: 0.75rem; } }
    .ma__table .ma__table-row.ma__table-body .ma__table-cell .ma__table-cell-text {
      align-items: center; }
    .ma__table .ma__table-row.ma__table-body .ma__table-cell .ma__table-cell-image {
      width: 50px;
      height: 50px;
      object-fit: contain; }
      @media only screen and (max-width: 767px) {
      .ma__table .ma__table-row.ma__table-body .ma__table-cell .ma__table-cell-image {
        width: 90px;
        height: 90px; } }

.grid .grid-item {
  display: inline-block; }

.fb-login-btn {
  cursor: pointer;
  display: inline-block;
  width: 251px;
  height: 50px;
  background-color: #1877f2;
  border-color: #1877f2;
  color: #fff;
  padding: 0;
  padding-top: 15px;
  padding-right: 12px;
  text-align: center;
  border-radius: 4px;
  font-weight: bold;
  font-size: 17px;
  line-height: 1.28;
  border: none;
  font-family: Helvetica, Arial, sans-serif;
  letter-spacing: 0.25px;
  overflow: hidden;
  text-align: center;
  text-overflow: clip;
  white-space: nowrap; }
  .fb-login-btn:before {
    background-image: url(/image/catalog/facebook_login.png);
    background-size: 24px 24px;
    width: 24px;
    height: 24px;
    content: "";
    margin: -1px 8px 8px 12px;
    float: left; }
  .fb-login-btn:hover, .fb-login-btn.hover {
    background-color: #63a1f2;
    border-color: #63a1f2; }
  .fb-login-btn:focus, .fb-login-btn.focus {
    background-color: #63a1f2;
    border-color: #63a1f2; }
  .fb-login-btn:disabled, .fb-login-btn.disabled {
    background-color: #d8dadf;
    border-color: #d8dadf; }
  .fb-login-btn:not(:disabled):not(.disabled):active, .fb-login-btn:not(:disabled):not(.disabled).active, .show > .fb-login-btn.dropdown-toggle {
    background-color: #63a1f2;
    border-color: #63a1f2; }

.fb-info-card .fb-info-card-propic {
  border: 2px #fff solid; }
  .pagination-results .dropdown {
    display: inline-flex; }
  .pagination-results .dropdown .btn-outline-dropdown {
    color: #a1a1a1;
    border: 1px solid #dee2e6;
    font-size: 15px; }
  .pagination-results .dropdown .dropdown-menu {
    border: 1px solid #dee2e6; }
  .pagination-results .dropdown .dropdown-menu .dropdown-item {
    color: #a1a1a1;
    font-size: 15px; }

.pagination {
  margin-bottom: 0; }
  .pagination > *:not(.disabled):not(.active) {
    cursor: pointer; }
  .pagination .page-item {
    word-break: normal; }
  .pagination .page-item .page-link {
    color: #a1a1a1;
    font-size: 15px;
    border: 1px solid #dee2e6; }
  .pagination .page-item.active .page-link {
    color: #000;
    background-color: #fa0000; }

.common_page_title {
  display: block;
  width: inherit;
  padding: 15px;
  font-size: 18px;
  text-align: center; }

[class^="col-"] .custom-html {
  max-width: 100%; }
  [class^="col-"] .custom-html * {
    max-width: inherit; }

.percentage-text::after {
  content: "%"; }

.text-underline {
  text-decoration: underline;
  text-underline-offset: 1px; }

.Search {
  margin-bottom: 8px; }
  .Search .search-btn, .Search .reset-btn {
    padding-top: 6px;
    padding-bottom: 6px;
    padding-left: initial;
    padding-right: initial; }
  .Search .search-input-group {
    padding-left: 0;
    padding-right: 0; }
  .Search .search-input-group .input-group-prepend .input-group-text {
    background-color: transparent;
    border-right: 0;
    padding-right: 0; }
  .Search .search-input-group .search-box {
    border-left: 0; }
  .Search .search-input-group .search-box:focus {
    border-color: #ced4da;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none; }

.search-result-label {
  padding-top: 12px; }
  .search-result-label .search-result-title {
    font-size: 20px; }

@media only screen and (min-width: 768px) {
  .Search .search-input-group {
    margin-right: 8px; }
    .Search .search-btn {
      margin-right: 8px; } }

@media only screen and (max-width: 767px) {
  .Search {
    padding-left: 10px; }
    .Search .search-input-group {
      margin-bottom: 8px; }
    .Search .search-btn {
      margin-right: 8px; } }

.seperator-with-text {
  padding-left: 15px;
  padding-right: 15px;
  text-align: center;
  position: relative;
  font-size: 15px;
  color: #a1a1a1; }
  .seperator-with-text hr {
    margin-top: 22.5px;
    margin-bottom: 22.5px; }
  .seperator-with-text .seperator-text {
    position: absolute;
    top: -11.25px;
    width: 3em;
    left: 45%;
    background-color: white; }

.modal-header {
  border-bottom: none;
  padding-bottom: 0; }

.modal-body {
  padding-top: 0; }
  .modal-body .header-title {
    text-align: center;
    font-weight: bold;
    font-size: 18px; }
  .modal-body .form-control {
    padding: 15px;
    background: #f7f7f7;
    height: auto; }
  .modal-body .form-control[disabled], .modal-body .form-control .disabled {
    color: #a6a6a6; }
  .modal-body .error_msg {
    display: none;
    color: red; }
  .modal-body .captcha_box {
    display: none; }
  .modal-body .captcha_box img {
    width: 100%; }

.modal-footer {
  background: #f7f7f7;
  border-radius: 0 0 4px 4px;
  padding: 0; }
  .modal-footer a {
    width: 100%;
    text-align: center;
    padding: 1rem; }

.verify-merge .modal-body input.form-control {
  padding: 10px; }

.inline_share_toolbox {
  text-align: center; }
  .inline_share_toolbox i {
    width: 25px;
    height: 25px;
    font-size: 25px;
    margin-left: 2px;
    margin-right: 2px;
    cursor: pointer; }
  .inline_share_toolbox i.fa-sms {
    color: #1a73e8; }
  .inline_share_toolbox i.fa-square-whatsapp {
    color: #25d366; }
  .inline_share_toolbox i.fa-weixin {
    color: #1aad19; }
  .inline_share_toolbox i.fa-line {
    color: #06c755; }
  .inline_share_toolbox i.fa-square-facebook {
    color: #0080fb; }
  .inline_share_toolbox i.fa-square-twitter {
    color: #1da1f2; }
  .inline_share_toolbox i.fa-skype {
    color: #00aff0; }
  .inline_share_toolbox i.fa-telegram {
    color: #229ed9; }
  .inline_share_toolbox i.fa-renren {
    color: #357ff8; }
  .inline_share_toolbox i.fa-weibo {
    color: #df2029; }
  .inline_share_toolbox i.fa-linkedin {
    color: #0077b5; }
  .inline_share_toolbox i.fa-viber {
    color: #7360f2; }
  .inline_share_toolbox i.fa-square-tumblr {
    color: #34526f; }
  .inline_share_toolbox i.fa-blogger {
    color: #f57d00; }
  .inline_share_toolbox i.fa-square-pinterest {
    color: #e60023; }
  .inline_share_toolbox i.fa-evernote {
    color: #00a82d; }
  .inline_share_toolbox i.fa-reddit {
    color: #ff5700; }
  .inline_share_toolbox i.fa-flipboard {
    color: #f52828; }
  .inline_share_toolbox i:hover {
    opacity: 0.8;
    transition: 0.2s ease; }
  .inline_share_toolbox i:hover.fa-sms {
    color: #1a73e8; }
  .inline_share_toolbox i:hover.fa-square-whatsapp {
    color: #25d366; }
  .inline_share_toolbox i:hover.fa-weixin {
    color: #1aad19; }
  .inline_share_toolbox i:hover.fa-line {
    color: #06c755; }
  .inline_share_toolbox i:hover.fa-square-facebook {
    color: #0080fb; }
  .inline_share_toolbox i:hover.fa-square-twitter {
    color: #1da1f2; }
  .inline_share_toolbox i:hover.fa-skype {
    color: #00aff0; }
  .inline_share_toolbox i:hover.fa-telegram {
    color: #229ed9; }
  .inline_share_toolbox i:hover.fa-renren {
    color: #357ff8; }
  .inline_share_toolbox i:hover.fa-weibo {
    color: #df2029; }
  .inline_share_toolbox i:hover.fa-linkedin {
    color: #0077b5; }
  .inline_share_toolbox i:hover.fa-viber {
    color: #7360f2; }
  .inline_share_toolbox i:hover.fa-square-tumblr {
    color: #34526f; }
  .inline_share_toolbox i:hover.fa-blogger {
    color: #f57d00; }
  .inline_share_toolbox i:hover.fa-square-pinterest {
    color: #e60023; }
  .inline_share_toolbox i:hover.fa-evernote {
    color: #00a82d; }
  .inline_share_toolbox i:hover.fa-reddit {
    color: #ff5700; }
  .inline_share_toolbox i:hover.fa-flipboard {
    color: #f52828; }

.dropdown {
  display: flex; }
  .dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0; }
  .dropdown .dropdown-toggle:after {
    border-top: 0;
    border-bottom: 0.3em solid; }

.login .fb-login-btn {
  width: 100%; }
  .login .seperator-with-text {
    padding-left: 15px;
    padding-right: 15px;
    text-align: center;
    position: relative;
    font-size: 15px;
    color: #a1a1a1; }
  .login .seperator-with-text hr {
    margin-top: 22.5px;
    margin-bottom: 22.5px; }
  .login .seperator-with-text .seperator-text {
    position: absolute;
    top: -11.25px;
    width: 3em;
    left: 45%;
    background-color: white; }
  .login a {
    color: #989898; }
  .login a:hover {
    text-decoration: none;
    color: #386e91; }

#login-fb-modal .fb-login-btn {
  width: 100%; }
  #login-fb-modal a {
    color: #989898; }
  #login-fb-modal a:hover {
    text-decoration: none;
    color: #386e91; }

.intl-tel-input, .form-group .intl-tel-input {
  width: inherit; }
  .intl-tel-input.separate-dial-code.allow-dropdown input[type=tel], .form-group .intl-tel-input.separate-dial-code.allow-dropdown input[type=tel] {
    padding-left: 100px !important; }

.intl-tel-input-container.is-invalid ~ .invalid-feedback {
  display: block; }

.was-validated .form-control:valid.is-invalid {
  border-color: #dc3545;
  padding-right: 2.25rem;
  background-repeat: no-repeat;
  background-position: center right calc(2.25rem * 0.25);
  background-size: calc(2.25rem * 0.5) calc(2.25rem * 0.5);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23d9534f' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E"); }

#register-main .section-title {
  font-weight: bold;
  padding: 0 0 5px 0;
  border-bottom: 1px solid #e5e5e5; }

.product-info .product-info-element {
  /* left */
  /* right */ }
  .product-info .product-info-element .carousel .product-image-container {
    width: inherit;
    height: inherit; }
    .product-info .product-info-element .carousel .product-image-container .image-href {
      width: inherit;
      height: inherit; }
      .product-info .product-info-element .carousel .product-image-container .image-href img {
        width: inherit;
        height: inherit;
        object-fit: contain; }
  .product-info .product-info-element .product-meta {
    padding-top: 7.5px;
    padding-bottom: 7.5px;
    font-size: 15px; }
  .product-info .product-info-element .product-meta > p {
    margin-top: 0;
    margin-bottom: 0; }
  .product-info .product-info-element .product-meta .product-name {
    padding-top: 7.5px;
    padding-bottom: 7.5px; }
    .product-info .product-info-element .product-meta .product-name .product-name-text {
      font-size: 18px; }
  .product-info .product-info-element .product-meta .product-model {
    padding-top: 7.5px;
    padding-bottom: 5px; }
    .product-info .product-info-element .product-meta .product-stock {
      padding-top: 5px;
      padding-bottom: 7.5px; }
    .product-info .product-info-element .product-meta .product-price {
      padding-top: 7.5px;
      padding-bottom: 7.5px; }
    .product-info .product-info-element .product-meta .product-price .price {
      color: #fefeff;
      font-size: 18px; }
      .product-info .product-info-element .product-meta .product-price .old-price {
        padding-top: 10px;
        text-decoration: line-through;
        color: #a1a1a1; }
      .product-info .product-info-element .product-options {
        padding-bottom: 7.5px; }
  .product-info .product-info-element .product-options .form-group {
    margin-bottom: 0; }
  .product-info .product-info-element .cart {
    padding-top: 7.5px;
    padding-bottom: 7.5px; }
  .product-info .product-info-element .cart .add-cart-module {
    display: flex; }
  .product-info .product-info-element .cart .quantity {
    display: inline-flex; }
  .product-info .product-info-element .cart #button-add-cart {
    display: inline-flex;
    padding-top: initial;
    padding-bottom: initial; }
  .product-info .product-info-element hr {
    margin-top: 30px;
    margin-bottom: 15px; }
  .product-info .product-info-element .product-description .product-description-title {
    text-align: center;
    margin-bottom: 15px;
    color: #a1a1a1; }
  .btn-outline-dropdown {
    color: #000;
    background-color: transparent;
    background-image: none;
    border-color: #000; }

.sort .dropdown-menu {
  min-width: 8.25rem; }
  .sort .dropdown-toggle.btn-outline-dropdown:after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border: none; }

.category-info {
  width: 100%; }
  .category-info .category-title {
    text-align: center;
    background: none;
    font-weight: bold;
    font-size: 16px; }
  .category-info .category-image {
    width: inherit; }
  .category-info .category-image img {
    width: 100%;
    display: block; }
  .category-info .category-description {
    font-size: 15px; }

.category-list .sub-category-image img {
  display: block;
  margin-bottom: 15px;
  margin-left: auto;
  margin-right: auto; }
  .category-list .sub-category-info .sub-category-name {
    color: #262626;
    line-height: 1.6;
    font-size: 15px; }

.checkout .btn-primary {
  padding: 10px 52px; }

.badge.mobile {
  background: #fa0000;
  color: #000;
  position: relative;
  width: 100%;
  height: 100%;
  padding: 2px 4px;
  -webkit-transform: translate(50%, -50%);
  -moz-transform: translate(50%, -50%);
  -ms-transform: translate(50%, -50%);
  transform: translate(50%, -50%); }

.cart-svg-icon {
  stroke: #000;
  fill: #000; }

#cart_content .mini-cart-info table {
  width: 100%;
  padding: 0px;
  margin: 0px; }
  #cart_content .mini-cart-info table .cart-item {
    display: table-row;
    vertical-align: inherit;
    border-color: inherit; }
    #cart_content .mini-cart-info table .cart-item td {
      margin: 0px;
      padding-top: 5px;
      text-align: center;
      vertical-align: middle;
      color: #50525b; }
      #cart_content .mini-cart-info table .cart-item td.image {
        width: 20%; }
      #cart_content .mini-cart-info table .cart-item td.image img {
        width: 100%;
        height: 100px;
        object-fit: cover; }
      #cart_content .mini-cart-info table .cart-item td.name {
        padding-left: 10px;
        text-align: left; }
      #cart_content .mini-cart-info table .cart-item td.quantity {
        width: 10%; }
      #cart_content .mini-cart-info table .cart-item td.total {
        min-width: 10%; }
      #cart_content .mini-cart-info table .cart-item td.remove {
        width: 5%; }
      #cart_content .mini-cart-info table .cart-item td.remove .btn-remove-cart .remove-custom:before {
        content: "\f05c"; }
      #cart_content .mini-cart-info table .cart-item td.remove:hover .btn-remove-cart .remove-custom:before {
        content: "\f057"; }
      #cart_content .mini-cart-info table .cart-item td a {
        color: #50525b; }
  #cart_content .mini-cart-info .ion-ios-close-outline {
    font-size: 1.2rem; }
  #cart_content .mini-cart-total {
    text-align: right;
    border-top: solid #e5e5e5 1px;
    margin-top: 20px; }
  #cart_content .mini-cart-total table {
    text-align: right;
    display: inline-block;
    margin: 0px;
    padding: 20px 0px 10px 0px; }
  #cart_content .mini-cart-total table td {
    padding: 0px 0px 0px 30px; }
    #cart_content .mini-cart-total table td:last-child {
      font-weight: 400;
      font-size: 1.01rem; }
    #cart_content .mini-cart-total table td b {
      font-weight: 400; }

#cart_block.dropdown {
  float: right;
  margin: 0px 0px -6px 20px;
  padding: 0px 0px 0px 20px;
  position: relative;
  border-right: none; }
  #cart_block .dropdown-menu {
    height: auto;
    background: #fff;
    position: absolute;
    z-index: 1000;
    float: left;
    min-width: 160px;
    font-size: 14px;
    list-style: none;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.15);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    right: 10px;
    top: 0px;
    left: auto;
    width: 600px;
    text-align: left;
    padding: 5px;
    margin-top: 0px; }
  #cart_block .checkout {
    text-align: right; }

#cart_content_background {
  padding: 4% 3% 3% 3%; }

@media only screen and (min-width: 992px) {
  .cart-heading.dropdown-toogle {
    display: inline-block;
    background: url("image/catalog/icon/new_cart.svg");
    height: 27px;
    width: 27px;
    margin-left: 4px; }
    #cart_content {
      border: none;
      position: fixed;
      width: 100%;
      height: 95%;
      left: 0px;
      top: 57px;
      padding: 0px;
      background-color: rgba(221, 221, 221, 0);
      overflow-y: auto;
      z-index: 10000;
      transition: none;
      animation-name: none; }
    #cart_content_ajax {
      border: none;
      width: 100%;
      height: 100%;
      left: 0px;
      top: 60px;
      padding: 0px;
      background-color: rgba(221, 221, 221, 0); }
    #cart_content_background {
      border: none;
      width: 100%;
      left: 0px;
      top: 60px;
      padding: 4%;
      background-color: white; }
    .button.cart {
      width: 100%;
      text-align: center;
      margin: 0px !important; } }

@media only screen and (min-width: 576px) {
  #cart_content {
    height: 80%; } }

@media only screen and (min-width: 1200px) {
  .desktop {
    display: inline-block; }
    .mobile {
      display: none !important; } }

.checkout .delivery-header {
  text-align: center; }
  .checkout .cart-header {
    text-align: center; }
  .checkout .payment-header {
    text-align: center; }
  .checkout.cart .product-list table thead th {
    border-top: none; }
    .checkout.cart .product-list table tbody tr:hover {
      background-color: #f8f8f8; }
      .checkout.cart .product-list table tbody tr.cart-item .remove {
        width: 5%; }
        .checkout.cart .product-list table tbody tr.cart-item .image {
          width: auto; }
          .checkout.cart .product-list table tbody tr.cart-item .image img {
            width: 100%;
            object-fit: cover;
            max-width: 100px;
            max-height: 100px; }
      .checkout.cart .product-list table tbody tr td {
        vertical-align: middle; }
  .checkout.cart .product-list .cart-item .btn-remove-cart {
    cursor: pointer; }
    .checkout.cart .product-list .cart-item .btn-remove-cart .remove-custom:before {
      content: "\f05c"; }
    .checkout.cart .product-list .cart-item:hover .btn-remove-cart .remove-custom:before {
      content: "\f057"; }
  .checkout.cart .product-list .checkout-mobile-product-detail-table-content .cart-item .price, .checkout.cart .product-list .checkout-mobile-product-detail-table-content .cart-item .quantity {
    text-align: left; }
  .checkout .section-header {
    text-align: left;
    background-color: #e5e5e5;
    border-radius: 6px;
    height: 46px;
    padding: 8px 18px;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: -0.5px;
    margin-bottom: 18px; }
  .checkout .member-login {
    text-align: left;
    border-bottom: 1px solid #d8d8d8;
    padding: 10px 5px 20px 15px;
    margin-bottom: 30px;
    font-weight: 500;
    letter-spacing: -0.4px; }
  .checkout .reward {
    text-align: left; }
  .checkout .reward .control-label {
    padding: 1rem 0 0 0; }
  .checkout .shipping-info .shipping-methods-empty {
    min-height: 200px;
    text-align: center;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex; }
  .checkout .shipping-info .shipping-methods-empty span {
    margin: auto; }
  .checkout .shipping-info .shipping-method-buttons {
    height: fit-content; }
  .checkout .shipping-info .shipping-method-buttons[class^="col-"], .checkout .shipping-info .shipping-method-buttons[class*="col-"] {
    padding-left: 15px; }
  .checkout .shipping-info .shipping-method-buttons .shipping-item {
    color: #212529;
    width: 100%;
    padding: 15px 15px;
    margin-bottom: 5px;
    min-height: 65px;
    border: 1px solid transparent;
    transition: all 0.5s ease;
    cursor: pointer;
    position: relative; }
    .checkout .shipping-info .shipping-method-buttons .shipping-item::after {
      float: right;
      position: absolute;
      bottom: 8px;
      right: 9px;
      font-size: 10px;
      color: #c7c8c7;
      font-size: 16px;
      transition: all 0.2s ease;
      display: inline-block;
      font: normal normal normal 14px/1 FontAwesome;
      font-size: inherit;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      content: "\f096"; }
    .checkout .shipping-info .shipping-method-buttons .shipping-item.active {
      border: 1px solid #c7c7c7;
      border-radius: 6px;
      cursor: pointer; }
    .checkout .shipping-info .shipping-method-buttons .shipping-item.active::after {
      color: #1db100;
      content: "\f046"; }
    .checkout .shipping-info .shipping-method-buttons .shipping-item input[type="radio"] {
      position: absolute;
      opacity: 0; }
    .checkout .shipping-info .shipping-method-buttons .shipping-item .left-content {
      text-align: justify;
      width: calc(100% - 110px);
      margin: 0 5px 0 5px;
      display: inline-block;
      cursor: pointer; }
    .checkout .shipping-info .shipping-method-buttons .shipping-item .left-content .shipping-method-desc {
      color: #999;
      font-size: 11px;
      display: block; }
    .checkout .shipping-info .shipping-method-buttons .shipping-item .right-content {
      display: inline-block;
      cursor: pointer;
      float: right; }
  .checkout .shipping-info .shipping-method-detail.empty {
    background-color: none; }
  .checkout .shipping-info .shipping-method-detail .shipping-method-detail-container {
    background-color: #f6f6f6; }
    .checkout .shipping-info .shipping-method-detail .shipping-method-detail-container .checkbox input[type=checkbox] + label .checked-label {
      display: none; }
      .checkout .shipping-info .shipping-method-detail .shipping-method-detail-container .checkbox input[type=checkbox] + label .unchecked-label {
        display: inline; }
    .checkout .shipping-info .shipping-method-detail .shipping-method-detail-container .checkbox input[type=checkbox]:checked + label .checked-label {
      display: inline; }
      .checkout .shipping-info .shipping-method-detail .shipping-method-detail-container .checkbox input[type=checkbox]:checked + label .unchecked-label {
        display: none; }
  .checkout .shipping-info .btn-checkout {
    position: relative; }
  .checkout .shipping-info .btn-checkout .right-arrow {
    position: absolute;
    right: 3%;
    top: 32%; }
  .checkout .shipping-info .agreement {
    padding-top: 1rem;
    padding-bottom: 1rem; }
  .checkout .payment-info .contact-and-delivery-info {
    border: 1px solid #c7c7c7;
    border-radius: 6px;
    position: relative; }
  .checkout .payment-info .contact-and-delivery-info .contact-delivery-summary {
    text-align: left;
    margin-right: 70px; }
  .checkout .payment-info .contact-and-delivery-info .edit-contact-delivery {
    top: 40%;
    right: 35px;
    position: absolute;
    cursor: pointer;
    color: #4a90e2; }
  .checkout .payment-info .payment-method-buttons {
    height: fit-content; }
  .checkout .payment-info .payment-method-buttons[class^="col-"], .checkout .payment-info .payment-method-buttons[class*="col-"] {
    padding-left: 15px; }
  .checkout .payment-info .payment-method-buttons .payment-item {
    color: #212529;
    width: 100%;
    padding: 15px 15px;
    margin-bottom: 5px;
    min-height: 65px;
    border: 1px solid transparent;
    transition: all 0.5s ease;
    cursor: pointer;
    position: relative; }
    .checkout .payment-info .payment-method-buttons .payment-item::after {
      float: right;
      position: absolute;
      bottom: 8px;
      right: 9px;
      font-size: 10px;
      color: #c7c8c7;
      font-size: 16px;
      transition: all 0.2s ease;
      display: inline-block;
      font: normal normal normal 14px/1 FontAwesome;
      font-size: inherit;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      content: "\f096"; }
    .checkout .payment-info .payment-method-buttons .payment-item.active {
      border: 1px solid #c7c7c7;
      border-radius: 6px;
      cursor: pointer; }
    .checkout .payment-info .payment-method-buttons .payment-item.active::after {
      color: #1db100;
      content: "\f046"; }
    .checkout .payment-info .payment-method-buttons .payment-item input[type="radio"] {
      position: absolute;
      opacity: 0; }
    .checkout .payment-info .payment-method-buttons .payment-item .left-content {
      text-align: justify;
      width: calc(100% - 110px);
      margin: 0 5px 0 5px;
      display: inline-block;
      cursor: pointer; }
    .checkout .payment-info .payment-method-buttons .payment-item .left-content .payment-method-desc {
      color: #999;
      font-size: 11px;
      display: block; }
    .checkout .payment-info .payment-method-buttons .payment-item .right-content {
      display: inline-block;
      cursor: pointer;
      float: right; }
  .checkout .payment-info .payment-detail .product-detail-content .checkout-product-detail-table.table thead {
    display: none; }
    .checkout .payment-info .payment-detail .product-detail-content .checkout-product-detail-table.table thead th {
      border: none; }
    .checkout .payment-info .payment-detail .product-detail-content .checkout-product-detail-table.table thead th.image {
      width: 15%; }
    .checkout .payment-info .payment-detail .product-detail-content .checkout-product-detail-table.table thead th.name {
      width: 25%; }
    .checkout .payment-info .payment-detail .product-detail-content .checkout-product-detail-table.table thead th.price {
      width: 20%; }
    .checkout .payment-info .payment-detail .product-detail-content .checkout-product-detail-table.table thead th.quantity {
      width: 20%; }
    .checkout .payment-info .payment-detail .product-detail-content .checkout-product-detail-table.table thead th.sub-total {
      width: 20%; }
    .checkout .payment-info .payment-detail .product-detail-content .checkout-product-detail-table.table tbody {
      display: none; }
    .checkout .payment-info .payment-detail .product-detail-content .checkout-product-detail-table.table tbody tr td {
      vertical-align: middle; }
      .checkout .payment-info .payment-detail .product-detail-content .checkout-product-detail-table.table tbody tr td.image img {
        max-width: 100px; }
    .checkout .payment-info .payment-detail .product-detail-content .checkout-product-detail-table.table tbody:last-child {
      border-bottom: 1px solid #dee2e6; }
    .checkout .payment-info .payment-detail .product-detail-content .checkout-mobile-product-detail-table .checkout-mobile-product-detail-table-content .name {
      font-size: 1.1rem; }
    .checkout .payment-info .payment-detail .product-detail-content .checkout-mobile-product-detail-table .checkout-mobile-product-detail-table-content .sub-total {
      font-size: 1.1rem;
      font-weight: 600; }
    .checkout .payment-info .payment-detail .product-detail-content .checkout-mobile-product-detail-table .checkout-mobile-product-detail-table-content:last-child {
      margin-bottom: 0 !important; }
    .checkout .payment-info .payment-detail .product-detail-content .show-detail .show-detail-btn {
      cursor: pointer;
      color: #4a90e2;
      font-size: 1rem; }
  .checkout .cart-total table {
    width: 100%; }
  .checkout .cart-total table tr td {
    padding: 2.5px; }
    .checkout .cart-total table tr:last-child {
      border-top: 1px solid #dee2e6;
      font-size: 1.25rem;
      font-weight: 600; }
    .checkout .cart-total table tr:last-child td {
      padding-top: 10px; }
  .checkout .contact-info > .row {
    margin-right: 0;
    margin-left: 0; }

@media only screen and (min-width: 768px) {
  .checkout .payment-info .payment-detail .product-detail-content .checkout-mobile-product-detail-table {
    display: none; }
    .checkout .payment-info .payment-detail .product-detail-content .checkout-mobile-product-detail-table .checkout-mobile-product-detail-table-content {
      display: none; } }

@media only screen and (max-width: 575px) {
  .checkout .payment-info .payment-detail .product-detail-content .checkout-mobile-product-detail-table {
    display: block; }
    .checkout .payment-info .payment-detail .product-detail-content .checkout-mobile-product-detail-table .checkout-mobile-product-detail-table-content {
      display: none; } }

.member-center {
  /*** intl-tel-input width ***/ }
  .member-center .form-group .intl-tel-input, .member-center .input-group .intl-tel-input {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-flex: 1 1 auto;
    -moz-box-flex: 1 1 auto;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 1%;
    position: relative; }
  .member-center input[type="tel"] {
    border-radius: 0; }
  .member-center .member-info-card .member-icon-box {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: start;
    text-align: center;
    justify-content: center;
    margin-top: 1.5em; }
  .member-center .member-info-card .member-icon-box .member-icon {
    height: 2em;
    width: 2em;
    padding: 0.5em;
    background-color: #f1f1f1;
    border-radius: 50%;
    font-size: 3em; }
  .member-center .member-info-card .member-personal-info .member-personal-info-title {
    display: block;
    line-height: 1.2;
    font-size: 17px;
    font-weight: bold;
    margin-top: 1.5rem;
    margin-bottom: 0.5rem; }
  .member-center .member-info-card .member-point-text {
    font-weight: bold;
    color: #fefeff; }
  .member-center .member-info-card .member-point-box {
    padding: 1.5rem; }
  .member-center .member-info-card .member-point-box .member-point-background {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
    width: 100%;
    background-color: #f1f1f1;
    align-items: center;
    justify-content: center; }
    .member-center .member-info-card .member-point-box .member-point-background .member-point-text {
      font-size: 17px;
      font-weight: bold;
      color: #fefeff; }

@media only screen and (min-width: 992px) {
  .member-center .member-info-card .member-icon-box {
    margin-top: initial;
    align-items: center; } }

.account a {
  text-decoration: none; }
  .account a:hover {
    text-decoration: none; }

.btn-back {
  padding: 10px 30px; }

.order-list table thead th {
  border-top: none; }
  .order-list table tbody tr:hover {
    background-color: #f8f8f8; }
    .order-list table tbody tr.cart-item .remove {
      width: 5%; }
    .order-list table tbody tr.cart-item .image {
      width: auto; }
    .order-list table tbody tr.cart-item .image img {
      width: 100%;
      object-fit: cover;
      max-width: 100px;
      max-height: 100px; }
    .order-list table tbody tr td {
      vertical-align: middle; }

.content-fsize {
  font-size: 15px; }

.text-highlight {
  color: #fefeff; }

.order-info table {
  border: solid 1px #dadada; }
  .order-info table thead {
    background-color: #f8f9fb; }
  .order-info table thead th {
    border-top: none; }
  .order-info table tbody tr td {
    vertical-align: top; }
  .order-info table .td-border {
    border: solid 1px #dadada; }
  .order-info table .td-cell-image {
    width: 50px;
    height: 50px;
    object-fit: contain; }
  @media only screen and (max-width: 767px) {
      .order-info table .td-cell-image {
        width: 90px;
        height: 90px; } }

    @media only screen and (max-width: 768px) and (max-width: 767px) {
        .order-info table .td-cell-image {
          width: 60px;
          height: 60px; } }
  @media (min-width: 769px) {
  .order-info .desktop-view {
    display: block; }
  .order-info .mobile-view {
    display: none; } }
  @media (max-width: 768px) {
  .order-info .desktop-view {
    display: none; }
  .order-info .mobile-view {
    display: block; } }

.receipt {
  font-size: 1rem;
  font-weight: 500; }
  .receipt .receipt__wrapper {
    overflow: hidden; }
  .receipt .receipt__wrapper .price-text {
    color: #fa0000; }
  .receipt .receipt__wrapper .receipt__head {
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #f22;
    color: #000; }
  .receipt .receipt__wrapper .receipt__head .receipt__container {
    padding-left: 5rem;
    padding-right: 5rem; }
    .receipt .receipt__wrapper .receipt__head .receipt__container.receipt__container--centered {
      width: 90%;
      margin: 0 auto;
      padding: 0; }
    .receipt .receipt__wrapper .receipt__head .receipt__container .receipt__logo {
      display: table;
      width: 100%;
      padding-top: 10rem; }
    .receipt .receipt__wrapper .receipt__head .receipt__container .receipt__logo > a {
      display: table-cell;
      text-decoration: none; }
    .receipt .receipt__wrapper .receipt__head .receipt__container .receipt__logo > a > h1 {
      font-weight: 600;
      font-size: 2.7rem; }
    .receipt .receipt__wrapper .receipt__head .receipt__container .receipt__logo > a:last-child {
      text-align: right; }
    .receipt .receipt__wrapper .receipt__head .receipt__container .receipt__logo > a:first-child {
      vertical-align: top; }
    .receipt .receipt__wrapper .receipt__head .receipt__container .receipt__desc {
      text-align: right;
      display: block;
      padding: 1rem 0 4rem 0; }
    .receipt .receipt__wrapper .receipt__head .receipt__container .receipt__desc > span {
      display: block; }
    .receipt .receipt__wrapper .receipt__head .receipt__container .receipt__items {
      display: table;
      width: 100%;
      padding: 5rem 0 6rem 0;
      table-layout: fixed; }
    .receipt .receipt__wrapper .receipt__head .receipt__container .receipt__items .receipt__item {
      display: table-cell; }
    .receipt .receipt__wrapper .receipt__head .receipt__container .receipt__items .receipt__item .receipt__subtitle {
      font-weight: 500;
      padding-bottom: 0.5rem; }
    .receipt .receipt__wrapper .receipt__head .receipt__container .receipt__items .receipt__item > span {
      display: block; }
  .receipt .receipt__wrapper .receipt__body {
    padding: 6rem 5rem 0 5rem; }
  .receipt .receipt__wrapper .receipt__body.receipt__body--centered {
    width: 85%;
    margin: 0 auto;
    padding: 6rem 0 0 0; }
  .receipt .receipt__wrapper .receipt__body .comment-box-header {
    border-bottom: 2px solid #dee2e6; }
  .receipt .receipt__wrapper .receipt__body table thead tr th {
    padding: 1rem 0 0.5rem 0;
    border-top: none; }
    .receipt .receipt__wrapper .receipt__body table thead tr th:not(:first-child) {
      text-align: right; }
    .receipt .receipt__wrapper .receipt__body table tbody tr td {
      padding: 1rem 0 1rem 0;
      vertical-align: middle;
      border-top: none;
      font-weight: 600;
      font-size: 1.1rem; }
    .receipt .receipt__wrapper .receipt__body table tbody tr td:not(:first-child) {
      text-align: right; }
    .receipt .receipt__wrapper .receipt__body table tbody tr:first-child td {
      padding-top: 1.8rem; }
  .receipt .receipt__wrapper .receipt__footer {
    margin-top: 7rem; }
  .receipt .receipt__wrapper .receipt__footer .receipt__container {
    display: table;
    padding: 5rem 0 6rem 0; }
    .receipt .receipt__wrapper .receipt__footer .receipt__container.receipt__container--centered {
      width: 85%;
      margin: 0 auto; }
    .receipt .receipt__wrapper .receipt__footer .receipt__container .receipt__content {
      display: table-cell;
      font-weight: 500; }
    .receipt .receipt__wrapper .receipt__footer .receipt__container .receipt__content .receipt__price {
      font-size: 1.9rem !important;
      font-weight: 600; }
    .receipt .receipt__wrapper .receipt__footer .receipt__container .receipt__content > span {
      display: block;
      display: table;
      width: 100%;
      padding-bottom: 1rem; }
    .receipt .receipt__wrapper .receipt__footer .receipt__container .receipt__content > span > span {
      display: table-cell;
      min-width: 75px; }
    .receipt .receipt__wrapper .receipt__footer .receipt__container .receipt__content > span > span:last-child {
      text-align: right;
      font-size: 0.85rem; }
    .receipt .receipt__wrapper .receipt__footer .receipt__container .receipt__content:first-child {
      width: 35%; }
    .receipt .receipt__wrapper .receipt__footer .receipt__container .receipt__content:last-child {
      text-align: right; }
  .receipt .receipt__wrapper .receipt__head .receipt__container .receipt__logo > a > h1 {
    color: #000; }
  .receipt .receipt__wrapper .receipt__head .receipt__container .receipt__desc {
    color: #000; }
  .receipt .receipt__wrapper .receipt__head .receipt__container .receipt__items {
    border-top: 2px solid #dee2e6; }
    .receipt .receipt__wrapper .receipt__head .receipt__container .receipt__items .receipt__item {
      color: #000; }
    .receipt .receipt__wrapper .receipt__head .receipt__container .receipt__items .receipt__item .receipt__text {
      color: #000; }
  .receipt .receipt__wrapper .receipt__body table thead tr th {
    color: #898b96; }
  .receipt .receipt__wrapper .receipt__body table tbody tr td {
    color: #6f727d; }
    .receipt .receipt__wrapper .receipt__body table tbody tr td:last-child {
      color: #fa0000; }
  .receipt .receipt__wrapper .receipt__footer {
    background-color: #f7f8fa; }
  .receipt .receipt__wrapper .receipt__footer .receipt__container .receipt__content > span {
    /* color: #3f4047; */ }
    .receipt .receipt__wrapper .receipt__footer .receipt__container .receipt__content > span:first-child {
      /* color: #7b7e8a; */ }
    .receipt .receipt__wrapper .receipt__footer .receipt__container .receipt__content > span > span:last-child {
      /* color: $color-button-text-confirm; */ }
    .receipt .receipt__wrapper .receipt__footer .receipt__container .receipt__content .receipt__price {
      color: #fa0000; }
    .receipt .receipt__wrapper .receipt__footer .receipt__container .receipt__content:not(:first-child) > span:last-child {
      color: #fa0000; }
    .receipt .receipt__wrapper .receipt__footer .receipt__container .receipt__content .title {
      font-size: 1.1rem; }
    .receipt .receipt__wrapper .receipt__footer .receipt__container .receipt__content .content {
      font-size: 1rem; }

.order-desktop-payment-items .receipt-image {
  max-width: 300px;
  max-height: 300px; }

.order-mobile-payment-items .receipt-image {
  max-width: 80%;
  max-height: 80%; }

.address-list .address-card {
  outline-offset: -10px;
  outline: 1px dotted #ccc;
  min-height: 192px;
  position: relative;
  cursor: pointer; }
  .address-list .color-grey {
    color: #afafaf;
    opacity: 0.5;
    font-size: 1.8rem; }
  .address-list i.color-grey {
    font-size: 5rem; }
  .address-list .background-icon {
    position: absolute;
    right: 38%;
    top: 27%;
    font-size: 7rem;
    z-index: -1;
    color: #afafaf;
    opacity: 0.2; }
  .address-list button.delete {
    padding: 0;
    background-color: transparent;
    border: 0;
    float: clear;
    position: absolute;
    top: 20px;
    right: 30px;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: 0.5;
    z-index: 10; }

@media (max-width: 992px) and (min-width: 768) {
  .address-list .background-icon {
    position: absolute;
    right: 20%;
    top: 27%;
    font-size: 7rem;
    z-index: -1;
    color: #afafaf;
    opacity: 0.2; } }

@media (max-width: 768px) {
  .receipt {
    font-size: 0.8rem; }
    .receipt table {
      font-size: 0.8rem; }
    .receipt .receipt__wrapper .receipt__head .receipt__container {
      width: 100% !important;
      padding: 0 2rem 0 2rem; }
      .receipt .receipt__wrapper .receipt__head .receipt__container.receipt__container--centered {
        padding: 0 2rem 0 2rem; }
      .receipt .receipt__wrapper .receipt__head .receipt__container .receipt__logo {
        padding-top: 4rem; }
        .receipt .receipt__wrapper .receipt__head .receipt__container .receipt__logo > a {
          width: 100%;
          display: block; }
          .receipt .receipt__wrapper .receipt__head .receipt__container .receipt__logo > a > img {
            max-width: 140px; }
          .receipt .receipt__wrapper .receipt__head .receipt__container .receipt__logo > a:last-child {
            padding-top: 1rem;
            text-align: left; }
          .receipt .receipt__wrapper .receipt__head .receipt__container .receipt__logo > a h1 {
            font-size: 1.8rem; }
      .receipt .receipt__wrapper .receipt__head .receipt__container .receipt__desc {
        text-align: left;
        padding-bottom: 2rem; }
      .receipt .receipt__wrapper .receipt__head .receipt__container .receipt__items {
        padding: 2rem 0 2rem 0; }
        .receipt .receipt__wrapper .receipt__head .receipt__container .receipt__items .receipt__item {
          width: 100%;
          display: block;
          padding-bottom: 2rem; }
          .receipt .receipt__wrapper .receipt__head .receipt__container .receipt__items .receipt__item:not(:first-child) {
            padding-left: 0; }
      .receipt .receipt__wrapper .receipt__body {
        width: 100% !important;
        padding: 3rem 2rem 0 2rem; }
      .receipt .receipt__wrapper .receipt__body.receipt__body--centered {
        padding: 3rem 2rem 0 2rem; }
      .receipt .receipt__wrapper .receipt__body table tbody tr td {
        font-size: 0.79rem; }
        .receipt .receipt__wrapper .receipt__body table thead tr th:not(:first-child), .receipt .receipt__wrapper .receipt__body table tbody tr td:not(:first-child) {
          padding-right: 0.7rem; }
          .receipt .receipt__wrapper .receipt__body table thead tr th:last-child, .receipt .receipt__wrapper .receipt__body table tbody tr td:last-child {
            padding-right: 0; }
      .receipt .receipt__wrapper .receipt__footer {
        margin-top: 2rem; }
      .receipt .receipt__wrapper .receipt__footer .receipt__container {
        width: 100%;
        padding: 2rem 2rem 4rem 2rem; }
        .receipt .receipt__wrapper .receipt__footer .receipt__container.receipt__container--centered {
          width: 100%; }
        .receipt .receipt__wrapper .receipt__footer .receipt__container .receipt__content {
          width: 100%;
          display: block; }
          .receipt .receipt__wrapper .receipt__footer .receipt__container .receipt__content:first-child {
            width: 100%; }
          .receipt .receipt__wrapper .receipt__footer .receipt__container .receipt__content:last-child {
            padding-top: 2rem;
            text-align: left; }
          .receipt .receipt__wrapper .receipt__footer .receipt__container .receipt__content .receipt__price {
            font-size: 1.2rem !important; }
          .receipt .receipt__wrapper .receipt__footer .receipt__container .receipt__content > span > span:last-child {
            text-align: right;
            font-size: 0.8rem; }
          .receipt .receipt__wrapper .receipt__footer .receipt__container .receipt__content .title {
            font-size: 0.8rem; }
          .receipt .receipt__wrapper .receipt__footer .receipt__container .receipt__content .content {
            font-size: 0.77rem; } }

@media (max-width: 480px) {
  .receipt {
    font-size: 0.72rem; }
    .receipt .receipt__footer .receipt__container span span {
      display: block !important;
      text-align: left !important; } }

#upload-receipt-modal a {
  color: #989898; }
  #upload-receipt-modal a:hover {
    text-decoration: none;
    color: #386e91; }
  #upload-receipt-modal .modal-header {
    border-bottom: none;
    padding-bottom: 0; }
  #upload-receipt-modal .modal-body {
    padding-top: 0; }
  #upload-receipt-modal .modal-body .header-title {
    text-align: center;
    font-weight: 900;
    font-size: 1.5rem; }
  #upload-receipt-modal .modal-body .form-control {
    padding: 15px;
    background: #f7f7f7;
    color: #a6a6a6;
    height: auto; }
  #upload-receipt-modal .modal-body .error_msg {
    display: none;
    color: red; }
  #upload-receipt-modal .modal-body .captcha_box {
    display: none; }
  #upload-receipt-modal .modal-body .captcha_box img {
    width: 100%; }
  #upload-receipt-modal .modal-footer {
    background: #f7f7f7;
    border-radius: 4px;
    padding: 0; }
  #upload-receipt-modal .modal-footer a {
    width: 100%;
    text-align: center;
    padding: 1rem; }

.page-404 {
  background-image: url(/image/catalog/404.jpg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position-x: right;
  background-position-y: bottom;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center; }
  @media only screen and (min-width: 768px) {
  .page-404 {
    height: 500px; } }
  .page-404 span {
    margin-top: auto;
    margin-bottom: auto;
    margin-left: 15%;
    margin-right: auto;
    font-size: xx-large; }

.page-maintenance {
  background-image: url(/image/catalog/maintenance_mode.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position-x: center;
  background-position-y: top;
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center; }
  .page-maintenance span {
    margin-top: 15%;
    margin-bottom: auto;
    margin-left: auto;
    margin-right: auto;
    font-size: xx-large;
    color: white; }
  @media only screen and (max-width: 767px) {
  .page-maintenance span {
    margin-top: 30%; } }
