
a { color: #232323; text-decoration: none; }

a:hover, a:active, a:focus { color: #E22128; text-decoration: none; }

footer a, a:active, footer a:focus { color: #fff; text-decoration: none; }

html, body {
  font-family: canon;
  font-size: 1rem;
  color: #232323;
  font-weight: normal;
  line-height: 1.5;
  text-transform: none;
}

.icon-small a, .icon-small a:active, .icon-small a:focus {
  color: #fff;
  text-decoration: none;
}

.logo { width: 130px; }
header a.logo img { max-height: 30px; }

header nav .navbar-nav.text-normal > li > a {
  font-weight: 600;
  font-size: 14px;
}

header nav.navbar .navbar-nav > li.dropdown.on > a, nav.navbar.bootsnav ul.nav > li.dropdown.on > a {
  color: #fff;
}

nav.navbar.bootsnav .navbar-toggle { top: 0; float: right; }

header nav.navbar .navbar-nav > li > a:hover, nav.navbar.bootsnav ul.nav > li > a:hover {
  background-color: #E22128 !important;
  padding: .5rem 1.2rem;
  color: #fff;
  border-radius: 50px;
}

header.header-appear nav.bootsnav.header-light-transparent .navbar-nav > li.dropdown.on > a,
header.header-appear nav.bootsnav.header-light .navbar-nav > li.dropdown.on > a,
header nav.navbar .navbar-nav > li.dropdown.on > a, nav.navbar.bootsnav ul.nav > li.dropdown.on > a,
header.header-appear nav.bootsnav.header-light-transparent .navbar-nav > li.active > a,
header.header-appear nav.bootsnav.header-light .navbar-nav > li.active > a,
header nav.navbar .navbar-nav > li.active > a,
nav.navbar.bootsnav ul.nav > li.active > a {
  background-color: #E22128 !important;
  padding: .5rem 1.2rem;
  color: #fff;
  border-radius: 50px;
}

nav.navbar.navbar-default ul.nav > li > a {
  padding: 0;
  background-color: transparent;
  padding: .5rem 1.2rem;
  color: #666666;
  border-radius: 50px;
}

header nav .navbar-nav > li > a {
  margin: 0 3px;
}

header.sticky nav.navbar.navbar-default.navbar-fixed-top ul.nav > li > a,
header.sticky nav.navbar.navbar-default.navbar-top ul.nav > li > a {
  padding: .5rem 1.2rem;
}

.header-with-topbar .navbar-top, .header-with-topbar .navbar-fixed-top {
  top: 34px;
}

.simple-dropdown .dropdown-menu {
  top: 48px !important;
}

.simple-dropdown .dropdown-menu.dropdown_menu_end {
  right: 0;
  left: auto;
}

@media (max-width: 767px) {
  .header-with-topbar.fixed-topbar nav.navbar.bootsnav.navbar-fixed-top,
  .sticky.header-with-topbar.fixed-topbar nav.navbar.bootsnav.navbar-fixed-top,
  .sticky.header-with-topbar.header-appear.fixed-topbar nav.navbar.bootsnav.navbar-top {
    top: 34px;
  }
}

@media (max-width: 991px) {
  nav .accordion-menu, .sticky nav .accordion-menu {
    padding: 20px 0;
  }

  .navbar-nav li > a,
  nav.navbar.navbar-default ul.nav > li > a,
  header .navbar-nav li > a,
  header nav.navbar-fixed-top.header-light-transparent.white-link .navbar-nav > li > a,
  header.sticky nav.navbar.navbar-default.navbar-fixed-top ul.nav > li > a,
  header.header-appear nav.bootsnav.header-light-transparent .navbar-nav > li > a,
  header.header-appear nav.bootsnav.header-light .navbar-nav > li > a {
    color: #232323;
  }

  #rightpush ul, #rightpush ul li {
    list-style: none;
    margin: 1rem;
    padding-left: 0;
  }

  #rightpush ul li ul li {
    margin: 0.5rem;
  }

  #rightpush .divider {
    height: 1px;
    background-color: #e6e6e6;
  }

  #rightpush ul li ul li a {
    color: #777777;
    text-decoration: none;
    font-size: .9rem;
  }

  #rightpush ul li a {
    color: #232323;
    text-decoration: none;
    font-size: 1rem;
    display: block;
  }

  #rightpush ul li a:hover {
    color: #E22128;
    text-decoration: none;
  }
}

@media (min-width: 992px) {
  .cbp-spmenu {
    display: none;
  }

  .py-6 {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

.mobile-toggle span:nth-child(2) {
  margin: 5px 0px;
}

.mobile-toggle span {
  display: block;
  width: 25px;
  height: 2px;
  background: #000;
  content: ""
}

@media (max-width: 991px) {
  .section_space {
    margin-top: 5rem;
    padding: 40px 0;
  }
}

@media (min-width: 992px) {
  .section_space {
    margin-top: 5rem;
  }
}

.panel_left {
  border-radius: 1rem;
  padding: 1.5rem 1rem;
}

.block_box_shadow {
  box-shadow: 0 2rem 4rem -3rem rgba(0, 45, 64, 0.5), 0 0rem 8rem 0 rgba(0, 45, 64, 0.1);
}


/* ====== EXPANDABLE NAVIGATION ====== */

#expandable_button {
  position: absolute;
}

#expandable_button .expand_button {
  border-radius: 50%;
  padding: .5rem;
  background-color: #FFA700
}

#expandable_button .expand_button_nonactive {
  border-radius: 50%;
  padding: .5rem;
  background-color: transparent
}

#expandable_button ul {
  display: flex;
  padding-left: 0;
}

#expandable_button li {
  position: relative;
  transition: all 1s;
  width: 48px;
  height: 48px;
  background: #E22128;
  border-radius: 25px;
  border: 4px solid #E22128;
  margin-right: 8px;
  list-style: none;
  color: white;
}

#expandable_button .fas {
  box-sizing: border-box;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 50%;
  color: #fff;
  text-align: center;
  font-size: 1.4em;
  transition: all 1s;
  align-content: center;
}

#expandable_button .fa-home {
  font-size: 1.3em;
}

#expandable_button .fas span {
  color: #fff;
  visibility: hidden;
  padding-left: 15px;
  font-family: 'canon';
  font-size: 14px;
  position: absolute;
  text-align: left;
  transition: all .1s;
  top: 15%;
}

#expandable_button li {
  cursor: pointer;
}

#expandable_button li:nth-of-type(1):hover, #expandable_button .active:nth-of-type(1) {
  width: 120px;
}

#expandable_button li:nth-of-type(2):hover, #expandable_button .active:nth-of-type(2) {
  width: 130px;
}

#expandable_button li:nth-of-type(3):hover, #expandable_button .active:nth-of-type(3) {
  width: 120px;
}

#expandable_button li:hover .fas, #expandable_button .active .fas {
  color: white;
  background: #FFA700;
  align-content: center;
}

#expandable_button li:hover .fas span, #expandable_button .active span {
  visibility: visible;
}

#expandable_button .fas span.single_expandable_button {
  top: 33%;
  width: 200px;
}

#expandable_button li.single_expandable_button:hover, #expandable_button .active.single_expandable_button {
  width: 160px;
}

#expandable_button .fas span.single_expandable_button2 {
  top: 15%;
  width: 170px;
}
/*   #expandable_button li.single_expandable_button2:hover, #expandable_button .active.single_expandable_button2 { width: 160px; } */


/* ====== END EXPANDABLE NAVIGATION ====== */


.font_size_3rem {
  font-size: 3rem;
}

.text-small_14px {
  font-size: 14px;
  line-height: 22px
}

.font_red {
  color: #E22128;
}

.label_small {
  font-size: 12px;
  text-transform: uppercase;
  margin: 0;
  padding: 0;
}

.label_line {
  width: 50px;
  border-bottom: 3px solid #E22128;
  margin: 1rem 0;
}

.fill_red {
  filter: invert(9%) sepia(98%) saturate(7376%) hue-rotate(355deg) brightness(103%) contrast(77%);
}

.fill_white {
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7467%) hue-rotate(90deg) brightness(109%) contrast(108%);
}

.small_link {
  font-size: 13px;
  padding-left: 10px;
}

.text_red {
  color: #E22128;
}

.header_red {
  color: #E22128;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 500;
  text-align: center;
  padding-bottom: 1rem;
}

.float_right {
  float: right;
}

.bg_red {
  background-color: #E22128;
}

.bg_blue {
  background-color: #4D80E6;
}

.bg_orange {
  background-color: #FFA700;
}

.swiper-pagination-bottom .swiper-wrapper {
  margin-bottom: 1rem;
}

.swiper-wrapper2 {
  margin-bottom: 2rem;
}

.btn.btn_red {
  background: #E22128;
  color: #fff;
  padding: .5rem 1.5rem;
  border: 2px solid transparent;
  border-radius: 50px;
  font-size: 12px;
  margin: 1rem .3rem;
}

.btn.btn_red:hover {
  background: transparent;
  color: #E22128;
  border: 2px solid #E22128;
}

.btn.btn_red_outline {
  background: transparent;
  color: #E22128;
  padding: .5rem 1.5rem;
  border: 2px solid #E22128;
  border-radius: 50px;
  font-size: 12px;
  margin: 1rem .3rem;
}

.btn.btn_red_outline:hover {
  background: #E22128;
  color: #fff;
  border: 2px solid transparent;
}

.btn.btn_black_outline {
  background: transparent;
  color: #767676;
  padding: .5rem 1.5rem;
  border: 2px solid #767676;
  border-radius: 50px;
  font-size: 12px;
  margin: 1rem .3rem;
}

.btn.btn_black_outline:hover {
  background: #232323;
  color: #fff;
  border: 2px solid transparent;
}

.btn.btn_red_left {
  background: #E22128;
  color: #fff;
  padding: .5rem .6rem;
  border: 2px solid transparent;
  border-radius: 50px;
  font-size: 12px;
  margin: 1rem 0;
}

.btn.btn_red_left:hover {
  background: transparent;
  color: #E22128;
  border: 2px solid #E22128;
}

.btn.btn_red_outline_left {
  background: transparent;
  color: #E22128;
  padding: .5rem .6rem;
  border: 2px solid #E22128;
  border-radius: 50px;
  font-size: 12px;
  margin: 1rem 0;
}

.btn.btn_red_outline_left:hover {
  background: #E22128;
  color: #fff;
  border: 2px solid transparent;
}

.btn.btn_white_outline {
  background: transparent;
  color: #fff;
  padding: .8rem 1.5rem;
  border: 2px solid #fff;
  border-radius: 50px;
  font-size: 12px;
  margin: 1rem 0;
  font-family: canon;
}

.btn.btn_white_outline {
  background: transparent;
  color: #fff;
  padding: .5rem 1.5rem;
  border: 2px solid #fff;
  border-radius: 50px;
  font-size: 12px;
  margin: 1rem .3rem;
}

.btn.btn_white_outline:hover {
  background: #fff;
  color: #232323;
  border: 2px solid transparent;
}


/* ====== FLOATING BUTTON ====== */

.float_contact {
  position: fixed;
  bottom: 10%;
  z-index: 9;
  right: 0;
  margin-right: 3rem;
}

@media (max-width: 991px) {
  .float_contact {
    position: fixed;
    bottom: 5%;
    z-index: 9;
    right: 0;
    margin-right: 3rem;
  }
}

.float_contact .btn i {
  align-self: center;
  margin: 0 auto;
}

.btn.btn_float {
  background: #E22128;
  color: #fff;
  height: 70px;
  width: 70px;
  display: flex;
}

/* ====== END FLOATING BUTTON ====== */


/* ====== MASTHEAD BANNER ====== */

.masthead {
  width: 100%;
  height: 300px;
  object-fit: cover;
  object-position: top;
}

.masthead_head {
  display: flex;
  padding: 2.5rem;
  height: 100%;
  align-items: flex-end;
}

.masthead_head_txshadow {
  text-shadow: 0px 0px 5px #000;
}

/* ====== END MASTHEAD BANNER ====== */


.radius_1rem {
  border-radius: 1rem;
}

.text-white-2 {
  color: #FFF;
  font-family: canon;
}

.seperator_white {
  border-bottom: 1px solid #fff;
}

.line-height-22 {
  line-height: 22px;
}

section {
  padding: 80px 0;
  overflow: hidden;
}


.banner_home {
  background: url('../images/stockimages/home_01.jpg');
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 300px;
}

#thumb_object img {
  object-fit: cover;
  height: 320px;
  object-position: center;
}

footer ul li {
  list-style: none;
}

.cart_circle, .noti_circle {
  background-color: #E22128;
  border-radius: 50px;
  height: 14px;
  width: 14px;
  position: absolute;
  margin-left: -14px;
  font-size: 10px;
  text-align: center;
  font-family: canon;
}

#dot_tier p {
  margin-bottom: 0;
}

.border_left_vertical {
  border-left: 3px solid #E22128;
  padding-left: 1rem;
}

.red_dot {
  width: 10px;
  height: 10px;
  background-color: #E22128;
  border-radius: 25px;
  margin-bottom: .5rem;
}

.grey_dot {
  width: 10px;
  height: 10px;
  background-color: #b7b7b7;
  border-radius: 25px;
  margin-bottom: .5rem;
}

.grey_dot_line {
  border-left: 2px solid #000;
  position: absolute;
}

.red_dot::before, .grey_dot::before {
  content: "";
  position: relative;
  top: -15px;
  left: 3px;
  border-left: 3px dotted #b7b7b7;
  height: 10px;
  display: block;
}

.dot_text {
  position: relative;
  text-align: center;
  top: -60px;
  display: flex;
  line-height: 1.2;
  left: -5px;
  font-weight: 600;
}

.dot_text_2 {
  position: relative;
  text-align: center;
  top: -50px;
  display: flex;
  line-height: 1.2;
  left: -8px;
  font-weight: 600;
}

.red_dot:first-child::before {
  display: none;
}

.margin_top_5rem {
  margin-top: 5rem;
}

.h_80 {
  height: 80px;
}

.py-6 {
  padding-top: 5px;
  padding-bottom: 5px;
}

.font_size_1point3 {
  font-size: 1.3rem;
}

.panel_left_icon {
  position: relative;
  top: -30px;
  float: right;
  left: 2px;
}

.panel_left_icon2 {
  position: relative;
  top: -20px;
  float: right;
  left: 22px;
}

.panel_left td {
  padding: 5px 0;
}

label {
  margin-bottom: 5px;
  font-size: 14px;
  font-weight: 400;
}

footer {
  font-size: 14px;
}

ol, ul {
  padding-left: 1rem;
}

.select-style {
  width: 100%;
  overflow: hidden;
  background: url('../images/icon/icon_caret_down.svg') no-repeat 98% 50%;
  background-size: 15px;
  background-color: #fff;
  border: 1px solid #d1d1d1;
  border-radius: 6px;
}

.select-style2 {
  background-position: 86% !important;
}

select {
  padding: 12px 20px;
}

.tooltip-arrow {
  transform: translateX(35px) !important;
  -webkit-transform: translateX(35px);
}

.tooltip {
  font-size: 12px;
}

.input-group input, .input-group-append .btn.btn-large {
  height: auto;
  padding: 11px 25px !important;
  border: 1px solid #d1d1d1;
}

.input-group-append .btn {
  border-radius: 0 6px 6px 0;
  padding: 11px 15px;
  border: 1px solid #d1d1d1;
}

@media (max-width: 767px) {
  .number-circle:before {
    width: 70%;
    position: absolute;
    content: "";
    height: 1px;
    background: #d1d1d1;
    top: 38px;
    z-index: 1;
    right: 96px;
  }

  .number-circle:after {
    width: 70%;
    position: absolute;
    content: "";
    height: 1px;
    background: #d1d1d1;
    top: 38px;
    z-index: 1;
    left: 96px;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .number-circle:before {
    width: 150%;
    position: absolute;
    content: "";
    height: 1px;
    background: #d1d1d1;
    top: 38px;
    z-index: 1;
    right: 96px;
  }

  .number-circle:after {
    width: 150%;
    position: absolute;
    content: "";
    height: 1px;
    background: #d1d1d1;
    top: 38px;
    z-index: 1;
    left: 96px;
  }
}

@media (min-width: 1200px) {
  .number-circle:before {
    width: 250%;
    position: absolute;
    content: "";
    height: 1px;
    background: #d1d1d1;
    top: 40px;
    z-index: 1;
    right: 130px;
  }

  .number-circle:after {
    width: 250%;
    position: absolute;
    content: "";
    height: 1px;
    background: #d1d1d1;
    top: 40px;
    z-index: 1;
    left: 130px;
  }
}

.feature-box-10:hover .number {
  background-color: #E22128 !important;
  color: #fff
}

.feature-box-10 .number {
  height: 80px;
  width: 80px;
}

.border_color_red {
  border-color: #E22128 !important;
}

.border_color_red.active {
  background-color: #E22128 !important;
  color: #fff;
}

/* TABLELESS */

#tableless table {
  width: 100%;
  border-collapse: collapse;
  padding: 0; 
  font-size: .85rem;
}
/*#tableless th { background: transparent; color: #232323;  border-bottom: 2px solid #E22128; padding-bottom: 12px; font-weight: 500;  }
*/
#tableless th {
  padding: 12px;
  font-size: .85rem;
  font-weight: 500;
}

#tableless td {
  padding: 12px;
  font-size: .85rem;
  font-weight: normal;
}

#tableless tr {
  border-bottom: .5px solid #d1d1d1;
  margin: 0;
  padding: 12px 0;
  vertical-align: top;
}

/* #tableless td.ordernum { padding-left: 0; color: #E22128; }
#tableless .viewdetail img { width: 30px; } */

@media only screen and (max-width: 991px) {

  #tableless th, #tableless td {
    min-width: 150px;
    width: 150px;
  }

  table.dataTable thead > tr > th.dt-orderable-asc span.dt-column-order, table.dataTable thead > tr > th.dt-orderable-desc span.dt-column-order, table.dataTable thead > tr > th.dt-ordering-asc span.dt-column-order, table.dataTable thead > tr > th.dt-ordering-desc span.dt-column-order,
  table.dataTable thead > tr > td.dt-orderable-asc span.dt-column-order,
  table.dataTable thead > tr > td.dt-orderable-desc span.dt-column-order,
  table.dataTable thead > tr > td.dt-ordering-asc span.dt-column-order,
  table.dataTable thead > tr > td.dt-ordering-desc span.dt-column-order {
    position: absolute;
    right: 12px;
    top: -15px !important;
    bottom: 0;
    width: 12px;
  }
}


@media only screen and (max-width: 991px) {

  table.dataTable thead > tr > th.dt-orderable-asc span.dt-column-order, table.dataTable thead > tr > th.dt-orderable-desc span.dt-column-order, table.dataTable thead > tr > th.dt-ordering-asc span.dt-column-order, table.dataTable thead > tr > th.dt-ordering-desc span.dt-column-order,
  table.dataTable thead > tr > td.dt-orderable-asc span.dt-column-order,
  table.dataTable thead > tr > td.dt-orderable-desc span.dt-column-order,
  table.dataTable thead > tr > td.dt-ordering-asc span.dt-column-order,
  table.dataTable thead > tr > td.dt-ordering-desc span.dt-column-order {
    position: absolute;
    right: 12px;
    bottom: 0;
    width: 12px;
  }
}

/* END TABLELESS=== */

/* TABLELESS 1*/

#tableless1 table {
  width: 100%;
  border-collapse: collapse;
  padding: 0;
  font-size: .85rem;
}
/*#tableless th { background: transparent; color: #232323;  border-bottom: 2px solid #E22128; padding-bottom: 12px; font-weight: 500;  }
*/
#tableless1 th {
  padding: 12px;
  font-size: .85rem;
  font-weight: 500;
}

#tableless1 td {
  padding: 12px;
  font-size: .85rem;
  font-weight: normal;
}

#tableless1 tr {
  border-bottom: .5px solid #d1d1d1;
  margin: 0;
  padding: 12px 0;
  vertical-align: top;
}

/* #tableless td.ordernum { padding-left: 0; color: #E22128; }
#tableless .viewdetail img { width: 30px; } */

@media only screen and (max-width: 991px) {

  #tableless1 th, #tableless1 td {
    min-width: 150px;
    width: 150px;
  }

  table.dataTable thead > tr > th.dt-orderable-asc span.dt-column-order, table.dataTable thead > tr > th.dt-orderable-desc span.dt-column-order, table.dataTable thead > tr > th.dt-ordering-asc span.dt-column-order, table.dataTable thead > tr > th.dt-ordering-desc span.dt-column-order,
  table.dataTable thead > tr > td.dt-orderable-asc span.dt-column-order,
  table.dataTable thead > tr > td.dt-orderable-desc span.dt-column-order,
  table.dataTable thead > tr > td.dt-ordering-asc span.dt-column-order,
  table.dataTable thead > tr > td.dt-ordering-desc span.dt-column-order {
    å position: absolute;
    right: 12px;
    top: -15px !important;
    bottom: 0;
    width: 12px;
  }
}


@media only screen and (max-width: 991px) {

  table.dataTable thead > tr > th.dt-orderable-asc span.dt-column-order, table.dataTable thead > tr > th.dt-orderable-desc span.dt-column-order, table.dataTable thead > tr > th.dt-ordering-asc span.dt-column-order, table.dataTable thead > tr > th.dt-ordering-desc span.dt-column-order,
  table.dataTable thead > tr > td.dt-orderable-asc span.dt-column-order,
  table.dataTable thead > tr > td.dt-orderable-desc span.dt-column-order,
  table.dataTable thead > tr > td.dt-ordering-asc span.dt-column-order,
  table.dataTable thead > tr > td.dt-ordering-desc span.dt-column-order {
    position: absolute;
    right: 12px;
    bottom: 0;
    width: 12px;
  }
}

/* END TABLELESS=== */

.icon-small {
  font-size: 20px
}


/********* FORM ********/

#checkboxbtn label {
  position: relative;
  text-align: left;
  padding-left: 0;
  display: inline-block;
}

#ratiobtn label {
  position: relative;
  text-align: left;
  padding-left: 0;
  display: inline-block
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 24px;
  width: 24px;
  background-color: #eee;
  border-radius: 4px;
}

input:focus {
  outline: none;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
}

[type="radio"]:checked + label:before, [type="radio"]:not(:checked) + label:before {
  width: 26px;
  height: 26px;
}
/* [type="radio"]:checked + label, [type="radio"]:not(:checked) + label { line-height: inherit; padding-left: 2rem; } */
[type="radio"]:checked + label:after, [type="radio"]:not(:checked) + label:after {
  width: 26px;
  height: 26px;
}

.form-check {
  padding-left: 0;
}

.form-check-input[type=checkbox], .form-check-input[type=radio] {
  border-radius: 0.25em;
  border: 0;
  background-color: #eee;
  margin-right: .7rem;
}

.form-check .form-check-input {
  float: left;
  margin-left: 0;
  padding-left: 0;
}

.form-check-input:checked[type=checkbox] {
  background-image: url('../images/icon/icons_tick-white.svg');
  background-size: 60%;
  background-color: #E22128;
}

.form-check-input:checked[type=radio] {
  background-image: url('../images/icon/ratio-red.svg');
}

.form-check-input:checked[type=radio] {
  background-color: #ffffff;
}

.form-check-input[type=radio] {
  border-radius: 50%;
}

.form-check-displaywebkit {
  display: -webkit-inline-box;
}

.form-check-input {
  width: 24px;
  height: 24px;
  margin-top: 0;
  vertical-align: top;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: 1px solid rgba(0,0,0,.25);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-print-color-adjust: exact;
  color-adjust: exact;
}

.input-group-text {
  background-color: #fff;
  padding: 1rem;
}

input[type=file]::-webkit-file-upload-button {
  margin-right: -12px;
  background-color: transparent;
  -webkit-appearance: none;
  float: right;
  border: none;
  color: transparent;
}

#formupload::-webkit-file-upload-button {
  visibility: hidden;
}

#formupload::before {
  content: "Select file";
  font-weight: 500;
  background-color: transparent;
  float: right;
  color: #232323;
}
/* .form-control { border: 1px solid rgba(0, 0, 0, 0.36); display: inline-block; } */
.inputplaceholder {
  position: relative;
  top: -2rem;
  padding-left: 1rem;
}

.form-control {
  padding: 12px 20px;
}

/********* END FORM *******/

.pagination a:hover {
  background-color: #E22128;
  color: #fff
}

.mfp-bg, .my-mfp-zoom-in.mfp-ready.mfp-bg, .my-mfp-slide-bottom.mfp-ready.mfp-bg, .mfp-fade.mfp-bg.mfp-ready {
  background: #000;
  opacity: 0.9;
}

.accordion-style1 .panel-title {
  font-size: 1rem;
  font-weight: 500;
}

.h_350px {
  height: 350px;
}

.top_13rem {
  top: 13rem;
}

.background_position_bottom {
  background-position: center bottom !important;
}

.vertical_align_middle {
  vertical-align: middle;
}

.border_color_grey {
  border-color: #d1d1d1;
}

.border_bottom_white {
  border-bottom: .5px solid #fff;
}

.table_border_right {
  border-right: .5px solid #d1d1d1
}

@media (max-width: 1199px) {
  .top_15rem {
    top: 15rem;
  }
}


/********* TAB NAVI *******/

.portfolio-filter-tab-1 li {
  margin: 10px;
  display: inline-block;
  float: none;
  width: auto;
}

.portfolio-filter-tab-1 li a {
  background: #f5f5f5;
  border: none;
  padding: .5rem 1.25rem;
  display: inline;
  color: #6f6f6f;
  margin: 0;
  border-radius: 50px;
  font-size: .9rem;
}

.portfolio-filter-tab-1 li a:hover,
.portfolio-filter-tab-1 li a:focus,
.portfolio-filter-tab-1 li.active a {
  background: #E22128 !important;
  border-bottom: none;
  color: #fff;
}

.border_point5 {
  border: .5px solid #d1d1d1;
}

.border_1px {
  border: 1px solid #ededed;
}

.container .hover-option10 .grid-item .portfolio-icon a {
  width: 55px;
  height: 55px;
  vertical-align: middle;
  border: 1px solid rgba(255, 255, 255, 1);
  border-radius: 50%;
}

.hover-option10 .grid-item figure .portfolio-icon {
  margin-bottom: 20px;
}

.icon_26px {
  font-size: 26px
}

#catalog_object img {
  object-fit: cover;
  height: 350px;
  object-position: center;
}

.portfolio-hover-box {
  align-content: center;
}

/********* END TAB NAVI *******/



/* ================ REDEMPTION ================ */

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

textarea:hover, textarea:active, textarea:focus,
input:hover, input:active, input:focus,
button:focus, button:active, button:hover,
.form-select:hover, .form-select:active, form-select:focus,
.form-control:hover, .form-control:active, form-control:focus {
  outline: none !important;
  -webkit-appearance: none !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
}

.rounded_circle {
  background-color: #ededed;
  border-radius: 50%;
  padding: 1rem;
  color: #232323;
}

.rounded_circle:hover {
  background-color: #E22128;
  border-radius: 50%;
  padding: 1rem;
  color: #fff;
}

.number-input button {
  outline: none;
  -webkit-appearance: none;
  background-color: #E22128;
  border: none;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  cursor: pointer;
  margin: 0;
  border-radius: 50%;
  position: relative;
  color: #fff;
}

.number-input button:hover, .number-input button:active, .number-input button:focus {
  background-color: #E22128;
  border-radius: 2rem;
  border: transparent;
  display: inline-block;
  border: var(--btn-v4-border-width) solid transparent;
  color: #FFFFFF;
  transition: background-position .5s;
}

.number-input input[type=number] {
  max-width: 3rem;
  padding: .5rem;
  font-size: 1.25rem;
  height: 2rem;
  border: 0;
  text-align: center;
}

.cart img {
  object-fit: cover;
}

@media screen and (max-width: 767px) {
  .xs_paddingtopbottom_1point5rem {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .xs_paddingbottom_1point5rem {
    padding-bottom: 1.5rem;
  }

  .xs_paddingbottom_3rem {
    padding-bottom: 3rem;
  }
}

@media screen and (min-width: 768px) {
  .lg_paddingbottom_1point5rem {
    padding-bottom: 1.5rem;
  }
}

.cf:before, .cf:after {
  content: " ";
  display: table;
}

.cf:after {
  clear: both;
}

.cf {
  *zoom: 1;
}

.cart {
  padding: 0;
}

.cart .items .infoWrap {
  display: table;
  width: 100%;
}

.itemImg {
  max-width: 100%;
}

.itempad {
  padding: 1rem;
  width: 100%
}


@media (max-width: 991px) {
  .cart .items {
    padding: 0;
    list-style: none;
    text-align: left
  }

  .cartoffset {
    margin-left: 33.333%;
  }
}

.cart .items {
  display: block;
  width: 100%;
  vertical-align: middle;
  padding: 2em 1.5em;
}

.cart .items:last-child {
  border-bottom: none
}

.h_110px {
  height: 110px;
}

/* ================ END REDEMPTION ================ */


.text-small {
  font-size: 12px;
  line-height: 14px
}

@media (max-width: 767px) {
  h5 {
    font-size: 1.5rem;
    line-height: 28px;
    margin-bottom: 1rem;
  }
}

@media (max-width: 991px) {
.cart_point { text-align: left; }
}

@media (min-width: 992px) {
.cart_point { text-align: right; }
}

.bg_deliveraddress { background-color: #FFA700; }
.deliveraddress_box_outline { background-color: rgb(186 97 13 / 20%); }
.text_green { color: #00B423; }


/* ================ CALENDAR ================ */

.rd-container {
  display: none;
  background-color: #fff;
  padding: 20px;
  text-align: center;
  box-shadow: 0 10px 15px 0 rgba(0, 0, 0, .3);
  border: 1px solid #232323;
  margin-top: 1px;
  border-radius: 6px;
  z-index: 99999;
}

.rd-container-attachment { position: absolute; }
.rd-month { display: inline-block; margin-right: 25px; margin-top: 6px; }
.rd-month:last-child { margin-right: 0; }

.rd-back,
.rd-next {
  cursor: pointer;
  border: none;
  outline: none;
  background: none;
  padding: 0;
  margin: 0;
}

.rd-back[disabled], .rd-next[disabled] { cursor: default; }
.rd-back { float: left; margin-left: 10px; }
.rd-next { float: right; margin-right: 10px; }

.rd-back:before {
  font-family: 'themify' !important;
  display: block;
  content: "\e629";
  color: #E22128;
  font-size: .85rem;
  margin-top: 2px;
}

.rd-next:before {
  font-family: 'themify' !important;
  display: block;
  content: "\e628";
  color: #E22128;
  font-size: .85rem;
  margin-top: 2px;
}

.rd-day-body {
  cursor: pointer;
  text-align: center; /* new */
  width: 35px;
  height: 35px;
  vertical-align: middle;
}

.rd-day-selected,
.rd-time-selected,
.rd-time-option:hover {
  cursor: pointer;
  background-color: #E22128;
  color: #fff; /* new */
  border-radius: 50%;
}

.rd-day-prev-month, .rd-day-next-month { color: #ccc; }
.rd-day-disabled { cursor: default; color: #ccc; }

.rd-time {
  position: relative;
  display: inline-block;
  margin-top: 5px;
  min-width: 80px;
}

.rd-time-list {
  display: none;
  position: absolute;
  overflow-y: scroll;
  max-height: 160px;
  left: 0;
  right: 0;
  background-color: #fff;
  color: #333;
}

.rd-time-selected { padding: 5px; }
.rd-time-option { padding: 5px; }
.rd-day-concealed { visibility: hidden; }
.rd-days { margin-top: 15px; }

table.rd-days th,
.rd-month-label { font-weight: 500; }
table.rd-days th,
table.rd-days td { font-size: .9rem; }
table th.rd-day-head { padding-bottom: 1rem; }

@media screen and (max-width:991px) {
  table.rd-days td { padding: 0.75rem; }
  .mt_1rem { margin-top: 1rem; }
}

.rd-container .rd-container-attachment {
  transition-timing-function: inherit;
  -ms-transition-timing-function: inherit;
  -moz-transition-timing-function: inherit;
  -webkit-transition-timing-function: inherit;
  -o-transition-timing-function: inherit;
  transition-duration: 0;
  -ms-transition-duration: 0;
  -moz-transition-duration: 0;
  -webkit-transition-duration: 0;
  -o-transition-duration: 0;
}

/* ================ END CALENDAR ================ */


.prelogin_bg {
  position: relative;
  height: 100vh;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: radial-gradient(at center, rgba(255, 255, 255, 0) 35%, rgba(1, 1, 1, .85) 65%), url('../images/stockimages/home_01.jpg');
  background-size: cover;
}

.prelogin_trans { background-color: rgba(0, 0, 0, .55); }
.h_35px { height: 35px; }

#tableless .table >:not(:last-child) >:last-child > *,#tableless tr:last-child { border-bottom: 1px solid #E22128; margin-bottom: 2rem; }
.table >:not(:last-child) >:last-child > * { border-bottom-color: #E22128; }
#tableless thead tr:first-child { border-bottom: 2px solid #E22128; margin-bottom: 2rem; }
#tableless1 thead tr:first-child { border-bottom: 2px solid #E22128; margin-bottom: 2rem; }
#tableless1 .table >:not(:last-child) >:last-child > *,#tableless1 tr:last-child { border-bottom: 1px solid #E22128; margin-bottom: 2rem; }

.page-item.active .page-link { z-index: 3; color: #fff; background-color: #E22128; border-color: #E22128; }

.dt-search { display: none; }
.dt-container { width: 98.7%; }
.dt-info { font-size: 14px; }
.page-link,
.page-link a { color: #232323 }
.iconsize_28px { font-size: 28px }
.iconsize_22px { font-size: 22px }
.iconsize_18px { font-size: 18px }


@media screen and (max-width:991px) {
  #tableless th { min-width: 180px; width: 180px; }
}

@media screen and (min-width:992px) {
  #tableless th { min-width: 100%; width: auto; }
}


#floater {
  position: absolute;
  bottom: 180px;
  width: 70px;
  height: 70px;
  -webkit-transition: all 2s ease-in-out;
  transition: all 2s ease-in-out;
  z-index: 1;
  border-radius: 50%;
  padding: 10px;
  background-color: #E22128;
  color: white;
  text-align: center;
  box-sizing: border-box;
  display: flex;
  right: 0;
  margin-right: 3rem;
}

#floater i { align-self: center; margin: 0 auto; }

.filter_button {
  width: 48px;
  height: 48px;
  background-color: #E22128;
  border-radius: 50%;
  position: absolute;
  align-content: center;
  text-align: center;
}

.modal-popup-main .mfp-close,
.modal-popup-main .mfp-close:active { right: 1rem; top: 1rem; }
.mfp-close { font-size: 36px; font-weight: 400; font-family: canon; }
.inputcode { align-self: center; bottom: 10px; position: relative; padding: 0 5px; }

/* 25-02-25 */

.tier_circle {
  background-color: #4D80E6;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  color: #ffffff;
  font-size: 14px;
  align-items: center;
  display: flex;
  justify-content: center;
  text-align: center;
  line-height: 1;
  font-weight: 600;
  text-shadow: 0 0 5px rgba(0, 0, 0, .35);
  border: 2px solid #fff;
  box-shadow: 0px 6px 20px 0rem rgba(0, 45, 64, 0.2);
}

.tier_tag {
  background-color: #FFA700;
  border-radius: 20px;
  width: fit-content;
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 1rem;
  z-index: 1;
  padding: 0.3rem 2rem .3rem 1rem;
  text-shadow: 0 0 5px rgba(0, 0, 0, .35);
}

.h_55 { height: 55px; }
h5 { font-size: 25px; line-height: normal; }
.panel_left_2 { border-radius: 1rem; padding: 1.5rem 1rem 0; }
.margin_top_2rem { margin-top: 2rem; }

/* END 25-02-25 */


/* 13-03-25 */

.cart_box_shadow { box-shadow: 0 1rem 2rem -1rem rgba(0, 45, 64, 0.85), 0 0 1rem 0 rgba(0, 45, 64, 0.1); }

.bg_yellow { background-color: #FFA700; }
.tx_white { color: #ffffff; }
.font_size_30px { font-size: 30px; }

.accordion-button { padding: 0 1.25rem; line-height: 48px;  border: 1px solid #d1d1d1; background: transparent; border-radius: 4px; }
.accordion-button:not(.collapsed) { color: #000; border: 0; background-color: transparent; box-shadow: none; border-color: transparent; }
.accordion-button:active, .accordion-button:focus { border: 0; border-radius: 4px; }

.accordion-item:last-of-type .accordion-button.collapsed { border-radius: 4px; }
.accordion-item { background-color: #ffffff; border: 1px solid #d1d1d1; border-radius: 5px !important; }

/* END 13-03-25 */


